grimoire

personal wiki
git clone git://git.pyratebeard.net/grimoire.git
Log | Files | Refs

commit 0f38dc4f53e06a3516ff811f5d089350c38f6772
parent 09a73971a5b3e1dec7d72ee89adbde96ea4ee139
Author: pyratebeard <root@pyratebeard.net>
Date:   Wed,  5 Jun 2019 11:00:59 +0100

updated font-family to saxmono

Diffstat:
Mcustom.css | 14++++++++++----
1 file changed, 10 insertions(+), 4 deletions(-)

diff --git a/custom.css b/custom.css @@ -19,10 +19,16 @@ font-weight: normal; font-style: normal; } +@font-face { + font-family: 'saxmono'; + src: url('/static/fnt/saxmono-webfont.woff') format('woff'); + font-weight: normal; + font-style: normal; +} body { background: #111111; color: #abc0c5; - font-family: 'goudy_bookletter_1911regular'; + font-family: 'saxmono'; font-size: 16px; letter-spacing: .3px; } @@ -63,7 +69,7 @@ a:focus { .markdown-body code { background-color: #222222; color: #5c8676; - font-family: 'envy'; + font-family: 'saxmono'; font-size: 13px; padding: 5px 4px 2px 4px; border-radius: 0px; @@ -72,7 +78,7 @@ a:focus { .markdown-body pre { background: #111111; color: #4f8396; - font-family: 'envy'; + font-family: 'saxmono'; border-radius: 0px; border-color: #444444; border-width: 1px; @@ -81,7 +87,7 @@ a:focus { } .markdown-body pre code { color: #4f8396; - font-family: 'envy'; + font-family: 'saxmono'; white-space: pre-wrap; } .highlight .nt {