PC SOFT

FOROS PROFESIONALES
WINDEVWEBDEV y WINDEV Mobile

Inicio → WINDEV 2024 → [WB22] Google font not displaying on Apple devices
[WB22] Google font not displaying on Apple devices
Iniciado por guest, 22,feb. 2018 12:59 - 1 respuesta
Publicado el 22,febrero 2018 - 12:59
Hi,

We are using the Google Lato font, and it displays on all browsers and devices, except Apple.
I have Googled extensively for this issue but found no useful answers.
Any ideas?

Kind regards,
Piet
Miembro registrado
28 mensajes
Publicado el 22,febrero 2018 - 16:24
Not sure,

But I found this for you:
https://google-webfonts-helper.herokuapp.com/fonts/lato…

/* lato-regular - latin */
@font-face {
font-family: 'Lato';
font-style: normal;
font-weight: 400;
src: url('../fonts/lato-v14-latin-regular.eot'); /* IE9 Compat Modes */
src: local('Lato Regular'), local('Lato-Regular'),
url('../fonts/lato-v14-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
url('../fonts/lato-v14-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
url('../fonts/lato-v14-latin-regular.woff') format('woff'), /* Modern Browsers */
url('../fonts/lato-v14-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
url('../fonts/lato-v14-latin-regular.svg#Lato') format('svg'); /* Legacy iOS */
}


I see a font-face creation in stylesheet with something special for Legacy iOS.