Skip to content

Commit

Permalink
changed font weight the sequel
Browse files Browse the repository at this point in the history
  • Loading branch information
lfeatherby committed Nov 3, 2024
1 parent 1d76211 commit 19d7fcb
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion features/fStyle.css
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ body {
:is(h1, h2, h3, h4, h5, h6) {
font-family: "Montserrat", sans-serif;
font-optical-sizing: auto;
font-weight: 500;
font-weight: 600;
font-style: normal;
}
2 changes: 1 addition & 1 deletion generator/gStyle.css
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
:is(h1, h2, h3, h4, h5, h6) {
font-family: "Montserrat", sans-serif;
font-optical-sizing: auto;
font-weight: 500;
font-weight: 600;
font-style: normal;
}

Expand Down
2 changes: 1 addition & 1 deletion gradient/gradStyle.css
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
:is(h1, h2, h3, h4, h5, h6) {
font-family: "Montserrat", sans-serif;
font-optical-sizing: auto;
font-weight: 500;
font-weight: 600;
font-style: normal;
}

Expand Down
2 changes: 1 addition & 1 deletion mixer/mStyle.css
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
:is(h1, h2, h3, h4, h5, h6) {
font-family: "Montserrat", sans-serif;
font-optical-sizing: auto;
font-weight: 500;
font-weight: 600;
font-style: normal;
}

Expand Down
2 changes: 1 addition & 1 deletion picker/pStyle.css
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
:is(h1, h2, h3, h4, h5, h6) {
font-family: "Montserrat", sans-serif;
font-optical-sizing: auto;
font-weight: 500;
font-weight: 600;
font-style: normal;
}

Expand Down
2 changes: 1 addition & 1 deletion style.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
:is(h1, h2, h3, h4, h5, h6) {
font-family: "Montserrat", sans-serif;
font-optical-sizing: auto;
font-weight: 500;
font-weight: 600;
font-style: normal;
}

0 comments on commit 19d7fcb

Please sign in to comment.