mirror of
https://github.com/mediacms-io/mediacms.git
synced 2025-01-09 15:58:19 +01:00
41c66469e2
Co-authored-by: root <1515939+styiannis@users.noreply.github.com>
23 lines
572 B
CSS
23 lines
572 B
CSS
@font-face {
|
|
font-family: 'Material Icons';
|
|
font-style: normal;
|
|
font-weight: 400;
|
|
src: url('../../lib/material-icons/v77/icons.woff2') format('woff2');
|
|
font-display: swap;
|
|
}
|
|
|
|
.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;
|
|
-webkit-font-feature-settings: 'liga';
|
|
-webkit-font-smoothing: antialiased;
|
|
} |