PC SOFT

PROFESSIONAL NEWSGROUPS
WINDEVWEBDEV and WINDEV Mobile

Home → WINDEV 2024 → [WB22] Google font not displaying on Apple devices
[WB22] Google font not displaying on Apple devices
Started by Piet van Zanten, Feb., 22 2018 12:59 PM - 1 reply
Posted on February, 22 2018 - 12:59 PM
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
Registered member
28 messages
Popularité : +2 (2 votes)
Posted on February, 22 2018 - 4:24 PM
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.