• Resolved tknauer

    (@tknauer)


    Hi all…

    I am trying to change the font and font size in my main menu. I am attempting to use @font-face, but seem to be unable to get it to work. Heck I can’t even seem to get the font size to change.

    Any advice as to what I am doing wrong???

    https://www.waycoolkid.com/

    Here is the CSS I am adding in the Special Theme <HEAD> Section Overrides area:

    \@font-face {
    font-family: CooperBlackStd;
    src: url(https://www.waycoolkid.com/fonts/CooperBlackStd.otf) format(“opentype”);
    }

    #main-menu a {font-size: 2em; font-family:CooperBlackStd, Courier, monospace;}\

    Any help would be appreciated…

Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Changing Font in the main menu’ is closed to new replies.