srinivasrjy Oct 21, 2016 · 5:04 pm #5347
Please let me know how to include my own Google font to the list
Please let me know how to include my own Google font to the list
Hi srinivasrjy
Which font are you wanting to use?
Mandali, Ramabhadra …etc.,
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;
}Thanks,,,
Sure I will do that.