Skip to content

Commit

Permalink
Switch roboto headers from 600 to 500 weight
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesrkiger committed Mar 13, 2024
1 parent 85fb402 commit 8695608
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 11 deletions.
4 changes: 2 additions & 2 deletions sass_source/sass/_page-layout.scss
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ html body {
margin-bottom: 1.5em;
th {
p {
font-weight: 600;
font-weight: 500;
margin: 0 auto;
}
}
Expand Down Expand Up @@ -148,7 +148,7 @@ html body {
}

strong {
font-weight: 600;
font-weight: 500;
}
}

Expand Down
2 changes: 1 addition & 1 deletion sass_source/sass/pages/_custom-section.scss
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@

> a {
font-size: rem(18px);
font-weight: 600;
font-weight: 500;
}
}

Expand Down
2 changes: 1 addition & 1 deletion sass_source/sass/pages/_index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
}

.caption {
font-weight: 600;
font-weight: 500;
font-size: rem(21px);
line-height: 1;
padding: rem(5px) 0;
Expand Down
2 changes: 1 addition & 1 deletion sass_source/sass/theme.scss
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// NOTE: In multiple places we overrule alabaster styles with additional nesting

// configuration
@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,600|Source+Sans+Pro:600');
@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500|Source+Sans+Pro:600');
@import 'variables';
@import 'rem';
@import 'mixins';
Expand Down
10 changes: 5 additions & 5 deletions source/_static/css/kobo_theme.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion source/_static/css/kobo_theme.css.map

Large diffs are not rendered by default.

0 comments on commit 8695608

Please sign in to comment.