mirror of
https://github.com/wagtail/wagtail.git
synced 2024-11-21 09:59:02 +01:00
Remove icon font
This commit is contained in:
parent
eaf237ffcb
commit
d7ed0b2999
@ -7,4 +7,3 @@ global-exclude *.stories.js
|
||||
global-exclude *.stories.tsx
|
||||
recursive-exclude wagtail/ *.md
|
||||
global-exclude .gitignore
|
||||
global-exclude wagtail-icomoon.json
|
||||
|
@ -1,12 +1,5 @@
|
||||
@use 'sass:string';
|
||||
|
||||
@font-face {
|
||||
font-family: $font-wagtail-icons;
|
||||
src: url('../fonts/wagtail.woff') format('woff');
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
}
|
||||
|
||||
// Set SVG icons to use the current text color in the location they appear as
|
||||
// their default fill color. Can be overridden for a specific icon by either
|
||||
// the color or fill properties.
|
||||
|
@ -47,9 +47,6 @@ $breakpoints: (
|
||||
$font-sans: theme('fontFamily.sans');
|
||||
$font-mono: theme('fontFamily.mono');
|
||||
|
||||
// Legacy icon font, to be removed in the near future.
|
||||
$font-wagtail-icons: wagtail;
|
||||
|
||||
// misc sizing
|
||||
$menu-width: 200px;
|
||||
$menu-width-slim: 60px;
|
||||
|
@ -85,7 +85,6 @@
|
||||
|
||||
@mixin icon() {
|
||||
@include font-smoothing;
|
||||
font-family: $font-wagtail-icons;
|
||||
font-style: normal;
|
||||
font-weight: normal;
|
||||
font-variant: normal;
|
||||
|
File diff suppressed because one or more lines are too long
Binary file not shown.
Loading…
Reference in New Issue
Block a user