[archived] collection of open-source fonts distributed with jsDelivr
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

feat: roboto fonts

roboto, roboto condensed, roboto slab, roboto mono

these also have a local rule so that devices with it preinstalled will load immediately (android)

designed by Christian Robertson

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

This is a binary file and will not be displayed.

serve/src/roboto-condensed/RobotoCondensed-Black.woff2

This is a binary file and will not be displayed.

serve/src/roboto-condensed/RobotoCondensed-BlackItalic.woff

This is a binary file and will not be displayed.

serve/src/roboto-condensed/RobotoCondensed-BlackItalic.woff2

This is a binary file and will not be displayed.

serve/src/roboto-condensed/RobotoCondensed-Bold.woff

This is a binary file and will not be displayed.

serve/src/roboto-condensed/RobotoCondensed-Bold.woff2

This is a binary file and will not be displayed.

serve/src/roboto-condensed/RobotoCondensed-BoldItalic.woff

This is a binary file and will not be displayed.

serve/src/roboto-condensed/RobotoCondensed-BoldItalic.woff2

This is a binary file and will not be displayed.

serve/src/roboto-condensed/RobotoCondensed-ExtraBold.woff

This is a binary file and will not be displayed.

serve/src/roboto-condensed/RobotoCondensed-ExtraBold.woff2

This is a binary file and will not be displayed.

serve/src/roboto-condensed/RobotoCondensed-ExtraBoldItalic.woff

This is a binary file and will not be displayed.

serve/src/roboto-condensed/RobotoCondensed-ExtraBoldItalic.woff2

This is a binary file and will not be displayed.

serve/src/roboto-condensed/RobotoCondensed-ExtraLight.woff

This is a binary file and will not be displayed.

serve/src/roboto-condensed/RobotoCondensed-ExtraLight.woff2

This is a binary file and will not be displayed.

serve/src/roboto-condensed/RobotoCondensed-ExtraLightItalic.woff

This is a binary file and will not be displayed.

serve/src/roboto-condensed/RobotoCondensed-ExtraLightItalic.woff2

This is a binary file and will not be displayed.

serve/src/roboto-condensed/RobotoCondensed-Italic.woff

This is a binary file and will not be displayed.

serve/src/roboto-condensed/RobotoCondensed-Italic.woff2

This is a binary file and will not be displayed.

serve/src/roboto-condensed/RobotoCondensed-Light.woff

This is a binary file and will not be displayed.

serve/src/roboto-condensed/RobotoCondensed-Light.woff2

This is a binary file and will not be displayed.

serve/src/roboto-condensed/RobotoCondensed-LightItalic.woff

This is a binary file and will not be displayed.

serve/src/roboto-condensed/RobotoCondensed-LightItalic.woff2

This is a binary file and will not be displayed.

serve/src/roboto-condensed/RobotoCondensed-Medium.woff

This is a binary file and will not be displayed.

serve/src/roboto-condensed/RobotoCondensed-Medium.woff2

This is a binary file and will not be displayed.

serve/src/roboto-condensed/RobotoCondensed-MediumItalic.woff

This is a binary file and will not be displayed.

serve/src/roboto-condensed/RobotoCondensed-MediumItalic.woff2

This is a binary file and will not be displayed.

serve/src/roboto-condensed/RobotoCondensed-Regular.woff

This is a binary file and will not be displayed.

serve/src/roboto-condensed/RobotoCondensed-Regular.woff2

This is a binary file and will not be displayed.

serve/src/roboto-condensed/RobotoCondensed-SemiBold.woff

This is a binary file and will not be displayed.

serve/src/roboto-condensed/RobotoCondensed-SemiBold.woff2

This is a binary file and will not be displayed.

serve/src/roboto-condensed/RobotoCondensed-SemiBoldItalic.woff

This is a binary file and will not be displayed.

serve/src/roboto-condensed/RobotoCondensed-SemiBoldItalic.woff2

