Merge pull request #73 from ctrl-freak/master

This commit is contained in:
Bastian Meissner 2022-06-25 22:15:39 +02:00 committed by GitHub
commit f4d4b0436b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 2 deletions

View file

@ -1,11 +1,10 @@
/* fallback */
@font-face {
font-family: "Material Icons";
font-style: normal;
font-weight: 400;
font-display: block;
src: url(icons.woff2) format("woff2");
}
.material-icons {
font-family: "Material Icons";
font-weight: normal;
@ -20,4 +19,6 @@
direction: ltr;
text-rendering: optimizeLegibility;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
font-feature-settings: "liga";
}

Binary file not shown.