Update default.css
parent
ea7d7a78d1
commit
5330476cd3
|
@ -1,6 +1,11 @@
|
||||||
html, body {
|
html, body {
|
||||||
font-size: 16px;
|
font-size: 16px;
|
||||||
font-family: hack;
|
font-family: Mona Sans;
|
||||||
|
src:
|
||||||
|
url('Mona-Sans.woff2') format('woff2 supports variations'),
|
||||||
|
url('Mona-Sans.woff2') format('woff2-variations');
|
||||||
|
font-weight: 200 900;
|
||||||
|
font-stretch: 75% 125%;
|
||||||
background: #000000;
|
background: #000000;
|
||||||
color: #00FF66;
|
color: #00FF66;
|
||||||
line-height: 1.25;
|
line-height: 1.25;
|
||||||
|
|
Loading…
Reference in New Issue