View Single Post
Handycam - copy the code below to a text file, save and name it fontstyle.css then in OW Page Appearance Preference use the "Style Sheet" drop down to select this file. Then go to any page with a text entry field and type in some text you know the form will auto fill.

html, body, * {
font-family: Optima !important;
font-size: 10px !important;
}
pre {
font-family: Optima !important;
}
a:visited, a:visited:hover, a:link:active {
color: #9900CC !important;
}
a:link, a:visited, a:hover, a:active {
text-decoration: underline !important;
}