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.
We have props for
fontFamily
. 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.