Przeglądaj źródła

fix: css linting missing fallback font

NGPixel 5 lat temu
rodzic
commit
d2a5b24b38
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      client/themes/default/scss/app.scss

+ 1 - 1
client/themes/default/scss/app.scss

@@ -238,7 +238,7 @@
 
     &::before {
       display: inline-block;
-      font: normal normal normal 24px/1 "Material Design Icons";
+      font: normal normal normal 24px/1 "Material Design Icons", sans-serif;
       position: absolute;
       margin-top: -12px;
       top: 50%;