summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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}