add rel='stylesheet' to the google fonts link

This commit is contained in:
Josh Kalderimis 2013-10-14 23:28:47 +02:00
parent 4abee5edca
commit c52719e9db

View File

@ -1,7 +1,7 @@
<!DOCTYPE html> <!DOCTYPE html>
<html> <html>
<head> <head>
<link href='https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600,800' 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">