This website uses cookies to personalize your experience. By using this website you agree to our cookie policy.

Reply To: How to add Karla Font from Google

Home Forums Product Support Forums Ajax Search Pro for WordPress Support How to add Karla Font from Google Reply To: How to add Karla Font from Google

#6235
Ernest MarcinkoErnest Marcinko
Keymaster

Hi!

Thank you for your kind words!

I’ve added the following custom CSS code to the search custom CSS section to force the selected font on all areas of the search:

[code]div[id*=ajaxsearchpro],
div[id*=ajaxsearchpro] * {
font-family: ‘Karla’, sans-serif !important;
}[/code]

It should display in this font now 🙂