dunovank / jupyter-themes

Custom Jupyter Notebook Themes
MIT License
9.74k stars 1.06k forks source link

Font change not applied to headers? #430

Closed ObliviousMonkey closed 3 years ago

ObliviousMonkey commented 3 years ago

Hi,

I'm using Jupyter-themes for the first time with the following settings: jt -t oceans16 -f roboto -tf latosans -tfs 12 -cellw 90%

However, while the Lato font is indeed applied to the markdown cell's body, it's not applied to the header. Is this intended behaviour? Am I missing something/a setting?

Thanks for your help!

image

Edit: sorry I'm an idiot, I somehow kept skipping over the Notebook font option (-nf) while re-reading the settings table... Adding -nf latosans fixed it. You can delete this. Sorry.