summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Chris Xiong <chirs241097@gmail.com> 2024-07-23 19:34:19 -0400
committerGravatar Chris Xiong <chirs241097@gmail.com> 2024-07-23 19:34:19 -0400
commit3f7cc7ef8690b04f1c1d8e7547d10d8ed160da1b (patch)
treeaf09864bfc1d4d1c1a3120e437a09166dc14533f
parentbcdd6181d724eb1be27e672172c0eb58b326f828 (diff)
downloadweb-3f7cc7ef8690b04f1c1d8e7547d10d8ed160da1b.tar.xz
add the rocksalt font to common.css
-rw-r--r--common.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/common.css b/common.css
index cbd1c8c..a19f58e 100644
--- a/common.css
+++ b/common.css
@@ -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;