summaryrefslogtreecommitdiffstats
path: root/finished-application/frontend
diff options
context:
space:
mode:
authorWes Bos <wesbos@gmail.com>2018-09-28 16:46:17 -0400
committerGitHub <noreply@github.com>2018-09-28 16:46:17 -0400
commit2cf7d9968d9bb0378412e9ca7caadd1b328f69da (patch)
treea9ed8fb3eb0c2aacc6538fe2b1c3edb4ff178198 /finished-application/frontend
parentdb7e8a3ec80478bad5eedc1084272a7fccb2accf (diff)
add radnika to buttons
Diffstat (limited to 'finished-application/frontend')
-rw-r--r--finished-application/frontend/components/Page.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/finished-application/frontend/components/Page.js b/finished-application/frontend/components/Page.js
index 99f3158..47ef489 100644
--- a/finished-application/frontend/components/Page.js
+++ b/finished-application/frontend/components/Page.js
@@ -49,6 +49,7 @@ injectGlobal`
text-decoration: none;
color: ${theme.black};
}
+ button { font-family: 'radnika_next'; }
`;
class Page extends Component {