More consistent fonts

This commit is contained in:
Michael Jackson 2016-09-24 11:41:19 -07:00
parent 9cafde2245
commit 3b1502d1ab
2 changed files with 2 additions and 5 deletions

View File

@ -6,10 +6,7 @@ body {
Roboto,
Helvetica,
Arial,
sans-serif,
"Apple Color Emoji", /* Emojis*/
"Segoe UI Emoji", /* Emojis*/
"Segoe UI Symbol"; /* Emojis*/
sans-serif;
line-height: 1.5;
padding: 5px 20px;
}

View File

@ -36,7 +36,7 @@
"json-loader": "^0.5.4",
"markdown-loader": "^0.1.7",
"morgan": "^1.7.0",
"npm-http-server": "^4.0.0",
"npm-http-server": "^4.0.1",
"on-finished": "^2.3.0",
"postcss-loader": "^0.9.1",
"react": "^15.1.0",