refac: styling

This commit is contained in:
Timothy J. Baek
2024-07-08 14:20:11 -07:00
parent 088e7b02a9
commit e8fbb8f181
3 changed files with 13 additions and 3 deletions

View File

@@ -4,6 +4,12 @@
font-display: swap;
}
@font-face {
font-family: 'Archivo';
src: url('/assets/fonts/Archivo-Variable.ttf');
font-display: swap;
}
@font-face {
font-family: 'Mona Sans';
src: url('/assets/fonts/Mona-Sans.woff2');
@@ -32,6 +38,10 @@ math {
@apply underline;
}
.font-primary {
font-family: 'Archivo', sans-serif;
}
iframe {
@apply rounded-lg;
}