diff options
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" ) ) } |