Test case for fonts
This commit is contained in:
parent
03221b9e7c
commit
87b1d72885
3
test/fixtures/stylesheets/compass/css/fonts.css
vendored
Normal file
3
test/fixtures/stylesheets/compass/css/fonts.css
vendored
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
@font-face {
|
||||||
|
font-family: "font1";
|
||||||
|
src: local("☺"), url('/tmp/fonts/font1.woff') format('woff'); }
|
3
test/fixtures/stylesheets/compass/sass/fonts.sass
vendored
Normal file
3
test/fixtures/stylesheets/compass/sass/fonts.sass
vendored
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
@import compass/css3/font-face
|
||||||
|
|
||||||
|
+font-face("font1", font-files("font1.woff", woff))
|
Loading…
Reference in New Issue
Block a user