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