diff --git a/.gitignore b/.gitignore index 827c2d7..4ed99db 100644 --- a/.gitignore +++ b/.gitignore @@ -9,6 +9,7 @@ yarn-debug.log* yarn-error.log* lerna-debug.log* .pnpm-debug.log* +*.log # Caches diff --git a/.prettierignore b/.prettierignore new file mode 100644 index 0000000..88ecb93 --- /dev/null +++ b/.prettierignore @@ -0,0 +1,2 @@ +__generated__/** +output/** diff --git a/bun.lock b/bun.lock index f1960db..49e5ab6 100644 --- a/bun.lock +++ b/bun.lock @@ -8,6 +8,7 @@ "opentype.js": "^1.3.4", "playwright": "^1.48.2", "potpack": "2.0.0", + "quicktype-core": "^23.2.6", "sharp": "^0.33.5", "svgo": "^3.3.2", "wrangler": "^3.83.0", @@ -92,6 +93,8 @@ "@fastify/busboy": ["@fastify/busboy@2.1.1", "", {}, "sha512-vBZP4NlzfOlerQTnba4aqZoMhE/a9HY7HRqoOPaETQcSQuWEIyZMHGfVu6w9wGtGK5fED5qRs2DteVCjOH60sA=="], + "@glideapps/ts-necessities": ["@glideapps/ts-necessities@2.2.3", "", {}, "sha512-gXi0awOZLHk3TbW55GZLCPP6O+y/b5X1pBXKBVckFONSwF1z1E5ND2BGJsghQFah+pW7pkkyFb2VhUQI2qhL5w=="], + "@img/sharp-darwin-arm64": ["@img/sharp-darwin-arm64@0.33.5", "", { "optionalDependencies": { "@img/sharp-libvips-darwin-arm64": "1.0.4" }, "os": "darwin", "cpu": "arm64" }, "sha512-UT4p+iz/2H4twwAoLCqfA9UH5pI6DggwKEGuaPy7nCVQ8ZsiY5PIcrRvD1DzuY3qYL07NtIQcWnBSY/heikIFQ=="], "@img/sharp-darwin-x64": ["@img/sharp-darwin-x64@0.33.5", "", { "optionalDependencies": { "@img/sharp-libvips-darwin-x64": "1.0.4" }, "os": "darwin", "cpu": "x64" }, "sha512-fyHac4jIc1ANYGRDxtiqelIbdWkIuQaI84Mv45KvGRRxSAa7o7d1ZKAOBaYbnepLC1WqxfpimdeWfvqqSGwR2Q=="], @@ -152,6 +155,8 @@ "@types/ws": ["@types/ws@8.5.12", "", { "dependencies": { "@types/node": "*" } }, ""], + "abort-controller": ["abort-controller@3.0.0", "", { "dependencies": { "event-target-shim": "^5.0.0" } }, "sha512-h8lQ8tacZYnR3vNQTgibj+tODHI5/+l06Au2Pcriv/Gmet0eaj4TwWH41sO9wnHDiQsEj19q0drzdWdeAHtweg=="], + "acorn": ["acorn@8.14.0", "", { "bin": "bin/acorn" }, "sha512-cl669nCJTZBsL97OF4kUQm5g5hC2uihk0NxY3WENAC0TYdILVkAyHymAntgxGkl7K+t0cXIrH5siy5S4XkFycA=="], "acorn-walk": ["acorn-walk@8.3.4", "", { "dependencies": { "acorn": "^8.11.0" } }, "sha512-ueEepnujpqee2o5aIYnvHU6C0A42MNdsIDeqy5BydrkuC5R1ZuUFnm27EeFJGoEHJQgn3uleRvmTXaJgfXbt4g=="], @@ -160,6 +165,8 @@ "as-table": ["as-table@1.0.55", "", { "dependencies": { "printable-characters": "^1.0.42" } }, "sha512-xvsWESUJn0JN421Xb9MQw6AsMHRCUknCe0Wjlxvjud80mU4E6hQf1A6NzQKcYNmYw62MfzEtXc+badstZP3JpQ=="], + "base64-js": ["base64-js@1.5.1", "", {}, "sha512-AKpaYlHn8t4SVbOHCy+b5+KKgvR4vrsD8vbvrbiQJps7fKDTkjkDry6ji0rUJjC0kzbNePLwzxq8iypo41qeWA=="], + "bezier-js": ["bezier-js@2.6.1", "", {}, ""], "binary-extensions": ["binary-extensions@2.3.0", "", {}, "sha512-Ceh+7ox5qe7LJuLHoY0feh3pHuUDHAcRUeyL2VYghZwfpkNIy/+8Ocg0a3UuSoYzavmylwuLWQOf3hl0jjMMIw=="], @@ -170,6 +177,10 @@ "braces": ["braces@3.0.3", "", { "dependencies": { "fill-range": "^7.1.1" } }, "sha512-yQbXgO/OSZVD2IsiLlro+7Hf6Q18EJrKSEsdoMzKePKXct3gvD8oLcOQdIzGupr5Fj+EDe8gO/lxc1BzfMpxvA=="], + "browser-or-node": ["browser-or-node@3.0.0", "", {}, "sha512-iczIdVJzGEYhP5DqQxYM9Hh7Ztpqqi+CXZpSmX8ALFs9ecXkQIeqRyM6TfxEfMVpwhl3dSuDvxdzzo9sUOIVBQ=="], + + "buffer": ["buffer@6.0.3", "", { "dependencies": { "base64-js": "^1.3.1", "ieee754": "^1.2.1" } }, "sha512-FTiCpNxtwiZZHEZbcbTIcZjERVICn9yq/pDFkTl95/AxzD1naBctN7YO68riM/gLSDY7sdrMby8hofADYuuqOA=="], + "bun-types": ["bun-types@1.1.32", "", { "dependencies": { "@types/node": "~20.12.8", "@types/ws": "~8.5.10" } }, ""], "capnp-ts": ["capnp-ts@0.7.0", "", { "dependencies": { "debug": "^4.3.1", "tslib": "^2.2.0" } }, "sha512-XKxXAC3HVPv7r674zP0VC3RTXz+/JKhfyw94ljvF80yynK6VkTnqE3jMuN8b3dUVmmc43TjyxjW4KTsmB3c86g=="], @@ -178,6 +189,8 @@ "clone": ["clone@1.0.4", "", {}, ""], + "collection-utils": ["collection-utils@1.0.1", "", {}, "sha512-LA2YTIlR7biSpXkKYwwuzGjwL5rjWEZVOSnvdUc7gObvWe4WkjxOpfrdhoP7Hs09YWDVfg0Mal9BpAqLfVEzQg=="], + "color": ["color@4.2.3", "", { "dependencies": { "color-convert": "^2.0.1", "color-string": "^1.9.0" } }, "sha512-1rXeuUUiGGrykh+CeBdu5Ie7OJwinCgQY0bc7GCRxy5xVHy+moaqkpL/jqQq0MtQOeYcrqEz4abc5f0KtU7W4A=="], "color-convert": ["color-convert@2.0.1", "", { "dependencies": { "color-name": "~1.1.4" } }, "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ=="], @@ -190,6 +203,8 @@ "cookie": ["cookie@0.7.2", "", {}, "sha512-yki5XnKuf750l50uGTllt6kKILY4nQ1eNIQatoXEByZ5dWgnKqbnqmTrBE5B4N7lrMJKQ2ytWMiTO2o0v6Ew/w=="], + "cross-fetch": ["cross-fetch@4.1.0", "", { "dependencies": { "node-fetch": "^2.7.0" } }, "sha512-uKm5PU+MHTootlWEY+mZ4vvXoCn4fLQxT9dSc1sXVMSFkINTJVN8cAQROpwcKm8bJ/c7rgZVIBWzH5T78sNZZw=="], + "css-select": ["css-select@5.1.0", "", { "dependencies": { "boolbase": "^1.0.0", "css-what": "^6.1.0", "domhandler": "^5.0.2", "domutils": "^3.0.1", "nth-check": "^2.0.1" } }, ""], "css-tree": ["css-tree@2.3.1", "", { "dependencies": { "mdn-data": "2.0.30", "source-map-js": "^1.0.1" } }, ""], @@ -224,6 +239,10 @@ "estree-walker": ["estree-walker@0.6.1", "", {}, "sha512-SqmZANLWS0mnatqbSfRP5g8OXZC12Fgg1IwNtLsyHDzJizORW4khDfjPqJZsemPWBB2uqykUah5YpQ6epsqC/w=="], + "event-target-shim": ["event-target-shim@5.0.1", "", {}, "sha512-i/2XbnSz/uxRCU6+NdVJgKWDTM427+MqYbkQzD321DuCQJUqOuJKIA0IM2+W2xtYHdKOmZ4dR6fExsd4SXL+WQ=="], + + "events": ["events@3.3.0", "", {}, "sha512-mQw+2fkQbALzQ7V0MY0IqdnXNOeTtP4r0lN9z7AAawCXgqea7bDii20AYrIBrFd/Hx0M2Ocz6S111CaFkUcb0Q=="], + "exit-hook": ["exit-hook@2.2.1", "", {}, "sha512-eNTPlAD67BmP31LDINZ3U7HSF8l57TxOY2PmBJ1shpCvpnxBF93mWCE8YHBnXs8qiUZJc9WDcWIeC3a2HIAMfw=="], "fill-range": ["fill-range@7.1.1", "", { "dependencies": { "to-regex-range": "^5.0.1" } }, "sha512-YsGpe3WHLK8ZYi4tWDg2Jy3ebRz2rXowDxnld4bkQB00cc/1Zw9AWnC0i9ztDJitivtQvaI9KaLyKrc+hBW0yg=="], @@ -242,6 +261,8 @@ "hasown": ["hasown@2.0.2", "", { "dependencies": { "function-bind": "^1.1.2" } }, "sha512-0hJU9SCPvmMzIBdZFqNPXWa6dqh7WdH0cII9y+CyS8rG3nL48Bclra9HmKhVVUHyPWNH5Y7xDwAB7bfgSjkUMQ=="], + "ieee754": ["ieee754@1.2.1", "", {}, "sha512-dcyqhDvX1C46lXZcVqCpK+FtMRQVdIMN6/Df5js2zouUsqG7I6sFxitIC+7KYK29KdXOLHdu9zL4sFnoVQnqaA=="], + "is-arrayish": ["is-arrayish@0.3.2", "", {}, "sha512-eVRqCvVlZbuw3GrM63ovNSNAeA1K16kaR/LRY/92w0zxQ5/1YzwblUX652i4Xs9RwAGjW9d9y6X88t8OaAJfWQ=="], "is-binary-path": ["is-binary-path@2.1.0", "", { "dependencies": { "binary-extensions": "^2.0.0" } }, "sha512-ZMERYes6pDydyuGidse7OsHxtbI7WVeUEozgR/g7rd0xUimYNlvZRE/K2MgZTjWy725IfelLeVcEM97mmtRGXw=="], @@ -254,10 +275,16 @@ "is-number": ["is-number@7.0.0", "", {}, "sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng=="], + "is-url": ["is-url@1.2.4", "", {}, "sha512-ITvGim8FhRiYe4IQ5uHSkj7pVaPDrCTkNd3yq3cV7iZAcJdHTUMPMEHcqSOy9xZ9qFenQCvi+2wjH9a1nXqHww=="], + "itty-time": ["itty-time@1.0.6", "", {}, "sha512-+P8IZaLLBtFv8hCkIjcymZOp4UJ+xW6bSlQsXGqrkmJh7vSiMFSlNne0mCYagEE0N7HDNR5jJBRxwN0oYv61Rw=="], + "js-base64": ["js-base64@3.7.8", "", {}, "sha512-hNngCeKxIUQiEUN3GPJOkz4wF/YvdUdbNL9hsBcMQTkKzboD7T/q3OYOuuPZLUE6dBxSGpwhk5mwuDud7JVAow=="], + "kdbush": ["kdbush@2.0.1", "", {}, ""], + "lodash": ["lodash@4.17.21", "", {}, "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg=="], + "magic-string": ["magic-string@0.25.9", "", { "dependencies": { "sourcemap-codec": "^1.4.8" } }, "sha512-RmF0AsMzgt25qzqqLc1+MbHmhdx0ojF2Fvs4XnOqz2ZOBXzzkEwc/dJQZCYHAn7v1jbVOjAZfK8msRn4BxO4VQ=="], "makerjs": ["makerjs@0.18.1", "", { "dependencies": { "@danmarshall/jscad-typings": "^1.0.0", "@types/bezier-js": "^0.0.6", "@types/node": "^7.0.5", "@types/opentype.js": "^0.7.0", "@types/pdfkit": "^0.7.34", "bezier-js": "^2.1.0", "clone": "^1.0.2", "graham_scan": "^1.0.4", "kdbush": "^2.0.1" } }, ""], @@ -274,6 +301,8 @@ "nanoid": ["nanoid@3.3.7", "", { "bin": "bin/nanoid.cjs" }, "sha512-eSRppjcPIatRIMC1U6UngP8XFcz8MQWGQdt1MTBQ7NaAmvXDfvNxbvWV3x2y6CdEUciCSsDHDQZbhYaB8QEo2g=="], + "node-fetch": ["node-fetch@2.7.0", "", { "dependencies": { "whatwg-url": "^5.0.0" }, "peerDependencies": { "encoding": "^0.1.0" }, "optionalPeers": ["encoding"] }, "sha512-c4FRfUm/dbcWZ7U+1Wq0AwCyFL+3nt2bEw05wfxSz+DWpWsitgmSgYmy2dQdWyKC1694ELPqMs/YzUSNozLt8A=="], + "node-forge": ["node-forge@1.3.1", "", {}, "sha512-dPEtOeMvF9VMcYV/1Wb8CPoVAXtp6MKMlcbAt4ddqmGqUJ6fQZFXkNZNkNlfevtNkGtaSoXf/vNNNSvgrdXwtA=="], "normalize-path": ["normalize-path@3.0.0", "", {}, "sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA=="], @@ -284,6 +313,8 @@ "opentype.js": ["opentype.js@1.3.4", "", { "dependencies": { "string.prototype.codepointat": "^0.2.1", "tiny-inflate": "^1.0.3" }, "bin": { "ot": "bin/ot" } }, ""], + "pako": ["pako@1.0.11", "", {}, "sha512-4hLB8Py4zZce5s4yd9XzopqwVv/yGNhV1Bl8NTmCq1763HeK2+EwVTv+leGeL13Dnh2wfbqowVPXCIO0z4taYw=="], + "path-parse": ["path-parse@1.0.7", "", {}, "sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw=="], "path-to-regexp": ["path-to-regexp@6.3.0", "", {}, "sha512-Yhpw4T9C6hPpgPeA28us07OJeqZ5EzQTkbfwuhsUg0c237RomFoETJgmp2sa3F/41gfLE6G5cqcYwznmeEeOlQ=="], @@ -298,10 +329,18 @@ "playwright-core": ["playwright-core@1.49.1", "", { "bin": "cli.js" }, "sha512-BzmpVcs4kE2CH15rWfzpjzVGhWERJfmnXmniSyKeRZUs9Ws65m+RGIi7mjJK/euCegfn3i7jvqWeWyHe9y3Vgg=="], + "pluralize": ["pluralize@8.0.0", "", {}, "sha512-Nc3IT5yHzflTfbjgqWcCPpo7DaKy4FnpB0l/zCAW0Tc7jxAiuqSxHasntB3D7887LSrA93kDJ9IXovxJYxyLCA=="], + "potpack": ["potpack@2.0.0", "", {}, "sha512-Q+/tYsFU9r7xoOJ+y/ZTtdVQwTWfzjbiXBDMM/JKUux3+QPP02iUuIoeBQ+Ot6oEDlC+/PGjB/5A3K7KKb7hcw=="], "printable-characters": ["printable-characters@1.0.42", "", {}, "sha512-dKp+C4iXWK4vVYZmYSd0KBH5F/h1HoZRsbJ82AVKRO3PEo8L4lBS/vLwhVtpwwuYcoIsVY+1JYKR268yn480uQ=="], + "process": ["process@0.11.10", "", {}, "sha512-cdGef/drWFoydD1JsMzuFf8100nZl+GT+yacc2bEced5f9Rjk4z+WtFUTBu9PhOi9j/jfmBPu0mMEY4wIdAF8A=="], + + "quicktype-core": ["quicktype-core@23.2.6", "", { "dependencies": { "@glideapps/ts-necessities": "2.2.3", "browser-or-node": "^3.0.0", "collection-utils": "^1.0.1", "cross-fetch": "^4.0.0", "is-url": "^1.2.4", "js-base64": "^3.7.7", "lodash": "^4.17.21", "pako": "^1.0.6", "pluralize": "^8.0.0", "readable-stream": "4.5.2", "unicode-properties": "^1.4.1", "urijs": "^1.19.1", "wordwrap": "^1.0.0", "yaml": "^2.4.1" } }, "sha512-asfeSv7BKBNVb9WiYhFRBvBZHcRutPRBwJMxW0pefluK4kkKu4lv0IvZBwFKvw2XygLcL1Rl90zxWDHYgkwCmA=="], + + "readable-stream": ["readable-stream@4.5.2", "", { "dependencies": { "abort-controller": "^3.0.0", "buffer": "^6.0.3", "events": "^3.3.0", "process": "^0.11.10", "string_decoder": "^1.3.0" } }, "sha512-yjavECdqeZ3GLXNgRXgeQEdz9fvDDkNKyHnbHRFtOr7/LcfgBcmct7t/ET+HaCTqfh06OzoAxrkN/IfjJBVe+g=="], + "readdirp": ["readdirp@3.6.0", "", { "dependencies": { "picomatch": "^2.2.1" } }, "sha512-hOS089on8RduqdbhvQ5Z37A0ESjsqz6qnRcffsMU3495FuTdqSm+7bhJ29JvIOsBDEEnan5DPu9t3To9VRlMzA=="], "resolve": ["resolve@1.22.8", "", { "dependencies": { "is-core-module": "^2.13.0", "path-parse": "^1.0.7", "supports-preserve-symlinks-flag": "^1.0.0" }, "bin": "bin/resolve" }, "sha512-oKWePCxqpd6FlLvGV1VU0x7bkPmmCNolxzjMf4NczoDnQcIWrAF+cPtZn5i6n+RfD2d9i0tzpKnG6Yk168yIyw=="], @@ -314,6 +353,8 @@ "rollup-pluginutils": ["rollup-pluginutils@2.8.2", "", { "dependencies": { "estree-walker": "^0.6.1" } }, "sha512-EEp9NhnUkwY8aif6bxgovPHMoMoNr2FulJziTndpt5H9RdwC47GSGuII9XxpSdzVGM0GWrNPHV6ie1LTNJPaLQ=="], + "safe-buffer": ["safe-buffer@5.2.1", "", {}, "sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ=="], + "selfsigned": ["selfsigned@2.4.1", "", { "dependencies": { "@types/node-forge": "^1.3.0", "node-forge": "^1" } }, "sha512-th5B4L2U+eGLq1TVh7zNRGBapioSORUeymIydxgFpwww9d2qyKvtuPU2jJuHvYAwwqi2Y596QBL3eEqcPEYL8Q=="], "semver": ["semver@7.6.3", "", { "bin": "bin/semver.js" }, "sha512-oVekP1cKtI+CTDvHWYFUcMtsK/00wmAEfyqKfNdARm8u1wNVhSgaX7A8d4UuIlUI5e84iEwOhs7ZPYRmzU9U6A=="], @@ -334,6 +375,8 @@ "string.prototype.codepointat": ["string.prototype.codepointat@0.2.1", "", {}, ""], + "string_decoder": ["string_decoder@1.3.0", "", { "dependencies": { "safe-buffer": "~5.2.0" } }, "sha512-hkRX8U1WjJFd8LsDJ2yQ/wWWxaopEsABU1XfkM8A+j0+85JAGppt16cr1Whg6KIbb4okU6Mql6BOj+uup/wKeA=="], + "supports-preserve-symlinks-flag": ["supports-preserve-symlinks-flag@1.0.0", "", {}, "sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w=="], "svgo": ["svgo@3.3.2", "", { "dependencies": { "@trysound/sax": "0.2.0", "commander": "^7.2.0", "css-select": "^5.1.0", "css-tree": "^2.3.1", "css-what": "^6.1.0", "csso": "^5.0.5", "picocolors": "^1.0.0" }, "bin": "bin/svgo" }, ""], @@ -342,6 +385,8 @@ "to-regex-range": ["to-regex-range@5.0.1", "", { "dependencies": { "is-number": "^7.0.0" } }, "sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ=="], + "tr46": ["tr46@0.0.3", "", {}, "sha512-N3WMsuqV66lT30CrXNbEjx4GEwlow3v6rr4mCcv6prnfwhS01rkgyFdjPNBYd9br7LpXV1+Emh01fHnq2Gdgrw=="], + "tslib": ["tslib@2.8.0", "", {}, "sha512-jWVzBLplnCmoaTr13V9dYbiQ99wvZRd0vNWaDRg+aVYRcjDF3nDksxFDE/+fkXnKhpnUUkmx5pK/v8mCtLVqZA=="], "typescript": ["typescript@5.6.3", "", { "bin": { "tsc": "bin/tsc", "tsserver": "bin/tsserver" } }, ""], @@ -354,6 +399,18 @@ "unenv": ["unenv-nightly@2.0.0-20241018-011344-e666fcf", "", { "dependencies": { "defu": "^6.1.4", "ohash": "^1.1.4", "pathe": "^1.1.2", "ufo": "^1.5.4" } }, "sha512-D00bYn8rzkCBOlLx+k1iHQlc69jvtJRT7Eek4yIGQ6461a2tUBjngGZdRpqsoXAJCz/qBW0NgPting7Zvg+ysg=="], + "unicode-properties": ["unicode-properties@1.4.1", "", { "dependencies": { "base64-js": "^1.3.0", "unicode-trie": "^2.0.0" } }, "sha512-CLjCCLQ6UuMxWnbIylkisbRj31qxHPAurvena/0iwSVbQ2G1VY5/HjV0IRabOEbDHlzZlRdCrD4NhB0JtU40Pg=="], + + "unicode-trie": ["unicode-trie@2.0.0", "", { "dependencies": { "pako": "^0.2.5", "tiny-inflate": "^1.0.0" } }, "sha512-x7bc76x0bm4prf1VLg79uhAzKw8DVboClSN5VxJuQ+LKDOVEW9CdH+VY7SP+vX7xCYQqzzgQpFqz15zeLvAtZQ=="], + + "urijs": ["urijs@1.19.11", "", {}, "sha512-HXgFDgDommxn5/bIv0cnQZsPhHDA90NPHD6+c/v21U5+Sx5hoP8+dP9IZXBU1gIfvdRfhG8cel9QNPeionfcCQ=="], + + "webidl-conversions": ["webidl-conversions@3.0.1", "", {}, "sha512-2JAn3z8AR6rjK8Sm8orRC0h/bcl/DqL7tRPdGZ4I1CjdF+EaMLmYxBHyXuKL849eucPFhvBoxMsflfOb8kxaeQ=="], + + "whatwg-url": ["whatwg-url@5.0.0", "", { "dependencies": { "tr46": "~0.0.3", "webidl-conversions": "^3.0.0" } }, "sha512-saE57nupxk6v3HY35+jzBwYa0rKSy0XR8JSxZPwgLr7ys0IBzhGviA1/TUGJLmSVqs8pb9AnvICXEuOHLprYTw=="], + + "wordwrap": ["wordwrap@1.0.0", "", {}, "sha512-gvVzJFlPycKc5dZN4yPkP8w7Dc37BtP1yczEneOb4uq34pXZcvrtRTmWV8W+Ume+XCxKgbjM+nevkyFPMybd4Q=="], + "workerd": ["workerd@1.20241022.0", "", { "optionalDependencies": { "@cloudflare/workerd-darwin-64": "1.20241022.0", "@cloudflare/workerd-darwin-arm64": "1.20241022.0", "@cloudflare/workerd-linux-64": "1.20241022.0", "@cloudflare/workerd-linux-arm64": "1.20241022.0", "@cloudflare/workerd-windows-64": "1.20241022.0" }, "bin": "bin/workerd" }, "sha512-jyGXsgO9DRcJyx6Ovv7gUyDPc3UYC2i/E0p9GFUg6GUzpldw4Y93y9kOmdfsOnKZ3+lY53veSiUniiBPE6Q2NQ=="], "wrangler": ["wrangler@3.83.0", "", { "dependencies": { "@cloudflare/kv-asset-handler": "0.3.4", "@cloudflare/workers-shared": "0.7.0", "@esbuild-plugins/node-globals-polyfill": "^0.2.3", "@esbuild-plugins/node-modules-polyfill": "^0.2.2", "blake3-wasm": "^2.1.5", "chokidar": "^3.5.3", "date-fns": "^4.1.0", "esbuild": "0.17.19", "itty-time": "^1.0.6", "miniflare": "3.20241022.0", "nanoid": "^3.3.3", "path-to-regexp": "^6.3.0", "resolve": "^1.22.8", "resolve.exports": "^2.0.2", "selfsigned": "^2.0.1", "source-map": "^0.6.1", "unenv": "npm:unenv-nightly@2.0.0-20241018-011344-e666fcf", "workerd": "1.20241022.0", "xxhash-wasm": "^1.0.1" }, "optionalDependencies": { "fsevents": "~2.3.2" }, "peerDependencies": { "@cloudflare/workers-types": "^4.20241022.0" }, "optionalPeers": ["@cloudflare/workers-types"], "bin": { "wrangler": "bin/wrangler.js", "wrangler2": "bin/wrangler.js" } }, "sha512-qDzdUuTngKqmm2OJUZm7Gk4+Hv37F2nNNAHuhIgItEIhxBdOVDsgKmvpd+f41MFxyuGg3fbGWYANHI+0V2Z5yw=="], @@ -362,6 +419,8 @@ "xxhash-wasm": ["xxhash-wasm@1.0.2", "", {}, "sha512-ibF0Or+FivM9lNrg+HGJfVX8WJqgo+kCLDc4vx6xMeTce7Aj+DLttKbxxRR/gNLSAelRc1omAPlJ77N/Jem07A=="], + "yaml": ["yaml@2.8.1", "", { "bin": { "yaml": "bin.mjs" } }, "sha512-lcYcMxX2PO9XMGvAJkJ3OsNMw+/7FKes7/hgerGUYWIoWu5j/+YQqcZr5JnPZWzOsEBgMbSbiSTn/dv/69Mkpw=="], + "youch": ["youch@3.3.4", "", { "dependencies": { "cookie": "^0.7.1", "mustache": "^4.2.0", "stacktracey": "^2.1.8" } }, "sha512-UeVBXie8cA35DS6+nBkls68xaBBXCye0CNznrhszZjTbRVnJKQuNsyLKBTTL4ln1o1rh2PKtv35twV7irj5SEg=="], "zod": ["zod@3.23.8", "", {}, "sha512-XBx9AXhXktjUqnepgTiE5flcKIYWi/rme0Eaj+5Y0lftuGBq+jyRu/md4WnuxqgP1ubdpNCsYEYPxrzVHD8d6g=="], @@ -378,6 +437,8 @@ "makerjs/@types/node": ["@types/node@7.10.14", "", {}, ""], + "unicode-trie/pako": ["pako@0.2.9", "", {}, "sha512-NUcwaKxUxWrZLpDG+z/xZaCgQITkA/Dv4V/T6bw7VON6l1Xz/VnrBqrYjZQ12TamKHzITTfOEIYUj48y2KXImA=="], + "wrangler/fsevents": ["fsevents@2.3.3", "", { "os": "darwin" }, "sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw=="], "@types/pdfkit/@types/node/undici-types": ["undici-types@5.26.5", "", {}, ""], diff --git a/output/axes.json b/output/axes.json new file mode 100644 index 0000000..a1c7a05 --- /dev/null +++ b/output/axes.json @@ -0,0 +1,54 @@ +{ + "wdth": "Width", + "wght": "Weight", + "ital": "Italic", + "slnt": "Slant", + "opsz": "Optical Size", + "ARRR": "AR Retinal Resolution", + "BLED": "Bleed", + "BNCE": "Bounce", + "CASL": "Casual", + "CRSV": "Cursive", + "CTRS": "Contrast", + "EDPT": "Extrusion Depth", + "EHLT": "Edge Highlight", + "ELGR": "Element Grid", + "ELSH": "Element Shape", + "ELXP": "Element Expansion", + "FILL": "Fill", + "FLAR": "Flare", + "GRAD": "Grade", + "HEXP": "Hyper Expansion", + "INFM": "Informality", + "MONO": "Monospace", + "MORF": "Morph", + "ROND": "Roundness", + "SCAN": "Scanlines", + "SHLN": "Shadow Length", + "SHRP": "Sharpness", + "SOFT": "Softness", + "SPAC": "Spacing", + "SZP1": "Size of Paint 1", + "SZP2": "Size of Paint 2", + "VOLM": "Volume", + "WONK": "Wonky", + "XELA": "Horizontal Element Alignment", + "XOPQ": "Thick Stroke", + "XPN1": "Horizontal Position of Paint 1", + "XPN2": "Horizontal Position of Paint 2", + "XROT": "Rotation in X", + "XTRA": "Counter Width", + "YEAR": "Year", + "YELA": "Vertical Element Alignment", + "YEXT": "Vertical Extension", + "YOPQ": "Thin Stroke", + "YPN1": "Vertical Position of Paint 1", + "YPN2": "Vertical Position of Paint 2", + "YROT": "Rotation in Y", + "YTAS": "Ascender Height", + "YTDE": "Descender Depth", + "YTFI": "Figure Height", + "YTLC": "Lowercase Height", + "YTUC": "Uppercase Height", + "ZROT": "Rotation in Z" +} diff --git a/output/font-chunks/font-chunk-0.avif b/output/font-chunks/font-chunk-0.avif index 2d8ce6f..48ed097 100644 Binary files a/output/font-chunks/font-chunk-0.avif and b/output/font-chunks/font-chunk-0.avif differ diff --git a/output/font-chunks/font-chunk-1.avif b/output/font-chunks/font-chunk-1.avif index b02bdd6..812b10d 100644 Binary files a/output/font-chunks/font-chunk-1.avif and b/output/font-chunks/font-chunk-1.avif differ diff --git a/output/font-chunks/font-chunk-10.avif b/output/font-chunks/font-chunk-10.avif index 52de762..a2f49b9 100644 Binary files a/output/font-chunks/font-chunk-10.avif and b/output/font-chunks/font-chunk-10.avif differ diff --git a/output/font-chunks/font-chunk-11.avif b/output/font-chunks/font-chunk-11.avif index 6e30ea0..3a22a19 100644 Binary files a/output/font-chunks/font-chunk-11.avif and b/output/font-chunks/font-chunk-11.avif differ diff --git a/output/font-chunks/font-chunk-12.avif b/output/font-chunks/font-chunk-12.avif index 77e8b6d..ad0b5bf 100644 Binary files a/output/font-chunks/font-chunk-12.avif and b/output/font-chunks/font-chunk-12.avif differ diff --git a/output/font-chunks/font-chunk-13.avif b/output/font-chunks/font-chunk-13.avif index a3be6ff..b1d9519 100644 Binary files a/output/font-chunks/font-chunk-13.avif and b/output/font-chunks/font-chunk-13.avif differ diff --git a/output/font-chunks/font-chunk-14.avif b/output/font-chunks/font-chunk-14.avif index 06b1089..2b3f6ba 100644 Binary files a/output/font-chunks/font-chunk-14.avif and b/output/font-chunks/font-chunk-14.avif differ diff --git a/output/font-chunks/font-chunk-15.avif b/output/font-chunks/font-chunk-15.avif index 68d77c7..ea9bbf2 100644 Binary files a/output/font-chunks/font-chunk-15.avif and b/output/font-chunks/font-chunk-15.avif differ diff --git a/output/font-chunks/font-chunk-16.avif b/output/font-chunks/font-chunk-16.avif index a5f96e5..a740df7 100644 Binary files a/output/font-chunks/font-chunk-16.avif and b/output/font-chunks/font-chunk-16.avif differ diff --git a/output/font-chunks/font-chunk-17.avif b/output/font-chunks/font-chunk-17.avif new file mode 100644 index 0000000..2b2d9ba Binary files /dev/null and b/output/font-chunks/font-chunk-17.avif differ diff --git a/output/font-chunks/font-chunk-2.avif b/output/font-chunks/font-chunk-2.avif index 504ad21..168ba4b 100644 Binary files a/output/font-chunks/font-chunk-2.avif and b/output/font-chunks/font-chunk-2.avif differ diff --git a/output/font-chunks/font-chunk-3.avif b/output/font-chunks/font-chunk-3.avif index 0733aa3..a5a0fac 100644 Binary files a/output/font-chunks/font-chunk-3.avif and b/output/font-chunks/font-chunk-3.avif differ diff --git a/output/font-chunks/font-chunk-4.avif b/output/font-chunks/font-chunk-4.avif index 3c00d5b..0dfb317 100644 Binary files a/output/font-chunks/font-chunk-4.avif and b/output/font-chunks/font-chunk-4.avif differ diff --git a/output/font-chunks/font-chunk-5.avif b/output/font-chunks/font-chunk-5.avif index 39888db..d36920b 100644 Binary files a/output/font-chunks/font-chunk-5.avif and b/output/font-chunks/font-chunk-5.avif differ diff --git a/output/font-chunks/font-chunk-6.avif b/output/font-chunks/font-chunk-6.avif index 82c4883..a0df49f 100644 Binary files a/output/font-chunks/font-chunk-6.avif and b/output/font-chunks/font-chunk-6.avif differ diff --git a/output/font-chunks/font-chunk-7.avif b/output/font-chunks/font-chunk-7.avif index 84c727c..3500289 100644 Binary files a/output/font-chunks/font-chunk-7.avif and b/output/font-chunks/font-chunk-7.avif differ diff --git a/output/font-chunks/font-chunk-8.avif b/output/font-chunks/font-chunk-8.avif index d04086e..38b8973 100644 Binary files a/output/font-chunks/font-chunk-8.avif and b/output/font-chunks/font-chunk-8.avif differ diff --git a/output/font-chunks/font-chunk-9.avif b/output/font-chunks/font-chunk-9.avif index 02f5394..0b69dea 100644 Binary files a/output/font-chunks/font-chunk-9.avif and b/output/font-chunks/font-chunk-9.avif differ diff --git a/output/font-chunks/fonts.json b/output/font-chunks/fonts.json index 50b085d..a645963 100644 --- a/output/font-chunks/fonts.json +++ b/output/font-chunks/fonts.json @@ -2,7 +2,7 @@ "fonts": { "ABeeZee": {"x":0,"y":0,"w":168,"ch":0,"s":["400","400i"]}, "ADLaM Display": {"x":157,"y":64,"w":219,"ch":0,"s":["400"]}, - "AR One Sans": {"x":0,"y":704,"w":244,"ch":0,"s":["400","500","600","700"]}, + "AR One Sans": {"x":0,"y":704,"w":244,"ch":0,"s":["400","500","600","700"],"a":[{"tag":"wght","min":400,"max":700,"defaultValue":400},{"tag":"ARRR","min":10,"max":60,"defaultValue":10}]}, "Abel": {"x":168,"y":0,"w":65,"ch":0,"s":["400"]}, "Abhaya Libre": {"x":233,"y":0,"w":202,"ch":0,"s":["400","500","600","700","800"]}, "Aboreto": {"x":435,"y":0,"w":195,"ch":0,"s":["400"]}, @@ -12,52 +12,53 @@ "Acme": {"x":584,"y":32,"w":97,"ch":0,"s":["400"]}, "Actor": {"x":630,"y":0,"w":99,"ch":0,"s":["400"]}, "Adamina": {"x":0,"y":64,"w":157,"ch":0,"s":["400"]}, - "Advent Pro": {"x":376,"y":64,"w":170,"ch":0,"s":["100","200","300","400","500","600","700","800","900","100i","200i","300i","400i","500i","600i","700i","800i","900i"]}, - "Afacad": {"x":546,"y":64,"w":123,"ch":0,"s":["400","500","600","700","400i","500i","600i","700i"]}, - "Afacad Flux": {"x":0,"y":96,"w":202,"ch":0,"s":["100","200","300","400","500","600","700","800","900"]}, + "Advent Pro": {"x":376,"y":64,"w":170,"ch":0,"s":["100","200","300","400","500","600","700","800","900","100i","200i","300i","400i","500i","600i","700i","800i","900i"],"a":[{"tag":"wdth","min":100,"max":200,"defaultValue":100},{"tag":"wght","min":100,"max":900,"defaultValue":400}]}, + "Afacad": {"x":546,"y":64,"w":123,"ch":0,"s":["400","500","600","700","400i","500i","600i","700i"],"a":[{"tag":"wght","min":400,"max":700,"defaultValue":400}]}, + "Afacad Flux": {"x":0,"y":96,"w":202,"ch":0,"s":["100","200","300","400","500","600","700","800","900"],"a":[{"tag":"wght","min":100,"max":1000,"defaultValue":400},{"tag":"slnt","min":-14,"max":14,"defaultValue":0}]}, "Agbalumo": {"x":202,"y":96,"w":151,"ch":0,"s":["400"]}, "Agdasima": {"x":353,"y":96,"w":109,"ch":0,"s":["400","700"]}, - "Agu Display": {"x":462,"y":96,"w":161,"ch":0,"s":["400"]}, + "Agu Display": {"x":462,"y":96,"w":161,"ch":0,"s":["400"],"a":[{"tag":"MORF","min":0,"max":60,"defaultValue":0}]}, "Aguafina Script": {"x":623,"y":96,"w":109,"ch":0,"s":["400"]}, "Akatab": {"x":0,"y":128,"w":120,"ch":0,"s":["400","500","600","700","800","900"]}, "Akaya Kanadaka": {"x":120,"y":128,"w":221,"ch":0,"s":["400"]}, "Akaya Telivigala": {"x":341,"y":128,"w":207,"ch":0,"s":["400"]}, "Akronim": {"x":548,"y":128,"w":111,"ch":0,"s":["400"]}, - "Akshar": {"x":0,"y":160,"w":105,"ch":0,"s":["300","400","500","600","700"]}, + "Akshar": {"x":0,"y":160,"w":105,"ch":0,"s":["300","400","500","600","700"],"a":[{"tag":"wght","min":300,"max":700,"defaultValue":400}]}, "Aladin": {"x":105,"y":160,"w":89,"ch":0,"s":["400"]}, - "Alata": {"x":194,"y":160,"w":100,"ch":0,"s":["400"]}, - "Alatsi": {"x":294,"y":160,"w":93,"ch":0,"s":["400"]}, - "Albert Sans": {"x":387,"y":160,"w":213,"ch":0,"s":["100","200","300","400","500","600","700","800","900","100i","200i","300i","400i","500i","600i","700i","800i","900i"]}, - "Aldrich": {"x":600,"y":160,"w":146,"ch":0,"s":["400"]}, - "Alef": {"x":659,"y":128,"w":77,"ch":0,"s":["400","700"]}, - "Alegreya": {"x":0,"y":192,"w":109,"ch":0,"s":["400","500","600","700","800","900","400i","500i","600i","700i","800i","900i"]}, - "Alegreya SC": {"x":0,"y":224,"w":239,"ch":0,"s":["400","400i","500","500i","700","700i","800","800i","900","900i"]}, - "Alegreya Sans": {"x":109,"y":192,"w":181,"ch":0,"s":["100","100i","300","300i","400","400i","500","500i","700","700i","800","800i","900","900i"]}, - "Alegreya Sans SC": {"x":290,"y":192,"w":326,"ch":0,"s":["100","100i","300","300i","400","400i","500","500i","700","700i","800","800i","900","900i"]}, - "Aleo": {"x":239,"y":224,"w":85,"ch":0,"s":["100","200","300","400","500","600","700","800","900","100i","200i","300i","400i","500i","600i","700i","800i","900i"]}, - "Alex Brush": {"x":324,"y":224,"w":175,"ch":0,"s":["400"]}, - "Alexandria": {"x":499,"y":224,"w":211,"ch":0,"s":["100","200","300","400","500","600","700","800","900"]}, - "Alfa Slab One": {"x":0,"y":256,"w":268,"ch":0,"s":["400"]}, - "Alice": {"x":268,"y":256,"w":88,"ch":0,"s":["400"]}, - "Alike": {"x":356,"y":256,"w":88,"ch":0,"s":["400"]}, - "Alike Angular": {"x":444,"y":256,"w":190,"ch":0,"s":["400"]}, - "Alkalami": {"x":0,"y":288,"w":168,"ch":0,"s":["400"]}, - "Alkatra": {"x":168,"y":288,"w":135,"ch":0,"s":["400","500","600","700"]}, - "Allan": {"x":303,"y":288,"w":68,"ch":0,"s":["400","700"]}, - "Allerta": {"x":371,"y":288,"w":135,"ch":0,"s":["400"]}, + "Alan Sans": {"x":194,"y":160,"w":180,"ch":0,"s":["300","400","500","600","700","800","900"],"a":[{"tag":"wght","min":300,"max":900,"defaultValue":400}]}, + "Alata": {"x":374,"y":160,"w":100,"ch":0,"s":["400"]}, + "Alatsi": {"x":474,"y":160,"w":93,"ch":0,"s":["400"]}, + "Albert Sans": {"x":0,"y":192,"w":213,"ch":0,"s":["100","200","300","400","500","600","700","800","900","100i","200i","300i","400i","500i","600i","700i","800i","900i"],"a":[{"tag":"wght","min":100,"max":900,"defaultValue":400}]}, + "Aldrich": {"x":213,"y":192,"w":146,"ch":0,"s":["400"]}, + "Alef": {"x":359,"y":192,"w":77,"ch":0,"s":["400","700"]}, + "Alegreya": {"x":436,"y":192,"w":109,"ch":0,"s":["400","500","600","700","800","900","400i","500i","600i","700i","800i","900i"],"a":[{"tag":"wght","min":400,"max":900,"defaultValue":400}]}, + "Alegreya SC": {"x":326,"y":224,"w":239,"ch":0,"s":["400","400i","500","500i","700","700i","800","800i","900","900i"]}, + "Alegreya Sans": {"x":545,"y":192,"w":181,"ch":0,"s":["100","100i","300","300i","400","400i","500","500i","700","700i","800","800i","900","900i"]}, + "Alegreya Sans SC": {"x":0,"y":224,"w":326,"ch":0,"s":["100","100i","300","300i","400","400i","500","500i","700","700i","800","800i","900","900i"]}, + "Aleo": {"x":565,"y":224,"w":85,"ch":0,"s":["100","200","300","400","500","600","700","800","900","100i","200i","300i","400i","500i","600i","700i","800i","900i"],"a":[{"tag":"wght","min":100,"max":900,"defaultValue":400}]}, + "Alex Brush": {"x":567,"y":160,"w":175,"ch":0,"s":["400"]}, + "Alexandria": {"x":0,"y":256,"w":211,"ch":0,"s":["100","200","300","400","500","600","700","800","900"],"a":[{"tag":"wght","min":100,"max":900,"defaultValue":400}]}, + "Alfa Slab One": {"x":211,"y":256,"w":268,"ch":0,"s":["400"]}, + "Alice": {"x":479,"y":256,"w":88,"ch":0,"s":["400"]}, + "Alike": {"x":567,"y":256,"w":88,"ch":0,"s":["400"]}, + "Alike Angular": {"x":0,"y":288,"w":190,"ch":0,"s":["400"]}, + "Alkalami": {"x":190,"y":288,"w":168,"ch":0,"s":["400"]}, + "Alkatra": {"x":358,"y":288,"w":135,"ch":0,"s":["400","500","600","700"],"a":[{"tag":"wght","min":400,"max":700,"defaultValue":400}]}, + "Allan": {"x":493,"y":288,"w":68,"ch":0,"s":["400","700"]}, + "Allerta": {"x":561,"y":288,"w":135,"ch":0,"s":["400"]}, "Allerta Stencil": {"x":0,"y":320,"w":268,"ch":0,"s":["400"]}, "Allison": {"x":268,"y":320,"w":81,"ch":0,"s":["400"]}, "Allura": {"x":349,"y":320,"w":116,"ch":0,"s":["400"]}, "Almarai": {"x":465,"y":320,"w":137,"ch":0,"s":["300","400","700","800"]}, - "Almendra": {"x":506,"y":288,"w":170,"ch":0,"s":["400","400i","700","700i"]}, - "Almendra Display": {"x":0,"y":352,"w":223,"ch":0,"s":["400"]}, - "Almendra SC": {"x":223,"y":352,"w":215,"ch":0,"s":["400"]}, - "Alumni Sans": {"x":438,"y":352,"w":170,"ch":0,"s":["100","200","300","400","500","600","700","800","900","100i","200i","300i","400i","500i","600i","700i","800i","900i"]}, - "Alumni Sans Collegiate One": {"x":0,"y":384,"w":314,"ch":0,"s":["400","400i"]}, - "Alumni Sans Inline One": {"x":314,"y":384,"w":302,"ch":0,"s":["400","400i"]}, - "Alumni Sans Pinstripe": {"x":0,"y":416,"w":252,"ch":0,"s":["400","400i"]}, - "Alumni Sans SC": {"x":252,"y":416,"w":232,"ch":0,"s":["100","200","300","400","500","600","700","800","900","100i","200i","300i","400i","500i","600i","700i","800i","900i"]}, - "Amarante": {"x":484,"y":416,"w":164,"ch":0,"s":["400"]}, + "Almendra": {"x":0,"y":352,"w":170,"ch":0,"s":["400","400i","700","700i"]}, + "Almendra Display": {"x":170,"y":352,"w":223,"ch":0,"s":["400"]}, + "Almendra SC": {"x":393,"y":352,"w":215,"ch":0,"s":["400"]}, + "Alumni Sans": {"x":0,"y":384,"w":170,"ch":0,"s":["100","200","300","400","500","600","700","800","900","100i","200i","300i","400i","500i","600i","700i","800i","900i"],"a":[{"tag":"wght","min":100,"max":900,"defaultValue":400}]}, + "Alumni Sans Collegiate One": {"x":170,"y":384,"w":314,"ch":0,"s":["400","400i"]}, + "Alumni Sans Inline One": {"x":0,"y":416,"w":302,"ch":0,"s":["400","400i"]}, + "Alumni Sans Pinstripe": {"x":302,"y":416,"w":252,"ch":0,"s":["400","400i"]}, + "Alumni Sans SC": {"x":484,"y":384,"w":232,"ch":0,"s":["100","200","300","400","500","600","700","800","900","100i","200i","300i","400i","500i","600i","700i","800i","900i"],"a":[{"tag":"wght","min":100,"max":900,"defaultValue":400}]}, + "Amarante": {"x":554,"y":416,"w":164,"ch":0,"s":["400"]}, "Amaranth": {"x":0,"y":448,"w":173,"ch":0,"s":["400","400i","700","700i"]}, "Amatic SC": {"x":173,"y":448,"w":106,"ch":0,"s":["400","700"]}, "Amethysta": {"x":279,"y":448,"w":157,"ch":0,"s":["400"]}, @@ -65,21 +66,21 @@ "Amiri": {"x":555,"y":448,"w":107,"ch":0,"s":["400","400i","700","700i"]}, "Amiri Quran": {"x":0,"y":480,"w":198,"ch":0,"s":["400"]}, "Amita": {"x":198,"y":480,"w":96,"ch":0,"s":["400","700"]}, - "Anaheim": {"x":294,"y":480,"w":154,"ch":0,"s":["400","500","600","700","800"]}, - "Ancizar Sans": {"x":448,"y":480,"w":214,"ch":0,"s":["100","200","300","400","500","600","700","800","900","100i","200i","300i","400i","500i","600i","700i","800i","900i"]}, - "Ancizar Serif": {"x":0,"y":512,"w":224,"ch":0,"s":["300","400","500","600","700","800","900","300i","400i","500i","600i","700i","800i","900i"]}, - "Andada Pro": {"x":224,"y":512,"w":210,"ch":0,"s":["400","500","600","700","800","400i","500i","600i","700i","800i"]}, + "Anaheim": {"x":294,"y":480,"w":154,"ch":0,"s":["400","500","600","700","800"],"a":[{"tag":"wght","min":400,"max":800,"defaultValue":400}]}, + "Ancizar Sans": {"x":448,"y":480,"w":214,"ch":0,"s":["100","200","300","400","500","600","700","800","900","100i","200i","300i","400i","500i","600i","700i","800i","900i"],"a":[{"tag":"wght","min":100,"max":1000,"defaultValue":400}]}, + "Ancizar Serif": {"x":0,"y":512,"w":224,"ch":0,"s":["300","400","500","600","700","800","900","300i","400i","500i","600i","700i","800i","900i"],"a":[{"tag":"wght","min":300,"max":900,"defaultValue":400}]}, + "Andada Pro": {"x":224,"y":512,"w":210,"ch":0,"s":["400","500","600","700","800","400i","500i","600i","700i","800i"],"a":[{"tag":"wght","min":400,"max":840,"defaultValue":400}]}, "Andika": {"x":434,"y":512,"w":120,"ch":0,"s":["400","400i","700","700i"]}, - "Anek Bangla": {"x":554,"y":512,"w":182,"ch":0,"s":["100","200","300","400","500","600","700","800"]}, - "Anek Devanagari": {"x":0,"y":544,"w":245,"ch":0,"s":["100","200","300","400","500","600","700","800"]}, - "Anek Gujarati": {"x":245,"y":544,"w":197,"ch":0,"s":["100","200","300","400","500","600","700","800"]}, - "Anek Gurmukhi": {"x":442,"y":544,"w":279,"ch":0,"s":["100","200","300","400","500","600","700","800"]}, - "Anek Kannada": {"x":0,"y":576,"w":265,"ch":0,"s":["100","200","300","400","500","600","700","800"]}, - "Anek Latin": {"x":265,"y":576,"w":193,"ch":0,"s":["100","200","300","400","500","600","700","800"]}, - "Anek Malayalam": {"x":458,"y":576,"w":244,"ch":0,"s":["100","200","300","400","500","600","700","800"]}, - "Anek Odia": {"x":0,"y":608,"w":178,"ch":0,"s":["100","200","300","400","500","600","700","800"]}, - "Anek Tamil": {"x":178,"y":608,"w":200,"ch":0,"s":["100","200","300","400","500","600","700","800"]}, - "Anek Telugu": {"x":378,"y":608,"w":180,"ch":0,"s":["100","200","300","400","500","600","700","800"]}, + "Anek Bangla": {"x":554,"y":512,"w":182,"ch":0,"s":["100","200","300","400","500","600","700","800"],"a":[{"tag":"wdth","min":75,"max":125,"defaultValue":100},{"tag":"wght","min":100,"max":800,"defaultValue":400}]}, + "Anek Devanagari": {"x":0,"y":544,"w":245,"ch":0,"s":["100","200","300","400","500","600","700","800"],"a":[{"tag":"wdth","min":75,"max":125,"defaultValue":100},{"tag":"wght","min":100,"max":800,"defaultValue":400}]}, + "Anek Gujarati": {"x":245,"y":544,"w":197,"ch":0,"s":["100","200","300","400","500","600","700","800"],"a":[{"tag":"wdth","min":75,"max":125,"defaultValue":100},{"tag":"wght","min":100,"max":800,"defaultValue":400}]}, + "Anek Gurmukhi": {"x":442,"y":544,"w":279,"ch":0,"s":["100","200","300","400","500","600","700","800"],"a":[{"tag":"wdth","min":75,"max":125,"defaultValue":100},{"tag":"wght","min":100,"max":800,"defaultValue":400}]}, + "Anek Kannada": {"x":0,"y":576,"w":265,"ch":0,"s":["100","200","300","400","500","600","700","800"],"a":[{"tag":"wdth","min":75,"max":125,"defaultValue":100},{"tag":"wght","min":100,"max":800,"defaultValue":400}]}, + "Anek Latin": {"x":265,"y":576,"w":193,"ch":0,"s":["100","200","300","400","500","600","700","800"],"a":[{"tag":"wdth","min":75,"max":125,"defaultValue":100},{"tag":"wght","min":100,"max":800,"defaultValue":400}]}, + "Anek Malayalam": {"x":458,"y":576,"w":244,"ch":0,"s":["100","200","300","400","500","600","700","800"],"a":[{"tag":"wdth","min":75,"max":125,"defaultValue":100},{"tag":"wght","min":100,"max":800,"defaultValue":400}]}, + "Anek Odia": {"x":0,"y":608,"w":178,"ch":0,"s":["100","200","300","400","500","600","700","800"],"a":[{"tag":"wdth","min":75,"max":125,"defaultValue":100},{"tag":"wght","min":100,"max":800,"defaultValue":400}]}, + "Anek Tamil": {"x":178,"y":608,"w":200,"ch":0,"s":["100","200","300","400","500","600","700","800"],"a":[{"tag":"wdth","min":75,"max":125,"defaultValue":100},{"tag":"wght","min":100,"max":800,"defaultValue":400}]}, + "Anek Telugu": {"x":378,"y":608,"w":180,"ch":0,"s":["100","200","300","400","500","600","700","800"],"a":[{"tag":"wdth","min":75,"max":125,"defaultValue":100},{"tag":"wght","min":100,"max":800,"defaultValue":400}]}, "Angkor": {"x":558,"y":608,"w":134,"ch":0,"s":["400"]}, "Annapurna SIL": {"x":0,"y":640,"w":222,"ch":0,"s":["400","700"]}, "Annie Use Your Telescope": {"x":222,"y":640,"w":224,"ch":0,"s":["400"]}, @@ -90,55 +91,59 @@ "Antic Slab": {"x":228,"y":672,"w":175,"ch":0,"s":["400"]}, "Anton": {"x":403,"y":672,"w":80,"ch":0,"s":["400"]}, "Anton SC": {"x":483,"y":672,"w":122,"ch":0,"s":["400"]}, - "Antonio": {"x":605,"y":672,"w":94,"ch":0,"s":["100","200","300","400","500","600","700"]}, - "Anuphan": {"x":616,"y":384,"w":128,"ch":0,"s":["100","200","300","400","500","600","700"]}, - "Anybody": {"x":608,"y":352,"w":122,"ch":0,"s":["100","200","300","400","500","600","700","800","900","100i","200i","300i","400i","500i","600i","700i","800i","900i"]}, + "Antonio": {"x":605,"y":672,"w":94,"ch":0,"s":["100","200","300","400","500","600","700"],"a":[{"tag":"wght","min":100,"max":700,"defaultValue":400}]}, + "Anuphan": {"x":608,"y":352,"w":128,"ch":0,"s":["100","200","300","400","500","600","700"],"a":[{"tag":"wght","min":100,"max":700,"defaultValue":400}]}, + "Anybody": {"x":602,"y":320,"w":122,"ch":0,"s":["100","200","300","400","500","600","700","800","900","100i","200i","300i","400i","500i","600i","700i","800i","900i"],"a":[{"tag":"wdth","min":50,"max":150,"defaultValue":100},{"tag":"wght","min":100,"max":900,"defaultValue":400}]}, "Aoboshi One": {"x":0,"y":0,"w":0,"ch":0,"s":["400"],"noPreview":true}, "Arapey": {"x":244,"y":704,"w":100,"ch":0,"s":["400","400i"]}, "Arbutus": {"x":344,"y":704,"w":191,"ch":0,"s":["400"]}, "Arbutus Slab": {"x":0,"y":736,"w":244,"ch":0,"s":["400"]}, "Architects Daughter": {"x":244,"y":736,"w":264,"ch":0,"s":["400"]}, - "Archivo": {"x":508,"y":736,"w":136,"ch":0,"s":["100","200","300","400","500","600","700","800","900","100i","200i","300i","400i","500i","600i","700i","800i","900i"]}, + "Archivo": {"x":508,"y":736,"w":136,"ch":0,"s":["100","200","300","400","500","600","700","800","900","100i","200i","300i","400i","500i","600i","700i","800i","900i"],"a":[{"tag":"wdth","min":62,"max":125,"defaultValue":100},{"tag":"wght","min":100,"max":900,"defaultValue":400}]}, "Archivo Black": {"x":0,"y":768,"w":307,"ch":0,"s":["400"]}, - "Archivo Narrow": {"x":307,"y":768,"w":230,"ch":0,"s":["400","500","600","700","400i","500i","600i","700i"]}, - "Are You Serious": {"x":0,"y":0,"w":209,"ch":1,"s":["400"]}, - "Aref Ruqaa": {"x":209,"y":0,"w":166,"ch":1,"s":["400","700"]}, - "Aref Ruqaa Ink": {"x":375,"y":0,"w":226,"ch":1,"s":["400","700"]}, - "Arima": {"x":601,"y":0,"w":112,"ch":1,"s":["100","200","300","400","500","600","700"]}, - "Arimo": {"x":0,"y":32,"w":107,"ch":1,"s":["400","500","600","700","400i","500i","600i","700i"]}, - "Arizonia": {"x":107,"y":32,"w":114,"ch":1,"s":["400"]}, - "Armata": {"x":221,"y":32,"w":150,"ch":1,"s":["400"]}, - "Arsenal": {"x":371,"y":32,"w":115,"ch":1,"s":["400","400i","700","700i"]}, - "Arsenal SC": {"x":486,"y":32,"w":204,"ch":1,"s":["400","400i","700","700i"]}, - "Artifika": {"x":0,"y":64,"w":124,"ch":1,"s":["400"]}, - "Arvo": {"x":124,"y":64,"w":93,"ch":1,"s":["400","400i","700","700i"]}, - "Arya": {"x":217,"y":64,"w":67,"ch":1,"s":["400","700"]}, - "Asap": {"x":284,"y":64,"w":71,"ch":1,"s":["100","200","300","400","500","600","700","800","900","100i","200i","300i","400i","500i","600i","700i","800i","900i"]}, - "Asap Condensed": {"x":355,"y":64,"w":190,"ch":1,"s":["200","200i","300","300i","400","400i","500","500i","600","600i","700","700i","800","800i","900","900i"]}, - "Asar": {"x":545,"y":64,"w":84,"ch":1,"s":["400"]}, - "Asset": {"x":0,"y":96,"w":239,"ch":1,"s":["400"]}, - "Assistant": {"x":239,"y":96,"w":160,"ch":1,"s":["200","300","400","500","600","700","800"]}, - "Asta Sans": {"x":0,"y":0,"w":0,"ch":0,"s":["300","400","500","600","700","800"],"noPreview":true}, - "Astloch": {"x":399,"y":96,"w":83,"ch":1,"s":["400","700"]}, - "Asul": {"x":482,"y":96,"w":76,"ch":1,"s":["400","700"]}, - "Athiti": {"x":558,"y":96,"w":96,"ch":1,"s":["200","300","400","500","600","700"]}, - "Atkinson Hyperlegible": {"x":0,"y":128,"w":321,"ch":1,"s":["400","400i","700","700i"]}, - "Atkinson Hyperlegible Mono": {"x":0,"y":160,"w":547,"ch":1,"s":["200","300","400","500","600","700","800","200i","300i","400i","500i","600i","700i","800i"]}, - "Atkinson Hyperlegible Next": {"x":321,"y":128,"w":399,"ch":1,"s":["200","300","400","500","600","700","800","200i","300i","400i","500i","600i","700i","800i"]}, - "Atma": {"x":547,"y":160,"w":78,"ch":1,"s":["300","400","500","600","700"]}, - "Atomic Age": {"x":625,"y":160,"w":162,"ch":1,"s":["400"]}, - "Aubrey": {"x":654,"y":96,"w":84,"ch":1,"s":["400"]}, - "Audiowide": {"x":0,"y":192,"w":225,"ch":1,"s":["400"]}, - "Autour One": {"x":225,"y":192,"w":254,"ch":1,"s":["400"]}, - "Average": {"x":479,"y":192,"w":105,"ch":1,"s":["400"]}, - "Average Sans": {"x":584,"y":192,"w":173,"ch":1,"s":["400"]}, - "Averia Gruesa Libre": {"x":0,"y":224,"w":364,"ch":1,"s":["400"]}, - "Averia Libre": {"x":364,"y":224,"w":224,"ch":1,"s":["300","300i","400","400i","700","700i"]}, + "Archivo Narrow": {"x":0,"y":0,"w":230,"ch":1,"s":["400","500","600","700","400i","500i","600i","700i"],"a":[{"tag":"wght","min":400,"max":700,"defaultValue":400}]}, + "Are You Serious": {"x":230,"y":0,"w":209,"ch":1,"s":["400"]}, + "Aref Ruqaa": {"x":439,"y":0,"w":166,"ch":1,"s":["400","700"]}, + "Aref Ruqaa Ink": {"x":0,"y":32,"w":226,"ch":1,"s":["400","700"]}, + "Arima": {"x":226,"y":32,"w":112,"ch":1,"s":["100","200","300","400","500","600","700"],"a":[{"tag":"wght","min":100,"max":700,"defaultValue":400}]}, + "Arimo": {"x":338,"y":32,"w":107,"ch":1,"s":["400","500","600","700","400i","500i","600i","700i"],"a":[{"tag":"wght","min":400,"max":700,"defaultValue":400}]}, + "Arizonia": {"x":445,"y":32,"w":114,"ch":1,"s":["400"]}, + "Armata": {"x":559,"y":32,"w":150,"ch":1,"s":["400"]}, + "Arsenal": {"x":605,"y":0,"w":115,"ch":1,"s":["400","400i","700","700i"]}, + "Arsenal SC": {"x":0,"y":64,"w":204,"ch":1,"s":["400","400i","700","700i"]}, + "Artifika": {"x":204,"y":64,"w":124,"ch":1,"s":["400"]}, + "Arvo": {"x":328,"y":64,"w":93,"ch":1,"s":["400","400i","700","700i"]}, + "Arya": {"x":421,"y":64,"w":67,"ch":1,"s":["400","700"]}, + "Asap": {"x":488,"y":64,"w":71,"ch":1,"s":["100","200","300","400","500","600","700","800","900","100i","200i","300i","400i","500i","600i","700i","800i","900i"],"a":[{"tag":"wdth","min":75,"max":125,"defaultValue":100},{"tag":"wght","min":100,"max":900,"defaultValue":400}]}, + "Asap Condensed": {"x":559,"y":64,"w":190,"ch":1,"s":["200","200i","300","300i","400","400i","500","500i","600","600i","700","700i","800","800i","900","900i"]}, + "Asar": {"x":709,"y":32,"w":84,"ch":1,"s":["400"]}, + "Asimovian": {"x":0,"y":96,"w":175,"ch":1,"s":["400"]}, + "Asset": {"x":175,"y":96,"w":239,"ch":1,"s":["400"]}, + "Assistant": {"x":414,"y":96,"w":160,"ch":1,"s":["200","300","400","500","600","700","800"],"a":[{"tag":"wght","min":200,"max":800,"defaultValue":400}]}, + "Asta Sans": {"x":0,"y":0,"w":0,"ch":0,"s":["300","400","500","600","700","800"],"a":[{"tag":"wght","min":300,"max":800,"defaultValue":400}],"noPreview":true}, + "Astloch": {"x":574,"y":96,"w":83,"ch":1,"s":["400","700"]}, + "Asul": {"x":657,"y":96,"w":76,"ch":1,"s":["400","700"]}, + "Athiti": {"x":0,"y":128,"w":96,"ch":1,"s":["200","300","400","500","600","700"]}, + "Atkinson Hyperlegible": {"x":96,"y":128,"w":321,"ch":1,"s":["400","400i","700","700i"]}, + "Atkinson Hyperlegible Mono": {"x":0,"y":160,"w":547,"ch":1,"s":["200","300","400","500","600","700","800","200i","300i","400i","500i","600i","700i","800i"],"a":[{"tag":"wght","min":200,"max":800,"defaultValue":400}]}, + "Atkinson Hyperlegible Next": {"x":0,"y":192,"w":399,"ch":1,"s":["200","300","400","500","600","700","800","200i","300i","400i","500i","600i","700i","800i"],"a":[{"tag":"wght","min":200,"max":800,"defaultValue":400}]}, + "Atma": {"x":399,"y":192,"w":78,"ch":1,"s":["300","400","500","600","700"]}, + "Atomic Age": {"x":477,"y":192,"w":162,"ch":1,"s":["400"]}, + "Aubrey": {"x":639,"y":192,"w":84,"ch":1,"s":["400"]}, + "Audiowide": {"x":547,"y":160,"w":225,"ch":1,"s":["400"]}, + "Autour One": {"x":417,"y":128,"w":254,"ch":1,"s":["400"]}, + "Average": {"x":671,"y":128,"w":105,"ch":1,"s":["400"]}, + "Average Sans": {"x":0,"y":224,"w":173,"ch":1,"s":["400"]}, + "Averia Gruesa Libre": {"x":173,"y":224,"w":364,"ch":1,"s":["400"]}, + "Averia Libre": {"x":537,"y":224,"w":224,"ch":1,"s":["300","300i","400","400i","700","700i"]}, "Averia Sans Libre": {"x":0,"y":256,"w":316,"ch":1,"s":["300","300i","400","400i","700","700i"]}, "Averia Serif Libre": {"x":316,"y":256,"w":325,"ch":1,"s":["300","300i","400","400i","700","700i"]}, - "Azeret Mono": {"x":0,"y":288,"w":295,"ch":1,"s":["100","200","300","400","500","600","700","800","900","100i","200i","300i","400i","500i","600i","700i","800i","900i"]}, + "Azeret Mono": {"x":0,"y":288,"w":295,"ch":1,"s":["100","200","300","400","500","600","700","800","900","100i","200i","300i","400i","500i","600i","700i","800i","900i"],"a":[{"tag":"wght","min":100,"max":900,"defaultValue":400}]}, "B612": {"x":295,"y":288,"w":96,"ch":1,"s":["400","400i","700","700i"]}, "B612 Mono": {"x":391,"y":288,"w":226,"ch":1,"s":["400","400i","700","700i"]}, + "BBH Sans Bartle": {"x":0,"y":576,"w":713,"ch":1,"s":["400"]}, + "BBH Sans Bogle": {"x":0,"y":608,"w":228,"ch":1,"s":["400"]}, + "BBH Sans Hegarty": {"x":228,"y":608,"w":335,"ch":1,"s":["400"]}, "BIZ UDGothic": {"x":0,"y":0,"w":0,"ch":0,"s":["400","700"],"noPreview":true}, "BIZ UDMincho": {"x":0,"y":0,"w":0,"ch":0,"s":["400","700"],"noPreview":true}, "BIZ UDPGothic": {"x":0,"y":0,"w":0,"ch":0,"s":["400","700"],"noPreview":true}, @@ -149,648 +154,671 @@ "Badeen Display": {"x":365,"y":320,"w":290,"ch":1,"s":["400"]}, "Bagel Fat One": {"x":0,"y":0,"w":0,"ch":0,"s":["400"],"noPreview":true}, "Bahiana": {"x":655,"y":320,"w":86,"ch":1,"s":["400"]}, - "Bahianita": {"x":641,"y":256,"w":92,"ch":1,"s":["400"]}, - "Bai Jamjuree": {"x":588,"y":224,"w":197,"ch":1,"s":["200","200i","300","300i","400","400i","500","500i","600","600i","700","700i"]}, - "Bakbak One": {"x":0,"y":352,"w":241,"ch":1,"s":["400"]}, - "Ballet": {"x":241,"y":352,"w":70,"ch":1,"s":["400"]}, - "Baloo 2": {"x":311,"y":352,"w":136,"ch":1,"s":["400","500","600","700","800"]}, - "Baloo Bhai 2": {"x":447,"y":352,"w":229,"ch":1,"s":["400","500","600","700","800"]}, - "Baloo Bhaijaan 2": {"x":0,"y":384,"w":245,"ch":1,"s":["400","500","600","700","800"]}, - "Baloo Bhaina 2": {"x":245,"y":384,"w":272,"ch":1,"s":["400","500","600","700","800"]}, - "Baloo Chettan 2": {"x":0,"y":416,"w":299,"ch":1,"s":["400","500","600","700","800"]}, - "Baloo Da 2": {"x":299,"y":416,"w":196,"ch":1,"s":["400","500","600","700","800"]}, - "Baloo Paaji 2": {"x":495,"y":416,"w":189,"ch":1,"s":["400","500","600","700","800"]}, - "Baloo Tamma 2": {"x":0,"y":448,"w":292,"ch":1,"s":["400","500","600","700","800"]}, - "Baloo Tammudu 2": {"x":292,"y":448,"w":335,"ch":1,"s":["400","500","600","700","800"]}, - "Baloo Thambi 2": {"x":0,"y":480,"w":287,"ch":1,"s":["400","500","600","700","800"]}, + "Bahianita": {"x":716,"y":288,"w":92,"ch":1,"s":["400"]}, + "Bai Jamjuree": {"x":0,"y":352,"w":197,"ch":1,"s":["200","200i","300","300i","400","400i","500","500i","600","600i","700","700i"]}, + "Bakbak One": {"x":197,"y":352,"w":241,"ch":1,"s":["400"]}, + "Ballet": {"x":438,"y":352,"w":70,"ch":1,"s":["400"],"a":[{"tag":"opsz","min":16,"max":72,"defaultValue":16}]}, + "Baloo 2": {"x":508,"y":352,"w":136,"ch":1,"s":["400","500","600","700","800"],"a":[{"tag":"wght","min":400,"max":800,"defaultValue":400}]}, + "Baloo Bhai 2": {"x":0,"y":384,"w":229,"ch":1,"s":["400","500","600","700","800"],"a":[{"tag":"wght","min":400,"max":800,"defaultValue":400}]}, + "Baloo Bhaijaan 2": {"x":229,"y":384,"w":245,"ch":1,"s":["400","500","600","700","800"],"a":[{"tag":"wght","min":400,"max":800,"defaultValue":400}]}, + "Baloo Bhaina 2": {"x":474,"y":384,"w":272,"ch":1,"s":["400","500","600","700","800"],"a":[{"tag":"wght","min":400,"max":800,"defaultValue":400}]}, + "Baloo Chettan 2": {"x":0,"y":416,"w":299,"ch":1,"s":["400","500","600","700","800"],"a":[{"tag":"wght","min":400,"max":800,"defaultValue":400}]}, + "Baloo Da 2": {"x":299,"y":416,"w":196,"ch":1,"s":["400","500","600","700","800"],"a":[{"tag":"wght","min":400,"max":800,"defaultValue":400}]}, + "Baloo Paaji 2": {"x":495,"y":416,"w":189,"ch":1,"s":["400","500","600","700","800"],"a":[{"tag":"wght","min":400,"max":800,"defaultValue":400}]}, + "Baloo Tamma 2": {"x":0,"y":448,"w":292,"ch":1,"s":["400","500","600","700","800"],"a":[{"tag":"wght","min":400,"max":800,"defaultValue":400}]}, + "Baloo Tammudu 2": {"x":292,"y":448,"w":335,"ch":1,"s":["400","500","600","700","800"],"a":[{"tag":"wght","min":400,"max":800,"defaultValue":400}]}, + "Baloo Thambi 2": {"x":0,"y":480,"w":287,"ch":1,"s":["400","500","600","700","800"],"a":[{"tag":"wght","min":400,"max":800,"defaultValue":400}]}, "Balsamiq Sans": {"x":287,"y":480,"w":217,"ch":1,"s":["400","400i","700","700i"]}, "Balthazar": {"x":504,"y":480,"w":170,"ch":1,"s":["400"]}, "Bangers": {"x":674,"y":480,"w":123,"ch":1,"s":["400"]}, "Barlow": {"x":627,"y":448,"w":122,"ch":1,"s":["100","100i","200","200i","300","300i","400","400i","500","500i","600","600i","700","700i","800","800i","900","900i"]}, - "Barlow Condensed": {"x":517,"y":384,"w":258,"ch":1,"s":["100","100i","200","200i","300","300i","400","400i","500","500i","600","600i","700","700i","800","800i","900","900i"]}, - "Barlow Semi Condensed": {"x":0,"y":512,"w":381,"ch":1,"s":["100","100i","200","200i","300","300i","400","400i","500","500i","600","600i","700","700i","800","800i","900","900i"]}, - "Barriecito": {"x":381,"y":512,"w":150,"ch":1,"s":["400"]}, - "Barrio": {"x":531,"y":512,"w":119,"ch":1,"s":["400"]}, - "Basic": {"x":650,"y":512,"w":89,"ch":1,"s":["400"]}, - "Baskervville": {"x":0,"y":544,"w":216,"ch":1,"s":["400","500","600","700","400i","500i","600i","700i"]}, - "Baskervville SC": {"x":216,"y":544,"w":302,"ch":1,"s":["400","500","600","700"]}, + "Barlow Condensed": {"x":0,"y":512,"w":258,"ch":1,"s":["100","100i","200","200i","300","300i","400","400i","500","500i","600","600i","700","700i","800","800i","900","900i"]}, + "Barlow Semi Condensed": {"x":258,"y":512,"w":381,"ch":1,"s":["100","100i","200","200i","300","300i","400","400i","500","500i","600","600i","700","700i","800","800i","900","900i"]}, + "Barriecito": {"x":639,"y":512,"w":150,"ch":1,"s":["400"]}, + "Barrio": {"x":684,"y":416,"w":119,"ch":1,"s":["400"]}, + "Basic": {"x":644,"y":352,"w":89,"ch":1,"s":["400"]}, + "Baskervville": {"x":0,"y":544,"w":216,"ch":1,"s":["400","500","600","700","400i","500i","600i","700i"],"a":[{"tag":"wght","min":400,"max":700,"defaultValue":400}]}, + "Baskervville SC": {"x":216,"y":544,"w":302,"ch":1,"s":["400","500","600","700"],"a":[{"tag":"wght","min":400,"max":700,"defaultValue":400}]}, "Battambang": {"x":518,"y":544,"w":179,"ch":1,"s":["100","300","400","700","900"]}, - "Baumans": {"x":629,"y":64,"w":160,"ch":1,"s":["400"]}, + "Baumans": {"x":641,"y":256,"w":160,"ch":1,"s":["400"]}, "Bayon": {"x":697,"y":544,"w":91,"ch":1,"s":["400"]}, - "Be Vietnam Pro": {"x":0,"y":576,"w":290,"ch":1,"s":["100","100i","200","200i","300","300i","400","400i","500","500i","600","600i","700","700i","800","800i","900","900i"]}, - "Beau Rivage": {"x":290,"y":576,"w":131,"ch":1,"s":["400"]}, - "Bebas Neue": {"x":421,"y":576,"w":151,"ch":1,"s":["400"]}, - "Beiruti": {"x":572,"y":576,"w":112,"ch":1,"s":["200","300","400","500","600","700","800","900"]}, - "Belanosima": {"x":0,"y":608,"w":198,"ch":1,"s":["400","600","700"]}, - "Belgrano": {"x":198,"y":608,"w":129,"ch":1,"s":["400"]}, - "Bellefair": {"x":327,"y":608,"w":118,"ch":1,"s":["400"]}, - "Belleza": {"x":445,"y":608,"w":122,"ch":1,"s":["400"]}, - "Bellota": {"x":567,"y":608,"w":128,"ch":1,"s":["300","300i","400","400i","700","700i"]}, - "Bellota Text": {"x":0,"y":640,"w":200,"ch":1,"s":["300","300i","400","400i","700","700i"]}, - "BenchNine": {"x":200,"y":640,"w":128,"ch":1,"s":["300","400","700"]}, - "Benne": {"x":328,"y":640,"w":106,"ch":1,"s":["400"]}, - "Bentham": {"x":434,"y":640,"w":168,"ch":1,"s":["400"]}, - "Berkshire Swash": {"x":0,"y":672,"w":229,"ch":1,"s":["400"]}, - "Besley": {"x":229,"y":672,"w":96,"ch":1,"s":["400","500","600","700","800","900","400i","500i","600i","700i","800i","900i"]}, - "Beth Ellen": {"x":325,"y":672,"w":145,"ch":1,"s":["400"]}, - "Bevan": {"x":470,"y":672,"w":136,"ch":1,"s":["400","400i"]}, - "BhuTuka Expanded One": {"x":0,"y":704,"w":724,"ch":1,"s":["400"]}, - "Big Shoulders": {"x":606,"y":672,"w":139,"ch":1,"s":["100","200","300","400","500","600","700","800","900"]}, - "Big Shoulders Inline": {"x":0,"y":736,"w":203,"ch":1,"s":["100","200","300","400","500","600","700","800","900"]}, - "Big Shoulders Stencil": {"x":203,"y":736,"w":216,"ch":1,"s":["100","200","300","400","500","600","700","800","900"]}, - "Bigelow Rules": {"x":419,"y":736,"w":113,"ch":1,"s":["400"]}, - "Bigshot One": {"x":532,"y":736,"w":188,"ch":1,"s":["400"]}, - "Bilbo": {"x":720,"y":736,"w":65,"ch":1,"s":["400"]}, - "Bilbo Swash Caps": {"x":602,"y":640,"w":179,"ch":1,"s":["400"]}, - "BioRhyme": {"x":0,"y":768,"w":177,"ch":1,"s":["200","300","400","500","600","700","800"]}, - "BioRhyme Expanded": {"x":177,"y":768,"w":600,"ch":1,"s":["200","300","400","700","800"]}, - "Birthstone": {"x":0,"y":800,"w":151,"ch":1,"s":["400"]}, - "Birthstone Bounce": {"x":151,"y":800,"w":201,"ch":1,"s":["400","500"]}, - "Biryani": {"x":352,"y":800,"w":94,"ch":1,"s":["200","300","400","600","700","800","900"]}, - "Bitcount Grid Double": {"x":0,"y":0,"w":592,"ch":2,"s":["100","200","300","400","500","600","700","800","900"]}, - "Bitter": {"x":592,"y":0,"w":104,"ch":2,"s":["100","200","300","400","500","600","700","800","900","100i","200i","300i","400i","500i","600i","700i","800i","900i"]}, + "Be Vietnam Pro": {"x":0,"y":640,"w":290,"ch":1,"s":["100","100i","200","200i","300","300i","400","400i","500","500i","600","600i","700","700i","800","800i","900","900i"]}, + "Beau Rivage": {"x":290,"y":640,"w":131,"ch":1,"s":["400"]}, + "Bebas Neue": {"x":421,"y":640,"w":151,"ch":1,"s":["400"]}, + "Beiruti": {"x":572,"y":640,"w":112,"ch":1,"s":["200","300","400","500","600","700","800","900"],"a":[{"tag":"wght","min":200,"max":900,"defaultValue":400}]}, + "Belanosima": {"x":563,"y":608,"w":198,"ch":1,"s":["400","600","700"]}, + "Belgrano": {"x":0,"y":672,"w":129,"ch":1,"s":["400"]}, + "Bellefair": {"x":129,"y":672,"w":118,"ch":1,"s":["400"]}, + "Belleza": {"x":247,"y":672,"w":122,"ch":1,"s":["400"]}, + "Bellota": {"x":369,"y":672,"w":128,"ch":1,"s":["300","300i","400","400i","700","700i"]}, + "Bellota Text": {"x":497,"y":672,"w":200,"ch":1,"s":["300","300i","400","400i","700","700i"]}, + "BenchNine": {"x":0,"y":704,"w":128,"ch":1,"s":["300","400","700"]}, + "Benne": {"x":128,"y":704,"w":106,"ch":1,"s":["400"]}, + "Bentham": {"x":234,"y":704,"w":168,"ch":1,"s":["400"]}, + "Berkshire Swash": {"x":402,"y":704,"w":229,"ch":1,"s":["400"]}, + "Besley": {"x":631,"y":704,"w":96,"ch":1,"s":["400","500","600","700","800","900","400i","500i","600i","700i","800i","900i"],"a":[{"tag":"wght","min":400,"max":900,"defaultValue":400}]}, + "Beth Ellen": {"x":0,"y":736,"w":145,"ch":1,"s":["400"]}, + "Bevan": {"x":145,"y":736,"w":136,"ch":1,"s":["400","400i"]}, + "BhuTuka Expanded One": {"x":0,"y":768,"w":724,"ch":1,"s":["400"]}, + "Big Shoulders": {"x":281,"y":736,"w":139,"ch":1,"s":["100","200","300","400","500","600","700","800","900"],"a":[{"tag":"wght","min":100,"max":900,"defaultValue":400},{"tag":"opsz","min":10,"max":72,"defaultValue":14}]}, + "Big Shoulders Inline": {"x":420,"y":736,"w":203,"ch":1,"s":["100","200","300","400","500","600","700","800","900"],"a":[{"tag":"wght","min":100,"max":900,"defaultValue":400},{"tag":"opsz","min":10,"max":72,"defaultValue":14}]}, + "Big Shoulders Stencil": {"x":0,"y":800,"w":216,"ch":1,"s":["100","200","300","400","500","600","700","800","900"],"a":[{"tag":"wght","min":100,"max":900,"defaultValue":400},{"tag":"opsz","min":10,"max":72,"defaultValue":14}]}, + "Bigelow Rules": {"x":216,"y":800,"w":113,"ch":1,"s":["400"]}, + "Bigshot One": {"x":329,"y":800,"w":188,"ch":1,"s":["400"]}, + "Bilbo": {"x":517,"y":800,"w":65,"ch":1,"s":["400"]}, + "Bilbo Swash Caps": {"x":582,"y":800,"w":179,"ch":1,"s":["400"]}, + "BioRhyme": {"x":0,"y":0,"w":177,"ch":2,"s":["200","300","400","500","600","700","800"],"a":[{"tag":"wdth","min":100,"max":125,"defaultValue":100},{"tag":"wght","min":200,"max":800,"defaultValue":400}]}, + "BioRhyme Expanded": {"x":177,"y":0,"w":600,"ch":2,"s":["200","300","400","700","800"]}, + "Birthstone": {"x":0,"y":32,"w":151,"ch":2,"s":["400"]}, + "Birthstone Bounce": {"x":151,"y":32,"w":201,"ch":2,"s":["400","500"]}, + "Biryani": {"x":352,"y":32,"w":94,"ch":2,"s":["200","300","400","600","700","800","900"]}, + "Bitcount": {"x":446,"y":32,"w":203,"ch":2,"s":["100","200","300","400","500","600","700","800","900"],"a":[{"tag":"wght","min":100,"max":900,"defaultValue":400},{"tag":"slnt","min":-8,"max":0,"defaultValue":0},{"tag":"CRSV","min":0,"max":1,"defaultValue":0.5},{"tag":"ELSH","min":0,"max":100,"defaultValue":0},{"tag":"ELXP","min":0,"max":100,"defaultValue":0}]}, + "Bitcount Grid Double": {"x":0,"y":64,"w":592,"ch":2,"s":["100","200","300","400","500","600","700","800","900"],"a":[{"tag":"wght","min":100,"max":900,"defaultValue":400},{"tag":"slnt","min":-8,"max":0,"defaultValue":0},{"tag":"CRSV","min":0,"max":1,"defaultValue":0.5},{"tag":"ELSH","min":0,"max":100,"defaultValue":0},{"tag":"ELXP","min":0,"max":100,"defaultValue":0}]}, + "Bitcount Grid Double Ink": {"x":0,"y":96,"w":711,"ch":2,"s":["100","200","300","400","500","600","700","800","900"],"a":[{"tag":"wght","min":100,"max":900,"defaultValue":400},{"tag":"slnt","min":-8,"max":0,"defaultValue":0},{"tag":"CRSV","min":0,"max":1,"defaultValue":0.5},{"tag":"ELSH","min":0,"max":100,"defaultValue":0},{"tag":"ELXP","min":0,"max":100,"defaultValue":0},{"tag":"SZP1","min":0,"max":100,"defaultValue":0},{"tag":"SZP2","min":0,"max":100,"defaultValue":0},{"tag":"XPN1","min":-100,"max":100,"defaultValue":0},{"tag":"XPN2","min":-100,"max":100,"defaultValue":0},{"tag":"YPN1","min":-100,"max":100,"defaultValue":0},{"tag":"YPN2","min":-100,"max":100,"defaultValue":0}]}, + "Bitcount Grid Single": {"x":0,"y":128,"w":510,"ch":2,"s":["100","200","300","400","500","600","700","800","900"],"a":[{"tag":"wght","min":100,"max":900,"defaultValue":400},{"tag":"slnt","min":-8,"max":0,"defaultValue":0},{"tag":"CRSV","min":0,"max":1,"defaultValue":0.5},{"tag":"ELSH","min":0,"max":100,"defaultValue":0},{"tag":"ELXP","min":0,"max":100,"defaultValue":0}]}, + "Bitcount Grid Single Ink": {"x":0,"y":160,"w":612,"ch":2,"s":["100","200","300","400","500","600","700","800","900"],"a":[{"tag":"wght","min":100,"max":900,"defaultValue":400},{"tag":"slnt","min":-8,"max":0,"defaultValue":0},{"tag":"CRSV","min":0,"max":1,"defaultValue":0.5},{"tag":"ELSH","min":0,"max":100,"defaultValue":0},{"tag":"ELXP","min":0,"max":100,"defaultValue":0},{"tag":"SZP1","min":0,"max":100,"defaultValue":0},{"tag":"SZP2","min":0,"max":100,"defaultValue":0},{"tag":"XPN1","min":-100,"max":100,"defaultValue":0},{"tag":"XPN2","min":-100,"max":100,"defaultValue":0},{"tag":"YPN1","min":-100,"max":100,"defaultValue":0},{"tag":"YPN2","min":-100,"max":100,"defaultValue":0}]}, + "Bitcount Ink": {"x":510,"y":128,"w":305,"ch":2,"s":["100","200","300","400","500","600","700","800","900"],"a":[{"tag":"wght","min":100,"max":900,"defaultValue":400},{"tag":"slnt","min":-8,"max":0,"defaultValue":0},{"tag":"CRSV","min":0,"max":1,"defaultValue":0.5},{"tag":"ELSH","min":0,"max":100,"defaultValue":0},{"tag":"ELXP","min":0,"max":100,"defaultValue":0},{"tag":"SZP1","min":0,"max":100,"defaultValue":0},{"tag":"SZP2","min":0,"max":100,"defaultValue":0},{"tag":"XPN1","min":-100,"max":100,"defaultValue":0},{"tag":"XPN2","min":-100,"max":100,"defaultValue":0},{"tag":"YPN1","min":-100,"max":100,"defaultValue":0},{"tag":"YPN2","min":-100,"max":100,"defaultValue":0}]}, + "Bitcount Prop Double": {"x":0,"y":192,"w":399,"ch":2,"s":["100","200","300","400","500","600","700","800","900"],"a":[{"tag":"wght","min":100,"max":900,"defaultValue":400},{"tag":"slnt","min":-8,"max":0,"defaultValue":0},{"tag":"CRSV","min":0,"max":1,"defaultValue":0.5},{"tag":"ELSH","min":0,"max":100,"defaultValue":0},{"tag":"ELXP","min":0,"max":100,"defaultValue":0}]}, + "Bitcount Prop Double Ink": {"x":399,"y":192,"w":472,"ch":2,"s":["100","200","300","400","500","600","700","800","900"],"a":[{"tag":"wght","min":100,"max":900,"defaultValue":400},{"tag":"slnt","min":-8,"max":0,"defaultValue":0},{"tag":"CRSV","min":0,"max":1,"defaultValue":0.5},{"tag":"ELSH","min":0,"max":100,"defaultValue":0},{"tag":"ELXP","min":0,"max":100,"defaultValue":0},{"tag":"SZP1","min":0,"max":100,"defaultValue":0},{"tag":"SZP2","min":0,"max":100,"defaultValue":0},{"tag":"XPN1","min":-100,"max":100,"defaultValue":0},{"tag":"XPN2","min":-100,"max":100,"defaultValue":0},{"tag":"YPN1","min":-100,"max":100,"defaultValue":0},{"tag":"YPN2","min":-100,"max":100,"defaultValue":0}]}, + "Bitcount Prop Single": {"x":0,"y":224,"w":365,"ch":2,"s":["100","200","300","400","500","600","700","800","900"],"a":[{"tag":"wght","min":100,"max":900,"defaultValue":400},{"tag":"slnt","min":-8,"max":0,"defaultValue":0},{"tag":"CRSV","min":0,"max":1,"defaultValue":0.5},{"tag":"ELSH","min":0,"max":100,"defaultValue":0},{"tag":"ELXP","min":0,"max":100,"defaultValue":0}]}, + "Bitcount Prop Single Ink": {"x":365,"y":224,"w":431,"ch":2,"s":["100","200","300","400","500","600","700","800","900"],"a":[{"tag":"wght","min":100,"max":900,"defaultValue":400},{"tag":"slnt","min":-8,"max":0,"defaultValue":0},{"tag":"CRSV","min":0,"max":1,"defaultValue":0.5},{"tag":"ELSH","min":0,"max":100,"defaultValue":0},{"tag":"ELXP","min":0,"max":100,"defaultValue":0},{"tag":"SZP1","min":0,"max":100,"defaultValue":0},{"tag":"SZP2","min":0,"max":100,"defaultValue":0},{"tag":"XPN1","min":-100,"max":100,"defaultValue":0},{"tag":"XPN2","min":-100,"max":100,"defaultValue":0},{"tag":"YPN1","min":-100,"max":100,"defaultValue":0},{"tag":"YPN2","min":-100,"max":100,"defaultValue":0}]}, + "Bitcount Single": {"x":0,"y":256,"w":335,"ch":2,"s":["100","200","300","400","500","600","700","800","900"],"a":[{"tag":"wght","min":100,"max":900,"defaultValue":400},{"tag":"slnt","min":-8,"max":0,"defaultValue":0},{"tag":"CRSV","min":0,"max":1,"defaultValue":0.5},{"tag":"ELSH","min":0,"max":100,"defaultValue":0},{"tag":"ELXP","min":0,"max":100,"defaultValue":0}]}, + "Bitcount Single Ink": {"x":335,"y":256,"w":425,"ch":2,"s":["100","200","300","400","500","600","700","800","900"],"a":[{"tag":"wght","min":100,"max":900,"defaultValue":400},{"tag":"slnt","min":-8,"max":0,"defaultValue":0},{"tag":"CRSV","min":0,"max":1,"defaultValue":0.5},{"tag":"ELSH","min":0,"max":100,"defaultValue":0},{"tag":"ELXP","min":0,"max":100,"defaultValue":0},{"tag":"SZP1","min":0,"max":100,"defaultValue":0},{"tag":"SZP2","min":0,"max":100,"defaultValue":0},{"tag":"XPN1","min":-100,"max":100,"defaultValue":0},{"tag":"XPN2","min":-100,"max":100,"defaultValue":0},{"tag":"YPN1","min":-100,"max":100,"defaultValue":0},{"tag":"YPN2","min":-100,"max":100,"defaultValue":0}]}, + "Bitter": {"x":760,"y":256,"w":104,"ch":2,"s":["100","200","300","400","500","600","700","800","900","100i","200i","300i","400i","500i","600i","700i","800i","900i"],"a":[{"tag":"wght","min":100,"max":900,"defaultValue":400}]}, "Black And White Picture": {"x":0,"y":0,"w":0,"ch":0,"s":["400"],"noPreview":true}, "Black Han Sans": {"x":0,"y":0,"w":0,"ch":0,"s":["400"],"noPreview":true}, - "Black Ops One": {"x":0,"y":32,"w":257,"ch":2,"s":["400"]}, - "Blaka": {"x":257,"y":32,"w":88,"ch":2,"s":["400"]}, - "Blaka Hollow": {"x":345,"y":32,"w":195,"ch":2,"s":["400"]}, + "Black Ops One": {"x":612,"y":160,"w":257,"ch":2,"s":["400"]}, + "Blaka": {"x":711,"y":96,"w":88,"ch":2,"s":["400"]}, + "Blaka Hollow": {"x":592,"y":64,"w":195,"ch":2,"s":["400"]}, "Blaka Ink": {"x":0,"y":0,"w":0,"ch":0,"s":["400"],"noPreview":true}, - "Blinker": {"x":540,"y":32,"w":126,"ch":2,"s":["100","200","300","400","600","700","800","900"]}, - "Bodoni Moda": {"x":0,"y":64,"w":240,"ch":2,"s":["400","500","600","700","800","900","400i","500i","600i","700i","800i","900i"]}, - "Bodoni Moda SC": {"x":240,"y":64,"w":309,"ch":2,"s":["400","500","600","700","800","900","400i","500i","600i","700i","800i","900i"]}, - "Bokor": {"x":549,"y":64,"w":82,"ch":2,"s":["400"]}, - "Boldonse": {"x":631,"y":64,"w":146,"ch":2,"s":["400"]}, - "Bona Nova": {"x":0,"y":96,"w":209,"ch":2,"s":["400","400i","700"]}, - "Bona Nova SC": {"x":209,"y":96,"w":285,"ch":2,"s":["400","400i","700"]}, - "Bonbon": {"x":494,"y":96,"w":155,"ch":2,"s":["400"]}, - "Bonheur Royale": {"x":649,"y":96,"w":154,"ch":2,"s":["400"]}, - "Boogaloo": {"x":666,"y":32,"w":93,"ch":2,"s":["400"]}, - "Borel": {"x":696,"y":0,"w":73,"ch":2,"s":["400"]}, - "Bowlby One": {"x":0,"y":128,"w":203,"ch":2,"s":["400"]}, - "Bowlby One SC": {"x":203,"y":128,"w":327,"ch":2,"s":["400"]}, - "Braah One": {"x":530,"y":128,"w":201,"ch":2,"s":["400"]}, - "Brawler": {"x":0,"y":160,"w":143,"ch":2,"s":["400","700"]}, - "Bree Serif": {"x":143,"y":160,"w":179,"ch":2,"s":["400"]}, - "Bricolage Grotesque": {"x":322,"y":160,"w":324,"ch":2,"s":["200","300","400","500","600","700","800"]}, - "Bruno Ace": {"x":0,"y":192,"w":281,"ch":2,"s":["400"]}, - "Bruno Ace SC": {"x":281,"y":192,"w":371,"ch":2,"s":["400"]}, - "Brygada 1918": {"x":0,"y":224,"w":188,"ch":2,"s":["400","500","600","700","400i","500i","600i","700i"]}, - "Bubblegum Sans": {"x":188,"y":224,"w":187,"ch":2,"s":["400"]}, - "Bubbler One": {"x":375,"y":224,"w":177,"ch":2,"s":["400"]}, - "Buda": {"x":552,"y":224,"w":93,"ch":2,"s":["300"]}, - "Buenard": {"x":645,"y":224,"w":144,"ch":2,"s":["400","500","600","700"]}, - "Bungee": {"x":646,"y":160,"w":168,"ch":2,"s":["400"]}, - "Bungee Hairline": {"x":0,"y":256,"w":516,"ch":2,"s":["400"]}, - "Bungee Inline": {"x":0,"y":288,"w":342,"ch":2,"s":["400"]}, - "Bungee Outline": {"x":342,"y":288,"w":361,"ch":2,"s":["400"]}, - "Bungee Shade": {"x":0,"y":320,"w":321,"ch":2,"s":["400"]}, + "Blinker": {"x":649,"y":32,"w":126,"ch":2,"s":["100","200","300","400","600","700","800","900"]}, + "Bodoni Moda": {"x":0,"y":288,"w":240,"ch":2,"s":["400","500","600","700","800","900","400i","500i","600i","700i","800i","900i"],"a":[{"tag":"wght","min":400,"max":900,"defaultValue":400},{"tag":"opsz","min":6,"max":96,"defaultValue":11}]}, + "Bodoni Moda SC": {"x":240,"y":288,"w":309,"ch":2,"s":["400","500","600","700","800","900","400i","500i","600i","700i","800i","900i"],"a":[{"tag":"wght","min":400,"max":900,"defaultValue":400},{"tag":"opsz","min":6,"max":96,"defaultValue":11}]}, + "Bokor": {"x":549,"y":288,"w":82,"ch":2,"s":["400"]}, + "Boldonse": {"x":631,"y":288,"w":146,"ch":2,"s":["400"]}, + "Bona Nova": {"x":0,"y":320,"w":209,"ch":2,"s":["400","400i","700"]}, + "Bona Nova SC": {"x":209,"y":320,"w":285,"ch":2,"s":["400","400i","700"]}, + "Bonbon": {"x":494,"y":320,"w":155,"ch":2,"s":["400"]}, + "Bonheur Royale": {"x":649,"y":320,"w":154,"ch":2,"s":["400"]}, + "Boogaloo": {"x":777,"y":288,"w":93,"ch":2,"s":["400"]}, + "Borel": {"x":796,"y":224,"w":73,"ch":2,"s":["400"]}, + "Bowlby One": {"x":0,"y":352,"w":203,"ch":2,"s":["400"]}, + "Bowlby One SC": {"x":203,"y":352,"w":327,"ch":2,"s":["400"]}, + "Braah One": {"x":530,"y":352,"w":201,"ch":2,"s":["400"]}, + "Brawler": {"x":0,"y":384,"w":143,"ch":2,"s":["400","700"]}, + "Bree Serif": {"x":143,"y":384,"w":179,"ch":2,"s":["400"]}, + "Bricolage Grotesque": {"x":322,"y":384,"w":324,"ch":2,"s":["200","300","400","500","600","700","800"],"a":[{"tag":"wdth","min":75,"max":100,"defaultValue":100},{"tag":"wght","min":200,"max":800,"defaultValue":400},{"tag":"opsz","min":12,"max":96,"defaultValue":14}]}, + "Bruno Ace": {"x":0,"y":416,"w":281,"ch":2,"s":["400"]}, + "Bruno Ace SC": {"x":281,"y":416,"w":371,"ch":2,"s":["400"]}, + "Brygada 1918": {"x":652,"y":416,"w":188,"ch":2,"s":["400","500","600","700","400i","500i","600i","700i"],"a":[{"tag":"wght","min":400,"max":700,"defaultValue":400}]}, + "Bubblegum Sans": {"x":646,"y":384,"w":187,"ch":2,"s":["400"]}, + "Bubbler One": {"x":0,"y":448,"w":177,"ch":2,"s":["400"]}, + "Buda": {"x":177,"y":448,"w":93,"ch":2,"s":["300"]}, + "Buenard": {"x":270,"y":448,"w":144,"ch":2,"s":["400","500","600","700"],"a":[{"tag":"wght","min":400,"max":700,"defaultValue":400}]}, + "Bungee": {"x":414,"y":448,"w":168,"ch":2,"s":["400"]}, + "Bungee Hairline": {"x":0,"y":480,"w":516,"ch":2,"s":["400"]}, + "Bungee Inline": {"x":516,"y":480,"w":342,"ch":2,"s":["400"]}, + "Bungee Outline": {"x":0,"y":512,"w":361,"ch":2,"s":["400"]}, + "Bungee Shade": {"x":361,"y":512,"w":321,"ch":2,"s":["400"]}, "Bungee Spice": {"x":0,"y":0,"w":0,"ch":0,"s":["400"],"noPreview":true}, "Bungee Tint": {"x":0,"y":0,"w":0,"ch":0,"s":["400"],"noPreview":true}, - "Butcherman": {"x":321,"y":320,"w":217,"ch":2,"s":["400"]}, - "Butterfly Kids": {"x":538,"y":320,"w":142,"ch":2,"s":["400"]}, - "Bytesized": {"x":516,"y":256,"w":261,"ch":2,"s":["400"]}, - "Cabin": {"x":680,"y":320,"w":94,"ch":2,"s":["400","500","600","700","400i","500i","600i","700i"]}, - "Cabin Condensed": {"x":0,"y":352,"w":253,"ch":2,"s":["400","500","600","700"]}, - "Cabin Sketch": {"x":253,"y":352,"w":224,"ch":2,"s":["400","700"]}, + "Butcherman": {"x":582,"y":448,"w":217,"ch":2,"s":["400"]}, + "Butterfly Kids": {"x":682,"y":512,"w":142,"ch":2,"s":["400"]}, + "Bytesized": {"x":0,"y":544,"w":261,"ch":2,"s":["400"]}, + "Cabin": {"x":261,"y":544,"w":94,"ch":2,"s":["400","500","600","700","400i","500i","600i","700i"],"a":[{"tag":"wdth","min":75,"max":100,"defaultValue":100},{"tag":"wght","min":400,"max":700,"defaultValue":400}]}, + "Cabin Condensed": {"x":355,"y":544,"w":253,"ch":2,"s":["400","500","600","700"]}, + "Cabin Sketch": {"x":608,"y":544,"w":224,"ch":2,"s":["400","700"]}, "Cactus Classical Serif": {"x":0,"y":0,"w":0,"ch":0,"s":["400"],"noPreview":true}, - "Caesar Dressing": {"x":477,"y":352,"w":245,"ch":2,"s":["400"]}, - "Cagliostro": {"x":652,"y":192,"w":135,"ch":2,"s":["400"]}, - "Cairo": {"x":722,"y":352,"w":87,"ch":2,"s":["200","300","400","500","600","700","800","900"]}, - "Cairo Play": {"x":0,"y":384,"w":133,"ch":2,"s":["200","300","400","500","600","700","800","900"]}, - "Cal Sans": {"x":133,"y":384,"w":151,"ch":2,"s":["400"]}, - "Caladea": {"x":284,"y":384,"w":135,"ch":2,"s":["400","400i","700","700i"]}, - "Calistoga": {"x":419,"y":384,"w":125,"ch":2,"s":["400"]}, - "Calligraffitti": {"x":544,"y":384,"w":113,"ch":2,"s":["400"]}, - "Cambay": {"x":657,"y":384,"w":110,"ch":2,"s":["400","400i","700","700i"]}, - "Cambo": {"x":0,"y":416,"w":123,"ch":2,"s":["400"]}, - "Candal": {"x":123,"y":416,"w":151,"ch":2,"s":["400"]}, - "Cantarell": {"x":274,"y":416,"w":162,"ch":2,"s":["400","400i","700","700i"]}, - "Cantata One": {"x":436,"y":416,"w":251,"ch":2,"s":["400"]}, - "Cantora One": {"x":0,"y":448,"w":214,"ch":2,"s":["400"]}, - "Caprasimo": {"x":214,"y":448,"w":181,"ch":2,"s":["400"]}, - "Capriola": {"x":395,"y":448,"w":112,"ch":2,"s":["400"]}, - "Caramel": {"x":507,"y":448,"w":139,"ch":2,"s":["400"]}, - "Carattere": {"x":646,"y":448,"w":119,"ch":2,"s":["400"]}, - "Cardo": {"x":687,"y":416,"w":96,"ch":2,"s":["400","400i","700"]}, - "Carlito": {"x":0,"y":480,"w":113,"ch":2,"s":["400","400i","700","700i"]}, - "Carme": {"x":113,"y":480,"w":117,"ch":2,"s":["400"]}, - "Carrois Gothic": {"x":230,"y":480,"w":241,"ch":2,"s":["400"]}, - "Carrois Gothic SC": {"x":471,"y":480,"w":334,"ch":2,"s":["400"]}, - "Carter One": {"x":0,"y":512,"w":201,"ch":2,"s":["400"]}, - "Cascadia Code": {"x":201,"y":512,"w":301,"ch":2,"s":["200","300","400","500","600","700","200i","300i","400i","500i","600i","700i"]}, - "Cascadia Mono": {"x":502,"y":512,"w":302,"ch":2,"s":["200","300","400","500","600","700","200i","300i","400i","500i","600i","700i"]}, - "Castoro": {"x":0,"y":544,"w":143,"ch":2,"s":["400","400i"]}, - "Castoro Titling": {"x":143,"y":544,"w":386,"ch":2,"s":["400"]}, - "Catamaran": {"x":529,"y":544,"w":187,"ch":2,"s":["100","200","300","400","500","600","700","800","900"]}, - "Caudex": {"x":0,"y":576,"w":142,"ch":2,"s":["400","400i","700","700i"]}, - "Caveat": {"x":142,"y":576,"w":93,"ch":2,"s":["400","500","600","700"]}, - "Caveat Brush": {"x":235,"y":576,"w":189,"ch":2,"s":["400"]}, - "Cedarville Cursive": {"x":424,"y":576,"w":264,"ch":2,"s":["400"]}, - "Ceviche One": {"x":0,"y":608,"w":210,"ch":2,"s":["400"]}, - "Chakra Petch": {"x":210,"y":608,"w":252,"ch":2,"s":["300","300i","400","400i","500","500i","600","600i","700","700i"]}, - "Changa": {"x":462,"y":608,"w":115,"ch":2,"s":["200","300","400","500","600","700","800"]}, - "Changa One": {"x":577,"y":608,"w":194,"ch":2,"s":["400","400i"]}, - "Chango": {"x":0,"y":640,"w":161,"ch":2,"s":["400"]}, - "Charis SIL": {"x":161,"y":640,"w":179,"ch":2,"s":["400","400i","700","700i"]}, - "Charm": {"x":340,"y":640,"w":84,"ch":2,"s":["400","700"]}, - "Charmonman": {"x":424,"y":640,"w":149,"ch":2,"s":["400","700"]}, - "Chathura": {"x":573,"y":640,"w":136,"ch":2,"s":["100","300","400","700","800"]}, - "Chau Philomene One": {"x":0,"y":672,"w":305,"ch":2,"s":["400","400i"]}, - "Chela One": {"x":305,"y":672,"w":156,"ch":2,"s":["400"]}, - "Chelsea Market": {"x":461,"y":672,"w":293,"ch":2,"s":["400"]}, - "Chenla": {"x":688,"y":576,"w":126,"ch":2,"s":["400"]}, - "Cherish": {"x":709,"y":640,"w":86,"ch":2,"s":["400"]}, + "Caesar Dressing": {"x":0,"y":576,"w":245,"ch":2,"s":["400"]}, + "Cagliostro": {"x":245,"y":576,"w":135,"ch":2,"s":["400"]}, + "Cairo": {"x":380,"y":576,"w":87,"ch":2,"s":["200","300","400","500","600","700","800","900"],"a":[{"tag":"wght","min":200,"max":1000,"defaultValue":400},{"tag":"slnt","min":-11,"max":11,"defaultValue":0}]}, + "Cairo Play": {"x":467,"y":576,"w":133,"ch":2,"s":["200","300","400","500","600","700","800","900"],"a":[{"tag":"wght","min":200,"max":1000,"defaultValue":400},{"tag":"slnt","min":-11,"max":11,"defaultValue":0}]}, + "Cal Sans": {"x":600,"y":576,"w":151,"ch":2,"s":["400"]}, + "Caladea": {"x":731,"y":352,"w":135,"ch":2,"s":["400","400i","700","700i"]}, + "Calistoga": {"x":0,"y":608,"w":125,"ch":2,"s":["400"]}, + "Calligraffitti": {"x":125,"y":608,"w":113,"ch":2,"s":["400"]}, + "Cambay": {"x":238,"y":608,"w":110,"ch":2,"s":["400","400i","700","700i"]}, + "Cambo": {"x":348,"y":608,"w":123,"ch":2,"s":["400"]}, + "Candal": {"x":471,"y":608,"w":151,"ch":2,"s":["400"]}, + "Cantarell": {"x":622,"y":608,"w":162,"ch":2,"s":["400","400i","700","700i"]}, + "Cantata One": {"x":0,"y":640,"w":251,"ch":2,"s":["400"]}, + "Cantora One": {"x":251,"y":640,"w":214,"ch":2,"s":["400"]}, + "Caprasimo": {"x":465,"y":640,"w":181,"ch":2,"s":["400"]}, + "Capriola": {"x":646,"y":640,"w":112,"ch":2,"s":["400"]}, + "Caramel": {"x":0,"y":672,"w":139,"ch":2,"s":["400"]}, + "Carattere": {"x":139,"y":672,"w":119,"ch":2,"s":["400"]}, + "Cardo": {"x":258,"y":672,"w":96,"ch":2,"s":["400","400i","700"]}, + "Carlito": {"x":354,"y":672,"w":113,"ch":2,"s":["400","400i","700","700i"]}, + "Carme": {"x":467,"y":672,"w":117,"ch":2,"s":["400"]}, + "Carrois Gothic": {"x":584,"y":672,"w":241,"ch":2,"s":["400"]}, + "Carrois Gothic SC": {"x":0,"y":704,"w":334,"ch":2,"s":["400"]}, + "Carter One": {"x":334,"y":704,"w":201,"ch":2,"s":["400"]}, + "Cascadia Code": {"x":535,"y":704,"w":301,"ch":2,"s":["200","300","400","500","600","700","200i","300i","400i","500i","600i","700i"],"a":[{"tag":"wght","min":200,"max":700,"defaultValue":400}]}, + "Cascadia Mono": {"x":0,"y":736,"w":302,"ch":2,"s":["200","300","400","500","600","700","200i","300i","400i","500i","600i","700i"],"a":[{"tag":"wght","min":200,"max":700,"defaultValue":400}]}, + "Castoro": {"x":302,"y":736,"w":143,"ch":2,"s":["400","400i"]}, + "Castoro Titling": {"x":445,"y":736,"w":386,"ch":2,"s":["400"]}, + "Catamaran": {"x":0,"y":768,"w":187,"ch":2,"s":["100","200","300","400","500","600","700","800","900"],"a":[{"tag":"wght","min":100,"max":900,"defaultValue":400}]}, + "Caudex": {"x":187,"y":768,"w":142,"ch":2,"s":["400","400i","700","700i"]}, + "Caveat": {"x":329,"y":768,"w":93,"ch":2,"s":["400","500","600","700"],"a":[{"tag":"wght","min":400,"max":700,"defaultValue":400}]}, + "Caveat Brush": {"x":422,"y":768,"w":189,"ch":2,"s":["400"]}, + "Cedarville Cursive": {"x":0,"y":800,"w":264,"ch":2,"s":["400"]}, + "Ceviche One": {"x":264,"y":800,"w":210,"ch":2,"s":["400"]}, + "Chakra Petch": {"x":474,"y":800,"w":252,"ch":2,"s":["300","300i","400","400i","500","500i","600","600i","700","700i"]}, + "Changa": {"x":726,"y":800,"w":115,"ch":2,"s":["200","300","400","500","600","700","800"],"a":[{"tag":"wght","min":200,"max":800,"defaultValue":400}]}, + "Changa One": {"x":611,"y":768,"w":194,"ch":2,"s":["400","400i"]}, + "Chango": {"x":0,"y":832,"w":161,"ch":2,"s":["400"]}, + "Charis SIL": {"x":161,"y":832,"w":179,"ch":2,"s":["400","400i","700","700i"]}, + "Charm": {"x":340,"y":832,"w":84,"ch":2,"s":["400","700"]}, + "Charmonman": {"x":424,"y":832,"w":149,"ch":2,"s":["400","700"]}, + "Chathura": {"x":573,"y":832,"w":136,"ch":2,"s":["100","300","400","700","800"]}, + "Chau Philomene One": {"x":0,"y":864,"w":305,"ch":2,"s":["400","400i"]}, + "Chela One": {"x":305,"y":864,"w":156,"ch":2,"s":["400"]}, + "Chelsea Market": {"x":0,"y":0,"w":293,"ch":3,"s":["400"]}, + "Chenla": {"x":293,"y":0,"w":126,"ch":3,"s":["400"]}, + "Cherish": {"x":419,"y":0,"w":86,"ch":3,"s":["400"]}, "Cherry Bomb One": {"x":0,"y":0,"w":0,"ch":0,"s":["400"],"noPreview":true}, - "Cherry Cream Soda": {"x":0,"y":704,"w":354,"ch":2,"s":["400"]}, - "Cherry Swash": {"x":354,"y":704,"w":197,"ch":2,"s":["400","700"]}, - "Chewy": {"x":551,"y":704,"w":79,"ch":2,"s":["400"]}, - "Chicle": {"x":630,"y":704,"w":79,"ch":2,"s":["400"]}, - "Chilanka": {"x":0,"y":736,"w":154,"ch":2,"s":["400"]}, - "Chiron Hei HK": {"x":0,"y":0,"w":0,"ch":0,"s":["200","300","400","500","600","700","800","900","200i","300i","400i","500i","600i","700i","800i","900i"],"noPreview":true}, - "Chiron Sung HK": {"x":0,"y":0,"w":0,"ch":0,"s":["200","300","400","500","600","700","800","900","200i","300i","400i","500i","600i","700i","800i","900i"],"noPreview":true}, - "Chivo": {"x":154,"y":736,"w":106,"ch":2,"s":["100","200","300","400","500","600","700","800","900","100i","200i","300i","400i","500i","600i","700i","800i","900i"]}, - "Chivo Mono": {"x":260,"y":736,"w":244,"ch":2,"s":["100","200","300","400","500","600","700","800","900","100i","200i","300i","400i","500i","600i","700i","800i","900i"]}, + "Cherry Cream Soda": {"x":0,"y":32,"w":354,"ch":3,"s":["400"]}, + "Cherry Swash": {"x":354,"y":32,"w":197,"ch":3,"s":["400","700"]}, + "Chewy": {"x":551,"y":32,"w":79,"ch":3,"s":["400"]}, + "Chicle": {"x":630,"y":32,"w":79,"ch":3,"s":["400"]}, + "Chilanka": {"x":505,"y":0,"w":154,"ch":3,"s":["400"]}, + "Chiron GoRound TC": {"x":0,"y":0,"w":0,"ch":0,"s":["200","300","400","500","600","700","800","900"],"a":[{"tag":"wght","min":200,"max":900,"defaultValue":400}],"noPreview":true}, + "Chiron Hei HK": {"x":0,"y":0,"w":0,"ch":0,"s":["200","300","400","500","600","700","800","900","200i","300i","400i","500i","600i","700i","800i","900i"],"a":[{"tag":"wght","min":200,"max":900,"defaultValue":400}],"noPreview":true}, + "Chiron Sung HK": {"x":0,"y":0,"w":0,"ch":0,"s":["200","300","400","500","600","700","800","900","200i","300i","400i","500i","600i","700i","800i","900i"],"a":[{"tag":"wght","min":200,"max":900,"defaultValue":400}],"noPreview":true}, + "Chivo": {"x":659,"y":0,"w":106,"ch":3,"s":["100","200","300","400","500","600","700","800","900","100i","200i","300i","400i","500i","600i","700i","800i","900i"],"a":[{"tag":"wght","min":100,"max":900,"defaultValue":400}]}, + "Chivo Mono": {"x":0,"y":64,"w":244,"ch":3,"s":["100","200","300","400","500","600","700","800","900","100i","200i","300i","400i","500i","600i","700i","800i","900i"],"a":[{"tag":"wght","min":100,"max":900,"defaultValue":400}]}, "Chocolate Classical Sans": {"x":0,"y":0,"w":0,"ch":0,"s":["400"],"noPreview":true}, "Chokokutai": {"x":0,"y":0,"w":0,"ch":0,"s":["400"],"noPreview":true}, - "Chonburi": {"x":504,"y":736,"w":213,"ch":2,"s":["400"]}, - "Cinzel": {"x":0,"y":768,"w":144,"ch":2,"s":["400","500","600","700","800","900"]}, - "Cinzel Decorative": {"x":144,"y":768,"w":431,"ch":2,"s":["400","700","900"]}, - "Clicker Script": {"x":575,"y":768,"w":141,"ch":2,"s":["400"]}, - "Climate Crisis": {"x":0,"y":800,"w":374,"ch":2,"s":["400"]}, - "Coda": {"x":374,"y":800,"w":89,"ch":2,"s":["400","800"]}, - "Codystar": {"x":0,"y":0,"w":207,"ch":3,"s":["300","400"]}, - "Coiny": {"x":207,"y":0,"w":96,"ch":3,"s":["400"]}, - "Combo": {"x":303,"y":0,"w":97,"ch":3,"s":["400"]}, - "Comfortaa": {"x":400,"y":0,"w":209,"ch":3,"s":["300","400","500","600","700"]}, - "Comforter": {"x":609,"y":0,"w":89,"ch":3,"s":["400"]}, - "Comforter Brush": {"x":0,"y":32,"w":138,"ch":3,"s":["400"]}, - "Comic Neue": {"x":138,"y":32,"w":226,"ch":3,"s":["300","300i","400","400i","700","700i"]}, - "Comic Relief": {"x":364,"y":32,"w":213,"ch":3,"s":["400","700"]}, - "Coming Soon": {"x":577,"y":32,"w":161,"ch":3,"s":["400"]}, - "Comme": {"x":0,"y":64,"w":146,"ch":3,"s":["100","200","300","400","500","600","700","800","900"]}, - "Commissioner": {"x":146,"y":64,"w":264,"ch":3,"s":["100","200","300","400","500","600","700","800","900"]}, - "Concert One": {"x":410,"y":64,"w":229,"ch":3,"s":["400"]}, - "Condiment": {"x":639,"y":64,"w":130,"ch":3,"s":["400"]}, - "Content": {"x":0,"y":96,"w":139,"ch":3,"s":["400","700"]}, - "Contrail One": {"x":139,"y":96,"w":177,"ch":3,"s":["400"]}, - "Convergence": {"x":316,"y":96,"w":192,"ch":3,"s":["400"]}, - "Cookie": {"x":508,"y":96,"w":91,"ch":3,"s":["400"]}, - "Copse": {"x":599,"y":96,"w":84,"ch":3,"s":["400"]}, - "Coral Pixels": {"x":0,"y":128,"w":198,"ch":3,"s":["400"]}, - "Corben": {"x":198,"y":128,"w":139,"ch":3,"s":["400","700"]}, - "Corinthia": {"x":337,"y":128,"w":123,"ch":3,"s":["400","700"]}, - "Cormorant": {"x":460,"y":128,"w":200,"ch":3,"s":["300","400","500","600","700","300i","400i","500i","600i","700i"]}, - "Cormorant Garamond": {"x":0,"y":160,"w":355,"ch":3,"s":["300","400","500","600","700","300i","400i","500i","600i","700i"]}, - "Cormorant Infant": {"x":355,"y":160,"w":290,"ch":3,"s":["300","400","500","600","700","300i","400i","500i","600i","700i"]}, - "Cormorant SC": {"x":0,"y":192,"w":300,"ch":3,"s":["300","400","500","600","700"]}, - "Cormorant Unicase": {"x":300,"y":192,"w":407,"ch":3,"s":["300","400","500","600","700"]}, - "Cormorant Upright": {"x":0,"y":224,"w":227,"ch":3,"s":["300","400","500","600","700"]}, - "Courgette": {"x":227,"y":224,"w":125,"ch":3,"s":["400"]}, - "Courier Prime": {"x":352,"y":224,"w":344,"ch":3,"s":["400","400i","700","700i"]}, - "Cousine": {"x":645,"y":160,"w":169,"ch":3,"s":["400","400i","700","700i"]}, - "Coustard": {"x":0,"y":256,"w":178,"ch":3,"s":["400","900"]}, - "Covered By Your Grace": {"x":178,"y":256,"w":237,"ch":3,"s":["400"]}, - "Crafty Girls": {"x":415,"y":256,"w":154,"ch":3,"s":["400"]}, - "Creepster": {"x":569,"y":256,"w":149,"ch":3,"s":["400"]}, - "Crete Round": {"x":0,"y":288,"w":218,"ch":3,"s":["400","400i"]}, - "Crimson Pro": {"x":218,"y":288,"w":222,"ch":3,"s":["200","300","400","500","600","700","800","900","200i","300i","400i","500i","600i","700i","800i","900i"]}, - "Crimson Text": {"x":440,"y":288,"w":245,"ch":3,"s":["400","400i","600","600i","700","700i"]}, - "Croissant One": {"x":0,"y":320,"w":289,"ch":3,"s":["400"]}, - "Crushed": {"x":289,"y":320,"w":125,"ch":3,"s":["400"]}, - "Cuprum": {"x":414,"y":320,"w":93,"ch":3,"s":["400","500","600","700","400i","500i","600i","700i"]}, + "Chonburi": {"x":244,"y":64,"w":213,"ch":3,"s":["400"]}, + "Cinzel": {"x":457,"y":64,"w":144,"ch":3,"s":["400","500","600","700","800","900"],"a":[{"tag":"wght","min":400,"max":900,"defaultValue":400}]}, + "Cinzel Decorative": {"x":0,"y":96,"w":431,"ch":3,"s":["400","700","900"]}, + "Clicker Script": {"x":431,"y":96,"w":141,"ch":3,"s":["400"]}, + "Climate Crisis": {"x":0,"y":128,"w":374,"ch":3,"s":["400"],"a":[{"tag":"YEAR","min":1979,"max":2050,"defaultValue":1979}]}, + "Coda": {"x":374,"y":128,"w":89,"ch":3,"s":["400","800"]}, + "Codystar": {"x":463,"y":128,"w":207,"ch":3,"s":["300","400"]}, + "Coiny": {"x":670,"y":128,"w":96,"ch":3,"s":["400"]}, + "Combo": {"x":572,"y":96,"w":97,"ch":3,"s":["400"]}, + "Comfortaa": {"x":0,"y":160,"w":209,"ch":3,"s":["300","400","500","600","700"],"a":[{"tag":"wght","min":300,"max":700,"defaultValue":400}]}, + "Comforter": {"x":209,"y":160,"w":89,"ch":3,"s":["400"]}, + "Comforter Brush": {"x":298,"y":160,"w":138,"ch":3,"s":["400"]}, + "Comic Neue": {"x":436,"y":160,"w":226,"ch":3,"s":["300","300i","400","400i","700","700i"]}, + "Comic Relief": {"x":0,"y":192,"w":213,"ch":3,"s":["400","700"]}, + "Coming Soon": {"x":213,"y":192,"w":161,"ch":3,"s":["400"]}, + "Comme": {"x":374,"y":192,"w":146,"ch":3,"s":["100","200","300","400","500","600","700","800","900"],"a":[{"tag":"wght","min":100,"max":900,"defaultValue":400}]}, + "Commissioner": {"x":520,"y":192,"w":264,"ch":3,"s":["100","200","300","400","500","600","700","800","900"],"a":[{"tag":"wght","min":100,"max":900,"defaultValue":400},{"tag":"slnt","min":-12,"max":0,"defaultValue":0},{"tag":"FLAR","min":0,"max":100,"defaultValue":0},{"tag":"VOLM","min":0,"max":100,"defaultValue":0}]}, + "Concert One": {"x":0,"y":224,"w":229,"ch":3,"s":["400"]}, + "Condiment": {"x":229,"y":224,"w":130,"ch":3,"s":["400"]}, + "Content": {"x":359,"y":224,"w":139,"ch":3,"s":["400","700"]}, + "Contrail One": {"x":498,"y":224,"w":177,"ch":3,"s":["400"]}, + "Convergence": {"x":601,"y":64,"w":192,"ch":3,"s":["400"]}, + "Cookie": {"x":675,"y":224,"w":91,"ch":3,"s":["400"]}, + "Copse": {"x":662,"y":160,"w":84,"ch":3,"s":["400"]}, + "Coral Pixels": {"x":0,"y":256,"w":198,"ch":3,"s":["400"]}, + "Corben": {"x":198,"y":256,"w":139,"ch":3,"s":["400","700"]}, + "Corinthia": {"x":337,"y":256,"w":123,"ch":3,"s":["400","700"]}, + "Cormorant": {"x":460,"y":256,"w":200,"ch":3,"s":["300","400","500","600","700","300i","400i","500i","600i","700i"],"a":[{"tag":"wght","min":300,"max":700,"defaultValue":400}]}, + "Cormorant Garamond": {"x":0,"y":288,"w":355,"ch":3,"s":["300","400","500","600","700","300i","400i","500i","600i","700i"],"a":[{"tag":"wght","min":300,"max":700,"defaultValue":400}]}, + "Cormorant Infant": {"x":355,"y":288,"w":290,"ch":3,"s":["300","400","500","600","700","300i","400i","500i","600i","700i"],"a":[{"tag":"wght","min":300,"max":700,"defaultValue":400}]}, + "Cormorant SC": {"x":0,"y":320,"w":300,"ch":3,"s":["300","400","500","600","700"]}, + "Cormorant Unicase": {"x":300,"y":320,"w":407,"ch":3,"s":["300","400","500","600","700"]}, + "Cormorant Upright": {"x":0,"y":352,"w":227,"ch":3,"s":["300","400","500","600","700"]}, + "Cossette Texte": {"x":227,"y":352,"w":237,"ch":3,"s":["400","700"]}, + "Cossette Titre": {"x":464,"y":352,"w":165,"ch":3,"s":["400","700"]}, + "Courgette": {"x":629,"y":352,"w":125,"ch":3,"s":["400"]}, + "Courier Prime": {"x":0,"y":384,"w":344,"ch":3,"s":["400","400i","700","700i"]}, + "Cousine": {"x":344,"y":384,"w":169,"ch":3,"s":["400","400i","700","700i"]}, + "Coustard": {"x":513,"y":384,"w":178,"ch":3,"s":["400","900"]}, + "Covered By Your Grace": {"x":0,"y":416,"w":237,"ch":3,"s":["400"]}, + "Crafty Girls": {"x":237,"y":416,"w":154,"ch":3,"s":["400"]}, + "Creepster": {"x":391,"y":416,"w":149,"ch":3,"s":["400"]}, + "Crete Round": {"x":540,"y":416,"w":218,"ch":3,"s":["400","400i"]}, + "Crimson Pro": {"x":0,"y":448,"w":222,"ch":3,"s":["200","300","400","500","600","700","800","900","200i","300i","400i","500i","600i","700i","800i","900i"],"a":[{"tag":"wght","min":200,"max":900,"defaultValue":400}]}, + "Crimson Text": {"x":222,"y":448,"w":245,"ch":3,"s":["400","400i","600","600i","700","700i"]}, + "Croissant One": {"x":467,"y":448,"w":289,"ch":3,"s":["400"]}, + "Crushed": {"x":645,"y":288,"w":125,"ch":3,"s":["400"]}, + "Cuprum": {"x":691,"y":384,"w":93,"ch":3,"s":["400","500","600","700","400i","500i","600i","700i"],"a":[{"tag":"wght","min":400,"max":700,"defaultValue":400}]}, "Cute Font": {"x":0,"y":0,"w":0,"ch":0,"s":["400"],"noPreview":true}, - "Cutive": {"x":507,"y":320,"w":129,"ch":3,"s":["400"]}, - "Cutive Mono": {"x":0,"y":352,"w":330,"ch":3,"s":["400"]}, - "DM Mono": {"x":577,"y":512,"w":171,"ch":3,"s":["300","300i","400","400i","500","500i"]}, - "DM Sans": {"x":515,"y":480,"w":160,"ch":3,"s":["100","200","300","400","500","600","700","800","900","100i","200i","300i","400i","500i","600i","700i","800i","900i"]}, - "DM Serif Display": {"x":0,"y":544,"w":230,"ch":3,"s":["400","400i"]}, - "DM Serif Text": {"x":230,"y":544,"w":241,"ch":3,"s":["400","400i"]}, - "Dai Banna SIL": {"x":330,"y":352,"w":254,"ch":3,"s":["300","300i","400","400i","500","500i","600","600i","700","700i"]}, - "Damion": {"x":584,"y":352,"w":125,"ch":3,"s":["400"]}, - "Dancing Script": {"x":636,"y":320,"w":163,"ch":3,"s":["400","500","600","700"]}, - "Danfo": {"x":685,"y":288,"w":131,"ch":3,"s":["400"]}, - "Dangrek": {"x":696,"y":224,"w":117,"ch":3,"s":["400"]}, - "Darker Grotesque": {"x":0,"y":384,"w":261,"ch":3,"s":["300","400","500","600","700","800","900"]}, + "Cutive": {"x":660,"y":256,"w":129,"ch":3,"s":["400"]}, + "Cutive Mono": {"x":0,"y":480,"w":330,"ch":3,"s":["400"]}, + "DM Mono": {"x":577,"y":672,"w":171,"ch":3,"s":["300","300i","400","400i","500","500i"]}, + "DM Sans": {"x":0,"y":704,"w":160,"ch":3,"s":["100","200","300","400","500","600","700","800","900","100i","200i","300i","400i","500i","600i","700i","800i","900i"],"a":[{"tag":"wght","min":100,"max":1000,"defaultValue":400},{"tag":"opsz","min":9,"max":40,"defaultValue":14}]}, + "DM Serif Display": {"x":160,"y":704,"w":230,"ch":3,"s":["400","400i"]}, + "DM Serif Text": {"x":390,"y":704,"w":241,"ch":3,"s":["400","400i"]}, + "Dai Banna SIL": {"x":330,"y":480,"w":254,"ch":3,"s":["300","300i","400","400i","500","500i","600","600i","700","700i"]}, + "Damion": {"x":584,"y":480,"w":125,"ch":3,"s":["400"]}, + "Dancing Script": {"x":0,"y":512,"w":163,"ch":3,"s":["400","500","600","700"],"a":[{"tag":"wght","min":400,"max":700,"defaultValue":400}]}, + "Danfo": {"x":163,"y":512,"w":131,"ch":3,"s":["400"],"a":[{"tag":"ELSH","min":0,"max":100,"defaultValue":0}]}, + "Dangrek": {"x":294,"y":512,"w":117,"ch":3,"s":["400"]}, + "Darker Grotesque": {"x":411,"y":512,"w":261,"ch":3,"s":["300","400","500","600","700","800","900"],"a":[{"tag":"wght","min":300,"max":900,"defaultValue":400}]}, "Darumadrop One": {"x":0,"y":0,"w":0,"ch":0,"s":["400"],"noPreview":true}, - "David Libre": {"x":261,"y":384,"w":181,"ch":3,"s":["400","500","700"]}, - "Dawning of a New Day": {"x":442,"y":384,"w":210,"ch":3,"s":["400"]}, - "Days One": {"x":0,"y":416,"w":176,"ch":3,"s":["400"]}, - "Dekko": {"x":176,"y":416,"w":94,"ch":3,"s":["400"]}, + "David Libre": {"x":0,"y":544,"w":181,"ch":3,"s":["400","500","700"]}, + "Dawning of a New Day": {"x":181,"y":544,"w":210,"ch":3,"s":["400"]}, + "Days One": {"x":391,"y":544,"w":176,"ch":3,"s":["400"]}, + "Dekko": {"x":567,"y":544,"w":94,"ch":3,"s":["400"]}, "Dela Gothic One": {"x":0,"y":0,"w":0,"ch":0,"s":["400"],"noPreview":true}, - "Delicious Handrawn": {"x":270,"y":416,"w":223,"ch":3,"s":["400"]}, - "Delius": {"x":493,"y":416,"w":105,"ch":3,"s":["400"]}, - "Delius Swash Caps": {"x":0,"y":448,"w":262,"ch":3,"s":["400"]}, - "Delius Unicase": {"x":262,"y":448,"w":350,"ch":3,"s":["400","700"]}, - "Della Respira": {"x":612,"y":448,"w":177,"ch":3,"s":["400"]}, - "Denk One": {"x":598,"y":416,"w":141,"ch":3,"s":["400"]}, - "Devonshire": {"x":652,"y":384,"w":132,"ch":3,"s":["400"]}, - "Dhurjati": {"x":660,"y":128,"w":137,"ch":3,"s":["400"]}, - "Didact Gothic": {"x":0,"y":480,"w":228,"ch":3,"s":["400"]}, + "Delicious Handrawn": {"x":0,"y":576,"w":223,"ch":3,"s":["400"]}, + "Delius": {"x":223,"y":576,"w":105,"ch":3,"s":["400"]}, + "Delius Swash Caps": {"x":328,"y":576,"w":262,"ch":3,"s":["400"]}, + "Delius Unicase": {"x":0,"y":608,"w":350,"ch":3,"s":["400","700"]}, + "Della Respira": {"x":350,"y":608,"w":177,"ch":3,"s":["400"]}, + "Denk One": {"x":527,"y":608,"w":141,"ch":3,"s":["400"]}, + "Devonshire": {"x":590,"y":576,"w":132,"ch":3,"s":["400"]}, + "Dhurjati": {"x":0,"y":640,"w":137,"ch":3,"s":["400"]}, + "Didact Gothic": {"x":137,"y":640,"w":228,"ch":3,"s":["400"]}, "Diphylleia": {"x":0,"y":0,"w":0,"ch":0,"s":["400"],"noPreview":true}, - "Diplomata": {"x":228,"y":480,"w":287,"ch":3,"s":["400"]}, - "Diplomata SC": {"x":0,"y":512,"w":577,"ch":3,"s":["400"]}, + "Diplomata": {"x":365,"y":640,"w":287,"ch":3,"s":["400"]}, + "Diplomata SC": {"x":0,"y":672,"w":577,"ch":3,"s":["400"]}, "Do Hyeon": {"x":0,"y":0,"w":0,"ch":0,"s":["400"],"noPreview":true}, "Dokdo": {"x":0,"y":0,"w":0,"ch":0,"s":["400"],"noPreview":true}, - "Domine": {"x":471,"y":544,"w":147,"ch":3,"s":["400","500","600","700"]}, - "Donegal One": {"x":618,"y":544,"w":184,"ch":3,"s":["400"]}, + "Domine": {"x":631,"y":704,"w":147,"ch":3,"s":["400","500","600","700"],"a":[{"tag":"wght","min":400,"max":700,"defaultValue":400}]}, + "Donegal One": {"x":0,"y":736,"w":184,"ch":3,"s":["400"]}, "Dongle": {"x":0,"y":0,"w":0,"ch":0,"s":["300","400","700"],"noPreview":true}, - "Doppio One": {"x":0,"y":576,"w":166,"ch":3,"s":["400"]}, - "Dorsa": {"x":166,"y":576,"w":41,"ch":3,"s":["400"]}, - "Dosis": {"x":207,"y":576,"w":78,"ch":3,"s":["200","300","400","500","600","700","800"]}, + "Doppio One": {"x":184,"y":736,"w":166,"ch":3,"s":["400"]}, + "Dorsa": {"x":350,"y":736,"w":41,"ch":3,"s":["400"]}, + "Dosis": {"x":391,"y":736,"w":78,"ch":3,"s":["200","300","400","500","600","700","800"],"a":[{"tag":"wght","min":200,"max":800,"defaultValue":400}]}, "DotGothic16": {"x":0,"y":0,"w":0,"ch":0,"s":["400"],"noPreview":true}, - "Doto": {"x":285,"y":576,"w":106,"ch":3,"s":["100","200","300","400","500","600","700","800","900"]}, - "Dr Sugiyama": {"x":391,"y":576,"w":117,"ch":3,"s":["400"]}, - "Duru Sans": {"x":508,"y":576,"w":196,"ch":3,"s":["400"]}, - "DynaPuff": {"x":675,"y":480,"w":143,"ch":3,"s":["400","500","600","700"]}, - "Dynalight": {"x":704,"y":576,"w":105,"ch":3,"s":["400"]}, - "EB Garamond": {"x":0,"y":608,"w":229,"ch":3,"s":["400","500","600","700","800","400i","500i","600i","700i","800i"]}, - "Eagle Lake": {"x":683,"y":96,"w":142,"ch":3,"s":["400"]}, + "Doto": {"x":469,"y":736,"w":106,"ch":3,"s":["100","200","300","400","500","600","700","800","900"],"a":[{"tag":"wght","min":100,"max":900,"defaultValue":400},{"tag":"ROND","min":0,"max":100,"defaultValue":0}]}, + "Dr Sugiyama": {"x":575,"y":736,"w":117,"ch":3,"s":["400"]}, + "Duru Sans": {"x":0,"y":768,"w":196,"ch":3,"s":["400"]}, + "DynaPuff": {"x":301,"y":768,"w":143,"ch":3,"s":["400","500","600","700"],"a":[{"tag":"wdth","min":75,"max":100,"defaultValue":100},{"tag":"wght","min":400,"max":700,"defaultValue":400}]}, + "Dynalight": {"x":196,"y":768,"w":105,"ch":3,"s":["400"]}, + "EB Garamond": {"x":0,"y":800,"w":229,"ch":3,"s":["400","500","600","700","800","400i","500i","600i","700i","800i"],"a":[{"tag":"wght","min":400,"max":800,"defaultValue":400}]}, + "Eagle Lake": {"x":444,"y":768,"w":142,"ch":3,"s":["400"]}, "East Sea Dokdo": {"x":0,"y":0,"w":0,"ch":0,"s":["400"],"noPreview":true}, - "Eater": {"x":709,"y":352,"w":103,"ch":3,"s":["400"]}, - "Economica": {"x":229,"y":608,"w":132,"ch":3,"s":["400","400i","700","700i"]}, - "Eczar": {"x":361,"y":608,"w":105,"ch":3,"s":["400","500","600","700","800"]}, - "Edu AU VIC WA NT Arrows": {"x":0,"y":640,"w":393,"ch":3,"s":["400","500","600","700"]}, - "Edu AU VIC WA NT Dots": {"x":393,"y":640,"w":338,"ch":3,"s":["400","500","600","700"]}, - "Edu AU VIC WA NT Guides": {"x":466,"y":608,"w":217,"ch":3,"s":["400","500","600","700"]}, - "Edu AU VIC WA NT Hand": {"x":0,"y":672,"w":357,"ch":3,"s":["400","500","600","700"]}, - "Edu AU VIC WA NT Pre": {"x":357,"y":672,"w":333,"ch":3,"s":["400","500","600","700"]}, - "Edu NSW ACT Cursive": {"x":0,"y":704,"w":332,"ch":3,"s":["400","500","600","700"]}, - "Edu NSW ACT Foundation": {"x":332,"y":704,"w":366,"ch":3,"s":["400","500","600","700"]}, - "Edu NSW ACT Hand Pre": {"x":0,"y":736,"w":356,"ch":3,"s":["400","500","600","700"]}, - "Edu QLD Beginner": {"x":356,"y":736,"w":190,"ch":3,"s":["400","500","600","700"]}, - "Edu QLD Hand": {"x":546,"y":736,"w":203,"ch":3,"s":["400","500","600","700"]}, - "Edu SA Beginner": {"x":0,"y":768,"w":164,"ch":3,"s":["400","500","600","700"]}, - "Edu SA Hand": {"x":164,"y":768,"w":186,"ch":3,"s":["400","500","600","700"]}, - "Edu TAS Beginner": {"x":350,"y":768,"w":187,"ch":3,"s":["400","500","600","700"]}, - "Edu VIC WA NT Beginner": {"x":537,"y":768,"w":264,"ch":3,"s":["400","500","600","700"]}, - "Edu VIC WA NT Hand": {"x":0,"y":800,"w":298,"ch":3,"s":["400","500","600","700"]}, - "Edu VIC WA NT Hand Pre": {"x":298,"y":800,"w":367,"ch":3,"s":["400","500","600","700"]}, - "El Messiri": {"x":0,"y":832,"w":175,"ch":3,"s":["400","500","600","700"]}, - "Electrolize": {"x":175,"y":832,"w":191,"ch":3,"s":["400"]}, - "Elsie": {"x":0,"y":0,"w":89,"ch":4,"s":["400","900"]}, - "Elsie Swash Caps": {"x":89,"y":0,"w":247,"ch":4,"s":["400","900"]}, - "Emblema One": {"x":336,"y":0,"w":346,"ch":4,"s":["400"]}, - "Emilys Candy": {"x":0,"y":32,"w":181,"ch":4,"s":["400"]}, - "Encode Sans": {"x":181,"y":32,"w":202,"ch":4,"s":["100","200","300","400","500","600","700","800","900"]}, - "Encode Sans Condensed": {"x":383,"y":32,"w":334,"ch":4,"s":["100","200","300","400","500","600","700","800","900"]}, - "Encode Sans Expanded": {"x":0,"y":64,"w":339,"ch":4,"s":["100","200","300","400","500","600","700","800","900"]}, - "Encode Sans SC": {"x":339,"y":64,"w":293,"ch":4,"s":["100","200","300","400","500","600","700","800","900"]}, - "Encode Sans Semi Condensed": {"x":0,"y":96,"w":445,"ch":4,"s":["100","200","300","400","500","600","700","800","900"]}, - "Encode Sans Semi Expanded": {"x":0,"y":128,"w":392,"ch":4,"s":["100","200","300","400","500","600","700","800","900"]}, - "Engagement": {"x":392,"y":128,"w":90,"ch":4,"s":["400"]}, - "Englebert": {"x":482,"y":128,"w":110,"ch":4,"s":["400"]}, - "Enriqueta": {"x":592,"y":128,"w":140,"ch":4,"s":["400","500","600","700"]}, - "Ephesis": {"x":445,"y":96,"w":93,"ch":4,"s":["400"]}, - "Epilogue": {"x":538,"y":96,"w":125,"ch":4,"s":["100","200","300","400","500","600","700","800","900","100i","200i","300i","400i","500i","600i","700i","800i","900i"]}, - "Erica One": {"x":0,"y":160,"w":194,"ch":4,"s":["400"]}, - "Esteban": {"x":194,"y":160,"w":137,"ch":4,"s":["400"]}, - "Estonia": {"x":331,"y":160,"w":103,"ch":4,"s":["400"]}, - "Euphoria Script": {"x":434,"y":160,"w":169,"ch":4,"s":["400"]}, - "Ewert": {"x":603,"y":160,"w":144,"ch":4,"s":["400"]}, - "Exile": {"x":632,"y":64,"w":124,"ch":4,"s":["400"]}, - "Exo": {"x":663,"y":96,"w":63,"ch":4,"s":["100","200","300","400","500","600","700","800","900","100i","200i","300i","400i","500i","600i","700i","800i","900i"]}, - "Exo 2": {"x":0,"y":192,"w":97,"ch":4,"s":["100","200","300","400","500","600","700","800","900","100i","200i","300i","400i","500i","600i","700i","800i","900i"]}, - "Expletus Sans": {"x":97,"y":192,"w":188,"ch":4,"s":["400","500","600","700","400i","500i","600i","700i"]}, - "Explora": {"x":285,"y":192,"w":83,"ch":4,"s":["400"]}, - "Faculty Glyphic": {"x":368,"y":192,"w":210,"ch":4,"s":["400"]}, - "Fahkwang": {"x":578,"y":192,"w":172,"ch":4,"s":["200","200i","300","300i","400","400i","500","500i","600","600i","700","700i"]}, - "Familjen Grotesk": {"x":0,"y":224,"w":250,"ch":4,"s":["400","500","600","700","400i","500i","600i","700i"]}, - "Fanwood Text": {"x":250,"y":224,"w":227,"ch":4,"s":["400","400i"]}, - "Farro": {"x":477,"y":224,"w":101,"ch":4,"s":["300","400","500","700"]}, - "Farsan": {"x":578,"y":224,"w":94,"ch":4,"s":["400"]}, - "Fascinate": {"x":0,"y":256,"w":180,"ch":4,"s":["400"]}, - "Fascinate Inline": {"x":180,"y":256,"w":300,"ch":4,"s":["400"]}, - "Faster One": {"x":0,"y":288,"w":305,"ch":4,"s":["400"]}, - "Fasthand": {"x":305,"y":288,"w":120,"ch":4,"s":["400"]}, - "Fauna One": {"x":425,"y":288,"w":215,"ch":4,"s":["400"]}, - "Faustina": {"x":480,"y":256,"w":156,"ch":4,"s":["300","400","500","600","700","800","300i","400i","500i","600i","700i","800i"]}, - "Federant": {"x":640,"y":288,"w":130,"ch":4,"s":["400"]}, - "Federo": {"x":636,"y":256,"w":116,"ch":4,"s":["400"]}, - "Felipa": {"x":672,"y":224,"w":63,"ch":4,"s":["400"]}, - "Fenix": {"x":0,"y":320,"w":100,"ch":4,"s":["400"]}, - "Festive": {"x":100,"y":320,"w":78,"ch":4,"s":["400"]}, - "Figtree": {"x":178,"y":320,"w":101,"ch":4,"s":["300","400","500","600","700","800","900","300i","400i","500i","600i","700i","800i","900i"]}, - "Finger Paint": {"x":279,"y":320,"w":159,"ch":4,"s":["400"]}, - "Finlandica": {"x":438,"y":320,"w":169,"ch":4,"s":["400","500","600","700","400i","500i","600i","700i"]}, - "Fira Code": {"x":0,"y":352,"w":198,"ch":4,"s":["300","400","500","600","700"]}, - "Fira Mono": {"x":198,"y":352,"w":201,"ch":4,"s":["400","500","700"]}, - "Fira Sans": {"x":399,"y":352,"w":150,"ch":4,"s":["100","100i","200","200i","300","300i","400","400i","500","500i","600","600i","700","700i","800","800i","900","900i"]}, - "Fira Sans Condensed": {"x":0,"y":384,"w":315,"ch":4,"s":["100","100i","200","200i","300","300i","400","400i","500","500i","600","600i","700","700i","800","800i","900","900i"]}, - "Fira Sans Extra Condensed": {"x":315,"y":384,"w":369,"ch":4,"s":["100","100i","200","200i","300","300i","400","400i","500","500i","600","600i","700","700i","800","800i","900","900i"]}, - "Fjalla One": {"x":549,"y":352,"w":99,"ch":4,"s":["400"]}, - "Fjord One": {"x":648,"y":352,"w":124,"ch":4,"s":["400"]}, - "Flamenco": {"x":607,"y":320,"w":150,"ch":4,"s":["300","400"]}, - "Flavors": {"x":0,"y":416,"w":111,"ch":4,"s":["400"]}, - "Fleur De Leah": {"x":111,"y":416,"w":186,"ch":4,"s":["400"]}, + "Eater": {"x":586,"y":768,"w":103,"ch":3,"s":["400"]}, + "Economica": {"x":229,"y":800,"w":132,"ch":3,"s":["400","400i","700","700i"]}, + "Eczar": {"x":361,"y":800,"w":105,"ch":3,"s":["400","500","600","700","800"],"a":[{"tag":"wght","min":400,"max":800,"defaultValue":400}]}, + "Edu AU VIC WA NT Arrows": {"x":0,"y":0,"w":393,"ch":4,"s":["400","500","600","700"],"a":[{"tag":"wght","min":400,"max":700,"defaultValue":400}]}, + "Edu AU VIC WA NT Dots": {"x":393,"y":0,"w":338,"ch":4,"s":["400","500","600","700"],"a":[{"tag":"wght","min":400,"max":700,"defaultValue":400}]}, + "Edu AU VIC WA NT Guides": {"x":0,"y":32,"w":217,"ch":4,"s":["400","500","600","700"],"a":[{"tag":"wght","min":400,"max":700,"defaultValue":400}]}, + "Edu AU VIC WA NT Hand": {"x":217,"y":32,"w":357,"ch":4,"s":["400","500","600","700"],"a":[{"tag":"wght","min":400,"max":700,"defaultValue":400}]}, + "Edu AU VIC WA NT Pre": {"x":0,"y":64,"w":333,"ch":4,"s":["400","500","600","700"],"a":[{"tag":"wght","min":400,"max":700,"defaultValue":400}]}, + "Edu NSW ACT Cursive": {"x":333,"y":64,"w":332,"ch":4,"s":["400","500","600","700"],"a":[{"tag":"wght","min":400,"max":700,"defaultValue":400}]}, + "Edu NSW ACT Foundation": {"x":0,"y":96,"w":366,"ch":4,"s":["400","500","600","700"],"a":[{"tag":"wght","min":400,"max":700,"defaultValue":400}]}, + "Edu NSW ACT Hand Pre": {"x":366,"y":96,"w":356,"ch":4,"s":["400","500","600","700"],"a":[{"tag":"wght","min":400,"max":700,"defaultValue":400}]}, + "Edu QLD Beginner": {"x":574,"y":32,"w":190,"ch":4,"s":["400","500","600","700"],"a":[{"tag":"wght","min":400,"max":700,"defaultValue":400}]}, + "Edu QLD Hand": {"x":0,"y":128,"w":203,"ch":4,"s":["400","500","600","700"],"a":[{"tag":"wght","min":400,"max":700,"defaultValue":400}]}, + "Edu SA Beginner": {"x":203,"y":128,"w":164,"ch":4,"s":["400","500","600","700"],"a":[{"tag":"wght","min":400,"max":700,"defaultValue":400}]}, + "Edu SA Hand": {"x":367,"y":128,"w":186,"ch":4,"s":["400","500","600","700"],"a":[{"tag":"wght","min":400,"max":700,"defaultValue":400}]}, + "Edu TAS Beginner": {"x":553,"y":128,"w":187,"ch":4,"s":["400","500","600","700"],"a":[{"tag":"wght","min":400,"max":700,"defaultValue":400}]}, + "Edu VIC WA NT Beginner": {"x":0,"y":160,"w":264,"ch":4,"s":["400","500","600","700"],"a":[{"tag":"wght","min":400,"max":700,"defaultValue":400}]}, + "Edu VIC WA NT Hand": {"x":264,"y":160,"w":298,"ch":4,"s":["400","500","600","700"],"a":[{"tag":"wght","min":400,"max":700,"defaultValue":400}]}, + "Edu VIC WA NT Hand Pre": {"x":0,"y":192,"w":367,"ch":4,"s":["400","500","600","700"],"a":[{"tag":"wght","min":400,"max":700,"defaultValue":400}]}, + "El Messiri": {"x":367,"y":192,"w":175,"ch":4,"s":["400","500","600","700"],"a":[{"tag":"wght","min":400,"max":700,"defaultValue":400}]}, + "Electrolize": {"x":542,"y":192,"w":191,"ch":4,"s":["400"]}, + "Elms Sans": {"x":562,"y":160,"w":191,"ch":4,"s":["100","200","300","400","500","600","700","800","900","100i","200i","300i","400i","500i","600i","700i","800i","900i"],"a":[{"tag":"wght","min":100,"max":900,"defaultValue":400}]}, + "Elsie": {"x":722,"y":96,"w":89,"ch":4,"s":["400","900"]}, + "Elsie Swash Caps": {"x":0,"y":224,"w":247,"ch":4,"s":["400","900"]}, + "Emblema One": {"x":247,"y":224,"w":346,"ch":4,"s":["400"]}, + "Emilys Candy": {"x":593,"y":224,"w":181,"ch":4,"s":["400"]}, + "Encode Sans": {"x":0,"y":256,"w":202,"ch":4,"s":["100","200","300","400","500","600","700","800","900"],"a":[{"tag":"wdth","min":75,"max":125,"defaultValue":100},{"tag":"wght","min":100,"max":900,"defaultValue":400}]}, + "Encode Sans Condensed": {"x":202,"y":256,"w":334,"ch":4,"s":["100","200","300","400","500","600","700","800","900"]}, + "Encode Sans Expanded": {"x":0,"y":288,"w":339,"ch":4,"s":["100","200","300","400","500","600","700","800","900"]}, + "Encode Sans SC": {"x":339,"y":288,"w":293,"ch":4,"s":["100","200","300","400","500","600","700","800","900"],"a":[{"tag":"wdth","min":75,"max":125,"defaultValue":100},{"tag":"wght","min":100,"max":900,"defaultValue":400}]}, + "Encode Sans Semi Condensed": {"x":0,"y":320,"w":445,"ch":4,"s":["100","200","300","400","500","600","700","800","900"]}, + "Encode Sans Semi Expanded": {"x":0,"y":352,"w":392,"ch":4,"s":["100","200","300","400","500","600","700","800","900"]}, + "Engagement": {"x":392,"y":352,"w":90,"ch":4,"s":["400"]}, + "Englebert": {"x":482,"y":352,"w":110,"ch":4,"s":["400"]}, + "Enriqueta": {"x":592,"y":352,"w":140,"ch":4,"s":["400","500","600","700"]}, + "Ephesis": {"x":445,"y":320,"w":93,"ch":4,"s":["400"]}, + "Epilogue": {"x":538,"y":320,"w":125,"ch":4,"s":["100","200","300","400","500","600","700","800","900","100i","200i","300i","400i","500i","600i","700i","800i","900i"],"a":[{"tag":"wght","min":100,"max":900,"defaultValue":400}]}, + "Epunda Sans": {"x":632,"y":288,"w":171,"ch":4,"s":["300","400","500","600","700","800","900","300i","400i","500i","600i","700i","800i","900i"],"a":[{"tag":"wght","min":300,"max":900,"defaultValue":400}]}, + "Epunda Slab": {"x":536,"y":256,"w":172,"ch":4,"s":["300","400","500","600","700","800","900","300i","400i","500i","600i","700i","800i","900i"],"a":[{"tag":"wght","min":300,"max":900,"defaultValue":400}]}, + "Erica One": {"x":0,"y":384,"w":194,"ch":4,"s":["400"]}, + "Esteban": {"x":194,"y":384,"w":137,"ch":4,"s":["400"]}, + "Estonia": {"x":331,"y":384,"w":103,"ch":4,"s":["400"]}, + "Euphoria Script": {"x":434,"y":384,"w":169,"ch":4,"s":["400"]}, + "Ewert": {"x":603,"y":384,"w":144,"ch":4,"s":["400"]}, + "Exile": {"x":663,"y":320,"w":124,"ch":4,"s":["400"]}, + "Exo": {"x":747,"y":384,"w":63,"ch":4,"s":["100","200","300","400","500","600","700","800","900","100i","200i","300i","400i","500i","600i","700i","800i","900i"],"a":[{"tag":"wght","min":100,"max":900,"defaultValue":400}]}, + "Exo 2": {"x":708,"y":256,"w":97,"ch":4,"s":["100","200","300","400","500","600","700","800","900","100i","200i","300i","400i","500i","600i","700i","800i","900i"],"a":[{"tag":"wght","min":100,"max":900,"defaultValue":400}]}, + "Expletus Sans": {"x":0,"y":416,"w":188,"ch":4,"s":["400","500","600","700","400i","500i","600i","700i"],"a":[{"tag":"wght","min":400,"max":700,"defaultValue":400}]}, + "Explora": {"x":188,"y":416,"w":83,"ch":4,"s":["400"]}, + "Faculty Glyphic": {"x":271,"y":416,"w":210,"ch":4,"s":["400"]}, + "Fahkwang": {"x":481,"y":416,"w":172,"ch":4,"s":["200","200i","300","300i","400","400i","500","500i","600","600i","700","700i"]}, + "Familjen Grotesk": {"x":0,"y":448,"w":250,"ch":4,"s":["400","500","600","700","400i","500i","600i","700i"],"a":[{"tag":"wght","min":400,"max":700,"defaultValue":400}]}, + "Fanwood Text": {"x":250,"y":448,"w":227,"ch":4,"s":["400","400i"]}, + "Farro": {"x":477,"y":448,"w":101,"ch":4,"s":["300","400","500","700"]}, + "Farsan": {"x":578,"y":448,"w":94,"ch":4,"s":["400"]}, + "Fascinate": {"x":0,"y":480,"w":180,"ch":4,"s":["400"]}, + "Fascinate Inline": {"x":180,"y":480,"w":300,"ch":4,"s":["400"]}, + "Faster One": {"x":480,"y":480,"w":305,"ch":4,"s":["400"]}, + "Fasthand": {"x":672,"y":448,"w":120,"ch":4,"s":["400"]}, + "Fauna One": {"x":0,"y":512,"w":215,"ch":4,"s":["400"]}, + "Faustina": {"x":215,"y":512,"w":156,"ch":4,"s":["300","400","500","600","700","800","300i","400i","500i","600i","700i","800i"],"a":[{"tag":"wght","min":300,"max":800,"defaultValue":400}]}, + "Federant": {"x":371,"y":512,"w":130,"ch":4,"s":["400"]}, + "Federo": {"x":501,"y":512,"w":116,"ch":4,"s":["400"]}, + "Felipa": {"x":617,"y":512,"w":63,"ch":4,"s":["400"]}, + "Fenix": {"x":680,"y":512,"w":100,"ch":4,"s":["400"]}, + "Festive": {"x":653,"y":416,"w":78,"ch":4,"s":["400"]}, + "Figtree": {"x":665,"y":64,"w":101,"ch":4,"s":["300","400","500","600","700","800","900","300i","400i","500i","600i","700i","800i","900i"],"a":[{"tag":"wght","min":300,"max":900,"defaultValue":400}]}, + "Finger Paint": {"x":0,"y":544,"w":159,"ch":4,"s":["400"]}, + "Finlandica": {"x":159,"y":544,"w":169,"ch":4,"s":["400","500","600","700","400i","500i","600i","700i"],"a":[{"tag":"wght","min":400,"max":700,"defaultValue":400}]}, + "Fira Code": {"x":328,"y":544,"w":198,"ch":4,"s":["300","400","500","600","700"],"a":[{"tag":"wght","min":300,"max":700,"defaultValue":400}]}, + "Fira Mono": {"x":526,"y":544,"w":201,"ch":4,"s":["400","500","700"]}, + "Fira Sans": {"x":0,"y":576,"w":150,"ch":4,"s":["100","100i","200","200i","300","300i","400","400i","500","500i","600","600i","700","700i","800","800i","900","900i"]}, + "Fira Sans Condensed": {"x":150,"y":576,"w":315,"ch":4,"s":["100","100i","200","200i","300","300i","400","400i","500","500i","600","600i","700","700i","800","800i","900","900i"]}, + "Fira Sans Extra Condensed": {"x":0,"y":608,"w":369,"ch":4,"s":["100","100i","200","200i","300","300i","400","400i","500","500i","600","600i","700","700i","800","800i","900","900i"]}, + "Fjalla One": {"x":369,"y":608,"w":99,"ch":4,"s":["400"]}, + "Fjord One": {"x":468,"y":608,"w":124,"ch":4,"s":["400"]}, + "Flamenco": {"x":592,"y":608,"w":150,"ch":4,"s":["300","400"]}, + "Flavors": {"x":465,"y":576,"w":111,"ch":4,"s":["400"]}, + "Fleur De Leah": {"x":576,"y":576,"w":186,"ch":4,"s":["400"]}, "Flow Block": {"x":0,"y":0,"w":0,"ch":0,"s":["400"],"noPreview":true}, "Flow Circular": {"x":0,"y":0,"w":0,"ch":0,"s":["400"],"noPreview":true}, "Flow Rounded": {"x":0,"y":0,"w":0,"ch":0,"s":["400"],"noPreview":true}, - "Foldit": {"x":297,"y":416,"w":77,"ch":4,"s":["100","200","300","400","500","600","700","800","900"]}, - "Fondamento": {"x":374,"y":416,"w":187,"ch":4,"s":["400","400i"]}, - "Fontdiner Swanky": {"x":0,"y":448,"w":222,"ch":4,"s":["400"]}, - "Forum": {"x":222,"y":448,"w":111,"ch":4,"s":["400"]}, - "Fragment Mono": {"x":333,"y":448,"w":261,"ch":4,"s":["400","400i"]}, - "Francois One": {"x":561,"y":416,"w":198,"ch":4,"s":["400"]}, - "Frank Ruhl Libre": {"x":0,"y":480,"w":306,"ch":4,"s":["300","400","500","600","700","800","900"]}, - "Fraunces": {"x":306,"y":480,"w":174,"ch":4,"s":["100","200","300","400","500","600","700","800","900","100i","200i","300i","400i","500i","600i","700i","800i","900i"]}, - "Freckle Face": {"x":480,"y":480,"w":230,"ch":4,"s":["400"]}, - "Fredericka the Great": {"x":0,"y":512,"w":378,"ch":4,"s":["400"]}, - "Fredoka": {"x":378,"y":512,"w":151,"ch":4,"s":["300","400","500","600","700"]}, - "Freehand": {"x":529,"y":512,"w":122,"ch":4,"s":["400"]}, - "Freeman": {"x":594,"y":448,"w":134,"ch":4,"s":["400"]}, - "Fresca": {"x":651,"y":512,"w":109,"ch":4,"s":["400"]}, - "Frijole": {"x":0,"y":544,"w":198,"ch":4,"s":["400"]}, - "Fruktur": {"x":198,"y":544,"w":136,"ch":4,"s":["400","400i"]}, - "Fugaz One": {"x":334,"y":544,"w":149,"ch":4,"s":["400"]}, - "Fuggles": {"x":483,"y":544,"w":81,"ch":4,"s":["400"]}, - "Funnel Display": {"x":0,"y":576,"w":229,"ch":4,"s":["300","400","500","600","700","800"]}, - "Funnel Sans": {"x":229,"y":576,"w":228,"ch":4,"s":["300","400","500","600","700","800","300i","400i","500i","600i","700i","800i"]}, - "Fustat": {"x":457,"y":576,"w":113,"ch":4,"s":["200","300","400","500","600","700","800"]}, - "Fuzzy Bubbles": {"x":564,"y":544,"w":209,"ch":4,"s":["400","700"]}, - "GFS Didot": {"x":0,"y":0,"w":195,"ch":5,"s":["400"]}, - "GFS Neohellenic": {"x":195,"y":0,"w":283,"ch":5,"s":["400","400i","700","700i"]}, - "Ga Maamli": {"x":570,"y":576,"w":159,"ch":4,"s":["400"]}, - "Gabarito": {"x":0,"y":608,"w":156,"ch":4,"s":["400","500","600","700","800","900"]}, - "Gabriela": {"x":156,"y":608,"w":118,"ch":4,"s":["400"]}, + "Foldit": {"x":727,"y":544,"w":77,"ch":4,"s":["100","200","300","400","500","600","700","800","900"],"a":[{"tag":"wght","min":100,"max":900,"defaultValue":400}]}, + "Fondamento": {"x":0,"y":640,"w":187,"ch":4,"s":["400","400i"]}, + "Fontdiner Swanky": {"x":187,"y":640,"w":222,"ch":4,"s":["400"]}, + "Forum": {"x":409,"y":640,"w":111,"ch":4,"s":["400"]}, + "Fragment Mono": {"x":520,"y":640,"w":261,"ch":4,"s":["400","400i"]}, + "Francois One": {"x":0,"y":672,"w":198,"ch":4,"s":["400"]}, + "Frank Ruhl Libre": {"x":198,"y":672,"w":306,"ch":4,"s":["300","400","500","600","700","800","900"],"a":[{"tag":"wght","min":300,"max":900,"defaultValue":400}]}, + "Fraunces": {"x":504,"y":672,"w":174,"ch":4,"s":["100","200","300","400","500","600","700","800","900","100i","200i","300i","400i","500i","600i","700i","800i","900i"],"a":[{"tag":"wght","min":100,"max":900,"defaultValue":400},{"tag":"opsz","min":9,"max":144,"defaultValue":14},{"tag":"SOFT","min":0,"max":100,"defaultValue":0},{"tag":"WONK","min":0,"max":1,"defaultValue":0}]}, + "Freckle Face": {"x":0,"y":704,"w":230,"ch":4,"s":["400"]}, + "Fredericka the Great": {"x":230,"y":704,"w":378,"ch":4,"s":["400"]}, + "Fredoka": {"x":608,"y":704,"w":151,"ch":4,"s":["300","400","500","600","700"],"a":[{"tag":"wdth","min":75,"max":125,"defaultValue":100},{"tag":"wght","min":300,"max":700,"defaultValue":400}]}, + "Freehand": {"x":678,"y":672,"w":122,"ch":4,"s":["400"]}, + "Freeman": {"x":0,"y":736,"w":134,"ch":4,"s":["400"]}, + "Fresca": {"x":134,"y":736,"w":109,"ch":4,"s":["400"]}, + "Frijole": {"x":243,"y":736,"w":198,"ch":4,"s":["400"]}, + "Fruktur": {"x":441,"y":736,"w":136,"ch":4,"s":["400","400i"]}, + "Fugaz One": {"x":577,"y":736,"w":149,"ch":4,"s":["400"]}, + "Fuggles": {"x":726,"y":736,"w":81,"ch":4,"s":["400"]}, + "Funnel Display": {"x":0,"y":768,"w":229,"ch":4,"s":["300","400","500","600","700","800"],"a":[{"tag":"wght","min":300,"max":800,"defaultValue":400}]}, + "Funnel Sans": {"x":229,"y":768,"w":228,"ch":4,"s":["300","400","500","600","700","800","300i","400i","500i","600i","700i","800i"],"a":[{"tag":"wght","min":300,"max":800,"defaultValue":400}]}, + "Fustat": {"x":457,"y":768,"w":113,"ch":4,"s":["200","300","400","500","600","700","800"],"a":[{"tag":"wght","min":200,"max":800,"defaultValue":400}]}, + "Fuzzy Bubbles": {"x":570,"y":768,"w":209,"ch":4,"s":["400","700"]}, + "GFS Didot": {"x":592,"y":96,"w":195,"ch":5,"s":["400"]}, + "GFS Neohellenic": {"x":0,"y":160,"w":283,"ch":5,"s":["400","400i","700","700i"]}, + "Ga Maamli": {"x":0,"y":800,"w":159,"ch":4,"s":["400"]}, + "Gabarito": {"x":159,"y":800,"w":156,"ch":4,"s":["400","500","600","700","800","900"],"a":[{"tag":"wght","min":400,"max":900,"defaultValue":400}]}, + "Gabriela": {"x":0,"y":0,"w":118,"ch":5,"s":["400"]}, "Gaegu": {"x":0,"y":0,"w":0,"ch":0,"s":["300","400","700"],"noPreview":true}, - "Gafata": {"x":274,"y":608,"w":83,"ch":4,"s":["400"]}, - "Gajraj One": {"x":357,"y":608,"w":212,"ch":4,"s":["400"]}, - "Galada": {"x":569,"y":608,"w":95,"ch":4,"s":["400"]}, - "Galdeano": {"x":0,"y":640,"w":157,"ch":4,"s":["400"]}, - "Galindo": {"x":157,"y":640,"w":150,"ch":4,"s":["400"]}, + "Gafata": {"x":118,"y":0,"w":83,"ch":5,"s":["400"]}, + "Gajraj One": {"x":201,"y":0,"w":212,"ch":5,"s":["400"]}, + "Galada": {"x":413,"y":0,"w":95,"ch":5,"s":["400"]}, + "Galdeano": {"x":508,"y":0,"w":157,"ch":5,"s":["400"]}, + "Galindo": {"x":0,"y":32,"w":150,"ch":5,"s":["400"]}, "Gamja Flower": {"x":0,"y":0,"w":0,"ch":0,"s":["400"],"noPreview":true}, - "Gantari": {"x":307,"y":640,"w":144,"ch":4,"s":["100","200","300","400","500","600","700","800","900","100i","200i","300i","400i","500i","600i","700i","800i","900i"]}, + "Gantari": {"x":150,"y":32,"w":144,"ch":5,"s":["100","200","300","400","500","600","700","800","900","100i","200i","300i","400i","500i","600i","700i","800i","900i"],"a":[{"tag":"wght","min":100,"max":900,"defaultValue":400}]}, "Gasoek One": {"x":0,"y":0,"w":0,"ch":0,"s":["400"],"noPreview":true}, - "Gayathri": {"x":451,"y":640,"w":131,"ch":4,"s":["100","400","700"]}, - "Geist": {"x":582,"y":640,"w":95,"ch":4,"s":["100","200","300","400","500","600","700","800","900"]}, - "Geist Mono": {"x":0,"y":672,"w":241,"ch":4,"s":["100","200","300","400","500","600","700","800","900"]}, - "Gelasio": {"x":241,"y":672,"w":126,"ch":4,"s":["400","500","600","700","400i","500i","600i","700i"]}, - "Gemunu Libre": {"x":367,"y":672,"w":213,"ch":4,"s":["200","300","400","500","600","700","800"]}, - "Genos": {"x":580,"y":672,"w":149,"ch":4,"s":["100","200","300","400","500","600","700","800","900","100i","200i","300i","400i","500i","600i","700i","800i","900i"]}, - "Gentium Book Plus": {"x":0,"y":704,"w":307,"ch":4,"s":["400","400i","700","700i"]}, - "Gentium Plus": {"x":307,"y":704,"w":212,"ch":4,"s":["400","400i","700","700i"]}, - "Geo": {"x":519,"y":704,"w":69,"ch":4,"s":["400","400i"]}, - "Geologica": {"x":588,"y":704,"w":149,"ch":4,"s":["100","200","300","400","500","600","700","800","900"]}, - "Georama": {"x":0,"y":736,"w":162,"ch":4,"s":["100","200","300","400","500","600","700","800","900","100i","200i","300i","400i","500i","600i","700i","800i","900i"]}, - "Geostar": {"x":162,"y":736,"w":225,"ch":4,"s":["400"]}, - "Geostar Fill": {"x":387,"y":736,"w":330,"ch":4,"s":["400"]}, - "Germania One": {"x":0,"y":768,"w":210,"ch":4,"s":["400"]}, - "Gideon Roman": {"x":478,"y":0,"w":299,"ch":5,"s":["400"]}, - "Gidole": {"x":0,"y":32,"w":105,"ch":5,"s":["400"]}, - "Gidugu": {"x":105,"y":32,"w":99,"ch":5,"s":["400"]}, - "Gilda Display": {"x":204,"y":32,"w":183,"ch":5,"s":["400"]}, - "Girassol": {"x":387,"y":32,"w":128,"ch":5,"s":["400"]}, - "Give You Glory": {"x":515,"y":32,"w":150,"ch":5,"s":["400"]}, - "Glass Antiqua": {"x":0,"y":64,"w":195,"ch":5,"s":["400"]}, - "Glegoo": {"x":195,"y":64,"w":102,"ch":5,"s":["400","700"]}, - "Gloock": {"x":297,"y":64,"w":128,"ch":5,"s":["400"]}, - "Gloria Hallelujah": {"x":425,"y":64,"w":185,"ch":5,"s":["400"]}, - "Glory": {"x":610,"y":64,"w":72,"ch":5,"s":["100","200","300","400","500","600","700","800","100i","200i","300i","400i","500i","600i","700i","800i"]}, - "Gluten": {"x":682,"y":64,"w":149,"ch":5,"s":["100","200","300","400","500","600","700","800","900"]}, - "Goblin One": {"x":0,"y":96,"w":276,"ch":5,"s":["400"]}, - "Gochi Hand": {"x":276,"y":96,"w":218,"ch":5,"s":["400"]}, - "Goldman": {"x":494,"y":96,"w":212,"ch":5,"s":["400","700"]}, - "Golos Text": {"x":0,"y":128,"w":208,"ch":5,"s":["400","500","600","700","800","900"]}, - "Gorditas": {"x":208,"y":128,"w":166,"ch":5,"s":["400","700"]}, + "Gayathri": {"x":294,"y":32,"w":131,"ch":5,"s":["100","400","700"]}, + "Geist": {"x":425,"y":32,"w":95,"ch":5,"s":["100","200","300","400","500","600","700","800","900"],"a":[{"tag":"wght","min":100,"max":900,"defaultValue":400}]}, + "Geist Mono": {"x":520,"y":32,"w":241,"ch":5,"s":["100","200","300","400","500","600","700","800","900"],"a":[{"tag":"wght","min":100,"max":900,"defaultValue":400}]}, + "Gelasio": {"x":665,"y":0,"w":126,"ch":5,"s":["400","500","600","700","400i","500i","600i","700i"],"a":[{"tag":"wght","min":400,"max":700,"defaultValue":400}]}, + "Gemunu Libre": {"x":0,"y":64,"w":213,"ch":5,"s":["200","300","400","500","600","700","800"],"a":[{"tag":"wght","min":200,"max":800,"defaultValue":400}]}, + "Genos": {"x":213,"y":64,"w":149,"ch":5,"s":["100","200","300","400","500","600","700","800","900","100i","200i","300i","400i","500i","600i","700i","800i","900i"],"a":[{"tag":"wght","min":100,"max":900,"defaultValue":400}]}, + "Gentium Book Plus": {"x":362,"y":64,"w":307,"ch":5,"s":["400","400i","700","700i"]}, + "Gentium Plus": {"x":0,"y":96,"w":212,"ch":5,"s":["400","400i","700","700i"]}, + "Geo": {"x":212,"y":96,"w":69,"ch":5,"s":["400","400i"]}, + "Geologica": {"x":281,"y":96,"w":149,"ch":5,"s":["100","200","300","400","500","600","700","800","900"],"a":[{"tag":"wght","min":100,"max":900,"defaultValue":400},{"tag":"slnt","min":-12,"max":0,"defaultValue":0},{"tag":"CRSV","min":0,"max":1,"defaultValue":0},{"tag":"SHRP","min":0,"max":100,"defaultValue":0}]}, + "Georama": {"x":430,"y":96,"w":162,"ch":5,"s":["100","200","300","400","500","600","700","800","900","100i","200i","300i","400i","500i","600i","700i","800i","900i"],"a":[{"tag":"wdth","min":62.5,"max":150,"defaultValue":100},{"tag":"wght","min":100,"max":900,"defaultValue":400}]}, + "Geostar": {"x":0,"y":128,"w":225,"ch":5,"s":["400"]}, + "Geostar Fill": {"x":225,"y":128,"w":330,"ch":5,"s":["400"]}, + "Germania One": {"x":555,"y":128,"w":210,"ch":5,"s":["400"]}, + "Gideon Roman": {"x":283,"y":160,"w":299,"ch":5,"s":["400"]}, + "Gidole": {"x":582,"y":160,"w":105,"ch":5,"s":["400"]}, + "Gidugu": {"x":687,"y":160,"w":99,"ch":5,"s":["400"]}, + "Gilda Display": {"x":0,"y":192,"w":183,"ch":5,"s":["400"]}, + "Girassol": {"x":183,"y":192,"w":128,"ch":5,"s":["400"]}, + "Give You Glory": {"x":311,"y":192,"w":150,"ch":5,"s":["400"]}, + "Glass Antiqua": {"x":461,"y":192,"w":195,"ch":5,"s":["400"]}, + "Glegoo": {"x":656,"y":192,"w":102,"ch":5,"s":["400","700"]}, + "Gloock": {"x":669,"y":64,"w":128,"ch":5,"s":["400"]}, + "Gloria Hallelujah": {"x":0,"y":224,"w":185,"ch":5,"s":["400"]}, + "Glory": {"x":185,"y":224,"w":72,"ch":5,"s":["100","200","300","400","500","600","700","800","100i","200i","300i","400i","500i","600i","700i","800i"],"a":[{"tag":"wght","min":100,"max":800,"defaultValue":400}]}, + "Gluten": {"x":257,"y":224,"w":149,"ch":5,"s":["100","200","300","400","500","600","700","800","900"],"a":[{"tag":"wght","min":100,"max":900,"defaultValue":400},{"tag":"slnt","min":-13,"max":13,"defaultValue":0}]}, + "Goblin One": {"x":406,"y":224,"w":276,"ch":5,"s":["400"]}, + "Gochi Hand": {"x":0,"y":256,"w":218,"ch":5,"s":["400"]}, + "Goldman": {"x":218,"y":256,"w":212,"ch":5,"s":["400","700"]}, + "Golos Text": {"x":430,"y":256,"w":208,"ch":5,"s":["400","500","600","700","800","900"],"a":[{"tag":"wght","min":400,"max":900,"defaultValue":400}]}, + "Google Sans Code": {"x":0,"y":288,"w":285,"ch":5,"s":["300","400","500","600","700","800","300i","400i","500i","600i","700i","800i"],"a":[{"tag":"wght","min":300,"max":800,"defaultValue":400}]}, + "Gorditas": {"x":285,"y":288,"w":166,"ch":5,"s":["400","700"]}, "Gothic A1": {"x":0,"y":0,"w":0,"ch":0,"s":["100","200","300","400","500","600","700","800","900"],"noPreview":true}, - "Gotu": {"x":374,"y":128,"w":93,"ch":5,"s":["400"]}, - "Goudy Bookletter 1911": {"x":467,"y":128,"w":279,"ch":5,"s":["400"]}, + "Gotu": {"x":451,"y":288,"w":93,"ch":5,"s":["400"]}, + "Goudy Bookletter 1911": {"x":0,"y":320,"w":279,"ch":5,"s":["400"]}, "Gowun Batang": {"x":0,"y":0,"w":0,"ch":0,"s":["400","700"],"noPreview":true}, "Gowun Dodum": {"x":0,"y":0,"w":0,"ch":0,"s":["400"],"noPreview":true}, - "Graduate": {"x":0,"y":160,"w":207,"ch":5,"s":["400"]}, - "Grand Hotel": {"x":207,"y":160,"w":111,"ch":5,"s":["400"]}, + "Graduate": {"x":279,"y":320,"w":207,"ch":5,"s":["400"]}, + "Grand Hotel": {"x":486,"y":320,"w":111,"ch":5,"s":["400"]}, "Grandiflora One": {"x":0,"y":0,"w":0,"ch":0,"s":["400"],"noPreview":true}, - "Grandstander": {"x":318,"y":160,"w":272,"ch":5,"s":["100","200","300","400","500","600","700","800","900","100i","200i","300i","400i","500i","600i","700i","800i","900i"]}, - "Grape Nuts": {"x":590,"y":160,"w":142,"ch":5,"s":["400"]}, - "Gravitas One": {"x":0,"y":192,"w":339,"ch":5,"s":["400"]}, - "Great Vibes": {"x":339,"y":192,"w":104,"ch":5,"s":["400"]}, - "Grechen Fuemen": {"x":443,"y":192,"w":310,"ch":5,"s":["400"]}, - "Grenze": {"x":706,"y":96,"w":120,"ch":5,"s":["100","100i","200","200i","300","300i","400","400i","500","500i","600","600i","700","700i","800","800i","900","900i"]}, - "Grenze Gotisch": {"x":0,"y":224,"w":202,"ch":5,"s":["100","200","300","400","500","600","700","800","900"]}, - "Grey Qo": {"x":202,"y":224,"w":80,"ch":5,"s":["400"]}, - "Griffy": {"x":282,"y":224,"w":72,"ch":5,"s":["400"]}, - "Gruppo": {"x":354,"y":224,"w":146,"ch":5,"s":["400"]}, - "Gudea": {"x":500,"y":224,"w":110,"ch":5,"s":["400","400i","700"]}, + "Grandstander": {"x":0,"y":352,"w":272,"ch":5,"s":["100","200","300","400","500","600","700","800","900","100i","200i","300i","400i","500i","600i","700i","800i","900i"],"a":[{"tag":"wght","min":100,"max":900,"defaultValue":400}]}, + "Grape Nuts": {"x":272,"y":352,"w":142,"ch":5,"s":["400"]}, + "Gravitas One": {"x":414,"y":352,"w":339,"ch":5,"s":["400"]}, + "Great Vibes": {"x":597,"y":320,"w":104,"ch":5,"s":["400"]}, + "Grechen Fuemen": {"x":0,"y":384,"w":310,"ch":5,"s":["400"]}, + "Grenze": {"x":310,"y":384,"w":120,"ch":5,"s":["100","100i","200","200i","300","300i","400","400i","500","500i","600","600i","700","700i","800","800i","900","900i"]}, + "Grenze Gotisch": {"x":430,"y":384,"w":202,"ch":5,"s":["100","200","300","400","500","600","700","800","900"],"a":[{"tag":"wght","min":100,"max":900,"defaultValue":400}]}, + "Grey Qo": {"x":632,"y":384,"w":80,"ch":5,"s":["400"]}, + "Griffy": {"x":712,"y":384,"w":72,"ch":5,"s":["400"]}, + "Gruppo": {"x":544,"y":288,"w":146,"ch":5,"s":["400"]}, + "Gudea": {"x":701,"y":320,"w":110,"ch":5,"s":["400","400i","700"]}, "Gugi": {"x":0,"y":0,"w":0,"ch":0,"s":["400"],"noPreview":true}, - "Gulzar": {"x":610,"y":224,"w":115,"ch":5,"s":["400"]}, - "Gupter": {"x":725,"y":224,"w":94,"ch":5,"s":["400","500","700"]}, - "Gurajada": {"x":665,"y":32,"w":123,"ch":5,"s":["400"]}, - "Gwendolyn": {"x":0,"y":256,"w":117,"ch":5,"s":["400","700"]}, - "Habibi": {"x":117,"y":256,"w":110,"ch":5,"s":["400"]}, + "Gulzar": {"x":690,"y":288,"w":115,"ch":5,"s":["400"]}, + "Gupter": {"x":638,"y":256,"w":94,"ch":5,"s":["400","500","700"]}, + "Gurajada": {"x":682,"y":224,"w":123,"ch":5,"s":["400"]}, + "Gwendolyn": {"x":0,"y":416,"w":117,"ch":5,"s":["400","700"]}, + "Habibi": {"x":117,"y":416,"w":110,"ch":5,"s":["400"]}, "Hachi Maru Pop": {"x":0,"y":0,"w":0,"ch":0,"s":["400"],"noPreview":true}, - "Hahmlet": {"x":0,"y":0,"w":0,"ch":0,"s":["100","200","300","400","500","600","700","800","900"],"noPreview":true}, - "Halant": {"x":227,"y":256,"w":112,"ch":5,"s":["300","400","500","600","700"]}, - "Hammersmith One": {"x":339,"y":256,"w":334,"ch":5,"s":["400"]}, - "Hanalei": {"x":673,"y":256,"w":145,"ch":5,"s":["400"]}, - "Hanalei Fill": {"x":0,"y":288,"w":226,"ch":5,"s":["400"]}, - "Handjet": {"x":226,"y":288,"w":84,"ch":5,"s":["100","200","300","400","500","600","700","800","900"]}, - "Handlee": {"x":310,"y":288,"w":120,"ch":5,"s":["400"]}, - "Hanken Grotesk": {"x":430,"y":288,"w":295,"ch":5,"s":["100","200","300","400","500","600","700","800","900","100i","200i","300i","400i","500i","600i","700i","800i","900i"]}, - "Hanuman": {"x":0,"y":320,"w":197,"ch":5,"s":["100","200","300","400","500","600","700","800","900"]}, - "Happy Monkey": {"x":197,"y":320,"w":227,"ch":5,"s":["400"]}, - "Harmattan": {"x":424,"y":320,"w":199,"ch":5,"s":["400","500","600","700"]}, - "Headland One": {"x":0,"y":352,"w":265,"ch":5,"s":["400"]}, - "Hedvig Letters Sans": {"x":265,"y":352,"w":278,"ch":5,"s":["400"]}, - "Hedvig Letters Serif": {"x":543,"y":352,"w":264,"ch":5,"s":["400"]}, - "Heebo": {"x":623,"y":320,"w":113,"ch":5,"s":["100","200","300","400","500","600","700","800","900"]}, - "Henny Penny": {"x":0,"y":384,"w":136,"ch":5,"s":["400"]}, - "Hepta Slab": {"x":136,"y":384,"w":179,"ch":5,"s":["100","200","300","400","500","600","700","800","900"]}, - "Herr Von Muellerhoff": {"x":315,"y":384,"w":161,"ch":5,"s":["400"]}, + "Hahmlet": {"x":0,"y":0,"w":0,"ch":0,"s":["100","200","300","400","500","600","700","800","900"],"a":[{"tag":"wght","min":100,"max":900,"defaultValue":400}],"noPreview":true}, + "Halant": {"x":227,"y":416,"w":112,"ch":5,"s":["300","400","500","600","700"]}, + "Hammersmith One": {"x":339,"y":416,"w":334,"ch":5,"s":["400"]}, + "Hanalei": {"x":0,"y":448,"w":145,"ch":5,"s":["400"]}, + "Hanalei Fill": {"x":145,"y":448,"w":226,"ch":5,"s":["400"]}, + "Handjet": {"x":371,"y":448,"w":84,"ch":5,"s":["100","200","300","400","500","600","700","800","900"],"a":[{"tag":"wght","min":100,"max":900,"defaultValue":400},{"tag":"ELGR","min":1,"max":2,"defaultValue":1},{"tag":"ELSH","min":0,"max":16,"defaultValue":2}]}, + "Handlee": {"x":455,"y":448,"w":120,"ch":5,"s":["400"]}, + "Hanken Grotesk": {"x":0,"y":480,"w":295,"ch":5,"s":["100","200","300","400","500","600","700","800","900","100i","200i","300i","400i","500i","600i","700i","800i","900i"],"a":[{"tag":"wght","min":100,"max":900,"defaultValue":400}]}, + "Hanuman": {"x":295,"y":480,"w":197,"ch":5,"s":["100","200","300","400","500","600","700","800","900"],"a":[{"tag":"wght","min":100,"max":900,"defaultValue":400}]}, + "Happy Monkey": {"x":492,"y":480,"w":227,"ch":5,"s":["400"]}, + "Harmattan": {"x":575,"y":448,"w":199,"ch":5,"s":["400","500","600","700"]}, + "Headland One": {"x":0,"y":512,"w":265,"ch":5,"s":["400"]}, + "Hedvig Letters Sans": {"x":265,"y":512,"w":278,"ch":5,"s":["400"]}, + "Hedvig Letters Serif": {"x":543,"y":512,"w":264,"ch":5,"s":["400"],"a":[{"tag":"opsz","min":12,"max":24,"defaultValue":24}]}, + "Heebo": {"x":673,"y":416,"w":113,"ch":5,"s":["100","200","300","400","500","600","700","800","900"],"a":[{"tag":"wght","min":100,"max":900,"defaultValue":400}]}, + "Henny Penny": {"x":0,"y":544,"w":136,"ch":5,"s":["400"]}, + "Hepta Slab": {"x":136,"y":544,"w":179,"ch":5,"s":["100","200","300","400","500","600","700","800","900"],"a":[{"tag":"wght","min":1,"max":900,"defaultValue":400}]}, + "Herr Von Muellerhoff": {"x":315,"y":544,"w":161,"ch":5,"s":["400"]}, "Hi Melody": {"x":0,"y":0,"w":0,"ch":0,"s":["400"],"noPreview":true}, "Hina Mincho": {"x":0,"y":0,"w":0,"ch":0,"s":["400"],"noPreview":true}, - "Hind": {"x":476,"y":384,"w":78,"ch":5,"s":["300","400","500","600","700"]}, - "Hind Guntur": {"x":554,"y":384,"w":215,"ch":5,"s":["300","400","500","600","700"]}, - "Hind Madurai": {"x":0,"y":416,"w":234,"ch":5,"s":["300","400","500","600","700"]}, - "Hind Mysuru": {"x":234,"y":416,"w":181,"ch":5,"s":["300","400","500","600","700"]}, - "Hind Siliguri": {"x":415,"y":416,"w":167,"ch":5,"s":["300","400","500","600","700"]}, - "Hind Vadodara": {"x":582,"y":416,"w":260,"ch":5,"s":["300","400","500","600","700"]}, - "Holtwood One SC": {"x":0,"y":448,"w":459,"ch":5,"s":["400"]}, - "Homemade Apple": {"x":459,"y":448,"w":201,"ch":5,"s":["400"]}, - "Homenaje": {"x":660,"y":448,"w":110,"ch":5,"s":["400"]}, - "Honk": {"x":0,"y":0,"w":0,"ch":0,"s":["400"],"noPreview":true}, - "Host Grotesk": {"x":0,"y":480,"w":236,"ch":5,"s":["300","400","500","600","700","800","300i","400i","500i","600i","700i","800i"]}, - "Hubballi": {"x":236,"y":480,"w":156,"ch":5,"s":["400"]}, - "Hubot Sans": {"x":392,"y":480,"w":215,"ch":5,"s":["200","300","400","500","600","700","800","900","200i","300i","400i","500i","600i","700i","800i","900i"]}, + "Hind": {"x":476,"y":544,"w":78,"ch":5,"s":["300","400","500","600","700"]}, + "Hind Guntur": {"x":554,"y":544,"w":215,"ch":5,"s":["300","400","500","600","700"]}, + "Hind Madurai": {"x":0,"y":576,"w":234,"ch":5,"s":["300","400","500","600","700"]}, + "Hind Mysuru": {"x":234,"y":576,"w":181,"ch":5,"s":["300","400","500","600","700"]}, + "Hind Siliguri": {"x":415,"y":576,"w":167,"ch":5,"s":["300","400","500","600","700"]}, + "Hind Vadodara": {"x":0,"y":608,"w":260,"ch":5,"s":["300","400","500","600","700"]}, + "Holtwood One SC": {"x":260,"y":608,"w":459,"ch":5,"s":["400"]}, + "Homemade Apple": {"x":582,"y":576,"w":201,"ch":5,"s":["400"]}, + "Homenaje": {"x":0,"y":640,"w":110,"ch":5,"s":["400"]}, + "Honk": {"x":0,"y":0,"w":0,"ch":0,"s":["400"],"a":[{"tag":"MORF","min":0,"max":45,"defaultValue":15},{"tag":"SHLN","min":0,"max":100,"defaultValue":50}],"noPreview":true}, + "Host Grotesk": {"x":110,"y":640,"w":236,"ch":5,"s":["300","400","500","600","700","800","300i","400i","500i","600i","700i","800i"],"a":[{"tag":"wght","min":300,"max":800,"defaultValue":400}]}, + "Hubballi": {"x":346,"y":640,"w":156,"ch":5,"s":["400"]}, + "Hubot Sans": {"x":502,"y":640,"w":215,"ch":5,"s":["200","300","400","500","600","700","800","900","200i","300i","400i","500i","600i","700i","800i","900i"],"a":[{"tag":"wdth","min":75,"max":125,"defaultValue":100},{"tag":"wght","min":200,"max":900,"defaultValue":400}]}, "Huninn": {"x":0,"y":0,"w":0,"ch":0,"s":["400"],"noPreview":true}, - "Hurricane": {"x":607,"y":480,"w":135,"ch":5,"s":["400"]}, - "IBM Plex Mono": {"x":297,"y":512,"w":307,"ch":5,"s":["100","100i","200","200i","300","300i","400","400i","500","500i","600","600i","700","700i"]}, - "IBM Plex Sans": {"x":0,"y":544,"w":254,"ch":5,"s":["100","200","300","400","500","600","700","100i","200i","300i","400i","500i","600i","700i"]}, - "IBM Plex Sans Arabic": {"x":254,"y":544,"w":379,"ch":5,"s":["100","200","300","400","500","600","700"]}, - "IBM Plex Sans Condensed": {"x":0,"y":576,"w":419,"ch":5,"s":["100","100i","200","200i","300","300i","400","400i","500","500i","600","600i","700","700i"]}, - "IBM Plex Sans Devanagari": {"x":419,"y":576,"w":371,"ch":5,"s":["100","200","300","400","500","600","700"]}, - "IBM Plex Sans Hebrew": {"x":0,"y":608,"w":404,"ch":5,"s":["100","200","300","400","500","600","700"]}, + "Hurricane": {"x":0,"y":672,"w":135,"ch":5,"s":["400"]}, + "IBM Plex Mono": {"x":432,"y":672,"w":307,"ch":5,"s":["100","100i","200","200i","300","300i","400","400i","500","500i","600","600i","700","700i"]}, + "IBM Plex Sans": {"x":0,"y":704,"w":254,"ch":5,"s":["100","200","300","400","500","600","700","100i","200i","300i","400i","500i","600i","700i"],"a":[{"tag":"wdth","min":75,"max":100,"defaultValue":100},{"tag":"wght","min":100,"max":700,"defaultValue":400}]}, + "IBM Plex Sans Arabic": {"x":254,"y":704,"w":379,"ch":5,"s":["100","200","300","400","500","600","700"]}, + "IBM Plex Sans Condensed": {"x":0,"y":736,"w":419,"ch":5,"s":["100","100i","200","200i","300","300i","400","400i","500","500i","600","600i","700","700i"]}, + "IBM Plex Sans Devanagari": {"x":419,"y":736,"w":371,"ch":5,"s":["100","200","300","400","500","600","700"]}, + "IBM Plex Sans Hebrew": {"x":0,"y":768,"w":404,"ch":5,"s":["100","200","300","400","500","600","700"]}, "IBM Plex Sans JP": {"x":0,"y":0,"w":0,"ch":0,"s":["100","200","300","400","500","600","700"],"noPreview":true}, "IBM Plex Sans KR": {"x":0,"y":0,"w":0,"ch":0,"s":["100","200","300","400","500","600","700"],"noPreview":true}, - "IBM Plex Sans Thai": {"x":404,"y":608,"w":339,"ch":5,"s":["100","200","300","400","500","600","700"]}, - "IBM Plex Sans Thai Looped": {"x":0,"y":640,"w":390,"ch":5,"s":["100","200","300","400","500","600","700"]}, - "IBM Plex Serif": {"x":390,"y":640,"w":258,"ch":5,"s":["100","100i","200","200i","300","300i","400","400i","500","500i","600","600i","700","700i"]}, - "IM Fell DW Pica": {"x":0,"y":704,"w":269,"ch":5,"s":["400","400i"]}, - "IM Fell DW Pica SC": {"x":269,"y":704,"w":368,"ch":5,"s":["400"]}, - "IM Fell Double Pica": {"x":0,"y":672,"w":326,"ch":5,"s":["400","400i"]}, - "IM Fell Double Pica SC": {"x":326,"y":672,"w":423,"ch":5,"s":["400"]}, - "IM Fell English": {"x":637,"y":704,"w":198,"ch":5,"s":["400","400i"]}, - "IM Fell English SC": {"x":0,"y":736,"w":356,"ch":5,"s":["400"]}, - "IM Fell French Canon": {"x":356,"y":736,"w":393,"ch":5,"s":["400","400i"]}, - "IM Fell French Canon SC": {"x":0,"y":768,"w":475,"ch":5,"s":["400"]}, - "IM Fell Great Primer": {"x":475,"y":768,"w":363,"ch":5,"s":["400","400i"]}, - "IM Fell Great Primer SC": {"x":0,"y":800,"w":483,"ch":5,"s":["400"]}, + "IBM Plex Sans Thai": {"x":404,"y":768,"w":339,"ch":5,"s":["100","200","300","400","500","600","700"]}, + "IBM Plex Sans Thai Looped": {"x":0,"y":800,"w":390,"ch":5,"s":["100","200","300","400","500","600","700"]}, + "IBM Plex Serif": {"x":0,"y":0,"w":258,"ch":6,"s":["100","100i","200","200i","300","300i","400","400i","500","500i","600","600i","700","700i"]}, + "IM Fell DW Pica": {"x":484,"y":0,"w":269,"ch":6,"s":["400","400i"]}, + "IM Fell DW Pica SC": {"x":0,"y":64,"w":368,"ch":6,"s":["400"]}, + "IM Fell Double Pica": {"x":0,"y":32,"w":326,"ch":6,"s":["400","400i"]}, + "IM Fell Double Pica SC": {"x":326,"y":32,"w":423,"ch":6,"s":["400"]}, + "IM Fell English": {"x":368,"y":64,"w":198,"ch":6,"s":["400","400i"]}, + "IM Fell English SC": {"x":0,"y":96,"w":356,"ch":6,"s":["400"]}, + "IM Fell French Canon": {"x":356,"y":96,"w":393,"ch":6,"s":["400","400i"]}, + "IM Fell French Canon SC": {"x":0,"y":128,"w":475,"ch":6,"s":["400"]}, + "IM Fell Great Primer": {"x":0,"y":160,"w":363,"ch":6,"s":["400","400i"]}, + "IM Fell Great Primer SC": {"x":0,"y":192,"w":483,"ch":6,"s":["400"]}, "Iansui": {"x":0,"y":0,"w":0,"ch":0,"s":["400"],"noPreview":true}, - "Ibarra Real Nova": {"x":0,"y":512,"w":297,"ch":5,"s":["400","500","600","700","400i","500i","600i","700i"]}, - "Iceberg": {"x":648,"y":640,"w":89,"ch":5,"s":["400"]}, - "Iceland": {"x":633,"y":544,"w":137,"ch":5,"s":["400"]}, - "Imbue": {"x":483,"y":800,"w":72,"ch":5,"s":["100","200","300","400","500","600","700","800","900"]}, - "Imperial Script": {"x":555,"y":800,"w":161,"ch":5,"s":["400"]}, - "Imprima": {"x":716,"y":800,"w":118,"ch":5,"s":["400"]}, - "Inclusive Sans": {"x":0,"y":832,"w":279,"ch":5,"s":["300","400","500","600","700","300i","400i","500i","600i","700i"]}, - "Inconsolata": {"x":279,"y":832,"w":241,"ch":5,"s":["200","300","400","500","600","700","800","900"]}, - "Inder": {"x":520,"y":832,"w":93,"ch":5,"s":["400"]}, - "Indie Flower": {"x":613,"y":832,"w":200,"ch":5,"s":["400"]}, - "Ingrid Darling": {"x":604,"y":512,"w":136,"ch":5,"s":["400"]}, - "Inika": {"x":749,"y":736,"w":95,"ch":5,"s":["400","700"]}, - "Inknut Antiqua": {"x":0,"y":0,"w":229,"ch":6,"s":["300","400","500","600","700","800","900"]}, - "Inria Sans": {"x":229,"y":0,"w":173,"ch":6,"s":["300","300i","400","400i","700","700i"]}, - "Inria Serif": {"x":402,"y":0,"w":187,"ch":6,"s":["300","300i","400","400i","700","700i"]}, - "Inspiration": {"x":589,"y":0,"w":90,"ch":6,"s":["400"]}, - "Instrument Sans": {"x":0,"y":32,"w":301,"ch":6,"s":["400","500","600","700","400i","500i","600i","700i"]}, - "Instrument Serif": {"x":301,"y":32,"w":226,"ch":6,"s":["400","400i"]}, - "Inter": {"x":527,"y":32,"w":84,"ch":6,"s":["100","200","300","400","500","600","700","800","900","100i","200i","300i","400i","500i","600i","700i","800i","900i"]}, - "Inter Tight": {"x":611,"y":32,"w":137,"ch":6,"s":["100","200","300","400","500","600","700","800","900","100i","200i","300i","400i","500i","600i","700i","800i","900i"]}, - "Irish Grover": {"x":0,"y":64,"w":211,"ch":6,"s":["400"]}, - "Island Moments": {"x":211,"y":64,"w":228,"ch":6,"s":["400"]}, - "Istok Web": {"x":439,"y":64,"w":180,"ch":6,"s":["400","400i","700","700i"]}, - "Italiana": {"x":619,"y":64,"w":120,"ch":6,"s":["400"]}, - "Italianno": {"x":0,"y":96,"w":122,"ch":6,"s":["400"]}, - "Itim": {"x":122,"y":96,"w":82,"ch":6,"s":["400"]}, - "Jacquard 12": {"x":204,"y":96,"w":178,"ch":6,"s":["400"]}, - "Jacquard 12 Charted": {"x":382,"y":96,"w":225,"ch":6,"s":["400"]}, - "Jacquard 24": {"x":0,"y":128,"w":173,"ch":6,"s":["400"]}, - "Jacquard 24 Charted": {"x":173,"y":128,"w":215,"ch":6,"s":["400"]}, - "Jacquarda Bastarda 9": {"x":388,"y":128,"w":343,"ch":6,"s":["400"]}, - "Jacquarda Bastarda 9 Charted": {"x":0,"y":160,"w":342,"ch":6,"s":["400"]}, - "Jacques Francois": {"x":342,"y":160,"w":246,"ch":6,"s":["400"]}, - "Jacques Francois Shadow": {"x":0,"y":192,"w":377,"ch":6,"s":["400"]}, - "Jaini": {"x":377,"y":192,"w":74,"ch":6,"s":["400"]}, - "Jaini Purva": {"x":451,"y":192,"w":164,"ch":6,"s":["400"]}, - "Jaldi": {"x":615,"y":192,"w":80,"ch":6,"s":["400","700"]}, - "Jaro": {"x":588,"y":160,"w":69,"ch":6,"s":["400"]}, - "Jersey 10": {"x":607,"y":96,"w":145,"ch":6,"s":["400"]}, - "Jersey 10 Charted": {"x":0,"y":224,"w":178,"ch":6,"s":["400"]}, - "Jersey 15": {"x":178,"y":224,"w":152,"ch":6,"s":["400"]}, - "Jersey 15 Charted": {"x":330,"y":224,"w":203,"ch":6,"s":["400"]}, - "Jersey 20": {"x":533,"y":224,"w":149,"ch":6,"s":["400"]}, - "Jersey 20 Charted": {"x":0,"y":256,"w":213,"ch":6,"s":["400"]}, - "Jersey 25": {"x":213,"y":256,"w":151,"ch":6,"s":["400"]}, - "Jersey 25 Charted": {"x":364,"y":256,"w":218,"ch":6,"s":["400"]}, - "JetBrains Mono": {"x":0,"y":288,"w":319,"ch":6,"s":["100","200","300","400","500","600","700","800","100i","200i","300i","400i","500i","600i","700i","800i"]}, - "Jim Nightshade": {"x":319,"y":288,"w":103,"ch":6,"s":["400"]}, - "Joan": {"x":422,"y":288,"w":58,"ch":6,"s":["400"]}, - "Jockey One": {"x":480,"y":288,"w":147,"ch":6,"s":["400"]}, - "Jolly Lodger": {"x":627,"y":288,"w":121,"ch":6,"s":["400"]}, - "Jomhuria": {"x":582,"y":256,"w":152,"ch":6,"s":["400"]}, - "Jomolhari": {"x":0,"y":320,"w":174,"ch":6,"s":["400"]}, - "Josefin Sans": {"x":174,"y":320,"w":177,"ch":6,"s":["100","200","300","400","500","600","700","100i","200i","300i","400i","500i","600i","700i"]}, - "Josefin Slab": {"x":351,"y":320,"w":161,"ch":6,"s":["100","200","300","400","500","600","700","100i","200i","300i","400i","500i","600i","700i"]}, - "Jost": {"x":512,"y":320,"w":52,"ch":6,"s":["100","200","300","400","500","600","700","800","900","100i","200i","300i","400i","500i","600i","700i","800i","900i"]}, - "Joti One": {"x":564,"y":320,"w":149,"ch":6,"s":["400"]}, + "Ibarra Real Nova": {"x":135,"y":672,"w":297,"ch":5,"s":["400","500","600","700","400i","500i","600i","700i"],"a":[{"tag":"wght","min":400,"max":700,"defaultValue":400}]}, + "Iceberg": {"x":258,"y":0,"w":89,"ch":6,"s":["400"]}, + "Iceland": {"x":347,"y":0,"w":137,"ch":6,"s":["400"]}, + "Imbue": {"x":483,"y":192,"w":72,"ch":6,"s":["100","200","300","400","500","600","700","800","900"],"a":[{"tag":"wght","min":100,"max":900,"defaultValue":400},{"tag":"opsz","min":10,"max":100,"defaultValue":10}]}, + "Imperial Script": {"x":555,"y":192,"w":161,"ch":6,"s":["400"]}, + "Imprima": {"x":363,"y":160,"w":118,"ch":6,"s":["400"]}, + "Inclusive Sans": {"x":481,"y":160,"w":279,"ch":6,"s":["300","400","500","600","700","300i","400i","500i","600i","700i"],"a":[{"tag":"wght","min":300,"max":700,"defaultValue":400}]}, + "Inconsolata": {"x":475,"y":128,"w":241,"ch":6,"s":["200","300","400","500","600","700","800","900"],"a":[{"tag":"wdth","min":50,"max":200,"defaultValue":100},{"tag":"wght","min":200,"max":900,"defaultValue":400}]}, + "Inder": {"x":566,"y":64,"w":93,"ch":6,"s":["400"]}, + "Indie Flower": {"x":0,"y":224,"w":200,"ch":6,"s":["400"]}, + "Ingrid Darling": {"x":200,"y":224,"w":136,"ch":6,"s":["400"]}, + "Inika": {"x":336,"y":224,"w":95,"ch":6,"s":["400","700"]}, + "Inknut Antiqua": {"x":431,"y":224,"w":229,"ch":6,"s":["300","400","500","600","700","800","900"]}, + "Inria Sans": {"x":0,"y":256,"w":173,"ch":6,"s":["300","300i","400","400i","700","700i"]}, + "Inria Serif": {"x":173,"y":256,"w":187,"ch":6,"s":["300","300i","400","400i","700","700i"]}, + "Inspiration": {"x":360,"y":256,"w":90,"ch":6,"s":["400"]}, + "Instrument Sans": {"x":450,"y":256,"w":301,"ch":6,"s":["400","500","600","700","400i","500i","600i","700i"],"a":[{"tag":"wdth","min":75,"max":100,"defaultValue":100},{"tag":"wght","min":400,"max":700,"defaultValue":400}]}, + "Instrument Serif": {"x":0,"y":288,"w":226,"ch":6,"s":["400","400i"]}, + "Intel One Mono": {"x":226,"y":288,"w":346,"ch":6,"s":["300","300i","400","400i","500","500i","600","600i","700","700i"],"a":[{"tag":"wght","min":300,"max":700,"defaultValue":400}]}, + "Inter": {"x":572,"y":288,"w":84,"ch":6,"s":["100","200","300","400","500","600","700","800","900","100i","200i","300i","400i","500i","600i","700i","800i","900i"],"a":[{"tag":"wght","min":100,"max":900,"defaultValue":400},{"tag":"opsz","min":14,"max":32,"defaultValue":14}]}, + "Inter Tight": {"x":656,"y":288,"w":137,"ch":6,"s":["100","200","300","400","500","600","700","800","900","100i","200i","300i","400i","500i","600i","700i","800i","900i"],"a":[{"tag":"wght","min":100,"max":900,"defaultValue":400}]}, + "Irish Grover": {"x":0,"y":320,"w":211,"ch":6,"s":["400"]}, + "Island Moments": {"x":211,"y":320,"w":228,"ch":6,"s":["400"]}, + "Istok Web": {"x":439,"y":320,"w":180,"ch":6,"s":["400","400i","700","700i"]}, + "Italiana": {"x":619,"y":320,"w":120,"ch":6,"s":["400"]}, + "Italianno": {"x":660,"y":224,"w":122,"ch":6,"s":["400"]}, + "Itim": {"x":659,"y":64,"w":82,"ch":6,"s":["400"]}, + "Jacquard 12": {"x":0,"y":352,"w":178,"ch":6,"s":["400"]}, + "Jacquard 12 Charted": {"x":178,"y":352,"w":225,"ch":6,"s":["400"]}, + "Jacquard 24": {"x":403,"y":352,"w":173,"ch":6,"s":["400"]}, + "Jacquard 24 Charted": {"x":576,"y":352,"w":215,"ch":6,"s":["400"]}, + "Jacquarda Bastarda 9": {"x":0,"y":384,"w":343,"ch":6,"s":["400"]}, + "Jacquarda Bastarda 9 Charted": {"x":343,"y":384,"w":342,"ch":6,"s":["400"]}, + "Jacques Francois": {"x":0,"y":416,"w":246,"ch":6,"s":["400"]}, + "Jacques Francois Shadow": {"x":246,"y":416,"w":377,"ch":6,"s":["400"]}, + "Jaini": {"x":623,"y":416,"w":74,"ch":6,"s":["400"]}, + "Jaini Purva": {"x":0,"y":448,"w":164,"ch":6,"s":["400"]}, + "Jaldi": {"x":164,"y":448,"w":80,"ch":6,"s":["400","700"]}, + "Jaro": {"x":244,"y":448,"w":69,"ch":6,"s":["400"],"a":[{"tag":"opsz","min":6,"max":72,"defaultValue":14}]}, + "Jersey 10": {"x":313,"y":448,"w":145,"ch":6,"s":["400"]}, + "Jersey 10 Charted": {"x":458,"y":448,"w":178,"ch":6,"s":["400"]}, + "Jersey 15": {"x":636,"y":448,"w":152,"ch":6,"s":["400"]}, + "Jersey 15 Charted": {"x":0,"y":480,"w":203,"ch":6,"s":["400"]}, + "Jersey 20": {"x":203,"y":480,"w":149,"ch":6,"s":["400"]}, + "Jersey 20 Charted": {"x":352,"y":480,"w":213,"ch":6,"s":["400"]}, + "Jersey 25": {"x":565,"y":480,"w":151,"ch":6,"s":["400"]}, + "Jersey 25 Charted": {"x":0,"y":512,"w":218,"ch":6,"s":["400"]}, + "JetBrains Mono": {"x":218,"y":512,"w":319,"ch":6,"s":["100","200","300","400","500","600","700","800","100i","200i","300i","400i","500i","600i","700i","800i"],"a":[{"tag":"wght","min":100,"max":800,"defaultValue":400}]}, + "Jim Nightshade": {"x":537,"y":512,"w":103,"ch":6,"s":["400"]}, + "Joan": {"x":640,"y":512,"w":58,"ch":6,"s":["400"]}, + "Jockey One": {"x":0,"y":544,"w":147,"ch":6,"s":["400"]}, + "Jolly Lodger": {"x":147,"y":544,"w":121,"ch":6,"s":["400"]}, + "Jomhuria": {"x":268,"y":544,"w":152,"ch":6,"s":["400"]}, + "Jomolhari": {"x":420,"y":544,"w":174,"ch":6,"s":["400"]}, + "Josefin Sans": {"x":594,"y":544,"w":177,"ch":6,"s":["100","200","300","400","500","600","700","100i","200i","300i","400i","500i","600i","700i"],"a":[{"tag":"wght","min":100,"max":700,"defaultValue":400}]}, + "Josefin Slab": {"x":0,"y":576,"w":161,"ch":6,"s":["100","200","300","400","500","600","700","100i","200i","300i","400i","500i","600i","700i"],"a":[{"tag":"wght","min":100,"max":700,"defaultValue":400}]}, + "Jost": {"x":161,"y":576,"w":52,"ch":6,"s":["100","200","300","400","500","600","700","800","900","100i","200i","300i","400i","500i","600i","700i","800i","900i"],"a":[{"tag":"wght","min":100,"max":900,"defaultValue":400}]}, + "Joti One": {"x":213,"y":576,"w":149,"ch":6,"s":["400"]}, "Jua": {"x":0,"y":0,"w":0,"ch":0,"s":["400"],"noPreview":true}, - "Judson": {"x":0,"y":352,"w":141,"ch":6,"s":["400","400i","700"]}, - "Julee": {"x":141,"y":352,"w":68,"ch":6,"s":["400"]}, - "Julius Sans One": {"x":209,"y":352,"w":269,"ch":6,"s":["400"]}, - "Junge": {"x":478,"y":352,"w":82,"ch":6,"s":["400"]}, - "Jura": {"x":560,"y":352,"w":95,"ch":6,"s":["300","400","500","600","700"]}, - "Just Another Hand": {"x":0,"y":384,"w":178,"ch":6,"s":["400"]}, - "Just Me Again Down Here": {"x":178,"y":384,"w":219,"ch":6,"s":["400"]}, - "K2D": {"x":397,"y":384,"w":79,"ch":6,"s":["100","100i","200","200i","300","300i","400","400i","500","500i","600","600i","700","700i","800","800i"]}, - "Kablammo": {"x":476,"y":384,"w":182,"ch":6,"s":["400"]}, - "Kadwa": {"x":0,"y":416,"w":126,"ch":6,"s":["400","700"]}, + "Judson": {"x":362,"y":576,"w":141,"ch":6,"s":["400","400i","700"]}, + "Julee": {"x":503,"y":576,"w":68,"ch":6,"s":["400"]}, + "Julius Sans One": {"x":0,"y":608,"w":269,"ch":6,"s":["400"]}, + "Junge": {"x":269,"y":608,"w":82,"ch":6,"s":["400"]}, + "Jura": {"x":351,"y":608,"w":95,"ch":6,"s":["300","400","500","600","700"],"a":[{"tag":"wght","min":300,"max":700,"defaultValue":400}]}, + "Just Another Hand": {"x":446,"y":608,"w":178,"ch":6,"s":["400"]}, + "Just Me Again Down Here": {"x":571,"y":576,"w":219,"ch":6,"s":["400"]}, + "K2D": {"x":624,"y":608,"w":79,"ch":6,"s":["100","100i","200","200i","300","300i","400","400i","500","500i","600","600i","700","700i","800","800i"]}, + "Kablammo": {"x":0,"y":640,"w":182,"ch":6,"s":["400"],"a":[{"tag":"MORF","min":0,"max":60,"defaultValue":0}]}, + "Kadwa": {"x":182,"y":640,"w":126,"ch":6,"s":["400","700"]}, "Kaisei Decol": {"x":0,"y":0,"w":0,"ch":0,"s":["400","500","700"],"noPreview":true}, "Kaisei HarunoUmi": {"x":0,"y":0,"w":0,"ch":0,"s":["400","500","700"],"noPreview":true}, "Kaisei Opti": {"x":0,"y":0,"w":0,"ch":0,"s":["400","500","700"],"noPreview":true}, "Kaisei Tokumin": {"x":0,"y":0,"w":0,"ch":0,"s":["400","500","700","800"],"noPreview":true}, - "Kalam": {"x":126,"y":416,"w":98,"ch":6,"s":["300","400","700"]}, - "Kalnia": {"x":224,"y":416,"w":127,"ch":6,"s":["100","200","300","400","500","600","700"]}, - "Kalnia Glaze": {"x":0,"y":0,"w":0,"ch":0,"s":["100","200","300","400","500","600","700"],"noPreview":true}, - "Kameron": {"x":351,"y":416,"w":189,"ch":6,"s":["400","500","600","700"]}, - "Kanchenjunga": {"x":540,"y":416,"w":191,"ch":6,"s":["400","500","600","700"]}, - "Kanit": {"x":0,"y":448,"w":104,"ch":6,"s":["100","100i","200","200i","300","300i","400","400i","500","500i","600","600i","700","700i","800","800i","900","900i"]}, - "Kantumruy Pro": {"x":104,"y":448,"w":235,"ch":6,"s":["100","200","300","400","500","600","700","100i","200i","300i","400i","500i","600i","700i"]}, - "Kapakana": {"x":0,"y":0,"w":0,"ch":0,"s":["300","400"],"noPreview":true}, - "Karantina": {"x":339,"y":448,"w":104,"ch":6,"s":["300","400","700"]}, - "Karla": {"x":443,"y":448,"w":95,"ch":6,"s":["200","300","400","500","600","700","800","200i","300i","400i","500i","600i","700i","800i"]}, - "Karla Tamil Inclined": {"x":0,"y":480,"w":341,"ch":6,"s":["400","700"]}, - "Karla Tamil Upright": {"x":341,"y":480,"w":266,"ch":6,"s":["400","700"]}, - "Karma": {"x":607,"y":480,"w":127,"ch":6,"s":["300","400","500","600","700"]}, - "Katibeh": {"x":538,"y":448,"w":145,"ch":6,"s":["400"]}, - "Kaushan Script": {"x":0,"y":512,"w":164,"ch":6,"s":["400"]}, - "Kavivanar": {"x":164,"y":512,"w":158,"ch":6,"s":["400"]}, - "Kavoon": {"x":322,"y":512,"w":144,"ch":6,"s":["400"]}, - "Kay Pho Du": {"x":466,"y":512,"w":154,"ch":6,"s":["400","500","600","700"]}, - "Kdam Thmor Pro": {"x":0,"y":544,"w":266,"ch":6,"s":["400"]}, - "Keania One": {"x":266,"y":544,"w":198,"ch":6,"s":["400"]}, - "Kelly Slab": {"x":464,"y":544,"w":138,"ch":6,"s":["400"]}, - "Kenia": {"x":602,"y":544,"w":80,"ch":6,"s":["400"]}, - "Khand": {"x":620,"y":512,"w":87,"ch":6,"s":["300","400","500","600","700"]}, - "Khmer": {"x":0,"y":576,"w":117,"ch":6,"s":["400"]}, - "Khula": {"x":117,"y":576,"w":99,"ch":6,"s":["300","400","600","700","800"]}, - "Kings": {"x":216,"y":576,"w":81,"ch":6,"s":["400"]}, + "Kalam": {"x":308,"y":640,"w":98,"ch":6,"s":["300","400","700"]}, + "Kalnia": {"x":406,"y":640,"w":127,"ch":6,"s":["100","200","300","400","500","600","700"],"a":[{"tag":"wdth","min":100,"max":125,"defaultValue":100},{"tag":"wght","min":100,"max":700,"defaultValue":400}]}, + "Kalnia Glaze": {"x":0,"y":0,"w":0,"ch":0,"s":["100","200","300","400","500","600","700"],"a":[{"tag":"wdth","min":100,"max":125,"defaultValue":100},{"tag":"wght","min":100,"max":700,"defaultValue":400}],"noPreview":true}, + "Kameron": {"x":533,"y":640,"w":189,"ch":6,"s":["400","500","600","700"],"a":[{"tag":"wght","min":400,"max":700,"defaultValue":400}]}, + "Kanchenjunga": {"x":0,"y":672,"w":191,"ch":6,"s":["400","500","600","700"]}, + "Kanit": {"x":191,"y":672,"w":104,"ch":6,"s":["100","100i","200","200i","300","300i","400","400i","500","500i","600","600i","700","700i","800","800i","900","900i"]}, + "Kantumruy Pro": {"x":295,"y":672,"w":235,"ch":6,"s":["100","200","300","400","500","600","700","100i","200i","300i","400i","500i","600i","700i"],"a":[{"tag":"wght","min":100,"max":700,"defaultValue":400}]}, + "Kapakana": {"x":0,"y":0,"w":0,"ch":0,"s":["300","400"],"a":[{"tag":"wght","min":300,"max":400,"defaultValue":400}],"noPreview":true}, + "Karantina": {"x":530,"y":672,"w":104,"ch":6,"s":["300","400","700"]}, + "Karla": {"x":634,"y":672,"w":95,"ch":6,"s":["200","300","400","500","600","700","800","200i","300i","400i","500i","600i","700i","800i"],"a":[{"tag":"wght","min":200,"max":800,"defaultValue":400}]}, + "Karla Tamil Inclined": {"x":0,"y":704,"w":341,"ch":6,"s":["400","700"]}, + "Karla Tamil Upright": {"x":341,"y":704,"w":266,"ch":6,"s":["400","700"]}, + "Karma": {"x":607,"y":704,"w":127,"ch":6,"s":["300","400","500","600","700"]}, + "Katibeh": {"x":0,"y":736,"w":145,"ch":6,"s":["400"]}, + "Kaushan Script": {"x":145,"y":736,"w":164,"ch":6,"s":["400"]}, + "Kavivanar": {"x":309,"y":736,"w":158,"ch":6,"s":["400"]}, + "Kavoon": {"x":467,"y":736,"w":144,"ch":6,"s":["400"]}, + "Kay Pho Du": {"x":611,"y":736,"w":154,"ch":6,"s":["400","500","600","700"]}, + "Kdam Thmor Pro": {"x":0,"y":768,"w":266,"ch":6,"s":["400"]}, + "Keania One": {"x":266,"y":768,"w":198,"ch":6,"s":["400"]}, + "Kelly Slab": {"x":464,"y":768,"w":138,"ch":6,"s":["400"]}, + "Kenia": {"x":602,"y":768,"w":80,"ch":6,"s":["400"]}, + "Khand": {"x":682,"y":768,"w":87,"ch":6,"s":["300","400","500","600","700"]}, + "Khmer": {"x":0,"y":800,"w":117,"ch":6,"s":["400"]}, + "Khula": {"x":0,"y":0,"w":99,"ch":7,"s":["300","400","600","700","800"]}, + "Kings": {"x":99,"y":0,"w":81,"ch":7,"s":["400"]}, "Kirang Haerang": {"x":0,"y":0,"w":0,"ch":0,"s":["400"],"noPreview":true}, - "Kite One": {"x":297,"y":576,"w":126,"ch":6,"s":["400"]}, + "Kite One": {"x":180,"y":0,"w":126,"ch":7,"s":["400"]}, "Kiwi Maru": {"x":0,"y":0,"w":0,"ch":0,"s":["300","400","500"],"noPreview":true}, "Klee One": {"x":0,"y":0,"w":0,"ch":0,"s":["400","600"],"noPreview":true}, - "Knewave": {"x":423,"y":576,"w":138,"ch":6,"s":["400"]}, - "KoHo": {"x":561,"y":576,"w":97,"ch":6,"s":["200","200i","300","300i","400","400i","500","500i","600","600i","700","700i"]}, - "Kodchasan": {"x":0,"y":608,"w":210,"ch":6,"s":["200","200i","300","300i","400","400i","500","500i","600","600i","700","700i"]}, - "Kode Mono": {"x":210,"y":608,"w":216,"ch":6,"s":["400","500","600","700"]}, - "Koh Santepheap": {"x":426,"y":608,"w":235,"ch":6,"s":["100","300","400","700","900"]}, - "Kolker Brush": {"x":0,"y":640,"w":180,"ch":6,"s":["400"]}, - "Konkhmer Sleokchher": {"x":180,"y":640,"w":437,"ch":6,"s":["400"]}, + "Knewave": {"x":306,"y":0,"w":138,"ch":7,"s":["400"]}, + "KoHo": {"x":451,"y":32,"w":97,"ch":7,"s":["200","200i","300","300i","400","400i","500","500i","600","600i","700","700i"]}, + "Kodchasan": {"x":444,"y":0,"w":210,"ch":7,"s":["200","200i","300","300i","400","400i","500","500i","600","600i","700","700i"]}, + "Kode Mono": {"x":0,"y":32,"w":216,"ch":7,"s":["400","500","600","700"],"a":[{"tag":"wght","min":400,"max":700,"defaultValue":400}]}, + "Koh Santepheap": {"x":216,"y":32,"w":235,"ch":7,"s":["100","300","400","700","900"]}, + "Kolker Brush": {"x":548,"y":32,"w":180,"ch":7,"s":["400"]}, + "Konkhmer Sleokchher": {"x":0,"y":64,"w":437,"ch":7,"s":["400"]}, "Kosugi": {"x":0,"y":0,"w":0,"ch":0,"s":["400"],"noPreview":true}, "Kosugi Maru": {"x":0,"y":0,"w":0,"ch":0,"s":["400"],"noPreview":true}, - "Kotta One": {"x":0,"y":672,"w":178,"ch":6,"s":["400"]}, - "Koulen": {"x":178,"y":672,"w":110,"ch":6,"s":["400"]}, - "Kranky": {"x":288,"y":672,"w":109,"ch":6,"s":["400"]}, - "Kreon": {"x":397,"y":672,"w":105,"ch":6,"s":["300","400","500","600","700"]}, - "Kristi": {"x":502,"y":672,"w":63,"ch":6,"s":["400"]}, - "Krona One": {"x":0,"y":704,"w":258,"ch":6,"s":["400"]}, - "Krub": {"x":258,"y":704,"w":81,"ch":6,"s":["200","200i","300","300i","400","400i","500","500i","600","600i","700","700i"]}, - "Kufam": {"x":339,"y":704,"w":117,"ch":6,"s":["400","500","600","700","800","900","400i","500i","600i","700i","800i","900i"]}, - "Kulim Park": {"x":456,"y":704,"w":186,"ch":6,"s":["200","200i","300","300i","400","400i","600","600i","700","700i"]}, - "Kumar One": {"x":0,"y":736,"w":251,"ch":6,"s":["400"]}, - "Kumar One Outline": {"x":251,"y":736,"w":351,"ch":6,"s":["400"]}, - "Kumbh Sans": {"x":0,"y":768,"w":225,"ch":6,"s":["100","200","300","400","500","600","700","800","900"]}, - "Kurale": {"x":225,"y":768,"w":117,"ch":6,"s":["400"]}, + "Kotta One": {"x":437,"y":64,"w":178,"ch":7,"s":["400"]}, + "Koulen": {"x":615,"y":64,"w":110,"ch":7,"s":["400"]}, + "Kranky": {"x":654,"y":0,"w":109,"ch":7,"s":["400"]}, + "Kreon": {"x":0,"y":96,"w":105,"ch":7,"s":["300","400","500","600","700"],"a":[{"tag":"wght","min":300,"max":700,"defaultValue":400}]}, + "Kristi": {"x":105,"y":96,"w":63,"ch":7,"s":["400"]}, + "Krona One": {"x":168,"y":96,"w":258,"ch":7,"s":["400"]}, + "Krub": {"x":426,"y":96,"w":81,"ch":7,"s":["200","200i","300","300i","400","400i","500","500i","600","600i","700","700i"]}, + "Kufam": {"x":507,"y":96,"w":117,"ch":7,"s":["400","500","600","700","800","900","400i","500i","600i","700i","800i","900i"],"a":[{"tag":"wght","min":400,"max":900,"defaultValue":400}]}, + "Kulim Park": {"x":624,"y":96,"w":186,"ch":7,"s":["200","200i","300","300i","400","400i","600","600i","700","700i"]}, + "Kumar One": {"x":0,"y":128,"w":251,"ch":7,"s":["400"]}, + "Kumar One Outline": {"x":251,"y":128,"w":351,"ch":7,"s":["400"]}, + "Kumbh Sans": {"x":0,"y":160,"w":225,"ch":7,"s":["100","200","300","400","500","600","700","800","900"],"a":[{"tag":"wght","min":100,"max":900,"defaultValue":400},{"tag":"YOPQ","min":40,"max":300,"defaultValue":300}]}, + "Kurale": {"x":225,"y":160,"w":117,"ch":7,"s":["400"]}, "LXGW Marker Gothic": {"x":0,"y":0,"w":0,"ch":0,"s":["400"],"noPreview":true}, "LXGW WenKai Mono TC": {"x":0,"y":0,"w":0,"ch":0,"s":["300","400","700"],"noPreview":true}, "LXGW WenKai TC": {"x":0,"y":0,"w":0,"ch":0,"s":["300","400","700"],"noPreview":true}, - "La Belle Aurore": {"x":0,"y":0,"w":229,"ch":7,"s":["400"]}, - "Labrada": {"x":229,"y":0,"w":140,"ch":7,"s":["100","200","300","400","500","600","700","800","900","100i","200i","300i","400i","500i","600i","700i","800i","900i"]}, - "Lacquer": {"x":369,"y":0,"w":142,"ch":7,"s":["400"]}, - "Laila": {"x":511,"y":0,"w":82,"ch":7,"s":["300","400","500","600","700"]}, - "Lakki Reddy": {"x":593,"y":0,"w":167,"ch":7,"s":["400"]}, - "Lalezar": {"x":0,"y":32,"w":145,"ch":7,"s":["400"]}, - "Lancelot": {"x":145,"y":32,"w":130,"ch":7,"s":["400"]}, - "Langar": {"x":275,"y":32,"w":101,"ch":7,"s":["400"]}, - "Lateef": {"x":376,"y":32,"w":110,"ch":7,"s":["200","300","400","500","600","700","800"]}, - "Lato": {"x":486,"y":32,"w":78,"ch":7,"s":["100","100i","300","300i","400","400i","700","700i","900","900i"]}, - "Lavishly Yours": {"x":564,"y":32,"w":141,"ch":7,"s":["400"]}, - "League Gothic": {"x":0,"y":64,"w":119,"ch":7,"s":["400"]}, - "League Script": {"x":119,"y":64,"w":173,"ch":7,"s":["400"]}, - "League Spartan": {"x":292,"y":64,"w":222,"ch":7,"s":["100","200","300","400","500","600","700","800","900"]}, - "Leckerli One": {"x":514,"y":64,"w":213,"ch":7,"s":["400"]}, - "Ledger": {"x":0,"y":96,"w":97,"ch":7,"s":["400"]}, - "Lekton": {"x":97,"y":96,"w":128,"ch":7,"s":["400","400i","700"]}, - "Lemon": {"x":225,"y":96,"w":150,"ch":7,"s":["400"]}, - "Lemonada": {"x":375,"y":96,"w":221,"ch":7,"s":["300","400","500","600","700"]}, - "Lexend": {"x":596,"y":96,"w":137,"ch":7,"s":["100","200","300","400","500","600","700","800","900"]}, - "Lexend Deca": {"x":0,"y":128,"w":250,"ch":7,"s":["100","200","300","400","500","600","700","800","900"]}, - "Lexend Exa": {"x":250,"y":128,"w":273,"ch":7,"s":["100","200","300","400","500","600","700","800","900"]}, - "Lexend Giga": {"x":523,"y":128,"w":241,"ch":7,"s":["100","200","300","400","500","600","700","800","900"]}, - "Lexend Mega": {"x":0,"y":160,"w":274,"ch":7,"s":["100","200","300","400","500","600","700","800","900"]}, - "Lexend Peta": {"x":274,"y":160,"w":342,"ch":7,"s":["100","200","300","400","500","600","700","800","900"]}, - "Lexend Tera": {"x":0,"y":192,"w":347,"ch":7,"s":["100","200","300","400","500","600","700","800","900"]}, - "Lexend Zetta": {"x":347,"y":192,"w":410,"ch":7,"s":["100","200","300","400","500","600","700","800","900"]}, - "Libertinus Math": {"x":0,"y":224,"w":281,"ch":7,"s":["400"]}, - "Libertinus Mono": {"x":281,"y":224,"w":395,"ch":7,"s":["400"]}, + "La Belle Aurore": {"x":342,"y":160,"w":229,"ch":7,"s":["400"]}, + "Labrada": {"x":571,"y":160,"w":140,"ch":7,"s":["100","200","300","400","500","600","700","800","900","100i","200i","300i","400i","500i","600i","700i","800i","900i"],"a":[{"tag":"wght","min":100,"max":900,"defaultValue":400}]}, + "Lacquer": {"x":602,"y":128,"w":142,"ch":7,"s":["400"]}, + "Laila": {"x":711,"y":160,"w":82,"ch":7,"s":["300","400","500","600","700"]}, + "Lakki Reddy": {"x":0,"y":192,"w":167,"ch":7,"s":["400"]}, + "Lalezar": {"x":167,"y":192,"w":145,"ch":7,"s":["400"]}, + "Lancelot": {"x":312,"y":192,"w":130,"ch":7,"s":["400"]}, + "Langar": {"x":442,"y":192,"w":101,"ch":7,"s":["400"]}, + "Lateef": {"x":543,"y":192,"w":110,"ch":7,"s":["200","300","400","500","600","700","800"]}, + "Lato": {"x":653,"y":192,"w":78,"ch":7,"s":["100","100i","300","300i","400","400i","700","700i","900","900i"]}, + "Lavishly Yours": {"x":0,"y":224,"w":141,"ch":7,"s":["400"]}, + "League Gothic": {"x":141,"y":224,"w":119,"ch":7,"s":["400"],"a":[{"tag":"wdth","min":75,"max":100,"defaultValue":100}]}, + "League Script": {"x":260,"y":224,"w":173,"ch":7,"s":["400"]}, + "League Spartan": {"x":433,"y":224,"w":222,"ch":7,"s":["100","200","300","400","500","600","700","800","900"],"a":[{"tag":"wght","min":100,"max":900,"defaultValue":400}]}, + "Leckerli One": {"x":0,"y":256,"w":213,"ch":7,"s":["400"]}, + "Ledger": {"x":213,"y":256,"w":97,"ch":7,"s":["400"]}, + "Lekton": {"x":310,"y":256,"w":128,"ch":7,"s":["400","400i","700"]}, + "Lemon": {"x":438,"y":256,"w":150,"ch":7,"s":["400"]}, + "Lemonada": {"x":588,"y":256,"w":221,"ch":7,"s":["300","400","500","600","700"],"a":[{"tag":"wght","min":300,"max":700,"defaultValue":400}]}, + "Lexend": {"x":655,"y":224,"w":137,"ch":7,"s":["100","200","300","400","500","600","700","800","900"],"a":[{"tag":"wght","min":100,"max":900,"defaultValue":400}]}, + "Lexend Deca": {"x":0,"y":288,"w":250,"ch":7,"s":["100","200","300","400","500","600","700","800","900"],"a":[{"tag":"wght","min":100,"max":900,"defaultValue":400}]}, + "Lexend Exa": {"x":250,"y":288,"w":273,"ch":7,"s":["100","200","300","400","500","600","700","800","900"],"a":[{"tag":"wght","min":100,"max":900,"defaultValue":400}]}, + "Lexend Giga": {"x":523,"y":288,"w":241,"ch":7,"s":["100","200","300","400","500","600","700","800","900"],"a":[{"tag":"wght","min":100,"max":900,"defaultValue":400}]}, + "Lexend Mega": {"x":0,"y":320,"w":274,"ch":7,"s":["100","200","300","400","500","600","700","800","900"],"a":[{"tag":"wght","min":100,"max":900,"defaultValue":400}]}, + "Lexend Peta": {"x":274,"y":320,"w":342,"ch":7,"s":["100","200","300","400","500","600","700","800","900"],"a":[{"tag":"wght","min":100,"max":900,"defaultValue":400}]}, + "Lexend Tera": {"x":0,"y":352,"w":347,"ch":7,"s":["100","200","300","400","500","600","700","800","900"],"a":[{"tag":"wght","min":100,"max":900,"defaultValue":400}]}, + "Lexend Zetta": {"x":347,"y":352,"w":410,"ch":7,"s":["100","200","300","400","500","600","700","800","900"],"a":[{"tag":"wght","min":100,"max":900,"defaultValue":400}]}, + "Libertinus Keyboard": {"x":0,"y":384,"w":623,"ch":7,"s":["400"]}, + "Libertinus Math": {"x":0,"y":416,"w":281,"ch":7,"s":["400"]}, + "Libertinus Mono": {"x":281,"y":416,"w":395,"ch":7,"s":["400"]}, + "Libertinus Sans": {"x":0,"y":448,"w":267,"ch":7,"s":["400","400i","700"]}, + "Libertinus Serif": {"x":267,"y":448,"w":274,"ch":7,"s":["400","400i","600","600i","700","700i"]}, + "Libertinus Serif Display": {"x":0,"y":480,"w":305,"ch":7,"s":["400"]}, "Libre Barcode 128": {"x":0,"y":0,"w":0,"ch":0,"s":["400"],"noPreview":true}, "Libre Barcode 128 Text": {"x":0,"y":0,"w":0,"ch":0,"s":["400"],"noPreview":true}, "Libre Barcode 39": {"x":0,"y":0,"w":0,"ch":0,"s":["400"],"noPreview":true}, @@ -798,1042 +826,1060 @@ "Libre Barcode 39 Extended Text": {"x":0,"y":0,"w":0,"ch":0,"s":["400"],"noPreview":true}, "Libre Barcode 39 Text": {"x":0,"y":0,"w":0,"ch":0,"s":["400"],"noPreview":true}, "Libre Barcode EAN13 Text": {"x":0,"y":0,"w":0,"ch":0,"s":["400"],"noPreview":true}, - "Libre Baskerville": {"x":0,"y":256,"w":307,"ch":7,"s":["400","400i","700"]}, - "Libre Bodoni": {"x":307,"y":256,"w":235,"ch":7,"s":["400","500","600","700","400i","500i","600i","700i"]}, - "Libre Caslon Display": {"x":542,"y":256,"w":246,"ch":7,"s":["400"]}, - "Libre Caslon Text": {"x":0,"y":288,"w":303,"ch":7,"s":["400","400i","700"]}, - "Libre Franklin": {"x":303,"y":288,"w":246,"ch":7,"s":["100","200","300","400","500","600","700","800","900","100i","200i","300i","400i","500i","600i","700i","800i","900i"]}, - "Licorice": {"x":549,"y":288,"w":82,"ch":7,"s":["400"]}, - "Life Savers": {"x":631,"y":288,"w":160,"ch":7,"s":["400","700","800"]}, - "Lilita One": {"x":616,"y":160,"w":168,"ch":7,"s":["400"]}, - "Lily Script One": {"x":0,"y":320,"w":181,"ch":7,"s":["400"]}, - "Limelight": {"x":181,"y":320,"w":165,"ch":7,"s":["400"]}, - "Linden Hill": {"x":346,"y":320,"w":175,"ch":7,"s":["400","400i"]}, - "Linefont": {"x":0,"y":0,"w":0,"ch":0,"s":["100","200","300","400","500","600","700","800","900"],"noPreview":true}, - "Lisu Bosa": {"x":521,"y":320,"w":180,"ch":7,"s":["200","200i","300","300i","400","400i","500","500i","600","600i","700","700i","800","800i","900","900i"]}, - "Liter": {"x":701,"y":320,"w":77,"ch":7,"s":["400"]}, - "Literata": {"x":0,"y":352,"w":145,"ch":7,"s":["200","300","400","500","600","700","800","900","200i","300i","400i","500i","600i","700i","800i","900i"]}, + "Libre Baskerville": {"x":305,"y":480,"w":307,"ch":7,"s":["400","400i","700"]}, + "Libre Bodoni": {"x":541,"y":448,"w":235,"ch":7,"s":["400","500","600","700","400i","500i","600i","700i"],"a":[{"tag":"wght","min":400,"max":700,"defaultValue":400}]}, + "Libre Caslon Display": {"x":0,"y":512,"w":246,"ch":7,"s":["400"]}, + "Libre Caslon Text": {"x":246,"y":512,"w":303,"ch":7,"s":["400","400i","700"]}, + "Libre Franklin": {"x":549,"y":512,"w":246,"ch":7,"s":["100","200","300","400","500","600","700","800","900","100i","200i","300i","400i","500i","600i","700i","800i","900i"],"a":[{"tag":"wght","min":100,"max":900,"defaultValue":400}]}, + "Licorice": {"x":612,"y":480,"w":82,"ch":7,"s":["400"]}, + "Life Savers": {"x":623,"y":384,"w":160,"ch":7,"s":["400","700","800"]}, + "Lilita One": {"x":616,"y":320,"w":168,"ch":7,"s":["400"]}, + "Lily Script One": {"x":0,"y":544,"w":181,"ch":7,"s":["400"]}, + "Limelight": {"x":181,"y":544,"w":165,"ch":7,"s":["400"]}, + "Linden Hill": {"x":346,"y":544,"w":175,"ch":7,"s":["400","400i"]}, + "Linefont": {"x":0,"y":0,"w":0,"ch":0,"s":["100","200","300","400","500","600","700","800","900"],"a":[{"tag":"wdth","min":25,"max":200,"defaultValue":100},{"tag":"wght","min":4,"max":1000,"defaultValue":400}],"noPreview":true}, + "Lisu Bosa": {"x":521,"y":544,"w":180,"ch":7,"s":["200","200i","300","300i","400","400i","500","500i","600","600i","700","700i","800","800i","900","900i"]}, + "Liter": {"x":701,"y":544,"w":77,"ch":7,"s":["400"]}, + "Literata": {"x":0,"y":576,"w":145,"ch":7,"s":["200","300","400","500","600","700","800","900","200i","300i","400i","500i","600i","700i","800i","900i"],"a":[{"tag":"wght","min":200,"max":900,"defaultValue":400},{"tag":"opsz","min":7,"max":72,"defaultValue":14}]}, "Liu Jian Mao Cao": {"x":0,"y":0,"w":0,"ch":0,"s":["400"],"noPreview":true}, - "Livvic": {"x":145,"y":352,"w":98,"ch":7,"s":["100","100i","200","200i","300","300i","400","400i","500","500i","600","600i","700","700i","900","900i"]}, - "Lobster": {"x":243,"y":352,"w":84,"ch":7,"s":["400"]}, - "Lobster Two": {"x":327,"y":352,"w":144,"ch":7,"s":["400","400i","700","700i"]}, - "Londrina Outline": {"x":471,"y":352,"w":246,"ch":7,"s":["400"]}, - "Londrina Shadow": {"x":0,"y":384,"w":255,"ch":7,"s":["400"]}, - "Londrina Sketch": {"x":255,"y":384,"w":244,"ch":7,"s":["400"]}, - "Londrina Solid": {"x":499,"y":384,"w":218,"ch":7,"s":["100","300","400","900"]}, + "Livvic": {"x":145,"y":576,"w":98,"ch":7,"s":["100","100i","200","200i","300","300i","400","400i","500","500i","600","600i","700","700i","900","900i"]}, + "Lobster": {"x":243,"y":576,"w":84,"ch":7,"s":["400"]}, + "Lobster Two": {"x":327,"y":576,"w":144,"ch":7,"s":["400","400i","700","700i"]}, + "Londrina Outline": {"x":471,"y":576,"w":246,"ch":7,"s":["400"]}, + "Londrina Shadow": {"x":0,"y":608,"w":255,"ch":7,"s":["400"]}, + "Londrina Sketch": {"x":255,"y":608,"w":244,"ch":7,"s":["400"]}, + "Londrina Solid": {"x":499,"y":608,"w":218,"ch":7,"s":["100","300","400","900"]}, "Long Cang": {"x":0,"y":0,"w":0,"ch":0,"s":["400"],"noPreview":true}, - "Lora": {"x":676,"y":224,"w":86,"ch":7,"s":["400","500","600","700","400i","500i","600i","700i"]}, - "Love Light": {"x":0,"y":416,"w":98,"ch":7,"s":["400"]}, - "Love Ya Like A Sister": {"x":98,"y":416,"w":346,"ch":7,"s":["400"]}, - "Loved by the King": {"x":444,"y":416,"w":137,"ch":7,"s":["400"]}, - "Lovers Quarrel": {"x":581,"y":416,"w":123,"ch":7,"s":["400"]}, - "Luckiest Guy": {"x":0,"y":448,"w":250,"ch":7,"s":["400"]}, - "Lugrasimo": {"x":250,"y":448,"w":138,"ch":7,"s":["400"]}, - "Lumanosimo": {"x":388,"y":448,"w":284,"ch":7,"s":["400"]}, - "Lunasima": {"x":0,"y":480,"w":186,"ch":7,"s":["400","700"]}, - "Lusitana": {"x":186,"y":480,"w":150,"ch":7,"s":["400","700"]}, - "Lustria": {"x":336,"y":480,"w":131,"ch":7,"s":["400"]}, - "Luxurious Roman": {"x":0,"y":512,"w":348,"ch":7,"s":["400"]}, - "Luxurious Script": {"x":348,"y":512,"w":187,"ch":7,"s":["400"]}, - "M PLUS 1": {"x":0,"y":0,"w":0,"ch":0,"s":["100","200","300","400","500","600","700","800","900"],"noPreview":true}, - "M PLUS 1 Code": {"x":0,"y":0,"w":0,"ch":0,"s":["100","200","300","400","500","600","700"],"noPreview":true}, + "Lora": {"x":717,"y":608,"w":86,"ch":7,"s":["400","500","600","700","400i","500i","600i","700i"],"a":[{"tag":"wght","min":400,"max":700,"defaultValue":400}]}, + "Love Light": {"x":717,"y":576,"w":98,"ch":7,"s":["400"]}, + "Love Ya Like A Sister": {"x":0,"y":640,"w":346,"ch":7,"s":["400"]}, + "Loved by the King": {"x":346,"y":640,"w":137,"ch":7,"s":["400"]}, + "Lovers Quarrel": {"x":483,"y":640,"w":123,"ch":7,"s":["400"]}, + "Luckiest Guy": {"x":0,"y":672,"w":250,"ch":7,"s":["400"]}, + "Lugrasimo": {"x":250,"y":672,"w":138,"ch":7,"s":["400"]}, + "Lumanosimo": {"x":388,"y":672,"w":284,"ch":7,"s":["400"]}, + "Lunasima": {"x":606,"y":640,"w":186,"ch":7,"s":["400","700"]}, + "Lusitana": {"x":0,"y":704,"w":150,"ch":7,"s":["400","700"]}, + "Lustria": {"x":150,"y":704,"w":131,"ch":7,"s":["400"]}, + "Luxurious Roman": {"x":281,"y":704,"w":348,"ch":7,"s":["400"]}, + "Luxurious Script": {"x":0,"y":736,"w":187,"ch":7,"s":["400"]}, + "M PLUS 1": {"x":0,"y":0,"w":0,"ch":0,"s":["100","200","300","400","500","600","700","800","900"],"a":[{"tag":"wght","min":100,"max":900,"defaultValue":400}],"noPreview":true}, + "M PLUS 1 Code": {"x":0,"y":0,"w":0,"ch":0,"s":["100","200","300","400","500","600","700"],"a":[{"tag":"wght","min":100,"max":700,"defaultValue":400}],"noPreview":true}, "M PLUS 1p": {"x":0,"y":0,"w":0,"ch":0,"s":["100","300","400","500","700","800","900"],"noPreview":true}, - "M PLUS 2": {"x":0,"y":0,"w":0,"ch":0,"s":["100","200","300","400","500","600","700","800","900"],"noPreview":true}, - "M PLUS Code Latin": {"x":0,"y":544,"w":337,"ch":7,"s":["100","200","300","400","500","600","700"]}, + "M PLUS 2": {"x":0,"y":0,"w":0,"ch":0,"s":["100","200","300","400","500","600","700","800","900"],"a":[{"tag":"wght","min":100,"max":900,"defaultValue":400}],"noPreview":true}, + "M PLUS Code Latin": {"x":187,"y":736,"w":337,"ch":7,"s":["100","200","300","400","500","600","700"],"a":[{"tag":"wdth","min":100,"max":125,"defaultValue":100},{"tag":"wght","min":100,"max":700,"defaultValue":400}]}, "M PLUS Rounded 1c": {"x":0,"y":0,"w":0,"ch":0,"s":["100","300","400","500","700","800","900"],"noPreview":true}, "Ma Shan Zheng": {"x":0,"y":0,"w":0,"ch":0,"s":["400"],"noPreview":true}, - "Macondo": {"x":337,"y":544,"w":150,"ch":7,"s":["400"]}, - "Macondo Swash Caps": {"x":487,"y":544,"w":269,"ch":7,"s":["400"]}, - "Mada": {"x":535,"y":512,"w":90,"ch":7,"s":["200","300","400","500","600","700","800","900"]}, - "Madimi One": {"x":467,"y":480,"w":200,"ch":7,"s":["400"]}, - "Magra": {"x":625,"y":512,"w":83,"ch":7,"s":["400","700"]}, - "Maiden Orange": {"x":0,"y":576,"w":165,"ch":7,"s":["400"]}, - "Maitree": {"x":165,"y":576,"w":153,"ch":7,"s":["200","300","400","500","600","700"]}, - "Major Mono Display": {"x":0,"y":608,"w":540,"ch":7,"s":["400"]}, - "Mako": {"x":540,"y":608,"w":99,"ch":7,"s":["400"]}, - "Mali": {"x":639,"y":608,"w":71,"ch":7,"s":["200","200i","300","300i","400","400i","500","500i","600","600i","700","700i"]}, - "Mallanna": {"x":318,"y":576,"w":166,"ch":7,"s":["400"]}, - "Maname": {"x":484,"y":576,"w":176,"ch":7,"s":["400"]}, - "Mandali": {"x":0,"y":640,"w":147,"ch":7,"s":["400"]}, - "Manjari": {"x":147,"y":640,"w":108,"ch":7,"s":["100","400","700"]}, - "Manrope": {"x":255,"y":640,"w":128,"ch":7,"s":["200","300","400","500","600","700","800"]}, - "Mansalva": {"x":383,"y":640,"w":164,"ch":7,"s":["400"]}, - "Manuale": {"x":547,"y":640,"w":157,"ch":7,"s":["300","400","500","600","700","800","300i","400i","500i","600i","700i","800i"]}, - "Manufacturing Consent": {"x":0,"y":672,"w":324,"ch":7,"s":["400"]}, - "Marcellus": {"x":324,"y":672,"w":176,"ch":7,"s":["400"]}, - "Marcellus SC": {"x":500,"y":672,"w":253,"ch":7,"s":["400"]}, - "Marck Script": {"x":0,"y":704,"w":154,"ch":7,"s":["400"]}, - "Margarine": {"x":154,"y":704,"w":139,"ch":7,"s":["400"]}, - "Marhey": {"x":293,"y":704,"w":113,"ch":7,"s":["300","400","500","600","700"]}, - "Markazi Text": {"x":406,"y":704,"w":231,"ch":7,"s":["400","500","600","700"]}, - "Marko One": {"x":0,"y":736,"w":235,"ch":7,"s":["400"]}, - "Marmelad": {"x":235,"y":736,"w":177,"ch":7,"s":["400"]}, - "Martel": {"x":412,"y":736,"w":123,"ch":7,"s":["200","300","400","600","700","800","900"]}, - "Martel Sans": {"x":535,"y":736,"w":203,"ch":7,"s":["200","300","400","600","700","800","900"]}, - "Martian Mono": {"x":0,"y":768,"w":290,"ch":7,"s":["100","200","300","400","500","600","700","800"]}, - "Marvel": {"x":290,"y":768,"w":96,"ch":7,"s":["400","400i","700","700i"]}, - "Matangi": {"x":386,"y":768,"w":95,"ch":7,"s":["300","400","500","600","700","800","900"]}, - "Mate": {"x":481,"y":768,"w":90,"ch":7,"s":["400","400i"]}, - "Mate SC": {"x":571,"y":768,"w":153,"ch":7,"s":["400"]}, - "Matemasie": {"x":0,"y":800,"w":206,"ch":7,"s":["400"]}, + "Macondo": {"x":524,"y":736,"w":150,"ch":7,"s":["400"]}, + "Macondo Swash Caps": {"x":0,"y":768,"w":269,"ch":7,"s":["400"]}, + "Mada": {"x":269,"y":768,"w":90,"ch":7,"s":["200","300","400","500","600","700","800","900"],"a":[{"tag":"wght","min":200,"max":900,"defaultValue":400}]}, + "Madimi One": {"x":359,"y":768,"w":200,"ch":7,"s":["400"]}, + "Magra": {"x":559,"y":768,"w":83,"ch":7,"s":["400","700"]}, + "Maiden Orange": {"x":642,"y":768,"w":165,"ch":7,"s":["400"]}, + "Maitree": {"x":629,"y":704,"w":153,"ch":7,"s":["200","300","400","500","600","700"]}, + "Major Mono Display": {"x":0,"y":800,"w":540,"ch":7,"s":["400"]}, + "Mako": {"x":540,"y":800,"w":99,"ch":7,"s":["400"]}, + "Mali": {"x":0,"y":0,"w":71,"ch":8,"s":["200","200i","300","300i","400","400i","500","500i","600","600i","700","700i"]}, + "Mallanna": {"x":71,"y":0,"w":166,"ch":8,"s":["400"]}, + "Maname": {"x":237,"y":0,"w":176,"ch":8,"s":["400"]}, + "Mandali": {"x":413,"y":0,"w":147,"ch":8,"s":["400"]}, + "Manjari": {"x":560,"y":0,"w":108,"ch":8,"s":["100","400","700"]}, + "Manrope": {"x":0,"y":32,"w":128,"ch":8,"s":["200","300","400","500","600","700","800"],"a":[{"tag":"wght","min":200,"max":800,"defaultValue":400}]}, + "Mansalva": {"x":128,"y":32,"w":164,"ch":8,"s":["400"]}, + "Manuale": {"x":292,"y":32,"w":157,"ch":8,"s":["300","400","500","600","700","800","300i","400i","500i","600i","700i","800i"],"a":[{"tag":"wght","min":300,"max":800,"defaultValue":400}]}, + "Manufacturing Consent": {"x":449,"y":32,"w":324,"ch":8,"s":["400"]}, + "Marcellus": {"x":0,"y":64,"w":176,"ch":8,"s":["400"]}, + "Marcellus SC": {"x":176,"y":64,"w":253,"ch":8,"s":["400"]}, + "Marck Script": {"x":429,"y":64,"w":154,"ch":8,"s":["400"]}, + "Margarine": {"x":583,"y":64,"w":139,"ch":8,"s":["400"]}, + "Marhey": {"x":0,"y":96,"w":113,"ch":8,"s":["300","400","500","600","700"],"a":[{"tag":"wght","min":300,"max":700,"defaultValue":400}]}, + "Markazi Text": {"x":113,"y":96,"w":231,"ch":8,"s":["400","500","600","700"],"a":[{"tag":"wght","min":400,"max":700,"defaultValue":400}]}, + "Marko One": {"x":344,"y":96,"w":235,"ch":8,"s":["400"]}, + "Marmelad": {"x":579,"y":96,"w":177,"ch":8,"s":["400"]}, + "Martel": {"x":0,"y":128,"w":123,"ch":8,"s":["200","300","400","600","700","800","900"]}, + "Martel Sans": {"x":123,"y":128,"w":203,"ch":8,"s":["200","300","400","600","700","800","900"]}, + "Martian Mono": {"x":326,"y":128,"w":290,"ch":8,"s":["100","200","300","400","500","600","700","800"],"a":[{"tag":"wdth","min":75,"max":112.5,"defaultValue":100},{"tag":"wght","min":100,"max":800,"defaultValue":400}]}, + "Marvel": {"x":616,"y":128,"w":96,"ch":8,"s":["400","400i","700","700i"]}, + "Matangi": {"x":668,"y":0,"w":95,"ch":8,"s":["300","400","500","600","700","800","900"],"a":[{"tag":"wght","min":300,"max":900,"defaultValue":400}]}, + "Mate": {"x":0,"y":160,"w":90,"ch":8,"s":["400","400i"]}, + "Mate SC": {"x":90,"y":160,"w":153,"ch":8,"s":["400"]}, + "Matemasie": {"x":243,"y":160,"w":206,"ch":8,"s":["400"]}, "Material Icons": {"x":0,"y":0,"w":0,"ch":0,"s":["400"],"noPreview":true}, "Material Icons Outlined": {"x":0,"y":0,"w":0,"ch":0,"s":["400"],"noPreview":true}, "Material Icons Round": {"x":0,"y":0,"w":0,"ch":0,"s":["400"],"noPreview":true}, "Material Icons Sharp": {"x":0,"y":0,"w":0,"ch":0,"s":["400"],"noPreview":true}, "Material Icons Two Tone": {"x":0,"y":0,"w":0,"ch":0,"s":["400"],"noPreview":true}, - "Material Symbols": {"x":0,"y":0,"w":0,"ch":0,"s":["100","200","300","400","500","600","700"],"noPreview":true}, - "Material Symbols Outlined": {"x":0,"y":0,"w":0,"ch":0,"s":["100","200","300","400","500","600","700"],"noPreview":true}, - "Material Symbols Rounded": {"x":0,"y":0,"w":0,"ch":0,"s":["100","200","300","400","500","600","700"],"noPreview":true}, - "Material Symbols Sharp": {"x":0,"y":0,"w":0,"ch":0,"s":["100","200","300","400","500","600","700"],"noPreview":true}, - "Maven Pro": {"x":206,"y":800,"w":206,"ch":7,"s":["400","500","600","700","800","900"]}, - "McLaren": {"x":412,"y":800,"w":180,"ch":7,"s":["400"]}, - "Mea Culpa": {"x":0,"y":0,"w":104,"ch":8,"s":["400"]}, - "Meddon": {"x":104,"y":0,"w":137,"ch":8,"s":["400"]}, - "MedievalSharp": {"x":241,"y":0,"w":215,"ch":8,"s":["400"]}, - "Medula One": {"x":456,"y":0,"w":124,"ch":8,"s":["400"]}, - "Meera Inimai": {"x":0,"y":32,"w":216,"ch":8,"s":["400"]}, - "Megrim": {"x":216,"y":32,"w":104,"ch":8,"s":["400"]}, - "Meie Script": {"x":320,"y":32,"w":153,"ch":8,"s":["400"]}, - "Menbere": {"x":473,"y":32,"w":156,"ch":8,"s":["100","200","300","400","500","600","700"]}, - "Meow Script": {"x":629,"y":32,"w":139,"ch":8,"s":["400"]}, - "Merienda": {"x":580,"y":0,"w":142,"ch":8,"s":["300","400","500","600","700","800","900"]}, - "Merriweather": {"x":0,"y":64,"w":250,"ch":8,"s":["300","400","500","600","700","800","900","300i","400i","500i","600i","700i","800i","900i"]}, - "Merriweather Sans": {"x":250,"y":64,"w":325,"ch":8,"s":["300","400","500","600","700","800","300i","400i","500i","600i","700i","800i"]}, - "Metal": {"x":575,"y":64,"w":95,"ch":8,"s":["400"]}, - "Metal Mania": {"x":0,"y":96,"w":165,"ch":8,"s":["400"]}, - "Metamorphous": {"x":165,"y":96,"w":229,"ch":8,"s":["400"]}, - "Metrophobic": {"x":394,"y":96,"w":194,"ch":8,"s":["400"]}, - "Michroma": {"x":0,"y":128,"w":250,"ch":8,"s":["400"]}, - "Micro 5": {"x":250,"y":128,"w":149,"ch":8,"s":["400"]}, - "Micro 5 Charted": {"x":399,"y":128,"w":150,"ch":8,"s":["400"]}, - "Milonga": {"x":549,"y":128,"w":108,"ch":8,"s":["400"]}, - "Miltonian": {"x":0,"y":160,"w":206,"ch":8,"s":["400"]}, - "Miltonian Tattoo": {"x":206,"y":160,"w":346,"ch":8,"s":["400"]}, - "Mina": {"x":552,"y":160,"w":81,"ch":8,"s":["400","700"]}, - "Mingzat": {"x":633,"y":160,"w":122,"ch":8,"s":["400"]}, - "Miniver": {"x":657,"y":128,"w":113,"ch":8,"s":["400"]}, - "Miriam Libre": {"x":0,"y":192,"w":243,"ch":8,"s":["400","500","600","700"]}, - "Mirza": {"x":243,"y":192,"w":102,"ch":8,"s":["400","500","600","700"]}, - "Miss Fajardose": {"x":345,"y":192,"w":127,"ch":8,"s":["400"]}, - "Mitr": {"x":472,"y":192,"w":80,"ch":8,"s":["200","300","400","500","600","700"]}, + "Material Symbols": {"x":0,"y":0,"w":0,"ch":0,"s":["100","200","300","400","500","600","700"],"a":[{"tag":"wght","min":100,"max":700,"defaultValue":400},{"tag":"opsz","min":20,"max":48,"defaultValue":14},{"tag":"FILL","min":0,"max":1,"defaultValue":0},{"tag":"GRAD","min":-50,"max":200,"defaultValue":0},{"tag":"ROND","min":0,"max":100,"defaultValue":0}],"noPreview":true}, + "Material Symbols Outlined": {"x":0,"y":0,"w":0,"ch":0,"s":["100","200","300","400","500","600","700"],"a":[{"tag":"wght","min":100,"max":700,"defaultValue":400},{"tag":"opsz","min":20,"max":48,"defaultValue":14},{"tag":"FILL","min":0,"max":1,"defaultValue":0},{"tag":"GRAD","min":-50,"max":200,"defaultValue":0}],"noPreview":true}, + "Material Symbols Rounded": {"x":0,"y":0,"w":0,"ch":0,"s":["100","200","300","400","500","600","700"],"a":[{"tag":"wght","min":100,"max":700,"defaultValue":400},{"tag":"opsz","min":20,"max":48,"defaultValue":14},{"tag":"FILL","min":0,"max":1,"defaultValue":0},{"tag":"GRAD","min":-50,"max":200,"defaultValue":0}],"noPreview":true}, + "Material Symbols Sharp": {"x":0,"y":0,"w":0,"ch":0,"s":["100","200","300","400","500","600","700"],"a":[{"tag":"wght","min":100,"max":700,"defaultValue":400},{"tag":"opsz","min":20,"max":48,"defaultValue":14},{"tag":"FILL","min":0,"max":1,"defaultValue":0},{"tag":"GRAD","min":-50,"max":200,"defaultValue":0}],"noPreview":true}, + "Maven Pro": {"x":449,"y":160,"w":206,"ch":8,"s":["400","500","600","700","800","900"],"a":[{"tag":"wght","min":400,"max":900,"defaultValue":400}]}, + "McLaren": {"x":0,"y":192,"w":180,"ch":8,"s":["400"]}, + "Mea Culpa": {"x":180,"y":192,"w":104,"ch":8,"s":["400"]}, + "Meddon": {"x":284,"y":192,"w":137,"ch":8,"s":["400"]}, + "MedievalSharp": {"x":421,"y":192,"w":215,"ch":8,"s":["400"]}, + "Medula One": {"x":636,"y":192,"w":124,"ch":8,"s":["400"]}, + "Meera Inimai": {"x":0,"y":224,"w":216,"ch":8,"s":["400"]}, + "Megrim": {"x":216,"y":224,"w":104,"ch":8,"s":["400"]}, + "Meie Script": {"x":320,"y":224,"w":153,"ch":8,"s":["400"]}, + "Menbere": {"x":473,"y":224,"w":156,"ch":8,"s":["100","200","300","400","500","600","700"],"a":[{"tag":"wght","min":100,"max":700,"defaultValue":400}]}, + "Meow Script": {"x":629,"y":224,"w":139,"ch":8,"s":["400"]}, + "Merienda": {"x":0,"y":256,"w":142,"ch":8,"s":["300","400","500","600","700","800","900"],"a":[{"tag":"wght","min":300,"max":900,"defaultValue":400}]}, + "Merriweather": {"x":142,"y":256,"w":250,"ch":8,"s":["300","400","500","600","700","800","900","300i","400i","500i","600i","700i","800i","900i"],"a":[{"tag":"wdth","min":87,"max":112,"defaultValue":100},{"tag":"wght","min":300,"max":900,"defaultValue":400},{"tag":"opsz","min":18,"max":144,"defaultValue":18}]}, + "Merriweather Sans": {"x":392,"y":256,"w":325,"ch":8,"s":["300","400","500","600","700","800","300i","400i","500i","600i","700i","800i"],"a":[{"tag":"wght","min":300,"max":800,"defaultValue":400}]}, + "Metal": {"x":655,"y":160,"w":95,"ch":8,"s":["400"]}, + "Metal Mania": {"x":0,"y":288,"w":165,"ch":8,"s":["400"]}, + "Metamorphous": {"x":165,"y":288,"w":229,"ch":8,"s":["400"]}, + "Metrophobic": {"x":394,"y":288,"w":194,"ch":8,"s":["400"]}, + "Michroma": {"x":0,"y":320,"w":250,"ch":8,"s":["400"]}, + "Micro 5": {"x":250,"y":320,"w":149,"ch":8,"s":["400"]}, + "Micro 5 Charted": {"x":399,"y":320,"w":150,"ch":8,"s":["400"]}, + "Milonga": {"x":549,"y":320,"w":108,"ch":8,"s":["400"]}, + "Miltonian": {"x":0,"y":352,"w":206,"ch":8,"s":["400"]}, + "Miltonian Tattoo": {"x":206,"y":352,"w":346,"ch":8,"s":["400"]}, + "Mina": {"x":552,"y":352,"w":81,"ch":8,"s":["400","700"]}, + "Mingzat": {"x":633,"y":352,"w":122,"ch":8,"s":["400"]}, + "Miniver": {"x":657,"y":320,"w":113,"ch":8,"s":["400"]}, + "Miriam Libre": {"x":0,"y":384,"w":243,"ch":8,"s":["400","500","600","700"],"a":[{"tag":"wght","min":400,"max":700,"defaultValue":400}]}, + "Mirza": {"x":243,"y":384,"w":102,"ch":8,"s":["400","500","600","700"]}, + "Miss Fajardose": {"x":345,"y":384,"w":127,"ch":8,"s":["400"]}, + "Mitr": {"x":472,"y":384,"w":80,"ch":8,"s":["200","300","400","500","600","700"]}, "Mochiy Pop One": {"x":0,"y":0,"w":0,"ch":0,"s":["400"],"noPreview":true}, "Mochiy Pop P One": {"x":0,"y":0,"w":0,"ch":0,"s":["400"],"noPreview":true}, - "Modak": {"x":552,"y":192,"w":127,"ch":8,"s":["400"]}, - "Modern Antiqua": {"x":0,"y":224,"w":247,"ch":8,"s":["400"]}, - "Moderustic": {"x":247,"y":224,"w":205,"ch":8,"s":["300","400","500","600","700","800"]}, - "Mogra": {"x":452,"y":224,"w":86,"ch":8,"s":["400"]}, - "Mohave": {"x":538,"y":224,"w":110,"ch":8,"s":["300","400","500","600","700","300i","400i","500i","600i","700i"]}, + "Modak": {"x":552,"y":384,"w":127,"ch":8,"s":["400"]}, + "Modern Antiqua": {"x":0,"y":416,"w":247,"ch":8,"s":["400"]}, + "Moderustic": {"x":247,"y":416,"w":205,"ch":8,"s":["300","400","500","600","700","800"],"a":[{"tag":"wght","min":300,"max":800,"defaultValue":400}]}, + "Mogra": {"x":452,"y":416,"w":86,"ch":8,"s":["400"]}, + "Mohave": {"x":538,"y":416,"w":110,"ch":8,"s":["300","400","500","600","700","300i","400i","500i","600i","700i"],"a":[{"tag":"wght","min":300,"max":700,"defaultValue":400}]}, "Moirai One": {"x":0,"y":0,"w":0,"ch":0,"s":["400"],"noPreview":true}, - "Molengo": {"x":648,"y":224,"w":114,"ch":8,"s":["400"]}, - "Molle": {"x":679,"y":192,"w":95,"ch":8,"s":["400i"]}, - "Mona Sans": {"x":0,"y":256,"w":211,"ch":8,"s":["200","300","400","500","600","700","800","900","200i","300i","400i","500i","600i","700i","800i","900i"]}, - "Monda": {"x":211,"y":256,"w":125,"ch":8,"s":["400","500","600","700"]}, - "Monofett": {"x":336,"y":256,"w":209,"ch":8,"s":["400"]}, - "Monomakh": {"x":545,"y":256,"w":210,"ch":8,"s":["400"]}, + "Molengo": {"x":648,"y":416,"w":114,"ch":8,"s":["400"]}, + "Molle": {"x":679,"y":384,"w":95,"ch":8,"s":["400i"]}, + "Momo Signature": {"x":0,"y":448,"w":222,"ch":8,"s":["400"]}, + "Momo Trust Display": {"x":222,"y":448,"w":310,"ch":8,"s":["400"]}, + "Momo Trust Sans": {"x":0,"y":480,"w":314,"ch":8,"s":["200","300","400","500","600","700","800"],"a":[{"tag":"wght","min":200,"max":800,"defaultValue":400}]}, + "Mona Sans": {"x":314,"y":480,"w":211,"ch":8,"s":["200","300","400","500","600","700","800","900","200i","300i","400i","500i","600i","700i","800i","900i"],"a":[{"tag":"wdth","min":75,"max":125,"defaultValue":100},{"tag":"wght","min":200,"max":900,"defaultValue":400}]}, + "Monda": {"x":525,"y":480,"w":125,"ch":8,"s":["400","500","600","700"],"a":[{"tag":"wght","min":400,"max":700,"defaultValue":400}]}, + "Monofett": {"x":532,"y":448,"w":209,"ch":8,"s":["400"]}, + "Monomakh": {"x":0,"y":512,"w":210,"ch":8,"s":["400"]}, "Monomaniac One": {"x":0,"y":0,"w":0,"ch":0,"s":["400"],"noPreview":true}, - "Monoton": {"x":0,"y":288,"w":198,"ch":8,"s":["400"]}, - "Monsieur La Doulaise": {"x":198,"y":288,"w":216,"ch":8,"s":["400"]}, - "Montaga": {"x":414,"y":288,"w":124,"ch":8,"s":["400"]}, - "Montagu Slab": {"x":538,"y":288,"w":236,"ch":8,"s":["100","200","300","400","500","600","700"]}, - "MonteCarlo": {"x":588,"y":96,"w":152,"ch":8,"s":["400"]}, - "Montez": {"x":670,"y":64,"w":74,"ch":8,"s":["400"]}, - "Montserrat": {"x":0,"y":320,"w":228,"ch":8,"s":["100","200","300","400","500","600","700","800","900","100i","200i","300i","400i","500i","600i","700i","800i","900i"]}, - "Montserrat Alternates": {"x":228,"y":320,"w":452,"ch":8,"s":["100","100i","200","200i","300","300i","400","400i","500","500i","600","600i","700","700i","800","800i","900","900i"]}, - "Montserrat Underline": {"x":0,"y":352,"w":430,"ch":8,"s":["100","200","300","400","500","600","700","800","900","100i","200i","300i","400i","500i","600i","700i","800i","900i"]}, - "Moo Lah Lah": {"x":430,"y":352,"w":218,"ch":8,"s":["400"]}, - "Mooli": {"x":648,"y":352,"w":111,"ch":8,"s":["400"]}, - "Moon Dance": {"x":0,"y":384,"w":174,"ch":8,"s":["400"]}, - "Moul": {"x":174,"y":384,"w":116,"ch":8,"s":["400"]}, - "Moulpali": {"x":290,"y":384,"w":113,"ch":8,"s":["400"]}, - "Mountains of Christmas": {"x":403,"y":384,"w":262,"ch":8,"s":["400","700"]}, - "Mouse Memoirs": {"x":0,"y":416,"w":182,"ch":8,"s":["400"]}, - "Mr Bedfort": {"x":182,"y":416,"w":123,"ch":8,"s":["400"]}, - "Mr Dafoe": {"x":305,"y":416,"w":113,"ch":8,"s":["400"]}, - "Mr De Haviland": {"x":418,"y":416,"w":175,"ch":8,"s":["400"]}, - "Mrs Saint Delafield": {"x":593,"y":416,"w":173,"ch":8,"s":["400"]}, - "Mrs Sheppards": {"x":0,"y":448,"w":154,"ch":8,"s":["400"]}, - "Ms Madi": {"x":154,"y":448,"w":132,"ch":8,"s":["400"]}, - "Mukta": {"x":286,"y":448,"w":108,"ch":8,"s":["200","300","400","500","600","700","800"]}, - "Mukta Mahee": {"x":394,"y":448,"w":236,"ch":8,"s":["200","300","400","500","600","700","800"]}, - "Mukta Malar": {"x":0,"y":480,"w":221,"ch":8,"s":["200","300","400","500","600","700","800"]}, - "Mukta Vaani": {"x":221,"y":480,"w":212,"ch":8,"s":["200","300","400","500","600","700","800"]}, - "Mulish": {"x":433,"y":480,"w":117,"ch":8,"s":["200","300","400","500","600","700","800","900","200i","300i","400i","500i","600i","700i","800i","900i"]}, - "Murecho": {"x":0,"y":0,"w":0,"ch":0,"s":["100","200","300","400","500","600","700","800","900"],"noPreview":true}, - "MuseoModerno": {"x":0,"y":512,"w":314,"ch":8,"s":["100","200","300","400","500","600","700","800","900","100i","200i","300i","400i","500i","600i","700i","800i","900i"]}, - "My Soul": {"x":314,"y":512,"w":127,"ch":8,"s":["400"]}, - "Mynerve": {"x":441,"y":512,"w":126,"ch":8,"s":["400"]}, - "Mystery Quest": {"x":567,"y":512,"w":159,"ch":8,"s":["400"]}, - "NTR": {"x":360,"y":0,"w":85,"ch":11,"s":["400"]}, - "Nabla": {"x":0,"y":0,"w":0,"ch":0,"s":["400"],"noPreview":true}, - "Namdhinggo": {"x":550,"y":480,"w":163,"ch":8,"s":["400","500","600","700","800"]}, + "Monoton": {"x":210,"y":512,"w":198,"ch":8,"s":["400"]}, + "Monsieur La Doulaise": {"x":408,"y":512,"w":216,"ch":8,"s":["400"]}, + "Montaga": {"x":624,"y":512,"w":124,"ch":8,"s":["400"]}, + "Montagu Slab": {"x":0,"y":544,"w":236,"ch":8,"s":["100","200","300","400","500","600","700"],"a":[{"tag":"wght","min":100,"max":700,"defaultValue":400},{"tag":"opsz","min":16,"max":144,"defaultValue":144}]}, + "MonteCarlo": {"x":236,"y":544,"w":152,"ch":8,"s":["400"]}, + "Montez": {"x":388,"y":544,"w":74,"ch":8,"s":["400"]}, + "Montserrat": {"x":462,"y":544,"w":228,"ch":8,"s":["100","200","300","400","500","600","700","800","900","100i","200i","300i","400i","500i","600i","700i","800i","900i"],"a":[{"tag":"wght","min":100,"max":900,"defaultValue":400}]}, + "Montserrat Alternates": {"x":0,"y":576,"w":452,"ch":8,"s":["100","100i","200","200i","300","300i","400","400i","500","500i","600","600i","700","700i","800","800i","900","900i"]}, + "Montserrat Underline": {"x":0,"y":608,"w":430,"ch":8,"s":["100","200","300","400","500","600","700","800","900","100i","200i","300i","400i","500i","600i","700i","800i","900i"],"a":[{"tag":"wght","min":100,"max":900,"defaultValue":400}]}, + "Moo Lah Lah": {"x":430,"y":608,"w":218,"ch":8,"s":["400"]}, + "Mooli": {"x":648,"y":608,"w":111,"ch":8,"s":["400"]}, + "Moon Dance": {"x":452,"y":576,"w":174,"ch":8,"s":["400"]}, + "Moul": {"x":626,"y":576,"w":116,"ch":8,"s":["400"]}, + "Moulpali": {"x":650,"y":480,"w":113,"ch":8,"s":["400"]}, + "Mountains of Christmas": {"x":0,"y":640,"w":262,"ch":8,"s":["400","700"]}, + "Mouse Memoirs": {"x":262,"y":640,"w":182,"ch":8,"s":["400"]}, + "Mozilla Headline": {"x":444,"y":640,"w":324,"ch":8,"s":["200","300","400","500","600","700"],"a":[{"tag":"wdth","min":75,"max":125,"defaultValue":100},{"tag":"wght","min":200,"max":700,"defaultValue":400}]}, + "Mozilla Text": {"x":0,"y":672,"w":235,"ch":8,"s":["200","300","400","500","600","700"],"a":[{"tag":"wght","min":200,"max":700,"defaultValue":400}]}, + "Mr Bedfort": {"x":235,"y":672,"w":123,"ch":8,"s":["400"]}, + "Mr Dafoe": {"x":358,"y":672,"w":113,"ch":8,"s":["400"]}, + "Mr De Haviland": {"x":471,"y":672,"w":175,"ch":8,"s":["400"]}, + "Mrs Saint Delafield": {"x":588,"y":288,"w":173,"ch":8,"s":["400"]}, + "Mrs Sheppards": {"x":0,"y":704,"w":154,"ch":8,"s":["400"]}, + "Ms Madi": {"x":154,"y":704,"w":132,"ch":8,"s":["400"]}, + "Mukta": {"x":286,"y":704,"w":108,"ch":8,"s":["200","300","400","500","600","700","800"]}, + "Mukta Mahee": {"x":394,"y":704,"w":236,"ch":8,"s":["200","300","400","500","600","700","800"]}, + "Mukta Malar": {"x":0,"y":736,"w":221,"ch":8,"s":["200","300","400","500","600","700","800"]}, + "Mukta Vaani": {"x":221,"y":736,"w":212,"ch":8,"s":["200","300","400","500","600","700","800"]}, + "Mulish": {"x":433,"y":736,"w":117,"ch":8,"s":["200","300","400","500","600","700","800","900","200i","300i","400i","500i","600i","700i","800i","900i"],"a":[{"tag":"wght","min":200,"max":1000,"defaultValue":400}]}, + "Murecho": {"x":0,"y":0,"w":0,"ch":0,"s":["100","200","300","400","500","600","700","800","900"],"a":[{"tag":"wght","min":100,"max":900,"defaultValue":400}],"noPreview":true}, + "MuseoModerno": {"x":0,"y":768,"w":314,"ch":8,"s":["100","200","300","400","500","600","700","800","900","100i","200i","300i","400i","500i","600i","700i","800i","900i"],"a":[{"tag":"wght","min":100,"max":900,"defaultValue":400}]}, + "My Soul": {"x":0,"y":0,"w":127,"ch":9,"s":["400"]}, + "Mynerve": {"x":127,"y":0,"w":126,"ch":9,"s":["400"]}, + "Mystery Quest": {"x":253,"y":0,"w":159,"ch":9,"s":["400"]}, + "NTR": {"x":719,"y":224,"w":85,"ch":11,"s":["400"]}, + "Nabla": {"x":0,"y":0,"w":0,"ch":0,"s":["400"],"a":[{"tag":"EDPT","min":0,"max":200,"defaultValue":100},{"tag":"EHLT","min":0,"max":24,"defaultValue":12}],"noPreview":true}, + "Namdhinggo": {"x":412,"y":0,"w":163,"ch":9,"s":["400","500","600","700","800"]}, "Nanum Brush Script": {"x":0,"y":0,"w":0,"ch":0,"s":["400"],"noPreview":true}, "Nanum Gothic": {"x":0,"y":0,"w":0,"ch":0,"s":["400","700","800"],"noPreview":true}, "Nanum Gothic Coding": {"x":0,"y":0,"w":0,"ch":0,"s":["400","700"],"noPreview":true}, "Nanum Myeongjo": {"x":0,"y":0,"w":0,"ch":0,"s":["400","700","800"],"noPreview":true}, "Nanum Pen Script": {"x":0,"y":0,"w":0,"ch":0,"s":["400"],"noPreview":true}, - "Narnoor": {"x":0,"y":544,"w":156,"ch":8,"s":["400","500","600","700","800"]}, - "National Park": {"x":156,"y":544,"w":234,"ch":8,"s":["200","300","400","500","600","700","800"]}, - "Neonderthaw": {"x":390,"y":544,"w":196,"ch":8,"s":["400"]}, - "Nerko One": {"x":0,"y":576,"w":199,"ch":8,"s":["400"]}, - "Neucha": {"x":199,"y":576,"w":109,"ch":8,"s":["400"]}, - "Neuton": {"x":308,"y":576,"w":134,"ch":8,"s":["200","300","400","400i","700","800"]}, - "New Amsterdam": {"x":442,"y":576,"w":249,"ch":8,"s":["400"]}, - "New Rocker": {"x":586,"y":544,"w":161,"ch":8,"s":["400"]}, + "Narnoor": {"x":575,"y":0,"w":156,"ch":9,"s":["400","500","600","700","800"]}, + "Nata Sans": {"x":731,"y":0,"w":200,"ch":9,"s":["100","200","300","400","500","600","700","800","900"],"a":[{"tag":"wght","min":100,"max":900,"defaultValue":400}]}, + "National Park": {"x":0,"y":32,"w":234,"ch":9,"s":["200","300","400","500","600","700","800"],"a":[{"tag":"wght","min":200,"max":800,"defaultValue":400}]}, + "Neonderthaw": {"x":234,"y":32,"w":196,"ch":9,"s":["400"]}, + "Nerko One": {"x":430,"y":32,"w":199,"ch":9,"s":["400"]}, + "Neucha": {"x":629,"y":32,"w":109,"ch":9,"s":["400"]}, + "Neuton": {"x":738,"y":32,"w":134,"ch":9,"s":["200","300","400","400i","700","800"]}, + "New Amsterdam": {"x":0,"y":64,"w":249,"ch":9,"s":["400"]}, + "New Rocker": {"x":249,"y":64,"w":161,"ch":9,"s":["400"]}, "New Tegomin": {"x":0,"y":0,"w":0,"ch":0,"s":["400"],"noPreview":true}, - "News Cycle": {"x":630,"y":448,"w":143,"ch":8,"s":["400","700"]}, - "Newsreader": {"x":0,"y":608,"w":208,"ch":8,"s":["200","300","400","500","600","700","800","200i","300i","400i","500i","600i","700i","800i"]}, - "Niconne": {"x":208,"y":608,"w":124,"ch":8,"s":["400"]}, - "Niramit": {"x":332,"y":608,"w":130,"ch":8,"s":["200","200i","300","300i","400","400i","500","500i","600","600i","700","700i"]}, - "Nixie One": {"x":462,"y":608,"w":197,"ch":8,"s":["400"]}, - "Nobile": {"x":659,"y":608,"w":113,"ch":8,"s":["400","400i","500","500i","700","700i"]}, - "Nokora": {"x":0,"y":640,"w":130,"ch":8,"s":["100","200","300","400","500","600","700","800","900"]}, - "Norican": {"x":130,"y":640,"w":118,"ch":8,"s":["400"]}, - "Nosifer": {"x":248,"y":640,"w":170,"ch":8,"s":["400"]}, - "Notable": {"x":418,"y":640,"w":238,"ch":8,"s":["400"]}, - "Nothing You Could Do": {"x":0,"y":672,"w":290,"ch":8,"s":["400"]}, - "Noticia Text": {"x":290,"y":672,"w":218,"ch":8,"s":["400","400i","700","700i"]}, - "Noto Color Emoji": {"x":508,"y":672,"w":239,"ch":8,"s":["400"]}, - "Noto Emoji": {"x":0,"y":704,"w":157,"ch":8,"s":["300","400","500","600","700"]}, - "Noto Kufi Arabic": {"x":157,"y":704,"w":300,"ch":8,"s":["100","200","300","400","500","600","700","800","900"]}, - "Noto Music": {"x":457,"y":704,"w":212,"ch":8,"s":["400"]}, - "Noto Naskh Arabic": {"x":0,"y":736,"w":348,"ch":8,"s":["400","500","600","700"]}, - "Noto Nastaliq Urdu": {"x":348,"y":736,"w":273,"ch":8,"s":["400","500","600","700"]}, - "Noto Rashi Hebrew": {"x":0,"y":768,"w":364,"ch":8,"s":["100","200","300","400","500","600","700","800","900"]}, - "Noto Sans": {"x":364,"y":768,"w":192,"ch":8,"s":["100","200","300","400","500","600","700","800","900","100i","200i","300i","400i","500i","600i","700i","800i","900i"]}, - "Noto Sans Adlam": {"x":0,"y":0,"w":312,"ch":9,"s":["400","500","600","700"]}, - "Noto Sans Adlam Unjoined": {"x":312,"y":0,"w":382,"ch":9,"s":["400","500","600","700"]}, - "Noto Sans Anatolian Hieroglyphs": {"x":0,"y":32,"w":473,"ch":9,"s":["400"]}, - "Noto Sans Arabic": {"x":473,"y":32,"w":307,"ch":9,"s":["100","200","300","400","500","600","700","800","900"]}, - "Noto Sans Armenian": {"x":0,"y":64,"w":386,"ch":9,"s":["100","200","300","400","500","600","700","800","900"]}, - "Noto Sans Avestan": {"x":386,"y":64,"w":355,"ch":9,"s":["400"]}, - "Noto Sans Balinese": {"x":694,"y":0,"w":351,"ch":9,"s":["400","500","600","700"]}, - "Noto Sans Bamum": {"x":0,"y":96,"w":353,"ch":9,"s":["400","500","600","700"]}, - "Noto Sans Bassa Vah": {"x":353,"y":96,"w":392,"ch":9,"s":["400","500","600","700"]}, - "Noto Sans Batak": {"x":745,"y":96,"w":302,"ch":9,"s":["400"]}, - "Noto Sans Bengali": {"x":741,"y":64,"w":260,"ch":9,"s":["100","200","300","400","500","600","700","800","900"]}, - "Noto Sans Bhaiksuki": {"x":0,"y":128,"w":369,"ch":9,"s":["400"]}, - "Noto Sans Brahmi": {"x":369,"y":128,"w":329,"ch":9,"s":["400"]}, - "Noto Sans Buginese": {"x":698,"y":128,"w":292,"ch":9,"s":["400"]}, - "Noto Sans Buhid": {"x":0,"y":160,"w":303,"ch":9,"s":["400"]}, - "Noto Sans Canadian Aboriginal": {"x":303,"y":160,"w":447,"ch":9,"s":["100","200","300","400","500","600","700","800","900"]}, - "Noto Sans Carian": {"x":750,"y":160,"w":323,"ch":9,"s":["400"]}, - "Noto Sans Caucasian Albanian": {"x":0,"y":192,"w":560,"ch":9,"s":["400"]}, - "Noto Sans Chakma": {"x":560,"y":192,"w":345,"ch":9,"s":["400"]}, - "Noto Sans Cham": {"x":0,"y":224,"w":302,"ch":9,"s":["100","200","300","400","500","600","700","800","900"]}, - "Noto Sans Cherokee": {"x":302,"y":224,"w":373,"ch":9,"s":["100","200","300","400","500","600","700","800","900"]}, - "Noto Sans Chorasmian": {"x":0,"y":256,"w":420,"ch":9,"s":["400"]}, - "Noto Sans Coptic": {"x":420,"y":256,"w":248,"ch":9,"s":["400"]}, - "Noto Sans Cuneiform": {"x":668,"y":256,"w":386,"ch":9,"s":["400"]}, - "Noto Sans Cypriot": {"x":675,"y":224,"w":263,"ch":9,"s":["400"]}, - "Noto Sans Cypro Minoan": {"x":0,"y":288,"w":361,"ch":9,"s":["400"]}, - "Noto Sans Deseret": {"x":361,"y":288,"w":355,"ch":9,"s":["400"]}, - "Noto Sans Devanagari": {"x":716,"y":288,"w":323,"ch":9,"s":["100","200","300","400","500","600","700","800","900"]}, - "Noto Sans Display": {"x":780,"y":32,"w":244,"ch":9,"s":["100","200","300","400","500","600","700","800","900","100i","200i","300i","400i","500i","600i","700i","800i","900i"]}, - "Noto Sans Duployan": {"x":0,"y":320,"w":290,"ch":9,"s":["400","700"]}, - "Noto Sans Egyptian Hieroglyphs": {"x":290,"y":320,"w":459,"ch":9,"s":["400"]}, - "Noto Sans Elbasan": {"x":0,"y":352,"w":338,"ch":9,"s":["400"]}, - "Noto Sans Elymaic": {"x":338,"y":352,"w":271,"ch":9,"s":["400"]}, - "Noto Sans Ethiopic": {"x":609,"y":352,"w":268,"ch":9,"s":["100","200","300","400","500","600","700","800","900"]}, - "Noto Sans Georgian": {"x":749,"y":320,"w":291,"ch":9,"s":["100","200","300","400","500","600","700","800","900"]}, - "Noto Sans Glagolitic": {"x":0,"y":384,"w":287,"ch":9,"s":["400"]}, - "Noto Sans Gothic": {"x":287,"y":384,"w":316,"ch":9,"s":["400"]}, - "Noto Sans Grantha": {"x":603,"y":384,"w":345,"ch":9,"s":["400"]}, - "Noto Sans Gujarati": {"x":0,"y":416,"w":272,"ch":9,"s":["100","200","300","400","500","600","700","800","900"]}, - "Noto Sans Gunjala Gondi": {"x":272,"y":416,"w":358,"ch":9,"s":["400","500","600","700"]}, - "Noto Sans Gurmukhi": {"x":630,"y":416,"w":380,"ch":9,"s":["100","200","300","400","500","600","700","800","900"]}, - "Noto Sans HK": {"x":0,"y":0,"w":0,"ch":0,"s":["100","200","300","400","500","600","700","800","900"],"noPreview":true}, - "Noto Sans Hanifi Rohingya": {"x":0,"y":448,"w":376,"ch":9,"s":["400","500","600","700"]}, - "Noto Sans Hanunoo": {"x":376,"y":448,"w":382,"ch":9,"s":["400"]}, - "Noto Sans Hatran": {"x":0,"y":480,"w":335,"ch":9,"s":["400"]}, - "Noto Sans Hebrew": {"x":335,"y":480,"w":339,"ch":9,"s":["100","200","300","400","500","600","700","800","900"]}, - "Noto Sans Imperial Aramaic": {"x":674,"y":480,"w":399,"ch":9,"s":["400"]}, - "Noto Sans Indic Siyaq Numbers": {"x":0,"y":512,"w":435,"ch":9,"s":["400"]}, - "Noto Sans Inscriptional Pahlavi": {"x":435,"y":512,"w":443,"ch":9,"s":["400"]}, - "Noto Sans Inscriptional Parthian": {"x":0,"y":544,"w":462,"ch":9,"s":["400"]}, - "Noto Sans JP": {"x":0,"y":0,"w":0,"ch":0,"s":["100","200","300","400","500","600","700","800","900"],"noPreview":true}, - "Noto Sans Javanese": {"x":462,"y":544,"w":300,"ch":9,"s":["400","500","600","700"]}, - "Noto Sans KR": {"x":0,"y":0,"w":0,"ch":0,"s":["100","200","300","400","500","600","700","800","900"],"noPreview":true}, - "Noto Sans Kaithi": {"x":762,"y":544,"w":300,"ch":9,"s":["400"]}, - "Noto Sans Kannada": {"x":0,"y":576,"w":360,"ch":9,"s":["100","200","300","400","500","600","700","800","900"]}, - "Noto Sans Kawi": {"x":360,"y":576,"w":285,"ch":9,"s":["400","500","600","700"]}, - "Noto Sans Kayah Li": {"x":645,"y":576,"w":272,"ch":9,"s":["400","500","600","700"]}, - "Noto Sans Kharoshthi": {"x":0,"y":608,"w":396,"ch":9,"s":["400"]}, - "Noto Sans Khmer": {"x":396,"y":608,"w":321,"ch":9,"s":["100","200","300","400","500","600","700","800","900"]}, - "Noto Sans Khojki": {"x":717,"y":608,"w":240,"ch":9,"s":["400"]}, - "Noto Sans Khudawadi": {"x":0,"y":640,"w":401,"ch":9,"s":["400"]}, - "Noto Sans Lao": {"x":401,"y":640,"w":272,"ch":9,"s":["100","200","300","400","500","600","700","800","900"]}, - "Noto Sans Lao Looped": {"x":673,"y":640,"w":320,"ch":9,"s":["100","200","300","400","500","600","700","800","900"]}, - "Noto Sans Lepcha": {"x":758,"y":448,"w":255,"ch":9,"s":["400"]}, - "Noto Sans Limbu": {"x":0,"y":672,"w":311,"ch":9,"s":["400"]}, - "Noto Sans Linear A": {"x":311,"y":672,"w":357,"ch":9,"s":["400"]}, - "Noto Sans Linear B": {"x":668,"y":672,"w":356,"ch":9,"s":["400"]}, - "Noto Sans Lisu": {"x":0,"y":704,"w":275,"ch":9,"s":["400","500","600","700"]}, - "Noto Sans Lycian": {"x":275,"y":704,"w":246,"ch":9,"s":["400"]}, - "Noto Sans Lydian": {"x":521,"y":704,"w":246,"ch":9,"s":["400"]}, - "Noto Sans Mahajani": {"x":767,"y":704,"w":285,"ch":9,"s":["400"]}, - "Noto Sans Malayalam": {"x":0,"y":736,"w":311,"ch":9,"s":["100","200","300","400","500","600","700","800","900"]}, - "Noto Sans Mandaic": {"x":311,"y":736,"w":354,"ch":9,"s":["400"]}, - "Noto Sans Manichaean": {"x":0,"y":768,"w":421,"ch":9,"s":["400"]}, - "Noto Sans Marchen": {"x":421,"y":768,"w":354,"ch":9,"s":["400"]}, - "Noto Sans Masaram Gondi": {"x":0,"y":800,"w":503,"ch":9,"s":["400"]}, - "Noto Sans Math": {"x":503,"y":800,"w":290,"ch":9,"s":["400"]}, - "Noto Sans Mayan Numerals": {"x":665,"y":736,"w":398,"ch":9,"s":["400"]}, - "Noto Sans Medefaidrin": {"x":0,"y":832,"w":414,"ch":9,"s":["400","500","600","700"]}, - "Noto Sans Meetei Mayek": {"x":414,"y":832,"w":356,"ch":9,"s":["100","200","300","400","500","600","700","800","900"]}, - "Noto Sans Mende Kikakui": {"x":0,"y":864,"w":466,"ch":9,"s":["400"]}, - "Noto Sans Meroitic": {"x":466,"y":864,"w":356,"ch":9,"s":["400"]}, - "Noto Sans Miao": {"x":770,"y":832,"w":295,"ch":9,"s":["400"]}, - "Noto Sans Modi": {"x":775,"y":768,"w":288,"ch":9,"s":["400"]}, - "Noto Sans Mongolian": {"x":0,"y":896,"w":307,"ch":9,"s":["400"]}, - "Noto Sans Mono": {"x":307,"y":896,"w":341,"ch":9,"s":["100","200","300","400","500","600","700","800","900"]}, - "Noto Sans Mro": {"x":648,"y":896,"w":282,"ch":9,"s":["400"]}, - "Noto Sans Multani": {"x":0,"y":928,"w":336,"ch":9,"s":["400"]}, - "Noto Sans Myanmar": {"x":336,"y":928,"w":289,"ch":9,"s":["100","200","300","400","500","600","700","800","900"]}, - "Noto Sans NKo": {"x":738,"y":992,"w":284,"ch":9,"s":["400"]}, - "Noto Sans NKo Unjoined": {"x":669,"y":960,"w":351,"ch":9,"s":["400","500","600","700"]}, - "Noto Sans Nabataean": {"x":625,"y":928,"w":398,"ch":9,"s":["400"]}, - "Noto Sans Nag Mundari": {"x":0,"y":960,"w":336,"ch":9,"s":["400","500","600","700"]}, - "Noto Sans Nandinagari": {"x":336,"y":960,"w":333,"ch":9,"s":["400"]}, - "Noto Sans New Tai Lue": {"x":0,"y":992,"w":427,"ch":9,"s":["400","500","600","700"]}, - "Noto Sans Newa": {"x":427,"y":992,"w":311,"ch":9,"s":["400"]}, - "Noto Sans Nushu": {"x":0,"y":1024,"w":316,"ch":9,"s":["400"]}, - "Noto Sans Ogham": {"x":316,"y":1024,"w":259,"ch":9,"s":["400"]}, - "Noto Sans Ol Chiki": {"x":575,"y":1024,"w":336,"ch":9,"s":["400","500","600","700"]}, - "Noto Sans Old Hungarian": {"x":0,"y":1056,"w":364,"ch":9,"s":["400"]}, - "Noto Sans Old Italic": {"x":364,"y":1056,"w":360,"ch":9,"s":["400"]}, - "Noto Sans Old North Arabian": {"x":0,"y":1088,"w":533,"ch":9,"s":["400"]}, - "Noto Sans Old Permic": {"x":533,"y":1088,"w":398,"ch":9,"s":["400"]}, - "Noto Sans Old Persian": {"x":0,"y":0,"w":407,"ch":10,"s":["400"]}, - "Noto Sans Old Sogdian": {"x":407,"y":0,"w":317,"ch":10,"s":["400"]}, - "Noto Sans Old South Arabian": {"x":0,"y":32,"w":533,"ch":10,"s":["400"]}, - "Noto Sans Old Turkic": {"x":533,"y":32,"w":382,"ch":10,"s":["400"]}, - "Noto Sans Oriya": {"x":724,"y":0,"w":233,"ch":10,"s":["100","200","300","400","500","600","700","800","900"]}, - "Noto Sans Osage": {"x":0,"y":64,"w":252,"ch":10,"s":["400"]}, - "Noto Sans Osmanya": {"x":252,"y":64,"w":299,"ch":10,"s":["400"]}, - "Noto Sans Pahawh Hmong": {"x":551,"y":64,"w":382,"ch":10,"s":["400"]}, - "Noto Sans Palmyrene": {"x":0,"y":96,"w":307,"ch":10,"s":["400"]}, - "Noto Sans Pau Cin Hau": {"x":307,"y":96,"w":434,"ch":10,"s":["400"]}, - "Noto Sans PhagsPa": {"x":741,"y":96,"w":276,"ch":10,"s":["400"]}, - "Noto Sans Phoenician": {"x":0,"y":128,"w":398,"ch":10,"s":["400"]}, - "Noto Sans Psalter Pahlavi": {"x":398,"y":128,"w":465,"ch":10,"s":["400"]}, - "Noto Sans Rejang": {"x":0,"y":160,"w":256,"ch":10,"s":["400"]}, - "Noto Sans Runic": {"x":256,"y":160,"w":306,"ch":10,"s":["400"]}, - "Noto Sans SC": {"x":0,"y":0,"w":0,"ch":0,"s":["100","200","300","400","500","600","700","800","900"],"noPreview":true}, - "Noto Sans Samaritan": {"x":562,"y":160,"w":394,"ch":10,"s":["400"]}, - "Noto Sans Saurashtra": {"x":0,"y":192,"w":398,"ch":10,"s":["400"]}, - "Noto Sans Sharada": {"x":398,"y":192,"w":346,"ch":10,"s":["400"]}, - "Noto Sans Shavian": {"x":0,"y":224,"w":339,"ch":10,"s":["400"]}, - "Noto Sans Siddham": {"x":339,"y":224,"w":353,"ch":10,"s":["400"]}, - "Noto Sans SignWriting": {"x":0,"y":256,"w":373,"ch":10,"s":["400"]}, - "Noto Sans Sinhala": {"x":373,"y":256,"w":348,"ch":10,"s":["100","200","300","400","500","600","700","800","900"]}, - "Noto Sans Sogdian": {"x":721,"y":256,"w":262,"ch":10,"s":["400"]}, - "Noto Sans Sora Sompeng": {"x":0,"y":288,"w":374,"ch":10,"s":["400","500","600","700"]}, - "Noto Sans Soyombo": {"x":374,"y":288,"w":288,"ch":10,"s":["400"]}, - "Noto Sans Sundanese": {"x":0,"y":320,"w":400,"ch":10,"s":["400","500","600","700"]}, - "Noto Sans Sunuwar": {"x":400,"y":320,"w":387,"ch":10,"s":["400"]}, - "Noto Sans Syloti Nagri": {"x":662,"y":288,"w":317,"ch":10,"s":["400"]}, - "Noto Sans Symbols": {"x":692,"y":224,"w":274,"ch":10,"s":["100","200","300","400","500","600","700","800","900"]}, - "Noto Sans Symbols 2": {"x":0,"y":352,"w":306,"ch":10,"s":["400"]}, - "Noto Sans Syriac": {"x":306,"y":352,"w":243,"ch":10,"s":["100","200","300","400","500","600","700","800","900"]}, - "Noto Sans Syriac Eastern": {"x":549,"y":352,"w":361,"ch":10,"s":["100","200","300","400","500","600","700","800","900"]}, - "Noto Sans TC": {"x":0,"y":0,"w":0,"ch":0,"s":["100","200","300","400","500","600","700","800","900"],"noPreview":true}, - "Noto Sans Tagalog": {"x":744,"y":192,"w":265,"ch":10,"s":["400"]}, - "Noto Sans Tagbanwa": {"x":0,"y":384,"w":301,"ch":10,"s":["400"]}, - "Noto Sans Tai Le": {"x":301,"y":384,"w":307,"ch":10,"s":["400"]}, - "Noto Sans Tai Tham": {"x":608,"y":384,"w":379,"ch":10,"s":["400","500","600","700"]}, - "Noto Sans Tai Viet": {"x":0,"y":416,"w":336,"ch":10,"s":["400"]}, - "Noto Sans Takri": {"x":336,"y":416,"w":283,"ch":10,"s":["400"]}, - "Noto Sans Tamil": {"x":619,"y":416,"w":292,"ch":10,"s":["100","200","300","400","500","600","700","800","900"]}, - "Noto Sans Tamil Supplement": {"x":0,"y":448,"w":415,"ch":10,"s":["400"]}, - "Noto Sans Tangsa": {"x":415,"y":448,"w":261,"ch":10,"s":["400","500","600","700"]}, - "Noto Sans Telugu": {"x":676,"y":448,"w":250,"ch":10,"s":["100","200","300","400","500","600","700","800","900"]}, - "Noto Sans Thaana": {"x":0,"y":480,"w":331,"ch":10,"s":["100","200","300","400","500","600","700","800","900"]}, - "Noto Sans Thai": {"x":331,"y":480,"w":273,"ch":10,"s":["100","200","300","400","500","600","700","800","900"]}, - "Noto Sans Thai Looped": {"x":604,"y":480,"w":329,"ch":10,"s":["100","200","300","400","500","600","700","800","900"]}, - "Noto Sans Tifinagh": {"x":0,"y":512,"w":266,"ch":10,"s":["400"]}, - "Noto Sans Tirhuta": {"x":266,"y":512,"w":327,"ch":10,"s":["400"]}, - "Noto Sans Ugaritic": {"x":593,"y":512,"w":271,"ch":10,"s":["400"]}, - "Noto Sans Vai": {"x":0,"y":544,"w":257,"ch":10,"s":["400"]}, - "Noto Sans Vithkuqi": {"x":257,"y":544,"w":270,"ch":10,"s":["400","500","600","700"]}, - "Noto Sans Wancho": {"x":527,"y":544,"w":356,"ch":10,"s":["400"]}, - "Noto Sans Warang Citi": {"x":0,"y":576,"w":330,"ch":10,"s":["400"]}, - "Noto Sans Yi": {"x":330,"y":576,"w":232,"ch":10,"s":["400"]}, - "Noto Sans Zanabazar Square": {"x":562,"y":576,"w":413,"ch":10,"s":["400"]}, - "Noto Serif": {"x":787,"y":320,"w":189,"ch":10,"s":["100","200","300","400","500","600","700","800","900","100i","200i","300i","400i","500i","600i","700i","800i","900i"]}, - "Noto Serif Ahom": {"x":0,"y":608,"w":303,"ch":10,"s":["400"]}, - "Noto Serif Armenian": {"x":303,"y":608,"w":383,"ch":10,"s":["100","200","300","400","500","600","700","800","900"]}, - "Noto Serif Balinese": {"x":0,"y":640,"w":350,"ch":10,"s":["400"]}, - "Noto Serif Bengali": {"x":350,"y":640,"w":261,"ch":10,"s":["100","200","300","400","500","600","700","800","900"]}, - "Noto Serif Devanagari": {"x":611,"y":640,"w":320,"ch":10,"s":["100","200","300","400","500","600","700","800","900"]}, - "Noto Serif Display": {"x":686,"y":608,"w":258,"ch":10,"s":["100","200","300","400","500","600","700","800","900","100i","200i","300i","400i","500i","600i","700i","800i","900i"]}, - "Noto Serif Dives Akuru": {"x":0,"y":672,"w":429,"ch":10,"s":["400"]}, - "Noto Serif Dogra": {"x":429,"y":672,"w":238,"ch":10,"s":["400"]}, - "Noto Serif Ethiopic": {"x":667,"y":672,"w":272,"ch":10,"s":["100","200","300","400","500","600","700","800","900"]}, - "Noto Serif Georgian": {"x":0,"y":704,"w":285,"ch":10,"s":["100","200","300","400","500","600","700","800","900"]}, - "Noto Serif Grantha": {"x":285,"y":704,"w":347,"ch":10,"s":["400"]}, - "Noto Serif Gujarati": {"x":632,"y":704,"w":274,"ch":10,"s":["100","200","300","400","500","600","700","800","900"]}, - "Noto Serif Gurmukhi": {"x":0,"y":736,"w":388,"ch":10,"s":["100","200","300","400","500","600","700","800","900"]}, - "Noto Serif HK": {"x":0,"y":0,"w":0,"ch":0,"s":["200","300","400","500","600","700","800","900"],"noPreview":true}, - "Noto Serif Hebrew": {"x":388,"y":736,"w":344,"ch":10,"s":["100","200","300","400","500","600","700","800","900"]}, - "Noto Serif Hentaigana": {"x":0,"y":768,"w":330,"ch":10,"s":["200","300","400","500","600","700","800","900"]}, - "Noto Serif JP": {"x":0,"y":0,"w":0,"ch":0,"s":["200","300","400","500","600","700","800","900"],"noPreview":true}, - "Noto Serif KR": {"x":0,"y":0,"w":0,"ch":0,"s":["200","300","400","500","600","700","800","900"],"noPreview":true}, - "Noto Serif Kannada": {"x":330,"y":768,"w":359,"ch":10,"s":["100","200","300","400","500","600","700","800","900"]}, - "Noto Serif Khitan Small Script": {"x":0,"y":800,"w":474,"ch":10,"s":["400"]}, - "Noto Serif Khmer": {"x":474,"y":800,"w":323,"ch":10,"s":["100","200","300","400","500","600","700","800","900"]}, - "Noto Serif Khojki": {"x":689,"y":768,"w":248,"ch":10,"s":["400","500","600","700"]}, - "Noto Serif Lao": {"x":732,"y":736,"w":262,"ch":10,"s":["100","200","300","400","500","600","700","800","900"]}, - "Noto Serif Makasar": {"x":0,"y":832,"w":352,"ch":10,"s":["400"]}, - "Noto Serif Malayalam": {"x":352,"y":832,"w":317,"ch":10,"s":["100","200","300","400","500","600","700","800","900"]}, - "Noto Serif Myanmar": {"x":669,"y":832,"w":286,"ch":10,"s":["100","200","300","400","500","600","700","800","900"]}, - "Noto Serif NP Hmong": {"x":0,"y":864,"w":309,"ch":10,"s":["400","500","600","700"]}, - "Noto Serif Old Uyghur": {"x":309,"y":864,"w":314,"ch":10,"s":["400"]}, - "Noto Serif Oriya": {"x":623,"y":864,"w":241,"ch":10,"s":["400","500","600","700"]}, - "Noto Serif Ottoman Siyaq": {"x":0,"y":896,"w":367,"ch":10,"s":["400"]}, - "Noto Serif SC": {"x":0,"y":0,"w":0,"ch":0,"s":["200","300","400","500","600","700","800","900"],"noPreview":true}, - "Noto Serif Sinhala": {"x":367,"y":896,"w":352,"ch":10,"s":["100","200","300","400","500","600","700","800","900"]}, - "Noto Serif TC": {"x":0,"y":0,"w":0,"ch":0,"s":["200","300","400","500","600","700","800","900"],"noPreview":true}, - "Noto Serif Tamil": {"x":719,"y":896,"w":301,"ch":10,"s":["100","200","300","400","500","600","700","800","900","100i","200i","300i","400i","500i","600i","700i","800i","900i"]}, - "Noto Serif Tangut": {"x":0,"y":928,"w":256,"ch":10,"s":["400"]}, - "Noto Serif Telugu": {"x":256,"y":928,"w":252,"ch":10,"s":["100","200","300","400","500","600","700","800","900"]}, - "Noto Serif Thai": {"x":508,"y":928,"w":279,"ch":10,"s":["100","200","300","400","500","600","700","800","900"]}, - "Noto Serif Tibetan": {"x":0,"y":960,"w":337,"ch":10,"s":["100","200","300","400","500","600","700","800","900"]}, - "Noto Serif Todhri": {"x":337,"y":960,"w":316,"ch":10,"s":["400"]}, - "Noto Serif Toto": {"x":653,"y":960,"w":275,"ch":10,"s":["400","500","600","700"]}, - "Noto Serif Vithkuqi": {"x":0,"y":992,"w":279,"ch":10,"s":["400","500","600","700"]}, - "Noto Serif Yezidi": {"x":279,"y":992,"w":307,"ch":10,"s":["400","500","600","700"]}, - "Noto Traditional Nushu": {"x":0,"y":1024,"w":455,"ch":10,"s":["300","400","500","600","700"]}, - "Noto Znamenny Musical Notation": {"x":455,"y":1024,"w":481,"ch":10,"s":["400"]}, - "Nova Cut": {"x":586,"y":992,"w":160,"ch":10,"s":["400"]}, - "Nova Flat": {"x":746,"y":992,"w":166,"ch":10,"s":["400"]}, - "Nova Mono": {"x":787,"y":928,"w":203,"ch":10,"s":["400"]}, - "Nova Oval": {"x":797,"y":800,"w":181,"ch":10,"s":["400"]}, - "Nova Round": {"x":0,"y":1056,"w":207,"ch":10,"s":["400"]}, - "Nova Script": {"x":207,"y":1056,"w":174,"ch":10,"s":["400"]}, - "Nova Slim": {"x":0,"y":0,"w":178,"ch":11,"s":["400"]}, - "Nova Square": {"x":178,"y":0,"w":182,"ch":11,"s":["400"]}, - "Numans": {"x":445,"y":0,"w":177,"ch":11,"s":["400"]}, - "Nunito": {"x":622,"y":0,"w":121,"ch":11,"s":["200","300","400","500","600","700","800","900","200i","300i","400i","500i","600i","700i","800i","900i"]}, - "Nunito Sans": {"x":0,"y":32,"w":223,"ch":11,"s":["200","300","400","500","600","700","800","900","200i","300i","400i","500i","600i","700i","800i","900i"]}, - "Nuosu SIL": {"x":223,"y":32,"w":189,"ch":11,"s":["400"]}, - "Odibee Sans": {"x":412,"y":32,"w":144,"ch":11,"s":["400"]}, - "Odor Mean Chey": {"x":0,"y":64,"w":241,"ch":11,"s":["400"]}, - "Offside": {"x":241,"y":64,"w":100,"ch":11,"s":["400"]}, - "Oi": {"x":341,"y":64,"w":54,"ch":11,"s":["400"]}, - "Ojuju": {"x":395,"y":64,"w":72,"ch":11,"s":["200","300","400","500","600","700","800"]}, - "Old Standard TT": {"x":467,"y":64,"w":297,"ch":11,"s":["400","400i","700"]}, - "Oldenburg": {"x":556,"y":32,"w":157,"ch":11,"s":["400"]}, - "Ole": {"x":713,"y":32,"w":56,"ch":11,"s":["400"]}, - "Oleo Script": {"x":0,"y":96,"w":134,"ch":11,"s":["400","700"]}, - "Oleo Script Swash Caps": {"x":134,"y":96,"w":285,"ch":11,"s":["400","700"]}, - "Onest": {"x":419,"y":96,"w":115,"ch":11,"s":["100","200","300","400","500","600","700","800","900"]}, - "Oooh Baby": {"x":534,"y":96,"w":121,"ch":11,"s":["400"]}, - "Open Sans": {"x":0,"y":128,"w":157,"ch":11,"s":["300","400","500","600","700","800","300i","400i","500i","600i","700i","800i"]}, - "Oranienbaum": {"x":157,"y":128,"w":218,"ch":11,"s":["400"]}, + "News Cycle": {"x":410,"y":64,"w":143,"ch":9,"s":["400","700"]}, + "Newsreader": {"x":553,"y":64,"w":208,"ch":9,"s":["200","300","400","500","600","700","800","200i","300i","400i","500i","600i","700i","800i"],"a":[{"tag":"wght","min":200,"max":800,"defaultValue":400},{"tag":"opsz","min":6,"max":72,"defaultValue":16}]}, + "Niconne": {"x":761,"y":64,"w":124,"ch":9,"s":["400"]}, + "Niramit": {"x":0,"y":96,"w":130,"ch":9,"s":["200","200i","300","300i","400","400i","500","500i","600","600i","700","700i"]}, + "Nixie One": {"x":130,"y":96,"w":197,"ch":9,"s":["400"]}, + "Nobile": {"x":327,"y":96,"w":113,"ch":9,"s":["400","400i","500","500i","700","700i"]}, + "Nokora": {"x":440,"y":96,"w":130,"ch":9,"s":["100","200","300","400","500","600","700","800","900"],"a":[{"tag":"wght","min":100,"max":900,"defaultValue":400}]}, + "Norican": {"x":570,"y":96,"w":118,"ch":9,"s":["400"]}, + "Nosifer": {"x":688,"y":96,"w":170,"ch":9,"s":["400"]}, + "Notable": {"x":0,"y":128,"w":238,"ch":9,"s":["400"]}, + "Nothing You Could Do": {"x":238,"y":128,"w":290,"ch":9,"s":["400"]}, + "Noticia Text": {"x":528,"y":128,"w":218,"ch":9,"s":["400","400i","700","700i"]}, + "Noto Color Emoji": {"x":746,"y":128,"w":239,"ch":9,"s":["400"]}, + "Noto Emoji": {"x":0,"y":160,"w":157,"ch":9,"s":["300","400","500","600","700"],"a":[{"tag":"wght","min":300,"max":700,"defaultValue":400}]}, + "Noto Kufi Arabic": {"x":157,"y":160,"w":300,"ch":9,"s":["100","200","300","400","500","600","700","800","900"],"a":[{"tag":"wght","min":100,"max":900,"defaultValue":400}]}, + "Noto Music": {"x":457,"y":160,"w":212,"ch":9,"s":["400"]}, + "Noto Naskh Arabic": {"x":0,"y":192,"w":348,"ch":9,"s":["400","500","600","700"],"a":[{"tag":"wght","min":400,"max":700,"defaultValue":400}]}, + "Noto Nastaliq Urdu": {"x":348,"y":192,"w":273,"ch":9,"s":["400","500","600","700"],"a":[{"tag":"wght","min":400,"max":700,"defaultValue":400}]}, + "Noto Rashi Hebrew": {"x":621,"y":192,"w":364,"ch":9,"s":["100","200","300","400","500","600","700","800","900"],"a":[{"tag":"wght","min":100,"max":900,"defaultValue":400}]}, + "Noto Sans": {"x":669,"y":160,"w":192,"ch":9,"s":["100","200","300","400","500","600","700","800","900","100i","200i","300i","400i","500i","600i","700i","800i","900i"],"a":[{"tag":"wdth","min":62.5,"max":100,"defaultValue":100},{"tag":"wght","min":100,"max":900,"defaultValue":400}]}, + "Noto Sans Adlam": {"x":0,"y":224,"w":312,"ch":9,"s":["400","500","600","700"],"a":[{"tag":"wght","min":400,"max":700,"defaultValue":400}]}, + "Noto Sans Adlam Unjoined": {"x":312,"y":224,"w":382,"ch":9,"s":["400","500","600","700"],"a":[{"tag":"wght","min":400,"max":700,"defaultValue":400}]}, + "Noto Sans Anatolian Hieroglyphs": {"x":0,"y":256,"w":473,"ch":9,"s":["400"]}, + "Noto Sans Arabic": {"x":473,"y":256,"w":307,"ch":9,"s":["100","200","300","400","500","600","700","800","900"],"a":[{"tag":"wdth","min":62.5,"max":100,"defaultValue":100},{"tag":"wght","min":100,"max":900,"defaultValue":400}]}, + "Noto Sans Armenian": {"x":0,"y":288,"w":386,"ch":9,"s":["100","200","300","400","500","600","700","800","900"],"a":[{"tag":"wdth","min":62.5,"max":100,"defaultValue":100},{"tag":"wght","min":100,"max":900,"defaultValue":400}]}, + "Noto Sans Avestan": {"x":386,"y":288,"w":355,"ch":9,"s":["400"]}, + "Noto Sans Balinese": {"x":0,"y":320,"w":351,"ch":9,"s":["400","500","600","700"],"a":[{"tag":"wght","min":400,"max":700,"defaultValue":400}]}, + "Noto Sans Bamum": {"x":351,"y":320,"w":353,"ch":9,"s":["400","500","600","700"],"a":[{"tag":"wght","min":400,"max":700,"defaultValue":400}]}, + "Noto Sans Bassa Vah": {"x":0,"y":352,"w":392,"ch":9,"s":["400","500","600","700"],"a":[{"tag":"wght","min":400,"max":700,"defaultValue":400}]}, + "Noto Sans Batak": {"x":392,"y":352,"w":302,"ch":9,"s":["400"]}, + "Noto Sans Bengali": {"x":694,"y":352,"w":260,"ch":9,"s":["100","200","300","400","500","600","700","800","900"],"a":[{"tag":"wdth","min":62.5,"max":100,"defaultValue":100},{"tag":"wght","min":100,"max":900,"defaultValue":400}]}, + "Noto Sans Bhaiksuki": {"x":0,"y":384,"w":369,"ch":9,"s":["400"]}, + "Noto Sans Brahmi": {"x":369,"y":384,"w":329,"ch":9,"s":["400"]}, + "Noto Sans Buginese": {"x":698,"y":384,"w":292,"ch":9,"s":["400"]}, + "Noto Sans Buhid": {"x":0,"y":416,"w":303,"ch":9,"s":["400"]}, + "Noto Sans Canadian Aboriginal": {"x":303,"y":416,"w":447,"ch":9,"s":["100","200","300","400","500","600","700","800","900"],"a":[{"tag":"wght","min":100,"max":900,"defaultValue":400}]}, + "Noto Sans Carian": {"x":0,"y":448,"w":323,"ch":9,"s":["400"]}, + "Noto Sans Caucasian Albanian": {"x":323,"y":448,"w":560,"ch":9,"s":["400"]}, + "Noto Sans Chakma": {"x":0,"y":480,"w":345,"ch":9,"s":["400"]}, + "Noto Sans Cham": {"x":345,"y":480,"w":302,"ch":9,"s":["100","200","300","400","500","600","700","800","900"],"a":[{"tag":"wght","min":100,"max":900,"defaultValue":400}]}, + "Noto Sans Cherokee": {"x":0,"y":512,"w":373,"ch":9,"s":["100","200","300","400","500","600","700","800","900"],"a":[{"tag":"wght","min":100,"max":900,"defaultValue":400}]}, + "Noto Sans Chorasmian": {"x":373,"y":512,"w":420,"ch":9,"s":["400"]}, + "Noto Sans Coptic": {"x":647,"y":480,"w":248,"ch":9,"s":["400"]}, + "Noto Sans Cuneiform": {"x":0,"y":544,"w":386,"ch":9,"s":["400"]}, + "Noto Sans Cypriot": {"x":386,"y":544,"w":263,"ch":9,"s":["400"]}, + "Noto Sans Cypro Minoan": {"x":0,"y":576,"w":361,"ch":9,"s":["400"]}, + "Noto Sans Deseret": {"x":361,"y":576,"w":355,"ch":9,"s":["400"]}, + "Noto Sans Devanagari": {"x":649,"y":544,"w":323,"ch":9,"s":["100","200","300","400","500","600","700","800","900"],"a":[{"tag":"wdth","min":62.5,"max":100,"defaultValue":100},{"tag":"wght","min":100,"max":900,"defaultValue":400}]}, + "Noto Sans Display": {"x":716,"y":576,"w":244,"ch":9,"s":["100","200","300","400","500","600","700","800","900","100i","200i","300i","400i","500i","600i","700i","800i","900i"],"a":[{"tag":"wdth","min":62.5,"max":100,"defaultValue":100},{"tag":"wght","min":100,"max":900,"defaultValue":400}]}, + "Noto Sans Duployan": {"x":694,"y":224,"w":290,"ch":9,"s":["400","700"]}, + "Noto Sans Egyptian Hieroglyphs": {"x":0,"y":608,"w":459,"ch":9,"s":["400"]}, + "Noto Sans Elbasan": {"x":459,"y":608,"w":338,"ch":9,"s":["400"]}, + "Noto Sans Elymaic": {"x":704,"y":320,"w":271,"ch":9,"s":["400"]}, + "Noto Sans Ethiopic": {"x":0,"y":640,"w":268,"ch":9,"s":["100","200","300","400","500","600","700","800","900"],"a":[{"tag":"wdth","min":62.5,"max":100,"defaultValue":100},{"tag":"wght","min":100,"max":900,"defaultValue":400}]}, + "Noto Sans Georgian": {"x":268,"y":640,"w":291,"ch":9,"s":["100","200","300","400","500","600","700","800","900"],"a":[{"tag":"wdth","min":62.5,"max":100,"defaultValue":100},{"tag":"wght","min":100,"max":900,"defaultValue":400}]}, + "Noto Sans Glagolitic": {"x":559,"y":640,"w":287,"ch":9,"s":["400"]}, + "Noto Sans Gothic": {"x":0,"y":672,"w":316,"ch":9,"s":["400"]}, + "Noto Sans Grantha": {"x":316,"y":672,"w":345,"ch":9,"s":["400"]}, + "Noto Sans Gujarati": {"x":661,"y":672,"w":272,"ch":9,"s":["100","200","300","400","500","600","700","800","900"],"a":[{"tag":"wdth","min":62.5,"max":100,"defaultValue":100},{"tag":"wght","min":100,"max":900,"defaultValue":400}]}, + "Noto Sans Gunjala Gondi": {"x":0,"y":704,"w":358,"ch":9,"s":["400","500","600","700"],"a":[{"tag":"wght","min":400,"max":700,"defaultValue":400}]}, + "Noto Sans Gurmukhi": {"x":358,"y":704,"w":380,"ch":9,"s":["100","200","300","400","500","600","700","800","900"],"a":[{"tag":"wdth","min":62.5,"max":100,"defaultValue":100},{"tag":"wght","min":100,"max":900,"defaultValue":400}]}, + "Noto Sans HK": {"x":0,"y":0,"w":0,"ch":0,"s":["100","200","300","400","500","600","700","800","900"],"a":[{"tag":"wght","min":100,"max":900,"defaultValue":400}],"noPreview":true}, + "Noto Sans Hanifi Rohingya": {"x":0,"y":736,"w":376,"ch":9,"s":["400","500","600","700"],"a":[{"tag":"wght","min":400,"max":700,"defaultValue":400}]}, + "Noto Sans Hanunoo": {"x":376,"y":736,"w":382,"ch":9,"s":["400"]}, + "Noto Sans Hatran": {"x":0,"y":768,"w":335,"ch":9,"s":["400"]}, + "Noto Sans Hebrew": {"x":335,"y":768,"w":339,"ch":9,"s":["100","200","300","400","500","600","700","800","900"],"a":[{"tag":"wdth","min":62.5,"max":100,"defaultValue":100},{"tag":"wght","min":100,"max":900,"defaultValue":400}]}, + "Noto Sans Imperial Aramaic": {"x":0,"y":800,"w":399,"ch":9,"s":["400"]}, + "Noto Sans Indic Siyaq Numbers": {"x":399,"y":800,"w":435,"ch":9,"s":["400"]}, + "Noto Sans Inscriptional Pahlavi": {"x":0,"y":832,"w":443,"ch":9,"s":["400"]}, + "Noto Sans Inscriptional Parthian": {"x":443,"y":832,"w":462,"ch":9,"s":["400"]}, + "Noto Sans JP": {"x":0,"y":0,"w":0,"ch":0,"s":["100","200","300","400","500","600","700","800","900"],"a":[{"tag":"wght","min":100,"max":900,"defaultValue":400}],"noPreview":true}, + "Noto Sans Javanese": {"x":674,"y":768,"w":300,"ch":9,"s":["400","500","600","700"],"a":[{"tag":"wght","min":400,"max":700,"defaultValue":400}]}, + "Noto Sans KR": {"x":0,"y":0,"w":0,"ch":0,"s":["100","200","300","400","500","600","700","800","900"],"a":[{"tag":"wght","min":100,"max":900,"defaultValue":400}],"noPreview":true}, + "Noto Sans Kaithi": {"x":0,"y":864,"w":300,"ch":9,"s":["400"]}, + "Noto Sans Kannada": {"x":300,"y":864,"w":360,"ch":9,"s":["100","200","300","400","500","600","700","800","900"],"a":[{"tag":"wdth","min":62.5,"max":100,"defaultValue":100},{"tag":"wght","min":100,"max":900,"defaultValue":400}]}, + "Noto Sans Kawi": {"x":660,"y":864,"w":285,"ch":9,"s":["400","500","600","700"],"a":[{"tag":"wght","min":400,"max":700,"defaultValue":400}]}, + "Noto Sans Kayah Li": {"x":0,"y":896,"w":272,"ch":9,"s":["400","500","600","700"],"a":[{"tag":"wght","min":400,"max":700,"defaultValue":400}]}, + "Noto Sans Kharoshthi": {"x":272,"y":896,"w":396,"ch":9,"s":["400"]}, + "Noto Sans Khmer": {"x":668,"y":896,"w":321,"ch":9,"s":["100","200","300","400","500","600","700","800","900"],"a":[{"tag":"wdth","min":62.5,"max":100,"defaultValue":100},{"tag":"wght","min":100,"max":900,"defaultValue":400}]}, + "Noto Sans Khojki": {"x":738,"y":704,"w":240,"ch":9,"s":["400"]}, + "Noto Sans Khudawadi": {"x":0,"y":928,"w":401,"ch":9,"s":["400"]}, + "Noto Sans Lao": {"x":401,"y":928,"w":272,"ch":9,"s":["100","200","300","400","500","600","700","800","900"],"a":[{"tag":"wdth","min":62.5,"max":100,"defaultValue":100},{"tag":"wght","min":100,"max":900,"defaultValue":400}]}, + "Noto Sans Lao Looped": {"x":0,"y":960,"w":320,"ch":9,"s":["100","200","300","400","500","600","700","800","900"],"a":[{"tag":"wdth","min":62.5,"max":100,"defaultValue":100},{"tag":"wght","min":100,"max":900,"defaultValue":400}]}, + "Noto Sans Lepcha": {"x":320,"y":960,"w":255,"ch":9,"s":["400"]}, + "Noto Sans Limbu": {"x":575,"y":960,"w":311,"ch":9,"s":["400"]}, + "Noto Sans Linear A": {"x":0,"y":992,"w":357,"ch":9,"s":["400"]}, + "Noto Sans Linear B": {"x":357,"y":992,"w":356,"ch":9,"s":["400"]}, + "Noto Sans Lisu": {"x":713,"y":992,"w":275,"ch":9,"s":["400","500","600","700"],"a":[{"tag":"wght","min":400,"max":700,"defaultValue":400}]}, + "Noto Sans Lycian": {"x":673,"y":928,"w":246,"ch":9,"s":["400"]}, + "Noto Sans Lydian": {"x":741,"y":288,"w":246,"ch":9,"s":["400"]}, + "Noto Sans Mahajani": {"x":0,"y":0,"w":285,"ch":10,"s":["400"]}, + "Noto Sans Malayalam": {"x":285,"y":0,"w":311,"ch":10,"s":["100","200","300","400","500","600","700","800","900"],"a":[{"tag":"wdth","min":62.5,"max":100,"defaultValue":100},{"tag":"wght","min":100,"max":900,"defaultValue":400}]}, + "Noto Sans Mandaic": {"x":596,"y":0,"w":354,"ch":10,"s":["400"]}, + "Noto Sans Manichaean": {"x":0,"y":32,"w":421,"ch":10,"s":["400"]}, + "Noto Sans Marchen": {"x":421,"y":32,"w":354,"ch":10,"s":["400"]}, + "Noto Sans Masaram Gondi": {"x":0,"y":64,"w":503,"ch":10,"s":["400"]}, + "Noto Sans Math": {"x":503,"y":64,"w":290,"ch":10,"s":["400"]}, + "Noto Sans Mayan Numerals": {"x":0,"y":96,"w":398,"ch":10,"s":["400"]}, + "Noto Sans Medefaidrin": {"x":398,"y":96,"w":414,"ch":10,"s":["400","500","600","700"],"a":[{"tag":"wght","min":400,"max":700,"defaultValue":400}]}, + "Noto Sans Meetei Mayek": {"x":0,"y":128,"w":356,"ch":10,"s":["100","200","300","400","500","600","700","800","900"],"a":[{"tag":"wght","min":100,"max":900,"defaultValue":400}]}, + "Noto Sans Mende Kikakui": {"x":356,"y":128,"w":466,"ch":10,"s":["400"]}, + "Noto Sans Meroitic": {"x":0,"y":160,"w":356,"ch":10,"s":["400"]}, + "Noto Sans Miao": {"x":356,"y":160,"w":295,"ch":10,"s":["400"]}, + "Noto Sans Modi": {"x":651,"y":160,"w":288,"ch":10,"s":["400"]}, + "Noto Sans Mongolian": {"x":0,"y":192,"w":307,"ch":10,"s":["400"]}, + "Noto Sans Mono": {"x":307,"y":192,"w":341,"ch":10,"s":["100","200","300","400","500","600","700","800","900"],"a":[{"tag":"wdth","min":62.5,"max":100,"defaultValue":100},{"tag":"wght","min":100,"max":900,"defaultValue":400}]}, + "Noto Sans Mro": {"x":648,"y":192,"w":282,"ch":10,"s":["400"]}, + "Noto Sans Multani": {"x":0,"y":224,"w":336,"ch":10,"s":["400"]}, + "Noto Sans Myanmar": {"x":336,"y":224,"w":289,"ch":10,"s":["100","200","300","400","500","600","700","800","900"]}, + "Noto Sans NKo": {"x":738,"y":288,"w":284,"ch":10,"s":["400"]}, + "Noto Sans NKo Unjoined": {"x":669,"y":256,"w":351,"ch":10,"s":["400","500","600","700"],"a":[{"tag":"wght","min":400,"max":700,"defaultValue":400}]}, + "Noto Sans Nabataean": {"x":625,"y":224,"w":398,"ch":10,"s":["400"]}, + "Noto Sans Nag Mundari": {"x":0,"y":256,"w":336,"ch":10,"s":["400","500","600","700"],"a":[{"tag":"wght","min":400,"max":700,"defaultValue":400}]}, + "Noto Sans Nandinagari": {"x":336,"y":256,"w":333,"ch":10,"s":["400"]}, + "Noto Sans New Tai Lue": {"x":0,"y":288,"w":427,"ch":10,"s":["400","500","600","700"],"a":[{"tag":"wght","min":400,"max":700,"defaultValue":400}]}, + "Noto Sans Newa": {"x":427,"y":288,"w":311,"ch":10,"s":["400"]}, + "Noto Sans Nushu": {"x":0,"y":320,"w":316,"ch":10,"s":["400"]}, + "Noto Sans Ogham": {"x":316,"y":320,"w":259,"ch":10,"s":["400"]}, + "Noto Sans Ol Chiki": {"x":575,"y":320,"w":336,"ch":10,"s":["400","500","600","700"],"a":[{"tag":"wght","min":400,"max":700,"defaultValue":400}]}, + "Noto Sans Old Hungarian": {"x":0,"y":352,"w":364,"ch":10,"s":["400"]}, + "Noto Sans Old Italic": {"x":364,"y":352,"w":360,"ch":10,"s":["400"]}, + "Noto Sans Old North Arabian": {"x":0,"y":384,"w":533,"ch":10,"s":["400"]}, + "Noto Sans Old Permic": {"x":533,"y":384,"w":398,"ch":10,"s":["400"]}, + "Noto Sans Old Persian": {"x":0,"y":416,"w":407,"ch":10,"s":["400"]}, + "Noto Sans Old Sogdian": {"x":407,"y":416,"w":317,"ch":10,"s":["400"]}, + "Noto Sans Old South Arabian": {"x":0,"y":448,"w":533,"ch":10,"s":["400"]}, + "Noto Sans Old Turkic": {"x":533,"y":448,"w":382,"ch":10,"s":["400"]}, + "Noto Sans Oriya": {"x":724,"y":416,"w":233,"ch":10,"s":["100","200","300","400","500","600","700","800","900"],"a":[{"tag":"wdth","min":62.5,"max":100,"defaultValue":100},{"tag":"wght","min":100,"max":900,"defaultValue":400}]}, + "Noto Sans Osage": {"x":724,"y":352,"w":252,"ch":10,"s":["400"]}, + "Noto Sans Osmanya": {"x":0,"y":480,"w":299,"ch":10,"s":["400"]}, + "Noto Sans Pahawh Hmong": {"x":299,"y":480,"w":382,"ch":10,"s":["400"]}, + "Noto Sans Palmyrene": {"x":681,"y":480,"w":307,"ch":10,"s":["400"]}, + "Noto Sans Pau Cin Hau": {"x":0,"y":512,"w":434,"ch":10,"s":["400"]}, + "Noto Sans PhagsPa": {"x":434,"y":512,"w":276,"ch":10,"s":["400"]}, + "Noto Sans Phoenician": {"x":0,"y":544,"w":398,"ch":10,"s":["400"]}, + "Noto Sans Psalter Pahlavi": {"x":398,"y":544,"w":465,"ch":10,"s":["400"]}, + "Noto Sans Rejang": {"x":710,"y":512,"w":256,"ch":10,"s":["400"]}, + "Noto Sans Runic": {"x":0,"y":576,"w":306,"ch":10,"s":["400"]}, + "Noto Sans SC": {"x":0,"y":0,"w":0,"ch":0,"s":["100","200","300","400","500","600","700","800","900"],"a":[{"tag":"wght","min":100,"max":900,"defaultValue":400}],"noPreview":true}, + "Noto Sans Samaritan": {"x":306,"y":576,"w":394,"ch":10,"s":["400"]}, + "Noto Sans Saurashtra": {"x":0,"y":608,"w":398,"ch":10,"s":["400"]}, + "Noto Sans Sharada": {"x":398,"y":608,"w":346,"ch":10,"s":["400"]}, + "Noto Sans Shavian": {"x":700,"y":576,"w":339,"ch":10,"s":["400"]}, + "Noto Sans Siddham": {"x":0,"y":640,"w":353,"ch":10,"s":["400"]}, + "Noto Sans SignWriting": {"x":353,"y":640,"w":373,"ch":10,"s":["400"]}, + "Noto Sans Sinhala": {"x":0,"y":672,"w":348,"ch":10,"s":["100","200","300","400","500","600","700","800","900"],"a":[{"tag":"wdth","min":62.5,"max":100,"defaultValue":100},{"tag":"wght","min":100,"max":900,"defaultValue":400}]}, + "Noto Sans Sogdian": {"x":348,"y":672,"w":262,"ch":10,"s":["400"]}, + "Noto Sans Sora Sompeng": {"x":610,"y":672,"w":374,"ch":10,"s":["400","500","600","700"],"a":[{"tag":"wght","min":400,"max":700,"defaultValue":400}]}, + "Noto Sans Soyombo": {"x":726,"y":640,"w":288,"ch":10,"s":["400"]}, + "Noto Sans Sundanese": {"x":0,"y":704,"w":400,"ch":10,"s":["400","500","600","700"],"a":[{"tag":"wght","min":400,"max":700,"defaultValue":400}]}, + "Noto Sans Sunuwar": {"x":400,"y":704,"w":387,"ch":10,"s":["400"]}, + "Noto Sans Syloti Nagri": {"x":744,"y":608,"w":317,"ch":10,"s":["400"]}, + "Noto Sans Symbols": {"x":787,"y":704,"w":274,"ch":10,"s":["100","200","300","400","500","600","700","800","900"],"a":[{"tag":"wght","min":100,"max":900,"defaultValue":400}]}, + "Noto Sans Symbols 2": {"x":0,"y":736,"w":306,"ch":10,"s":["400"]}, + "Noto Sans Syriac": {"x":306,"y":736,"w":243,"ch":10,"s":["100","200","300","400","500","600","700","800","900"],"a":[{"tag":"wght","min":100,"max":900,"defaultValue":400}]}, + "Noto Sans Syriac Eastern": {"x":549,"y":736,"w":361,"ch":10,"s":["100","200","300","400","500","600","700","800","900"],"a":[{"tag":"wght","min":100,"max":900,"defaultValue":400}]}, + "Noto Sans Syriac Western": {"x":0,"y":768,"w":372,"ch":10,"s":["100","200","300","400","500","600","700","800","900"],"a":[{"tag":"wght","min":100,"max":900,"defaultValue":400}]}, + "Noto Sans TC": {"x":0,"y":0,"w":0,"ch":0,"s":["100","200","300","400","500","600","700","800","900"],"a":[{"tag":"wght","min":100,"max":900,"defaultValue":400}],"noPreview":true}, + "Noto Sans Tagalog": {"x":372,"y":768,"w":265,"ch":10,"s":["400"]}, + "Noto Sans Tagbanwa": {"x":637,"y":768,"w":301,"ch":10,"s":["400"]}, + "Noto Sans Tai Le": {"x":0,"y":800,"w":307,"ch":10,"s":["400"]}, + "Noto Sans Tai Tham": {"x":307,"y":800,"w":379,"ch":10,"s":["400","500","600","700"],"a":[{"tag":"wght","min":400,"max":700,"defaultValue":400}]}, + "Noto Sans Tai Viet": {"x":686,"y":800,"w":336,"ch":10,"s":["400"]}, + "Noto Sans Takri": {"x":775,"y":32,"w":283,"ch":10,"s":["400"]}, + "Noto Sans Tamil": {"x":0,"y":832,"w":292,"ch":10,"s":["100","200","300","400","500","600","700","800","900"],"a":[{"tag":"wdth","min":62.5,"max":100,"defaultValue":100},{"tag":"wght","min":100,"max":900,"defaultValue":400}]}, + "Noto Sans Tamil Supplement": {"x":292,"y":832,"w":415,"ch":10,"s":["400"]}, + "Noto Sans Tangsa": {"x":707,"y":832,"w":261,"ch":10,"s":["400","500","600","700"],"a":[{"tag":"wght","min":400,"max":700,"defaultValue":400}]}, + "Noto Sans Telugu": {"x":793,"y":64,"w":250,"ch":10,"s":["100","200","300","400","500","600","700","800","900"],"a":[{"tag":"wdth","min":62.5,"max":100,"defaultValue":100},{"tag":"wght","min":100,"max":900,"defaultValue":400}]}, + "Noto Sans Thaana": {"x":0,"y":864,"w":331,"ch":10,"s":["100","200","300","400","500","600","700","800","900"],"a":[{"tag":"wght","min":100,"max":900,"defaultValue":400}]}, + "Noto Sans Thai": {"x":331,"y":864,"w":273,"ch":10,"s":["100","200","300","400","500","600","700","800","900"],"a":[{"tag":"wdth","min":62.5,"max":100,"defaultValue":100},{"tag":"wght","min":100,"max":900,"defaultValue":400}]}, + "Noto Sans Thai Looped": {"x":604,"y":864,"w":329,"ch":10,"s":["100","200","300","400","500","600","700","800","900"],"a":[{"tag":"wdth","min":62.5,"max":100,"defaultValue":100},{"tag":"wght","min":100,"max":900,"defaultValue":400}]}, + "Noto Sans Tifinagh": {"x":0,"y":896,"w":266,"ch":10,"s":["400"]}, + "Noto Sans Tirhuta": {"x":266,"y":896,"w":327,"ch":10,"s":["400"]}, + "Noto Sans Ugaritic": {"x":593,"y":896,"w":271,"ch":10,"s":["400"]}, + "Noto Sans Vai": {"x":0,"y":928,"w":257,"ch":10,"s":["400"]}, + "Noto Sans Vithkuqi": {"x":257,"y":928,"w":270,"ch":10,"s":["400","500","600","700"],"a":[{"tag":"wght","min":400,"max":700,"defaultValue":400}]}, + "Noto Sans Wancho": {"x":527,"y":928,"w":356,"ch":10,"s":["400"]}, + "Noto Sans Warang Citi": {"x":0,"y":960,"w":330,"ch":10,"s":["400"]}, + "Noto Sans Yi": {"x":330,"y":960,"w":232,"ch":10,"s":["400"]}, + "Noto Sans Zanabazar Square": {"x":562,"y":960,"w":413,"ch":10,"s":["400"]}, + "Noto Serif": {"x":864,"y":896,"w":189,"ch":10,"s":["100","200","300","400","500","600","700","800","900","100i","200i","300i","400i","500i","600i","700i","800i","900i"],"a":[{"tag":"wdth","min":62.5,"max":100,"defaultValue":100},{"tag":"wght","min":100,"max":900,"defaultValue":400}]}, + "Noto Serif Ahom": {"x":0,"y":992,"w":303,"ch":10,"s":["400"]}, + "Noto Serif Armenian": {"x":303,"y":992,"w":383,"ch":10,"s":["100","200","300","400","500","600","700","800","900"],"a":[{"tag":"wdth","min":62.5,"max":100,"defaultValue":100},{"tag":"wght","min":100,"max":900,"defaultValue":400}]}, + "Noto Serif Balinese": {"x":686,"y":992,"w":350,"ch":10,"s":["400"]}, + "Noto Serif Bengali": {"x":0,"y":1024,"w":261,"ch":10,"s":["100","200","300","400","500","600","700","800","900"],"a":[{"tag":"wdth","min":62.5,"max":100,"defaultValue":100},{"tag":"wght","min":100,"max":900,"defaultValue":400}]}, + "Noto Serif Devanagari": {"x":261,"y":1024,"w":320,"ch":10,"s":["100","200","300","400","500","600","700","800","900"],"a":[{"tag":"wdth","min":62.5,"max":100,"defaultValue":100},{"tag":"wght","min":100,"max":900,"defaultValue":400}]}, + "Noto Serif Display": {"x":581,"y":1024,"w":258,"ch":10,"s":["100","200","300","400","500","600","700","800","900","100i","200i","300i","400i","500i","600i","700i","800i","900i"],"a":[{"tag":"wdth","min":62.5,"max":100,"defaultValue":100},{"tag":"wght","min":100,"max":900,"defaultValue":400}]}, + "Noto Serif Dives Akuru": {"x":0,"y":1056,"w":429,"ch":10,"s":["400"]}, + "Noto Serif Dogra": {"x":429,"y":1056,"w":238,"ch":10,"s":["400"]}, + "Noto Serif Ethiopic": {"x":667,"y":1056,"w":272,"ch":10,"s":["100","200","300","400","500","600","700","800","900"],"a":[{"tag":"wdth","min":62.5,"max":100,"defaultValue":100},{"tag":"wght","min":100,"max":900,"defaultValue":400}]}, + "Noto Serif Georgian": {"x":0,"y":1088,"w":285,"ch":10,"s":["100","200","300","400","500","600","700","800","900"],"a":[{"tag":"wdth","min":62.5,"max":100,"defaultValue":100},{"tag":"wght","min":100,"max":900,"defaultValue":400}]}, + "Noto Serif Grantha": {"x":285,"y":1088,"w":347,"ch":10,"s":["400"]}, + "Noto Serif Gujarati": {"x":0,"y":0,"w":274,"ch":11,"s":["100","200","300","400","500","600","700","800","900"],"a":[{"tag":"wght","min":100,"max":900,"defaultValue":400}]}, + "Noto Serif Gurmukhi": {"x":274,"y":0,"w":388,"ch":11,"s":["100","200","300","400","500","600","700","800","900"],"a":[{"tag":"wght","min":100,"max":900,"defaultValue":400}]}, + "Noto Serif HK": {"x":0,"y":0,"w":0,"ch":0,"s":["200","300","400","500","600","700","800","900"],"a":[{"tag":"wght","min":200,"max":900,"defaultValue":400}],"noPreview":true}, + "Noto Serif Hebrew": {"x":0,"y":32,"w":344,"ch":11,"s":["100","200","300","400","500","600","700","800","900"],"a":[{"tag":"wdth","min":62.5,"max":100,"defaultValue":100},{"tag":"wght","min":100,"max":900,"defaultValue":400}]}, + "Noto Serif Hentaigana": {"x":344,"y":32,"w":330,"ch":11,"s":["200","300","400","500","600","700","800","900"],"a":[{"tag":"wght","min":200,"max":900,"defaultValue":400}]}, + "Noto Serif JP": {"x":0,"y":0,"w":0,"ch":0,"s":["200","300","400","500","600","700","800","900"],"a":[{"tag":"wght","min":200,"max":900,"defaultValue":400}],"noPreview":true}, + "Noto Serif KR": {"x":0,"y":0,"w":0,"ch":0,"s":["200","300","400","500","600","700","800","900"],"a":[{"tag":"wght","min":200,"max":900,"defaultValue":400}],"noPreview":true}, + "Noto Serif Kannada": {"x":0,"y":64,"w":359,"ch":11,"s":["100","200","300","400","500","600","700","800","900"],"a":[{"tag":"wght","min":100,"max":900,"defaultValue":400}]}, + "Noto Serif Khitan Small Script": {"x":359,"y":64,"w":474,"ch":11,"s":["400"]}, + "Noto Serif Khmer": {"x":0,"y":96,"w":323,"ch":11,"s":["100","200","300","400","500","600","700","800","900"],"a":[{"tag":"wdth","min":62.5,"max":100,"defaultValue":100},{"tag":"wght","min":100,"max":900,"defaultValue":400}]}, + "Noto Serif Khojki": {"x":323,"y":96,"w":248,"ch":11,"s":["400","500","600","700"],"a":[{"tag":"wght","min":400,"max":700,"defaultValue":400}]}, + "Noto Serif Lao": {"x":571,"y":96,"w":262,"ch":11,"s":["100","200","300","400","500","600","700","800","900"],"a":[{"tag":"wdth","min":62.5,"max":100,"defaultValue":100},{"tag":"wght","min":100,"max":900,"defaultValue":400}]}, + "Noto Serif Makasar": {"x":0,"y":128,"w":352,"ch":11,"s":["400"]}, + "Noto Serif Malayalam": {"x":352,"y":128,"w":317,"ch":11,"s":["100","200","300","400","500","600","700","800","900"],"a":[{"tag":"wght","min":100,"max":900,"defaultValue":400}]}, + "Noto Serif Myanmar": {"x":0,"y":160,"w":286,"ch":11,"s":["100","200","300","400","500","600","700","800","900"]}, + "Noto Serif NP Hmong": {"x":286,"y":160,"w":309,"ch":11,"s":["400","500","600","700"],"a":[{"tag":"wght","min":400,"max":700,"defaultValue":400}]}, + "Noto Serif Old Uyghur": {"x":0,"y":192,"w":314,"ch":11,"s":["400"]}, + "Noto Serif Oriya": {"x":314,"y":192,"w":241,"ch":11,"s":["400","500","600","700"],"a":[{"tag":"wght","min":400,"max":700,"defaultValue":400}]}, + "Noto Serif Ottoman Siyaq": {"x":0,"y":224,"w":367,"ch":11,"s":["400"]}, + "Noto Serif SC": {"x":0,"y":0,"w":0,"ch":0,"s":["200","300","400","500","600","700","800","900"],"a":[{"tag":"wght","min":200,"max":900,"defaultValue":400}],"noPreview":true}, + "Noto Serif Sinhala": {"x":367,"y":224,"w":352,"ch":11,"s":["100","200","300","400","500","600","700","800","900"],"a":[{"tag":"wdth","min":62.5,"max":100,"defaultValue":100},{"tag":"wght","min":100,"max":900,"defaultValue":400}]}, + "Noto Serif TC": {"x":0,"y":0,"w":0,"ch":0,"s":["200","300","400","500","600","700","800","900"],"a":[{"tag":"wght","min":200,"max":900,"defaultValue":400}],"noPreview":true}, + "Noto Serif Tamil": {"x":555,"y":192,"w":301,"ch":11,"s":["100","200","300","400","500","600","700","800","900","100i","200i","300i","400i","500i","600i","700i","800i","900i"],"a":[{"tag":"wdth","min":62.5,"max":100,"defaultValue":100},{"tag":"wght","min":100,"max":900,"defaultValue":400}]}, + "Noto Serif Tangut": {"x":595,"y":160,"w":256,"ch":11,"s":["400"]}, + "Noto Serif Telugu": {"x":0,"y":256,"w":252,"ch":11,"s":["100","200","300","400","500","600","700","800","900"],"a":[{"tag":"wght","min":100,"max":900,"defaultValue":400}]}, + "Noto Serif Thai": {"x":252,"y":256,"w":279,"ch":11,"s":["100","200","300","400","500","600","700","800","900"],"a":[{"tag":"wdth","min":62.5,"max":100,"defaultValue":100},{"tag":"wght","min":100,"max":900,"defaultValue":400}]}, + "Noto Serif Tibetan": {"x":0,"y":288,"w":337,"ch":11,"s":["100","200","300","400","500","600","700","800","900"],"a":[{"tag":"wght","min":100,"max":900,"defaultValue":400}]}, + "Noto Serif Todhri": {"x":337,"y":288,"w":316,"ch":11,"s":["400"]}, + "Noto Serif Toto": {"x":531,"y":256,"w":275,"ch":11,"s":["400","500","600","700"],"a":[{"tag":"wght","min":400,"max":700,"defaultValue":400}]}, + "Noto Serif Vithkuqi": {"x":0,"y":320,"w":279,"ch":11,"s":["400","500","600","700"],"a":[{"tag":"wght","min":400,"max":700,"defaultValue":400}]}, + "Noto Serif Yezidi": {"x":279,"y":320,"w":307,"ch":11,"s":["400","500","600","700"],"a":[{"tag":"wght","min":400,"max":700,"defaultValue":400}]}, + "Noto Traditional Nushu": {"x":0,"y":352,"w":455,"ch":11,"s":["300","400","500","600","700"],"a":[{"tag":"wght","min":300,"max":700,"defaultValue":400}]}, + "Noto Znamenny Musical Notation": {"x":0,"y":384,"w":481,"ch":11,"s":["400"]}, + "Nova Cut": {"x":481,"y":384,"w":160,"ch":11,"s":["400"]}, + "Nova Flat": {"x":641,"y":384,"w":166,"ch":11,"s":["400"]}, + "Nova Mono": {"x":455,"y":352,"w":203,"ch":11,"s":["400"]}, + "Nova Oval": {"x":658,"y":352,"w":181,"ch":11,"s":["400"]}, + "Nova Round": {"x":586,"y":320,"w":207,"ch":11,"s":["400"]}, + "Nova Script": {"x":653,"y":288,"w":174,"ch":11,"s":["400"]}, + "Nova Slim": {"x":669,"y":128,"w":178,"ch":11,"s":["400"]}, + "Nova Square": {"x":674,"y":32,"w":182,"ch":11,"s":["400"]}, + "Numans": {"x":662,"y":0,"w":177,"ch":11,"s":["400"]}, + "Nunito": {"x":0,"y":416,"w":121,"ch":11,"s":["200","300","400","500","600","700","800","900","200i","300i","400i","500i","600i","700i","800i","900i"],"a":[{"tag":"wght","min":200,"max":1000,"defaultValue":400}]}, + "Nunito Sans": {"x":121,"y":416,"w":223,"ch":11,"s":["200","300","400","500","600","700","800","900","200i","300i","400i","500i","600i","700i","800i","900i"],"a":[{"tag":"wdth","min":75,"max":125,"defaultValue":100},{"tag":"wght","min":200,"max":1000,"defaultValue":400},{"tag":"opsz","min":6,"max":12,"defaultValue":12},{"tag":"YTLC","min":440,"max":540,"defaultValue":500}]}, + "Nuosu SIL": {"x":344,"y":416,"w":189,"ch":11,"s":["400"]}, + "Odibee Sans": {"x":533,"y":416,"w":144,"ch":11,"s":["400"]}, + "Odor Mean Chey": {"x":0,"y":448,"w":241,"ch":11,"s":["400"]}, + "Offside": {"x":241,"y":448,"w":100,"ch":11,"s":["400"]}, + "Oi": {"x":341,"y":448,"w":54,"ch":11,"s":["400"]}, + "Ojuju": {"x":395,"y":448,"w":72,"ch":11,"s":["200","300","400","500","600","700","800"],"a":[{"tag":"wght","min":200,"max":800,"defaultValue":400}]}, + "Old Standard TT": {"x":467,"y":448,"w":297,"ch":11,"s":["400","400i","700"]}, + "Oldenburg": {"x":677,"y":416,"w":157,"ch":11,"s":["400"]}, + "Ole": {"x":764,"y":448,"w":56,"ch":11,"s":["400"]}, + "Oleo Script": {"x":0,"y":480,"w":134,"ch":11,"s":["400","700"]}, + "Oleo Script Swash Caps": {"x":134,"y":480,"w":285,"ch":11,"s":["400","700"]}, + "Onest": {"x":419,"y":480,"w":115,"ch":11,"s":["100","200","300","400","500","600","700","800","900"],"a":[{"tag":"wght","min":100,"max":900,"defaultValue":400}]}, + "Oooh Baby": {"x":534,"y":480,"w":121,"ch":11,"s":["400"]}, + "Open Sans": {"x":655,"y":480,"w":157,"ch":11,"s":["300","400","500","600","700","800","300i","400i","500i","600i","700i","800i"],"a":[{"tag":"wdth","min":75,"max":100,"defaultValue":100},{"tag":"wght","min":300,"max":800,"defaultValue":400}]}, + "Oranienbaum": {"x":0,"y":512,"w":218,"ch":11,"s":["400"]}, "Orbit": {"x":0,"y":0,"w":0,"ch":0,"s":["400"],"noPreview":true}, - "Orbitron": {"x":375,"y":128,"w":176,"ch":11,"s":["400","500","600","700","800","900"]}, - "Oregano": {"x":551,"y":128,"w":90,"ch":11,"s":["400","400i"]}, - "Orelega One": {"x":0,"y":160,"w":203,"ch":11,"s":["400"]}, - "Orienta": {"x":203,"y":160,"w":134,"ch":11,"s":["400"]}, - "Original Surfer": {"x":337,"y":160,"w":206,"ch":11,"s":["400"]}, - "Oswald": {"x":543,"y":160,"w":92,"ch":11,"s":["200","300","400","500","600","700"]}, - "Outfit": {"x":635,"y":160,"w":106,"ch":11,"s":["100","200","300","400","500","600","700","800","900"]}, - "Over the Rainbow": {"x":0,"y":192,"w":259,"ch":11,"s":["400"]}, - "Overlock": {"x":259,"y":192,"w":142,"ch":11,"s":["400","400i","700","700i","900","900i"]}, - "Overlock SC": {"x":401,"y":192,"w":237,"ch":11,"s":["400"]}, - "Overpass": {"x":638,"y":192,"w":137,"ch":11,"s":["100","200","300","400","500","600","700","800","900","100i","200i","300i","400i","500i","600i","700i","800i","900i"]}, - "Overpass Mono": {"x":0,"y":224,"w":264,"ch":11,"s":["300","400","500","600","700"]}, - "Ovo": {"x":264,"y":224,"w":77,"ch":11,"s":["400"]}, - "Oxanium": {"x":341,"y":224,"w":167,"ch":11,"s":["200","300","400","500","600","700","800"]}, - "Oxygen": {"x":508,"y":224,"w":106,"ch":11,"s":["300","400","700"]}, - "Oxygen Mono": {"x":0,"y":256,"w":207,"ch":11,"s":["400"]}, - "PT Mono": {"x":434,"y":128,"w":170,"ch":13,"s":["400"]}, - "PT Sans": {"x":604,"y":128,"w":133,"ch":13,"s":["400","400i","700","700i"]}, - "PT Sans Caption": {"x":0,"y":160,"w":256,"ch":13,"s":["400","700"]}, - "PT Sans Narrow": {"x":256,"y":160,"w":220,"ch":13,"s":["400","700"]}, - "PT Serif": {"x":476,"y":160,"w":140,"ch":13,"s":["400","400i","700","700i"]}, - "PT Serif Caption": {"x":0,"y":192,"w":262,"ch":13,"s":["400","400i"]}, - "Pacifico": {"x":207,"y":256,"w":79,"ch":11,"s":["400"]}, - "Padauk": {"x":286,"y":256,"w":133,"ch":11,"s":["400","700"]}, - "Padyakke Expanded One": {"x":0,"y":288,"w":707,"ch":11,"s":["400"]}, - "Palanquin": {"x":419,"y":256,"w":137,"ch":11,"s":["100","200","300","400","500","600","700"]}, - "Palanquin Dark": {"x":556,"y":256,"w":224,"ch":11,"s":["400","500","600","700"]}, + "Orbitron": {"x":218,"y":512,"w":176,"ch":11,"s":["400","500","600","700","800","900"],"a":[{"tag":"wght","min":400,"max":900,"defaultValue":400}]}, + "Oregano": {"x":394,"y":512,"w":90,"ch":11,"s":["400","400i"]}, + "Orelega One": {"x":484,"y":512,"w":203,"ch":11,"s":["400"]}, + "Orienta": {"x":687,"y":512,"w":134,"ch":11,"s":["400"]}, + "Original Surfer": {"x":0,"y":544,"w":206,"ch":11,"s":["400"]}, + "Oswald": {"x":206,"y":544,"w":92,"ch":11,"s":["200","300","400","500","600","700"],"a":[{"tag":"wght","min":200,"max":700,"defaultValue":400}]}, + "Outfit": {"x":298,"y":544,"w":106,"ch":11,"s":["100","200","300","400","500","600","700","800","900"],"a":[{"tag":"wght","min":100,"max":900,"defaultValue":400}]}, + "Over the Rainbow": {"x":404,"y":544,"w":259,"ch":11,"s":["400"]}, + "Overlock": {"x":663,"y":544,"w":142,"ch":11,"s":["400","400i","700","700i","900","900i"]}, + "Overlock SC": {"x":0,"y":576,"w":237,"ch":11,"s":["400"]}, + "Overpass": {"x":237,"y":576,"w":137,"ch":11,"s":["100","200","300","400","500","600","700","800","900","100i","200i","300i","400i","500i","600i","700i","800i","900i"],"a":[{"tag":"wght","min":100,"max":900,"defaultValue":400}]}, + "Overpass Mono": {"x":374,"y":576,"w":264,"ch":11,"s":["300","400","500","600","700"],"a":[{"tag":"wght","min":300,"max":700,"defaultValue":400}]}, + "Ovo": {"x":638,"y":576,"w":77,"ch":11,"s":["400"]}, + "Oxanium": {"x":0,"y":608,"w":167,"ch":11,"s":["200","300","400","500","600","700","800"],"a":[{"tag":"wght","min":200,"max":800,"defaultValue":400}]}, + "Oxygen": {"x":167,"y":608,"w":106,"ch":11,"s":["300","400","700"]}, + "Oxygen Mono": {"x":273,"y":608,"w":207,"ch":11,"s":["400"]}, + "PT Mono": {"x":199,"y":416,"w":170,"ch":13,"s":["400"]}, + "PT Sans": {"x":369,"y":416,"w":133,"ch":13,"s":["400","400i","700","700i"]}, + "PT Sans Caption": {"x":502,"y":416,"w":256,"ch":13,"s":["400","700"]}, + "PT Sans Narrow": {"x":0,"y":448,"w":220,"ch":13,"s":["400","700"]}, + "PT Serif": {"x":220,"y":448,"w":140,"ch":13,"s":["400","400i","700","700i"]}, + "PT Serif Caption": {"x":360,"y":448,"w":262,"ch":13,"s":["400","400i"]}, + "Pacifico": {"x":480,"y":608,"w":79,"ch":11,"s":["400"]}, + "Padauk": {"x":559,"y":608,"w":133,"ch":11,"s":["400","700"]}, + "Padyakke Expanded One": {"x":0,"y":640,"w":707,"ch":11,"s":["400"]}, + "Palanquin": {"x":707,"y":640,"w":137,"ch":11,"s":["100","200","300","400","500","600","700"]}, + "Palanquin Dark": {"x":0,"y":672,"w":224,"ch":11,"s":["400","500","600","700"]}, "Palette Mosaic": {"x":0,"y":0,"w":0,"ch":0,"s":["400"],"noPreview":true}, - "Pangolin": {"x":614,"y":224,"w":110,"ch":11,"s":["400"]}, - "Paprika": {"x":641,"y":128,"w":100,"ch":11,"s":["400"]}, - "Parastoo": {"x":0,"y":320,"w":163,"ch":11,"s":["400","500","600","700"]}, - "Parisienne": {"x":163,"y":320,"w":153,"ch":11,"s":["400"]}, - "Parkinsans": {"x":316,"y":320,"w":208,"ch":11,"s":["300","400","500","600","700","800"]}, - "Passero One": {"x":524,"y":320,"w":210,"ch":11,"s":["400"]}, - "Passion One": {"x":0,"y":352,"w":198,"ch":11,"s":["400","700","900"]}, - "Passions Conflict": {"x":198,"y":352,"w":168,"ch":11,"s":["400"]}, - "Pathway Extreme": {"x":366,"y":352,"w":276,"ch":11,"s":["100","200","300","400","500","600","700","800","900","100i","200i","300i","400i","500i","600i","700i","800i","900i"]}, - "Pathway Gothic One": {"x":0,"y":384,"w":196,"ch":11,"s":["400"]}, - "Patrick Hand": {"x":196,"y":384,"w":186,"ch":11,"s":["400"]}, - "Patrick Hand SC": {"x":382,"y":384,"w":256,"ch":11,"s":["400"]}, - "Pattaya": {"x":638,"y":384,"w":100,"ch":11,"s":["400"]}, - "Patua One": {"x":0,"y":416,"w":193,"ch":11,"s":["400"]}, - "Pavanam": {"x":193,"y":416,"w":156,"ch":11,"s":["400"]}, - "Paytone One": {"x":349,"y":416,"w":218,"ch":11,"s":["400"]}, - "Peddana": {"x":567,"y":416,"w":146,"ch":11,"s":["400"]}, - "Peralta": {"x":0,"y":448,"w":161,"ch":11,"s":["400"]}, - "Permanent Marker": {"x":161,"y":448,"w":365,"ch":11,"s":["400"]}, - "Petemoss": {"x":526,"y":448,"w":112,"ch":11,"s":["400"]}, - "Petit Formal Script": {"x":0,"y":480,"w":288,"ch":11,"s":["400"]}, - "Petrona": {"x":288,"y":480,"w":150,"ch":11,"s":["100","200","300","400","500","600","700","800","900","100i","200i","300i","400i","500i","600i","700i","800i","900i"]}, - "Phetsarath": {"x":438,"y":480,"w":192,"ch":11,"s":["400","700"]}, - "Philosopher": {"x":0,"y":512,"w":178,"ch":11,"s":["400","400i","700","700i"]}, - "Phudu": {"x":178,"y":512,"w":116,"ch":11,"s":["300","400","500","600","700","800","900"]}, - "Piazzolla": {"x":294,"y":512,"w":163,"ch":11,"s":["100","200","300","400","500","600","700","800","900","100i","200i","300i","400i","500i","600i","700i","800i","900i"]}, - "Piedra": {"x":457,"y":512,"w":90,"ch":11,"s":["400"]}, - "Pinyon Script": {"x":547,"y":512,"w":150,"ch":11,"s":["400"]}, - "Pirata One": {"x":630,"y":480,"w":129,"ch":11,"s":["400"]}, - "Pixelify Sans": {"x":0,"y":544,"w":218,"ch":11,"s":["400","500","600","700"]}, - "Plaster": {"x":218,"y":544,"w":193,"ch":11,"s":["400"]}, - "Platypi": {"x":411,"y":544,"w":101,"ch":11,"s":["300","400","500","600","700","800","300i","400i","500i","600i","700i","800i"]}, - "Play": {"x":512,"y":544,"w":59,"ch":11,"s":["400","700"]}, - "Playball": {"x":571,"y":544,"w":106,"ch":11,"s":["400"]}, - "Playfair": {"x":638,"y":448,"w":123,"ch":11,"s":["300","400","500","600","700","800","900","300i","400i","500i","600i","700i","800i","900i"]}, - "Playfair Display": {"x":0,"y":576,"w":218,"ch":11,"s":["400","500","600","700","800","900","400i","500i","600i","700i","800i","900i"]}, - "Playfair Display SC": {"x":218,"y":576,"w":399,"ch":11,"s":["400","400i","700","700i","900","900i"]}, - "Playpen Sans": {"x":617,"y":576,"w":173,"ch":11,"s":["100","200","300","400","500","600","700","800"]}, - "Playpen Sans Arabic": {"x":0,"y":608,"w":264,"ch":11,"s":["100","200","300","400","500","600","700","800"]}, - "Playpen Sans Deva": {"x":264,"y":608,"w":244,"ch":11,"s":["100","200","300","400","500","600","700","800"]}, - "Playpen Sans Hebrew": {"x":508,"y":608,"w":276,"ch":11,"s":["100","200","300","400","500","600","700","800"]}, - "Playpen Sans Thai": {"x":0,"y":640,"w":236,"ch":11,"s":["100","200","300","400","500","600","700","800"]}, - "Playwrite AR": {"x":236,"y":640,"w":149,"ch":11,"s":["100","200","300","400"]}, - "Playwrite AR Guides": {"x":385,"y":640,"w":224,"ch":11,"s":["400"]}, - "Playwrite AT": {"x":609,"y":640,"w":170,"ch":11,"s":["100","200","300","400","100i","200i","300i","400i"]}, - "Playwrite AT Guides": {"x":0,"y":672,"w":265,"ch":11,"s":["400","400i"]}, - "Playwrite AU NSW": {"x":265,"y":672,"w":212,"ch":11,"s":["100","200","300","400"]}, - "Playwrite AU NSW Guides": {"x":477,"y":672,"w":288,"ch":11,"s":["400"]}, - "Playwrite AU QLD": {"x":0,"y":704,"w":202,"ch":11,"s":["100","200","300","400"]}, - "Playwrite AU QLD Guides": {"x":202,"y":704,"w":283,"ch":11,"s":["400"]}, - "Playwrite AU SA": {"x":485,"y":704,"w":175,"ch":11,"s":["100","200","300","400"]}, - "Playwrite AU SA Guides": {"x":0,"y":736,"w":259,"ch":11,"s":["400"]}, - "Playwrite AU TAS": {"x":259,"y":736,"w":192,"ch":11,"s":["100","200","300","400"]}, - "Playwrite AU TAS Guides": {"x":451,"y":736,"w":270,"ch":11,"s":["400"]}, - "Playwrite AU VIC": {"x":0,"y":768,"w":192,"ch":11,"s":["100","200","300","400"]}, - "Playwrite AU VIC Guides": {"x":192,"y":768,"w":269,"ch":11,"s":["400"]}, - "Playwrite BE VLG": {"x":461,"y":768,"w":218,"ch":11,"s":["100","200","300","400"]}, - "Playwrite BE VLG Guides": {"x":0,"y":800,"w":296,"ch":11,"s":["400"]}, - "Playwrite BE WAL": {"x":0,"y":0,"w":173,"ch":12,"s":["100","200","300","400"]}, - "Playwrite BE WAL Guides": {"x":173,"y":0,"w":229,"ch":12,"s":["400"]}, - "Playwrite BR": {"x":402,"y":0,"w":139,"ch":12,"s":["100","200","300","400"]}, - "Playwrite BR Guides": {"x":541,"y":0,"w":209,"ch":12,"s":["400"]}, - "Playwrite CA": {"x":0,"y":32,"w":152,"ch":12,"s":["100","200","300","400"]}, - "Playwrite CA Guides": {"x":152,"y":32,"w":236,"ch":12,"s":["400"]}, - "Playwrite CL": {"x":388,"y":32,"w":133,"ch":12,"s":["100","200","300","400"]}, - "Playwrite CL Guides": {"x":521,"y":32,"w":203,"ch":12,"s":["400"]}, - "Playwrite CO": {"x":0,"y":64,"w":147,"ch":12,"s":["100","200","300","400"]}, - "Playwrite CO Guides": {"x":147,"y":64,"w":229,"ch":12,"s":["400"]}, - "Playwrite CU": {"x":376,"y":64,"w":133,"ch":12,"s":["100","200","300","400"]}, - "Playwrite CU Guides": {"x":509,"y":64,"w":207,"ch":12,"s":["400"]}, - "Playwrite CZ": {"x":0,"y":96,"w":160,"ch":12,"s":["100","200","300","400"]}, - "Playwrite CZ Guides": {"x":160,"y":96,"w":238,"ch":12,"s":["400"]}, - "Playwrite DE Grund": {"x":398,"y":96,"w":226,"ch":12,"s":["100","200","300","400"]}, - "Playwrite DE Grund Guides": {"x":0,"y":128,"w":314,"ch":12,"s":["400"]}, - "Playwrite DE LA": {"x":314,"y":128,"w":208,"ch":12,"s":["100","200","300","400"]}, - "Playwrite DE LA Guides": {"x":522,"y":128,"w":294,"ch":12,"s":["400"]}, - "Playwrite DE SAS": {"x":0,"y":160,"w":229,"ch":12,"s":["100","200","300","400"]}, - "Playwrite DE SAS Guides": {"x":229,"y":160,"w":320,"ch":12,"s":["400"]}, - "Playwrite DE VA": {"x":549,"y":160,"w":184,"ch":12,"s":["100","200","300","400"]}, - "Playwrite DE VA Guides": {"x":0,"y":192,"w":270,"ch":12,"s":["400"]}, - "Playwrite DK Loopet": {"x":270,"y":192,"w":246,"ch":12,"s":["100","200","300","400"]}, - "Playwrite DK Loopet Guides": {"x":0,"y":224,"w":337,"ch":12,"s":["400"]}, - "Playwrite DK Uloopet": {"x":337,"y":224,"w":254,"ch":12,"s":["100","200","300","400"]}, - "Playwrite DK Uloopet Guides": {"x":0,"y":256,"w":345,"ch":12,"s":["400"]}, - "Playwrite ES": {"x":345,"y":256,"w":137,"ch":12,"s":["100","200","300","400"]}, - "Playwrite ES Deco": {"x":482,"y":256,"w":200,"ch":12,"s":["100","200","300","400"]}, - "Playwrite ES Deco Guides": {"x":516,"y":192,"w":277,"ch":12,"s":["400"]}, - "Playwrite ES Guides": {"x":591,"y":224,"w":220,"ch":12,"s":["400"]}, - "Playwrite FR Moderne": {"x":624,"y":96,"w":206,"ch":12,"s":["100","200","300","400"]}, - "Playwrite FR Moderne Guides": {"x":0,"y":288,"w":281,"ch":12,"s":["400"]}, - "Playwrite FR Trad": {"x":281,"y":288,"w":152,"ch":12,"s":["100","200","300","400"]}, - "Playwrite FR Trad Guides": {"x":433,"y":288,"w":209,"ch":12,"s":["400"]}, - "Playwrite GB J": {"x":642,"y":288,"w":179,"ch":12,"s":["100","200","300","400","100i","200i","300i","400i"]}, - "Playwrite GB J Guides": {"x":0,"y":320,"w":276,"ch":12,"s":["400","400i"]}, - "Playwrite GB S": {"x":276,"y":320,"w":179,"ch":12,"s":["100","200","300","400","100i","200i","300i","400i"]}, - "Playwrite GB S Guides": {"x":455,"y":320,"w":274,"ch":12,"s":["400","400i"]}, - "Playwrite HR": {"x":0,"y":352,"w":182,"ch":12,"s":["100","200","300","400"]}, - "Playwrite HR Guides": {"x":182,"y":352,"w":274,"ch":12,"s":["400"]}, - "Playwrite HR Lijeva": {"x":456,"y":352,"w":264,"ch":12,"s":["100","200","300","400"]}, - "Playwrite HR Lijeva Guides": {"x":0,"y":384,"w":356,"ch":12,"s":["400"]}, - "Playwrite HU": {"x":356,"y":384,"w":164,"ch":12,"s":["100","200","300","400"]}, - "Playwrite HU Guides": {"x":520,"y":384,"w":250,"ch":12,"s":["400"]}, - "Playwrite ID": {"x":720,"y":352,"w":97,"ch":12,"s":["100","200","300","400"]}, - "Playwrite ID Guides": {"x":682,"y":256,"w":156,"ch":12,"s":["400"]}, - "Playwrite IE": {"x":0,"y":416,"w":147,"ch":12,"s":["100","200","300","400"]}, - "Playwrite IE Guides": {"x":147,"y":416,"w":228,"ch":12,"s":["400"]}, - "Playwrite IN": {"x":375,"y":416,"w":154,"ch":12,"s":["100","200","300","400"]}, - "Playwrite IN Guides": {"x":529,"y":416,"w":228,"ch":12,"s":["400"]}, - "Playwrite IS": {"x":0,"y":448,"w":148,"ch":12,"s":["100","200","300","400"]}, - "Playwrite IS Guides": {"x":148,"y":448,"w":241,"ch":12,"s":["400"]}, - "Playwrite IT Moderna": {"x":389,"y":448,"w":263,"ch":12,"s":["100","200","300","400"]}, - "Playwrite IT Moderna Guides": {"x":0,"y":480,"w":358,"ch":12,"s":["400"]}, - "Playwrite IT Trad": {"x":358,"y":480,"w":208,"ch":12,"s":["100","200","300","400"]}, - "Playwrite IT Trad Guides": {"x":0,"y":512,"w":292,"ch":12,"s":["400"]}, - "Playwrite MX": {"x":292,"y":512,"w":161,"ch":12,"s":["100","200","300","400"]}, - "Playwrite MX Guides": {"x":453,"y":512,"w":243,"ch":12,"s":["400"]}, - "Playwrite NG Modern": {"x":566,"y":480,"w":226,"ch":12,"s":["100","200","300","400"]}, - "Playwrite NG Modern Guides": {"x":0,"y":544,"w":307,"ch":12,"s":["400"]}, - "Playwrite NL": {"x":307,"y":544,"w":126,"ch":12,"s":["100","200","300","400"]}, - "Playwrite NL Guides": {"x":433,"y":544,"w":186,"ch":12,"s":["400"]}, - "Playwrite NO": {"x":619,"y":544,"w":160,"ch":12,"s":["100","200","300","400"]}, - "Playwrite NO Guides": {"x":0,"y":576,"w":243,"ch":12,"s":["400"]}, - "Playwrite NZ": {"x":243,"y":576,"w":140,"ch":12,"s":["100","200","300","400"]}, - "Playwrite NZ Guides": {"x":383,"y":576,"w":216,"ch":12,"s":["400"]}, - "Playwrite PE": {"x":599,"y":576,"w":148,"ch":12,"s":["100","200","300","400"]}, - "Playwrite PE Guides": {"x":0,"y":608,"w":231,"ch":12,"s":["400"]}, - "Playwrite PL": {"x":231,"y":608,"w":144,"ch":12,"s":["100","200","300","400"]}, - "Playwrite PL Guides": {"x":375,"y":608,"w":225,"ch":12,"s":["400"]}, - "Playwrite PT": {"x":600,"y":608,"w":137,"ch":12,"s":["100","200","300","400"]}, - "Playwrite PT Guides": {"x":0,"y":640,"w":211,"ch":12,"s":["400"]}, - "Playwrite RO": {"x":211,"y":640,"w":161,"ch":12,"s":["100","200","300","400"]}, - "Playwrite RO Guides": {"x":372,"y":640,"w":235,"ch":12,"s":["400"]}, - "Playwrite SK": {"x":607,"y":640,"w":162,"ch":12,"s":["100","200","300","400"]}, - "Playwrite SK Guides": {"x":0,"y":672,"w":240,"ch":12,"s":["400"]}, - "Playwrite TZ": {"x":240,"y":672,"w":147,"ch":12,"s":["100","200","300","400"]}, - "Playwrite TZ Guides": {"x":387,"y":672,"w":221,"ch":12,"s":["400"]}, - "Playwrite US Modern": {"x":0,"y":704,"w":244,"ch":12,"s":["100","200","300","400"]}, - "Playwrite US Modern Guides": {"x":244,"y":704,"w":330,"ch":12,"s":["400"]}, - "Playwrite US Trad": {"x":574,"y":704,"w":201,"ch":12,"s":["100","200","300","400"]}, - "Playwrite US Trad Guides": {"x":0,"y":736,"w":282,"ch":12,"s":["400"]}, - "Playwrite VN": {"x":282,"y":736,"w":129,"ch":12,"s":["100","200","300","400"]}, - "Playwrite VN Guides": {"x":411,"y":736,"w":192,"ch":12,"s":["400"]}, - "Playwrite ZA": {"x":603,"y":736,"w":144,"ch":12,"s":["100","200","300","400"]}, - "Playwrite ZA Guides": {"x":608,"y":672,"w":226,"ch":12,"s":["400"]}, - "Plus Jakarta Sans": {"x":0,"y":768,"w":305,"ch":12,"s":["200","300","400","500","600","700","800","200i","300i","400i","500i","600i","700i","800i"]}, - "Pochaevsk": {"x":305,"y":768,"w":183,"ch":12,"s":["400"]}, - "Podkova": {"x":488,"y":768,"w":164,"ch":12,"s":["400","500","600","700","800"]}, - "Poetsen One": {"x":0,"y":800,"w":238,"ch":12,"s":["400"]}, - "Poiret One": {"x":238,"y":800,"w":166,"ch":12,"s":["400"]}, - "Poller One": {"x":404,"y":800,"w":238,"ch":12,"s":["400"]}, - "Poltawski Nowy": {"x":0,"y":832,"w":232,"ch":12,"s":["400","500","600","700","400i","500i","600i","700i"]}, - "Poly": {"x":232,"y":832,"w":58,"ch":12,"s":["400","400i"]}, - "Pompiere": {"x":290,"y":832,"w":80,"ch":12,"s":["400"]}, - "Ponnala": {"x":370,"y":832,"w":148,"ch":12,"s":["400"]}, - "Ponomar": {"x":518,"y":832,"w":168,"ch":12,"s":["400"]}, - "Pontano Sans": {"x":0,"y":864,"w":235,"ch":12,"s":["300","400","500","600","700"]}, + "Pangolin": {"x":224,"y":672,"w":110,"ch":11,"s":["400"]}, + "Paprika": {"x":334,"y":672,"w":100,"ch":11,"s":["400"]}, + "Parastoo": {"x":434,"y":672,"w":163,"ch":11,"s":["400","500","600","700"],"a":[{"tag":"wght","min":400,"max":700,"defaultValue":400}]}, + "Parisienne": {"x":597,"y":672,"w":153,"ch":11,"s":["400"]}, + "Parkinsans": {"x":0,"y":704,"w":208,"ch":11,"s":["300","400","500","600","700","800"],"a":[{"tag":"wght","min":300,"max":800,"defaultValue":400}]}, + "Passero One": {"x":208,"y":704,"w":210,"ch":11,"s":["400"]}, + "Passion One": {"x":418,"y":704,"w":198,"ch":11,"s":["400","700","900"]}, + "Passions Conflict": {"x":616,"y":704,"w":168,"ch":11,"s":["400"]}, + "Pathway Extreme": {"x":0,"y":736,"w":276,"ch":11,"s":["100","200","300","400","500","600","700","800","900","100i","200i","300i","400i","500i","600i","700i","800i","900i"],"a":[{"tag":"wdth","min":75,"max":100,"defaultValue":100},{"tag":"wght","min":100,"max":900,"defaultValue":400},{"tag":"opsz","min":8,"max":144,"defaultValue":12}]}, + "Pathway Gothic One": {"x":276,"y":736,"w":196,"ch":11,"s":["400"]}, + "Patrick Hand": {"x":472,"y":736,"w":186,"ch":11,"s":["400"]}, + "Patrick Hand SC": {"x":0,"y":768,"w":256,"ch":11,"s":["400"]}, + "Pattaya": {"x":256,"y":768,"w":100,"ch":11,"s":["400"]}, + "Patua One": {"x":356,"y":768,"w":193,"ch":11,"s":["400"]}, + "Pavanam": {"x":549,"y":768,"w":156,"ch":11,"s":["400"]}, + "Paytone One": {"x":0,"y":800,"w":218,"ch":11,"s":["400"]}, + "Peddana": {"x":218,"y":800,"w":146,"ch":11,"s":["400"]}, + "Peralta": {"x":364,"y":800,"w":161,"ch":11,"s":["400"]}, + "Permanent Marker": {"x":0,"y":832,"w":365,"ch":11,"s":["400"]}, + "Petemoss": {"x":365,"y":832,"w":112,"ch":11,"s":["400"]}, + "Petit Formal Script": {"x":477,"y":832,"w":288,"ch":11,"s":["400"]}, + "Petrona": {"x":525,"y":800,"w":150,"ch":11,"s":["100","200","300","400","500","600","700","800","900","100i","200i","300i","400i","500i","600i","700i","800i","900i"],"a":[{"tag":"wght","min":100,"max":900,"defaultValue":400}]}, + "Phetsarath": {"x":658,"y":736,"w":192,"ch":11,"s":["400","700"]}, + "Philosopher": {"x":675,"y":800,"w":178,"ch":11,"s":["400","400i","700","700i"]}, + "Phudu": {"x":0,"y":0,"w":116,"ch":12,"s":["300","400","500","600","700","800","900"],"a":[{"tag":"wght","min":300,"max":900,"defaultValue":400}]}, + "Piazzolla": {"x":116,"y":0,"w":163,"ch":12,"s":["100","200","300","400","500","600","700","800","900","100i","200i","300i","400i","500i","600i","700i","800i","900i"],"a":[{"tag":"wght","min":100,"max":900,"defaultValue":400},{"tag":"opsz","min":8,"max":30,"defaultValue":14}]}, + "Piedra": {"x":279,"y":0,"w":90,"ch":12,"s":["400"]}, + "Pinyon Script": {"x":369,"y":0,"w":150,"ch":12,"s":["400"]}, + "Pirata One": {"x":519,"y":0,"w":129,"ch":12,"s":["400"]}, + "Pixelify Sans": {"x":0,"y":32,"w":218,"ch":12,"s":["400","500","600","700"],"a":[{"tag":"wght","min":400,"max":700,"defaultValue":400}]}, + "Plaster": {"x":218,"y":32,"w":193,"ch":12,"s":["400"]}, + "Platypi": {"x":411,"y":32,"w":101,"ch":12,"s":["300","400","500","600","700","800","300i","400i","500i","600i","700i","800i"],"a":[{"tag":"wght","min":300,"max":800,"defaultValue":400}]}, + "Play": {"x":512,"y":32,"w":59,"ch":12,"s":["400","700"]}, + "Playball": {"x":571,"y":32,"w":106,"ch":12,"s":["400"]}, + "Playfair": {"x":677,"y":32,"w":123,"ch":12,"s":["300","400","500","600","700","800","900","300i","400i","500i","600i","700i","800i","900i"],"a":[{"tag":"wdth","min":87.5,"max":112.5,"defaultValue":100},{"tag":"wght","min":300,"max":900,"defaultValue":400},{"tag":"opsz","min":5,"max":1200,"defaultValue":14}]}, + "Playfair Display": {"x":0,"y":64,"w":218,"ch":12,"s":["400","500","600","700","800","900","400i","500i","600i","700i","800i","900i"],"a":[{"tag":"wght","min":400,"max":900,"defaultValue":400}]}, + "Playfair Display SC": {"x":218,"y":64,"w":399,"ch":12,"s":["400","400i","700","700i","900","900i"]}, + "Playpen Sans": {"x":617,"y":64,"w":173,"ch":12,"s":["100","200","300","400","500","600","700","800"],"a":[{"tag":"wght","min":100,"max":800,"defaultValue":400}]}, + "Playpen Sans Arabic": {"x":0,"y":96,"w":264,"ch":12,"s":["100","200","300","400","500","600","700","800"],"a":[{"tag":"wght","min":100,"max":800,"defaultValue":400}]}, + "Playpen Sans Deva": {"x":264,"y":96,"w":244,"ch":12,"s":["100","200","300","400","500","600","700","800"],"a":[{"tag":"wght","min":100,"max":800,"defaultValue":400}]}, + "Playpen Sans Hebrew": {"x":508,"y":96,"w":276,"ch":12,"s":["100","200","300","400","500","600","700","800"],"a":[{"tag":"wght","min":100,"max":800,"defaultValue":400}]}, + "Playpen Sans Thai": {"x":0,"y":128,"w":236,"ch":12,"s":["100","200","300","400","500","600","700","800"],"a":[{"tag":"wght","min":100,"max":800,"defaultValue":400}]}, + "Playwrite AR": {"x":236,"y":128,"w":149,"ch":12,"s":["100","200","300","400"],"a":[{"tag":"wght","min":100,"max":400,"defaultValue":400}]}, + "Playwrite AR Guides": {"x":385,"y":128,"w":224,"ch":12,"s":["400"]}, + "Playwrite AT": {"x":609,"y":128,"w":170,"ch":12,"s":["100","200","300","400","100i","200i","300i","400i"],"a":[{"tag":"wght","min":100,"max":400,"defaultValue":400}]}, + "Playwrite AT Guides": {"x":0,"y":160,"w":265,"ch":12,"s":["400","400i"]}, + "Playwrite AU NSW": {"x":265,"y":160,"w":212,"ch":12,"s":["100","200","300","400"],"a":[{"tag":"wght","min":100,"max":400,"defaultValue":400}]}, + "Playwrite AU NSW Guides": {"x":477,"y":160,"w":288,"ch":12,"s":["400"]}, + "Playwrite AU QLD": {"x":0,"y":192,"w":202,"ch":12,"s":["100","200","300","400"],"a":[{"tag":"wght","min":100,"max":400,"defaultValue":400}]}, + "Playwrite AU QLD Guides": {"x":202,"y":192,"w":283,"ch":12,"s":["400"]}, + "Playwrite AU SA": {"x":485,"y":192,"w":175,"ch":12,"s":["100","200","300","400"],"a":[{"tag":"wght","min":100,"max":400,"defaultValue":400}]}, + "Playwrite AU SA Guides": {"x":0,"y":224,"w":259,"ch":12,"s":["400"]}, + "Playwrite AU TAS": {"x":259,"y":224,"w":192,"ch":12,"s":["100","200","300","400"],"a":[{"tag":"wght","min":100,"max":400,"defaultValue":400}]}, + "Playwrite AU TAS Guides": {"x":451,"y":224,"w":270,"ch":12,"s":["400"]}, + "Playwrite AU VIC": {"x":648,"y":0,"w":192,"ch":12,"s":["100","200","300","400"],"a":[{"tag":"wght","min":100,"max":400,"defaultValue":400}]}, + "Playwrite AU VIC Guides": {"x":0,"y":256,"w":269,"ch":12,"s":["400"]}, + "Playwrite BE VLG": {"x":269,"y":256,"w":218,"ch":12,"s":["100","200","300","400"],"a":[{"tag":"wght","min":100,"max":400,"defaultValue":400}]}, + "Playwrite BE VLG Guides": {"x":487,"y":256,"w":296,"ch":12,"s":["400"]}, + "Playwrite BE WAL": {"x":660,"y":192,"w":173,"ch":12,"s":["100","200","300","400"],"a":[{"tag":"wght","min":100,"max":400,"defaultValue":400}]}, + "Playwrite BE WAL Guides": {"x":0,"y":288,"w":229,"ch":12,"s":["400"]}, + "Playwrite BR": {"x":229,"y":288,"w":139,"ch":12,"s":["100","200","300","400"],"a":[{"tag":"wght","min":100,"max":400,"defaultValue":400}]}, + "Playwrite BR Guides": {"x":368,"y":288,"w":209,"ch":12,"s":["400"]}, + "Playwrite CA": {"x":577,"y":288,"w":152,"ch":12,"s":["100","200","300","400"],"a":[{"tag":"wght","min":100,"max":400,"defaultValue":400}]}, + "Playwrite CA Guides": {"x":0,"y":320,"w":236,"ch":12,"s":["400"]}, + "Playwrite CL": {"x":236,"y":320,"w":133,"ch":12,"s":["100","200","300","400"],"a":[{"tag":"wght","min":100,"max":400,"defaultValue":400}]}, + "Playwrite CL Guides": {"x":369,"y":320,"w":203,"ch":12,"s":["400"]}, + "Playwrite CO": {"x":572,"y":320,"w":147,"ch":12,"s":["100","200","300","400"],"a":[{"tag":"wght","min":100,"max":400,"defaultValue":400}]}, + "Playwrite CO Guides": {"x":0,"y":352,"w":229,"ch":12,"s":["400"]}, + "Playwrite CU": {"x":229,"y":352,"w":133,"ch":12,"s":["100","200","300","400"],"a":[{"tag":"wght","min":100,"max":400,"defaultValue":400}]}, + "Playwrite CU Guides": {"x":362,"y":352,"w":207,"ch":12,"s":["400"]}, + "Playwrite CZ": {"x":569,"y":352,"w":160,"ch":12,"s":["100","200","300","400"],"a":[{"tag":"wght","min":100,"max":400,"defaultValue":400}]}, + "Playwrite CZ Guides": {"x":0,"y":384,"w":238,"ch":12,"s":["400"]}, + "Playwrite DE Grund": {"x":238,"y":384,"w":226,"ch":12,"s":["100","200","300","400"],"a":[{"tag":"wght","min":100,"max":400,"defaultValue":400}]}, + "Playwrite DE Grund Guides": {"x":464,"y":384,"w":314,"ch":12,"s":["400"]}, + "Playwrite DE LA": {"x":0,"y":416,"w":208,"ch":12,"s":["100","200","300","400"],"a":[{"tag":"wght","min":100,"max":400,"defaultValue":400}]}, + "Playwrite DE LA Guides": {"x":208,"y":416,"w":294,"ch":12,"s":["400"]}, + "Playwrite DE SAS": {"x":502,"y":416,"w":229,"ch":12,"s":["100","200","300","400"],"a":[{"tag":"wght","min":100,"max":400,"defaultValue":400}]}, + "Playwrite DE SAS Guides": {"x":0,"y":448,"w":320,"ch":12,"s":["400"]}, + "Playwrite DE VA": {"x":320,"y":448,"w":184,"ch":12,"s":["100","200","300","400"],"a":[{"tag":"wght","min":100,"max":400,"defaultValue":400}]}, + "Playwrite DE VA Guides": {"x":504,"y":448,"w":270,"ch":12,"s":["400"]}, + "Playwrite DK Loopet": {"x":0,"y":480,"w":246,"ch":12,"s":["100","200","300","400"],"a":[{"tag":"wght","min":100,"max":400,"defaultValue":400}]}, + "Playwrite DK Loopet Guides": {"x":246,"y":480,"w":337,"ch":12,"s":["400"]}, + "Playwrite DK Uloopet": {"x":583,"y":480,"w":254,"ch":12,"s":["100","200","300","400"],"a":[{"tag":"wght","min":100,"max":400,"defaultValue":400}]}, + "Playwrite DK Uloopet Guides": {"x":0,"y":512,"w":345,"ch":12,"s":["400"]}, + "Playwrite ES": {"x":345,"y":512,"w":137,"ch":12,"s":["100","200","300","400"],"a":[{"tag":"wght","min":100,"max":400,"defaultValue":400}]}, + "Playwrite ES Deco": {"x":482,"y":512,"w":200,"ch":12,"s":["100","200","300","400"],"a":[{"tag":"wght","min":100,"max":400,"defaultValue":400}]}, + "Playwrite ES Deco Guides": {"x":0,"y":544,"w":277,"ch":12,"s":["400"]}, + "Playwrite ES Guides": {"x":277,"y":544,"w":220,"ch":12,"s":["400"]}, + "Playwrite FR Moderne": {"x":497,"y":544,"w":206,"ch":12,"s":["100","200","300","400"],"a":[{"tag":"wght","min":100,"max":400,"defaultValue":400}]}, + "Playwrite FR Moderne Guides": {"x":0,"y":576,"w":281,"ch":12,"s":["400"]}, + "Playwrite FR Trad": {"x":281,"y":576,"w":152,"ch":12,"s":["100","200","300","400"],"a":[{"tag":"wght","min":100,"max":400,"defaultValue":400}]}, + "Playwrite FR Trad Guides": {"x":433,"y":576,"w":209,"ch":12,"s":["400"]}, + "Playwrite GB J": {"x":642,"y":576,"w":179,"ch":12,"s":["100","200","300","400","100i","200i","300i","400i"],"a":[{"tag":"wght","min":100,"max":400,"defaultValue":400}]}, + "Playwrite GB J Guides": {"x":0,"y":608,"w":276,"ch":12,"s":["400","400i"]}, + "Playwrite GB S": {"x":276,"y":608,"w":179,"ch":12,"s":["100","200","300","400","100i","200i","300i","400i"],"a":[{"tag":"wght","min":100,"max":400,"defaultValue":400}]}, + "Playwrite GB S Guides": {"x":455,"y":608,"w":274,"ch":12,"s":["400","400i"]}, + "Playwrite HR": {"x":0,"y":640,"w":182,"ch":12,"s":["100","200","300","400"],"a":[{"tag":"wght","min":100,"max":400,"defaultValue":400}]}, + "Playwrite HR Guides": {"x":182,"y":640,"w":274,"ch":12,"s":["400"]}, + "Playwrite HR Lijeva": {"x":456,"y":640,"w":264,"ch":12,"s":["100","200","300","400"],"a":[{"tag":"wght","min":100,"max":400,"defaultValue":400}]}, + "Playwrite HR Lijeva Guides": {"x":0,"y":672,"w":356,"ch":12,"s":["400"]}, + "Playwrite HU": {"x":356,"y":672,"w":164,"ch":12,"s":["100","200","300","400"],"a":[{"tag":"wght","min":100,"max":400,"defaultValue":400}]}, + "Playwrite HU Guides": {"x":520,"y":672,"w":250,"ch":12,"s":["400"]}, + "Playwrite ID": {"x":720,"y":640,"w":97,"ch":12,"s":["100","200","300","400"],"a":[{"tag":"wght","min":100,"max":400,"defaultValue":400}]}, + "Playwrite ID Guides": {"x":682,"y":512,"w":156,"ch":12,"s":["400"]}, + "Playwrite IE": {"x":0,"y":704,"w":147,"ch":12,"s":["100","200","300","400"],"a":[{"tag":"wght","min":100,"max":400,"defaultValue":400}]}, + "Playwrite IE Guides": {"x":147,"y":704,"w":228,"ch":12,"s":["400"]}, + "Playwrite IN": {"x":375,"y":704,"w":154,"ch":12,"s":["100","200","300","400"],"a":[{"tag":"wght","min":100,"max":400,"defaultValue":400}]}, + "Playwrite IN Guides": {"x":529,"y":704,"w":228,"ch":12,"s":["400"]}, + "Playwrite IS": {"x":0,"y":736,"w":148,"ch":12,"s":["100","200","300","400"],"a":[{"tag":"wght","min":100,"max":400,"defaultValue":400}]}, + "Playwrite IS Guides": {"x":148,"y":736,"w":241,"ch":12,"s":["400"]}, + "Playwrite IT Moderna": {"x":389,"y":736,"w":263,"ch":12,"s":["100","200","300","400"],"a":[{"tag":"wght","min":100,"max":400,"defaultValue":400}]}, + "Playwrite IT Moderna Guides": {"x":0,"y":768,"w":358,"ch":12,"s":["400"]}, + "Playwrite IT Trad": {"x":358,"y":768,"w":208,"ch":12,"s":["100","200","300","400"],"a":[{"tag":"wght","min":100,"max":400,"defaultValue":400}]}, + "Playwrite IT Trad Guides": {"x":0,"y":800,"w":292,"ch":12,"s":["400"]}, + "Playwrite MX": {"x":292,"y":800,"w":161,"ch":12,"s":["100","200","300","400"],"a":[{"tag":"wght","min":100,"max":400,"defaultValue":400}]}, + "Playwrite MX Guides": {"x":453,"y":800,"w":243,"ch":12,"s":["400"]}, + "Playwrite NG Modern": {"x":566,"y":768,"w":226,"ch":12,"s":["100","200","300","400"],"a":[{"tag":"wght","min":100,"max":400,"defaultValue":400}]}, + "Playwrite NG Modern Guides": {"x":0,"y":832,"w":307,"ch":12,"s":["400"]}, + "Playwrite NL": {"x":307,"y":832,"w":126,"ch":12,"s":["100","200","300","400"],"a":[{"tag":"wght","min":100,"max":400,"defaultValue":400}]}, + "Playwrite NL Guides": {"x":433,"y":832,"w":186,"ch":12,"s":["400"]}, + "Playwrite NO": {"x":619,"y":832,"w":160,"ch":12,"s":["100","200","300","400"],"a":[{"tag":"wght","min":100,"max":400,"defaultValue":400}]}, + "Playwrite NO Guides": {"x":0,"y":864,"w":243,"ch":12,"s":["400"]}, + "Playwrite NZ": {"x":243,"y":864,"w":140,"ch":12,"s":["100","200","300","400"],"a":[{"tag":"wght","min":100,"max":400,"defaultValue":400}]}, + "Playwrite NZ Guides": {"x":383,"y":864,"w":216,"ch":12,"s":["400"]}, + "Playwrite PE": {"x":0,"y":0,"w":148,"ch":13,"s":["100","200","300","400"],"a":[{"tag":"wght","min":100,"max":400,"defaultValue":400}]}, + "Playwrite PE Guides": {"x":148,"y":0,"w":231,"ch":13,"s":["400"]}, + "Playwrite PL": {"x":379,"y":0,"w":144,"ch":13,"s":["100","200","300","400"],"a":[{"tag":"wght","min":100,"max":400,"defaultValue":400}]}, + "Playwrite PL Guides": {"x":523,"y":0,"w":225,"ch":13,"s":["400"]}, + "Playwrite PT": {"x":0,"y":32,"w":137,"ch":13,"s":["100","200","300","400"],"a":[{"tag":"wght","min":100,"max":400,"defaultValue":400}]}, + "Playwrite PT Guides": {"x":137,"y":32,"w":211,"ch":13,"s":["400"]}, + "Playwrite RO": {"x":348,"y":32,"w":161,"ch":13,"s":["100","200","300","400"],"a":[{"tag":"wght","min":100,"max":400,"defaultValue":400}]}, + "Playwrite RO Guides": {"x":509,"y":32,"w":235,"ch":13,"s":["400"]}, + "Playwrite SK": {"x":0,"y":64,"w":162,"ch":13,"s":["100","200","300","400"],"a":[{"tag":"wght","min":100,"max":400,"defaultValue":400}]}, + "Playwrite SK Guides": {"x":162,"y":64,"w":240,"ch":13,"s":["400"]}, + "Playwrite TZ": {"x":402,"y":64,"w":147,"ch":13,"s":["100","200","300","400"],"a":[{"tag":"wght","min":100,"max":400,"defaultValue":400}]}, + "Playwrite TZ Guides": {"x":549,"y":64,"w":221,"ch":13,"s":["400"]}, + "Playwrite US Modern": {"x":0,"y":96,"w":244,"ch":13,"s":["100","200","300","400"],"a":[{"tag":"wght","min":100,"max":400,"defaultValue":400}]}, + "Playwrite US Modern Guides": {"x":244,"y":96,"w":330,"ch":13,"s":["400"]}, + "Playwrite US Trad": {"x":574,"y":96,"w":201,"ch":13,"s":["100","200","300","400"],"a":[{"tag":"wght","min":100,"max":400,"defaultValue":400}]}, + "Playwrite US Trad Guides": {"x":0,"y":128,"w":282,"ch":13,"s":["400"]}, + "Playwrite VN": {"x":282,"y":128,"w":129,"ch":13,"s":["100","200","300","400"],"a":[{"tag":"wght","min":100,"max":400,"defaultValue":400}]}, + "Playwrite VN Guides": {"x":411,"y":128,"w":192,"ch":13,"s":["400"]}, + "Playwrite ZA": {"x":603,"y":128,"w":144,"ch":13,"s":["100","200","300","400"],"a":[{"tag":"wght","min":100,"max":400,"defaultValue":400}]}, + "Playwrite ZA Guides": {"x":0,"y":160,"w":226,"ch":13,"s":["400"]}, + "Plus Jakarta Sans": {"x":226,"y":160,"w":305,"ch":13,"s":["200","300","400","500","600","700","800","200i","300i","400i","500i","600i","700i","800i"],"a":[{"tag":"wght","min":200,"max":800,"defaultValue":400}]}, + "Pochaevsk": {"x":531,"y":160,"w":183,"ch":13,"s":["400"]}, + "Podkova": {"x":0,"y":192,"w":164,"ch":13,"s":["400","500","600","700","800"],"a":[{"tag":"wght","min":400,"max":800,"defaultValue":400}]}, + "Poetsen One": {"x":164,"y":192,"w":238,"ch":13,"s":["400"]}, + "Poiret One": {"x":402,"y":192,"w":166,"ch":13,"s":["400"]}, + "Poller One": {"x":0,"y":224,"w":238,"ch":13,"s":["400"]}, + "Poltawski Nowy": {"x":238,"y":224,"w":232,"ch":13,"s":["400","500","600","700","400i","500i","600i","700i"],"a":[{"tag":"wght","min":400,"max":700,"defaultValue":400}]}, + "Poly": {"x":470,"y":224,"w":58,"ch":13,"s":["400","400i"]}, + "Pompiere": {"x":528,"y":224,"w":80,"ch":13,"s":["400"]}, + "Ponnala": {"x":608,"y":224,"w":148,"ch":13,"s":["400"]}, + "Ponomar": {"x":568,"y":192,"w":168,"ch":13,"s":["400"]}, + "Pontano Sans": {"x":0,"y":256,"w":235,"ch":13,"s":["300","400","500","600","700"],"a":[{"tag":"wght","min":300,"max":700,"defaultValue":400}]}, "Poor Story": {"x":0,"y":0,"w":0,"ch":0,"s":["400"],"noPreview":true}, - "Poppins": {"x":235,"y":864,"w":117,"ch":12,"s":["100","100i","200","200i","300","300i","400","400i","500","500i","600","600i","700","700i","800","800i","900","900i"]}, - "Port Lligat Sans": {"x":352,"y":864,"w":206,"ch":12,"s":["400"]}, - "Port Lligat Slab": {"x":0,"y":0,"w":200,"ch":13,"s":["400"]}, + "Poppins": {"x":235,"y":256,"w":117,"ch":13,"s":["100","100i","200","200i","300","300i","400","400i","500","500i","600","600i","700","700i","800","800i","900","900i"]}, + "Port Lligat Sans": {"x":352,"y":256,"w":206,"ch":13,"s":["400"]}, + "Port Lligat Slab": {"x":558,"y":256,"w":200,"ch":13,"s":["400"]}, "Potta One": {"x":0,"y":0,"w":0,"ch":0,"s":["400"],"noPreview":true}, - "Pragati Narrow": {"x":200,"y":0,"w":183,"ch":13,"s":["400","700"]}, - "Praise": {"x":383,"y":0,"w":102,"ch":13,"s":["400"]}, - "Prata": {"x":485,"y":0,"w":98,"ch":13,"s":["400"]}, - "Preahvihear": {"x":0,"y":32,"w":242,"ch":13,"s":["400"]}, - "Press Start 2P": {"x":242,"y":32,"w":486,"ch":13,"s":["400"]}, - "Pridi": {"x":583,"y":0,"w":94,"ch":13,"s":["200","300","400","500","600","700"]}, - "Princess Sofia": {"x":0,"y":64,"w":134,"ch":13,"s":["400"]}, - "Prociono": {"x":134,"y":64,"w":152,"ch":13,"s":["400"]}, - "Prompt": {"x":286,"y":64,"w":114,"ch":13,"s":["100","100i","200","200i","300","300i","400","400i","500","500i","600","600i","700","700i","800","800i","900","900i"]}, - "Prosto One": {"x":400,"y":64,"w":252,"ch":13,"s":["400"]}, - "Protest Guerrilla": {"x":0,"y":96,"w":277,"ch":13,"s":["400"]}, - "Protest Revolution": {"x":277,"y":96,"w":272,"ch":13,"s":["400"]}, - "Protest Riot": {"x":549,"y":96,"w":160,"ch":13,"s":["400"]}, - "Protest Strike": {"x":0,"y":128,"w":235,"ch":13,"s":["400"]}, - "Proza Libre": {"x":235,"y":128,"w":199,"ch":13,"s":["400","400i","500","500i","600","600i","700","700i","800","800i"]}, - "Public Sans": {"x":262,"y":192,"w":213,"ch":13,"s":["100","200","300","400","500","600","700","800","900","100i","200i","300i","400i","500i","600i","700i","800i","900i"]}, - "Puppies Play": {"x":475,"y":192,"w":123,"ch":13,"s":["400"]}, - "Puritan": {"x":598,"y":192,"w":116,"ch":13,"s":["400","400i","700","700i"]}, - "Purple Purse": {"x":0,"y":224,"w":200,"ch":13,"s":["400"]}, - "Qahiri": {"x":200,"y":224,"w":50,"ch":13,"s":["400"]}, - "Quando": {"x":250,"y":224,"w":117,"ch":13,"s":["400"]}, - "Quantico": {"x":367,"y":224,"w":131,"ch":13,"s":["400","400i","700","700i"]}, - "Quattrocento": {"x":498,"y":224,"w":224,"ch":13,"s":["400","700"]}, - "Quattrocento Sans": {"x":0,"y":256,"w":296,"ch":13,"s":["400","400i","700","700i"]}, - "Questrial": {"x":296,"y":256,"w":141,"ch":13,"s":["400"]}, - "Quicksand": {"x":437,"y":256,"w":160,"ch":13,"s":["300","400","500","600","700"]}, - "Quintessential": {"x":597,"y":256,"w":173,"ch":13,"s":["400"]}, - "Qwigley": {"x":722,"y":224,"w":65,"ch":13,"s":["400"]}, - "Qwitcher Grypen": {"x":616,"y":160,"w":157,"ch":13,"s":["400","700"]}, - "REM": {"x":415,"y":544,"w":92,"ch":13,"s":["100","200","300","400","500","600","700","800","900","100i","200i","300i","400i","500i","600i","700i","800i","900i"]}, - "Racing Sans One": {"x":0,"y":288,"w":281,"ch":13,"s":["400"]}, - "Radio Canada": {"x":281,"y":288,"w":251,"ch":13,"s":["300","400","500","600","700","300i","400i","500i","600i","700i"]}, - "Radio Canada Big": {"x":532,"y":288,"w":258,"ch":13,"s":["400","500","600","700","400i","500i","600i","700i"]}, - "Radley": {"x":652,"y":64,"w":106,"ch":13,"s":["400","400i"]}, - "Rajdhani": {"x":0,"y":320,"w":120,"ch":13,"s":["300","400","500","600","700"]}, - "Rakkas": {"x":120,"y":320,"w":122,"ch":13,"s":["400"]}, - "Raleway": {"x":242,"y":320,"w":122,"ch":13,"s":["100","200","300","400","500","600","700","800","900","100i","200i","300i","400i","500i","600i","700i","800i","900i"]}, - "Raleway Dots": {"x":364,"y":320,"w":195,"ch":13,"s":["400"]}, - "Ramabhadra": {"x":0,"y":352,"w":247,"ch":13,"s":["400"]}, - "Ramaraja": {"x":247,"y":352,"w":137,"ch":13,"s":["400"]}, - "Rambla": {"x":384,"y":352,"w":128,"ch":13,"s":["400","400i","700","700i"]}, - "Rammetto One": {"x":0,"y":384,"w":346,"ch":13,"s":["400"]}, + "Pragati Narrow": {"x":0,"y":288,"w":183,"ch":13,"s":["400","700"]}, + "Praise": {"x":183,"y":288,"w":102,"ch":13,"s":["400"]}, + "Prata": {"x":285,"y":288,"w":98,"ch":13,"s":["400"]}, + "Preahvihear": {"x":383,"y":288,"w":242,"ch":13,"s":["400"]}, + "Press Start 2P": {"x":0,"y":320,"w":486,"ch":13,"s":["400"]}, + "Pridi": {"x":486,"y":320,"w":94,"ch":13,"s":["200","300","400","500","600","700"]}, + "Princess Sofia": {"x":580,"y":320,"w":134,"ch":13,"s":["400"]}, + "Prociono": {"x":625,"y":288,"w":152,"ch":13,"s":["400"]}, + "Prompt": {"x":0,"y":352,"w":114,"ch":13,"s":["100","100i","200","200i","300","300i","400","400i","500","500i","600","600i","700","700i","800","800i","900","900i"]}, + "Prosto One": {"x":114,"y":352,"w":252,"ch":13,"s":["400"]}, + "Protest Guerrilla": {"x":366,"y":352,"w":277,"ch":13,"s":["400"]}, + "Protest Revolution": {"x":0,"y":384,"w":272,"ch":13,"s":["400"]}, + "Protest Riot": {"x":272,"y":384,"w":160,"ch":13,"s":["400"]}, + "Protest Strike": {"x":432,"y":384,"w":235,"ch":13,"s":["400"]}, + "Proza Libre": {"x":0,"y":416,"w":199,"ch":13,"s":["400","400i","500","500i","600","600i","700","700i","800","800i"]}, + "Public Sans": {"x":0,"y":480,"w":213,"ch":13,"s":["100","200","300","400","500","600","700","800","900","100i","200i","300i","400i","500i","600i","700i","800i","900i"],"a":[{"tag":"wght","min":100,"max":900,"defaultValue":400}]}, + "Puppies Play": {"x":213,"y":480,"w":123,"ch":13,"s":["400"]}, + "Puritan": {"x":336,"y":480,"w":116,"ch":13,"s":["400","400i","700","700i"]}, + "Purple Purse": {"x":452,"y":480,"w":200,"ch":13,"s":["400"]}, + "Qahiri": {"x":652,"y":480,"w":50,"ch":13,"s":["400"]}, + "Quando": {"x":622,"y":448,"w":117,"ch":13,"s":["400"]}, + "Quantico": {"x":643,"y":352,"w":131,"ch":13,"s":["400","400i","700","700i"]}, + "Quattrocento": {"x":0,"y":512,"w":224,"ch":13,"s":["400","700"]}, + "Quattrocento Sans": {"x":224,"y":512,"w":296,"ch":13,"s":["400","400i","700","700i"]}, + "Questrial": {"x":520,"y":512,"w":141,"ch":13,"s":["400"]}, + "Quicksand": {"x":0,"y":544,"w":160,"ch":13,"s":["300","400","500","600","700"],"a":[{"tag":"wght","min":300,"max":700,"defaultValue":400}]}, + "Quintessential": {"x":160,"y":544,"w":173,"ch":13,"s":["400"]}, + "Qwigley": {"x":333,"y":544,"w":65,"ch":13,"s":["400"]}, + "Qwitcher Grypen": {"x":398,"y":544,"w":157,"ch":13,"s":["400","700"]}, + "REM": {"x":415,"y":0,"w":92,"ch":14,"s":["100","200","300","400","500","600","700","800","900","100i","200i","300i","400i","500i","600i","700i","800i","900i"],"a":[{"tag":"wght","min":100,"max":900,"defaultValue":400}]}, + "Racing Sans One": {"x":0,"y":576,"w":281,"ch":13,"s":["400"]}, + "Radio Canada": {"x":281,"y":576,"w":251,"ch":13,"s":["300","400","500","600","700","300i","400i","500i","600i","700i"],"a":[{"tag":"wdth","min":75,"max":100,"defaultValue":100},{"tag":"wght","min":300,"max":700,"defaultValue":400}]}, + "Radio Canada Big": {"x":532,"y":576,"w":258,"ch":13,"s":["400","500","600","700","400i","500i","600i","700i"],"a":[{"tag":"wght","min":400,"max":700,"defaultValue":400}]}, + "Radley": {"x":555,"y":544,"w":106,"ch":13,"s":["400","400i"]}, + "Rajdhani": {"x":661,"y":544,"w":120,"ch":13,"s":["300","400","500","600","700"]}, + "Rakkas": {"x":661,"y":512,"w":122,"ch":13,"s":["400"]}, + "Raleway": {"x":667,"y":384,"w":122,"ch":13,"s":["100","200","300","400","500","600","700","800","900","100i","200i","300i","400i","500i","600i","700i","800i","900i"],"a":[{"tag":"wght","min":100,"max":900,"defaultValue":400}]}, + "Raleway Dots": {"x":0,"y":608,"w":195,"ch":13,"s":["400"]}, + "Ramabhadra": {"x":195,"y":608,"w":247,"ch":13,"s":["400"]}, + "Ramaraja": {"x":442,"y":608,"w":137,"ch":13,"s":["400"]}, + "Rambla": {"x":579,"y":608,"w":128,"ch":13,"s":["400","400i","700","700i"]}, + "Rammetto One": {"x":0,"y":640,"w":346,"ch":13,"s":["400"]}, "Rampart One": {"x":0,"y":0,"w":0,"ch":0,"s":["400"],"noPreview":true}, - "Ranchers": {"x":346,"y":384,"w":132,"ch":13,"s":["400"]}, - "Rancho": {"x":478,"y":384,"w":87,"ch":13,"s":["400"]}, - "Ranga": {"x":565,"y":384,"w":67,"ch":13,"s":["400","700"]}, - "Rasa": {"x":632,"y":384,"w":92,"ch":13,"s":["300","400","500","600","700","300i","400i","500i","600i","700i"]}, - "Rationale": {"x":512,"y":352,"w":142,"ch":13,"s":["400"]}, - "Ravi Prakash": {"x":559,"y":320,"w":218,"ch":13,"s":["400"]}, - "Readex Pro": {"x":0,"y":416,"w":218,"ch":13,"s":["200","300","400","500","600","700"]}, - "Recursive": {"x":218,"y":416,"w":182,"ch":13,"s":["300","400","500","600","700","800","900"]}, - "Red Hat Display": {"x":400,"y":416,"w":226,"ch":13,"s":["300","400","500","600","700","800","900","300i","400i","500i","600i","700i","800i","900i"]}, - "Red Hat Mono": {"x":0,"y":448,"w":286,"ch":13,"s":["300","400","500","600","700","300i","400i","500i","600i","700i"]}, - "Red Hat Text": {"x":286,"y":448,"w":229,"ch":13,"s":["300","400","500","600","700","300i","400i","500i","600i","700i"]}, - "Red Rose": {"x":515,"y":448,"w":191,"ch":13,"s":["300","400","500","600","700"]}, + "Ranchers": {"x":346,"y":640,"w":132,"ch":13,"s":["400"]}, + "Rancho": {"x":478,"y":640,"w":87,"ch":13,"s":["400"]}, + "Ranga": {"x":565,"y":640,"w":67,"ch":13,"s":["400","700"]}, + "Rasa": {"x":632,"y":640,"w":92,"ch":13,"s":["300","400","500","600","700","300i","400i","500i","600i","700i"],"a":[{"tag":"wght","min":300,"max":700,"defaultValue":400}]}, + "Rationale": {"x":0,"y":672,"w":142,"ch":13,"s":["400"]}, + "Ravi Prakash": {"x":142,"y":672,"w":218,"ch":13,"s":["400"]}, + "Readex Pro": {"x":360,"y":672,"w":218,"ch":13,"s":["200","300","400","500","600","700"],"a":[{"tag":"wght","min":160,"max":700,"defaultValue":400},{"tag":"HEXP","min":0,"max":100,"defaultValue":0}]}, + "Recursive": {"x":578,"y":672,"w":182,"ch":13,"s":["300","400","500","600","700","800","900"],"a":[{"tag":"wght","min":300,"max":1000,"defaultValue":400},{"tag":"slnt","min":-15,"max":0,"defaultValue":0},{"tag":"CASL","min":0,"max":1,"defaultValue":0},{"tag":"CRSV","min":0,"max":1,"defaultValue":0.5},{"tag":"MONO","min":0,"max":1,"defaultValue":0}]}, + "Red Hat Display": {"x":0,"y":704,"w":226,"ch":13,"s":["300","400","500","600","700","800","900","300i","400i","500i","600i","700i","800i","900i"],"a":[{"tag":"wght","min":300,"max":900,"defaultValue":400}]}, + "Red Hat Mono": {"x":226,"y":704,"w":286,"ch":13,"s":["300","400","500","600","700","300i","400i","500i","600i","700i"],"a":[{"tag":"wght","min":300,"max":700,"defaultValue":400}]}, + "Red Hat Text": {"x":512,"y":704,"w":229,"ch":13,"s":["300","400","500","600","700","300i","400i","500i","600i","700i"],"a":[{"tag":"wght","min":300,"max":700,"defaultValue":400}]}, + "Red Rose": {"x":0,"y":736,"w":191,"ch":13,"s":["300","400","500","600","700"],"a":[{"tag":"wght","min":300,"max":700,"defaultValue":400}]}, "Redacted": {"x":0,"y":0,"w":0,"ch":0,"s":["400"],"noPreview":true}, "Redacted Script": {"x":0,"y":0,"w":0,"ch":0,"s":["300","400","700"],"noPreview":true}, - "Reddit Mono": {"x":0,"y":480,"w":241,"ch":13,"s":["200","300","400","500","600","700","800","900"]}, - "Reddit Sans": {"x":241,"y":480,"w":203,"ch":13,"s":["200","300","400","500","600","700","800","900","200i","300i","400i","500i","600i","700i","800i","900i"]}, - "Reddit Sans Condensed": {"x":0,"y":512,"w":365,"ch":13,"s":["200","300","400","500","600","700","800","900"]}, - "Redressed": {"x":365,"y":512,"w":151,"ch":13,"s":["400"]}, - "Reem Kufi": {"x":516,"y":512,"w":168,"ch":13,"s":["400","500","600","700"]}, - "Reem Kufi Fun": {"x":444,"y":480,"w":236,"ch":13,"s":["400","500","600","700"]}, - "Reem Kufi Ink": {"x":0,"y":544,"w":226,"ch":13,"s":["400"]}, - "Reenie Beanie": {"x":226,"y":544,"w":189,"ch":13,"s":["400"]}, + "Reddit Mono": {"x":191,"y":736,"w":241,"ch":13,"s":["200","300","400","500","600","700","800","900"],"a":[{"tag":"wght","min":200,"max":900,"defaultValue":400}]}, + "Reddit Sans": {"x":432,"y":736,"w":203,"ch":13,"s":["200","300","400","500","600","700","800","900","200i","300i","400i","500i","600i","700i","800i","900i"],"a":[{"tag":"wght","min":200,"max":900,"defaultValue":400}]}, + "Reddit Sans Condensed": {"x":0,"y":768,"w":365,"ch":13,"s":["200","300","400","500","600","700","800","900"],"a":[{"tag":"wght","min":200,"max":900,"defaultValue":400}]}, + "Redressed": {"x":365,"y":768,"w":151,"ch":13,"s":["400"]}, + "Reem Kufi": {"x":516,"y":768,"w":168,"ch":13,"s":["400","500","600","700"],"a":[{"tag":"wght","min":400,"max":700,"defaultValue":400}]}, + "Reem Kufi Fun": {"x":0,"y":800,"w":236,"ch":13,"s":["400","500","600","700"],"a":[{"tag":"wght","min":400,"max":700,"defaultValue":400}]}, + "Reem Kufi Ink": {"x":0,"y":0,"w":226,"ch":14,"s":["400"]}, + "Reenie Beanie": {"x":226,"y":0,"w":189,"ch":14,"s":["400"]}, "Reggae One": {"x":0,"y":0,"w":0,"ch":0,"s":["400"],"noPreview":true}, - "Rethink Sans": {"x":507,"y":544,"w":237,"ch":13,"s":["400","500","600","700","800","400i","500i","600i","700i","800i"]}, - "Revalia": {"x":0,"y":576,"w":180,"ch":13,"s":["400"]}, - "Rhodium Libre": {"x":180,"y":576,"w":300,"ch":13,"s":["400"]}, - "Ribeye": {"x":480,"y":576,"w":106,"ch":13,"s":["400"]}, - "Ribeye Marrow": {"x":0,"y":608,"w":243,"ch":13,"s":["400"]}, - "Righteous": {"x":243,"y":608,"w":147,"ch":13,"s":["400"]}, - "Risque": {"x":390,"y":608,"w":102,"ch":13,"s":["400"]}, - "Road Rage": {"x":492,"y":608,"w":108,"ch":13,"s":["400"]}, - "Roboto": {"x":600,"y":608,"w":125,"ch":13,"s":["100","200","300","400","500","600","700","800","900","100i","200i","300i","400i","500i","600i","700i","800i","900i"]}, - "Roboto Condensed": {"x":0,"y":640,"w":295,"ch":13,"s":["100","200","300","400","500","600","700","800","900","100i","200i","300i","400i","500i","600i","700i","800i","900i"]}, - "Roboto Flex": {"x":295,"y":640,"w":204,"ch":13,"s":["400"]}, - "Roboto Mono": {"x":499,"y":640,"w":260,"ch":13,"s":["100","200","300","400","500","600","700","100i","200i","300i","400i","500i","600i","700i"]}, - "Roboto Serif": {"x":0,"y":672,"w":244,"ch":13,"s":["100","200","300","400","500","600","700","800","900","100i","200i","300i","400i","500i","600i","700i","800i","900i"]}, - "Roboto Slab": {"x":244,"y":672,"w":213,"ch":13,"s":["100","200","300","400","500","600","700","800","900"]}, - "Rochester": {"x":457,"y":672,"w":104,"ch":13,"s":["400"]}, + "Rethink Sans": {"x":507,"y":0,"w":237,"ch":14,"s":["400","500","600","700","800","400i","500i","600i","700i","800i"],"a":[{"tag":"wght","min":400,"max":800,"defaultValue":400}]}, + "Revalia": {"x":0,"y":32,"w":180,"ch":14,"s":["400"]}, + "Rhodium Libre": {"x":180,"y":32,"w":300,"ch":14,"s":["400"]}, + "Ribeye": {"x":480,"y":32,"w":106,"ch":14,"s":["400"]}, + "Ribeye Marrow": {"x":0,"y":64,"w":243,"ch":14,"s":["400"]}, + "Righteous": {"x":243,"y":64,"w":147,"ch":14,"s":["400"]}, + "Risque": {"x":390,"y":64,"w":102,"ch":14,"s":["400"]}, + "Road Rage": {"x":492,"y":64,"w":108,"ch":14,"s":["400"]}, + "Roboto": {"x":600,"y":64,"w":125,"ch":14,"s":["100","200","300","400","500","600","700","800","900","100i","200i","300i","400i","500i","600i","700i","800i","900i"],"a":[{"tag":"wdth","min":75,"max":100,"defaultValue":100},{"tag":"wght","min":100,"max":900,"defaultValue":400}]}, + "Roboto Condensed": {"x":0,"y":96,"w":295,"ch":14,"s":["100","200","300","400","500","600","700","800","900","100i","200i","300i","400i","500i","600i","700i","800i","900i"],"a":[{"tag":"wght","min":100,"max":900,"defaultValue":400}]}, + "Roboto Flex": {"x":295,"y":96,"w":204,"ch":14,"s":["400"],"a":[{"tag":"wdth","min":25,"max":151,"defaultValue":100},{"tag":"wght","min":100,"max":1000,"defaultValue":400},{"tag":"slnt","min":-10,"max":0,"defaultValue":0},{"tag":"opsz","min":8,"max":144,"defaultValue":14},{"tag":"GRAD","min":-200,"max":150,"defaultValue":0},{"tag":"XOPQ","min":27,"max":175,"defaultValue":96},{"tag":"XTRA","min":323,"max":603,"defaultValue":468},{"tag":"YOPQ","min":25,"max":135,"defaultValue":79},{"tag":"YTAS","min":649,"max":854,"defaultValue":750},{"tag":"YTDE","min":-305,"max":-98,"defaultValue":-203},{"tag":"YTFI","min":560,"max":788,"defaultValue":738},{"tag":"YTLC","min":416,"max":570,"defaultValue":514},{"tag":"YTUC","min":528,"max":760,"defaultValue":712}]}, + "Roboto Mono": {"x":499,"y":96,"w":260,"ch":14,"s":["100","200","300","400","500","600","700","100i","200i","300i","400i","500i","600i","700i"],"a":[{"tag":"wght","min":100,"max":700,"defaultValue":400}]}, + "Roboto Serif": {"x":0,"y":128,"w":244,"ch":14,"s":["100","200","300","400","500","600","700","800","900","100i","200i","300i","400i","500i","600i","700i","800i","900i"],"a":[{"tag":"wdth","min":50,"max":150,"defaultValue":100},{"tag":"wght","min":100,"max":900,"defaultValue":400},{"tag":"opsz","min":8,"max":144,"defaultValue":14},{"tag":"GRAD","min":-50,"max":100,"defaultValue":0}]}, + "Roboto Slab": {"x":244,"y":128,"w":213,"ch":14,"s":["100","200","300","400","500","600","700","800","900"],"a":[{"tag":"wght","min":100,"max":900,"defaultValue":400}]}, + "Rochester": {"x":457,"y":128,"w":104,"ch":14,"s":["400"]}, "Rock 3D": {"x":0,"y":0,"w":0,"ch":0,"s":["400"],"noPreview":true}, - "Rock Salt": {"x":561,"y":672,"w":157,"ch":13,"s":["400"]}, + "Rock Salt": {"x":561,"y":128,"w":157,"ch":14,"s":["400"]}, "RocknRoll One": {"x":0,"y":0,"w":0,"ch":0,"s":["400"],"noPreview":true}, - "Rokkitt": {"x":586,"y":576,"w":148,"ch":13,"s":["100","200","300","400","500","600","700","800","900","100i","200i","300i","400i","500i","600i","700i","800i","900i"]}, - "Romanesco": {"x":684,"y":512,"w":109,"ch":13,"s":["400"]}, - "Ropa Sans": {"x":626,"y":416,"w":136,"ch":13,"s":["400","400i"]}, - "Rosario": {"x":654,"y":352,"w":125,"ch":13,"s":["300","400","500","600","700","300i","400i","500i","600i","700i"]}, - "Rosarivo": {"x":0,"y":704,"w":157,"ch":13,"s":["400","400i"]}, - "Rouge Script": {"x":157,"y":704,"w":126,"ch":13,"s":["400"]}, - "Rowdies": {"x":283,"y":704,"w":161,"ch":13,"s":["300","400","700"]}, - "Rozha One": {"x":444,"y":704,"w":214,"ch":13,"s":["400"]}, - "Rubik": {"x":658,"y":704,"w":106,"ch":13,"s":["300","400","500","600","700","800","900","300i","400i","500i","600i","700i","800i","900i"]}, - "Rubik 80s Fade": {"x":0,"y":736,"w":319,"ch":13,"s":["400"]}, - "Rubik Beastly": {"x":319,"y":736,"w":208,"ch":13,"s":["400"]}, - "Rubik Broken Fax": {"x":0,"y":768,"w":359,"ch":13,"s":["400"]}, - "Rubik Bubbles": {"x":359,"y":768,"w":287,"ch":13,"s":["400"]}, - "Rubik Burned": {"x":527,"y":736,"w":257,"ch":13,"s":["400"]}, - "Rubik Dirt": {"x":0,"y":800,"w":208,"ch":13,"s":["400"]}, - "Rubik Distressed": {"x":0,"y":0,"w":346,"ch":14,"s":["400"]}, - "Rubik Doodle Shadow": {"x":346,"y":0,"w":421,"ch":14,"s":["400"]}, - "Rubik Doodle Triangles": {"x":0,"y":32,"w":365,"ch":14,"s":["400"]}, - "Rubik Gemstones": {"x":365,"y":32,"w":347,"ch":14,"s":["400"]}, - "Rubik Glitch": {"x":0,"y":64,"w":263,"ch":14,"s":["400"]}, - "Rubik Glitch Pop": {"x":263,"y":64,"w":280,"ch":14,"s":["400"]}, - "Rubik Iso": {"x":543,"y":64,"w":178,"ch":14,"s":["400"]}, - "Rubik Lines": {"x":0,"y":96,"w":250,"ch":14,"s":["400"]}, - "Rubik Maps": {"x":250,"y":96,"w":191,"ch":14,"s":["400"]}, - "Rubik Marker Hatch": {"x":0,"y":128,"w":407,"ch":14,"s":["400"]}, - "Rubik Maze": {"x":407,"y":128,"w":237,"ch":14,"s":["400"]}, - "Rubik Microbe": {"x":441,"y":96,"w":300,"ch":14,"s":["400"]}, - "Rubik Mono One": {"x":0,"y":160,"w":489,"ch":14,"s":["400"]}, - "Rubik Moonrocks": {"x":0,"y":192,"w":359,"ch":14,"s":["400"]}, - "Rubik Pixels": {"x":359,"y":192,"w":263,"ch":14,"s":["400"]}, - "Rubik Puddles": {"x":489,"y":160,"w":233,"ch":14,"s":["400"]}, - "Rubik Scribble": {"x":0,"y":224,"w":293,"ch":14,"s":["400"]}, - "Rubik Spray Paint": {"x":293,"y":224,"w":285,"ch":14,"s":["400"]}, - "Rubik Storm": {"x":0,"y":256,"w":251,"ch":14,"s":["400"]}, - "Rubik Vinyl": {"x":251,"y":256,"w":171,"ch":14,"s":["400"]}, - "Rubik Wet Paint": {"x":422,"y":256,"w":244,"ch":14,"s":["400"]}, - "Ruda": {"x":666,"y":256,"w":87,"ch":14,"s":["400","500","600","700","800","900"]}, - "Rufina": {"x":578,"y":224,"w":117,"ch":14,"s":["400","700"]}, - "Ruge Boogie": {"x":695,"y":224,"w":105,"ch":14,"s":["400"]}, - "Ruluko": {"x":622,"y":192,"w":110,"ch":14,"s":["400"]}, - "Rum Raisin": {"x":644,"y":128,"w":146,"ch":14,"s":["400"]}, - "Ruslan Display": {"x":0,"y":288,"w":277,"ch":14,"s":["400"]}, - "Russo One": {"x":277,"y":288,"w":222,"ch":14,"s":["400"]}, - "Ruthie": {"x":499,"y":288,"w":82,"ch":14,"s":["400"]}, - "Ruwudu": {"x":581,"y":288,"w":143,"ch":14,"s":["400","500","600","700"]}, - "Rye": {"x":724,"y":288,"w":60,"ch":14,"s":["400"]}, - "STIX Two Text": {"x":433,"y":448,"w":265,"ch":15,"s":["400","500","600","700","400i","500i","600i","700i"]}, - "SUSE": {"x":693,"y":512,"w":94,"ch":15,"s":["100","200","300","400","500","600","700","800"]}, - "Sacramento": {"x":0,"y":320,"w":159,"ch":14,"s":["400"]}, - "Sahitya": {"x":159,"y":320,"w":94,"ch":14,"s":["400","700"]}, - "Sail": {"x":253,"y":320,"w":59,"ch":14,"s":["400"]}, - "Saira": {"x":312,"y":320,"w":91,"ch":14,"s":["100","200","300","400","500","600","700","800","900","100i","200i","300i","400i","500i","600i","700i","800i","900i"]}, - "Saira Condensed": {"x":403,"y":320,"w":231,"ch":14,"s":["100","200","300","400","500","600","700","800","900"]}, - "Saira Extra Condensed": {"x":0,"y":352,"w":263,"ch":14,"s":["100","200","300","400","500","600","700","800","900"]}, - "Saira Semi Condensed": {"x":263,"y":352,"w":360,"ch":14,"s":["100","200","300","400","500","600","700","800","900"]}, - "Saira Stencil One": {"x":0,"y":384,"w":320,"ch":14,"s":["400"]}, - "Salsa": {"x":320,"y":384,"w":93,"ch":14,"s":["400"]}, - "Sanchez": {"x":413,"y":384,"w":163,"ch":14,"s":["400","400i"]}, - "Sancreek": {"x":576,"y":384,"w":150,"ch":14,"s":["400"]}, - "Sankofa Display": {"x":0,"y":416,"w":215,"ch":14,"s":["400"]}, - "Sansation": {"x":215,"y":416,"w":190,"ch":14,"s":["300","300i","400","400i","700","700i"]}, - "Sansita": {"x":405,"y":416,"w":120,"ch":14,"s":["400","400i","700","700i","800","800i","900","900i"]}, - "Sansita Swashed": {"x":525,"y":416,"w":271,"ch":14,"s":["300","400","500","600","700","800","900"]}, - "Sarabun": {"x":623,"y":352,"w":140,"ch":14,"s":["100","100i","200","200i","300","300i","400","400i","500","500i","600","600i","700","700i","800","800i"]}, - "Sarala": {"x":634,"y":320,"w":107,"ch":14,"s":["400","700"]}, - "Sarina": {"x":0,"y":448,"w":179,"ch":14,"s":["400"]}, - "Sarpanch": {"x":179,"y":448,"w":172,"ch":14,"s":["400","500","600","700","800","900"]}, - "Sassy Frass": {"x":351,"y":448,"w":115,"ch":14,"s":["400"]}, - "Satisfy": {"x":466,"y":448,"w":66,"ch":14,"s":["400"]}, - "Savate": {"x":532,"y":448,"w":120,"ch":14,"s":["200","300","400","500","600","700","800","900","200i","300i","400i","500i","600i","700i","800i","900i"]}, + "Rokkitt": {"x":586,"y":32,"w":148,"ch":14,"s":["100","200","300","400","500","600","700","800","900","100i","200i","300i","400i","500i","600i","700i","800i","900i"],"a":[{"tag":"wght","min":100,"max":900,"defaultValue":400}]}, + "Romanesco": {"x":0,"y":160,"w":109,"ch":14,"s":["400"]}, + "Ropa Sans": {"x":109,"y":160,"w":136,"ch":14,"s":["400","400i"]}, + "Rosario": {"x":245,"y":160,"w":125,"ch":14,"s":["300","400","500","600","700","300i","400i","500i","600i","700i"],"a":[{"tag":"wght","min":300,"max":700,"defaultValue":400}]}, + "Rosarivo": {"x":370,"y":160,"w":157,"ch":14,"s":["400","400i"]}, + "Rouge Script": {"x":527,"y":160,"w":126,"ch":14,"s":["400"]}, + "Rowdies": {"x":653,"y":160,"w":161,"ch":14,"s":["300","400","700"]}, + "Rozha One": {"x":0,"y":192,"w":214,"ch":14,"s":["400"]}, + "Rubik": {"x":214,"y":192,"w":106,"ch":14,"s":["300","400","500","600","700","800","900","300i","400i","500i","600i","700i","800i","900i"],"a":[{"tag":"wght","min":300,"max":900,"defaultValue":400}]}, + "Rubik 80s Fade": {"x":320,"y":192,"w":319,"ch":14,"s":["400"]}, + "Rubik Beastly": {"x":0,"y":224,"w":208,"ch":14,"s":["400"]}, + "Rubik Broken Fax": {"x":208,"y":224,"w":359,"ch":14,"s":["400"]}, + "Rubik Bubbles": {"x":0,"y":256,"w":287,"ch":14,"s":["400"]}, + "Rubik Burned": {"x":287,"y":256,"w":257,"ch":14,"s":["400"]}, + "Rubik Dirt": {"x":544,"y":256,"w":208,"ch":14,"s":["400"]}, + "Rubik Distressed": {"x":0,"y":288,"w":346,"ch":14,"s":["400"]}, + "Rubik Doodle Shadow": {"x":346,"y":288,"w":421,"ch":14,"s":["400"]}, + "Rubik Doodle Triangles": {"x":0,"y":320,"w":365,"ch":14,"s":["400"]}, + "Rubik Gemstones": {"x":365,"y":320,"w":347,"ch":14,"s":["400"]}, + "Rubik Glitch": {"x":0,"y":352,"w":263,"ch":14,"s":["400"]}, + "Rubik Glitch Pop": {"x":263,"y":352,"w":280,"ch":14,"s":["400"]}, + "Rubik Iso": {"x":543,"y":352,"w":178,"ch":14,"s":["400"]}, + "Rubik Lines": {"x":567,"y":224,"w":250,"ch":14,"s":["400"]}, + "Rubik Maps": {"x":0,"y":384,"w":191,"ch":14,"s":["400"]}, + "Rubik Marker Hatch": {"x":191,"y":384,"w":407,"ch":14,"s":["400"]}, + "Rubik Maze": {"x":0,"y":416,"w":237,"ch":14,"s":["400"]}, + "Rubik Microbe": {"x":237,"y":416,"w":300,"ch":14,"s":["400"]}, + "Rubik Mono One": {"x":0,"y":448,"w":489,"ch":14,"s":["400"]}, + "Rubik Moonrocks": {"x":0,"y":480,"w":359,"ch":14,"s":["400"]}, + "Rubik Pixels": {"x":359,"y":480,"w":263,"ch":14,"s":["400"]}, + "Rubik Puddles": {"x":489,"y":448,"w":233,"ch":14,"s":["400"]}, + "Rubik Scribble": {"x":0,"y":512,"w":293,"ch":14,"s":["400"]}, + "Rubik Spray Paint": {"x":293,"y":512,"w":285,"ch":14,"s":["400"]}, + "Rubik Storm": {"x":537,"y":416,"w":251,"ch":14,"s":["400"]}, + "Rubik Vinyl": {"x":578,"y":512,"w":171,"ch":14,"s":["400"]}, + "Rubik Wet Paint": {"x":0,"y":544,"w":244,"ch":14,"s":["400"]}, + "Ruda": {"x":244,"y":544,"w":87,"ch":14,"s":["400","500","600","700","800","900"],"a":[{"tag":"wght","min":400,"max":900,"defaultValue":400}]}, + "Rufina": {"x":331,"y":544,"w":117,"ch":14,"s":["400","700"]}, + "Ruge Boogie": {"x":448,"y":544,"w":105,"ch":14,"s":["400"]}, + "Ruluko": {"x":553,"y":544,"w":110,"ch":14,"s":["400"]}, + "Rum Raisin": {"x":663,"y":544,"w":146,"ch":14,"s":["400"]}, + "Ruslan Display": {"x":0,"y":576,"w":277,"ch":14,"s":["400"]}, + "Russo One": {"x":277,"y":576,"w":222,"ch":14,"s":["400"]}, + "Ruthie": {"x":499,"y":576,"w":82,"ch":14,"s":["400"]}, + "Ruwudu": {"x":581,"y":576,"w":143,"ch":14,"s":["400","500","600","700"]}, + "Rye": {"x":724,"y":576,"w":60,"ch":14,"s":["400"]}, + "STIX Two Text": {"x":433,"y":736,"w":265,"ch":15,"s":["400","500","600","700","400i","500i","600i","700i"],"a":[{"tag":"wght","min":400,"max":700,"defaultValue":400}]}, + "SUSE": {"x":0,"y":0,"w":94,"ch":16,"s":["100","200","300","400","500","600","700","800","900","100i","200i","300i","400i","500i","600i","700i","800i","900i"],"a":[{"tag":"wght","min":100,"max":900,"defaultValue":400}]}, + "SUSE Mono": {"x":94,"y":0,"w":218,"ch":16,"s":["100","200","300","400","500","600","700","800","100i","200i","300i","400i","500i","600i","700i","800i"],"a":[{"tag":"wght","min":100,"max":800,"defaultValue":400}]}, + "Sacramento": {"x":622,"y":480,"w":159,"ch":14,"s":["400"]}, + "Sahitya": {"x":722,"y":448,"w":94,"ch":14,"s":["400","700"]}, + "Sail": {"x":749,"y":512,"w":59,"ch":14,"s":["400"]}, + "Saira": {"x":598,"y":384,"w":91,"ch":14,"s":["100","200","300","400","500","600","700","800","900","100i","200i","300i","400i","500i","600i","700i","800i","900i"],"a":[{"tag":"wdth","min":50,"max":125,"defaultValue":100},{"tag":"wght","min":100,"max":900,"defaultValue":400}]}, + "Saira Condensed": {"x":0,"y":608,"w":231,"ch":14,"s":["100","200","300","400","500","600","700","800","900"]}, + "Saira Extra Condensed": {"x":231,"y":608,"w":263,"ch":14,"s":["100","200","300","400","500","600","700","800","900"]}, + "Saira Semi Condensed": {"x":0,"y":640,"w":360,"ch":14,"s":["100","200","300","400","500","600","700","800","900"]}, + "Saira Stencil One": {"x":360,"y":640,"w":320,"ch":14,"s":["400"]}, + "Salsa": {"x":680,"y":640,"w":93,"ch":14,"s":["400"]}, + "Sanchez": {"x":494,"y":608,"w":163,"ch":14,"s":["400","400i"]}, + "Sancreek": {"x":657,"y":608,"w":150,"ch":14,"s":["400"]}, + "Sankofa Display": {"x":0,"y":672,"w":215,"ch":14,"s":["400"]}, + "Sansation": {"x":215,"y":672,"w":190,"ch":14,"s":["300","300i","400","400i","700","700i"]}, + "Sansita": {"x":405,"y":672,"w":120,"ch":14,"s":["400","400i","700","700i","800","800i","900","900i"]}, + "Sansita Swashed": {"x":525,"y":672,"w":271,"ch":14,"s":["300","400","500","600","700","800","900"],"a":[{"tag":"wght","min":300,"max":900,"defaultValue":400}]}, + "Sarabun": {"x":639,"y":192,"w":140,"ch":14,"s":["100","100i","200","200i","300","300i","400","400i","500","500i","600","600i","700","700i","800","800i"]}, + "Sarala": {"x":689,"y":384,"w":107,"ch":14,"s":["400","700"]}, + "Sarina": {"x":0,"y":704,"w":179,"ch":14,"s":["400"]}, + "Sarpanch": {"x":179,"y":704,"w":172,"ch":14,"s":["400","500","600","700","800","900"]}, + "Sassy Frass": {"x":351,"y":704,"w":115,"ch":14,"s":["400"]}, + "Satisfy": {"x":466,"y":704,"w":66,"ch":14,"s":["400"]}, + "Savate": {"x":532,"y":704,"w":120,"ch":14,"s":["200","300","400","500","600","700","800","900","200i","300i","400i","500i","600i","700i","800i","900i"],"a":[{"tag":"wght","min":200,"max":900,"defaultValue":400}]}, "Sawarabi Gothic": {"x":0,"y":0,"w":0,"ch":0,"s":["400"],"noPreview":true}, "Sawarabi Mincho": {"x":0,"y":0,"w":0,"ch":0,"s":["400"],"noPreview":true}, - "Scada": {"x":652,"y":448,"w":102,"ch":14,"s":["400","400i","700","700i"]}, - "Scheherazade New": {"x":0,"y":480,"w":318,"ch":14,"s":["400","500","600","700"]}, - "Schibsted Grotesk": {"x":318,"y":480,"w":330,"ch":14,"s":["400","500","600","700","800","900","400i","500i","600i","700i","800i","900i"]}, - "Schoolbell": {"x":648,"y":480,"w":139,"ch":14,"s":["400"]}, - "Scope One": {"x":0,"y":512,"w":167,"ch":14,"s":["400"]}, - "Seaweed Script": {"x":167,"y":512,"w":161,"ch":14,"s":["400"]}, - "Secular One": {"x":328,"y":512,"w":224,"ch":14,"s":["400"]}, - "Sedan": {"x":552,"y":512,"w":104,"ch":14,"s":["400","400i"]}, - "Sedan SC": {"x":0,"y":544,"w":176,"ch":14,"s":["400"]}, - "Sedgwick Ave": {"x":176,"y":544,"w":132,"ch":14,"s":["400"]}, - "Sedgwick Ave Display": {"x":308,"y":544,"w":194,"ch":14,"s":["400"]}, - "Sen": {"x":502,"y":544,"w":69,"ch":14,"s":["400","500","600","700","800"]}, - "Send Flowers": {"x":571,"y":544,"w":196,"ch":14,"s":["400"]}, - "Sevillana": {"x":656,"y":512,"w":130,"ch":14,"s":["400"]}, - "Seymour One": {"x":0,"y":576,"w":281,"ch":14,"s":["400"]}, - "Shadows Into Light": {"x":281,"y":576,"w":163,"ch":14,"s":["400"]}, - "Shadows Into Light Two": {"x":444,"y":576,"w":248,"ch":14,"s":["400"]}, - "Shafarik": {"x":0,"y":608,"w":139,"ch":14,"s":["400"]}, - "Shalimar": {"x":139,"y":608,"w":96,"ch":14,"s":["400"]}, - "Shantell Sans": {"x":235,"y":608,"w":253,"ch":14,"s":["300","400","500","600","700","800","300i","400i","500i","600i","700i","800i"]}, - "Shanti": {"x":488,"y":608,"w":112,"ch":14,"s":["400"]}, - "Share": {"x":600,"y":608,"w":90,"ch":14,"s":["400","400i","700","700i"]}, - "Share Tech": {"x":0,"y":640,"w":175,"ch":14,"s":["400"]}, - "Share Tech Mono": {"x":175,"y":640,"w":340,"ch":14,"s":["400"]}, + "Scada": {"x":652,"y":704,"w":102,"ch":14,"s":["400","400i","700","700i"]}, + "Scheherazade New": {"x":0,"y":736,"w":318,"ch":14,"s":["400","500","600","700"]}, + "Schibsted Grotesk": {"x":318,"y":736,"w":330,"ch":14,"s":["400","500","600","700","800","900","400i","500i","600i","700i","800i","900i"],"a":[{"tag":"wght","min":400,"max":900,"defaultValue":400}]}, + "Schoolbell": {"x":648,"y":736,"w":139,"ch":14,"s":["400"]}, + "Scope One": {"x":0,"y":768,"w":167,"ch":14,"s":["400"]}, + "Seaweed Script": {"x":167,"y":768,"w":161,"ch":14,"s":["400"]}, + "Secular One": {"x":328,"y":768,"w":224,"ch":14,"s":["400"]}, + "Sedan": {"x":552,"y":768,"w":104,"ch":14,"s":["400","400i"]}, + "Sedan SC": {"x":0,"y":800,"w":176,"ch":14,"s":["400"]}, + "Sedgwick Ave": {"x":176,"y":800,"w":132,"ch":14,"s":["400"]}, + "Sedgwick Ave Display": {"x":308,"y":800,"w":194,"ch":14,"s":["400"]}, + "Sen": {"x":502,"y":800,"w":69,"ch":14,"s":["400","500","600","700","800"],"a":[{"tag":"wght","min":400,"max":800,"defaultValue":400}]}, + "Send Flowers": {"x":571,"y":800,"w":196,"ch":14,"s":["400"]}, + "Sevillana": {"x":0,"y":0,"w":130,"ch":15,"s":["400"]}, + "Seymour One": {"x":130,"y":0,"w":281,"ch":15,"s":["400"]}, + "Shadows Into Light": {"x":411,"y":0,"w":163,"ch":15,"s":["400"]}, + "Shadows Into Light Two": {"x":574,"y":0,"w":248,"ch":15,"s":["400"]}, + "Shafarik": {"x":0,"y":32,"w":139,"ch":15,"s":["400"]}, + "Shalimar": {"x":139,"y":32,"w":96,"ch":15,"s":["400"]}, + "Shantell Sans": {"x":235,"y":32,"w":253,"ch":15,"s":["300","400","500","600","700","800","300i","400i","500i","600i","700i","800i"],"a":[{"tag":"wght","min":300,"max":800,"defaultValue":400},{"tag":"BNCE","min":-100,"max":100,"defaultValue":0},{"tag":"INFM","min":0,"max":100,"defaultValue":0},{"tag":"SPAC","min":0,"max":100,"defaultValue":0}]}, + "Shanti": {"x":488,"y":32,"w":112,"ch":15,"s":["400"]}, + "Share": {"x":600,"y":32,"w":90,"ch":15,"s":["400","400i","700","700i"]}, + "Share Tech": {"x":0,"y":64,"w":175,"ch":15,"s":["400"]}, + "Share Tech Mono": {"x":175,"y":64,"w":340,"ch":15,"s":["400"]}, "Shippori Antique": {"x":0,"y":0,"w":0,"ch":0,"s":["400"],"noPreview":true}, "Shippori Antique B1": {"x":0,"y":0,"w":0,"ch":0,"s":["400"],"noPreview":true}, "Shippori Mincho": {"x":0,"y":0,"w":0,"ch":0,"s":["400","500","600","700","800"],"noPreview":true}, "Shippori Mincho B1": {"x":0,"y":0,"w":0,"ch":0,"s":["400","500","600","700","800"],"noPreview":true}, "Shizuru": {"x":0,"y":0,"w":0,"ch":0,"s":["400"],"noPreview":true}, - "Shojumaru": {"x":515,"y":640,"w":270,"ch":14,"s":["400"]}, - "Short Stack": {"x":0,"y":672,"w":249,"ch":14,"s":["400"]}, - "Shrikhand": {"x":249,"y":672,"w":235,"ch":14,"s":["400"]}, - "Siemreap": {"x":484,"y":672,"w":137,"ch":14,"s":["400"]}, - "Sigmar": {"x":621,"y":672,"w":103,"ch":14,"s":["400"]}, - "Sigmar One": {"x":0,"y":704,"w":281,"ch":14,"s":["400"]}, - "Signika": {"x":281,"y":704,"w":100,"ch":14,"s":["300","400","500","600","700"]}, - "Signika Negative": {"x":381,"y":704,"w":225,"ch":14,"s":["300","400","500","600","700"]}, - "Silkscreen": {"x":0,"y":736,"w":320,"ch":14,"s":["400","700"]}, - "Simonetta": {"x":320,"y":736,"w":175,"ch":14,"s":["400","400i","900","900i"]}, - "Single Day": {"x":495,"y":736,"w":139,"ch":14,"s":["400"]}, - "Sintony": {"x":634,"y":736,"w":109,"ch":14,"s":["400","700"]}, - "Sirin Stencil": {"x":606,"y":704,"w":179,"ch":14,"s":["400"]}, - "Six Caps": {"x":743,"y":736,"w":56,"ch":14,"s":["400"]}, - "Sixtyfour": {"x":0,"y":768,"w":278,"ch":14,"s":["400"]}, - "Sixtyfour Convergence": {"x":0,"y":800,"w":647,"ch":14,"s":["400"]}, - "Skranji": {"x":647,"y":800,"w":84,"ch":14,"s":["400","700"]}, - "Slabo 13px": {"x":278,"y":768,"w":149,"ch":14,"s":["400"]}, - "Slabo 27px": {"x":427,"y":768,"w":134,"ch":14,"s":["400"]}, - "Slackey": {"x":561,"y":768,"w":159,"ch":14,"s":["400"]}, + "Shojumaru": {"x":515,"y":64,"w":270,"ch":15,"s":["400"]}, + "Short Stack": {"x":0,"y":96,"w":249,"ch":15,"s":["400"]}, + "Shrikhand": {"x":249,"y":96,"w":235,"ch":15,"s":["400"]}, + "Siemreap": {"x":484,"y":96,"w":137,"ch":15,"s":["400"]}, + "Sigmar": {"x":621,"y":96,"w":103,"ch":15,"s":["400"]}, + "Sigmar One": {"x":0,"y":128,"w":281,"ch":15,"s":["400"]}, + "Signika": {"x":281,"y":128,"w":100,"ch":15,"s":["300","400","500","600","700"],"a":[{"tag":"wght","min":300,"max":700,"defaultValue":400},{"tag":"GRAD","min":-30,"max":0,"defaultValue":0}]}, + "Signika Negative": {"x":381,"y":128,"w":225,"ch":15,"s":["300","400","500","600","700"],"a":[{"tag":"wght","min":300,"max":700,"defaultValue":400}]}, + "Silkscreen": {"x":0,"y":160,"w":320,"ch":15,"s":["400","700"]}, + "Simonetta": {"x":320,"y":160,"w":175,"ch":15,"s":["400","400i","900","900i"]}, + "Single Day": {"x":495,"y":160,"w":139,"ch":15,"s":["400"]}, + "Sintony": {"x":634,"y":160,"w":109,"ch":15,"s":["400","700"]}, + "Sirin Stencil": {"x":606,"y":128,"w":179,"ch":15,"s":["400"]}, + "Sirivennela": {"x":0,"y":192,"w":204,"ch":15,"s":["400"]}, + "Six Caps": {"x":204,"y":192,"w":56,"ch":15,"s":["400"]}, + "Sixtyfour": {"x":260,"y":192,"w":278,"ch":15,"s":["400"],"a":[{"tag":"BLED","min":0,"max":100,"defaultValue":0},{"tag":"SCAN","min":-53,"max":100,"defaultValue":0}]}, + "Sixtyfour Convergence": {"x":0,"y":224,"w":647,"ch":15,"s":["400"],"a":[{"tag":"BLED","min":0,"max":100,"defaultValue":0},{"tag":"SCAN","min":-53,"max":100,"defaultValue":0},{"tag":"XELA","min":-100,"max":100,"defaultValue":0},{"tag":"YELA","min":-100,"max":100,"defaultValue":0}]}, + "Skranji": {"x":647,"y":224,"w":84,"ch":15,"s":["400","700"]}, + "Slabo 13px": {"x":538,"y":192,"w":149,"ch":15,"s":["400"]}, + "Slabo 27px": {"x":687,"y":192,"w":134,"ch":15,"s":["400"]}, + "Slackey": {"x":0,"y":256,"w":159,"ch":15,"s":["400"]}, "Slackside One": {"x":0,"y":0,"w":0,"ch":0,"s":["400"],"noPreview":true}, - "Smokum": {"x":690,"y":608,"w":112,"ch":14,"s":["400"]}, - "Smooch": {"x":692,"y":576,"w":114,"ch":14,"s":["400"]}, - "Smooch Sans": {"x":0,"y":832,"w":195,"ch":14,"s":["100","200","300","400","500","600","700","800","900"]}, - "Smythe": {"x":0,"y":0,"w":79,"ch":15,"s":["400"]}, - "Sniglet": {"x":79,"y":0,"w":94,"ch":15,"s":["400","800"]}, - "Snippet": {"x":173,"y":0,"w":106,"ch":15,"s":["400"]}, - "Snowburst One": {"x":279,"y":0,"w":267,"ch":15,"s":["400"]}, - "Sofadi One": {"x":546,"y":0,"w":222,"ch":15,"s":["400"]}, - "Sofia": {"x":0,"y":32,"w":58,"ch":15,"s":["400"]}, - "Sofia Sans": {"x":58,"y":32,"w":185,"ch":15,"s":["100","200","300","400","500","600","700","800","900","100i","200i","300i","400i","500i","600i","700i","800i","900i"]}, - "Sofia Sans Condensed": {"x":243,"y":32,"w":311,"ch":15,"s":["100","200","300","400","500","600","700","800","900","100i","200i","300i","400i","500i","600i","700i","800i","900i"]}, - "Sofia Sans Extra Condensed": {"x":0,"y":64,"w":319,"ch":15,"s":["100","200","300","400","500","600","700","800","900","100i","200i","300i","400i","500i","600i","700i","800i","900i"]}, - "Sofia Sans Semi Condensed": {"x":319,"y":64,"w":479,"ch":15,"s":["100","200","300","400","500","600","700","800","900","100i","200i","300i","400i","500i","600i","700i","800i","900i"]}, - "Solitreo": {"x":554,"y":32,"w":121,"ch":15,"s":["400"]}, - "Solway": {"x":675,"y":32,"w":105,"ch":15,"s":["300","400","500","700","800"]}, - "Sometype Mono": {"x":0,"y":96,"w":255,"ch":15,"s":["400","500","600","700","400i","500i","600i","700i"]}, + "Smokum": {"x":159,"y":256,"w":112,"ch":15,"s":["400"]}, + "Smooch": {"x":271,"y":256,"w":114,"ch":15,"s":["400"]}, + "Smooch Sans": {"x":385,"y":256,"w":195,"ch":15,"s":["100","200","300","400","500","600","700","800","900"],"a":[{"tag":"wght","min":100,"max":900,"defaultValue":400}]}, + "Smythe": {"x":580,"y":256,"w":79,"ch":15,"s":["400"]}, + "Sniglet": {"x":659,"y":256,"w":94,"ch":15,"s":["400","800"]}, + "Snippet": {"x":690,"y":32,"w":106,"ch":15,"s":["400"]}, + "Snowburst One": {"x":0,"y":288,"w":267,"ch":15,"s":["400"]}, + "Sofadi One": {"x":267,"y":288,"w":222,"ch":15,"s":["400"]}, + "Sofia": {"x":489,"y":288,"w":58,"ch":15,"s":["400"]}, + "Sofia Sans": {"x":547,"y":288,"w":185,"ch":15,"s":["100","200","300","400","500","600","700","800","900","100i","200i","300i","400i","500i","600i","700i","800i","900i"],"a":[{"tag":"wght","min":1,"max":1000,"defaultValue":400}]}, + "Sofia Sans Condensed": {"x":0,"y":320,"w":311,"ch":15,"s":["100","200","300","400","500","600","700","800","900","100i","200i","300i","400i","500i","600i","700i","800i","900i"],"a":[{"tag":"wght","min":1,"max":1000,"defaultValue":400}]}, + "Sofia Sans Extra Condensed": {"x":311,"y":320,"w":319,"ch":15,"s":["100","200","300","400","500","600","700","800","900","100i","200i","300i","400i","500i","600i","700i","800i","900i"],"a":[{"tag":"wght","min":1,"max":1000,"defaultValue":400}]}, + "Sofia Sans Semi Condensed": {"x":0,"y":352,"w":479,"ch":15,"s":["100","200","300","400","500","600","700","800","900","100i","200i","300i","400i","500i","600i","700i","800i","900i"],"a":[{"tag":"wght","min":1,"max":1000,"defaultValue":400}]}, + "Solitreo": {"x":479,"y":352,"w":121,"ch":15,"s":["400"]}, + "Solway": {"x":600,"y":352,"w":105,"ch":15,"s":["300","400","500","700","800"]}, + "Sometype Mono": {"x":0,"y":384,"w":255,"ch":15,"s":["400","500","600","700","400i","500i","600i","700i"],"a":[{"tag":"wght","min":400,"max":700,"defaultValue":400}]}, "Song Myung": {"x":0,"y":0,"w":0,"ch":0,"s":["400"],"noPreview":true}, - "Sono": {"x":255,"y":96,"w":113,"ch":15,"s":["200","300","400","500","600","700","800"]}, - "Sonsie One": {"x":368,"y":96,"w":293,"ch":15,"s":["400"]}, - "Sora": {"x":661,"y":96,"w":89,"ch":15,"s":["100","200","300","400","500","600","700","800"]}, - "Sorts Mill Goudy": {"x":0,"y":128,"w":237,"ch":15,"s":["400","400i"]}, - "Sour Gummy": {"x":237,"y":128,"w":203,"ch":15,"s":["100","200","300","400","500","600","700","800","900","100i","200i","300i","400i","500i","600i","700i","800i","900i"]}, - "Source Code Pro": {"x":0,"y":160,"w":366,"ch":15,"s":["200","300","400","500","600","700","800","900","200i","300i","400i","500i","600i","700i","800i","900i"]}, - "Source Sans 3": {"x":366,"y":160,"w":248,"ch":15,"s":["200","300","400","500","600","700","800","900","200i","300i","400i","500i","600i","700i","800i","900i"]}, - "Source Serif 4": {"x":440,"y":128,"w":255,"ch":15,"s":["200","300","400","500","600","700","800","900","200i","300i","400i","500i","600i","700i","800i","900i"]}, - "Space Grotesk": {"x":0,"y":192,"w":230,"ch":15,"s":["300","400","500","600","700"]}, - "Space Mono": {"x":230,"y":192,"w":201,"ch":15,"s":["400","400i","700","700i"]}, - "Special Elite": {"x":431,"y":192,"w":230,"ch":15,"s":["400"]}, - "Special Gothic": {"x":0,"y":224,"w":209,"ch":15,"s":["400"]}, - "Special Gothic Condensed One": {"x":209,"y":224,"w":340,"ch":15,"s":["400"]}, - "Special Gothic Expanded One": {"x":0,"y":256,"w":591,"ch":15,"s":["400"]}, - "Spectral": {"x":591,"y":256,"w":110,"ch":15,"s":["200","200i","300","300i","400","400i","500","500i","600","600i","700","700i","800","800i"]}, - "Spectral SC": {"x":0,"y":288,"w":271,"ch":15,"s":["200","200i","300","300i","400","400i","500","500i","600","600i","700","700i","800","800i"]}, - "Spicy Rice": {"x":271,"y":288,"w":125,"ch":15,"s":["400"]}, - "Spinnaker": {"x":396,"y":288,"w":152,"ch":15,"s":["400"]}, - "Spirax": {"x":548,"y":288,"w":86,"ch":15,"s":["400"]}, - "Splash": {"x":634,"y":288,"w":69,"ch":15,"s":["400"]}, - "Spline Sans": {"x":549,"y":224,"w":161,"ch":15,"s":["300","400","500","600","700"]}, - "Spline Sans Mono": {"x":0,"y":320,"w":290,"ch":15,"s":["300","400","500","600","700","300i","400i","500i","600i","700i"]}, - "Squada One": {"x":290,"y":320,"w":156,"ch":15,"s":["400"]}, - "Square Peg": {"x":446,"y":320,"w":77,"ch":15,"s":["400"]}, - "Sree Krushnadevaraya": {"x":0,"y":352,"w":324,"ch":15,"s":["400"]}, - "Sriracha": {"x":324,"y":352,"w":140,"ch":15,"s":["400"]}, - "Srisakdi": {"x":464,"y":352,"w":116,"ch":15,"s":["400","700"]}, - "Staatliches": {"x":580,"y":352,"w":186,"ch":15,"s":["400"]}, - "Stalemate": {"x":523,"y":320,"w":92,"ch":15,"s":["400"]}, - "Stalinist One": {"x":0,"y":384,"w":457,"ch":15,"s":["400"]}, - "Stardos Stencil": {"x":457,"y":384,"w":275,"ch":15,"s":["400","700"]}, + "Sono": {"x":255,"y":384,"w":113,"ch":15,"s":["200","300","400","500","600","700","800"],"a":[{"tag":"wght","min":200,"max":800,"defaultValue":400},{"tag":"MONO","min":0,"max":1,"defaultValue":1}]}, + "Sonsie One": {"x":368,"y":384,"w":293,"ch":15,"s":["400"]}, + "Sora": {"x":661,"y":384,"w":89,"ch":15,"s":["100","200","300","400","500","600","700","800"],"a":[{"tag":"wght","min":100,"max":800,"defaultValue":400}]}, + "Sorts Mill Goudy": {"x":0,"y":416,"w":237,"ch":15,"s":["400","400i"]}, + "Sour Gummy": {"x":237,"y":416,"w":203,"ch":15,"s":["100","200","300","400","500","600","700","800","900","100i","200i","300i","400i","500i","600i","700i","800i","900i"],"a":[{"tag":"wdth","min":100,"max":125,"defaultValue":100},{"tag":"wght","min":100,"max":900,"defaultValue":400}]}, + "Source Code Pro": {"x":440,"y":416,"w":366,"ch":15,"s":["200","300","400","500","600","700","800","900","200i","300i","400i","500i","600i","700i","800i","900i"],"a":[{"tag":"wght","min":200,"max":900,"defaultValue":400}]}, + "Source Sans 3": {"x":0,"y":448,"w":248,"ch":15,"s":["200","300","400","500","600","700","800","900","200i","300i","400i","500i","600i","700i","800i","900i"],"a":[{"tag":"wght","min":200,"max":900,"defaultValue":400}]}, + "Source Serif 4": {"x":248,"y":448,"w":255,"ch":15,"s":["200","300","400","500","600","700","800","900","200i","300i","400i","500i","600i","700i","800i","900i"],"a":[{"tag":"wght","min":200,"max":900,"defaultValue":400},{"tag":"opsz","min":8,"max":60,"defaultValue":14}]}, + "Space Grotesk": {"x":503,"y":448,"w":230,"ch":15,"s":["300","400","500","600","700"],"a":[{"tag":"wght","min":300,"max":700,"defaultValue":400}]}, + "Space Mono": {"x":0,"y":480,"w":201,"ch":15,"s":["400","400i","700","700i"]}, + "Special Elite": {"x":201,"y":480,"w":230,"ch":15,"s":["400"]}, + "Special Gothic": {"x":431,"y":480,"w":209,"ch":15,"s":["400","500","600","700"],"a":[{"tag":"wdth","min":75,"max":125,"defaultValue":100},{"tag":"wght","min":400,"max":700,"defaultValue":400}]}, + "Special Gothic Condensed One": {"x":0,"y":512,"w":340,"ch":15,"s":["400"]}, + "Special Gothic Expanded One": {"x":0,"y":544,"w":591,"ch":15,"s":["400"]}, + "Spectral": {"x":591,"y":544,"w":110,"ch":15,"s":["200","200i","300","300i","400","400i","500","500i","600","600i","700","700i","800","800i"]}, + "Spectral SC": {"x":340,"y":512,"w":271,"ch":15,"s":["200","200i","300","300i","400","400i","500","500i","600","600i","700","700i","800","800i"]}, + "Spicy Rice": {"x":701,"y":544,"w":125,"ch":15,"s":["400"]}, + "Spinnaker": {"x":611,"y":512,"w":152,"ch":15,"s":["400"]}, + "Spirax": {"x":640,"y":480,"w":86,"ch":15,"s":["400"]}, + "Splash": {"x":726,"y":480,"w":69,"ch":15,"s":["400"]}, + "Spline Sans": {"x":630,"y":320,"w":161,"ch":15,"s":["300","400","500","600","700"],"a":[{"tag":"wght","min":300,"max":700,"defaultValue":400}]}, + "Spline Sans Mono": {"x":0,"y":576,"w":290,"ch":15,"s":["300","400","500","600","700","300i","400i","500i","600i","700i"],"a":[{"tag":"wght","min":300,"max":700,"defaultValue":400}]}, + "Squada One": {"x":290,"y":576,"w":156,"ch":15,"s":["400"]}, + "Square Peg": {"x":446,"y":576,"w":77,"ch":15,"s":["400"]}, + "Sree Krushnadevaraya": {"x":0,"y":608,"w":324,"ch":15,"s":["400"]}, + "Sriracha": {"x":324,"y":608,"w":140,"ch":15,"s":["400"]}, + "Srisakdi": {"x":464,"y":608,"w":116,"ch":15,"s":["400","700"]}, + "Staatliches": {"x":580,"y":608,"w":186,"ch":15,"s":["400"]}, + "Stack Sans Headline": {"x":0,"y":640,"w":371,"ch":15,"s":["200","300","400","500","600","700"],"a":[{"tag":"wght","min":200,"max":700,"defaultValue":400}]}, + "Stack Sans Notch": {"x":371,"y":640,"w":322,"ch":15,"s":["200","300","400","500","600","700"],"a":[{"tag":"wght","min":200,"max":700,"defaultValue":400}]}, + "Stack Sans Text": {"x":0,"y":672,"w":305,"ch":15,"s":["200","300","400","500","600","700"],"a":[{"tag":"wght","min":200,"max":700,"defaultValue":400}]}, + "Stalemate": {"x":305,"y":672,"w":92,"ch":15,"s":["400"]}, + "Stalinist One": {"x":0,"y":704,"w":457,"ch":15,"s":["400"]}, + "Stardos Stencil": {"x":457,"y":704,"w":275,"ch":15,"s":["400","700"]}, "Stick": {"x":0,"y":0,"w":0,"ch":0,"s":["400"],"noPreview":true}, - "Stick No Bills": {"x":0,"y":416,"w":201,"ch":15,"s":["200","300","400","500","600","700","800"]}, - "Stint Ultra Condensed": {"x":201,"y":416,"w":234,"ch":15,"s":["400"]}, - "Stint Ultra Expanded": {"x":0,"y":448,"w":433,"ch":15,"s":["400"]}, - "Stoke": {"x":435,"y":416,"w":108,"ch":15,"s":["300","400"]}, - "Strait": {"x":698,"y":448,"w":88,"ch":15,"s":["400"]}, - "Style Script": {"x":543,"y":416,"w":102,"ch":15,"s":["400"]}, + "Stick No Bills": {"x":397,"y":672,"w":201,"ch":15,"s":["200","300","400","500","600","700","800"],"a":[{"tag":"wght","min":200,"max":800,"defaultValue":400}]}, + "Stint Ultra Condensed": {"x":523,"y":576,"w":234,"ch":15,"s":["400"]}, + "Stint Ultra Expanded": {"x":0,"y":736,"w":433,"ch":15,"s":["400"]}, + "Stoke": {"x":698,"y":736,"w":108,"ch":15,"s":["300","400"]}, + "Story Script": {"x":598,"y":672,"w":149,"ch":15,"s":["400"]}, + "Strait": {"x":732,"y":704,"w":88,"ch":15,"s":["400"]}, + "Style Script": {"x":693,"y":640,"w":102,"ch":15,"s":["400"]}, "Stylish": {"x":0,"y":0,"w":0,"ch":0,"s":["400"],"noPreview":true}, - "Sue Ellen Francisco": {"x":615,"y":320,"w":168,"ch":15,"s":["400"]}, - "Suez One": {"x":614,"y":160,"w":185,"ch":15,"s":["400"]}, - "Sulphur Point": {"x":0,"y":480,"w":193,"ch":15,"s":["300","400","700"]}, - "Sumana": {"x":193,"y":480,"w":142,"ch":15,"s":["400","700"]}, - "Sunflower": {"x":335,"y":480,"w":177,"ch":15,"s":["300","500","700"]}, - "Sunshiney": {"x":512,"y":480,"w":106,"ch":15,"s":["400"]}, - "Supermercado One": {"x":0,"y":512,"w":240,"ch":15,"s":["400"]}, - "Sura": {"x":240,"y":512,"w":83,"ch":15,"s":["400","700"]}, - "Suranna": {"x":323,"y":512,"w":144,"ch":15,"s":["400"]}, - "Suravaram": {"x":467,"y":512,"w":226,"ch":15,"s":["400"]}, - "Suwannaphum": {"x":0,"y":544,"w":228,"ch":15,"s":["100","300","400","700","900"]}, - "Swanky and Moo Moo": {"x":228,"y":544,"w":244,"ch":15,"s":["400"]}, - "Syncopate": {"x":472,"y":544,"w":328,"ch":15,"s":["400","700"]}, - "Syne": {"x":618,"y":480,"w":74,"ch":15,"s":["400","500","600","700","800"]}, - "Syne Mono": {"x":0,"y":576,"w":173,"ch":15,"s":["400"]}, - "Syne Tactile": {"x":173,"y":576,"w":128,"ch":15,"s":["400"]}, - "Tac One": {"x":301,"y":576,"w":143,"ch":15,"s":["400"]}, - "Tagesschrift": {"x":444,"y":576,"w":155,"ch":15,"s":["400"]}, - "Tai Heritage Pro": {"x":0,"y":608,"w":233,"ch":15,"s":["400","700"]}, - "Tajawal": {"x":233,"y":608,"w":109,"ch":15,"s":["200","300","400","500","700","800","900"]}, - "Tangerine": {"x":342,"y":608,"w":82,"ch":15,"s":["400","700"]}, - "Tapestry": {"x":424,"y":608,"w":136,"ch":15,"s":["400"]}, - "Taprom": {"x":560,"y":608,"w":76,"ch":15,"s":["400"]}, - "Tauri": {"x":636,"y":608,"w":86,"ch":15,"s":["400"]}, - "Taviraj": {"x":599,"y":576,"w":111,"ch":15,"s":["100","100i","200","200i","300","300i","400","400i","500","500i","600","600i","700","700i","800","800i","900","900i"]}, - "Teachers": {"x":645,"y":416,"w":151,"ch":15,"s":["400","500","600","700","800","400i","500i","600i","700i","800i"]}, - "Teko": {"x":722,"y":608,"w":63,"ch":15,"s":["300","400","500","600","700"]}, - "Tektur": {"x":661,"y":192,"w":139,"ch":15,"s":["400","500","600","700","800","900"]}, - "Telex": {"x":692,"y":480,"w":92,"ch":15,"s":["400"]}, - "Tenali Ramakrishna": {"x":0,"y":640,"w":391,"ch":15,"s":["400"]}, - "Tenor Sans": {"x":391,"y":640,"w":213,"ch":15,"s":["400"]}, - "Text Me One": {"x":0,"y":672,"w":223,"ch":15,"s":["400"]}, - "Texturina": {"x":223,"y":672,"w":176,"ch":15,"s":["100","200","300","400","500","600","700","800","900","100i","200i","300i","400i","500i","600i","700i","800i","900i"]}, - "Thasadith": {"x":399,"y":672,"w":157,"ch":15,"s":["400","400i","700","700i"]}, - "The Girl Next Door": {"x":0,"y":704,"w":285,"ch":15,"s":["400"]}, - "The Nautigal": {"x":285,"y":704,"w":129,"ch":15,"s":["400","700"]}, - "Tienne": {"x":414,"y":704,"w":135,"ch":15,"s":["400","700","900"]}, - "Tillana": {"x":549,"y":704,"w":101,"ch":15,"s":["400","500","600","700","800"]}, - "Tilt Neon": {"x":556,"y":672,"w":153,"ch":15,"s":["400"]}, - "Tilt Prism": {"x":0,"y":736,"w":198,"ch":15,"s":["400"]}, - "Tilt Warp": {"x":198,"y":736,"w":135,"ch":15,"s":["400"]}, - "Timmana": {"x":333,"y":736,"w":145,"ch":15,"s":["400"]}, - "Tinos": {"x":478,"y":736,"w":100,"ch":15,"s":["400","400i","700","700i"]}, - "Tiny5": {"x":578,"y":736,"w":76,"ch":15,"s":["400"]}, - "Tiro Bangla": {"x":604,"y":640,"w":158,"ch":15,"s":["400","400i"]}, - "Tiro Devanagari Hindi": {"x":0,"y":768,"w":304,"ch":15,"s":["400","400i"]}, - "Tiro Devanagari Marathi": {"x":304,"y":768,"w":334,"ch":15,"s":["400","400i"]}, - "Tiro Devanagari Sanskrit": {"x":0,"y":800,"w":336,"ch":15,"s":["400","400i"]}, - "Tiro Gurmukhi": {"x":0,"y":0,"w":268,"ch":16,"s":["400","400i"]}, - "Tiro Kannada": {"x":268,"y":0,"w":240,"ch":16,"s":["400","400i"]}, - "Tiro Tamil": {"x":508,"y":0,"w":185,"ch":16,"s":["400","400i"]}, - "Tiro Telugu": {"x":0,"y":32,"w":158,"ch":16,"s":["400","400i"]}, - "Titan One": {"x":158,"y":32,"w":196,"ch":16,"s":["400"]}, - "Titillium Web": {"x":354,"y":32,"w":227,"ch":16,"s":["200","200i","300","300i","400","400i","600","600i","700","700i","900"]}, - "Tomorrow": {"x":0,"y":64,"w":201,"ch":16,"s":["100","100i","200","200i","300","300i","400","400i","500","500i","600","600i","700","700i","800","800i","900","900i"]}, - "Tourney": {"x":201,"y":64,"w":135,"ch":16,"s":["100","200","300","400","500","600","700","800","900","100i","200i","300i","400i","500i","600i","700i","800i","900i"]}, - "Trade Winds": {"x":336,"y":64,"w":212,"ch":16,"s":["400"]}, + "Sue Ellen Francisco": {"x":0,"y":768,"w":168,"ch":15,"s":["400"]}, + "Suez One": {"x":168,"y":768,"w":185,"ch":15,"s":["400"]}, + "Sulphur Point": {"x":353,"y":768,"w":193,"ch":15,"s":["300","400","700"]}, + "Sumana": {"x":546,"y":768,"w":142,"ch":15,"s":["400","700"]}, + "Sunflower": {"x":0,"y":800,"w":177,"ch":15,"s":["300","500","700"]}, + "Sunshiney": {"x":177,"y":800,"w":106,"ch":15,"s":["400"]}, + "Supermercado One": {"x":283,"y":800,"w":240,"ch":15,"s":["400"]}, + "Sura": {"x":523,"y":800,"w":83,"ch":15,"s":["400","700"]}, + "Suranna": {"x":606,"y":800,"w":144,"ch":15,"s":["400"]}, + "Suravaram": {"x":0,"y":832,"w":226,"ch":15,"s":["400"]}, + "Suwannaphum": {"x":312,"y":0,"w":228,"ch":16,"s":["100","300","400","700","900"]}, + "Swanky and Moo Moo": {"x":0,"y":32,"w":244,"ch":16,"s":["400"]}, + "Syncopate": {"x":244,"y":32,"w":328,"ch":16,"s":["400","700"]}, + "Syne": {"x":572,"y":32,"w":74,"ch":16,"s":["400","500","600","700","800"],"a":[{"tag":"wght","min":400,"max":800,"defaultValue":400}]}, + "Syne Mono": {"x":540,"y":0,"w":173,"ch":16,"s":["400"]}, + "Syne Tactile": {"x":0,"y":64,"w":128,"ch":16,"s":["400"]}, + "TASA Explorer": {"x":212,"y":96,"w":217,"ch":16,"s":["400","500","600","700","800"],"a":[{"tag":"wght","min":400,"max":800,"defaultValue":400}]}, + "TASA Orbiter": {"x":429,"y":96,"w":250,"ch":16,"s":["400","500","600","700","800"],"a":[{"tag":"wght","min":400,"max":800,"defaultValue":400}]}, + "Tac One": {"x":128,"y":64,"w":143,"ch":16,"s":["400"]}, + "Tagesschrift": {"x":271,"y":64,"w":155,"ch":16,"s":["400"]}, + "Tai Heritage Pro": {"x":426,"y":64,"w":233,"ch":16,"s":["400","700"]}, + "Tajawal": {"x":646,"y":32,"w":109,"ch":16,"s":["200","300","400","500","700","800","900"]}, + "Tangerine": {"x":659,"y":64,"w":82,"ch":16,"s":["400","700"]}, + "Tapestry": {"x":0,"y":96,"w":136,"ch":16,"s":["400"]}, + "Taprom": {"x":136,"y":96,"w":76,"ch":16,"s":["400"]}, + "Tauri": {"x":0,"y":128,"w":86,"ch":16,"s":["400"]}, + "Taviraj": {"x":86,"y":128,"w":111,"ch":16,"s":["100","100i","200","200i","300","300i","400","400i","500","500i","600","600i","700","700i","800","800i","900","900i"]}, + "Teachers": {"x":197,"y":128,"w":151,"ch":16,"s":["400","500","600","700","800","400i","500i","600i","700i","800i"],"a":[{"tag":"wght","min":400,"max":800,"defaultValue":400}]}, + "Teko": {"x":348,"y":128,"w":63,"ch":16,"s":["300","400","500","600","700"],"a":[{"tag":"wght","min":300,"max":700,"defaultValue":400}]}, + "Tektur": {"x":411,"y":128,"w":139,"ch":16,"s":["400","500","600","700","800","900"],"a":[{"tag":"wdth","min":75,"max":100,"defaultValue":100},{"tag":"wght","min":400,"max":900,"defaultValue":400}]}, + "Telex": {"x":550,"y":128,"w":92,"ch":16,"s":["400"]}, + "Tenali Ramakrishna": {"x":0,"y":160,"w":391,"ch":16,"s":["400"]}, + "Tenor Sans": {"x":391,"y":160,"w":213,"ch":16,"s":["400"]}, + "Text Me One": {"x":0,"y":192,"w":223,"ch":16,"s":["400"]}, + "Texturina": {"x":223,"y":192,"w":176,"ch":16,"s":["100","200","300","400","500","600","700","800","900","100i","200i","300i","400i","500i","600i","700i","800i","900i"],"a":[{"tag":"wght","min":100,"max":900,"defaultValue":400},{"tag":"opsz","min":12,"max":72,"defaultValue":12}]}, + "Thasadith": {"x":399,"y":192,"w":157,"ch":16,"s":["400","400i","700","700i"]}, + "The Girl Next Door": {"x":0,"y":224,"w":285,"ch":16,"s":["400"]}, + "The Nautigal": {"x":285,"y":224,"w":129,"ch":16,"s":["400","700"]}, + "Tienne": {"x":414,"y":224,"w":135,"ch":16,"s":["400","700","900"]}, + "TikTok Sans": {"x":0,"y":256,"w":218,"ch":16,"s":["300","400","500","600","700","800","900"],"a":[{"tag":"wdth","min":75,"max":150,"defaultValue":100},{"tag":"wght","min":300,"max":900,"defaultValue":400},{"tag":"slnt","min":-6,"max":0,"defaultValue":0},{"tag":"opsz","min":12,"max":36,"defaultValue":14}]}, + "Tillana": {"x":218,"y":256,"w":101,"ch":16,"s":["400","500","600","700","800"]}, + "Tilt Neon": {"x":319,"y":256,"w":153,"ch":16,"s":["400"],"a":[{"tag":"XROT","min":-45,"max":45,"defaultValue":0},{"tag":"YROT","min":-45,"max":45,"defaultValue":0}]}, + "Tilt Prism": {"x":472,"y":256,"w":198,"ch":16,"s":["400"],"a":[{"tag":"XROT","min":-45,"max":45,"defaultValue":0},{"tag":"YROT","min":-45,"max":45,"defaultValue":0}]}, + "Tilt Warp": {"x":549,"y":224,"w":135,"ch":16,"s":["400"],"a":[{"tag":"XROT","min":-45,"max":45,"defaultValue":0},{"tag":"YROT","min":-45,"max":45,"defaultValue":0}]}, + "Timmana": {"x":556,"y":192,"w":145,"ch":16,"s":["400"]}, + "Tinos": {"x":604,"y":160,"w":100,"ch":16,"s":["400","400i","700","700i"]}, + "Tiny5": {"x":670,"y":256,"w":76,"ch":16,"s":["400"]}, + "Tiro Bangla": {"x":0,"y":288,"w":158,"ch":16,"s":["400","400i"]}, + "Tiro Devanagari Hindi": {"x":158,"y":288,"w":304,"ch":16,"s":["400","400i"]}, + "Tiro Devanagari Marathi": {"x":0,"y":320,"w":334,"ch":16,"s":["400","400i"]}, + "Tiro Devanagari Sanskrit": {"x":334,"y":320,"w":336,"ch":16,"s":["400","400i"]}, + "Tiro Gurmukhi": {"x":462,"y":288,"w":268,"ch":16,"s":["400","400i"]}, + "Tiro Kannada": {"x":0,"y":352,"w":240,"ch":16,"s":["400","400i"]}, + "Tiro Tamil": {"x":240,"y":352,"w":185,"ch":16,"s":["400","400i"]}, + "Tiro Telugu": {"x":425,"y":352,"w":158,"ch":16,"s":["400","400i"]}, + "Tirra": {"x":583,"y":352,"w":81,"ch":16,"s":["400","500","600","700","800","900"]}, + "Titan One": {"x":0,"y":384,"w":196,"ch":16,"s":["400"]}, + "Titillium Web": {"x":196,"y":384,"w":227,"ch":16,"s":["200","200i","300","300i","400","400i","600","600i","700","700i","900"]}, + "Tomorrow": {"x":423,"y":384,"w":201,"ch":16,"s":["100","100i","200","200i","300","300i","400","400i","500","500i","600","600i","700","700i","800","800i","900","900i"]}, + "Tourney": {"x":624,"y":384,"w":135,"ch":16,"s":["100","200","300","400","500","600","700","800","900","100i","200i","300i","400i","500i","600i","700i","800i","900i"],"a":[{"tag":"wdth","min":75,"max":125,"defaultValue":100},{"tag":"wght","min":100,"max":900,"defaultValue":400}]}, + "Trade Winds": {"x":0,"y":416,"w":212,"ch":16,"s":["400"]}, "Train One": {"x":0,"y":0,"w":0,"ch":0,"s":["400"],"noPreview":true}, - "Triodion": {"x":548,"y":64,"w":152,"ch":16,"s":["400"]}, - "Trirong": {"x":581,"y":32,"w":123,"ch":16,"s":["100","100i","200","200i","300","300i","400","400i","500","500i","600","600i","700","700i","800","800i","900","900i"]}, - "Trispace": {"x":0,"y":96,"w":163,"ch":16,"s":["100","200","300","400","500","600","700","800"]}, - "Trocchi": {"x":163,"y":96,"w":149,"ch":16,"s":["400"]}, - "Trochut": {"x":312,"y":96,"w":117,"ch":16,"s":["400","400i","700"]}, - "Truculenta": {"x":429,"y":96,"w":158,"ch":16,"s":["100","200","300","400","500","600","700","800","900"]}, - "Trykker": {"x":587,"y":96,"w":108,"ch":16,"s":["400"]}, + "Triodion": {"x":212,"y":416,"w":152,"ch":16,"s":["400"]}, + "Trirong": {"x":364,"y":416,"w":123,"ch":16,"s":["100","100i","200","200i","300","300i","400","400i","500","500i","600","600i","700","700i","800","800i","900","900i"]}, + "Trispace": {"x":487,"y":416,"w":163,"ch":16,"s":["100","200","300","400","500","600","700","800"],"a":[{"tag":"wdth","min":75,"max":125,"defaultValue":100},{"tag":"wght","min":100,"max":800,"defaultValue":400}]}, + "Trocchi": {"x":0,"y":448,"w":149,"ch":16,"s":["400"]}, + "Trochut": {"x":149,"y":448,"w":117,"ch":16,"s":["400","400i","700"]}, + "Truculenta": {"x":266,"y":448,"w":158,"ch":16,"s":["100","200","300","400","500","600","700","800","900"],"a":[{"tag":"wdth","min":75,"max":125,"defaultValue":100},{"tag":"wght","min":100,"max":900,"defaultValue":400},{"tag":"opsz","min":12,"max":72,"defaultValue":14}]}, + "Trykker": {"x":424,"y":448,"w":108,"ch":16,"s":["400"]}, "Tsukimi Rounded": {"x":0,"y":0,"w":0,"ch":0,"s":["300","400","500","600","700"],"noPreview":true}, - "Tuffy": {"x":0,"y":128,"w":71,"ch":16,"s":["400","400i","700","700i"]}, - "Tulpen One": {"x":71,"y":128,"w":66,"ch":16,"s":["400"]}, - "Turret Road": {"x":137,"y":128,"w":232,"ch":16,"s":["200","300","400","500","700","800"]}, - "Twinkle Star": {"x":369,"y":128,"w":199,"ch":16,"s":["400"]}, - "Ubuntu": {"x":568,"y":128,"w":125,"ch":16,"s":["300","300i","400","400i","500","500i","700","700i"]}, - "Ubuntu Condensed": {"x":0,"y":160,"w":262,"ch":16,"s":["400"]}, - "Ubuntu Mono": {"x":262,"y":160,"w":230,"ch":16,"s":["400","400i","700","700i"]}, - "Ubuntu Sans": {"x":492,"y":160,"w":211,"ch":16,"s":["100","200","300","400","500","600","700","800","100i","200i","300i","400i","500i","600i","700i","800i"]}, - "Ubuntu Sans Mono": {"x":0,"y":192,"w":338,"ch":16,"s":["400","500","600","700","400i","500i","600i","700i"]}, - "Uchen": {"x":338,"y":192,"w":108,"ch":16,"s":["400"]}, - "Ultra": {"x":446,"y":192,"w":129,"ch":16,"s":["400"]}, - "Unbounded": {"x":0,"y":224,"w":263,"ch":16,"s":["200","300","400","500","600","700","800","900"]}, - "Uncial Antiqua": {"x":263,"y":224,"w":266,"ch":16,"s":["400"]}, - "Underdog": {"x":529,"y":224,"w":139,"ch":16,"s":["400"]}, - "Unica One": {"x":575,"y":192,"w":173,"ch":16,"s":["400"]}, - "UnifrakturCook": {"x":0,"y":256,"w":264,"ch":16,"s":["700"]}, - "UnifrakturMaguntia": {"x":264,"y":256,"w":269,"ch":16,"s":["400"]}, - "Unkempt": {"x":533,"y":256,"w":124,"ch":16,"s":["400","700"]}, - "Unlock": {"x":0,"y":288,"w":144,"ch":16,"s":["400"]}, - "Unna": {"x":144,"y":288,"w":105,"ch":16,"s":["400","400i","700","700i"]}, + "Tuffy": {"x":532,"y":448,"w":71,"ch":16,"s":["400","400i","700","700i"]}, + "Tulpen One": {"x":603,"y":448,"w":66,"ch":16,"s":["400"]}, + "Turret Road": {"x":0,"y":480,"w":232,"ch":16,"s":["200","300","400","500","700","800"]}, + "Twinkle Star": {"x":232,"y":480,"w":199,"ch":16,"s":["400"]}, + "Ubuntu": {"x":431,"y":480,"w":125,"ch":16,"s":["300","300i","400","400i","500","500i","700","700i"]}, + "Ubuntu Condensed": {"x":0,"y":512,"w":262,"ch":16,"s":["400"]}, + "Ubuntu Mono": {"x":262,"y":512,"w":230,"ch":16,"s":["400","400i","700","700i"]}, + "Ubuntu Sans": {"x":492,"y":512,"w":211,"ch":16,"s":["100","200","300","400","500","600","700","800","100i","200i","300i","400i","500i","600i","700i","800i"],"a":[{"tag":"wdth","min":75,"max":100,"defaultValue":100},{"tag":"wght","min":100,"max":800,"defaultValue":400}]}, + "Ubuntu Sans Mono": {"x":0,"y":544,"w":338,"ch":16,"s":["400","500","600","700","400i","500i","600i","700i"],"a":[{"tag":"wght","min":400,"max":700,"defaultValue":400}]}, + "Uchen": {"x":338,"y":544,"w":108,"ch":16,"s":["400"]}, + "Ultra": {"x":446,"y":544,"w":129,"ch":16,"s":["400"]}, + "Unbounded": {"x":0,"y":576,"w":263,"ch":16,"s":["200","300","400","500","600","700","800","900"],"a":[{"tag":"wght","min":200,"max":900,"defaultValue":400}]}, + "Uncial Antiqua": {"x":263,"y":576,"w":266,"ch":16,"s":["400"]}, + "Underdog": {"x":529,"y":576,"w":139,"ch":16,"s":["400"]}, + "Unica One": {"x":575,"y":544,"w":173,"ch":16,"s":["400"]}, + "UnifrakturCook": {"x":0,"y":608,"w":264,"ch":16,"s":["700"]}, + "UnifrakturMaguntia": {"x":264,"y":608,"w":269,"ch":16,"s":["400"]}, + "Unkempt": {"x":533,"y":608,"w":124,"ch":16,"s":["400","700"]}, + "Unlock": {"x":556,"y":480,"w":144,"ch":16,"s":["400"]}, + "Unna": {"x":657,"y":608,"w":105,"ch":16,"s":["400","400i","700","700i"]}, "UoqMunThenKhung": {"x":0,"y":0,"w":0,"ch":0,"s":["400"],"noPreview":true}, - "Updock": {"x":249,"y":288,"w":70,"ch":16,"s":["400"]}, - "Urbanist": {"x":319,"y":288,"w":143,"ch":16,"s":["100","200","300","400","500","600","700","800","900","100i","200i","300i","400i","500i","600i","700i","800i","900i"]}, - "VT323": {"x":657,"y":256,"w":104,"ch":16,"s":["400"]}, - "Vampiro One": {"x":462,"y":288,"w":203,"ch":16,"s":["400"]}, - "Varela": {"x":0,"y":320,"w":121,"ch":16,"s":["400"]}, - "Varela Round": {"x":121,"y":320,"w":256,"ch":16,"s":["400"]}, - "Varta": {"x":377,"y":320,"w":96,"ch":16,"s":["300","400","500","600","700"]}, - "Vast Shadow": {"x":0,"y":352,"w":364,"ch":16,"s":["400"]}, - "Vazirmatn": {"x":364,"y":352,"w":185,"ch":16,"s":["100","200","300","400","500","600","700","800","900"]}, - "Vesper Libre": {"x":549,"y":352,"w":172,"ch":16,"s":["400","500","700","900"]}, - "Viaoda Libre": {"x":473,"y":320,"w":183,"ch":16,"s":["400"]}, - "Vibes": {"x":656,"y":320,"w":70,"ch":16,"s":["400"]}, - "Vibur": {"x":665,"y":288,"w":90,"ch":16,"s":["400"]}, - "Victor Mono": {"x":0,"y":384,"w":225,"ch":16,"s":["100","200","300","400","500","600","700","100i","200i","300i","400i","500i","600i","700i"]}, - "Vidaloka": {"x":225,"y":384,"w":152,"ch":16,"s":["400"]}, - "Viga": {"x":377,"y":384,"w":61,"ch":16,"s":["400"]}, - "Vina Sans": {"x":438,"y":384,"w":123,"ch":16,"s":["400"]}, - "Voces": {"x":561,"y":384,"w":110,"ch":16,"s":["400"]}, - "Volkhov": {"x":0,"y":416,"w":149,"ch":16,"s":["400","400i","700","700i"]}, - "Vollkorn": {"x":149,"y":416,"w":157,"ch":16,"s":["400","500","600","700","800","900","400i","500i","600i","700i","800i","900i"]}, - "Vollkorn SC": {"x":306,"y":416,"w":283,"ch":16,"s":["400","600","700","900"]}, - "Voltaire": {"x":589,"y":416,"w":103,"ch":16,"s":["400"]}, - "Vujahday Script": {"x":0,"y":448,"w":173,"ch":16,"s":["400"]}, + "Updock": {"x":668,"y":576,"w":70,"ch":16,"s":["400"]}, + "Urbanist": {"x":0,"y":640,"w":143,"ch":16,"s":["100","200","300","400","500","600","700","800","900","100i","200i","300i","400i","500i","600i","700i","800i","900i"],"a":[{"tag":"wght","min":100,"max":900,"defaultValue":400}]}, + "VT323": {"x":386,"y":0,"w":104,"ch":17,"s":["400"]}, + "Vampiro One": {"x":143,"y":640,"w":203,"ch":16,"s":["400"]}, + "Varela": {"x":346,"y":640,"w":121,"ch":16,"s":["400"]}, + "Varela Round": {"x":467,"y":640,"w":256,"ch":16,"s":["400"]}, + "Varta": {"x":650,"y":416,"w":96,"ch":16,"s":["300","400","500","600","700"],"a":[{"tag":"wght","min":300,"max":700,"defaultValue":400}]}, + "Vast Shadow": {"x":0,"y":672,"w":364,"ch":16,"s":["400"]}, + "Vazirmatn": {"x":364,"y":672,"w":185,"ch":16,"s":["100","200","300","400","500","600","700","800","900"],"a":[{"tag":"wght","min":100,"max":900,"defaultValue":400}]}, + "Vend Sans": {"x":549,"y":672,"w":181,"ch":16,"s":["300","400","500","600","700","300i","400i","500i","600i","700i"],"a":[{"tag":"wght","min":300,"max":700,"defaultValue":400}]}, + "Vesper Libre": {"x":0,"y":704,"w":172,"ch":16,"s":["400","500","700","900"]}, + "Viaoda Libre": {"x":172,"y":704,"w":183,"ch":16,"s":["400"]}, + "Vibes": {"x":355,"y":704,"w":70,"ch":16,"s":["400"]}, + "Vibur": {"x":425,"y":704,"w":90,"ch":16,"s":["400"]}, + "Victor Mono": {"x":515,"y":704,"w":225,"ch":16,"s":["100","200","300","400","500","600","700","100i","200i","300i","400i","500i","600i","700i"],"a":[{"tag":"wght","min":100,"max":700,"defaultValue":400}]}, + "Vidaloka": {"x":0,"y":736,"w":152,"ch":16,"s":["400"]}, + "Viga": {"x":152,"y":736,"w":61,"ch":16,"s":["400"]}, + "Vina Sans": {"x":213,"y":736,"w":123,"ch":16,"s":["400"]}, + "Voces": {"x":336,"y":736,"w":110,"ch":16,"s":["400"]}, + "Volkhov": {"x":446,"y":736,"w":149,"ch":16,"s":["400","400i","700","700i"]}, + "Vollkorn": {"x":595,"y":736,"w":157,"ch":16,"s":["400","500","600","700","800","900","400i","500i","600i","700i","800i","900i"],"a":[{"tag":"wght","min":400,"max":900,"defaultValue":400}]}, + "Vollkorn SC": {"x":0,"y":0,"w":283,"ch":17,"s":["400","600","700","900"]}, + "Voltaire": {"x":283,"y":0,"w":103,"ch":17,"s":["400"]}, + "Vujahday Script": {"x":0,"y":32,"w":173,"ch":17,"s":["400"]}, "WDXL Lubrifont JP N": {"x":0,"y":0,"w":0,"ch":0,"s":["400"],"noPreview":true}, "WDXL Lubrifont SC": {"x":0,"y":0,"w":0,"ch":0,"s":["400"],"noPreview":true}, "WDXL Lubrifont TC": {"x":0,"y":0,"w":0,"ch":0,"s":["400"],"noPreview":true}, - "Waiting for the Sunrise": {"x":173,"y":448,"w":239,"ch":16,"s":["400"]}, - "Wallpoet": {"x":412,"y":448,"w":192,"ch":16,"s":["400"]}, - "Walter Turncoat": {"x":0,"y":480,"w":350,"ch":16,"s":["400"]}, - "Warnes": {"x":350,"y":480,"w":195,"ch":16,"s":["400"]}, - "Water Brush": {"x":545,"y":480,"w":150,"ch":16,"s":["400"]}, - "Waterfall": {"x":604,"y":448,"w":106,"ch":16,"s":["400"]}, - "Wavefont": {"x":0,"y":0,"w":0,"ch":0,"s":["100","200","300","400","500","600","700","800","900"],"noPreview":true}, - "Wellfleet": {"x":0,"y":512,"w":157,"ch":16,"s":["400"]}, - "Wendy One": {"x":157,"y":512,"w":201,"ch":16,"s":["400"]}, - "Whisper": {"x":358,"y":512,"w":98,"ch":16,"s":["400"]}, - "WindSong": {"x":456,"y":512,"w":148,"ch":16,"s":["400","500"]}, - "Winky Rough": {"x":0,"y":544,"w":175,"ch":16,"s":["300","400","500","600","700","800","900","300i","400i","500i","600i","700i","800i","900i"]}, - "Winky Sans": {"x":175,"y":544,"w":154,"ch":16,"s":["300","400","500","600","700","800","900","300i","400i","500i","600i","700i","800i","900i"]}, - "Wire One": {"x":329,"y":544,"w":85,"ch":16,"s":["400"]}, - "Wittgenstein": {"x":414,"y":544,"w":193,"ch":16,"s":["400","500","600","700","800","900","400i","500i","600i","700i","800i","900i"]}, - "Wix Madefor Display": {"x":0,"y":576,"w":312,"ch":16,"s":["400","500","600","700","800"]}, - "Wix Madefor Text": {"x":312,"y":576,"w":320,"ch":16,"s":["400","400i","500","500i","600","600i","700","700i","800","800i"]}, - "Work Sans": {"x":0,"y":608,"w":207,"ch":16,"s":["100","200","300","400","500","600","700","800","900","100i","200i","300i","400i","500i","600i","700i","800i","900i"]}, - "Workbench": {"x":207,"y":608,"w":162,"ch":16,"s":["400"]}, - "Xanh Mono": {"x":369,"y":608,"w":179,"ch":16,"s":["400","400i"]}, - "Yaldevi": {"x":548,"y":608,"w":111,"ch":16,"s":["200","300","400","500","600","700"]}, - "Yanone Kaffeesatz": {"x":0,"y":640,"w":226,"ch":16,"s":["200","300","400","500","600","700"]}, - "Yantramanav": {"x":226,"y":640,"w":247,"ch":16,"s":["100","300","400","500","700","900"]}, + "Waiting for the Sunrise": {"x":173,"y":32,"w":239,"ch":17,"s":["400"]}, + "Wallpoet": {"x":0,"y":64,"w":192,"ch":17,"s":["400"]}, + "Walter Turncoat": {"x":192,"y":64,"w":350,"ch":17,"s":["400"]}, + "Warnes": {"x":0,"y":96,"w":195,"ch":17,"s":["400"]}, + "Water Brush": {"x":195,"y":96,"w":150,"ch":17,"s":["400"]}, + "Waterfall": {"x":345,"y":96,"w":106,"ch":17,"s":["400"]}, + "Wavefont": {"x":0,"y":0,"w":0,"ch":0,"s":["100","200","300","400","500","600","700","800","900"],"a":[{"tag":"wght","min":4,"max":1000,"defaultValue":400},{"tag":"ROND","min":0,"max":100,"defaultValue":100},{"tag":"YELA","min":-100,"max":100,"defaultValue":-100}],"noPreview":true}, + "Wellfleet": {"x":0,"y":128,"w":157,"ch":17,"s":["400"]}, + "Wendy One": {"x":157,"y":128,"w":201,"ch":17,"s":["400"]}, + "Whisper": {"x":358,"y":128,"w":98,"ch":17,"s":["400"]}, + "WindSong": {"x":0,"y":160,"w":148,"ch":17,"s":["400","500"]}, + "Winky Rough": {"x":148,"y":160,"w":175,"ch":17,"s":["300","400","500","600","700","800","900","300i","400i","500i","600i","700i","800i","900i"],"a":[{"tag":"wght","min":300,"max":900,"defaultValue":400}]}, + "Winky Sans": {"x":323,"y":160,"w":154,"ch":17,"s":["300","400","500","600","700","800","900","300i","400i","500i","600i","700i","800i","900i"],"a":[{"tag":"wght","min":300,"max":900,"defaultValue":400}]}, + "Wire One": {"x":456,"y":128,"w":85,"ch":17,"s":["400"]}, + "Wittgenstein": {"x":0,"y":192,"w":193,"ch":17,"s":["400","500","600","700","800","900","400i","500i","600i","700i","800i","900i"],"a":[{"tag":"wght","min":400,"max":900,"defaultValue":400}]}, + "Wix Madefor Display": {"x":193,"y":192,"w":312,"ch":17,"s":["400","500","600","700","800"],"a":[{"tag":"wght","min":400,"max":800,"defaultValue":400}]}, + "Wix Madefor Text": {"x":0,"y":224,"w":320,"ch":17,"s":["400","400i","500","500i","600","600i","700","700i","800","800i"],"a":[{"tag":"wght","min":400,"max":800,"defaultValue":400}]}, + "Work Sans": {"x":320,"y":224,"w":207,"ch":17,"s":["100","200","300","400","500","600","700","800","900","100i","200i","300i","400i","500i","600i","700i","800i","900i"],"a":[{"tag":"wght","min":100,"max":900,"defaultValue":400}]}, + "Workbench": {"x":0,"y":256,"w":162,"ch":17,"s":["400"],"a":[{"tag":"BLED","min":0,"max":100,"defaultValue":0},{"tag":"SCAN","min":-53,"max":100,"defaultValue":0}]}, + "Xanh Mono": {"x":162,"y":256,"w":179,"ch":17,"s":["400","400i"]}, + "Yaldevi": {"x":341,"y":256,"w":111,"ch":17,"s":["200","300","400","500","600","700"],"a":[{"tag":"wght","min":200,"max":700,"defaultValue":400}]}, + "Yanone Kaffeesatz": {"x":0,"y":288,"w":226,"ch":17,"s":["200","300","400","500","600","700"],"a":[{"tag":"wght","min":200,"max":700,"defaultValue":400}]}, + "Yantramanav": {"x":226,"y":288,"w":247,"ch":17,"s":["100","300","400","500","700","900"]}, "Yarndings 12": {"x":0,"y":0,"w":0,"ch":0,"s":["400"],"noPreview":true}, "Yarndings 12 Charted": {"x":0,"y":0,"w":0,"ch":0,"s":["400"],"noPreview":true}, "Yarndings 20": {"x":0,"y":0,"w":0,"ch":0,"s":["400"],"noPreview":true}, "Yarndings 20 Charted": {"x":0,"y":0,"w":0,"ch":0,"s":["400"],"noPreview":true}, - "Yatra One": {"x":473,"y":640,"w":202,"ch":16,"s":["400"]}, - "Yellowtail": {"x":632,"y":576,"w":109,"ch":16,"s":["400"]}, + "Yatra One": {"x":0,"y":320,"w":202,"ch":17,"s":["400"]}, + "Yellowtail": {"x":202,"y":320,"w":109,"ch":17,"s":["400"]}, "Yeon Sung": {"x":0,"y":0,"w":0,"ch":0,"s":["400"],"noPreview":true}, - "Yeseva One": {"x":0,"y":672,"w":232,"ch":16,"s":["400"]}, - "Yesteryear": {"x":232,"y":672,"w":88,"ch":16,"s":["400"]}, + "Yeseva One": {"x":311,"y":320,"w":232,"ch":17,"s":["400"]}, + "Yesteryear": {"x":452,"y":256,"w":88,"ch":17,"s":["400"]}, "Yomogi": {"x":0,"y":0,"w":0,"ch":0,"s":["400"],"noPreview":true}, - "Young Serif": {"x":320,"y":672,"w":180,"ch":16,"s":["400"]}, - "Yrsa": {"x":500,"y":672,"w":89,"ch":16,"s":["300","400","500","600","700","300i","400i","500i","600i","700i"]}, - "Ysabeau": {"x":589,"y":672,"w":136,"ch":16,"s":["100","200","300","400","500","600","700","800","900","100i","200i","300i","400i","500i","600i","700i","800i","900i"]}, - "Ysabeau Infant": {"x":0,"y":704,"w":263,"ch":16,"s":["100","200","300","400","500","600","700","800","900","100i","200i","300i","400i","500i","600i","700i","800i","900i"]}, - "Ysabeau Office": {"x":263,"y":704,"w":255,"ch":16,"s":["100","200","300","400","500","600","700","800","900","100i","200i","300i","400i","500i","600i","700i","800i","900i"]}, - "Ysabeau SC": {"x":518,"y":704,"w":225,"ch":16,"s":["100","200","300","400","500","600","700","800","900"]}, + "Young Serif": {"x":0,"y":352,"w":180,"ch":17,"s":["400"]}, + "Yrsa": {"x":180,"y":352,"w":89,"ch":17,"s":["300","400","500","600","700","300i","400i","500i","600i","700i"],"a":[{"tag":"wght","min":300,"max":700,"defaultValue":400}]}, + "Ysabeau": {"x":269,"y":352,"w":136,"ch":17,"s":["100","200","300","400","500","600","700","800","900","100i","200i","300i","400i","500i","600i","700i","800i","900i"],"a":[{"tag":"wght","min":1,"max":1000,"defaultValue":400}]}, + "Ysabeau Infant": {"x":0,"y":384,"w":263,"ch":17,"s":["100","200","300","400","500","600","700","800","900","100i","200i","300i","400i","500i","600i","700i","800i","900i"],"a":[{"tag":"wght","min":1,"max":1000,"defaultValue":400}]}, + "Ysabeau Office": {"x":263,"y":384,"w":255,"ch":17,"s":["100","200","300","400","500","600","700","800","900","100i","200i","300i","400i","500i","600i","700i","800i","900i"],"a":[{"tag":"wght","min":1,"max":1000,"defaultValue":400}]}, + "Ysabeau SC": {"x":0,"y":416,"w":225,"ch":17,"s":["100","200","300","400","500","600","700","800","900"],"a":[{"tag":"wght","min":1,"max":1000,"defaultValue":400}]}, "Yuji Boku": {"x":0,"y":0,"w":0,"ch":0,"s":["400"],"noPreview":true}, "Yuji Hentaigana Akari": {"x":0,"y":0,"w":0,"ch":0,"s":["400"],"noPreview":true}, "Yuji Hentaigana Akebono": {"x":0,"y":0,"w":0,"ch":0,"s":["400"],"noPreview":true}, @@ -1843,39 +1889,43 @@ "ZCOOL KuaiLe": {"x":0,"y":0,"w":0,"ch":0,"s":["400"],"noPreview":true}, "ZCOOL QingKe HuangYou": {"x":0,"y":0,"w":0,"ch":0,"s":["400"],"noPreview":true}, "ZCOOL XiaoWei": {"x":0,"y":0,"w":0,"ch":0,"s":["400"],"noPreview":true}, - "Zain": {"x":675,"y":640,"w":78,"ch":16,"s":["200","300","300i","400","400i","700","800","900"]}, + "Zain": {"x":225,"y":416,"w":78,"ch":17,"s":["200","300","300i","400","400i","700","800","900"]}, + "Zalando Sans": {"x":0,"y":448,"w":254,"ch":17,"s":["200","300","400","500","600","700","800","900","200i","300i","400i","500i","600i","700i","800i","900i"],"a":[{"tag":"wdth","min":75,"max":125,"defaultValue":100},{"tag":"wght","min":200,"max":900,"defaultValue":400}]}, + "Zalando Sans Expanded": {"x":0,"y":480,"w":447,"ch":17,"s":["200","300","400","500","600","700","800","900","200i","300i","400i","500i","600i","700i","800i","900i"],"a":[{"tag":"wght","min":200,"max":900,"defaultValue":400}]}, + "Zalando Sans SemiExpanded": {"x":0,"y":512,"w":483,"ch":17,"s":["200","300","400","500","600","700","800","900","200i","300i","400i","500i","600i","700i","800i","900i"],"a":[{"tag":"wght","min":200,"max":900,"defaultValue":400}]}, "Zen Antique": {"x":0,"y":0,"w":0,"ch":0,"s":["400"],"noPreview":true}, "Zen Antique Soft": {"x":0,"y":0,"w":0,"ch":0,"s":["400"],"noPreview":true}, - "Zen Dots": {"x":0,"y":736,"w":240,"ch":16,"s":["400"]}, + "Zen Dots": {"x":254,"y":448,"w":240,"ch":17,"s":["400"]}, "Zen Kaku Gothic Antique": {"x":0,"y":0,"w":0,"ch":0,"s":["300","400","500","700","900"],"noPreview":true}, "Zen Kaku Gothic New": {"x":0,"y":0,"w":0,"ch":0,"s":["300","400","500","700","900"],"noPreview":true}, "Zen Kurenaido": {"x":0,"y":0,"w":0,"ch":0,"s":["400"],"noPreview":true}, - "Zen Loop": {"x":240,"y":736,"w":82,"ch":16,"s":["400","400i"]}, + "Zen Loop": {"x":447,"y":480,"w":82,"ch":17,"s":["400","400i"]}, "Zen Maru Gothic": {"x":0,"y":0,"w":0,"ch":0,"s":["300","400","500","700","900"],"noPreview":true}, "Zen Old Mincho": {"x":0,"y":0,"w":0,"ch":0,"s":["400","500","600","700","900"],"noPreview":true}, - "Zen Tokyo Zoo": {"x":322,"y":736,"w":224,"ch":16,"s":["400"]}, - "Zeyada": {"x":546,"y":736,"w":69,"ch":16,"s":["400"]}, + "Zen Tokyo Zoo": {"x":303,"y":416,"w":224,"ch":17,"s":["400"]}, + "Zeyada": {"x":405,"y":352,"w":69,"ch":17,"s":["400"]}, "Zhi Mang Xing": {"x":0,"y":0,"w":0,"ch":0,"s":["400"],"noPreview":true}, - "Zilla Slab": {"x":0,"y":768,"w":166,"ch":16,"s":["300","300i","400","400i","500","500i","600","600i","700","700i"]}, - "Zilla Slab Highlight": {"x":166,"y":768,"w":225,"ch":16,"s":["400","700"]} + "Zilla Slab": {"x":0,"y":544,"w":166,"ch":17,"s":["300","300i","400","400i","500","500i","600","600i","700","700i"]}, + "Zilla Slab Highlight": {"x":166,"y":544,"w":225,"ch":17,"s":["400","700"]} }, "chunks": [ {"w":757,"h":800}, - {"w":797,"h":832}, - {"w":814,"h":832}, - {"w":825,"h":864}, - {"w":773,"h":800}, - {"w":844,"h":864}, - {"w":752,"h":800}, - {"w":791,"h":832}, + {"w":808,"h":832}, + {"w":871,"h":896}, + {"w":793,"h":832}, + {"w":811,"h":832}, + {"w":811,"h":832}, + {"w":793,"h":832}, + {"w":815,"h":832}, {"w":774,"h":800}, - {"w":1073,"h":1120}, - {"w":1020,"h":1088}, + {"w":990,"h":1024}, + {"w":1061,"h":1120}, + {"w":856,"h":864}, + {"w":840,"h":896}, {"w":790,"h":832}, - {"w":838,"h":896}, - {"w":793,"h":832}, - {"w":806,"h":864}, - {"w":800,"h":832}, - {"w":761,"h":800} + {"w":817,"h":832}, + {"w":826,"h":864}, + {"w":762,"h":768}, + {"w":543,"h":576} ] } \ No newline at end of file diff --git a/output/google-fonts.ts b/output/google-fonts.ts new file mode 100644 index 0000000..b5afb9b --- /dev/null +++ b/output/google-fonts.ts @@ -0,0 +1,532 @@ +// To parse this data: +// +// import { Convert, GoogleFontsVariable, GoogleFontsMeta } from "./file"; +// +// const googleFontsVariable = Convert.toGoogleFontsVariable(json); +// const googleFontsMeta = Convert.toGoogleFontsMeta(json); +// +// These functions will throw an error if the JSON doesn't +// match the expected interface, even if the JSON is valid. + +export interface GoogleFontsVariable { + kind: string; + items: Item[]; +} + +export interface Item { + family: string; + variants: string[]; + subsets: string[]; + version: string; + lastModified: Date; + files: Files; + category: ItemCategory; + kind: Kind; + menu: string; + axes?: ItemAxe[]; + colorCapabilities?: ItemColorCapability[]; +} + +export interface ItemAxe { + tag: string; + start: number; + end: number; +} + +export enum ItemCategory { + Display = "display", + Handwriting = "handwriting", + Monospace = "monospace", + SansSerif = "sans-serif", + Serif = "serif", +} + +export enum ItemColorCapability { + COLRv0 = "COLRv0", + COLRv1 = "COLRv1", + SVG = "SVG", +} + +export interface Files { + regular?: string; + italic?: string; + "500"?: string; + "600"?: string; + "700"?: string; + "800"?: string; + "900"?: string; + "500italic"?: string; + "700italic"?: string; + "800italic"?: string; + "900italic"?: string; + "100"?: string; + "300"?: string; + "100italic"?: string; + "300italic"?: string; + "200"?: string; + "200italic"?: string; + "600italic"?: string; +} + +export enum Kind { + WebfontsWebfont = "webfonts#webfont", +} + +export interface GoogleFontsMeta { + axisRegistry: AxisRegistry[]; + familyMetadataList: FamilyMetadataList[]; + promotedScript: null; +} + +export interface AxisRegistry { + tag: string; + displayName: string; + min: number; + defaultValue: number; + max: number; + precision: number; + description: string; + fallbackOnly: boolean; + illustrationUrl?: string; + fallbacks: Fallback[]; +} + +export interface Fallback { + name: string; + value: number; + displayName: DisplayName; +} + +export enum DisplayName { + Empty = "", + Off = "Off", + On = "On", +} + +export interface FamilyMetadataList { + family: string; + displayName: null | string; + category: ClassificationEnum; + stroke: Stroke | null; + classifications: ClassificationEnum[]; + size: number; + subsets: string[]; + fonts: { [key: string]: Font }; + axes: FamilyMetadataListAxe[]; + designers: string[]; + lastModified: Date; + dateAdded: Date; + popularity: number; + trending: number; + defaultSort: number; + androidFragment: null | string; + isNoto: boolean; + colorCapabilities: FamilyMetadataListColorCapability[]; + primaryScript: string; + primaryLanguage: PrimaryLanguage; + isOpenSource: boolean; + isBrandFont: boolean; + languages: any[]; +} + +export interface FamilyMetadataListAxe { + tag: string; + min: number; + max: number; + defaultValue: number; +} + +export enum ClassificationEnum { + Display = "Display", + Handwriting = "Handwriting", + Monospace = "Monospace", + SansSerif = "Sans Serif", + Serif = "Serif", + Symbols = "Symbols", +} + +export enum FamilyMetadataListColorCapability { + Colrv0 = "COLRV0", + Colrv1 = "COLRV1", + Otsvg = "OTSVG", +} + +export interface Font { + thickness: number | null; + slant: number | null; + width: number | null; + lineHeight: number; +} + +export enum PrimaryLanguage { + CSLatn = "cs_Latn", + CuCyrl = "cu_Cyrl", + DaLatn = "da_Latn", + DeLatn = "de_Latn", + Empty = "", + EnLatn = "en_Latn", + EsLatn = "es_Latn", + FaArab = "fa_Arab", + FrLatn = "fr_Latn", + HrLatn = "hr_Latn", + HuLatn = "hu_Latn", + IDLatn = "id_Latn", + IsLatn = "is_Latn", + ItLatn = "it_Latn", + NbLatn = "nb_Latn", + NlLatn = "nl_Latn", + PlLatn = "pl_Latn", + PtLatn = "pt_Latn", + RoLatn = "ro_Latn", + SkLatn = "sk_Latn", + ViLatn = "vi_Latn", + YueHant = "yue_Hant", + ZhHans = "zh_Hans", + ZhHant = "zh_Hant", +} + +export enum Stroke { + SansSerif = "Sans Serif", + Serif = "Serif", + SlabSerif = "Slab Serif", +} + +// Converts JSON strings to/from your types +// and asserts the results of JSON.parse at runtime +export class Convert { + public static toGoogleFontsVariable(json: string): GoogleFontsVariable { + return cast(JSON.parse(json), r("GoogleFontsVariable")); + } + + public static googleFontsVariableToJson(value: GoogleFontsVariable): string { + return JSON.stringify(uncast(value, r("GoogleFontsVariable")), null, 2); + } + + public static toGoogleFontsMeta(json: string): GoogleFontsMeta { + return cast(JSON.parse(json), r("GoogleFontsMeta")); + } + + public static googleFontsMetaToJson(value: GoogleFontsMeta): string { + return JSON.stringify(uncast(value, r("GoogleFontsMeta")), null, 2); + } +} + +function invalidValue(typ: any, val: any, key: any, parent: any = ''): never { + const prettyTyp = prettyTypeName(typ); + const parentText = parent ? ` on ${parent}` : ''; + const keyText = key ? ` for key "${key}"` : ''; + throw Error(`Invalid value${keyText}${parentText}. Expected ${prettyTyp} but got ${JSON.stringify(val)}`); +} + +function prettyTypeName(typ: any): string { + if (Array.isArray(typ)) { + if (typ.length === 2 && typ[0] === undefined) { + return `an optional ${prettyTypeName(typ[1])}`; + } else { + return `one of [${typ.map(a => { return prettyTypeName(a); }).join(", ")}]`; + } + } else if (typeof typ === "object" && typ.literal !== undefined) { + return typ.literal; + } else { + return typeof typ; + } +} + +function jsonToJSProps(typ: any): any { + if (typ.jsonToJS === undefined) { + const map: any = {}; + typ.props.forEach((p: any) => map[p.json] = { key: p.js, typ: p.typ }); + typ.jsonToJS = map; + } + return typ.jsonToJS; +} + +function jsToJSONProps(typ: any): any { + if (typ.jsToJSON === undefined) { + const map: any = {}; + typ.props.forEach((p: any) => map[p.js] = { key: p.json, typ: p.typ }); + typ.jsToJSON = map; + } + return typ.jsToJSON; +} + +function transform(val: any, typ: any, getProps: any, key: any = '', parent: any = ''): any { + function transformPrimitive(typ: string, val: any): any { + if (typeof typ === typeof val) return val; + return invalidValue(typ, val, key, parent); + } + + function transformUnion(typs: any[], val: any): any { + // val must validate against one typ in typs + const l = typs.length; + for (let i = 0; i < l; i++) { + const typ = typs[i]; + try { + return transform(val, typ, getProps); + } catch (_) {} + } + return invalidValue(typs, val, key, parent); + } + + function transformEnum(cases: string[], val: any): any { + if (cases.indexOf(val) !== -1) return val; + return invalidValue(cases.map(a => { return l(a); }), val, key, parent); + } + + function transformArray(typ: any, val: any): any { + // val must be an array with no invalid elements + if (!Array.isArray(val)) return invalidValue(l("array"), val, key, parent); + return val.map(el => transform(el, typ, getProps)); + } + + function transformDate(val: any): any { + if (val === null) { + return null; + } + const d = new Date(val); + if (isNaN(d.valueOf())) { + return invalidValue(l("Date"), val, key, parent); + } + return d; + } + + function transformObject(props: { [k: string]: any }, additional: any, val: any): any { + if (val === null || typeof val !== "object" || Array.isArray(val)) { + return invalidValue(l(ref || "object"), val, key, parent); + } + const result: any = {}; + Object.getOwnPropertyNames(props).forEach(key => { + const prop = props[key]; + const v = Object.prototype.hasOwnProperty.call(val, key) ? val[key] : undefined; + result[prop.key] = transform(v, prop.typ, getProps, key, ref); + }); + Object.getOwnPropertyNames(val).forEach(key => { + if (!Object.prototype.hasOwnProperty.call(props, key)) { + result[key] = transform(val[key], additional, getProps, key, ref); + } + }); + return result; + } + + if (typ === "any") return val; + if (typ === null) { + if (val === null) return val; + return invalidValue(typ, val, key, parent); + } + if (typ === false) return invalidValue(typ, val, key, parent); + let ref: any = undefined; + while (typeof typ === "object" && typ.ref !== undefined) { + ref = typ.ref; + typ = typeMap[typ.ref]; + } + if (Array.isArray(typ)) return transformEnum(typ, val); + if (typeof typ === "object") { + return typ.hasOwnProperty("unionMembers") ? transformUnion(typ.unionMembers, val) + : typ.hasOwnProperty("arrayItems") ? transformArray(typ.arrayItems, val) + : typ.hasOwnProperty("props") ? transformObject(getProps(typ), typ.additional, val) + : invalidValue(typ, val, key, parent); + } + // Numbers can be parsed by Date but shouldn't be. + if (typ === Date && typeof val !== "number") return transformDate(val); + return transformPrimitive(typ, val); +} + +function cast(val: any, typ: any): T { + return transform(val, typ, jsonToJSProps); +} + +function uncast(val: T, typ: any): any { + return transform(val, typ, jsToJSONProps); +} + +function l(typ: any) { + return { literal: typ }; +} + +function a(typ: any) { + return { arrayItems: typ }; +} + +function u(...typs: any[]) { + return { unionMembers: typs }; +} + +function o(props: any[], additional: any) { + return { props, additional }; +} + +function m(additional: any) { + return { props: [], additional }; +} + +function r(name: string) { + return { ref: name }; +} + +const typeMap: any = { + "GoogleFontsVariable": o([ + { json: "kind", js: "kind", typ: "" }, + { json: "items", js: "items", typ: a(r("Item")) }, + ], false), + "Item": o([ + { json: "family", js: "family", typ: "" }, + { json: "variants", js: "variants", typ: a("") }, + { json: "subsets", js: "subsets", typ: a("") }, + { json: "version", js: "version", typ: "" }, + { json: "lastModified", js: "lastModified", typ: Date }, + { json: "files", js: "files", typ: r("Files") }, + { json: "category", js: "category", typ: r("ItemCategory") }, + { json: "kind", js: "kind", typ: r("Kind") }, + { json: "menu", js: "menu", typ: "" }, + { json: "axes", js: "axes", typ: u(undefined, a(r("ItemAxe"))) }, + { json: "colorCapabilities", js: "colorCapabilities", typ: u(undefined, a(r("ItemColorCapability"))) }, + ], false), + "ItemAxe": o([ + { json: "tag", js: "tag", typ: "" }, + { json: "start", js: "start", typ: 3.14 }, + { json: "end", js: "end", typ: 3.14 }, + ], false), + "Files": o([ + { json: "regular", js: "regular", typ: u(undefined, "") }, + { json: "italic", js: "italic", typ: u(undefined, "") }, + { json: "500", js: "500", typ: u(undefined, "") }, + { json: "600", js: "600", typ: u(undefined, "") }, + { json: "700", js: "700", typ: u(undefined, "") }, + { json: "800", js: "800", typ: u(undefined, "") }, + { json: "900", js: "900", typ: u(undefined, "") }, + { json: "500italic", js: "500italic", typ: u(undefined, "") }, + { json: "700italic", js: "700italic", typ: u(undefined, "") }, + { json: "800italic", js: "800italic", typ: u(undefined, "") }, + { json: "900italic", js: "900italic", typ: u(undefined, "") }, + { json: "100", js: "100", typ: u(undefined, "") }, + { json: "300", js: "300", typ: u(undefined, "") }, + { json: "100italic", js: "100italic", typ: u(undefined, "") }, + { json: "300italic", js: "300italic", typ: u(undefined, "") }, + { json: "200", js: "200", typ: u(undefined, "") }, + { json: "200italic", js: "200italic", typ: u(undefined, "") }, + { json: "600italic", js: "600italic", typ: u(undefined, "") }, + ], false), + "GoogleFontsMeta": o([ + { json: "axisRegistry", js: "axisRegistry", typ: a(r("AxisRegistry")) }, + { json: "familyMetadataList", js: "familyMetadataList", typ: a(r("FamilyMetadataList")) }, + { json: "promotedScript", js: "promotedScript", typ: null }, + ], false), + "AxisRegistry": o([ + { json: "tag", js: "tag", typ: "" }, + { json: "displayName", js: "displayName", typ: "" }, + { json: "min", js: "min", typ: 0 }, + { json: "defaultValue", js: "defaultValue", typ: 3.14 }, + { json: "max", js: "max", typ: 0 }, + { json: "precision", js: "precision", typ: 0 }, + { json: "description", js: "description", typ: "" }, + { json: "fallbackOnly", js: "fallbackOnly", typ: true }, + { json: "illustrationUrl", js: "illustrationUrl", typ: u(undefined, "") }, + { json: "fallbacks", js: "fallbacks", typ: a(r("Fallback")) }, + ], false), + "Fallback": o([ + { json: "name", js: "name", typ: "" }, + { json: "value", js: "value", typ: 3.14 }, + { json: "displayName", js: "displayName", typ: r("DisplayName") }, + ], false), + "FamilyMetadataList": o([ + { json: "family", js: "family", typ: "" }, + { json: "displayName", js: "displayName", typ: u(null, "") }, + { json: "category", js: "category", typ: r("ClassificationEnum") }, + { json: "stroke", js: "stroke", typ: u(r("Stroke"), null) }, + { json: "classifications", js: "classifications", typ: a(r("ClassificationEnum")) }, + { json: "size", js: "size", typ: 0 }, + { json: "subsets", js: "subsets", typ: a("") }, + { json: "fonts", js: "fonts", typ: m(r("Font")) }, + { json: "axes", js: "axes", typ: a(r("FamilyMetadataListAxe")) }, + { json: "designers", js: "designers", typ: a("") }, + { json: "lastModified", js: "lastModified", typ: Date }, + { json: "dateAdded", js: "dateAdded", typ: Date }, + { json: "popularity", js: "popularity", typ: 0 }, + { json: "trending", js: "trending", typ: 0 }, + { json: "defaultSort", js: "defaultSort", typ: 0 }, + { json: "androidFragment", js: "androidFragment", typ: u(null, "") }, + { json: "isNoto", js: "isNoto", typ: true }, + { json: "colorCapabilities", js: "colorCapabilities", typ: a(r("FamilyMetadataListColorCapability")) }, + { json: "primaryScript", js: "primaryScript", typ: "" }, + { json: "primaryLanguage", js: "primaryLanguage", typ: r("PrimaryLanguage") }, + { json: "isOpenSource", js: "isOpenSource", typ: true }, + { json: "isBrandFont", js: "isBrandFont", typ: true }, + { json: "languages", js: "languages", typ: a("any") }, + ], false), + "FamilyMetadataListAxe": o([ + { json: "tag", js: "tag", typ: "" }, + { json: "min", js: "min", typ: 3.14 }, + { json: "max", js: "max", typ: 3.14 }, + { json: "defaultValue", js: "defaultValue", typ: 3.14 }, + ], false), + "Font": o([ + { json: "thickness", js: "thickness", typ: u(0, null) }, + { json: "slant", js: "slant", typ: u(0, null) }, + { json: "width", js: "width", typ: u(0, null) }, + { json: "lineHeight", js: "lineHeight", typ: 3.14 }, + ], false), + "ItemCategory": [ + "display", + "handwriting", + "monospace", + "sans-serif", + "serif", + ], + "ItemColorCapability": [ + "COLRv0", + "COLRv1", + "SVG", + ], + "Kind": [ + "webfonts#webfont", + ], + "DisplayName": [ + "", + "Off", + "On", + ], + "ClassificationEnum": [ + "Display", + "Handwriting", + "Monospace", + "Sans Serif", + "Serif", + "Symbols", + ], + "FamilyMetadataListColorCapability": [ + "COLRV0", + "COLRV1", + "OTSVG", + ], + "PrimaryLanguage": [ + "cs_Latn", + "cu_Cyrl", + "da_Latn", + "de_Latn", + "", + "en_Latn", + "es_Latn", + "fa_Arab", + "fr_Latn", + "hr_Latn", + "hu_Latn", + "id_Latn", + "is_Latn", + "it_Latn", + "nb_Latn", + "nl_Latn", + "pl_Latn", + "pt_Latn", + "ro_Latn", + "sk_Latn", + "vi_Latn", + "yue_Hant", + "zh_Hans", + "zh_Hant", + ], + "Stroke": [ + "Sans Serif", + "Serif", + "Slab Serif", + ], +}; diff --git a/output/metadata.json b/output/metadata.json index 79ab687..b7b834a 100644 --- a/output/metadata.json +++ b/output/metadata.json @@ -1,1860 +1,1909 @@ { - "ABeeZee": ["400","400i"], - "Abel": ["400"], - "Abhaya Libre": ["400","500","600","700","800"], - "Aboreto": ["400"], - "Abril Fatface": ["400"], - "Abyssinica SIL": ["400"], - "Aclonica": ["400"], - "Acme": ["400"], - "Actor": ["400"], - "Adamina": ["400"], - "ADLaM Display": ["400"], - "Advent Pro": ["100","200","300","400","500","600","700","800","900","100i","200i","300i","400i","500i","600i","700i","800i","900i"], - "Afacad": ["400","500","600","700","400i","500i","600i","700i"], - "Afacad Flux": ["100","200","300","400","500","600","700","800","900"], - "Agbalumo": ["400"], - "Agdasima": ["400","700"], - "Agu Display": ["400"], - "Aguafina Script": ["400"], - "Akatab": ["400","500","600","700","800","900"], - "Akaya Kanadaka": ["400"], - "Akaya Telivigala": ["400"], - "Akronim": ["400"], - "Akshar": ["300","400","500","600","700"], - "Aladin": ["400"], - "Alata": ["400"], - "Alatsi": ["400"], - "Albert Sans": ["100","200","300","400","500","600","700","800","900","100i","200i","300i","400i","500i","600i","700i","800i","900i"], - "Aldrich": ["400"], - "Alef": ["400","700"], - "Alegreya": ["400","500","600","700","800","900","400i","500i","600i","700i","800i","900i"], - "Alegreya Sans": ["100","100i","300","300i","400","400i","500","500i","700","700i","800","800i","900","900i"], - "Alegreya Sans SC": ["100","100i","300","300i","400","400i","500","500i","700","700i","800","800i","900","900i"], - "Alegreya SC": ["400","400i","500","500i","700","700i","800","800i","900","900i"], - "Aleo": ["100","200","300","400","500","600","700","800","900","100i","200i","300i","400i","500i","600i","700i","800i","900i"], - "Alex Brush": ["400"], - "Alexandria": ["100","200","300","400","500","600","700","800","900"], - "Alfa Slab One": ["400"], - "Alice": ["400"], - "Alike": ["400"], - "Alike Angular": ["400"], - "Alkalami": ["400"], - "Alkatra": ["400","500","600","700"], - "Allan": ["400","700"], - "Allerta": ["400"], - "Allerta Stencil": ["400"], - "Allison": ["400"], - "Allura": ["400"], - "Almarai": ["300","400","700","800"], - "Almendra": ["400","400i","700","700i"], - "Almendra Display": ["400"], - "Almendra SC": ["400"], - "Alumni Sans": ["100","200","300","400","500","600","700","800","900","100i","200i","300i","400i","500i","600i","700i","800i","900i"], - "Alumni Sans Collegiate One": ["400","400i"], - "Alumni Sans Inline One": ["400","400i"], - "Alumni Sans Pinstripe": ["400","400i"], - "Alumni Sans SC": ["100","200","300","400","500","600","700","800","900","100i","200i","300i","400i","500i","600i","700i","800i","900i"], - "Amarante": ["400"], - "Amaranth": ["400","400i","700","700i"], - "Amatic SC": ["400","700"], - "Amethysta": ["400"], - "Amiko": ["400","600","700"], - "Amiri": ["400","400i","700","700i"], - "Amiri Quran": ["400"], - "Amita": ["400","700"], - "Anaheim": ["400","500","600","700","800"], - "Ancizar Sans": ["100","200","300","400","500","600","700","800","900","100i","200i","300i","400i","500i","600i","700i","800i","900i"], - "Ancizar Serif": ["300","400","500","600","700","800","900","300i","400i","500i","600i","700i","800i","900i"], - "Andada Pro": ["400","500","600","700","800","400i","500i","600i","700i","800i"], - "Andika": ["400","400i","700","700i"], - "Anek Bangla": ["100","200","300","400","500","600","700","800"], - "Anek Devanagari": ["100","200","300","400","500","600","700","800"], - "Anek Gujarati": ["100","200","300","400","500","600","700","800"], - "Anek Gurmukhi": ["100","200","300","400","500","600","700","800"], - "Anek Kannada": ["100","200","300","400","500","600","700","800"], - "Anek Latin": ["100","200","300","400","500","600","700","800"], - "Anek Malayalam": ["100","200","300","400","500","600","700","800"], - "Anek Odia": ["100","200","300","400","500","600","700","800"], - "Anek Tamil": ["100","200","300","400","500","600","700","800"], - "Anek Telugu": ["100","200","300","400","500","600","700","800"], - "Angkor": ["400"], - "Annapurna SIL": ["400","700"], - "Annie Use Your Telescope": ["400"], - "Anonymous Pro": ["400","400i","700","700i"], - "Anta": ["400"], - "Antic": ["400"], - "Antic Didone": ["400"], - "Antic Slab": ["400"], - "Anton": ["400"], - "Anton SC": ["400"], - "Antonio": ["100","200","300","400","500","600","700"], - "Anuphan": ["100","200","300","400","500","600","700"], - "Anybody": ["100","200","300","400","500","600","700","800","900","100i","200i","300i","400i","500i","600i","700i","800i","900i"], - "Aoboshi One": ["400"], - "AR One Sans": ["400","500","600","700"], - "Arapey": ["400","400i"], - "Arbutus": ["400"], - "Arbutus Slab": ["400"], - "Architects Daughter": ["400"], - "Archivo": ["100","200","300","400","500","600","700","800","900","100i","200i","300i","400i","500i","600i","700i","800i","900i"], - "Archivo Black": ["400"], - "Archivo Narrow": ["400","500","600","700","400i","500i","600i","700i"], - "Are You Serious": ["400"], - "Aref Ruqaa": ["400","700"], - "Aref Ruqaa Ink": ["400","700"], - "Arima": ["100","200","300","400","500","600","700"], - "Arimo": ["400","500","600","700","400i","500i","600i","700i"], - "Arizonia": ["400"], - "Armata": ["400"], - "Arsenal": ["400","400i","700","700i"], - "Arsenal SC": ["400","400i","700","700i"], - "Artifika": ["400"], - "Arvo": ["400","400i","700","700i"], - "Arya": ["400","700"], - "Asap": ["100","200","300","400","500","600","700","800","900","100i","200i","300i","400i","500i","600i","700i","800i","900i"], - "Asap Condensed": ["200","200i","300","300i","400","400i","500","500i","600","600i","700","700i","800","800i","900","900i"], - "Asar": ["400"], - "Asset": ["400"], - "Assistant": ["200","300","400","500","600","700","800"], - "Asta Sans": ["300","400","500","600","700","800"], - "Astloch": ["400","700"], - "Asul": ["400","700"], - "Athiti": ["200","300","400","500","600","700"], - "Atkinson Hyperlegible": ["400","400i","700","700i"], - "Atkinson Hyperlegible Mono": ["200","300","400","500","600","700","800","200i","300i","400i","500i","600i","700i","800i"], - "Atkinson Hyperlegible Next": ["200","300","400","500","600","700","800","200i","300i","400i","500i","600i","700i","800i"], - "Atma": ["300","400","500","600","700"], - "Atomic Age": ["400"], - "Aubrey": ["400"], - "Audiowide": ["400"], - "Autour One": ["400"], - "Average": ["400"], - "Average Sans": ["400"], - "Averia Gruesa Libre": ["400"], - "Averia Libre": ["300","300i","400","400i","700","700i"], - "Averia Sans Libre": ["300","300i","400","400i","700","700i"], - "Averia Serif Libre": ["300","300i","400","400i","700","700i"], - "Azeret Mono": ["100","200","300","400","500","600","700","800","900","100i","200i","300i","400i","500i","600i","700i","800i","900i"], - "B612": ["400","400i","700","700i"], - "B612 Mono": ["400","400i","700","700i"], - "Babylonica": ["400"], - "Bacasime Antique": ["400"], - "Bad Script": ["400"], - "Badeen Display": ["400"], - "Bagel Fat One": ["400"], - "Bahiana": ["400"], - "Bahianita": ["400"], - "Bai Jamjuree": ["200","200i","300","300i","400","400i","500","500i","600","600i","700","700i"], - "Bakbak One": ["400"], - "Ballet": ["400"], - "Baloo 2": ["400","500","600","700","800"], - "Baloo Bhai 2": ["400","500","600","700","800"], - "Baloo Bhaijaan 2": ["400","500","600","700","800"], - "Baloo Bhaina 2": ["400","500","600","700","800"], - "Baloo Chettan 2": ["400","500","600","700","800"], - "Baloo Da 2": ["400","500","600","700","800"], - "Baloo Paaji 2": ["400","500","600","700","800"], - "Baloo Tamma 2": ["400","500","600","700","800"], - "Baloo Tammudu 2": ["400","500","600","700","800"], - "Baloo Thambi 2": ["400","500","600","700","800"], - "Balsamiq Sans": ["400","400i","700","700i"], - "Balthazar": ["400"], - "Bangers": ["400"], - "Barlow": ["100","100i","200","200i","300","300i","400","400i","500","500i","600","600i","700","700i","800","800i","900","900i"], - "Barlow Condensed": ["100","100i","200","200i","300","300i","400","400i","500","500i","600","600i","700","700i","800","800i","900","900i"], - "Barlow Semi Condensed": ["100","100i","200","200i","300","300i","400","400i","500","500i","600","600i","700","700i","800","800i","900","900i"], - "Barriecito": ["400"], - "Barrio": ["400"], - "Basic": ["400"], - "Baskervville": ["400","500","600","700","400i","500i","600i","700i"], - "Baskervville SC": ["400","500","600","700"], - "Battambang": ["100","300","400","700","900"], - "Baumans": ["400"], - "Bayon": ["400"], - "Be Vietnam Pro": ["100","100i","200","200i","300","300i","400","400i","500","500i","600","600i","700","700i","800","800i","900","900i"], - "Beau Rivage": ["400"], - "Bebas Neue": ["400"], - "Beiruti": ["200","300","400","500","600","700","800","900"], - "Belanosima": ["400","600","700"], - "Belgrano": ["400"], - "Bellefair": ["400"], - "Belleza": ["400"], - "Bellota": ["300","300i","400","400i","700","700i"], - "Bellota Text": ["300","300i","400","400i","700","700i"], - "BenchNine": ["300","400","700"], - "Benne": ["400"], - "Bentham": ["400"], - "Berkshire Swash": ["400"], - "Besley": ["400","500","600","700","800","900","400i","500i","600i","700i","800i","900i"], - "Beth Ellen": ["400"], - "Bevan": ["400","400i"], - "BhuTuka Expanded One": ["400"], - "Big Shoulders": ["100","200","300","400","500","600","700","800","900"], - "Big Shoulders Inline": ["100","200","300","400","500","600","700","800","900"], - "Big Shoulders Stencil": ["100","200","300","400","500","600","700","800","900"], - "Bigelow Rules": ["400"], - "Bigshot One": ["400"], - "Bilbo": ["400"], - "Bilbo Swash Caps": ["400"], - "BioRhyme": ["200","300","400","500","600","700","800"], - "BioRhyme Expanded": ["200","300","400","700","800"], - "Birthstone": ["400"], - "Birthstone Bounce": ["400","500"], - "Biryani": ["200","300","400","600","700","800","900"], - "Bitcount Grid Double": ["100","200","300","400","500","600","700","800","900"], - "Bitter": ["100","200","300","400","500","600","700","800","900","100i","200i","300i","400i","500i","600i","700i","800i","900i"], - "BIZ UDGothic": ["400","700"], - "BIZ UDMincho": ["400","700"], - "BIZ UDPGothic": ["400","700"], - "BIZ UDPMincho": ["400","700"], - "Black And White Picture": ["400"], - "Black Han Sans": ["400"], - "Black Ops One": ["400"], - "Blaka": ["400"], - "Blaka Hollow": ["400"], - "Blaka Ink": ["400"], - "Blinker": ["100","200","300","400","600","700","800","900"], - "Bodoni Moda": ["400","500","600","700","800","900","400i","500i","600i","700i","800i","900i"], - "Bodoni Moda SC": ["400","500","600","700","800","900","400i","500i","600i","700i","800i","900i"], - "Bokor": ["400"], - "Boldonse": ["400"], - "Bona Nova": ["400","400i","700"], - "Bona Nova SC": ["400","400i","700"], - "Bonbon": ["400"], - "Bonheur Royale": ["400"], - "Boogaloo": ["400"], - "Borel": ["400"], - "Bowlby One": ["400"], - "Bowlby One SC": ["400"], - "Braah One": ["400"], - "Brawler": ["400","700"], - "Bree Serif": ["400"], - "Bricolage Grotesque": ["200","300","400","500","600","700","800"], - "Bruno Ace": ["400"], - "Bruno Ace SC": ["400"], - "Brygada 1918": ["400","500","600","700","400i","500i","600i","700i"], - "Bubblegum Sans": ["400"], - "Bubbler One": ["400"], - "Buda": ["300"], - "Buenard": ["400","500","600","700"], - "Bungee": ["400"], - "Bungee Hairline": ["400"], - "Bungee Inline": ["400"], - "Bungee Outline": ["400"], - "Bungee Shade": ["400"], - "Bungee Spice": ["400"], - "Bungee Tint": ["400"], - "Butcherman": ["400"], - "Butterfly Kids": ["400"], - "Bytesized": ["400"], - "Cabin": ["400","500","600","700","400i","500i","600i","700i"], - "Cabin Condensed": ["400","500","600","700"], - "Cabin Sketch": ["400","700"], - "Cactus Classical Serif": ["400"], - "Caesar Dressing": ["400"], - "Cagliostro": ["400"], - "Cairo": ["200","300","400","500","600","700","800","900"], - "Cairo Play": ["200","300","400","500","600","700","800","900"], - "Cal Sans": ["400"], - "Caladea": ["400","400i","700","700i"], - "Calistoga": ["400"], - "Calligraffitti": ["400"], - "Cambay": ["400","400i","700","700i"], - "Cambo": ["400"], - "Candal": ["400"], - "Cantarell": ["400","400i","700","700i"], - "Cantata One": ["400"], - "Cantora One": ["400"], - "Caprasimo": ["400"], - "Capriola": ["400"], - "Caramel": ["400"], - "Carattere": ["400"], - "Cardo": ["400","400i","700"], - "Carlito": ["400","400i","700","700i"], - "Carme": ["400"], - "Carrois Gothic": ["400"], - "Carrois Gothic SC": ["400"], - "Carter One": ["400"], - "Cascadia Code": ["200","300","400","500","600","700","200i","300i","400i","500i","600i","700i"], - "Cascadia Mono": ["200","300","400","500","600","700","200i","300i","400i","500i","600i","700i"], - "Castoro": ["400","400i"], - "Castoro Titling": ["400"], - "Catamaran": ["100","200","300","400","500","600","700","800","900"], - "Caudex": ["400","400i","700","700i"], - "Caveat": ["400","500","600","700"], - "Caveat Brush": ["400"], - "Cedarville Cursive": ["400"], - "Ceviche One": ["400"], - "Chakra Petch": ["300","300i","400","400i","500","500i","600","600i","700","700i"], - "Changa": ["200","300","400","500","600","700","800"], - "Changa One": ["400","400i"], - "Chango": ["400"], - "Charis SIL": ["400","400i","700","700i"], - "Charm": ["400","700"], - "Charmonman": ["400","700"], - "Chathura": ["100","300","400","700","800"], - "Chau Philomene One": ["400","400i"], - "Chela One": ["400"], - "Chelsea Market": ["400"], - "Chenla": ["400"], - "Cherish": ["400"], - "Cherry Bomb One": ["400"], - "Cherry Cream Soda": ["400"], - "Cherry Swash": ["400","700"], - "Chewy": ["400"], - "Chicle": ["400"], - "Chilanka": ["400"], - "Chiron Hei HK": ["200","300","400","500","600","700","800","900","200i","300i","400i","500i","600i","700i","800i","900i"], - "Chiron Sung HK": ["200","300","400","500","600","700","800","900","200i","300i","400i","500i","600i","700i","800i","900i"], - "Chivo": ["100","200","300","400","500","600","700","800","900","100i","200i","300i","400i","500i","600i","700i","800i","900i"], - "Chivo Mono": ["100","200","300","400","500","600","700","800","900","100i","200i","300i","400i","500i","600i","700i","800i","900i"], - "Chocolate Classical Sans": ["400"], - "Chokokutai": ["400"], - "Chonburi": ["400"], - "Cinzel": ["400","500","600","700","800","900"], - "Cinzel Decorative": ["400","700","900"], - "Clicker Script": ["400"], - "Climate Crisis": ["400"], - "Coda": ["400","800"], - "Codystar": ["300","400"], - "Coiny": ["400"], - "Combo": ["400"], - "Comfortaa": ["300","400","500","600","700"], - "Comforter": ["400"], - "Comforter Brush": ["400"], - "Comic Neue": ["300","300i","400","400i","700","700i"], - "Comic Relief": ["400","700"], - "Coming Soon": ["400"], - "Comme": ["100","200","300","400","500","600","700","800","900"], - "Commissioner": ["100","200","300","400","500","600","700","800","900"], - "Concert One": ["400"], - "Condiment": ["400"], - "Content": ["400","700"], - "Contrail One": ["400"], - "Convergence": ["400"], - "Cookie": ["400"], - "Copse": ["400"], - "Coral Pixels": ["400"], - "Corben": ["400","700"], - "Corinthia": ["400","700"], - "Cormorant": ["300","400","500","600","700","300i","400i","500i","600i","700i"], - "Cormorant Garamond": ["300","400","500","600","700","300i","400i","500i","600i","700i"], - "Cormorant Infant": ["300","400","500","600","700","300i","400i","500i","600i","700i"], - "Cormorant SC": ["300","400","500","600","700"], - "Cormorant Unicase": ["300","400","500","600","700"], - "Cormorant Upright": ["300","400","500","600","700"], - "Courgette": ["400"], - "Courier Prime": ["400","400i","700","700i"], - "Cousine": ["400","400i","700","700i"], - "Coustard": ["400","900"], - "Covered By Your Grace": ["400"], - "Crafty Girls": ["400"], - "Creepster": ["400"], - "Crete Round": ["400","400i"], - "Crimson Pro": ["200","300","400","500","600","700","800","900","200i","300i","400i","500i","600i","700i","800i","900i"], - "Crimson Text": ["400","400i","600","600i","700","700i"], - "Croissant One": ["400"], - "Crushed": ["400"], - "Cuprum": ["400","500","600","700","400i","500i","600i","700i"], - "Cute Font": ["400"], - "Cutive": ["400"], - "Cutive Mono": ["400"], - "Dai Banna SIL": ["300","300i","400","400i","500","500i","600","600i","700","700i"], - "Damion": ["400"], - "Dancing Script": ["400","500","600","700"], - "Danfo": ["400"], - "Dangrek": ["400"], - "Darker Grotesque": ["300","400","500","600","700","800","900"], - "Darumadrop One": ["400"], - "David Libre": ["400","500","700"], - "Dawning of a New Day": ["400"], - "Days One": ["400"], - "Dekko": ["400"], - "Dela Gothic One": ["400"], - "Delicious Handrawn": ["400"], - "Delius": ["400"], - "Delius Swash Caps": ["400"], - "Delius Unicase": ["400","700"], - "Della Respira": ["400"], - "Denk One": ["400"], - "Devonshire": ["400"], - "Dhurjati": ["400"], - "Didact Gothic": ["400"], - "Diphylleia": ["400"], - "Diplomata": ["400"], - "Diplomata SC": ["400"], - "DM Mono": ["300","300i","400","400i","500","500i"], - "DM Sans": ["100","200","300","400","500","600","700","800","900","100i","200i","300i","400i","500i","600i","700i","800i","900i"], - "DM Serif Display": ["400","400i"], - "DM Serif Text": ["400","400i"], - "Do Hyeon": ["400"], - "Dokdo": ["400"], - "Domine": ["400","500","600","700"], - "Donegal One": ["400"], - "Dongle": ["300","400","700"], - "Doppio One": ["400"], - "Dorsa": ["400"], - "Dosis": ["200","300","400","500","600","700","800"], - "DotGothic16": ["400"], - "Doto": ["100","200","300","400","500","600","700","800","900"], - "Dr Sugiyama": ["400"], - "Duru Sans": ["400"], - "Dynalight": ["400"], - "DynaPuff": ["400","500","600","700"], - "Eagle Lake": ["400"], - "East Sea Dokdo": ["400"], - "Eater": ["400"], - "EB Garamond": ["400","500","600","700","800","400i","500i","600i","700i","800i"], - "Economica": ["400","400i","700","700i"], - "Eczar": ["400","500","600","700","800"], - "Edu AU VIC WA NT Arrows": ["400","500","600","700"], - "Edu AU VIC WA NT Dots": ["400","500","600","700"], - "Edu AU VIC WA NT Guides": ["400","500","600","700"], - "Edu AU VIC WA NT Hand": ["400","500","600","700"], - "Edu AU VIC WA NT Pre": ["400","500","600","700"], - "Edu NSW ACT Cursive": ["400","500","600","700"], - "Edu NSW ACT Foundation": ["400","500","600","700"], - "Edu NSW ACT Hand Pre": ["400","500","600","700"], - "Edu QLD Beginner": ["400","500","600","700"], - "Edu QLD Hand": ["400","500","600","700"], - "Edu SA Beginner": ["400","500","600","700"], - "Edu SA Hand": ["400","500","600","700"], - "Edu TAS Beginner": ["400","500","600","700"], - "Edu VIC WA NT Beginner": ["400","500","600","700"], - "Edu VIC WA NT Hand": ["400","500","600","700"], - "Edu VIC WA NT Hand Pre": ["400","500","600","700"], - "El Messiri": ["400","500","600","700"], - "Electrolize": ["400"], - "Elsie": ["400","900"], - "Elsie Swash Caps": ["400","900"], - "Emblema One": ["400"], - "Emilys Candy": ["400"], - "Encode Sans": ["100","200","300","400","500","600","700","800","900"], - "Encode Sans Condensed": ["100","200","300","400","500","600","700","800","900"], - "Encode Sans Expanded": ["100","200","300","400","500","600","700","800","900"], - "Encode Sans SC": ["100","200","300","400","500","600","700","800","900"], - "Encode Sans Semi Condensed": ["100","200","300","400","500","600","700","800","900"], - "Encode Sans Semi Expanded": ["100","200","300","400","500","600","700","800","900"], - "Engagement": ["400"], - "Englebert": ["400"], - "Enriqueta": ["400","500","600","700"], - "Ephesis": ["400"], - "Epilogue": ["100","200","300","400","500","600","700","800","900","100i","200i","300i","400i","500i","600i","700i","800i","900i"], - "Erica One": ["400"], - "Esteban": ["400"], - "Estonia": ["400"], - "Euphoria Script": ["400"], - "Ewert": ["400"], - "Exile": ["400"], - "Exo": ["100","200","300","400","500","600","700","800","900","100i","200i","300i","400i","500i","600i","700i","800i","900i"], - "Exo 2": ["100","200","300","400","500","600","700","800","900","100i","200i","300i","400i","500i","600i","700i","800i","900i"], - "Expletus Sans": ["400","500","600","700","400i","500i","600i","700i"], - "Explora": ["400"], - "Faculty Glyphic": ["400"], - "Fahkwang": ["200","200i","300","300i","400","400i","500","500i","600","600i","700","700i"], - "Familjen Grotesk": ["400","500","600","700","400i","500i","600i","700i"], - "Fanwood Text": ["400","400i"], - "Farro": ["300","400","500","700"], - "Farsan": ["400"], - "Fascinate": ["400"], - "Fascinate Inline": ["400"], - "Faster One": ["400"], - "Fasthand": ["400"], - "Fauna One": ["400"], - "Faustina": ["300","400","500","600","700","800","300i","400i","500i","600i","700i","800i"], - "Federant": ["400"], - "Federo": ["400"], - "Felipa": ["400"], - "Fenix": ["400"], - "Festive": ["400"], - "Figtree": ["300","400","500","600","700","800","900","300i","400i","500i","600i","700i","800i","900i"], - "Finger Paint": ["400"], - "Finlandica": ["400","500","600","700","400i","500i","600i","700i"], - "Fira Code": ["300","400","500","600","700"], - "Fira Mono": ["400","500","700"], - "Fira Sans": ["100","100i","200","200i","300","300i","400","400i","500","500i","600","600i","700","700i","800","800i","900","900i"], - "Fira Sans Condensed": ["100","100i","200","200i","300","300i","400","400i","500","500i","600","600i","700","700i","800","800i","900","900i"], - "Fira Sans Extra Condensed": ["100","100i","200","200i","300","300i","400","400i","500","500i","600","600i","700","700i","800","800i","900","900i"], - "Fjalla One": ["400"], - "Fjord One": ["400"], - "Flamenco": ["300","400"], - "Flavors": ["400"], - "Fleur De Leah": ["400"], - "Flow Block": ["400"], - "Flow Circular": ["400"], - "Flow Rounded": ["400"], - "Foldit": ["100","200","300","400","500","600","700","800","900"], - "Fondamento": ["400","400i"], - "Fontdiner Swanky": ["400"], - "Forum": ["400"], - "Fragment Mono": ["400","400i"], - "Francois One": ["400"], - "Frank Ruhl Libre": ["300","400","500","600","700","800","900"], - "Fraunces": ["100","200","300","400","500","600","700","800","900","100i","200i","300i","400i","500i","600i","700i","800i","900i"], - "Freckle Face": ["400"], - "Fredericka the Great": ["400"], - "Fredoka": ["300","400","500","600","700"], - "Freehand": ["400"], - "Freeman": ["400"], - "Fresca": ["400"], - "Frijole": ["400"], - "Fruktur": ["400","400i"], - "Fugaz One": ["400"], - "Fuggles": ["400"], - "Funnel Display": ["300","400","500","600","700","800"], - "Funnel Sans": ["300","400","500","600","700","800","300i","400i","500i","600i","700i","800i"], - "Fustat": ["200","300","400","500","600","700","800"], - "Fuzzy Bubbles": ["400","700"], - "Ga Maamli": ["400"], - "Gabarito": ["400","500","600","700","800","900"], - "Gabriela": ["400"], - "Gaegu": ["300","400","700"], - "Gafata": ["400"], - "Gajraj One": ["400"], - "Galada": ["400"], - "Galdeano": ["400"], - "Galindo": ["400"], - "Gamja Flower": ["400"], - "Gantari": ["100","200","300","400","500","600","700","800","900","100i","200i","300i","400i","500i","600i","700i","800i","900i"], - "Gasoek One": ["400"], - "Gayathri": ["100","400","700"], - "Geist": ["100","200","300","400","500","600","700","800","900"], - "Geist Mono": ["100","200","300","400","500","600","700","800","900"], - "Gelasio": ["400","500","600","700","400i","500i","600i","700i"], - "Gemunu Libre": ["200","300","400","500","600","700","800"], - "Genos": ["100","200","300","400","500","600","700","800","900","100i","200i","300i","400i","500i","600i","700i","800i","900i"], - "Gentium Book Plus": ["400","400i","700","700i"], - "Gentium Plus": ["400","400i","700","700i"], - "Geo": ["400","400i"], - "Geologica": ["100","200","300","400","500","600","700","800","900"], - "Georama": ["100","200","300","400","500","600","700","800","900","100i","200i","300i","400i","500i","600i","700i","800i","900i"], - "Geostar": ["400"], - "Geostar Fill": ["400"], - "Germania One": ["400"], - "GFS Didot": ["400"], - "GFS Neohellenic": ["400","400i","700","700i"], - "Gideon Roman": ["400"], - "Gidole": ["400"], - "Gidugu": ["400"], - "Gilda Display": ["400"], - "Girassol": ["400"], - "Give You Glory": ["400"], - "Glass Antiqua": ["400"], - "Glegoo": ["400","700"], - "Gloock": ["400"], - "Gloria Hallelujah": ["400"], - "Glory": ["100","200","300","400","500","600","700","800","100i","200i","300i","400i","500i","600i","700i","800i"], - "Gluten": ["100","200","300","400","500","600","700","800","900"], - "Goblin One": ["400"], - "Gochi Hand": ["400"], - "Goldman": ["400","700"], - "Golos Text": ["400","500","600","700","800","900"], - "Gorditas": ["400","700"], - "Gothic A1": ["100","200","300","400","500","600","700","800","900"], - "Gotu": ["400"], - "Goudy Bookletter 1911": ["400"], - "Gowun Batang": ["400","700"], - "Gowun Dodum": ["400"], - "Graduate": ["400"], - "Grand Hotel": ["400"], - "Grandiflora One": ["400"], - "Grandstander": ["100","200","300","400","500","600","700","800","900","100i","200i","300i","400i","500i","600i","700i","800i","900i"], - "Grape Nuts": ["400"], - "Gravitas One": ["400"], - "Great Vibes": ["400"], - "Grechen Fuemen": ["400"], - "Grenze": ["100","100i","200","200i","300","300i","400","400i","500","500i","600","600i","700","700i","800","800i","900","900i"], - "Grenze Gotisch": ["100","200","300","400","500","600","700","800","900"], - "Grey Qo": ["400"], - "Griffy": ["400"], - "Gruppo": ["400"], - "Gudea": ["400","400i","700"], - "Gugi": ["400"], - "Gulzar": ["400"], - "Gupter": ["400","500","700"], - "Gurajada": ["400"], - "Gwendolyn": ["400","700"], - "Habibi": ["400"], - "Hachi Maru Pop": ["400"], - "Hahmlet": ["100","200","300","400","500","600","700","800","900"], - "Halant": ["300","400","500","600","700"], - "Hammersmith One": ["400"], - "Hanalei": ["400"], - "Hanalei Fill": ["400"], - "Handjet": ["100","200","300","400","500","600","700","800","900"], - "Handlee": ["400"], - "Hanken Grotesk": ["100","200","300","400","500","600","700","800","900","100i","200i","300i","400i","500i","600i","700i","800i","900i"], - "Hanuman": ["100","200","300","400","500","600","700","800","900"], - "Happy Monkey": ["400"], - "Harmattan": ["400","500","600","700"], - "Headland One": ["400"], - "Hedvig Letters Sans": ["400"], - "Hedvig Letters Serif": ["400"], - "Heebo": ["100","200","300","400","500","600","700","800","900"], - "Henny Penny": ["400"], - "Hepta Slab": ["100","200","300","400","500","600","700","800","900"], - "Herr Von Muellerhoff": ["400"], - "Hi Melody": ["400"], - "Hina Mincho": ["400"], - "Hind": ["300","400","500","600","700"], - "Hind Guntur": ["300","400","500","600","700"], - "Hind Madurai": ["300","400","500","600","700"], - "Hind Mysuru": ["300","400","500","600","700"], - "Hind Siliguri": ["300","400","500","600","700"], - "Hind Vadodara": ["300","400","500","600","700"], - "Holtwood One SC": ["400"], - "Homemade Apple": ["400"], - "Homenaje": ["400"], - "Honk": ["400"], - "Host Grotesk": ["300","400","500","600","700","800","300i","400i","500i","600i","700i","800i"], - "Hubballi": ["400"], - "Hubot Sans": ["200","300","400","500","600","700","800","900","200i","300i","400i","500i","600i","700i","800i","900i"], - "Huninn": ["400"], - "Hurricane": ["400"], - "Iansui": ["400"], - "Ibarra Real Nova": ["400","500","600","700","400i","500i","600i","700i"], - "IBM Plex Mono": ["100","100i","200","200i","300","300i","400","400i","500","500i","600","600i","700","700i"], - "IBM Plex Sans": ["100","200","300","400","500","600","700","100i","200i","300i","400i","500i","600i","700i"], - "IBM Plex Sans Arabic": ["100","200","300","400","500","600","700"], - "IBM Plex Sans Condensed": ["100","100i","200","200i","300","300i","400","400i","500","500i","600","600i","700","700i"], - "IBM Plex Sans Devanagari": ["100","200","300","400","500","600","700"], - "IBM Plex Sans Hebrew": ["100","200","300","400","500","600","700"], - "IBM Plex Sans JP": ["100","200","300","400","500","600","700"], - "IBM Plex Sans KR": ["100","200","300","400","500","600","700"], - "IBM Plex Sans Thai": ["100","200","300","400","500","600","700"], - "IBM Plex Sans Thai Looped": ["100","200","300","400","500","600","700"], - "IBM Plex Serif": ["100","100i","200","200i","300","300i","400","400i","500","500i","600","600i","700","700i"], - "Iceberg": ["400"], - "Iceland": ["400"], - "IM Fell Double Pica": ["400","400i"], - "IM Fell Double Pica SC": ["400"], - "IM Fell DW Pica": ["400","400i"], - "IM Fell DW Pica SC": ["400"], - "IM Fell English": ["400","400i"], - "IM Fell English SC": ["400"], - "IM Fell French Canon": ["400","400i"], - "IM Fell French Canon SC": ["400"], - "IM Fell Great Primer": ["400","400i"], - "IM Fell Great Primer SC": ["400"], - "Imbue": ["100","200","300","400","500","600","700","800","900"], - "Imperial Script": ["400"], - "Imprima": ["400"], - "Inclusive Sans": ["300","400","500","600","700","300i","400i","500i","600i","700i"], - "Inconsolata": ["200","300","400","500","600","700","800","900"], - "Inder": ["400"], - "Indie Flower": ["400"], - "Ingrid Darling": ["400"], - "Inika": ["400","700"], - "Inknut Antiqua": ["300","400","500","600","700","800","900"], - "Inria Sans": ["300","300i","400","400i","700","700i"], - "Inria Serif": ["300","300i","400","400i","700","700i"], - "Inspiration": ["400"], - "Instrument Sans": ["400","500","600","700","400i","500i","600i","700i"], - "Instrument Serif": ["400","400i"], - "Inter": ["100","200","300","400","500","600","700","800","900","100i","200i","300i","400i","500i","600i","700i","800i","900i"], - "Inter Tight": ["100","200","300","400","500","600","700","800","900","100i","200i","300i","400i","500i","600i","700i","800i","900i"], - "Irish Grover": ["400"], - "Island Moments": ["400"], - "Istok Web": ["400","400i","700","700i"], - "Italiana": ["400"], - "Italianno": ["400"], - "Itim": ["400"], - "Jacquard 12": ["400"], - "Jacquard 12 Charted": ["400"], - "Jacquard 24": ["400"], - "Jacquard 24 Charted": ["400"], - "Jacquarda Bastarda 9": ["400"], - "Jacquarda Bastarda 9 Charted": ["400"], - "Jacques Francois": ["400"], - "Jacques Francois Shadow": ["400"], - "Jaini": ["400"], - "Jaini Purva": ["400"], - "Jaldi": ["400","700"], - "Jaro": ["400"], - "Jersey 10": ["400"], - "Jersey 10 Charted": ["400"], - "Jersey 15": ["400"], - "Jersey 15 Charted": ["400"], - "Jersey 20": ["400"], - "Jersey 20 Charted": ["400"], - "Jersey 25": ["400"], - "Jersey 25 Charted": ["400"], - "JetBrains Mono": ["100","200","300","400","500","600","700","800","100i","200i","300i","400i","500i","600i","700i","800i"], - "Jim Nightshade": ["400"], - "Joan": ["400"], - "Jockey One": ["400"], - "Jolly Lodger": ["400"], - "Jomhuria": ["400"], - "Jomolhari": ["400"], - "Josefin Sans": ["100","200","300","400","500","600","700","100i","200i","300i","400i","500i","600i","700i"], - "Josefin Slab": ["100","200","300","400","500","600","700","100i","200i","300i","400i","500i","600i","700i"], - "Jost": ["100","200","300","400","500","600","700","800","900","100i","200i","300i","400i","500i","600i","700i","800i","900i"], - "Joti One": ["400"], - "Jua": ["400"], - "Judson": ["400","400i","700"], - "Julee": ["400"], - "Julius Sans One": ["400"], - "Junge": ["400"], - "Jura": ["300","400","500","600","700"], - "Just Another Hand": ["400"], - "Just Me Again Down Here": ["400"], - "K2D": ["100","100i","200","200i","300","300i","400","400i","500","500i","600","600i","700","700i","800","800i"], - "Kablammo": ["400"], - "Kadwa": ["400","700"], - "Kaisei Decol": ["400","500","700"], - "Kaisei HarunoUmi": ["400","500","700"], - "Kaisei Opti": ["400","500","700"], - "Kaisei Tokumin": ["400","500","700","800"], - "Kalam": ["300","400","700"], - "Kalnia": ["100","200","300","400","500","600","700"], - "Kalnia Glaze": ["100","200","300","400","500","600","700"], - "Kameron": ["400","500","600","700"], - "Kanchenjunga": ["400","500","600","700"], - "Kanit": ["100","100i","200","200i","300","300i","400","400i","500","500i","600","600i","700","700i","800","800i","900","900i"], - "Kantumruy Pro": ["100","200","300","400","500","600","700","100i","200i","300i","400i","500i","600i","700i"], - "Kapakana": ["300","400"], - "Karantina": ["300","400","700"], - "Karla": ["200","300","400","500","600","700","800","200i","300i","400i","500i","600i","700i","800i"], - "Karla Tamil Inclined": ["400","700"], - "Karla Tamil Upright": ["400","700"], - "Karma": ["300","400","500","600","700"], - "Katibeh": ["400"], - "Kaushan Script": ["400"], - "Kavivanar": ["400"], - "Kavoon": ["400"], - "Kay Pho Du": ["400","500","600","700"], - "Kdam Thmor Pro": ["400"], - "Keania One": ["400"], - "Kelly Slab": ["400"], - "Kenia": ["400"], - "Khand": ["300","400","500","600","700"], - "Khmer": ["400"], - "Khula": ["300","400","600","700","800"], - "Kings": ["400"], - "Kirang Haerang": ["400"], - "Kite One": ["400"], - "Kiwi Maru": ["300","400","500"], - "Klee One": ["400","600"], - "Knewave": ["400"], - "Kodchasan": ["200","200i","300","300i","400","400i","500","500i","600","600i","700","700i"], - "Kode Mono": ["400","500","600","700"], - "Koh Santepheap": ["100","300","400","700","900"], - "KoHo": ["200","200i","300","300i","400","400i","500","500i","600","600i","700","700i"], - "Kolker Brush": ["400"], - "Konkhmer Sleokchher": ["400"], - "Kosugi": ["400"], - "Kosugi Maru": ["400"], - "Kotta One": ["400"], - "Koulen": ["400"], - "Kranky": ["400"], - "Kreon": ["300","400","500","600","700"], - "Kristi": ["400"], - "Krona One": ["400"], - "Krub": ["200","200i","300","300i","400","400i","500","500i","600","600i","700","700i"], - "Kufam": ["400","500","600","700","800","900","400i","500i","600i","700i","800i","900i"], - "Kulim Park": ["200","200i","300","300i","400","400i","600","600i","700","700i"], - "Kumar One": ["400"], - "Kumar One Outline": ["400"], - "Kumbh Sans": ["100","200","300","400","500","600","700","800","900"], - "Kurale": ["400"], - "La Belle Aurore": ["400"], - "Labrada": ["100","200","300","400","500","600","700","800","900","100i","200i","300i","400i","500i","600i","700i","800i","900i"], - "Lacquer": ["400"], - "Laila": ["300","400","500","600","700"], - "Lakki Reddy": ["400"], - "Lalezar": ["400"], - "Lancelot": ["400"], - "Langar": ["400"], - "Lateef": ["200","300","400","500","600","700","800"], - "Lato": ["100","100i","300","300i","400","400i","700","700i","900","900i"], - "Lavishly Yours": ["400"], - "League Gothic": ["400"], - "League Script": ["400"], - "League Spartan": ["100","200","300","400","500","600","700","800","900"], - "Leckerli One": ["400"], - "Ledger": ["400"], - "Lekton": ["400","400i","700"], - "Lemon": ["400"], - "Lemonada": ["300","400","500","600","700"], - "Lexend": ["100","200","300","400","500","600","700","800","900"], - "Lexend Deca": ["100","200","300","400","500","600","700","800","900"], - "Lexend Exa": ["100","200","300","400","500","600","700","800","900"], - "Lexend Giga": ["100","200","300","400","500","600","700","800","900"], - "Lexend Mega": ["100","200","300","400","500","600","700","800","900"], - "Lexend Peta": ["100","200","300","400","500","600","700","800","900"], - "Lexend Tera": ["100","200","300","400","500","600","700","800","900"], - "Lexend Zetta": ["100","200","300","400","500","600","700","800","900"], - "Libertinus Math": ["400"], - "Libertinus Mono": ["400"], - "Libre Barcode 128": ["400"], - "Libre Barcode 128 Text": ["400"], - "Libre Barcode 39": ["400"], - "Libre Barcode 39 Extended": ["400"], - "Libre Barcode 39 Extended Text": ["400"], - "Libre Barcode 39 Text": ["400"], - "Libre Barcode EAN13 Text": ["400"], - "Libre Baskerville": ["400","400i","700"], - "Libre Bodoni": ["400","500","600","700","400i","500i","600i","700i"], - "Libre Caslon Display": ["400"], - "Libre Caslon Text": ["400","400i","700"], - "Libre Franklin": ["100","200","300","400","500","600","700","800","900","100i","200i","300i","400i","500i","600i","700i","800i","900i"], - "Licorice": ["400"], - "Life Savers": ["400","700","800"], - "Lilita One": ["400"], - "Lily Script One": ["400"], - "Limelight": ["400"], - "Linden Hill": ["400","400i"], - "Linefont": ["100","200","300","400","500","600","700","800","900"], - "Lisu Bosa": ["200","200i","300","300i","400","400i","500","500i","600","600i","700","700i","800","800i","900","900i"], - "Liter": ["400"], - "Literata": ["200","300","400","500","600","700","800","900","200i","300i","400i","500i","600i","700i","800i","900i"], - "Liu Jian Mao Cao": ["400"], - "Livvic": ["100","100i","200","200i","300","300i","400","400i","500","500i","600","600i","700","700i","900","900i"], - "Lobster": ["400"], - "Lobster Two": ["400","400i","700","700i"], - "Londrina Outline": ["400"], - "Londrina Shadow": ["400"], - "Londrina Sketch": ["400"], - "Londrina Solid": ["100","300","400","900"], - "Long Cang": ["400"], - "Lora": ["400","500","600","700","400i","500i","600i","700i"], - "Love Light": ["400"], - "Love Ya Like A Sister": ["400"], - "Loved by the King": ["400"], - "Lovers Quarrel": ["400"], - "Luckiest Guy": ["400"], - "Lugrasimo": ["400"], - "Lumanosimo": ["400"], - "Lunasima": ["400","700"], - "Lusitana": ["400","700"], - "Lustria": ["400"], - "Luxurious Roman": ["400"], - "Luxurious Script": ["400"], - "LXGW Marker Gothic": ["400"], - "LXGW WenKai Mono TC": ["300","400","700"], - "LXGW WenKai TC": ["300","400","700"], - "M PLUS 1": ["100","200","300","400","500","600","700","800","900"], - "M PLUS 1 Code": ["100","200","300","400","500","600","700"], - "M PLUS 1p": ["100","300","400","500","700","800","900"], - "M PLUS 2": ["100","200","300","400","500","600","700","800","900"], - "M PLUS Code Latin": ["100","200","300","400","500","600","700"], - "M PLUS Rounded 1c": ["100","300","400","500","700","800","900"], - "Ma Shan Zheng": ["400"], - "Macondo": ["400"], - "Macondo Swash Caps": ["400"], - "Mada": ["200","300","400","500","600","700","800","900"], - "Madimi One": ["400"], - "Magra": ["400","700"], - "Maiden Orange": ["400"], - "Maitree": ["200","300","400","500","600","700"], - "Major Mono Display": ["400"], - "Mako": ["400"], - "Mali": ["200","200i","300","300i","400","400i","500","500i","600","600i","700","700i"], - "Mallanna": ["400"], - "Maname": ["400"], - "Mandali": ["400"], - "Manjari": ["100","400","700"], - "Manrope": ["200","300","400","500","600","700","800"], - "Mansalva": ["400"], - "Manuale": ["300","400","500","600","700","800","300i","400i","500i","600i","700i","800i"], - "Manufacturing Consent": ["400"], - "Marcellus": ["400"], - "Marcellus SC": ["400"], - "Marck Script": ["400"], - "Margarine": ["400"], - "Marhey": ["300","400","500","600","700"], - "Markazi Text": ["400","500","600","700"], - "Marko One": ["400"], - "Marmelad": ["400"], - "Martel": ["200","300","400","600","700","800","900"], - "Martel Sans": ["200","300","400","600","700","800","900"], - "Martian Mono": ["100","200","300","400","500","600","700","800"], - "Marvel": ["400","400i","700","700i"], - "Matangi": ["300","400","500","600","700","800","900"], - "Mate": ["400","400i"], - "Mate SC": ["400"], - "Matemasie": ["400"], - "Material Icons": ["400"], - "Material Icons Outlined": ["400"], - "Material Icons Round": ["400"], - "Material Icons Sharp": ["400"], - "Material Icons Two Tone": ["400"], - "Material Symbols": ["100","200","300","400","500","600","700"], - "Material Symbols Outlined": ["100","200","300","400","500","600","700"], - "Material Symbols Rounded": ["100","200","300","400","500","600","700"], - "Material Symbols Sharp": ["100","200","300","400","500","600","700"], - "Maven Pro": ["400","500","600","700","800","900"], - "McLaren": ["400"], - "Mea Culpa": ["400"], - "Meddon": ["400"], - "MedievalSharp": ["400"], - "Medula One": ["400"], - "Meera Inimai": ["400"], - "Megrim": ["400"], - "Meie Script": ["400"], - "Menbere": ["100","200","300","400","500","600","700"], - "Meow Script": ["400"], - "Merienda": ["300","400","500","600","700","800","900"], - "Merriweather": ["300","400","500","600","700","800","900","300i","400i","500i","600i","700i","800i","900i"], - "Merriweather Sans": ["300","400","500","600","700","800","300i","400i","500i","600i","700i","800i"], - "Metal": ["400"], - "Metal Mania": ["400"], - "Metamorphous": ["400"], - "Metrophobic": ["400"], - "Michroma": ["400"], - "Micro 5": ["400"], - "Micro 5 Charted": ["400"], - "Milonga": ["400"], - "Miltonian": ["400"], - "Miltonian Tattoo": ["400"], - "Mina": ["400","700"], - "Mingzat": ["400"], - "Miniver": ["400"], - "Miriam Libre": ["400","500","600","700"], - "Mirza": ["400","500","600","700"], - "Miss Fajardose": ["400"], - "Mitr": ["200","300","400","500","600","700"], - "Mochiy Pop One": ["400"], - "Mochiy Pop P One": ["400"], - "Modak": ["400"], - "Modern Antiqua": ["400"], - "Moderustic": ["300","400","500","600","700","800"], - "Mogra": ["400"], - "Mohave": ["300","400","500","600","700","300i","400i","500i","600i","700i"], - "Moirai One": ["400"], - "Molengo": ["400"], - "Molle": ["400i"], - "Mona Sans": ["200","300","400","500","600","700","800","900","200i","300i","400i","500i","600i","700i","800i","900i"], - "Monda": ["400","500","600","700"], - "Monofett": ["400"], - "Monomakh": ["400"], - "Monomaniac One": ["400"], - "Monoton": ["400"], - "Monsieur La Doulaise": ["400"], - "Montaga": ["400"], - "Montagu Slab": ["100","200","300","400","500","600","700"], - "MonteCarlo": ["400"], - "Montez": ["400"], - "Montserrat": ["100","200","300","400","500","600","700","800","900","100i","200i","300i","400i","500i","600i","700i","800i","900i"], - "Montserrat Alternates": ["100","100i","200","200i","300","300i","400","400i","500","500i","600","600i","700","700i","800","800i","900","900i"], - "Montserrat Underline": ["100","200","300","400","500","600","700","800","900","100i","200i","300i","400i","500i","600i","700i","800i","900i"], - "Moo Lah Lah": ["400"], - "Mooli": ["400"], - "Moon Dance": ["400"], - "Moul": ["400"], - "Moulpali": ["400"], - "Mountains of Christmas": ["400","700"], - "Mouse Memoirs": ["400"], - "Mr Bedfort": ["400"], - "Mr Dafoe": ["400"], - "Mr De Haviland": ["400"], - "Mrs Saint Delafield": ["400"], - "Mrs Sheppards": ["400"], - "Ms Madi": ["400"], - "Mukta": ["200","300","400","500","600","700","800"], - "Mukta Mahee": ["200","300","400","500","600","700","800"], - "Mukta Malar": ["200","300","400","500","600","700","800"], - "Mukta Vaani": ["200","300","400","500","600","700","800"], - "Mulish": ["200","300","400","500","600","700","800","900","200i","300i","400i","500i","600i","700i","800i","900i"], - "Murecho": ["100","200","300","400","500","600","700","800","900"], - "MuseoModerno": ["100","200","300","400","500","600","700","800","900","100i","200i","300i","400i","500i","600i","700i","800i","900i"], - "My Soul": ["400"], - "Mynerve": ["400"], - "Mystery Quest": ["400"], - "Nabla": ["400"], - "Namdhinggo": ["400","500","600","700","800"], - "Nanum Brush Script": ["400"], - "Nanum Gothic": ["400","700","800"], - "Nanum Gothic Coding": ["400","700"], - "Nanum Myeongjo": ["400","700","800"], - "Nanum Pen Script": ["400"], - "Narnoor": ["400","500","600","700","800"], - "National Park": ["200","300","400","500","600","700","800"], - "Neonderthaw": ["400"], - "Nerko One": ["400"], - "Neucha": ["400"], - "Neuton": ["200","300","400","400i","700","800"], - "New Amsterdam": ["400"], - "New Rocker": ["400"], - "New Tegomin": ["400"], - "News Cycle": ["400","700"], - "Newsreader": ["200","300","400","500","600","700","800","200i","300i","400i","500i","600i","700i","800i"], - "Niconne": ["400"], - "Niramit": ["200","200i","300","300i","400","400i","500","500i","600","600i","700","700i"], - "Nixie One": ["400"], - "Nobile": ["400","400i","500","500i","700","700i"], - "Nokora": ["100","200","300","400","500","600","700","800","900"], - "Norican": ["400"], - "Nosifer": ["400"], - "Notable": ["400"], - "Nothing You Could Do": ["400"], - "Noticia Text": ["400","400i","700","700i"], - "Noto Color Emoji": ["400"], - "Noto Emoji": ["300","400","500","600","700"], - "Noto Kufi Arabic": ["100","200","300","400","500","600","700","800","900"], - "Noto Music": ["400"], - "Noto Naskh Arabic": ["400","500","600","700"], - "Noto Nastaliq Urdu": ["400","500","600","700"], - "Noto Rashi Hebrew": ["100","200","300","400","500","600","700","800","900"], - "Noto Sans": ["100","200","300","400","500","600","700","800","900","100i","200i","300i","400i","500i","600i","700i","800i","900i"], - "Noto Sans Adlam": ["400","500","600","700"], - "Noto Sans Adlam Unjoined": ["400","500","600","700"], - "Noto Sans Anatolian Hieroglyphs": ["400"], - "Noto Sans Arabic": ["100","200","300","400","500","600","700","800","900"], - "Noto Sans Armenian": ["100","200","300","400","500","600","700","800","900"], - "Noto Sans Avestan": ["400"], - "Noto Sans Balinese": ["400","500","600","700"], - "Noto Sans Bamum": ["400","500","600","700"], - "Noto Sans Bassa Vah": ["400","500","600","700"], - "Noto Sans Batak": ["400"], - "Noto Sans Bengali": ["100","200","300","400","500","600","700","800","900"], - "Noto Sans Bhaiksuki": ["400"], - "Noto Sans Brahmi": ["400"], - "Noto Sans Buginese": ["400"], - "Noto Sans Buhid": ["400"], - "Noto Sans Canadian Aboriginal": ["100","200","300","400","500","600","700","800","900"], - "Noto Sans Carian": ["400"], - "Noto Sans Caucasian Albanian": ["400"], - "Noto Sans Chakma": ["400"], - "Noto Sans Cham": ["100","200","300","400","500","600","700","800","900"], - "Noto Sans Cherokee": ["100","200","300","400","500","600","700","800","900"], - "Noto Sans Chorasmian": ["400"], - "Noto Sans Coptic": ["400"], - "Noto Sans Cuneiform": ["400"], - "Noto Sans Cypriot": ["400"], - "Noto Sans Cypro Minoan": ["400"], - "Noto Sans Deseret": ["400"], - "Noto Sans Devanagari": ["100","200","300","400","500","600","700","800","900"], - "Noto Sans Display": ["100","200","300","400","500","600","700","800","900","100i","200i","300i","400i","500i","600i","700i","800i","900i"], - "Noto Sans Duployan": ["400","700"], - "Noto Sans Egyptian Hieroglyphs": ["400"], - "Noto Sans Elbasan": ["400"], - "Noto Sans Elymaic": ["400"], - "Noto Sans Ethiopic": ["100","200","300","400","500","600","700","800","900"], - "Noto Sans Georgian": ["100","200","300","400","500","600","700","800","900"], - "Noto Sans Glagolitic": ["400"], - "Noto Sans Gothic": ["400"], - "Noto Sans Grantha": ["400"], - "Noto Sans Gujarati": ["100","200","300","400","500","600","700","800","900"], - "Noto Sans Gunjala Gondi": ["400","500","600","700"], - "Noto Sans Gurmukhi": ["100","200","300","400","500","600","700","800","900"], - "Noto Sans Hanifi Rohingya": ["400","500","600","700"], - "Noto Sans Hanunoo": ["400"], - "Noto Sans Hatran": ["400"], - "Noto Sans Hebrew": ["100","200","300","400","500","600","700","800","900"], - "Noto Sans HK": ["100","200","300","400","500","600","700","800","900"], - "Noto Sans Imperial Aramaic": ["400"], - "Noto Sans Indic Siyaq Numbers": ["400"], - "Noto Sans Inscriptional Pahlavi": ["400"], - "Noto Sans Inscriptional Parthian": ["400"], - "Noto Sans Javanese": ["400","500","600","700"], - "Noto Sans JP": ["100","200","300","400","500","600","700","800","900"], - "Noto Sans Kaithi": ["400"], - "Noto Sans Kannada": ["100","200","300","400","500","600","700","800","900"], - "Noto Sans Kawi": ["400","500","600","700"], - "Noto Sans Kayah Li": ["400","500","600","700"], - "Noto Sans Kharoshthi": ["400"], - "Noto Sans Khmer": ["100","200","300","400","500","600","700","800","900"], - "Noto Sans Khojki": ["400"], - "Noto Sans Khudawadi": ["400"], - "Noto Sans KR": ["100","200","300","400","500","600","700","800","900"], - "Noto Sans Lao": ["100","200","300","400","500","600","700","800","900"], - "Noto Sans Lao Looped": ["100","200","300","400","500","600","700","800","900"], - "Noto Sans Lepcha": ["400"], - "Noto Sans Limbu": ["400"], - "Noto Sans Linear A": ["400"], - "Noto Sans Linear B": ["400"], - "Noto Sans Lisu": ["400","500","600","700"], - "Noto Sans Lycian": ["400"], - "Noto Sans Lydian": ["400"], - "Noto Sans Mahajani": ["400"], - "Noto Sans Malayalam": ["100","200","300","400","500","600","700","800","900"], - "Noto Sans Mandaic": ["400"], - "Noto Sans Manichaean": ["400"], - "Noto Sans Marchen": ["400"], - "Noto Sans Masaram Gondi": ["400"], - "Noto Sans Math": ["400"], - "Noto Sans Mayan Numerals": ["400"], - "Noto Sans Medefaidrin": ["400","500","600","700"], - "Noto Sans Meetei Mayek": ["100","200","300","400","500","600","700","800","900"], - "Noto Sans Mende Kikakui": ["400"], - "Noto Sans Meroitic": ["400"], - "Noto Sans Miao": ["400"], - "Noto Sans Modi": ["400"], - "Noto Sans Mongolian": ["400"], - "Noto Sans Mono": ["100","200","300","400","500","600","700","800","900"], - "Noto Sans Mro": ["400"], - "Noto Sans Multani": ["400"], - "Noto Sans Myanmar": ["100","200","300","400","500","600","700","800","900"], - "Noto Sans Nabataean": ["400"], - "Noto Sans Nag Mundari": ["400","500","600","700"], - "Noto Sans Nandinagari": ["400"], - "Noto Sans New Tai Lue": ["400","500","600","700"], - "Noto Sans Newa": ["400"], - "Noto Sans NKo": ["400"], - "Noto Sans NKo Unjoined": ["400","500","600","700"], - "Noto Sans Nushu": ["400"], - "Noto Sans Ogham": ["400"], - "Noto Sans Ol Chiki": ["400","500","600","700"], - "Noto Sans Old Hungarian": ["400"], - "Noto Sans Old Italic": ["400"], - "Noto Sans Old North Arabian": ["400"], - "Noto Sans Old Permic": ["400"], - "Noto Sans Old Persian": ["400"], - "Noto Sans Old Sogdian": ["400"], - "Noto Sans Old South Arabian": ["400"], - "Noto Sans Old Turkic": ["400"], - "Noto Sans Oriya": ["100","200","300","400","500","600","700","800","900"], - "Noto Sans Osage": ["400"], - "Noto Sans Osmanya": ["400"], - "Noto Sans Pahawh Hmong": ["400"], - "Noto Sans Palmyrene": ["400"], - "Noto Sans Pau Cin Hau": ["400"], - "Noto Sans PhagsPa": ["400"], - "Noto Sans Phoenician": ["400"], - "Noto Sans Psalter Pahlavi": ["400"], - "Noto Sans Rejang": ["400"], - "Noto Sans Runic": ["400"], - "Noto Sans Samaritan": ["400"], - "Noto Sans Saurashtra": ["400"], - "Noto Sans SC": ["100","200","300","400","500","600","700","800","900"], - "Noto Sans Sharada": ["400"], - "Noto Sans Shavian": ["400"], - "Noto Sans Siddham": ["400"], - "Noto Sans SignWriting": ["400"], - "Noto Sans Sinhala": ["100","200","300","400","500","600","700","800","900"], - "Noto Sans Sogdian": ["400"], - "Noto Sans Sora Sompeng": ["400","500","600","700"], - "Noto Sans Soyombo": ["400"], - "Noto Sans Sundanese": ["400","500","600","700"], - "Noto Sans Sunuwar": ["400"], - "Noto Sans Syloti Nagri": ["400"], - "Noto Sans Symbols": ["100","200","300","400","500","600","700","800","900"], - "Noto Sans Symbols 2": ["400"], - "Noto Sans Syriac": ["100","200","300","400","500","600","700","800","900"], - "Noto Sans Syriac Eastern": ["100","200","300","400","500","600","700","800","900"], - "Noto Sans Tagalog": ["400"], - "Noto Sans Tagbanwa": ["400"], - "Noto Sans Tai Le": ["400"], - "Noto Sans Tai Tham": ["400","500","600","700"], - "Noto Sans Tai Viet": ["400"], - "Noto Sans Takri": ["400"], - "Noto Sans Tamil": ["100","200","300","400","500","600","700","800","900"], - "Noto Sans Tamil Supplement": ["400"], - "Noto Sans Tangsa": ["400","500","600","700"], - "Noto Sans TC": ["100","200","300","400","500","600","700","800","900"], - "Noto Sans Telugu": ["100","200","300","400","500","600","700","800","900"], - "Noto Sans Thaana": ["100","200","300","400","500","600","700","800","900"], - "Noto Sans Thai": ["100","200","300","400","500","600","700","800","900"], - "Noto Sans Thai Looped": ["100","200","300","400","500","600","700","800","900"], - "Noto Sans Tifinagh": ["400"], - "Noto Sans Tirhuta": ["400"], - "Noto Sans Ugaritic": ["400"], - "Noto Sans Vai": ["400"], - "Noto Sans Vithkuqi": ["400","500","600","700"], - "Noto Sans Wancho": ["400"], - "Noto Sans Warang Citi": ["400"], - "Noto Sans Yi": ["400"], - "Noto Sans Zanabazar Square": ["400"], - "Noto Serif": ["100","200","300","400","500","600","700","800","900","100i","200i","300i","400i","500i","600i","700i","800i","900i"], - "Noto Serif Ahom": ["400"], - "Noto Serif Armenian": ["100","200","300","400","500","600","700","800","900"], - "Noto Serif Balinese": ["400"], - "Noto Serif Bengali": ["100","200","300","400","500","600","700","800","900"], - "Noto Serif Devanagari": ["100","200","300","400","500","600","700","800","900"], - "Noto Serif Display": ["100","200","300","400","500","600","700","800","900","100i","200i","300i","400i","500i","600i","700i","800i","900i"], - "Noto Serif Dives Akuru": ["400"], - "Noto Serif Dogra": ["400"], - "Noto Serif Ethiopic": ["100","200","300","400","500","600","700","800","900"], - "Noto Serif Georgian": ["100","200","300","400","500","600","700","800","900"], - "Noto Serif Grantha": ["400"], - "Noto Serif Gujarati": ["100","200","300","400","500","600","700","800","900"], - "Noto Serif Gurmukhi": ["100","200","300","400","500","600","700","800","900"], - "Noto Serif Hebrew": ["100","200","300","400","500","600","700","800","900"], - "Noto Serif Hentaigana": ["200","300","400","500","600","700","800","900"], - "Noto Serif HK": ["200","300","400","500","600","700","800","900"], - "Noto Serif JP": ["200","300","400","500","600","700","800","900"], - "Noto Serif Kannada": ["100","200","300","400","500","600","700","800","900"], - "Noto Serif Khitan Small Script": ["400"], - "Noto Serif Khmer": ["100","200","300","400","500","600","700","800","900"], - "Noto Serif Khojki": ["400","500","600","700"], - "Noto Serif KR": ["200","300","400","500","600","700","800","900"], - "Noto Serif Lao": ["100","200","300","400","500","600","700","800","900"], - "Noto Serif Makasar": ["400"], - "Noto Serif Malayalam": ["100","200","300","400","500","600","700","800","900"], - "Noto Serif Myanmar": ["100","200","300","400","500","600","700","800","900"], - "Noto Serif NP Hmong": ["400","500","600","700"], - "Noto Serif Old Uyghur": ["400"], - "Noto Serif Oriya": ["400","500","600","700"], - "Noto Serif Ottoman Siyaq": ["400"], - "Noto Serif SC": ["200","300","400","500","600","700","800","900"], - "Noto Serif Sinhala": ["100","200","300","400","500","600","700","800","900"], - "Noto Serif Tamil": ["100","200","300","400","500","600","700","800","900","100i","200i","300i","400i","500i","600i","700i","800i","900i"], - "Noto Serif Tangut": ["400"], - "Noto Serif TC": ["200","300","400","500","600","700","800","900"], - "Noto Serif Telugu": ["100","200","300","400","500","600","700","800","900"], - "Noto Serif Thai": ["100","200","300","400","500","600","700","800","900"], - "Noto Serif Tibetan": ["100","200","300","400","500","600","700","800","900"], - "Noto Serif Todhri": ["400"], - "Noto Serif Toto": ["400","500","600","700"], - "Noto Serif Vithkuqi": ["400","500","600","700"], - "Noto Serif Yezidi": ["400","500","600","700"], - "Noto Traditional Nushu": ["300","400","500","600","700"], - "Noto Znamenny Musical Notation": ["400"], - "Nova Cut": ["400"], - "Nova Flat": ["400"], - "Nova Mono": ["400"], - "Nova Oval": ["400"], - "Nova Round": ["400"], - "Nova Script": ["400"], - "Nova Slim": ["400"], - "Nova Square": ["400"], - "NTR": ["400"], - "Numans": ["400"], - "Nunito": ["200","300","400","500","600","700","800","900","200i","300i","400i","500i","600i","700i","800i","900i"], - "Nunito Sans": ["200","300","400","500","600","700","800","900","200i","300i","400i","500i","600i","700i","800i","900i"], - "Nuosu SIL": ["400"], - "Odibee Sans": ["400"], - "Odor Mean Chey": ["400"], - "Offside": ["400"], - "Oi": ["400"], - "Ojuju": ["200","300","400","500","600","700","800"], - "Old Standard TT": ["400","400i","700"], - "Oldenburg": ["400"], - "Ole": ["400"], - "Oleo Script": ["400","700"], - "Oleo Script Swash Caps": ["400","700"], - "Onest": ["100","200","300","400","500","600","700","800","900"], - "Oooh Baby": ["400"], - "Open Sans": ["300","400","500","600","700","800","300i","400i","500i","600i","700i","800i"], - "Oranienbaum": ["400"], - "Orbit": ["400"], - "Orbitron": ["400","500","600","700","800","900"], - "Oregano": ["400","400i"], - "Orelega One": ["400"], - "Orienta": ["400"], - "Original Surfer": ["400"], - "Oswald": ["200","300","400","500","600","700"], - "Outfit": ["100","200","300","400","500","600","700","800","900"], - "Over the Rainbow": ["400"], - "Overlock": ["400","400i","700","700i","900","900i"], - "Overlock SC": ["400"], - "Overpass": ["100","200","300","400","500","600","700","800","900","100i","200i","300i","400i","500i","600i","700i","800i","900i"], - "Overpass Mono": ["300","400","500","600","700"], - "Ovo": ["400"], - "Oxanium": ["200","300","400","500","600","700","800"], - "Oxygen": ["300","400","700"], - "Oxygen Mono": ["400"], - "Pacifico": ["400"], - "Padauk": ["400","700"], - "Padyakke Expanded One": ["400"], - "Palanquin": ["100","200","300","400","500","600","700"], - "Palanquin Dark": ["400","500","600","700"], - "Palette Mosaic": ["400"], - "Pangolin": ["400"], - "Paprika": ["400"], - "Parastoo": ["400","500","600","700"], - "Parisienne": ["400"], - "Parkinsans": ["300","400","500","600","700","800"], - "Passero One": ["400"], - "Passion One": ["400","700","900"], - "Passions Conflict": ["400"], - "Pathway Extreme": ["100","200","300","400","500","600","700","800","900","100i","200i","300i","400i","500i","600i","700i","800i","900i"], - "Pathway Gothic One": ["400"], - "Patrick Hand": ["400"], - "Patrick Hand SC": ["400"], - "Pattaya": ["400"], - "Patua One": ["400"], - "Pavanam": ["400"], - "Paytone One": ["400"], - "Peddana": ["400"], - "Peralta": ["400"], - "Permanent Marker": ["400"], - "Petemoss": ["400"], - "Petit Formal Script": ["400"], - "Petrona": ["100","200","300","400","500","600","700","800","900","100i","200i","300i","400i","500i","600i","700i","800i","900i"], - "Phetsarath": ["400","700"], - "Philosopher": ["400","400i","700","700i"], - "Phudu": ["300","400","500","600","700","800","900"], - "Piazzolla": ["100","200","300","400","500","600","700","800","900","100i","200i","300i","400i","500i","600i","700i","800i","900i"], - "Piedra": ["400"], - "Pinyon Script": ["400"], - "Pirata One": ["400"], - "Pixelify Sans": ["400","500","600","700"], - "Plaster": ["400"], - "Platypi": ["300","400","500","600","700","800","300i","400i","500i","600i","700i","800i"], - "Play": ["400","700"], - "Playball": ["400"], - "Playfair": ["300","400","500","600","700","800","900","300i","400i","500i","600i","700i","800i","900i"], - "Playfair Display": ["400","500","600","700","800","900","400i","500i","600i","700i","800i","900i"], - "Playfair Display SC": ["400","400i","700","700i","900","900i"], - "Playpen Sans": ["100","200","300","400","500","600","700","800"], - "Playpen Sans Arabic": ["100","200","300","400","500","600","700","800"], - "Playpen Sans Deva": ["100","200","300","400","500","600","700","800"], - "Playpen Sans Hebrew": ["100","200","300","400","500","600","700","800"], - "Playpen Sans Thai": ["100","200","300","400","500","600","700","800"], - "Playwrite AR": ["100","200","300","400"], - "Playwrite AR Guides": ["400"], - "Playwrite AT": ["100","200","300","400","100i","200i","300i","400i"], - "Playwrite AT Guides": ["400","400i"], - "Playwrite AU NSW": ["100","200","300","400"], - "Playwrite AU NSW Guides": ["400"], - "Playwrite AU QLD": ["100","200","300","400"], - "Playwrite AU QLD Guides": ["400"], - "Playwrite AU SA": ["100","200","300","400"], - "Playwrite AU SA Guides": ["400"], - "Playwrite AU TAS": ["100","200","300","400"], - "Playwrite AU TAS Guides": ["400"], - "Playwrite AU VIC": ["100","200","300","400"], - "Playwrite AU VIC Guides": ["400"], - "Playwrite BE VLG": ["100","200","300","400"], - "Playwrite BE VLG Guides": ["400"], - "Playwrite BE WAL": ["100","200","300","400"], - "Playwrite BE WAL Guides": ["400"], - "Playwrite BR": ["100","200","300","400"], - "Playwrite BR Guides": ["400"], - "Playwrite CA": ["100","200","300","400"], - "Playwrite CA Guides": ["400"], - "Playwrite CL": ["100","200","300","400"], - "Playwrite CL Guides": ["400"], - "Playwrite CO": ["100","200","300","400"], - "Playwrite CO Guides": ["400"], - "Playwrite CU": ["100","200","300","400"], - "Playwrite CU Guides": ["400"], - "Playwrite CZ": ["100","200","300","400"], - "Playwrite CZ Guides": ["400"], - "Playwrite DE Grund": ["100","200","300","400"], - "Playwrite DE Grund Guides": ["400"], - "Playwrite DE LA": ["100","200","300","400"], - "Playwrite DE LA Guides": ["400"], - "Playwrite DE SAS": ["100","200","300","400"], - "Playwrite DE SAS Guides": ["400"], - "Playwrite DE VA": ["100","200","300","400"], - "Playwrite DE VA Guides": ["400"], - "Playwrite DK Loopet": ["100","200","300","400"], - "Playwrite DK Loopet Guides": ["400"], - "Playwrite DK Uloopet": ["100","200","300","400"], - "Playwrite DK Uloopet Guides": ["400"], - "Playwrite ES": ["100","200","300","400"], - "Playwrite ES Deco": ["100","200","300","400"], - "Playwrite ES Deco Guides": ["400"], - "Playwrite ES Guides": ["400"], - "Playwrite FR Moderne": ["100","200","300","400"], - "Playwrite FR Moderne Guides": ["400"], - "Playwrite FR Trad": ["100","200","300","400"], - "Playwrite FR Trad Guides": ["400"], - "Playwrite GB J": ["100","200","300","400","100i","200i","300i","400i"], - "Playwrite GB J Guides": ["400","400i"], - "Playwrite GB S": ["100","200","300","400","100i","200i","300i","400i"], - "Playwrite GB S Guides": ["400","400i"], - "Playwrite HR": ["100","200","300","400"], - "Playwrite HR Guides": ["400"], - "Playwrite HR Lijeva": ["100","200","300","400"], - "Playwrite HR Lijeva Guides": ["400"], - "Playwrite HU": ["100","200","300","400"], - "Playwrite HU Guides": ["400"], - "Playwrite ID": ["100","200","300","400"], - "Playwrite ID Guides": ["400"], - "Playwrite IE": ["100","200","300","400"], - "Playwrite IE Guides": ["400"], - "Playwrite IN": ["100","200","300","400"], - "Playwrite IN Guides": ["400"], - "Playwrite IS": ["100","200","300","400"], - "Playwrite IS Guides": ["400"], - "Playwrite IT Moderna": ["100","200","300","400"], - "Playwrite IT Moderna Guides": ["400"], - "Playwrite IT Trad": ["100","200","300","400"], - "Playwrite IT Trad Guides": ["400"], - "Playwrite MX": ["100","200","300","400"], - "Playwrite MX Guides": ["400"], - "Playwrite NG Modern": ["100","200","300","400"], - "Playwrite NG Modern Guides": ["400"], - "Playwrite NL": ["100","200","300","400"], - "Playwrite NL Guides": ["400"], - "Playwrite NO": ["100","200","300","400"], - "Playwrite NO Guides": ["400"], - "Playwrite NZ": ["100","200","300","400"], - "Playwrite NZ Guides": ["400"], - "Playwrite PE": ["100","200","300","400"], - "Playwrite PE Guides": ["400"], - "Playwrite PL": ["100","200","300","400"], - "Playwrite PL Guides": ["400"], - "Playwrite PT": ["100","200","300","400"], - "Playwrite PT Guides": ["400"], - "Playwrite RO": ["100","200","300","400"], - "Playwrite RO Guides": ["400"], - "Playwrite SK": ["100","200","300","400"], - "Playwrite SK Guides": ["400"], - "Playwrite TZ": ["100","200","300","400"], - "Playwrite TZ Guides": ["400"], - "Playwrite US Modern": ["100","200","300","400"], - "Playwrite US Modern Guides": ["400"], - "Playwrite US Trad": ["100","200","300","400"], - "Playwrite US Trad Guides": ["400"], - "Playwrite VN": ["100","200","300","400"], - "Playwrite VN Guides": ["400"], - "Playwrite ZA": ["100","200","300","400"], - "Playwrite ZA Guides": ["400"], - "Plus Jakarta Sans": ["200","300","400","500","600","700","800","200i","300i","400i","500i","600i","700i","800i"], - "Pochaevsk": ["400"], - "Podkova": ["400","500","600","700","800"], - "Poetsen One": ["400"], - "Poiret One": ["400"], - "Poller One": ["400"], - "Poltawski Nowy": ["400","500","600","700","400i","500i","600i","700i"], - "Poly": ["400","400i"], - "Pompiere": ["400"], - "Ponnala": ["400"], - "Ponomar": ["400"], - "Pontano Sans": ["300","400","500","600","700"], - "Poor Story": ["400"], - "Poppins": ["100","100i","200","200i","300","300i","400","400i","500","500i","600","600i","700","700i","800","800i","900","900i"], - "Port Lligat Sans": ["400"], - "Port Lligat Slab": ["400"], - "Potta One": ["400"], - "Pragati Narrow": ["400","700"], - "Praise": ["400"], - "Prata": ["400"], - "Preahvihear": ["400"], - "Press Start 2P": ["400"], - "Pridi": ["200","300","400","500","600","700"], - "Princess Sofia": ["400"], - "Prociono": ["400"], - "Prompt": ["100","100i","200","200i","300","300i","400","400i","500","500i","600","600i","700","700i","800","800i","900","900i"], - "Prosto One": ["400"], - "Protest Guerrilla": ["400"], - "Protest Revolution": ["400"], - "Protest Riot": ["400"], - "Protest Strike": ["400"], - "Proza Libre": ["400","400i","500","500i","600","600i","700","700i","800","800i"], - "PT Mono": ["400"], - "PT Sans": ["400","400i","700","700i"], - "PT Sans Caption": ["400","700"], - "PT Sans Narrow": ["400","700"], - "PT Serif": ["400","400i","700","700i"], - "PT Serif Caption": ["400","400i"], - "Public Sans": ["100","200","300","400","500","600","700","800","900","100i","200i","300i","400i","500i","600i","700i","800i","900i"], - "Puppies Play": ["400"], - "Puritan": ["400","400i","700","700i"], - "Purple Purse": ["400"], - "Qahiri": ["400"], - "Quando": ["400"], - "Quantico": ["400","400i","700","700i"], - "Quattrocento": ["400","700"], - "Quattrocento Sans": ["400","400i","700","700i"], - "Questrial": ["400"], - "Quicksand": ["300","400","500","600","700"], - "Quintessential": ["400"], - "Qwigley": ["400"], - "Qwitcher Grypen": ["400","700"], - "Racing Sans One": ["400"], - "Radio Canada": ["300","400","500","600","700","300i","400i","500i","600i","700i"], - "Radio Canada Big": ["400","500","600","700","400i","500i","600i","700i"], - "Radley": ["400","400i"], - "Rajdhani": ["300","400","500","600","700"], - "Rakkas": ["400"], - "Raleway": ["100","200","300","400","500","600","700","800","900","100i","200i","300i","400i","500i","600i","700i","800i","900i"], - "Raleway Dots": ["400"], - "Ramabhadra": ["400"], - "Ramaraja": ["400"], - "Rambla": ["400","400i","700","700i"], - "Rammetto One": ["400"], - "Rampart One": ["400"], - "Ranchers": ["400"], - "Rancho": ["400"], - "Ranga": ["400","700"], - "Rasa": ["300","400","500","600","700","300i","400i","500i","600i","700i"], - "Rationale": ["400"], - "Ravi Prakash": ["400"], - "Readex Pro": ["200","300","400","500","600","700"], - "Recursive": ["300","400","500","600","700","800","900"], - "Red Hat Display": ["300","400","500","600","700","800","900","300i","400i","500i","600i","700i","800i","900i"], - "Red Hat Mono": ["300","400","500","600","700","300i","400i","500i","600i","700i"], - "Red Hat Text": ["300","400","500","600","700","300i","400i","500i","600i","700i"], - "Red Rose": ["300","400","500","600","700"], - "Redacted": ["400"], - "Redacted Script": ["300","400","700"], - "Reddit Mono": ["200","300","400","500","600","700","800","900"], - "Reddit Sans": ["200","300","400","500","600","700","800","900","200i","300i","400i","500i","600i","700i","800i","900i"], - "Reddit Sans Condensed": ["200","300","400","500","600","700","800","900"], - "Redressed": ["400"], - "Reem Kufi": ["400","500","600","700"], - "Reem Kufi Fun": ["400","500","600","700"], - "Reem Kufi Ink": ["400"], - "Reenie Beanie": ["400"], - "Reggae One": ["400"], - "REM": ["100","200","300","400","500","600","700","800","900","100i","200i","300i","400i","500i","600i","700i","800i","900i"], - "Rethink Sans": ["400","500","600","700","800","400i","500i","600i","700i","800i"], - "Revalia": ["400"], - "Rhodium Libre": ["400"], - "Ribeye": ["400"], - "Ribeye Marrow": ["400"], - "Righteous": ["400"], - "Risque": ["400"], - "Road Rage": ["400"], - "Roboto": ["100","200","300","400","500","600","700","800","900","100i","200i","300i","400i","500i","600i","700i","800i","900i"], - "Roboto Condensed": ["100","200","300","400","500","600","700","800","900","100i","200i","300i","400i","500i","600i","700i","800i","900i"], - "Roboto Flex": ["400"], - "Roboto Mono": ["100","200","300","400","500","600","700","100i","200i","300i","400i","500i","600i","700i"], - "Roboto Serif": ["100","200","300","400","500","600","700","800","900","100i","200i","300i","400i","500i","600i","700i","800i","900i"], - "Roboto Slab": ["100","200","300","400","500","600","700","800","900"], - "Rochester": ["400"], - "Rock 3D": ["400"], - "Rock Salt": ["400"], - "RocknRoll One": ["400"], - "Rokkitt": ["100","200","300","400","500","600","700","800","900","100i","200i","300i","400i","500i","600i","700i","800i","900i"], - "Romanesco": ["400"], - "Ropa Sans": ["400","400i"], - "Rosario": ["300","400","500","600","700","300i","400i","500i","600i","700i"], - "Rosarivo": ["400","400i"], - "Rouge Script": ["400"], - "Rowdies": ["300","400","700"], - "Rozha One": ["400"], - "Rubik": ["300","400","500","600","700","800","900","300i","400i","500i","600i","700i","800i","900i"], - "Rubik 80s Fade": ["400"], - "Rubik Beastly": ["400"], - "Rubik Broken Fax": ["400"], - "Rubik Bubbles": ["400"], - "Rubik Burned": ["400"], - "Rubik Dirt": ["400"], - "Rubik Distressed": ["400"], - "Rubik Doodle Shadow": ["400"], - "Rubik Doodle Triangles": ["400"], - "Rubik Gemstones": ["400"], - "Rubik Glitch": ["400"], - "Rubik Glitch Pop": ["400"], - "Rubik Iso": ["400"], - "Rubik Lines": ["400"], - "Rubik Maps": ["400"], - "Rubik Marker Hatch": ["400"], - "Rubik Maze": ["400"], - "Rubik Microbe": ["400"], - "Rubik Mono One": ["400"], - "Rubik Moonrocks": ["400"], - "Rubik Pixels": ["400"], - "Rubik Puddles": ["400"], - "Rubik Scribble": ["400"], - "Rubik Spray Paint": ["400"], - "Rubik Storm": ["400"], - "Rubik Vinyl": ["400"], - "Rubik Wet Paint": ["400"], - "Ruda": ["400","500","600","700","800","900"], - "Rufina": ["400","700"], - "Ruge Boogie": ["400"], - "Ruluko": ["400"], - "Rum Raisin": ["400"], - "Ruslan Display": ["400"], - "Russo One": ["400"], - "Ruthie": ["400"], - "Ruwudu": ["400","500","600","700"], - "Rye": ["400"], - "Sacramento": ["400"], - "Sahitya": ["400","700"], - "Sail": ["400"], - "Saira": ["100","200","300","400","500","600","700","800","900","100i","200i","300i","400i","500i","600i","700i","800i","900i"], - "Saira Condensed": ["100","200","300","400","500","600","700","800","900"], - "Saira Extra Condensed": ["100","200","300","400","500","600","700","800","900"], - "Saira Semi Condensed": ["100","200","300","400","500","600","700","800","900"], - "Saira Stencil One": ["400"], - "Salsa": ["400"], - "Sanchez": ["400","400i"], - "Sancreek": ["400"], - "Sankofa Display": ["400"], - "Sansation": ["300","300i","400","400i","700","700i"], - "Sansita": ["400","400i","700","700i","800","800i","900","900i"], - "Sansita Swashed": ["300","400","500","600","700","800","900"], - "Sarabun": ["100","100i","200","200i","300","300i","400","400i","500","500i","600","600i","700","700i","800","800i"], - "Sarala": ["400","700"], - "Sarina": ["400"], - "Sarpanch": ["400","500","600","700","800","900"], - "Sassy Frass": ["400"], - "Satisfy": ["400"], - "Savate": ["200","300","400","500","600","700","800","900","200i","300i","400i","500i","600i","700i","800i","900i"], - "Sawarabi Gothic": ["400"], - "Sawarabi Mincho": ["400"], - "Scada": ["400","400i","700","700i"], - "Scheherazade New": ["400","500","600","700"], - "Schibsted Grotesk": ["400","500","600","700","800","900","400i","500i","600i","700i","800i","900i"], - "Schoolbell": ["400"], - "Scope One": ["400"], - "Seaweed Script": ["400"], - "Secular One": ["400"], - "Sedan": ["400","400i"], - "Sedan SC": ["400"], - "Sedgwick Ave": ["400"], - "Sedgwick Ave Display": ["400"], - "Sen": ["400","500","600","700","800"], - "Send Flowers": ["400"], - "Sevillana": ["400"], - "Seymour One": ["400"], - "Shadows Into Light": ["400"], - "Shadows Into Light Two": ["400"], - "Shafarik": ["400"], - "Shalimar": ["400"], - "Shantell Sans": ["300","400","500","600","700","800","300i","400i","500i","600i","700i","800i"], - "Shanti": ["400"], - "Share": ["400","400i","700","700i"], - "Share Tech": ["400"], - "Share Tech Mono": ["400"], - "Shippori Antique": ["400"], - "Shippori Antique B1": ["400"], - "Shippori Mincho": ["400","500","600","700","800"], - "Shippori Mincho B1": ["400","500","600","700","800"], - "Shizuru": ["400"], - "Shojumaru": ["400"], - "Short Stack": ["400"], - "Shrikhand": ["400"], - "Siemreap": ["400"], - "Sigmar": ["400"], - "Sigmar One": ["400"], - "Signika": ["300","400","500","600","700"], - "Signika Negative": ["300","400","500","600","700"], - "Silkscreen": ["400","700"], - "Simonetta": ["400","400i","900","900i"], - "Single Day": ["400"], - "Sintony": ["400","700"], - "Sirin Stencil": ["400"], - "Six Caps": ["400"], - "Sixtyfour": ["400"], - "Sixtyfour Convergence": ["400"], - "Skranji": ["400","700"], - "Slabo 13px": ["400"], - "Slabo 27px": ["400"], - "Slackey": ["400"], - "Slackside One": ["400"], - "Smokum": ["400"], - "Smooch": ["400"], - "Smooch Sans": ["100","200","300","400","500","600","700","800","900"], - "Smythe": ["400"], - "Sniglet": ["400","800"], - "Snippet": ["400"], - "Snowburst One": ["400"], - "Sofadi One": ["400"], - "Sofia": ["400"], - "Sofia Sans": ["100","200","300","400","500","600","700","800","900","100i","200i","300i","400i","500i","600i","700i","800i","900i"], - "Sofia Sans Condensed": ["100","200","300","400","500","600","700","800","900","100i","200i","300i","400i","500i","600i","700i","800i","900i"], - "Sofia Sans Extra Condensed": ["100","200","300","400","500","600","700","800","900","100i","200i","300i","400i","500i","600i","700i","800i","900i"], - "Sofia Sans Semi Condensed": ["100","200","300","400","500","600","700","800","900","100i","200i","300i","400i","500i","600i","700i","800i","900i"], - "Solitreo": ["400"], - "Solway": ["300","400","500","700","800"], - "Sometype Mono": ["400","500","600","700","400i","500i","600i","700i"], - "Song Myung": ["400"], - "Sono": ["200","300","400","500","600","700","800"], - "Sonsie One": ["400"], - "Sora": ["100","200","300","400","500","600","700","800"], - "Sorts Mill Goudy": ["400","400i"], - "Sour Gummy": ["100","200","300","400","500","600","700","800","900","100i","200i","300i","400i","500i","600i","700i","800i","900i"], - "Source Code Pro": ["200","300","400","500","600","700","800","900","200i","300i","400i","500i","600i","700i","800i","900i"], - "Source Sans 3": ["200","300","400","500","600","700","800","900","200i","300i","400i","500i","600i","700i","800i","900i"], - "Source Serif 4": ["200","300","400","500","600","700","800","900","200i","300i","400i","500i","600i","700i","800i","900i"], - "Space Grotesk": ["300","400","500","600","700"], - "Space Mono": ["400","400i","700","700i"], - "Special Elite": ["400"], - "Special Gothic": ["400"], - "Special Gothic Condensed One": ["400"], - "Special Gothic Expanded One": ["400"], - "Spectral": ["200","200i","300","300i","400","400i","500","500i","600","600i","700","700i","800","800i"], - "Spectral SC": ["200","200i","300","300i","400","400i","500","500i","600","600i","700","700i","800","800i"], - "Spicy Rice": ["400"], - "Spinnaker": ["400"], - "Spirax": ["400"], - "Splash": ["400"], - "Spline Sans": ["300","400","500","600","700"], - "Spline Sans Mono": ["300","400","500","600","700","300i","400i","500i","600i","700i"], - "Squada One": ["400"], - "Square Peg": ["400"], - "Sree Krushnadevaraya": ["400"], - "Sriracha": ["400"], - "Srisakdi": ["400","700"], - "Staatliches": ["400"], - "Stalemate": ["400"], - "Stalinist One": ["400"], - "Stardos Stencil": ["400","700"], - "Stick": ["400"], - "Stick No Bills": ["200","300","400","500","600","700","800"], - "Stint Ultra Condensed": ["400"], - "Stint Ultra Expanded": ["400"], - "STIX Two Text": ["400","500","600","700","400i","500i","600i","700i"], - "Stoke": ["300","400"], - "Strait": ["400"], - "Style Script": ["400"], - "Stylish": ["400"], - "Sue Ellen Francisco": ["400"], - "Suez One": ["400"], - "Sulphur Point": ["300","400","700"], - "Sumana": ["400","700"], - "Sunflower": ["300","500","700"], - "Sunshiney": ["400"], - "Supermercado One": ["400"], - "Sura": ["400","700"], - "Suranna": ["400"], - "Suravaram": ["400"], - "SUSE": ["100","200","300","400","500","600","700","800"], - "Suwannaphum": ["100","300","400","700","900"], - "Swanky and Moo Moo": ["400"], - "Syncopate": ["400","700"], - "Syne": ["400","500","600","700","800"], - "Syne Mono": ["400"], - "Syne Tactile": ["400"], - "Tac One": ["400"], - "Tagesschrift": ["400"], - "Tai Heritage Pro": ["400","700"], - "Tajawal": ["200","300","400","500","700","800","900"], - "Tangerine": ["400","700"], - "Tapestry": ["400"], - "Taprom": ["400"], - "Tauri": ["400"], - "Taviraj": ["100","100i","200","200i","300","300i","400","400i","500","500i","600","600i","700","700i","800","800i","900","900i"], - "Teachers": ["400","500","600","700","800","400i","500i","600i","700i","800i"], - "Teko": ["300","400","500","600","700"], - "Tektur": ["400","500","600","700","800","900"], - "Telex": ["400"], - "Tenali Ramakrishna": ["400"], - "Tenor Sans": ["400"], - "Text Me One": ["400"], - "Texturina": ["100","200","300","400","500","600","700","800","900","100i","200i","300i","400i","500i","600i","700i","800i","900i"], - "Thasadith": ["400","400i","700","700i"], - "The Girl Next Door": ["400"], - "The Nautigal": ["400","700"], - "Tienne": ["400","700","900"], - "Tillana": ["400","500","600","700","800"], - "Tilt Neon": ["400"], - "Tilt Prism": ["400"], - "Tilt Warp": ["400"], - "Timmana": ["400"], - "Tinos": ["400","400i","700","700i"], - "Tiny5": ["400"], - "Tiro Bangla": ["400","400i"], - "Tiro Devanagari Hindi": ["400","400i"], - "Tiro Devanagari Marathi": ["400","400i"], - "Tiro Devanagari Sanskrit": ["400","400i"], - "Tiro Gurmukhi": ["400","400i"], - "Tiro Kannada": ["400","400i"], - "Tiro Tamil": ["400","400i"], - "Tiro Telugu": ["400","400i"], - "Titan One": ["400"], - "Titillium Web": ["200","200i","300","300i","400","400i","600","600i","700","700i","900"], - "Tomorrow": ["100","100i","200","200i","300","300i","400","400i","500","500i","600","600i","700","700i","800","800i","900","900i"], - "Tourney": ["100","200","300","400","500","600","700","800","900","100i","200i","300i","400i","500i","600i","700i","800i","900i"], - "Trade Winds": ["400"], - "Train One": ["400"], - "Triodion": ["400"], - "Trirong": ["100","100i","200","200i","300","300i","400","400i","500","500i","600","600i","700","700i","800","800i","900","900i"], - "Trispace": ["100","200","300","400","500","600","700","800"], - "Trocchi": ["400"], - "Trochut": ["400","400i","700"], - "Truculenta": ["100","200","300","400","500","600","700","800","900"], - "Trykker": ["400"], - "Tsukimi Rounded": ["300","400","500","600","700"], - "Tuffy": ["400","400i","700","700i"], - "Tulpen One": ["400"], - "Turret Road": ["200","300","400","500","700","800"], - "Twinkle Star": ["400"], - "Ubuntu": ["300","300i","400","400i","500","500i","700","700i"], - "Ubuntu Condensed": ["400"], - "Ubuntu Mono": ["400","400i","700","700i"], - "Ubuntu Sans": ["100","200","300","400","500","600","700","800","100i","200i","300i","400i","500i","600i","700i","800i"], - "Ubuntu Sans Mono": ["400","500","600","700","400i","500i","600i","700i"], - "Uchen": ["400"], - "Ultra": ["400"], - "Unbounded": ["200","300","400","500","600","700","800","900"], - "Uncial Antiqua": ["400"], - "Underdog": ["400"], - "Unica One": ["400"], - "UnifrakturCook": ["700"], - "UnifrakturMaguntia": ["400"], - "Unkempt": ["400","700"], - "Unlock": ["400"], - "Unna": ["400","400i","700","700i"], - "UoqMunThenKhung": ["400"], - "Updock": ["400"], - "Urbanist": ["100","200","300","400","500","600","700","800","900","100i","200i","300i","400i","500i","600i","700i","800i","900i"], - "Vampiro One": ["400"], - "Varela": ["400"], - "Varela Round": ["400"], - "Varta": ["300","400","500","600","700"], - "Vast Shadow": ["400"], - "Vazirmatn": ["100","200","300","400","500","600","700","800","900"], - "Vesper Libre": ["400","500","700","900"], - "Viaoda Libre": ["400"], - "Vibes": ["400"], - "Vibur": ["400"], - "Victor Mono": ["100","200","300","400","500","600","700","100i","200i","300i","400i","500i","600i","700i"], - "Vidaloka": ["400"], - "Viga": ["400"], - "Vina Sans": ["400"], - "Voces": ["400"], - "Volkhov": ["400","400i","700","700i"], - "Vollkorn": ["400","500","600","700","800","900","400i","500i","600i","700i","800i","900i"], - "Vollkorn SC": ["400","600","700","900"], - "Voltaire": ["400"], - "VT323": ["400"], - "Vujahday Script": ["400"], - "Waiting for the Sunrise": ["400"], - "Wallpoet": ["400"], - "Walter Turncoat": ["400"], - "Warnes": ["400"], - "Water Brush": ["400"], - "Waterfall": ["400"], - "Wavefont": ["100","200","300","400","500","600","700","800","900"], - "WDXL Lubrifont JP N": ["400"], - "WDXL Lubrifont SC": ["400"], - "WDXL Lubrifont TC": ["400"], - "Wellfleet": ["400"], - "Wendy One": ["400"], - "Whisper": ["400"], - "WindSong": ["400","500"], - "Winky Rough": ["300","400","500","600","700","800","900","300i","400i","500i","600i","700i","800i","900i"], - "Winky Sans": ["300","400","500","600","700","800","900","300i","400i","500i","600i","700i","800i","900i"], - "Wire One": ["400"], - "Wittgenstein": ["400","500","600","700","800","900","400i","500i","600i","700i","800i","900i"], - "Wix Madefor Display": ["400","500","600","700","800"], - "Wix Madefor Text": ["400","400i","500","500i","600","600i","700","700i","800","800i"], - "Work Sans": ["100","200","300","400","500","600","700","800","900","100i","200i","300i","400i","500i","600i","700i","800i","900i"], - "Workbench": ["400"], - "Xanh Mono": ["400","400i"], - "Yaldevi": ["200","300","400","500","600","700"], - "Yanone Kaffeesatz": ["200","300","400","500","600","700"], - "Yantramanav": ["100","300","400","500","700","900"], - "Yarndings 12": ["400"], - "Yarndings 12 Charted": ["400"], - "Yarndings 20": ["400"], - "Yarndings 20 Charted": ["400"], - "Yatra One": ["400"], - "Yellowtail": ["400"], - "Yeon Sung": ["400"], - "Yeseva One": ["400"], - "Yesteryear": ["400"], - "Yomogi": ["400"], - "Young Serif": ["400"], - "Yrsa": ["300","400","500","600","700","300i","400i","500i","600i","700i"], - "Ysabeau": ["100","200","300","400","500","600","700","800","900","100i","200i","300i","400i","500i","600i","700i","800i","900i"], - "Ysabeau Infant": ["100","200","300","400","500","600","700","800","900","100i","200i","300i","400i","500i","600i","700i","800i","900i"], - "Ysabeau Office": ["100","200","300","400","500","600","700","800","900","100i","200i","300i","400i","500i","600i","700i","800i","900i"], - "Ysabeau SC": ["100","200","300","400","500","600","700","800","900"], - "Yuji Boku": ["400"], - "Yuji Hentaigana Akari": ["400"], - "Yuji Hentaigana Akebono": ["400"], - "Yuji Mai": ["400"], - "Yuji Syuku": ["400"], - "Yusei Magic": ["400"], - "Zain": ["200","300","300i","400","400i","700","800","900"], - "ZCOOL KuaiLe": ["400"], - "ZCOOL QingKe HuangYou": ["400"], - "ZCOOL XiaoWei": ["400"], - "Zen Antique": ["400"], - "Zen Antique Soft": ["400"], - "Zen Dots": ["400"], - "Zen Kaku Gothic Antique": ["300","400","500","700","900"], - "Zen Kaku Gothic New": ["300","400","500","700","900"], - "Zen Kurenaido": ["400"], - "Zen Loop": ["400","400i"], - "Zen Maru Gothic": ["300","400","500","700","900"], - "Zen Old Mincho": ["400","500","600","700","900"], - "Zen Tokyo Zoo": ["400"], - "Zeyada": ["400"], - "Zhi Mang Xing": ["400"], - "Zilla Slab": ["300","300i","400","400i","500","500i","600","600i","700","700i"], - "Zilla Slab Highlight": ["400","700"] -} \ No newline at end of file + "ABeeZee": {"variants":["400","400i"]}, + "Abel": {"variants":["400"]}, + "Abhaya Libre": {"variants":["400","500","600","700","800"]}, + "Aboreto": {"variants":["400"]}, + "Abril Fatface": {"variants":["400"]}, + "Abyssinica SIL": {"variants":["400"]}, + "Aclonica": {"variants":["400"]}, + "Acme": {"variants":["400"]}, + "Actor": {"variants":["400"]}, + "Adamina": {"variants":["400"]}, + "ADLaM Display": {"variants":["400"]}, + "Advent Pro": {"variants":["100","200","300","400","500","600","700","800","900","100i","200i","300i","400i","500i","600i","700i","800i","900i"],"axes":[{"tag":"wdth","min":100,"max":200,"defaultValue":100},{"tag":"wght","min":100,"max":900,"defaultValue":400}]}, + "Afacad": {"variants":["400","500","600","700","400i","500i","600i","700i"],"axes":[{"tag":"wght","min":400,"max":700,"defaultValue":400}]}, + "Afacad Flux": {"variants":["100","200","300","400","500","600","700","800","900"],"axes":[{"tag":"wght","min":100,"max":1000,"defaultValue":400},{"tag":"slnt","min":-14,"max":14,"defaultValue":0}]}, + "Agbalumo": {"variants":["400"]}, + "Agdasima": {"variants":["400","700"]}, + "Agu Display": {"variants":["400"],"axes":[{"tag":"MORF","min":0,"max":60,"defaultValue":0}]}, + "Aguafina Script": {"variants":["400"]}, + "Akatab": {"variants":["400","500","600","700","800","900"]}, + "Akaya Kanadaka": {"variants":["400"]}, + "Akaya Telivigala": {"variants":["400"]}, + "Akronim": {"variants":["400"]}, + "Akshar": {"variants":["300","400","500","600","700"],"axes":[{"tag":"wght","min":300,"max":700,"defaultValue":400}]}, + "Aladin": {"variants":["400"]}, + "Alan Sans": {"variants":["300","400","500","600","700","800","900"],"axes":[{"tag":"wght","min":300,"max":900,"defaultValue":400}]}, + "Alata": {"variants":["400"]}, + "Alatsi": {"variants":["400"]}, + "Albert Sans": {"variants":["100","200","300","400","500","600","700","800","900","100i","200i","300i","400i","500i","600i","700i","800i","900i"],"axes":[{"tag":"wght","min":100,"max":900,"defaultValue":400}]}, + "Aldrich": {"variants":["400"]}, + "Alef": {"variants":["400","700"]}, + "Alegreya": {"variants":["400","500","600","700","800","900","400i","500i","600i","700i","800i","900i"],"axes":[{"tag":"wght","min":400,"max":900,"defaultValue":400}]}, + "Alegreya Sans": {"variants":["100","100i","300","300i","400","400i","500","500i","700","700i","800","800i","900","900i"]}, + "Alegreya Sans SC": {"variants":["100","100i","300","300i","400","400i","500","500i","700","700i","800","800i","900","900i"]}, + "Alegreya SC": {"variants":["400","400i","500","500i","700","700i","800","800i","900","900i"]}, + "Aleo": {"variants":["100","200","300","400","500","600","700","800","900","100i","200i","300i","400i","500i","600i","700i","800i","900i"],"axes":[{"tag":"wght","min":100,"max":900,"defaultValue":400}]}, + "Alex Brush": {"variants":["400"]}, + "Alexandria": {"variants":["100","200","300","400","500","600","700","800","900"],"axes":[{"tag":"wght","min":100,"max":900,"defaultValue":400}]}, + "Alfa Slab One": {"variants":["400"]}, + "Alice": {"variants":["400"]}, + "Alike": {"variants":["400"]}, + "Alike Angular": {"variants":["400"]}, + "Alkalami": {"variants":["400"]}, + "Alkatra": {"variants":["400","500","600","700"],"axes":[{"tag":"wght","min":400,"max":700,"defaultValue":400}]}, + "Allan": {"variants":["400","700"]}, + "Allerta": {"variants":["400"]}, + "Allerta Stencil": {"variants":["400"]}, + "Allison": {"variants":["400"]}, + "Allura": {"variants":["400"]}, + "Almarai": {"variants":["300","400","700","800"]}, + "Almendra": {"variants":["400","400i","700","700i"]}, + "Almendra Display": {"variants":["400"]}, + "Almendra SC": {"variants":["400"]}, + "Alumni Sans": {"variants":["100","200","300","400","500","600","700","800","900","100i","200i","300i","400i","500i","600i","700i","800i","900i"],"axes":[{"tag":"wght","min":100,"max":900,"defaultValue":400}]}, + "Alumni Sans Collegiate One": {"variants":["400","400i"]}, + "Alumni Sans Inline One": {"variants":["400","400i"]}, + "Alumni Sans Pinstripe": {"variants":["400","400i"]}, + "Alumni Sans SC": {"variants":["100","200","300","400","500","600","700","800","900","100i","200i","300i","400i","500i","600i","700i","800i","900i"],"axes":[{"tag":"wght","min":100,"max":900,"defaultValue":400}]}, + "Amarante": {"variants":["400"]}, + "Amaranth": {"variants":["400","400i","700","700i"]}, + "Amatic SC": {"variants":["400","700"]}, + "Amethysta": {"variants":["400"]}, + "Amiko": {"variants":["400","600","700"]}, + "Amiri": {"variants":["400","400i","700","700i"]}, + "Amiri Quran": {"variants":["400"]}, + "Amita": {"variants":["400","700"]}, + "Anaheim": {"variants":["400","500","600","700","800"],"axes":[{"tag":"wght","min":400,"max":800,"defaultValue":400}]}, + "Ancizar Sans": {"variants":["100","200","300","400","500","600","700","800","900","100i","200i","300i","400i","500i","600i","700i","800i","900i"],"axes":[{"tag":"wght","min":100,"max":1000,"defaultValue":400}]}, + "Ancizar Serif": {"variants":["300","400","500","600","700","800","900","300i","400i","500i","600i","700i","800i","900i"],"axes":[{"tag":"wght","min":300,"max":900,"defaultValue":400}]}, + "Andada Pro": {"variants":["400","500","600","700","800","400i","500i","600i","700i","800i"],"axes":[{"tag":"wght","min":400,"max":840,"defaultValue":400}]}, + "Andika": {"variants":["400","400i","700","700i"]}, + "Anek Bangla": {"variants":["100","200","300","400","500","600","700","800"],"axes":[{"tag":"wdth","min":75,"max":125,"defaultValue":100},{"tag":"wght","min":100,"max":800,"defaultValue":400}]}, + "Anek Devanagari": {"variants":["100","200","300","400","500","600","700","800"],"axes":[{"tag":"wdth","min":75,"max":125,"defaultValue":100},{"tag":"wght","min":100,"max":800,"defaultValue":400}]}, + "Anek Gujarati": {"variants":["100","200","300","400","500","600","700","800"],"axes":[{"tag":"wdth","min":75,"max":125,"defaultValue":100},{"tag":"wght","min":100,"max":800,"defaultValue":400}]}, + "Anek Gurmukhi": {"variants":["100","200","300","400","500","600","700","800"],"axes":[{"tag":"wdth","min":75,"max":125,"defaultValue":100},{"tag":"wght","min":100,"max":800,"defaultValue":400}]}, + "Anek Kannada": {"variants":["100","200","300","400","500","600","700","800"],"axes":[{"tag":"wdth","min":75,"max":125,"defaultValue":100},{"tag":"wght","min":100,"max":800,"defaultValue":400}]}, + "Anek Latin": {"variants":["100","200","300","400","500","600","700","800"],"axes":[{"tag":"wdth","min":75,"max":125,"defaultValue":100},{"tag":"wght","min":100,"max":800,"defaultValue":400}]}, + "Anek Malayalam": {"variants":["100","200","300","400","500","600","700","800"],"axes":[{"tag":"wdth","min":75,"max":125,"defaultValue":100},{"tag":"wght","min":100,"max":800,"defaultValue":400}]}, + "Anek Odia": {"variants":["100","200","300","400","500","600","700","800"],"axes":[{"tag":"wdth","min":75,"max":125,"defaultValue":100},{"tag":"wght","min":100,"max":800,"defaultValue":400}]}, + "Anek Tamil": {"variants":["100","200","300","400","500","600","700","800"],"axes":[{"tag":"wdth","min":75,"max":125,"defaultValue":100},{"tag":"wght","min":100,"max":800,"defaultValue":400}]}, + "Anek Telugu": {"variants":["100","200","300","400","500","600","700","800"],"axes":[{"tag":"wdth","min":75,"max":125,"defaultValue":100},{"tag":"wght","min":100,"max":800,"defaultValue":400}]}, + "Angkor": {"variants":["400"]}, + "Annapurna SIL": {"variants":["400","700"]}, + "Annie Use Your Telescope": {"variants":["400"]}, + "Anonymous Pro": {"variants":["400","400i","700","700i"]}, + "Anta": {"variants":["400"]}, + "Antic": {"variants":["400"]}, + "Antic Didone": {"variants":["400"]}, + "Antic Slab": {"variants":["400"]}, + "Anton": {"variants":["400"]}, + "Anton SC": {"variants":["400"]}, + "Antonio": {"variants":["100","200","300","400","500","600","700"],"axes":[{"tag":"wght","min":100,"max":700,"defaultValue":400}]}, + "Anuphan": {"variants":["100","200","300","400","500","600","700"],"axes":[{"tag":"wght","min":100,"max":700,"defaultValue":400}]}, + "Anybody": {"variants":["100","200","300","400","500","600","700","800","900","100i","200i","300i","400i","500i","600i","700i","800i","900i"],"axes":[{"tag":"wdth","min":50,"max":150,"defaultValue":100},{"tag":"wght","min":100,"max":900,"defaultValue":400}]}, + "Aoboshi One": {"variants":["400"]}, + "AR One Sans": {"variants":["400","500","600","700"],"axes":[{"tag":"wght","min":400,"max":700,"defaultValue":400},{"tag":"ARRR","min":10,"max":60,"defaultValue":10}]}, + "Arapey": {"variants":["400","400i"]}, + "Arbutus": {"variants":["400"]}, + "Arbutus Slab": {"variants":["400"]}, + "Architects Daughter": {"variants":["400"]}, + "Archivo": {"variants":["100","200","300","400","500","600","700","800","900","100i","200i","300i","400i","500i","600i","700i","800i","900i"],"axes":[{"tag":"wdth","min":62,"max":125,"defaultValue":100},{"tag":"wght","min":100,"max":900,"defaultValue":400}]}, + "Archivo Black": {"variants":["400"]}, + "Archivo Narrow": {"variants":["400","500","600","700","400i","500i","600i","700i"],"axes":[{"tag":"wght","min":400,"max":700,"defaultValue":400}]}, + "Are You Serious": {"variants":["400"]}, + "Aref Ruqaa": {"variants":["400","700"]}, + "Aref Ruqaa Ink": {"variants":["400","700"]}, + "Arima": {"variants":["100","200","300","400","500","600","700"],"axes":[{"tag":"wght","min":100,"max":700,"defaultValue":400}]}, + "Arimo": {"variants":["400","500","600","700","400i","500i","600i","700i"],"axes":[{"tag":"wght","min":400,"max":700,"defaultValue":400}]}, + "Arizonia": {"variants":["400"]}, + "Armata": {"variants":["400"]}, + "Arsenal": {"variants":["400","400i","700","700i"]}, + "Arsenal SC": {"variants":["400","400i","700","700i"]}, + "Artifika": {"variants":["400"]}, + "Arvo": {"variants":["400","400i","700","700i"]}, + "Arya": {"variants":["400","700"]}, + "Asap": {"variants":["100","200","300","400","500","600","700","800","900","100i","200i","300i","400i","500i","600i","700i","800i","900i"],"axes":[{"tag":"wdth","min":75,"max":125,"defaultValue":100},{"tag":"wght","min":100,"max":900,"defaultValue":400}]}, + "Asap Condensed": {"variants":["200","200i","300","300i","400","400i","500","500i","600","600i","700","700i","800","800i","900","900i"]}, + "Asar": {"variants":["400"]}, + "Asimovian": {"variants":["400"]}, + "Asset": {"variants":["400"]}, + "Assistant": {"variants":["200","300","400","500","600","700","800"],"axes":[{"tag":"wght","min":200,"max":800,"defaultValue":400}]}, + "Asta Sans": {"variants":["300","400","500","600","700","800"],"axes":[{"tag":"wght","min":300,"max":800,"defaultValue":400}]}, + "Astloch": {"variants":["400","700"]}, + "Asul": {"variants":["400","700"]}, + "Athiti": {"variants":["200","300","400","500","600","700"]}, + "Atkinson Hyperlegible": {"variants":["400","400i","700","700i"]}, + "Atkinson Hyperlegible Mono": {"variants":["200","300","400","500","600","700","800","200i","300i","400i","500i","600i","700i","800i"],"axes":[{"tag":"wght","min":200,"max":800,"defaultValue":400}]}, + "Atkinson Hyperlegible Next": {"variants":["200","300","400","500","600","700","800","200i","300i","400i","500i","600i","700i","800i"],"axes":[{"tag":"wght","min":200,"max":800,"defaultValue":400}]}, + "Atma": {"variants":["300","400","500","600","700"]}, + "Atomic Age": {"variants":["400"]}, + "Aubrey": {"variants":["400"]}, + "Audiowide": {"variants":["400"]}, + "Autour One": {"variants":["400"]}, + "Average": {"variants":["400"]}, + "Average Sans": {"variants":["400"]}, + "Averia Gruesa Libre": {"variants":["400"]}, + "Averia Libre": {"variants":["300","300i","400","400i","700","700i"]}, + "Averia Sans Libre": {"variants":["300","300i","400","400i","700","700i"]}, + "Averia Serif Libre": {"variants":["300","300i","400","400i","700","700i"]}, + "Azeret Mono": {"variants":["100","200","300","400","500","600","700","800","900","100i","200i","300i","400i","500i","600i","700i","800i","900i"],"axes":[{"tag":"wght","min":100,"max":900,"defaultValue":400}]}, + "B612": {"variants":["400","400i","700","700i"]}, + "B612 Mono": {"variants":["400","400i","700","700i"]}, + "Babylonica": {"variants":["400"]}, + "Bacasime Antique": {"variants":["400"]}, + "Bad Script": {"variants":["400"]}, + "Badeen Display": {"variants":["400"]}, + "Bagel Fat One": {"variants":["400"]}, + "Bahiana": {"variants":["400"]}, + "Bahianita": {"variants":["400"]}, + "Bai Jamjuree": {"variants":["200","200i","300","300i","400","400i","500","500i","600","600i","700","700i"]}, + "Bakbak One": {"variants":["400"]}, + "Ballet": {"variants":["400"],"axes":[{"tag":"opsz","min":16,"max":72,"defaultValue":16}]}, + "Baloo 2": {"variants":["400","500","600","700","800"],"axes":[{"tag":"wght","min":400,"max":800,"defaultValue":400}]}, + "Baloo Bhai 2": {"variants":["400","500","600","700","800"],"axes":[{"tag":"wght","min":400,"max":800,"defaultValue":400}]}, + "Baloo Bhaijaan 2": {"variants":["400","500","600","700","800"],"axes":[{"tag":"wght","min":400,"max":800,"defaultValue":400}]}, + "Baloo Bhaina 2": {"variants":["400","500","600","700","800"],"axes":[{"tag":"wght","min":400,"max":800,"defaultValue":400}]}, + "Baloo Chettan 2": {"variants":["400","500","600","700","800"],"axes":[{"tag":"wght","min":400,"max":800,"defaultValue":400}]}, + "Baloo Da 2": {"variants":["400","500","600","700","800"],"axes":[{"tag":"wght","min":400,"max":800,"defaultValue":400}]}, + "Baloo Paaji 2": {"variants":["400","500","600","700","800"],"axes":[{"tag":"wght","min":400,"max":800,"defaultValue":400}]}, + "Baloo Tamma 2": {"variants":["400","500","600","700","800"],"axes":[{"tag":"wght","min":400,"max":800,"defaultValue":400}]}, + "Baloo Tammudu 2": {"variants":["400","500","600","700","800"],"axes":[{"tag":"wght","min":400,"max":800,"defaultValue":400}]}, + "Baloo Thambi 2": {"variants":["400","500","600","700","800"],"axes":[{"tag":"wght","min":400,"max":800,"defaultValue":400}]}, + "Balsamiq Sans": {"variants":["400","400i","700","700i"]}, + "Balthazar": {"variants":["400"]}, + "Bangers": {"variants":["400"]}, + "Barlow": {"variants":["100","100i","200","200i","300","300i","400","400i","500","500i","600","600i","700","700i","800","800i","900","900i"]}, + "Barlow Condensed": {"variants":["100","100i","200","200i","300","300i","400","400i","500","500i","600","600i","700","700i","800","800i","900","900i"]}, + "Barlow Semi Condensed": {"variants":["100","100i","200","200i","300","300i","400","400i","500","500i","600","600i","700","700i","800","800i","900","900i"]}, + "Barriecito": {"variants":["400"]}, + "Barrio": {"variants":["400"]}, + "Basic": {"variants":["400"]}, + "Baskervville": {"variants":["400","500","600","700","400i","500i","600i","700i"],"axes":[{"tag":"wght","min":400,"max":700,"defaultValue":400}]}, + "Baskervville SC": {"variants":["400","500","600","700"],"axes":[{"tag":"wght","min":400,"max":700,"defaultValue":400}]}, + "Battambang": {"variants":["100","300","400","700","900"]}, + "Baumans": {"variants":["400"]}, + "Bayon": {"variants":["400"]}, + "BBH Sans Bartle": {"variants":["400"]}, + "BBH Sans Bogle": {"variants":["400"]}, + "BBH Sans Hegarty": {"variants":["400"]}, + "Be Vietnam Pro": {"variants":["100","100i","200","200i","300","300i","400","400i","500","500i","600","600i","700","700i","800","800i","900","900i"]}, + "Beau Rivage": {"variants":["400"]}, + "Bebas Neue": {"variants":["400"]}, + "Beiruti": {"variants":["200","300","400","500","600","700","800","900"],"axes":[{"tag":"wght","min":200,"max":900,"defaultValue":400}]}, + "Belanosima": {"variants":["400","600","700"]}, + "Belgrano": {"variants":["400"]}, + "Bellefair": {"variants":["400"]}, + "Belleza": {"variants":["400"]}, + "Bellota": {"variants":["300","300i","400","400i","700","700i"]}, + "Bellota Text": {"variants":["300","300i","400","400i","700","700i"]}, + "BenchNine": {"variants":["300","400","700"]}, + "Benne": {"variants":["400"]}, + "Bentham": {"variants":["400"]}, + "Berkshire Swash": {"variants":["400"]}, + "Besley": {"variants":["400","500","600","700","800","900","400i","500i","600i","700i","800i","900i"],"axes":[{"tag":"wght","min":400,"max":900,"defaultValue":400}]}, + "Beth Ellen": {"variants":["400"]}, + "Bevan": {"variants":["400","400i"]}, + "BhuTuka Expanded One": {"variants":["400"]}, + "Big Shoulders": {"variants":["100","200","300","400","500","600","700","800","900"],"axes":[{"tag":"wght","min":100,"max":900,"defaultValue":400},{"tag":"opsz","min":10,"max":72,"defaultValue":14}]}, + "Big Shoulders Inline": {"variants":["100","200","300","400","500","600","700","800","900"],"axes":[{"tag":"wght","min":100,"max":900,"defaultValue":400},{"tag":"opsz","min":10,"max":72,"defaultValue":14}]}, + "Big Shoulders Stencil": {"variants":["100","200","300","400","500","600","700","800","900"],"axes":[{"tag":"wght","min":100,"max":900,"defaultValue":400},{"tag":"opsz","min":10,"max":72,"defaultValue":14}]}, + "Bigelow Rules": {"variants":["400"]}, + "Bigshot One": {"variants":["400"]}, + "Bilbo": {"variants":["400"]}, + "Bilbo Swash Caps": {"variants":["400"]}, + "BioRhyme": {"variants":["200","300","400","500","600","700","800"],"axes":[{"tag":"wdth","min":100,"max":125,"defaultValue":100},{"tag":"wght","min":200,"max":800,"defaultValue":400}]}, + "BioRhyme Expanded": {"variants":["200","300","400","700","800"]}, + "Birthstone": {"variants":["400"]}, + "Birthstone Bounce": {"variants":["400","500"]}, + "Biryani": {"variants":["200","300","400","600","700","800","900"]}, + "Bitcount": {"variants":["100","200","300","400","500","600","700","800","900"],"axes":[{"tag":"wght","min":100,"max":900,"defaultValue":400},{"tag":"slnt","min":-8,"max":0,"defaultValue":0},{"tag":"CRSV","min":0,"max":1,"defaultValue":0.5},{"tag":"ELSH","min":0,"max":100,"defaultValue":0},{"tag":"ELXP","min":0,"max":100,"defaultValue":0}]}, + "Bitcount Grid Double": {"variants":["100","200","300","400","500","600","700","800","900"],"axes":[{"tag":"wght","min":100,"max":900,"defaultValue":400},{"tag":"slnt","min":-8,"max":0,"defaultValue":0},{"tag":"CRSV","min":0,"max":1,"defaultValue":0.5},{"tag":"ELSH","min":0,"max":100,"defaultValue":0},{"tag":"ELXP","min":0,"max":100,"defaultValue":0}]}, + "Bitcount Grid Double Ink": {"variants":["100","200","300","400","500","600","700","800","900"],"axes":[{"tag":"wght","min":100,"max":900,"defaultValue":400},{"tag":"slnt","min":-8,"max":0,"defaultValue":0},{"tag":"CRSV","min":0,"max":1,"defaultValue":0.5},{"tag":"ELSH","min":0,"max":100,"defaultValue":0},{"tag":"ELXP","min":0,"max":100,"defaultValue":0},{"tag":"SZP1","min":0,"max":100,"defaultValue":0},{"tag":"SZP2","min":0,"max":100,"defaultValue":0},{"tag":"XPN1","min":-100,"max":100,"defaultValue":0},{"tag":"XPN2","min":-100,"max":100,"defaultValue":0},{"tag":"YPN1","min":-100,"max":100,"defaultValue":0},{"tag":"YPN2","min":-100,"max":100,"defaultValue":0}]}, + "Bitcount Grid Single": {"variants":["100","200","300","400","500","600","700","800","900"],"axes":[{"tag":"wght","min":100,"max":900,"defaultValue":400},{"tag":"slnt","min":-8,"max":0,"defaultValue":0},{"tag":"CRSV","min":0,"max":1,"defaultValue":0.5},{"tag":"ELSH","min":0,"max":100,"defaultValue":0},{"tag":"ELXP","min":0,"max":100,"defaultValue":0}]}, + "Bitcount Grid Single Ink": {"variants":["100","200","300","400","500","600","700","800","900"],"axes":[{"tag":"wght","min":100,"max":900,"defaultValue":400},{"tag":"slnt","min":-8,"max":0,"defaultValue":0},{"tag":"CRSV","min":0,"max":1,"defaultValue":0.5},{"tag":"ELSH","min":0,"max":100,"defaultValue":0},{"tag":"ELXP","min":0,"max":100,"defaultValue":0},{"tag":"SZP1","min":0,"max":100,"defaultValue":0},{"tag":"SZP2","min":0,"max":100,"defaultValue":0},{"tag":"XPN1","min":-100,"max":100,"defaultValue":0},{"tag":"XPN2","min":-100,"max":100,"defaultValue":0},{"tag":"YPN1","min":-100,"max":100,"defaultValue":0},{"tag":"YPN2","min":-100,"max":100,"defaultValue":0}]}, + "Bitcount Ink": {"variants":["100","200","300","400","500","600","700","800","900"],"axes":[{"tag":"wght","min":100,"max":900,"defaultValue":400},{"tag":"slnt","min":-8,"max":0,"defaultValue":0},{"tag":"CRSV","min":0,"max":1,"defaultValue":0.5},{"tag":"ELSH","min":0,"max":100,"defaultValue":0},{"tag":"ELXP","min":0,"max":100,"defaultValue":0},{"tag":"SZP1","min":0,"max":100,"defaultValue":0},{"tag":"SZP2","min":0,"max":100,"defaultValue":0},{"tag":"XPN1","min":-100,"max":100,"defaultValue":0},{"tag":"XPN2","min":-100,"max":100,"defaultValue":0},{"tag":"YPN1","min":-100,"max":100,"defaultValue":0},{"tag":"YPN2","min":-100,"max":100,"defaultValue":0}]}, + "Bitcount Prop Double": {"variants":["100","200","300","400","500","600","700","800","900"],"axes":[{"tag":"wght","min":100,"max":900,"defaultValue":400},{"tag":"slnt","min":-8,"max":0,"defaultValue":0},{"tag":"CRSV","min":0,"max":1,"defaultValue":0.5},{"tag":"ELSH","min":0,"max":100,"defaultValue":0},{"tag":"ELXP","min":0,"max":100,"defaultValue":0}]}, + "Bitcount Prop Double Ink": {"variants":["100","200","300","400","500","600","700","800","900"],"axes":[{"tag":"wght","min":100,"max":900,"defaultValue":400},{"tag":"slnt","min":-8,"max":0,"defaultValue":0},{"tag":"CRSV","min":0,"max":1,"defaultValue":0.5},{"tag":"ELSH","min":0,"max":100,"defaultValue":0},{"tag":"ELXP","min":0,"max":100,"defaultValue":0},{"tag":"SZP1","min":0,"max":100,"defaultValue":0},{"tag":"SZP2","min":0,"max":100,"defaultValue":0},{"tag":"XPN1","min":-100,"max":100,"defaultValue":0},{"tag":"XPN2","min":-100,"max":100,"defaultValue":0},{"tag":"YPN1","min":-100,"max":100,"defaultValue":0},{"tag":"YPN2","min":-100,"max":100,"defaultValue":0}]}, + "Bitcount Prop Single": {"variants":["100","200","300","400","500","600","700","800","900"],"axes":[{"tag":"wght","min":100,"max":900,"defaultValue":400},{"tag":"slnt","min":-8,"max":0,"defaultValue":0},{"tag":"CRSV","min":0,"max":1,"defaultValue":0.5},{"tag":"ELSH","min":0,"max":100,"defaultValue":0},{"tag":"ELXP","min":0,"max":100,"defaultValue":0}]}, + "Bitcount Prop Single Ink": {"variants":["100","200","300","400","500","600","700","800","900"],"axes":[{"tag":"wght","min":100,"max":900,"defaultValue":400},{"tag":"slnt","min":-8,"max":0,"defaultValue":0},{"tag":"CRSV","min":0,"max":1,"defaultValue":0.5},{"tag":"ELSH","min":0,"max":100,"defaultValue":0},{"tag":"ELXP","min":0,"max":100,"defaultValue":0},{"tag":"SZP1","min":0,"max":100,"defaultValue":0},{"tag":"SZP2","min":0,"max":100,"defaultValue":0},{"tag":"XPN1","min":-100,"max":100,"defaultValue":0},{"tag":"XPN2","min":-100,"max":100,"defaultValue":0},{"tag":"YPN1","min":-100,"max":100,"defaultValue":0},{"tag":"YPN2","min":-100,"max":100,"defaultValue":0}]}, + "Bitcount Single": {"variants":["100","200","300","400","500","600","700","800","900"],"axes":[{"tag":"wght","min":100,"max":900,"defaultValue":400},{"tag":"slnt","min":-8,"max":0,"defaultValue":0},{"tag":"CRSV","min":0,"max":1,"defaultValue":0.5},{"tag":"ELSH","min":0,"max":100,"defaultValue":0},{"tag":"ELXP","min":0,"max":100,"defaultValue":0}]}, + "Bitcount Single Ink": {"variants":["100","200","300","400","500","600","700","800","900"],"axes":[{"tag":"wght","min":100,"max":900,"defaultValue":400},{"tag":"slnt","min":-8,"max":0,"defaultValue":0},{"tag":"CRSV","min":0,"max":1,"defaultValue":0.5},{"tag":"ELSH","min":0,"max":100,"defaultValue":0},{"tag":"ELXP","min":0,"max":100,"defaultValue":0},{"tag":"SZP1","min":0,"max":100,"defaultValue":0},{"tag":"SZP2","min":0,"max":100,"defaultValue":0},{"tag":"XPN1","min":-100,"max":100,"defaultValue":0},{"tag":"XPN2","min":-100,"max":100,"defaultValue":0},{"tag":"YPN1","min":-100,"max":100,"defaultValue":0},{"tag":"YPN2","min":-100,"max":100,"defaultValue":0}]}, + "Bitter": {"variants":["100","200","300","400","500","600","700","800","900","100i","200i","300i","400i","500i","600i","700i","800i","900i"],"axes":[{"tag":"wght","min":100,"max":900,"defaultValue":400}]}, + "BIZ UDGothic": {"variants":["400","700"]}, + "BIZ UDMincho": {"variants":["400","700"]}, + "BIZ UDPGothic": {"variants":["400","700"]}, + "BIZ UDPMincho": {"variants":["400","700"]}, + "Black And White Picture": {"variants":["400"]}, + "Black Han Sans": {"variants":["400"]}, + "Black Ops One": {"variants":["400"]}, + "Blaka": {"variants":["400"]}, + "Blaka Hollow": {"variants":["400"]}, + "Blaka Ink": {"variants":["400"]}, + "Blinker": {"variants":["100","200","300","400","600","700","800","900"]}, + "Bodoni Moda": {"variants":["400","500","600","700","800","900","400i","500i","600i","700i","800i","900i"],"axes":[{"tag":"wght","min":400,"max":900,"defaultValue":400},{"tag":"opsz","min":6,"max":96,"defaultValue":11}]}, + "Bodoni Moda SC": {"variants":["400","500","600","700","800","900","400i","500i","600i","700i","800i","900i"],"axes":[{"tag":"wght","min":400,"max":900,"defaultValue":400},{"tag":"opsz","min":6,"max":96,"defaultValue":11}]}, + "Bokor": {"variants":["400"]}, + "Boldonse": {"variants":["400"]}, + "Bona Nova": {"variants":["400","400i","700"]}, + "Bona Nova SC": {"variants":["400","400i","700"]}, + "Bonbon": {"variants":["400"]}, + "Bonheur Royale": {"variants":["400"]}, + "Boogaloo": {"variants":["400"]}, + "Borel": {"variants":["400"]}, + "Bowlby One": {"variants":["400"]}, + "Bowlby One SC": {"variants":["400"]}, + "Braah One": {"variants":["400"]}, + "Brawler": {"variants":["400","700"]}, + "Bree Serif": {"variants":["400"]}, + "Bricolage Grotesque": {"variants":["200","300","400","500","600","700","800"],"axes":[{"tag":"wdth","min":75,"max":100,"defaultValue":100},{"tag":"wght","min":200,"max":800,"defaultValue":400},{"tag":"opsz","min":12,"max":96,"defaultValue":14}]}, + "Bruno Ace": {"variants":["400"]}, + "Bruno Ace SC": {"variants":["400"]}, + "Brygada 1918": {"variants":["400","500","600","700","400i","500i","600i","700i"],"axes":[{"tag":"wght","min":400,"max":700,"defaultValue":400}]}, + "Bubblegum Sans": {"variants":["400"]}, + "Bubbler One": {"variants":["400"]}, + "Buda": {"variants":["300"]}, + "Buenard": {"variants":["400","500","600","700"],"axes":[{"tag":"wght","min":400,"max":700,"defaultValue":400}]}, + "Bungee": {"variants":["400"]}, + "Bungee Hairline": {"variants":["400"]}, + "Bungee Inline": {"variants":["400"]}, + "Bungee Outline": {"variants":["400"]}, + "Bungee Shade": {"variants":["400"]}, + "Bungee Spice": {"variants":["400"]}, + "Bungee Tint": {"variants":["400"]}, + "Butcherman": {"variants":["400"]}, + "Butterfly Kids": {"variants":["400"]}, + "Bytesized": {"variants":["400"]}, + "Cabin": {"variants":["400","500","600","700","400i","500i","600i","700i"],"axes":[{"tag":"wdth","min":75,"max":100,"defaultValue":100},{"tag":"wght","min":400,"max":700,"defaultValue":400}]}, + "Cabin Condensed": {"variants":["400","500","600","700"]}, + "Cabin Sketch": {"variants":["400","700"]}, + "Cactus Classical Serif": {"variants":["400"]}, + "Caesar Dressing": {"variants":["400"]}, + "Cagliostro": {"variants":["400"]}, + "Cairo": {"variants":["200","300","400","500","600","700","800","900"],"axes":[{"tag":"wght","min":200,"max":1000,"defaultValue":400},{"tag":"slnt","min":-11,"max":11,"defaultValue":0}]}, + "Cairo Play": {"variants":["200","300","400","500","600","700","800","900"],"axes":[{"tag":"wght","min":200,"max":1000,"defaultValue":400},{"tag":"slnt","min":-11,"max":11,"defaultValue":0}]}, + "Cal Sans": {"variants":["400"]}, + "Caladea": {"variants":["400","400i","700","700i"]}, + "Calistoga": {"variants":["400"]}, + "Calligraffitti": {"variants":["400"]}, + "Cambay": {"variants":["400","400i","700","700i"]}, + "Cambo": {"variants":["400"]}, + "Candal": {"variants":["400"]}, + "Cantarell": {"variants":["400","400i","700","700i"]}, + "Cantata One": {"variants":["400"]}, + "Cantora One": {"variants":["400"]}, + "Caprasimo": {"variants":["400"]}, + "Capriola": {"variants":["400"]}, + "Caramel": {"variants":["400"]}, + "Carattere": {"variants":["400"]}, + "Cardo": {"variants":["400","400i","700"]}, + "Carlito": {"variants":["400","400i","700","700i"]}, + "Carme": {"variants":["400"]}, + "Carrois Gothic": {"variants":["400"]}, + "Carrois Gothic SC": {"variants":["400"]}, + "Carter One": {"variants":["400"]}, + "Cascadia Code": {"variants":["200","300","400","500","600","700","200i","300i","400i","500i","600i","700i"],"axes":[{"tag":"wght","min":200,"max":700,"defaultValue":400}]}, + "Cascadia Mono": {"variants":["200","300","400","500","600","700","200i","300i","400i","500i","600i","700i"],"axes":[{"tag":"wght","min":200,"max":700,"defaultValue":400}]}, + "Castoro": {"variants":["400","400i"]}, + "Castoro Titling": {"variants":["400"]}, + "Catamaran": {"variants":["100","200","300","400","500","600","700","800","900"],"axes":[{"tag":"wght","min":100,"max":900,"defaultValue":400}]}, + "Caudex": {"variants":["400","400i","700","700i"]}, + "Caveat": {"variants":["400","500","600","700"],"axes":[{"tag":"wght","min":400,"max":700,"defaultValue":400}]}, + "Caveat Brush": {"variants":["400"]}, + "Cedarville Cursive": {"variants":["400"]}, + "Ceviche One": {"variants":["400"]}, + "Chakra Petch": {"variants":["300","300i","400","400i","500","500i","600","600i","700","700i"]}, + "Changa": {"variants":["200","300","400","500","600","700","800"],"axes":[{"tag":"wght","min":200,"max":800,"defaultValue":400}]}, + "Changa One": {"variants":["400","400i"]}, + "Chango": {"variants":["400"]}, + "Charis SIL": {"variants":["400","400i","700","700i"]}, + "Charm": {"variants":["400","700"]}, + "Charmonman": {"variants":["400","700"]}, + "Chathura": {"variants":["100","300","400","700","800"]}, + "Chau Philomene One": {"variants":["400","400i"]}, + "Chela One": {"variants":["400"]}, + "Chelsea Market": {"variants":["400"]}, + "Chenla": {"variants":["400"]}, + "Cherish": {"variants":["400"]}, + "Cherry Bomb One": {"variants":["400"]}, + "Cherry Cream Soda": {"variants":["400"]}, + "Cherry Swash": {"variants":["400","700"]}, + "Chewy": {"variants":["400"]}, + "Chicle": {"variants":["400"]}, + "Chilanka": {"variants":["400"]}, + "Chiron GoRound TC": {"variants":["200","300","400","500","600","700","800","900"],"axes":[{"tag":"wght","min":200,"max":900,"defaultValue":400}]}, + "Chiron Hei HK": {"variants":["200","300","400","500","600","700","800","900","200i","300i","400i","500i","600i","700i","800i","900i"],"axes":[{"tag":"wght","min":200,"max":900,"defaultValue":400}]}, + "Chiron Sung HK": {"variants":["200","300","400","500","600","700","800","900","200i","300i","400i","500i","600i","700i","800i","900i"],"axes":[{"tag":"wght","min":200,"max":900,"defaultValue":400}]}, + "Chivo": {"variants":["100","200","300","400","500","600","700","800","900","100i","200i","300i","400i","500i","600i","700i","800i","900i"],"axes":[{"tag":"wght","min":100,"max":900,"defaultValue":400}]}, + "Chivo Mono": {"variants":["100","200","300","400","500","600","700","800","900","100i","200i","300i","400i","500i","600i","700i","800i","900i"],"axes":[{"tag":"wght","min":100,"max":900,"defaultValue":400}]}, + "Chocolate Classical Sans": {"variants":["400"]}, + "Chokokutai": {"variants":["400"]}, + "Chonburi": {"variants":["400"]}, + "Cinzel": {"variants":["400","500","600","700","800","900"],"axes":[{"tag":"wght","min":400,"max":900,"defaultValue":400}]}, + "Cinzel Decorative": {"variants":["400","700","900"]}, + "Clicker Script": {"variants":["400"]}, + "Climate Crisis": {"variants":["400"],"axes":[{"tag":"YEAR","min":1979,"max":2050,"defaultValue":1979}]}, + "Coda": {"variants":["400","800"]}, + "Codystar": {"variants":["300","400"]}, + "Coiny": {"variants":["400"]}, + "Combo": {"variants":["400"]}, + "Comfortaa": {"variants":["300","400","500","600","700"],"axes":[{"tag":"wght","min":300,"max":700,"defaultValue":400}]}, + "Comforter": {"variants":["400"]}, + "Comforter Brush": {"variants":["400"]}, + "Comic Neue": {"variants":["300","300i","400","400i","700","700i"]}, + "Comic Relief": {"variants":["400","700"]}, + "Coming Soon": {"variants":["400"]}, + "Comme": {"variants":["100","200","300","400","500","600","700","800","900"],"axes":[{"tag":"wght","min":100,"max":900,"defaultValue":400}]}, + "Commissioner": {"variants":["100","200","300","400","500","600","700","800","900"],"axes":[{"tag":"wght","min":100,"max":900,"defaultValue":400},{"tag":"slnt","min":-12,"max":0,"defaultValue":0},{"tag":"FLAR","min":0,"max":100,"defaultValue":0},{"tag":"VOLM","min":0,"max":100,"defaultValue":0}]}, + "Concert One": {"variants":["400"]}, + "Condiment": {"variants":["400"]}, + "Content": {"variants":["400","700"]}, + "Contrail One": {"variants":["400"]}, + "Convergence": {"variants":["400"]}, + "Cookie": {"variants":["400"]}, + "Copse": {"variants":["400"]}, + "Coral Pixels": {"variants":["400"]}, + "Corben": {"variants":["400","700"]}, + "Corinthia": {"variants":["400","700"]}, + "Cormorant": {"variants":["300","400","500","600","700","300i","400i","500i","600i","700i"],"axes":[{"tag":"wght","min":300,"max":700,"defaultValue":400}]}, + "Cormorant Garamond": {"variants":["300","400","500","600","700","300i","400i","500i","600i","700i"],"axes":[{"tag":"wght","min":300,"max":700,"defaultValue":400}]}, + "Cormorant Infant": {"variants":["300","400","500","600","700","300i","400i","500i","600i","700i"],"axes":[{"tag":"wght","min":300,"max":700,"defaultValue":400}]}, + "Cormorant SC": {"variants":["300","400","500","600","700"]}, + "Cormorant Unicase": {"variants":["300","400","500","600","700"]}, + "Cormorant Upright": {"variants":["300","400","500","600","700"]}, + "Cossette Texte": {"variants":["400","700"]}, + "Cossette Titre": {"variants":["400","700"]}, + "Courgette": {"variants":["400"]}, + "Courier Prime": {"variants":["400","400i","700","700i"]}, + "Cousine": {"variants":["400","400i","700","700i"]}, + "Coustard": {"variants":["400","900"]}, + "Covered By Your Grace": {"variants":["400"]}, + "Crafty Girls": {"variants":["400"]}, + "Creepster": {"variants":["400"]}, + "Crete Round": {"variants":["400","400i"]}, + "Crimson Pro": {"variants":["200","300","400","500","600","700","800","900","200i","300i","400i","500i","600i","700i","800i","900i"],"axes":[{"tag":"wght","min":200,"max":900,"defaultValue":400}]}, + "Crimson Text": {"variants":["400","400i","600","600i","700","700i"]}, + "Croissant One": {"variants":["400"]}, + "Crushed": {"variants":["400"]}, + "Cuprum": {"variants":["400","500","600","700","400i","500i","600i","700i"],"axes":[{"tag":"wght","min":400,"max":700,"defaultValue":400}]}, + "Cute Font": {"variants":["400"]}, + "Cutive": {"variants":["400"]}, + "Cutive Mono": {"variants":["400"]}, + "Dai Banna SIL": {"variants":["300","300i","400","400i","500","500i","600","600i","700","700i"]}, + "Damion": {"variants":["400"]}, + "Dancing Script": {"variants":["400","500","600","700"],"axes":[{"tag":"wght","min":400,"max":700,"defaultValue":400}]}, + "Danfo": {"variants":["400"],"axes":[{"tag":"ELSH","min":0,"max":100,"defaultValue":0}]}, + "Dangrek": {"variants":["400"]}, + "Darker Grotesque": {"variants":["300","400","500","600","700","800","900"],"axes":[{"tag":"wght","min":300,"max":900,"defaultValue":400}]}, + "Darumadrop One": {"variants":["400"]}, + "David Libre": {"variants":["400","500","700"]}, + "Dawning of a New Day": {"variants":["400"]}, + "Days One": {"variants":["400"]}, + "Dekko": {"variants":["400"]}, + "Dela Gothic One": {"variants":["400"]}, + "Delicious Handrawn": {"variants":["400"]}, + "Delius": {"variants":["400"]}, + "Delius Swash Caps": {"variants":["400"]}, + "Delius Unicase": {"variants":["400","700"]}, + "Della Respira": {"variants":["400"]}, + "Denk One": {"variants":["400"]}, + "Devonshire": {"variants":["400"]}, + "Dhurjati": {"variants":["400"]}, + "Didact Gothic": {"variants":["400"]}, + "Diphylleia": {"variants":["400"]}, + "Diplomata": {"variants":["400"]}, + "Diplomata SC": {"variants":["400"]}, + "DM Mono": {"variants":["300","300i","400","400i","500","500i"]}, + "DM Sans": {"variants":["100","200","300","400","500","600","700","800","900","100i","200i","300i","400i","500i","600i","700i","800i","900i"],"axes":[{"tag":"wght","min":100,"max":1000,"defaultValue":400},{"tag":"opsz","min":9,"max":40,"defaultValue":14}]}, + "DM Serif Display": {"variants":["400","400i"]}, + "DM Serif Text": {"variants":["400","400i"]}, + "Do Hyeon": {"variants":["400"]}, + "Dokdo": {"variants":["400"]}, + "Domine": {"variants":["400","500","600","700"],"axes":[{"tag":"wght","min":400,"max":700,"defaultValue":400}]}, + "Donegal One": {"variants":["400"]}, + "Dongle": {"variants":["300","400","700"]}, + "Doppio One": {"variants":["400"]}, + "Dorsa": {"variants":["400"]}, + "Dosis": {"variants":["200","300","400","500","600","700","800"],"axes":[{"tag":"wght","min":200,"max":800,"defaultValue":400}]}, + "DotGothic16": {"variants":["400"]}, + "Doto": {"variants":["100","200","300","400","500","600","700","800","900"],"axes":[{"tag":"wght","min":100,"max":900,"defaultValue":400},{"tag":"ROND","min":0,"max":100,"defaultValue":0}]}, + "Dr Sugiyama": {"variants":["400"]}, + "Duru Sans": {"variants":["400"]}, + "Dynalight": {"variants":["400"]}, + "DynaPuff": {"variants":["400","500","600","700"],"axes":[{"tag":"wdth","min":75,"max":100,"defaultValue":100},{"tag":"wght","min":400,"max":700,"defaultValue":400}]}, + "Eagle Lake": {"variants":["400"]}, + "East Sea Dokdo": {"variants":["400"]}, + "Eater": {"variants":["400"]}, + "EB Garamond": {"variants":["400","500","600","700","800","400i","500i","600i","700i","800i"],"axes":[{"tag":"wght","min":400,"max":800,"defaultValue":400}]}, + "Economica": {"variants":["400","400i","700","700i"]}, + "Eczar": {"variants":["400","500","600","700","800"],"axes":[{"tag":"wght","min":400,"max":800,"defaultValue":400}]}, + "Edu AU VIC WA NT Arrows": {"variants":["400","500","600","700"],"axes":[{"tag":"wght","min":400,"max":700,"defaultValue":400}]}, + "Edu AU VIC WA NT Dots": {"variants":["400","500","600","700"],"axes":[{"tag":"wght","min":400,"max":700,"defaultValue":400}]}, + "Edu AU VIC WA NT Guides": {"variants":["400","500","600","700"],"axes":[{"tag":"wght","min":400,"max":700,"defaultValue":400}]}, + "Edu AU VIC WA NT Hand": {"variants":["400","500","600","700"],"axes":[{"tag":"wght","min":400,"max":700,"defaultValue":400}]}, + "Edu AU VIC WA NT Pre": {"variants":["400","500","600","700"],"axes":[{"tag":"wght","min":400,"max":700,"defaultValue":400}]}, + "Edu NSW ACT Cursive": {"variants":["400","500","600","700"],"axes":[{"tag":"wght","min":400,"max":700,"defaultValue":400}]}, + "Edu NSW ACT Foundation": {"variants":["400","500","600","700"],"axes":[{"tag":"wght","min":400,"max":700,"defaultValue":400}]}, + "Edu NSW ACT Hand Pre": {"variants":["400","500","600","700"],"axes":[{"tag":"wght","min":400,"max":700,"defaultValue":400}]}, + "Edu QLD Beginner": {"variants":["400","500","600","700"],"axes":[{"tag":"wght","min":400,"max":700,"defaultValue":400}]}, + "Edu QLD Hand": {"variants":["400","500","600","700"],"axes":[{"tag":"wght","min":400,"max":700,"defaultValue":400}]}, + "Edu SA Beginner": {"variants":["400","500","600","700"],"axes":[{"tag":"wght","min":400,"max":700,"defaultValue":400}]}, + "Edu SA Hand": {"variants":["400","500","600","700"],"axes":[{"tag":"wght","min":400,"max":700,"defaultValue":400}]}, + "Edu TAS Beginner": {"variants":["400","500","600","700"],"axes":[{"tag":"wght","min":400,"max":700,"defaultValue":400}]}, + "Edu VIC WA NT Beginner": {"variants":["400","500","600","700"],"axes":[{"tag":"wght","min":400,"max":700,"defaultValue":400}]}, + "Edu VIC WA NT Hand": {"variants":["400","500","600","700"],"axes":[{"tag":"wght","min":400,"max":700,"defaultValue":400}]}, + "Edu VIC WA NT Hand Pre": {"variants":["400","500","600","700"],"axes":[{"tag":"wght","min":400,"max":700,"defaultValue":400}]}, + "El Messiri": {"variants":["400","500","600","700"],"axes":[{"tag":"wght","min":400,"max":700,"defaultValue":400}]}, + "Electrolize": {"variants":["400"]}, + "Elms Sans": {"variants":["100","200","300","400","500","600","700","800","900","100i","200i","300i","400i","500i","600i","700i","800i","900i"],"axes":[{"tag":"wght","min":100,"max":900,"defaultValue":400}]}, + "Elsie": {"variants":["400","900"]}, + "Elsie Swash Caps": {"variants":["400","900"]}, + "Emblema One": {"variants":["400"]}, + "Emilys Candy": {"variants":["400"]}, + "Encode Sans": {"variants":["100","200","300","400","500","600","700","800","900"],"axes":[{"tag":"wdth","min":75,"max":125,"defaultValue":100},{"tag":"wght","min":100,"max":900,"defaultValue":400}]}, + "Encode Sans Condensed": {"variants":["100","200","300","400","500","600","700","800","900"]}, + "Encode Sans Expanded": {"variants":["100","200","300","400","500","600","700","800","900"]}, + "Encode Sans SC": {"variants":["100","200","300","400","500","600","700","800","900"],"axes":[{"tag":"wdth","min":75,"max":125,"defaultValue":100},{"tag":"wght","min":100,"max":900,"defaultValue":400}]}, + "Encode Sans Semi Condensed": {"variants":["100","200","300","400","500","600","700","800","900"]}, + "Encode Sans Semi Expanded": {"variants":["100","200","300","400","500","600","700","800","900"]}, + "Engagement": {"variants":["400"]}, + "Englebert": {"variants":["400"]}, + "Enriqueta": {"variants":["400","500","600","700"]}, + "Ephesis": {"variants":["400"]}, + "Epilogue": {"variants":["100","200","300","400","500","600","700","800","900","100i","200i","300i","400i","500i","600i","700i","800i","900i"],"axes":[{"tag":"wght","min":100,"max":900,"defaultValue":400}]}, + "Epunda Sans": {"variants":["300","400","500","600","700","800","900","300i","400i","500i","600i","700i","800i","900i"],"axes":[{"tag":"wght","min":300,"max":900,"defaultValue":400}]}, + "Epunda Slab": {"variants":["300","400","500","600","700","800","900","300i","400i","500i","600i","700i","800i","900i"],"axes":[{"tag":"wght","min":300,"max":900,"defaultValue":400}]}, + "Erica One": {"variants":["400"]}, + "Esteban": {"variants":["400"]}, + "Estonia": {"variants":["400"]}, + "Euphoria Script": {"variants":["400"]}, + "Ewert": {"variants":["400"]}, + "Exile": {"variants":["400"]}, + "Exo": {"variants":["100","200","300","400","500","600","700","800","900","100i","200i","300i","400i","500i","600i","700i","800i","900i"],"axes":[{"tag":"wght","min":100,"max":900,"defaultValue":400}]}, + "Exo 2": {"variants":["100","200","300","400","500","600","700","800","900","100i","200i","300i","400i","500i","600i","700i","800i","900i"],"axes":[{"tag":"wght","min":100,"max":900,"defaultValue":400}]}, + "Expletus Sans": {"variants":["400","500","600","700","400i","500i","600i","700i"],"axes":[{"tag":"wght","min":400,"max":700,"defaultValue":400}]}, + "Explora": {"variants":["400"]}, + "Faculty Glyphic": {"variants":["400"]}, + "Fahkwang": {"variants":["200","200i","300","300i","400","400i","500","500i","600","600i","700","700i"]}, + "Familjen Grotesk": {"variants":["400","500","600","700","400i","500i","600i","700i"],"axes":[{"tag":"wght","min":400,"max":700,"defaultValue":400}]}, + "Fanwood Text": {"variants":["400","400i"]}, + "Farro": {"variants":["300","400","500","700"]}, + "Farsan": {"variants":["400"]}, + "Fascinate": {"variants":["400"]}, + "Fascinate Inline": {"variants":["400"]}, + "Faster One": {"variants":["400"]}, + "Fasthand": {"variants":["400"]}, + "Fauna One": {"variants":["400"]}, + "Faustina": {"variants":["300","400","500","600","700","800","300i","400i","500i","600i","700i","800i"],"axes":[{"tag":"wght","min":300,"max":800,"defaultValue":400}]}, + "Federant": {"variants":["400"]}, + "Federo": {"variants":["400"]}, + "Felipa": {"variants":["400"]}, + "Fenix": {"variants":["400"]}, + "Festive": {"variants":["400"]}, + "Figtree": {"variants":["300","400","500","600","700","800","900","300i","400i","500i","600i","700i","800i","900i"],"axes":[{"tag":"wght","min":300,"max":900,"defaultValue":400}]}, + "Finger Paint": {"variants":["400"]}, + "Finlandica": {"variants":["400","500","600","700","400i","500i","600i","700i"],"axes":[{"tag":"wght","min":400,"max":700,"defaultValue":400}]}, + "Fira Code": {"variants":["300","400","500","600","700"],"axes":[{"tag":"wght","min":300,"max":700,"defaultValue":400}]}, + "Fira Mono": {"variants":["400","500","700"]}, + "Fira Sans": {"variants":["100","100i","200","200i","300","300i","400","400i","500","500i","600","600i","700","700i","800","800i","900","900i"]}, + "Fira Sans Condensed": {"variants":["100","100i","200","200i","300","300i","400","400i","500","500i","600","600i","700","700i","800","800i","900","900i"]}, + "Fira Sans Extra Condensed": {"variants":["100","100i","200","200i","300","300i","400","400i","500","500i","600","600i","700","700i","800","800i","900","900i"]}, + "Fjalla One": {"variants":["400"]}, + "Fjord One": {"variants":["400"]}, + "Flamenco": {"variants":["300","400"]}, + "Flavors": {"variants":["400"]}, + "Fleur De Leah": {"variants":["400"]}, + "Flow Block": {"variants":["400"]}, + "Flow Circular": {"variants":["400"]}, + "Flow Rounded": {"variants":["400"]}, + "Foldit": {"variants":["100","200","300","400","500","600","700","800","900"],"axes":[{"tag":"wght","min":100,"max":900,"defaultValue":400}]}, + "Fondamento": {"variants":["400","400i"]}, + "Fontdiner Swanky": {"variants":["400"]}, + "Forum": {"variants":["400"]}, + "Fragment Mono": {"variants":["400","400i"]}, + "Francois One": {"variants":["400"]}, + "Frank Ruhl Libre": {"variants":["300","400","500","600","700","800","900"],"axes":[{"tag":"wght","min":300,"max":900,"defaultValue":400}]}, + "Fraunces": {"variants":["100","200","300","400","500","600","700","800","900","100i","200i","300i","400i","500i","600i","700i","800i","900i"],"axes":[{"tag":"wght","min":100,"max":900,"defaultValue":400},{"tag":"opsz","min":9,"max":144,"defaultValue":14},{"tag":"SOFT","min":0,"max":100,"defaultValue":0},{"tag":"WONK","min":0,"max":1,"defaultValue":0}]}, + "Freckle Face": {"variants":["400"]}, + "Fredericka the Great": {"variants":["400"]}, + "Fredoka": {"variants":["300","400","500","600","700"],"axes":[{"tag":"wdth","min":75,"max":125,"defaultValue":100},{"tag":"wght","min":300,"max":700,"defaultValue":400}]}, + "Freehand": {"variants":["400"]}, + "Freeman": {"variants":["400"]}, + "Fresca": {"variants":["400"]}, + "Frijole": {"variants":["400"]}, + "Fruktur": {"variants":["400","400i"]}, + "Fugaz One": {"variants":["400"]}, + "Fuggles": {"variants":["400"]}, + "Funnel Display": {"variants":["300","400","500","600","700","800"],"axes":[{"tag":"wght","min":300,"max":800,"defaultValue":400}]}, + "Funnel Sans": {"variants":["300","400","500","600","700","800","300i","400i","500i","600i","700i","800i"],"axes":[{"tag":"wght","min":300,"max":800,"defaultValue":400}]}, + "Fustat": {"variants":["200","300","400","500","600","700","800"],"axes":[{"tag":"wght","min":200,"max":800,"defaultValue":400}]}, + "Fuzzy Bubbles": {"variants":["400","700"]}, + "Ga Maamli": {"variants":["400"]}, + "Gabarito": {"variants":["400","500","600","700","800","900"],"axes":[{"tag":"wght","min":400,"max":900,"defaultValue":400}]}, + "Gabriela": {"variants":["400"]}, + "Gaegu": {"variants":["300","400","700"]}, + "Gafata": {"variants":["400"]}, + "Gajraj One": {"variants":["400"]}, + "Galada": {"variants":["400"]}, + "Galdeano": {"variants":["400"]}, + "Galindo": {"variants":["400"]}, + "Gamja Flower": {"variants":["400"]}, + "Gantari": {"variants":["100","200","300","400","500","600","700","800","900","100i","200i","300i","400i","500i","600i","700i","800i","900i"],"axes":[{"tag":"wght","min":100,"max":900,"defaultValue":400}]}, + "Gasoek One": {"variants":["400"]}, + "Gayathri": {"variants":["100","400","700"]}, + "Geist": {"variants":["100","200","300","400","500","600","700","800","900"],"axes":[{"tag":"wght","min":100,"max":900,"defaultValue":400}]}, + "Geist Mono": {"variants":["100","200","300","400","500","600","700","800","900"],"axes":[{"tag":"wght","min":100,"max":900,"defaultValue":400}]}, + "Gelasio": {"variants":["400","500","600","700","400i","500i","600i","700i"],"axes":[{"tag":"wght","min":400,"max":700,"defaultValue":400}]}, + "Gemunu Libre": {"variants":["200","300","400","500","600","700","800"],"axes":[{"tag":"wght","min":200,"max":800,"defaultValue":400}]}, + "Genos": {"variants":["100","200","300","400","500","600","700","800","900","100i","200i","300i","400i","500i","600i","700i","800i","900i"],"axes":[{"tag":"wght","min":100,"max":900,"defaultValue":400}]}, + "Gentium Book Plus": {"variants":["400","400i","700","700i"]}, + "Gentium Plus": {"variants":["400","400i","700","700i"]}, + "Geo": {"variants":["400","400i"]}, + "Geologica": {"variants":["100","200","300","400","500","600","700","800","900"],"axes":[{"tag":"wght","min":100,"max":900,"defaultValue":400},{"tag":"slnt","min":-12,"max":0,"defaultValue":0},{"tag":"CRSV","min":0,"max":1,"defaultValue":0},{"tag":"SHRP","min":0,"max":100,"defaultValue":0}]}, + "Georama": {"variants":["100","200","300","400","500","600","700","800","900","100i","200i","300i","400i","500i","600i","700i","800i","900i"],"axes":[{"tag":"wdth","min":62.5,"max":150,"defaultValue":100},{"tag":"wght","min":100,"max":900,"defaultValue":400}]}, + "Geostar": {"variants":["400"]}, + "Geostar Fill": {"variants":["400"]}, + "Germania One": {"variants":["400"]}, + "GFS Didot": {"variants":["400"]}, + "GFS Neohellenic": {"variants":["400","400i","700","700i"]}, + "Gideon Roman": {"variants":["400"]}, + "Gidole": {"variants":["400"]}, + "Gidugu": {"variants":["400"]}, + "Gilda Display": {"variants":["400"]}, + "Girassol": {"variants":["400"]}, + "Give You Glory": {"variants":["400"]}, + "Glass Antiqua": {"variants":["400"]}, + "Glegoo": {"variants":["400","700"]}, + "Gloock": {"variants":["400"]}, + "Gloria Hallelujah": {"variants":["400"]}, + "Glory": {"variants":["100","200","300","400","500","600","700","800","100i","200i","300i","400i","500i","600i","700i","800i"],"axes":[{"tag":"wght","min":100,"max":800,"defaultValue":400}]}, + "Gluten": {"variants":["100","200","300","400","500","600","700","800","900"],"axes":[{"tag":"wght","min":100,"max":900,"defaultValue":400},{"tag":"slnt","min":-13,"max":13,"defaultValue":0}]}, + "Goblin One": {"variants":["400"]}, + "Gochi Hand": {"variants":["400"]}, + "Goldman": {"variants":["400","700"]}, + "Golos Text": {"variants":["400","500","600","700","800","900"],"axes":[{"tag":"wght","min":400,"max":900,"defaultValue":400}]}, + "Google Sans Code": {"variants":["300","400","500","600","700","800","300i","400i","500i","600i","700i","800i"],"axes":[{"tag":"wght","min":300,"max":800,"defaultValue":400}]}, + "Gorditas": {"variants":["400","700"]}, + "Gothic A1": {"variants":["100","200","300","400","500","600","700","800","900"]}, + "Gotu": {"variants":["400"]}, + "Goudy Bookletter 1911": {"variants":["400"]}, + "Gowun Batang": {"variants":["400","700"]}, + "Gowun Dodum": {"variants":["400"]}, + "Graduate": {"variants":["400"]}, + "Grand Hotel": {"variants":["400"]}, + "Grandiflora One": {"variants":["400"]}, + "Grandstander": {"variants":["100","200","300","400","500","600","700","800","900","100i","200i","300i","400i","500i","600i","700i","800i","900i"],"axes":[{"tag":"wght","min":100,"max":900,"defaultValue":400}]}, + "Grape Nuts": {"variants":["400"]}, + "Gravitas One": {"variants":["400"]}, + "Great Vibes": {"variants":["400"]}, + "Grechen Fuemen": {"variants":["400"]}, + "Grenze": {"variants":["100","100i","200","200i","300","300i","400","400i","500","500i","600","600i","700","700i","800","800i","900","900i"]}, + "Grenze Gotisch": {"variants":["100","200","300","400","500","600","700","800","900"],"axes":[{"tag":"wght","min":100,"max":900,"defaultValue":400}]}, + "Grey Qo": {"variants":["400"]}, + "Griffy": {"variants":["400"]}, + "Gruppo": {"variants":["400"]}, + "Gudea": {"variants":["400","400i","700"]}, + "Gugi": {"variants":["400"]}, + "Gulzar": {"variants":["400"]}, + "Gupter": {"variants":["400","500","700"]}, + "Gurajada": {"variants":["400"]}, + "Gwendolyn": {"variants":["400","700"]}, + "Habibi": {"variants":["400"]}, + "Hachi Maru Pop": {"variants":["400"]}, + "Hahmlet": {"variants":["100","200","300","400","500","600","700","800","900"],"axes":[{"tag":"wght","min":100,"max":900,"defaultValue":400}]}, + "Halant": {"variants":["300","400","500","600","700"]}, + "Hammersmith One": {"variants":["400"]}, + "Hanalei": {"variants":["400"]}, + "Hanalei Fill": {"variants":["400"]}, + "Handjet": {"variants":["100","200","300","400","500","600","700","800","900"],"axes":[{"tag":"wght","min":100,"max":900,"defaultValue":400},{"tag":"ELGR","min":1,"max":2,"defaultValue":1},{"tag":"ELSH","min":0,"max":16,"defaultValue":2}]}, + "Handlee": {"variants":["400"]}, + "Hanken Grotesk": {"variants":["100","200","300","400","500","600","700","800","900","100i","200i","300i","400i","500i","600i","700i","800i","900i"],"axes":[{"tag":"wght","min":100,"max":900,"defaultValue":400}]}, + "Hanuman": {"variants":["100","200","300","400","500","600","700","800","900"],"axes":[{"tag":"wght","min":100,"max":900,"defaultValue":400}]}, + "Happy Monkey": {"variants":["400"]}, + "Harmattan": {"variants":["400","500","600","700"]}, + "Headland One": {"variants":["400"]}, + "Hedvig Letters Sans": {"variants":["400"]}, + "Hedvig Letters Serif": {"variants":["400"],"axes":[{"tag":"opsz","min":12,"max":24,"defaultValue":24}]}, + "Heebo": {"variants":["100","200","300","400","500","600","700","800","900"],"axes":[{"tag":"wght","min":100,"max":900,"defaultValue":400}]}, + "Henny Penny": {"variants":["400"]}, + "Hepta Slab": {"variants":["100","200","300","400","500","600","700","800","900"],"axes":[{"tag":"wght","min":1,"max":900,"defaultValue":400}]}, + "Herr Von Muellerhoff": {"variants":["400"]}, + "Hi Melody": {"variants":["400"]}, + "Hina Mincho": {"variants":["400"]}, + "Hind": {"variants":["300","400","500","600","700"]}, + "Hind Guntur": {"variants":["300","400","500","600","700"]}, + "Hind Madurai": {"variants":["300","400","500","600","700"]}, + "Hind Mysuru": {"variants":["300","400","500","600","700"]}, + "Hind Siliguri": {"variants":["300","400","500","600","700"]}, + "Hind Vadodara": {"variants":["300","400","500","600","700"]}, + "Holtwood One SC": {"variants":["400"]}, + "Homemade Apple": {"variants":["400"]}, + "Homenaje": {"variants":["400"]}, + "Honk": {"variants":["400"],"axes":[{"tag":"MORF","min":0,"max":45,"defaultValue":15},{"tag":"SHLN","min":0,"max":100,"defaultValue":50}]}, + "Host Grotesk": {"variants":["300","400","500","600","700","800","300i","400i","500i","600i","700i","800i"],"axes":[{"tag":"wght","min":300,"max":800,"defaultValue":400}]}, + "Hubballi": {"variants":["400"]}, + "Hubot Sans": {"variants":["200","300","400","500","600","700","800","900","200i","300i","400i","500i","600i","700i","800i","900i"],"axes":[{"tag":"wdth","min":75,"max":125,"defaultValue":100},{"tag":"wght","min":200,"max":900,"defaultValue":400}]}, + "Huninn": {"variants":["400"]}, + "Hurricane": {"variants":["400"]}, + "Iansui": {"variants":["400"]}, + "Ibarra Real Nova": {"variants":["400","500","600","700","400i","500i","600i","700i"],"axes":[{"tag":"wght","min":400,"max":700,"defaultValue":400}]}, + "IBM Plex Mono": {"variants":["100","100i","200","200i","300","300i","400","400i","500","500i","600","600i","700","700i"]}, + "IBM Plex Sans": {"variants":["100","200","300","400","500","600","700","100i","200i","300i","400i","500i","600i","700i"],"axes":[{"tag":"wdth","min":75,"max":100,"defaultValue":100},{"tag":"wght","min":100,"max":700,"defaultValue":400}]}, + "IBM Plex Sans Arabic": {"variants":["100","200","300","400","500","600","700"]}, + "IBM Plex Sans Condensed": {"variants":["100","100i","200","200i","300","300i","400","400i","500","500i","600","600i","700","700i"]}, + "IBM Plex Sans Devanagari": {"variants":["100","200","300","400","500","600","700"]}, + "IBM Plex Sans Hebrew": {"variants":["100","200","300","400","500","600","700"]}, + "IBM Plex Sans JP": {"variants":["100","200","300","400","500","600","700"]}, + "IBM Plex Sans KR": {"variants":["100","200","300","400","500","600","700"]}, + "IBM Plex Sans Thai": {"variants":["100","200","300","400","500","600","700"]}, + "IBM Plex Sans Thai Looped": {"variants":["100","200","300","400","500","600","700"]}, + "IBM Plex Serif": {"variants":["100","100i","200","200i","300","300i","400","400i","500","500i","600","600i","700","700i"]}, + "Iceberg": {"variants":["400"]}, + "Iceland": {"variants":["400"]}, + "IM Fell Double Pica": {"variants":["400","400i"]}, + "IM Fell Double Pica SC": {"variants":["400"]}, + "IM Fell DW Pica": {"variants":["400","400i"]}, + "IM Fell DW Pica SC": {"variants":["400"]}, + "IM Fell English": {"variants":["400","400i"]}, + "IM Fell English SC": {"variants":["400"]}, + "IM Fell French Canon": {"variants":["400","400i"]}, + "IM Fell French Canon SC": {"variants":["400"]}, + "IM Fell Great Primer": {"variants":["400","400i"]}, + "IM Fell Great Primer SC": {"variants":["400"]}, + "Imbue": {"variants":["100","200","300","400","500","600","700","800","900"],"axes":[{"tag":"wght","min":100,"max":900,"defaultValue":400},{"tag":"opsz","min":10,"max":100,"defaultValue":10}]}, + "Imperial Script": {"variants":["400"]}, + "Imprima": {"variants":["400"]}, + "Inclusive Sans": {"variants":["300","400","500","600","700","300i","400i","500i","600i","700i"],"axes":[{"tag":"wght","min":300,"max":700,"defaultValue":400}]}, + "Inconsolata": {"variants":["200","300","400","500","600","700","800","900"],"axes":[{"tag":"wdth","min":50,"max":200,"defaultValue":100},{"tag":"wght","min":200,"max":900,"defaultValue":400}]}, + "Inder": {"variants":["400"]}, + "Indie Flower": {"variants":["400"]}, + "Ingrid Darling": {"variants":["400"]}, + "Inika": {"variants":["400","700"]}, + "Inknut Antiqua": {"variants":["300","400","500","600","700","800","900"]}, + "Inria Sans": {"variants":["300","300i","400","400i","700","700i"]}, + "Inria Serif": {"variants":["300","300i","400","400i","700","700i"]}, + "Inspiration": {"variants":["400"]}, + "Instrument Sans": {"variants":["400","500","600","700","400i","500i","600i","700i"],"axes":[{"tag":"wdth","min":75,"max":100,"defaultValue":100},{"tag":"wght","min":400,"max":700,"defaultValue":400}]}, + "Instrument Serif": {"variants":["400","400i"]}, + "Intel One Mono": {"variants":["300","300i","400","400i","500","500i","600","600i","700","700i"],"axes":[{"tag":"wght","min":300,"max":700,"defaultValue":400}]}, + "Inter": {"variants":["100","200","300","400","500","600","700","800","900","100i","200i","300i","400i","500i","600i","700i","800i","900i"],"axes":[{"tag":"wght","min":100,"max":900,"defaultValue":400},{"tag":"opsz","min":14,"max":32,"defaultValue":14}]}, + "Inter Tight": {"variants":["100","200","300","400","500","600","700","800","900","100i","200i","300i","400i","500i","600i","700i","800i","900i"],"axes":[{"tag":"wght","min":100,"max":900,"defaultValue":400}]}, + "Irish Grover": {"variants":["400"]}, + "Island Moments": {"variants":["400"]}, + "Istok Web": {"variants":["400","400i","700","700i"]}, + "Italiana": {"variants":["400"]}, + "Italianno": {"variants":["400"]}, + "Itim": {"variants":["400"]}, + "Jacquard 12": {"variants":["400"]}, + "Jacquard 12 Charted": {"variants":["400"]}, + "Jacquard 24": {"variants":["400"]}, + "Jacquard 24 Charted": {"variants":["400"]}, + "Jacquarda Bastarda 9": {"variants":["400"]}, + "Jacquarda Bastarda 9 Charted": {"variants":["400"]}, + "Jacques Francois": {"variants":["400"]}, + "Jacques Francois Shadow": {"variants":["400"]}, + "Jaini": {"variants":["400"]}, + "Jaini Purva": {"variants":["400"]}, + "Jaldi": {"variants":["400","700"]}, + "Jaro": {"variants":["400"],"axes":[{"tag":"opsz","min":6,"max":72,"defaultValue":14}]}, + "Jersey 10": {"variants":["400"]}, + "Jersey 10 Charted": {"variants":["400"]}, + "Jersey 15": {"variants":["400"]}, + "Jersey 15 Charted": {"variants":["400"]}, + "Jersey 20": {"variants":["400"]}, + "Jersey 20 Charted": {"variants":["400"]}, + "Jersey 25": {"variants":["400"]}, + "Jersey 25 Charted": {"variants":["400"]}, + "JetBrains Mono": {"variants":["100","200","300","400","500","600","700","800","100i","200i","300i","400i","500i","600i","700i","800i"],"axes":[{"tag":"wght","min":100,"max":800,"defaultValue":400}]}, + "Jim Nightshade": {"variants":["400"]}, + "Joan": {"variants":["400"]}, + "Jockey One": {"variants":["400"]}, + "Jolly Lodger": {"variants":["400"]}, + "Jomhuria": {"variants":["400"]}, + "Jomolhari": {"variants":["400"]}, + "Josefin Sans": {"variants":["100","200","300","400","500","600","700","100i","200i","300i","400i","500i","600i","700i"],"axes":[{"tag":"wght","min":100,"max":700,"defaultValue":400}]}, + "Josefin Slab": {"variants":["100","200","300","400","500","600","700","100i","200i","300i","400i","500i","600i","700i"],"axes":[{"tag":"wght","min":100,"max":700,"defaultValue":400}]}, + "Jost": {"variants":["100","200","300","400","500","600","700","800","900","100i","200i","300i","400i","500i","600i","700i","800i","900i"],"axes":[{"tag":"wght","min":100,"max":900,"defaultValue":400}]}, + "Joti One": {"variants":["400"]}, + "Jua": {"variants":["400"]}, + "Judson": {"variants":["400","400i","700"]}, + "Julee": {"variants":["400"]}, + "Julius Sans One": {"variants":["400"]}, + "Junge": {"variants":["400"]}, + "Jura": {"variants":["300","400","500","600","700"],"axes":[{"tag":"wght","min":300,"max":700,"defaultValue":400}]}, + "Just Another Hand": {"variants":["400"]}, + "Just Me Again Down Here": {"variants":["400"]}, + "K2D": {"variants":["100","100i","200","200i","300","300i","400","400i","500","500i","600","600i","700","700i","800","800i"]}, + "Kablammo": {"variants":["400"],"axes":[{"tag":"MORF","min":0,"max":60,"defaultValue":0}]}, + "Kadwa": {"variants":["400","700"]}, + "Kaisei Decol": {"variants":["400","500","700"]}, + "Kaisei HarunoUmi": {"variants":["400","500","700"]}, + "Kaisei Opti": {"variants":["400","500","700"]}, + "Kaisei Tokumin": {"variants":["400","500","700","800"]}, + "Kalam": {"variants":["300","400","700"]}, + "Kalnia": {"variants":["100","200","300","400","500","600","700"],"axes":[{"tag":"wdth","min":100,"max":125,"defaultValue":100},{"tag":"wght","min":100,"max":700,"defaultValue":400}]}, + "Kalnia Glaze": {"variants":["100","200","300","400","500","600","700"],"axes":[{"tag":"wdth","min":100,"max":125,"defaultValue":100},{"tag":"wght","min":100,"max":700,"defaultValue":400}]}, + "Kameron": {"variants":["400","500","600","700"],"axes":[{"tag":"wght","min":400,"max":700,"defaultValue":400}]}, + "Kanchenjunga": {"variants":["400","500","600","700"]}, + "Kanit": {"variants":["100","100i","200","200i","300","300i","400","400i","500","500i","600","600i","700","700i","800","800i","900","900i"]}, + "Kantumruy Pro": {"variants":["100","200","300","400","500","600","700","100i","200i","300i","400i","500i","600i","700i"],"axes":[{"tag":"wght","min":100,"max":700,"defaultValue":400}]}, + "Kapakana": {"variants":["300","400"],"axes":[{"tag":"wght","min":300,"max":400,"defaultValue":400}]}, + "Karantina": {"variants":["300","400","700"]}, + "Karla": {"variants":["200","300","400","500","600","700","800","200i","300i","400i","500i","600i","700i","800i"],"axes":[{"tag":"wght","min":200,"max":800,"defaultValue":400}]}, + "Karla Tamil Inclined": {"variants":["400","700"]}, + "Karla Tamil Upright": {"variants":["400","700"]}, + "Karma": {"variants":["300","400","500","600","700"]}, + "Katibeh": {"variants":["400"]}, + "Kaushan Script": {"variants":["400"]}, + "Kavivanar": {"variants":["400"]}, + "Kavoon": {"variants":["400"]}, + "Kay Pho Du": {"variants":["400","500","600","700"]}, + "Kdam Thmor Pro": {"variants":["400"]}, + "Keania One": {"variants":["400"]}, + "Kelly Slab": {"variants":["400"]}, + "Kenia": {"variants":["400"]}, + "Khand": {"variants":["300","400","500","600","700"]}, + "Khmer": {"variants":["400"]}, + "Khula": {"variants":["300","400","600","700","800"]}, + "Kings": {"variants":["400"]}, + "Kirang Haerang": {"variants":["400"]}, + "Kite One": {"variants":["400"]}, + "Kiwi Maru": {"variants":["300","400","500"]}, + "Klee One": {"variants":["400","600"]}, + "Knewave": {"variants":["400"]}, + "Kodchasan": {"variants":["200","200i","300","300i","400","400i","500","500i","600","600i","700","700i"]}, + "Kode Mono": {"variants":["400","500","600","700"],"axes":[{"tag":"wght","min":400,"max":700,"defaultValue":400}]}, + "Koh Santepheap": {"variants":["100","300","400","700","900"]}, + "KoHo": {"variants":["200","200i","300","300i","400","400i","500","500i","600","600i","700","700i"]}, + "Kolker Brush": {"variants":["400"]}, + "Konkhmer Sleokchher": {"variants":["400"]}, + "Kosugi": {"variants":["400"]}, + "Kosugi Maru": {"variants":["400"]}, + "Kotta One": {"variants":["400"]}, + "Koulen": {"variants":["400"]}, + "Kranky": {"variants":["400"]}, + "Kreon": {"variants":["300","400","500","600","700"],"axes":[{"tag":"wght","min":300,"max":700,"defaultValue":400}]}, + "Kristi": {"variants":["400"]}, + "Krona One": {"variants":["400"]}, + "Krub": {"variants":["200","200i","300","300i","400","400i","500","500i","600","600i","700","700i"]}, + "Kufam": {"variants":["400","500","600","700","800","900","400i","500i","600i","700i","800i","900i"],"axes":[{"tag":"wght","min":400,"max":900,"defaultValue":400}]}, + "Kulim Park": {"variants":["200","200i","300","300i","400","400i","600","600i","700","700i"]}, + "Kumar One": {"variants":["400"]}, + "Kumar One Outline": {"variants":["400"]}, + "Kumbh Sans": {"variants":["100","200","300","400","500","600","700","800","900"],"axes":[{"tag":"wght","min":100,"max":900,"defaultValue":400},{"tag":"YOPQ","min":40,"max":300,"defaultValue":300}]}, + "Kurale": {"variants":["400"]}, + "La Belle Aurore": {"variants":["400"]}, + "Labrada": {"variants":["100","200","300","400","500","600","700","800","900","100i","200i","300i","400i","500i","600i","700i","800i","900i"],"axes":[{"tag":"wght","min":100,"max":900,"defaultValue":400}]}, + "Lacquer": {"variants":["400"]}, + "Laila": {"variants":["300","400","500","600","700"]}, + "Lakki Reddy": {"variants":["400"]}, + "Lalezar": {"variants":["400"]}, + "Lancelot": {"variants":["400"]}, + "Langar": {"variants":["400"]}, + "Lateef": {"variants":["200","300","400","500","600","700","800"]}, + "Lato": {"variants":["100","100i","300","300i","400","400i","700","700i","900","900i"]}, + "Lavishly Yours": {"variants":["400"]}, + "League Gothic": {"variants":["400"],"axes":[{"tag":"wdth","min":75,"max":100,"defaultValue":100}]}, + "League Script": {"variants":["400"]}, + "League Spartan": {"variants":["100","200","300","400","500","600","700","800","900"],"axes":[{"tag":"wght","min":100,"max":900,"defaultValue":400}]}, + "Leckerli One": {"variants":["400"]}, + "Ledger": {"variants":["400"]}, + "Lekton": {"variants":["400","400i","700"]}, + "Lemon": {"variants":["400"]}, + "Lemonada": {"variants":["300","400","500","600","700"],"axes":[{"tag":"wght","min":300,"max":700,"defaultValue":400}]}, + "Lexend": {"variants":["100","200","300","400","500","600","700","800","900"],"axes":[{"tag":"wght","min":100,"max":900,"defaultValue":400}]}, + "Lexend Deca": {"variants":["100","200","300","400","500","600","700","800","900"],"axes":[{"tag":"wght","min":100,"max":900,"defaultValue":400}]}, + "Lexend Exa": {"variants":["100","200","300","400","500","600","700","800","900"],"axes":[{"tag":"wght","min":100,"max":900,"defaultValue":400}]}, + "Lexend Giga": {"variants":["100","200","300","400","500","600","700","800","900"],"axes":[{"tag":"wght","min":100,"max":900,"defaultValue":400}]}, + "Lexend Mega": {"variants":["100","200","300","400","500","600","700","800","900"],"axes":[{"tag":"wght","min":100,"max":900,"defaultValue":400}]}, + "Lexend Peta": {"variants":["100","200","300","400","500","600","700","800","900"],"axes":[{"tag":"wght","min":100,"max":900,"defaultValue":400}]}, + "Lexend Tera": {"variants":["100","200","300","400","500","600","700","800","900"],"axes":[{"tag":"wght","min":100,"max":900,"defaultValue":400}]}, + "Lexend Zetta": {"variants":["100","200","300","400","500","600","700","800","900"],"axes":[{"tag":"wght","min":100,"max":900,"defaultValue":400}]}, + "Libertinus Keyboard": {"variants":["400"]}, + "Libertinus Math": {"variants":["400"]}, + "Libertinus Mono": {"variants":["400"]}, + "Libertinus Sans": {"variants":["400","400i","700"]}, + "Libertinus Serif": {"variants":["400","400i","600","600i","700","700i"]}, + "Libertinus Serif Display": {"variants":["400"]}, + "Libre Barcode 128": {"variants":["400"]}, + "Libre Barcode 128 Text": {"variants":["400"]}, + "Libre Barcode 39": {"variants":["400"]}, + "Libre Barcode 39 Extended": {"variants":["400"]}, + "Libre Barcode 39 Extended Text": {"variants":["400"]}, + "Libre Barcode 39 Text": {"variants":["400"]}, + "Libre Barcode EAN13 Text": {"variants":["400"]}, + "Libre Baskerville": {"variants":["400","400i","700"]}, + "Libre Bodoni": {"variants":["400","500","600","700","400i","500i","600i","700i"],"axes":[{"tag":"wght","min":400,"max":700,"defaultValue":400}]}, + "Libre Caslon Display": {"variants":["400"]}, + "Libre Caslon Text": {"variants":["400","400i","700"]}, + "Libre Franklin": {"variants":["100","200","300","400","500","600","700","800","900","100i","200i","300i","400i","500i","600i","700i","800i","900i"],"axes":[{"tag":"wght","min":100,"max":900,"defaultValue":400}]}, + "Licorice": {"variants":["400"]}, + "Life Savers": {"variants":["400","700","800"]}, + "Lilita One": {"variants":["400"]}, + "Lily Script One": {"variants":["400"]}, + "Limelight": {"variants":["400"]}, + "Linden Hill": {"variants":["400","400i"]}, + "Linefont": {"variants":["100","200","300","400","500","600","700","800","900"],"axes":[{"tag":"wdth","min":25,"max":200,"defaultValue":100},{"tag":"wght","min":4,"max":1000,"defaultValue":400}]}, + "Lisu Bosa": {"variants":["200","200i","300","300i","400","400i","500","500i","600","600i","700","700i","800","800i","900","900i"]}, + "Liter": {"variants":["400"]}, + "Literata": {"variants":["200","300","400","500","600","700","800","900","200i","300i","400i","500i","600i","700i","800i","900i"],"axes":[{"tag":"wght","min":200,"max":900,"defaultValue":400},{"tag":"opsz","min":7,"max":72,"defaultValue":14}]}, + "Liu Jian Mao Cao": {"variants":["400"]}, + "Livvic": {"variants":["100","100i","200","200i","300","300i","400","400i","500","500i","600","600i","700","700i","900","900i"]}, + "Lobster": {"variants":["400"]}, + "Lobster Two": {"variants":["400","400i","700","700i"]}, + "Londrina Outline": {"variants":["400"]}, + "Londrina Shadow": {"variants":["400"]}, + "Londrina Sketch": {"variants":["400"]}, + "Londrina Solid": {"variants":["100","300","400","900"]}, + "Long Cang": {"variants":["400"]}, + "Lora": {"variants":["400","500","600","700","400i","500i","600i","700i"],"axes":[{"tag":"wght","min":400,"max":700,"defaultValue":400}]}, + "Love Light": {"variants":["400"]}, + "Love Ya Like A Sister": {"variants":["400"]}, + "Loved by the King": {"variants":["400"]}, + "Lovers Quarrel": {"variants":["400"]}, + "Luckiest Guy": {"variants":["400"]}, + "Lugrasimo": {"variants":["400"]}, + "Lumanosimo": {"variants":["400"]}, + "Lunasima": {"variants":["400","700"]}, + "Lusitana": {"variants":["400","700"]}, + "Lustria": {"variants":["400"]}, + "Luxurious Roman": {"variants":["400"]}, + "Luxurious Script": {"variants":["400"]}, + "LXGW Marker Gothic": {"variants":["400"]}, + "LXGW WenKai Mono TC": {"variants":["300","400","700"]}, + "LXGW WenKai TC": {"variants":["300","400","700"]}, + "M PLUS 1": {"variants":["100","200","300","400","500","600","700","800","900"],"axes":[{"tag":"wght","min":100,"max":900,"defaultValue":400}]}, + "M PLUS 1 Code": {"variants":["100","200","300","400","500","600","700"],"axes":[{"tag":"wght","min":100,"max":700,"defaultValue":400}]}, + "M PLUS 1p": {"variants":["100","300","400","500","700","800","900"]}, + "M PLUS 2": {"variants":["100","200","300","400","500","600","700","800","900"],"axes":[{"tag":"wght","min":100,"max":900,"defaultValue":400}]}, + "M PLUS Code Latin": {"variants":["100","200","300","400","500","600","700"],"axes":[{"tag":"wdth","min":100,"max":125,"defaultValue":100},{"tag":"wght","min":100,"max":700,"defaultValue":400}]}, + "M PLUS Rounded 1c": {"variants":["100","300","400","500","700","800","900"]}, + "Ma Shan Zheng": {"variants":["400"]}, + "Macondo": {"variants":["400"]}, + "Macondo Swash Caps": {"variants":["400"]}, + "Mada": {"variants":["200","300","400","500","600","700","800","900"],"axes":[{"tag":"wght","min":200,"max":900,"defaultValue":400}]}, + "Madimi One": {"variants":["400"]}, + "Magra": {"variants":["400","700"]}, + "Maiden Orange": {"variants":["400"]}, + "Maitree": {"variants":["200","300","400","500","600","700"]}, + "Major Mono Display": {"variants":["400"]}, + "Mako": {"variants":["400"]}, + "Mali": {"variants":["200","200i","300","300i","400","400i","500","500i","600","600i","700","700i"]}, + "Mallanna": {"variants":["400"]}, + "Maname": {"variants":["400"]}, + "Mandali": {"variants":["400"]}, + "Manjari": {"variants":["100","400","700"]}, + "Manrope": {"variants":["200","300","400","500","600","700","800"],"axes":[{"tag":"wght","min":200,"max":800,"defaultValue":400}]}, + "Mansalva": {"variants":["400"]}, + "Manuale": {"variants":["300","400","500","600","700","800","300i","400i","500i","600i","700i","800i"],"axes":[{"tag":"wght","min":300,"max":800,"defaultValue":400}]}, + "Manufacturing Consent": {"variants":["400"]}, + "Marcellus": {"variants":["400"]}, + "Marcellus SC": {"variants":["400"]}, + "Marck Script": {"variants":["400"]}, + "Margarine": {"variants":["400"]}, + "Marhey": {"variants":["300","400","500","600","700"],"axes":[{"tag":"wght","min":300,"max":700,"defaultValue":400}]}, + "Markazi Text": {"variants":["400","500","600","700"],"axes":[{"tag":"wght","min":400,"max":700,"defaultValue":400}]}, + "Marko One": {"variants":["400"]}, + "Marmelad": {"variants":["400"]}, + "Martel": {"variants":["200","300","400","600","700","800","900"]}, + "Martel Sans": {"variants":["200","300","400","600","700","800","900"]}, + "Martian Mono": {"variants":["100","200","300","400","500","600","700","800"],"axes":[{"tag":"wdth","min":75,"max":112.5,"defaultValue":100},{"tag":"wght","min":100,"max":800,"defaultValue":400}]}, + "Marvel": {"variants":["400","400i","700","700i"]}, + "Matangi": {"variants":["300","400","500","600","700","800","900"],"axes":[{"tag":"wght","min":300,"max":900,"defaultValue":400}]}, + "Mate": {"variants":["400","400i"]}, + "Mate SC": {"variants":["400"]}, + "Matemasie": {"variants":["400"]}, + "Material Icons": {"variants":["400"]}, + "Material Icons Outlined": {"variants":["400"]}, + "Material Icons Round": {"variants":["400"]}, + "Material Icons Sharp": {"variants":["400"]}, + "Material Icons Two Tone": {"variants":["400"]}, + "Material Symbols": {"variants":["100","200","300","400","500","600","700"],"axes":[{"tag":"wght","min":100,"max":700,"defaultValue":400},{"tag":"opsz","min":20,"max":48,"defaultValue":14},{"tag":"FILL","min":0,"max":1,"defaultValue":0},{"tag":"GRAD","min":-50,"max":200,"defaultValue":0},{"tag":"ROND","min":0,"max":100,"defaultValue":0}]}, + "Material Symbols Outlined": {"variants":["100","200","300","400","500","600","700"],"axes":[{"tag":"wght","min":100,"max":700,"defaultValue":400},{"tag":"opsz","min":20,"max":48,"defaultValue":14},{"tag":"FILL","min":0,"max":1,"defaultValue":0},{"tag":"GRAD","min":-50,"max":200,"defaultValue":0}]}, + "Material Symbols Rounded": {"variants":["100","200","300","400","500","600","700"],"axes":[{"tag":"wght","min":100,"max":700,"defaultValue":400},{"tag":"opsz","min":20,"max":48,"defaultValue":14},{"tag":"FILL","min":0,"max":1,"defaultValue":0},{"tag":"GRAD","min":-50,"max":200,"defaultValue":0}]}, + "Material Symbols Sharp": {"variants":["100","200","300","400","500","600","700"],"axes":[{"tag":"wght","min":100,"max":700,"defaultValue":400},{"tag":"opsz","min":20,"max":48,"defaultValue":14},{"tag":"FILL","min":0,"max":1,"defaultValue":0},{"tag":"GRAD","min":-50,"max":200,"defaultValue":0}]}, + "Maven Pro": {"variants":["400","500","600","700","800","900"],"axes":[{"tag":"wght","min":400,"max":900,"defaultValue":400}]}, + "McLaren": {"variants":["400"]}, + "Mea Culpa": {"variants":["400"]}, + "Meddon": {"variants":["400"]}, + "MedievalSharp": {"variants":["400"]}, + "Medula One": {"variants":["400"]}, + "Meera Inimai": {"variants":["400"]}, + "Megrim": {"variants":["400"]}, + "Meie Script": {"variants":["400"]}, + "Menbere": {"variants":["100","200","300","400","500","600","700"],"axes":[{"tag":"wght","min":100,"max":700,"defaultValue":400}]}, + "Meow Script": {"variants":["400"]}, + "Merienda": {"variants":["300","400","500","600","700","800","900"],"axes":[{"tag":"wght","min":300,"max":900,"defaultValue":400}]}, + "Merriweather": {"variants":["300","400","500","600","700","800","900","300i","400i","500i","600i","700i","800i","900i"],"axes":[{"tag":"wdth","min":87,"max":112,"defaultValue":100},{"tag":"wght","min":300,"max":900,"defaultValue":400},{"tag":"opsz","min":18,"max":144,"defaultValue":18}]}, + "Merriweather Sans": {"variants":["300","400","500","600","700","800","300i","400i","500i","600i","700i","800i"],"axes":[{"tag":"wght","min":300,"max":800,"defaultValue":400}]}, + "Metal": {"variants":["400"]}, + "Metal Mania": {"variants":["400"]}, + "Metamorphous": {"variants":["400"]}, + "Metrophobic": {"variants":["400"]}, + "Michroma": {"variants":["400"]}, + "Micro 5": {"variants":["400"]}, + "Micro 5 Charted": {"variants":["400"]}, + "Milonga": {"variants":["400"]}, + "Miltonian": {"variants":["400"]}, + "Miltonian Tattoo": {"variants":["400"]}, + "Mina": {"variants":["400","700"]}, + "Mingzat": {"variants":["400"]}, + "Miniver": {"variants":["400"]}, + "Miriam Libre": {"variants":["400","500","600","700"],"axes":[{"tag":"wght","min":400,"max":700,"defaultValue":400}]}, + "Mirza": {"variants":["400","500","600","700"]}, + "Miss Fajardose": {"variants":["400"]}, + "Mitr": {"variants":["200","300","400","500","600","700"]}, + "Mochiy Pop One": {"variants":["400"]}, + "Mochiy Pop P One": {"variants":["400"]}, + "Modak": {"variants":["400"]}, + "Modern Antiqua": {"variants":["400"]}, + "Moderustic": {"variants":["300","400","500","600","700","800"],"axes":[{"tag":"wght","min":300,"max":800,"defaultValue":400}]}, + "Mogra": {"variants":["400"]}, + "Mohave": {"variants":["300","400","500","600","700","300i","400i","500i","600i","700i"],"axes":[{"tag":"wght","min":300,"max":700,"defaultValue":400}]}, + "Moirai One": {"variants":["400"]}, + "Molengo": {"variants":["400"]}, + "Molle": {"variants":["400i"]}, + "Momo Signature": {"variants":["400"]}, + "Momo Trust Display": {"variants":["400"]}, + "Momo Trust Sans": {"variants":["200","300","400","500","600","700","800"],"axes":[{"tag":"wght","min":200,"max":800,"defaultValue":400}]}, + "Mona Sans": {"variants":["200","300","400","500","600","700","800","900","200i","300i","400i","500i","600i","700i","800i","900i"],"axes":[{"tag":"wdth","min":75,"max":125,"defaultValue":100},{"tag":"wght","min":200,"max":900,"defaultValue":400}]}, + "Monda": {"variants":["400","500","600","700"],"axes":[{"tag":"wght","min":400,"max":700,"defaultValue":400}]}, + "Monofett": {"variants":["400"]}, + "Monomakh": {"variants":["400"]}, + "Monomaniac One": {"variants":["400"]}, + "Monoton": {"variants":["400"]}, + "Monsieur La Doulaise": {"variants":["400"]}, + "Montaga": {"variants":["400"]}, + "Montagu Slab": {"variants":["100","200","300","400","500","600","700"],"axes":[{"tag":"wght","min":100,"max":700,"defaultValue":400},{"tag":"opsz","min":16,"max":144,"defaultValue":144}]}, + "MonteCarlo": {"variants":["400"]}, + "Montez": {"variants":["400"]}, + "Montserrat": {"variants":["100","200","300","400","500","600","700","800","900","100i","200i","300i","400i","500i","600i","700i","800i","900i"],"axes":[{"tag":"wght","min":100,"max":900,"defaultValue":400}]}, + "Montserrat Alternates": {"variants":["100","100i","200","200i","300","300i","400","400i","500","500i","600","600i","700","700i","800","800i","900","900i"]}, + "Montserrat Underline": {"variants":["100","200","300","400","500","600","700","800","900","100i","200i","300i","400i","500i","600i","700i","800i","900i"],"axes":[{"tag":"wght","min":100,"max":900,"defaultValue":400}]}, + "Moo Lah Lah": {"variants":["400"]}, + "Mooli": {"variants":["400"]}, + "Moon Dance": {"variants":["400"]}, + "Moul": {"variants":["400"]}, + "Moulpali": {"variants":["400"]}, + "Mountains of Christmas": {"variants":["400","700"]}, + "Mouse Memoirs": {"variants":["400"]}, + "Mozilla Headline": {"variants":["200","300","400","500","600","700"],"axes":[{"tag":"wdth","min":75,"max":125,"defaultValue":100},{"tag":"wght","min":200,"max":700,"defaultValue":400}]}, + "Mozilla Text": {"variants":["200","300","400","500","600","700"],"axes":[{"tag":"wght","min":200,"max":700,"defaultValue":400}]}, + "Mr Bedfort": {"variants":["400"]}, + "Mr Dafoe": {"variants":["400"]}, + "Mr De Haviland": {"variants":["400"]}, + "Mrs Saint Delafield": {"variants":["400"]}, + "Mrs Sheppards": {"variants":["400"]}, + "Ms Madi": {"variants":["400"]}, + "Mukta": {"variants":["200","300","400","500","600","700","800"]}, + "Mukta Mahee": {"variants":["200","300","400","500","600","700","800"]}, + "Mukta Malar": {"variants":["200","300","400","500","600","700","800"]}, + "Mukta Vaani": {"variants":["200","300","400","500","600","700","800"]}, + "Mulish": {"variants":["200","300","400","500","600","700","800","900","200i","300i","400i","500i","600i","700i","800i","900i"],"axes":[{"tag":"wght","min":200,"max":1000,"defaultValue":400}]}, + "Murecho": {"variants":["100","200","300","400","500","600","700","800","900"],"axes":[{"tag":"wght","min":100,"max":900,"defaultValue":400}]}, + "MuseoModerno": {"variants":["100","200","300","400","500","600","700","800","900","100i","200i","300i","400i","500i","600i","700i","800i","900i"],"axes":[{"tag":"wght","min":100,"max":900,"defaultValue":400}]}, + "My Soul": {"variants":["400"]}, + "Mynerve": {"variants":["400"]}, + "Mystery Quest": {"variants":["400"]}, + "Nabla": {"variants":["400"],"axes":[{"tag":"EDPT","min":0,"max":200,"defaultValue":100},{"tag":"EHLT","min":0,"max":24,"defaultValue":12}]}, + "Namdhinggo": {"variants":["400","500","600","700","800"]}, + "Nanum Brush Script": {"variants":["400"]}, + "Nanum Gothic": {"variants":["400","700","800"]}, + "Nanum Gothic Coding": {"variants":["400","700"]}, + "Nanum Myeongjo": {"variants":["400","700","800"]}, + "Nanum Pen Script": {"variants":["400"]}, + "Narnoor": {"variants":["400","500","600","700","800"]}, + "Nata Sans": {"variants":["100","200","300","400","500","600","700","800","900"],"axes":[{"tag":"wght","min":100,"max":900,"defaultValue":400}]}, + "National Park": {"variants":["200","300","400","500","600","700","800"],"axes":[{"tag":"wght","min":200,"max":800,"defaultValue":400}]}, + "Neonderthaw": {"variants":["400"]}, + "Nerko One": {"variants":["400"]}, + "Neucha": {"variants":["400"]}, + "Neuton": {"variants":["200","300","400","400i","700","800"]}, + "New Amsterdam": {"variants":["400"]}, + "New Rocker": {"variants":["400"]}, + "New Tegomin": {"variants":["400"]}, + "News Cycle": {"variants":["400","700"]}, + "Newsreader": {"variants":["200","300","400","500","600","700","800","200i","300i","400i","500i","600i","700i","800i"],"axes":[{"tag":"wght","min":200,"max":800,"defaultValue":400},{"tag":"opsz","min":6,"max":72,"defaultValue":16}]}, + "Niconne": {"variants":["400"]}, + "Niramit": {"variants":["200","200i","300","300i","400","400i","500","500i","600","600i","700","700i"]}, + "Nixie One": {"variants":["400"]}, + "Nobile": {"variants":["400","400i","500","500i","700","700i"]}, + "Nokora": {"variants":["100","200","300","400","500","600","700","800","900"],"axes":[{"tag":"wght","min":100,"max":900,"defaultValue":400}]}, + "Norican": {"variants":["400"]}, + "Nosifer": {"variants":["400"]}, + "Notable": {"variants":["400"]}, + "Nothing You Could Do": {"variants":["400"]}, + "Noticia Text": {"variants":["400","400i","700","700i"]}, + "Noto Color Emoji": {"variants":["400"]}, + "Noto Emoji": {"variants":["300","400","500","600","700"],"axes":[{"tag":"wght","min":300,"max":700,"defaultValue":400}]}, + "Noto Kufi Arabic": {"variants":["100","200","300","400","500","600","700","800","900"],"axes":[{"tag":"wght","min":100,"max":900,"defaultValue":400}]}, + "Noto Music": {"variants":["400"]}, + "Noto Naskh Arabic": {"variants":["400","500","600","700"],"axes":[{"tag":"wght","min":400,"max":700,"defaultValue":400}]}, + "Noto Nastaliq Urdu": {"variants":["400","500","600","700"],"axes":[{"tag":"wght","min":400,"max":700,"defaultValue":400}]}, + "Noto Rashi Hebrew": {"variants":["100","200","300","400","500","600","700","800","900"],"axes":[{"tag":"wght","min":100,"max":900,"defaultValue":400}]}, + "Noto Sans": {"variants":["100","200","300","400","500","600","700","800","900","100i","200i","300i","400i","500i","600i","700i","800i","900i"],"axes":[{"tag":"wdth","min":62.5,"max":100,"defaultValue":100},{"tag":"wght","min":100,"max":900,"defaultValue":400}]}, + "Noto Sans Adlam": {"variants":["400","500","600","700"],"axes":[{"tag":"wght","min":400,"max":700,"defaultValue":400}]}, + "Noto Sans Adlam Unjoined": {"variants":["400","500","600","700"],"axes":[{"tag":"wght","min":400,"max":700,"defaultValue":400}]}, + "Noto Sans Anatolian Hieroglyphs": {"variants":["400"]}, + "Noto Sans Arabic": {"variants":["100","200","300","400","500","600","700","800","900"],"axes":[{"tag":"wdth","min":62.5,"max":100,"defaultValue":100},{"tag":"wght","min":100,"max":900,"defaultValue":400}]}, + "Noto Sans Armenian": {"variants":["100","200","300","400","500","600","700","800","900"],"axes":[{"tag":"wdth","min":62.5,"max":100,"defaultValue":100},{"tag":"wght","min":100,"max":900,"defaultValue":400}]}, + "Noto Sans Avestan": {"variants":["400"]}, + "Noto Sans Balinese": {"variants":["400","500","600","700"],"axes":[{"tag":"wght","min":400,"max":700,"defaultValue":400}]}, + "Noto Sans Bamum": {"variants":["400","500","600","700"],"axes":[{"tag":"wght","min":400,"max":700,"defaultValue":400}]}, + "Noto Sans Bassa Vah": {"variants":["400","500","600","700"],"axes":[{"tag":"wght","min":400,"max":700,"defaultValue":400}]}, + "Noto Sans Batak": {"variants":["400"]}, + "Noto Sans Bengali": {"variants":["100","200","300","400","500","600","700","800","900"],"axes":[{"tag":"wdth","min":62.5,"max":100,"defaultValue":100},{"tag":"wght","min":100,"max":900,"defaultValue":400}]}, + "Noto Sans Bhaiksuki": {"variants":["400"]}, + "Noto Sans Brahmi": {"variants":["400"]}, + "Noto Sans Buginese": {"variants":["400"]}, + "Noto Sans Buhid": {"variants":["400"]}, + "Noto Sans Canadian Aboriginal": {"variants":["100","200","300","400","500","600","700","800","900"],"axes":[{"tag":"wght","min":100,"max":900,"defaultValue":400}]}, + "Noto Sans Carian": {"variants":["400"]}, + "Noto Sans Caucasian Albanian": {"variants":["400"]}, + "Noto Sans Chakma": {"variants":["400"]}, + "Noto Sans Cham": {"variants":["100","200","300","400","500","600","700","800","900"],"axes":[{"tag":"wght","min":100,"max":900,"defaultValue":400}]}, + "Noto Sans Cherokee": {"variants":["100","200","300","400","500","600","700","800","900"],"axes":[{"tag":"wght","min":100,"max":900,"defaultValue":400}]}, + "Noto Sans Chorasmian": {"variants":["400"]}, + "Noto Sans Coptic": {"variants":["400"]}, + "Noto Sans Cuneiform": {"variants":["400"]}, + "Noto Sans Cypriot": {"variants":["400"]}, + "Noto Sans Cypro Minoan": {"variants":["400"]}, + "Noto Sans Deseret": {"variants":["400"]}, + "Noto Sans Devanagari": {"variants":["100","200","300","400","500","600","700","800","900"],"axes":[{"tag":"wdth","min":62.5,"max":100,"defaultValue":100},{"tag":"wght","min":100,"max":900,"defaultValue":400}]}, + "Noto Sans Display": {"variants":["100","200","300","400","500","600","700","800","900","100i","200i","300i","400i","500i","600i","700i","800i","900i"],"axes":[{"tag":"wdth","min":62.5,"max":100,"defaultValue":100},{"tag":"wght","min":100,"max":900,"defaultValue":400}]}, + "Noto Sans Duployan": {"variants":["400","700"]}, + "Noto Sans Egyptian Hieroglyphs": {"variants":["400"]}, + "Noto Sans Elbasan": {"variants":["400"]}, + "Noto Sans Elymaic": {"variants":["400"]}, + "Noto Sans Ethiopic": {"variants":["100","200","300","400","500","600","700","800","900"],"axes":[{"tag":"wdth","min":62.5,"max":100,"defaultValue":100},{"tag":"wght","min":100,"max":900,"defaultValue":400}]}, + "Noto Sans Georgian": {"variants":["100","200","300","400","500","600","700","800","900"],"axes":[{"tag":"wdth","min":62.5,"max":100,"defaultValue":100},{"tag":"wght","min":100,"max":900,"defaultValue":400}]}, + "Noto Sans Glagolitic": {"variants":["400"]}, + "Noto Sans Gothic": {"variants":["400"]}, + "Noto Sans Grantha": {"variants":["400"]}, + "Noto Sans Gujarati": {"variants":["100","200","300","400","500","600","700","800","900"],"axes":[{"tag":"wdth","min":62.5,"max":100,"defaultValue":100},{"tag":"wght","min":100,"max":900,"defaultValue":400}]}, + "Noto Sans Gunjala Gondi": {"variants":["400","500","600","700"],"axes":[{"tag":"wght","min":400,"max":700,"defaultValue":400}]}, + "Noto Sans Gurmukhi": {"variants":["100","200","300","400","500","600","700","800","900"],"axes":[{"tag":"wdth","min":62.5,"max":100,"defaultValue":100},{"tag":"wght","min":100,"max":900,"defaultValue":400}]}, + "Noto Sans Hanifi Rohingya": {"variants":["400","500","600","700"],"axes":[{"tag":"wght","min":400,"max":700,"defaultValue":400}]}, + "Noto Sans Hanunoo": {"variants":["400"]}, + "Noto Sans Hatran": {"variants":["400"]}, + "Noto Sans Hebrew": {"variants":["100","200","300","400","500","600","700","800","900"],"axes":[{"tag":"wdth","min":62.5,"max":100,"defaultValue":100},{"tag":"wght","min":100,"max":900,"defaultValue":400}]}, + "Noto Sans HK": {"variants":["100","200","300","400","500","600","700","800","900"],"axes":[{"tag":"wght","min":100,"max":900,"defaultValue":400}]}, + "Noto Sans Imperial Aramaic": {"variants":["400"]}, + "Noto Sans Indic Siyaq Numbers": {"variants":["400"]}, + "Noto Sans Inscriptional Pahlavi": {"variants":["400"]}, + "Noto Sans Inscriptional Parthian": {"variants":["400"]}, + "Noto Sans Javanese": {"variants":["400","500","600","700"],"axes":[{"tag":"wght","min":400,"max":700,"defaultValue":400}]}, + "Noto Sans JP": {"variants":["100","200","300","400","500","600","700","800","900"],"axes":[{"tag":"wght","min":100,"max":900,"defaultValue":400}]}, + "Noto Sans Kaithi": {"variants":["400"]}, + "Noto Sans Kannada": {"variants":["100","200","300","400","500","600","700","800","900"],"axes":[{"tag":"wdth","min":62.5,"max":100,"defaultValue":100},{"tag":"wght","min":100,"max":900,"defaultValue":400}]}, + "Noto Sans Kawi": {"variants":["400","500","600","700"],"axes":[{"tag":"wght","min":400,"max":700,"defaultValue":400}]}, + "Noto Sans Kayah Li": {"variants":["400","500","600","700"],"axes":[{"tag":"wght","min":400,"max":700,"defaultValue":400}]}, + "Noto Sans Kharoshthi": {"variants":["400"]}, + "Noto Sans Khmer": {"variants":["100","200","300","400","500","600","700","800","900"],"axes":[{"tag":"wdth","min":62.5,"max":100,"defaultValue":100},{"tag":"wght","min":100,"max":900,"defaultValue":400}]}, + "Noto Sans Khojki": {"variants":["400"]}, + "Noto Sans Khudawadi": {"variants":["400"]}, + "Noto Sans KR": {"variants":["100","200","300","400","500","600","700","800","900"],"axes":[{"tag":"wght","min":100,"max":900,"defaultValue":400}]}, + "Noto Sans Lao": {"variants":["100","200","300","400","500","600","700","800","900"],"axes":[{"tag":"wdth","min":62.5,"max":100,"defaultValue":100},{"tag":"wght","min":100,"max":900,"defaultValue":400}]}, + "Noto Sans Lao Looped": {"variants":["100","200","300","400","500","600","700","800","900"],"axes":[{"tag":"wdth","min":62.5,"max":100,"defaultValue":100},{"tag":"wght","min":100,"max":900,"defaultValue":400}]}, + "Noto Sans Lepcha": {"variants":["400"]}, + "Noto Sans Limbu": {"variants":["400"]}, + "Noto Sans Linear A": {"variants":["400"]}, + "Noto Sans Linear B": {"variants":["400"]}, + "Noto Sans Lisu": {"variants":["400","500","600","700"],"axes":[{"tag":"wght","min":400,"max":700,"defaultValue":400}]}, + "Noto Sans Lycian": {"variants":["400"]}, + "Noto Sans Lydian": {"variants":["400"]}, + "Noto Sans Mahajani": {"variants":["400"]}, + "Noto Sans Malayalam": {"variants":["100","200","300","400","500","600","700","800","900"],"axes":[{"tag":"wdth","min":62.5,"max":100,"defaultValue":100},{"tag":"wght","min":100,"max":900,"defaultValue":400}]}, + "Noto Sans Mandaic": {"variants":["400"]}, + "Noto Sans Manichaean": {"variants":["400"]}, + "Noto Sans Marchen": {"variants":["400"]}, + "Noto Sans Masaram Gondi": {"variants":["400"]}, + "Noto Sans Math": {"variants":["400"]}, + "Noto Sans Mayan Numerals": {"variants":["400"]}, + "Noto Sans Medefaidrin": {"variants":["400","500","600","700"],"axes":[{"tag":"wght","min":400,"max":700,"defaultValue":400}]}, + "Noto Sans Meetei Mayek": {"variants":["100","200","300","400","500","600","700","800","900"],"axes":[{"tag":"wght","min":100,"max":900,"defaultValue":400}]}, + "Noto Sans Mende Kikakui": {"variants":["400"]}, + "Noto Sans Meroitic": {"variants":["400"]}, + "Noto Sans Miao": {"variants":["400"]}, + "Noto Sans Modi": {"variants":["400"]}, + "Noto Sans Mongolian": {"variants":["400"]}, + "Noto Sans Mono": {"variants":["100","200","300","400","500","600","700","800","900"],"axes":[{"tag":"wdth","min":62.5,"max":100,"defaultValue":100},{"tag":"wght","min":100,"max":900,"defaultValue":400}]}, + "Noto Sans Mro": {"variants":["400"]}, + "Noto Sans Multani": {"variants":["400"]}, + "Noto Sans Myanmar": {"variants":["100","200","300","400","500","600","700","800","900"]}, + "Noto Sans Nabataean": {"variants":["400"]}, + "Noto Sans Nag Mundari": {"variants":["400","500","600","700"],"axes":[{"tag":"wght","min":400,"max":700,"defaultValue":400}]}, + "Noto Sans Nandinagari": {"variants":["400"]}, + "Noto Sans New Tai Lue": {"variants":["400","500","600","700"],"axes":[{"tag":"wght","min":400,"max":700,"defaultValue":400}]}, + "Noto Sans Newa": {"variants":["400"]}, + "Noto Sans NKo": {"variants":["400"]}, + "Noto Sans NKo Unjoined": {"variants":["400","500","600","700"],"axes":[{"tag":"wght","min":400,"max":700,"defaultValue":400}]}, + "Noto Sans Nushu": {"variants":["400"]}, + "Noto Sans Ogham": {"variants":["400"]}, + "Noto Sans Ol Chiki": {"variants":["400","500","600","700"],"axes":[{"tag":"wght","min":400,"max":700,"defaultValue":400}]}, + "Noto Sans Old Hungarian": {"variants":["400"]}, + "Noto Sans Old Italic": {"variants":["400"]}, + "Noto Sans Old North Arabian": {"variants":["400"]}, + "Noto Sans Old Permic": {"variants":["400"]}, + "Noto Sans Old Persian": {"variants":["400"]}, + "Noto Sans Old Sogdian": {"variants":["400"]}, + "Noto Sans Old South Arabian": {"variants":["400"]}, + "Noto Sans Old Turkic": {"variants":["400"]}, + "Noto Sans Oriya": {"variants":["100","200","300","400","500","600","700","800","900"],"axes":[{"tag":"wdth","min":62.5,"max":100,"defaultValue":100},{"tag":"wght","min":100,"max":900,"defaultValue":400}]}, + "Noto Sans Osage": {"variants":["400"]}, + "Noto Sans Osmanya": {"variants":["400"]}, + "Noto Sans Pahawh Hmong": {"variants":["400"]}, + "Noto Sans Palmyrene": {"variants":["400"]}, + "Noto Sans Pau Cin Hau": {"variants":["400"]}, + "Noto Sans PhagsPa": {"variants":["400"]}, + "Noto Sans Phoenician": {"variants":["400"]}, + "Noto Sans Psalter Pahlavi": {"variants":["400"]}, + "Noto Sans Rejang": {"variants":["400"]}, + "Noto Sans Runic": {"variants":["400"]}, + "Noto Sans Samaritan": {"variants":["400"]}, + "Noto Sans Saurashtra": {"variants":["400"]}, + "Noto Sans SC": {"variants":["100","200","300","400","500","600","700","800","900"],"axes":[{"tag":"wght","min":100,"max":900,"defaultValue":400}]}, + "Noto Sans Sharada": {"variants":["400"]}, + "Noto Sans Shavian": {"variants":["400"]}, + "Noto Sans Siddham": {"variants":["400"]}, + "Noto Sans SignWriting": {"variants":["400"]}, + "Noto Sans Sinhala": {"variants":["100","200","300","400","500","600","700","800","900"],"axes":[{"tag":"wdth","min":62.5,"max":100,"defaultValue":100},{"tag":"wght","min":100,"max":900,"defaultValue":400}]}, + "Noto Sans Sogdian": {"variants":["400"]}, + "Noto Sans Sora Sompeng": {"variants":["400","500","600","700"],"axes":[{"tag":"wght","min":400,"max":700,"defaultValue":400}]}, + "Noto Sans Soyombo": {"variants":["400"]}, + "Noto Sans Sundanese": {"variants":["400","500","600","700"],"axes":[{"tag":"wght","min":400,"max":700,"defaultValue":400}]}, + "Noto Sans Sunuwar": {"variants":["400"]}, + "Noto Sans Syloti Nagri": {"variants":["400"]}, + "Noto Sans Symbols": {"variants":["100","200","300","400","500","600","700","800","900"],"axes":[{"tag":"wght","min":100,"max":900,"defaultValue":400}]}, + "Noto Sans Symbols 2": {"variants":["400"]}, + "Noto Sans Syriac": {"variants":["100","200","300","400","500","600","700","800","900"],"axes":[{"tag":"wght","min":100,"max":900,"defaultValue":400}]}, + "Noto Sans Syriac Eastern": {"variants":["100","200","300","400","500","600","700","800","900"],"axes":[{"tag":"wght","min":100,"max":900,"defaultValue":400}]}, + "Noto Sans Syriac Western": {"variants":["100","200","300","400","500","600","700","800","900"],"axes":[{"tag":"wght","min":100,"max":900,"defaultValue":400}]}, + "Noto Sans Tagalog": {"variants":["400"]}, + "Noto Sans Tagbanwa": {"variants":["400"]}, + "Noto Sans Tai Le": {"variants":["400"]}, + "Noto Sans Tai Tham": {"variants":["400","500","600","700"],"axes":[{"tag":"wght","min":400,"max":700,"defaultValue":400}]}, + "Noto Sans Tai Viet": {"variants":["400"]}, + "Noto Sans Takri": {"variants":["400"]}, + "Noto Sans Tamil": {"variants":["100","200","300","400","500","600","700","800","900"],"axes":[{"tag":"wdth","min":62.5,"max":100,"defaultValue":100},{"tag":"wght","min":100,"max":900,"defaultValue":400}]}, + "Noto Sans Tamil Supplement": {"variants":["400"]}, + "Noto Sans Tangsa": {"variants":["400","500","600","700"],"axes":[{"tag":"wght","min":400,"max":700,"defaultValue":400}]}, + "Noto Sans TC": {"variants":["100","200","300","400","500","600","700","800","900"],"axes":[{"tag":"wght","min":100,"max":900,"defaultValue":400}]}, + "Noto Sans Telugu": {"variants":["100","200","300","400","500","600","700","800","900"],"axes":[{"tag":"wdth","min":62.5,"max":100,"defaultValue":100},{"tag":"wght","min":100,"max":900,"defaultValue":400}]}, + "Noto Sans Thaana": {"variants":["100","200","300","400","500","600","700","800","900"],"axes":[{"tag":"wght","min":100,"max":900,"defaultValue":400}]}, + "Noto Sans Thai": {"variants":["100","200","300","400","500","600","700","800","900"],"axes":[{"tag":"wdth","min":62.5,"max":100,"defaultValue":100},{"tag":"wght","min":100,"max":900,"defaultValue":400}]}, + "Noto Sans Thai Looped": {"variants":["100","200","300","400","500","600","700","800","900"],"axes":[{"tag":"wdth","min":62.5,"max":100,"defaultValue":100},{"tag":"wght","min":100,"max":900,"defaultValue":400}]}, + "Noto Sans Tifinagh": {"variants":["400"]}, + "Noto Sans Tirhuta": {"variants":["400"]}, + "Noto Sans Ugaritic": {"variants":["400"]}, + "Noto Sans Vai": {"variants":["400"]}, + "Noto Sans Vithkuqi": {"variants":["400","500","600","700"],"axes":[{"tag":"wght","min":400,"max":700,"defaultValue":400}]}, + "Noto Sans Wancho": {"variants":["400"]}, + "Noto Sans Warang Citi": {"variants":["400"]}, + "Noto Sans Yi": {"variants":["400"]}, + "Noto Sans Zanabazar Square": {"variants":["400"]}, + "Noto Serif": {"variants":["100","200","300","400","500","600","700","800","900","100i","200i","300i","400i","500i","600i","700i","800i","900i"],"axes":[{"tag":"wdth","min":62.5,"max":100,"defaultValue":100},{"tag":"wght","min":100,"max":900,"defaultValue":400}]}, + "Noto Serif Ahom": {"variants":["400"]}, + "Noto Serif Armenian": {"variants":["100","200","300","400","500","600","700","800","900"],"axes":[{"tag":"wdth","min":62.5,"max":100,"defaultValue":100},{"tag":"wght","min":100,"max":900,"defaultValue":400}]}, + "Noto Serif Balinese": {"variants":["400"]}, + "Noto Serif Bengali": {"variants":["100","200","300","400","500","600","700","800","900"],"axes":[{"tag":"wdth","min":62.5,"max":100,"defaultValue":100},{"tag":"wght","min":100,"max":900,"defaultValue":400}]}, + "Noto Serif Devanagari": {"variants":["100","200","300","400","500","600","700","800","900"],"axes":[{"tag":"wdth","min":62.5,"max":100,"defaultValue":100},{"tag":"wght","min":100,"max":900,"defaultValue":400}]}, + "Noto Serif Display": {"variants":["100","200","300","400","500","600","700","800","900","100i","200i","300i","400i","500i","600i","700i","800i","900i"],"axes":[{"tag":"wdth","min":62.5,"max":100,"defaultValue":100},{"tag":"wght","min":100,"max":900,"defaultValue":400}]}, + "Noto Serif Dives Akuru": {"variants":["400"]}, + "Noto Serif Dogra": {"variants":["400"]}, + "Noto Serif Ethiopic": {"variants":["100","200","300","400","500","600","700","800","900"],"axes":[{"tag":"wdth","min":62.5,"max":100,"defaultValue":100},{"tag":"wght","min":100,"max":900,"defaultValue":400}]}, + "Noto Serif Georgian": {"variants":["100","200","300","400","500","600","700","800","900"],"axes":[{"tag":"wdth","min":62.5,"max":100,"defaultValue":100},{"tag":"wght","min":100,"max":900,"defaultValue":400}]}, + "Noto Serif Grantha": {"variants":["400"]}, + "Noto Serif Gujarati": {"variants":["100","200","300","400","500","600","700","800","900"],"axes":[{"tag":"wght","min":100,"max":900,"defaultValue":400}]}, + "Noto Serif Gurmukhi": {"variants":["100","200","300","400","500","600","700","800","900"],"axes":[{"tag":"wght","min":100,"max":900,"defaultValue":400}]}, + "Noto Serif Hebrew": {"variants":["100","200","300","400","500","600","700","800","900"],"axes":[{"tag":"wdth","min":62.5,"max":100,"defaultValue":100},{"tag":"wght","min":100,"max":900,"defaultValue":400}]}, + "Noto Serif Hentaigana": {"variants":["200","300","400","500","600","700","800","900"],"axes":[{"tag":"wght","min":200,"max":900,"defaultValue":400}]}, + "Noto Serif HK": {"variants":["200","300","400","500","600","700","800","900"],"axes":[{"tag":"wght","min":200,"max":900,"defaultValue":400}]}, + "Noto Serif JP": {"variants":["200","300","400","500","600","700","800","900"],"axes":[{"tag":"wght","min":200,"max":900,"defaultValue":400}]}, + "Noto Serif Kannada": {"variants":["100","200","300","400","500","600","700","800","900"],"axes":[{"tag":"wght","min":100,"max":900,"defaultValue":400}]}, + "Noto Serif Khitan Small Script": {"variants":["400"]}, + "Noto Serif Khmer": {"variants":["100","200","300","400","500","600","700","800","900"],"axes":[{"tag":"wdth","min":62.5,"max":100,"defaultValue":100},{"tag":"wght","min":100,"max":900,"defaultValue":400}]}, + "Noto Serif Khojki": {"variants":["400","500","600","700"],"axes":[{"tag":"wght","min":400,"max":700,"defaultValue":400}]}, + "Noto Serif KR": {"variants":["200","300","400","500","600","700","800","900"],"axes":[{"tag":"wght","min":200,"max":900,"defaultValue":400}]}, + "Noto Serif Lao": {"variants":["100","200","300","400","500","600","700","800","900"],"axes":[{"tag":"wdth","min":62.5,"max":100,"defaultValue":100},{"tag":"wght","min":100,"max":900,"defaultValue":400}]}, + "Noto Serif Makasar": {"variants":["400"]}, + "Noto Serif Malayalam": {"variants":["100","200","300","400","500","600","700","800","900"],"axes":[{"tag":"wght","min":100,"max":900,"defaultValue":400}]}, + "Noto Serif Myanmar": {"variants":["100","200","300","400","500","600","700","800","900"]}, + "Noto Serif NP Hmong": {"variants":["400","500","600","700"],"axes":[{"tag":"wght","min":400,"max":700,"defaultValue":400}]}, + "Noto Serif Old Uyghur": {"variants":["400"]}, + "Noto Serif Oriya": {"variants":["400","500","600","700"],"axes":[{"tag":"wght","min":400,"max":700,"defaultValue":400}]}, + "Noto Serif Ottoman Siyaq": {"variants":["400"]}, + "Noto Serif SC": {"variants":["200","300","400","500","600","700","800","900"],"axes":[{"tag":"wght","min":200,"max":900,"defaultValue":400}]}, + "Noto Serif Sinhala": {"variants":["100","200","300","400","500","600","700","800","900"],"axes":[{"tag":"wdth","min":62.5,"max":100,"defaultValue":100},{"tag":"wght","min":100,"max":900,"defaultValue":400}]}, + "Noto Serif Tamil": {"variants":["100","200","300","400","500","600","700","800","900","100i","200i","300i","400i","500i","600i","700i","800i","900i"],"axes":[{"tag":"wdth","min":62.5,"max":100,"defaultValue":100},{"tag":"wght","min":100,"max":900,"defaultValue":400}]}, + "Noto Serif Tangut": {"variants":["400"]}, + "Noto Serif TC": {"variants":["200","300","400","500","600","700","800","900"],"axes":[{"tag":"wght","min":200,"max":900,"defaultValue":400}]}, + "Noto Serif Telugu": {"variants":["100","200","300","400","500","600","700","800","900"],"axes":[{"tag":"wght","min":100,"max":900,"defaultValue":400}]}, + "Noto Serif Thai": {"variants":["100","200","300","400","500","600","700","800","900"],"axes":[{"tag":"wdth","min":62.5,"max":100,"defaultValue":100},{"tag":"wght","min":100,"max":900,"defaultValue":400}]}, + "Noto Serif Tibetan": {"variants":["100","200","300","400","500","600","700","800","900"],"axes":[{"tag":"wght","min":100,"max":900,"defaultValue":400}]}, + "Noto Serif Todhri": {"variants":["400"]}, + "Noto Serif Toto": {"variants":["400","500","600","700"],"axes":[{"tag":"wght","min":400,"max":700,"defaultValue":400}]}, + "Noto Serif Vithkuqi": {"variants":["400","500","600","700"],"axes":[{"tag":"wght","min":400,"max":700,"defaultValue":400}]}, + "Noto Serif Yezidi": {"variants":["400","500","600","700"],"axes":[{"tag":"wght","min":400,"max":700,"defaultValue":400}]}, + "Noto Traditional Nushu": {"variants":["300","400","500","600","700"],"axes":[{"tag":"wght","min":300,"max":700,"defaultValue":400}]}, + "Noto Znamenny Musical Notation": {"variants":["400"]}, + "Nova Cut": {"variants":["400"]}, + "Nova Flat": {"variants":["400"]}, + "Nova Mono": {"variants":["400"]}, + "Nova Oval": {"variants":["400"]}, + "Nova Round": {"variants":["400"]}, + "Nova Script": {"variants":["400"]}, + "Nova Slim": {"variants":["400"]}, + "Nova Square": {"variants":["400"]}, + "NTR": {"variants":["400"]}, + "Numans": {"variants":["400"]}, + "Nunito": {"variants":["200","300","400","500","600","700","800","900","200i","300i","400i","500i","600i","700i","800i","900i"],"axes":[{"tag":"wght","min":200,"max":1000,"defaultValue":400}]}, + "Nunito Sans": {"variants":["200","300","400","500","600","700","800","900","200i","300i","400i","500i","600i","700i","800i","900i"],"axes":[{"tag":"wdth","min":75,"max":125,"defaultValue":100},{"tag":"wght","min":200,"max":1000,"defaultValue":400},{"tag":"opsz","min":6,"max":12,"defaultValue":12},{"tag":"YTLC","min":440,"max":540,"defaultValue":500}]}, + "Nuosu SIL": {"variants":["400"]}, + "Odibee Sans": {"variants":["400"]}, + "Odor Mean Chey": {"variants":["400"]}, + "Offside": {"variants":["400"]}, + "Oi": {"variants":["400"]}, + "Ojuju": {"variants":["200","300","400","500","600","700","800"],"axes":[{"tag":"wght","min":200,"max":800,"defaultValue":400}]}, + "Old Standard TT": {"variants":["400","400i","700"]}, + "Oldenburg": {"variants":["400"]}, + "Ole": {"variants":["400"]}, + "Oleo Script": {"variants":["400","700"]}, + "Oleo Script Swash Caps": {"variants":["400","700"]}, + "Onest": {"variants":["100","200","300","400","500","600","700","800","900"],"axes":[{"tag":"wght","min":100,"max":900,"defaultValue":400}]}, + "Oooh Baby": {"variants":["400"]}, + "Open Sans": {"variants":["300","400","500","600","700","800","300i","400i","500i","600i","700i","800i"],"axes":[{"tag":"wdth","min":75,"max":100,"defaultValue":100},{"tag":"wght","min":300,"max":800,"defaultValue":400}]}, + "Oranienbaum": {"variants":["400"]}, + "Orbit": {"variants":["400"]}, + "Orbitron": {"variants":["400","500","600","700","800","900"],"axes":[{"tag":"wght","min":400,"max":900,"defaultValue":400}]}, + "Oregano": {"variants":["400","400i"]}, + "Orelega One": {"variants":["400"]}, + "Orienta": {"variants":["400"]}, + "Original Surfer": {"variants":["400"]}, + "Oswald": {"variants":["200","300","400","500","600","700"],"axes":[{"tag":"wght","min":200,"max":700,"defaultValue":400}]}, + "Outfit": {"variants":["100","200","300","400","500","600","700","800","900"],"axes":[{"tag":"wght","min":100,"max":900,"defaultValue":400}]}, + "Over the Rainbow": {"variants":["400"]}, + "Overlock": {"variants":["400","400i","700","700i","900","900i"]}, + "Overlock SC": {"variants":["400"]}, + "Overpass": {"variants":["100","200","300","400","500","600","700","800","900","100i","200i","300i","400i","500i","600i","700i","800i","900i"],"axes":[{"tag":"wght","min":100,"max":900,"defaultValue":400}]}, + "Overpass Mono": {"variants":["300","400","500","600","700"],"axes":[{"tag":"wght","min":300,"max":700,"defaultValue":400}]}, + "Ovo": {"variants":["400"]}, + "Oxanium": {"variants":["200","300","400","500","600","700","800"],"axes":[{"tag":"wght","min":200,"max":800,"defaultValue":400}]}, + "Oxygen": {"variants":["300","400","700"]}, + "Oxygen Mono": {"variants":["400"]}, + "Pacifico": {"variants":["400"]}, + "Padauk": {"variants":["400","700"]}, + "Padyakke Expanded One": {"variants":["400"]}, + "Palanquin": {"variants":["100","200","300","400","500","600","700"]}, + "Palanquin Dark": {"variants":["400","500","600","700"]}, + "Palette Mosaic": {"variants":["400"]}, + "Pangolin": {"variants":["400"]}, + "Paprika": {"variants":["400"]}, + "Parastoo": {"variants":["400","500","600","700"],"axes":[{"tag":"wght","min":400,"max":700,"defaultValue":400}]}, + "Parisienne": {"variants":["400"]}, + "Parkinsans": {"variants":["300","400","500","600","700","800"],"axes":[{"tag":"wght","min":300,"max":800,"defaultValue":400}]}, + "Passero One": {"variants":["400"]}, + "Passion One": {"variants":["400","700","900"]}, + "Passions Conflict": {"variants":["400"]}, + "Pathway Extreme": {"variants":["100","200","300","400","500","600","700","800","900","100i","200i","300i","400i","500i","600i","700i","800i","900i"],"axes":[{"tag":"wdth","min":75,"max":100,"defaultValue":100},{"tag":"wght","min":100,"max":900,"defaultValue":400},{"tag":"opsz","min":8,"max":144,"defaultValue":12}]}, + "Pathway Gothic One": {"variants":["400"]}, + "Patrick Hand": {"variants":["400"]}, + "Patrick Hand SC": {"variants":["400"]}, + "Pattaya": {"variants":["400"]}, + "Patua One": {"variants":["400"]}, + "Pavanam": {"variants":["400"]}, + "Paytone One": {"variants":["400"]}, + "Peddana": {"variants":["400"]}, + "Peralta": {"variants":["400"]}, + "Permanent Marker": {"variants":["400"]}, + "Petemoss": {"variants":["400"]}, + "Petit Formal Script": {"variants":["400"]}, + "Petrona": {"variants":["100","200","300","400","500","600","700","800","900","100i","200i","300i","400i","500i","600i","700i","800i","900i"],"axes":[{"tag":"wght","min":100,"max":900,"defaultValue":400}]}, + "Phetsarath": {"variants":["400","700"]}, + "Philosopher": {"variants":["400","400i","700","700i"]}, + "Phudu": {"variants":["300","400","500","600","700","800","900"],"axes":[{"tag":"wght","min":300,"max":900,"defaultValue":400}]}, + "Piazzolla": {"variants":["100","200","300","400","500","600","700","800","900","100i","200i","300i","400i","500i","600i","700i","800i","900i"],"axes":[{"tag":"wght","min":100,"max":900,"defaultValue":400},{"tag":"opsz","min":8,"max":30,"defaultValue":14}]}, + "Piedra": {"variants":["400"]}, + "Pinyon Script": {"variants":["400"]}, + "Pirata One": {"variants":["400"]}, + "Pixelify Sans": {"variants":["400","500","600","700"],"axes":[{"tag":"wght","min":400,"max":700,"defaultValue":400}]}, + "Plaster": {"variants":["400"]}, + "Platypi": {"variants":["300","400","500","600","700","800","300i","400i","500i","600i","700i","800i"],"axes":[{"tag":"wght","min":300,"max":800,"defaultValue":400}]}, + "Play": {"variants":["400","700"]}, + "Playball": {"variants":["400"]}, + "Playfair": {"variants":["300","400","500","600","700","800","900","300i","400i","500i","600i","700i","800i","900i"],"axes":[{"tag":"wdth","min":87.5,"max":112.5,"defaultValue":100},{"tag":"wght","min":300,"max":900,"defaultValue":400},{"tag":"opsz","min":5,"max":1200,"defaultValue":14}]}, + "Playfair Display": {"variants":["400","500","600","700","800","900","400i","500i","600i","700i","800i","900i"],"axes":[{"tag":"wght","min":400,"max":900,"defaultValue":400}]}, + "Playfair Display SC": {"variants":["400","400i","700","700i","900","900i"]}, + "Playpen Sans": {"variants":["100","200","300","400","500","600","700","800"],"axes":[{"tag":"wght","min":100,"max":800,"defaultValue":400}]}, + "Playpen Sans Arabic": {"variants":["100","200","300","400","500","600","700","800"],"axes":[{"tag":"wght","min":100,"max":800,"defaultValue":400}]}, + "Playpen Sans Deva": {"variants":["100","200","300","400","500","600","700","800"],"axes":[{"tag":"wght","min":100,"max":800,"defaultValue":400}]}, + "Playpen Sans Hebrew": {"variants":["100","200","300","400","500","600","700","800"],"axes":[{"tag":"wght","min":100,"max":800,"defaultValue":400}]}, + "Playpen Sans Thai": {"variants":["100","200","300","400","500","600","700","800"],"axes":[{"tag":"wght","min":100,"max":800,"defaultValue":400}]}, + "Playwrite AR": {"variants":["100","200","300","400"],"axes":[{"tag":"wght","min":100,"max":400,"defaultValue":400}]}, + "Playwrite AR Guides": {"variants":["400"]}, + "Playwrite AT": {"variants":["100","200","300","400","100i","200i","300i","400i"],"axes":[{"tag":"wght","min":100,"max":400,"defaultValue":400}]}, + "Playwrite AT Guides": {"variants":["400","400i"]}, + "Playwrite AU NSW": {"variants":["100","200","300","400"],"axes":[{"tag":"wght","min":100,"max":400,"defaultValue":400}]}, + "Playwrite AU NSW Guides": {"variants":["400"]}, + "Playwrite AU QLD": {"variants":["100","200","300","400"],"axes":[{"tag":"wght","min":100,"max":400,"defaultValue":400}]}, + "Playwrite AU QLD Guides": {"variants":["400"]}, + "Playwrite AU SA": {"variants":["100","200","300","400"],"axes":[{"tag":"wght","min":100,"max":400,"defaultValue":400}]}, + "Playwrite AU SA Guides": {"variants":["400"]}, + "Playwrite AU TAS": {"variants":["100","200","300","400"],"axes":[{"tag":"wght","min":100,"max":400,"defaultValue":400}]}, + "Playwrite AU TAS Guides": {"variants":["400"]}, + "Playwrite AU VIC": {"variants":["100","200","300","400"],"axes":[{"tag":"wght","min":100,"max":400,"defaultValue":400}]}, + "Playwrite AU VIC Guides": {"variants":["400"]}, + "Playwrite BE VLG": {"variants":["100","200","300","400"],"axes":[{"tag":"wght","min":100,"max":400,"defaultValue":400}]}, + "Playwrite BE VLG Guides": {"variants":["400"]}, + "Playwrite BE WAL": {"variants":["100","200","300","400"],"axes":[{"tag":"wght","min":100,"max":400,"defaultValue":400}]}, + "Playwrite BE WAL Guides": {"variants":["400"]}, + "Playwrite BR": {"variants":["100","200","300","400"],"axes":[{"tag":"wght","min":100,"max":400,"defaultValue":400}]}, + "Playwrite BR Guides": {"variants":["400"]}, + "Playwrite CA": {"variants":["100","200","300","400"],"axes":[{"tag":"wght","min":100,"max":400,"defaultValue":400}]}, + "Playwrite CA Guides": {"variants":["400"]}, + "Playwrite CL": {"variants":["100","200","300","400"],"axes":[{"tag":"wght","min":100,"max":400,"defaultValue":400}]}, + "Playwrite CL Guides": {"variants":["400"]}, + "Playwrite CO": {"variants":["100","200","300","400"],"axes":[{"tag":"wght","min":100,"max":400,"defaultValue":400}]}, + "Playwrite CO Guides": {"variants":["400"]}, + "Playwrite CU": {"variants":["100","200","300","400"],"axes":[{"tag":"wght","min":100,"max":400,"defaultValue":400}]}, + "Playwrite CU Guides": {"variants":["400"]}, + "Playwrite CZ": {"variants":["100","200","300","400"],"axes":[{"tag":"wght","min":100,"max":400,"defaultValue":400}]}, + "Playwrite CZ Guides": {"variants":["400"]}, + "Playwrite DE Grund": {"variants":["100","200","300","400"],"axes":[{"tag":"wght","min":100,"max":400,"defaultValue":400}]}, + "Playwrite DE Grund Guides": {"variants":["400"]}, + "Playwrite DE LA": {"variants":["100","200","300","400"],"axes":[{"tag":"wght","min":100,"max":400,"defaultValue":400}]}, + "Playwrite DE LA Guides": {"variants":["400"]}, + "Playwrite DE SAS": {"variants":["100","200","300","400"],"axes":[{"tag":"wght","min":100,"max":400,"defaultValue":400}]}, + "Playwrite DE SAS Guides": {"variants":["400"]}, + "Playwrite DE VA": {"variants":["100","200","300","400"],"axes":[{"tag":"wght","min":100,"max":400,"defaultValue":400}]}, + "Playwrite DE VA Guides": {"variants":["400"]}, + "Playwrite DK Loopet": {"variants":["100","200","300","400"],"axes":[{"tag":"wght","min":100,"max":400,"defaultValue":400}]}, + "Playwrite DK Loopet Guides": {"variants":["400"]}, + "Playwrite DK Uloopet": {"variants":["100","200","300","400"],"axes":[{"tag":"wght","min":100,"max":400,"defaultValue":400}]}, + "Playwrite DK Uloopet Guides": {"variants":["400"]}, + "Playwrite ES": {"variants":["100","200","300","400"],"axes":[{"tag":"wght","min":100,"max":400,"defaultValue":400}]}, + "Playwrite ES Deco": {"variants":["100","200","300","400"],"axes":[{"tag":"wght","min":100,"max":400,"defaultValue":400}]}, + "Playwrite ES Deco Guides": {"variants":["400"]}, + "Playwrite ES Guides": {"variants":["400"]}, + "Playwrite FR Moderne": {"variants":["100","200","300","400"],"axes":[{"tag":"wght","min":100,"max":400,"defaultValue":400}]}, + "Playwrite FR Moderne Guides": {"variants":["400"]}, + "Playwrite FR Trad": {"variants":["100","200","300","400"],"axes":[{"tag":"wght","min":100,"max":400,"defaultValue":400}]}, + "Playwrite FR Trad Guides": {"variants":["400"]}, + "Playwrite GB J": {"variants":["100","200","300","400","100i","200i","300i","400i"],"axes":[{"tag":"wght","min":100,"max":400,"defaultValue":400}]}, + "Playwrite GB J Guides": {"variants":["400","400i"]}, + "Playwrite GB S": {"variants":["100","200","300","400","100i","200i","300i","400i"],"axes":[{"tag":"wght","min":100,"max":400,"defaultValue":400}]}, + "Playwrite GB S Guides": {"variants":["400","400i"]}, + "Playwrite HR": {"variants":["100","200","300","400"],"axes":[{"tag":"wght","min":100,"max":400,"defaultValue":400}]}, + "Playwrite HR Guides": {"variants":["400"]}, + "Playwrite HR Lijeva": {"variants":["100","200","300","400"],"axes":[{"tag":"wght","min":100,"max":400,"defaultValue":400}]}, + "Playwrite HR Lijeva Guides": {"variants":["400"]}, + "Playwrite HU": {"variants":["100","200","300","400"],"axes":[{"tag":"wght","min":100,"max":400,"defaultValue":400}]}, + "Playwrite HU Guides": {"variants":["400"]}, + "Playwrite ID": {"variants":["100","200","300","400"],"axes":[{"tag":"wght","min":100,"max":400,"defaultValue":400}]}, + "Playwrite ID Guides": {"variants":["400"]}, + "Playwrite IE": {"variants":["100","200","300","400"],"axes":[{"tag":"wght","min":100,"max":400,"defaultValue":400}]}, + "Playwrite IE Guides": {"variants":["400"]}, + "Playwrite IN": {"variants":["100","200","300","400"],"axes":[{"tag":"wght","min":100,"max":400,"defaultValue":400}]}, + "Playwrite IN Guides": {"variants":["400"]}, + "Playwrite IS": {"variants":["100","200","300","400"],"axes":[{"tag":"wght","min":100,"max":400,"defaultValue":400}]}, + "Playwrite IS Guides": {"variants":["400"]}, + "Playwrite IT Moderna": {"variants":["100","200","300","400"],"axes":[{"tag":"wght","min":100,"max":400,"defaultValue":400}]}, + "Playwrite IT Moderna Guides": {"variants":["400"]}, + "Playwrite IT Trad": {"variants":["100","200","300","400"],"axes":[{"tag":"wght","min":100,"max":400,"defaultValue":400}]}, + "Playwrite IT Trad Guides": {"variants":["400"]}, + "Playwrite MX": {"variants":["100","200","300","400"],"axes":[{"tag":"wght","min":100,"max":400,"defaultValue":400}]}, + "Playwrite MX Guides": {"variants":["400"]}, + "Playwrite NG Modern": {"variants":["100","200","300","400"],"axes":[{"tag":"wght","min":100,"max":400,"defaultValue":400}]}, + "Playwrite NG Modern Guides": {"variants":["400"]}, + "Playwrite NL": {"variants":["100","200","300","400"],"axes":[{"tag":"wght","min":100,"max":400,"defaultValue":400}]}, + "Playwrite NL Guides": {"variants":["400"]}, + "Playwrite NO": {"variants":["100","200","300","400"],"axes":[{"tag":"wght","min":100,"max":400,"defaultValue":400}]}, + "Playwrite NO Guides": {"variants":["400"]}, + "Playwrite NZ": {"variants":["100","200","300","400"],"axes":[{"tag":"wght","min":100,"max":400,"defaultValue":400}]}, + "Playwrite NZ Guides": {"variants":["400"]}, + "Playwrite PE": {"variants":["100","200","300","400"],"axes":[{"tag":"wght","min":100,"max":400,"defaultValue":400}]}, + "Playwrite PE Guides": {"variants":["400"]}, + "Playwrite PL": {"variants":["100","200","300","400"],"axes":[{"tag":"wght","min":100,"max":400,"defaultValue":400}]}, + "Playwrite PL Guides": {"variants":["400"]}, + "Playwrite PT": {"variants":["100","200","300","400"],"axes":[{"tag":"wght","min":100,"max":400,"defaultValue":400}]}, + "Playwrite PT Guides": {"variants":["400"]}, + "Playwrite RO": {"variants":["100","200","300","400"],"axes":[{"tag":"wght","min":100,"max":400,"defaultValue":400}]}, + "Playwrite RO Guides": {"variants":["400"]}, + "Playwrite SK": {"variants":["100","200","300","400"],"axes":[{"tag":"wght","min":100,"max":400,"defaultValue":400}]}, + "Playwrite SK Guides": {"variants":["400"]}, + "Playwrite TZ": {"variants":["100","200","300","400"],"axes":[{"tag":"wght","min":100,"max":400,"defaultValue":400}]}, + "Playwrite TZ Guides": {"variants":["400"]}, + "Playwrite US Modern": {"variants":["100","200","300","400"],"axes":[{"tag":"wght","min":100,"max":400,"defaultValue":400}]}, + "Playwrite US Modern Guides": {"variants":["400"]}, + "Playwrite US Trad": {"variants":["100","200","300","400"],"axes":[{"tag":"wght","min":100,"max":400,"defaultValue":400}]}, + "Playwrite US Trad Guides": {"variants":["400"]}, + "Playwrite VN": {"variants":["100","200","300","400"],"axes":[{"tag":"wght","min":100,"max":400,"defaultValue":400}]}, + "Playwrite VN Guides": {"variants":["400"]}, + "Playwrite ZA": {"variants":["100","200","300","400"],"axes":[{"tag":"wght","min":100,"max":400,"defaultValue":400}]}, + "Playwrite ZA Guides": {"variants":["400"]}, + "Plus Jakarta Sans": {"variants":["200","300","400","500","600","700","800","200i","300i","400i","500i","600i","700i","800i"],"axes":[{"tag":"wght","min":200,"max":800,"defaultValue":400}]}, + "Pochaevsk": {"variants":["400"]}, + "Podkova": {"variants":["400","500","600","700","800"],"axes":[{"tag":"wght","min":400,"max":800,"defaultValue":400}]}, + "Poetsen One": {"variants":["400"]}, + "Poiret One": {"variants":["400"]}, + "Poller One": {"variants":["400"]}, + "Poltawski Nowy": {"variants":["400","500","600","700","400i","500i","600i","700i"],"axes":[{"tag":"wght","min":400,"max":700,"defaultValue":400}]}, + "Poly": {"variants":["400","400i"]}, + "Pompiere": {"variants":["400"]}, + "Ponnala": {"variants":["400"]}, + "Ponomar": {"variants":["400"]}, + "Pontano Sans": {"variants":["300","400","500","600","700"],"axes":[{"tag":"wght","min":300,"max":700,"defaultValue":400}]}, + "Poor Story": {"variants":["400"]}, + "Poppins": {"variants":["100","100i","200","200i","300","300i","400","400i","500","500i","600","600i","700","700i","800","800i","900","900i"]}, + "Port Lligat Sans": {"variants":["400"]}, + "Port Lligat Slab": {"variants":["400"]}, + "Potta One": {"variants":["400"]}, + "Pragati Narrow": {"variants":["400","700"]}, + "Praise": {"variants":["400"]}, + "Prata": {"variants":["400"]}, + "Preahvihear": {"variants":["400"]}, + "Press Start 2P": {"variants":["400"]}, + "Pridi": {"variants":["200","300","400","500","600","700"]}, + "Princess Sofia": {"variants":["400"]}, + "Prociono": {"variants":["400"]}, + "Prompt": {"variants":["100","100i","200","200i","300","300i","400","400i","500","500i","600","600i","700","700i","800","800i","900","900i"]}, + "Prosto One": {"variants":["400"]}, + "Protest Guerrilla": {"variants":["400"]}, + "Protest Revolution": {"variants":["400"]}, + "Protest Riot": {"variants":["400"]}, + "Protest Strike": {"variants":["400"]}, + "Proza Libre": {"variants":["400","400i","500","500i","600","600i","700","700i","800","800i"]}, + "PT Mono": {"variants":["400"]}, + "PT Sans": {"variants":["400","400i","700","700i"]}, + "PT Sans Caption": {"variants":["400","700"]}, + "PT Sans Narrow": {"variants":["400","700"]}, + "PT Serif": {"variants":["400","400i","700","700i"]}, + "PT Serif Caption": {"variants":["400","400i"]}, + "Public Sans": {"variants":["100","200","300","400","500","600","700","800","900","100i","200i","300i","400i","500i","600i","700i","800i","900i"],"axes":[{"tag":"wght","min":100,"max":900,"defaultValue":400}]}, + "Puppies Play": {"variants":["400"]}, + "Puritan": {"variants":["400","400i","700","700i"]}, + "Purple Purse": {"variants":["400"]}, + "Qahiri": {"variants":["400"]}, + "Quando": {"variants":["400"]}, + "Quantico": {"variants":["400","400i","700","700i"]}, + "Quattrocento": {"variants":["400","700"]}, + "Quattrocento Sans": {"variants":["400","400i","700","700i"]}, + "Questrial": {"variants":["400"]}, + "Quicksand": {"variants":["300","400","500","600","700"],"axes":[{"tag":"wght","min":300,"max":700,"defaultValue":400}]}, + "Quintessential": {"variants":["400"]}, + "Qwigley": {"variants":["400"]}, + "Qwitcher Grypen": {"variants":["400","700"]}, + "Racing Sans One": {"variants":["400"]}, + "Radio Canada": {"variants":["300","400","500","600","700","300i","400i","500i","600i","700i"],"axes":[{"tag":"wdth","min":75,"max":100,"defaultValue":100},{"tag":"wght","min":300,"max":700,"defaultValue":400}]}, + "Radio Canada Big": {"variants":["400","500","600","700","400i","500i","600i","700i"],"axes":[{"tag":"wght","min":400,"max":700,"defaultValue":400}]}, + "Radley": {"variants":["400","400i"]}, + "Rajdhani": {"variants":["300","400","500","600","700"]}, + "Rakkas": {"variants":["400"]}, + "Raleway": {"variants":["100","200","300","400","500","600","700","800","900","100i","200i","300i","400i","500i","600i","700i","800i","900i"],"axes":[{"tag":"wght","min":100,"max":900,"defaultValue":400}]}, + "Raleway Dots": {"variants":["400"]}, + "Ramabhadra": {"variants":["400"]}, + "Ramaraja": {"variants":["400"]}, + "Rambla": {"variants":["400","400i","700","700i"]}, + "Rammetto One": {"variants":["400"]}, + "Rampart One": {"variants":["400"]}, + "Ranchers": {"variants":["400"]}, + "Rancho": {"variants":["400"]}, + "Ranga": {"variants":["400","700"]}, + "Rasa": {"variants":["300","400","500","600","700","300i","400i","500i","600i","700i"],"axes":[{"tag":"wght","min":300,"max":700,"defaultValue":400}]}, + "Rationale": {"variants":["400"]}, + "Ravi Prakash": {"variants":["400"]}, + "Readex Pro": {"variants":["200","300","400","500","600","700"],"axes":[{"tag":"wght","min":160,"max":700,"defaultValue":400},{"tag":"HEXP","min":0,"max":100,"defaultValue":0}]}, + "Recursive": {"variants":["300","400","500","600","700","800","900"],"axes":[{"tag":"wght","min":300,"max":1000,"defaultValue":400},{"tag":"slnt","min":-15,"max":0,"defaultValue":0},{"tag":"CASL","min":0,"max":1,"defaultValue":0},{"tag":"CRSV","min":0,"max":1,"defaultValue":0.5},{"tag":"MONO","min":0,"max":1,"defaultValue":0}]}, + "Red Hat Display": {"variants":["300","400","500","600","700","800","900","300i","400i","500i","600i","700i","800i","900i"],"axes":[{"tag":"wght","min":300,"max":900,"defaultValue":400}]}, + "Red Hat Mono": {"variants":["300","400","500","600","700","300i","400i","500i","600i","700i"],"axes":[{"tag":"wght","min":300,"max":700,"defaultValue":400}]}, + "Red Hat Text": {"variants":["300","400","500","600","700","300i","400i","500i","600i","700i"],"axes":[{"tag":"wght","min":300,"max":700,"defaultValue":400}]}, + "Red Rose": {"variants":["300","400","500","600","700"],"axes":[{"tag":"wght","min":300,"max":700,"defaultValue":400}]}, + "Redacted": {"variants":["400"]}, + "Redacted Script": {"variants":["300","400","700"]}, + "Reddit Mono": {"variants":["200","300","400","500","600","700","800","900"],"axes":[{"tag":"wght","min":200,"max":900,"defaultValue":400}]}, + "Reddit Sans": {"variants":["200","300","400","500","600","700","800","900","200i","300i","400i","500i","600i","700i","800i","900i"],"axes":[{"tag":"wght","min":200,"max":900,"defaultValue":400}]}, + "Reddit Sans Condensed": {"variants":["200","300","400","500","600","700","800","900"],"axes":[{"tag":"wght","min":200,"max":900,"defaultValue":400}]}, + "Redressed": {"variants":["400"]}, + "Reem Kufi": {"variants":["400","500","600","700"],"axes":[{"tag":"wght","min":400,"max":700,"defaultValue":400}]}, + "Reem Kufi Fun": {"variants":["400","500","600","700"],"axes":[{"tag":"wght","min":400,"max":700,"defaultValue":400}]}, + "Reem Kufi Ink": {"variants":["400"]}, + "Reenie Beanie": {"variants":["400"]}, + "Reggae One": {"variants":["400"]}, + "REM": {"variants":["100","200","300","400","500","600","700","800","900","100i","200i","300i","400i","500i","600i","700i","800i","900i"],"axes":[{"tag":"wght","min":100,"max":900,"defaultValue":400}]}, + "Rethink Sans": {"variants":["400","500","600","700","800","400i","500i","600i","700i","800i"],"axes":[{"tag":"wght","min":400,"max":800,"defaultValue":400}]}, + "Revalia": {"variants":["400"]}, + "Rhodium Libre": {"variants":["400"]}, + "Ribeye": {"variants":["400"]}, + "Ribeye Marrow": {"variants":["400"]}, + "Righteous": {"variants":["400"]}, + "Risque": {"variants":["400"]}, + "Road Rage": {"variants":["400"]}, + "Roboto": {"variants":["100","200","300","400","500","600","700","800","900","100i","200i","300i","400i","500i","600i","700i","800i","900i"],"axes":[{"tag":"wdth","min":75,"max":100,"defaultValue":100},{"tag":"wght","min":100,"max":900,"defaultValue":400}]}, + "Roboto Condensed": {"variants":["100","200","300","400","500","600","700","800","900","100i","200i","300i","400i","500i","600i","700i","800i","900i"],"axes":[{"tag":"wght","min":100,"max":900,"defaultValue":400}]}, + "Roboto Flex": {"variants":["400"],"axes":[{"tag":"wdth","min":25,"max":151,"defaultValue":100},{"tag":"wght","min":100,"max":1000,"defaultValue":400},{"tag":"slnt","min":-10,"max":0,"defaultValue":0},{"tag":"opsz","min":8,"max":144,"defaultValue":14},{"tag":"GRAD","min":-200,"max":150,"defaultValue":0},{"tag":"XOPQ","min":27,"max":175,"defaultValue":96},{"tag":"XTRA","min":323,"max":603,"defaultValue":468},{"tag":"YOPQ","min":25,"max":135,"defaultValue":79},{"tag":"YTAS","min":649,"max":854,"defaultValue":750},{"tag":"YTDE","min":-305,"max":-98,"defaultValue":-203},{"tag":"YTFI","min":560,"max":788,"defaultValue":738},{"tag":"YTLC","min":416,"max":570,"defaultValue":514},{"tag":"YTUC","min":528,"max":760,"defaultValue":712}]}, + "Roboto Mono": {"variants":["100","200","300","400","500","600","700","100i","200i","300i","400i","500i","600i","700i"],"axes":[{"tag":"wght","min":100,"max":700,"defaultValue":400}]}, + "Roboto Serif": {"variants":["100","200","300","400","500","600","700","800","900","100i","200i","300i","400i","500i","600i","700i","800i","900i"],"axes":[{"tag":"wdth","min":50,"max":150,"defaultValue":100},{"tag":"wght","min":100,"max":900,"defaultValue":400},{"tag":"opsz","min":8,"max":144,"defaultValue":14},{"tag":"GRAD","min":-50,"max":100,"defaultValue":0}]}, + "Roboto Slab": {"variants":["100","200","300","400","500","600","700","800","900"],"axes":[{"tag":"wght","min":100,"max":900,"defaultValue":400}]}, + "Rochester": {"variants":["400"]}, + "Rock 3D": {"variants":["400"]}, + "Rock Salt": {"variants":["400"]}, + "RocknRoll One": {"variants":["400"]}, + "Rokkitt": {"variants":["100","200","300","400","500","600","700","800","900","100i","200i","300i","400i","500i","600i","700i","800i","900i"],"axes":[{"tag":"wght","min":100,"max":900,"defaultValue":400}]}, + "Romanesco": {"variants":["400"]}, + "Ropa Sans": {"variants":["400","400i"]}, + "Rosario": {"variants":["300","400","500","600","700","300i","400i","500i","600i","700i"],"axes":[{"tag":"wght","min":300,"max":700,"defaultValue":400}]}, + "Rosarivo": {"variants":["400","400i"]}, + "Rouge Script": {"variants":["400"]}, + "Rowdies": {"variants":["300","400","700"]}, + "Rozha One": {"variants":["400"]}, + "Rubik": {"variants":["300","400","500","600","700","800","900","300i","400i","500i","600i","700i","800i","900i"],"axes":[{"tag":"wght","min":300,"max":900,"defaultValue":400}]}, + "Rubik 80s Fade": {"variants":["400"]}, + "Rubik Beastly": {"variants":["400"]}, + "Rubik Broken Fax": {"variants":["400"]}, + "Rubik Bubbles": {"variants":["400"]}, + "Rubik Burned": {"variants":["400"]}, + "Rubik Dirt": {"variants":["400"]}, + "Rubik Distressed": {"variants":["400"]}, + "Rubik Doodle Shadow": {"variants":["400"]}, + "Rubik Doodle Triangles": {"variants":["400"]}, + "Rubik Gemstones": {"variants":["400"]}, + "Rubik Glitch": {"variants":["400"]}, + "Rubik Glitch Pop": {"variants":["400"]}, + "Rubik Iso": {"variants":["400"]}, + "Rubik Lines": {"variants":["400"]}, + "Rubik Maps": {"variants":["400"]}, + "Rubik Marker Hatch": {"variants":["400"]}, + "Rubik Maze": {"variants":["400"]}, + "Rubik Microbe": {"variants":["400"]}, + "Rubik Mono One": {"variants":["400"]}, + "Rubik Moonrocks": {"variants":["400"]}, + "Rubik Pixels": {"variants":["400"]}, + "Rubik Puddles": {"variants":["400"]}, + "Rubik Scribble": {"variants":["400"]}, + "Rubik Spray Paint": {"variants":["400"]}, + "Rubik Storm": {"variants":["400"]}, + "Rubik Vinyl": {"variants":["400"]}, + "Rubik Wet Paint": {"variants":["400"]}, + "Ruda": {"variants":["400","500","600","700","800","900"],"axes":[{"tag":"wght","min":400,"max":900,"defaultValue":400}]}, + "Rufina": {"variants":["400","700"]}, + "Ruge Boogie": {"variants":["400"]}, + "Ruluko": {"variants":["400"]}, + "Rum Raisin": {"variants":["400"]}, + "Ruslan Display": {"variants":["400"]}, + "Russo One": {"variants":["400"]}, + "Ruthie": {"variants":["400"]}, + "Ruwudu": {"variants":["400","500","600","700"]}, + "Rye": {"variants":["400"]}, + "Sacramento": {"variants":["400"]}, + "Sahitya": {"variants":["400","700"]}, + "Sail": {"variants":["400"]}, + "Saira": {"variants":["100","200","300","400","500","600","700","800","900","100i","200i","300i","400i","500i","600i","700i","800i","900i"],"axes":[{"tag":"wdth","min":50,"max":125,"defaultValue":100},{"tag":"wght","min":100,"max":900,"defaultValue":400}]}, + "Saira Condensed": {"variants":["100","200","300","400","500","600","700","800","900"]}, + "Saira Extra Condensed": {"variants":["100","200","300","400","500","600","700","800","900"]}, + "Saira Semi Condensed": {"variants":["100","200","300","400","500","600","700","800","900"]}, + "Saira Stencil One": {"variants":["400"]}, + "Salsa": {"variants":["400"]}, + "Sanchez": {"variants":["400","400i"]}, + "Sancreek": {"variants":["400"]}, + "Sankofa Display": {"variants":["400"]}, + "Sansation": {"variants":["300","300i","400","400i","700","700i"]}, + "Sansita": {"variants":["400","400i","700","700i","800","800i","900","900i"]}, + "Sansita Swashed": {"variants":["300","400","500","600","700","800","900"],"axes":[{"tag":"wght","min":300,"max":900,"defaultValue":400}]}, + "Sarabun": {"variants":["100","100i","200","200i","300","300i","400","400i","500","500i","600","600i","700","700i","800","800i"]}, + "Sarala": {"variants":["400","700"]}, + "Sarina": {"variants":["400"]}, + "Sarpanch": {"variants":["400","500","600","700","800","900"]}, + "Sassy Frass": {"variants":["400"]}, + "Satisfy": {"variants":["400"]}, + "Savate": {"variants":["200","300","400","500","600","700","800","900","200i","300i","400i","500i","600i","700i","800i","900i"],"axes":[{"tag":"wght","min":200,"max":900,"defaultValue":400}]}, + "Sawarabi Gothic": {"variants":["400"]}, + "Sawarabi Mincho": {"variants":["400"]}, + "Scada": {"variants":["400","400i","700","700i"]}, + "Scheherazade New": {"variants":["400","500","600","700"]}, + "Schibsted Grotesk": {"variants":["400","500","600","700","800","900","400i","500i","600i","700i","800i","900i"],"axes":[{"tag":"wght","min":400,"max":900,"defaultValue":400}]}, + "Schoolbell": {"variants":["400"]}, + "Scope One": {"variants":["400"]}, + "Seaweed Script": {"variants":["400"]}, + "Secular One": {"variants":["400"]}, + "Sedan": {"variants":["400","400i"]}, + "Sedan SC": {"variants":["400"]}, + "Sedgwick Ave": {"variants":["400"]}, + "Sedgwick Ave Display": {"variants":["400"]}, + "Sen": {"variants":["400","500","600","700","800"],"axes":[{"tag":"wght","min":400,"max":800,"defaultValue":400}]}, + "Send Flowers": {"variants":["400"]}, + "Sevillana": {"variants":["400"]}, + "Seymour One": {"variants":["400"]}, + "Shadows Into Light": {"variants":["400"]}, + "Shadows Into Light Two": {"variants":["400"]}, + "Shafarik": {"variants":["400"]}, + "Shalimar": {"variants":["400"]}, + "Shantell Sans": {"variants":["300","400","500","600","700","800","300i","400i","500i","600i","700i","800i"],"axes":[{"tag":"wght","min":300,"max":800,"defaultValue":400},{"tag":"BNCE","min":-100,"max":100,"defaultValue":0},{"tag":"INFM","min":0,"max":100,"defaultValue":0},{"tag":"SPAC","min":0,"max":100,"defaultValue":0}]}, + "Shanti": {"variants":["400"]}, + "Share": {"variants":["400","400i","700","700i"]}, + "Share Tech": {"variants":["400"]}, + "Share Tech Mono": {"variants":["400"]}, + "Shippori Antique": {"variants":["400"]}, + "Shippori Antique B1": {"variants":["400"]}, + "Shippori Mincho": {"variants":["400","500","600","700","800"]}, + "Shippori Mincho B1": {"variants":["400","500","600","700","800"]}, + "Shizuru": {"variants":["400"]}, + "Shojumaru": {"variants":["400"]}, + "Short Stack": {"variants":["400"]}, + "Shrikhand": {"variants":["400"]}, + "Siemreap": {"variants":["400"]}, + "Sigmar": {"variants":["400"]}, + "Sigmar One": {"variants":["400"]}, + "Signika": {"variants":["300","400","500","600","700"],"axes":[{"tag":"wght","min":300,"max":700,"defaultValue":400},{"tag":"GRAD","min":-30,"max":0,"defaultValue":0}]}, + "Signika Negative": {"variants":["300","400","500","600","700"],"axes":[{"tag":"wght","min":300,"max":700,"defaultValue":400}]}, + "Silkscreen": {"variants":["400","700"]}, + "Simonetta": {"variants":["400","400i","900","900i"]}, + "Single Day": {"variants":["400"]}, + "Sintony": {"variants":["400","700"]}, + "Sirin Stencil": {"variants":["400"]}, + "Sirivennela": {"variants":["400"]}, + "Six Caps": {"variants":["400"]}, + "Sixtyfour": {"variants":["400"],"axes":[{"tag":"BLED","min":0,"max":100,"defaultValue":0},{"tag":"SCAN","min":-53,"max":100,"defaultValue":0}]}, + "Sixtyfour Convergence": {"variants":["400"],"axes":[{"tag":"BLED","min":0,"max":100,"defaultValue":0},{"tag":"SCAN","min":-53,"max":100,"defaultValue":0},{"tag":"XELA","min":-100,"max":100,"defaultValue":0},{"tag":"YELA","min":-100,"max":100,"defaultValue":0}]}, + "Skranji": {"variants":["400","700"]}, + "Slabo 13px": {"variants":["400"]}, + "Slabo 27px": {"variants":["400"]}, + "Slackey": {"variants":["400"]}, + "Slackside One": {"variants":["400"]}, + "Smokum": {"variants":["400"]}, + "Smooch": {"variants":["400"]}, + "Smooch Sans": {"variants":["100","200","300","400","500","600","700","800","900"],"axes":[{"tag":"wght","min":100,"max":900,"defaultValue":400}]}, + "Smythe": {"variants":["400"]}, + "Sniglet": {"variants":["400","800"]}, + "Snippet": {"variants":["400"]}, + "Snowburst One": {"variants":["400"]}, + "Sofadi One": {"variants":["400"]}, + "Sofia": {"variants":["400"]}, + "Sofia Sans": {"variants":["100","200","300","400","500","600","700","800","900","100i","200i","300i","400i","500i","600i","700i","800i","900i"],"axes":[{"tag":"wght","min":1,"max":1000,"defaultValue":400}]}, + "Sofia Sans Condensed": {"variants":["100","200","300","400","500","600","700","800","900","100i","200i","300i","400i","500i","600i","700i","800i","900i"],"axes":[{"tag":"wght","min":1,"max":1000,"defaultValue":400}]}, + "Sofia Sans Extra Condensed": {"variants":["100","200","300","400","500","600","700","800","900","100i","200i","300i","400i","500i","600i","700i","800i","900i"],"axes":[{"tag":"wght","min":1,"max":1000,"defaultValue":400}]}, + "Sofia Sans Semi Condensed": {"variants":["100","200","300","400","500","600","700","800","900","100i","200i","300i","400i","500i","600i","700i","800i","900i"],"axes":[{"tag":"wght","min":1,"max":1000,"defaultValue":400}]}, + "Solitreo": {"variants":["400"]}, + "Solway": {"variants":["300","400","500","700","800"]}, + "Sometype Mono": {"variants":["400","500","600","700","400i","500i","600i","700i"],"axes":[{"tag":"wght","min":400,"max":700,"defaultValue":400}]}, + "Song Myung": {"variants":["400"]}, + "Sono": {"variants":["200","300","400","500","600","700","800"],"axes":[{"tag":"wght","min":200,"max":800,"defaultValue":400},{"tag":"MONO","min":0,"max":1,"defaultValue":1}]}, + "Sonsie One": {"variants":["400"]}, + "Sora": {"variants":["100","200","300","400","500","600","700","800"],"axes":[{"tag":"wght","min":100,"max":800,"defaultValue":400}]}, + "Sorts Mill Goudy": {"variants":["400","400i"]}, + "Sour Gummy": {"variants":["100","200","300","400","500","600","700","800","900","100i","200i","300i","400i","500i","600i","700i","800i","900i"],"axes":[{"tag":"wdth","min":100,"max":125,"defaultValue":100},{"tag":"wght","min":100,"max":900,"defaultValue":400}]}, + "Source Code Pro": {"variants":["200","300","400","500","600","700","800","900","200i","300i","400i","500i","600i","700i","800i","900i"],"axes":[{"tag":"wght","min":200,"max":900,"defaultValue":400}]}, + "Source Sans 3": {"variants":["200","300","400","500","600","700","800","900","200i","300i","400i","500i","600i","700i","800i","900i"],"axes":[{"tag":"wght","min":200,"max":900,"defaultValue":400}]}, + "Source Serif 4": {"variants":["200","300","400","500","600","700","800","900","200i","300i","400i","500i","600i","700i","800i","900i"],"axes":[{"tag":"wght","min":200,"max":900,"defaultValue":400},{"tag":"opsz","min":8,"max":60,"defaultValue":14}]}, + "Space Grotesk": {"variants":["300","400","500","600","700"],"axes":[{"tag":"wght","min":300,"max":700,"defaultValue":400}]}, + "Space Mono": {"variants":["400","400i","700","700i"]}, + "Special Elite": {"variants":["400"]}, + "Special Gothic": {"variants":["400","500","600","700"],"axes":[{"tag":"wdth","min":75,"max":125,"defaultValue":100},{"tag":"wght","min":400,"max":700,"defaultValue":400}]}, + "Special Gothic Condensed One": {"variants":["400"]}, + "Special Gothic Expanded One": {"variants":["400"]}, + "Spectral": {"variants":["200","200i","300","300i","400","400i","500","500i","600","600i","700","700i","800","800i"]}, + "Spectral SC": {"variants":["200","200i","300","300i","400","400i","500","500i","600","600i","700","700i","800","800i"]}, + "Spicy Rice": {"variants":["400"]}, + "Spinnaker": {"variants":["400"]}, + "Spirax": {"variants":["400"]}, + "Splash": {"variants":["400"]}, + "Spline Sans": {"variants":["300","400","500","600","700"],"axes":[{"tag":"wght","min":300,"max":700,"defaultValue":400}]}, + "Spline Sans Mono": {"variants":["300","400","500","600","700","300i","400i","500i","600i","700i"],"axes":[{"tag":"wght","min":300,"max":700,"defaultValue":400}]}, + "Squada One": {"variants":["400"]}, + "Square Peg": {"variants":["400"]}, + "Sree Krushnadevaraya": {"variants":["400"]}, + "Sriracha": {"variants":["400"]}, + "Srisakdi": {"variants":["400","700"]}, + "Staatliches": {"variants":["400"]}, + "Stack Sans Headline": {"variants":["200","300","400","500","600","700"],"axes":[{"tag":"wght","min":200,"max":700,"defaultValue":400}]}, + "Stack Sans Notch": {"variants":["200","300","400","500","600","700"],"axes":[{"tag":"wght","min":200,"max":700,"defaultValue":400}]}, + "Stack Sans Text": {"variants":["200","300","400","500","600","700"],"axes":[{"tag":"wght","min":200,"max":700,"defaultValue":400}]}, + "Stalemate": {"variants":["400"]}, + "Stalinist One": {"variants":["400"]}, + "Stardos Stencil": {"variants":["400","700"]}, + "Stick": {"variants":["400"]}, + "Stick No Bills": {"variants":["200","300","400","500","600","700","800"],"axes":[{"tag":"wght","min":200,"max":800,"defaultValue":400}]}, + "Stint Ultra Condensed": {"variants":["400"]}, + "Stint Ultra Expanded": {"variants":["400"]}, + "STIX Two Text": {"variants":["400","500","600","700","400i","500i","600i","700i"],"axes":[{"tag":"wght","min":400,"max":700,"defaultValue":400}]}, + "Stoke": {"variants":["300","400"]}, + "Story Script": {"variants":["400"]}, + "Strait": {"variants":["400"]}, + "Style Script": {"variants":["400"]}, + "Stylish": {"variants":["400"]}, + "Sue Ellen Francisco": {"variants":["400"]}, + "Suez One": {"variants":["400"]}, + "Sulphur Point": {"variants":["300","400","700"]}, + "Sumana": {"variants":["400","700"]}, + "Sunflower": {"variants":["300","500","700"]}, + "Sunshiney": {"variants":["400"]}, + "Supermercado One": {"variants":["400"]}, + "Sura": {"variants":["400","700"]}, + "Suranna": {"variants":["400"]}, + "Suravaram": {"variants":["400"]}, + "SUSE": {"variants":["100","200","300","400","500","600","700","800","900","100i","200i","300i","400i","500i","600i","700i","800i","900i"],"axes":[{"tag":"wght","min":100,"max":900,"defaultValue":400}]}, + "SUSE Mono": {"variants":["100","200","300","400","500","600","700","800","100i","200i","300i","400i","500i","600i","700i","800i"],"axes":[{"tag":"wght","min":100,"max":800,"defaultValue":400}]}, + "Suwannaphum": {"variants":["100","300","400","700","900"]}, + "Swanky and Moo Moo": {"variants":["400"]}, + "Syncopate": {"variants":["400","700"]}, + "Syne": {"variants":["400","500","600","700","800"],"axes":[{"tag":"wght","min":400,"max":800,"defaultValue":400}]}, + "Syne Mono": {"variants":["400"]}, + "Syne Tactile": {"variants":["400"]}, + "Tac One": {"variants":["400"]}, + "Tagesschrift": {"variants":["400"]}, + "Tai Heritage Pro": {"variants":["400","700"]}, + "Tajawal": {"variants":["200","300","400","500","700","800","900"]}, + "Tangerine": {"variants":["400","700"]}, + "Tapestry": {"variants":["400"]}, + "Taprom": {"variants":["400"]}, + "TASA Explorer": {"variants":["400","500","600","700","800"],"axes":[{"tag":"wght","min":400,"max":800,"defaultValue":400}]}, + "TASA Orbiter": {"variants":["400","500","600","700","800"],"axes":[{"tag":"wght","min":400,"max":800,"defaultValue":400}]}, + "Tauri": {"variants":["400"]}, + "Taviraj": {"variants":["100","100i","200","200i","300","300i","400","400i","500","500i","600","600i","700","700i","800","800i","900","900i"]}, + "Teachers": {"variants":["400","500","600","700","800","400i","500i","600i","700i","800i"],"axes":[{"tag":"wght","min":400,"max":800,"defaultValue":400}]}, + "Teko": {"variants":["300","400","500","600","700"],"axes":[{"tag":"wght","min":300,"max":700,"defaultValue":400}]}, + "Tektur": {"variants":["400","500","600","700","800","900"],"axes":[{"tag":"wdth","min":75,"max":100,"defaultValue":100},{"tag":"wght","min":400,"max":900,"defaultValue":400}]}, + "Telex": {"variants":["400"]}, + "Tenali Ramakrishna": {"variants":["400"]}, + "Tenor Sans": {"variants":["400"]}, + "Text Me One": {"variants":["400"]}, + "Texturina": {"variants":["100","200","300","400","500","600","700","800","900","100i","200i","300i","400i","500i","600i","700i","800i","900i"],"axes":[{"tag":"wght","min":100,"max":900,"defaultValue":400},{"tag":"opsz","min":12,"max":72,"defaultValue":12}]}, + "Thasadith": {"variants":["400","400i","700","700i"]}, + "The Girl Next Door": {"variants":["400"]}, + "The Nautigal": {"variants":["400","700"]}, + "Tienne": {"variants":["400","700","900"]}, + "TikTok Sans": {"variants":["300","400","500","600","700","800","900"],"axes":[{"tag":"wdth","min":75,"max":150,"defaultValue":100},{"tag":"wght","min":300,"max":900,"defaultValue":400},{"tag":"slnt","min":-6,"max":0,"defaultValue":0},{"tag":"opsz","min":12,"max":36,"defaultValue":14}]}, + "Tillana": {"variants":["400","500","600","700","800"]}, + "Tilt Neon": {"variants":["400"],"axes":[{"tag":"XROT","min":-45,"max":45,"defaultValue":0},{"tag":"YROT","min":-45,"max":45,"defaultValue":0}]}, + "Tilt Prism": {"variants":["400"],"axes":[{"tag":"XROT","min":-45,"max":45,"defaultValue":0},{"tag":"YROT","min":-45,"max":45,"defaultValue":0}]}, + "Tilt Warp": {"variants":["400"],"axes":[{"tag":"XROT","min":-45,"max":45,"defaultValue":0},{"tag":"YROT","min":-45,"max":45,"defaultValue":0}]}, + "Timmana": {"variants":["400"]}, + "Tinos": {"variants":["400","400i","700","700i"]}, + "Tiny5": {"variants":["400"]}, + "Tiro Bangla": {"variants":["400","400i"]}, + "Tiro Devanagari Hindi": {"variants":["400","400i"]}, + "Tiro Devanagari Marathi": {"variants":["400","400i"]}, + "Tiro Devanagari Sanskrit": {"variants":["400","400i"]}, + "Tiro Gurmukhi": {"variants":["400","400i"]}, + "Tiro Kannada": {"variants":["400","400i"]}, + "Tiro Tamil": {"variants":["400","400i"]}, + "Tiro Telugu": {"variants":["400","400i"]}, + "Tirra": {"variants":["400","500","600","700","800","900"]}, + "Titan One": {"variants":["400"]}, + "Titillium Web": {"variants":["200","200i","300","300i","400","400i","600","600i","700","700i","900"]}, + "Tomorrow": {"variants":["100","100i","200","200i","300","300i","400","400i","500","500i","600","600i","700","700i","800","800i","900","900i"]}, + "Tourney": {"variants":["100","200","300","400","500","600","700","800","900","100i","200i","300i","400i","500i","600i","700i","800i","900i"],"axes":[{"tag":"wdth","min":75,"max":125,"defaultValue":100},{"tag":"wght","min":100,"max":900,"defaultValue":400}]}, + "Trade Winds": {"variants":["400"]}, + "Train One": {"variants":["400"]}, + "Triodion": {"variants":["400"]}, + "Trirong": {"variants":["100","100i","200","200i","300","300i","400","400i","500","500i","600","600i","700","700i","800","800i","900","900i"]}, + "Trispace": {"variants":["100","200","300","400","500","600","700","800"],"axes":[{"tag":"wdth","min":75,"max":125,"defaultValue":100},{"tag":"wght","min":100,"max":800,"defaultValue":400}]}, + "Trocchi": {"variants":["400"]}, + "Trochut": {"variants":["400","400i","700"]}, + "Truculenta": {"variants":["100","200","300","400","500","600","700","800","900"],"axes":[{"tag":"wdth","min":75,"max":125,"defaultValue":100},{"tag":"wght","min":100,"max":900,"defaultValue":400},{"tag":"opsz","min":12,"max":72,"defaultValue":14}]}, + "Trykker": {"variants":["400"]}, + "Tsukimi Rounded": {"variants":["300","400","500","600","700"]}, + "Tuffy": {"variants":["400","400i","700","700i"]}, + "Tulpen One": {"variants":["400"]}, + "Turret Road": {"variants":["200","300","400","500","700","800"]}, + "Twinkle Star": {"variants":["400"]}, + "Ubuntu": {"variants":["300","300i","400","400i","500","500i","700","700i"]}, + "Ubuntu Condensed": {"variants":["400"]}, + "Ubuntu Mono": {"variants":["400","400i","700","700i"]}, + "Ubuntu Sans": {"variants":["100","200","300","400","500","600","700","800","100i","200i","300i","400i","500i","600i","700i","800i"],"axes":[{"tag":"wdth","min":75,"max":100,"defaultValue":100},{"tag":"wght","min":100,"max":800,"defaultValue":400}]}, + "Ubuntu Sans Mono": {"variants":["400","500","600","700","400i","500i","600i","700i"],"axes":[{"tag":"wght","min":400,"max":700,"defaultValue":400}]}, + "Uchen": {"variants":["400"]}, + "Ultra": {"variants":["400"]}, + "Unbounded": {"variants":["200","300","400","500","600","700","800","900"],"axes":[{"tag":"wght","min":200,"max":900,"defaultValue":400}]}, + "Uncial Antiqua": {"variants":["400"]}, + "Underdog": {"variants":["400"]}, + "Unica One": {"variants":["400"]}, + "UnifrakturCook": {"variants":["700"]}, + "UnifrakturMaguntia": {"variants":["400"]}, + "Unkempt": {"variants":["400","700"]}, + "Unlock": {"variants":["400"]}, + "Unna": {"variants":["400","400i","700","700i"]}, + "UoqMunThenKhung": {"variants":["400"]}, + "Updock": {"variants":["400"]}, + "Urbanist": {"variants":["100","200","300","400","500","600","700","800","900","100i","200i","300i","400i","500i","600i","700i","800i","900i"],"axes":[{"tag":"wght","min":100,"max":900,"defaultValue":400}]}, + "Vampiro One": {"variants":["400"]}, + "Varela": {"variants":["400"]}, + "Varela Round": {"variants":["400"]}, + "Varta": {"variants":["300","400","500","600","700"],"axes":[{"tag":"wght","min":300,"max":700,"defaultValue":400}]}, + "Vast Shadow": {"variants":["400"]}, + "Vazirmatn": {"variants":["100","200","300","400","500","600","700","800","900"],"axes":[{"tag":"wght","min":100,"max":900,"defaultValue":400}]}, + "Vend Sans": {"variants":["300","400","500","600","700","300i","400i","500i","600i","700i"],"axes":[{"tag":"wght","min":300,"max":700,"defaultValue":400}]}, + "Vesper Libre": {"variants":["400","500","700","900"]}, + "Viaoda Libre": {"variants":["400"]}, + "Vibes": {"variants":["400"]}, + "Vibur": {"variants":["400"]}, + "Victor Mono": {"variants":["100","200","300","400","500","600","700","100i","200i","300i","400i","500i","600i","700i"],"axes":[{"tag":"wght","min":100,"max":700,"defaultValue":400}]}, + "Vidaloka": {"variants":["400"]}, + "Viga": {"variants":["400"]}, + "Vina Sans": {"variants":["400"]}, + "Voces": {"variants":["400"]}, + "Volkhov": {"variants":["400","400i","700","700i"]}, + "Vollkorn": {"variants":["400","500","600","700","800","900","400i","500i","600i","700i","800i","900i"],"axes":[{"tag":"wght","min":400,"max":900,"defaultValue":400}]}, + "Vollkorn SC": {"variants":["400","600","700","900"]}, + "Voltaire": {"variants":["400"]}, + "VT323": {"variants":["400"]}, + "Vujahday Script": {"variants":["400"]}, + "Waiting for the Sunrise": {"variants":["400"]}, + "Wallpoet": {"variants":["400"]}, + "Walter Turncoat": {"variants":["400"]}, + "Warnes": {"variants":["400"]}, + "Water Brush": {"variants":["400"]}, + "Waterfall": {"variants":["400"]}, + "Wavefont": {"variants":["100","200","300","400","500","600","700","800","900"],"axes":[{"tag":"wght","min":4,"max":1000,"defaultValue":400},{"tag":"ROND","min":0,"max":100,"defaultValue":100},{"tag":"YELA","min":-100,"max":100,"defaultValue":-100}]}, + "WDXL Lubrifont JP N": {"variants":["400"]}, + "WDXL Lubrifont SC": {"variants":["400"]}, + "WDXL Lubrifont TC": {"variants":["400"]}, + "Wellfleet": {"variants":["400"]}, + "Wendy One": {"variants":["400"]}, + "Whisper": {"variants":["400"]}, + "WindSong": {"variants":["400","500"]}, + "Winky Rough": {"variants":["300","400","500","600","700","800","900","300i","400i","500i","600i","700i","800i","900i"],"axes":[{"tag":"wght","min":300,"max":900,"defaultValue":400}]}, + "Winky Sans": {"variants":["300","400","500","600","700","800","900","300i","400i","500i","600i","700i","800i","900i"],"axes":[{"tag":"wght","min":300,"max":900,"defaultValue":400}]}, + "Wire One": {"variants":["400"]}, + "Wittgenstein": {"variants":["400","500","600","700","800","900","400i","500i","600i","700i","800i","900i"],"axes":[{"tag":"wght","min":400,"max":900,"defaultValue":400}]}, + "Wix Madefor Display": {"variants":["400","500","600","700","800"],"axes":[{"tag":"wght","min":400,"max":800,"defaultValue":400}]}, + "Wix Madefor Text": {"variants":["400","400i","500","500i","600","600i","700","700i","800","800i"],"axes":[{"tag":"wght","min":400,"max":800,"defaultValue":400}]}, + "Work Sans": {"variants":["100","200","300","400","500","600","700","800","900","100i","200i","300i","400i","500i","600i","700i","800i","900i"],"axes":[{"tag":"wght","min":100,"max":900,"defaultValue":400}]}, + "Workbench": {"variants":["400"],"axes":[{"tag":"BLED","min":0,"max":100,"defaultValue":0},{"tag":"SCAN","min":-53,"max":100,"defaultValue":0}]}, + "Xanh Mono": {"variants":["400","400i"]}, + "Yaldevi": {"variants":["200","300","400","500","600","700"],"axes":[{"tag":"wght","min":200,"max":700,"defaultValue":400}]}, + "Yanone Kaffeesatz": {"variants":["200","300","400","500","600","700"],"axes":[{"tag":"wght","min":200,"max":700,"defaultValue":400}]}, + "Yantramanav": {"variants":["100","300","400","500","700","900"]}, + "Yarndings 12": {"variants":["400"]}, + "Yarndings 12 Charted": {"variants":["400"]}, + "Yarndings 20": {"variants":["400"]}, + "Yarndings 20 Charted": {"variants":["400"]}, + "Yatra One": {"variants":["400"]}, + "Yellowtail": {"variants":["400"]}, + "Yeon Sung": {"variants":["400"]}, + "Yeseva One": {"variants":["400"]}, + "Yesteryear": {"variants":["400"]}, + "Yomogi": {"variants":["400"]}, + "Young Serif": {"variants":["400"]}, + "Yrsa": {"variants":["300","400","500","600","700","300i","400i","500i","600i","700i"],"axes":[{"tag":"wght","min":300,"max":700,"defaultValue":400}]}, + "Ysabeau": {"variants":["100","200","300","400","500","600","700","800","900","100i","200i","300i","400i","500i","600i","700i","800i","900i"],"axes":[{"tag":"wght","min":1,"max":1000,"defaultValue":400}]}, + "Ysabeau Infant": {"variants":["100","200","300","400","500","600","700","800","900","100i","200i","300i","400i","500i","600i","700i","800i","900i"],"axes":[{"tag":"wght","min":1,"max":1000,"defaultValue":400}]}, + "Ysabeau Office": {"variants":["100","200","300","400","500","600","700","800","900","100i","200i","300i","400i","500i","600i","700i","800i","900i"],"axes":[{"tag":"wght","min":1,"max":1000,"defaultValue":400}]}, + "Ysabeau SC": {"variants":["100","200","300","400","500","600","700","800","900"],"axes":[{"tag":"wght","min":1,"max":1000,"defaultValue":400}]}, + "Yuji Boku": {"variants":["400"]}, + "Yuji Hentaigana Akari": {"variants":["400"]}, + "Yuji Hentaigana Akebono": {"variants":["400"]}, + "Yuji Mai": {"variants":["400"]}, + "Yuji Syuku": {"variants":["400"]}, + "Yusei Magic": {"variants":["400"]}, + "Zain": {"variants":["200","300","300i","400","400i","700","800","900"]}, + "Zalando Sans": {"variants":["200","300","400","500","600","700","800","900","200i","300i","400i","500i","600i","700i","800i","900i"],"axes":[{"tag":"wdth","min":75,"max":125,"defaultValue":100},{"tag":"wght","min":200,"max":900,"defaultValue":400}]}, + "Zalando Sans Expanded": {"variants":["200","300","400","500","600","700","800","900","200i","300i","400i","500i","600i","700i","800i","900i"],"axes":[{"tag":"wght","min":200,"max":900,"defaultValue":400}]}, + "Zalando Sans SemiExpanded": {"variants":["200","300","400","500","600","700","800","900","200i","300i","400i","500i","600i","700i","800i","900i"],"axes":[{"tag":"wght","min":200,"max":900,"defaultValue":400}]}, + "ZCOOL KuaiLe": {"variants":["400"]}, + "ZCOOL QingKe HuangYou": {"variants":["400"]}, + "ZCOOL XiaoWei": {"variants":["400"]}, + "Zen Antique": {"variants":["400"]}, + "Zen Antique Soft": {"variants":["400"]}, + "Zen Dots": {"variants":["400"]}, + "Zen Kaku Gothic Antique": {"variants":["300","400","500","700","900"]}, + "Zen Kaku Gothic New": {"variants":["300","400","500","700","900"]}, + "Zen Kurenaido": {"variants":["400"]}, + "Zen Loop": {"variants":["400","400i"]}, + "Zen Maru Gothic": {"variants":["300","400","500","700","900"]}, + "Zen Old Mincho": {"variants":["400","500","600","700","900"]}, + "Zen Tokyo Zoo": {"variants":["400"]}, + "Zeyada": {"variants":["400"]}, + "Zhi Mang Xing": {"variants":["400"]}, + "Zilla Slab": {"variants":["300","300i","400","400i","500","500i","600","600i","700","700i"]}, + "Zilla Slab Highlight": {"variants":["400","700"]} +} diff --git a/output/png/alan-sans.png b/output/png/alan-sans.png new file mode 100644 index 0000000..73fedd7 Binary files /dev/null and b/output/png/alan-sans.png differ diff --git a/output/png/asimovian.png b/output/png/asimovian.png new file mode 100644 index 0000000..ba1a5d9 Binary files /dev/null and b/output/png/asimovian.png differ diff --git a/output/png/bbh-sans-bartle.png b/output/png/bbh-sans-bartle.png new file mode 100644 index 0000000..97f2c11 Binary files /dev/null and b/output/png/bbh-sans-bartle.png differ diff --git a/output/png/bbh-sans-bogle.png b/output/png/bbh-sans-bogle.png new file mode 100644 index 0000000..69bf037 Binary files /dev/null and b/output/png/bbh-sans-bogle.png differ diff --git a/output/png/bbh-sans-hegarty.png b/output/png/bbh-sans-hegarty.png new file mode 100644 index 0000000..57e56f8 Binary files /dev/null and b/output/png/bbh-sans-hegarty.png differ diff --git a/output/png/bitcount-grid-double-ink.png b/output/png/bitcount-grid-double-ink.png new file mode 100644 index 0000000..aef9bee Binary files /dev/null and b/output/png/bitcount-grid-double-ink.png differ diff --git a/output/png/bitcount-grid-single-ink.png b/output/png/bitcount-grid-single-ink.png new file mode 100644 index 0000000..1b859e3 Binary files /dev/null and b/output/png/bitcount-grid-single-ink.png differ diff --git a/output/png/bitcount-grid-single.png b/output/png/bitcount-grid-single.png new file mode 100644 index 0000000..3c3c1a8 Binary files /dev/null and b/output/png/bitcount-grid-single.png differ diff --git a/output/png/bitcount-ink.png b/output/png/bitcount-ink.png new file mode 100644 index 0000000..5687641 Binary files /dev/null and b/output/png/bitcount-ink.png differ diff --git a/output/png/bitcount-prop-double-ink.png b/output/png/bitcount-prop-double-ink.png new file mode 100644 index 0000000..1425d23 Binary files /dev/null and b/output/png/bitcount-prop-double-ink.png differ diff --git a/output/png/bitcount-prop-double.png b/output/png/bitcount-prop-double.png new file mode 100644 index 0000000..1b622a2 Binary files /dev/null and b/output/png/bitcount-prop-double.png differ diff --git a/output/png/bitcount-prop-single-ink.png b/output/png/bitcount-prop-single-ink.png new file mode 100644 index 0000000..cebf6c0 Binary files /dev/null and b/output/png/bitcount-prop-single-ink.png differ diff --git a/output/png/bitcount-prop-single.png b/output/png/bitcount-prop-single.png new file mode 100644 index 0000000..fed25c8 Binary files /dev/null and b/output/png/bitcount-prop-single.png differ diff --git a/output/png/bitcount-single-ink.png b/output/png/bitcount-single-ink.png new file mode 100644 index 0000000..58cfe0f Binary files /dev/null and b/output/png/bitcount-single-ink.png differ diff --git a/output/png/bitcount-single.png b/output/png/bitcount-single.png new file mode 100644 index 0000000..7c7505f Binary files /dev/null and b/output/png/bitcount-single.png differ diff --git a/output/png/bitcount.png b/output/png/bitcount.png new file mode 100644 index 0000000..1c8e774 Binary files /dev/null and b/output/png/bitcount.png differ diff --git a/output/png/cossette-texte.png b/output/png/cossette-texte.png new file mode 100644 index 0000000..066f843 Binary files /dev/null and b/output/png/cossette-texte.png differ diff --git a/output/png/cossette-titre.png b/output/png/cossette-titre.png new file mode 100644 index 0000000..c4c869c Binary files /dev/null and b/output/png/cossette-titre.png differ diff --git a/output/png/elms-sans.png b/output/png/elms-sans.png new file mode 100644 index 0000000..e76ac57 Binary files /dev/null and b/output/png/elms-sans.png differ diff --git a/output/png/epunda-sans.png b/output/png/epunda-sans.png new file mode 100644 index 0000000..444dc0f Binary files /dev/null and b/output/png/epunda-sans.png differ diff --git a/output/png/epunda-slab.png b/output/png/epunda-slab.png new file mode 100644 index 0000000..6c42965 Binary files /dev/null and b/output/png/epunda-slab.png differ diff --git a/output/png/google-sans-code.png b/output/png/google-sans-code.png new file mode 100644 index 0000000..942ce2c Binary files /dev/null and b/output/png/google-sans-code.png differ diff --git a/output/png/intel-one-mono.png b/output/png/intel-one-mono.png new file mode 100644 index 0000000..574dba6 Binary files /dev/null and b/output/png/intel-one-mono.png differ diff --git a/output/png/libertinus-keyboard.png b/output/png/libertinus-keyboard.png new file mode 100644 index 0000000..6edbe76 Binary files /dev/null and b/output/png/libertinus-keyboard.png differ diff --git a/output/png/libertinus-sans.png b/output/png/libertinus-sans.png new file mode 100644 index 0000000..e3cbe26 Binary files /dev/null and b/output/png/libertinus-sans.png differ diff --git a/output/png/libertinus-serif-display.png b/output/png/libertinus-serif-display.png new file mode 100644 index 0000000..a5a3e85 Binary files /dev/null and b/output/png/libertinus-serif-display.png differ diff --git a/output/png/libertinus-serif.png b/output/png/libertinus-serif.png new file mode 100644 index 0000000..b689c40 Binary files /dev/null and b/output/png/libertinus-serif.png differ diff --git a/output/png/momo-signature.png b/output/png/momo-signature.png new file mode 100644 index 0000000..3870c8d Binary files /dev/null and b/output/png/momo-signature.png differ diff --git a/output/png/momo-trust-display.png b/output/png/momo-trust-display.png new file mode 100644 index 0000000..8c8642c Binary files /dev/null and b/output/png/momo-trust-display.png differ diff --git a/output/png/momo-trust-sans.png b/output/png/momo-trust-sans.png new file mode 100644 index 0000000..1dc3b1d Binary files /dev/null and b/output/png/momo-trust-sans.png differ diff --git a/output/png/mozilla-headline.png b/output/png/mozilla-headline.png new file mode 100644 index 0000000..e7b43e2 Binary files /dev/null and b/output/png/mozilla-headline.png differ diff --git a/output/png/mozilla-text.png b/output/png/mozilla-text.png new file mode 100644 index 0000000..15f1879 Binary files /dev/null and b/output/png/mozilla-text.png differ diff --git a/output/png/nata-sans.png b/output/png/nata-sans.png new file mode 100644 index 0000000..3150e70 Binary files /dev/null and b/output/png/nata-sans.png differ diff --git a/output/png/noto-sans-syriac-western.png b/output/png/noto-sans-syriac-western.png new file mode 100644 index 0000000..f00cf06 Binary files /dev/null and b/output/png/noto-sans-syriac-western.png differ diff --git a/output/png/sirivennela.png b/output/png/sirivennela.png new file mode 100644 index 0000000..6234e4f Binary files /dev/null and b/output/png/sirivennela.png differ diff --git a/output/png/stack-sans-headline.png b/output/png/stack-sans-headline.png new file mode 100644 index 0000000..3f9bddd Binary files /dev/null and b/output/png/stack-sans-headline.png differ diff --git a/output/png/stack-sans-notch.png b/output/png/stack-sans-notch.png new file mode 100644 index 0000000..b9d99b0 Binary files /dev/null and b/output/png/stack-sans-notch.png differ diff --git a/output/png/stack-sans-text.png b/output/png/stack-sans-text.png new file mode 100644 index 0000000..e661eda Binary files /dev/null and b/output/png/stack-sans-text.png differ diff --git a/output/png/story-script.png b/output/png/story-script.png new file mode 100644 index 0000000..c098a86 Binary files /dev/null and b/output/png/story-script.png differ diff --git a/output/png/suse-mono.png b/output/png/suse-mono.png new file mode 100644 index 0000000..b284e78 Binary files /dev/null and b/output/png/suse-mono.png differ diff --git a/output/png/tasa-explorer.png b/output/png/tasa-explorer.png new file mode 100644 index 0000000..80b6319 Binary files /dev/null and b/output/png/tasa-explorer.png differ diff --git a/output/png/tasa-orbiter.png b/output/png/tasa-orbiter.png new file mode 100644 index 0000000..c45e6d0 Binary files /dev/null and b/output/png/tasa-orbiter.png differ diff --git a/output/png/tiktok-sans.png b/output/png/tiktok-sans.png new file mode 100644 index 0000000..bb58177 Binary files /dev/null and b/output/png/tiktok-sans.png differ diff --git a/output/png/tirra.png b/output/png/tirra.png new file mode 100644 index 0000000..56286c2 Binary files /dev/null and b/output/png/tirra.png differ diff --git a/output/png/vend-sans.png b/output/png/vend-sans.png new file mode 100644 index 0000000..5a6e623 Binary files /dev/null and b/output/png/vend-sans.png differ diff --git a/output/png/zalando-sans-expanded.png b/output/png/zalando-sans-expanded.png new file mode 100644 index 0000000..a222d99 Binary files /dev/null and b/output/png/zalando-sans-expanded.png differ diff --git a/output/png/zalando-sans-semiexpanded.png b/output/png/zalando-sans-semiexpanded.png new file mode 100644 index 0000000..f675a55 Binary files /dev/null and b/output/png/zalando-sans-semiexpanded.png differ diff --git a/output/png/zalando-sans.png b/output/png/zalando-sans.png new file mode 100644 index 0000000..0b3751a Binary files /dev/null and b/output/png/zalando-sans.png differ diff --git a/package.json b/package.json index 27f0faf..cc83418 100644 --- a/package.json +++ b/package.json @@ -6,6 +6,7 @@ "author": "Stephen Haney", "license": "MIT", "scripts": { + "typegen": "TYPEGEN=true bun ./src/generate-types.ts", "metadata": "bun run src/generate-metadata.ts", "png": "bun run src/generate-png.ts", "svg": "bun run src/generate-svg.ts", @@ -26,6 +27,7 @@ "potpack": "2.0.0", "sharp": "^0.33.5", "svgo": "^3.3.2", - "wrangler": "^3.83.0" + "wrangler": "^3.83.0", + "quicktype-core": "^23.2.6" } } diff --git a/src/fetch-google-fonts.ts b/src/fetch-google-fonts.ts index c97e129..0b7d7a2 100644 --- a/src/fetch-google-fonts.ts +++ b/src/fetch-google-fonts.ts @@ -1,7 +1,40 @@ -export async function fetchGoogleFonts(): Promise { - const url = `https://www.googleapis.com/webfonts/v1/webfonts?key=${process.env.GOOGLE_FONTS_API_KEY}`; - const response = await fetch(url); - const data = await response.json(); - if (!Array.isArray(data.items)) throw new Error('Expected items to be an array'); - return data.items; +import { type GoogleFontsVariable, type GoogleFontsMeta, Convert } from '../output/google-fonts'; + +const IGNORE_CONVERTING_RESPONSE = process.env.TYPEGEN; + +export async function fetchGoogleFonts(): Promise { + const response = await fetch( + `https://www.googleapis.com/webfonts/v1/webfonts?key=${process.env.GOOGLE_FONTS_API_KEY}` + ); + + if (IGNORE_CONVERTING_RESPONSE) { + const data = await response.json(); + return data; + } else { + return Convert.toGoogleFontsVariable(await response.text()); + } +} + +export async function fetchGoogleFontsVariable(): Promise { + const response = await fetch( + `https://www.googleapis.com/webfonts/v1/webfonts?key=${process.env.GOOGLE_FONTS_API_KEY}&capability=VF` + ); + + if (IGNORE_CONVERTING_RESPONSE) { + const data = await response.json(); + return data; + } else { + return Convert.toGoogleFontsVariable(await response.text()); + } +} + +export async function fetchGoogleFontsMeta(): Promise { + const response = await fetch('https://fonts.google.com/metadata/fonts'); + + if (IGNORE_CONVERTING_RESPONSE) { + const data = await response.json(); + return data; + } else { + return Convert.toGoogleFontsMeta(await response.text()); + } } diff --git a/src/find-closest-variant-to-normal-weight.ts b/src/find-closest-variant-to-normal-weight.ts index 6b95915..ec18a5c 100644 --- a/src/find-closest-variant-to-normal-weight.ts +++ b/src/find-closest-variant-to-normal-weight.ts @@ -1,7 +1,11 @@ +import type { Files } from '../output/google-fonts'; + +type Variant = keyof Files; + /** Finds the closest non-italic variant to 400 */ -export function findClosestVariantToNormalWeight(variants: string[]): string { +export function findClosestVariantToNormalWeight(variants: string[]): Variant { const normalVariants = variants.filter((v) => !v.includes('italic')); - if (normalVariants.length === 0) return variants[0]; + if (normalVariants.length === 0) return variants[0] as Variant; const weights = normalVariants.map((v) => { const weight = parseInt(v) || (v === 'regular' ? 400 : 0); @@ -9,5 +13,5 @@ export function findClosestVariantToNormalWeight(variants: string[]): string { }); weights.sort((a, b) => a.diff - b.diff); - return weights[0].variant; + return weights[0].variant as Variant; } diff --git a/src/generate-metadata.ts b/src/generate-metadata.ts index 3a3ed14..bcb88d8 100644 --- a/src/generate-metadata.ts +++ b/src/generate-metadata.ts @@ -1,34 +1,114 @@ -import { fetchGoogleFonts } from './fetch-google-fonts'; +import type { AxisRegistry, FamilyMetadataList, FamilyMetadataListAxe, Item } from '../output/google-fonts'; +import { fetchGoogleFonts, fetchGoogleFontsMeta, fetchGoogleFontsVariable } from './fetch-google-fonts'; +import { sortAxes } from './sort'; +import { OUTPUT_DIR } from './vars'; -export const OUTPUT_DIR = './output'; -export const METADATA_FILE = `${OUTPUT_DIR}/metadata.json`; +const logSink: string[] = []; -async function main() { - const data: google.fonts.WebfontFamily[] = await fetchGoogleFonts(); +export interface FontValue { + variants: string[]; + axes?: { min: number; max: number; tag: string; defaultValue: number }[]; +} + +async function generateFonts() { + const { items: data } = await fetchGoogleFonts(); + const webfontsMeta = await fetchGoogleFontsVariable(); + const fontsMeta = await fetchGoogleFontsMeta(); + + const typefaces: Record = {}; + + const axesRegistryMap: Record = fontsMeta.axisRegistry.reduce((acc, value) => { + acc[value.tag] = value; + return acc; + }, {} as Record); + + /** + * This contains the font metadata including variable font axes if available. + * We use this as the fallback source of truth if {@see fontsMetaMap} doesn't have axes data. + */ + const webfontsMetaMap: Record = webfontsMeta.items.reduce((acc, value) => { + acc[value.family] = value; + return acc; + }, {} as Record); - const typefaces: Record = {}; + /** + * This contains the canonical metadata about font families and axes. + * We use this data as the primary source of truth. + */ + const fontsMetaMap: Record = fontsMeta.familyMetadataList.reduce((acc, value) => { + acc[value.family] = value; + return acc; + }, {} as Record); for (const typeface of data) { // Skip this one if we can't parse it if (!('family' in typeface) || !('variants' in typeface)) { - console.warn(`Skipping typeface: ${typeface}`); + logSink.push(`Skipping typeface: ${typeface}`); continue; } - typefaces[typeface.family] = []; + const fallbackAxes = + webfontsMetaMap[typeface.family]?.axes?.map( + (axis): FamilyMetadataListAxe => ({ + defaultValue: axesRegistryMap[axis.tag].defaultValue ?? 0, + max: axis.end, + min: axis.start, + tag: axis.tag, + }) + ) || []; + const actualAxes = fontsMetaMap[typeface.family]?.axes || []; + const axes = actualAxes.length > 0 ? actualAxes : fallbackAxes; + + if (fallbackAxes.length !== actualAxes.length) { + logSink.push(`invalid: axes count mismatch for ${typeface.family}`); + logSink.push(` expected: ${JSON.stringify(actualAxes)}`); + logSink.push(` fallback: ${JSON.stringify(fallbackAxes)}`); + logSink.push(''); + } + + typefaces[typeface.family] = { + variants: [], + axes: axes.length + ? axes + .map((axis) => ({ tag: axis.tag, min: axis.min, max: axis.max, defaultValue: axis.defaultValue })) + .sort((a, b) => sortAxes(a.tag, b.tag)) + : undefined, + }; + for (const variant of typeface.variants) { const key = variant === 'regular' ? '400' : variant === 'italic' ? '400i' : variant.replace('italic', 'i'); - typefaces[typeface.family].push(key); + typefaces[typeface.family].variants.push(key); } } + return typefaces; +} + +async function generateAxis() { + const fontsMeta = await fetchGoogleFontsMeta(); + const registry: Record = {}; + + for (const axis of fontsMeta.axisRegistry) { + registry[axis.tag] = axis.displayName; + } + + return registry; +} + +function format(value: object, sort: (a: string, b: string) => number = (a, b) => a.localeCompare(b)) { // Format JSON with one font per line - const fontEntries = Object.entries(typefaces).sort(([a], [b]) => a.localeCompare(b)); - const jsonLines = fontEntries.map(([family, weights]) => - ` ${JSON.stringify(family)}: ${JSON.stringify(weights)}` - ); - const formattedJson = '{\n' + jsonLines.join(',\n') + '\n}'; + const fontEntries = Object.entries(value).sort(([a], [b]) => sort(a, b)); + const jsonLines = fontEntries.map(([key, value]) => ` ${JSON.stringify(key)}: ${JSON.stringify(value)}`); + const formattedJson = '{\n' + jsonLines.join(',\n') + '\n}\n'; + return formattedJson; +} - await Bun.write(METADATA_FILE, formattedJson); +async function main() { + const [fonts, fontsMeta] = await Promise.all([generateFonts(), generateAxis()]); + + await Bun.write(`${OUTPUT_DIR}/metadata.json`, format(fonts)); + await Bun.write(`${OUTPUT_DIR}/axes.json`, format(fontsMeta, sortAxes)); + await Bun.write(`${OUTPUT_DIR}/metadata.log`, logSink.join('\n') + '\n'); } + main(); diff --git a/src/generate-png.ts b/src/generate-png.ts index e9d3f54..4d52ddf 100644 --- a/src/generate-png.ts +++ b/src/generate-png.ts @@ -6,6 +6,7 @@ import { exec } from 'child_process'; import { promisify } from 'util'; import sharp from 'sharp'; import { FAMILIES_TO_SKIP_PREVIEW_IMAGE } from './families-to-skip'; +import { OUTPUT_DIR } from './vars'; class FontPreviewGenerator { pngOutputDir: string; @@ -209,16 +210,16 @@ class FontPreviewGenerator { async function main() { // Get the list of all Google Font families - const googleFonts = await fetchGoogleFonts(); + const { items: googleFonts } = await fetchGoogleFonts(); const allFontFamilies = googleFonts.map((font) => font.family); - + // Filter out fonts that should be skipped - const fontFamilies = allFontFamilies.filter(family => !FAMILIES_TO_SKIP_PREVIEW_IMAGE.has(family)); - + const fontFamilies = allFontFamilies.filter((family) => !FAMILIES_TO_SKIP_PREVIEW_IMAGE.has(family)); + console.log(`Filtered out ${allFontFamilies.length - fontFamilies.length} fonts from skip list`); // Skip if PNG files already exist in output directory - const outputDir = 'output/'; + const outputDir = `${OUTPUT_DIR}/`; const pngOutputDir = path.join(outputDir, 'png'); // Create PNG directory if it doesn't exist await fs.mkdir(pngOutputDir, { recursive: true }); diff --git a/src/generate-svg.ts b/src/generate-svg.ts index 6d151e5..0fae0e6 100644 --- a/src/generate-svg.ts +++ b/src/generate-svg.ts @@ -4,13 +4,13 @@ import { optimize } from 'svgo'; import { fetchGoogleFonts } from './fetch-google-fonts'; import { findClosestVariantToNormalWeight } from './find-closest-variant-to-normal-weight'; import { FAMILIES_TO_SKIP_PREVIEW_IMAGE } from './families-to-skip'; +import { OUTPUT_DIR } from './vars'; -export const OUTPUT_DIR = './output'; export const SVG_TARGET_DIR = `${OUTPUT_DIR}/svg`; async function main() { // ----- Grab the data from google ----- // - const data: google.fonts.WebfontFamily[] = await fetchGoogleFonts(); + const { items: data } = await fetchGoogleFonts(); // ----- Build out the typeface data ----- // const typefaces: Record = {}; @@ -22,7 +22,7 @@ async function main() { console.warn(`Skipping typeface: ${typeface}`); continue; } - + // Skip fonts that are in the skip list if (FAMILIES_TO_SKIP_PREVIEW_IMAGE.has(typeface.family)) { console.log(`Skipping ${typeface.family} - in skip list`); @@ -38,7 +38,7 @@ async function main() { // Build the SVG to generate info // Pick the best variant, we just use the closest to 400 const closestVariant = findClosestVariantToNormalWeight(typeface.variants); - familiesToGenerate.push([typeface.family, typeface.files[closestVariant]]); + familiesToGenerate.push([typeface.family, typeface.files[closestVariant]!]); } // ----- Generate the SVGs ----- // diff --git a/src/generate-types.ts b/src/generate-types.ts new file mode 100644 index 0000000..8300f72 --- /dev/null +++ b/src/generate-types.ts @@ -0,0 +1,27 @@ +import { quicktype, jsonInputForTargetLanguage, InputData } from 'quicktype-core'; +import { fetchGoogleFontsMeta, fetchGoogleFontsVariable } from './fetch-google-fonts'; +import { OUTPUT_DIR } from './vars'; + +const [fontsVariable, metadata] = await Promise.all([fetchGoogleFontsVariable(), fetchGoogleFontsMeta()]); + +const jsonInput = jsonInputForTargetLanguage('typescript'); + +await jsonInput.addSource({ + name: 'GoogleFontsVariable', + samples: [JSON.stringify(fontsVariable)], +}); + +await jsonInput.addSource({ + name: 'GoogleFontsMeta', + samples: [JSON.stringify(metadata)], +}); + +const inputData = new InputData(); +inputData.addInput(jsonInput); + +const schema = await quicktype({ + inputData, + lang: 'typescript', +}); + +await Bun.write(`./${OUTPUT_DIR}/google-fonts.ts`, schema.lines.join('\n')); diff --git a/src/google.fonts.d.ts b/src/google.fonts.d.ts deleted file mode 100644 index e2ab243..0000000 --- a/src/google.fonts.d.ts +++ /dev/null @@ -1,16 +0,0 @@ -declare namespace google.fonts { - export interface WebfontFamily { - category?: string; - kind: string; - family: string; - subsets: string[]; - variants: string[]; - version: string; - lastModified: string; - files: WebfontFamilyFiles; - } - - export interface WebfontFamilyFiles { - [variant: string]: string; - } -} diff --git a/src/packing.ts b/src/packing.ts index 2a1645d..d57f9db 100644 --- a/src/packing.ts +++ b/src/packing.ts @@ -5,6 +5,8 @@ import { join } from 'path'; import { writeFile, mkdir } from 'fs/promises'; import { existsSync } from 'fs'; import { FAMILIES_TO_SKIP_PREVIEW_IMAGE } from './families-to-skip'; +import { OUTPUT_DIR } from './vars'; +import type { FontValue } from './generate-metadata'; const FONTS_PER_CHUNK = 100; const DESIRED_HEIGHT = 32; // 16px-tall container in Paper, x2 for high DPI screens @@ -16,17 +18,40 @@ type FontBox = { y?: number; fontName: string; fileName: string; - styles: string[]; + variants: string[]; + axes?: { min: number; max: number; tag: string; defaultValue: number }[]; buffer?: Buffer; noPreview?: boolean; }; type FontMetadata = { + /** + * x position of the font preview in the chunk image + */ x: number; + /** + * y position of the font preview in the chunk image + */ y: number; + /** + * width of the font preview in the chunk image + */ w: number; + /** + * chunk index where the font preview is located + */ ch: number; + /** + * variants available for the font + */ s: string[]; + /** + * axes available for the font + */ + a?: { min: number; max: number; tag: string; defaultValue: number }[]; + /** + * indicates if the font has no preview image + */ noPreview?: boolean; }; @@ -34,9 +59,9 @@ const createFontChunks = async () => { console.log('📂 Reading font data from metadata.json...'); // Read the generated font data - const fontDataPath = join(process.cwd(), 'output', 'metadata.json'); + const fontDataPath = join(process.cwd(), OUTPUT_DIR, 'metadata.json'); const fontDataContent = await readFile(fontDataPath, 'utf8'); - const fontData = JSON.parse(fontDataContent); + const fontData: Record = JSON.parse(fontDataContent); // Create array of font entries and sort alphabetically const fontEntries = Object.entries(fontData).sort(([a], [b]) => a.localeCompare(b)); @@ -44,7 +69,7 @@ const createFontChunks = async () => { console.log(`📊 Found ${fontEntries.length} fonts in font data`); // Ensure chunks directory exists - const chunksDir = join(process.cwd(), 'output', 'font-chunks'); + const chunksDir = join(process.cwd(), OUTPUT_DIR, 'font-chunks'); if (!existsSync(chunksDir)) { await mkdir(chunksDir, { recursive: true }); console.log('📁 Created chunks directory'); @@ -52,7 +77,7 @@ const createFontChunks = async () => { // Read dimensions and buffer for each font const boxes: FontBox[] = []; - const pngDir = join(process.cwd(), 'output', 'png'); + const pngDir = join(process.cwd(), OUTPUT_DIR, 'png'); let missingFiles = 0; for (const [fontName, styles] of fontEntries) { @@ -67,7 +92,8 @@ const createFontChunks = async () => { h: 0, fontName, fileName, - styles: styles as string[], + variants: styles.variants, + axes: styles.axes, noPreview: true, }); continue; @@ -83,7 +109,8 @@ const createFontChunks = async () => { h: 0, fontName, fileName, - styles: styles as string[], + variants: styles.variants, + axes: styles.axes, noPreview: true, }); continue; @@ -109,7 +136,8 @@ const createFontChunks = async () => { h: newHeight, fontName, fileName, - styles: styles as string[], + variants: styles.variants, + axes: styles.axes, buffer: resizedBuffer, }); } else { @@ -122,7 +150,8 @@ const createFontChunks = async () => { h: 0, fontName, fileName, - styles: styles as string[], + variants: styles.variants, + axes: styles.axes, noPreview: true, }); } @@ -138,7 +167,8 @@ const createFontChunks = async () => { h: 0, fontName, fileName, - styles: styles as string[], + variants: styles.variants, + axes: styles.axes, noPreview: true, }); } @@ -203,7 +233,7 @@ const createFontChunks = async () => { })); // Create optimized image format composite for this chunk - const outputPath = join(process.cwd(), 'output', 'font-chunks', `font-chunk-${chunkIndex}.avif`); + const outputPath = join(process.cwd(), OUTPUT_DIR, 'font-chunks', `font-chunk-${chunkIndex}.avif`); await canvas .composite(compositeOps) .avif({ quality: 70 }) @@ -219,7 +249,8 @@ const createFontChunks = async () => { y: box.y!, w: box.w, ch: chunkIndex, - s: box.styles, + s: box.variants, + a: box.axes, }; }); @@ -240,7 +271,8 @@ const createFontChunks = async () => { y: 0, w: 0, ch: 0, - s: box.styles, + s: box.variants, + a: box.axes, noPreview: true, }; }); @@ -267,7 +299,7 @@ const createFontChunks = async () => { "chunks": ${chunksJson} }`; - const jsonOutputPath = join(process.cwd(), 'output', 'font-chunks', 'fonts.json'); + const jsonOutputPath = join(process.cwd(), OUTPUT_DIR, 'font-chunks', 'fonts.json'); await writeFile(jsonOutputPath, completeJson, 'utf8'); console.log(`📄 Unified font metadata JSON created: ${jsonOutputPath}`); diff --git a/src/sort.ts b/src/sort.ts new file mode 100644 index 0000000..6175ff6 --- /dev/null +++ b/src/sort.ts @@ -0,0 +1,19 @@ +// Common axes sorting order, used to display axes in a consistent manner +// when generating labels for variable fonts and in the axes popover +const AXES_SORT_ORDER = ['wdth', 'wght', 'ital', 'slnt', 'opsz']; + +export function sortAxes(a: string, b: string) { + const aIndex = AXES_SORT_ORDER.indexOf(a.toLowerCase()); + const bIndex = AXES_SORT_ORDER.indexOf(b.toLowerCase()); + + // Both axes are in the common list + if (aIndex !== -1 && bIndex !== -1) { + return aIndex - bIndex; + } + // Only one of the two is in the common list + if (aIndex !== -1) return -1; + if (bIndex !== -1) return 1; + + // Fallback to alphabetical + return a.localeCompare(b); +} diff --git a/src/vars.ts b/src/vars.ts new file mode 100644 index 0000000..3001976 --- /dev/null +++ b/src/vars.ts @@ -0,0 +1 @@ +export const OUTPUT_DIR = './output';