diff options
author | Renard | 2020-03-08 18:04:24 -0300 |
---|---|---|
committer | Renard | 2020-03-08 18:04:24 -0300 |
commit | d647b3e6628d76dbe207ce5991335c30787a8a6d (patch) | |
tree | 7881d6a43398a01b20a7e60c2e21b8d3b082b87c /src/index.css | |
download | bairadio-app-d647b3e6628d76dbe207ce5991335c30787a8a6d.tar.gz bairadio-app-d647b3e6628d76dbe207ce5991335c30787a8a6d.tar.xz bairadio-app-d647b3e6628d76dbe207ce5991335c30787a8a6d.zip |
First 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; +} |