-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy patharray-font.css
45 lines (41 loc) · 1.14 KB
/
array-font.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
/**
* @license
*
* Font Family: Array
* Designed by: Frode Helland
* URL: https://www.fontshare.com/fonts/array
* © 2024 Indian Type Foundry
*
* Font Styles:
* Array Regular
* Array Semibold Wide
* Array Bold Wide
*
*/
@font-face {
font-family: 'Array-Regular';
src: url('./fonts/Array-Regular.woff2') format('woff2'),
url('./fonts/Array-Regular.woff') format('woff'),
url('./fonts/Array-Regular.ttf') format('truetype');
font-weight: 400;
font-display: swap;
font-style: normal;
}
@font-face {
font-family: 'Array-SemiboldWide';
src: url('./fonts/Array-SemiboldWide.woff2') format('woff2'),
url('./fonts/Array-SemiboldWide.woff') format('woff'),
url('./fonts/Array-SemiboldWide.ttf') format('truetype');
font-weight: 600;
font-display: swap;
font-style: normal;
}
@font-face {
font-family: 'Array-BoldWide';
src: url('./fonts/Array-BoldWide.woff2') format('woff2'),
url('./fonts/Array-BoldWide.woff') format('woff'),
url('./fonts/Array-BoldWide.ttf') format('truetype');
font-weight: 700;
font-display: swap;
font-style: normal;
}