workadventure/front/style/fonts.scss

11 lines
184 B
SCSS
Raw Normal View History

2021-05-31 12:06:11 +02:00
@import "~@fontsource/press-start-2p/index.css";
2022-02-11 15:47:17 +01:00
@import "~@16bits/nes.css/css/nes.min.css";
2021-05-31 12:06:11 +02:00
*{
2021-07-21 09:41:22 +02:00
font-family: PixelFont-7,monospace;
2021-05-31 17:03:29 +02:00
}
.nes-btn {
font-family: "Press Start 2P";
}