2014-12-20, 22:15:58
Googlefonts gives you a link to put in your css, like for example:
@import url(http://fonts.googleapis.com/css?family=Open+Sans);
I just went to the link and copied what I found there but it turns out that link returns different declarations for different browsers so no wonder it only works in chrome.
Is this a job for one of those kind people wanting to have a go at plugin writing? A plugin to allow google fonts in the editor?
@import url(http://fonts.googleapis.com/css?family=Open+Sans);
I just went to the link and copied what I found there but it turns out that link returns different declarations for different browsers so no wonder it only works in chrome.
Is this a job for one of those kind people wanting to have a go at plugin writing? A plugin to allow google fonts in the editor?