about summary refs log tree commit diff
path: root/assets/css
diff options
context:
space:
mode:
Diffstat (limited to 'assets/css')
-rw-r--r--assets/css/main.css3
1 files changed, 3 insertions, 0 deletions
diff --git a/assets/css/main.css b/assets/css/main.css
index 21bcffb..7da562e 100644
--- a/assets/css/main.css
+++ b/assets/css/main.css
@@ -8,6 +8,9 @@ body {
 
 * {
   box-sizing: border-box;
+}
+
+body {
   font-family: 'Roboto Slab', serif;
   -webkit-font-smoothing: antialiased;
   -moz-osx-font-smoothing: grayscale;