@saltcandy123/saltcandy123font
v0.7.1
Published
A font based on the handwriting of @saltcandy123
Downloads
22
Readme
saltcandy123font
saltcandy123font is a font based on the handwriting of @saltcandy123.
Usage
Install the package using this command:
npm install @saltcandy123/saltcandy123font
Then, import font files in your frontend code. Example usage in CSS:
@font-face {
font-family: "saltcandy123font";
src:
url("~@saltcandy123/saltcandy123font/saltcandy123font-Regular.woff")
format("woff"),
url("~@saltcandy123/saltcandy123font/saltcandy123font-Regular.ttf")
format("truetype");
font-weight: 400;
font-style: normal;
}