move font family to global.css

This commit is contained in:
Mystikfluu
2022-07-24 10:18:39 +02:00
parent 83d0512fbd
commit 0961c1da45
7 changed files with 4 additions and 26 deletions
+4
View File
@@ -6,6 +6,10 @@
--blue-ish: #587291; /* buttons etc */
}
* {
font-family: Arial, Helvetica, sans-serif;
}
html {
scroll-behavior: smooth;
}