Skip to content
Snippets Groups Projects
Commit 3b937add authored by Kevin Lin's avatar Kevin Lin :sparkles:
Browse files

_sass: body 'text-rendering: optimizeLegibility'

parent fcdc91fc
No related branches found
No related tags found
No related merge requests found
......@@ -11,6 +11,10 @@ $media-queries: (
xl: 1200px,
);
body {
text-rendering: optimizeLegibility;
}
div.navigation,
h1.site-title,
footer.site-footer {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment