diff options
-rw-r--r-- | template.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/template.txt b/template.txt index 6fd13ef..a44d291 100644 --- a/template.txt +++ b/template.txt @@ -12,11 +12,11 @@ <title>{TITLE}</title> <style> @font-face - { +{ font-family: Agave-Regular; src: url('/media/Agave-Regular.ttf'); } -body{font-family: "Agave-Regular"; /*background: #aaaaaa;*/} +body{font-family: "Agave-Regular"; background: #d2d2d2;} 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;} |