diff options
| author | Marshall Lochbaum <mwlochbaum@gmail.com> | 2020-11-14 22:45:52 -0500 |
|---|---|---|
| committer | Marshall Lochbaum <mwlochbaum@gmail.com> | 2020-11-14 22:45:52 -0500 |
| commit | 4cff919b4393ea60b36f237c18ad451a99a329c7 (patch) | |
| tree | 876783b956b15b837f689b694e0315c70e8fc339 /docs/style.css | |
| parent | 26927eeb81f13aa4cefb80dacda6e5b35e4d6abb (diff) | |
Add font comparison page
Diffstat (limited to 'docs/style.css')
| -rw-r--r-- | docs/style.css | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/docs/style.css b/docs/style.css index c91db5be..31c94304 100644 --- a/docs/style.css +++ b/docs/style.css @@ -40,6 +40,18 @@ table th { font-family: BQN; src: url(DejaVuBQNSansMono.ttf) format('truetype'); } +@font-face{ + font-family: FFHD; + src: url(FairfaxHD_sub.woff2) format('woff2'); +} +@font-face{ + font-family: BQN386; + src: url(BQN386_sub.woff2) format('woff2'); +} +@font-face{ + font-family: JuliaMono; + src: url(JuliaMono_sub.woff2) format('woff2'); +} pre, code, textarea, .primitives tr td:first-child { background-color: #e3e7e7; color: #292929; |
