Style Settings – Use custom font name

Content Views Pro offers many fonts to styling your content.
If you want to use custom font which is not in the default list, please follow the steps below:

1. Please ensure that the custom font was defined somewhere, for example:

@font-face {
  font-family: "My font";
  src: url("/fonts/Font1-Regular-webfont.woff2") format("woff2"),
       url("/fonts/Font1-Regular-webfont.woff") format("woff");
}

2.

  • In the Style Settings tab, click the - Default Font - dropdown
  • Select the Custom font option
  • Enter the custom font name in the text field

Content Views Pro - custom font name

Best regards,

Scroll to Top