diff options
author | Chris Xiong <chirs241097@gmail.com> | 2024-06-22 20:47:51 -0400 |
---|---|---|
committer | Chris Xiong <chirs241097@gmail.com> | 2024-06-22 20:47:51 -0400 |
commit | 6fb6c21a14900060e06c994ca0d64ff3936e6675 (patch) | |
tree | d602806cd52ce5e4a71b91ccfbedb65b42222329 | |
parent | 4e1a29cab8d31cff30d88d2dfc0f526372fc33bd (diff) | |
download | web-6fb6c21a14900060e06c994ca0d64ff3936e6675.tar.xz |
Use font hosted on the storage subdomain instead.
-rw-r--r-- | cmunbtl.woff | bin | 191752 -> 0 bytes | |||
-rw-r--r-- | common.css | 2 |
2 files changed, 1 insertions, 1 deletions
diff --git a/cmunbtl.woff b/cmunbtl.woff Binary files differdeleted file mode 100644 index 14cc260..0000000 --- a/cmunbtl.woff +++ /dev/null @@ -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; |