The font size does not change when using text size module. What would be a good way to solve this?

Comments

dankh’s picture

Status: Active » Fixed

In css there is a fixed size of font :

font:11px/20px Lucida Grande,Lucida Sans Unicode,sans-serif;

I have removed this line and font/size is taken from system and theme CSS. This way Toolbar works with Text Size module but also makes it work with all browser provided font resize and zoom features.

Thank you, fix committed.

http://drupalcode.org/project/toolbar.git/commit/3c1f4d3

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.