Loading...
 
Features / Usability

Features / Usability


Text in CODE() block is NOT monospace

posts: 1

Hi All

I'm hoping I'm doing something rather stupid. I've been running 9.1 for a week or so and upgraded to 9.2 this morning hoping it was fixed, but I've noticed that none of my code blocks I've defined on any of the wiki pages are using a monospace font, they're all inheriting as proportional.
What is peculiar is that as the page loads they do appear monospace for a fraction of a second then switch to proportional. And if I do a preview while editing the page the preview shows in monospace. Here's an example of how I'm specifying the block

This code:

Copy to clipboard
{CODE()} tsm: SERVER1>q req ANR8352I Requests outstanding: ANR8326I 004: Mount DLT volume BACKUP.02 R/W in drive DLT2 (/dev/tsmscsi/mt1) of library TAPE_DRIVES within 354 minutes. {CODE}


When it's rendered by Chrome, it shows the following CSS inheritance, with the last three lines struck through

Copy to clipboard
font-family: Arial, Helvetica, sans-serif; .codelisting - "Courier New", Courier, monospace .CodeMirror - Arial, Helvetica, sans-serif .CodeMirror - monospace body - Arial, Helvetica, sans-serif ---body - sans-serif

I'm using the FiveAlive theme, although I've tried others, and I've tried Firefox, Chrome & IE, all of which do the same.

Any suggestions would be appreciated.