-
AuthorPosts
-
October 11, 2022 at 10:11 pm #1368497
Hi there
I have two websites. On one of them the font for the body works fine. On the other, the font seems to be bold, although I didn’t consciously adjust anything.
On this page (https://www.apotheke-am-sonnenplatz.li/) the body fine. However, on this page (https://www.apotheke-am-stmartinsring.li/) it appears bold. Why is that?
And the other question is this: I uploaded two custom fonts. One of them is the PT Sans, which should be used for headings (selected in General Styling -> Fonts -> Heading Font). But in the navigation Arial is used. How can I change this to the PT Sans?
Thank you and best regards
PhilippOctober 12, 2022 at 9:14 am #1368532on one page there is – as you said pt-sans on the other there is open-sans for headings.
i do not see that you have uploaded there the pt-sans ( St. Martins Ring)October 12, 2022 at 9:27 am #1368534Hey philippott,
Thank you for the inquiry.
The font weight is set to 700 instead of the normal font weight 400. You may need to add this css code to revert the weight back to normal.
body, a, span, p { font-weight: 400; }
Please toggle or temporarily disable the Enfold > Performance > File Compression settings.
Best regards,
IsmaelOctober 13, 2022 at 6:46 am #1368680Hi
Thank you for you help.
@Guenni007: You are right. On St. Martins Ring I have not uploaded to font. I just uploaded it on SonnenPlatz. But know, I uploaded the font. Can you see it? -> https://i.postimg.cc/Y9ynVQDs/screenshot-www-apotheke-am-stmartinsring-li-2022-10-13-06-41-00.jpg
@Ismael: Thank you for CSS Snipped. That changed the body weight. Is there a setting for this in Enfolds options? (Just for me to know). And do you have an idea about the font in the heading?Best regards,
PhilippOctober 13, 2022 at 9:22 am #1368697Hi,
Glad to know that the css helped. You can further adjust the style of elements including the headings in the Enfold > Advanced Styling panel. Try to select 400 as the font weight.
Best regards,
IsmaelOctober 14, 2022 at 7:36 am #1368805Hi
I could also solve the nav font issue. It took the wrong font because it wrote in the css “PT Sans” instead of “PT-Sans”. I changed this in custom CSS.
Best regards,
PhilippOctober 14, 2022 at 9:53 am #1368833 -
AuthorPosts
- The topic ‘Font issue’ is closed to new replies.