You may use custom CSS to customize your web portal to your preferences. Below are a few commonly-used examples you might find useful. All color codes and pixel sizes used are placeholders that may be replaced with your brand colors and specifications.
Disclaimer: we do not offer support in building custom CSS for your web calendar or web portal.
(1) Import font and target entire body
@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@300;400;700&display=swap');
body{
font-family: 'Roboto Condensed', sans-serif;
}
*Custom fonts may be found at https://fonts.google.com/