Skip to content

Commit

Permalink
updated theme for v0.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronjudd committed Mar 24, 2015
1 parent a7c90af commit b6677bf
Show file tree
Hide file tree
Showing 4 changed files with 298 additions and 98 deletions.
3 changes: 2 additions & 1 deletion .meteor/packages
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,15 @@ less
accounts-facebook
spiderable
audit-argument-checks
browser-policy

# Community Packages
nemo64:bootstrap
#mike:mocha
#sanjo:jasmine

# Reaction Commerce Packages
reactioncommerce:core@=0.4.2
reactioncommerce:core
reactioncommerce:core-theme
reactioncommerce:reaction-shipping
reactioncommerce:reaction-google-analytics
Expand Down
7 changes: 6 additions & 1 deletion client/themes/custom.reaction.import.less
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,13 @@


// @import "default/variables.less"

//== Google Fonts
//*requires browser-policy to be set
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400italic,700italic,700,300,600,800,400);

//== Typography
@font-family-sans-serif: 'Roboto', 'Open Sans', "Helvetica Neue", Helvetica, sans-serif;
@font-family-sans-serif: "Open Sans", "Roboto", "Helvetica Neue", Helvetica, sans-serif;
@font-size-h1: floor((@font-size-base * 3.6)); // ~36px
@font-size-h2: floor((@font-size-base * 2.35)); // ~30px
@letter-spacing: .5px;
Expand Down
Loading

0 comments on commit b6677bf

Please sign in to comment.