summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Jones <admin@danieljon.es>2019-12-28 23:47:24 +1030
committerDaniel Jones <admin@danieljon.es>2019-12-28 23:47:24 +1030
commitc65d163955b12b967e71911415f12cec5b2db157 (patch)
tree0605db794ce99d3d00bd0abe6988aaa0a47a2161
parentf680fd9f961a0da788ad25a9868cfa1b6dad3bd5 (diff)
downloadwebsite-c65d163955b12b967e71911415f12cec5b2db157.tar.gz
website-c65d163955b12b967e71911415f12cec5b2db157.zip
font changes
-rw-r--r--template.txt10
1 files changed, 8 insertions, 2 deletions
diff --git a/template.txt b/template.txt
index a44d291..df43a69 100644
--- a/template.txt
+++ b/template.txt
@@ -13,9 +13,15 @@
<style>
@font-face
{
- font-family: Agave-Regular;
- src: url('/media/Agave-Regular.ttf');
+ font-family: 'Agave-Regular';
+ src: url(/media/fonts/Agave-Regular.eot);
+ src: url(/media/fonts/Agave-Regular.eot?#iefix) format('embedded-opentype'),
+ url(/media/fonts/Agave-Regular.woff2) format('woff2'),
+ url(/media/fonts/Agave-Regular.woff) format('woff'),
+ url(/media/fonts/Agave-Regular.ttf) format('truetype'),
+ url(/media/fontsassets/Agave-Regular.svg#Agave-Regular) format('svg');
}
+
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}