partey_workadventure/front/style/fonts.scss

6 lines
98 B
SCSS
Raw Normal View History

2021-05-31 12:06:11 +02:00
@import "~@fontsource/press-start-2p/index.css";
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
}