Skip to content
Snippets Groups Projects
Commit 20fe4817 authored by Kyle Doherty's avatar Kyle Doherty
Browse files

use proper webkit font smoothing property

parent ffa8894f
Branches
Tags
No related merge requests found
......@@ -17,8 +17,7 @@ body {
display: flex;
flex-direction: column;
text-rendering: optimizeLegibility;
-webkit-font-smoothing: subpixel-antialiased;
font-smoothing: subpixel-antialiased;
-webkit-font-smoothing: antialiased;
}
/*
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment