Skip to content

Commit 7865185

Browse files
committed
fix font-family issue in demo
1 parent b21a3b7 commit 7865185

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

demo/demo.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ svg[hidden] {
2525
justify-content: stretch;
2626
margin: 0;
2727
padding: 0;
28-
font-family: inherit;
2928
list-style: none;
3029
}
3130
@media (min-width: 540px) {
@@ -41,6 +40,7 @@ svg[hidden] {
4140
padding: 1em;
4241
background: transparent;
4342
color: #000;
43+
font-family: inherit;
4444
text-decoration: none;
4545
border-radius: 3px;
4646
}

0 commit comments

Comments
 (0)