Update style

fix bug in tokens custom font
This commit is contained in:
cajun
2024-05-12 16:39:42 -05:00
parent 95205332c5
commit ec37b4709f

View File

@@ -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"},