cleanup fontastic

This commit is contained in:
djmaze 2020-10-28 10:35:17 +01:00
parent 7db7d5545b
commit d1dfa227ae
4 changed files with 17 additions and 18 deletions

View file

@ -8,19 +8,6 @@
}
[data-icon]::before {
font-family: "snappymail" !important;
content: attr(data-icon);
font-style: normal !important;
font-weight: normal !important;
font-variant: normal !important;
text-transform: none !important;
speak: none;
line-height: 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
[class^="icon-"]::before,
[class*=" icon-"]::before {
font-family: "snappymail" !important;
@ -28,7 +15,7 @@
font-weight: normal !important;
font-variant: normal !important;
text-transform: none !important;
speak: none;
speak: never;
line-height: 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;