• Resolved tsika

    (@tsika)


    Hello,

    Could anyone tell me how to add a new font for the title and subtitle website identity?

    Thanks

Viewing 5 replies - 1 through 5 (of 5 total)
  • Theme Author WebHunt Infotech

    (@webhuntinfotech)

    Hello @tsika,

    Are you talking about logo Title and Subtitle??

    If yes than follow below instructions :-

    Go to Admin Dashboard >> Appearance >> Customize >> Awada Options >> Typography Section.

    Here you found option for change Logo and subtitle Font Style.

    Thank You

    Thread Starter tsika

    (@tsika)

    Hello,

    Indeed I was talking about the logo title and subtitle. But if the font I was looking for is not here, is it possible to upload a font?

    Thank you

    Theme Author WebHunt Infotech

    (@webhuntinfotech)

    Hello @tsika,

    For this you can use any typography plugin in which you found your required font, after activate plugin and use below css rule

    For Logo Title

    a#alogo {
        font-family: arial;
    }

    For Logo Subtitle:-

    p.site-description {
        font-family: arial !important;
    }

    Replace arial with your font name.

    Thank You

    Thread Starter tsika

    (@tsika)

    Ok great!
    Thank you for your explanations!

    You are most welcome.

    Thank You

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘font – how to add a new font for the title and subtitle website identity’ is closed to new replies.