How can I change the fonts in my Calendar?


Unfortunately the Calendar service does not have a built-in way to change the fonts, however you can override the default fonts using custom CSS styles.

For example to make the title of your events in the Monthly View a bit bigger you could use the following:

<style>
.calendar td a, .calendar td a:visited
{
  font: 18px tahoma;
}
</style>


1. Log into your Bravenet account
2. Make sure you are on the Dashboard
3. Click on "Online Calendar" in your list of Web Tools
4. Click on Custom HTML
5. Add the custom <style> code above the %%service%% tag
6. Click on the "Save" button