From e03ae3bf36907a01f5d6898cc1c94966399e175a Mon Sep 17 00:00:00 2001 From: "Amy J. Ko" Date: Sat, 14 Oct 2023 09:53:27 -0700 Subject: [PATCH] Remove color emoji in fallback; add color emoji as fallback font. --- src/components/project/ProjectView.svelte | 2 +- static/style/global.css | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/project/ProjectView.svelte b/src/components/project/ProjectView.svelte index ee0c67790..00c3254b0 100644 --- a/src/components/project/ProjectView.svelte +++ b/src/components/project/ProjectView.svelte @@ -1200,7 +1200,7 @@ {#key tileIDSequence} {#if layout.tiles.every((tile) => tile.isCollapsed())} -
⬇️
+
{:else} {#each $arrangement === Arrangement.Free ? layout.tiles : layout.getTilesInReadingOrder() as tile (tile.id)} diff --git a/static/style/global.css b/static/style/global.css index 3a0ec6765..119f51b7f 100644 --- a/static/style/global.css +++ b/static/style/global.css @@ -35,7 +35,7 @@ --wordplay-type-color: var(--color-orange); /* Fonts */ - --wordplay-app-font: 'Noto Sans', 'Noto Emoji'; + --wordplay-app-font: 'Noto Sans', 'Noto Color Emoji', 'Noto Emoji'; --wordplay-code-font: 'Noto Mono', 'Noto Emoji', 'Noto Sans'; /* Spacing */