aboutsummaryrefslogtreecommitdiff
path: root/src/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'src/style.css')
-rw-r--r--src/style.css9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/style.css b/src/style.css
index 9c2cb52..4d6abc2 100644
--- a/src/style.css
+++ b/src/style.css
@@ -1,3 +1,12 @@
+@font-face {
+ font-family: Cantarell;
+ src: url(/font.woff2);
+}
+
+* {
+ font-family: Cantarell;
+}
+
body {
background-color: white;
}