浏览代码

adjust font, do not change the font on switching between portrait and landscape

B. Petersen 5 年之前
父节点
当前提交
9ea90d4ff5
共有 1 个文件被更改,包括 3 次插入2 次删除
  1. 3 2
      deltachat-ios/Assets/Help/help.css

+ 3 - 2
deltachat-ios/Assets/Help/help.css

@@ -1,7 +1,8 @@
 body {
-    font-size: 14pt;
-    font-family: sans-serif;
+    font-size: 13pt;
+    font-family: -apple-system, sans-serif;
 	padding: 0 .5rem .5rem .5rem;
+    -webkit-text-size-adjust: none;
 }
 
 a {