web: fix long text font, make it IBM Plex Mono just like the rest of UI
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -4,6 +4,6 @@
|
||||
export { a };
|
||||
</script>
|
||||
|
||||
<div class="long-text-noto about">
|
||||
<div class="long-text about">
|
||||
<slot></slot>
|
||||
</div>
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user