Skip to content

Commit

Permalink
Simply commented the old font, Incase i need it.
Browse files Browse the repository at this point in the history
  • Loading branch information
tay committed Sep 21, 2024
1 parent 92f9426 commit fa83ccc
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 0 deletions.
13 changes: 13 additions & 0 deletions public/assets/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,19 @@ body {
text-align: center;
background-color: #36454F;
}

/* @import url('https://fonts.googleapis.com/css2?family=Cactus+Classical+Serif&family=Shantell+Sans:ital,wght@0,300..800;1,300..800&display=swap');
body {
font-family: 'Shantell Sans', sans-serif;
font-size: 16px;
font-weight: 300;
color: #888;
line-height: 30px;
text-align: center;
background-color: #36454F;
} */

* {
box-sizing: border-box;
}
Expand Down
13 changes: 13 additions & 0 deletions static/assets/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,19 @@ body {
text-align: center;
background-color: #36454F;
}

/* @import url('https://fonts.googleapis.com/css2?family=Cactus+Classical+Serif&family=Shantell+Sans:ital,wght@0,300..800;1,300..800&display=swap');
body {
font-family: 'Shantell Sans', sans-serif;
font-size: 16px;
font-weight: 300;
color: #888;
line-height: 30px;
text-align: center;
background-color: #36454F;
} */

* {
box-sizing: border-box;
}
Expand Down

0 comments on commit fa83ccc

Please sign in to comment.