BugiDev / react-native-calendar-strip

Easy to use and visually stunning calendar component for React Native.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Change custom font

whyamsx opened this issue · comments

Hello, I want to replace the font in the calendar with my pre-installed one, but for some reason this does not work, the font simply remains the same

this is how i do it:
dateNumberStyle={{ color: 'white', fontFamily: 'Poppins-Medium', fontSize: 14 }}

Hello @whyamsx, try this: dateNumberStyle={{ color: 'white', fontFamily: 'Poppins-Medium', fontWeight: '500', fontSize: 14 }}