File tree Expand file tree Collapse file tree 4 files changed +11
-1
lines changed Expand file tree Collapse file tree 4 files changed +11
-1
lines changed Original file line number Diff line number Diff line change 11
11
"react" : " ^16.8.3" ,
12
12
"react-dom" : " ^16.8.3" ,
13
13
"react-router-dom" : " ^4.3.1" ,
14
- "react-scripts" : " 2.1.5"
14
+ "react-scripts" : " 2.1.5" ,
15
+ "typeface-tinos" : " ^0.0.54"
15
16
},
16
17
"devDependencies" : {
17
18
"eslint-config-airbnb" : " ^17.1.0" ,
Original file line number Diff line number Diff line change 6
6
.textarea {
7
7
/* 60px is the height of the subtitle title text plus 24px for "padding" */
8
8
height : calc (100% - 60px ) !important ;
9
+
10
+ font-family : Tinos, serif;
11
+ font-size : 1.2rem !important ;
9
12
}
Original file line number Diff line number Diff line change @@ -3,6 +3,7 @@ import ReactDOM from 'react-dom';
3
3
import App from './components/App' ;
4
4
import * as serviceWorker from './serviceWorker' ;
5
5
6
+ import "typeface-tinos" ;
6
7
import './index.css' ;
7
8
import 'bootstrap/dist/css/bootstrap.min.css' ;
8
9
import 'perseids-react-components/build/css/index.css' ;
Original file line number Diff line number Diff line change @@ -9514,6 +9514,11 @@ typedarray@^0.0.6:
9514
9514
resolved "https://registry.yarnpkg.com/typedarray/-/typedarray-0.0.6.tgz#867ac74e3864187b1d3d47d996a78ec5c8830777"
9515
9515
integrity sha1-hnrHTjhkGHsdPUfZlqeOxciDB3c=
9516
9516
9517
+ typeface-tinos@^0.0.54 :
9518
+ version "0.0.54"
9519
+ resolved "https://registry.yarnpkg.com/typeface-tinos/-/typeface-tinos-0.0.54.tgz#a19aa02ae13ef66e13f75313420883dbf10889b8"
9520
+ integrity sha512-MRedIQFj34TKwYK3+4VTxFcrwWijkxqMKyaHPj3jX3k/B60AtvEvyO1bVM5cJF4K2W6xnGTVM+3yHKkS1nbShw==
9521
+
9517
9522
uglify-js@3.4.x, uglify-js@^3.1.4 :
9518
9523
version "3.4.9"
9519
9524
resolved "https://registry.yarnpkg.com/uglify-js/-/uglify-js-3.4.9.tgz#af02f180c1207d76432e473ed24a28f4a782bae3"
You can’t perform that action at this time.
0 commit comments