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

chore: prettier config and prettier write

+1241 -964
+6 -3
README.md
··· 2 2 3 3 [![NPM Version](https://img.shields.io/npm/v/@intergrav/fonts)](https://www.npmjs.com/package/@intergrav/fonts) [![jsDelivr hits (npm)](https://img.shields.io/jsdelivr/npm/hm/@intergrav/fonts)](https://cdn.jsdelivr.net/npm/@intergrav/fonts/) [![GitHub Repo stars](https://img.shields.io/github/stars/intergrav/fonts)](https://github.com/intergrav/fonts) 4 4 5 - A fast, open-source CDN for open-source fonts. Inspired by [xz/fonts](https://github.com/xz/fonts). 5 + A fast, open-source CDN for open-source fonts. Inspired by [xz/fonts](https://github.com/xz/fonts). 6 6 7 7 You can view available fonts in the `/serve` directory. More fonts will be added later. If you have any suggestions, open up an issue. 8 8 ··· 21 21 In your CSS you could do: 22 22 23 23 ```css 24 - @import url('https://cdn.jsdelivr.net/npm/@intergrav/fonts@1/serve/inter.min.css'); 24 + @import url("https://cdn.jsdelivr.net/npm/@intergrav/fonts@1/serve/inter.min.css"); 25 25 ``` 26 26 27 27 Or in your HTML's `<head>` you could do: 28 28 29 29 ```html 30 - <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@intergrav/fonts@1/serve/inter.min.css"> 30 + <link 31 + rel="stylesheet" 32 + href="https://cdn.jsdelivr.net/npm/@intergrav/fonts@1/serve/inter.min.css" 33 + /> 31 34 ``` 32 35 33 36 Replace `inter` with the font name, of course.
+18 -15
package.json
··· 1 1 { 2 - "name": "@intergrav/fonts", 3 - "version": "1.0.4", 4 - "description": "A fast, open-source CDN for open-source fonts. Inspired by xz/fonts.", 5 - "main": "README.md", 6 - "repository": { 7 - "type": "git", 8 - "url": "git+https://github.com/intergrav/fonts.git" 9 - }, 10 - "author": "intergrav (intergrav@proton.me)", 11 - "license": "MIT", 12 - "bugs": { 13 - "url": "https://github.com/intergrav/fonts/issues" 14 - }, 15 - "homepage": "https://github.com/intergrav/fonts#readme" 16 - } 2 + "name": "@intergrav/fonts", 3 + "version": "1.0.4", 4 + "description": "A fast, open-source CDN for open-source fonts. Inspired by xz/fonts.", 5 + "main": "README.md", 6 + "repository": { 7 + "type": "git", 8 + "url": "git+https://github.com/intergrav/fonts.git" 9 + }, 10 + "author": "intergrav (intergrav@proton.me)", 11 + "license": "MIT", 12 + "bugs": { 13 + "url": "https://github.com/intergrav/fonts/issues" 14 + }, 15 + "homepage": "https://github.com/intergrav/fonts#readme", 16 + "prettier": { 17 + "useTabs": true 18 + } 19 + }
+63 -55
serve/geist-mono.css
··· 1 1 @font-face { 2 - font-family: 'Geist Mono'; 3 - src: url('src/geist-mono/GeistMono-SemiBold.woff2') format('woff2'), 4 - url('src/geist-mono/GeistMono-SemiBold.woff') format('woff'); 5 - font-weight: 600; 6 - font-style: normal; 7 - font-display: swap; 2 + font-family: "Geist Mono"; 3 + src: 4 + url("src/geist-mono/GeistMono-SemiBold.woff2") format("woff2"), 5 + url("src/geist-mono/GeistMono-SemiBold.woff") format("woff"); 6 + font-weight: 600; 7 + font-style: normal; 8 + font-display: swap; 8 9 } 9 10 10 11 @font-face { 11 - font-family: 'Geist Mono'; 12 - src: url('src/geist-mono/GeistMono-Regular.woff2') format('woff2'), 13 - url('src/geist-mono/GeistMono-Regular.woff') format('woff'); 14 - font-weight: normal; 15 - font-style: normal; 16 - font-display: swap; 12 + font-family: "Geist Mono"; 13 + src: 14 + url("src/geist-mono/GeistMono-Regular.woff2") format("woff2"), 15 + url("src/geist-mono/GeistMono-Regular.woff") format("woff"); 16 + font-weight: normal; 17 + font-style: normal; 18 + font-display: swap; 17 19 } 18 20 19 21 @font-face { 20 - font-family: 'Geist Mono'; 21 - src: url('src/geist-mono/GeistMono-Light.woff2') format('woff2'), 22 - url('src/geist-mono/GeistMono-Light.woff') format('woff'); 23 - font-weight: 300; 24 - font-style: normal; 25 - font-display: swap; 22 + font-family: "Geist Mono"; 23 + src: 24 + url("src/geist-mono/GeistMono-Light.woff2") format("woff2"), 25 + url("src/geist-mono/GeistMono-Light.woff") format("woff"); 26 + font-weight: 300; 27 + font-style: normal; 28 + font-display: swap; 26 29 } 27 30 28 31 @font-face { 29 - font-family: 'Geist Mono'; 30 - src: url('src/geist-mono/GeistMono-Medium.woff2') format('woff2'), 31 - url('src/geist-mono/GeistMono-Medium.woff') format('woff'); 32 - font-weight: 500; 33 - font-style: normal; 34 - font-display: swap; 32 + font-family: "Geist Mono"; 33 + src: 34 + url("src/geist-mono/GeistMono-Medium.woff2") format("woff2"), 35 + url("src/geist-mono/GeistMono-Medium.woff") format("woff"); 36 + font-weight: 500; 37 + font-style: normal; 38 + font-display: swap; 35 39 } 36 40 37 41 @font-face { 38 - font-family: 'Geist Mono'; 39 - src: url('src/geist-mono/GeistMono-Bold.woff2') format('woff2'), 40 - url('src/geist-mono/GeistMono-Bold.woff') format('woff'); 41 - font-weight: bold; 42 - font-style: normal; 43 - font-display: swap; 42 + font-family: "Geist Mono"; 43 + src: 44 + url("src/geist-mono/GeistMono-Bold.woff2") format("woff2"), 45 + url("src/geist-mono/GeistMono-Bold.woff") format("woff"); 46 + font-weight: bold; 47 + font-style: normal; 48 + font-display: swap; 44 49 } 45 50 46 51 @font-face { 47 - font-family: 'Geist Mono UltraBlack'; 48 - src: url('src/geist-mono/GeistMono-UltraBlack.woff2') format('woff2'), 49 - url('src/geist-mono/GeistMono-UltraBlack.woff') format('woff'); 50 - font-weight: 900; 51 - font-style: normal; 52 - font-display: swap; 52 + font-family: "Geist Mono UltraBlack"; 53 + src: 54 + url("src/geist-mono/GeistMono-UltraBlack.woff2") format("woff2"), 55 + url("src/geist-mono/GeistMono-UltraBlack.woff") format("woff"); 56 + font-weight: 900; 57 + font-style: normal; 58 + font-display: swap; 53 59 } 54 60 55 61 @font-face { 56 - font-family: 'Geist Mono'; 57 - src: url('src/geist-mono/GeistMono-UltraLight.woff2') format('woff2'), 58 - url('src/geist-mono/GeistMono-UltraLight.woff') format('woff'); 59 - font-weight: 200; 60 - font-style: normal; 61 - font-display: swap; 62 + font-family: "Geist Mono"; 63 + src: 64 + url("src/geist-mono/GeistMono-UltraLight.woff2") format("woff2"), 65 + url("src/geist-mono/GeistMono-UltraLight.woff") format("woff"); 66 + font-weight: 200; 67 + font-style: normal; 68 + font-display: swap; 62 69 } 63 70 64 71 @font-face { 65 - font-family: 'Geist Mono'; 66 - src: url('src/geist-mono/GeistMono-Black.woff2') format('woff2'), 67 - url('src/geist-mono/GeistMono-Black.woff') format('woff'); 68 - font-weight: 900; 69 - font-style: normal; 70 - font-display: swap; 72 + font-family: "Geist Mono"; 73 + src: 74 + url("src/geist-mono/GeistMono-Black.woff2") format("woff2"), 75 + url("src/geist-mono/GeistMono-Black.woff") format("woff"); 76 + font-weight: 900; 77 + font-style: normal; 78 + font-display: swap; 71 79 } 72 80 73 81 @font-face { 74 - font-family: 'Geist Mono'; 75 - src: url('src/geist-mono/GeistMono-Thin.woff2') format('woff2'), 76 - url('src/geist-mono/GeistMono-Thin.woff') format('woff'); 77 - font-weight: 100; 78 - font-style: normal; 79 - font-display: swap; 82 + font-family: "Geist Mono"; 83 + src: 84 + url("src/geist-mono/GeistMono-Thin.woff2") format("woff2"), 85 + url("src/geist-mono/GeistMono-Thin.woff") format("woff"); 86 + font-weight: 100; 87 + font-style: normal; 88 + font-display: swap; 80 89 } 81 -
+63 -55
serve/geist.css
··· 1 1 @font-face { 2 - font-family: 'Geist'; 3 - src: url('src/geist/Geist-Medium.woff2') format('woff2'), 4 - url('src/geist/Geist-Medium.woff') format('woff'); 5 - font-weight: 500; 6 - font-style: normal; 7 - font-display: swap; 2 + font-family: "Geist"; 3 + src: 4 + url("src/geist/Geist-Medium.woff2") format("woff2"), 5 + url("src/geist/Geist-Medium.woff") format("woff"); 6 + font-weight: 500; 7 + font-style: normal; 8 + font-display: swap; 8 9 } 9 10 10 11 @font-face { 11 - font-family: 'Geist'; 12 - src: url('src/geist/Geist-Light.woff2') format('woff2'), 13 - url('src/geist/Geist-Light.woff') format('woff'); 14 - font-weight: 300; 15 - font-style: normal; 16 - font-display: swap; 12 + font-family: "Geist"; 13 + src: 14 + url("src/geist/Geist-Light.woff2") format("woff2"), 15 + url("src/geist/Geist-Light.woff") format("woff"); 16 + font-weight: 300; 17 + font-style: normal; 18 + font-display: swap; 17 19 } 18 20 19 21 @font-face { 20 - font-family: 'Geist'; 21 - src: url('src/geist/Geist-SemiBold.woff2') format('woff2'), 22 - url('src/geist/Geist-SemiBold.woff') format('woff'); 23 - font-weight: 600; 24 - font-style: normal; 25 - font-display: swap; 22 + font-family: "Geist"; 23 + src: 24 + url("src/geist/Geist-SemiBold.woff2") format("woff2"), 25 + url("src/geist/Geist-SemiBold.woff") format("woff"); 26 + font-weight: 600; 27 + font-style: normal; 28 + font-display: swap; 26 29 } 27 30 28 31 @font-face { 29 - font-family: 'Geist'; 30 - src: url('src/geist/Geist-Thin.woff2') format('woff2'), 31 - url('src/geist/Geist-Thin.woff') format('woff'); 32 - font-weight: 100; 33 - font-style: normal; 34 - font-display: swap; 32 + font-family: "Geist"; 33 + src: 34 + url("src/geist/Geist-Thin.woff2") format("woff2"), 35 + url("src/geist/Geist-Thin.woff") format("woff"); 36 + font-weight: 100; 37 + font-style: normal; 38 + font-display: swap; 35 39 } 36 40 37 41 @font-face { 38 - font-family: 'Geist'; 39 - src: url('src/geist/Geist-Regular.woff2') format('woff2'), 40 - url('src/geist/Geist-Regular.woff') format('woff'); 41 - font-weight: normal; 42 - font-style: normal; 43 - font-display: swap; 42 + font-family: "Geist"; 43 + src: 44 + url("src/geist/Geist-Regular.woff2") format("woff2"), 45 + url("src/geist/Geist-Regular.woff") format("woff"); 46 + font-weight: normal; 47 + font-style: normal; 48 + font-display: swap; 44 49 } 45 50 46 51 @font-face { 47 - font-family: 'Geist'; 48 - src: url('src/geist/Geist-Black.woff2') format('woff2'), 49 - url('src/geist/Geist-Black.woff') format('woff'); 50 - font-weight: 900; 51 - font-style: normal; 52 - font-display: swap; 52 + font-family: "Geist"; 53 + src: 54 + url("src/geist/Geist-Black.woff2") format("woff2"), 55 + url("src/geist/Geist-Black.woff") format("woff"); 56 + font-weight: 900; 57 + font-style: normal; 58 + font-display: swap; 53 59 } 54 60 55 61 @font-face { 56 - font-family: 'Geist'; 57 - src: url('src/geist/Geist-UltraLight.woff2') format('woff2'), 58 - url('src/geist/Geist-UltraLight.woff') format('woff'); 59 - font-weight: 200; 60 - font-style: normal; 61 - font-display: swap; 62 + font-family: "Geist"; 63 + src: 64 + url("src/geist/Geist-UltraLight.woff2") format("woff2"), 65 + url("src/geist/Geist-UltraLight.woff") format("woff"); 66 + font-weight: 200; 67 + font-style: normal; 68 + font-display: swap; 62 69 } 63 70 64 71 @font-face { 65 - font-family: 'Geist'; 66 - src: url('src/geist/Geist-Bold.woff2') format('woff2'), 67 - url('src/geist/Geist-Bold.woff') format('woff'); 68 - font-weight: bold; 69 - font-style: normal; 70 - font-display: swap; 72 + font-family: "Geist"; 73 + src: 74 + url("src/geist/Geist-Bold.woff2") format("woff2"), 75 + url("src/geist/Geist-Bold.woff") format("woff"); 76 + font-weight: bold; 77 + font-style: normal; 78 + font-display: swap; 71 79 } 72 80 73 81 @font-face { 74 - font-family: 'Geist UltraBlack'; 75 - src: url('src/geist/Geist-UltraBlack.woff2') format('woff2'), 76 - url('src/geist/Geist-UltraBlack.woff') format('woff'); 77 - font-weight: 900; 78 - font-style: normal; 79 - font-display: swap; 82 + font-family: "Geist UltraBlack"; 83 + src: 84 + url("src/geist/Geist-UltraBlack.woff2") format("woff2"), 85 + url("src/geist/Geist-UltraBlack.woff") format("woff"); 86 + font-weight: 900; 87 + font-style: normal; 88 + font-display: swap; 80 89 } 81 -
+126 -109
serve/inter.css
··· 1 1 @font-face { 2 - font-family: 'Inter'; 3 - src: url('src/inter/Inter-BlackItalic.woff2') format('woff2'), 4 - url('src/inter/Inter-BlackItalic.woff') format('woff'); 5 - font-weight: 900; 6 - font-style: italic; 7 - font-display: swap; 2 + font-family: "Inter"; 3 + src: 4 + url("src/inter/Inter-BlackItalic.woff2") format("woff2"), 5 + url("src/inter/Inter-BlackItalic.woff") format("woff"); 6 + font-weight: 900; 7 + font-style: italic; 8 + font-display: swap; 8 9 } 9 10 10 11 @font-face { 11 - font-family: 'Inter'; 12 - src: url('src/inter/Inter-Black.woff2') format('woff2'), 13 - url('src/inter/Inter-Black.woff') format('woff'); 14 - font-weight: 900; 15 - font-style: normal; 16 - font-display: swap; 12 + font-family: "Inter"; 13 + src: 14 + url("src/inter/Inter-Black.woff2") format("woff2"), 15 + url("src/inter/Inter-Black.woff") format("woff"); 16 + font-weight: 900; 17 + font-style: normal; 18 + font-display: swap; 17 19 } 18 20 19 21 @font-face { 20 - font-family: 'Inter'; 21 - src: url('src/inter/Inter-Bold.woff2') format('woff2'), 22 - url('src/inter/Inter-Bold.woff') format('woff'); 23 - font-weight: bold; 24 - font-style: normal; 25 - font-display: swap; 22 + font-family: "Inter"; 23 + src: 24 + url("src/inter/Inter-Bold.woff2") format("woff2"), 25 + url("src/inter/Inter-Bold.woff") format("woff"); 26 + font-weight: bold; 27 + font-style: normal; 28 + font-display: swap; 26 29 } 27 30 28 31 @font-face { 29 - font-family: 'Inter'; 30 - src: url('src/inter/Inter-ExtraBold.woff2') format('woff2'), 31 - url('src/inter/Inter-ExtraBold.woff') format('woff'); 32 - font-weight: bold; 33 - font-style: normal; 34 - font-display: swap; 32 + font-family: "Inter"; 33 + src: 34 + url("src/inter/Inter-ExtraBold.woff2") format("woff2"), 35 + url("src/inter/Inter-ExtraBold.woff") format("woff"); 36 + font-weight: bold; 37 + font-style: normal; 38 + font-display: swap; 35 39 } 36 40 37 41 @font-face { 38 - font-family: 'Inter'; 39 - src: url('src/inter/Inter-Italic.woff2') format('woff2'), 40 - url('src/inter/Inter-Italic.woff') format('woff'); 41 - font-weight: normal; 42 - font-style: italic; 43 - font-display: swap; 42 + font-family: "Inter"; 43 + src: 44 + url("src/inter/Inter-Italic.woff2") format("woff2"), 45 + url("src/inter/Inter-Italic.woff") format("woff"); 46 + font-weight: normal; 47 + font-style: italic; 48 + font-display: swap; 44 49 } 45 50 46 51 @font-face { 47 - font-family: 'Inter'; 48 - src: url('src/inter/Inter-ExtraLight.woff2') format('woff2'), 49 - url('src/inter/Inter-ExtraLight.woff') format('woff'); 50 - font-weight: 200; 51 - font-style: normal; 52 - font-display: swap; 52 + font-family: "Inter"; 53 + src: 54 + url("src/inter/Inter-ExtraLight.woff2") format("woff2"), 55 + url("src/inter/Inter-ExtraLight.woff") format("woff"); 56 + font-weight: 200; 57 + font-style: normal; 58 + font-display: swap; 53 59 } 54 60 55 61 @font-face { 56 - font-family: 'Inter'; 57 - src: url('src/inter/Inter-ExtraLightItalic.woff2') format('woff2'), 58 - url('src/inter/Inter-ExtraLightItalic.woff') format('woff'); 59 - font-weight: 200; 60 - font-style: italic; 61 - font-display: swap; 62 + font-family: "Inter"; 63 + src: 64 + url("src/inter/Inter-ExtraLightItalic.woff2") format("woff2"), 65 + url("src/inter/Inter-ExtraLightItalic.woff") format("woff"); 66 + font-weight: 200; 67 + font-style: italic; 68 + font-display: swap; 62 69 } 63 70 64 71 @font-face { 65 - font-family: 'Inter'; 66 - src: url('src/inter/Inter-ExtraBoldItalic.woff2') format('woff2'), 67 - url('src/inter/Inter-ExtraBoldItalic.woff') format('woff'); 68 - font-weight: bold; 69 - font-style: italic; 70 - font-display: swap; 72 + font-family: "Inter"; 73 + src: 74 + url("src/inter/Inter-ExtraBoldItalic.woff2") format("woff2"), 75 + url("src/inter/Inter-ExtraBoldItalic.woff") format("woff"); 76 + font-weight: bold; 77 + font-style: italic; 78 + font-display: swap; 71 79 } 72 80 73 81 @font-face { 74 - font-family: 'Inter'; 75 - src: url('src/inter/Inter-BoldItalic.woff2') format('woff2'), 76 - url('src/inter/Inter-BoldItalic.woff') format('woff'); 77 - font-weight: bold; 78 - font-style: italic; 79 - font-display: swap; 82 + font-family: "Inter"; 83 + src: 84 + url("src/inter/Inter-BoldItalic.woff2") format("woff2"), 85 + url("src/inter/Inter-BoldItalic.woff") format("woff"); 86 + font-weight: bold; 87 + font-style: italic; 88 + font-display: swap; 80 89 } 81 90 82 91 @font-face { 83 - font-family: 'Inter'; 84 - src: url('src/inter/Inter-ThinItalic.woff2') format('woff2'), 85 - url('src/inter/Inter-ThinItalic.woff') format('woff'); 86 - font-weight: 100; 87 - font-style: italic; 88 - font-display: swap; 92 + font-family: "Inter"; 93 + src: 94 + url("src/inter/Inter-ThinItalic.woff2") format("woff2"), 95 + url("src/inter/Inter-ThinItalic.woff") format("woff"); 96 + font-weight: 100; 97 + font-style: italic; 98 + font-display: swap; 89 99 } 90 100 91 101 @font-face { 92 - font-family: 'Inter'; 93 - src: url('src/inter/Inter-Regular.woff2') format('woff2'), 94 - url('src/inter/Inter-Regular.woff') format('woff'); 95 - font-weight: normal; 96 - font-style: normal; 97 - font-display: swap; 102 + font-family: "Inter"; 103 + src: 104 + url("src/inter/Inter-Regular.woff2") format("woff2"), 105 + url("src/inter/Inter-Regular.woff") format("woff"); 106 + font-weight: normal; 107 + font-style: normal; 108 + font-display: swap; 98 109 } 99 110 100 111 @font-face { 101 - font-family: 'Inter'; 102 - src: url('src/inter/Inter-SemiBoldItalic.woff2') format('woff2'), 103 - url('src/inter/Inter-SemiBoldItalic.woff') format('woff'); 104 - font-weight: 600; 105 - font-style: italic; 106 - font-display: swap; 112 + font-family: "Inter"; 113 + src: 114 + url("src/inter/Inter-SemiBoldItalic.woff2") format("woff2"), 115 + url("src/inter/Inter-SemiBoldItalic.woff") format("woff"); 116 + font-weight: 600; 117 + font-style: italic; 118 + font-display: swap; 107 119 } 108 120 109 121 @font-face { 110 - font-family: 'Inter'; 111 - src: url('src/inter/Inter-Medium.woff2') format('woff2'), 112 - url('src/inter/Inter-Medium.woff') format('woff'); 113 - font-weight: 500; 114 - font-style: normal; 115 - font-display: swap; 122 + font-family: "Inter"; 123 + src: 124 + url("src/inter/Inter-Medium.woff2") format("woff2"), 125 + url("src/inter/Inter-Medium.woff") format("woff"); 126 + font-weight: 500; 127 + font-style: normal; 128 + font-display: swap; 116 129 } 117 130 118 131 @font-face { 119 - font-family: 'Inter'; 120 - src: url('src/inter/Inter-SemiBold.woff2') format('woff2'), 121 - url('src/inter/Inter-SemiBold.woff') format('woff'); 122 - font-weight: 600; 123 - font-style: normal; 124 - font-display: swap; 132 + font-family: "Inter"; 133 + src: 134 + url("src/inter/Inter-SemiBold.woff2") format("woff2"), 135 + url("src/inter/Inter-SemiBold.woff") format("woff"); 136 + font-weight: 600; 137 + font-style: normal; 138 + font-display: swap; 125 139 } 126 140 127 141 @font-face { 128 - font-family: 'Inter'; 129 - src: url('src/inter/Inter-Light.woff2') format('woff2'), 130 - url('src/inter/Inter-Light.woff') format('woff'); 131 - font-weight: 300; 132 - font-style: normal; 133 - font-display: swap; 142 + font-family: "Inter"; 143 + src: 144 + url("src/inter/Inter-Light.woff2") format("woff2"), 145 + url("src/inter/Inter-Light.woff") format("woff"); 146 + font-weight: 300; 147 + font-style: normal; 148 + font-display: swap; 134 149 } 135 150 136 151 @font-face { 137 - font-family: 'Inter'; 138 - src: url('src/inter/Inter-MediumItalic.woff2') format('woff2'), 139 - url('src/inter/Inter-MediumItalic.woff') format('woff'); 140 - font-weight: 500; 141 - font-style: italic; 142 - font-display: swap; 152 + font-family: "Inter"; 153 + src: 154 + url("src/inter/Inter-MediumItalic.woff2") format("woff2"), 155 + url("src/inter/Inter-MediumItalic.woff") format("woff"); 156 + font-weight: 500; 157 + font-style: italic; 158 + font-display: swap; 143 159 } 144 160 145 161 @font-face { 146 - font-family: 'Inter'; 147 - src: url('src/inter/Inter-Thin.woff2') format('woff2'), 148 - url('src/inter/Inter-Thin.woff') format('woff'); 149 - font-weight: 100; 150 - font-style: normal; 151 - font-display: swap; 162 + font-family: "Inter"; 163 + src: 164 + url("src/inter/Inter-Thin.woff2") format("woff2"), 165 + url("src/inter/Inter-Thin.woff") format("woff"); 166 + font-weight: 100; 167 + font-style: normal; 168 + font-display: swap; 152 169 } 153 170 154 171 @font-face { 155 - font-family: 'Inter'; 156 - src: url('src/inter/Inter-LightItalic.woff2') format('woff2'), 157 - url('src/inter/Inter-LightItalic.woff') format('woff'); 158 - font-weight: 300; 159 - font-style: italic; 160 - font-display: swap; 172 + font-family: "Inter"; 173 + src: 174 + url("src/inter/Inter-LightItalic.woff2") format("woff2"), 175 + url("src/inter/Inter-LightItalic.woff") format("woff"); 176 + font-weight: 300; 177 + font-style: italic; 178 + font-display: swap; 161 179 } 162 -
+114 -97
serve/jetbrains-mono.css
··· 1 1 @font-face { 2 - font-family: 'JetBrains Mono'; 3 - src: url('src/jetbrains-mono/JetBrainsMono-Bold.woff2') format('woff2'), 4 - url('src/jetbrains-mono/JetBrainsMono-Bold.woff') format('woff'); 5 - font-weight: bold; 6 - font-style: normal; 7 - font-display: swap; 2 + font-family: "JetBrains Mono"; 3 + src: 4 + url("src/jetbrains-mono/JetBrainsMono-Bold.woff2") format("woff2"), 5 + url("src/jetbrains-mono/JetBrainsMono-Bold.woff") format("woff"); 6 + font-weight: bold; 7 + font-style: normal; 8 + font-display: swap; 8 9 } 9 10 10 11 @font-face { 11 - font-family: 'JetBrains Mono'; 12 - src: url('src/jetbrains-mono/JetBrainsMono-ExtraBold.woff2') format('woff2'), 13 - url('src/jetbrains-mono/JetBrainsMono-ExtraBold.woff') format('woff'); 14 - font-weight: bold; 15 - font-style: normal; 16 - font-display: swap; 12 + font-family: "JetBrains Mono"; 13 + src: 14 + url("src/jetbrains-mono/JetBrainsMono-ExtraBold.woff2") format("woff2"), 15 + url("src/jetbrains-mono/JetBrainsMono-ExtraBold.woff") format("woff"); 16 + font-weight: bold; 17 + font-style: normal; 18 + font-display: swap; 17 19 } 18 20 19 21 @font-face { 20 - font-family: 'JetBrains Mono'; 21 - src: url('src/jetbrains-mono/JetBrainsMono-BoldItalic.woff2') format('woff2'), 22 - url('src/jetbrains-mono/JetBrainsMono-BoldItalic.woff') format('woff'); 23 - font-weight: bold; 24 - font-style: italic; 25 - font-display: swap; 22 + font-family: "JetBrains Mono"; 23 + src: 24 + url("src/jetbrains-mono/JetBrainsMono-BoldItalic.woff2") format("woff2"), 25 + url("src/jetbrains-mono/JetBrainsMono-BoldItalic.woff") format("woff"); 26 + font-weight: bold; 27 + font-style: italic; 28 + font-display: swap; 26 29 } 27 30 28 31 @font-face { 29 - font-family: 'JetBrains Mono'; 30 - src: url('src/jetbrains-mono/JetBrainsMono-ExtraLightItalic.woff2') format('woff2'), 31 - url('src/jetbrains-mono/JetBrainsMono-ExtraLightItalic.woff') format('woff'); 32 - font-weight: 200; 33 - font-style: italic; 34 - font-display: swap; 32 + font-family: "JetBrains Mono"; 33 + src: 34 + url("src/jetbrains-mono/JetBrainsMono-ExtraLightItalic.woff2") 35 + format("woff2"), 36 + url("src/jetbrains-mono/JetBrainsMono-ExtraLightItalic.woff") format("woff"); 37 + font-weight: 200; 38 + font-style: italic; 39 + font-display: swap; 35 40 } 36 41 37 42 @font-face { 38 - font-family: 'JetBrains Mono'; 39 - src: url('src/jetbrains-mono/JetBrainsMono-ExtraLight.woff2') format('woff2'), 40 - url('src/jetbrains-mono/JetBrainsMono-ExtraLight.woff') format('woff'); 41 - font-weight: 200; 42 - font-style: normal; 43 - font-display: swap; 43 + font-family: "JetBrains Mono"; 44 + src: 45 + url("src/jetbrains-mono/JetBrainsMono-ExtraLight.woff2") format("woff2"), 46 + url("src/jetbrains-mono/JetBrainsMono-ExtraLight.woff") format("woff"); 47 + font-weight: 200; 48 + font-style: normal; 49 + font-display: swap; 44 50 } 45 51 46 52 @font-face { 47 - font-family: 'JetBrains Mono'; 48 - src: url('src/jetbrains-mono/JetBrainsMono-ExtraBoldItalic.woff2') format('woff2'), 49 - url('src/jetbrains-mono/JetBrainsMono-ExtraBoldItalic.woff') format('woff'); 50 - font-weight: bold; 51 - font-style: italic; 52 - font-display: swap; 53 + font-family: "JetBrains Mono"; 54 + src: 55 + url("src/jetbrains-mono/JetBrainsMono-ExtraBoldItalic.woff2") 56 + format("woff2"), 57 + url("src/jetbrains-mono/JetBrainsMono-ExtraBoldItalic.woff") format("woff"); 58 + font-weight: bold; 59 + font-style: italic; 60 + font-display: swap; 53 61 } 54 62 55 63 @font-face { 56 - font-family: 'JetBrains Mono'; 57 - src: url('src/jetbrains-mono/JetBrainsMono-Light.woff2') format('woff2'), 58 - url('src/jetbrains-mono/JetBrainsMono-Light.woff') format('woff'); 59 - font-weight: 300; 60 - font-style: normal; 61 - font-display: swap; 64 + font-family: "JetBrains Mono"; 65 + src: 66 + url("src/jetbrains-mono/JetBrainsMono-Light.woff2") format("woff2"), 67 + url("src/jetbrains-mono/JetBrainsMono-Light.woff") format("woff"); 68 + font-weight: 300; 69 + font-style: normal; 70 + font-display: swap; 62 71 } 63 72 64 73 @font-face { 65 - font-family: 'JetBrains Mono'; 66 - src: url('src/jetbrains-mono/JetBrainsMono-LightItalic.woff2') format('woff2'), 67 - url('src/jetbrains-mono/JetBrainsMono-LightItalic.woff') format('woff'); 68 - font-weight: 300; 69 - font-style: italic; 70 - font-display: swap; 74 + font-family: "JetBrains Mono"; 75 + src: 76 + url("src/jetbrains-mono/JetBrainsMono-LightItalic.woff2") format("woff2"), 77 + url("src/jetbrains-mono/JetBrainsMono-LightItalic.woff") format("woff"); 78 + font-weight: 300; 79 + font-style: italic; 80 + font-display: swap; 71 81 } 72 82 73 83 @font-face { 74 - font-family: 'JetBrains Mono'; 75 - src: url('src/jetbrains-mono/JetBrainsMono-Italic.woff2') format('woff2'), 76 - url('src/jetbrains-mono/JetBrainsMono-Italic.woff') format('woff'); 77 - font-weight: normal; 78 - font-style: italic; 79 - font-display: swap; 84 + font-family: "JetBrains Mono"; 85 + src: 86 + url("src/jetbrains-mono/JetBrainsMono-Italic.woff2") format("woff2"), 87 + url("src/jetbrains-mono/JetBrainsMono-Italic.woff") format("woff"); 88 + font-weight: normal; 89 + font-style: italic; 90 + font-display: swap; 80 91 } 81 92 82 93 @font-face { 83 - font-family: 'JetBrains Mono'; 84 - src: url('src/jetbrains-mono/JetBrainsMono-Medium.woff2') format('woff2'), 85 - url('src/jetbrains-mono/JetBrainsMono-Medium.woff') format('woff'); 86 - font-weight: 500; 87 - font-style: normal; 88 - font-display: swap; 94 + font-family: "JetBrains Mono"; 95 + src: 96 + url("src/jetbrains-mono/JetBrainsMono-Medium.woff2") format("woff2"), 97 + url("src/jetbrains-mono/JetBrainsMono-Medium.woff") format("woff"); 98 + font-weight: 500; 99 + font-style: normal; 100 + font-display: swap; 89 101 } 90 102 91 103 @font-face { 92 - font-family: 'JetBrains Mono'; 93 - src: url('src/jetbrains-mono/JetBrainsMono-ThinItalic.woff2') format('woff2'), 94 - url('src/jetbrains-mono/JetBrainsMono-ThinItalic.woff') format('woff'); 95 - font-weight: 100; 96 - font-style: italic; 97 - font-display: swap; 104 + font-family: "JetBrains Mono"; 105 + src: 106 + url("src/jetbrains-mono/JetBrainsMono-ThinItalic.woff2") format("woff2"), 107 + url("src/jetbrains-mono/JetBrainsMono-ThinItalic.woff") format("woff"); 108 + font-weight: 100; 109 + font-style: italic; 110 + font-display: swap; 98 111 } 99 112 100 113 @font-face { 101 - font-family: 'JetBrains Mono'; 102 - src: url('src/jetbrains-mono/JetBrainsMono-SemiBold.woff2') format('woff2'), 103 - url('src/jetbrains-mono/JetBrainsMono-SemiBold.woff') format('woff'); 104 - font-weight: 600; 105 - font-style: normal; 106 - font-display: swap; 114 + font-family: "JetBrains Mono"; 115 + src: 116 + url("src/jetbrains-mono/JetBrainsMono-SemiBold.woff2") format("woff2"), 117 + url("src/jetbrains-mono/JetBrainsMono-SemiBold.woff") format("woff"); 118 + font-weight: 600; 119 + font-style: normal; 120 + font-display: swap; 107 121 } 108 122 109 123 @font-face { 110 - font-family: 'JetBrains Mono'; 111 - src: url('src/jetbrains-mono/JetBrainsMono-Thin.woff2') format('woff2'), 112 - url('src/jetbrains-mono/JetBrainsMono-Thin.woff') format('woff'); 113 - font-weight: 100; 114 - font-style: normal; 115 - font-display: swap; 124 + font-family: "JetBrains Mono"; 125 + src: 126 + url("src/jetbrains-mono/JetBrainsMono-Thin.woff2") format("woff2"), 127 + url("src/jetbrains-mono/JetBrainsMono-Thin.woff") format("woff"); 128 + font-weight: 100; 129 + font-style: normal; 130 + font-display: swap; 116 131 } 117 132 118 133 @font-face { 119 - font-family: 'JetBrains Mono'; 120 - src: url('src/jetbrains-mono/JetBrainsMono-MediumItalic.woff2') format('woff2'), 121 - url('src/jetbrains-mono/JetBrainsMono-MediumItalic.woff') format('woff'); 122 - font-weight: 500; 123 - font-style: italic; 124 - font-display: swap; 134 + font-family: "JetBrains Mono"; 135 + src: 136 + url("src/jetbrains-mono/JetBrainsMono-MediumItalic.woff2") format("woff2"), 137 + url("src/jetbrains-mono/JetBrainsMono-MediumItalic.woff") format("woff"); 138 + font-weight: 500; 139 + font-style: italic; 140 + font-display: swap; 125 141 } 126 142 127 143 @font-face { 128 - font-family: 'JetBrains Mono'; 129 - src: url('src/jetbrains-mono/JetBrainsMono-Regular.woff2') format('woff2'), 130 - url('src/jetbrains-mono/JetBrainsMono-Regular.woff') format('woff'); 131 - font-weight: normal; 132 - font-style: normal; 133 - font-display: swap; 144 + font-family: "JetBrains Mono"; 145 + src: 146 + url("src/jetbrains-mono/JetBrainsMono-Regular.woff2") format("woff2"), 147 + url("src/jetbrains-mono/JetBrainsMono-Regular.woff") format("woff"); 148 + font-weight: normal; 149 + font-style: normal; 150 + font-display: swap; 134 151 } 135 152 136 153 @font-face { 137 - font-family: 'JetBrains Mono'; 138 - src: url('src/jetbrains-mono/JetBrainsMono-SemiBoldItalic.woff2') format('woff2'), 139 - url('src/jetbrains-mono/JetBrainsMono-SemiBoldItalic.woff') format('woff'); 140 - font-weight: 600; 141 - font-style: italic; 142 - font-display: swap; 154 + font-family: "JetBrains Mono"; 155 + src: 156 + url("src/jetbrains-mono/JetBrainsMono-SemiBoldItalic.woff2") format("woff2"), 157 + url("src/jetbrains-mono/JetBrainsMono-SemiBoldItalic.woff") format("woff"); 158 + font-weight: 600; 159 + font-style: italic; 160 + font-display: swap; 143 161 } 144 -
+125 -85
serve/open-sans-condensed.css
··· 1 1 @font-face { 2 - font-family: 'Open Sans Condensed'; 3 - src: local('Open Sans Condensed Bold Italic'), local('OpenSansCondensed-BoldItalic'), 4 - url('src/open-sans-condensed/OpenSansCondensed-BoldItalic.woff2') format('woff2'), 5 - url('src/open-sans-condensed/OpenSansCondensed-BoldItalic.woff') format('woff'); 6 - font-weight: bold; 7 - font-style: italic; 8 - font-display: swap; 2 + font-family: "Open Sans Condensed"; 3 + src: 4 + local("Open Sans Condensed Bold Italic"), 5 + local("OpenSansCondensed-BoldItalic"), 6 + url("src/open-sans-condensed/OpenSansCondensed-BoldItalic.woff2") 7 + format("woff2"), 8 + url("src/open-sans-condensed/OpenSansCondensed-BoldItalic.woff") 9 + format("woff"); 10 + font-weight: bold; 11 + font-style: italic; 12 + font-display: swap; 9 13 } 10 14 11 15 @font-face { 12 - font-family: 'Open Sans Condensed'; 13 - src: local('Open Sans Condensed Light Italic'), local('OpenSansCondensed-LightItalic'), 14 - url('src/open-sans-condensed/OpenSansCondensed-LightItalic.woff2') format('woff2'), 15 - url('src/open-sans-condensed/OpenSansCondensed-LightItalic.woff') format('woff'); 16 - font-weight: 300; 17 - font-style: italic; 18 - font-display: swap; 16 + font-family: "Open Sans Condensed"; 17 + src: 18 + local("Open Sans Condensed Light Italic"), 19 + local("OpenSansCondensed-LightItalic"), 20 + url("src/open-sans-condensed/OpenSansCondensed-LightItalic.woff2") 21 + format("woff2"), 22 + url("src/open-sans-condensed/OpenSansCondensed-LightItalic.woff") 23 + format("woff"); 24 + font-weight: 300; 25 + font-style: italic; 26 + font-display: swap; 19 27 } 20 28 21 29 @font-face { 22 - font-family: 'Open Sans Condensed'; 23 - src: local('Open Sans Condensed Italic'), local('OpenSansCondensed-Italic'), 24 - url('src/open-sans-condensed/OpenSansCondensed-Italic.woff2') format('woff2'), 25 - url('src/open-sans-condensed/OpenSansCondensed-Italic.woff') format('woff'); 26 - font-weight: normal; 27 - font-style: italic; 28 - font-display: swap; 30 + font-family: "Open Sans Condensed"; 31 + src: 32 + local("Open Sans Condensed Italic"), 33 + local("OpenSansCondensed-Italic"), 34 + url("src/open-sans-condensed/OpenSansCondensed-Italic.woff2") 35 + format("woff2"), 36 + url("src/open-sans-condensed/OpenSansCondensed-Italic.woff") format("woff"); 37 + font-weight: normal; 38 + font-style: italic; 39 + font-display: swap; 29 40 } 30 41 31 42 @font-face { 32 - font-family: 'Open Sans Condensed'; 33 - src: local('Open Sans Condensed ExtraBold'), local('OpenSansCondensed-ExtraBold'), 34 - url('src/open-sans-condensed/OpenSansCondensed-ExtraBold.woff2') format('woff2'), 35 - url('src/open-sans-condensed/OpenSansCondensed-ExtraBold.woff') format('woff'); 36 - font-weight: bold; 37 - font-style: normal; 38 - font-display: swap; 43 + font-family: "Open Sans Condensed"; 44 + src: 45 + local("Open Sans Condensed ExtraBold"), 46 + local("OpenSansCondensed-ExtraBold"), 47 + url("src/open-sans-condensed/OpenSansCondensed-ExtraBold.woff2") 48 + format("woff2"), 49 + url("src/open-sans-condensed/OpenSansCondensed-ExtraBold.woff") 50 + format("woff"); 51 + font-weight: bold; 52 + font-style: normal; 53 + font-display: swap; 39 54 } 40 55 41 56 @font-face { 42 - font-family: 'Open Sans Condensed'; 43 - src: local('Open Sans Condensed Bold'), local('OpenSansCondensed-Bold'), 44 - url('src/open-sans-condensed/OpenSansCondensed-Bold.woff2') format('woff2'), 45 - url('src/open-sans-condensed/OpenSansCondensed-Bold.woff') format('woff'); 46 - font-weight: bold; 47 - font-style: normal; 48 - font-display: swap; 57 + font-family: "Open Sans Condensed"; 58 + src: 59 + local("Open Sans Condensed Bold"), 60 + local("OpenSansCondensed-Bold"), 61 + url("src/open-sans-condensed/OpenSansCondensed-Bold.woff2") format("woff2"), 62 + url("src/open-sans-condensed/OpenSansCondensed-Bold.woff") format("woff"); 63 + font-weight: bold; 64 + font-style: normal; 65 + font-display: swap; 49 66 } 50 67 51 68 @font-face { 52 - font-family: 'Open Sans Condensed'; 53 - src: local('Open Sans Condensed ExtraBold Italic'), local('OpenSansCondensed-ExtraBoldItalic'), 54 - url('src/open-sans-condensed/OpenSansCondensed-ExtraBoldItalic.woff2') format('woff2'), 55 - url('src/open-sans-condensed/OpenSansCondensed-ExtraBoldItalic.woff') format('woff'); 56 - font-weight: bold; 57 - font-style: italic; 58 - font-display: swap; 69 + font-family: "Open Sans Condensed"; 70 + src: 71 + local("Open Sans Condensed ExtraBold Italic"), 72 + local("OpenSansCondensed-ExtraBoldItalic"), 73 + url("src/open-sans-condensed/OpenSansCondensed-ExtraBoldItalic.woff2") 74 + format("woff2"), 75 + url("src/open-sans-condensed/OpenSansCondensed-ExtraBoldItalic.woff") 76 + format("woff"); 77 + font-weight: bold; 78 + font-style: italic; 79 + font-display: swap; 59 80 } 60 81 61 82 @font-face { 62 - font-family: 'Open Sans Condensed'; 63 - src: local('Open Sans Condensed Light'), local('OpenSansCondensed-Light'), 64 - url('src/open-sans-condensed/OpenSansCondensed-Light.woff2') format('woff2'), 65 - url('src/open-sans-condensed/OpenSansCondensed-Light.woff') format('woff'); 66 - font-weight: 300; 67 - font-style: normal; 68 - font-display: swap; 83 + font-family: "Open Sans Condensed"; 84 + src: 85 + local("Open Sans Condensed Light"), 86 + local("OpenSansCondensed-Light"), 87 + url("src/open-sans-condensed/OpenSansCondensed-Light.woff2") format("woff2"), 88 + url("src/open-sans-condensed/OpenSansCondensed-Light.woff") format("woff"); 89 + font-weight: 300; 90 + font-style: normal; 91 + font-display: swap; 69 92 } 70 93 71 94 @font-face { 72 - font-family: 'Open Sans Condensed'; 73 - src: local('Open Sans Condensed Regular'), local('OpenSansCondensed-Regular'), 74 - url('src/open-sans-condensed/OpenSansCondensed-Regular.woff2') format('woff2'), 75 - url('src/open-sans-condensed/OpenSansCondensed-Regular.woff') format('woff'); 76 - font-weight: normal; 77 - font-style: normal; 78 - font-display: swap; 95 + font-family: "Open Sans Condensed"; 96 + src: 97 + local("Open Sans Condensed Regular"), 98 + local("OpenSansCondensed-Regular"), 99 + url("src/open-sans-condensed/OpenSansCondensed-Regular.woff2") 100 + format("woff2"), 101 + url("src/open-sans-condensed/OpenSansCondensed-Regular.woff") format("woff"); 102 + font-weight: normal; 103 + font-style: normal; 104 + font-display: swap; 79 105 } 80 106 81 107 @font-face { 82 - font-family: 'Open Sans Condensed'; 83 - src: local('Open Sans Condensed Medium'), local('OpenSansCondensed-Medium'), 84 - url('src/open-sans-condensed/OpenSansCondensed-Medium.woff2') format('woff2'), 85 - url('src/open-sans-condensed/OpenSansCondensed-Medium.woff') format('woff'); 86 - font-weight: 500; 87 - font-style: normal; 88 - font-display: swap; 108 + font-family: "Open Sans Condensed"; 109 + src: 110 + local("Open Sans Condensed Medium"), 111 + local("OpenSansCondensed-Medium"), 112 + url("src/open-sans-condensed/OpenSansCondensed-Medium.woff2") 113 + format("woff2"), 114 + url("src/open-sans-condensed/OpenSansCondensed-Medium.woff") format("woff"); 115 + font-weight: 500; 116 + font-style: normal; 117 + font-display: swap; 89 118 } 90 119 91 120 @font-face { 92 - font-family: 'Open Sans Condensed'; 93 - src: local('Open Sans Condensed SemiBold Italic'), local('OpenSansCondensed-SemiBoldItalic'), 94 - url('src/open-sans-condensed/OpenSansCondensed-SemiBoldItalic.woff2') format('woff2'), 95 - url('src/open-sans-condensed/OpenSansCondensed-SemiBoldItalic.woff') format('woff'); 96 - font-weight: 600; 97 - font-style: italic; 98 - font-display: swap; 121 + font-family: "Open Sans Condensed"; 122 + src: 123 + local("Open Sans Condensed SemiBold Italic"), 124 + local("OpenSansCondensed-SemiBoldItalic"), 125 + url("src/open-sans-condensed/OpenSansCondensed-SemiBoldItalic.woff2") 126 + format("woff2"), 127 + url("src/open-sans-condensed/OpenSansCondensed-SemiBoldItalic.woff") 128 + format("woff"); 129 + font-weight: 600; 130 + font-style: italic; 131 + font-display: swap; 99 132 } 100 133 101 134 @font-face { 102 - font-family: 'Open Sans Condensed'; 103 - src: local('Open Sans Condensed SemiBold'), local('OpenSansCondensed-SemiBold'), 104 - url('src/open-sans-condensed/OpenSansCondensed-SemiBold.woff2') format('woff2'), 105 - url('src/open-sans-condensed/OpenSansCondensed-SemiBold.woff') format('woff'); 106 - font-weight: 600; 107 - font-style: normal; 108 - font-display: swap; 135 + font-family: "Open Sans Condensed"; 136 + src: 137 + local("Open Sans Condensed SemiBold"), 138 + local("OpenSansCondensed-SemiBold"), 139 + url("src/open-sans-condensed/OpenSansCondensed-SemiBold.woff2") 140 + format("woff2"), 141 + url("src/open-sans-condensed/OpenSansCondensed-SemiBold.woff") 142 + format("woff"); 143 + font-weight: 600; 144 + font-style: normal; 145 + font-display: swap; 109 146 } 110 147 111 148 @font-face { 112 - font-family: 'Open Sans Condensed'; 113 - src: local('Open Sans Condensed Medium Italic'), local('OpenSansCondensed-MediumItalic'), 114 - url('src/open-sans-condensed/OpenSansCondensed-MediumItalic.woff2') format('woff2'), 115 - url('src/open-sans-condensed/OpenSansCondensed-MediumItalic.woff') format('woff'); 116 - font-weight: 500; 117 - font-style: italic; 118 - font-display: swap; 149 + font-family: "Open Sans Condensed"; 150 + src: 151 + local("Open Sans Condensed Medium Italic"), 152 + local("OpenSansCondensed-MediumItalic"), 153 + url("src/open-sans-condensed/OpenSansCondensed-MediumItalic.woff2") 154 + format("woff2"), 155 + url("src/open-sans-condensed/OpenSansCondensed-MediumItalic.woff") 156 + format("woff"); 157 + font-weight: 500; 158 + font-style: italic; 159 + font-display: swap; 119 160 } 120 -
+132 -85
serve/open-sans-semicondensed.css
··· 1 1 @font-face { 2 - font-family: 'Open Sans SemiCondensed'; 3 - src: local('Open Sans SemiCondensed Light'), local('OpenSansSemiCondensed-Light'), 4 - url('src/open-sans-semicondensed/OpenSansSemiCondensed-Light.woff2') format('woff2'), 5 - url('src/open-sans-semicondensed/OpenSansSemiCondensed-Light.woff') format('woff'); 6 - font-weight: 300; 7 - font-style: normal; 8 - font-display: swap; 2 + font-family: "Open Sans SemiCondensed"; 3 + src: 4 + local("Open Sans SemiCondensed Light"), 5 + local("OpenSansSemiCondensed-Light"), 6 + url("src/open-sans-semicondensed/OpenSansSemiCondensed-Light.woff2") 7 + format("woff2"), 8 + url("src/open-sans-semicondensed/OpenSansSemiCondensed-Light.woff") 9 + format("woff"); 10 + font-weight: 300; 11 + font-style: normal; 12 + font-display: swap; 9 13 } 10 14 11 15 @font-face { 12 - font-family: 'Open Sans SemiCondensed'; 13 - src: local('Open Sans SemiCondensed Medium Italic'), local('OpenSansSemiCondensed-MediumItalic'), 14 - url('src/open-sans-semicondensed/OpenSansSemiCondensed-MediumItalic.woff2') format('woff2'), 15 - url('src/open-sans-semicondensed/OpenSansSemiCondensed-MediumItalic.woff') format('woff'); 16 - font-weight: 500; 17 - font-style: italic; 18 - font-display: swap; 16 + font-family: "Open Sans SemiCondensed"; 17 + src: 18 + local("Open Sans SemiCondensed Medium Italic"), 19 + local("OpenSansSemiCondensed-MediumItalic"), 20 + url("src/open-sans-semicondensed/OpenSansSemiCondensed-MediumItalic.woff2") 21 + format("woff2"), 22 + url("src/open-sans-semicondensed/OpenSansSemiCondensed-MediumItalic.woff") 23 + format("woff"); 24 + font-weight: 500; 25 + font-style: italic; 26 + font-display: swap; 19 27 } 20 28 21 29 @font-face { 22 - font-family: 'Open Sans SemiCondensed'; 23 - src: local('Open Sans SemiCondensed Bold'), local('OpenSansSemiCondensed-Bold'), 24 - url('src/open-sans-semicondensed/OpenSansSemiCondensed-Bold.woff2') format('woff2'), 25 - url('src/open-sans-semicondensed/OpenSansSemiCondensed-Bold.woff') format('woff'); 26 - font-weight: bold; 27 - font-style: normal; 28 - font-display: swap; 30 + font-family: "Open Sans SemiCondensed"; 31 + src: 32 + local("Open Sans SemiCondensed Bold"), 33 + local("OpenSansSemiCondensed-Bold"), 34 + url("src/open-sans-semicondensed/OpenSansSemiCondensed-Bold.woff2") 35 + format("woff2"), 36 + url("src/open-sans-semicondensed/OpenSansSemiCondensed-Bold.woff") 37 + format("woff"); 38 + font-weight: bold; 39 + font-style: normal; 40 + font-display: swap; 29 41 } 30 42 31 43 @font-face { 32 - font-family: 'Open Sans SemiCondensed'; 33 - src: local('Open Sans SemiCondensed Regular'), local('OpenSansSemiCondensed-Regular'), 34 - url('src/open-sans-semicondensed/OpenSansSemiCondensed-Regular.woff2') format('woff2'), 35 - url('src/open-sans-semicondensed/OpenSansSemiCondensed-Regular.woff') format('woff'); 36 - font-weight: normal; 37 - font-style: normal; 38 - font-display: swap; 44 + font-family: "Open Sans SemiCondensed"; 45 + src: 46 + local("Open Sans SemiCondensed Regular"), 47 + local("OpenSansSemiCondensed-Regular"), 48 + url("src/open-sans-semicondensed/OpenSansSemiCondensed-Regular.woff2") 49 + format("woff2"), 50 + url("src/open-sans-semicondensed/OpenSansSemiCondensed-Regular.woff") 51 + format("woff"); 52 + font-weight: normal; 53 + font-style: normal; 54 + font-display: swap; 39 55 } 40 56 41 57 @font-face { 42 - font-family: 'Open Sans SemiCondensed'; 43 - src: local('Open Sans SemiCondensed SemiBold'), local('OpenSansSemiCondensed-SemiBold'), 44 - url('src/open-sans-semicondensed/OpenSansSemiCondensed-SemiBold.woff2') format('woff2'), 45 - url('src/open-sans-semicondensed/OpenSansSemiCondensed-SemiBold.woff') format('woff'); 46 - font-weight: 600; 47 - font-style: normal; 48 - font-display: swap; 58 + font-family: "Open Sans SemiCondensed"; 59 + src: 60 + local("Open Sans SemiCondensed SemiBold"), 61 + local("OpenSansSemiCondensed-SemiBold"), 62 + url("src/open-sans-semicondensed/OpenSansSemiCondensed-SemiBold.woff2") 63 + format("woff2"), 64 + url("src/open-sans-semicondensed/OpenSansSemiCondensed-SemiBold.woff") 65 + format("woff"); 66 + font-weight: 600; 67 + font-style: normal; 68 + font-display: swap; 49 69 } 50 70 51 71 @font-face { 52 - font-family: 'Open Sans SemiCondensed'; 53 - src: local('Open Sans SemiCondensed Light Italic'), local('OpenSansSemiCondensed-LightItalic'), 54 - url('src/open-sans-semicondensed/OpenSansSemiCondensed-LightItalic.woff2') format('woff2'), 55 - url('src/open-sans-semicondensed/OpenSansSemiCondensed-LightItalic.woff') format('woff'); 56 - font-weight: 300; 57 - font-style: italic; 58 - font-display: swap; 72 + font-family: "Open Sans SemiCondensed"; 73 + src: 74 + local("Open Sans SemiCondensed Light Italic"), 75 + local("OpenSansSemiCondensed-LightItalic"), 76 + url("src/open-sans-semicondensed/OpenSansSemiCondensed-LightItalic.woff2") 77 + format("woff2"), 78 + url("src/open-sans-semicondensed/OpenSansSemiCondensed-LightItalic.woff") 79 + format("woff"); 80 + font-weight: 300; 81 + font-style: italic; 82 + font-display: swap; 59 83 } 60 84 61 85 @font-face { 62 - font-family: 'Open Sans SemiCondensed'; 63 - src: local('Open Sans SemiCondensed Bold Italic'), local('OpenSansSemiCondensed-BoldItalic'), 64 - url('src/open-sans-semicondensed/OpenSansSemiCondensed-BoldItalic.woff2') format('woff2'), 65 - url('src/open-sans-semicondensed/OpenSansSemiCondensed-BoldItalic.woff') format('woff'); 66 - font-weight: bold; 67 - font-style: italic; 68 - font-display: swap; 86 + font-family: "Open Sans SemiCondensed"; 87 + src: 88 + local("Open Sans SemiCondensed Bold Italic"), 89 + local("OpenSansSemiCondensed-BoldItalic"), 90 + url("src/open-sans-semicondensed/OpenSansSemiCondensed-BoldItalic.woff2") 91 + format("woff2"), 92 + url("src/open-sans-semicondensed/OpenSansSemiCondensed-BoldItalic.woff") 93 + format("woff"); 94 + font-weight: bold; 95 + font-style: italic; 96 + font-display: swap; 69 97 } 70 98 71 99 @font-face { 72 - font-family: 'Open Sans SemiCondensed'; 73 - src: local('Open Sans SemiCondensed ExtraBold Italic'), local('OpenSansSemiCondensed-ExtraBoldItalic'), 74 - url('src/open-sans-semicondensed/OpenSansSemiCondensed-ExtraBoldItalic.woff2') format('woff2'), 75 - url('src/open-sans-semicondensed/OpenSansSemiCondensed-ExtraBoldItalic.woff') format('woff'); 76 - font-weight: bold; 77 - font-style: italic; 78 - font-display: swap; 100 + font-family: "Open Sans SemiCondensed"; 101 + src: 102 + local("Open Sans SemiCondensed ExtraBold Italic"), 103 + local("OpenSansSemiCondensed-ExtraBoldItalic"), 104 + url("src/open-sans-semicondensed/OpenSansSemiCondensed-ExtraBoldItalic.woff2") 105 + format("woff2"), 106 + url("src/open-sans-semicondensed/OpenSansSemiCondensed-ExtraBoldItalic.woff") 107 + format("woff"); 108 + font-weight: bold; 109 + font-style: italic; 110 + font-display: swap; 79 111 } 80 112 81 113 @font-face { 82 - font-family: 'Open Sans SemiCondensed'; 83 - src: local('Open Sans SemiCondensed ExtraBold'), local('OpenSansSemiCondensed-ExtraBold'), 84 - url('src/open-sans-semicondensed/OpenSansSemiCondensed-ExtraBold.woff2') format('woff2'), 85 - url('src/open-sans-semicondensed/OpenSansSemiCondensed-ExtraBold.woff') format('woff'); 86 - font-weight: bold; 87 - font-style: normal; 88 - font-display: swap; 114 + font-family: "Open Sans SemiCondensed"; 115 + src: 116 + local("Open Sans SemiCondensed ExtraBold"), 117 + local("OpenSansSemiCondensed-ExtraBold"), 118 + url("src/open-sans-semicondensed/OpenSansSemiCondensed-ExtraBold.woff2") 119 + format("woff2"), 120 + url("src/open-sans-semicondensed/OpenSansSemiCondensed-ExtraBold.woff") 121 + format("woff"); 122 + font-weight: bold; 123 + font-style: normal; 124 + font-display: swap; 89 125 } 90 126 91 127 @font-face { 92 - font-family: 'Open Sans SemiCondensed'; 93 - src: local('Open Sans SemiCondensed Italic'), local('OpenSansSemiCondensed-Italic'), 94 - url('src/open-sans-semicondensed/OpenSansSemiCondensed-Italic.woff2') format('woff2'), 95 - url('src/open-sans-semicondensed/OpenSansSemiCondensed-Italic.woff') format('woff'); 96 - font-weight: normal; 97 - font-style: italic; 98 - font-display: swap; 128 + font-family: "Open Sans SemiCondensed"; 129 + src: 130 + local("Open Sans SemiCondensed Italic"), 131 + local("OpenSansSemiCondensed-Italic"), 132 + url("src/open-sans-semicondensed/OpenSansSemiCondensed-Italic.woff2") 133 + format("woff2"), 134 + url("src/open-sans-semicondensed/OpenSansSemiCondensed-Italic.woff") 135 + format("woff"); 136 + font-weight: normal; 137 + font-style: italic; 138 + font-display: swap; 99 139 } 100 140 101 141 @font-face { 102 - font-family: 'Open Sans SemiCondensed'; 103 - src: local('Open Sans SemiCondensed Medium'), local('OpenSansSemiCondensed-Medium'), 104 - url('src/open-sans-semicondensed/OpenSansSemiCondensed-Medium.woff2') format('woff2'), 105 - url('src/open-sans-semicondensed/OpenSansSemiCondensed-Medium.woff') format('woff'); 106 - font-weight: 500; 107 - font-style: normal; 108 - font-display: swap; 142 + font-family: "Open Sans SemiCondensed"; 143 + src: 144 + local("Open Sans SemiCondensed Medium"), 145 + local("OpenSansSemiCondensed-Medium"), 146 + url("src/open-sans-semicondensed/OpenSansSemiCondensed-Medium.woff2") 147 + format("woff2"), 148 + url("src/open-sans-semicondensed/OpenSansSemiCondensed-Medium.woff") 149 + format("woff"); 150 + font-weight: 500; 151 + font-style: normal; 152 + font-display: swap; 109 153 } 110 154 111 155 @font-face { 112 - font-family: 'Open Sans SemiCondensed'; 113 - src: local('Open Sans SemiCondensed SemiBold Italic'), local('OpenSansSemiCondensed-SemiBoldItalic'), 114 - url('src/open-sans-semicondensed/OpenSansSemiCondensed-SemiBoldItalic.woff2') format('woff2'), 115 - url('src/open-sans-semicondensed/OpenSansSemiCondensed-SemiBoldItalic.woff') format('woff'); 116 - font-weight: 600; 117 - font-style: italic; 118 - font-display: swap; 156 + font-family: "Open Sans SemiCondensed"; 157 + src: 158 + local("Open Sans SemiCondensed SemiBold Italic"), 159 + local("OpenSansSemiCondensed-SemiBoldItalic"), 160 + url("src/open-sans-semicondensed/OpenSansSemiCondensed-SemiBoldItalic.woff2") 161 + format("woff2"), 162 + url("src/open-sans-semicondensed/OpenSansSemiCondensed-SemiBoldItalic.woff") 163 + format("woff"); 164 + font-weight: 600; 165 + font-style: italic; 166 + font-display: swap; 119 167 } 120 -
+108 -85
serve/open-sans.css
··· 1 1 @font-face { 2 - font-family: 'Open Sans'; 3 - src: local('Open Sans ExtraBold'), local('OpenSans-ExtraBold'), 4 - url('src/open-sans/OpenSans-ExtraBold.woff2') format('woff2'), 5 - url('src/open-sans/OpenSans-ExtraBold.woff') format('woff'); 6 - font-weight: bold; 7 - font-style: normal; 8 - font-display: swap; 2 + font-family: "Open Sans"; 3 + src: 4 + local("Open Sans ExtraBold"), 5 + local("OpenSans-ExtraBold"), 6 + url("src/open-sans/OpenSans-ExtraBold.woff2") format("woff2"), 7 + url("src/open-sans/OpenSans-ExtraBold.woff") format("woff"); 8 + font-weight: bold; 9 + font-style: normal; 10 + font-display: swap; 9 11 } 10 12 11 13 @font-face { 12 - font-family: 'Open Sans'; 13 - src: local('Open Sans Bold Italic'), local('OpenSans-BoldItalic'), 14 - url('src/open-sans/OpenSans-BoldItalic.woff2') format('woff2'), 15 - url('src/open-sans/OpenSans-BoldItalic.woff') format('woff'); 16 - font-weight: bold; 17 - font-style: italic; 18 - font-display: swap; 14 + font-family: "Open Sans"; 15 + src: 16 + local("Open Sans Bold Italic"), 17 + local("OpenSans-BoldItalic"), 18 + url("src/open-sans/OpenSans-BoldItalic.woff2") format("woff2"), 19 + url("src/open-sans/OpenSans-BoldItalic.woff") format("woff"); 20 + font-weight: bold; 21 + font-style: italic; 22 + font-display: swap; 19 23 } 20 24 21 25 @font-face { 22 - font-family: 'Open Sans'; 23 - src: local('Open Sans Bold'), local('OpenSans-Bold'), 24 - url('src/open-sans/OpenSans-Bold.woff2') format('woff2'), 25 - url('src/open-sans/OpenSans-Bold.woff') format('woff'); 26 - font-weight: bold; 27 - font-style: normal; 28 - font-display: swap; 26 + font-family: "Open Sans"; 27 + src: 28 + local("Open Sans Bold"), 29 + local("OpenSans-Bold"), 30 + url("src/open-sans/OpenSans-Bold.woff2") format("woff2"), 31 + url("src/open-sans/OpenSans-Bold.woff") format("woff"); 32 + font-weight: bold; 33 + font-style: normal; 34 + font-display: swap; 29 35 } 30 36 31 37 @font-face { 32 - font-family: 'Open Sans'; 33 - src: local('Open Sans Light'), local('OpenSans-Light'), 34 - url('src/open-sans/OpenSans-Light.woff2') format('woff2'), 35 - url('src/open-sans/OpenSans-Light.woff') format('woff'); 36 - font-weight: 300; 37 - font-style: normal; 38 - font-display: swap; 38 + font-family: "Open Sans"; 39 + src: 40 + local("Open Sans Light"), 41 + local("OpenSans-Light"), 42 + url("src/open-sans/OpenSans-Light.woff2") format("woff2"), 43 + url("src/open-sans/OpenSans-Light.woff") format("woff"); 44 + font-weight: 300; 45 + font-style: normal; 46 + font-display: swap; 39 47 } 40 48 41 49 @font-face { 42 - font-family: 'Open Sans'; 43 - src: local('Open Sans Italic'), local('OpenSans-Italic'), 44 - url('src/open-sans/OpenSans-Italic.woff2') format('woff2'), 45 - url('src/open-sans/OpenSans-Italic.woff') format('woff'); 46 - font-weight: normal; 47 - font-style: italic; 48 - font-display: swap; 50 + font-family: "Open Sans"; 51 + src: 52 + local("Open Sans Italic"), 53 + local("OpenSans-Italic"), 54 + url("src/open-sans/OpenSans-Italic.woff2") format("woff2"), 55 + url("src/open-sans/OpenSans-Italic.woff") format("woff"); 56 + font-weight: normal; 57 + font-style: italic; 58 + font-display: swap; 49 59 } 50 60 51 61 @font-face { 52 - font-family: 'Open Sans'; 53 - src: local('Open Sans Medium Italic'), local('OpenSans-MediumItalic'), 54 - url('src/open-sans/OpenSans-MediumItalic.woff2') format('woff2'), 55 - url('src/open-sans/OpenSans-MediumItalic.woff') format('woff'); 56 - font-weight: 500; 57 - font-style: italic; 58 - font-display: swap; 62 + font-family: "Open Sans"; 63 + src: 64 + local("Open Sans Medium Italic"), 65 + local("OpenSans-MediumItalic"), 66 + url("src/open-sans/OpenSans-MediumItalic.woff2") format("woff2"), 67 + url("src/open-sans/OpenSans-MediumItalic.woff") format("woff"); 68 + font-weight: 500; 69 + font-style: italic; 70 + font-display: swap; 59 71 } 60 72 61 73 @font-face { 62 - font-family: 'Open Sans'; 63 - src: local('Open Sans SemiBold Italic'), local('OpenSans-SemiBoldItalic'), 64 - url('src/open-sans/OpenSans-SemiBoldItalic.woff2') format('woff2'), 65 - url('src/open-sans/OpenSans-SemiBoldItalic.woff') format('woff'); 66 - font-weight: 600; 67 - font-style: italic; 68 - font-display: swap; 74 + font-family: "Open Sans"; 75 + src: 76 + local("Open Sans SemiBold Italic"), 77 + local("OpenSans-SemiBoldItalic"), 78 + url("src/open-sans/OpenSans-SemiBoldItalic.woff2") format("woff2"), 79 + url("src/open-sans/OpenSans-SemiBoldItalic.woff") format("woff"); 80 + font-weight: 600; 81 + font-style: italic; 82 + font-display: swap; 69 83 } 70 84 71 85 @font-face { 72 - font-family: 'Open Sans'; 73 - src: local('Open Sans ExtraBold Italic'), local('OpenSans-ExtraBoldItalic'), 74 - url('src/open-sans/OpenSans-ExtraBoldItalic.woff2') format('woff2'), 75 - url('src/open-sans/OpenSans-ExtraBoldItalic.woff') format('woff'); 76 - font-weight: bold; 77 - font-style: italic; 78 - font-display: swap; 86 + font-family: "Open Sans"; 87 + src: 88 + local("Open Sans ExtraBold Italic"), 89 + local("OpenSans-ExtraBoldItalic"), 90 + url("src/open-sans/OpenSans-ExtraBoldItalic.woff2") format("woff2"), 91 + url("src/open-sans/OpenSans-ExtraBoldItalic.woff") format("woff"); 92 + font-weight: bold; 93 + font-style: italic; 94 + font-display: swap; 79 95 } 80 96 81 97 @font-face { 82 - font-family: 'Open Sans'; 83 - src: local('Open Sans Light Italic'), local('OpenSans-LightItalic'), 84 - url('src/open-sans/OpenSans-LightItalic.woff2') format('woff2'), 85 - url('src/open-sans/OpenSans-LightItalic.woff') format('woff'); 86 - font-weight: 300; 87 - font-style: italic; 88 - font-display: swap; 98 + font-family: "Open Sans"; 99 + src: 100 + local("Open Sans Light Italic"), 101 + local("OpenSans-LightItalic"), 102 + url("src/open-sans/OpenSans-LightItalic.woff2") format("woff2"), 103 + url("src/open-sans/OpenSans-LightItalic.woff") format("woff"); 104 + font-weight: 300; 105 + font-style: italic; 106 + font-display: swap; 89 107 } 90 108 91 109 @font-face { 92 - font-family: 'Open Sans'; 93 - src: local('Open Sans Medium'), local('OpenSans-Medium'), 94 - url('src/open-sans/OpenSans-Medium.woff2') format('woff2'), 95 - url('src/open-sans/OpenSans-Medium.woff') format('woff'); 96 - font-weight: 500; 97 - font-style: normal; 98 - font-display: swap; 110 + font-family: "Open Sans"; 111 + src: 112 + local("Open Sans Medium"), 113 + local("OpenSans-Medium"), 114 + url("src/open-sans/OpenSans-Medium.woff2") format("woff2"), 115 + url("src/open-sans/OpenSans-Medium.woff") format("woff"); 116 + font-weight: 500; 117 + font-style: normal; 118 + font-display: swap; 99 119 } 100 120 101 121 @font-face { 102 - font-family: 'Open Sans'; 103 - src: local('Open Sans Regular'), local('OpenSans-Regular'), 104 - url('src/open-sans/OpenSans-Regular.woff2') format('woff2'), 105 - url('src/open-sans/OpenSans-Regular.woff') format('woff'); 106 - font-weight: normal; 107 - font-style: normal; 108 - font-display: swap; 122 + font-family: "Open Sans"; 123 + src: 124 + local("Open Sans Regular"), 125 + local("OpenSans-Regular"), 126 + url("src/open-sans/OpenSans-Regular.woff2") format("woff2"), 127 + url("src/open-sans/OpenSans-Regular.woff") format("woff"); 128 + font-weight: normal; 129 + font-style: normal; 130 + font-display: swap; 109 131 } 110 132 111 133 @font-face { 112 - font-family: 'Open Sans'; 113 - src: local('Open Sans SemiBold'), local('OpenSans-SemiBold'), 114 - url('src/open-sans/OpenSans-SemiBold.woff2') format('woff2'), 115 - url('src/open-sans/OpenSans-SemiBold.woff') format('woff'); 116 - font-weight: 600; 117 - font-style: normal; 118 - font-display: swap; 134 + font-family: "Open Sans"; 135 + src: 136 + local("Open Sans SemiBold"), 137 + local("OpenSans-SemiBold"), 138 + url("src/open-sans/OpenSans-SemiBold.woff2") format("woff2"), 139 + url("src/open-sans/OpenSans-SemiBold.woff") format("woff"); 140 + font-weight: 600; 141 + font-style: normal; 142 + font-display: swap; 119 143 } 120 -
+171 -127
serve/roboto-condensed.css
··· 1 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; 2 + font-family: "Roboto Condensed"; 3 + src: 4 + local("Roboto Condensed Bold"), 5 + local("RobotoCondensed-Bold"), 6 + url("src/roboto-condensed/RobotoCondensed-Bold.woff2") format("woff2"), 7 + url("src/roboto-condensed/RobotoCondensed-Bold.woff") format("woff"); 8 + font-weight: bold; 9 + font-style: normal; 10 + font-display: swap; 9 11 } 10 12 11 13 @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; 14 + font-family: "Roboto Condensed"; 15 + src: 16 + local("Roboto Condensed ExtraBold"), 17 + local("RobotoCondensed-ExtraBold"), 18 + url("src/roboto-condensed/RobotoCondensed-ExtraBold.woff2") format("woff2"), 19 + url("src/roboto-condensed/RobotoCondensed-ExtraBold.woff") format("woff"); 20 + font-weight: bold; 21 + font-style: normal; 22 + font-display: swap; 19 23 } 20 24 21 25 @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; 26 + font-family: "Roboto Condensed"; 27 + src: 28 + local("Roboto Condensed ExtraBold Italic"), 29 + local("RobotoCondensed-ExtraBoldItalic"), 30 + url("src/roboto-condensed/RobotoCondensed-ExtraBoldItalic.woff2") 31 + format("woff2"), 32 + url("src/roboto-condensed/RobotoCondensed-ExtraBoldItalic.woff") 33 + format("woff"); 34 + font-weight: bold; 35 + font-style: italic; 36 + font-display: swap; 29 37 } 30 38 31 39 @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; 40 + font-family: "Roboto Condensed"; 41 + src: 42 + local("Roboto Condensed Black"), 43 + local("RobotoCondensed-Black"), 44 + url("src/roboto-condensed/RobotoCondensed-Black.woff2") format("woff2"), 45 + url("src/roboto-condensed/RobotoCondensed-Black.woff") format("woff"); 46 + font-weight: 900; 47 + font-style: normal; 48 + font-display: swap; 39 49 } 40 50 41 51 @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; 52 + font-family: "Roboto Condensed"; 53 + src: 54 + local("Roboto Condensed Black Italic"), 55 + local("RobotoCondensed-BlackItalic"), 56 + url("src/roboto-condensed/RobotoCondensed-BlackItalic.woff2") 57 + format("woff2"), 58 + url("src/roboto-condensed/RobotoCondensed-BlackItalic.woff") format("woff"); 59 + font-weight: 900; 60 + font-style: italic; 61 + font-display: swap; 49 62 } 50 63 51 64 @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; 65 + font-family: "Roboto Condensed"; 66 + src: 67 + local("Roboto Condensed Bold Italic"), 68 + local("RobotoCondensed-BoldItalic"), 69 + url("src/roboto-condensed/RobotoCondensed-BoldItalic.woff2") format("woff2"), 70 + url("src/roboto-condensed/RobotoCondensed-BoldItalic.woff") format("woff"); 71 + font-weight: bold; 72 + font-style: italic; 73 + font-display: swap; 59 74 } 60 75 61 76 @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; 77 + font-family: "Roboto Condensed"; 78 + src: 79 + local("Roboto Condensed SemiBold"), 80 + local("RobotoCondensed-SemiBold"), 81 + url("src/roboto-condensed/RobotoCondensed-SemiBold.woff2") format("woff2"), 82 + url("src/roboto-condensed/RobotoCondensed-SemiBold.woff") format("woff"); 83 + font-weight: 600; 84 + font-style: normal; 85 + font-display: swap; 69 86 } 70 87 71 88 @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; 89 + font-family: "Roboto Condensed"; 90 + src: 91 + local("Roboto Condensed Italic"), 92 + local("RobotoCondensed-Italic"), 93 + url("src/roboto-condensed/RobotoCondensed-Italic.woff2") format("woff2"), 94 + url("src/roboto-condensed/RobotoCondensed-Italic.woff") format("woff"); 95 + font-weight: normal; 96 + font-style: italic; 97 + font-display: swap; 79 98 } 80 99 81 100 @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; 101 + font-family: "Roboto Condensed"; 102 + src: 103 + local("Roboto Condensed Medium Italic"), 104 + local("RobotoCondensed-MediumItalic"), 105 + url("src/roboto-condensed/RobotoCondensed-MediumItalic.woff2") 106 + format("woff2"), 107 + url("src/roboto-condensed/RobotoCondensed-MediumItalic.woff") format("woff"); 108 + font-weight: 500; 109 + font-style: italic; 110 + font-display: swap; 89 111 } 90 112 91 113 @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; 114 + font-family: "Roboto Condensed"; 115 + src: 116 + local("Roboto Condensed Medium"), 117 + local("RobotoCondensed-Medium"), 118 + url("src/roboto-condensed/RobotoCondensed-Medium.woff2") format("woff2"), 119 + url("src/roboto-condensed/RobotoCondensed-Medium.woff") format("woff"); 120 + font-weight: 500; 121 + font-style: normal; 122 + font-display: swap; 99 123 } 100 124 101 125 @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; 126 + font-family: "Roboto Condensed"; 127 + src: 128 + local("Roboto Condensed ExtraLight Italic"), 129 + local("RobotoCondensed-ExtraLightItalic"), 130 + url("src/roboto-condensed/RobotoCondensed-ExtraLightItalic.woff2") 131 + format("woff2"), 132 + url("src/roboto-condensed/RobotoCondensed-ExtraLightItalic.woff") 133 + format("woff"); 134 + font-weight: 200; 135 + font-style: italic; 136 + font-display: swap; 109 137 } 110 138 111 139 @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; 140 + font-family: "Roboto Condensed"; 141 + src: 142 + local("Roboto Condensed Regular"), 143 + local("RobotoCondensed-Regular"), 144 + url("src/roboto-condensed/RobotoCondensed-Regular.woff2") format("woff2"), 145 + url("src/roboto-condensed/RobotoCondensed-Regular.woff") format("woff"); 146 + font-weight: normal; 147 + font-style: normal; 148 + font-display: swap; 119 149 } 120 150 121 151 @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; 152 + font-family: "Roboto Condensed"; 153 + src: 154 + local("Roboto Condensed ExtraLight"), 155 + local("RobotoCondensed-ExtraLight"), 156 + url("src/roboto-condensed/RobotoCondensed-ExtraLight.woff2") format("woff2"), 157 + url("src/roboto-condensed/RobotoCondensed-ExtraLight.woff") format("woff"); 158 + font-weight: 200; 159 + font-style: normal; 160 + font-display: swap; 129 161 } 130 162 131 163 @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; 164 + font-family: "Roboto Condensed"; 165 + src: 166 + local("Roboto Condensed Light"), 167 + local("RobotoCondensed-Light"), 168 + url("src/roboto-condensed/RobotoCondensed-Light.woff2") format("woff2"), 169 + url("src/roboto-condensed/RobotoCondensed-Light.woff") format("woff"); 170 + font-weight: 300; 171 + font-style: normal; 172 + font-display: swap; 139 173 } 140 174 141 175 @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; 176 + font-family: "Roboto Condensed"; 177 + src: 178 + local("Roboto Condensed Light Italic"), 179 + local("RobotoCondensed-LightItalic"), 180 + url("src/roboto-condensed/RobotoCondensed-LightItalic.woff2") 181 + format("woff2"), 182 + url("src/roboto-condensed/RobotoCondensed-LightItalic.woff") format("woff"); 183 + font-weight: 300; 184 + font-style: italic; 185 + font-display: swap; 149 186 } 150 187 151 188 @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; 189 + font-family: "Roboto Condensed"; 190 + src: 191 + local("Roboto Condensed Thin"), 192 + local("RobotoCondensed-Thin"), 193 + url("src/roboto-condensed/RobotoCondensed-Thin.woff2") format("woff2"), 194 + url("src/roboto-condensed/RobotoCondensed-Thin.woff") format("woff"); 195 + font-weight: 100; 196 + font-style: normal; 197 + font-display: swap; 159 198 } 160 199 161 200 @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; 201 + font-family: "Roboto Condensed"; 202 + src: 203 + local("Roboto Condensed SemiBold Italic"), 204 + local("RobotoCondensed-SemiBoldItalic"), 205 + url("src/roboto-condensed/RobotoCondensed-SemiBoldItalic.woff2") 206 + format("woff2"), 207 + url("src/roboto-condensed/RobotoCondensed-SemiBoldItalic.woff") 208 + format("woff"); 209 + font-weight: 600; 210 + font-style: italic; 211 + font-display: swap; 169 212 } 170 213 171 214 @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; 215 + font-family: "Roboto Condensed"; 216 + src: 217 + local("Roboto Condensed Thin Italic"), 218 + local("RobotoCondensed-ThinItalic"), 219 + url("src/roboto-condensed/RobotoCondensed-ThinItalic.woff2") format("woff2"), 220 + url("src/roboto-condensed/RobotoCondensed-ThinItalic.woff") format("woff"); 221 + font-weight: 100; 222 + font-style: italic; 223 + font-display: swap; 179 224 } 180 -
+126 -99
serve/roboto-mono.css
··· 1 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; 2 + font-family: "Roboto Mono"; 3 + src: 4 + local("Roboto Mono Light"), 5 + local("RobotoMono-Light"), 6 + url("src/roboto-mono/RobotoMono-Light.woff2") format("woff2"), 7 + url("src/roboto-mono/RobotoMono-Light.woff") format("woff"); 8 + font-weight: 300; 9 + font-style: normal; 10 + font-display: swap; 9 11 } 10 12 11 13 @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; 14 + font-family: "Roboto Mono"; 15 + src: 16 + local("Roboto Mono ExtraLight"), 17 + local("RobotoMono-ExtraLight"), 18 + url("src/roboto-mono/RobotoMono-ExtraLight.woff2") format("woff2"), 19 + url("src/roboto-mono/RobotoMono-ExtraLight.woff") format("woff"); 20 + font-weight: 200; 21 + font-style: normal; 22 + font-display: swap; 19 23 } 20 24 21 25 @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; 26 + font-family: "Roboto Mono"; 27 + src: 28 + local("Roboto Mono Italic"), 29 + local("RobotoMono-Italic"), 30 + url("src/roboto-mono/RobotoMono-Italic.woff2") format("woff2"), 31 + url("src/roboto-mono/RobotoMono-Italic.woff") format("woff"); 32 + font-weight: normal; 33 + font-style: italic; 34 + font-display: swap; 29 35 } 30 36 31 37 @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; 38 + font-family: "Roboto Mono"; 39 + src: 40 + local("Roboto Mono ExtraLight Italic"), 41 + local("RobotoMono-ExtraLightItalic"), 42 + url("src/roboto-mono/RobotoMono-ExtraLightItalic.woff2") format("woff2"), 43 + url("src/roboto-mono/RobotoMono-ExtraLightItalic.woff") format("woff"); 44 + font-weight: 200; 45 + font-style: italic; 46 + font-display: swap; 39 47 } 40 48 41 49 @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; 50 + font-family: "Roboto Mono"; 51 + src: 52 + local("Roboto Mono Bold Italic"), 53 + local("RobotoMono-BoldItalic"), 54 + url("src/roboto-mono/RobotoMono-BoldItalic.woff2") format("woff2"), 55 + url("src/roboto-mono/RobotoMono-BoldItalic.woff") format("woff"); 56 + font-weight: bold; 57 + font-style: italic; 58 + font-display: swap; 49 59 } 50 60 51 61 @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; 62 + font-family: "Roboto Mono"; 63 + src: 64 + local("Roboto Mono Light Italic"), 65 + local("RobotoMono-LightItalic"), 66 + url("src/roboto-mono/RobotoMono-LightItalic.woff2") format("woff2"), 67 + url("src/roboto-mono/RobotoMono-LightItalic.woff") format("woff"); 68 + font-weight: 300; 69 + font-style: italic; 70 + font-display: swap; 59 71 } 60 72 61 73 @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; 74 + font-family: "Roboto Mono"; 75 + src: 76 + local("Roboto Mono Bold"), 77 + local("RobotoMono-Bold"), 78 + url("src/roboto-mono/RobotoMono-Bold.woff2") format("woff2"), 79 + url("src/roboto-mono/RobotoMono-Bold.woff") format("woff"); 80 + font-weight: bold; 81 + font-style: normal; 82 + font-display: swap; 69 83 } 70 84 71 85 @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; 86 + font-family: "Roboto Mono"; 87 + src: 88 + local("Roboto Mono SemiBold Italic"), 89 + local("RobotoMono-SemiBoldItalic"), 90 + url("src/roboto-mono/RobotoMono-SemiBoldItalic.woff2") format("woff2"), 91 + url("src/roboto-mono/RobotoMono-SemiBoldItalic.woff") format("woff"); 92 + font-weight: 600; 93 + font-style: italic; 94 + font-display: swap; 79 95 } 80 96 81 97 @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; 98 + font-family: "Roboto Mono"; 99 + src: 100 + local("Roboto Mono Regular"), 101 + local("RobotoMono-Regular"), 102 + url("src/roboto-mono/RobotoMono-Regular.woff2") format("woff2"), 103 + url("src/roboto-mono/RobotoMono-Regular.woff") format("woff"); 104 + font-weight: normal; 105 + font-style: normal; 106 + font-display: swap; 89 107 } 90 108 91 109 @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; 110 + font-family: "Roboto Mono"; 111 + src: 112 + local("Roboto Mono Thin"), 113 + local("RobotoMono-Thin"), 114 + url("src/roboto-mono/RobotoMono-Thin.woff2") format("woff2"), 115 + url("src/roboto-mono/RobotoMono-Thin.woff") format("woff"); 116 + font-weight: 100; 117 + font-style: normal; 118 + font-display: swap; 99 119 } 100 120 101 121 @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; 122 + font-family: "Roboto Mono"; 123 + src: 124 + local("Roboto Mono Medium"), 125 + local("RobotoMono-Medium"), 126 + url("src/roboto-mono/RobotoMono-Medium.woff2") format("woff2"), 127 + url("src/roboto-mono/RobotoMono-Medium.woff") format("woff"); 128 + font-weight: 500; 129 + font-style: normal; 130 + font-display: swap; 109 131 } 110 132 111 133 @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; 134 + font-family: "Roboto Mono"; 135 + src: 136 + local("Roboto Mono Thin Italic"), 137 + local("RobotoMono-ThinItalic"), 138 + url("src/roboto-mono/RobotoMono-ThinItalic.woff2") format("woff2"), 139 + url("src/roboto-mono/RobotoMono-ThinItalic.woff") format("woff"); 140 + font-weight: 100; 141 + font-style: italic; 142 + font-display: swap; 119 143 } 120 144 121 145 @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; 146 + font-family: "Roboto Mono"; 147 + src: 148 + local("Roboto Mono Medium Italic"), 149 + local("RobotoMono-MediumItalic"), 150 + url("src/roboto-mono/RobotoMono-MediumItalic.woff2") format("woff2"), 151 + url("src/roboto-mono/RobotoMono-MediumItalic.woff") format("woff"); 152 + font-weight: 500; 153 + font-style: italic; 154 + font-display: swap; 129 155 } 130 156 131 157 @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; 158 + font-family: "Roboto Mono"; 159 + src: 160 + local("Roboto Mono SemiBold"), 161 + local("RobotoMono-SemiBold"), 162 + url("src/roboto-mono/RobotoMono-SemiBold.woff2") format("woff2"), 163 + url("src/roboto-mono/RobotoMono-SemiBold.woff") format("woff"); 164 + font-weight: 600; 165 + font-style: normal; 166 + font-display: swap; 139 167 } 140 -
+81 -64
serve/roboto-slab.css
··· 1 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; 2 + font-family: "Roboto Slab"; 3 + src: 4 + local("Roboto Slab ExtraBold"), 5 + local("RobotoSlab-ExtraBold"), 6 + url("src/roboto-slab/RobotoSlab-ExtraBold.woff2") format("woff2"), 7 + url("src/roboto-slab/RobotoSlab-ExtraBold.woff") format("woff"); 8 + font-weight: bold; 9 + font-style: normal; 10 + font-display: swap; 9 11 } 10 12 11 13 @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; 14 + font-family: "Roboto Slab"; 15 + src: 16 + local("Roboto Slab ExtraLight"), 17 + local("RobotoSlab-ExtraLight"), 18 + url("src/roboto-slab/RobotoSlab-ExtraLight.woff2") format("woff2"), 19 + url("src/roboto-slab/RobotoSlab-ExtraLight.woff") format("woff"); 20 + font-weight: 200; 21 + font-style: normal; 22 + font-display: swap; 19 23 } 20 24 21 25 @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; 26 + font-family: "Roboto Slab"; 27 + src: 28 + local("Roboto Slab Bold"), 29 + local("RobotoSlab-Bold"), 30 + url("src/roboto-slab/RobotoSlab-Bold.woff2") format("woff2"), 31 + url("src/roboto-slab/RobotoSlab-Bold.woff") format("woff"); 32 + font-weight: bold; 33 + font-style: normal; 34 + font-display: swap; 29 35 } 30 36 31 37 @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; 38 + font-family: "Roboto Slab"; 39 + src: 40 + local("Roboto Slab Black"), 41 + local("RobotoSlab-Black"), 42 + url("src/roboto-slab/RobotoSlab-Black.woff2") format("woff2"), 43 + url("src/roboto-slab/RobotoSlab-Black.woff") format("woff"); 44 + font-weight: 900; 45 + font-style: normal; 46 + font-display: swap; 39 47 } 40 48 41 49 @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; 50 + font-family: "Roboto Slab"; 51 + src: 52 + local("Roboto Slab Medium"), 53 + local("RobotoSlab-Medium"), 54 + url("src/roboto-slab/RobotoSlab-Medium.woff2") format("woff2"), 55 + url("src/roboto-slab/RobotoSlab-Medium.woff") format("woff"); 56 + font-weight: 500; 57 + font-style: normal; 58 + font-display: swap; 49 59 } 50 60 51 61 @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; 62 + font-family: "Roboto Slab"; 63 + src: 64 + local("Roboto Slab SemiBold"), 65 + local("RobotoSlab-SemiBold"), 66 + url("src/roboto-slab/RobotoSlab-SemiBold.woff2") format("woff2"), 67 + url("src/roboto-slab/RobotoSlab-SemiBold.woff") format("woff"); 68 + font-weight: 600; 69 + font-style: normal; 70 + font-display: swap; 59 71 } 60 72 61 73 @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; 74 + font-family: "Roboto Slab"; 75 + src: 76 + local("Roboto Slab Light"), 77 + local("RobotoSlab-Light"), 78 + url("src/roboto-slab/RobotoSlab-Light.woff2") format("woff2"), 79 + url("src/roboto-slab/RobotoSlab-Light.woff") format("woff"); 80 + font-weight: 300; 81 + font-style: normal; 82 + font-display: swap; 69 83 } 70 84 71 85 @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; 86 + font-family: "Roboto Slab"; 87 + src: 88 + local("Roboto Slab Regular"), 89 + local("RobotoSlab-Regular"), 90 + url("src/roboto-slab/RobotoSlab-Regular.woff2") format("woff2"), 91 + url("src/roboto-slab/RobotoSlab-Regular.woff") format("woff"); 92 + font-weight: normal; 93 + font-style: normal; 94 + font-display: swap; 79 95 } 80 96 81 97 @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; 98 + font-family: "Roboto Slab"; 99 + src: 100 + local("Roboto Slab Thin"), 101 + local("RobotoSlab-Thin"), 102 + url("src/roboto-slab/RobotoSlab-Thin.woff2") format("woff2"), 103 + url("src/roboto-slab/RobotoSlab-Thin.woff") format("woff"); 104 + font-weight: 100; 105 + font-style: normal; 106 + font-display: swap; 89 107 } 90 -
+108 -85
serve/roboto.css
··· 1 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; 2 + font-family: "Roboto"; 3 + src: 4 + local("Roboto Bold"), 5 + local("Roboto-Bold"), 6 + url("src/roboto/Roboto-Bold.woff2") format("woff2"), 7 + url("src/roboto/Roboto-Bold.woff") format("woff"); 8 + font-weight: bold; 9 + font-style: normal; 10 + font-display: swap; 9 11 } 10 12 11 13 @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; 14 + font-family: "Roboto"; 15 + src: 16 + local("Roboto Bold Italic"), 17 + local("Roboto-BoldItalic"), 18 + url("src/roboto/Roboto-BoldItalic.woff2") format("woff2"), 19 + url("src/roboto/Roboto-BoldItalic.woff") format("woff"); 20 + font-weight: bold; 21 + font-style: italic; 22 + font-display: swap; 19 23 } 20 24 21 25 @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; 26 + font-family: "Roboto"; 27 + src: 28 + local("Roboto Light Italic"), 29 + local("Roboto-LightItalic"), 30 + url("src/roboto/Roboto-LightItalic.woff2") format("woff2"), 31 + url("src/roboto/Roboto-LightItalic.woff") format("woff"); 32 + font-weight: 300; 33 + font-style: italic; 34 + font-display: swap; 29 35 } 30 36 31 37 @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; 38 + font-family: "Roboto"; 39 + src: 40 + local("Roboto Italic"), 41 + local("Roboto-Italic"), 42 + url("src/roboto/Roboto-Italic.woff2") format("woff2"), 43 + url("src/roboto/Roboto-Italic.woff") format("woff"); 44 + font-weight: normal; 45 + font-style: italic; 46 + font-display: swap; 39 47 } 40 48 41 49 @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; 50 + font-family: "Roboto"; 51 + src: 52 + local("Roboto Light"), 53 + local("Roboto-Light"), 54 + url("src/roboto/Roboto-Light.woff2") format("woff2"), 55 + url("src/roboto/Roboto-Light.woff") format("woff"); 56 + font-weight: 300; 57 + font-style: normal; 58 + font-display: swap; 49 59 } 50 60 51 61 @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; 62 + font-family: "Roboto"; 63 + src: 64 + local("Roboto Black Italic"), 65 + local("Roboto-BlackItalic"), 66 + url("src/roboto/Roboto-BlackItalic.woff2") format("woff2"), 67 + url("src/roboto/Roboto-BlackItalic.woff") format("woff"); 68 + font-weight: 900; 69 + font-style: italic; 70 + font-display: swap; 59 71 } 60 72 61 73 @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; 74 + font-family: "Roboto"; 75 + src: 76 + local("Roboto Black"), 77 + local("Roboto-Black"), 78 + url("src/roboto/Roboto-Black.woff2") format("woff2"), 79 + url("src/roboto/Roboto-Black.woff") format("woff"); 80 + font-weight: 900; 81 + font-style: normal; 82 + font-display: swap; 69 83 } 70 84 71 85 @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; 86 + font-family: "Roboto"; 87 + src: 88 + local("Roboto Thin Italic"), 89 + local("Roboto-ThinItalic"), 90 + url("src/roboto/Roboto-ThinItalic.woff2") format("woff2"), 91 + url("src/roboto/Roboto-ThinItalic.woff") format("woff"); 92 + font-weight: 100; 93 + font-style: italic; 94 + font-display: swap; 79 95 } 80 96 81 97 @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; 98 + font-family: "Roboto"; 99 + src: 100 + local("Roboto Medium"), 101 + local("Roboto-Medium"), 102 + url("src/roboto/Roboto-Medium.woff2") format("woff2"), 103 + url("src/roboto/Roboto-Medium.woff") format("woff"); 104 + font-weight: 500; 105 + font-style: normal; 106 + font-display: swap; 89 107 } 90 108 91 109 @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; 110 + font-family: "Roboto"; 111 + src: 112 + local("Roboto Medium Italic"), 113 + local("Roboto-MediumItalic"), 114 + url("src/roboto/Roboto-MediumItalic.woff2") format("woff2"), 115 + url("src/roboto/Roboto-MediumItalic.woff") format("woff"); 116 + font-weight: 500; 117 + font-style: italic; 118 + font-display: swap; 99 119 } 100 120 101 121 @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; 122 + font-family: "Roboto"; 123 + src: 124 + local("Roboto"), 125 + local("Roboto-Regular"), 126 + url("src/roboto/Roboto-Regular.woff2") format("woff2"), 127 + url("src/roboto/Roboto-Regular.woff") format("woff"); 128 + font-weight: normal; 129 + font-style: normal; 130 + font-display: swap; 109 131 } 110 132 111 133 @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; 134 + font-family: "Roboto"; 135 + src: 136 + local("Roboto Thin"), 137 + local("Roboto-Thin"), 138 + url("src/roboto/Roboto-Thin.woff2") format("woff2"), 139 + url("src/roboto/Roboto-Thin.woff") format("woff"); 140 + font-weight: 100; 141 + font-style: normal; 142 + font-display: swap; 119 143 } 120 -