starting stuff
This commit is contained in:
commit
9ecf2ee5fa
4 changed files with 51 additions and 0 deletions
25
assets/fonts.css
Normal file
25
assets/fonts.css
Normal file
|
|
@ -0,0 +1,25 @@
|
|||
@font-face {
|
||||
font-family: "nya";
|
||||
src: url(MapleMonoNormal-Regular.ttf.woff2);
|
||||
font-weight: normal;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: "nya";
|
||||
src: url(MapleMonoNormal-Bold.ttf.woff2);
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: "nya";
|
||||
src: url(MapleMonoNormal-Italic.ttf.woff2);
|
||||
font-weight: normal;
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: "nya";
|
||||
src: url(MapleMonoNormal-BoldItalic.ttf.woff2);
|
||||
font-weight: bold;
|
||||
font-style: italic;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue