Skip to content

Commit f44fdb7

Browse files
authored
Fix font weight on headings. (GoogleChrome#108)
1 parent 8dae7bd commit f44fdb7

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

site/_scss/_global.scss

+1-2
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,8 @@ h2,
3030
h3,
3131
h4 {
3232
@include apply-utility('font', 'google-sans');
33-
@include apply-utility('weight', 'bold');
33+
@include apply-utility('weight', 'normal');
3434
@include apply-utility('leading', 'flat');
35-
font-weight: 900;
3635
}
3736

3837
// High contrast selection because it can help visually-impaired

0 commit comments

Comments
 (0)