Les CSS et fonts provenant de Google sont

rapatriés en local
This commit is contained in:
Sébastien André
2021-04-26 18:31:57 +02:00
parent 14d436b99f
commit 1d7359d647
26 changed files with 198 additions and 3 deletions

View File

@@ -0,0 +1,23 @@
/* fallback */
@font-face {
font-family: 'Material Icons';
font-style: normal;
font-weight: 400;
src: url(../font/Material-Icons-Fallback.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;
}