journal-media-vue/public/fonts.css
2025-02-21 23:23:33 +01:00

25 lines
585 B
CSS

@font-face {
font-family: BRKLY;
font-weight: 100 150;
font-style: normal;
font-display: swap;
src: url("/fonts/BerkeleyMonoVariable-Regular.ttf") format("truetype");
}
@font-face {
font-family: BRKLY;
font-weight: 100 150;
font-style: italic;
font-display: swap;
src: url("/fonts/BerkeleyMonoVariable-Italic.ttf") format("truetype");
}
@font-face {
font-family: Banquise;
font-weight: 400;
font-style: normal;
font-display: swap;
src:
url("/fonts/Banquise-Regular.woff") format("woff"),
url("/fonts/Banquise-Regular.otf") format("opentype");
}