summaryrefslogtreecommitdiffstats
path: root/theme-compiler/tests/resources/automatic/css/fontface-in-mixin_new.css
blob: cb842a647d63361410b1ec831029b455c892f5f5 (plain)
1
2
3
4
5
6
7
8
9
p {
  @font-face {
  font-family: "vdebugfont";
  src: url('fonts/font.eot');
  src: url('fonts/font.eot?#iefix') format("embedded-opentype"), url('fonts/font.woff') format("woff"), url('fonts/font.ttf') format("truetype"), url('fonts/font.svg#fontawesome') format("svg");
  font-weight: normal;
  font-style: normal;
}
}