initial commit
This commit is contained in:
commit
880cae624a
906 changed files with 196528 additions and 0 deletions
14
assets/css/src/text.css
Normal file
14
assets/css/src/text.css
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
@font-face {
|
||||
font-family: "Joker";
|
||||
src: url("/assets/fonts/Jokker-Medium.woff") format("woff");
|
||||
font-weight: normal;
|
||||
}
|
||||
@font-face {
|
||||
font-family: "Joker";
|
||||
src: url("/assets/fonts/Jokker-Semibold.woff") format("woff");
|
||||
font-weight: bold;
|
||||
}
|
||||
body {
|
||||
font-family: "Joker";
|
||||
font-size: var(--font-size-body);
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue