6 lines
98 B
SCSS
6 lines
98 B
SCSS
@import "~@fontsource/press-start-2p/index.css";
|
|
|
|
*{
|
|
font-family: "Press Start 2P",monospace;
|
|
}
|