yugioh-card
Version:
<h1 align="center">🎉 游戏王卡片 - Yugioh Card 🎉</h1>
39 lines (38 loc) • 606 B
JavaScript
import { inheritProp as e } from "../../utils/index.js";
//#region packages/src/yugioh-card/style/sc-style.js
var t = e({
fontFamily: "ygo-sc",
name: {
top: 97,
fontSize: 108
},
spellTrap: {
top: 254,
fontSize: 76,
right: 134,
letterSpacing: 2,
icon: {
marginTop: 8,
marginLeft: 10
}
},
pendulumDescription: {
top: 1282,
fontSize: 36,
letterSpacing: 2,
lineHeight: 1.2
},
effect: {
top: 1528,
fontSize: 44,
letterSpacing: 2,
lineHeight: 1.2
},
description: {
fontSize: 36,
letterSpacing: 2,
lineHeight: 1.2
}
});
//#endregion
export { t as default };