fix: self host icon fonts

This commit is contained in:
Eneko Illarramendi
2020-04-29 13:24:49 +02:00
parent 8442f277c4
commit 8dfdd15adb
5 changed files with 46 additions and 5 deletions
+21
View File
@@ -45,3 +45,24 @@ a.inherit {
video {
border-radius: 3px; }
@font-face {
font-family: 'Material Icons';
font-style: normal;
font-weight: 400;
src: url(../fonts/material-icons-v50.woff2) format('woff2'); }
.material-icons {
font-family: 'Material Icons';
font-weight: normal;
font-style: normal;
font-size: 24px;
line-height: 1;
letter-spacing: normal;
text-transform: none;
display: inline-block;
white-space: nowrap;
word-wrap: normal;
direction: ltr;
-moz-font-feature-settings: 'liga';
-moz-osx-font-smoothing: grayscale; }