summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorluxagraf <sng@luxagraf.net>2019-03-22 08:56:03 -0600
committerluxagraf <sng@luxagraf.net>2019-03-22 08:56:03 -0600
commit560e1f5f71daa3bfedee5e0ca526ff789d88027c (patch)
tree609450bc0d87a92977506f2b005debf25f39401d
parent6d34f9989780357defa5ff8020464b87ed6a3773 (diff)
removed fontface
-rw-r--r--design/templates/base.html23
1 files changed, 0 insertions, 23 deletions
diff --git a/design/templates/base.html b/design/templates/base.html
index 34641c9..c9e3d67 100644
--- a/design/templates/base.html
+++ b/design/templates/base.html
@@ -22,29 +22,6 @@
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%}>