Skip to content

Commit cb0b2cb

Browse files
committed
Replace numeric font-weight 300 with normal
None of the typefaces specified in the stylesheet appear to have extended weight mappings, so even at `300` they would default to `normal` anyway.
1 parent 0e7ed5c commit cb0b2cb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

_sass/_ed.scss

+3-3
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ a:focus {
109109
h1, h2, h3, h4, h5, h6 {
110110
font-family: $heading-font;
111111
margin-bottom: .5rem;
112-
font-weight: 300;
112+
font-weight: normal;
113113
color: $heading-color;
114114
letter-spacing: -.025rem;
115115
line-height: 1.25;
@@ -246,7 +246,7 @@ tbody tr:nth-child(odd) th {
246246
display: none; /* This is an accessibility no-no */
247247
font-family: $heading-font;
248248
font-size: .88rem;
249-
font-weight: 300;
249+
font-weight: normal;
250250
letter-spacing: .05rem;
251251
}
252252

@@ -607,7 +607,7 @@ ul.poetry {
607607
.poem .byline,
608608
.poetry .byline {
609609
font-style: italic;
610-
font-weight: 300;
610+
font-weight: normal;
611611
letter-spacing: 0;
612612
margin-top: -.5rem;
613613
}

0 commit comments

Comments
 (0)