palantir / plottable

:bar_chart: A library of modular chart components built on D3
http://plottablejs.org/
MIT License
2.97k stars 224 forks source link

remove font-family declarations from plottable.css #3447

Closed giladgray closed 6 years ago

giladgray commented 6 years ago

these font-family declarations cause problems in downstream libraries that use custom fonts. removing them allows charts to instantly inherit surrounding fonts.

🔥 this is a slight breaking style change as it affects chart appearance.

blueprint-bot commented 6 years ago

remove font-family declarations from plottable.css

Demo: quicktests | fiddle

adidahiya commented 6 years ago

💯 🙏