refactor: moved fonts to local

This commit is contained in:
2025-06-26 23:52:38 +02:00
parent 1bc9f605f8
commit 36ca37874e
6 changed files with 25 additions and 1 deletions
+2
View File
@@ -1,4 +1,5 @@
@use "sass:color";
@use 'fonts';
body,
html {
@@ -28,6 +29,7 @@ a:visited {
* {
font-family: 'Inter', sans-serif;
font-weight: 500;
box-sizing: inherit;
}