diff options
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; |
