Replace fonts with public domain fonts for this example

This commit is contained in:
Chris Eppstein 2010-05-02 15:22:13 -07:00
parent 910083b2f7
commit 3f9fc70a03
4 changed files with 11 additions and 7 deletions

View File

@ -1,7 +1,10 @@
@import compass/css3.sass
+font-face("Vtks Revolt", font-files("Vtks Revolt.ttf", 'truetype'))
+font-face("Angelina", font-files("angelina.ttf", 'truetype'))
+font-face("Blooming Grove", font-files("bgrove.ttf", truetype, "bgrove.otf", opentype))
+font-face("Prociono", font-files("Prociono.otf", opentype))
h1
font-family: "Vtks Revolt"
font-family: "Blooming Grove"
font-size: 3em
h2
font-family: "Prociono"
font-size: 2em

View File

@ -1,5 +1,6 @@
# From http://www.dafont.com/vtks-revolt.font
font 'Vtks Revolt.ttf'
# From http://www.dafont.com/angelina.font
font 'angelina.ttf'
# From http://openfontlibrary.org/media/files/jonadab/414
font 'bgrove.otf'
font 'bgrove.ttf'
# http://openfontlibrary.org/media/files/chemoelectric/206
font 'Prociono.otf'
stylesheet 'fancy-fonts.sass'