yugioh-card
Version:
<h1 align="center">🎉 游戏王卡片 - Yugioh Card 🎉</h1>
45 lines (44 loc) • 723 B
JavaScript
import { inheritProp as e } from "../../utils/index.js";
//#region packages/src/yugioh-card/style/jp-style.js
var t = e({
fontFamily: "ygo-jp",
name: {
top: 98,
fontSize: 108,
rtFontSize: 20,
rtTop: -2
},
spellTrap: {
top: 253,
fontSize: 80,
right: 130,
icon: { marginTop: 10 },
rtFontSize: 20,
rtTop: -8,
rtFontScaleX: 1.2
},
pendulumDescription: {
top: 1288,
fontSize: 36,
lineHeight: 1.17,
rtFontSize: 12,
rtTop: -5
},
effect: {
top: 1528,
fontSize: 46,
lineHeight: 1.17,
textIndent: -.2 * 46,
minHeight: 16,
rtFontSize: 14,
rtTop: -6
},
description: {
fontSize: 38,
lineHeight: 1.17,
rtFontSize: 13,
rtTop: -6
}
});
//#endregion
export { t as default };