Skip to content

How to set a Google Font in hosted pages ?

Once you have integrated the hosted pages into your application, you may want to customize/modify the font of the texts to align with your own website/application.

This is completely possible.

To use a specific Google Font in the hosted pages (customer portal or subscription workflow), you just need to add the chosen font in the CSS.

  • Click on “Settings” from the left menu.
  • Then click on “General Settings” in the “Hosted Pages” section.
  • Next, click on “Custom CSS”.

Example:
@import url(‘https://fonts.googleapis.com/css?family=Raleway’);
@import url(‘https://fonts.googleapis.com/css?family=Poppins’);

  • Click on “Save” to save your modifications.
  • Click on the “Apply now” button to refresh the caches and apply your modifications immediately.