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">
|
<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,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();
|
||||||
|
|||||||
|
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 |