Hi there,
I installed Google Open Sans fonts following this procedure:
https://gwfh.mranftl.com/fonts/open-sans?subsets=latin
on my server in the directory:
templates/t4_bs5_blank/fonts/
I created this 'fonts.css' file:
/* open-sans-regular - latin /
@font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 400;
src: local(''),
url('templates/t4_bs5_blank/fonts/open-sans-v34-latin-regular.woff2') format('woff2'), / Chrome 26+, Opera 23+, Firefox 39+ /
url('templates/t4_bs5_blank/fonts/open-sans-v34-latin-r/ open-sans-regular - latin */
...
When disabling Google fonts and adding the fonts-file to the custom fonts in T4, I can choose 'Open Sans', the fonts are all displayed correctly in the preview, but in the normal browser I see only the default Times Roman fonts.
What am I missing?