changed http to https to fix font issue in chrome and firefox

This commit is contained in:
Justine Arreche 2013-10-14 12:19:17 -04:00
parent b9a7916cf4
commit 8a37d5dd6d

View File

@ -1,7 +1,7 @@
<!DOCTYPE html> <!DOCTYPE html>
<html> <html>
<head> <head>
<link href='http://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600,800' rel='stylesheet' type='text/css'> <link href='https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600,800' rel='stylesheet' type='text/css'>
<meta charset="UTF-8"> <meta charset="UTF-8">
<meta rel="travis.api_endpoint" href="https://api.travis-ci.org"> <meta rel="travis.api_endpoint" href="https://api.travis-ci.org">
<meta name="travis.pusher_key" value="5df8ac576dcccf4fd076"> <meta name="travis.pusher_key" value="5df8ac576dcccf4fd076">