'use strict';
const fontFace = {
parse: {
prelude: null,
block() {
return this.Block(true);
}
};
module.exports = fontFace;