Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/siegerts/hugo-theme-basic.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStephen Siegert <stephen.siegert@sas.com>2019-03-14 22:38:34 +0300
committerStephen Siegert <stephen.siegert@sas.com>2019-03-14 22:38:34 +0300
commite9f13267046cfc676bcaa8325970694b1cb0e568 (patch)
treeadbc394352b11ddd03fc9f48d5fab34b933d5c10
parent9440409dd566a53519bd0039141a31c3826ede73 (diff)
add `text-rendering: optimizeLegibility;` to body css
-rw-r--r--static/css/style.css1
1 files changed, 1 insertions, 0 deletions
diff --git a/static/css/style.css b/static/css/style.css
index b6cc146..a2e171e 100644
--- a/static/css/style.css
+++ b/static/css/style.css
@@ -1,6 +1,7 @@
body {
-webkit-font-smoothings: antialiased;
-moz-osx-font-smoothing: grayscale;
+ text-rendering: optimizeLegibility;
}
code {