Subscribe

Comments

BarisW’s picture

Version: » 6.x-1.x-dev
Status: Active » Closed (works as designed)

Thanks! 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.

BarisW’s picture

Version: 6.x-1.x-dev » 6.x-1.0
AdrianB’s picture

Wow, that was fast, thanks! Will definitely try this one soon.

barraponto’s picture

so 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.