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.
1 parent 8a68eea commit 6cbfd90Copy full SHA for 6cbfd90
src/styles/reset.css
@@ -22,9 +22,13 @@
22
color: initial;
23
cursor: initial;
24
direction: initial;
25
- font: initial;
+ /* In chrome, there's a chance that user set the miximum font-size to
26
+ a abnormal smaller size. But actually the smaller size is never working
27
+ if this font / font-size default value is set to initial. Perhaps a bug
28
+ for chrome. */
29
+ /* font: initial; */
30
+ /* font-size: initial; */
31
font-family: initial;
- font-size: initial;
32
font-style: initial;
33
font-variant: initial;
34
font-weight: initial;
0 commit comments