From 175fd81d19cfb8b05c4e9ba388b6308b8c865bf1 Mon Sep 17 00:00:00 2001
From: Felix Boerner <ich@felix-boerner.de>
Date: Thu, 06 Mar 2025 21:25:54 +0000
Subject: [PATCH] style: update default linter config

---
 assets/scss/_fonts.scss |   30 +++++++++++++++---------------
 1 files changed, 15 insertions(+), 15 deletions(-)

diff --git a/assets/scss/_fonts.scss b/assets/scss/_fonts.scss
index c27ad85..4bf0b06 100644
--- a/assets/scss/_fonts.scss
+++ b/assets/scss/_fonts.scss
@@ -4,27 +4,27 @@
 
 /* inter-regular - latin */
 @font-face {
-    font-display: swap;
-    font-family: 'Inter';
-    font-style: normal;
-    font-weight: 400;
-    src: url('../fonts/inter-v18-latin-regular.woff2') format('woff2');
+  font-display: swap;
+  font-family: "Inter";
+  font-style: normal;
+  font-weight: 400;
+  src: url("../fonts/inter-v18-latin-regular.woff2") format("woff2");
 }
 
 /* inter-600 - latin */
 @font-face {
-    font-display: swap;
-    font-family: 'Inter';
-    font-style: normal;
-    font-weight: 600;
-    src: url('../fonts/inter-v18-latin-600.woff2') format('woff2');
+  font-display: swap;
+  font-family: "Inter";
+  font-style: normal;
+  font-weight: 600;
+  src: url("../fonts/inter-v18-latin-600.woff2") format("woff2");
 }
 
 /* lora-regular - latin */
 @font-face {
-    font-display: swap;
-    font-family: 'Lora';
-    font-style: normal;
-    font-weight: 400;
-    src: url('../fonts/lora-v35-latin-regular.woff2') format('woff2');
+  font-display: swap;
+  font-family: "Lora";
+  font-style: normal;
+  font-weight: 400;
+  src: url("../fonts/lora-v35-latin-regular.woff2") format("woff2");
 }

--
Gitblit v1.10.0