The module is already working (you can select fonts that you want to have loaded in your website), but you still have to edit the css file in your theme to add the font-family to the elements.
For instance, if you want your node titles to be displayed with the Crimson Text font, you have to add .node h2{ font-family: "Crimson Text"; } to the style.css.
I want to add an interface where admins can add these elements without having to fiddle with stylesheets.
When this is done I'll release a 1.1 version.
Comments
Comment #1
BarisW commentedThanks! I just submitted the first release.
The module is already working (you can select fonts that you want to have loaded in your website), but you still have to edit the css file in your theme to add the font-family to the elements.
For instance, if you want your node titles to be displayed with the Crimson Text font, you have to add
.node h2{ font-family: "Crimson Text"; }to the style.css.I want to add an interface where admins can add these elements without having to fiddle with stylesheets.
When this is done I'll release a 1.1 version.
Comment #2
BarisW commentedComment #3
AdrianB commentedWow, that was fast, thanks! Will definitely try this one soon.
Comment #4
barrapontoso far, UI is not needed. if you plan on implementing, put it in a separate submodule to let users choose whether it should be enabled.