CSS style of code snippets

José's Avatar

José

16 Sep, 2009 10:46 PM

Code snippets are currently displayed with a variable width font in FF3/Linux, so these looks ugly and are very difficult to read. This can be fixed just adding "DejaVu Sans Mono" to the core.css:

https://betsolo.lighthouseapp.com/stylesheets/core.css?1252046484 (line 3449)

pre code {
    color:#444444;
    font-family:"Monaco","Consolas","DejaVu Sans Mono",monospace;
    font-size:100%;
}
  1. 1 Posted by Nicole on 17 Sep, 2009 03:16 PM

    Nicole's Avatar

    I will pass this suggestion onto to our lead designer. Thanks for the feedback!

    Nicole

  2. Nicole closed this discussion on 17 Sep, 2009 03:16 PM.

Discussions are closed to public comments.
If you need help with Lighthouse please start a new discussion.

Keyboard shortcuts

Generic

? Show this help
ESC Blurs the current field

Comment Form

r Focus the comment reply box
^ + ↩ Submit the comment

You can use Command ⌘ instead of Control ^ on Mac