This is a binary file and will not be displayed.

serve/src/roboto-condensed/RobotoCondensed-Thin.woff

This is a binary file and will not be displayed.

serve/src/roboto-condensed/RobotoCondensed-Thin.woff2

This is a binary file and will not be displayed.

serve/src/roboto-condensed/RobotoCondensed-ThinItalic.woff

This is a binary file and will not be displayed.

serve/src/roboto-condensed/RobotoCondensed-ThinItalic.woff2

This is a binary file and will not be displayed.

serve/src/roboto-mono/RobotoMono-Bold.woff

This is a binary file and will not be displayed.

serve/src/roboto-mono/RobotoMono-Bold.woff2

This is a binary file and will not be displayed.

serve/src/roboto-mono/RobotoMono-BoldItalic.woff

This is a binary file and will not be displayed.

serve/src/roboto-mono/RobotoMono-BoldItalic.woff2

This is a binary file and will not be displayed.

serve/src/roboto-mono/RobotoMono-ExtraLight.woff

This is a binary file and will not be displayed.

serve/src/roboto-mono/RobotoMono-ExtraLight.woff2

This is a binary file and will not be displayed.

serve/src/roboto-mono/RobotoMono-ExtraLightItalic.woff

This is a binary file and will not be displayed.

serve/src/roboto-mono/RobotoMono-ExtraLightItalic.woff2

This is a binary file and will not be displayed.

serve/src/roboto-mono/RobotoMono-Italic.woff

This is a binary file and will not be displayed.

serve/src/roboto-mono/RobotoMono-Italic.woff2

This is a binary file and will not be displayed.

serve/src/roboto-mono/RobotoMono-Light.woff

This is a binary file and will not be displayed.

serve/src/roboto-mono/RobotoMono-Light.woff2

This is a binary file and will not be displayed.

serve/src/roboto-mono/RobotoMono-LightItalic.woff

This is a binary file and will not be displayed.

serve/src/roboto-mono/RobotoMono-LightItalic.woff2

This is a binary file and will not be displayed.

serve/src/roboto-mono/RobotoMono-Medium.woff

This is a binary file and will not be displayed.

serve/src/roboto-mono/RobotoMono-Medium.woff2

This is a binary file and will not be displayed.

serve/src/roboto-mono/RobotoMono-MediumItalic.woff

This is a binary file and will not be displayed.

serve/src/roboto-mono/RobotoMono-MediumItalic.woff2

This is a binary file and will not be displayed.

serve/src/roboto-mono/RobotoMono-Regular.woff

This is a binary file and will not be displayed.

serve/src/roboto-mono/RobotoMono-Regular.woff2

This is a binary file and will not be displayed.

serve/src/roboto-mono/RobotoMono-SemiBold.woff

This is a binary file and will not be displayed.

serve/src/roboto-mono/RobotoMono-SemiBold.woff2

This is a binary file and will not be displayed.

serve/src/roboto-mono/RobotoMono-SemiBoldItalic.woff

This is a binary file and will not be displayed.

serve/src/roboto-mono/RobotoMono-SemiBoldItalic.woff2

This is a binary file and will not be displayed.

serve/src/roboto-mono/RobotoMono-Thin.woff

This is a binary file and will not be displayed.

serve/src/roboto-mono/RobotoMono-Thin.woff2

This is a binary file and will not be displayed.

serve/src/roboto-mono/RobotoMono-ThinItalic.woff

This is a binary file and will not be displayed.

serve/src/roboto-mono/RobotoMono-ThinItalic.woff2

This is a binary file and will not be displayed.

serve/src/roboto-slab/RobotoSlab-Black.woff

This is a binary file and will not be displayed.

serve/src/roboto-slab/RobotoSlab-Black.woff2

This is a binary file and will not be displayed.

serve/src/roboto-slab/RobotoSlab-Bold.woff

This is a binary file and will not be displayed.

