Skip to content

Commit

Permalink
fixes #1836
Browse files Browse the repository at this point in the history
  • Loading branch information
aristath committed Mar 18, 2018
1 parent acdd574 commit 82c56f4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/docs/controls/typography.md
Original file line number Diff line number Diff line change
Expand Up @@ -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',
),
),
),
Expand Down Expand Up @@ -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(
Expand Down

0 comments on commit 82c56f4

Please sign in to comment.