@fontsource/share
Version:
Self-host the Share font in a neatly bundled NPM package.
17 lines (16 loc) • 510 B
CSS
/* share-latin-400-normal */
@font-face {
font-family: 'Share';
font-style: normal;
font-display: swap;
font-weight: 400;
src: url(./files/share-latin-400-normal.woff2) format('woff2'), url(./files/share-latin-400-normal.woff) format('woff');
}
/* share-latin-700-normal */
@font-face {
font-family: 'Share';
font-style: normal;
font-display: swap;
font-weight: 700;
src: url(./files/share-latin-700-normal.woff2) format('woff2'), url(./files/share-latin-700-normal.woff) format('woff');
}