Skip to content

Commit

Permalink
Load fonts via https
Browse files Browse the repository at this point in the history
  • Loading branch information
lowe0292 authored Aug 23, 2023
1 parent f9ec5a5 commit 033670f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<!DOCTYPE html>
<html>
<head>
<link href='http://fonts.googleapis.com/css?family=Quicksand:300,400,700' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Inconsolata' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Quicksand:300,400,700' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Inconsolata' rel='stylesheet' type='text/css'>
<link rel="stylesheet" type="text/css" href="style.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js"></script>
<script>
Expand Down Expand Up @@ -50,4 +50,4 @@
ga('send', 'pageview');

</script>
</html>
</html>

0 comments on commit 033670f

Please sign in to comment.