• I’m using the Hemingway template and have set the paragraph font to be “Josefin Sans.” The font changes for some paragraphs in a post but not others. (I imported the posts from blogger, so this could be the root of the problem.)

    Is there an easy fix? 🙂
    Kady

Viewing 5 replies - 1 through 5 (of 5 total)
  • The secret I think, will be in the code.

    One thing that you can do is to examine the rogue paragraphs in the text editor rather than the visual editor and see how the HTML is formed in that page/post.

    Of course, you could post a link to a page it the site is live.

    Thread Starter teachertrap

    (@teachertrap)

    Thank you, martcol. The page isn’t live yet because the import was kind of a mess. But I will definitely look at the code and see if I can figure out.

    Your site will have a style for paragraphs, the <p> element. My guess would be that when you copy and paste text in, you could be inadvertently pasting in a bit of markup as well. Or maybe, some text is getting pasted without being wrapped in the paragraph tags.

    So if you can view it in the text editor rather than visual you should be able to see what is what. If you are developing on your local machine, you can still use your browser dev tools to identify the HTML/CSS being used.

    Thread Starter teachertrap

    (@teachertrap)

    preview page

    Not sure if this will help, but here’s the link to the “preview” of the page. I’ve looked through the code but can’t find anything that stands out.

    Unfortunately, you can only preview a page if you are logged in. It isn’t wise to share your details so we’re stumped there.

    You could try viewing the source in the browser and see if you can detect anything that way.

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

The topic ‘paragraph font changes partially’ is closed to new replies.