Skip to content

Commit

Permalink
Change http to https for Google Fonts
Browse files Browse the repository at this point in the history
Change http to https for Google Fonts to avoid mixed content warning
  • Loading branch information
alex7kom authored Mar 8, 2018
1 parent 1e21888 commit 50c81eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<meta name="description" content="Список рекомендаций по неусложнению жизни себе и другим участникам проекта по вёрстке.">

<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="http://fonts.googleapis.com/css?family=PT+Sans:400,700,400italic,700italic|PT+Mono&subset=latin,cyrillic">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=PT+Sans:400,700,400italic,700italic|PT+Mono&subset=latin,cyrillic">

</head>

Expand Down

0 comments on commit 50c81eb

Please sign in to comment.