Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 513113

Summary: Default font list in editor should use "Menlo" before "Monaco"
Product: [ECD] Orion Reporter: Carolyn MacLeod <Carolyn_MacLeod>
Component: EditorAssignee: Carolyn MacLeod <Carolyn_MacLeod>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P2 CC: Silenio_Quarti, steve_northover
Version: unspecified   
Target Milestone: 15.0   
Hardware: PC   
OS: Windows 7   
See Also: https://github.com/eclipse/orion.client/pull/57
Whiteboard:

Description Carolyn MacLeod CLA 2017-03-04 16:54:38 EST
The default Mac font in the editor is currently "Monaco".
This is old - Apple replaced it with "Menlo" back in 2009 (Snow Leopard).
We should use "Menlo". A big plus is that it supports bold weight (and "Monaco" doesn't).
Comment 1 Carolyn MacLeod CLA 2017-03-04 17:15:18 EST
Should keep Monaco as a fallback, i.e. use:
"Consolas", "Menlo", "Monaco", "Vera Mono", monospace
Comment 2 Steve Northover CLA 2017-03-05 15:51:24 EST
Fix it if easy.
Comment 3 Eclipse Genie CLA 2017-06-12 17:03:01 EDT
GitHub Pull Request 57 created by [carmacleod]
https://github.com/eclipse/orion.client/pull/57
Comment 4 Carolyn MacLeod CLA 2017-06-12 18:05:41 EDT
Fixed with PR in comment 3.