Community
Participate
Working Groups
I noticed that the font used for all editor themes changed back to Courier recently. It's supposed to be something else (Lucida Console perhaps, I can't recall exactly). I inspected the page CSS, I found this rule: > .editorTheme { > font-family: monospace; /* XXX */ > font-size: 10pt; > color: darkSlateGray; > } The font-family rule above overrides the fancy font set elsewhere in CSS, and resets it back to Courier. This is 2013, we are on the web and Courier is not cool anymore.
We probably broke this with our theming changes for bug#401914.
Created attachment 229873 [details] TextTheme patch Patch for text theme
Created attachment 229874 [details] Theme Data patch Theme Data patch
Pushed to eclipse.org http://git.eclipse.org/c/orion/org.eclipse.orion.client.git/commit/?id=5086a683d26010c44f3d644723882746a85e0532
Did some additional refactoring to simplify the number of stylesheets used (and added sans-serif to the list of fonts). http://git.eclipse.org/c/orion/org.eclipse.orion.client.git/commit/?id=4087522cd40461f3dff5dc38330962dd3acbce87 http://git.eclipse.org/c/orion/org.eclipse.orion.client.git/commit/?id=5db8b6055ab34672a85ec7224f3170aef321580c