I want for Chrome browser to use the San-serif option in chrome://settings/fonts
. I have the font below and sans-serif as fallback, but it uses the Standard font in Chrome settings not the Sans-serif font option. How do I force Chrome to use Sans-serif option from the CSS below:
body { font-family: 'Poppins', sans-serif; }
I tried sans-serif as fallback
New contributor
Dan C is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
2