diff options
-rw-r--r-- | template.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/template.txt b/template.txt index 8e6990f..6fd13ef 100644 --- a/template.txt +++ b/template.txt @@ -13,16 +13,16 @@ <style> @font-face { - font-family: myfont; + font-family: Agave-Regular; src: url('/media/Agave-Regular.ttf'); } -body{font-family: "myfont"; /*background: #aaaaaa;*/} +body{font-family: "Agave-Regular"; /*background: #aaaaaa;*/} img{max-width: 100%; max-height: 100%; overflow: hidden;} pre{overflow: auto; border-width: 1px; border-style: solid; border-color: black} .middle{text-align: center;} .middiv{margin: auto; width: 80%;} #gentag{text-align: center; font-size: 75%;} -h1,h2,h3,h4{font-family: "myfont"; padding-left: 5px;} +h1,h2,h3,h4{font-family: "Agave-Regular"; padding-left: 5px;} hr{border-color: black;} div.viewing{max-width: 70%; width: 100%; display: inline-block; margin: 10px;} div.cover{display:inline-block; vertical-align: top; padding-top: 28px; padding-left: 15px; padding-bottom: 20px;} |