Remove icon font

pull/11211/head
Matt Westcott 2023-11-07 15:33:37 +00:00 zatwierdzone przez Thibaud Colas
rodzic eaf237ffcb
commit d7ed0b2999
6 zmienionych plików z 0 dodań i 2042 usunięć

Wyświetl plik

@ -7,4 +7,3 @@ global-exclude *.stories.js
global-exclude *.stories.tsx
recursive-exclude wagtail/ *.md
global-exclude .gitignore
global-exclude wagtail-icomoon.json

Wyświetl plik

@ -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.

Wyświetl plik

@ -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;

Wyświetl plik

@ -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