yugioh-card
Version:
<h1 align="center">🎉 游戏王卡片 - Yugioh Card 🎉</h1>
34 lines (33 loc) • 546 B
JavaScript
import { inheritProp as e } from "../../utils/index.js";
//#region packages/src/rush-duel-card/style/sc-style.js
var t = e({
fontFamily: "rd-sc",
name: {
fontFamily: "rd-sc-name",
top: 71,
fontSize: 92
},
spellTrap: {
top: 1476,
fontSize: 46,
fontWeight: "bold",
letterSpacing: 2,
icon: {
marginTop: -5,
marginLeft: 5
}
},
effect: {
top: 1476,
fontSize: 46,
fontWeight: "bold",
letterSpacing: 2
},
description: {
top: 1561,
fontSize: 39,
lineHeight: 1.39
}
});
//#endregion
export { t as default };