@creative-fonts/angkanya-sebelas
v1.0.4
Published
Self-host the Angkanya Sebelas font in a bundled package to beautify development.
Downloads
2
Maintainers
Readme
Creative-fonts Angkanya Sebelas
The CSS and web font files to easily self-host the “Angkanya Sebelas” font. Please visit the main creative-fonts website to view more details on this package.
Quick Installation
First install the dependency using:
npm install @creative-fonts/angkanya-sebelas // yarn add @creative-fonts/angkanya-sebelas
Within your app entry file or site component, import the font like:
import "@creative-fonts/angkanya-sebelas"
Now, you can reference the font name in a CSS stylestyle sheet, CSS Module, or CSS-in-JS:
body{ font-family: "Angkanya Sebelas"; }