[wp-trac] [WordPress Trac] #18020: Use browser default "sans-serif" instead of Arial or Helvetica.

WordPress Trac wp-trac at lists.automattic.com
Thu Oct 13 01:32:32 UTC 2011


#18020: Use browser default "sans-serif" instead of Arial or Helvetica.
-------------------------------------+---------------------
 Reporter:  iammattthomas            |       Owner:  ryan
     Type:  enhancement              |      Status:  closed
 Priority:  normal                   |   Milestone:  3.2.1
Component:  Graphic Design           |     Version:  3.2
 Severity:  normal                   |  Resolution:  fixed
 Keywords:  ui-feedback ux-feedback  |
-------------------------------------+---------------------
Changes (by SergeyBiryukov):

 * status:  reopened => closed
 * version:  3.3 => 3.2
 * resolution:   => fixed


Comment:

 You can tweak the admin menu font for localized package in the same way
 azaozz suggested in #8472.

 Here is the example function to put into `wp-content/languages/pt_BR.php`
 which I used in my test:
 {{{
 function br_change_admin_menu_font() { ?>
 <style type="text/css">
         #adminmenu {
                 font-family: Arial, "Bitstream Vera Sans", Helvetica,
 Verdana, sans-serif;
         }
 </style>
 <?php
 }
 add_action('admin_head', 'br_change_admin_menu_font');
 }}}

 Since this ticket was closed on a completed milestone, a new ticket should
 be opened for any further issues. Re-closing as fixed for 3.2.

-- 
Ticket URL: <http://core.trac.wordpress.org/ticket/18020#comment:15>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software


More information about the wp-trac mailing list