Skip to content

stagnansi/sfp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Notes

It's San Francisco Pro Display font from Apple, but it's start from Semi Bold (600) until Heavy (900), Italic included.

How to use

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>

Specify in CSS

Use the following CSS rules to specify these families.

font-family: 'SF Pro Display', sans-serif;

About

SF Pro Display

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages