Refactor IntroText component for improved readability and add italic font style for Nunito
Update favicon and app icons for better visual consistency
@@ -1,9 +1,9 @@
|
||||
<section class="intro" aria-labelledby="intro-title">
|
||||
<h2 id="intro-title" class="sr-only">About Squiggleverse</h2>
|
||||
<p>
|
||||
Squiggleverse is a modular, multi-platform, game-based “stealth” learning system that teaches
|
||||
grammar, usage, and style through innovative gameplay, whimsical characters, and creative
|
||||
narratives co-authored by the player.
|
||||
<em>Squiggleverse</em> is a modular, multi-platform, game-based “stealth” learning system that
|
||||
teaches grammar, usage, and style through innovative gameplay, whimsical characters, and
|
||||
creative narratives co-authored by the player.
|
||||
</p>
|
||||
<div class="star-divider" aria-hidden="true">
|
||||
<span></span>
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
<script lang="ts">
|
||||
import '@fontsource/nunito/latin-500.css';
|
||||
import '@fontsource/nunito/latin-500-italic.css';
|
||||
import '../app.css';
|
||||
|
||||
let { children } = $props();
|
||||
|
||||
|
Before Width: | Height: | Size: 31 KiB After Width: | Height: | Size: 31 KiB |
|
Before Width: | Height: | Size: 2.2 KiB After Width: | Height: | Size: 1.2 KiB |
|
Before Width: | Height: | Size: 14 KiB After Width: | Height: | Size: 8.4 KiB |
|
Before Width: | Height: | Size: 60 KiB After Width: | Height: | Size: 40 KiB |