From 60943475b5d7a4ab5698287126cefd633b4e249c Mon Sep 17 00:00:00 2001 From: Marshall Lochbaum Date: Sun, 18 Apr 2021 20:25:51 -0400 Subject: Switch to full BQN386 instead of a subset --- docs/BQN386.ttf | Bin 0 -> 277348 bytes docs/BQN386_sub.woff2 | Bin 64808 -> 0 bytes docs/fonts.html | 2 +- docs/style.css | 2 +- 4 files changed, 2 insertions(+), 2 deletions(-) create mode 100644 docs/BQN386.ttf delete mode 100644 docs/BQN386_sub.woff2 diff --git a/docs/BQN386.ttf b/docs/BQN386.ttf new file mode 100644 index 00000000..b36be11e Binary files /dev/null and b/docs/BQN386.ttf differ diff --git a/docs/BQN386_sub.woff2 b/docs/BQN386_sub.woff2 deleted file mode 100644 index daa8d0a6..00000000 Binary files a/docs/BQN386_sub.woff2 and /dev/null differ diff --git a/docs/fonts.html b/docs/fonts.html index 6ec8da31..42cf2a62 100644 --- a/docs/fonts.html +++ b/docs/fonts.html @@ -40,7 +40,7 @@
  • Iosevka family: Extended Term shown here; many options available
  • Julia Mono
  • -

    Other than DejaVu, the versions embedded on this page are small subsets, and you should get your copy from the links above (unless perhaps you want to use them for embedding as well). In addition to these, Pragmata Pro and Everson Mono have full support, but each charges a significant fee for usage and I can't freely embed them here.

    +

    Other than DejaVu and BQN386, the versions embedded on this page are small subsets, and you should get your copy from the links above (unless perhaps you want to use them for embedding as well). In addition to these, Pragmata Pro and Everson Mono have full support, but each charges a significant fee for usage and I can't freely embed them here.

    The table below shows samples of the whole BQN keyboard (which includes the entire BQN character set plus a few unused characters) and APL characters that don't feature in BQN.

    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; -- cgit v1.2.3