switch hero font to borel (#15)
This commit is contained in:
parent
5752069ee6
commit
0cc2a7a04e
6 changed files with 89 additions and 79 deletions
|
@ -1,13 +1,21 @@
|
|||
---
|
||||
import borel from "@fontsource/borel/files/borel-latin-400-normal.woff2?url";
|
||||
---
|
||||
|
||||
---
|
||||
<link
|
||||
rel="preload"
|
||||
as="font"
|
||||
type="font/woff2"
|
||||
href={borel}
|
||||
crossorigin="anonymous"
|
||||
/>
|
||||
|
||||
<section class="mb-32">
|
||||
<section class="mb-32 overflow-clip">
|
||||
<h1
|
||||
class="text-pretty font-['Outfit_Variable'] text-8xl font-bold md:text-9xl"
|
||||
class="--translate-y-[100%] animate-logo text-pretty text-8xl font-bold md:text-9xl"
|
||||
>
|
||||
Digital designer based in the <span
|
||||
class="animate-gradient-x bg-gradient-to-r from-indigo-500 from-10% via-sky-500 via-30% to-emerald-500 to-90% bg-clip-text font-['Playwrite_CA_Variable'] text-7xl font-medium text-transparent md:text-8xl"
|
||||
class="animate-gradient-x bg-gradient-to-r from-indigo-500 from-10% via-sky-500 via-30% to-emerald-500 to-90% bg-clip-text font-['Borel'] text-7xl font-medium text-transparent md:text-8xl"
|
||||
>United Kingdom</span
|
||||
>.
|
||||
</h1>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue