Update style
fix bug in tokens custom font
This commit is contained in:
@@ -143,10 +143,10 @@ init script:
|
|||||||
]
|
]
|
||||||
swap_fonts_body_default := [
|
swap_fonts_body_default := [
|
||||||
name: {if is_archetype() then "Gotham Pro" else "MPlantin"},
|
name: {if is_archetype() then "Gotham Pro" else "MPlantin"},
|
||||||
size: 14,
|
size: {14},
|
||||||
color: {if white_state_font() then "white" else "black"},
|
color: {if white_state_font() then "white" else "black"},
|
||||||
vertical: 0,
|
vertical: {0},
|
||||||
italic: "MPlantin-Italic"
|
italic: {"MPlantin-Italic"}
|
||||||
]
|
]
|
||||||
swap_fonts_pt_default := [
|
swap_fonts_pt_default := [
|
||||||
name: {"Beleren Bold"},
|
name: {"Beleren Bold"},
|
||||||
|
|||||||
Reference in New Issue
Block a user