Skip to content

Commit

Permalink
chore: refactor scss file
Browse files Browse the repository at this point in the history
  • Loading branch information
mmarifat committed Sep 20, 2024
1 parent 1cdf4a4 commit e0e1e8f
Showing 1 changed file with 14 additions and 2 deletions.
16 changes: 14 additions & 2 deletions styles/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,20 @@ html,
body {
padding: 0;
margin: 0;
font-family: 'Poppins', sans-serif, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans',
'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
font-family:
'Poppins',
sans-serif,
-apple-system,
BlinkMacSystemFont,
'Segoe UI',
Roboto,
'Helvetica Neue',
Arial,
'Noto Sans',
'Apple Color Emoji',
'Segoe UI Emoji',
'Segoe UI Symbol',
'Noto Color Emoji';
}

a {
Expand Down

0 comments on commit e0e1e8f

Please sign in to comment.