Skip to content

Commit 7958a6e

Browse files
committed
update font size again
1 parent 1d36a38 commit 7958a6e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

assets/style.scss

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414
/**************/
1515

1616
@import url('https://fonts.googleapis.com/css?family=Roboto');
17-
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@100;200;250;300;400;500;600;700&display=swap');
18-
@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@100;200;250;300;400;500;600;700&display=swap');
17+
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@100;200;250;300;325;350;400;500;600;700&display=swap');
18+
@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@100;200;250;300;325;350;400;500;600;700&display=swap');
1919

2020
hr {
2121
border: 1px solid $lightGray;
@@ -31,7 +31,7 @@ body {
3131
font-family: 'Lato', -system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
3232
color: #404040;
3333
line-height: 1.7;
34-
font-weight: 400;
34+
font-weight: 350;
3535
font-size: 16px;
3636
height: 100%;
3737
}
@@ -46,7 +46,7 @@ body {
4646
h1, h2, h3, h4, h5, h6 {
4747
font-family: 'Raleway', -system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
4848
color: gray;
49-
font-weight: 400;
49+
font-weight: 350;
5050

5151
line-height: 1.7;
5252
margin: 1em 0 15px;

0 commit comments

Comments
 (0)