feat: update font weight from light to normal
This commit is contained in:
parent
381db851e4
commit
a08344a8a8
4 changed files with 4 additions and 4 deletions
|
@ -33,7 +33,7 @@ type Stat = {
|
|||
<!-- Subtitle -->
|
||||
{subTitle &&
|
||||
<p
|
||||
class="mb-16 max-w-prose text-pretty font-light text-neutral-600 dark:text-neutral-400 sm:text-xl"
|
||||
class="mb-16 max-w-prose text-pretty font-normal text-neutral-600 dark:text-neutral-400 sm:text-xl"
|
||||
>
|
||||
{subTitle}
|
||||
</p>
|
||||
|
|
|
@ -39,7 +39,7 @@ interface Props {
|
|||
</h2>
|
||||
<!-- The subtitle of the section -->
|
||||
<p
|
||||
class="mb-4 max-w-prose text-pretty font-light text-neutral-600 dark:text-neutral-400 sm:text-lg"
|
||||
class="mb-4 max-w-prose text-pretty font-normal text-neutral-600 dark:text-neutral-400 sm:text-lg"
|
||||
>
|
||||
{subTitle}
|
||||
</p>
|
||||
|
|
|
@ -27,7 +27,7 @@ interface Props {
|
|||
</h1>
|
||||
<!-- Section subtitle -->
|
||||
<p
|
||||
class="mb-8 max-w-prose text-pretty font-light text-neutral-600 dark:text-neutral-400 sm:text-xl"
|
||||
class="mb-8 max-w-prose text-pretty font-normal text-neutral-600 dark:text-neutral-400 sm:text-xl"
|
||||
>
|
||||
{subTitle}
|
||||
</p>
|
||||
|
|
|
@ -42,7 +42,7 @@ interface Props {
|
|||
</h2>
|
||||
<!-- Subtitle of the section -->
|
||||
<p
|
||||
class="mb-4 max-w-prose text-pretty font-light text-neutral-600 dark:text-neutral-400 sm:text-lg"
|
||||
class="mb-4 max-w-prose text-pretty font-normal text-neutral-600 dark:text-neutral-400 sm:text-lg"
|
||||
>
|
||||
{subTitle}
|
||||
</p>
|
||||
|
|
Loading…
Add table
Reference in a new issue