Weird fonts in Opera 95
Thursday, 19. June 2008, 11:57:28
At first I thought that maybe they changed the default font when none is specified. Some testing showed that this is not the case with pages in "Quirks" mode (without a DOCTYPE), and then I thought about many not well designed pages that depend on the fact that the defaults are this and that, since they don't change anything and they specify everything in pixels. But further testing showed that for pages in "Standards" mode withouth specified fonts it does supply the monospace font.
I have overriden this by making a custom stylesheet for Opera and specifing:
html{ font-family:serif; } You can specify the custom stylesheet in the preferences (ctrl+f12) -> advanced -> content -> style options.After a restart it looked the same as in firefox.
Note sure if this qualifies as a bug, since as there are no default fonts in the CSS 2.1 specification (the initial value is "depends on user agent"), but it sure is a bit of a weird decision in the new version.

















