feat: add fonts
This commit is contained in:
BIN
public/fonts/nds-10px.woff2
Normal file
BIN
public/fonts/nds-10px.woff2
Normal file
Binary file not shown.
BIN
public/fonts/nds-7px.woff2
Normal file
BIN
public/fonts/nds-7px.woff2
Normal file
Binary file not shown.
BIN
public/fonts/pokemon-dp-pro.ttf
Normal file
BIN
public/fonts/pokemon-dp-pro.ttf
Normal file
Binary file not shown.
@@ -1,3 +1,25 @@
|
|||||||
body {
|
body {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@font-face {
|
||||||
|
font-family: "NDS7";
|
||||||
|
src: url("/fonts/nds-7px.woff2") format("woff2");
|
||||||
|
font-weight: normal;
|
||||||
|
font-style: normal;
|
||||||
|
}
|
||||||
|
|
||||||
|
@font-face {
|
||||||
|
font-family: "NDS10";
|
||||||
|
src: url("/fonts/nds-10px.woff2") format("woff2");
|
||||||
|
font-weight: normal;
|
||||||
|
font-style: normal;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* NOTE: woff2 version of this font doesn't work */
|
||||||
|
@font-face {
|
||||||
|
font-family: "Pokemon DP Pro";
|
||||||
|
src: url("/fonts/pokemon-dp-pro.ttf") format("truetype");
|
||||||
|
font-weight: normal;
|
||||||
|
font-style: normal;
|
||||||
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user