Additional Clean Up, Favicons, etc.
This commit is contained in:
@@ -1,3 +1,19 @@
|
||||
@font-face {
|
||||
font-family: 'Montserrat';
|
||||
font-style: normal;
|
||||
font-weight: 400;
|
||||
font-display: swap;
|
||||
src: url(/static/montserrat/Montserrat-VariableFont_wght.ttf) format('woff2');
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'Montserrat';
|
||||
font-style: italic;
|
||||
font-weight: 400;
|
||||
font-display: swap;
|
||||
src: url(/static/montserrat/Montserrat-Italic-VariableFont_wght.ttf) format('woff2');
|
||||
}
|
||||
|
||||
* {
|
||||
--color: oklch(0.4 0.25 var(--hue));
|
||||
--color-max: oklch(0.8 0.25 var(--hue));
|
||||
@@ -8,7 +24,7 @@
|
||||
html {
|
||||
background-color: white;
|
||||
color: black;
|
||||
font-family: Arial, Helvetica, sans-serif;
|
||||
font-family: 'Montserrat', sans-serif;
|
||||
min-height: 100vh;
|
||||
margin: 0;
|
||||
--hue: 0;
|
||||
|
||||
Reference in New Issue
Block a user