Experiment fixes.
[wolnelektury.git] / src / wolnelektury / static / 2021 / css / base / _icons.scss
index 161be54..0f09c91 100644 (file)
@@ -11,16 +11,6 @@ $icon-arrow-down: "\e905";
 $icon-arrow-left: "\e906";
 $icon-arrow-right: "\e907";
 
-@font-face {
-  font-family: '#{$icomoon-font-family}';
-  src:
-    url('#{$icomoon-font-path}/#{$icomoon-font-family}.ttf?20uhbq') format('truetype'),
-    url('#{$icomoon-font-path}/#{$icomoon-font-family}.woff?20uhbq') format('woff'),
-    url('#{$icomoon-font-path}/#{$icomoon-font-family}.svg?20uhbq##{$icomoon-font-family}') format('svg');
-  font-weight: normal;
-  font-style: normal;
-  font-display: block;
-}
 
 [class^="icon-"], [class*=" icon-"] {
   /* use !important to prevent issues with browser extensions that change fonts */