diff options
| author | Marshall Lochbaum <mwlochbaum@gmail.com> | 2021-04-18 20:25:51 -0400 |
|---|---|---|
| committer | Marshall Lochbaum <mwlochbaum@gmail.com> | 2021-04-18 20:37:16 -0400 |
| commit | 60943475b5d7a4ab5698287126cefd633b4e249c (patch) | |
| tree | a5d411872a386f76ca9c4a78a6a87ea8aa3fd56c /docs/style.css | |
| parent | cd62770ab91790233d49fe440d8e9f88abfa8b1e (diff) | |
Switch to full BQN386 instead of a subset
Diffstat (limited to 'docs/style.css')
| -rw-r--r-- | docs/style.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/style.css b/docs/style.css index 055f7805..0431b5e4 100644 --- a/docs/style.css +++ b/docs/style.css @@ -46,7 +46,7 @@ table th { } @font-face{ font-family: BQN386; - src: url(BQN386_sub.woff2) format('woff2'); + src: url(BQN386.ttf) format('truetype'); } @font-face{ font-family: Iosevka; |
