Skip to content

Commit

Permalink
font finalize
Browse files Browse the repository at this point in the history
  • Loading branch information
dunkdunkdunk committed Jun 27, 2024
1 parent 6fb1bba commit f464708
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/app/comingsoon/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ export default function Home() {
<h1 className="text-2xl text-center font-semibold text-project-light-gray mb-6">
รับเพื่อนก้าวใหม่ 2024
</h1>
<h1 className="text-4xl text-center text-project-light-gray mb-8 font-theseasons italic font-bold">
<h1 className="text-4xl text-center text-project-light-gray mb-8 font-season italic font-bold">
&#39;Coming Soon&#39;
</h1>
<h1 className="text-xl text-center font-semibold text-project-light-gray mb-10">
Expand Down
2 changes: 1 addition & 1 deletion src/components/comingsoon/welcome.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import React from 'react';

export default function Welcome() {
return (
<div className="absolute top-20 text-center font-theseasons italic">
<div className="absolute top-20 text-center font-season italic">
<h1 className="text-4xl mb-1">Welcome,</h1>
<h1 className="text-3xl bg-gradient-to-t bg-clip-text text-transparent from-project-fuchsia from-30% via-80% to-95% to-project-cream">
CU108
Expand Down

0 comments on commit f464708

Please sign in to comment.