Test case for fonts

This commit is contained in:
Chris Eppstein 2010-08-05 21:18:34 -07:00
parent 03221b9e7c
commit 87b1d72885
2 changed files with 6 additions and 0 deletions

View File

@ -0,0 +1,3 @@
@font-face {
font-family: "font1";
src: local("☺"), url('/tmp/fonts/font1.woff') format('woff'); }

View File

@ -0,0 +1,3 @@
@import compass/css3/font-face
+font-face("font1", font-files("font1.woff", woff))