Make WordPress Core


Ignore:
Timestamp:
01/19/2011 09:44:17 AM (15 years ago)
Author:
nacin
Message:

Remove Lucida Grande from the remaining font stacks. We should at least be consistent. props demetris, fixes #16298, see #8352.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-activate.php

    r17145 r17327  
    2929        #language { margin-top: .5em; }
    3030        .error { background: #f66; }
    31         span.h3 { padding:0 8px; font-size:1.3em; font-family:'Trebuchet MS','Lucida Grande',Verdana,Arial,Sans-Serif; font-weight:700; color:#333333; }
     31        span.h3 { padding: 0 8px; font-size: 1.3em; font-family: Verdana, Arial, "Bitstream Vera Sans", sans-serif; font-weight: bold; color: #333; }
    3232    </style>
    3333    <?php
Note: See TracChangeset for help on using the changeset viewer.