This website uses cookies to personalize your experience. By using this website you agree to our cookie policy.

Reply To: System fonts

#32690
deinurlaubsdealdeinurlaubsdeal
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