[CLOSED] How to change default font family

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #1

    [CLOSED] How to change default font family

    I have create a .css file and load this file in every form in my web site.

    .label-view .x-panel-body .x-form-display-field .x-form-field .x-body
    {
        background: white;
        font: 12px "Helvetica Neue",Arial, Helvetica, sans-serif;
    }
    
    body, div, form, img, ul, ol, li, dl, dt, dd, table, td, tr, th
    {
        font: normal 12px "Helvetica Neue",tahoma,arial,helvetica,sans-serif;
    }
    However, it seems that the labelfield of most control, like textfield, combobox, datefield etc. have not change.

    How can I get it works for all control?
    Last edited by Daniil; Feb 25, 2014 at 4:44 AM. Reason: [CLOSED]

Similar Threads

  1. Replies: 4
    Last Post: Jul 25, 2013, 8:51 AM
  2. [CLOSED] Font Family Extjs 4...
    By luiz in forum 2.x Legacy Premium Help
    Replies: 2
    Last Post: Jun 24, 2013, 12:33 PM
  3. [CLOSED] Label and LinkButton Doesn't seem to have a default font
    By nhg_itd in forum 1.x Legacy Premium Help
    Replies: 2
    Last Post: Oct 03, 2011, 3:52 AM
  4. [CLOSED] How to change ext.net default font to another like (Lucida sans)?
    By legaldiscovery in forum 1.x Legacy Premium Help
    Replies: 1
    Last Post: Aug 06, 2011, 2:53 PM
  5. How to change default font of HTML Editor
    By VietView in forum 1.x Help
    Replies: 0
    Last Post: Mar 25, 2009, 8:22 AM

Posting Permissions