ui-humix-lib
Version:
A simple package for implementinghumix design components in react-based or node.js based projects.
33 lines (30 loc) • 951 B
CSS
@font-face {
font-family: 'Monaspace Neon Var';
/* Use a relative path to the local font file in `url()`. */
src: url('./MonaspaceNeon-Medium.woff') format('woff');
font-weight: normal;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: 'Monaspace Neon Var';
/* Use a relative path to the local font file in `url()`. */
src: url('./MonaspaceNeon-Bold.woff') format('woff');
font-weight: bold;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: 'Inter Variable';
src: url('./InterVariable.woff2') format('woff2-variations');
font-weight: 200, 300, 400, 500, 600, 700, 800, 900;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: 'Inter Variable';
src: url('./InterVariable-Italic.woff2') format('woff2-variations');
font-weight: 200, 300, 400, 500, 600, 700, 800, 900;
font-style: italic;
font-display: swap;
}