jothepro / doxygen-awesome-css

Custom CSS theme for doxygen html-documentation with lots of customization parameters.
https://jothepro.github.io/doxygen-awesome-css/
MIT License
956 stars 108 forks source link

Inconsistent font family in table of contents #131

Closed dsieger closed 5 months ago

dsieger commented 5 months ago

Doxygen (1.9.6) uses a different font family (Verdana) for the table of contents, as defined by the variable --font-family-toc. This is inconsistent with the system font stack used by doxygen-awesome-css. Would be nice to make this consistent.

I'm currently using a manual override, see here. However, I'm sure there's a better way to override the variable somewhere.

Thanks!

jothepro commented 5 months ago

Good catch, thx! I've applied your suggested fix!