Reply To: adding font(s)

Homepage Community Forums Legacy Theme Support adding font(s) Reply To: adding font(s)

#15804
tjd
Customer

    Hi scooby,

    Thanx for the response. To clarify my situation: I use arial throughout the site and only want to add a new font, not remove the arial which I chose as my site-wide font. Here is the CSS code for my Header Title font:

    #title {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 45px;
    text-align: center;
    letter-spacing: 1px;
    line-height: 1.75;
    margin: 20px 0 0;

    BUT, when I look at the CSS Editor, the very first entry at the Top of the editing code is this:

    */

    /* Import Fonts
    ———————————————————— */

    So I’m wondering if this is where I should put the new Google font code? It’s been several years since I removed the Oswald code and I don’t remember if it was located in this space or not. What do you advise?

    Thanx again, Tom