1.0.3 • Published 2 years ago

arial-for-vercel v1.0.3

Weekly downloads
-
License
ISC
Repository
-
Last release
2 years ago

Arial font for vercel usage

Package includes file that exports font and font itself. Usage :

import pathForArial from "arial-for-vercel"

To use it in registerFont()

try {
    registerFont(pathForArial, { family: "Arial" })
}
catch(e){
    console.log(e)
}

If you want to do the same thing for your own font but not sure how to, feel free to contact me.

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago