diff options
| author | Yuval Adam <_@yuv.al> | 2018-11-17 15:46:12 +0200 |
|---|---|---|
| committer | Yuval Adam <_@yuv.al> | 2018-11-17 15:49:40 +0200 |
| commit | b8c2848e6b38c5aaafbe307494865066c748fff8 (patch) | |
| tree | 2c45b848a8d6dd529cde6efdf64f3c88c888d7ed /src/index.css | |
| parent | f3b7cc1b3f896462ef0ceac646308d08a2dab3a9 (diff) | |
Initial v4.0 - migrate back to React
Diffstat (limited to 'src/index.css')
| -rw-r--r-- | src/index.css | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/src/index.css b/src/index.css new file mode 100644 index 0000000..cee5f34 --- /dev/null +++ b/src/index.css @@ -0,0 +1,14 @@ +body { + margin: 0; + padding: 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; +} |
