From 1237b3cf0d5aa4bffd68bf7f8980d9110f35fc07 Mon Sep 17 00:00:00 2001 From: Chris Xiong Date: Wed, 2 Apr 2025 12:00:22 -0400 Subject: Font testing --- common.css | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'common.css') diff --git a/common.css b/common.css index eb88383..0c33bb1 100644 --- a/common.css +++ b/common.css @@ -6,6 +6,10 @@ font-family: 'rocksalt'; src: url('https://filestorage.chrisoft.org/rocksalt.woff'); } +@font-face{ + font-family: 'Delius Swash Caps'; + src: url('https://filestorage.chrisoft.org/DeliusSwashCaps-Regular.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