소스 검색

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 {