wingbase/public/css/styles.css
2016-03-21 16:15:49 +00:00

14 lines
176 B
CSS

@font-face {
font-family: 'FreePixel';
src: url('/css/FreePixel.ttf');
}
* {
margin: 0;
padding: 0;
font-family: FreePixel;
}
body {
overflow: hidden;
}