From 42300def1d95a03918f8aaabb92cf79db6b379e3 Mon Sep 17 00:00:00 2001 From: Lanius Trolling Date: Mon, 13 Feb 2023 17:34:44 -0500 Subject: [PATCH] Fix help page --- src/main/kotlin/info/mechyrdia/data/views_comment.kt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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" -- 2.25.1