diff options
Diffstat (limited to 'templates')
-rw-r--r-- | templates/html/doxygen.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/templates/html/doxygen.css b/templates/html/doxygen.css index db80bc8..26169de 100644 --- a/templates/html/doxygen.css +++ b/templates/html/doxygen.css @@ -4,6 +4,10 @@ body, table, div, p, dl { font: 400 14px/22px Roboto,sans-serif; } +p.reference, p.definition { + font: 400 14px/22px Roboto,sans-serif; +} + /* @group Heading Levels */ h1.groupheader { |