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

github.com/onweru/newsroom.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorweru <onewesh@gmail.com>2020-05-28 01:13:38 +0300
committerweru <onewesh@gmail.com>2020-05-28 01:13:38 +0300
commitf3ce92c5c64f691209c864aaeae861dc94258c84 (patch)
tree84b5472f404910f2e44bf52a0fc7c853ec893fba
parent2779226d49e3e067dfe2bd61545b4346c944c7cb (diff)
fix font inconsistencies on iPhone
-rw-r--r--assets/scss/_base.scss2
1 files changed, 2 insertions, 0 deletions
diff --git a/assets/scss/_base.scss b/assets/scss/_base.scss
index a2630e2..0454f2b 100644
--- a/assets/scss/_base.scss
+++ b/assets/scss/_base.scss
@@ -6,6 +6,8 @@
}
body, html {
scroll-behavior: smooth;
+ font-kerning: normal;
+ -webkit-text-size-adjust: 100%;
}
body{
font-family: var(--font);