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
|
@import compass/css3.sass
|
||||||
|
|
||||||
+font-face("Vtks Revolt", font-files("Vtks Revolt.ttf", 'truetype'))
|
+font-face("Blooming Grove", font-files("bgrove.ttf", truetype, "bgrove.otf", opentype))
|
||||||
+font-face("Angelina", font-files("angelina.ttf", 'truetype'))
|
+font-face("Prociono", font-files("Prociono.otf", opentype))
|
||||||
h1
|
h1
|
||||||
font-family: "Vtks Revolt"
|
font-family: "Blooming Grove"
|
||||||
font-size: 3em
|
font-size: 3em
|
||||||
|
h2
|
||||||
|
font-family: "Prociono"
|
||||||
|
font-size: 2em
|
||||||
|
@ -1,5 +1,6 @@
|
|||||||
# From http://www.dafont.com/vtks-revolt.font
|
# From http://openfontlibrary.org/media/files/jonadab/414
|
||||||
font 'Vtks Revolt.ttf'
|
font 'bgrove.otf'
|
||||||
# From http://www.dafont.com/angelina.font
|
font 'bgrove.ttf'
|
||||||
font 'angelina.ttf'
|
# http://openfontlibrary.org/media/files/chemoelectric/206
|
||||||
|
font 'Prociono.otf'
|
||||||
stylesheet 'fancy-fonts.sass'
|
stylesheet 'fancy-fonts.sass'
|
||||||
|
Loading…
Reference in New Issue
Block a user