diff options
| author | 2020-09-28 02:23:04 +0100 | |
|---|---|---|
| committer | 2020-09-28 02:23:04 +0100 | |
| commit | 01d7fdef889350a25767d5b1999f8698de7ba5a6 (patch) | |
| tree | b2b7ef8d957a6cf00b0192c10e89f5f8e2a7682e /src/index.css | |
| parent | Initialize project using Create React App (diff) | |
Initial commit
Diffstat (limited to 'src/index.css')
| -rw-r--r-- | src/index.css | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/src/index.css b/src/index.css deleted file mode 100644 index ec2585e..0000000 --- a/src/index.css +++ /dev/null @@ -1,13 +0,0 @@ -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; -} |