),
IPA(
TextParserTagType.Direct(
- { _, _ -> "<span style='font-family: serif'>" },
+ { _, _ -> "<span style='font-family: Noto Serif, serif'>" },
{ "</span>" },
)
),
CODE(
TextParserTagType.Direct(
- { _, _ -> "<span style='font-family: monospace'><pre>" },
+ { _, _ -> "<span style='font-family: JetBrains Mono, monospace'><pre>" },
{ "</pre></span>" },
)
),
link(rel = "preconnect", href = "https://fonts.googleapis.com")
link(rel = "preconnect", href = "https://fonts.gstatic.com") { attributes["crossorigin"] = "anonymous" }
- link(rel = "stylesheet", href = "https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,400;0,700;1,400;1,700&family=Noto+Sans+Gothic&family=Oxanium:wght@400;600;700;800&display=swap")
+ link(rel = "stylesheet", href = "https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,400;0,700;1,400;1,700&family=Noto+Sans+Gothic&Noto+Serif:ital,wght@0,400;0,700;1,400;1,700&JetBrains+Mono:ital,wght@0,500;0,800;1,500;1,800&family=Oxanium:wght@400;600;700;800&display=swap")
link(rel = "stylesheet", href = "/static/style.css")