How to use Apple's new San Francisco font on a webpage

前端 未结 11 1046
一整个雨季
一整个雨季 2020-11-30 17:05

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

11条回答
  •  自闭症患者
    2020-11-30 17:51

    Last tested in 2015

    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; }
    

提交回复
热议问题