-
Suggestion
-
Resolution: Fixed
-
None
Currently our CSS specifies just 'monospace', which uses the browser's default monospace font. This usually isn't the nicest-looking monospace font available on the platform.
We should add some styles which use the monospace fonts used by the OS on each platform:
- On Windows, Consolas
- On Mac OS X, Monaco.
(Any recommendations on an appropriate Linux monospace font would be great! )
The font size needs to be specified in px (rather than the current points) because in my testing these fonts appear to vary considerably in size when the same point size is specified. Pixels don't have the same problem.
- causes
-
CONFSERVER-22622 Font not very readable on wiki markup editor
-
- Closed
-
- was cloned as
-
JRASERVER-21452 Better monospace font for monospaced textarea
- Closed
Steve, do you know which font it is you're seeing? You should be able to check your system to see whether Monaco, Consolas or Courier New are installed. If none is available on your system, you'll get the default monospace font for your system, which is customisable in the Firefox preferences under 'Content', 'Fonts & Colours'.