Hi,
I’ve created a print format template with the following stylesheet font import.
@import url("https://fonts.googleapis.com/css?family=Anonymous+Pro:400,700|Cousine:400,700|Source+Code+Pro:400,700&display=swap&subset=greek");
However the font is not being loaded in the HTML preview. However when I print the file as PDF it renders it correctly because the font is already installed on the server.
Any ideas how to properly include custom fonts?