Update style
fix the *other* token bug
This commit is contained in:
@@ -114,7 +114,7 @@ init script:
|
|||||||
use_drop_shadow := {is_weird_token() and contains(styling.other_options, match:"state drop shadow")}
|
use_drop_shadow := {is_weird_token() and contains(styling.other_options, match:"state drop shadow")}
|
||||||
|
|
||||||
### Customize fonts
|
### Customize fonts
|
||||||
swap_fonts_type_default := [
|
swap_fonts_name_default := [
|
||||||
name: {
|
name: {
|
||||||
if is_archetype() then "Gotham Medium"
|
if is_archetype() then "Gotham Medium"
|
||||||
else if is_copy() or mtgo_abil() then "Beleren Bold"
|
else if is_copy() or mtgo_abil() then "Beleren Bold"
|
||||||
@@ -136,7 +136,7 @@ init script:
|
|||||||
]
|
]
|
||||||
swap_fonts_type_default := [
|
swap_fonts_type_default := [
|
||||||
name: {"Beleren Bold"},
|
name: {"Beleren Bold"},
|
||||||
size: {13},
|
size: {14},
|
||||||
color: {if mtgo_abil() then rgb(255,239,128) else "black"},
|
color: {if mtgo_abil() then rgb(255,239,128) else "black"},
|
||||||
vertical: {0},
|
vertical: {0},
|
||||||
italic: {""}
|
italic: {""}
|
||||||
|
|||||||
Reference in New Issue
Block a user