Plugin Directory

Changeset 608887


Ignore:
Timestamp:
10/06/2012 03:20:16 PM (13 years ago)
Author:
Utkarsh
Message:

Make proper use of font-family, for fallback fonts from Lucida Grande. Thanks to http://cssfontstack.com.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • lucida-grande-in-admin/trunk/lucida-grande-in-admin.php

    r608886 r608887  
    1010
    1111function lucida_grande_in_admin_admin_head() {
    12     echo '<style type="text/css"> * { font-family: Lucida Grande; } </style>';
     12    echo '<style type="text/css"> * { font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif; } </style>';
    1313}
    1414
Note: See TracChangeset for help on using the changeset viewer.