• Surprise4U

    (@surprise4u)


    Hi There!

    For my wordpress website, I am using a futuristic looking font, “Earth Orbiter”.

    I love the font but when I started writing my blog, I realized the font makes the blog posts a bit hard to read.

    Therefore, my goal is to change the font to a more easy-to-read one. But I ONLY want to change the font of the regular text within the blog posts.

    The headings and subheadings of the blog should remain in the Earth Orbiter font that I am already using.

    Is there a solution to this?

    Thank you!

    • This topic was modified 5 years ago by Jan Dembowski. Reason: Moved to Fixing WordPress, this is not an Everything else WordPress topic

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Carike

    (@carike)

    You would add a CSS class that applies only to the body text and change the font via Additional CSS on your Customizer under the Appearance menu in /wp-admin/

    I could not find Oshin in the WordPress theme directory.
    www.remarpro.com does not provide support for commercial products in these forums.
    If you need additional assistance, please contact the theme’s author via their official support channels.
    The volunteers on these forums do not have access to the commercial source-code.

    All the best of luck :coffee:

    Thread Starter Surprise4U

    (@surprise4u)

    Thanks a lot, I am trying to reach out to their support.

    voxr

    (@voxr)

    I would do like this:

    
    body {
    font-family: 'Arial', sans-serif;
    }
    h1, h2, h3, h4, h5, h6, .yourheadingclassifyouhaveone {
    font-family: 'Earth Orbitwhatever', sans-serif !important;
    }

    You may need to change the selected font to Arial, or whatever normal font you want, in your theme settings or however you selected it.

    • This reply was modified 5 years ago by voxr.
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Change Font in Blog Posts only’ is closed to new replies.