nitro-react/src/index.scss

18 lines
388 B
SCSS
Raw Normal View History

2021-04-28 07:25:48 +02:00
@import url('https://fonts.googleapis.com/css2?family=Ubuntu+Condensed:wght@300;400;500&display=swap');
2021-04-14 21:12:16 +02:00
@import './assets/styles';
2021-04-14 20:24:24 +02:00
html,
body {
2021-08-31 00:53:13 +02:00
font-family: GameUbuntu, sans-serif;
2021-04-14 20:24:24 +02:00
margin: 0;
padding: 0;
width: 100%;
height: 100%;
overflow: hidden;
user-select: none;
image-rendering: pixelated;
image-rendering: -moz-crisp-edges;
}
2021-04-14 21:12:16 +02:00
2021-04-19 18:34:31 +02:00
@import './App';