diff --git a/.editorconfig b/.editorconfig index c170118f9..0656b1695 100644 --- a/.editorconfig +++ b/.editorconfig @@ -5,7 +5,7 @@ end_of_line = lf insert_final_newline = true trim_trailing_whitespace = true -[*.{js, conf, json}] +[*.{js, conf, json, css, less, html}] charset = utf-8 indent_style = space indent_size = 4 diff --git a/public/style.css b/public/style.css index 6f7ff1255..5ecea7c67 100644 --- a/public/style.css +++ b/public/style.css @@ -827,7 +827,7 @@ body .panelControlBar { } .font-family-reset { - font-family: var(--mainFontFamily); + font-family: var(--mainFontFamily); font-size: var(--mainFontSize); font-weight: 400; }