]> git.r.bdr.sh - rbdr/r.bdr.sh/commitdiff
Uses ssl google fonts
authorBen Beltran <redacted>
Fri, 19 Feb 2016 15:17:25 +0000 (09:17 -0600)
committerBen Beltran <redacted>
Fri, 19 Feb 2016 15:17:25 +0000 (09:17 -0600)
jekyll/_layouts/default.html
jekyll/css/new.css

index a509ead8457c57f4469f63edc8df9e40a81f8c92..ab574ae23071ce832787094d50320768edb0cff6 100644 (file)
@@ -11,7 +11,7 @@
     <link rel="stylesheet" type="text/css" href="/css/prism.css" />
     <link rel="stylesheet" type="text/css" href="/css/application.css" />
     <title>Unlimited &#127829; {{ page.title }}</title>
     <link rel="stylesheet" type="text/css" href="/css/prism.css" />
     <link rel="stylesheet" type="text/css" href="/css/application.css" />
     <title>Unlimited &#127829; {{ page.title }}</title>
-    <link href='http://fonts.googleapis.com/css?family=Lato:100,300,700,300italic,700italic|Oswald:400,300' rel='stylesheet' type='text/css'>
+    <link href='https://fonts.googleapis.com/css?family=Lato:100,300,700,300italic,700italic|Oswald:400,300' rel='stylesheet' type='text/css'>
     <link href="/atom.xml" type="application/atom+xml" rel="alternate" title="N, S o Vocal — The ATOM!">
     <script src="/js/prism.min.js" type="text/javascript"></script>
     <script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.3/jquery.min.js"></script>
     <link href="/atom.xml" type="application/atom+xml" rel="alternate" title="N, S o Vocal — The ATOM!">
     <script src="/js/prism.min.js" type="text/javascript"></script>
     <script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.3/jquery.min.js"></script>
index 00fd507e6df27509b2a01f51e9dad7bbaee7fdcd..551bcb980ad5365c36cba15b4ca9a4c30cee559f 100644 (file)
@@ -1,4 +1,4 @@
-@import url(http://fonts.googleapis.com/css?family=Quicksand:300|Josefin+Slab&subset=latin,latin-ext);
+@import url(//fonts.googleapis.com/css?family=Quicksand:300|Josefin+Slab&subset=latin,latin-ext);
 
 header .logo {font-family: Quicksand, sans-serif; font-weight: 300; text-transform: lowercase; font-size: 7.2em; display: block; color: #fff; background-color: #c00; padding: 1em;}
 header .logo:hover {text-decoration: none; background-color: #d11}
 
 header .logo {font-family: Quicksand, sans-serif; font-weight: 300; text-transform: lowercase; font-size: 7.2em; display: block; color: #fff; background-color: #c00; padding: 1em;}
 header .logo:hover {text-decoration: none; background-color: #d11}
@@ -6,4 +6,4 @@ header .logo:hover {text-decoration: none; background-color: #d11}
 nav ul {list-style: none; background-color: #00A0B0; margin: 0 0 4em; padding-left: 6em}
 nav ul li {display: inline-block;}
 nav ul li a {display: block; height: 0.9em; padding: 1em; font-size: 1.84em; font-family: "Josefin Slab", sans-serif; text-transform: uppercase font-weight: normal; color: #fff}
 nav ul {list-style: none; background-color: #00A0B0; margin: 0 0 4em; padding-left: 6em}
 nav ul li {display: inline-block;}
 nav ul li a {display: block; height: 0.9em; padding: 1em; font-size: 1.84em; font-family: "Josefin Slab", sans-serif; text-transform: uppercase font-weight: normal; color: #fff}
-nav ul li a:hover {background-color: #11B1C1; color: #fff; text-decoration: none; border: none}
\ No newline at end of file
+nav ul li a:hover {background-color: #11B1C1; color: #fff; text-decoration: none; border: none}