BugiDev / react-native-calendar-strip

Easy to use and visually stunning calendar component for React Native.
MIT License
933 stars 325 forks source link

Change custom font #319

Closed whyamsx closed 2 years ago

whyamsx commented 2 years ago

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 }}

sophea-we commented 2 years ago

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