move font family to global.css
This commit is contained in:
@@ -6,6 +6,10 @@
|
||||
--blue-ish: #587291; /* buttons etc */
|
||||
}
|
||||
|
||||
* {
|
||||
font-family: Arial, Helvetica, sans-serif;
|
||||
}
|
||||
|
||||
html {
|
||||
scroll-behavior: smooth;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user