yugioh-card
Version:
<h1 align="center">🎉 游戏王卡片 - Yugioh Card 🎉</h1>
38 lines (37 loc) • 625 B
JavaScript
import { inheritProp as e } from "../../utils/index.js";
//#region packages/src/yugioh-series-2-card/style/jp-style.js
var t = e({
fontFamily: "ygo-jp",
name: {
top: 136,
fontSize: 114,
rtFontSize: 26,
rtTop: -8
},
spellTrap: {
top: 312,
fontSize: 80,
right: 155,
icon: { marginTop: 10 },
rtFontSize: 20,
rtTop: -11,
rtFontScaleX: 1.2
},
effect: {
top: 1685,
fontSize: 50,
lineHeight: 1.2,
textIndent: -.2 * 50,
minHeight: 10,
rtFontSize: 16,
rtTop: -7
},
description: {
fontSize: 44,
lineHeight: 1.2,
rtFontSize: 14,
rtTop: -6
}
});
//#endregion
export { t as default };