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

前端 未结 11 1048
一整个雨季
一整个雨季 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:41

    Basically, this is what worked for me:

    -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif 
    

    P.S. This works on all systems.

提交回复
热议问题