Home › Forums › Product Support Forums › Ajax Search Pro for WordPress Support › System fonts › Reply To: System fonts
April 9, 2021 at 8:42 am
#32629
Keymaster
Hi,
You can enter custom fonts to the typography here: https://i.imgur.com/rsycD65.png
For simplicity, you can also use a custom CSS to force fonts across all of the plugin elements:
.asp_w, asp_w * {
font-family: 'My font' !important;
}