]> git.r.bdr.sh - rbdr/r.bdr.sh/blobdiff - jekyll/css/application.css
Adds proper font to body
[rbdr/r.bdr.sh] / jekyll / css / application.css
index 912081879bd699b6515b469eb33912201ddd61a8..23a151e34fe35272af51bde14fa7b65d9dd1fdc2 100644 (file)
@@ -41,14 +41,29 @@ nav ul li a:focus {
   color: #03090f;
 }
 
-.postcontainer h1{
+.postcontainer h1,
+.postcontainer h2,
+.postcontainer h3 {
   font-family: 'Oswald', sans-serif;
   text-transform: uppercase;
   font-weight: 300;
+}
+
+.postcontainer h1{
   color: #d30058;
   margin: 0.666em 1.333em 0;
 }
 
+.postcontainer h2 {
+  color:#99a3a4;
+  font-size: 1.692em;
+}
+
+.postcontainer h3{
+  color:#99a3a4;
+  font-size: 1.384em;
+}
+
 .postcontainer.blue h1 {color: #0081cb}
 .postcontainer.green h1 {color: #43da30}
 .postcontainer.grey h1 {color: #9e978e}
@@ -104,6 +119,7 @@ nav ul li a:focus {
   font-size: 1.077em;
   line-height: 1.6em;
   padding: 8px 0;
+  font-family: "Lato", sans-serif;
 }
 
 .postcontent a {color: #d30058}