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
+}