Skip to content

Commit

Permalink
chore: update some sp typography styles
Browse files Browse the repository at this point in the history
  • Loading branch information
vnphanquang committed Aug 20, 2023
1 parent 8b19a12 commit 9bdd794
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions sites/www/src/lib/client/styles/utilities/typography.css
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
.tp-h3\@sp {
font-family: theme('fontFamily.lora');
font-size: 24px;
line-height: 31px;
line-height: 36px;
letter-spacing: 0;
}

Expand All @@ -70,7 +70,7 @@
/* --------------H4-------------- */
.tp-h4\@sp {
font-family: theme('fontFamily.inter');
font-size: 18px;
font-size: 20px;
line-height: 24px;
letter-spacing: 0;
}
Expand All @@ -94,7 +94,7 @@
.tp-h5\@sp {
font-family: theme('fontFamily.inter');
font-size: 18px;
line-height: 22px;
line-height: 24px;
letter-spacing: 0;
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
sp: {
class: 'tp-h3@sp',
fontSize: '24px',
lineHeight: '31px',
lineHeight: '36px',
letterSpacing: '0%',
},
pc: {
Expand All @@ -78,7 +78,7 @@
fontFamily: 'Inter',
sp: {
class: 'tp-h4@sp',
fontSize: '18px',
fontSize: '20px',
lineHeight: '24px',
letterSpacing: '0%',
},
Expand All @@ -101,7 +101,7 @@
sp: {
class: 'tp-h5@sp',
fontSize: '18px',
lineHeight: '22px',
lineHeight: '24px',
letterSpacing: '0%',
},
pc: {
Expand Down

1 comment on commit 9bdd794

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚡ Successfully Cloudflare Pages deployed!

Name Link
Latest commit 9bdd794
Latest deploy log https://github.com/sveltevietnam/sveltevietnam.dev/actions/runs/5915518662
Deploy Preview Url https://ba7a1579.sveltevietnam.pages.dev
Environment preview

Please sign in to comment.