Home › Forums › Product Support Forums › Ajax Search Pro for WordPress Support › Chaning font family to inherit from theme › Reply To: Chaning font family to inherit from theme
April 4, 2025 at 12:48 pm
#53592
Keymaster
Hi,
On typography settings you can change all of the fonts to inherit, you can use this custom CSS too, it’s faster:
.asp_w {
font-family: inherit !important;
}