• Hi,

    I would like to set the default font-family for all my posts as Verdana 14pt so I added this css:

    .single .hentry .entry-content {
    width: 90% !important;
    float: none !important;
    font-family: verdana, geneva, sans-serif;
    font-size: 14pt;
    }

    but it doesn’t do what I am expecting because the default size and family in my post is something different and I have to change it manually every time
    Any idea what I am doing wrong?

    this is my site:
    https://slow-data.com/
    if you check a post like this one https://slow-data.com/off-the-map/ you could see in the html editor that every time I need to add:
    <span style=”font-size: 14pt; font-family: verdana, geneva, sans-serif;”> bla bla </span>

    Thanks,
    Jacopo

Viewing 1 replies (of 1 total)
  • When I inspect one of your blog posts, and disable the inline styles you’ve added with spans, I can see the CSS entry you added, and that it’s changing the font to Verdana successfully.

    What are you seeing on your end that makes you think it’s not working? ??

Viewing 1 replies (of 1 total)
  • The topic ‘font-family for all posts’ is closed to new replies.