Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1338676

    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

    #1338694

    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

    #1338698

    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

    #1338729

    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

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘One word in another font family’ is closed to new replies.