Skip to content

Commit

Permalink
Use https protocol for Google fonts (#63)
Browse files Browse the repository at this point in the history
This avoids mixed content blocking when loading the page over HTTPS
  • Loading branch information
tnguyen14 authored and yoshuawuyts committed May 6, 2019
1 parent f862d53 commit f16698d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/base.html
@@ -1,7 +1,7 @@
<!DOCTYPE html>
<html><head>
<meta charset="utf-8">
<link href='http://fonts.googleapis.com/css?family=Source+Sans+Pro:200,300,400|Source+Code+Pro:300,500' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Source+Sans+Pro:200,300,400|Source+Code+Pro:300,500' rel='stylesheet' type='text/css'>
<style><!-- @@styles --></style>
</head><body>
<!-- @@header -->
Expand Down

0 comments on commit f16698d

Please sign in to comment.