Skip to content

Commit

Permalink
changed logo font from Vollkorn to Kameron
Browse files Browse the repository at this point in the history
  • Loading branch information
robfletcher committed Oct 15, 2012
1 parent 75ccf1e commit 3c6b066
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 24 deletions.
18 changes: 1 addition & 17 deletions src/docs/_layouts/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<meta name="author" content="Rob Fletcher">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">

<link rel="stylesheet" href="http://fonts.googleapis.com/css?family=Source+Code+Pro|Vollkorn:700|Bitter:400,700,400italic">
<link rel="stylesheet" href="http://fonts.googleapis.com/css?family=Source+Code+Pro|Bitter:400,400italic|Kameron:700">
<link rel="stylesheet" href="stylesheets/prettify.css">
<link rel="stylesheet" href="stylesheets/betamax.css">

Expand All @@ -35,22 +35,6 @@
<div class="container">
<h1>Betamax</h1>
<p>Record &amp; replay HTTP traffic for simple, reliable tests.</p>
<!--
<div class="row promos">
<div class="span4 promo">
<h3>Record</h3>
<p>Annotate your test with <code>@Betamax</code>. The first time it runs HTTP traffic is recorded to <em>tape</em>.</p>
</div>
<div class="span4 promo">
<h3>Playback</h3>
<p>Future test runs replay responses from <em>tape</em>. Insert different <em>tapes</em> to stub different responses.</p>
</div>
<div class="span4 promo">
<h3>Customize</h3>
<p>Edit <em>tape</em> files with a text editor, commit to source control, share with your team &amp; use on <abbr title="continuous integration">CI</abbr>.</p>
</div>
</div>
-->
</div>
</header>

Expand Down
2 changes: 1 addition & 1 deletion src/docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -304,7 +304,7 @@ Betamax is inspired by the [VCR][vcr] library for Ruby written by Myron Marston.

HTTPS support was largely the work of [Lari Hotari][lari].

The documentation is built with [Jekyll][jekyll], [Twitter Bootstrap](http://twitter.github.com/bootstrap), [LESS][less], [Modernizr][modernizr], [jQuery][jquery] & [Google Code Prettify][prettify]. The fonts are _Vollkorn_, _Bitter_ and _Source Code Pro_.
The documentation is built with [Jekyll][jekyll], [Twitter Bootstrap](http://twitter.github.com/bootstrap), [LESS][less], [Modernizr][modernizr], [jQuery][jquery] & [Google Code Prettify][prettify]. The fonts are _Kameron_, _Bitter_ and _Source Code Pro_.

[adhockery]:http://blog.freeside.co/ (Ad-Hockery)
[betamax]:http://en.wikipedia.org/wiki/Betamax
Expand Down
2 changes: 1 addition & 1 deletion src/docs/stylesheets/betamax.css

Large diffs are not rendered by default.

5 changes: 1 addition & 4 deletions src/docs/stylesheets/betamax.less
Original file line number Diff line number Diff line change
Expand Up @@ -211,8 +211,8 @@ dl {
font-size: 28px;
text-transform: uppercase;
margin: 48px 0 24px;
padding-top: 9px; // I hate doing this but Vollkorn renders with a lot of space below the characters
text-indent: 20px;
padding-top: 6px;
&:first-child {
margin-top: 0;
}
Expand Down Expand Up @@ -257,9 +257,6 @@ header {
padding: 30px 0;
}

h1, h3 {
font-family: @logoFontFamily;
}
h1 {
line-height: 1;
font-size: 46px;
Expand Down
2 changes: 1 addition & 1 deletion src/docs/stylesheets/variables.less
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
@baseLineHeight: 24px;
@altFontFamily: @sansFontFamily;

@headingsFontFamily: 'Vollkorn', @serifFontFamily;
@headingsFontFamily: 'Kameron', 'Clarendon Std', 'Century Old Style Std', 'Century Schoolbook', Georgia, serif;
@headingsFontWeight: bold; // instead of browser default, bold
@headingsColor: darken(#5E102F, 5%); // empty to use BS default, @textColor

Expand Down

0 comments on commit 3c6b066

Please sign in to comment.