I have been trying to search through the files of react big calendar but no luck. Is there a way to change the font style of text in the react big calendar?
You can change it by targeting the .rbc-calendar
class in your stylesheet.
.rbc-calendar {
font-family: sans-serif;
}
This class covers the entire React Big Calendar.