-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathfontfaces.css
More file actions
49 lines (43 loc) · 1.03 KB
/
fontfaces.css
File metadata and controls
49 lines (43 loc) · 1.03 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
@font-face {
font-family: 'Alliance No.2';
font-weight: 300;
src: url('fonts/Alliance-No-2-Light.woff') format('woff');
font-display: swap;
}
@font-face {
font-family: 'Alliance No.2';
font-weight: 400;
src: url('fonts/Alliance-No-2-Medium.woff') format('woff');
font-display: swap;
}
@font-face {
font-family: 'Alliance No.2';
font-weight: 600;
src: url('fonts/Alliance-No-2-Bold.woff') format('woff');
font-display: swap;
}
@font-face {
font-family: 'Blimone';
font-weight: 200;
src: url('fonts/Blimone-ExtraLight.woff') format('woff');
font-display: swap;
}
@font-face {
font-family: 'Blimone';
font-weight: 300;
src: url('fonts/Blimone-Light.woff') format('woff');
font-display: swap;
}
@font-face {
font-family: 'Blimone';
font-weight: 400;
src: url('fonts/Blimone-Regular.woff') format('woff');
font-display: swap;
}
@font-face {
font-family: 'Blimone';
font-weight: 800;
src: url('fonts/Blimone-ExtraBold.woff') format('woff');
font-display: swap;
font-feature-settings: 'salt' 1;
}