aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorEug-VS <eug-vs@keemail.me>2020-01-11 19:44:36 +0300
committerEug-VS <eug-vs@keemail.me>2020-01-11 19:44:36 +0300
commit7211ac852ea3620755d37b2e3a8345540069ee0c (patch)
treee000c491f8dc034feaab52bfce109228cef316a1 /package.json
parent31a205016f9e811ece59f3f1101a06ebcd846cd2 (diff)
downloadchrono-cube-ui-7211ac852ea3620755d37b2e3a8345540069ee0c.tar.gz
Install Roboto font
Diffstat (limited to 'package.json')
-rw-r--r--package.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/package.json b/package.json
index df38254..de129ad 100644
--- a/package.json
+++ b/package.json
@@ -13,7 +13,8 @@
"react-dom": "^16.12.0",
"react-scripts": "3.3.0",
"react-virtualized-auto-sizer": "^1.0.2",
- "react-window": "^1.8.5"
+ "react-window": "^1.8.5",
+ "typeface-roboto": "0.0.75"
},
"scripts": {
"start": "react-scripts start",