mirror of
https://github.com/Sevichecc/Urara-Blog.git
synced 2025-05-02 22:49:29 +08:00
12 lines
172 B
Text
12 lines
172 B
Text
'use strict';
|
|
|
|
const fontFace = {
|
|
parse: {
|
|
prelude: null,
|
|
block() {
|
|
return this.Block(true);
|
|
}
|
|
}
|
|
};
|
|
|
|
module.exports = fontFace;
|