Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Typography #1642

Closed
tsquez opened this issue Nov 17, 2017 · 1 comment
Closed

Typography #1642

tsquez opened this issue Nov 17, 2017 · 1 comment

Comments

@tsquez
Copy link

tsquez commented Nov 17, 2017

Issue description:

Add text-decoration to the array - I think that would be a great addition.

Version used:

3.0.15

Using theme_mods or options?

mods

Code to reproduce the issue (config + field(s))

`Kirki::add_field( 'my_config', array(

'type'        => 'typography',
'settings'    => 'my_setting',
'label'       => esc_attr__( 'Control Label', 'kirki' ),
'section'     => 'my_section',
'default'     => array(
	'font-family'    => 'Roboto',
	'variant'        => 'regular',
	'font-size'      => '14px',
	'line-height'    => '1.5',
	'letter-spacing' => '0',
	'subsets'        => array( 'latin-ext' ),
	'color'          => '#333333',
	'text-transform' => 'none',
	'text-align'     => 'left'
	'text-decoration' => 'none'
),
'priority'    => 10,
'output'      => array(
	array(
		'element' => 'body',
	),
),

) );`

@aristath
Copy link
Contributor

aristath commented Dec 2, 2017

Done, will be included in 3.0.17

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants