@@ -85,6 +85,10 @@ private static function set_values() {
8585 'tm_pb_pricing_tables-price_line_height ' => '82px ' ,
8686 'tm_pb_pricing_tables-body_line_height ' => '24px ' ,
8787
88+ 'tm_pb_pricing_tables-sticker_font_size ' => '22px ' ,
89+ 'tm_pb_pricing_tables-sticker_line_height ' => '1.7em ' ,
90+ 'tm_pb_pricing_tables-sticker_letter_spacing ' => '0 ' ,
91+
8892 'tm_pb_fullwidth_post_title-title_font_size ' => '26px ' ,
8993 'tm_pb_fullwidth_post_title-title_line_height ' => '1em ' ,
9094 'tm_pb_fullwidth_post_title-title_letter_spacing ' => $ font_defaults ['letter_spacing ' ],
@@ -145,6 +149,11 @@ private static function set_values() {
145149 'tm_pb_pricing_table-price_line_height ' => '82px ' ,
146150 'tm_pb_pricing_table-body_line_height ' => '24px ' ,
147151 'tm_pb_audio-title_font_size ' => '26 ' ,
152+
153+ 'tm_pb_pricing_table-sticker_font_size ' => '22px ' ,
154+ 'tm_pb_pricing_table-sticker_line_height ' => '1.7em ' ,
155+ 'tm_pb_pricing_table-sticker_letter_spacing ' => '0 ' ,
156+
148157 'tm_pb_audio-title_letter_spacing ' => $ font_defaults ['letter_spacing ' ],
149158 'tm_pb_audio-title_line_height ' => $ font_defaults ['line_height ' ],
150159 'tm_pb_audio-title_font_style ' => '' ,
@@ -420,4 +429,4 @@ public static function get_checkbox_value( $name, $get_value = 'actual', $source
420429}
421430
422431function tm_builder_init_global_settings () { TM_Global_Settings::init ();
423- }
432+ }
0 commit comments