27 lines
No EOL
577 B
CSS
27 lines
No EOL
577 B
CSS
@font-face {
|
|
font-family: 'Scape';
|
|
src: url('etc/font/scape.eot');
|
|
src: url('etc/font/scape.eot?#iefix') format('embedded-opentype'),
|
|
url('etc/font/scape.woff2') format('woff2'),
|
|
url('etc/font/scape.woff') format('woff'),
|
|
url('etc/font/scape.ttf') format('truetype'),
|
|
url('etc/font/scape.svg#fontload') format('svg');
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
}
|
|
|
|
body {
|
|
background: #000;
|
|
margin: 0;
|
|
padding: 0;
|
|
}
|
|
|
|
#cs {
|
|
display: block;
|
|
width: 100vw;
|
|
height: 100vh;
|
|
}
|
|
|
|
.hidden {
|
|
display: none;
|
|
} |