This adds support for specifying the font family to use for text in the ideogram. It helps ideogram match the look and feel of the embedding application, in cases where this is important.
Example in the "Related genes" kit, using fontFamily: "'Montserrat', sans-serif":
With default font:
This also fixes a few minor style and interaction issues, building on #252.
Coverage increased (+0.08%) to 89.186% when pulling ae1053e4cce80e3f29eb01dc96903fd76aedd69a on font-family into b64118937cffece3b560d81256949d0a8b94801f on master.
This adds support for specifying the font family to use for text in the ideogram. It helps ideogram match the look and feel of the embedding application, in cases where this is important.
Example in the "Related genes" kit, using
fontFamily: "'Montserrat', sans-serif"
:With default font:
This also fixes a few minor style and interaction issues, building on #252.