Hallo zusammen,
ich habe Google Fonts auf einer Seite lokal eingebunden (Schriften auf FTP geladen in childtheme von the7, css code eingefügt und das Plugin "Disable Google Fonts" aktivieren). Auf Google Chrome und Firefox funktioniert alles aber auf Safari werden die Schriften nicht richtig dargestellt...
Seite: http://www.fahrschule-schomaker.de
Edit: Gerade gesehen, dass es manchmal richtig dargestellt wird und im neuen Tab in Safari dann wieder falsch..
Weiß einer warum? Liegt es an dem CSS?
So hab ich des eingfügt:
/* roboto-500 - vietnamese_latin-ext_latin_greek-ext_greek_cyrillic-ext_cyrillic */
@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 500;
src: url('fonts/roboto-v30-vietnamese_latin-ext_latin_greek-ext_greek_cyrillic-ext_cyrillic-500.eot'); /* IE9 Compat Modes */
src: local(''),
url('fonts/roboto-v30-vietnamese_latin-ext_latin_greek-ext_greek_cyrillic-ext_cyrillic-500.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
url('fonts/roboto-v30-vietnamese_latin-ext_latin_greek-ext_greek_cyrillic-ext_cyrillic-500.woff2') format('woff2'), /* Super Modern Browsers */
url('fonts/roboto-v30-vietnamese_latin-ext_latin_greek-ext_greek_cyrillic-ext_cyrillic-500.woff') format('woff'), /* Modern Browsers */
url('fonts/roboto-v30-vietnamese_latin-ext_latin_greek-ext_greek_cyrillic-ext_cyrillic-500.ttf') format('truetype'), /* Safari, Android, iOS */
url('fonts/roboto-v30-vietnamese_latin-ext_latin_greek-ext_greek_cyrillic-ext_cyrillic-500.svg#Roboto') format('svg'); /* Legacy iOS */