No products in the cart.
Access our premium support and let us know your problems, we will help you solve them.
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;}