Update icon font

This commit is contained in:
2020-07-19 16:07:31 +02:00
parent 03fe66c9f1
commit 4a8a950efa
8 changed files with 91 additions and 41 deletions

View File

@@ -2,11 +2,11 @@
@font-face {
font-family: '#{$icomoon-font-family}';
src: url('#{$icomoon-font-path}/#{$icomoon-font-family}.eot?km2c2k');
src: url('#{$icomoon-font-path}/#{$icomoon-font-family}.eot?km2c2k#iefix') format('embedded-opentype'),
url('#{$icomoon-font-path}/#{$icomoon-font-family}.ttf?km2c2k') format('truetype'),
url('#{$icomoon-font-path}/#{$icomoon-font-family}.woff?km2c2k') format('woff'),
url('#{$icomoon-font-path}/#{$icomoon-font-family}.svg?km2c2k##{$icomoon-font-family}') format('svg');
src: url('#{$icomoon-font-path}/#{$icomoon-font-family}.eot?x3hpe6');
src: url('#{$icomoon-font-path}/#{$icomoon-font-family}.eot?x3hpe6#iefix') format('embedded-opentype'),
url('#{$icomoon-font-path}/#{$icomoon-font-family}.ttf?x3hpe6') format('truetype'),
url('#{$icomoon-font-path}/#{$icomoon-font-family}.woff?x3hpe6') format('woff'),
url('#{$icomoon-font-path}/#{$icomoon-font-family}.svg?x3hpe6##{$icomoon-font-family}') format('svg');
font-weight: normal;
font-style: normal;
font-display: block;
@@ -15,7 +15,7 @@
.icon {
/* use !important to prevent issues with browser extensions that change fonts */
font-family: '#{$icomoon-font-family}' !important;
speak: none;
speak: never;
font-style: normal;
font-weight: normal;
font-variant: normal;
@@ -27,6 +27,31 @@
-moz-osx-font-smoothing: grayscale;
}
.icon--add-circle-outline {
&:before {
content: $icon--add-circle-outline;
}
}
.icon--add-circle {
&:before {
content: $icon--add-circle;
}
}
.icon--add {
&:before {
content: $icon--add;
}
}
.icon--analytics-outline {
&:before {
content: $icon--analytics-outline;
}
}
.icon--analytics {
&:before {
content: $icon--analytics;
}
}
.icon--arrow-back {
&:before {
content: $icon--arrow-back;