From: Lanius Trolling Date: Mon, 13 Feb 2023 22:34:44 +0000 (-0500) Subject: Fix help page X-Git-Url: https://gitweb.starshipfights.net/?a=commitdiff_plain;h=42300def1d95a03918f8aaabb92cf79db6b379e3;p=factbooks Fix help page --- diff --git a/src/main/kotlin/info/mechyrdia/data/views_comment.kt b/src/main/kotlin/info/mechyrdia/data/views_comment.kt index d2437c0..573b4ea 100644 --- a/src/main/kotlin/info/mechyrdia/data/views_comment.kt +++ b/src/main/kotlin/info/mechyrdia/data/views_comment.kt @@ -245,7 +245,7 @@ suspend fun ApplicationCall.commentHelpPage(): HTML.() -> Unit = page("Commentin td { +"[ipa]Text goes here[/ipa]" } td { span { - style = "font-family:serif" + style = "font-family:DejaVu Sans" +"Applies IPA font to " } +" text" @@ -255,7 +255,7 @@ suspend fun ApplicationCall.commentHelpPage(): HTML.() -> Unit = page("Commentin td { +"[code]Text goes here[/code]" } td { span { - style = "font-family:monospace" + style = "font-family:JetBrains Mono" +"Applies code font to " } +" text"