"", "font_size" => "", "line_height" => "", "font_style" => "", "font_weight" => "", "color" => "", "text_decoration" => "", "text_shadow" => "", "letter_spacing" => "", "background_color" => "", "padding" => "", "margin" => "", "border_color" => "", "border_width" => "", "text_align" => "left" ); extract(shortcode_atts($args, $atts)); $html = ''; $html .= '
'; return $html; } add_shortcode('custom_font', 'custom_font'); }