nitro-react/src/index.scss

18 lines
452 B
SCSS
Raw Normal View History

2021-04-14 20:24:24 +02:00
@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@300;400;500&display=swap');
@import './styles';
html,
body {
font-family: 'Roboto Condensed', sans-serif;
margin: 0;
padding: 0;
width: 100%;
height: 100%;
overflow: hidden;
user-select: none;
image-rendering: pixelated;
image-rendering: -moz-crisp-edges;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}