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

Commit bb3ff05

Browse files
committed
Both "Lucida Grande" and "Arial" are sans-serif types; not serif.
1 parent 151aa32 commit bb3ff05

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

styles/token-input-mac.css

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ ul.token-input-list-mac {
2626
height: 1%;
2727
cursor: text;
2828
font-size: 12px;
29-
font-family: Verdana;
29+
font-family: Verdana, sans-serif;
3030
min-height: 1px;
3131
z-index: 999;
3232
margin: 0;
@@ -58,7 +58,7 @@ li.token-input-token-mac span {
5858
/* TOKENS */
5959

6060
li.token-input-token-mac {
61-
font-family: "Lucida Grande", Arial, serif;
61+
font-family: "Lucida Grande", Arial, sans-serif;
6262
font-size: 9pt;
6363
line-height: 12pt;
6464
overflow: hidden;
@@ -122,7 +122,7 @@ div.token-input-dropdown-mac {
122122
overflow: hidden;
123123
cursor: default;
124124
font-size: 10pt;
125-
font-family: "Lucida Grande", Arial, serif;
125+
font-family: "Lucida Grande", Arial, sans-serif;
126126
padding: 5px;
127127
border-radius: 0 0 10px 10px;
128128
-moz-border-radius: 0 0 10px 10px;
@@ -142,7 +142,7 @@ div.token-input-dropdown-mac p {
142142
}
143143

144144
div.token-input-dropdown-mac h3.token-input-dropdown-category-mac {
145-
font-family: "Lucida Grande", Arial, serif;
145+
font-family: "Lucida Grande", Arial, sans-serif;
146146
font-size: 10pt;
147147
font-weight: bold;
148148
border: none;

0 commit comments

Comments
 (0)