Skip to content

Commit

Permalink
fix(templates): force -webkit-font-smoothing: antialiased
Browse files Browse the repository at this point in the history
  • Loading branch information
thatkookooguy committed Dec 25, 2019
1 parent e83ea43 commit c00cbd9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions templates/style-changelog-template.css
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ html {
*:before,
*:after {
box-sizing: inherit;
font-smoothing: antialiased;
-webkit-font-smoothing: antialiased;
}

body {
Expand Down

0 comments on commit c00cbd9

Please sign in to comment.