With these commands, you download the ubuntu-title font to the project dependencies.
npm install @fvonts/ubuntu-title
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';
}
This project is licensed under the MIT license.