jsfmt.spec.js.snap 784 B

1234567891011121314151617
  1. // Jest Snapshot v1, https://goo.gl/fbAQLP
  2. exports[`font-face.css 1`] = `
  3. @font-face {font-family:'HelveticaNeueW02-45Ligh';src:url("/fonts/pictos-web.eot");src:local("☺"),url("/fonts/pictos-web.woff") format("woff"),url("/fonts/pictos-web.ttf") format("truetype"),url("/fonts/pictos-web.svg#webfontIyfZbseF") format("svg");font-weight:normal;font-style:normal;}
  4. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  5. @font-face {
  6. font-family: "HelveticaNeueW02-45Ligh";
  7. src: url("/fonts/pictos-web.eot");
  8. src: local("☺"), url("/fonts/pictos-web.woff") format("woff"),
  9. url("/fonts/pictos-web.ttf") format("truetype"),
  10. url("/fonts/pictos-web.svg#webfontIyfZbseF") format("svg");
  11. font-weight: normal;
  12. font-style: normal;
  13. }
  14. `;