diff options
author | Cristian Cezar Moisés <[email protected]> | 2024-02-20 04:47:23 +0000 |
---|---|---|
committer | GitHub <[email protected]> | 2024-02-20 04:47:23 +0000 |
commit | 5330476cd3396f5786da7d12bba95ed8038f6be1 (patch) | |
tree | 1b134961153d9d60c0eab17c94531c92bc3c3942 /css/default.css | |
parent | ea7d7a78d1afd3f327513a5ef846be1270f8dc73 (diff) |
Update default.css
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; |