Um wirklich auf der sicheren Seite zu sein, kann man die Fonts z.B. bei -> Google Webfonts Helper herunterladen, unter media/templates/site/deinTemplate/ einen Ordner /fonts anlegen und die Schriften dort ablegen.
Dann in der user.css gleich am Anfang deklarieren.
Das sieht dann ungefähr so aus:
Code
/* open-sans-regular - latin */
@font-face {
font-family: "Open Sans";
font-style: normal;
font-weight: 400;
font-display: swap;
src: local(""), url("../fonts/open-sans-v29-latin-regular.woff2") format("woff2"),
url("../fonts/open-sans-v29-latin-regular.woff") format("woff");
}
/* open-sans-700 - latin */
@font-face {
font-family: "Open Sans";
font-style: normal;
font-weight: 700;
font-display: swap;
src: local(""), url("../fonts/roboto-v29-latin-500.woff2") format("woff2"),
url("../fonts/roboto-v29-latin-500.woff") format("woff");
}
Alles anzeigen
So sehr ich den JCE schätze, die Schriftauswahl braucht keiner und sollte in den Einstellungen auch abgeschaltet werden.