25 lines
585 B
CSS
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");
|
|
}
|