Second half of the change required to switch to public domain fonts.

This commit is contained in:
Chris Eppstein 2010-05-02 15:50:31 -07:00
parent 00944fdfcc
commit 0f2a0aa848
6 changed files with 11 additions and 5 deletions

View File

@ -1,4 +1,4 @@
@import compass/css3.sass @import compass/css3
+font-face("Blooming Grove", font-files("bgrove.ttf", truetype, "bgrove.otf", opentype)) +font-face("Blooming Grove", font-files("bgrove.ttf", truetype, "bgrove.otf", opentype))
+font-face("Prociono", font-files("Prociono.otf", opentype)) +font-face("Prociono", font-files("Prociono.otf", opentype))

View File

@ -1,7 +1,13 @@
@import "compass/css3"; @import "compass/css3";
@include font-face(Angelina, font_files(unquote("angelina.ttf"), truetype)); @include font-face("Blooming Grove", font-files("bgrove.ttf", truetype, "bgrove.otf", opentype));
@include font-face("Prociono", font-files("Prociono.otf", opentype));
h1 { h1 {
font-family: "Angelina"; font-family: "Blooming Grove";
font-size: 5em; } font-size: 3em; }
h2 {
font-family: "Prociono";
font-size: 2em; }

View File

@ -1,5 +1,6 @@
@import "blueprint/reset"; @import "blueprint/reset";
@import "base"; @import "base";
@import "fancy-fonts";
$border_color: #aaaaaa; $border_color: #aaaaaa;
@ -28,7 +29,6 @@ h1 {
@include box-shadow(darken($border_color, 40), 5px, 5px, 2px); @include box-shadow(darken($border_color, 40), 5px, 5px, 2px);
margin-bottom: 1em; margin-bottom: 1em;
h2 { h2 {
font-family: Angelina;
margin: 0.5em 0 1em; margin: 0.5em 0 1em;
text-align: center; } } text-align: center; } }

Binary file not shown.

Binary file not shown.

Binary file not shown.