Is it possible to change the default font for an HTML document in Writer/Web?
When I right-click on the Default style in the styles list and change it to Verdana font, that changes the default paragraph font. But it doesn't change the font for headings.
I looked at the HTML source after changing the font of the Default style to Verdana and saw this:
Code: Select all
<STYLE TYPE="text/css">
<!--
P.western { font-family: "Verdana", sans-serif }
-->
</STYLE>
Code: Select all
<STYLE TYPE="text/css">
<!--
P.western { font-family: "Verdana", sans-serif }
body { font-family: "Verdana", sans-serif }
-->
</STYLE>
I'm thinking of filing a bug on this (I searched the bug database and didn't see anything related), but thought I would post first, in case I'm confused, or this functionality is somehow by design.
Thanks in advance for any feedback.
Stephen