aboutsummaryrefslogtreecommitdiff
path: root/src/index.css
diff options
context:
space:
mode:
authorIndrajith K L2019-12-11 15:18:13 +0530
committerIndrajith K L2019-12-11 15:18:13 +0530
commit53e5edb3d93d957f82034be43940d560540525a8 (patch)
tree7de46edc0ddb2ed8eac07810aeba35f03e39bd66 /src/index.css
downloadreact-redux-saga-starter-53e5edb3d93d957f82034be43940d560540525a8.tar.gz
react-redux-saga-starter-53e5edb3d93d957f82034be43940d560540525a8.tar.bz2
react-redux-saga-starter-53e5edb3d93d957f82034be43940d560540525a8.zip
Initial commit from 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;
+}