partey_workadventure/front/style/fonts.scss

7 lines
140 B
SCSS
Raw Permalink Normal View History

2022-01-31 17:32:45 +01:00
@import "@fontsource/press-start-2p/index.css";
2022-02-14 19:46:30 +01:00
@import "@16bits/nes.css/css/nes.min.css";
2021-05-31 12:06:11 +02:00
2021-06-29 09:52:13 +02:00
*{
2021-07-20 21:17:54 +02:00
font-family: "Press Start 2P",monospace;
2021-05-31 17:03:29 +02:00
}