mirror of
https://git.tacowolf.net/TacoWolf/mestizo.monster.git
synced 2026-06-12 17:00:04 -04:00
29 lines
459 B
CSS
29 lines
459 B
CSS
@font-face {
|
|
font-family: "VT323";
|
|
src: url("/fonts/VT323.woff2") format("woff2");
|
|
}
|
|
@font-face {
|
|
font-family: "Martian Grotesk";
|
|
font-display: swap;
|
|
src: url("/fonts/MartianGrotesk-StdLt.woff2") format("woff2");
|
|
font-weight: 300;
|
|
font-stretch: 100%;
|
|
}
|
|
|
|
h1,
|
|
h2,
|
|
h3,
|
|
h4 {
|
|
font-family: "VT323", monospace;
|
|
font-weight: 400;
|
|
font-style: normal;
|
|
}
|
|
|
|
p,
|
|
ul,
|
|
li,
|
|
ol {
|
|
font-family: "Martian Grotesk";
|
|
font-weight: 400;
|
|
font-style: normal;
|
|
}
|