Home › Forums › Product Support Forums › Ajax Search Pro for WordPress Support › System fonts › Reply To: System fonts
April 13, 2021 at 2:04 pm
#32690
Participant
Hi Ernest,
I use the following code in custom CSS to have system fonts on my website:
body {font-family: -apple-system, system-ui, BlinkMacSystemFont, “Segoe UI”, Helvetica, Arial, sans-serif, “Apple Color Emoji”, “Segoe UI Emoji”, “Segoe UI Symbol”;}
h1,h2,h3,h4,h5,h6 {font-family:-apple-system, system-ui, BlinkMacSystemFont, “Segoe UI”, Helvetica, Arial, sans-serif, “Apple Color Emoji”, “Segoe UI Emoji”, “Segoe UI Symbol”;}
I used the custom CSS you provided but it does not appear to work for my search bars.
For the method you sent in the screenshot: What should I insert instead of “Your font name”?
Thanks,
Caio