• Resolved riccardoromano

    (@riccardoromano)


    Hi,
    how can I use a google font (Abel) in the menu (.main-navigation)?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter riccardoromano

    (@riccardoromano)

    I solved it by myself:

    @font-face {
        font-family: "Abel";
        font-style: normal;
        font-weight: 400;
        src: local("Abel"), local("Abel-Regular"), url("https://fonts.gstatic.com/s/abel/v6/_c5D7Wxu-NSk4vT8jUYrkQ.woff") format("woff");
    }
    
    .main-navigation a {
        font-family: Abel;
        font-size: 18px;
        text-transform: uppercase;
    }
    Theme Author Nilambar Sharma

    (@rabmalin)

    Good to know that you were able to solve yourself.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘use google font’ is closed to new replies.