font-face.js 139 B

12345678
  1. module.exports = {
  2. parse: {
  3. prelude: null,
  4. block: function() {
  5. return this.Block(true);
  6. }
  7. }
  8. };