yugioh-card
Version:
<h1 align="center">🎉 游戏王卡片 - Yugioh Card 🎉</h1>
42 lines (41 loc) • 688 B
JavaScript
import { inheritProp as e } from "../../utils/index.js";
//#region packages/src/rush-duel-card/style/jp-style.js
var t = e({
fontFamily: "rd-jp",
name: {
fontFamily: "rd-jp-name",
top: 76,
fontSize: 92,
rtFontSize: 20,
rtTop: -15
},
spellTrap: {
fontFamily: "rd-jp-effect",
top: 1478,
fontSize: 46,
letterSpacing: 2,
icon: {
marginTop: -4,
marginLeft: 5
},
rtFontSize: 14,
rtTop: -13
},
effect: {
fontFamily: "rd-jp-effect",
top: 1478,
fontSize: 46,
letterSpacing: 2,
rtFontSize: 14,
rtTop: -13
},
description: {
top: 1560,
fontSize: 39,
lineHeight: 1.4,
rtFontSize: 13,
rtTop: -6
}
});
//#endregion
export { t as default };