Refactor IntroText component for improved readability and add italic font style for Nunito

Update favicon and app icons for better visual consistency
This commit is contained in:
ben
2026-07-09 11:48:25 -07:00
parent 0c69b1fe0e
commit 9b7094ee22
6 changed files with 4 additions and 3 deletions
+3 -3
View File
@@ -1,9 +1,9 @@
<section class="intro" aria-labelledby="intro-title"> <section class="intro" aria-labelledby="intro-title">
<h2 id="intro-title" class="sr-only">About Squiggleverse</h2> <h2 id="intro-title" class="sr-only">About Squiggleverse</h2>
<p> <p>
Squiggleverse is a modular, multi-platform, game-based “stealth” learning system that teaches <em>Squiggleverse</em> is a modular, multi-platform, game-based “stealth” learning system that
grammar, usage, and style through innovative gameplay, whimsical characters, and creative teaches grammar, usage, and style through innovative gameplay, whimsical characters, and
narratives co-authored by the player. creative narratives co-authored by the player.
</p> </p>
<div class="star-divider" aria-hidden="true"> <div class="star-divider" aria-hidden="true">
<span></span> <span></span>
+1
View File
@@ -1,5 +1,6 @@
<script lang="ts"> <script lang="ts">
import '@fontsource/nunito/latin-500.css'; import '@fontsource/nunito/latin-500.css';
import '@fontsource/nunito/latin-500-italic.css';
import '../app.css'; import '../app.css';
let { children } = $props(); let { children } = $props();
Binary file not shown.

Before

Width:  |  Height:  |  Size: 31 KiB

After

Width:  |  Height:  |  Size: 31 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.2 KiB

After

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 14 KiB

After

Width:  |  Height:  |  Size: 8.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 60 KiB

After

Width:  |  Height:  |  Size: 40 KiB