• While my issue is the fact that my blog post title fonts will not change, no matter what I put in the code, I think I have a bigger issue.

    I tried changing the title posts font to Lato Light and it used to be a script font, sweetly broken. I had changed the title font before from Josefin to sweetly broken so i wasn’t too unfamiliar with it. for some reason it didn’t work b/c the header fonts are now this thick heavy bold font.

    I tired to change it in editor under titles as I had before.
    I tried to just restore my site from my backups from updraft, but the restore didn’t work at all. I though the restore would’ve changed the theme back to what is was last backed up as and it didn’t. Does that mean updraft isn’t really working?

    /* ## Titles
    ——————————————— */

    .archive-title {
    font-size: 20px;
    }

    .entry-title {
    font-family: sweetly_brokenregular, serif; <–this is where I would change the font name and it used to work
    font-size: 45px;
    font-weight: 400;
    letter-spacing: 1px;
    text-align: left;
    padding: 0 0 3px;
    margin: 0;
    }

    h1.entry-title {
    padding: 0 0 3px;
    margin: 0;
    }

    h1.entry-title a {
    padding: 0;
    line-height: 1.2;
    }

    .entry-title a,
    .sidebar .widget-title a {
    color: #000;
    }

    .entry-title a:hover {
    color: #ccc;
    }

    .widget-title {
    font-family: Lato, sans-serif;
    font-weight: 400;
    font-size: 13px;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #000;
    margin-bottom: 10px;
    padding: 2px 0 3px;
    text-align: left;
    }

    .widget-title .h4 {
    border-bottom: 1px solid #000;
    }

    .footer-widgets .widget-title {
    color: #000;
    }

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘Blog Post title font will not revert after restore’ is closed to new replies.