refac: styling

This commit is contained in:
Timothy J. Baek
2024-11-03 02:31:12 -08:00
parent dbf14afa32
commit cfe255bb95
9 changed files with 274 additions and 235 deletions

View File

@@ -16,6 +16,12 @@
font-display: swap;
}
@font-face {
font-family: 'InstrumentSerif';
src: url('/assets/fonts/InstrumentSerif-Regular.ttf');
font-display: swap;
}
html {
word-break: break-word;
}
@@ -26,6 +32,10 @@ code {
width: auto;
}
.font-secondary {
font-family: 'InstrumentSerif', sans-serif;
}
math {
margin-top: 1rem;
}