Replies

Oct 3, 2015 10 years ago
care
User Avatar

I was wondering if it's possible to use Google fonts on pet pages. I saw in another form that the command can be used to reference a .css document, but when I try to use a Google font nothing happens. I'm using the import code and CSS right from the Google website and I can't seem to get it to work.

This is an example of the code I'm trying to use: url(https://fonts.googleapis.com/css?family=Open+Sans);[/code]

Oct 4, 2015 10 years ago
Sorcerer
is a worthy opponent
User Avatar
Forsake

That imports the font just fine, but you still have to set the font-family on something.

Oct 4, 2015 10 years ago
care
User Avatar

@ Sorcerer Yeah I have set it on a div class! But now that I know it works I'll try it out again.

[edit] I was putting the font between apostrophes and thats why it wasn't working -_-

At least I figured it out now. This topic can be locked!

Please log in to reply to this topic.