typography-theme-stow-lake
Advanced tools
Comparing version 0.11.7 to 0.11.9
@@ -24,6 +24,6 @@ 'use strict'; | ||
name: 'Neuton', | ||
styles: ['400'] | ||
styles: ['700'] | ||
}, { | ||
name: 'Lato', | ||
styles: ['300', '300i', '600'] | ||
styles: ['400', '400i', '700'] | ||
}], | ||
@@ -34,5 +34,5 @@ headerFontFamily: ['Neuton', 'sans-serif'], | ||
bodyGray: 20, | ||
headerWeight: 400, | ||
bodyWeight: 300, | ||
boldWeight: 600, | ||
headerWeight: 700, | ||
bodyWeight: 400, | ||
boldWeight: 700, | ||
overrideStyles: function overrideStyles(_ref, options) { | ||
@@ -39,0 +39,0 @@ var adjustFontSizeTo = _ref.adjustFontSizeTo; |
{ | ||
"name": "typography-theme-stow-lake", | ||
"description": "A theme for Typography.js", | ||
"version": "0.11.7", | ||
"version": "0.11.9", | ||
"author": "Kyle Mathews <mathews.kyle@gmail.com>", | ||
@@ -6,0 +6,0 @@ "dependencies": { |
@@ -13,3 +13,3 @@ // @flow | ||
styles: [ | ||
'400', | ||
'700', | ||
], | ||
@@ -20,5 +20,5 @@ }, | ||
styles: [ | ||
'300', | ||
'300i', | ||
'600', | ||
'400', | ||
'400i', | ||
'700', | ||
], | ||
@@ -31,5 +31,5 @@ }, | ||
bodyGray: 20, | ||
headerWeight: 400, | ||
bodyWeight: 300, | ||
boldWeight: 600, | ||
headerWeight: 700, | ||
bodyWeight: 400, | ||
boldWeight: 700, | ||
overrideStyles: ({ adjustFontSizeTo, rhythm }, options) => ({ | ||
@@ -36,0 +36,0 @@ a: { |
Sorry, the diff of this file is not supported yet
124216