Skip to content

Commit 6cbfd90

Browse files
committed
Fixes #8. rm initial style for font-size.
1 parent 8a68eea commit 6cbfd90

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

src/styles/reset.css

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,13 @@
2222
color: initial;
2323
cursor: initial;
2424
direction: initial;
25-
font: initial;
25+
/* 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; */
2631
font-family: initial;
27-
font-size: initial;
2832
font-style: initial;
2933
font-variant: initial;
3034
font-weight: initial;

0 commit comments

Comments
 (0)