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

13 lines
172 B
Plaintext
Raw Normal View History

2024-02-14 14:10:47 +00:00
'use strict';
const fontFace = {
parse: {
prelude: null,
block() {
return this.Block(true);
}
}
};
module.exports = fontFace;