The CSS and web font files to easily self-host the “Alloy Ink” font. Please visit the main creative-fonts website to view more details on this package.
-
First install the dependency using:
npm install @creative-fonts/alloy-ink // yarn add @creative-fonts/alloy-ink
-
Within your app entry file or site component, import the font like:
import "@creative-fonts/alloy-ink"
-
Now, you can reference the font name in a CSS stylestyle sheet, CSS Module, or CSS-in-JS:
body{ font-family: "Alloy Ink"; }