@subroxz/tests
Version:
arcab Aster font family (Geist Sans + Geist Mono) for React/Vite/Next.js projects
41 lines (37 loc) • 1.04 kB
CSS
@font-face {
font-family: 'arcab Aster Regular';
src: url('../fonts/sans/Geist[wght].woff2') format('woff2-variations');
font-weight: 100 900;
font-style: normal;
font-display: swap;
font-synthesis: none;
font-feature-settings: 'ss02' 1;
}
@font-face {
font-family: 'arcab Aster Regular';
src: url('../fonts/sans/Geist-Italic[wght].woff2') format('woff2-variations');
font-weight: 100 900;
font-style: italic;
font-display: swap;
font-synthesis: none;
font-feature-settings: 'ss02' 1;
}
@font-face {
font-family: 'arcab Aster Mono';
src: url('../fonts/mono/GeistMono[wght].woff2') format('woff2-variations');
font-weight: 100 900;
font-style: normal;
font-display: swap;
font-synthesis: none;
font-feature-settings: 'ss02' 1;
}
@font-face {
font-family: 'arcab Aster Mono';
src: url('../fonts/mono/GeistMono-Italic[wght].woff2')
format('woff2-variations');
font-weight: 100 900;
font-style: italic;
font-display: swap;
font-synthesis: none;
font-feature-settings: 'ss05' 1;
}