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?
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Options Framework: Typography issues’ is closed to new replies.