web: fix long text font, make it IBM Plex Mono just like the rest of UI

This commit is contained in:
wukko
2025-05-23 15:30:40 +06:00
parent 2eadc3fbd8
commit 4d29bca13b
8 changed files with 37 additions and 39 deletions

View File

@@ -88,7 +88,7 @@
{#if skeleton}
<Skeleton class="big changelog-banner" width="100%" />
{/if}
<div class="changelog-body long-text-noto">
<div class="changelog-body long-text">
{#if skeleton}
{#each { length: 3 + Math.random() * 5 } as _}
<p>

View File

@@ -4,6 +4,6 @@
export { a };
</script>
<div class="long-text-noto about">
<div class="long-text about">
<slot></slot>
</div>

View File

@@ -1,6 +1,4 @@
<script lang="ts">
import "@fontsource-variable/noto-sans-mono";
import { onDestroy } from "svelte";
import { t } from "$lib/i18n/translations";
import { hapticSwitch } from "$lib/haptics";
@@ -104,8 +102,7 @@
#download-state {
font-size: 24px;
font-family: "Noto Sans Mono Variable", "Noto Sans Mono",
"IBM Plex Mono", monospace;
font-family: "Noto Sans Mono", monospace;
font-weight: 400;
text-align: center;