adobe / brackets

An open source code editor for the web, written in JavaScript, HTML and CSS.
http://brackets.io
MIT License
33.25k stars 7.63k forks source link

Project title text styles don't match Northstar #676

Closed peterflynn closed 12 years ago

peterflynn commented 12 years ago

Issue 1: The font-weights in the folder tree still seem wrong...

In Northstar, folders and selected files are semibold weight; and other files are normal weight.

In Brackets master, folders and selected files are normal weight; and other files are light weight.

(The same holds true for the working set list also).

Issue 2: Compare in Brackets vs. Northstar the place in the project panel where your project's folder name is shown.

In Northstar the text is 14px #929292 (the same size as folder tree text but slightly darker).

In Brackets master the text is 13px #BBBBBB (smaller than the folder tree text but the same color as it).

peterflynn commented 12 years ago

Broadening to reflect other text glitches in the same part of the UI (rather than filing multiple bugs).

peterflynn commented 12 years ago

I'm going based off of the mockup (http://xd.corp.adobe.com/brackets/) rather than the PSD btw, so apologies if there was a conflict between the two and that explains the discrepancies here.

gruehle commented 12 years ago

For Issue 1, I tried using the same font weights as the Northstar prototype, but the text was much heavier than the prototype. Using light/normal was a better visual match with the prototype.

Issue 2 is a problem and will be fixed.

peterflynn commented 12 years ago

Crud, I think we're looking at a Mac/Win discrepancy, then... On Windows, Brackets looks much closer to the mockup if I change the weights accordingly. The weights look noticeably too light as-is.

We could wait until the official TrueType outlines are available and see if that helps, but it sounded like that might not happen for a while. Is it worth just doing platform-conditional CSS for these weights so it looks right on Win right away?

gruehle commented 12 years ago

Ugh. I think it may be best to have hefty fonts on the mac until we get the final Source Sans fonts. I'm not sure why the fonts on the brackets prototype look so much different.

gruehle commented 12 years ago

Changing to FBNC and assigning to @peterflynn for closing.

peterflynn commented 12 years ago

Looks good. Closing.

peterflynn commented 12 years ago

Interestingly, the font weight discrepancy mentioned here (and described as a CEF1-specific issue in pull #694) is not fixed in CEF3-based brackets-shell...