/*
________________________________________________________________________
|                  |                                                    |
|          Title:  |  Custom UI Font Family and Font Size               |
|    Description:  |  Change Firefox User Interface Fonts to Your Own   |
|         Author:  |  -=Ben=-                                           |
|   Date Created:  |  June 2, 2008                                      |
|   Last Updated:  |  June 2, 2008                                      |
|        Version:  |  1.0.0.0                                           |
|__________________|____________________________________________________|

*/



@namespace url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul);


menubar, menubutton, menulist, menu, menuitem, toolbar, tab,
tree, tooltip /*,textbox*/
{
    font-family: Segoe UI, SegoeUI, calibri, verdana, helvetica, tahoma, Arial !important;
    font-size: 11px !important;
}