From 4cff919b4393ea60b36f237c18ad451a99a329c7 Mon Sep 17 00:00:00 2001 From: Marshall Lochbaum Date: Sat, 14 Nov 2020 22:45:52 -0500 Subject: Add font comparison page --- docs/style.css | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'docs/style.css') 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; -- cgit v1.2.3