summaryrefslogtreecommitdiff
path: root/design/templates/base.html
diff options
context:
space:
mode:
authorluxagraf <sng@luxagraf.net>2019-03-22 08:46:54 -0600
committerluxagraf <sng@luxagraf.net>2019-03-22 08:46:54 -0600
commit6d34f9989780357defa5ff8020464b87ed6a3773 (patch)
tree1acc0121c989aa11dcbe62c74b634948dae777e8 /design/templates/base.html
parentd23e0f62574265460591f1ffddc8c30b42560775 (diff)
added font definitions to inline styles
Diffstat (limited to 'design/templates/base.html')
-rw-r--r--design/templates/base.html25
1 files changed, 24 insertions, 1 deletions
diff --git a/design/templates/base.html b/design/templates/base.html
index 96b93b0..34641c9 100644
--- a/design/templates/base.html
+++ b/design/templates/base.html
@@ -5,7 +5,7 @@
<title>{% block pagetitle %}Luxagraf - Topografical Writings{% endblock %}</title>{%endblock%}
<link rel="preconnect" href="https://images.luxagraf.net/" crossorigin>
<link rel="preload" as="font" href="/media/fonts/ffmbi.woff2" type="font/woff2" crossorigin>
- <link rel="preload" as="font" href="/media/fonts/ffmbp.woff2" type="font/woff2" crossorigin>
+ <link rel="preload" as="font" href="/media/fonts/ffmpb.woff2" type="font/woff2" crossorigin>
<link rel="preload" as="font" href="/media/fonts/ffmn.woff2" type="font/woff2" crossorigin>
<meta charset="utf-8">
<meta http-equiv="x-ua-compatible" content="ie=edge">
@@ -22,6 +22,29 @@
media="screen">{%endblock%}
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon">
<link rel="manifest" href="/manifest.webmanifest" />
+<style>
+@font-face {
+ font-family: 'mffweb';
+ src: url('/media/fonts/ffmpb.woff2') format('woff2');
+ src: url('/media/fonts/ffmpb.woff') format('woff');
+ font-weight: 400;
+ font-style: normal;
+}
+@font-face {
+ font-family: 'mffweb';
+ src: url('/media/fonts/ffmbi.woff2') format('woff2');
+ src: url('/media/fonts/ffmbi.woff') format('woff');
+ font-weight: 400;
+ font-style: italic;
+}
+@font-face {
+ font-family: 'mffnweb';
+ src: url('/media/fonts/ffmn.woff2') format('woff2');
+ src: url('/media/fonts/ffmn.woff') format('woff');
+ font-weight: 400;
+ font-style: normal;
+}
+</style>
{%block extrahead%}{%endblock%}
</head>
<body {%block bodyid%}{%endblock%}{%block bodyevents%}{%endblock%}>