|
1 | 1 | /* jost-regular - latin */ |
2 | 2 | @font-face { |
3 | | - font-family: "Jost"; |
| 3 | + font-family: Jost; |
4 | 4 | font-style: normal; |
5 | 5 | font-weight: 400; |
6 | 6 | font-display: swap; |
7 | 7 | src: |
8 | | - local("Jost"), |
| 8 | + // Google Fonts Jost |
| 9 | + local("Jost Regular Regular"), // Full Name |
| 10 | + local("Jost-Regular"), // PostScript name |
| 11 | + // indestructible Jost* |
| 12 | + local("Jost* Book"), |
| 13 | + local("Jost-Book"), |
9 | 14 | url("fonts/vendor/jost/jost-v4-latin-regular.woff2") format("woff2"), |
10 | 15 | url("fonts/vendor/jost/jost-v4-latin-regular.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */ |
11 | 16 | } |
12 | 17 |
|
13 | 18 | /* jost-500 - latin */ |
14 | 19 | @font-face { |
15 | | - font-family: "Jost"; |
| 20 | + font-family: Jost; |
16 | 21 | font-style: normal; |
17 | 22 | font-weight: 500; |
18 | 23 | font-display: swap; |
19 | 24 | src: |
20 | | - local("Jost"), |
| 25 | + // Google Fonts Jost |
| 26 | + local("Jost Regular Medium"), |
| 27 | + local("JostRoman-Medium"), |
| 28 | + // indestructible Jost* |
| 29 | + local("Jost* Medium"), |
| 30 | + local("Jost-Medium"), |
21 | 31 | url("fonts/vendor/jost/jost-v4-latin-500.woff2") format("woff2"), |
22 | 32 | url("fonts/vendor/jost/jost-v4-latin-500.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */ |
23 | 33 | } |
24 | 34 |
|
25 | 35 | /* jost-700 - latin */ |
26 | 36 | @font-face { |
27 | | - font-family: "Jost"; |
| 37 | + font-family: Jost; |
28 | 38 | font-style: normal; |
29 | 39 | font-weight: 700; |
30 | 40 | font-display: swap; |
31 | 41 | src: |
32 | | - local("Jost"), |
| 42 | + // Google Fonts Jost |
| 43 | + local("Jost Regular Bold"), |
| 44 | + local("JostRoman-Bold"), |
| 45 | + // indestructible Jost* |
| 46 | + local("Jost* Bold"), |
| 47 | + local("Jost-Bold"), |
33 | 48 | url("fonts/vendor/jost/jost-v4-latin-700.woff2") format("woff2"), |
34 | 49 | url("fonts/vendor/jost/jost-v4-latin-700.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */ |
35 | 50 | } |
36 | 51 |
|
37 | 52 | /* jost-italic - latin */ |
38 | 53 | @font-face { |
39 | | - font-family: "Jost"; |
| 54 | + font-family: Jost; |
40 | 55 | font-style: italic; |
41 | 56 | font-weight: 400; |
42 | 57 | font-display: swap; |
43 | 58 | src: |
44 | | - local("Jost"), |
| 59 | + // Google Fonts Jost |
| 60 | + local("Jost Italic Italic"), |
| 61 | + local("Jost-Italic"), |
| 62 | + // indestructible Jost* |
| 63 | + local("Jost* BookItalic"), |
| 64 | + local("Jost-BookItalic"), |
45 | 65 | url("fonts/vendor/jost/jost-v4-latin-italic.woff2") format("woff2"), |
46 | 66 | url("fonts/vendor/jost/jost-v4-latin-italic.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */ |
47 | 67 | } |
48 | 68 |
|
49 | 69 | /* jost-500italic - latin */ |
50 | 70 | @font-face { |
51 | | - font-family: "Jost"; |
| 71 | + font-family: Jost; |
52 | 72 | font-style: italic; |
53 | 73 | font-weight: 500; |
54 | 74 | font-display: swap; |
55 | 75 | src: |
56 | | - local("Jost"), |
| 76 | + // Google Fonts Jost |
| 77 | + local("Jost Italic Medium Italic"), |
| 78 | + local("JostItalic-Medium"), |
| 79 | + // indestructible Jost* |
| 80 | + local("Jost* Medium Italic"), |
| 81 | + local("Jost-MediumItalic"), |
57 | 82 | url("fonts/vendor/jost/jost-v4-latin-500italic.woff2") format("woff2"), |
58 | 83 | url("fonts/vendor/jost/jost-v4-latin-500italic.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */ |
59 | 84 | } |
60 | 85 |
|
61 | 86 | /* jost-700italic - latin */ |
62 | 87 | @font-face { |
63 | | - font-family: "Jost"; |
| 88 | + font-family: Jost; |
64 | 89 | font-style: italic; |
65 | 90 | font-weight: 700; |
66 | 91 | font-display: swap; |
67 | 92 | src: |
68 | | - local("Jost"), |
| 93 | + // Google Fonts Jost |
| 94 | + local("Jost Italic Bold Italic"), |
| 95 | + local("JostItalic-Bold"), |
| 96 | + // indestructible Jost* |
| 97 | + local("Jost* Bold Italic"), |
| 98 | + local("Jost-BoldItalic"), |
69 | 99 | url("fonts/vendor/jost/jost-v4-latin-700italic.woff2") format("woff2"), |
70 | 100 | url("fonts/vendor/jost/jost-v4-latin-700italic.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */ |
71 | 101 | } |
0 commit comments