From 42491110a2842caa41e28becf44723a06caf6e84 Mon Sep 17 00:00:00 2001
From: Fernando Mayer <fernandomayer@gmail.com>
Date: Fri, 8 Jan 2016 22:14:55 -0200
Subject: [PATCH] Adiciona fonte do Google e altera margem

---
 style.css | 10 +++++++++-
 1 file changed, 9 insertions(+), 1 deletion(-)

diff --git a/style.css b/style.css
index c7dc322..468a5ae 100644
--- a/style.css
+++ b/style.css
@@ -1,9 +1,17 @@
+@import url(https://fonts.googleapis.com/css?family=Slabo+27px);
+
 body, td, caption {
-    font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
+    /* font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif; */
+    font-family: 'Slabo 27px', serif;
     background-color: white;
     font-size: 16px;
 }
 
+body {
+    width: 800px;
+    margin: auto;
+}
+
 tt, code, pre {
     font-family: "Inconsolata", "Andale Mono", monospace;
 }
-- 
GitLab