Skip to content

Commit

Permalink
Fixed #2570 -- Added 'DejaVu Sans' to admin global.css, because it is…
Browse files Browse the repository at this point in the history
… more utf-8 friendly than Bitstream. Thanks for the patch, riklaunim@gmail.com

git-svn-id: http://code.djangoproject.com/svn/django/trunk@3644 bcc190cf-cafb-0310-a4f2-bffc1f526a37
  • Loading branch information
adrianholovaty committed Aug 22, 2006
1 parent 295429d commit 5ddd0e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion django/contrib/admin/media/css/global.css
@@ -1,4 +1,4 @@
body { margin:0; padding:0; font-size:12px; font-family:"Lucida Grande","Bitstream Vera Sans",Verdana,Arial,sans-serif; color:#333; background:#fff; }
body { margin:0; padding:0; font-size:12px; font-family:"Lucida Grande","DejaVu Sans","Bitstream Vera Sans",Verdana,Arial,sans-serif; color:#333; background:#fff; }

/* LINKS */
a:link, a:visited { color: #5b80b2; text-decoration:none; }
Expand Down

0 comments on commit 5ddd0e0

Please sign in to comment.