From b2e5931acfe3d378d36716ec005ead75898ab46d Mon Sep 17 00:00:00 2001 From: n-hare Date: Tue, 18 Sep 2018 03:30:20 -0400 Subject: Force Custom Font The browser's user agent styles forces the buttons to use system-ui font instead of 'radnika_next'. --- finished-application/frontend/components/styles/ItemStyles.js | 1 + 1 file changed, 1 insertion(+) diff --git a/finished-application/frontend/components/styles/ItemStyles.js b/finished-application/frontend/components/styles/ItemStyles.js index b117d5f..b7aaff9 100644 --- a/finished-application/frontend/components/styles/ItemStyles.js +++ b/finished-application/frontend/components/styles/ItemStyles.js @@ -30,6 +30,7 @@ const Item = styled.div` & > * { background: white; border: 0; + font-family: 'radnika_next'; font-size: 1rem; padding: 1rem; } -- cgit v1.3