@fontsource/sunflower
Version:
Self-host the Sunflower font in a neatly bundled NPM package.
26 lines (24 loc) • 823 B
CSS
/* sunflower-korean-300-normal */
@font-face {
font-family: 'Sunflower';
font-style: normal;
font-display: swap;
font-weight: 300;
src: url(./files/sunflower-korean-300-normal.woff2) format('woff2'), url(./files/sunflower-korean-300-normal.woff) format('woff');
}
/* sunflower-korean-500-normal */
@font-face {
font-family: 'Sunflower';
font-style: normal;
font-display: swap;
font-weight: 500;
src: url(./files/sunflower-korean-500-normal.woff2) format('woff2'), url(./files/sunflower-korean-500-normal.woff) format('woff');
}
/* sunflower-korean-700-normal */
@font-face {
font-family: 'Sunflower';
font-style: normal;
font-display: swap;
font-weight: 700;
src: url(./files/sunflower-korean-700-normal.woff2) format('woff2'), url(./files/sunflower-korean-700-normal.woff) format('woff');
}