From 3f7cc7ef8690b04f1c1d8e7547d10d8ed160da1b Mon Sep 17 00:00:00 2001 From: Chris Xiong Date: Tue, 23 Jul 2024 19:34:19 -0400 Subject: add the rocksalt font to common.css --- common.css | 4 ++++ 1 file changed, 4 insertions(+) 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; -- cgit v1.2.3