Title: Options Framework: Typography issues
Last modified: August 20, 2016

---

# Options Framework: Typography issues

 *  [theresavs](https://wordpress.org/support/users/theresavs/)
 * (@theresavs)
 * [14 years, 9 months ago](https://wordpress.org/support/topic/options-framework-typography-issues/)
 * I’m having a problem outputting the font correctly. It shows up as the sanitized
   version, but I’ve added some web safe fonts in the array that aren’t showing 
   up correctly.
 * Example:
    font shows up like this: `{font: normal 12px lucida}`
 * I need it show be like this:
    `{font: normal 12px ‘Lucida Sans Unicode’, ‘Lucida
   Grande’, sans-serif;}`
 * how can I get it to output correctly when the plugin sanitizes it for the database?
 * [http://wordpress.org/extend/plugins/options-framework/](http://wordpress.org/extend/plugins/options-framework/)

Viewing 4 replies - 1 through 4 (of 4 total)

 *  Plugin Author [Devin Price](https://wordpress.org/support/users/downstairsdev/)
 * (@downstairsdev)
 * [14 years, 9 months ago](https://wordpress.org/support/topic/options-framework-typography-issues/#post-2250637)
 * I think if you pre-escape the characters you’ll be fine. Try using " instead 
   of quotes.
 *  Plugin Author [Devin Price](https://wordpress.org/support/users/downstairsdev/)
 * (@downstairsdev)
 * [14 years, 9 months ago](https://wordpress.org/support/topic/options-framework-typography-issues/#post-2250638)
 * Ah, let me use code to output this:
 *     ```
       Try using " instead of quotes.
       ```
   
 *  Plugin Author [Devin Price](https://wordpress.org/support/users/downstairsdev/)
 * (@downstairsdev)
 * [14 years, 9 months ago](https://wordpress.org/support/topic/options-framework-typography-issues/#post-2250639)
 * Hmmm, you’ll need to remove the spaces:
    & # 34 ; (otherwise the forums output
   it as the quote character)
 *  Thread Starter [theresavs](https://wordpress.org/support/users/theresavs/)
 * (@theresavs)
 * [14 years, 9 months ago](https://wordpress.org/support/topic/options-framework-typography-issues/#post-2250640)
 * I believe I tried that and it didn’t work. Also, I would still like it to output
   the entire font family.

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Options Framework: Typography issues’ is closed to new replies.

 * ![](https://ps.w.org/options-framework/assets/icon-256x256.png?rev=977481)
 * [Options Framework](https://wordpress.org/plugins/options-framework/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/options-framework/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/options-framework/)
 * [Active Topics](https://wordpress.org/support/plugin/options-framework/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/options-framework/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/options-framework/reviews/)

 * 4 replies
 * 2 participants
 * Last reply from: [theresavs](https://wordpress.org/support/users/theresavs/)
 * Last activity: [14 years, 9 months ago](https://wordpress.org/support/topic/options-framework-typography-issues/#post-2250640)
 * Status: not resolved