Skip to content

Commit

Permalink
Merge pull request #170 from ryuuart:ryuuart/issue165
Browse files Browse the repository at this point in the history
Add manawave text styles
  • Loading branch information
ryuuart authored Aug 11, 2023
2 parents feecff2 + e4b83f7 commit d4f57ff
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
6 changes: 3 additions & 3 deletions web/src/components/home/hero/Hero.astro
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ import Primordia from "./Primordia.astro";
<div class="spacer"></div>
<div class="cta-desc">
<p>
MANAWAVE is a controllable, configurable, and omnidirectional marquee
defined with only HTML & CSS. It has zero dependencies and is built on
vanilla JavaScript.
<span class="manawave-text">Manawave</span> is a controllable, configurable,
and omnidirectional marquee defined with only HTML & CSS. It has zero dependencies
and is built on vanilla JavaScript.
</p>
</div>
<div class="cta">
Expand Down
8 changes: 8 additions & 0 deletions web/src/pages/index.astro
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,12 @@ import Spacer from "../components/home/Spacer.astro";
.front-1 {
z-index: 1;
}

span.manawave-text {
font-family: "PP Migra", serif;
font-weight: 800;
font-style: italic;

text-transform: uppercase;
}
</style>

0 comments on commit d4f57ff

Please sign in to comment.