From ec37b4709fd363f77bd76c92c2959457868f7d12 Mon Sep 17 00:00:00 2001 From: cajun <12363371+CajunAvenger@users.noreply.github.com> Date: Sun, 12 May 2024 16:39:42 -0500 Subject: [PATCH] Update style fix bug in tokens custom font --- data/magic-m15-mainframe-tokens.mse-style/style | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/data/magic-m15-mainframe-tokens.mse-style/style b/data/magic-m15-mainframe-tokens.mse-style/style index c841ac777..e3a84b576 100644 --- a/data/magic-m15-mainframe-tokens.mse-style/style +++ b/data/magic-m15-mainframe-tokens.mse-style/style @@ -143,10 +143,10 @@ init script: ] swap_fonts_body_default := [ name: {if is_archetype() then "Gotham Pro" else "MPlantin"}, - size: 14, + size: {14}, color: {if white_state_font() then "white" else "black"}, - vertical: 0, - italic: "MPlantin-Italic" + vertical: {0}, + italic: {"MPlantin-Italic"} ] swap_fonts_pt_default := [ name: {"Beleren Bold"},