• Hi guys!

    I use Cubic theme and I have recently changed my fonts to PT Sans by editing style.css (I don’t know if I’ve done it correctly). On my Mac all looks good, but on Windows PCs font looks like Times New Roman.

    Can anyone tell me first what is the proper way to change fonts by editing style.css and second how can I make PT Sans look like PT Sans on all platforms?

    Thank you very much in advance!

Viewing 1 replies (of 1 total)
  • Thread Starter harun.kahvedzic

    (@harunkahvedzic)

    Just a follow-up…

    Here’s how my style.css file looks like now:

    /*————————————————————–
    2.0 Typography
    ————————————————————–*/
    body,
    button,
    input,
    select,
    textarea {
    font-family: ‘PT Sans’;
    }
    h1,
    h2,
    h3,
    h4,
    h5,
    h6,
    .comment-author,
    .hentry div#jp-relatedposts h3.jp-relatedposts-headline,
    .hentry div.sharedaddy h3.sd-title,
    .no-comments,
    .page-links {
    font-family: ‘PT Sans’;
    font-weight: normal;
    text-transform: uppercase;
    letter-spacing: 0.0625em;
    }
    h1 a,
    h2 a,
    h3 a,
    h4 a,
    h5 a,
    h6 a {
    font-weight: normal;
    }
    .archive .taxonomy-description,
    .comment-reply-title small,
    .page-links > .page-links-title,
    .search-results .page-title span {
    font-family: ‘PT Sans’;
    }

    Basically whereever I found font-family I wrote ‘PT Sans’ instead of old font title…

Viewing 1 replies (of 1 total)

The topic ‘Cubic theme font problem’ is closed to new replies.