Skip to content

Commit bf78fe6

Browse files
committed
Fixed Google Font URL to be protocol independent
1 parent 3daf279 commit bf78fe6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

css/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ Add this to your CSS, save the file and see how it works!
131131

132132
Maybe we can customize the font in our header? Paste this into your `<head>` in `blog/templates/blog/post_list.html` file:
133133

134-
<link href="proxy.php?url=https%3A%2F%2Fgithub.com.%2F%3Cspan+class%3D"x x-first x-last">http://fonts.googleapis.com/css?family=Lobster&subset=latin,latin-ext" rel="stylesheet" type="text/css">
134+
<link href="proxy.php?url=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DLobster%26amp%3Bsubset%3Dlatin%2Clatin-ext" rel="stylesheet" type="text/css">
135135

136136
This line will import a font called *Lobster* from Google Fonts (https://www.google.com/fonts).
137137

0 commit comments

Comments
 (0)