yugioh-card
Version:
<h1 align="center">🎉 游戏王卡片 - Yugioh Card 🎉</h1>
37 lines (36 loc) • 574 B
JavaScript
import { inheritProp as e } from "../../utils/index.js";
//#region packages/src/yugioh-card/style/custom2-style.js
var t = e({
fontFamily: "custom2",
name: {
top: 92,
fontSize: 108
},
spellTrap: {
top: 250,
fontSize: 76,
right: 104,
icon: {
marginTop: 12,
marginLeft: 10
}
},
pendulumDescription: {
top: 1280,
fontSize: 36,
lineHeight: 1.2
},
effect: {
top: 1525,
fontSize: 44,
lineHeight: 1.2,
textIndent: -.4 * 44,
minHeight: 10
},
description: {
fontSize: 36,
lineHeight: 1.2
}
});
//#endregion
export { t as default };