summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Jones <admin@danieljon.es>2019-12-27 22:22:25 +1030
committerDaniel Jones <admin@danieljon.es>2019-12-27 22:22:25 +1030
commitca1adfc44f6d7d9442ffd5bb67d39f413a3840f4 (patch)
tree2e4ca63b5f934933e2d2eeccf968973382ad52e0
parent2a7dc877d5feb8268a8ea73ed7824bed83813f72 (diff)
downloadwebsite-ca1adfc44f6d7d9442ffd5bb67d39f413a3840f4.tar.gz
website-ca1adfc44f6d7d9442ffd5bb67d39f413a3840f4.zip
css changes
-rw-r--r--template.txt9
1 files changed, 7 insertions, 2 deletions
diff --git a/template.txt b/template.txt
index 0f70272..8e6990f 100644
--- a/template.txt
+++ b/template.txt
@@ -11,13 +11,18 @@
<!--<link rel="icon" type="image/png" href="https://danieljon.es/favicon.png">-->
<title>{TITLE}</title>
<style>
-body{font-family: "onospace"; /*background: #aaaaaa;*/}
+@font-face
+ {
+ font-family: myfont;
+ src: url('/media/Agave-Regular.ttf');
+}
+body{font-family: "myfont"; /*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: "monospace"; padding-left: 5px;}
+h1,h2,h3,h4{font-family: "myfont"; 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;}