diff options
Diffstat (limited to 'css/default.css')
-rw-r--r-- | css/default.css | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/css/default.css b/css/default.css index 35f89d1..e1c1d8c 100644 --- a/css/default.css +++ b/css/default.css @@ -1,6 +1,11 @@ html, body { 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; color: #00FF66; line-height: 1.25; |