You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

46 lines
771 B
CSS

@font-face {
font-family: 'Victor Mono Oblique';
src: url('./VictorMono-Oblique.woff');
font-weight: 400;
font-style: normal;
font-display: swap;
}
body {
color: var(--text-medium);
font-family: 'Victor Mono', sans-serif;
}
a {
color: var(--text-bright);
font-family: 'Victor Mono Oblique', sans-serif;
}
.siteTitle {
font-family: 'Victor Mono';
opacity: .8;
font-style: italic;
text-decoration: none;
font-weight: normal;
text-decoration: none;
}
h1, .pageTitle {
font-family: 'Victor Mono Oblique', sans-serif;
opacity: .8;
}
h2, h3, h4, h5 {
color: var(--text-bright);
font-family: 'Victor Mono Oblique', sans-serif;
}
em {
color: var(--text-bright);
}
footer {
font-family: 'Victor Mono', sans-serif;
opacity: .5;
}