about summary refs log tree commit diff stats
path: root/src/index.css
diff options
context:
space:
mode:
authorredcreeper14385 <mounderfod@gmail.com>2021-11-18 15:54:04 +0000
committerredcreeper14385 <mounderfod@gmail.com>2021-11-18 15:54:04 +0000
commit328d355f83d395037e5453f5a10a2290b1975774 (patch)
tree0ad19c8b400be2aca2d145ad390deaf778adb243 /src/index.css
downloadfacere-cito-328d355f83d395037e5453f5a10a2290b1975774.tar.gz
Initialize project using Create React App
Diffstat (limited to 'src/index.css')
-rw-r--r--src/index.css13
1 files changed, 13 insertions, 0 deletions
diff --git a/src/index.css b/src/index.css
new file mode 100644
index 0000000..ec2585e
--- /dev/null
+++ b/src/index.css
@@ -0,0 +1,13 @@
+body {
+  margin: 0;
+  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen',
+    'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue',
+    sans-serif;
+  -webkit-font-smoothing: antialiased;
+  -moz-osx-font-smoothing: grayscale;
+}
+
+code {
+  font-family: source-code-pro, Menlo, Monaco, Consolas, 'Courier New',
+    monospace;
+}