partey_workadventure/front/style/fonts.scss

10 lines
208 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
@font-face {
font-family: twemoji;
src: url("./fonts/TwemojiMozilla.ttf") format('truetype');
2021-05-31 17:03:29 +02:00
}
2021-06-29 09:52:13 +02:00
*{
font-family: "twemoji","Press Start 2P",monospace;
}