Skip to content

Commit

Permalink
add range of weight of font Poppins
Browse files Browse the repository at this point in the history
  • Loading branch information
Ivan Kordonets committed Feb 21, 2024
1 parent a22e56b commit 88243eb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/css/main.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
@charset "UTF-8";
@import "https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap";
@import "https://fonts.googleapis.com/css2?family=Poppins:wght@300..700&display=swap";

/*!
July 31, 2023: ran https://www.cssportal.com/css-optimize/ to shrink the size of the file
Expand Down
4 changes: 2 additions & 2 deletions src/js/components/Ready/ElectionCountdown.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -333,7 +333,7 @@ const CardCountdownInternalWrapper = styled('div')`
const CardTitleUpcoming = styled('h1')(({ theme }) => (`
color: #2E3C5D !important;
font-size: 64px;
font-weight: 500;
font-weight: 600;
margin-bottom: 8px;
margin-top: 12px;
text-align: center;
Expand All @@ -345,7 +345,7 @@ const CardTitleUpcoming = styled('h1')(({ theme }) => (`
const CardTitleToday = styled('h1')(({ theme }) => (`
color: #2E3C5D !important;
font-size: 60px;
font-weight: 900;
font-weight: 600;
margin-bottom: 8px;
margin-top: 0;
text-align: center;
Expand Down

0 comments on commit 88243eb

Please sign in to comment.