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

Commit 28fbe00

Browse files
committed
It is recommended by W3C to use a general type for the font-family property.
1 parent bb3ff05 commit 28fbe00

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

styles/token-input-facebook.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ul.token-input-list-facebook {
77
border: 1px solid #8496ba;
88
cursor: text;
99
font-size: 12px;
10-
font-family: Verdana;
10+
font-family: Verdana, sans-serif;
1111
min-height: 1px;
1212
z-index: 999;
1313
margin: 0;
@@ -80,7 +80,7 @@ div.token-input-dropdown-facebook {
8080
border-bottom: 1px solid #ccc;
8181
cursor: default;
8282
font-size: 11px;
83-
font-family: Verdana;
83+
font-family: Verdana, sans-serif;
8484
z-index: 1;
8585
}
8686

0 commit comments

Comments
 (0)