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
Hey ollie08,
What font are you trying to use?
Best regards,
Jordan Shannon
hey Jordan,
I had uploaded with the Custom Font Manager font-family: din-2 and font-family: din-light
Best regards,
Ollie
Hi,
If it’s specific to the header, it may have to be declared via css.
Best regards,
Jordan Shannon
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
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
Hi,
Add this to quick css:
.special_amp{
font-family:"DIN-2" !important;
}
Best regards,
Jordan Shannon
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
Hi,
Did you attempt to add your specific font?
Best regards,
Jordan Shannon
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
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
Hi Rikard,
thank you very mutch, this works for me.
Great support around here!
Best regards,
Oliver
Hi,
If you need additional help, please let us know here in the forums.
Best regards,
Jordan Shannon