1.0.3 • Published 1 year ago
arial-for-vercel v1.0.3
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.