weloop-ui
v1.0.7
Published
Weloop Component Library - Modern, cross-framework compatible UI components for web applications
Maintainers
Readme
Weloop UI Core
Fonts
Fonts are now provided by the @weloop/fonts package.
Installation
npm install @weloop/fonts
# or
yarn add @weloop/fonts
# or
pnpm add @weloop/fontsUsage
Import the CSS in your main entry (JS, TS, or SCSS):
In JavaScript/TypeScript:
import '@weloop/fonts/fonts.css';In SCSS:
@import '~@weloop/fonts/fonts.css';This will load all font-face rules for Inter, Nohemi, Plus Jakarta Sans, Kantumruy Pro, and Noto Sans KR.
You can override the font-family in your own CSS if you want to use Google Fonts or another provider instead.
