2025-02-21
This commit is contained in:
parent
98131c3b78
commit
5d5918f0d7
69 changed files with 1481 additions and 305 deletions
25
public/fonts.css
Normal file
25
public/fonts.css
Normal 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");
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue