From 8db33d16e8e7ea5c8a3dd07d3277a8bb2a0d4298 Mon Sep 17 00:00:00 2001 From: flannanl Date: Wed, 12 Jun 2019 12:09:54 -0400 Subject: [PATCH] fix(filters): should inherit fonts from the page instead (#85) --- src/components/GroupLabel/GroupLabel.js | 1 - 1 file changed, 1 deletion(-) diff --git a/src/components/GroupLabel/GroupLabel.js b/src/components/GroupLabel/GroupLabel.js index a925473..6298e1c 100644 --- a/src/components/GroupLabel/GroupLabel.js +++ b/src/components/GroupLabel/GroupLabel.js @@ -5,7 +5,6 @@ import classnames from 'classnames'; const categoryLabel = { color: '#5A6872', fontSize: '12px', - fontFamily: 'ibm plex Sans', fontWeight: '600', letterSpacing: '0.2px', margin: '8px 16px',