mirror of
https://github.com/imputnet/cobalt.git
synced 2025-12-14 20:25:16 +00:00
web: fix long text font, make it IBM Plex Mono just like the rest of UI
This commit is contained in:
@@ -5,6 +5,8 @@
|
||||
import "@fontsource/ibm-plex-mono/400-italic.css";
|
||||
import "@fontsource/ibm-plex-mono/500.css";
|
||||
|
||||
import "@fontsource/noto-sans-mono";
|
||||
|
||||
import { onMount } from "svelte";
|
||||
import { page } from "$app/stores";
|
||||
import { updated } from "$app/stores";
|
||||
|
||||
@@ -31,7 +31,7 @@
|
||||
<DonateShareCard />
|
||||
</section>
|
||||
|
||||
<section id="motivation" class="long-text-noto">
|
||||
<section id="motivation" class="long-text">
|
||||
<p>{$t("donate.body.motivation")}</p>
|
||||
<p>{$t("donate.body.no_bullshit")}</p>
|
||||
<p>{$t("donate.body.keep_going")}</p>
|
||||
|
||||
Reference in New Issue
Block a user