14 lines
176 B
CSS
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;
|
|
}
|