inter.css (4169B)
1 @font-face { 2 font-family: 'Inter'; 3 src: url('fonts/Inter-MediumItalic.woff2') format('woff2'), 4 url('fonts/Inter-MediumItalic.woff') format('woff'); 5 font-weight: 500; 6 font-style: italic; 7 font-display: swap; 8 } 9 10 @font-face { 11 font-family: 'Inter'; 12 src: url('fonts/Inter-ExtraBold.woff2') format('woff2'), 13 url('fonts/Inter-ExtraBold.woff') format('woff'); 14 font-weight: 800; 15 font-style: normal; 16 font-display: swap; 17 } 18 19 @font-face { 20 font-family: 'Inter'; 21 src: url('fonts/Inter-BlackItalic.woff2') format('woff2'), 22 url('fonts/Inter-BlackItalic.woff') format('woff'); 23 font-weight: 900; 24 font-style: italic; 25 font-display: swap; 26 } 27 28 @font-face { 29 font-family: 'Inter'; 30 src: url('fonts/Inter-Regular.woff2') format('woff2'), 31 url('fonts/Inter-Regular.woff') format('woff'); 32 font-weight: normal; 33 font-style: normal; 34 font-display: swap; 35 } 36 37 @font-face { 38 font-family: 'Inter'; 39 src: url('fonts/Inter-LightItalic.woff2') format('woff2'), 40 url('fonts/Inter-LightItalic.woff') format('woff'); 41 font-weight: 300; 42 font-style: italic; 43 font-display: swap; 44 } 45 46 @font-face { 47 font-family: 'Inter'; 48 src: url('fonts/Inter-SemiBoldItalic.woff2') format('woff2'), 49 url('fonts/Inter-SemiBoldItalic.woff') format('woff'); 50 font-weight: 600; 51 font-style: italic; 52 font-display: swap; 53 } 54 55 @font-face { 56 font-family: 'Inter'; 57 src: url('fonts/Inter-BoldItalic.woff2') format('woff2'), 58 url('fonts/Inter-BoldItalic.woff') format('woff'); 59 font-weight: bold; 60 font-style: italic; 61 font-display: swap; 62 } 63 64 @font-face { 65 font-family: 'Inter'; 66 src: url('fonts/Inter-SemiBold.woff2') format('woff2'), 67 url('fonts/Inter-SemiBold.woff') format('woff'); 68 font-weight: 600; 69 font-style: normal; 70 font-display: swap; 71 } 72 73 @font-face { 74 font-family: 'Inter'; 75 src: url('fonts/Inter-Black.woff2') format('woff2'), 76 url('fonts/Inter-Black.woff') format('woff'); 77 font-weight: 900; 78 font-style: normal; 79 font-display: swap; 80 } 81 82 @font-face { 83 font-family: 'Inter'; 84 src: url('fonts/Inter-ExtraLightItalic.woff2') format('woff2'), 85 url('fonts/Inter-ExtraLightItalic.woff') format('woff'); 86 font-weight: 200; 87 font-style: italic; 88 font-display: swap; 89 } 90 91 @font-face { 92 font-family: 'Inter'; 93 src: url('fonts/Inter-Light.woff2') format('woff2'), 94 url('fonts/Inter-Light.woff') format('woff'); 95 font-weight: 300; 96 font-style: normal; 97 font-display: swap; 98 } 99 100 @font-face { 101 font-family: 'Inter'; 102 src: url('fonts/Inter-Bold.woff2') format('woff2'), 103 url('fonts/Inter-Bold.woff') format('woff'); 104 font-weight: bold; 105 font-style: normal; 106 font-display: swap; 107 } 108 109 @font-face { 110 font-family: 'Inter'; 111 src: url('fonts/Inter-ExtraLight.woff2') format('woff2'), 112 url('fonts/Inter-ExtraLight.woff') format('woff'); 113 font-weight: 200; 114 font-style: normal; 115 font-display: swap; 116 } 117 118 @font-face { 119 font-family: 'Inter'; 120 src: url('fonts/Inter-Medium.woff2') format('woff2'), 121 url('fonts/Inter-Medium.woff') format('woff'); 122 font-weight: 500; 123 font-style: normal; 124 font-display: swap; 125 } 126 127 @font-face { 128 font-family: 'Inter'; 129 src: url('fonts/Inter-ExtraBoldItalic.woff2') format('woff2'), 130 url('fonts/Inter-ExtraBoldItalic.woff') format('woff'); 131 font-weight: 800; 132 font-style: italic; 133 font-display: swap; 134 } 135 136 @font-face { 137 font-family: 'Inter'; 138 src: url('fonts/Inter-Thin.woff2') format('woff2'), 139 url('fonts/Inter-Thin.woff') format('woff'); 140 font-weight: 100; 141 font-style: normal; 142 font-display: swap; 143 } 144 145 @font-face { 146 font-family: 'Inter'; 147 src: url('fonts/Inter-ThinItalic.woff2') format('woff2'), 148 url('fonts/Inter-ThinItalic.woff') format('woff'); 149 font-weight: 100; 150 font-style: italic; 151 font-display: swap; 152 } 153 154 @font-face { 155 font-family: 'Inter'; 156 src: url('fonts/Inter-Italic.woff2') format('woff2'), 157 url('fonts/Inter-Italic.woff') format('woff'); 158 font-weight: normal; 159 font-style: italic; 160 font-display: swap; 161 } 162 163