diff options
author | Vitaly Takmazov | 2019-07-26 15:31:22 +0300 |
---|---|---|
committer | Vitaly Takmazov | 2023-01-13 10:37:55 +0300 |
commit | d4341807341467de4f10012955d3b919f296c4a6 (patch) | |
tree | a0564343f0b6036e5346443292308c8327f27aae | |
parent | e742c369da7a1186e5c03dc1577b1fa5122480c5 (diff) |
Drop strange font property
-rw-r--r-- | vnext/src/index.css | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/vnext/src/index.css b/vnext/src/index.css index a6f03b23..c6ad8f82 100644 --- a/vnext/src/index.css +++ b/vnext/src/index.css @@ -55,7 +55,6 @@ body { word-wrap: break-word; color: var(--text-color); line-height: 1.4; - text-rendering: optimizeLegibility; -webkit-overflow-scrolling: touch; } |