Tagged: 

Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #698205

    hi,

    i use for my website other fonts like “times new roman” It acually works but special charakters like ü/ö/ä/ß are shown as symbols. How can i fix that problem?

    #698401

    Hey Chris_85,

    Please post us your login credentials (in the “private data” field), so we can take a look at your backend.

    Login credentials include:

    • The URL to the login screen.
    • A valid username (with full administration capabilities).
    • As well as a password for that username.
    • permission to deactivate plugins if necessary.

    Best regards,
    Yigit

    #698764

    thanks…

    plz look in the private section

    #699869

    Hello,

    did you find a solution for this problem? I cant find the problem.

    thanks

    Chris

    #699998

    Hi,

    your “Ü” seems to work fine, as shown here: http://i.imgur.com/96RvjFr.png

    Could you fix it? if not where exactly can we see the problem?

    Best regards,
    Andy

    #700007

    Hi Andy, you can see the Problem in the H1 headlines of the pages in the private section!

    • This reply was modified 7 years, 5 months ago by Chris_85.
    #700986

    Hi,

    How did you set the font family property? The valid declaration should be.

    h1 {
        font-family: "Times New Roman", helvetica-neue, Serif !important;
    }

    Best regards,
    Ismael

    #701783

    Hi,

    i set the declaration with this code:

    h1 { font-family: times-roman, helvetica-neue, Serif !important;}

    And i registered the font with @font-face in the style css in my childtheme. I think thats right….

    Other ideas for this problem??

    #702342

    Hi Chris,

    This is fixed. I have commented out your h1 code and added this code to Simple Custom CSS:

    h1 {
        font-family: Times, Helvetica, serif !important;
    }

    I have tested the font you used and the websafe font it is similar but the websafe font fixes the issue you have. Please let us know if there’s any issues related to this topic that you are still experiencing.

    Best regards,
    Nikko

    #706361

    Thanks!

    #706367

    Hi,

    Glad we could help!
    We really appreciate it if you rate our theme on themeforest https://themeforest.net/downloads
    To know more about enfold features please check – http://kriesi.at/documentation/enfold/
    Thank you for using Enfold :)

    Best regards,
    Basilis

Viewing 11 posts - 1 through 11 (of 11 total)
  • You must be logged in to reply to this topic.