i did not have a wrong name for the font family that caused stuff to look bad what are you talking about
This commit is contained in:
parent
6e725da046
commit
e4cb05c9e2
2 changed files with 7 additions and 8 deletions
|
|
@ -1,24 +1,24 @@
|
|||
@font-face {
|
||||
font-family: "nya";
|
||||
font-family: "mono";
|
||||
src: url(MapleMonoNormal-Regular.ttf.woff2);
|
||||
font-weight: normal;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: "nya";
|
||||
font-family: "mono";
|
||||
src: url(MapleMonoNormal-Bold.ttf.woff2);
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: "nya";
|
||||
font-family: "mono";
|
||||
src: url(MapleMonoNormal-Italic.ttf.woff2);
|
||||
font-weight: normal;
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: "nya";
|
||||
font-family: "mono";
|
||||
src: url(MapleMonoNormal-BoldItalic.ttf.woff2);
|
||||
font-weight: bold;
|
||||
font-style: italic;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue