Skip to content

Commit b6abe78

Browse files
committed
everywhere - added nice smoothing for fonts, visible in light theme
1 parent 8b3f199 commit b6abe78

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

frontend/css/clear-default-css.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,10 @@ body{
1313
box-sizing: border-box;
1414
font-weight: 300;
1515

16+
// Really needed for my font, especially visible in light theme :-o
17+
-webkit-font-smoothing: antialiased;
18+
-moz-osx-font-smoothing: grayscale;
19+
1620
background: $color-main-2;
1721
}
1822
a{

0 commit comments

Comments
 (0)