How can I change the fonts in my Calendar?


Revision as of 11:59, 4 August 2011 by Steve (talk | contribs)

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. Click on the Web Apps tab
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 Save Changes