;other skin settings

; Fonts
; http://www.w3.org/TR/REC-CSS1#font-variant
; font-color  - BBGGRR Blue-Green-Red mix, hexadecimal numbers
; font-size   - Height in pixels
; font-family - Searches available fonts, left to right. Specific font name, or generic...
;   'serif' (e.g. Times) 
;   'sans-serif' (e.g. Helvetica)
;   'cursive' (e.g. Zapf-Chancery)
;   'fantasy' (e.g. Western) 
;   'monospace' (e.g. Courier). Dosn't seem to go smaller than 12
;    Arial, Times New Roman, and Courier New are core fonts to Windows

; following 2 not supported at present
; font-style  : normal |italic |oblique
; font-weight :  normal | bold | bolder | lighter | 100 | 200 | 300 | 400 | 500 | 600 | 700 ;                | 800 | 900

FONT_CATEGORY panel_group
Font -family "System"
font-size 10
font-color #000000

FONT_CATEGORY control_label
Font -family System
font-size 10
font-color #000000

FONT_CATEGORY control_edit
Font -family Franklin Gothic Medium
font-size 10
font-color #000000

; this category is for LED Stack item labels and rotary switch labels
FONT_CATEGORY switch_label
Font -family Verdana, "monoSpace"
font-size 10
font-color #F5F5F5

FONT_CATEGORY selector_text
Font -family Franklin Gothic Medium
font-size 10
font-color #000000

; the writing on container and VST plugin displays
FONT_CATEGORY tty
Font -family terminal
font-size 10
font-color #000000

; plugs
Font -family Arial
font-size 10
font-color #000000

FONT_CATEGORY "Normal"
font-family "MS Sans Serif"
font-size 12
font-color #000000
background-color  #ffffff
text-align center

FONT_CATEGORY "Heading 1"
font-family Arial, Verdana
font-size 28
font-color #000000
text-align center
text-decoration underline
;font-style italic
font-weight 900 

FONT_CATEGORY "Heading 2"
text-align center
font-family Arial
font-size 18
font-color #000000

FONT_CATEGORY "Heading 3"
text-align center
font-family Arial
font-size 14

FONT_CATEGORY "User 3"
Font -family System
font-size 10
font-color #000000
background-color  #ffffff
text-align left

FONT_CATEGORY "User 2"
Font -family System
font-size 10
font-color #000000
background-color  #ffffff
text-align center


FONT_CATEGORY "User 3"
Font -family System
font-size 10
font-color #000000

