It's San Francisco Pro Display font from Apple, but it's start from Semi Bold (600) until Heavy (900), Italic included.
To embed the fonts into a webpage, copy this code into the head of your HTML document.
Standard version:
<link href="https://stagnansi.github.io/sfp/ff.css" rel="stylesheet">
Or, import:
<style>
@import url('https://stagnansi.github.io/sfp/ff.css');
</style>
Use the following CSS rules to specify these families.
font-family: 'SF Pro Display', sans-serif;