Skip to content
This repository was archived by the owner on Sep 10, 2023. It is now read-only.

Commit 151aa32

Browse files
committed
It is recommended to add a general type to font-family.
1 parent c21349a commit 151aa32

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

styles/token-input.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ul.token-input-list {
77
border: 1px solid #999;
88
cursor: text;
99
font-size: 12px;
10-
font-family: Verdana;
10+
font-family: Verdana, sans-serif;
1111
z-index: 999;
1212
margin: 0;
1313
padding: 0;
@@ -72,7 +72,7 @@ div.token-input-dropdown {
7272
border-bottom: 1px solid #ccc;
7373
cursor: default;
7474
font-size: 12px;
75-
font-family: Verdana;
75+
font-family: Verdana, sans-serif;
7676
z-index: 1;
7777
}
7878

0 commit comments

Comments
 (0)