Fix help page
authorLanius Trolling <lanius@laniustrolling.dev>
Mon, 13 Feb 2023 22:34:44 +0000 (17:34 -0500)
committerLanius Trolling <lanius@laniustrolling.dev>
Mon, 13 Feb 2023 22:34:44 +0000 (17:34 -0500)
src/main/kotlin/info/mechyrdia/data/views_comment.kt

index d2437c0405a87cc8cbdcf06b400d4f636e93403f..573b4ea79596d76c23c1596251794d9fae7740d4 100644 (file)
@@ -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"