Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #591282

    Hi!

    I wish to use the font Dancing Script in one text block, and one text block only?

    How do I do that?

    Thanks!

    #591880

    Hi luckylobo10,

    Try the following:

    <style>
    @import url(https://fonts.googleapis.com/css?family=Dancing+Script);
    </style>
    
    <p style="font-family: 'Dancing Script', cursive;">
    Your text goes here
    </p>

    Regards,
    Rikard

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