Viewing 8 replies - 1 through 8 (of 8 total)
  • Plugin Author Jeff Starr

    (@specialk)

    Glad to help. When you say “it”, what exactly are you referring to?

    Thread Starter grantkessler

    (@grantkessler)

    The front end form.

    Plugin Author Jeff Starr

    (@specialk)

    Do you have a link to the form so I can take a look? Most likely it’s something your theme is doing, as the plugin does not include any Courier font anywhere whatsoever.

    Thread Starter grantkessler

    (@grantkessler)

    Yeah you can see it here. I did try deactivating all the plugins but it had no affect. Thanks.

    Plugin Author Jeff Starr

    (@specialk)

    It looks like something is wrapping the form with a code tag, but that’s okay with CSS you can override the code styles by adding the following style to your theme:

    #user-submitted-posts .mm-code #usp_form, #user-submitted-posts #usp_form {
    	font-family: Helvetica, sans-serif;
    }

    You can change the font-family to whatever you prefer.

    Thread Starter grantkessler

    (@grantkessler)

    Thank you so much! This worked.

    How can I define a different font for the Visual editor? I use Theme twentyeleven. I have a child theme. I have some information which I would like to aline w/o using a table but using a font like courier which uses equal spacing for each letter. The only choices in the visual editor are: Paragraph and Heading 1,2,3,4,5,6. All but Heading 3 look the same to me.
    thanks, Helen

    Plugin Author Jeff Starr

    (@specialk)

    Hi hmabpera, it may be possible but is not something that the plugin can do. I would ask your theme developer how to add a custom stylesheet for the visual editor. It’s a fairly common feature that many themes already have built right in.

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘How do I change the font?’ is closed to new replies.