Skip to content

Commit

Permalink
refactor: change font family
Browse files Browse the repository at this point in the history
  • Loading branch information
glaubersilva committed Nov 15, 2024
1 parent 5666622 commit f4315c4
Showing 1 changed file with 3 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
.page {
box-sizing: border-box;
color: #333;
font-family: Open Sans, system-ui, sans-serif;
font-family: Inter, system-ui, sans-serif;
font-size: 1rem;

*,
Expand Down Expand Up @@ -223,8 +223,6 @@ select[name="campaignId"] {
.pageContent {
/*padding: 0 var(--givewp-spacing-6) var(--givewp-spacing-6);*/

font-family: Inter, sans-serif;

&:not(.fullWidth) {
padding: var(--givewp-spacing-6) var(--givewp-spacing-6);
}
Expand Down Expand Up @@ -348,7 +346,7 @@ select[name="campaignId"] {
}

label {
font-family: Inter, sans-serif;
font-family: Inter, system-ui, sans-serif;
font-size: 16px;
font-weight: 500;
line-height: 1.5;
Expand All @@ -358,7 +356,7 @@ select[name="campaignId"] {
}

p {
font-family: Inter, sans-serif;
font-family: Inter, system-ui, sans-serif;
font-size: 14px;
color: #4b5563;
margin-top: -0.1rem;
Expand Down

0 comments on commit f4315c4

Please sign in to comment.