diff options
Diffstat (limited to 'css/default.css')
-rw-r--r-- | css/default.css | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/css/default.css b/css/default.css index e1c1d8c..820c4f4 100644 --- a/css/default.css +++ b/css/default.css @@ -1,9 +1,6 @@ html, body { font-size: 16px; - font-family: Mona Sans; - src: - url('Mona-Sans.woff2') format('woff2 supports variations'), - url('Mona-Sans.woff2') format('woff2-variations'); + font-family: monaspace; font-weight: 200 900; font-stretch: 75% 125%; background: #000000; |