Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #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
    Philipp

    #1368532

    on 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)

    #1368534

    Hey 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,
    Ismael

    #1368680

    Hi

    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,
    Philipp

    #1368697

    Hi,

    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,
    Ismael

    #1368805

    Hi

    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,
    Philipp

    #1368833

    Hi,

    Great! Glad to know that this issue has been fixed. Please feel free to open another thread if you have more questions about the theme.

    Have a nice day!

    Best regards,
    Ismael

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Font issue’ is closed to new replies.