Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue78 Move away from Source Code Pro web fonts in favour of system fonts #110

Merged
merged 2 commits into from
Mar 18, 2015

Conversation

AJDBenner
Copy link

#78

@@ -457,3 +457,5 @@
}
}
}

@sansFontFamily: Helvetica, Arial, "Meiryo UI", "MS Pゴシック", "MS PGothic", sans-serif;
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

those are three very WIndows specific fonts, all of which are from the Asian langauges... Where are the regular Sans serif fonts available in modern Windows, and where are the better OSX fonts? (and you probably want those at the front of the family, then, since Helvetica and Arial are considered websafe and will thus always get selected. Any system with the followup fonts has Arial, for instance)

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is what Brackets does, we're just removing the web font. I'd rather file a new bug afterward to evaluate our font choices as part of a larger UX overhaul in Thimble vs. doing it in this PR.

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Move this up to top, right?

@@ -379,3 +379,5 @@
}
}
}

@sansFontFamily: Helvetica, Arial, "Meiryo UI", "MS Pゴシック", "MS PGothic", sans-serif;
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you confirm that defining variables after they are used is OK with LESS? I'm not sure, but you might want to move this to the top of the file. I might be wrong, check it out?

@AJDBenner AJDBenner force-pushed the issue78 branch 3 times, most recently from cd5cede to 3b3eeb2 Compare March 17, 2015 20:24
humphd added a commit that referenced this pull request Mar 18, 2015
Issue78 Move away from Source Code Pro web fonts in favour of system fonts
@humphd humphd merged commit 7f227aa into mozilla:bramble Mar 18, 2015
@AJDBenner AJDBenner deleted the issue78 branch March 18, 2015 16:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants