Skip to content

Commit 0e6d748

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

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/scss/main.scss

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,9 @@ 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-weight: lighter;
1517
}
1618

1719
.footer__title {

0 commit comments

Comments
 (0)