Jetzt habe ich ein Update von Opens Sans auf die Version v44 gemacht und plötzlich wird wieder Roboto als Schrift auf der Website angezeigt (mittlerweile ist die Website unter Joomla 5.4). Wie kann das sein?
Die user.css sieht wie folgt aus:
/* open-sans-regular - latin */
@font-face {
font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web…ce/font-display for other options. */
font-family: 'Open Sans';
font-style: normal;
font-weight: 400;
src: url('../fonts/open-sans-v44-latin-regular.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
url('../fonts/open-sans-v44-latin-regular.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
/* open-sans-700 - latin */
@font-face {
font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web…ce/font-display for other options. */
font-family: 'Open Sans';
font-style: normal;
font-weight: 700;
src: url('../fonts/open-sans-v44-latin-700.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
url('../fonts/open-sans-v44-latin-700.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
body {
font-family:'Open Sans', Arial, sans-serif, Roboto;
}
h1,h2,h3,h4,h5,h6 {
font-family:'Open Sans', Arial, sans-serif, Roboto;
color: #333333;
padding: 0.5em 0em 0.5em 0em;
}
Danke für Euren Support!