Self-host the Procrastinating Pixie font in a bundled package to beautify development.
npm install @creative-fonts/procrastinating-pixie
npm install @creative-fonts/procrastinating-pixie // yarn add @creative-fonts/procrastinating-pixie
`
- Within your app entry file or site component, import the font like:
`
import "@creative-fonts/procrastinating-pixie"
`
- Now, you can reference the font name in a CSS stylestyle sheet, CSS Module, or CSS-in-JS:
`
body{
font-family: "Procrastinating Pixie";
}
``