Skip to content

Commit

Permalink
Let's use Arial instead of Arial Black
Browse files Browse the repository at this point in the history
Textareas and input text boxes now use Arial instead of Arial Black.
  • Loading branch information
LindseyB committed Mar 24, 2011
1 parent 7f7c26a commit b99304a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/css/internal.css
Original file line number Diff line number Diff line change
Expand Up @@ -447,7 +447,7 @@ input.title,
textarea {
background-color: #fff;
border: 1px solid #bbb;
font-family: "Arial Black", Arial, sans-serif;
font-family: Arial, sans-serif;
}
input[type=text]:focus,
input[type=password]:focus,
Expand Down

0 comments on commit b99304a

Please sign in to comment.