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

github.com/cntrump/hugo-notepadium.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorvvveiii <cntrump@gmail.com>2021-01-26 17:51:35 +0300
committervvveiii <cntrump@gmail.com>2021-01-26 17:51:35 +0300
commit1729ae1c17ba12b097078dcc7086adab69487750 (patch)
tree15e4f21a87f4dba7aacc43a5f391b5dae11b1e57
parent757ef2d37ac980f8fd1f2945f49095d33c7c27dd (diff)
add font-smoothing
-rw-r--r--assets/css/style.css3
1 files changed, 3 insertions, 0 deletions
diff --git a/assets/css/style.css b/assets/css/style.css
index d169e13..c186e94 100644
--- a/assets/css/style.css
+++ b/assets/css/style.css
@@ -57,6 +57,9 @@ body {
-ms-hyphens: auto;
-moz-hyphens: auto;
+ -webkit-font-smoothing: antialiased;
+ -moz-osx-font-smoothing: grayscale;
+
padding-top: constant(safe-area-inset-top);
padding-right: constant(safe-area-inset-right);
padding-bottom: constant(safe-area-inset-bottom);