diff options
| author | n-hare <n.hare@hotmail.com> | 2018-09-18 03:30:20 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-09-18 03:30:20 -0400 |
| commit | b2e5931acfe3d378d36716ec005ead75898ab46d (patch) | |
| tree | 7596c99f141e5ec1c78a39f3c3bcf723862a09f1 | |
| parent | fcbac5a960e50e47a1affe3baf31c2fe7e3a1a83 (diff) | |
Force Custom Font
The browser's user agent styles forces the buttons to use system-ui font instead of 'radnika_next'.
| -rw-r--r-- | finished-application/frontend/components/styles/ItemStyles.js | 1 |
1 files changed, 1 insertions, 0 deletions
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; } |
