@fvonts/ubuntu-title
v0.0.8
Published
Self-host the Ubuntu Title font in a neatly bundled NPM package.
Downloads
20
Maintainers
Readme
@fvonts/ubuntu-title
Install
With these commands, you download the ubuntu-title font to the project dependencies.
npm install @fvonts/ubuntu-title
Usage
To use it, include it in your project as follows:
import '@fvonts/ubuntu-title';
Now you can call it like a normal font family.
body {
font-family: 'Ubuntu Title';
}
Licensing
This project is licensed under the MIT license.