all other fonts

This commit is contained in:
2026-02-04 15:54:45 +00:00
parent 9976362840
commit 31d2909eef
14 changed files with 64 additions and 0 deletions

14
css/berkeleymono.css Normal file
View File

@@ -0,0 +1,14 @@
@font-face {
font-family: "Berkeley Mono";
src: url("/fonts/BerkeleyMono-Regular.ttf") format("truetype");
font-weight: 200 700;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: "Berkeley Mono";
src: url("/fonts/BerkeleyMono-Italic.ttf") format("truetype");
font-weight: 200 700;
font-style: italic;
font-display: swap;
}