mestizo.monster/assets/css/fonts.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;
}