Replace fonts with public domain fonts for this example
This commit is contained in:
parent
910083b2f7
commit
3f9fc70a03
Binary file not shown.
Binary file not shown.
@ -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
|
||||
|
@ -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'
|
||||
|
Loading…
Reference in New Issue
Block a user