You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
@font-face {
|
|
font-family: 'Emulogic';
|
|
src: url('../res/emulogic-webfont.woff2') format('woff2'),
|
|
url('../res/emulogic-webfont.woff') format('woff');
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
}
|
|
|
|
* {
|
|
box-sizing:border-box;
|
|
color:#fff;
|
|
margin: 0;
|
|
padding: 0;
|
|
}
|
|
|
|
body {
|
|
background:#000;
|
|
}
|
|
|