shekharramola / react-wheel-of-prizes

It is a wheel of prizes game for react developers
89 stars 58 forks source link

Added ability to change font #11

Closed dcpesses closed 3 years ago

dcpesses commented 3 years ago

Changes Included:

Currently the component uses the font-family name 'proxima-nova' when setting the text styles to be written to the canvas. Unfortunately, this font is not available for most people, so most systems will fallback to a browser's default serif font, like Times or Times New Roman, which is a less attractive option.