Skip to content

Commit

Permalink
added better font rendering
Browse files Browse the repository at this point in the history
  • Loading branch information
thamudi committed Mar 4, 2021
1 parent 3bd7f7f commit 11ddfcf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions styles/smacss/base.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
a,
p {
font-family: "Source Code Pro", monospace;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}

a {
Expand Down

0 comments on commit 11ddfcf

Please sign in to comment.