mirror of
https://git.tacowolf.net/TacoWolf/mestizo.monster.git
synced 2026-06-12 17:00:04 -04:00
74 lines
1.1 KiB
CSS
74 lines
1.1 KiB
CSS
@font-face {
|
|
font-family: "VT323";
|
|
font-display: swap;
|
|
src: url("/fonts/VT323.woff2") format("woff2");
|
|
}
|
|
|
|
@font-face {
|
|
font-family: "Martian Grotesk Standard Light";
|
|
font-display: swap;
|
|
src: url("/fonts/MartianGrotesk-StdLt.woff2") format("woff2");
|
|
font-weight: 300;
|
|
font-stretch: 100%;
|
|
}
|
|
|
|
@font-face {
|
|
font-family: "Martian Grotesk Standard Medium";
|
|
font-display: swap;
|
|
src: url("/fonts/MartianGrotesk-StdMd.woff2") format("woff2");
|
|
font-weight: 500;
|
|
font-stretch: 100%;
|
|
}
|
|
|
|
@font-face {
|
|
font-family: "Martian Mono Standard Regular";
|
|
font-display: swap;
|
|
src: url("/fonts/MartianMono-StdRg.woff2") format("woff2");
|
|
font-weight: 400;
|
|
font-stretch: 100%;
|
|
}
|
|
|
|
h1,
|
|
h2,
|
|
h3,
|
|
h4,
|
|
h5,
|
|
h6 {
|
|
font-family: "VT323", monospace;
|
|
font-weight: 400;
|
|
font-style: normal;
|
|
}
|
|
|
|
h1 {
|
|
font-size: 2.75em;
|
|
}
|
|
|
|
h2 {
|
|
font-size: 2.5em;
|
|
}
|
|
|
|
h3 {
|
|
font-size: 2.25em;
|
|
}
|
|
|
|
h4 {
|
|
font-size: 2em;
|
|
}
|
|
|
|
* {
|
|
font-family: "Martian Grotesk Standard Light", sans-serif;
|
|
}
|
|
|
|
a,
|
|
strong {
|
|
font-family: "Martian Grotesk Standard Medium", sans-serif;
|
|
}
|
|
|
|
pre,
|
|
code {
|
|
font-family: "Martian Mono Standard Regular", monospace;
|
|
}
|
|
|
|
em {
|
|
font-family: inherit;
|
|
}
|