serve/src/roboto-slab/RobotoSlab-Bold.woff2

This is a binary file and will not be displayed.

serve/src/roboto-slab/RobotoSlab-ExtraBold.woff

This is a binary file and will not be displayed.

serve/src/roboto-slab/RobotoSlab-ExtraBold.woff2

This is a binary file and will not be displayed.

serve/src/roboto-slab/RobotoSlab-ExtraLight.woff

This is a binary file and will not be displayed.

serve/src/roboto-slab/RobotoSlab-ExtraLight.woff2

This is a binary file and will not be displayed.

serve/src/roboto-slab/RobotoSlab-Light.woff

This is a binary file and will not be displayed.

serve/src/roboto-slab/RobotoSlab-Light.woff2

This is a binary file and will not be displayed.

serve/src/roboto-slab/RobotoSlab-Medium.woff

This is a binary file and will not be displayed.

serve/src/roboto-slab/RobotoSlab-Medium.woff2

This is a binary file and will not be displayed.

serve/src/roboto-slab/RobotoSlab-Regular.woff

This is a binary file and will not be displayed.

serve/src/roboto-slab/RobotoSlab-Regular.woff2

This is a binary file and will not be displayed.

serve/src/roboto-slab/RobotoSlab-SemiBold.woff

This is a binary file and will not be displayed.

serve/src/roboto-slab/RobotoSlab-SemiBold.woff2

This is a binary file and will not be displayed.

serve/src/roboto-slab/RobotoSlab-Thin.woff

This is a binary file and will not be displayed.

serve/src/roboto-slab/RobotoSlab-Thin.woff2

This is a binary file and will not be displayed.

serve/src/roboto/Roboto-Black.woff

This is a binary file and will not be displayed.

serve/src/roboto/Roboto-Black.woff2

This is a binary file and will not be displayed.

serve/src/roboto/Roboto-BlackItalic.woff

This is a binary file and will not be displayed.

serve/src/roboto/Roboto-BlackItalic.woff2

This is a binary file and will not be displayed.

serve/src/roboto/Roboto-Bold.woff

This is a binary file and will not be displayed.

serve/src/roboto/Roboto-Bold.woff2

This is a binary file and will not be displayed.

serve/src/roboto/Roboto-BoldItalic.woff

This is a binary file and will not be displayed.

serve/src/roboto/Roboto-BoldItalic.woff2

This is a binary file and will not be displayed.

serve/src/roboto/Roboto-Italic.woff

This is a binary file and will not be displayed.

serve/src/roboto/Roboto-Italic.woff2

This is a binary file and will not be displayed.

serve/src/roboto/Roboto-Light.woff

This is a binary file and will not be displayed.

serve/src/roboto/Roboto-Light.woff2

This is a binary file and will not be displayed.

serve/src/roboto/Roboto-LightItalic.woff

This is a binary file and will not be displayed.

serve/src/roboto/Roboto-LightItalic.woff2

This is a binary file and will not be displayed.

serve/src/roboto/Roboto-Medium.woff

This is a binary file and will not be displayed.

serve/src/roboto/Roboto-Medium.woff2

This is a binary file and will not be displayed.

serve/src/roboto/Roboto-MediumItalic.woff

This is a binary file and will not be displayed.

serve/src/roboto/Roboto-MediumItalic.woff2

This is a binary file and will not be displayed.

serve/src/roboto/Roboto-Regular.woff

This is a binary file and will not be displayed.

serve/src/roboto/Roboto-Regular.woff2

This is a binary file and will not be displayed.

serve/src/roboto/Roboto-Thin.woff

This is a binary file and will not be displayed.

serve/src/roboto/Roboto-Thin.woff2

This is a binary file and will not be displayed.

serve/src/roboto/Roboto-ThinItalic.woff

This is a binary file and will not be displayed.

serve/src/roboto/Roboto-ThinItalic.woff2

This is a binary file and will not be displayed.