From 6fb6c21a14900060e06c994ca0d64ff3936e6675 Mon Sep 17 00:00:00 2001 From: Chris Xiong Date: Sat, 22 Jun 2024 20:47:51 -0400 Subject: Use font hosted on the storage subdomain instead. --- cmunbtl.woff | Bin 191752 -> 0 bytes common.css | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) delete mode 100644 cmunbtl.woff diff --git a/cmunbtl.woff b/cmunbtl.woff deleted file mode 100644 index 14cc260..0000000 Binary files a/cmunbtl.woff and /dev/null differ diff --git a/common.css b/common.css index 12a366b..cbd1c8c 100644 --- a/common.css +++ b/common.css @@ -1,6 +1,6 @@ @font-face{ font-family: 'CMU Typewriter Text w'; - src: url(/cmunbtl.woff); + src: url(https://filestorage.chrisoft.org/cmunbtl.woff); } .CTitle{ font-family: 'CMU Typewriter Text w', 'CMU Typewriter Text', 'TeX Gyre Cursor', 'FreeMono', 'Courier New', Courier, monospace; -- cgit v1.2.3