We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ebea8c2 + a082553 commit 35c2d1fCopy full SHA for 35c2d1f
src/theme/book.css
@@ -1,6 +1,9 @@
1
html {
2
font-family: "Open Sans", sans-serif;
3
color: #333;
4
+ -webkit-text-size-adjust: none;
5
+ -ms-text-size-adjust: none;
6
+ text-size-adjust: none;
7
}
8
body {
9
margin: 0;
src/theme/stylus/general.styl
@@ -1,6 +1,7 @@
font-family: "Open Sans", sans-serif
color: #333
+ text-size-adjust: none
0 commit comments