adding Lucida Sans Unicode back in.

This commit is contained in:
Jeremy Ashkenas 2010-11-21 12:59:21 -05:00
parent fcda00c3d8
commit ac9d36e444
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@ body {
font-size: 13px;
line-height: 20px;
color: #191933;
font-family: "Lucida Grande", Helvetica,Arial, sans-serif !important;
font-family: "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, sans-serif !important;
}
.container {
width: 950px;