diff options
author | rohan09-raj <[email protected]> | 2022-07-15 23:55:55 +0530 |
---|---|---|
committer | rohan09-raj <[email protected]> | 2022-07-15 23:55:55 +0530 |
commit | 4cb40b2872649fae5e4a9b65f11a5e3450132aa4 (patch) | |
tree | bccb0aa9dc2188af3a97533545ac40b253f5d419 /src/index.css |
Initial Commit
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..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; +} |