I removed the https from the google font to make the page more secure.
<title><?php wp_title(); ?></title>
<link rel="shortcut icon" href="<?php echo get_stylesheet_directory_uri() ; ?>/favicon.ico">
<link rel="stylesheet" href="<?php echo get_stylesheet_directory_uri() ; ?>/css/app.css?v=1.0.18">
- <link href='https://fonts.googleapis.com/css?family=Josefin+Sans:400,600,700' rel='stylesheet' type='text/css'>
+ <link href='//fonts.googleapis.com/css?family=Josefin+Sans:400,600,700' rel='stylesheet' type='text/css'>
<?php wp_head(); ?>
</head>
<body>
Author: Gaslight Media
Author URI: http://www.gaslightmedia.com
Description: A theme for FranceJourneys
-Version: 1.0.20
+Version: 1.0.21
*/