Second half of the change required to switch to public domain fonts.
This commit is contained in:
parent
00944fdfcc
commit
0f2a0aa848
@ -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("Prociono", font-files("Prociono.otf", opentype))
|
||||
|
@ -1,7 +1,13 @@
|
||||
@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 {
|
||||
font-family: "Angelina";
|
||||
font-size: 5em; }
|
||||
font-family: "Blooming Grove";
|
||||
font-size: 3em; }
|
||||
|
||||
h2 {
|
||||
font-family: "Prociono";
|
||||
font-size: 2em; }
|
||||
|
@ -1,5 +1,6 @@
|
||||
@import "blueprint/reset";
|
||||
@import "base";
|
||||
@import "fancy-fonts";
|
||||
|
||||
$border_color: #aaaaaa;
|
||||
|
||||
@ -28,7 +29,6 @@ h1 {
|
||||
@include box-shadow(darken($border_color, 40), 5px, 5px, 2px);
|
||||
margin-bottom: 1em;
|
||||
h2 {
|
||||
font-family: Angelina;
|
||||
margin: 0.5em 0 1em;
|
||||
text-align: center; } }
|
||||
|
||||
|
BIN
examples/css3/stylesheets/fonts/Prociono.otf
Normal file
BIN
examples/css3/stylesheets/fonts/Prociono.otf
Normal file
Binary file not shown.
BIN
examples/css3/stylesheets/fonts/bgrove.otf
Normal file
BIN
examples/css3/stylesheets/fonts/bgrove.otf
Normal file
Binary file not shown.
BIN
examples/css3/stylesheets/fonts/bgrove.ttf
Normal file
BIN
examples/css3/stylesheets/fonts/bgrove.ttf
Normal file
Binary file not shown.
Loading…
Reference in New Issue
Block a user