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

Allow selecting specific font-families for the typography control. #1202

Closed
aristath opened this issue Dec 12, 2016 · 1 comment
Closed

Allow selecting specific font-families for the typography control. #1202

aristath opened this issue Dec 12, 2016 · 1 comment
Assignees
Milestone

Comments

@aristath
Copy link
Contributor

See discussion on #992 for details

@aristath
Copy link
Contributor Author

We can now limit the font-families per-control using the choices argument.
Example:

'choices' => array(
	'fonts' => array(
		'google' => array(
			'Roboto',
			'Lato',
			'Abel',
		),
		'standard' => array(
			'serif'
		),
	),
),

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

No branches or pull requests

1 participant