Can I use SF UI Text font in a web application?

Can I use SF UI Text font in a web application? If it is legal to use the font on a web application then how can I get a license for the font? I could not find the font on the Apple fonts.

Hi! When installing SF Pro from Apple website (https://developer.apple.com/fonts/), you can read this in the license:

IMPORTANT NOTE: THE APPLE SF PRO FONT IS TO BE USED SOLELY FOR CREATING MOCK-UPS OF USER INTERFACES TO BE USED IN SOFTWARE PRODUCTS RUNNING ON APPLE’S iOS, iPadOS, macOS OR tvOS OPERATING SYSTEMS, AS APPLICABLE.

So the answer is: no, you can't use SF Fonts in a web app.

"You can access system fonts in a standards-compliant way by utilizing the system-ui family. And in Safari 13.1 we introduced new standards-based keywords to access serif, monospace, and rounded forms." https://developer.apple.com/forums/thread/127350?answerId=614912022#614912022

The restriction on San Francisco font is that if you download the font, any use would only be allowed for UI mockups. So don’t download the font and add to your app bundle. Use the tags above for web pages or use the System font in UIkit, SwiftUi. Etc.

Can I use SF UI Text font in a web application?
 
 
Q