From a820655eb00e41937a7784375d8c922de812885d Mon Sep 17 00:00:00 2001 From: Alex Windett Date: Tue, 10 Jan 2017 14:48:34 +0000 Subject: [PATCH] removing unused typography values --- ui/src/shared/constants/typography.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/ui/src/shared/constants/typography.js b/ui/src/shared/constants/typography.js index f6ac5a6e..6e682734 100644 --- a/ui/src/shared/constants/typography.js +++ b/ui/src/shared/constants/typography.js @@ -1,8 +1,6 @@ const colors = require('./colors'); const typography = { - fontPrimary: 'sans serif', - dtFontWeight: 'bold', abbrBorderColor: colors.brandSecondary, textMuted: colors.brandSecondary };