simplefocus / FlowType.JS

Web typography at its finest: font-size and line-height based on element width.

Home Page:http://simplefocus.com/flowtype/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support !important

Mte90 opened this issue · comments

With bootstrap i have some problem.
At line 35 i have inserted this and the problem it's solved:

$el.attr('style','font-size: ' + fontSize + 'px !important;');

Based: http://stackoverflow.com/questions/2655925/apply-important-css-style-using-jquery