nitro-react/src/index.scss
MyNameIsBatman 06b8492b84 Updates
2021-08-30 19:53:13 -03:00

18 lines
388 B
SCSS

@import url('https://fonts.googleapis.com/css2?family=Ubuntu+Condensed:wght@300;400;500&display=swap');
@import './assets/styles';
html,
body {
font-family: GameUbuntu, sans-serif;
margin: 0;
padding: 0;
width: 100%;
height: 100%;
overflow: hidden;
user-select: none;
image-rendering: pixelated;
image-rendering: -moz-crisp-edges;
}
@import './App';