add font
This commit is contained in:
parent
807fdd25a8
commit
dad3465cd3
Binary file not shown.
|
@ -0,0 +1,4 @@
|
||||||
|
@font-face{
|
||||||
|
font-family: 'code';
|
||||||
|
src: url('../font/code.ttf');
|
||||||
|
}
|
|
@ -1,3 +1,5 @@
|
||||||
|
@import url('./font.less');
|
||||||
|
|
||||||
* {
|
* {
|
||||||
margin: 0px;
|
margin: 0px;
|
||||||
padding: 0px;
|
padding: 0px;
|
||||||
|
@ -9,10 +11,6 @@ html, body{
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
}
|
}
|
||||||
|
|
||||||
body {
|
|
||||||
color: #fff;
|
|
||||||
}
|
|
||||||
|
|
||||||
::-webkit-scrollbar {
|
::-webkit-scrollbar {
|
||||||
width: 0px;
|
width: 0px;
|
||||||
height: 0px;
|
height: 0px;
|
||||||
|
|
Loading…
Reference in New Issue