Adding fonts to theme customization

Permalink
How do I add any number of fonts to the theme customizer?
If you set a font name in the less variables then that font shows up in the list, but only for the item you set the font on.

How can I add custom fonts to all the font selectors, so there is multiple custom choices.

ob7dev
 
ob7dev replied on at Permalink Best Answer Reply
ob7dev
Found my answer: Supply multiple font names to the less variable like so:
@body-type-font-family: ~"'Helvetica Neue', Helvetica, Arial, sans-serif";