Ignore an Intellij’s warning for remixicon font

This commit is contained in:
jordi fita mas 2023-01-31 13:24:26 +01:00
parent 93ec8b74c0
commit 873d36abab
1 changed files with 1 additions and 0 deletions

View File

@ -482,6 +482,7 @@ fieldset {
}
[class^='ri-'], [class*=' ri-'] {
/*noinspection CssNoGenericFontName*/
font-family: 'remixicon' !important;
font-style: normal;
-webkit-font-smoothing: antialiased;