[Resolved] How can I include more Google fonts?

Tagged: 

  • Author
    Posts
  • #5347

    srinivasrjy
    Participant

    Please let me know how to include my own Google font to the list

    #5348

    Andrew Misplon
    Keymaster

    Hi srinivasrjy

    Which font are you wanting to use?

    #5349

    srinivasrjy
    Participant

    Mandali, Ramabhadra …etc.,

    #5350

    Andrew Misplon
    Keymaster

    Sorry those aren’t there. The settings framework won’t be easy to extend. It would be easiest to add the import to your Custom CSS or child style.css file:

    
    @import url('https://fonts.googleapis.com/css?family=Mandali');
    
    body,
    button,
    input,
    select,
    textarea {
    font-family: 'Mandali', sans-serif;
    }
    #5351

    srinivasrjy
    Participant

    Thanks,,,
    Sure I will do that.

Viewing 5 posts - 1 through 5 (of 5 total)

You must be logged in to reply to this topic.

Scroll to top