diff options
author | luxagraf <sng@luxagraf.net> | 2019-03-22 08:56:03 -0600 |
---|---|---|
committer | luxagraf <sng@luxagraf.net> | 2019-03-22 08:56:03 -0600 |
commit | 560e1f5f71daa3bfedee5e0ca526ff789d88027c (patch) | |
tree | 609450bc0d87a92977506f2b005debf25f39401d /design/templates/base.html | |
parent | 6d34f9989780357defa5ff8020464b87ed6a3773 (diff) |
removed fontface
Diffstat (limited to 'design/templates/base.html')
-rw-r--r-- | design/templates/base.html | 23 |
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%}> |