From e48216b5ff311a2c5c4e07691dffb88cc3bc4e76 Mon Sep 17 00:00:00 2001 From: Matthew Carpenter Date: Tue, 8 Jul 2014 22:22:21 -0400 Subject: [PATCH] Jazzing up the section heads with new fonts --- Call_of_Cthulhu_7th_Ed/coc_7th_ed.css | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/Call_of_Cthulhu_7th_Ed/coc_7th_ed.css b/Call_of_Cthulhu_7th_Ed/coc_7th_ed.css index c796d56853..d219b4afb6 100644 --- a/Call_of_Cthulhu_7th_Ed/coc_7th_ed.css +++ b/Call_of_Cthulhu_7th_Ed/coc_7th_ed.css @@ -1,7 +1,24 @@ +font-face { + font-family: 'GNUTypewriter'; + src: url('http://openfontlibrary.org/assets/fonts/gnutypewriter/8a7cb57723df9125503083ed59e7a11c/e47a6e209a23b19c08d3d6e6a6db50d7/GNUTypewriterStandard.otf') format('opentype'); + font-weight: normal; + font-style: normal; +} + +@font-face { + font-family: 'GNUTypewriter'; + src: url('http://openfontlibrary.org/assets/fonts/gnutypewriter/8a7cb57723df9125503083ed59e7a11c/718af758a8ac10cf79fcc33420aacc3e/GNUTypewriterStandard.ttf') format('truetype'); + font-weight: normal; + font-style: normal; +} + h4.sheet-section-head { background-color: black; color: white; text-align: center; + font-family: 'GNUTypewriter'; + font-weight: normal; + font-style: normal; } div.sheet-section {