2025-02-21

This commit is contained in:
gcch 2025-02-21 23:23:22 +01:00
commit 5d5918f0d7
69 changed files with 1481 additions and 305 deletions

25
public/fonts.css Normal file
View file

@ -0,0 +1,25 @@
@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");
}