Skip to content

Commit fb380de

Browse files
authored
Add font antialiasing (#19)
1 parent 5929046 commit fb380de

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

public/css/news.css

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,8 @@
7474
font-size: 100%;
7575
background: var(--background-colour);
7676
color: var(--text-colour);
77+
-webkit-font-smoothing: antialiased;
78+
-moz-osx-font-smoothing: grayscale;
7779
}
7880
.page header {
7981
position: fixed;

0 commit comments

Comments
 (0)