wingbase/public/static/css/styles.css
2016-03-27 20:26:53 +01: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;
}