middleman/middleman-more/fixtures/fonts-app/source/stylesheets/fonts.css.sass
Victor Costan c0e1bf06bf More font paths test coverage.
Specifically, the new cases check the correctness of paths generated by
font_files / font_url when relative_assets is on in build mode, and when
a custom fonts_dir is specified in preview mode.
2013-05-05 21:39:50 -04:00

6 lines
164 B
Sass

@import "compass/css3/font-face"
+font-face("St Marie", font-files("StMarie-Thin.otf", opentype))
+font-face("St Marie", font-files("blank/blank.otf", opentype))