Untitled-27 Back to Project

Getting Started Untitled-27

Customisation Untitled-27

Troubleshooting Untitled-27

Security Untitled-27

Users & roles Untitled-27

Working with Client Portal Untitled-27

Integrations Untitled-27

How to change the fonts in Client Portal

If you would like to use web fonts from Google Fonts or Typekit, you need to insert their embed code into the Client Portal Settings page. (From your WordPress dashboard, navigate to Projects -> Client Portal Settings).

1
Find the "Custom scripts in head" section. Paste the embed code in the text area. In this example, we've used the embed code from Google Fonts:
2
In the next section, "Custom CSS", you can set the fonts with the following CSS (please note, this has changed since the below image was created:
.body, .content-section, .topbar, .contacts {font-family: 'Montserrat', sans-serif;
}
3
If you want to use the custom CSS in an individual portal, you can specify the body class .postid-212(212 is the project ID, for example)

Here's a quick screencast on how to add Typekit fonts to Client Portal.