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

This commit is contained in:
Justine Arreche 2013-10-14 12:20:59 -04:00
parent c699d48337
commit e4190d0610

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' 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">