2010-04-11 10:46:42 +00:00
|
|
|
@import "compass/css3";
|
|
|
|
|
2010-05-02 22:50:31 +00:00
|
|
|
@include font-face("Blooming Grove", font-files("bgrove.ttf", truetype, "bgrove.otf", opentype));
|
|
|
|
|
|
|
|
@include font-face("Prociono", font-files("Prociono.otf", opentype));
|
2010-04-11 10:46:42 +00:00
|
|
|
|
|
|
|
h1 {
|
2010-05-02 22:50:31 +00:00
|
|
|
font-family: "Blooming Grove";
|
|
|
|
font-size: 3em; }
|
|
|
|
|
|
|
|
h2 {
|
|
|
|
font-family: "Prociono";
|
|
|
|
font-size: 2em; }
|