Hi,
I have a question. Is it possible to create only one word in a different font and font size? For example via a new shortcode? And what is the best way to do it? I would need only one word in the font “Juniper and Sage” from time to time.
Thank you and best regards, Sabine
is it on a heading or inside block-text?
even in the heading alb you can use span tags like: Juniper <span class="alternate-font">and</span> Sage
there will be a warning – but you can ignore that – the rest is quick css
Hi Sabine,
If you follow the suggestion above, then you will have to add something like this to your Quick CSS box:
.alternate-font {
font-family: 'juniper';
}
Thanks for helping out @guenni007 :-)
Best regards,
Rikard
Hi Guenni and Rikard,
you are great – both !!!!!
I had it in the headline, added the span and the CSS-Code and it works so great – thank you
Greetings and have a nice day, Sabine