aboutsummaryrefslogtreecommitdiff
path: root/src/index.scss
diff options
context:
space:
mode:
authorFuwn <[email protected]>2020-11-10 11:50:24 -0800
committerFuwn <[email protected]>2020-11-10 11:50:24 -0800
commit2a16314865ebd408fee4edfbc89eb632c887b795 (patch)
tree89db566af5c4c13cec8f35f3ecf1be0a426c27f3 /src/index.scss
downloadme-rewrite-typescript.tar.xz
me-rewrite-typescript.zip
Diffstat (limited to 'src/index.scss')
-rw-r--r--src/index.scss13
1 files changed, 13 insertions, 0 deletions
diff --git a/src/index.scss b/src/index.scss
new file mode 100644
index 0000000..ec2585e
--- /dev/null
+++ b/src/index.scss
@@ -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;
+}