Access our premium support and let us know your problems, we will help you solve them.

0
No products in the cart.

Forum Replies Created

Viewing 1 post (of 1 total)
  • Author
    Posts
  • in reply to: Google Web Fonts #10080
    blankdan-f
    Participant

    Yep, @import the google font in – jsfiddle example

    Put this at the top of your CSS file

    @import url('http://fonts.googleapis.com/css?family=Droid+Sans');
    

    Then, reference it like normal

    h1 { font-family: 'Droid Sans', arial, serif; font-size:24pt;}
    
Viewing 1 post (of 1 total)