feat: add custom fonts

This commit is contained in:
Devin Haska 2024-01-30 18:11:16 -08:00
parent a5526174ba
commit be3e4272c5
14 changed files with 146 additions and 0 deletions

View file

@ -4,3 +4,41 @@
Low-specificity, global styles that apply to the whole
project: https://cube.fyi/css.html
*/
body {
font-family:
Quattro,
ui-sans-serif,
system-ui,
-apple-system,
"system-ui",
"Segoe UI",
Roboto,
"Helvetica Neue",
Arial,
"Noto Sans",
sans-serif,
"Apple Color Emoji",
"Segoe UI Emoji",
"Segoe UI Symbol",
"Noto Color Emoji";
}
h1 {
font-family: AnekLatin;
font-weight: 800;
}
h2,
h3 {
font-family: AnekLatin;
font-weight: 700;
}
h3 {
text-transform: uppercase;
}
a {
text-decoration-color: black;
text-decoration-thickness: 2px;
}