Skip to content

Commit

Permalink
Create sf-pro.css
Browse files Browse the repository at this point in the history
Signed-off-by: Ernestoyoofi <94425296+ernestoyoofi@users.noreply.github.com>
  • Loading branch information
ernestoyoofi committed Nov 8, 2023
1 parent c7cd806 commit ae4b4e1
Showing 1 changed file with 52 additions and 0 deletions.
52 changes: 52 additions & 0 deletions css/sf-pro.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,52 @@
@font-face {
font-family:'SF Pro Display';
font-style:italic;
font-weight:400;
src:local('☺'), url("../font/sf-pro-display_regular-italic.ttf") format("truetype");
/* (C) 2015 Apple Inc. All rights reserved. */
}

@font-face {
font-family:'SF Pro Display';
font-style:normal;
font-weight:500;
src:local('☺'), url("../font/sf-pro-display_medium.ttf") format("truetype");
/* (C) 2015 Apple Inc. All rights reserved. */
}

@font-face {
font-family:'SF Pro Display';
font-style:italic;
font-weight:500;
src:local('☺'), url("../font/sf-pro-display_medium-italic.ttf") format("truetype");
/* (C) 2015 Apple Inc. All rights reserved. */
}

@font-face {
font-family:'SF Pro Display 500';
src:url('../font/sf-pro-display_medium.eot');
/* (C) 2015 Apple Inc. All rights reserved. */
}

@font-face {
font-family:'SF Pro Display';
font-style:normal;
font-weight:600;
src:local('☺'), url("/../font/sf-pro-display_semibold.ttf") format("truetype");
/* (C) 2015 Apple Inc. All rights reserved. */
}

@font-face {
font-family:'SF Pro Display';
font-style:italic;
font-weight:600;
src:local('☺'), url("../font/sf-pro-display_semibold-italic.ttf") format("truetype");
/* (C) 2015 Apple Inc. All rights reserved. */
}

@font-face {
font-family:'SF Pro Display 600';
src:url('../font/sf-pro-display_semibold.eot');
/* (C) 2015 Apple Inc. All rights reserved. */
}

0 comments on commit ae4b4e1

Please sign in to comment.