1.0.5 • Published 2 years ago

@creative-fonts/harry-p v1.0.5

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

Creative-fonts Harry P

The CSS and web font files to easily self-host the “Harry P” 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/harry-p // yarn add @creative-fonts/harry-p
  • Within your app entry file or site component, import the font like:

    import "@creative-fonts/harry-p"
  • Now, you can reference the font name in a CSS stylestyle sheet, CSS Module, or CSS-in-JS:
    body{
        font-family: "Harry P";
    }

Feel free to raise any issue here.