@21n/fonts
v1.0.1
Published
Twenty One Native font family
Readme
@21n/fonts
Twenty One Native font family for use in web applications.
Installation
npm install @21n/fontsUsage
Method 1: Import JS (auto-imports CSS)
import '@21n/fonts';Method 2: Import CSS directly
import '@21n/fonts/styles.css';Or in your CSS:
@import '@21n/fonts/styles.css';Using the font
Then use the font family in your CSS:
body {
font-family: 'Twenty One Native', sans-serif;
}Font Weights
- Light (300): TwentyOneNativeLight
- Regular (400): TwentyOneNative
- Medium (500): TwentyOneNativeMedium
- Bold (700): TwentyOneNativeBold
All weights include italic variants.
