How to Add or Edit Font Options in ProseCustomise the Prose font options

The Prose child theme comes with a selection of font stacks (an ideal font, with a list of fallback fonts if the ideal one doesn’t exist) based on those that are generally accepted to be web-safe. This means that most computers running Windows, Mac and Linux as their operating systems should have one of the fonts in the list. Sometimes though, you may want to be a bit daring and add your own choice of font to the site, and it’s possible to add them straight into the font options list.
View how to add or edit font options in Prose

How to Edit Prose Default ValuesInlcuding how to add new default values

If you’re developing a site or client theme with the Prose child theme, and you want to change the default values, then you don’t have to dive into the lib folder to alter it. Instead, you can add something similar to the following code, to the bottom of the functions.php:
View the code

Prose Style Sheets Explained

Prose is unique among all the other child themes, due to the inclusion of the design settings page, and the way that the styles can be minified for a production (live) site. As such, instead of the single style.css file you might be used to editing, there’s a slightly different set up and way of working for Prose, and we’ve tried to make it as flexible as possible.
View the explanation

How to Remove the Prose Design Settings Link

If you would like to remove the Prose Design Settings menu option, open up the functions.php file for Prose and insert the code below at the end of the file. Please note that this method only works for Prose 1.0-beta and above.
View the code