Skip to content

Commit

Permalink
chore: italic
Browse files Browse the repository at this point in the history
  • Loading branch information
lajbel committed Nov 19, 2024
1 parent 42ac413 commit f3f8ace
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
7 changes: 4 additions & 3 deletions src/components/Land/About.astro
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,10 @@ import AboutFeatured from "./AboutFeatured.astro";
for <span class="text-primary">HTML5 Games</span>
</h1>
<p class="py-6 text-xl">
<strong>KAPLAY</strong> (/ˈkæpleɪ/) is a JavaScript and TypeScript
game library that makes it easy to create games for the web. It's
free, open-source and fun.
<strong>KAPLAY</strong>
<span class="text-rubik italic">(/ˈkæpleɪ/)</span> is a JavaScript
and TypeScript game library that makes it easy to create games for
the web. It's free, open-source and fun.
</p>

<div class="grid grid-cols-2 gap-4">
Expand Down
6 changes: 5 additions & 1 deletion src/styles/base.css
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,11 @@ span.line.diff.remove::before {
}

.text-pangolin {
font-family: "Pangolin", cursive;
font-family: "Pangolin", monospace;
}

.text-rubik {
font-family: "Rubik Variable", sans-serif;
}

.special-friends:hover > .friends {
Expand Down

0 comments on commit f3f8ace

Please sign in to comment.