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