diff options
author | Chris Xiong <chirs241097@gmail.com> | 2024-07-23 19:34:19 -0400 |
---|---|---|
committer | Chris Xiong <chirs241097@gmail.com> | 2024-07-23 19:34:19 -0400 |
commit | 3f7cc7ef8690b04f1c1d8e7547d10d8ed160da1b (patch) | |
tree | af09864bfc1d4d1c1a3120e437a09166dc14533f | |
parent | bcdd6181d724eb1be27e672172c0eb58b326f828 (diff) | |
download | web-3f7cc7ef8690b04f1c1d8e7547d10d8ed160da1b.tar.xz |
add the rocksalt font to common.css
-rw-r--r-- | common.css | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -2,6 +2,10 @@ font-family: 'CMU Typewriter Text w'; src: url(https://filestorage.chrisoft.org/cmunbtl.woff); } +@font-face{ + font-family: 'rocksalt'; + src: url('https://filestorage.chrisoft.org/rocksalt.woff'); +} .CTitle{ font-family: 'CMU Typewriter Text w', 'CMU Typewriter Text', 'TeX Gyre Cursor', 'FreeMono', 'Courier New', Courier, monospace; font-variant-ligatures: none; |