diff --git a/src/Doc/BuildWebDoc.cfg.in b/src/Doc/BuildWebDoc.cfg.in index 257643eea..dcec68aa6 100644 --- a/src/Doc/BuildWebDoc.cfg.in +++ b/src/Doc/BuildWebDoc.cfg.in @@ -500,7 +500,7 @@ SHOW_FILES = NO # This will remove the Namespaces entry from the Quick Index # and from the Folder Tree View (if specified). The default is YES. -SHOW_NAMESPACES = NO +SHOW_NAMESPACES = YES # The FILE_VERSION_FILTER tag can be used to specify a program or script that # doxygen should invoke to get the current version for each file (typically from diff --git a/src/Doc/templates/customdoxygen.css b/src/Doc/templates/customdoxygen.css index 53a9a9eb9..753938007 100644 --- a/src/Doc/templates/customdoxygen.css +++ b/src/Doc/templates/customdoxygen.css @@ -1,3 +1,19 @@ +@font-face { + font-family: 'Fira Sans'; + src: url('/fonts/FiraSans-Regular.eot'); + src: local('☺'), url('/fonts/FiraSans-Regular.woff') format('woff'), url('/fonts/FiraSans-Regular.ttf') format('truetype'), url('/fonts/FiraSans-Regular.svg') format('svg'); + font-weight: 400; + font-style: normal; +} + +@font-face { + font-family: 'Roboto'; + src: url('/fonts/Roboto.eot'); + src: local('☺'), url('/fonts/Roboto.woff') format('woff'), url('/fonts/Roboto.ttf') format('truetype'), url('/fonts/Roboto.svg') format('svg'); + font-weight: 400; + font-style: normal; +} + h1, .h1, h2, .h2, h3, .h3{ font-weight: 200 !important; } @@ -389,3 +405,6 @@ pre.fragment { .memdoc p { text-align: left; } +body, table, div, p, dl { + font: 400 16px/22px Fira Sans,sans-serif; +} diff --git a/src/Doc/templates/header.html b/src/Doc/templates/header.html index 9d41180a0..f0b9b181f 100644 --- a/src/Doc/templates/header.html +++ b/src/Doc/templates/header.html @@ -43,10 +43,18 @@