LocalCDN-Firefox-Chrome-Brave/resources/google-material-design-icons/google-material-design-icon...

25 lines
665 B
CSS
Raw Normal View History

2021-01-24 09:12:14 +01:00
/* fallback */
@font-face {
font-family: 'Material Icons';
font-style: normal;
font-weight: 400;
2021-01-24 09:12:14 +01:00
src: url('MaterialIcons-Regular.woff2') format('woff2');
/* src: url(https://fonts.gstatic.com/s/materialicons/v80/flUhRq6tzZclQEJ-Vdg-IuiaDsNc.woff2) format('woff2'); */
}
.material-icons {
font-family: 'Material Icons';
font-weight: normal;
font-style: normal;
2021-01-24 09:12:14 +01:00
font-size: 24px;
line-height: 1;
letter-spacing: normal;
2021-01-24 09:12:14 +01:00
text-transform: none;
display: inline-block;
white-space: nowrap;
2021-01-24 09:12:14 +01:00
word-wrap: normal;
direction: ltr;
2021-01-24 09:12:14 +01:00
-moz-font-feature-settings: 'liga';
-moz-osx-font-smoothing: grayscale;
}