Skip to content

Commit 2c02393

Browse files
committed
Replaced Lato Light with font-weight
There isn't a `font-face` called `Lato Light`, so this was falling back to `Helvetica`. Oops. Instead, we download the 300 weight of Lato, which happens to be the light version. This can be set by using the `font-weight`; there's no need to change the `font-family`.
1 parent 3175936 commit 2c02393

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

OnTopic.Editor.AspNetCore/Shared/Styles/CKEditor.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ body {
88
h1,
99
h2,
1010
h3 {
11-
font-family: "Lato Light", Helvetica, Arial, sans-serif;
11+
font-weight: 300;
1212
}
1313
h1 {
1414
font-size: 32px;

0 commit comments

Comments
 (0)