-
Notifications
You must be signed in to change notification settings - Fork 0
/
ff6.css
55 lines (48 loc) · 1.74 KB
/
ff6.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
@font-face {
font-family: SF Pro Display;
font-style: normal;
font-weight: 600;
src: local('SF Pro Display'),url(https://raw.githubusercontent.com/stagnansi/sfp/main/SF-Pro-Display-Semibold.woff) format('woff')
}
@font-face {
font-family: SF Pro Display;
font-style: italic;
font-weight: 600;
src: local('SF Pro Display'),url(https://raw.githubusercontent.com/stagnansi/sfp/main/SF-Pro-Display-SemiboldItalic.woff) format('woff')
}
@font-face {
font-family: SF Pro Display;
font-style: normal;
font-weight: 700;
src: local('SF Pro Display'),url(https://raw.githubusercontent.com/stagnansi/sfp/main/SF-Pro-Display-Bold.woff) format('woff')
}
@font-face {
font-family: SF Pro Display;
font-style: italic;
font-weight: 700;
src: local('SF Pro Display'),url(https://raw.githubusercontent.com/stagnansi/sfp/main/SF-Pro-Display-BoldItalic.woff) format('woff')
}
@font-face {
font-family: SF Pro Display;
font-style: normal;
font-weight: 800;
src: local('SF Pro Display'),url(https://raw.githubusercontent.com/stagnansi/sfp/main/SF-Pro-Display-Black.woff) format('woff')
}
@font-face {
font-family: SF Pro Display;
font-style: italic;
font-weight: 800;
src: local('SF Pro Display'),url(https://raw.githubusercontent.com/stagnansi/sfp/main/SF-Pro-Display-BlackItalic.woff) format('woff')
}
@font-face {
font-family: SF Pro Display;
font-style: normal;
font-weight: 900;
src: local('SF Pro Display'),url(https://raw.githubusercontent.com/stagnansi/sfp/main/SF-Pro-Display-Heavy.woff) format('woff')
}
@font-face {
font-family: SF Pro Display;
font-style: italic;
font-weight: 900;
src: local('SF Pro Display'),url(https://raw.githubusercontent.com/stagnansi/sfp/main/SF-Pro-Display-HeavyItalic.woff) format('woff')
}