I\'d like to use the new San Francisco font on a site. I\'ve tried:
font: \'San Francisco\', Helvetica, Arial, san-serif;
to no avail. I ha
Should use this solution as a last choice, when other solutions don't work.
Original answer:
Work on macOS Chrome/Safari
body { font-family: '.SFNSDisplay-Regular', sans-serif; }