Skip to content

Commit

Permalink
Add additional bold variant of the Ubuntu font family
Browse files Browse the repository at this point in the history
This allows us to have bold headers at smaller font sizes.
  • Loading branch information
aron committed Apr 30, 2012
1 parent 681d544 commit 289a367
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ckan/templates/layout_base.html
Expand Up @@ -27,7 +27,7 @@
<link rel="alternate" type="application/atom+xml" title="${g.site_title} - Recent Revision History" href="${h.url_for(controller='revision', action='list', format='atom', days=1)}" />
</py:otherwise>
</py:choose>
<link href='http://fonts.googleapis.com/css?family=Ubuntu' rel='stylesheet' type='text/css' />
<link href='http://fonts.googleapis.com/css?family=Ubuntu:400,700' rel='stylesheet' type='text/css' />

<link rel="stylesheet" href="${h.url_for_static('/scripts/vendor/jqueryui/1.8.14/css/jquery-ui.custom.css')}" type="text/css" media="screen, print" />
<link rel="stylesheet" href="${h.url_for_static('/css/bootstrap.min.css')}" type="text/css" media="screen, projection" />
Expand Down

0 comments on commit 289a367

Please sign in to comment.