@@ -1175,7 +1175,7 @@ HTML_FOOTER = footer.html
11751175# obsolete.
11761176# This tag requires that the tag GENERATE_HTML is set to YES.
11771177
1178- HTML_STYLESHEET =
1178+ HTML_STYLESHEET = binaryninja-docs.css
11791179
11801180# The HTML_EXTRA_STYLESHEET tag can be used to specify additional user-defined
11811181# cascading style sheets that are included after the standard style sheets
@@ -1188,10 +1188,7 @@ HTML_STYLESHEET =
11881188# list). For an example see the documentation.
11891189# This tag requires that the tag GENERATE_HTML is set to YES.
11901190
1191- HTML_EXTRA_STYLESHEET = doxygen-awesome-css/doxygen-awesome.css \
1192- doxygen-awesome-css/doxygen-awesome-sidebar-only.css \
1193- doxygen-awesome-css/doxygen-awesome-sidebar-only-darkmode-toggle.css \
1194- custom.css
1191+ HTML_EXTRA_STYLESHEET = ../../docs/brand.css
11951192
11961193# The HTML_EXTRA_FILES tag can be used to specify one or more extra images or
11971194# other source files which should be copied to the HTML output directory. Note
@@ -1201,7 +1198,15 @@ HTML_EXTRA_STYLESHEET = doxygen-awesome-css/doxygen-awesome.css \
12011198# files will be copied as-is; there are no commands or markers available.
12021199# This tag requires that the tag GENERATE_HTML is set to YES.
12031200
1204- HTML_EXTRA_FILES = doxygen-awesome-css/doxygen-awesome-darkmode-toggle.js
1201+ HTML_EXTRA_FILES = binaryninja-darkmode.js \
1202+ ../../docs/fonts/OpenSans-Regular.ttf \
1203+ ../../docs/fonts/OpenSans-Italic.ttf \
1204+ ../../docs/fonts/OpenSans-Bold.ttf \
1205+ ../../docs/fonts/OpenSans-BoldItalic.ttf \
1206+ ../../docs/fonts/roboto-mono-v22-latin-regular.woff2 \
1207+ ../../docs/fonts/roboto-mono-v22-latin-italic.woff2 \
1208+ ../../docs/fonts/roboto-mono-v22-latin-700.woff2 \
1209+ ../../docs/fonts/roboto-mono-v22-latin-700italic.woff2
12051210
12061211# The HTML_COLORSTYLE_HUE tag controls the color of the HTML output. Doxygen
12071212# will adjust the colors in the style sheet and background images according to
0 commit comments