aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarshall Lochbaum <mwlochbaum@gmail.com>2021-04-18 20:25:51 -0400
committerMarshall Lochbaum <mwlochbaum@gmail.com>2021-04-18 20:37:16 -0400
commit60943475b5d7a4ab5698287126cefd633b4e249c (patch)
treea5d411872a386f76ca9c4a78a6a87ea8aa3fd56c
parentcd62770ab91790233d49fe440d8e9f88abfa8b1e (diff)
Switch to full BQN386 instead of a subset
-rw-r--r--docs/BQN386.ttfbin0 -> 277348 bytes
-rw-r--r--docs/BQN386_sub.woff2bin64808 -> 0 bytes
-rw-r--r--docs/fonts.html2
-rw-r--r--docs/style.css2
4 files changed, 2 insertions, 2 deletions
diff --git a/docs/BQN386.ttf b/docs/BQN386.ttf
new file mode 100644
index 00000000..b36be11e
--- /dev/null
+++ b/docs/BQN386.ttf
Binary files differ
diff --git a/docs/BQN386_sub.woff2 b/docs/BQN386_sub.woff2
deleted file mode 100644
index daa8d0a6..00000000
--- a/docs/BQN386_sub.woff2
+++ /dev/null
Binary files 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 @@
<li><a href="https://typeof.net/Iosevka/">Iosevka</a> family: Extended Term shown here; many options available</li>
<li><a href="https://github.com/cormullion/juliamono">Julia Mono</a></li>
</ul>
-<p>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, <a href="https://www.fsd.it/shop/fonts/pragmatapro/">Pragmata Pro</a> and <a href="https://www.evertype.com/emono/">Everson Mono</a> have full support, but each charges a significant fee for usage and I can't freely embed them here.</p>
+<p>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, <a href="https://www.fsd.it/shop/fonts/pragmatapro/">Pragmata Pro</a> and <a href="https://www.evertype.com/emono/">Everson Mono</a> have full support, but each charges a significant fee for usage and I can't freely embed them here.</p>
<p style="margin-top:4em">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.</p>
<table>
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;