Skip to content

Commit

Permalink
sample improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
pontaoski committed Apr 13, 2024
1 parent 629f1b8 commit 27be29d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/routes/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@
<div class="max-w-screen-lg w-full">
<div class="my-2 dark:text-white">
<h2 class="font-bold text-lg">sitelen lukin</h2>
<input bind:value={$sample} type="text" class="px-2 py-1 rounded-lg bg-orange-100 dark:bg-stone-950 w-full text-xl" />
<input bind:value={$sample} type="text" class="px-2 py-1 rounded-lg bg-orange-100 dark:bg-stone-950 w-full text-xl" spellcheck="false" />
</div>

{#each filtered as [key, info] (key)}
Expand Down
6 changes: 3 additions & 3 deletions src/routes/font/[name]/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -23,18 +23,18 @@

<TextPreview name={font.fonts[0].name} url={"/families/"+data.name+"/"+font.fonts[0].filename} ucsur={font.ucsurCodepoints} ascii={font.asciiLigatures} weight={`${font.fonts[0].weight}`} style={font.fonts[0].style.toLowerCase()}>
<div slot="ucsur" class="text-7xl text-center py-8">
{ucsur($sample)}
󱤑󱦐󱥖󱥅󱥸󱤐󱤂󱦑󱤧󱥠󱤉󱥕󱤙󱥵󱤼󱦜
</div>
<div slot="latin" class="text-7xl text-center py-8">
{$sample}
jan [sama olin namako jaki ala] li sitelen e pu kepeken wawa mute.
</div>
</TextPreview>

<hr class="h-1 mx-auto my-4 bg-orange-200 dark:bg-stone-500 border-0 rounded md:my-10" />

<div class="my-4 dark:text-white">
<h2 class="font-bold text-lg">sitelen lukin</h2>
<input bind:value={$sample} type="text" class="px-2 py-1 rounded-lg bg-orange-100 dark:bg-stone-950 w-full text-xl" />
<input bind:value={$sample} type="text" class="px-2 py-1 rounded-lg bg-orange-100 dark:bg-stone-950 w-full text-xl" spellcheck="false" />
</div>

<h2 class="text-3xl font-bold">nasin lukin</h2>
Expand Down

0 comments on commit 27be29d

Please sign in to comment.