I’m using Algolia’s autocomplete feature, which is working fine, but how can I change the font of the text shown in the autocomplete results? I’m using Javascript / JQuery
I would like to use a custom font (Cera) that I use in the rest of my website (which I’m loading via @font-face)
$('.algolia').autocomplete(
var1,
var2,
var3,
var4,
)