Home › Forums › Product Support Forums › Ajax Search Pro for WordPress Support › System fonts › Reply To: System fonts
April 14, 2021 at 10:05 am
#32702
Keymaster
Hi,
Those custom CSS rules are not specific enough to override the plugin fonts. Based on your custom CSS, try this:
.asp_w, asp_w * {
font-family:-apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol" !important;
}