mirror of
https://github.com/zhigang1992/react.git
synced 2026-03-27 06:55:04 +08:00
fix: improve text render on moz
This commit is contained in:
@@ -23,6 +23,7 @@ const CSSBaseline: React.FC<React.PropsWithChildren<{}>> = React.memo(({
|
||||
|
||||
body {
|
||||
-webkit-font-smoothing: antialiased;
|
||||
-moz-osx-font-smoothing: grayscale;
|
||||
text-rendering: optimizeLegibility;
|
||||
font-size: 1rem;
|
||||
line-height: 1.5;
|
||||
|
||||
Reference in New Issue
Block a user