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

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

    try this out:

    font-family: 'SF Pro Text',-apple-system,BlinkMacSystemFont,Roboto,'Segoe UI',Helvetica,Arial,sans-serif,'Apple Color Emoji','Segoe UI Emoji','Segoe UI Symbol';

    It worked for me. ;) Do upvote if it works.

提交回复
热议问题