From 82c56f437cb0b442e5b09be6446d16b0fd712108 Mon Sep 17 00:00:00 2001 From: Aristeides Stathopoulos Date: Sun, 18 Mar 2018 11:10:09 +0200 Subject: [PATCH] fixes #1836 --- docs/docs/controls/typography.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/docs/controls/typography.md b/docs/docs/controls/typography.md index 5367a4912..56c37b54f 100644 --- a/docs/docs/controls/typography.md +++ b/docs/docs/controls/typography.md @@ -127,7 +127,7 @@ If you want to use custom definitions you can also do that: 'google' => array( 'popularity', 50 ), 'standard' => array( 'Georgia,Times,"Times New Roman",serif', - 'Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif' + 'Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif', ), ), ), @@ -174,7 +174,7 @@ Kirki::add_field( 'theme_config_id', array( 'letter-spacing' => '0', 'color' => '#333333', 'text-transform' => 'none', - 'text-align' => 'left' + 'text-align' => 'left', ), 'priority' => 10, 'output' => array(