Viewing 14 posts - 1 through 14 (of 14 total)
  • Author
    Posts
  • #1081526

    hi,
    i can’t change the font of the spacial heading section: https://kriesi.at/support/topic/change-special-heading-tipograph-font/ do not work for me.

    tips from you would be great. with kind regards

    #1081687

    Hey ollie08,

    What font are you trying to use?

    Best regards,
    Jordan Shannon

    #1081819

    hey Jordan,

    I had uploaded with the Custom Font Manager font-family: din-2 and font-family: din-light

    Best regards,
    Ollie

    #1081923

    Hi,

    If it’s specific to the header, it may have to be declared via css.

    Best regards,
    Jordan Shannon

    #1082858

    Hi,

    thanx for your answer, i use
    .av-special-heading-tag { font-family:”DIN-2″ !important; } but the “ß” is an other font and i cant solve this problem.

    do you have a idea?
    Best regards,
    Oliver

    #1082922

    Hi,

    Is this not the correct:

    https://snag.gy/Tl4tgY.jpg

    Best regards,
    Jordan Shannon

    #1083251

    Hi Jordan,

    I’m wrong sorry for that!
    the special heading works but the “&” is a wrong font, but if i use it in the tag it ist ok… you can see it at the link (private content)

    did you have an idea why?

    best regards,
    Oliver

    • This reply was modified 5 years ago by ollie08.
    #1083389

    Hi,

    Add this to quick css:

    .special_amp{
     font-family:"DIN-2" !important;
    }

    Best regards,
    Jordan Shannon

    #1083823

    Hi Jordan,

    Thanks for Your reply, the font changed but it seems not correct, you can see it on my test-page.

    Best regards,
    Oliver

    #1083876

    Hi,

    Did you attempt to add your specific font?

    Best regards,
    Jordan Shannon

    #1084317

    hi,
    the specific font is added, you can check it in the Link below. Everything ist fine but the “&” not. You see the behavior if it stands alone.

    Best regards,
    Oliver

    #1085342

    Hi Oliver,

    Sorry for the late reply. Your CSS is applying on my end, you might want to extend it using this though:

    .special_amp {
        font-family: "din-2" !important;
        font-style: normal;
        font-size: inherit;
    }

    Best regards,
    Rikard

    #1085687

    Hi Rikard,
    thank you very mutch, this works for me.
    Great support around here!
    Best regards,
    Oliver

    #1085703

    Hi,

    If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 14 posts - 1 through 14 (of 14 total)
  • The topic ‘Can't change the font of the spacial heading section’ is closed to new replies.