diff options
| author | bndw <benjamindwoodward@gmail.com> | 2020-05-30 10:15:45 -0700 |
|---|---|---|
| committer | bndw <benjamindwoodward@gmail.com> | 2020-05-30 10:15:45 -0700 |
| commit | e177a74c9ea505284c8debf086f785a43d88f90b (patch) | |
| tree | b740f156a74c37bdfeae29b39617ca6a25307e8f /src/index.css | |
Initialize project using 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..ec2585e --- /dev/null +++ b/src/index.css | |||
| @@ -0,0 +1,13 @@ | |||
| 1 | body { | ||
| 2 | margin: 0; | ||
| 3 | font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', | ||
| 4 | 'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue', | ||
| 5 | sans-serif; | ||
| 6 | -webkit-font-smoothing: antialiased; | ||
| 7 | -moz-osx-font-smoothing: grayscale; | ||
| 8 | } | ||
| 9 | |||
| 10 | code { | ||
| 11 | font-family: source-code-pro, Menlo, Monaco, Consolas, 'Courier New', | ||
| 12 | monospace; | ||
| 13 | } | ||
