Skip to content

Commit

Permalink
fix: set -webkit-font-smoothing: antialiased (#11)
Browse files Browse the repository at this point in the history
Matches BS3-powered applications
  • Loading branch information
pogotc authored Oct 28, 2021
1 parent d0b8ef9 commit f3ae197
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
4 changes: 3 additions & 1 deletion docs/assets/css/talis.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/assets/css/talis.css.map

Large diffs are not rendered by default.

4 changes: 4 additions & 0 deletions scss/_typography.scss
Original file line number Diff line number Diff line change
Expand Up @@ -84,3 +84,7 @@ h6,
a:focus {
outline: 1px solid currentColor;
}

body {
-webkit-font-smoothing: antialiased;
}

0 comments on commit f3ae197

Please sign in to comment.