This commit is contained in:
jiaming 2018-12-13 18:47:42 +08:00
parent 807fdd25a8
commit dad3465cd3
3 changed files with 6 additions and 4 deletions

BIN
src/assets/font/code.ttf Normal file

Binary file not shown.

View File

@ -0,0 +1,4 @@
@font-face{
font-family: 'code';
src: url('../font/code.ttf');
}

View File

@ -1,3 +1,5 @@
@import url('./font.less');
* {
margin: 0px;
padding: 0px;
@ -9,10 +11,6 @@ html, body{
overflow: hidden;
}
body {
color: #fff;
}
::-webkit-scrollbar {
width: 0px;
height: 0px;