15 lines
269 B
SCSS
15 lines
269 B
SCSS
@import "~@fontsource/press-start-2p/index.css";
|
|
|
|
@font-face {
|
|
font-family: "Twemoji Mozilla";
|
|
src: url("./fonts/TwemojiMozilla.ttf") format('truetype');
|
|
}
|
|
|
|
*{
|
|
font-family: "Twemoji Mozilla",PixelFont-7,monospace;
|
|
}
|
|
|
|
.nes-btn {
|
|
font-family: "Press Start 2P";
|
|
}
|