@fontsource/material-symbols-outlined
Version:
Self-host the Material Symbols Outlined font in a neatly bundled NPM package.
8 lines • 334 B
CSS
/* material-symbols-outlined-latin-200-normal */
@font-face {
font-family: 'Material Symbols Outlined';
font-style: normal;
font-display: swap;
font-weight: 200;
src: url(./files/material-symbols-outlined-latin-200-normal.woff2) format('woff2'), url(./files/material-symbols-outlined-latin-200-normal.woff) format('woff');
}