From 84a9962889a2f1d1f9f53a25e893aaa27fdb437b Mon Sep 17 00:00:00 2001 From: =?utf8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Sun, 23 Feb 2020 18:08:30 +0100 Subject: [PATCH] style: remove references to unused fonts --- panikweb_templates/static/css/_type.scss | 150 ----------------------- 1 file changed, 150 deletions(-) diff --git a/panikweb_templates/static/css/_type.scss b/panikweb_templates/static/css/_type.scss index 37c4779..d37d35d 100644 --- a/panikweb_templates/static/css/_type.scss +++ b/panikweb_templates/static/css/_type.scss @@ -1,153 +1,3 @@ -/* cyrillic */ -@font-face { - font-family: 'Oswald'; - font-style: normal; - font-weight: 300; - src: local('Oswald Light'), local('Oswald-Light'), - url(../oswald/WDQRONh0ieLkzMd4njMkJBJtnKITppOI_IvcXXDNrsc.woff2) - format('woff2'); - unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116; -} -/* vietnamese */ -@font-face { - font-family: 'Oswald'; - font-style: normal; - font-weight: 300; - src: local('Oswald Light'), local('Oswald-Light'), - url(../oswald/qlwg-kjAsZDGqOniRm96VBJtnKITppOI_IvcXXDNrsc.woff2) - format('woff2'); - unicode-range: U+0102-0103, U+1EA0-1EF9, U+20AB; -} -/* latin-ext */ -@font-face { - font-family: 'Oswald'; - font-style: normal; - font-weight: 300; - src: local('Oswald Light'), - local('Oswald-Light'), - url(../oswald/l1cOQ90roY9yC7voEhngDBJtnKITppOI_IvcXXDNrsc.woff2) - format('woff2'); - unicode-range: U+0100-024F, U+1E00-1EFF, - U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, - U+A720-A7FF; -} -/* latin */ -@font-face { - font-family: 'Oswald'; - font-style: normal; - font-weight: 300; - src: local('Oswald Light'), - local('Oswald-Light'), - url(../oswald/HqHm7BVC_nzzTui2lzQTDVtXRa8TVwTICgirnJhmVJw.woff2) - format('woff2'); - unicode-range: U+0000-00FF, - U+0131, U+0152-0153, U+02C6, - U+02DA, U+02DC, U+2000-206F, - U+2074, U+20AC, U+2212, U+2215; -} - -@font-face { - font-family: 'RegloNormal'; - src: url('../reglo/RE01.otf'); - font-weight: normal; - font-style: normal; -} - -@font-face { - font-family: 'RegloMedium'; - src: url('../reglo/RE02-Medium.otf'); - font-weight: normal; - font-style: normal; -} - -@font-face { - font-family: 'RegloBold'; - src: url('../reglo/RE03-Bold.otf'); - font-weight: normal; - font-style: normal; -} - -@font-face { - font-family: 'RE04'; - src: url('../reglo/RE04-Bold.otf'); - font-weight: normal; - font-style: normal; -} - -@font-face { - font-family: 'RE05'; - src: url('../reglo/RE05-Bold.otf'); - font-weight: normal; - font-style: normal; -} - -@font-face { - font-family: 'RegloSymbol'; - src: url('../reglo/RE06.otf'); - font-weight: normal; - font-style: normal; - line-height: 0 !important; -} - -@font-face { - font-family: 'Reglo'; - src: url('../reglo/Reglo-Bold.otf'); - font-weight: normal; - font-style: normal; -} -@font-face { - font-family: 'Symbols'; - src: url('../reglo/RESYMBOL-resized.otf'); - font-weight: normal; - font-style: normal; -} -@font-face { - font-family: 'SymbolsResized'; - src: url('../reglo/RESYMBOL-resized.otf'); - font-weight: normal; - font-style: normal; -} - -@font-face { - font-family: 'RegloScale'; - src: url('../reglo/RegloScaleBold.otf'); - font-weight: normal; - font-style: normal; -} - -@font-face { - font-family: 'Montserrat'; - src: url('../fonts/Montserrat-Regular.ttf'); - font-weight: normal; - font-style: normal; -} - -@font-face { - font-family: 'Montserrat'; - src: url('../fonts/Montserrat-Bold.ttf'); - font-weight: bold; - font-style: normal; -} - -@font-face { - font-family: 'Fjalla One'; - src: url('../fonts/FjallaOne-Regular.woff2') format('woff2'), - url('../fonts/FjallaOne-Regular.woff') format('woff'), - url('../fonts/FjallaOne-Regular.otf') format('opentype'); - font-weight: normal; - font-style: normal; -} - -@font-face { - font-family: 'Roboto'; - src: url('../fonts/Roboto-Regular.woff2') format('woff2'), - url('../fonts/Roboto-Regular.woff') format('woff'), - url('../fonts/Roboto-Regular.ttf') format('truetype'); - font-weight: normal; - font-style: normal; -} - - [class^="icon-"], [class*=" icon-"]{ /*font-size:1.3em;*/ -- 2.39.2