removing unused typography values

This commit is contained in:
Alex Windett 2017-01-10 14:48:34 +00:00
parent 8f75a6fd6e
commit a820655eb0
1 changed files with 0 additions and 2 deletions

View File

@ -1,8 +1,6 @@
const colors = require('./colors');
const typography = {
fontPrimary: 'sans serif',
dtFontWeight: 'bold',
abbrBorderColor: colors.brandSecondary,
textMuted: colors.brandSecondary
};