Skip to content

Commit

Permalink
fix(fonts): update fonts and styles
Browse files Browse the repository at this point in the history
  • Loading branch information
emorikawa committed Oct 2, 2015
1 parent e1d337d commit 85eb94b
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 34 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ docs/output
docs/includes
spec/fixtures/evil-files/
yoursway-create-dmg
private_packages
*nylas-private-*

!spec-nylas/fixtures/packages/package-with-incompatible-native-module/node_modules

Expand Down
1 change: 0 additions & 1 deletion internal_packages/ui-light/CONTRIBUTING.md

This file was deleted.

20 changes: 0 additions & 20 deletions internal_packages/ui-light/LICENSE.md

This file was deleted.

9 changes: 0 additions & 9 deletions internal_packages/ui-light/README.md

This file was deleted.

2 changes: 1 addition & 1 deletion src/package-manager.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,7 @@ class PackageManager
try
{windowTypes} = Package.loadMetadata(packagePath) ? {}
if windowTypes
return windowTypes[windowType]?
return windowTypes[windowType]? or windowTypes["all"]?
else if loadPackagesWhenNoTypesSpecified
return true
return false
Expand Down
4 changes: 2 additions & 2 deletions static/variables/ui-variables.less
Original file line number Diff line number Diff line change
Expand Up @@ -86,8 +86,8 @@
@text-color-error: @error-color;
@text-color-destructive: @danger-color;

@font-family-sans-serif: "Nylas-Pro", "Helvetica", 'Lucida Grande', 'Segoe UI', sans-serif;
@font-family-smallcap: "Proxima Nova Regular Small Cap", "sans-serif";
@font-family-sans-serif: "Nylas-Pro", "Helvetica", sans-serif;
@font-family-sans-serif: "Nylas-Pro", "Helvetica", sans-serif;
@font-family-serif: Georgia, "Times New Roman", Times, serif;
@font-family-monospace: Menlo, Monaco, Consolas, "Courier New", monospace;

Expand Down

0 comments on commit 85eb94b

Please sign in to comment.