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

Bug 380561

Summary: remove all font family references in css
Product: [ECD] Orion Reporter: Susan McCourt <susan>
Component: ClientAssignee: Susan McCourt <susan>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P3 CC: antonm, ken_walker, Mike_Wilson
Version: 0.5   
Target Milestone: 0.5 M2   
Hardware: PC   
OS: Windows 7   
Whiteboard:
Bug Depends on:    
Bug Blocks: 369427    

Description Susan McCourt CLA 2012-05-24 12:57:44 EDT
We should drive the font family from one place in the CSS so that we can more readily experiment with changing it.

The only place that should specify a font is in ide.css for the html, body markup.  All references elsewhere should just make whatever incremental change is needed (size, weight)
Comment 1 Susan McCourt CLA 2012-05-24 13:00:11 EDT
Fixed in http://git.eclipse.org/c/orion/org.eclipse.orion.client.git/commit/?id=18cd85d579ee3eaa595277b9ad8e60a4b1ec518e

There is only one family reference now.

I've been talking to Anton for awhile about changing our default font.  After looking at http://www.webdesigndev.com/web-development/16-gorgeous-web-safe-fonts-to-use-with-css it seems that Lucida Sans is a safe choice.  Anton and I tried it out and switched over as part of this commit.