summaryrefslogtreecommitdiff
path: root/client/src/index.css
diff options
context:
space:
mode:
Diffstat (limited to 'client/src/index.css')
-rw-r--r--client/src/index.css5
1 files changed, 3 insertions, 2 deletions
diff --git a/client/src/index.css b/client/src/index.css
index 77b8619..4a8cd4f 100644
--- a/client/src/index.css
+++ b/client/src/index.css
@@ -5,14 +5,15 @@
}
body {
- font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen',
+ font-family: 'Barlow', BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen',
'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue',
sans-serif;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
height: 100%;
width: 100%;
- background: url('../public/assets/images/tri.jpg') no-repeat center center fixed;
+ background: url('../public/assets/images/tri.jpg') no-repeat center center
+ fixed;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;