1.0.3 • Published 1 year ago

arial-for-vercel v1.0.3

Weekly downloads
-
License
ISC
Repository
-
Last release
1 year 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

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago