We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b2035c commit 699a880Copy full SHA for 699a880
homepage/lang.html
@@ -101,8 +101,10 @@
101
text-rendering: optimizeLegibility;
102
font-feature-settings: "kern";
103
-webkit-font-feature-settings: "kern";
104
- touch-action: manipulation;
+ font-synthesis: none;
105
overscroll-behavior: none;
106
+ user-select: text;
107
+ -webkit-user-select: text;
108
-webkit-touch-callout: none;
109
-webkit-font-smoothing: antialiased;
110
-webkit-tap-highlight-color: transparent;
0 commit comments