1.0.0 • Published 2 years ago

@creative-fonts/procrastinating-pixie v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

Creative-fonts Procrastinating Pixie

The CSS and web font files to easily self-host the “Procrastinating Pixie” 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/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";
    }

Feel free to raise any issue here.