show/hide this revision's text 2 added 17 characters in body

I think most CSS devs will do something like

body {font: normal 10pt Arial}

At the top of the CSS file.

If you want to change labels from this, just add a

label, input, textarea {font-family:Georgia}

somewhere down the road.

show/hide this revision's text 1

I think most CSS devs will do something like

body {font: normal 10pt Arial}

At the top of the CSS file.

If you want to change labels from this, just add a

label {font-family:Georgia}

somewhere down the road.