astro-ghostcms/.pnpm-store/v3/files/b4/95f6b750015aadae4d370326b1d...

13 lines
172 B
Plaintext

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