From 508b685fdc3e9b200e0b1ae2680073db48301389 Mon Sep 17 00:00:00 2001 From: Cohee <18619528+Cohee1207@users.noreply.github.com> Date: Mon, 24 Jun 2024 21:49:15 +0300 Subject: [PATCH] Add css, less, html to editorconfig --- .editorconfig | 2 +- public/style.css | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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; }