CSS customization

  • Unknown's avatar

    Hello!

    Having issues changing the font of my main nav bar on the home page. Using theme Gazette.

    The blog I need help with is: (visible only to logged in users)

  • Unknown's avatar

    Hi, the navigation will use the font set as the Base Font at Customize > Fonts. At WordPress.com, you can only set two custom fonts, Base and Headings. We could switch the navigation to the font used for Headings with the following CSS.

    .wf-active .main-navigation a {
    	font-family: "brandon-grotesque-1","brandon-grotesque-2",sans-serif;
    }

    Other than that, we could only set it to a font that would be installed on all computer systems so that all visitors would see the same font. Here is a website that shows the fonts common to windows and mac.

  • The topic ‘CSS customization’ is closed to new replies.