Skip to content

Commit

Permalink
Fix broken font-family on component doc pages.
Browse files Browse the repository at this point in the history
  • Loading branch information
reid committed Dec 20, 2013
1 parent 92360ef commit 9e44eaa
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion doc/yeti/layouts/component.mustache
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,10 @@
<link rel="stylesheet" href="{{projectAssets}}/css/main.css">
<link rel="stylesheet" href="{{projectAssets}}/vendor/prettify/prettify-min.css">
<style>
body, h1, h2, h3, h4, h5, h6 {
body,
.yui3-g [class *= "yui3-u"],
.yui3-g-r [class *= "yui3-u"],
h1, h2, h3, h4, h5, h6 {
font-family: 'Source Sans Pro', 'DejaVu Sans', 'Bitstream Vera Sans', Verdana, sans-serif;
}
body {
Expand Down

0 comments on commit 9e44eaa

Please sign in to comment.