Typographic trying out some webfonts

Media query layout improvements
Twitter now splits tweets with <br> and </p><p> on \n and \n\n
RSS icon made a bit smaller
This commit is contained in:
Brandon Mathis
2011-06-08 14:18:37 -04:00
parent aa23061624
commit 7957858bc6
8 changed files with 15 additions and 17 deletions

View File

@ -14,7 +14,7 @@ $sidebar-width-wide: 300px;
//html { }
body {
-webkit-text-size-adjust: none;
max-width: 1400px;
max-width: 1350px;
position: relative;
margin: 0 auto;
> header, > nav, > footer, #articles > article {
@ -112,7 +112,6 @@ body {
}
@media only screen and (min-width: 992px) {
body > * { font-size: 1.1em; }
body > header {
font-size: 1.3em;
}

View File

@ -25,7 +25,7 @@ $sidebar-border: darken($sidebar-bg, 7);
// Blog
$article-border: #eeeeee;
$main-bg: #f7f7f7;
$main-bg: #f9f8f6;
$footer-color: #999999;
//$footer-bg: #444444;

View File

@ -7,11 +7,10 @@ $mono: Menlo, Monaco, "Andale Mono", "lucida console", "Courier New", monospace;
// Fonts
//@include font-face("Adelle", font-files("adellebasic_bold-webfont.woff", woff, "adellebasic_bold-webfont.ttf", truetype, "adellebasic_bold-webfont.svg#webfontKykxqSyz", svg), $eot: "adellebasic_bold-webfont.eot" );
.heading {
font-family: "Georgia", "PT Sans", "Helvetica Neue", Arial, sans-serif;
font-weight: bold;
font-family: "PT Serif", "Georgia", "Helvetica Neue", Arial, sans-serif;
}
.sans { font-family: "Helvetica Neue", Arial, sans-serif; }
.serif { font-family: Georgia, Times, "Times New Roman", serif; }
.sans { font-family: "PT Sans", "Helvetica Neue", Arial, sans-serif; }
.serif { font-family: "PT Serif", Georgia, Times, "Times New Roman", serif; }
.mono { font-family: $mono; }
body > header h1 {
@ -28,7 +27,6 @@ body {
@extend .serif;
}
#{headings()}{
@extend .heading;
text-rendering: optimizelegibility;
@ -36,8 +34,8 @@ body {
font-weight: normal;
}
h1 {
font-size: 2em;
line-height: 1.3334em
font-size: 2.4em;
line-height: 1.2em
}
h2, section h1 {
font-size: 1.5em;