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 {