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 fontoption - Enter the custom font name in the text field

Best regards,