diff options
author | Indrajith K L | 2019-07-12 19:18:43 +0530 |
---|---|---|
committer | Indrajith K L | 2019-07-12 19:18:43 +0530 |
commit | 481bbb5a2271c521265dd20280324435854dbb12 (patch) | |
tree | 7f48d8c8ead31c0e64b71ac963ddf7220e8818e6 /src/index.css | |
download | bookmark-manager-481bbb5a2271c521265dd20280324435854dbb12.tar.gz bookmark-manager-481bbb5a2271c521265dd20280324435854dbb12.tar.bz2 bookmark-manager-481bbb5a2271c521265dd20280324435854dbb12.zip |
Initial commit from Create React App
Diffstat (limited to 'src/index.css')
-rw-r--r-- | src/index.css | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/src/index.css b/src/index.css new file mode 100644 index 0000000..4a1df4d --- /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; +} |