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

    Is it possible to change <p> text to museo300?

    #757481

    Hey maureenjerrett,

    Did you import the font in question? If so you should be able to use CSS like this:

    
    p {
      font-family:'museo300' !important;
    }

    Best regards,
    Rikard

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