Skip to content

Commit b8d2e1b

Browse files
JulienMassonnatccamel
authored andcommitted
style: improve again font rendering on Firefox
1 parent 192647a commit b8d2e1b

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/scss/main.scss

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,10 @@ html {
1111

1212
h1 {
1313
font-family: var(--ifm-h1-font-family);
14-
font-weight: 400;
14+
-moz-osx-font-smoothing: grayscale;
15+
-webkit-font-smoothing: antialiased;
16+
font-smooth: antialiased;
17+
font-weight: lighter;
1518
}
1619

1720
.footer__title {

0 commit comments

Comments
 (0)