fonts fixing
Project: http://git-wip-us.apache.org/repos/asf/drill/repo Commit: http://git-wip-us.apache.org/repos/asf/drill/commit/7d87b4b2 Tree: http://git-wip-us.apache.org/repos/asf/drill/tree/7d87b4b2 Diff: http://git-wip-us.apache.org/repos/asf/drill/diff/7d87b4b2 Branch: refs/heads/gh-pages Commit: 7d87b4b2f4f06e1fb58c0fbf983fd30cbcc2bfda Parents: e643987 Author: Elliot Berry <[email protected]> Authored: Fri May 29 13:54:36 2015 -0400 Committer: Elliot Berry <[email protected]> Committed: Fri May 29 13:54:36 2015 -0400 ---------------------------------------------------------------------- _includes/head.html | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/drill/blob/7d87b4b2/_includes/head.html ---------------------------------------------------------------------- diff --git a/_includes/head.html b/_includes/head.html index d2e1e97..9b95254 100644 --- a/_includes/head.html +++ b/_includes/head.html @@ -7,6 +7,7 @@ <title>{% if page.title %}{{ page.title }} - {{ site.title_suffix }}{% else %}{{ site.title }}{% endif %}</title> <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css" rel="stylesheet" type="text/css"/> +<link href='http://fonts.googleapis.com/css?family=PT+Sans' rel='stylesheet' type='text/css'> <link href="{{ site.baseurl }}/css/site.css" rel="stylesheet" type="text/css"/> <link rel="shortcut icon" href="{{ site.baseurl }}/favicon.ico" type="image/x-icon"/>
