Fix the Outlined-github hosted icons

This commit is contained in:
Prayag
2021-05-20 11:48:48 +05:30
parent 12f4ffe3b0
commit 15dbde1479

View File

@@ -20,28 +20,6 @@
-webkit-font-smoothing: antialiased; -webkit-font-smoothing: antialiased;
} }
@font-face {
font-family: 'Material Icons Outlined';
font-style: normal;
font-weight: 400;
src: url(https://fonts.gstatic.com/s/materialiconsoutlined/v55/gok-H7zzDkdnRel8-DQ6KAXJ69wP1tGnf4ZGhUce.woff2) format('woff2');
}
.material-icons {
font-family: 'Material Icons Outlined';
font-weight: normal;
font-style: normal;
line-height: 1;
letter-spacing: normal;
text-transform: none;
display: inline-block;
white-space: nowrap;
word-wrap: normal;
direction: ltr;
-webkit-font-feature-settings: 'liga';
-webkit-font-smoothing: antialiased;
}
.material-icons.play_circle_filled:before { .material-icons.play_circle_filled:before {
content: "\e039"; content: "\e039";
} }