Tagged: custom font
-
AuthorPosts
-
November 22, 2024 at 2:33 pm #1471936
Hi,
I have a problem to show a custom font on mobile devices for the tag .av-masonry-entry-content. It should show the font-familiy ‘chambersitalic‘ which is uploaded in the custom font section.
For screen it works well as it works fine as a definition for the emphasis tag ’em’ on mobile devices.
Thanks for help. Link to the page below.Best regards,
VeraNovember 23, 2024 at 12:54 pm #1471998Hey Vera,
I can’t see any problem on my end, I see the same font on desktop as I do on phone emulation and on an actual Android device. How can we reproduce the results that you are seeing on your end?
Best regards,
RikardNovember 23, 2024 at 5:15 pm #1472020Hi Rikard
Thank you for your reply.
It seems to be only a problem on ios mac devices. But there in all kind of browsers.Best regards,
VeraNovember 23, 2024 at 8:40 pm #1472037Hi,
Thanks for the update. I checked the site on an Imac and an Android phone, and both showed the same font. Could you give us some more details of your setup please? You might want to a try on a different machine as well, to see if that makes any difference for you.
Best regards,
RikardNovember 24, 2024 at 9:36 am #1472056Hi Rikard,
the problem occurs f.e. on iPhone SE with iOS 18.0.1 or iPad with iPadOS-Version 16.7.10.
On imacs it works fine but they don’t operate with iOS systems.
Best regard,
VeraNovember 24, 2024 at 2:41 pm #1472068November 24, 2024 at 4:18 pm #1472071Hi Mike,
your image shows the two different fonts in a correct way. But this is how it looks on iOS 18.0.1
font chambersitalic is not shown
An em Tag is used on this page and here it shows correctly also with iOS.Best regards,
VeraNovember 24, 2024 at 5:19 pm #1472075November 24, 2024 at 5:33 pm #1472080Hi Mike
Sorry, but I don’t get it.
I defined the font in quick CSS by using this:.av-masonry-entry-content { font-size: 19px; font-family: 'Chambersitalic'; }
Best regards,
VeraNovember 24, 2024 at 6:02 pm #1472081Hi,
I’m not sure why you only see this on iphone, I will ask the team to check with a iphone, it may take a few days, Thanks for your patience.Best regards,
MikeNovember 25, 2024 at 10:17 am #1472126Hi,
Instead of using the italic font, please try setting it to italic in theme options or using custom CSS as follows:
.av-masonry-entry-content { font-size: 19px; font-style: italic; }
Best regards,
YigitNovember 25, 2024 at 11:23 am #1472130Hi Ygit,
That doesn’t help because you only get this pseudo distorted version of the font and not the real italic font version.
Best regards,
VeraNovember 25, 2024 at 11:55 am #1472132Hi Vera,
Please send us a link to your site and temporary admin logis so we can better advise.
Regards,
YigitNovember 25, 2024 at 12:37 pm #1472135Hi Yigit,
below the login credentials.
Bets regards,
VeraNovember 25, 2024 at 3:15 pm #1472154Hi Vera,
Thanks for the information.
I changed the code to the following one and that worked
.av-masonry-entry-content { font-size: 19px; font-family: 'Chambersitalic'; font-style: italic; }
Please clear your browser’s cache and review your website.
Best regards,
YigitNovember 26, 2024 at 10:47 am #1472244Hi Yigit,
great.
Yes that works. It seems a bit redundant to me, but it works.Best regards,
Vera -
AuthorPosts
- The topic ‘custom font not shown on mobile’ is closed to new replies.