• Resolved MetteB

    (@metteb)


    Please can anyone tell me the code to enter in additional CSS to change the logo font from Alegreya to Roboto?

Viewing 2 replies - 1 through 2 (of 2 total)
  • AddWeb Solution

    (@addweb-solution-pvt-ltd)

    Hello metteb,

    Try below css code.


    .site-branding .site-title .text-logo{
    font-family: Roboto;
    }

    Hope this will helps you.

    Theme Author WebMan Design | Oliver Juhas

    (@webmandesign)

    Hi,

    The above code should work fine. Though you don’t need to use such specific CSS selectors. Simple .site-title { font-family: Roboto; } should do fine, or you can use .site-branding .site-title { font-family: Roboto; };

    Regards,

    Oliver

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