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