effectussoftware / react-custom-roulette

Repository for the react-custom-roulette library
MIT License
322 stars 114 forks source link

Font Family Using Local Fonts & Not Fetched From Google Fonts #140

Open dimassatriap opened 1 year ago

dimassatriap commented 1 year ago

We have props forfontFamily. This font family will be fetched from https://fonts.google.com/. But what if we don't want to fetch from Google? what if we want to use our own local fonts?

Would it be cool if you guys have simple boolean props like isFontFamilyNotFetchedFromGoogle / isFontFamilyUsingLocalFonts or whatever you guys named it, and we can pass this prop so it doesn't need to fetch https://fonts.google.com/ and leave it to us because we already handle it by importing our local fonts.

Would very much appreciate it, Thank youu.