Files
GNX-WEB/gnx-react/public/icons/material-icons/css/material-icons.css
Iliyan Angelov fe26b7cca4 GNXSOFT.COM
2025-09-26 00:15:37 +03:00

25 lines
682 B
CSS

/* Material Symbols Outlined */
@font-face {
font-family: 'Material Symbols Outlined';
font-style: normal;
font-weight: 100 700;
src: url("../webfonts/material-icon.woff2") format('woff2');
}
.material-symbols-outlined {
font-family: 'Material Symbols Outlined';
font-weight: normal;
font-style: normal;
font-size: inherit;
line-height: 1;
letter-spacing: normal;
text-transform: none;
display: inline-grid;
white-space: nowrap;
word-wrap: normal;
direction: ltr;
color: var(--heading-1st-color);
-webkit-font-feature-settings: 'liga';
font-feature-settings: 'liga';
-webkit-font-smoothing: antialiased;
}