-
-
-
-
diff --git a/src/stylesheets/main.css b/src/stylesheets/main.css
index dbdd9ba..9078b2c 100644
--- a/src/stylesheets/main.css
+++ b/src/stylesheets/main.css
@@ -1,3 +1,5 @@
+@import url('https://fonts.googleapis.com/css?family=Comfortaa|Patua+One');
+
:root {
--link-color: #27a1f0;
}
@@ -8,13 +10,18 @@ body {
}
#app {
- font-family: Avenir, Helvetica, Arial, sans-serif;
+ font-family: 'Comfortaa', Avenir, Helvetica, Arial, sans-serif;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
- margin-top: 60px;
+ font-size: 1.2em;
+ margin-top: 40px;
text-align: center;
}
+h1, h2, h3, h4, h5, h6 {
+ font-family: 'Patua One';
+}
+
a {
color: var(--link-color);
}