yugioh-card
Version:
<h1 align="center">🎉 游戏王卡片 - Yugioh Card 🎉</h1>
32 lines (31 loc) • 509 B
JavaScript
import { inheritProp as e } from "../../utils/index.js";
//#region packages/src/yugioh-series-2-card/style/custom2-style.js
var t = e({
fontFamily: "custom2",
name: {
top: 128,
fontSize: 114
},
spellTrap: {
top: 308,
fontSize: 76,
right: 130,
icon: {
marginTop: 12,
marginLeft: 10
}
},
effect: {
top: 1682,
fontSize: 48,
lineHeight: 1.2,
textIndent: -.4 * 48,
minHeight: 10
},
description: {
fontSize: 42,
lineHeight: 1.2
}
});
//#endregion
export { t as default };