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