From 88cb4ef4accd8001eb47aabd01129a26e52f0b21 Mon Sep 17 00:00:00 2001 From: Colin Megill Date: Mon, 9 Oct 2017 22:17:03 -0700 Subject: [PATCH] normalize fonts in index --- index.html | 9 +++++++-- src/globals.js | 3 +++ src/index.css | 3 +-- 3 files changed, 11 insertions(+), 4 deletions(-) diff --git a/index.html b/index.html index ddf78831..0fcff2ec 100644 --- a/index.html +++ b/index.html @@ -1,10 +1,15 @@ - + - Cellx + diff --git a/src/globals.js b/src/globals.js index 31bf52ab..c98f5421 100644 --- a/src/globals.js +++ b/src/globals.js @@ -30,3 +30,6 @@ export const API = { prefix: "http://api.clustering.czi.technology/api/", version: "v0.1/", } + +export const accentFont = "Georgia,Times,Times New Roman,serif"; +export const maxParagraphWidth = 600; diff --git a/src/index.css b/src/index.css index 56a96c28..f6f2a164 100644 --- a/src/index.css +++ b/src/index.css @@ -1,9 +1,8 @@ body { margin: 0; padding: 0; - font-family: sans-serif; } * { box-sizing: border-box; -} \ No newline at end of file +}