From 78a33d4aa45bbdbcb4c9cb6ea3b751f4f991735d Mon Sep 17 00:00:00 2001 From: Konstantin Chernenko Date: Tue, 30 May 2023 21:32:20 +0200 Subject: Use JetBrains Sans as default font (#3017) --- plugins/base/src/main/kotlin/renderers/html/htmlPreprocessors.kt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'plugins/base/src/main/kotlin/renderers') diff --git a/plugins/base/src/main/kotlin/renderers/html/htmlPreprocessors.kt b/plugins/base/src/main/kotlin/renderers/html/htmlPreprocessors.kt index 6e754264..7ffcd9e3 100644 --- a/plugins/base/src/main/kotlin/renderers/html/htmlPreprocessors.kt +++ b/plugins/base/src/main/kotlin/renderers/html/htmlPreprocessors.kt @@ -77,7 +77,8 @@ class StylesInstaller(private val dokkaContext: DokkaContext) : PageTransformer "styles/style.css", "styles/main.css", "styles/prism.css", - "styles/logo-styles.css" + "styles/logo-styles.css", + "styles/font-jb-sans-auto.css" ) override fun invoke(input: RootPageNode): RootPageNode = -- cgit