diff options
author | Filip Zybała <fzybala@virtuslab.com> | 2020-04-15 10:30:52 +0200 |
---|---|---|
committer | Paweł Marks <Kordyjan@users.noreply.github.com> | 2020-04-23 13:31:17 +0200 |
commit | 02a46b2035e6d7bf1b93b15d4d2e39933191b90d (patch) | |
tree | 480467b47f0c48e91c4926b1194488ab3c2f19cb /plugins/base/src/main/kotlin/renderers | |
parent | f55620e397aa4db4c208996d1662f610cad58db5 (diff) | |
download | dokka-02a46b2035e6d7bf1b93b15d4d2e39933191b90d.tar.gz dokka-02a46b2035e6d7bf1b93b15d4d2e39933191b90d.tar.bz2 dokka-02a46b2035e6d7bf1b93b15d4d2e39933191b90d.zip |
Adjusts to css: font-families, font size, active navigation part style
Diffstat (limited to 'plugins/base/src/main/kotlin/renderers')
-rw-r--r-- | plugins/base/src/main/kotlin/renderers/html/htmlPreprocessors.kt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/plugins/base/src/main/kotlin/renderers/html/htmlPreprocessors.kt b/plugins/base/src/main/kotlin/renderers/html/htmlPreprocessors.kt index aaf82ba8..710407c5 100644 --- a/plugins/base/src/main/kotlin/renderers/html/htmlPreprocessors.kt +++ b/plugins/base/src/main/kotlin/renderers/html/htmlPreprocessors.kt @@ -65,7 +65,8 @@ object StyleAndScriptsAppender : PageTransformer { embeddedResources = it.embeddedResources + listOf( "styles/style.css", "scripts/navigationLoader.js", - "scripts/platformContentHandler.js" + "scripts/platformContentHandler.js", + "styles/jetbrains-mono.css" ) ) } |