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")}
|
||||
|
||||
### Customize fonts
|
||||
swap_fonts_type_default := [
|
||||
swap_fonts_name_default := [
|
||||
name: {
|
||||
if is_archetype() then "Gotham Medium"
|
||||
else if is_copy() or mtgo_abil() then "Beleren Bold"
|
||||
@@ -136,7 +136,7 @@ init script:
|
||||
]
|
||||
swap_fonts_type_default := [
|
||||
name: {"Beleren Bold"},
|
||||
size: {13},
|
||||
size: {14},
|
||||
color: {if mtgo_abil() then rgb(255,239,128) else "black"},
|
||||
vertical: {0},
|
||||
italic: {""}
|
||||
|
||||
Reference in New Issue
Block a user