forked from liara-cloud/docs
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfonts.css
More file actions
55 lines (49 loc) · 1.56 KB
/
Copy pathfonts.css
File metadata and controls
55 lines (49 loc) · 1.56 KB
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: Yekan Bakh;
font-style: normal;
font-weight: 300;
src: url("/static/fonts/woff/YekanBakh-Light.woff") format("woff"),
url("/static/fonts/woff2/YekanBakh-Light.woff2") format("woff2");
}
@font-face {
font-family: Yekan Bakh;
font-style: normal;
font-weight: 100;
src: url("/static/fonts/woff/YekanBakh-Thin.woff") format("woff"),
url("/static/fonts/woff2/YekanBakh-Thin.woff2") format("woff2");
}
@font-face {
font-family: Yekan Bakh;
font-style: normal;
font-weight: normal;
src: url("/static/fonts/woff/YekanBakh-Regular.woff") format("woff"),
url("/static/fonts/woff2/YekanBakh-Regular.woff2") format("woff2");
}
@font-face {
font-family: Yekan Bakh;
font-style: normal;
font-weight: 600;
src: url("/static/fonts/woff/YekanBakh-SemiBold.woff") format("woff"),
url("/static/fonts/woff2/YekanBakh-SemiBold.woff2") format("woff2");
}
@font-face {
font-family: Yekan Bakh;
font-style: normal;
font-weight: bold;
src: url("/static/fonts/woff/YekanBakh-Bold.woff") format("woff"),
url("/static/fonts/woff2/YekanBakh-Bold.woff2") format("woff2");
}
@font-face {
font-family: Yekan Bakh;
font-style: normal;
font-weight: 800;
src: url("/static/fonts/woff/YekanBakh-ExtraBold.woff") format("woff"),
url("/static/fonts/woff2/YekanBakh-ExtraBold.woff2") format("woff2");
}
@font-face {
font-family: Yekan Bakh;
font-style: normal;
font-weight: 900;
src: url("/static/fonts/woff/YekanBakh-Black.woff") format("woff"),
url("/static/fonts/woff2/YekanBakh-Black.woff2") format("woff2");
}