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

Commit dfd9231

Browse files
committed
Merge pull request #211 from vanderhoorn/master
font-family improvements
2 parents c21349a + 28fbe00 commit dfd9231

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
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

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;

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)