From 1cda34df1d0d4c7f4add38eef5da5326c66c0886 Mon Sep 17 00:00:00 2001 From: Ralph Date: Wed, 28 Sep 2022 14:49:31 -0700 Subject: [PATCH 1/4] Updating google-font-metrics.json --- packages/next/server/font-utils.ts | 15 +- packages/next/server/google-font-metrics.json | 18930 ++++++++-------- .../font-optimization/test/index.test.js | 6 +- 3 files changed, 9699 insertions(+), 9252 deletions(-) diff --git a/packages/next/server/font-utils.ts b/packages/next/server/font-utils.ts index b7235c3942ed5..ba107cf6814a9 100644 --- a/packages/next/server/font-utils.ts +++ b/packages/next/server/font-utils.ts @@ -99,14 +99,13 @@ function parseGoogleFontName(css: string): Array { } export function calculateOverrideValues(font: string, fontMetrics: any) { - const fontKey = font.toLowerCase().trim().replace(/ /g, '') - const { category, ascentOverride, descentOverride, lineGapOverride } = - fontMetrics[fontKey] + const fontKey = font.trim() + let { category, ascent, descent, lineGap, unitsPerEm } = fontMetrics[fontKey] const fallbackFont = category === 'serif' ? DEFAULT_SERIF_FONT : DEFAULT_SANS_SERIF_FONT - const ascent = (ascentOverride * 100).toFixed(2) - const descent = (descentOverride * 100).toFixed(2) - const lineGap = (lineGapOverride * 100).toFixed(2) + ascent = ((ascent / unitsPerEm) * 100).toFixed(2) + descent = ((descent / unitsPerEm) * 100).toFixed(2) + lineGap = ((lineGap / unitsPerEm) * 100).toFixed(2) return { ascent, @@ -117,7 +116,7 @@ export function calculateOverrideValues(font: string, fontMetrics: any) { } function calculateOverrideCSS(font: string, fontMetrics: any) { - const fontName = font.toLowerCase().trim().replace(/ /g, '-') + const fontName = font.trim() const { ascent, descent, lineGap, fallbackFont } = calculateOverrideValues( font, @@ -126,7 +125,7 @@ function calculateOverrideCSS(font: string, fontMetrics: any) { return ` @font-face { - font-family: "${fontName}-fallback"; + font-family: "${fontName} Fallback"; ascent-override: ${ascent}%; descent-override: ${descent}%; line-gap-override: ${lineGap}%; diff --git a/packages/next/server/google-font-metrics.json b/packages/next/server/google-font-metrics.json index c287b840d5488..d53a96afbccf5 100644 --- a/packages/next/server/google-font-metrics.json +++ b/packages/next/server/google-font-metrics.json @@ -1,11090 +1,11538 @@ { - "abeezee": { + "Abel": { "category": "sans-serif", - "ascentOverride": "0.92", - "descentOverride": "0.262", - "lineGapOverride": "0", - "avgWidth": "0.5235", - "emSize": "1000" + "ascent": 2006, + "descent": -604, + "lineGap": 0, + "xAvgCharWidth": 926, + "unitsPerEm": 2048 }, - "abel": { + "Aclonica": { "category": "sans-serif", - "ascentOverride": "0.9794921875", - "descentOverride": "0.294921875", - "lineGapOverride": "0", - "avgWidth": "0.4210111178", - "emSize": "2048" + "ascent": 1687, + "descent": -533, + "lineGap": 101, + "xAvgCharWidth": 1128, + "unitsPerEm": 2048 }, - "abhayalibre": { - "category": "serif", - "ascentOverride": "0.83984375", - "descentOverride": "0.33984375", - "lineGapOverride": "0", - "avgWidth": "0.4738581731", - "emSize": "1024" - }, - "abrilfatface": { + "Abril Fatface": { "category": "display", - "ascentOverride": "1.058", - "descentOverride": "0.291", - "lineGapOverride": "0", - "avgWidth": "0.5374230769", - "emSize": "1000" + "ascent": 1058, + "descent": -291, + "lineGap": 0, + "xAvgCharWidth": 458, + "unitsPerEm": 1000 }, - "aclonica": { - "category": "sans-serif", - "ascentOverride": "0.8237304688", - "descentOverride": "0.2602539063", - "lineGapOverride": "0.04931640625", - "avgWidth": "0.6153282752", - "emSize": "2048" + "Abhaya Libre": { + "category": "serif", + "ascent": 860, + "descent": -348, + "lineGap": 0, + "xAvgCharWidth": 415, + "unitsPerEm": 1024 }, - "acme": { + "Adamina": { + "category": "serif", + "ascent": 1072, + "descent": -290, + "lineGap": 0, + "xAvgCharWidth": 569, + "unitsPerEm": 1000 + }, + "ABeeZee": { "category": "sans-serif", - "ascentOverride": "0.959", - "descentOverride": "0.307", - "lineGapOverride": "0", - "avgWidth": "0.4552307692", - "emSize": "1000" + "ascent": 920, + "descent": -262, + "lineGap": 0, + "xAvgCharWidth": 539, + "unitsPerEm": 1000 }, - "actor": { + "Alatsi": { "category": "sans-serif", - "ascentOverride": "0.941", - "descentOverride": "0.262", - "lineGapOverride": "0", - "avgWidth": "0.4806538462", - "emSize": "1000" + "ascent": 2000, + "descent": -560, + "lineGap": 0, + "xAvgCharWidth": 1095, + "unitsPerEm": 2000 }, - "adamina": { + "Alegreya": { "category": "serif", - "ascentOverride": "1.072", - "descentOverride": "0.29", - "lineGapOverride": "0", - "avgWidth": "0.5467307692", - "emSize": "1000" + "ascent": 1016, + "descent": -345, + "lineGap": 0, + "xAvgCharWidth": 549, + "unitsPerEm": 1000 }, - "adventpro": { + "Antonio": { "category": "sans-serif", - "ascentOverride": "0.964", - "descentOverride": "0.232", - "lineGapOverride": "0", - "avgWidth": "0.4263076923", - "emSize": "1000" + "ascent": 2365, + "descent": -285, + "lineGap": 0, + "xAvgCharWidth": 887, + "unitsPerEm": 2048 + }, + "Audiowide": { + "category": "display", + "ascent": 2027, + "descent": -584, + "lineGap": 0, + "xAvgCharWidth": 1154, + "unitsPerEm": 2048 }, - "aguafinascript": { + "Aladin": { "category": "handwriting", - "ascentOverride": "0.966", - "descentOverride": "0.581", - "lineGapOverride": "0", - "avgWidth": "0.3257692308", - "emSize": "1000" + "ascent": 905, + "descent": -321, + "lineGap": 0, + "xAvgCharWidth": 328, + "unitsPerEm": 1000 }, - "akayakanadaka": { + "Baskervville": { + "category": "serif", + "ascent": 998, + "descent": -295, + "lineGap": 0, + "xAvgCharWidth": 532, + "unitsPerEm": 1000 + }, + "Baloo Bhaijaan 2": { "category": "display", - "ascentOverride": "0.92", - "descentOverride": "0.276", - "lineGapOverride": "0", - "avgWidth": "0.4495384615", - "emSize": "1000" + "ascent": 1080, + "descent": -632, + "lineGap": 0, + "xAvgCharWidth": 581, + "unitsPerEm": 1000 + }, + "Cabin Condensed": { + "category": "sans-serif", + "ascent": 965, + "descent": -250, + "lineGap": 0, + "xAvgCharWidth": 462, + "unitsPerEm": 1000 + }, + "Akshar": { + "category": "sans-serif", + "ascent": 990, + "descent": -390, + "lineGap": 0, + "xAvgCharWidth": 439, + "unitsPerEm": 1000 + }, + "Holtwood One SC": { + "category": "serif", + "ascent": 2457, + "descent": -876, + "lineGap": 0, + "xAvgCharWidth": 1459, + "unitsPerEm": 2048 }, - "akayatelivigala": { + "Buda": { "category": "display", - "ascentOverride": "0.92", - "descentOverride": "0.276", - "lineGapOverride": "0", - "avgWidth": "0.4495384615", - "emSize": "1000" + "ascent": 1836, + "descent": -724, + "lineGap": 0, + "xAvgCharWidth": 781, + "unitsPerEm": 2048 }, - "akronim": { + "Birthstone Bounce": { + "category": "handwriting", + "ascent": 950, + "descent": -410, + "lineGap": 0, + "xAvgCharWidth": 625, + "unitsPerEm": 1000 + }, + "Birthstone": { + "category": "handwriting", + "ascent": 950, + "descent": -410, + "lineGap": 0, + "xAvgCharWidth": 515, + "unitsPerEm": 1000 + }, + "Big Shoulders Text": { "category": "display", - "ascentOverride": "0.785", - "descentOverride": "0.314", - "lineGapOverride": "0.043", - "avgWidth": "0.3724615385", - "emSize": "1000" + "ascent": 1968, + "descent": -426, + "lineGap": 0, + "xAvgCharWidth": 549, + "unitsPerEm": 2000 }, - "akshar": { + "Alegreya Sans SC": { "category": "sans-serif", - "ascentOverride": "0.9", - "descentOverride": "0.2", - "lineGapOverride": "0", - "avgWidth": "0.4136538462", - "emSize": "1000" + "ascent": 900, + "descent": -300, + "lineGap": 0, + "xAvgCharWidth": 524, + "unitsPerEm": 1000 }, - "aladin": { - "category": "handwriting", - "ascentOverride": "0.905", - "descentOverride": "0.321", - "lineGapOverride": "0", - "avgWidth": "0.3770384615", - "emSize": "1000" + "Noto Sans Lisu": { + "category": "sans-serif", + "ascent": 1069, + "descent": -293, + "lineGap": 0, + "xAvgCharWidth": 553, + "unitsPerEm": 1000 }, - "alata": { + "Noto Sans Mandaic": { "category": "sans-serif", - "ascentOverride": "1.1", - "descentOverride": "0.28", - "lineGapOverride": "0", - "avgWidth": "0.512", - "emSize": "1000" + "ascent": 724, + "descent": -423, + "lineGap": 0, + "xAvgCharWidth": 663, + "unitsPerEm": 1000 }, - "alatsi": { + "Chau Philomene One": { "category": "sans-serif", - "ascentOverride": "1", - "descentOverride": "0.28", - "lineGapOverride": "0", - "avgWidth": "0.4929230769", - "emSize": "2000" + "ascent": 1033, + "descent": -334, + "lineGap": 0, + "xAvgCharWidth": 397, + "unitsPerEm": 1000 + }, + "Geostar Fill": { + "category": "display", + "ascent": 922, + "descent": -226, + "lineGap": 0, + "xAvgCharWidth": 779, + "unitsPerEm": 1000 }, - "aldrich": { + "Amiko": { "category": "sans-serif", - "ascentOverride": "0.7202148438", - "descentOverride": "0.2099609375", - "lineGapOverride": "0.0478515625", - "avgWidth": "0.56638747", - "emSize": "2048" + "ascent": 928, + "descent": -406, + "lineGap": 0, + "xAvgCharWidth": 611, + "unitsPerEm": 1000 }, - "alef": { + "Girassol": { + "category": "display", + "ascent": 944, + "descent": -250, + "lineGap": 0, + "xAvgCharWidth": 480, + "unitsPerEm": 1000 + }, + "Nobile": { "category": "sans-serif", - "ascentOverride": "1.009277344", - "descentOverride": "0.3525390625", - "lineGapOverride": "0", - "avgWidth": "0.5597393329", - "emSize": "2048" + "ascent": 1731, + "descent": -578, + "lineGap": 0, + "xAvgCharWidth": 982, + "unitsPerEm": 2048 }, - "alegreya": { - "category": "serif", - "ascentOverride": "1.016", - "descentOverride": "0.345", - "lineGapOverride": "0", - "avgWidth": "0.4169230769", - "emSize": "1000" + "Bokor": { + "category": "display", + "ascent": 2500, + "descent": -1200, + "lineGap": 0, + "xAvgCharWidth": 1110, + "unitsPerEm": 2048 }, - "alegreyasc": { - "category": "serif", - "ascentOverride": "1.016", - "descentOverride": "0.345", - "lineGapOverride": "0", - "avgWidth": "0.5487692308", - "emSize": "1000" + "Akaya Telivigala": { + "category": "display", + "ascent": 920, + "descent": -276, + "lineGap": 0, + "xAvgCharWidth": 685, + "unitsPerEm": 1000 + }, + "Autour One": { + "category": "display", + "ascent": 2010, + "descent": -550, + "lineGap": 0, + "xAvgCharWidth": 1379, + "unitsPerEm": 2048 }, - "alegreyasans": { + "Anek Odia": { "category": "sans-serif", - "ascentOverride": "0.9", - "descentOverride": "0.3", - "lineGapOverride": "0", - "avgWidth": "0.4633461538", - "emSize": "1000" + "ascent": 1960, + "descent": -1400, + "lineGap": 0, + "xAvgCharWidth": 1221, + "unitsPerEm": 2000 }, - "alegreyasanssc": { + "Anek Kannada": { "category": "sans-serif", - "ascentOverride": "0.9", - "descentOverride": "0.3", - "lineGapOverride": "0", - "avgWidth": "0.5266153846", - "emSize": "1000" + "ascent": 2030, + "descent": -1310, + "lineGap": 0, + "xAvgCharWidth": 1503, + "unitsPerEm": 2000 }, - "aleo": { + "Grenze": { "category": "serif", - "ascentOverride": "0.805", - "descentOverride": "0.195", - "lineGapOverride": "0.2", - "avgWidth": "0.5330384615", - "emSize": "1000" + "ascent": 1100, + "descent": -380, + "lineGap": 0, + "xAvgCharWidth": 461, + "unitsPerEm": 1000 }, - "alexbrush": { - "category": "handwriting", - "ascentOverride": "0.825", - "descentOverride": "0.425", - "lineGapOverride": "0", - "avgWidth": "0.3564615385", - "emSize": "1000" + "Alumni Sans Collegiate One": { + "category": "sans-serif", + "ascent": 900, + "descent": -300, + "lineGap": 0, + "xAvgCharWidth": 375, + "unitsPerEm": 1000 }, - "alfaslabone": { - "category": "display", - "ascentOverride": "1.036", - "descentOverride": "0.333", - "lineGapOverride": "0", - "avgWidth": "0.6083846154", - "emSize": "1000" + "Asul": { + "category": "sans-serif", + "ascent": 949, + "descent": -264, + "lineGap": 0, + "xAvgCharWidth": 442, + "unitsPerEm": 1000 }, - "alice": { + "Bitter": { "category": "serif", - "ascentOverride": "0.909", - "descentOverride": "0.234", - "lineGapOverride": "0", - "avgWidth": "0.5190769231", - "emSize": "1000" + "ascent": 935, + "descent": -265, + "lineGap": 0, + "xAvgCharWidth": 587, + "unitsPerEm": 1000 }, - "alike": { + "Bodoni Moda": { "category": "serif", - "ascentOverride": "0.984", - "descentOverride": "0.27", - "lineGapOverride": "0", - "avgWidth": "0.5178846154", - "emSize": "1000" + "ascent": 2250, + "descent": -800, + "lineGap": 0, + "xAvgCharWidth": 1155, + "unitsPerEm": 2000 }, - "alikeangular": { + "Habibi": { "category": "serif", - "ascentOverride": "0.984", - "descentOverride": "0.27", - "lineGapOverride": "0", - "avgWidth": "0.5176923077", - "emSize": "1000" + "ascent": 2000, + "descent": -560, + "lineGap": 0, + "xAvgCharWidth": 1202, + "unitsPerEm": 2048 }, - "allan": { - "category": "display", - "ascentOverride": "0.896484375", - "descentOverride": "0.353515625", - "lineGapOverride": "0", - "avgWidth": "0.3821739784", - "emSize": "2048" + "Caveat": { + "category": "handwriting", + "ascent": 960, + "descent": -300, + "lineGap": 0, + "xAvgCharWidth": 445, + "unitsPerEm": 1000 }, - "allerta": { + "Genos": { "category": "sans-serif", - "ascentOverride": "1.032226563", - "descentOverride": "0.24609375", - "lineGapOverride": "0", - "avgWidth": "0.5838716947", - "emSize": "1024" + "ascent": 900, + "descent": -300, + "lineGap": 0, + "xAvgCharWidth": 441, + "unitsPerEm": 1000 }, - "allertastencil": { + "Anek Telugu": { "category": "sans-serif", - "ascentOverride": "1.032226563", - "descentOverride": "0.24609375", - "lineGapOverride": "0", - "avgWidth": "0.5838716947", - "emSize": "1024" + "ascent": 1800, + "descent": -1200, + "lineGap": 0, + "xAvgCharWidth": 1608, + "unitsPerEm": 2000 }, - "allison": { + "Butterfly Kids": { "category": "handwriting", - "ascentOverride": "0.89", - "descentOverride": "0.38", - "lineGapOverride": "0", - "avgWidth": "0.2471923077", - "emSize": "1000" + "ascent": 917, + "descent": -304, + "lineGap": 0, + "xAvgCharWidth": 300, + "unitsPerEm": 1024 }, - "allura": { - "category": "handwriting", - "ascentOverride": "0.8", - "descentOverride": "0.45", - "lineGapOverride": "0", - "avgWidth": "0.3679230769", - "emSize": "1000" + "Aldrich": { + "category": "sans-serif", + "ascent": 1475, + "descent": -430, + "lineGap": 98, + "xAvgCharWidth": 1053, + "unitsPerEm": 2048 }, - "almarai": { + "Preahvihear": { "category": "sans-serif", - "ascentOverride": "0.905", - "descentOverride": "0.211", - "lineGapOverride": "0", - "avgWidth": "0.5315769231", - "emSize": "1000" + "ascent": 2500, + "descent": -1200, + "lineGap": 0, + "xAvgCharWidth": 1295, + "unitsPerEm": 2048 }, - "almendra": { + "Noto Serif Tamil": { "category": "serif", - "ascentOverride": "0.951", - "descentOverride": "0.345", - "lineGapOverride": "0", - "avgWidth": "0.4572307692", - "emSize": "1000" + "ascent": 1069, + "descent": -492, + "lineGap": 0, + "xAvgCharWidth": 742, + "unitsPerEm": 1000 }, - "almendradisplay": { + "Bangers": { "category": "display", - "ascentOverride": "0.951", - "descentOverride": "0.345", - "lineGapOverride": "0", - "avgWidth": "0.4717692308", - "emSize": "1000" + "ascent": 883, + "descent": -181, + "lineGap": 0, + "xAvgCharWidth": 426, + "unitsPerEm": 1000 }, - "almendrasc": { + "BIZ UDPMincho": { "category": "serif", - "ascentOverride": "0.939", - "descentOverride": "0.251", - "lineGapOverride": "0", - "avgWidth": "0.5025384615", - "emSize": "1000" + "ascent": 1802, + "descent": -246, + "lineGap": 0, + "xAvgCharWidth": 1797, + "unitsPerEm": 2048 }, - "alumnisans": { + "Alike Angular": { + "category": "serif", + "ascent": 984, + "descent": -270, + "lineGap": 0, + "xAvgCharWidth": 521, + "unitsPerEm": 1000 + }, + "Snippet": { + "category": "sans-serif", + "ascent": 890, + "descent": -261, + "lineGap": 0, + "xAvgCharWidth": 515, + "unitsPerEm": 1000 + }, + "Arsenal": { "category": "sans-serif", - "ascentOverride": "0.9", - "descentOverride": "0.3", - "lineGapOverride": "0", - "avgWidth": "0.3145769231", - "emSize": "1000" + "ascent": 1000, + "descent": -254, + "lineGap": 0, + "xAvgCharWidth": 522, + "unitsPerEm": 1000 }, - "alumnisansinlineone": { + "Rubik Iso": { "category": "display", - "ascentOverride": "0.9", - "descentOverride": "0.3", - "lineGapOverride": "0", - "avgWidth": "0.3668846154", - "emSize": "1000" + "ascent": 935, + "descent": -250, + "lineGap": 0, + "xAvgCharWidth": 635, + "unitsPerEm": 1000 }, - "amarante": { + "Press Start 2P": { "category": "display", - "ascentOverride": "0.986328125", - "descentOverride": "0.263671875", - "lineGapOverride": "0", - "avgWidth": "0.4775766226", - "emSize": "2048" + "ascent": 1000, + "descent": 0, + "lineGap": 0, + "xAvgCharWidth": 1000, + "unitsPerEm": 1000 }, - "amaranth": { + "Rubik Mono One": { "category": "sans-serif", - "ascentOverride": "0.953", - "descentOverride": "0.258", - "lineGapOverride": "0", - "avgWidth": "0.4875769231", - "emSize": "1000" + "ascent": 932, + "descent": -306, + "lineGap": 0, + "xAvgCharWidth": 850, + "unitsPerEm": 1000 }, - "amaticsc": { - "category": "handwriting", - "ascentOverride": "1.016", - "descentOverride": "0.245", - "lineGapOverride": "0", - "avgWidth": "0.3152307692", - "emSize": "1000" - }, - "amethysta": { - "category": "serif", - "ascentOverride": "0.9873046875", - "descentOverride": "0.2749023438", - "lineGapOverride": "0", - "avgWidth": "0.5342360276", - "emSize": "2048" + "Baloo Bhai 2": { + "category": "display", + "ascent": 1078, + "descent": -544, + "lineGap": 0, + "xAvgCharWidth": 541, + "unitsPerEm": 1000 }, - "amiko": { + "Noto Sans Imperial Aramaic": { "category": "sans-serif", - "ascentOverride": "0.928", - "descentOverride": "0.406", - "lineGapOverride": "0", - "avgWidth": "0.56", - "emSize": "1000" + "ascent": 1069, + "descent": -293, + "lineGap": 0, + "xAvgCharWidth": 629, + "unitsPerEm": 1000 }, - "amiri": { - "category": "serif", - "ascentOverride": "1.124", - "descentOverride": "0.634", - "lineGapOverride": "0", - "avgWidth": "0.4920769231", - "emSize": "1000" - }, - "amita": { - "category": "handwriting", - "ascentOverride": "1.292", - "descentOverride": "0.65", - "lineGapOverride": "0", - "avgWidth": "0.5128076923", - "emSize": "1000" - }, - "anaheim": { + "Noto Sans Telugu": { "category": "sans-serif", - "ascentOverride": "0.961", - "descentOverride": "0.328", - "lineGapOverride": "0", - "avgWidth": "0.4491153846", - "emSize": "1000" + "ascent": 869, + "descent": -483, + "lineGap": 0, + "xAvgCharWidth": 696, + "unitsPerEm": 1000 }, - "andadapro": { + "Nosifer": { + "category": "display", + "ascent": 2236, + "descent": -1328, + "lineGap": 0, + "xAvgCharWidth": 1653, + "unitsPerEm": 2048 + }, + "Arapey": { "category": "serif", - "ascentOverride": "0.942", - "descentOverride": "0.235", - "lineGapOverride": "0", - "avgWidth": "0.5230384615", - "emSize": "1000" + "ascent": 868, + "descent": -228, + "lineGap": 0, + "xAvgCharWidth": 399, + "unitsPerEm": 1000 }, - "andika": { + "Acme": { "category": "sans-serif", - "ascentOverride": "1.220703125", - "descentOverride": "0.390625", - "lineGapOverride": "0", - "avgWidth": "0.5136343149", - "emSize": "2048" + "ascent": 959, + "descent": -307, + "lineGap": 0, + "xAvgCharWidth": 389, + "unitsPerEm": 1000 }, - "anekbangla": { + "Carrois Gothic": { "category": "sans-serif", - "ascentOverride": "1.25", - "descentOverride": "0.616", - "lineGapOverride": "0", - "avgWidth": "0.4845961538", - "emSize": "2000" + "ascent": 922, + "descent": -270, + "lineGap": 0, + "xAvgCharWidth": 477, + "unitsPerEm": 1000 }, - "anekdevanagari": { + "Rubik": { "category": "sans-serif", - "ascentOverride": "1.013", - "descentOverride": "0.6925", - "lineGapOverride": "0", - "avgWidth": "0.4845961538", - "emSize": "2000" + "ascent": 935, + "descent": -250, + "lineGap": 0, + "xAvgCharWidth": 543, + "unitsPerEm": 1000 }, - "anekgujarati": { + "Hind Madurai": { "category": "sans-serif", - "ascentOverride": "0.9875", - "descentOverride": "0.532", - "lineGapOverride": "0", - "avgWidth": "0.4845961538", - "emSize": "2000" + "ascent": 982, + "descent": -398, + "lineGap": 0, + "xAvgCharWidth": 598, + "unitsPerEm": 1000 }, - "anekgurmukhi": { - "category": "sans-serif", - "ascentOverride": "0.75", - "descentOverride": "0.45", - "lineGapOverride": "0", - "avgWidth": "0.4845961538", - "emSize": "2000" + "Akaya Kanadaka": { + "category": "display", + "ascent": 920, + "descent": -276, + "lineGap": 0, + "xAvgCharWidth": 685, + "unitsPerEm": 1000 }, - "anekkannada": { - "category": "sans-serif", - "ascentOverride": "1.015", - "descentOverride": "0.655", - "lineGapOverride": "0", - "avgWidth": "0.4845961538", - "emSize": "2000" + "Chicle": { + "category": "display", + "ascent": 915, + "descent": -294, + "lineGap": 0, + "xAvgCharWidth": 337, + "unitsPerEm": 1000 }, - "aneklatin": { + "Hind": { "category": "sans-serif", - "ascentOverride": "0.9", - "descentOverride": "0.2", - "lineGapOverride": "0", - "avgWidth": "0.4845961538", - "emSize": "2000" + "ascent": 1055, + "descent": -546, + "lineGap": 0, + "xAvgCharWidth": 523, + "unitsPerEm": 1000 + }, + "Gulzar": { + "category": "serif", + "ascent": 1500, + "descent": -1200, + "lineGap": 0, + "xAvgCharWidth": 515, + "unitsPerEm": 1000 }, - "anekmalayalam": { + "Almarai": { "category": "sans-serif", - "ascentOverride": "1.0175", - "descentOverride": "0.415", - "lineGapOverride": "0", - "avgWidth": "0.4845961538", - "emSize": "2000" + "ascent": 905, + "descent": -211, + "lineGap": 0, + "xAvgCharWidth": 612, + "unitsPerEm": 1000 }, - "anekodia": { + "Varela Round": { "category": "sans-serif", - "ascentOverride": "0.98", - "descentOverride": "0.7", - "lineGapOverride": "0", - "avgWidth": "0.4845961538", - "emSize": "2000" + "ascent": 918, + "descent": -286, + "lineGap": 0, + "xAvgCharWidth": 588, + "unitsPerEm": 1000 }, - "anektamil": { + "Gafata": { "category": "sans-serif", - "ascentOverride": "0.9815", - "descentOverride": "0.4265", - "lineGapOverride": "0", - "avgWidth": "0.4845961538", - "emSize": "2000" + "ascent": 921, + "descent": -202, + "lineGap": 0, + "xAvgCharWidth": 483, + "unitsPerEm": 1000 }, - "anektelugu": { + "Carme": { "category": "sans-serif", - "ascentOverride": "0.9", - "descentOverride": "0.6", - "lineGapOverride": "0", - "avgWidth": "0.4845961538", - "emSize": "2000" + "ascent": 1946, + "descent": -513, + "lineGap": 0, + "xAvgCharWidth": 942, + "unitsPerEm": 2048 }, - "angkor": { + "Amita": { + "category": "handwriting", + "ascent": 1292, + "descent": -650, + "lineGap": 0, + "xAvgCharWidth": 568, + "unitsPerEm": 1000 + }, + "Turret Road": { "category": "display", - "ascentOverride": "1.220703125", - "descentOverride": "0.5859375", - "lineGapOverride": "0", - "avgWidth": "0.6722881611", - "emSize": "2048" + "ascent": 850, + "descent": -243, + "lineGap": 0, + "xAvgCharWidth": 561, + "unitsPerEm": 1000 }, - "annieuseyourtelescope": { - "category": "handwriting", - "ascentOverride": "1.024414063", - "descentOverride": "0.4091796875", - "lineGapOverride": "0", - "avgWidth": "0.3615910457", - "emSize": "1024" + "Belgrano": { + "category": "serif", + "ascent": 990, + "descent": -278, + "lineGap": 0, + "xAvgCharWidth": 500, + "unitsPerEm": 1000 }, - "anonymouspro": { - "category": "monospace", - "ascentOverride": "0.8178710938", - "descentOverride": "0.1821289063", - "lineGapOverride": "0", - "avgWidth": "0.5458984375", - "emSize": "2048" + "Baloo Da 2": { + "category": "display", + "ascent": 1095, + "descent": -589, + "lineGap": 0, + "xAvgCharWidth": 582, + "unitsPerEm": 1000 }, - "antic": { - "category": "sans-serif", - "ascentOverride": "0.94", - "descentOverride": "0.251", - "lineGapOverride": "0", - "avgWidth": "0.4782307692", - "emSize": "1000" + "Concert One": { + "category": "display", + "ascent": 2005, + "descent": 410, + "lineGap": 0, + "xAvgCharWidth": 1013, + "unitsPerEm": 2048 }, - "anticdidone": { - "category": "serif", - "ascentOverride": "0.94", - "descentOverride": "0.25", - "lineGapOverride": "0", - "avgWidth": "0.5415", - "emSize": "1000" + "Anaheim": { + "category": "sans-serif", + "ascent": 1968, + "descent": -672, + "lineGap": 0, + "xAvgCharWidth": 863, + "unitsPerEm": 2048 }, - "anticslab": { - "category": "serif", - "ascentOverride": "0.94", - "descentOverride": "0.25", - "lineGapOverride": "0", - "avgWidth": "0.5415", - "emSize": "1000" + "Gloria Hallelujah": { + "category": "handwriting", + "ascent": 1439, + "descent": -591, + "lineGap": 0, + "xAvgCharWidth": 516, + "unitsPerEm": 1024 }, - "anton": { - "category": "sans-serif", - "ascentOverride": "1.176269531", - "descentOverride": "0.3291015625", - "lineGapOverride": "0", - "avgWidth": "0.4553034856", - "emSize": "2048" + "Battambang": { + "category": "display", + "ascent": 2500, + "descent": -1200, + "lineGap": 0, + "xAvgCharWidth": 1235, + "unitsPerEm": 2048 }, - "antonio": { - "category": "sans-serif", - "ascentOverride": "1.154785156", - "descentOverride": "0.1391601563", - "lineGapOverride": "0", - "avgWidth": "0.4104191707", - "emSize": "2048" + "Mogra": { + "category": "display", + "ascent": 750, + "descent": -250, + "lineGap": 200, + "xAvgCharWidth": 780, + "unitsPerEm": 1000 }, - "anybody": { - "category": "display", - "ascentOverride": "0.795", - "descentOverride": "0.24", - "lineGapOverride": "0", - "avgWidth": "0.09617307692", - "emSize": "2000" + "Alumni Sans Pinstripe": { + "category": "sans-serif", + "ascent": 900, + "descent": -300, + "lineGap": 0, + "xAvgCharWidth": 370, + "unitsPerEm": 1000 }, - "arapey": { - "category": "serif", - "ascentOverride": "0.868", - "descentOverride": "0.228", - "lineGapOverride": "0", - "avgWidth": "0.4405769231", - "emSize": "1000" + "Gabriela": { + "category": "serif", + "ascent": 986, + "descent": -295, + "lineGap": 0, + "xAvgCharWidth": 586, + "unitsPerEm": 1000 }, - "arbutus": { - "category": "display", - "ascentOverride": "0.9814453125", - "descentOverride": "0.2685546875", - "lineGapOverride": "0", - "avgWidth": "0.7079514724", - "emSize": "2048" + "Noto Sans Hanunoo": { + "category": "sans-serif", + "ascent": 1069, + "descent": -293, + "lineGap": 0, + "xAvgCharWidth": 732, + "unitsPerEm": 1000 }, - "arbutusslab": { - "category": "serif", - "ascentOverride": "0.9814453125", - "descentOverride": "0.2685546875", - "lineGapOverride": "0", - "avgWidth": "0.5460111178", - "emSize": "2048" + "Dynalight": { + "category": "display", + "ascent": 1840, + "descent": -645, + "lineGap": 0, + "xAvgCharWidth": 609, + "unitsPerEm": 2048 }, - "architectsdaughter": { - "category": "handwriting", - "ascentOverride": "0.986328125", - "descentOverride": "0.4033203125", - "lineGapOverride": "0", - "avgWidth": "0.5069486178", - "emSize": "1024" + "Gilda Display": { + "category": "serif", + "ascent": 892, + "descent": -285, + "lineGap": 0, + "xAvgCharWidth": 537, + "unitsPerEm": 1000 }, - "archivo": { - "category": "sans-serif", - "ascentOverride": "0.878", - "descentOverride": "0.21", - "lineGapOverride": "0", - "avgWidth": "0.5213846154", - "emSize": "1000" + "Gochi Hand": { + "category": "handwriting", + "ascent": 1579, + "descent": -835, + "lineGap": 0, + "xAvgCharWidth": 976, + "unitsPerEm": 2048 }, - "archivoblack": { - "category": "sans-serif", - "ascentOverride": "0.878", - "descentOverride": "0.21", - "lineGapOverride": "0", - "avgWidth": "0.6133461538", - "emSize": "1000" + "Calistoga": { + "category": "display", + "ascent": 1000, + "descent": -300, + "lineGap": 0, + "xAvgCharWidth": 580, + "unitsPerEm": 1000 }, - "archivonarrow": { - "category": "sans-serif", - "ascentOverride": "1.035", - "descentOverride": "0.312", - "lineGapOverride": "0", - "avgWidth": "0.4031538462", - "emSize": "1000" + "IM Fell Great Primer": { + "category": "serif", + "ascent": 1942, + "descent": -562, + "lineGap": 0, + "xAvgCharWidth": 821, + "unitsPerEm": 2048 }, - "areyouserious": { + "Noto Serif Tibetan": { + "category": "serif", + "ascent": 1466, + "descent": -1349, + "lineGap": 0, + "xAvgCharWidth": 644, + "unitsPerEm": 1000 + }, + "Tillana": { + "category": "handwriting", + "ascent": 1158, + "descent": -484, + "lineGap": 0, + "xAvgCharWidth": 503, + "unitsPerEm": 1000 + }, + "Allura": { "category": "handwriting", - "ascentOverride": "0.88", - "descentOverride": "0.32", - "lineGapOverride": "0", - "avgWidth": "0.3476538462", - "emSize": "1000" + "ascent": 800, + "descent": -450, + "lineGap": 0, + "xAvgCharWidth": 574, + "unitsPerEm": 1000 }, - "arefruqaa": { + "Bad Script": { + "category": "handwriting", + "ascent": 2710, + "descent": -1327, + "lineGap": 0, + "xAvgCharWidth": 996, + "unitsPerEm": 2048 + }, + "Almendra SC": { "category": "serif", - "ascentOverride": "1.221", - "descentOverride": "0.244", - "lineGapOverride": "0.098", - "avgWidth": "0.5057307692", - "emSize": "1000" + "ascent": 939, + "descent": -251, + "lineGap": 0, + "xAvgCharWidth": 442, + "unitsPerEm": 1000 + }, + "Carrois Gothic SC": { + "category": "sans-serif", + "ascent": 922, + "descent": -270, + "lineGap": 0, + "xAvgCharWidth": 493, + "unitsPerEm": 1000 }, - "arimamadurai": { + "Germania One": { "category": "display", - "ascentOverride": "1.073", - "descentOverride": "0.56", - "lineGapOverride": "0", - "avgWidth": "0.5167307692", - "emSize": "1000" + "ascent": 911, + "descent": -250, + "lineGap": 0, + "xAvgCharWidth": 392, + "unitsPerEm": 1000 }, - "arimo": { - "category": "sans-serif", - "ascentOverride": "0.9052734375", - "descentOverride": "0.2119140625", - "lineGapOverride": "0.03271484375", - "avgWidth": "0.4895395132", - "emSize": "2048" + "Noto Serif Tangut": { + "category": "serif", + "ascent": 856, + "descent": -150, + "lineGap": 0, + "xAvgCharWidth": 1000, + "unitsPerEm": 1000 }, - "arizonia": { - "category": "handwriting", - "ascentOverride": "0.9", - "descentOverride": "0.35", - "lineGapOverride": "0", - "avgWidth": "0.3637692308", - "emSize": "1000" + "Barrio": { + "category": "display", + "ascent": 880, + "descent": -247, + "lineGap": 0, + "xAvgCharWidth": 525, + "unitsPerEm": 1000 }, - "armata": { + "Arya": { "category": "sans-serif", - "ascentOverride": "0.9765625", - "descentOverride": "0.2734375", - "lineGapOverride": "0", - "avgWidth": "0.595703125", - "emSize": "2048" + "ascent": 1265, + "descent": -544, + "lineGap": 0, + "xAvgCharWidth": 539, + "unitsPerEm": 1000 }, - "arsenal": { + "Noto Sans Cypriot": { "category": "sans-serif", - "ascentOverride": "1", - "descentOverride": "0.254", - "lineGapOverride": "0", - "avgWidth": "0.4451923077", - "emSize": "1000" + "ascent": 1069, + "descent": -293, + "lineGap": 0, + "xAvgCharWidth": 694, + "unitsPerEm": 1000 }, - "artifika": { + "Alice": { "category": "serif", - "ascentOverride": "0.96875", - "descentOverride": "0.248046875", - "lineGapOverride": "0", - "avgWidth": "0.5956467849", - "emSize": "2048" + "ascent": 909, + "descent": -234, + "lineGap": 0, + "xAvgCharWidth": 591, + "unitsPerEm": 1000 }, - "arvo": { - "category": "serif", - "ascentOverride": "0.9609375", - "descentOverride": "0.2470703125", - "lineGapOverride": "0.02685546875", - "avgWidth": "0.55470628", - "emSize": "2048" + "Chilanka": { + "category": "handwriting", + "ascent": 1500, + "descent": -750, + "lineGap": 0, + "xAvgCharWidth": 1806, + "unitsPerEm": 2048 }, - "arya": { + "Capriola": { "category": "sans-serif", - "ascentOverride": "1.265", - "descentOverride": "0.544", - "lineGapOverride": "0", - "avgWidth": "0.4721153846", - "emSize": "1000" + "ascent": 1992, + "descent": -568, + "lineGap": 0, + "xAvgCharWidth": 1267, + "unitsPerEm": 2048 }, - "asap": { - "category": "sans-serif", - "ascentOverride": "0.934", - "descentOverride": "0.212", - "lineGapOverride": "0", - "avgWidth": "0.4990769231", - "emSize": "1000" + "Cardo": { + "category": "serif", + "ascent": 2028, + "descent": -745, + "lineGap": 0, + "xAvgCharWidth": 1305, + "unitsPerEm": 2048 }, - "asapcondensed": { - "category": "sans-serif", - "ascentOverride": "0.934", - "descentOverride": "0.212", - "lineGapOverride": "0", - "avgWidth": "0.4279230769", - "emSize": "1000" + "Herr Von Muellerhoff": { + "category": "handwriting", + "ascent": 925, + "descent": -497, + "lineGap": 0, + "xAvgCharWidth": 250, + "unitsPerEm": 1000 + }, + "Carattere": { + "category": "handwriting", + "ascent": 800, + "descent": -350, + "lineGap": 0, + "xAvgCharWidth": 485, + "unitsPerEm": 1000 }, - "asar": { + "Noto Serif TC": { "category": "serif", - "ascentOverride": "1.196", - "descentOverride": "0.557", - "lineGapOverride": "0", - "avgWidth": "0.466", - "emSize": "1000" + "ascent": 1151, + "descent": -286, + "lineGap": 0, + "xAvgCharWidth": 982, + "unitsPerEm": 1000 }, - "asset": { + "Arizonia": { + "category": "handwriting", + "ascent": 900, + "descent": -350, + "lineGap": 0, + "xAvgCharWidth": 546, + "unitsPerEm": 1000 + }, + "Bellota": { "category": "display", - "ascentOverride": "0.9624023438", - "descentOverride": "0.2875976563", - "lineGapOverride": "0", - "avgWidth": "1.2967811", - "emSize": "2048" + "ascent": 968, + "descent": -290, + "lineGap": 0, + "xAvgCharWidth": 584, + "unitsPerEm": 1000 }, - "assistant": { - "category": "sans-serif", - "ascentOverride": "1.021", - "descentOverride": "0.287", - "lineGapOverride": "0", - "avgWidth": "0.4480769231", - "emSize": "1000" + "DM Serif Text": { + "category": "serif", + "ascent": 1036, + "descent": -335, + "lineGap": 0, + "xAvgCharWidth": 559, + "unitsPerEm": 1000 }, - "astloch": { + "Zen Tokyo Zoo": { "category": "display", - "ascentOverride": "0.951171875", - "descentOverride": "0.2568359375", - "lineGapOverride": "0.02587890625", - "avgWidth": "0.3751314603", - "emSize": "2048" + "ascent": 950, + "descent": -250, + "lineGap": 0, + "xAvgCharWidth": 492, + "unitsPerEm": 1000 }, - "asul": { - "category": "sans-serif", - "ascentOverride": "0.949", - "descentOverride": "0.264", - "lineGapOverride": "0", - "avgWidth": "0.4999230769", - "emSize": "1000" + "Caramel": { + "category": "handwriting", + "ascent": 900, + "descent": -300, + "lineGap": 0, + "xAvgCharWidth": 438, + "unitsPerEm": 1000 }, - "athiti": { + "Julius Sans One": { "category": "sans-serif", - "ascentOverride": "1.15", - "descentOverride": "0.45", - "lineGapOverride": "0", - "avgWidth": "0.5267307692", - "emSize": "1000" + "ascent": 863, + "descent": -228, + "lineGap": 0, + "xAvgCharWidth": 560, + "unitsPerEm": 1000 }, - "atkinsonhyperlegible": { + "Hind Guntur": { "category": "sans-serif", - "ascentOverride": "0.95", - "descentOverride": "0.29", - "lineGapOverride": "0", - "avgWidth": "0.4834615385", - "emSize": "1000" - }, - "atma": { - "category": "display", - "ascentOverride": "1.101", - "descentOverride": "0.518", - "lineGapOverride": "0", - "avgWidth": "0.4561538462", - "emSize": "1000" + "ascent": 1115, + "descent": -773, + "lineGap": 0, + "xAvgCharWidth": 549, + "unitsPerEm": 1000 }, - "atomicage": { + "Akronim": { "category": "display", - "ascentOverride": "1.020996094", - "descentOverride": "0.3203125", - "lineGapOverride": "0", - "avgWidth": "0.5753643329", - "emSize": "2048" + "ascent": 785, + "descent": -314, + "lineGap": 43, + "xAvgCharWidth": 327, + "unitsPerEm": 1000 }, - "aubrey": { + "Aubrey": { "category": "display", - "ascentOverride": "0.83", - "descentOverride": "0.212", - "lineGapOverride": "0", - "avgWidth": "0.3838461538", - "emSize": "1000" + "ascent": 830, + "descent": -212, + "lineGap": 0, + "xAvgCharWidth": 385, + "unitsPerEm": 1000 }, - "audiowide": { - "category": "display", - "ascentOverride": "0.9897460938", - "descentOverride": "0.28515625", - "lineGapOverride": "0", - "avgWidth": "0.6303147536", - "emSize": "2048" + "Noto Sans Ugaritic": { + "category": "sans-serif", + "ascent": 743, + "descent": -381, + "lineGap": 0, + "xAvgCharWidth": 888, + "unitsPerEm": 1000 }, - "autourone": { - "category": "display", - "ascentOverride": "0.9814453125", - "descentOverride": "0.2685546875", - "lineGapOverride": "0", - "avgWidth": "0.6760066106", - "emSize": "2048" + "Quantico": { + "category": "sans-serif", + "ascent": 1063, + "descent": -367, + "lineGap": 0, + "xAvgCharWidth": 469, + "unitsPerEm": 1000 }, - "average": { + "Noto Serif Dogra": { "category": "serif", - "ascentOverride": "0.953", - "descentOverride": "0.263", - "lineGapOverride": "0", - "avgWidth": "0.4771923077", - "emSize": "1000" + "ascent": 1130, + "descent": -364, + "lineGap": 0, + "xAvgCharWidth": 582, + "unitsPerEm": 1000 }, - "averagesans": { + "Noto Sans Old Hungarian": { "category": "sans-serif", - "ascentOverride": "1.027", - "descentOverride": "0.269", - "lineGapOverride": "0", - "avgWidth": "0.4518846154", - "emSize": "1000" + "ascent": 859, + "descent": -177, + "lineGap": 0, + "xAvgCharWidth": 640, + "unitsPerEm": 1000 }, - "averiagruesalibre": { - "category": "display", - "ascentOverride": "0.953125", - "descentOverride": "0.240234375", - "lineGapOverride": "0", - "avgWidth": "0.4966759315", - "emSize": "2048" + "Nokora": { + "category": "sans-serif", + "ascent": 1907, + "descent": -800, + "lineGap": 0, + "xAvgCharWidth": 1179, + "unitsPerEm": 2048 }, - "averialibre": { - "category": "display", - "ascentOverride": "0.953125", - "descentOverride": "0.240234375", - "lineGapOverride": "0", - "avgWidth": "0.4936523438", - "emSize": "2048" + "Caladea": { + "category": "serif", + "ascent": 900, + "descent": -250, + "lineGap": 0, + "xAvgCharWidth": 510, + "unitsPerEm": 1000 }, - "averiasanslibre": { + "Fredoka One": { "category": "display", - "ascentOverride": "0.9936523438", - "descentOverride": "0.2436523438", - "lineGapOverride": "0", - "avgWidth": "0.4812950721", - "emSize": "2048" + "ascent": 974, + "descent": -236, + "lineGap": 0, + "xAvgCharWidth": 486, + "unitsPerEm": 1000 }, - "averiaseriflibre": { - "category": "display", - "ascentOverride": "0.912109375", - "descentOverride": "0.2373046875", - "lineGapOverride": "0.08984375", - "avgWidth": "0.4698392428", - "emSize": "2048" + "Delius": { + "category": "handwriting", + "ascent": 986, + "descent": -270, + "lineGap": 0, + "xAvgCharWidth": 448, + "unitsPerEm": 1000 }, - "azeretmono": { - "category": "monospace", - "ascentOverride": "0.937", - "descentOverride": "0.23", - "lineGapOverride": "0", - "avgWidth": "0.65", - "emSize": "1000" + "Albert Sans": { + "category": "sans-serif", + "ascent": 950, + "descent": -250, + "lineGap": 0, + "xAvgCharWidth": 556, + "unitsPerEm": 1000 }, - "b612": { + "Arvo": { + "category": "serif", + "ascent": 1968, + "descent": -506, + "lineGap": 55, + "xAvgCharWidth": 967, + "unitsPerEm": 2048 + }, + "Miss Fajardose": { + "category": "handwriting", + "ascent": 859, + "descent": -389, + "lineGap": 0, + "xAvgCharWidth": 187, + "unitsPerEm": 1000 + }, + "Roboto": { "category": "sans-serif", - "ascentOverride": "0.965", - "descentOverride": "0.25", - "lineGapOverride": "0", - "avgWidth": "0.5365384615", - "emSize": "2000" + "ascent": 1900, + "descent": -500, + "lineGap": 0, + "xAvgCharWidth": 1158, + "unitsPerEm": 2048 }, - "b612mono": { - "category": "monospace", - "ascentOverride": "0.965", - "descentOverride": "0.25", - "lineGapOverride": "0", - "avgWidth": "0.65", - "emSize": "2000" + "Black And White Picture": { + "category": "sans-serif", + "ascent": 800, + "descent": -200, + "lineGap": 250, + "xAvgCharWidth": 835, + "unitsPerEm": 1000 + }, + "Bowlby One": { + "category": "display", + "ascent": 2276, + "descent": -932, + "lineGap": 0, + "xAvgCharWidth": 1274, + "unitsPerEm": 2048 }, - "bizudgothic": { - "category": "sans-serif", - "ascentOverride": "0.8798828125", - "descentOverride": "0.1201171875", - "lineGapOverride": "0", - "avgWidth": "0.5", - "emSize": "2048" + "Asap": { + "category": "sans-serif", + "ascent": 934, + "descent": -212, + "lineGap": 0, + "xAvgCharWidth": 536, + "unitsPerEm": 1000 }, - "bizudmincho": { - "category": "serif", - "ascentOverride": "0.8798828125", - "descentOverride": "0.1201171875", - "lineGapOverride": "0", - "avgWidth": "0.5", - "emSize": "2048" + "DM Mono": { + "category": "monospace", + "ascent": 992, + "descent": -310, + "lineGap": 0, + "xAvgCharWidth": 600, + "unitsPerEm": 1000 }, - "bizudpgothic": { - "category": "sans-serif", - "ascentOverride": "0.8798828125", - "descentOverride": "0.1201171875", - "lineGapOverride": "0", - "avgWidth": "0.6203988882", - "emSize": "2048" + "Actor": { + "category": "sans-serif", + "ascent": 941, + "descent": -262, + "lineGap": 0, + "xAvgCharWidth": 424, + "unitsPerEm": 1000 }, - "bizudpmincho": { - "category": "serif", - "ascentOverride": "0.8798828125", - "descentOverride": "0.1201171875", - "lineGapOverride": "0", - "avgWidth": "0.5950082632", - "emSize": "2048" + "Noto Serif Sinhala": { + "category": "serif", + "ascent": 997, + "descent": -307, + "lineGap": 0, + "xAvgCharWidth": 779, + "unitsPerEm": 1000 }, - "babylonica": { - "category": "handwriting", - "ascentOverride": "0.875", - "descentOverride": "0.45", - "lineGapOverride": "0", - "avgWidth": "0.2850769231", - "emSize": "1000" + "Advent Pro": { + "category": "sans-serif", + "ascent": 964, + "descent": -232, + "lineGap": 0, + "xAvgCharWidth": 480, + "unitsPerEm": 1000 }, - "badscript": { - "category": "handwriting", - "ascentOverride": "1.323", - "descentOverride": "0.648", - "lineGapOverride": "0", - "avgWidth": "0.3858076923", - "emSize": "1000" + "Noto Sans Mahajani": { + "category": "sans-serif", + "ascent": 757, + "descent": -243, + "lineGap": 0, + "xAvgCharWidth": 553, + "unitsPerEm": 1000 }, - "bahiana": { - "category": "display", - "ascentOverride": "0.9", - "descentOverride": "0.25", - "lineGapOverride": "0", - "avgWidth": "0.3108461538", - "emSize": "1000" + "Noto Sans Glagolitic": { + "category": "sans-serif", + "ascent": 1069, + "descent": -293, + "lineGap": 0, + "xAvgCharWidth": 759, + "unitsPerEm": 1000 }, - "bahianita": { - "category": "display", - "ascentOverride": "0.962", - "descentOverride": "0.238", - "lineGapOverride": "0", - "avgWidth": "0.2659230769", - "emSize": "1000" + "Geostar": { + "category": "display", + "ascent": 922, + "descent": -226, + "lineGap": 0, + "xAvgCharWidth": 779, + "unitsPerEm": 1000 }, - "baijamjuree": { - "category": "sans-serif", - "ascentOverride": "1", - "descentOverride": "0.25", - "lineGapOverride": "0", - "avgWidth": "0.5125769231", - "emSize": "1000" + "Average Sans": { + "category": "sans-serif", + "ascent": 1027, + "descent": -269, + "lineGap": 0, + "xAvgCharWidth": 500, + "unitsPerEm": 1000 }, - "bakbakone": { - "category": "display", - "ascentOverride": "1.05", - "descentOverride": "0.35", - "lineGapOverride": "0", - "avgWidth": "0.5227692308", - "emSize": "1000" + "Noto Sans Myanmar": { + "category": "sans-serif", + "ascent": 1324, + "descent": -860, + "lineGap": 0, + "xAvgCharWidth": 641, + "unitsPerEm": 1000 }, - "ballet": { - "category": "handwriting", - "ascentOverride": "1.13", - "descentOverride": "0.77", - "lineGapOverride": "0", - "avgWidth": "0.3303076923", - "emSize": "1000" + "IBM Plex Sans Arabic": { + "category": "sans-serif", + "ascent": 1085, + "descent": -415, + "lineGap": 0, + "xAvgCharWidth": 632, + "unitsPerEm": 1000 }, - "baloo2": { - "category": "display", - "ascentOverride": "1.078", - "descentOverride": "0.524", - "lineGapOverride": "0", - "avgWidth": "0.4893076923", - "emSize": "1000" + "Philosopher": { + "category": "sans-serif", + "ascent": 900, + "descent": -220, + "lineGap": 0, + "xAvgCharWidth": 548, + "unitsPerEm": 1000 }, - "baloobhai2": { - "category": "display", - "ascentOverride": "1.078", - "descentOverride": "0.544", - "lineGapOverride": "0", - "avgWidth": "0.4893076923", - "emSize": "1000" + "Benne": { + "category": "serif", + "ascent": 630, + "descent": -370, + "lineGap": 0, + "xAvgCharWidth": 707, + "unitsPerEm": 1000 }, - "baloobhaijaan2": { - "category": "display", - "ascentOverride": "1.08", - "descentOverride": "0.632", - "lineGapOverride": "0", - "avgWidth": "0.4893076923", - "emSize": "1000" + "Cormorant Unicase": { + "category": "serif", + "ascent": 924, + "descent": -287, + "lineGap": 0, + "xAvgCharWidth": 535, + "unitsPerEm": 1000 }, - "baloobhaina2": { + "Gugi": { "category": "display", - "ascentOverride": "1.185", - "descentOverride": "0.827", - "lineGapOverride": "0", - "avgWidth": "0.4893076923", - "emSize": "1000" + "ascent": 858, + "descent": -142, + "lineGap": 250, + "xAvgCharWidth": 925, + "unitsPerEm": 1000 }, - "baloochettan2": { - "category": "display", - "ascentOverride": "1.078", - "descentOverride": "0.392", - "lineGapOverride": "0", - "avgWidth": "0.4893076923", - "emSize": "1000" + "Hina Mincho": { + "category": "serif", + "ascent": 1160, + "descent": -288, + "lineGap": 0, + "xAvgCharWidth": 961, + "unitsPerEm": 1000 }, - "balooda2": { - "category": "display", - "ascentOverride": "1.095", - "descentOverride": "0.589", - "lineGapOverride": "0", - "avgWidth": "0.4893076923", - "emSize": "1000" + "Catamaran": { + "category": "sans-serif", + "ascent": 1100, + "descent": -540, + "lineGap": 0, + "xAvgCharWidth": 583, + "unitsPerEm": 1000 }, - "baloopaaji2": { - "category": "display", - "ascentOverride": "1.157", - "descentOverride": "0.614", - "lineGapOverride": "0", - "avgWidth": "0.4893076923", - "emSize": "1000" + "Old Standard TT": { + "category": "serif", + "ascent": 762, + "descent": -238, + "lineGap": 236, + "xAvgCharWidth": 604, + "unitsPerEm": 1000 }, - "balootamma2": { - "category": "display", - "ascentOverride": "1.078", - "descentOverride": "0.673", - "lineGapOverride": "0", - "avgWidth": "0.4893076923", - "emSize": "1000" + "Newsreader": { + "category": "serif", + "ascent": 1470, + "descent": -530, + "lineGap": 0, + "xAvgCharWidth": 1087, + "unitsPerEm": 2000 }, - "balootammudu2": { - "category": "display", - "ascentOverride": "1.177", - "descentOverride": "1.119", - "lineGapOverride": "0", - "avgWidth": "0.4893076923", - "emSize": "1000" + "Average": { + "category": "serif", + "ascent": 953, + "descent": -263, + "lineGap": 0, + "xAvgCharWidth": 420, + "unitsPerEm": 1000 }, - "baloothambi2": { - "category": "display", - "ascentOverride": "1.078", - "descentOverride": "0.486", - "lineGapOverride": "0", - "avgWidth": "0.4893076923", - "emSize": "1000" + "Fleur De Leah": { + "category": "handwriting", + "ascent": 920, + "descent": -450, + "lineGap": 0, + "xAvgCharWidth": 521, + "unitsPerEm": 1000 }, - "balsamiqsans": { + "Arbutus": { "category": "display", - "ascentOverride": "0.9", - "descentOverride": "0.3", - "lineGapOverride": "0", - "avgWidth": "0.5029230769", - "emSize": "1000" + "ascent": 2010, + "descent": -550, + "lineGap": 0, + "xAvgCharWidth": 1507, + "unitsPerEm": 2048 }, - "balthazar": { + "Alike": { "category": "serif", - "ascentOverride": "0.796", - "descentOverride": "0.222", - "lineGapOverride": "0", - "avgWidth": "0.4312307692", - "emSize": "1000" + "ascent": 984, + "descent": -270, + "lineGap": 0, + "xAvgCharWidth": 520, + "unitsPerEm": 1000 }, - "bangers": { + "Carter One": { "category": "display", - "ascentOverride": "0.883", - "descentOverride": "0.181", - "lineGapOverride": "0", - "avgWidth": "0.4196923077", - "emSize": "1000" + "ascent": 2264, + "descent": -890, + "lineGap": 0, + "xAvgCharWidth": 1002, + "unitsPerEm": 2048 }, - "barlow": { + "Noto Sans Symbols": { "category": "sans-serif", - "ascentOverride": "1", - "descentOverride": "0.2", - "lineGapOverride": "0", - "avgWidth": "0.4814615385", - "emSize": "1000" + "ascent": 1480, + "descent": -570, + "lineGap": 0, + "xAvgCharWidth": 1043, + "unitsPerEm": 1000 }, - "barlowcondensed": { + "Noto Sans Linear A": { "category": "sans-serif", - "ascentOverride": "1", - "descentOverride": "0.2", - "lineGapOverride": "0", - "avgWidth": "0.3993076923", - "emSize": "1000" + "ascent": 1069, + "descent": -293, + "lineGap": 0, + "xAvgCharWidth": 741, + "unitsPerEm": 1000 }, - "barlowsemicondensed": { - "category": "sans-serif", - "ascentOverride": "1", - "descentOverride": "0.2", - "lineGapOverride": "0", - "avgWidth": "0.4774230769", - "emSize": "1000" - }, - "barriecito": { + "Galada": { "category": "display", - "ascentOverride": "0.962", - "descentOverride": "0.238", - "lineGapOverride": "0", - "avgWidth": "0.4760769231", - "emSize": "1000" + "ascent": 1035, + "descent": -592, + "lineGap": 0, + "xAvgCharWidth": 598, + "unitsPerEm": 1000 + }, + "Architects Daughter": { + "category": "handwriting", + "ascent": 1010, + "descent": -413, + "lineGap": 0, + "xAvgCharWidth": 536, + "unitsPerEm": 1024 }, - "barrio": { + "New Rocker": { "category": "display", - "ascentOverride": "0.88", - "descentOverride": "0.247", - "lineGapOverride": "0", - "avgWidth": "0.5599230769", - "emSize": "1000" + "ascent": 946, + "descent": -283, + "lineGap": 0, + "xAvgCharWidth": 420, + "unitsPerEm": 1000 }, - "basic": { - "category": "sans-serif", - "ascentOverride": "1.008789063", - "descentOverride": "0.2495117188", - "lineGapOverride": "0", - "avgWidth": "0.4790414663", - "emSize": "2048" + "Charmonman": { + "category": "handwriting", + "ascent": 1200, + "descent": -700, + "lineGap": 0, + "xAvgCharWidth": 548, + "unitsPerEm": 1000 }, - "baskervville": { - "category": "serif", - "ascentOverride": "0.998", - "descentOverride": "0.295", - "lineGapOverride": "0", - "avgWidth": "0.4989615385", - "emSize": "1000" + "Mountains of Christmas": { + "category": "display", + "ascent": 1066, + "descent": -354, + "lineGap": 0, + "xAvgCharWidth": 439, + "unitsPerEm": 1024 }, - "battambang": { + "Koulen": { "category": "display", - "ascentOverride": "1.220703125", - "descentOverride": "0.5859375", - "lineGapOverride": "0", - "avgWidth": "0.5663311298", - "emSize": "2048" + "ascent": 2500, + "descent": -1200, + "lineGap": 0, + "xAvgCharWidth": 1078, + "unitsPerEm": 2048 }, - "baumans": { + "Baloo Paaji 2": { "category": "display", - "ascentOverride": "0.942", - "descentOverride": "0.24", - "lineGapOverride": "0", - "avgWidth": "0.4838076923", - "emSize": "1000" + "ascent": 1157, + "descent": -614, + "lineGap": 0, + "xAvgCharWidth": 519, + "unitsPerEm": 1000 }, - "bayon": { + "Noto Sans Lydian": { "category": "sans-serif", - "ascentOverride": "1.220703125", - "descentOverride": "0.5859375", - "lineGapOverride": "0", - "avgWidth": "0.4436598558", - "emSize": "2048" + "ascent": 1069, + "descent": -293, + "lineGap": 0, + "xAvgCharWidth": 584, + "unitsPerEm": 1000 }, - "bevietnampro": { + "Averia Gruesa Libre": { + "category": "display", + "ascent": 1952, + "descent": -492, + "lineGap": 0, + "xAvgCharWidth": 909, + "unitsPerEm": 2048 + }, + "Spectral SC": { + "category": "serif", + "ascent": 1059, + "descent": -463, + "lineGap": 0, + "xAvgCharWidth": 589, + "unitsPerEm": 1000 + }, + "Alegreya Sans": { "category": "sans-serif", - "ascentOverride": "1", - "descentOverride": "0.265", - "lineGapOverride": "0", - "avgWidth": "0.5725769231", - "emSize": "1000" + "ascent": 900, + "descent": -300, + "lineGap": 0, + "xAvgCharWidth": 517, + "unitsPerEm": 1000 }, - "beaurivage": { - "category": "handwriting", - "ascentOverride": "0.94", - "descentOverride": "0.4", - "lineGapOverride": "0", - "avgWidth": "0.2826153846", - "emSize": "1000" + "Noto Sans Bhaiksuki": { + "category": "sans-serif", + "ascent": 960, + "descent": -460, + "lineGap": 0, + "xAvgCharWidth": 785, + "unitsPerEm": 1000 }, - "bebasneue": { - "category": "display", - "ascentOverride": "0.9", - "descentOverride": "0.3", - "lineGapOverride": "0", - "avgWidth": "0.3892307692", - "emSize": "1000" + "Palanquin Dark": { + "category": "sans-serif", + "ascent": 1320, + "descent": -491, + "lineGap": 0, + "xAvgCharWidth": 829, + "unitsPerEm": 1000 }, - "belgrano": { + "Nuosu SIL": { "category": "serif", - "ascentOverride": "0.99", - "descentOverride": "0.278", - "lineGapOverride": "0", - "avgWidth": "0.5714615385", - "emSize": "1000" + "ascent": 2200, + "descent": -500, + "lineGap": 0, + "xAvgCharWidth": 1518, + "unitsPerEm": 2048 }, - "bellefair": { + "IM Fell English": { "category": "serif", - "ascentOverride": "0.869", - "descentOverride": "0.277", - "lineGapOverride": "0", - "avgWidth": "0.4067692308", - "emSize": "1000" + "ascent": 1854, + "descent": -744, + "lineGap": 0, + "xAvgCharWidth": 834, + "unitsPerEm": 2048 }, - "belleza": { - "category": "sans-serif", - "ascentOverride": "0.928", - "descentOverride": "0.224", - "lineGapOverride": "0", - "avgWidth": "0.4451923077", - "emSize": "1000" + "Share Tech Mono": { + "category": "monospace", + "ascent": 885, + "descent": -242, + "lineGap": 0, + "xAvgCharWidth": 544, + "unitsPerEm": 1000 }, - "bellota": { - "category": "display", - "ascentOverride": "0.968", - "descentOverride": "0.29", - "lineGapOverride": "0", - "avgWidth": "0.5054230769", - "emSize": "1000" + "Bowlby One SC": { + "category": "display", + "ascent": 2248, + "descent": -876, + "lineGap": 0, + "xAvgCharWidth": 1334, + "unitsPerEm": 2048 }, - "bellotatext": { - "category": "display", - "ascentOverride": "0.968", - "descentOverride": "0.29", - "lineGapOverride": "0", - "avgWidth": "0.4652692308", - "emSize": "1000" + "Big Shoulders Inline Text": { + "category": "display", + "ascent": 3936, + "descent": -852, + "lineGap": 0, + "xAvgCharWidth": 1072, + "unitsPerEm": 4000 }, - "benchnine": { - "category": "sans-serif", - "ascentOverride": "0.986328125", - "descentOverride": "0.3515625", - "lineGapOverride": "0", - "avgWidth": "0.3186598558", - "emSize": "2048" + "Slabo 13px": { + "category": "serif", + "ascent": 720, + "descent": -240, + "lineGap": 0, + "xAvgCharWidth": 448, + "unitsPerEm": 780 }, - "benne": { - "category": "serif", - "ascentOverride": "0.63", - "descentOverride": "0.37", - "lineGapOverride": "0", - "avgWidth": "0.4351923077", - "emSize": "1000" + "Graduate": { + "category": "display", + "ascent": 953, + "descent": -186, + "lineGap": 0, + "xAvgCharWidth": 602, + "unitsPerEm": 1000 }, - "bentham": { - "category": "serif", - "ascentOverride": "0.8583984375", - "descentOverride": "0.25390625", - "lineGapOverride": "0.08984375", - "avgWidth": "0.4815579928", - "emSize": "1024" + "Jost": { + "category": "sans-serif", + "ascent": 1070, + "descent": -375, + "lineGap": 0, + "xAvgCharWidth": 546, + "unitsPerEm": 1000 }, - "berkshireswash": { - "category": "handwriting", - "ascentOverride": "0.9799804688", - "descentOverride": "0.2622070313", - "lineGapOverride": "0", - "avgWidth": "0.4763746995", - "emSize": "2048" + "Zilla Slab Highlight": { + "category": "display", + "ascent": 944, + "descent": -256, + "lineGap": 0, + "xAvgCharWidth": 527, + "unitsPerEm": 1000 }, - "besley": { - "category": "serif", - "ascentOverride": "1.25", - "descentOverride": "0.425", - "lineGapOverride": "0", - "avgWidth": "0.5663269231", - "emSize": "2000" + "Allison": { + "category": "handwriting", + "ascent": 890, + "descent": -380, + "lineGap": 0, + "xAvgCharWidth": 419, + "unitsPerEm": 1000 }, - "bethellen": { - "category": "handwriting", - "ascentOverride": "1.625", - "descentOverride": "0.595", - "lineGapOverride": "0", - "avgWidth": "0.5914807692", - "emSize": "2000" + "Zhi Mang Xing": { + "category": "handwriting", + "ascent": 880, + "descent": -120, + "lineGap": 0, + "xAvgCharWidth": 891, + "unitsPerEm": 1000 }, - "bevan": { - "category": "display", - "ascentOverride": "1.155273438", - "descentOverride": "0.4516601563", - "lineGapOverride": "0", - "avgWidth": "0.6622032752", - "emSize": "2048" + "Noto Sans Thai Looped": { + "category": "sans-serif", + "ascent": 1250, + "descent": -350, + "lineGap": 0, + "xAvgCharWidth": 586, + "unitsPerEm": 1000 }, - "bhutukaexpandedone": { - "category": "display", - "ascentOverride": "0.826", - "descentOverride": "0.182", - "lineGapOverride": "0", - "avgWidth": "0.7877307692", - "emSize": "1000" + "Gorditas": { + "category": "display", + "ascent": 954, + "descent": -259, + "lineGap": 0, + "xAvgCharWidth": 597, + "unitsPerEm": 1000 }, - "bigshouldersdisplay": { - "category": "display", - "ascentOverride": "0.984", - "descentOverride": "0.213", - "lineGapOverride": "0", - "avgWidth": "0.2551346154", - "emSize": "2000" + "Noto Kufi Arabic": { + "category": "sans-serif", + "ascent": 1282, + "descent": -615, + "lineGap": 0, + "xAvgCharWidth": 643, + "unitsPerEm": 1000 }, - "bigshouldersinlinedisplay": { - "category": "display", - "ascentOverride": "0.984", - "descentOverride": "0.213", - "lineGapOverride": "0", - "avgWidth": "0.2563173077", - "emSize": "4000" + "Besley": { + "category": "serif", + "ascent": 2500, + "descent": -850, + "lineGap": 0, + "xAvgCharWidth": 1254, + "unitsPerEm": 2000 }, - "bigshouldersinlinetext": { - "category": "display", - "ascentOverride": "0.984", - "descentOverride": "0.213", - "lineGapOverride": "0", - "avgWidth": "0.3117884615", - "emSize": "4000" + "Saira Extra Condensed": { + "category": "sans-serif", + "ascent": 1135, + "descent": -439, + "lineGap": 0, + "xAvgCharWidth": 370, + "unitsPerEm": 1000 }, - "bigshouldersstencildisplay": { + "Black Ops One": { "category": "display", - "ascentOverride": "0.984", - "descentOverride": "0.213", - "lineGapOverride": "0", - "avgWidth": "0.2569615385", - "emSize": "2000" + "ascent": 1871, + "descent": -689, + "lineGap": 0, + "xAvgCharWidth": 1360, + "unitsPerEm": 2048 }, - "bigshouldersstenciltext": { - "category": "display", - "ascentOverride": "0.984", - "descentOverride": "0.213", - "lineGapOverride": "0", - "avgWidth": "0.3098846154", - "emSize": "2000" + "Urbanist": { + "category": "sans-serif", + "ascent": 1900, + "descent": -500, + "lineGap": 0, + "xAvgCharWidth": 1067, + "unitsPerEm": 2000 }, - "bigshoulderstext": { + "Atomic Age": { "category": "display", - "ascentOverride": "0.984", - "descentOverride": "0.213", - "lineGapOverride": "0", - "avgWidth": "0.3089230769", - "emSize": "2000" + "ascent": 2091, + "descent": -656, + "lineGap": 0, + "xAvgCharWidth": 1271, + "unitsPerEm": 2048 }, - "bigelowrules": { - "category": "display", - "ascentOverride": "0.9067382813", - "descentOverride": "0.251953125", - "lineGapOverride": "0", - "avgWidth": "0.2669208233", - "emSize": "2048" + "Bree Serif": { + "category": "serif", + "ascent": 1077, + "descent": -281, + "lineGap": 0, + "xAvgCharWidth": 449, + "unitsPerEm": 1000 }, - "bigshotone": { + "Uncial Antiqua": { "category": "display", - "ascentOverride": "0.869", - "descentOverride": "0.179", - "lineGapOverride": "0", - "avgWidth": "0.5151153846", - "emSize": "1000" + "ascent": 2019, + "descent": -676, + "lineGap": 0, + "xAvgCharWidth": 1167, + "unitsPerEm": 2048 }, - "bilbo": { + "Ole": { "category": "handwriting", - "ascentOverride": "0.85", - "descentOverride": "0.4", - "lineGapOverride": "0", - "avgWidth": "0.2919230769", - "emSize": "1000" + "ascent": 880, + "descent": -380, + "lineGap": 0, + "xAvgCharWidth": 418, + "unitsPerEm": 1000 }, - "bilboswashcaps": { - "category": "handwriting", - "ascentOverride": "0.85", - "descentOverride": "0.4", - "lineGapOverride": "0", - "avgWidth": "0.2919230769", - "emSize": "1000" - }, - "biorhyme": { - "category": "serif", - "ascentOverride": "1.127", - "descentOverride": "0.422", - "lineGapOverride": "0", - "avgWidth": "0.6141538462", - "emSize": "1000" + "Noto Sans Modi": { + "category": "sans-serif", + "ascent": 891, + "descent": -463, + "lineGap": 0, + "xAvgCharWidth": 579, + "unitsPerEm": 1000 }, - "biorhymeexpanded": { - "category": "serif", - "ascentOverride": "1.127", - "descentOverride": "0.422", - "lineGapOverride": "0", - "avgWidth": "1.021153846", - "emSize": "1000" + "Amaranth": { + "category": "sans-serif", + "ascent": 976, + "descent": -236, + "lineGap": 0, + "xAvgCharWidth": 430, + "unitsPerEm": 1000 }, - "birthstone": { + "Sacramento": { "category": "handwriting", - "ascentOverride": "0.95", - "descentOverride": "0.41", - "lineGapOverride": "0", - "avgWidth": "0.3169230769", - "emSize": "1000" + "ascent": 1905, + "descent": -1084, + "lineGap": 0, + "xAvgCharWidth": 607, + "unitsPerEm": 2048 }, - "birthstonebounce": { + "Licorice": { "category": "handwriting", - "ascentOverride": "0.95", - "descentOverride": "0.41", - "lineGapOverride": "0", - "avgWidth": "0.3366923077", - "emSize": "1000" - }, - "biryani": { - "category": "sans-serif", - "ascentOverride": "1.109", - "descentOverride": "0.656", - "lineGapOverride": "0", - "avgWidth": "0.5490384615", - "emSize": "1000" + "ascent": 850, + "descent": -400, + "lineGap": 0, + "xAvgCharWidth": 480, + "unitsPerEm": 1000 }, - "bitter": { + "Bellefair": { "category": "serif", - "ascentOverride": "0.935", - "descentOverride": "0.265", - "lineGapOverride": "0", - "avgWidth": "0.5173846154", - "emSize": "1000" + "ascent": 869, + "descent": -277, + "lineGap": 0, + "xAvgCharWidth": 489, + "unitsPerEm": 1000 + }, + "Fontdiner Swanky": { + "category": "display", + "ascent": 1047, + "descent": -510, + "lineGap": 20, + "xAvgCharWidth": 558, + "unitsPerEm": 1024 + }, + "Happy Monkey": { + "category": "display", + "ascent": 950, + "descent": -255, + "lineGap": 0, + "xAvgCharWidth": 568, + "unitsPerEm": 1000 }, - "blackandwhitepicture": { + "Noto Sans Ogham": { "category": "sans-serif", - "ascentOverride": "0.8", - "descentOverride": "0.2", - "lineGapOverride": "0.25", - "avgWidth": "0.4049615385", - "emSize": "1000" + "ascent": 1069, + "descent": -293, + "lineGap": 0, + "xAvgCharWidth": 538, + "unitsPerEm": 1000 }, - "blackhansans": { + "Noto Sans Mayan Numerals": { "category": "sans-serif", - "ascentOverride": "0.79", - "descentOverride": "0.21", - "lineGapOverride": "0.25", - "avgWidth": "0.6338461538", - "emSize": "1000" + "ascent": 1069, + "descent": -293, + "lineGap": 0, + "xAvgCharWidth": 852, + "unitsPerEm": 1000 }, - "blackopsone": { - "category": "display", - "ascentOverride": "0.9135742188", - "descentOverride": "0.3364257813", - "lineGapOverride": "0", - "avgWidth": "0.6118351863", - "emSize": "2048" + "Azeret Mono": { + "category": "monospace", + "ascent": 937, + "descent": -230, + "lineGap": 0, + "xAvgCharWidth": 685, + "unitsPerEm": 1000 }, - "blinker": { - "category": "sans-serif", - "ascentOverride": "0.96", - "descentOverride": "0.24", - "lineGapOverride": "0", - "avgWidth": "0.4786153846", - "emSize": "1000" + "Noto Sans Zanabazar Square": { + "category": "sans-serif", + "ascent": 1621, + "descent": -821, + "lineGap": 0, + "xAvgCharWidth": 783, + "unitsPerEm": 1000 }, - "bodonimoda": { - "category": "serif", - "ascentOverride": "1.125", - "descentOverride": "0.4", - "lineGapOverride": "0", - "avgWidth": "0.4879230769", - "emSize": "2000" + "Edu NSW ACT Foundation": { + "category": "handwriting", + "ascent": 1016, + "descent": -244, + "lineGap": 0, + "xAvgCharWidth": 432, + "unitsPerEm": 1000 }, - "bokor": { - "category": "display", - "ascentOverride": "1.220703125", - "descentOverride": "0.5859375", - "lineGapOverride": "0", - "avgWidth": "0.4025878906", - "emSize": "2048" + "Stick No Bills": { + "category": "sans-serif", + "ascent": 940, + "descent": -312, + "lineGap": 0, + "xAvgCharWidth": 610, + "unitsPerEm": 1000 }, - "bonanova": { - "category": "serif", - "ascentOverride": "0.932", - "descentOverride": "0.268", - "lineGapOverride": "0", - "avgWidth": "0.4341538462", - "emSize": "1000" + "Noto Serif Nyiakeng Puachue Hmong": { + "category": "serif", + "ascent": 1068, + "descent": -292, + "lineGap": 0, + "xAvgCharWidth": 585, + "unitsPerEm": 1000 }, - "bonbon": { - "category": "handwriting", - "ascentOverride": "0.845", - "descentOverride": "0.33", - "lineGapOverride": "0", - "avgWidth": "0.5752692308", - "emSize": "1000" + "Calligraffitti": { + "category": "handwriting", + "ascent": 986, + "descent": -607, + "lineGap": 14, + "xAvgCharWidth": 504, + "unitsPerEm": 1024 + }, + "Bigelow Rules": { + "category": "display", + "ascent": 1857, + "descent": -516, + "lineGap": 0, + "xAvgCharWidth": 514, + "unitsPerEm": 2048 }, - "bonheurroyale": { + "Astloch": { + "category": "display", + "ascent": 1948, + "descent": -526, + "lineGap": 53, + "xAvgCharWidth": 988, + "unitsPerEm": 2048 + }, + "Barlow Semi Condensed": { + "category": "sans-serif", + "ascent": 1000, + "descent": -200, + "lineGap": 0, + "xAvgCharWidth": 455, + "unitsPerEm": 1000 + }, + "Yaldevi": { + "category": "sans-serif", + "ascent": 1060, + "descent": -256, + "lineGap": 0, + "xAvgCharWidth": 683, + "unitsPerEm": 1000 + }, + "Noto Emoji": { + "category": "sans-serif", + "ascent": 1900, + "descent": -500, + "lineGap": 0, + "xAvgCharWidth": 2598, + "unitsPerEm": 2048 + }, + "Readex Pro": { + "category": "sans-serif", + "ascent": 1000, + "descent": -250, + "lineGap": 0, + "xAvgCharWidth": 596, + "unitsPerEm": 1000 + }, + "Eagle Lake": { + "category": "handwriting", + "ascent": 2420, + "descent": -925, + "lineGap": 0, + "xAvgCharWidth": 1164, + "unitsPerEm": 2048 + }, + "Style Script": { "category": "handwriting", - "ascentOverride": "0.78", - "descentOverride": "0.38", - "lineGapOverride": "0", - "avgWidth": "0.2735384615", - "emSize": "1000" + "ascent": 1000, + "descent": -520, + "lineGap": 0, + "xAvgCharWidth": 568, + "unitsPerEm": 1000 }, - "boogaloo": { - "category": "display", - "ascentOverride": "0.943", - "descentOverride": "0.246", - "lineGapOverride": "0", - "avgWidth": "0.3760769231", - "emSize": "1000" + "Sarpanch": { + "category": "sans-serif", + "ascent": 1050, + "descent": -350, + "lineGap": 0, + "xAvgCharWidth": 648, + "unitsPerEm": 1000 }, - "bowlbyone": { - "category": "display", - "ascentOverride": "1.111328125", - "descentOverride": "0.455078125", - "lineGapOverride": "0", - "avgWidth": "0.7041954627", - "emSize": "2048" + "Noto Sans Lepcha": { + "category": "sans-serif", + "ascent": 1069, + "descent": -450, + "lineGap": 0, + "xAvgCharWidth": 700, + "unitsPerEm": 1000 }, - "bowlbyonesc": { - "category": "display", - "ascentOverride": "1.09765625", - "descentOverride": "0.427734375", - "lineGapOverride": "0", - "avgWidth": "0.6766826923", - "emSize": "2048" + "B612": { + "category": "sans-serif", + "ascent": 1930, + "descent": -500, + "lineGap": 0, + "xAvgCharWidth": 1287, + "unitsPerEm": 2000 }, - "brawler": { + "Gentium Book Plus": { "category": "serif", - "ascentOverride": "0.971", - "descentOverride": "0.248", - "lineGapOverride": "0", - "avgWidth": "0.5356538462", - "emSize": "1000" + "ascent": 2250, + "descent": -750, + "lineGap": 0, + "xAvgCharWidth": 1059, + "unitsPerEm": 2048 }, - "breeserif": { - "category": "serif", - "ascentOverride": "1.077", - "descentOverride": "0.281", - "lineGapOverride": "0", - "avgWidth": "0.5203846154", - "emSize": "1000" + "Allerta": { + "category": "sans-serif", + "ascent": 1057, + "descent": -252, + "lineGap": 0, + "xAvgCharWidth": 577, + "unitsPerEm": 1024 }, - "brygada1918": { - "category": "serif", - "ascentOverride": "0.92", - "descentOverride": "0.25", - "lineGapOverride": "0", - "avgWidth": "0.4936153846", - "emSize": "1000" + "Gideon Roman": { + "category": "display", + "ascent": 900, + "descent": -300, + "lineGap": 0, + "xAvgCharWidth": 559, + "unitsPerEm": 1000 }, - "bubblegumsans": { + "Mirza": { "category": "display", - "ascentOverride": "0.852", - "descentOverride": "0.311", - "lineGapOverride": "0", - "avgWidth": "0.4216923077", - "emSize": "1000" + "ascent": 547, + "descent": -453, + "lineGap": 200, + "xAvgCharWidth": 548, + "unitsPerEm": 1000 }, - "bubblerone": { + "Kosugi": { "category": "sans-serif", - "ascentOverride": "0.9", - "descentOverride": "0.263", - "lineGapOverride": "0", - "avgWidth": "0.4284615385", - "emSize": "1000" + "ascent": 901, + "descent": -123, + "lineGap": 0, + "xAvgCharWidth": 1013, + "unitsPerEm": 1024 }, - "buda": { + "Zen Old Mincho": { + "category": "serif", + "ascent": 1160, + "descent": -288, + "lineGap": 0, + "xAvgCharWidth": 978, + "unitsPerEm": 1000 + }, + "Glass Antiqua": { "category": "display", - "ascentOverride": "0.896484375", - "descentOverride": "0.353515625", - "lineGapOverride": "0", - "avgWidth": "0.421875", - "emSize": "2048" + "ascent": 835, + "descent": -200, + "lineGap": 0, + "xAvgCharWidth": 373, + "unitsPerEm": 1000 }, - "buenard": { + "Noto Serif Armenian": { "category": "serif", - "ascentOverride": "1.031", - "descentOverride": "0.27", - "lineGapOverride": "0", - "avgWidth": "0.4787692308", - "emSize": "1000" + "ascent": 1068, + "descent": -292, + "lineGap": 0, + "xAvgCharWidth": 626, + "unitsPerEm": 1000 }, - "bungee": { + "Taprom": { "category": "display", - "ascentOverride": "0.86", - "descentOverride": "0.14", - "lineGapOverride": "0.2", - "avgWidth": "0.7122307692", - "emSize": "1000" + "ascent": 2500, + "descent": -1200, + "lineGap": 0, + "xAvgCharWidth": 1503, + "unitsPerEm": 2048 }, - "bungeehairline": { + "Baloo 2": { "category": "display", - "ascentOverride": "0.86", - "descentOverride": "0.14", - "lineGapOverride": "0.2", - "avgWidth": "0.7122307692", - "emSize": "1000" + "ascent": 1078, + "descent": -524, + "lineGap": 0, + "xAvgCharWidth": 654, + "unitsPerEm": 1000 }, - "bungeeinline": { - "category": "display", - "ascentOverride": "0.86", - "descentOverride": "0.14", - "lineGapOverride": "0.2", - "avgWidth": "0.7122307692", - "emSize": "1000" + "BIZ UDMincho": { + "category": "serif", + "ascent": 1802, + "descent": -246, + "lineGap": 0, + "xAvgCharWidth": 1718, + "unitsPerEm": 2048 }, - "bungeeoutline": { - "category": "display", - "ascentOverride": "0.86", - "descentOverride": "0.14", - "lineGapOverride": "0.2", - "avgWidth": "0.7122307692", - "emSize": "1000" + "Pridi": { + "category": "serif", + "ascent": 1100, + "descent": -450, + "lineGap": 0, + "xAvgCharWidth": 556, + "unitsPerEm": 1000 }, - "bungeeshade": { + "Lobster Two": { "category": "display", - "ascentOverride": "0.86", - "descentOverride": "0.14", - "lineGapOverride": "0.2", - "avgWidth": "0.8122307692", - "emSize": "1000" + "ascent": 1000, + "descent": -250, + "lineGap": 0, + "xAvgCharWidth": 520, + "unitsPerEm": 1000 }, - "butcherman": { + "Moo Lah Lah": { "category": "display", - "ascentOverride": "1.26953125", - "descentOverride": "0.6655273438", - "lineGapOverride": "0", - "avgWidth": "0.5914400541", - "emSize": "2048" - }, - "butterflykids": { - "category": "handwriting", - "ascentOverride": "0.8955078125", - "descentOverride": "0.296875", - "lineGapOverride": "0", - "avgWidth": "0.3215519832", - "emSize": "1024" + "ascent": 920, + "descent": -300, + "lineGap": 0, + "xAvgCharWidth": 548, + "unitsPerEm": 1000 }, - "cabin": { + "Noto Sans Kharoshthi": { "category": "sans-serif", - "ascentOverride": "0.965", - "descentOverride": "0.25", - "lineGapOverride": "0", - "avgWidth": "0.4766538462", - "emSize": "2000" + "ascent": 1069, + "descent": -301, + "lineGap": 0, + "xAvgCharWidth": 617, + "unitsPerEm": 1000 }, - "cabincondensed": { + "Gamja Flower": { + "category": "handwriting", + "ascent": 800, + "descent": -224, + "lineGap": 256, + "xAvgCharWidth": 820, + "unitsPerEm": 1024 + }, + "Gantari": { "category": "sans-serif", - "ascentOverride": "0.965", - "descentOverride": "0.25", - "lineGapOverride": "0", - "avgWidth": "0.4235769231", - "emSize": "1000" + "ascent": 950, + "descent": -250, + "lineGap": 0, + "xAvgCharWidth": 563, + "unitsPerEm": 1000 }, - "cabinsketch": { - "category": "display", - "ascentOverride": "0.873", - "descentOverride": "0.298", - "lineGapOverride": "0", - "avgWidth": "0.5054230769", - "emSize": "1000" + "Gwendolyn": { + "category": "handwriting", + "ascent": 880, + "descent": -320, + "lineGap": 0, + "xAvgCharWidth": 477, + "unitsPerEm": 1000 }, - "caesardressing": { + "Orelega One": { "category": "display", - "ascentOverride": "0.9931640625", - "descentOverride": "0.220703125", - "lineGapOverride": "0", - "avgWidth": "0.4930138221", - "emSize": "1024" + "ascent": 3296, + "descent": -801, + "lineGap": 369, + "xAvgCharWidth": 2293, + "unitsPerEm": 4096 }, - "cagliostro": { + "Wire One": { "category": "sans-serif", - "ascentOverride": "0.998", - "descentOverride": "0.355", - "lineGapOverride": "0", - "avgWidth": "0.4831538462", - "emSize": "1000" + "ascent": 890, + "descent": -210, + "lineGap": 0, + "xAvgCharWidth": 267, + "unitsPerEm": 1000 }, - "cairo": { - "category": "sans-serif", - "ascentOverride": "1.303", - "descentOverride": "0.571", - "lineGapOverride": "0", - "avgWidth": "0.4743076923", - "emSize": "1000" + "Alumni Sans Inline One": { + "category": "display", + "ascent": 900, + "descent": -300, + "lineGap": 0, + "xAvgCharWidth": 398, + "unitsPerEm": 1000 }, - "caladea": { + "Vesper Libre": { "category": "serif", - "ascentOverride": "0.9", - "descentOverride": "0.25", - "lineGapOverride": "0", - "avgWidth": "0.5158076923", - "emSize": "1000" + "ascent": 2330, + "descent": -1550, + "lineGap": 0, + "xAvgCharWidth": 1083, + "unitsPerEm": 2048 }, - "calistoga": { + "Baloo Bhaina 2": { "category": "display", - "ascentOverride": "1", - "descentOverride": "0.3", - "lineGapOverride": "0", - "avgWidth": "0.5235", - "emSize": "1000" + "ascent": 1185, + "descent": -827, + "lineGap": 0, + "xAvgCharWidth": 556, + "unitsPerEm": 1000 }, - "calligraffitti": { + "Sassy Frass": { "category": "handwriting", - "ascentOverride": "0.962890625", - "descentOverride": "0.5927734375", - "lineGapOverride": "0.013671875", - "avgWidth": "0.3997521034", - "emSize": "1024" - }, - "cambay": { - "category": "sans-serif", - "ascentOverride": "1", - "descentOverride": "0.62875", - "lineGapOverride": "0", - "avgWidth": "0.4905769231", - "emSize": "800" + "ascent": 800, + "descent": -300, + "lineGap": 0, + "xAvgCharWidth": 454, + "unitsPerEm": 1000 }, - "cambo": { + "EB Garamond": { "category": "serif", - "ascentOverride": "0.879", - "descentOverride": "0.243", - "lineGapOverride": "0", - "avgWidth": "0.5115384615", - "emSize": "1000" + "ascent": 1007, + "descent": -298, + "lineGap": 0, + "xAvgCharWidth": 528, + "unitsPerEm": 1000 }, - "candal": { - "category": "sans-serif", - "ascentOverride": "1.086914063", - "descentOverride": "0.2109375", - "lineGapOverride": "0", - "avgWidth": "0.6529634916", - "emSize": "2048" - }, - "cantarell": { - "category": "sans-serif", - "ascentOverride": "1.043457031", - "descentOverride": "0.2709960938", - "lineGapOverride": "0.1030273438", - "avgWidth": "0.5103290264", - "emSize": "2048" + "Fanwood Text": { + "category": "serif", + "ascent": 3761, + "descent": -1609, + "lineGap": 0, + "xAvgCharWidth": 2053, + "unitsPerEm": 4096 }, - "cantataone": { + "IM Fell DW Pica SC": { "category": "serif", - "ascentOverride": "0.99609375", - "descentOverride": "0.2734375", - "lineGapOverride": "0", - "avgWidth": "0.5800405649", - "emSize": "2048" + "ascent": 1868, + "descent": -692, + "lineGap": 0, + "xAvgCharWidth": 861, + "unitsPerEm": 2048 }, - "cantoraone": { + "Overpass": { "category": "sans-serif", - "ascentOverride": "1", - "descentOverride": "0.25", - "lineGapOverride": "0", - "avgWidth": "0.4744615385", - "emSize": "1000" + "ascent": 1766, + "descent": -766, + "lineGap": 0, + "xAvgCharWidth": 1184, + "unitsPerEm": 2000 }, - "capriola": { - "category": "sans-serif", - "ascentOverride": "0.97265625", - "descentOverride": "0.27734375", - "lineGapOverride": "0", - "avgWidth": "0.5796649639", - "emSize": "2048" + "Karantina": { + "category": "display", + "ascent": 859, + "descent": -153, + "lineGap": 0, + "xAvgCharWidth": 293, + "unitsPerEm": 1000 }, - "caramel": { - "category": "handwriting", - "ascentOverride": "0.9", - "descentOverride": "0.3", - "lineGapOverride": "0", - "avgWidth": "0.2672692308", - "emSize": "1000" + "Limelight": { + "category": "display", + "ascent": 1864, + "descent": -629, + "lineGap": 0, + "xAvgCharWidth": 1245, + "unitsPerEm": 2048 }, - "carattere": { + "Bonbon": { "category": "handwriting", - "ascentOverride": "0.8", - "descentOverride": "0.35", - "lineGapOverride": "0", - "avgWidth": "0.3151923077", - "emSize": "1000" + "ascent": 845, + "descent": -330, + "lineGap": 0, + "xAvgCharWidth": 554, + "unitsPerEm": 1000 }, - "cardo": { + "Sahitya": { "category": "serif", - "ascentOverride": "0.990234375", - "descentOverride": "0.3637695313", - "lineGapOverride": "0", - "avgWidth": "0.4392653245", - "emSize": "2048" + "ascent": 1106, + "descent": -447, + "lineGap": 0, + "xAvgCharWidth": 505, + "unitsPerEm": 1000 }, - "carme": { + "Tenor Sans": { "category": "sans-serif", - "ascentOverride": "0.9501953125", - "descentOverride": "0.2504882813", - "lineGapOverride": "0", - "avgWidth": "0.5227801983", - "emSize": "2048" + "ascent": 920, + "descent": -250, + "lineGap": 0, + "xAvgCharWidth": 484, + "unitsPerEm": 1000 }, - "carroisgothic": { - "category": "sans-serif", - "ascentOverride": "0.922", - "descentOverride": "0.27", - "lineGapOverride": "0", - "avgWidth": "0.4793461538", - "emSize": "1000" + "Nanum Gothic Coding": { + "category": "monospace", + "ascent": 800, + "descent": -200, + "lineGap": 0, + "xAvgCharWidth": 500, + "unitsPerEm": 1000 }, - "carroisgothicsc": { - "category": "sans-serif", - "ascentOverride": "0.922", - "descentOverride": "0.27", - "lineGapOverride": "0", - "avgWidth": "0.5355", - "emSize": "1000" + "Noto Sans Miao": { + "category": "sans-serif", + "ascent": 1142, + "descent": -350, + "lineGap": 0, + "xAvgCharWidth": 448, + "unitsPerEm": 1000 }, - "carterone": { - "category": "display", - "ascentOverride": "1.10546875", - "descentOverride": "0.4345703125", - "lineGapOverride": "0", - "avgWidth": "0.5620117188", - "emSize": "2048" + "Noto Sans Old Permic": { + "category": "sans-serif", + "ascent": 1069, + "descent": -293, + "lineGap": 0, + "xAvgCharWidth": 607, + "unitsPerEm": 1000 }, - "castoro": { - "category": "serif", - "ascentOverride": "0.755", - "descentOverride": "0.245", - "lineGapOverride": "0.25", - "avgWidth": "0.4943461538", - "emSize": "1000" + "Noto Sans Batak": { + "category": "sans-serif", + "ascent": 1069, + "descent": -293, + "lineGap": 0, + "xAvgCharWidth": 862, + "unitsPerEm": 1000 }, - "catamaran": { - "category": "sans-serif", - "ascentOverride": "1.1", - "descentOverride": "0.54", - "lineGapOverride": "0", - "avgWidth": "0.4391153846", - "emSize": "1000" + "Rubik Moonrocks": { + "category": "display", + "ascent": 935, + "descent": -250, + "lineGap": 0, + "xAvgCharWidth": 635, + "unitsPerEm": 1000 }, - "caudex": { - "category": "serif", - "ascentOverride": "0.9931640625", - "descentOverride": "0.2958984375", - "lineGapOverride": "0", - "avgWidth": "0.5112680288", - "emSize": "2048" + "BIZ UDGothic": { + "category": "sans-serif", + "ascent": 1802, + "descent": -246, + "lineGap": 0, + "xAvgCharWidth": 1718, + "unitsPerEm": 2048 }, - "caveat": { - "category": "handwriting", - "ascentOverride": "0.96", - "descentOverride": "0.3", - "lineGapOverride": "0", - "avgWidth": "0.3595", - "emSize": "1000" + "Righteous": { + "category": "display", + "ascent": 2017, + "descent": -526, + "lineGap": 0, + "xAvgCharWidth": 963, + "unitsPerEm": 2048 }, - "caveatbrush": { - "category": "handwriting", - "ascentOverride": "0.96", - "descentOverride": "0.3", - "lineGapOverride": "0", - "avgWidth": "0.3925384615", - "emSize": "1000" + "Noto Sans Khudawadi": { + "category": "sans-serif", + "ascent": 944, + "descent": -373, + "lineGap": 0, + "xAvgCharWidth": 683, + "unitsPerEm": 1000 }, - "cedarvillecursive": { - "category": "handwriting", - "ascentOverride": "1.249023438", - "descentOverride": "0.6474609375", - "lineGapOverride": "0", - "avgWidth": "0.4853891226", - "emSize": "1024" + "Noto Sans Meroitic": { + "category": "sans-serif", + "ascent": 928, + "descent": -415, + "lineGap": 0, + "xAvgCharWidth": 949, + "unitsPerEm": 1000 }, - "cevicheone": { - "category": "display", - "ascentOverride": "0.806", - "descentOverride": "0.237", - "lineGapOverride": "0", - "avgWidth": "0.4180384615", - "emSize": "1000" + "Cantata One": { + "category": "serif", + "ascent": 2040, + "descent": -560, + "lineGap": 0, + "xAvgCharWidth": 1349, + "unitsPerEm": 2048 }, - "chakrapetch": { - "category": "sans-serif", - "ascentOverride": "0.992", - "descentOverride": "0.308", - "lineGapOverride": "0", - "avgWidth": "0.5366153846", - "emSize": "1000" + "Alegreya SC": { + "category": "serif", + "ascent": 1016, + "descent": -345, + "lineGap": 0, + "xAvgCharWidth": 560, + "unitsPerEm": 1000 }, - "changa": { + "Big Shoulders Inline Display": { + "category": "display", + "ascent": 3936, + "descent": -852, + "lineGap": 0, + "xAvgCharWidth": 1072, + "unitsPerEm": 4000 + }, + "Suranna": { + "category": "serif", + "ascent": 1101, + "descent": -607, + "lineGap": 0, + "xAvgCharWidth": 382, + "unitsPerEm": 780 + }, + "Be Vietnam Pro": { "category": "sans-serif", - "ascentOverride": "1.227", - "descentOverride": "0.613", - "lineGapOverride": "0", - "avgWidth": "0.4953076923", - "emSize": "1000" + "ascent": 1000, + "descent": -265, + "lineGap": 0, + "xAvgCharWidth": 591, + "unitsPerEm": 1000 }, - "changaone": { + "Chela One": { "category": "display", - "ascentOverride": "0.882", - "descentOverride": "0.18", - "lineGapOverride": "0", - "avgWidth": "0.5281923077", - "emSize": "1000" + "ascent": 942, + "descent": -235, + "lineGap": 0, + "xAvgCharWidth": 463, + "unitsPerEm": 1000 }, - "chango": { + "Oldenburg": { "category": "display", - "ascentOverride": "0.995", - "descentOverride": "0.216", - "lineGapOverride": "0", - "avgWidth": "0.7661538462", - "emSize": "1000" + "ascent": 2020, + "descent": -540, + "lineGap": 9, + "xAvgCharWidth": 1299, + "unitsPerEm": 2048 }, - "charm": { - "category": "handwriting", - "ascentOverride": "1.115", - "descentOverride": "0.434", - "lineGapOverride": "0", - "avgWidth": "0.4203076923", - "emSize": "1000" + "Noto Sans Devanagari": { + "category": "sans-serif", + "ascent": 896, + "descent": -408, + "lineGap": 0, + "xAvgCharWidth": 555, + "unitsPerEm": 1000 }, - "charmonman": { + "PT Sans Narrow": { + "category": "sans-serif", + "ascent": 1018, + "descent": -276, + "lineGap": 0, + "xAvgCharWidth": 428, + "unitsPerEm": 1000 + }, + "Chenla": { + "category": "display", + "ascent": 2500, + "descent": -1200, + "lineGap": 67, + "xAvgCharWidth": 2212, + "unitsPerEm": 2048 + }, + "Over the Rainbow": { "category": "handwriting", - "ascentOverride": "1.2", - "descentOverride": "0.7", - "lineGapOverride": "0", - "avgWidth": "0.4408076923", - "emSize": "1000" + "ascent": 1412, + "descent": -677, + "lineGap": 0, + "xAvgCharWidth": 551, + "unitsPerEm": 1024 }, - "chathura": { + "Anek Gujarati": { "category": "sans-serif", - "ascentOverride": "1.02", - "descentOverride": "0.602", - "lineGapOverride": "0", - "avgWidth": "0.2336923077", - "emSize": "1000" + "ascent": 1975, + "descent": -1064, + "lineGap": 0, + "xAvgCharWidth": 1427, + "unitsPerEm": 2000 }, - "chauphilomeneone": { - "category": "sans-serif", - "ascentOverride": "1.033", - "descentOverride": "0.334", - "lineGapOverride": "0", - "avgWidth": "0.4420384615", - "emSize": "1000" + "Bona Nova": { + "category": "serif", + "ascent": 932, + "descent": -268, + "lineGap": 0, + "xAvgCharWidth": 536, + "unitsPerEm": 1000 }, - "chelaone": { + "Balsamiq Sans": { "category": "display", - "ascentOverride": "0.942", - "descentOverride": "0.235", - "lineGapOverride": "0", - "avgWidth": "0.4193846154", - "emSize": "1000" + "ascent": 900, + "descent": -300, + "lineGap": 0, + "xAvgCharWidth": 644, + "unitsPerEm": 1000 }, - "chelseamarket": { - "category": "display", - "ascentOverride": "1.004882813", - "descentOverride": "0.267578125", - "lineGapOverride": "0", - "avgWidth": "0.5731295072", - "emSize": "1024" + "Ramaraja": { + "category": "serif", + "ascent": 741, + "descent": -544, + "lineGap": 0, + "xAvgCharWidth": 371, + "unitsPerEm": 750 }, - "chenla": { - "category": "display", - "ascentOverride": "1.220703125", - "descentOverride": "0.5859375", - "lineGapOverride": "0.03271484375", - "avgWidth": "1", - "emSize": "2048" + "Barlow": { + "category": "sans-serif", + "ascent": 1000, + "descent": -200, + "lineGap": 0, + "xAvgCharWidth": 513, + "unitsPerEm": 1000 }, - "cherish": { + "Romanesco": { "category": "handwriting", - "ascentOverride": "0.85", - "descentOverride": "0.32", - "lineGapOverride": "0", - "avgWidth": "0.264", - "emSize": "1000" - }, - "cherrycreamsoda": { - "category": "display", - "ascentOverride": "0.982421875", - "descentOverride": "0.2412109375", - "lineGapOverride": "0.0283203125", - "avgWidth": "0.6085486779", - "emSize": "1024" + "ascent": 1866, + "descent": -483, + "lineGap": 0, + "xAvgCharWidth": 484, + "unitsPerEm": 2048 }, - "cherryswash": { - "category": "display", - "ascentOverride": "1.025", - "descentOverride": "0.301", - "lineGapOverride": "0", - "avgWidth": "0.5106153846", - "emSize": "1000" - }, - "chewy": { - "category": "display", - "ascentOverride": "0.9794921875", - "descentOverride": "0.302734375", - "lineGapOverride": "0.0244140625", - "avgWidth": "0.4532376803", - "emSize": "1024" + "Overpass Mono": { + "category": "monospace", + "ascent": 1766, + "descent": -766, + "lineGap": 0, + "xAvgCharWidth": 1232, + "unitsPerEm": 2000 }, - "chicle": { - "category": "display", - "ascentOverride": "0.915", - "descentOverride": "0.294", - "lineGapOverride": "0", - "avgWidth": "0.3857307692", - "emSize": "1000" + "Rufina": { + "category": "serif", + "ascent": 945, + "descent": -290, + "lineGap": 0, + "xAvgCharWidth": 546, + "unitsPerEm": 1000 }, - "chilanka": { - "category": "handwriting", - "ascentOverride": "0.732421875", - "descentOverride": "0.3662109375", - "lineGapOverride": "0", - "avgWidth": "0.5224984976", - "emSize": "2048" + "Scheherazade New": { + "category": "serif", + "ascent": 2750, + "descent": -1427, + "lineGap": 0, + "xAvgCharWidth": 1207, + "unitsPerEm": 2048 }, - "chivo": { - "category": "sans-serif", - "ascentOverride": "0.94", - "descentOverride": "0.25", - "lineGapOverride": "0", - "avgWidth": "0.5284230769", - "emSize": "1000" + "Noto Sans Gurmukhi": { + "category": "sans-serif", + "ascent": 896, + "descent": -408, + "lineGap": 0, + "xAvgCharWidth": 580, + "unitsPerEm": 1000 }, - "chonburi": { - "category": "display", - "ascentOverride": "0.95", - "descentOverride": "0.25", - "lineGapOverride": "0", - "avgWidth": "0.6482307692", - "emSize": "1000" + "Noto Sans Adlam Unjoined": { + "category": "sans-serif", + "ascent": 1069, + "descent": -293, + "lineGap": 0, + "xAvgCharWidth": 562, + "unitsPerEm": 1000 }, - "cinzel": { - "category": "serif", - "ascentOverride": "0.976", - "descentOverride": "0.372", - "lineGapOverride": "0", - "avgWidth": "0.6393846154", - "emSize": "1000" + "Uchen": { + "category": "serif", + "ascent": 1248, + "descent": -660, + "lineGap": 0, + "xAvgCharWidth": 635, + "unitsPerEm": 1024 }, - "cinzeldecorative": { - "category": "display", - "ascentOverride": "0.976", - "descentOverride": "0.372", - "lineGapOverride": "0", - "avgWidth": "0.7558461538", - "emSize": "1000" + "Do Hyeon": { + "category": "sans-serif", + "ascent": 800, + "descent": -200, + "lineGap": 250, + "xAvgCharWidth": 752, + "unitsPerEm": 1000 }, - "clickerscript": { - "category": "handwriting", - "ascentOverride": "0.9267578125", - "descentOverride": "0.3940429688", - "lineGapOverride": "0", - "avgWidth": "0.3326322115", - "emSize": "2048" + "Noto Serif Khmer": { + "category": "serif", + "ascent": 1069, + "descent": -293, + "lineGap": 0, + "xAvgCharWidth": 692, + "unitsPerEm": 1000 }, - "coda": { - "category": "display", - "ascentOverride": "1.037109375", - "descentOverride": "0.3828125", - "lineGapOverride": "0", - "avgWidth": "0.50390625", - "emSize": "2048" + "Noto Sans Georgian": { + "category": "sans-serif", + "ascent": 1068, + "descent": -292, + "lineGap": 0, + "xAvgCharWidth": 600, + "unitsPerEm": 1000 }, - "codacaption": { - "category": "sans-serif", - "ascentOverride": "1.196289063", - "descentOverride": "0.3823242188", - "lineGapOverride": "0", - "avgWidth": "0.6833683894", - "emSize": "2048" + "Noto Sans Old Italic": { + "category": "sans-serif", + "ascent": 1069, + "descent": -293, + "lineGap": 0, + "xAvgCharWidth": 619, + "unitsPerEm": 1000 }, - "codystar": { - "category": "display", - "ascentOverride": "0.9306640625", - "descentOverride": "0.2490234375", - "lineGapOverride": "0", - "avgWidth": "0.6655273438", - "emSize": "1024" + "Khand": { + "category": "sans-serif", + "ascent": 1050, + "descent": -479, + "lineGap": 0, + "xAvgCharWidth": 416, + "unitsPerEm": 1000 }, - "coiny": { - "category": "display", - "ascentOverride": "0.75", - "descentOverride": "0.25", - "lineGapOverride": "0.6", - "avgWidth": "0.5831538462", - "emSize": "1000" + "Rubik Glitch": { + "category": "display", + "ascent": 935, + "descent": -250, + "lineGap": 0, + "xAvgCharWidth": 635, + "unitsPerEm": 1000 }, - "combo": { - "category": "display", - "ascentOverride": "0.907", - "descentOverride": "0.269", - "lineGapOverride": "0", - "avgWidth": "0.4334615385", - "emSize": "1000" + "PT Serif Caption": { + "category": "serif", + "ascent": 1039, + "descent": -286, + "lineGap": 0, + "xAvgCharWidth": 633, + "unitsPerEm": 1000 }, - "comfortaa": { + "Redacted Script": { "category": "display", - "ascentOverride": "0.881", - "descentOverride": "0.234", - "lineGapOverride": "0", - "avgWidth": "0.5837307692", - "emSize": "1000" + "ascent": 800, + "descent": -200, + "lineGap": 0, + "xAvgCharWidth": 447, + "unitsPerEm": 1000 }, - "comforter": { - "category": "handwriting", - "ascentOverride": "0.93", - "descentOverride": "0.48", - "lineGapOverride": "0", - "avgWidth": "0.3123076923", - "emSize": "1000" + "Poppins": { + "category": "sans-serif", + "ascent": 1050, + "descent": -350, + "lineGap": 100, + "xAvgCharWidth": 851, + "unitsPerEm": 1000 }, - "comforterbrush": { + "My Soul": { "category": "handwriting", - "ascentOverride": "0.93", - "descentOverride": "0.48", - "lineGapOverride": "0", - "avgWidth": "0.3118076923", - "emSize": "1000" + "ascent": 975, + "descent": -350, + "lineGap": 0, + "xAvgCharWidth": 594, + "unitsPerEm": 1000 }, - "comicneue": { - "category": "handwriting", - "ascentOverride": "0.9", - "descentOverride": "0.25", - "lineGapOverride": "0", - "avgWidth": "0.4647307692", - "emSize": "1000" + "Hind Vadodara": { + "category": "sans-serif", + "ascent": 1125, + "descent": -373, + "lineGap": 0, + "xAvgCharWidth": 531, + "unitsPerEm": 1000 }, - "comingsoon": { - "category": "handwriting", - "ascentOverride": "1.028320313", - "descentOverride": "0.486328125", - "lineGapOverride": "0.0205078125", - "avgWidth": "0.5048076923", - "emSize": "1024" + "Noto Sans Syloti Nagri": { + "category": "sans-serif", + "ascent": 1069, + "descent": -293, + "lineGap": 0, + "xAvgCharWidth": 663, + "unitsPerEm": 1000 }, - "commissioner": { + "Plus Jakarta Sans": { "category": "sans-serif", - "ascentOverride": "1.017", - "descentOverride": "0.206", - "lineGapOverride": "0", - "avgWidth": "0.5065769231", - "emSize": "2000" + "ascent": 1038, + "descent": -222, + "lineGap": 0, + "xAvgCharWidth": 585, + "unitsPerEm": 1000 }, - "concertone": { - "category": "display", - "ascentOverride": "0.9790039063", - "descentOverride": "0.2001953125", - "lineGapOverride": "0", - "avgWidth": "0.4747220553", - "emSize": "2048" + "Noto Sans Coptic": { + "category": "sans-serif", + "ascent": 1069, + "descent": -293, + "lineGap": 0, + "xAvgCharWidth": 593, + "unitsPerEm": 1000 }, - "condiment": { - "category": "handwriting", - "ascentOverride": "0.882", - "descentOverride": "0.641", - "lineGapOverride": "0", - "avgWidth": "0.3971923077", - "emSize": "1000" + "Noto Sans KR": { + "category": "sans-serif", + "ascent": 1160, + "descent": -288, + "lineGap": 0, + "xAvgCharWidth": 945, + "unitsPerEm": 1000 }, - "content": { + "Overlock SC": { "category": "display", - "ascentOverride": "1.220703125", - "descentOverride": "0.5859375", - "lineGapOverride": "0.03271484375", - "avgWidth": "1", - "emSize": "2048" + "ascent": 966, + "descent": -254, + "lineGap": 0, + "xAvgCharWidth": 444, + "unitsPerEm": 1000 }, - "contrailone": { - "category": "display", - "ascentOverride": "0.9467773438", - "descentOverride": "0.3051757813", - "lineGapOverride": "0", - "avgWidth": "0.4612755409", - "emSize": "2048" + "Fjord One": { + "category": "serif", + "ascent": 1940, + "descent": -620, + "lineGap": 0, + "xAvgCharWidth": 1088, + "unitsPerEm": 2048 }, - "convergence": { + "Kulim Park": { "category": "sans-serif", - "ascentOverride": "0.943", - "descentOverride": "0.23", - "lineGapOverride": "0", - "avgWidth": "0.5479230769", - "emSize": "1000" - }, - "cookie": { - "category": "handwriting", - "ascentOverride": "0.789", - "descentOverride": "0.32", - "lineGapOverride": "0", - "avgWidth": "0.3234615385", - "emSize": "1000" + "ascent": 931, + "descent": -204, + "lineGap": 0, + "xAvgCharWidth": 536, + "unitsPerEm": 1000 }, - "copse": { - "category": "serif", - "ascentOverride": "0.9721679688", - "descentOverride": "0.2358398438", - "lineGapOverride": "0.02783203125", - "avgWidth": "0.5240384615", - "emSize": "2048" + "PT Mono": { + "category": "monospace", + "ascent": 885, + "descent": -235, + "lineGap": 0, + "xAvgCharWidth": 600, + "unitsPerEm": 1000 }, - "corben": { - "category": "display", - "ascentOverride": "1.379882813", - "descentOverride": "0.4731445313", - "lineGapOverride": "0", - "avgWidth": "0.7712777945", - "emSize": "2048" + "Copse": { + "category": "serif", + "ascent": 1991, + "descent": -483, + "lineGap": 57, + "xAvgCharWidth": 1116, + "unitsPerEm": 2048 }, - "corinthia": { - "category": "handwriting", - "ascentOverride": "0.76", - "descentOverride": "0.44", - "lineGapOverride": "0", - "avgWidth": "0.3471538462", - "emSize": "1000" + "Indie Flower": { + "category": "handwriting", + "ascent": 994, + "descent": -500, + "lineGap": 0, + "xAvgCharWidth": 473, + "unitsPerEm": 1024 }, - "cormorant": { - "category": "serif", - "ascentOverride": "0.924", - "descentOverride": "0.287", - "lineGapOverride": "0", - "avgWidth": "0.4422692308", - "emSize": "1000" + "Mukta Malar": { + "category": "sans-serif", + "ascent": 1130, + "descent": -532, + "lineGap": 0, + "xAvgCharWidth": 617, + "unitsPerEm": 1000 }, - "cormorantgaramond": { - "category": "serif", - "ascentOverride": "0.924", - "descentOverride": "0.287", - "lineGapOverride": "0", - "avgWidth": "0.3941153846", - "emSize": "1000" + "News Cycle": { + "category": "sans-serif", + "ascent": 2574, + "descent": -794, + "lineGap": 0, + "xAvgCharWidth": 792, + "unitsPerEm": 2048 }, - "cormorantinfant": { - "category": "serif", - "ascentOverride": "0.924", - "descentOverride": "0.287", - "lineGapOverride": "0", - "avgWidth": "0.4036538462", - "emSize": "1000" + "Noto Sans Inscriptional Parthian": { + "category": "sans-serif", + "ascent": 1069, + "descent": -301, + "lineGap": 0, + "xAvgCharWidth": 695, + "unitsPerEm": 1000 }, - "cormorantsc": { - "category": "serif", - "ascentOverride": "0.924", - "descentOverride": "0.287", - "lineGapOverride": "0", - "avgWidth": "0.515", - "emSize": "1000" + "Hahmlet": { + "category": "serif", + "ascent": 1160, + "descent": -288, + "lineGap": 0, + "xAvgCharWidth": 853, + "unitsPerEm": 1000 }, - "cormorantunicase": { - "category": "serif", - "ascentOverride": "0.924", - "descentOverride": "0.287", - "lineGapOverride": "0", - "avgWidth": "0.5179230769", - "emSize": "1000" + "Miniver": { + "category": "display", + "ascent": 1019, + "descent": -474, + "lineGap": 0, + "xAvgCharWidth": 437, + "unitsPerEm": 1024 }, - "cormorantupright": { - "category": "serif", - "ascentOverride": "0.924", - "descentOverride": "0.287", - "lineGapOverride": "0", - "avgWidth": "0.4298076923", - "emSize": "1000" + "Poiret One": { + "category": "display", + "ascent": 962, + "descent": -208, + "lineGap": 0, + "xAvgCharWidth": 426, + "unitsPerEm": 1000 }, - "courgette": { - "category": "handwriting", - "ascentOverride": "0.9765625", - "descentOverride": "0.2734375", - "lineGapOverride": "0", - "avgWidth": "0.4926006611", - "emSize": "2048" + "Smooch Sans": { + "category": "sans-serif", + "ascent": 900, + "descent": -300, + "lineGap": 0, + "xAvgCharWidth": 355, + "unitsPerEm": 1000 }, - "courierprime": { - "category": "monospace", - "ascentOverride": "0.78125", - "descentOverride": "0.341796875", - "lineGapOverride": "0", - "avgWidth": "0.599609375", - "emSize": "2048" + "Josefin Slab": { + "category": "serif", + "ascent": 750, + "descent": -250, + "lineGap": 0, + "xAvgCharWidth": 508, + "unitsPerEm": 1000 }, - "cousine": { - "category": "monospace", - "ascentOverride": "0.8325195313", - "descentOverride": "0.3002929688", - "lineGapOverride": "0", - "avgWidth": "0.6000976563", - "emSize": "2048" + "Noto Sans Soyombo": { + "category": "sans-serif", + "ascent": 1239, + "descent": -357, + "lineGap": 0, + "xAvgCharWidth": 553, + "unitsPerEm": 1000 }, - "coustard": { - "category": "serif", - "ascentOverride": "1.022949219", - "descentOverride": "0.3813476563", - "lineGapOverride": "0", - "avgWidth": "0.6656024639", - "emSize": "2048" + "Overlock": { + "category": "display", + "ascent": 966, + "descent": -254, + "lineGap": 0, + "xAvgCharWidth": 402, + "unitsPerEm": 1000 }, - "coveredbyyourgrace": { - "category": "handwriting", - "ascentOverride": "0.9716796875", - "descentOverride": "0.375", - "lineGapOverride": "0", - "avgWidth": "0.3811222957", - "emSize": "1024" + "Finlandica": { + "category": "sans-serif", + "ascent": 950, + "descent": -250, + "lineGap": 0, + "xAvgCharWidth": 526, + "unitsPerEm": 1000 }, - "craftygirls": { + "Bilbo": { "category": "handwriting", - "ascentOverride": "0.9775390625", - "descentOverride": "0.4501953125", - "lineGapOverride": "0.0205078125", - "avgWidth": "0.5541616587", - "emSize": "1024" - }, - "creepster": { - "category": "display", - "ascentOverride": "0.951171875", - "descentOverride": "0.2177734375", - "lineGapOverride": "0", - "avgWidth": "0.4491436298", - "emSize": "1024" - }, - "creteround": { - "category": "serif", - "ascentOverride": "0.99", - "descentOverride": "0.285", - "lineGapOverride": "0", - "avgWidth": "0.5240384615", - "emSize": "1000" + "ascent": 850, + "descent": -400, + "lineGap": 0, + "xAvgCharWidth": 489, + "unitsPerEm": 1000 }, - "crimsonpro": { - "category": "serif", - "ascentOverride": "0.896484375", - "descentOverride": "0.21484375", - "lineGapOverride": "0", - "avgWidth": "0.4598482572", - "emSize": "1024" + "Didact Gothic": { + "category": "sans-serif", + "ascent": 1046, + "descent": -265, + "lineGap": 0, + "xAvgCharWidth": 534, + "unitsPerEm": 1000 }, - "crimsontext": { + "Solway": { "category": "serif", - "ascentOverride": "0.94921875", - "descentOverride": "0.3505859375", - "lineGapOverride": "0", - "avgWidth": "0.4811072716", - "emSize": "1024" + "ascent": 950, + "descent": -250, + "lineGap": 0, + "xAvgCharWidth": 580, + "unitsPerEm": 1000 }, - "croissantone": { - "category": "display", - "ascentOverride": "1.071", - "descentOverride": "0.344", - "lineGapOverride": "0", - "avgWidth": "0.6238461538", - "emSize": "1000" + "Noto Sans Warang Citi": { + "category": "sans-serif", + "ascent": 1042, + "descent": -100, + "lineGap": 0, + "xAvgCharWidth": 619, + "unitsPerEm": 1000 }, - "crushed": { + "Boogaloo": { "category": "display", - "ascentOverride": "0.888671875", - "descentOverride": "0.2358398438", - "lineGapOverride": "0.02490234375", - "avgWidth": "0.4206730769", - "emSize": "2048" + "ascent": 943, + "descent": -246, + "lineGap": 0, + "xAvgCharWidth": 342, + "unitsPerEm": 1000 }, - "cuprum": { + "Sarala": { "category": "sans-serif", - "ascentOverride": "0.895", - "descentOverride": "0.26", - "lineGapOverride": "0", - "avgWidth": "0.4230769231", - "emSize": "1000" + "ascent": 2398, + "descent": -941, + "lineGap": 0, + "xAvgCharWidth": 1137, + "unitsPerEm": 2048 }, - "cutefont": { - "category": "display", - "ascentOverride": "0.71", - "descentOverride": "0.29", - "lineGapOverride": "0.25", - "avgWidth": "0.3152692308", - "emSize": "1000" + "Yantramanav": { + "category": "sans-serif", + "ascent": 1923, + "descent": -733, + "lineGap": 0, + "xAvgCharWidth": 1037, + "unitsPerEm": 2048 }, - "cutive": { + "Poly": { "category": "serif", - "ascentOverride": "0.7192382813", - "descentOverride": "0.2807617188", - "lineGapOverride": "0.09765625", - "avgWidth": "0.6643442007", - "emSize": "2048" - }, - "cutivemono": { - "category": "monospace", - "ascentOverride": "0.8286132813", - "descentOverride": "0.2724609375", - "lineGapOverride": "0", - "avgWidth": "0.60546875", - "emSize": "2048" + "ascent": 964, + "descent": -224, + "lineGap": 0, + "xAvgCharWidth": 445, + "unitsPerEm": 1000 }, - "dmmono": { - "category": "monospace", - "ascentOverride": "0.992", - "descentOverride": "0.31", - "lineGapOverride": "0", - "avgWidth": "0.6", - "emSize": "1000" + "Noto Sans Egyptian Hieroglyphs": { + "category": "sans-serif", + "ascent": 1324, + "descent": -326, + "lineGap": 0, + "xAvgCharWidth": 965, + "unitsPerEm": 1000 }, - "dmsans": { - "category": "sans-serif", - "ascentOverride": "0.992", - "descentOverride": "0.31", - "lineGapOverride": "0", - "avgWidth": "0.5199230769", - "emSize": "1000" + "Prociono": { + "category": "serif", + "ascent": 1008, + "descent": -212, + "lineGap": 0, + "xAvgCharWidth": 540, + "unitsPerEm": 1000 }, - "dmserifdisplay": { - "category": "serif", - "ascentOverride": "1.036", - "descentOverride": "0.335", - "lineGapOverride": "0", - "avgWidth": "0.4927307692", - "emSize": "1000" + "Sofadi One": { + "category": "display", + "ascent": 856, + "descent": -310, + "lineGap": 0, + "xAvgCharWidth": 516, + "unitsPerEm": 1000 }, - "dmseriftext": { - "category": "serif", - "ascentOverride": "1.036", - "descentOverride": "0.335", - "lineGapOverride": "0", - "avgWidth": "0.5103846154", - "emSize": "1000" + "Alfa Slab One": { + "category": "display", + "ascent": 1036, + "descent": -333, + "lineGap": 0, + "xAvgCharWidth": 636, + "unitsPerEm": 1000 }, - "damion": { - "category": "handwriting", - "ascentOverride": "1.009765625", - "descentOverride": "0.3642578125", - "lineGapOverride": "0", - "avgWidth": "0.3993577224", - "emSize": "2048" + "Merriweather Sans": { + "category": "sans-serif", + "ascent": 1968, + "descent": -546, + "lineGap": 0, + "xAvgCharWidth": 1245, + "unitsPerEm": 2000 }, - "dancingscript": { - "category": "handwriting", - "ascentOverride": "0.92", - "descentOverride": "0.28", - "lineGapOverride": "0", - "avgWidth": "0.3888461538", - "emSize": "1000" + "Oleo Script": { + "category": "display", + "ascent": 1004, + "descent": -379, + "lineGap": 0, + "xAvgCharWidth": 486, + "unitsPerEm": 1000 }, - "dangrek": { - "category": "display", - "ascentOverride": "1.220703125", - "descentOverride": "0.5859375", - "lineGapOverride": "0", - "avgWidth": "0.4747220553", - "emSize": "2048" + "Tauri": { + "category": "sans-serif", + "ascent": 2040, + "descent": -520, + "lineGap": 0, + "xAvgCharWidth": 1124, + "unitsPerEm": 2048 }, - "darkergrotesque": { - "category": "sans-serif", - "ascentOverride": "1.06", - "descentOverride": "0.296", - "lineGapOverride": "0", - "avgWidth": "0.4545384615", - "emSize": "1000" + "Flow Block": { + "category": "display", + "ascent": 1000, + "descent": -200, + "lineGap": 0, + "xAvgCharWidth": 495, + "unitsPerEm": 1000 }, - "davidlibre": { - "category": "serif", - "ascentOverride": "0.74609375", - "descentOverride": "0.2192382813", - "lineGapOverride": "0", - "avgWidth": "0.499624399", - "emSize": "2048" + "Noto Sans Carian": { + "category": "sans-serif", + "ascent": 1069, + "descent": -293, + "lineGap": 0, + "xAvgCharWidth": 661, + "unitsPerEm": 1000 }, - "dawningofanewday": { - "category": "handwriting", - "ascentOverride": "1.124023438", - "descentOverride": "0.48828125", - "lineGapOverride": "0", - "avgWidth": "0.3497971755", - "emSize": "1024" + "Pavanam": { + "category": "sans-serif", + "ascent": 952, + "descent": -339, + "lineGap": 0, + "xAvgCharWidth": 389, + "unitsPerEm": 1000 }, - "daysone": { - "category": "sans-serif", - "ascentOverride": "0.99609375", - "descentOverride": "0.2768554688", - "lineGapOverride": "0", - "avgWidth": "0.6069148137", - "emSize": "2048" + "Slabo 27px": { + "category": "serif", + "ascent": 750, + "descent": -240, + "lineGap": 0, + "xAvgCharWidth": 397, + "unitsPerEm": 810 }, - "dekko": { - "category": "handwriting", - "ascentOverride": "0.91", - "descentOverride": "0.519", - "lineGapOverride": "0", - "avgWidth": "0.4178076923", - "emSize": "1000" + "Maiden Orange": { + "category": "display", + "ascent": 1440, + "descent": -608, + "lineGap": 0, + "xAvgCharWidth": 663, + "unitsPerEm": 2048 }, - "delagothicone": { - "category": "display", - "ascentOverride": "1.16", - "descentOverride": "0.288", - "lineGapOverride": "0", - "avgWidth": "0.6697692308", - "emSize": "1000" + "Bai Jamjuree": { + "category": "sans-serif", + "ascent": 1000, + "descent": -250, + "lineGap": 0, + "xAvgCharWidth": 555, + "unitsPerEm": 1000 }, - "delius": { + "Grand Hotel": { "category": "handwriting", - "ascentOverride": "0.986", - "descentOverride": "0.27", - "lineGapOverride": "0", - "avgWidth": "0.5052307692", - "emSize": "1000" + "ascent": 1938, + "descent": -844, + "lineGap": 0, + "xAvgCharWidth": 611, + "unitsPerEm": 2048 }, - "deliusswashcaps": { - "category": "handwriting", - "ascentOverride": "0.986", - "descentOverride": "0.27", - "lineGapOverride": "0", - "avgWidth": "0.5052307692", - "emSize": "1000" + "Noto Sans Multani": { + "category": "sans-serif", + "ascent": 1069, + "descent": -293, + "lineGap": 0, + "xAvgCharWidth": 614, + "unitsPerEm": 1000 }, - "deliusunicase": { + "Sofia": { "category": "handwriting", - "ascentOverride": "1.031", - "descentOverride": "0.252", - "lineGapOverride": "0", - "avgWidth": "0.7223076923", - "emSize": "1000" + "ascent": 1138, + "descent": -438, + "lineGap": 0, + "xAvgCharWidth": 430, + "unitsPerEm": 1000 }, - "dellarespira": { - "category": "serif", - "ascentOverride": "1.072265625", - "descentOverride": "0.2963867188", - "lineGapOverride": "0", - "avgWidth": "0.4927696815", - "emSize": "2048" + "Gruppo": { + "category": "display", + "ascent": 1639, + "descent": -340, + "lineGap": 0, + "xAvgCharWidth": 1040, + "unitsPerEm": 2048 }, - "denkone": { + "Sora": { "category": "sans-serif", - "ascentOverride": "1.034179688", - "descentOverride": "0.2158203125", - "lineGapOverride": "0", - "avgWidth": "0.4850510817", - "emSize": "2048" + "ascent": 970, + "descent": -290, + "lineGap": 0, + "xAvgCharWidth": 590, + "unitsPerEm": 1000 }, - "devonshire": { - "category": "handwriting", - "ascentOverride": "0.981", - "descentOverride": "0.433", - "lineGapOverride": "0", - "avgWidth": "0.328", - "emSize": "1000" + "Bungee Hairline": { + "category": "display", + "ascent": 860, + "descent": -140, + "lineGap": 200, + "xAvgCharWidth": 783, + "unitsPerEm": 1000 }, - "dhurjati": { + "Noto Sans Brahmi": { "category": "sans-serif", - "ascentOverride": "1.265517241", - "descentOverride": "0.5850574713", - "lineGapOverride": "0", - "avgWidth": "0.4116710875", - "emSize": "870" + "ascent": 1069, + "descent": -306, + "lineGap": 0, + "xAvgCharWidth": 752, + "unitsPerEm": 1000 }, - "didactgothic": { + "Paytone One": { "category": "sans-serif", - "ascentOverride": "1.046", - "descentOverride": "0.265", - "lineGapOverride": "0", - "avgWidth": "0.4705769231", - "emSize": "1000" - }, - "diplomata": { - "category": "display", - "ascentOverride": "0.93", - "descentOverride": "0.287", - "lineGapOverride": "0", - "avgWidth": "1.098269231", - "emSize": "1000" + "ascent": 1113, + "descent": -283, + "lineGap": 0, + "xAvgCharWidth": 602, + "unitsPerEm": 1000 }, - "diplomatasc": { + "Goblin One": { "category": "display", - "ascentOverride": "0.93", - "descentOverride": "0.287", - "lineGapOverride": "0", - "avgWidth": "1.189346154", - "emSize": "1000" + "ascent": 1920, + "descent": -640, + "lineGap": 0, + "xAvgCharWidth": 1653, + "unitsPerEm": 2048 }, - "dohyeon": { + "Mukta Vaani": { "category": "sans-serif", - "ascentOverride": "0.8", - "descentOverride": "0.2", - "lineGapOverride": "0.25", - "avgWidth": "0.4562692308", - "emSize": "1000" - }, - "dokdo": { - "category": "handwriting", - "ascentOverride": "0.696", - "descentOverride": "0.304", - "lineGapOverride": "0.25", - "avgWidth": "0.4604230769", - "emSize": "1000" - }, - "domine": { - "category": "serif", - "ascentOverride": "0.9", - "descentOverride": "0.24", - "lineGapOverride": "0", - "avgWidth": "0.5555", - "emSize": "1000" - }, - "donegalone": { - "category": "serif", - "ascentOverride": "0.9765625", - "descentOverride": "0.2734375", - "lineGapOverride": "0", - "avgWidth": "0.5536921575", - "emSize": "2048" + "ascent": 1130, + "descent": -532, + "lineGap": 0, + "xAvgCharWidth": 599, + "unitsPerEm": 1000 }, - "dongle": { + "Michroma": { "category": "sans-serif", - "ascentOverride": "0.85", - "descentOverride": "0.598", - "lineGapOverride": "0", - "avgWidth": "0.3182692308", - "emSize": "1000" + "ascent": 2368, + "descent": -544, + "lineGap": 0, + "xAvgCharWidth": 1289, + "unitsPerEm": 2048 + }, + "Atma": { + "category": "display", + "ascent": 1101, + "descent": -518, + "lineGap": 0, + "xAvgCharWidth": 534, + "unitsPerEm": 1000 }, - "doppioone": { + "Mukta Mahee": { "category": "sans-serif", - "ascentOverride": "1.005859375", - "descentOverride": "0.244140625", - "lineGapOverride": "0", - "avgWidth": "0.5331092248", - "emSize": "2048" + "ascent": 1130, + "descent": -532, + "lineGap": 0, + "xAvgCharWidth": 501, + "unitsPerEm": 1000 }, - "dorsa": { + "Noto Sans Math": { "category": "sans-serif", - "ascentOverride": "0.857", - "descentOverride": "0.2", - "lineGapOverride": "0", - "avgWidth": "0.1832307692", - "emSize": "1000" + "ascent": 1069, + "descent": -423, + "lineGap": 0, + "xAvgCharWidth": 647, + "unitsPerEm": 1000 }, - "dosis": { + "Yanone Kaffeesatz": { "category": "sans-serif", - "ascentOverride": "1.027", - "descentOverride": "0.237", - "lineGapOverride": "0", - "avgWidth": "0.4105769231", - "emSize": "1000" + "ascent": 735, + "descent": -200, + "lineGap": 57, + "xAvgCharWidth": 405, + "unitsPerEm": 1000 }, - "dotgothic16": { + "Krub": { "category": "sans-serif", - "ascentOverride": "1.16", - "descentOverride": "0.288", - "lineGapOverride": "0", - "avgWidth": "0.5", - "emSize": "1000" + "ascent": 1007, + "descent": -293, + "lineGap": 0, + "xAvgCharWidth": 557, + "unitsPerEm": 1000 }, - "drsugiyama": { + "Mrs Saint Delafield": { "category": "handwriting", - "ascentOverride": "1.009", - "descentOverride": "0.45", - "lineGapOverride": "0", - "avgWidth": "0.3228461538", - "emSize": "1000" + "ascent": 906, + "descent": -619, + "lineGap": 0, + "xAvgCharWidth": 255, + "unitsPerEm": 1000 }, - "durusans": { + "Noto Sans Gothic": { "category": "sans-serif", - "ascentOverride": "0.986328125", - "descentOverride": "0.263671875", - "lineGapOverride": "0", - "avgWidth": "0.57421875", - "emSize": "2048" - }, - "dynalight": { - "category": "display", - "ascentOverride": "0.8984375", - "descentOverride": "0.3149414063", - "lineGapOverride": "0", - "avgWidth": "0.3308105469", - "emSize": "2048" - }, - "ebgaramond": { - "category": "serif", - "ascentOverride": "1.007", - "descentOverride": "0.298", - "lineGapOverride": "0", - "avgWidth": "0.4221153846", - "emSize": "1000" + "ascent": 1069, + "descent": -293, + "lineGap": 0, + "xAvgCharWidth": 596, + "unitsPerEm": 1000 }, - "eaglelake": { + "Kristi": { "category": "handwriting", - "ascentOverride": "1.181640625", - "descentOverride": "0.4516601563", - "lineGapOverride": "0", - "avgWidth": "0.641789363", - "emSize": "2048" + "ascent": 1836, + "descent": -724, + "lineGap": 0, + "xAvgCharWidth": 541, + "unitsPerEm": 2048 }, - "eastseadokdo": { - "category": "handwriting", - "ascentOverride": "0.706", - "descentOverride": "0.294", - "lineGapOverride": "0.25", - "avgWidth": "0.3496923077", - "emSize": "1000" + "Big Shoulders Stencil Display": { + "category": "display", + "ascent": 1968, + "descent": -426, + "lineGap": 0, + "xAvgCharWidth": 551, + "unitsPerEm": 2000 }, - "eater": { + "Snowburst One": { "category": "display", - "ascentOverride": "1.415039063", - "descentOverride": "0.4487304688", - "lineGapOverride": "0", - "avgWidth": "0.7157451923", - "emSize": "2048" + "ascent": 2134, + "descent": -454, + "lineGap": 0, + "xAvgCharWidth": 1335, + "unitsPerEm": 2048 }, - "economica": { + "Kantumruy Pro": { "category": "sans-serif", - "ascentOverride": "0.949", - "descentOverride": "0.2", - "lineGapOverride": "0", - "avgWidth": "0.3433076923", - "emSize": "1000" + "ascent": 920, + "descent": -260, + "lineGap": 0, + "xAvgCharWidth": 627, + "unitsPerEm": 1000 }, - "eczar": { + "Libre Caslon Text": { "category": "serif", - "ascentOverride": "1.143", - "descentOverride": "0.634", - "lineGapOverride": "0", - "avgWidth": "0.4951153846", - "emSize": "1000" - }, - "elmessiri": { - "category": "sans-serif", - "ascentOverride": "1.019", - "descentOverride": "0.544", - "lineGapOverride": "0", - "avgWidth": "0.4779615385", - "emSize": "1000" + "ascent": 970, + "descent": -260, + "lineGap": 0, + "xAvgCharWidth": 585, + "unitsPerEm": 1000 }, - "electrolize": { - "category": "sans-serif", - "ascentOverride": "0.911", - "descentOverride": "0.275", - "lineGapOverride": "0", - "avgWidth": "0.5040769231", - "emSize": "1000" + "Tiro Telugu": { + "category": "serif", + "ascent": 755, + "descent": -245, + "lineGap": 794, + "xAvgCharWidth": 763, + "unitsPerEm": 1000 }, - "elsie": { - "category": "display", - "ascentOverride": "0.878", - "descentOverride": "0.274", - "lineGapOverride": "0", - "avgWidth": "0.5563846154", - "emSize": "1000" + "Stalemate": { + "category": "handwriting", + "ascent": 1837, + "descent": -1165, + "lineGap": 0, + "xAvgCharWidth": 422, + "unitsPerEm": 2048 }, - "elsieswashcaps": { + "Saira Stencil One": { "category": "display", - "ascentOverride": "0.878", - "descentOverride": "0.274", - "lineGapOverride": "0", - "avgWidth": "0.5558461538", - "emSize": "1000" + "ascent": 1135, + "descent": -439, + "lineGap": 0, + "xAvgCharWidth": 564, + "unitsPerEm": 1000 }, - "emblemaone": { - "category": "display", - "ascentOverride": "0.9267578125", - "descentOverride": "0.2666015625", - "lineGapOverride": "0", - "avgWidth": "0.6792179988", - "emSize": "2048" + "Libre Baskerville": { + "category": "serif", + "ascent": 970, + "descent": -270, + "lineGap": 0, + "xAvgCharWidth": 513, + "unitsPerEm": 1000 }, - "emilyscandy": { + "Smythe": { "category": "display", - "ascentOverride": "0.97265625", - "descentOverride": "0.279296875", - "lineGapOverride": "0", - "avgWidth": "0.4563176082", - "emSize": "1024" - }, - "encodesans": { - "category": "sans-serif", - "ascentOverride": "1.03", - "descentOverride": "0.22", - "lineGapOverride": "0", - "avgWidth": "0.4066538462", - "emSize": "2000" - }, - "encodesanscondensed": { - "category": "sans-serif", - "ascentOverride": "1.03", - "descentOverride": "0.22", - "lineGapOverride": "0", - "avgWidth": "0.4307307692", - "emSize": "2000" - }, - "encodesansexpanded": { - "category": "sans-serif", - "ascentOverride": "1.03", - "descentOverride": "0.22", - "lineGapOverride": "0", - "avgWidth": "0.5456538462", - "emSize": "2000" + "ascent": 1883, + "descent": -480, + "lineGap": 0, + "xAvgCharWidth": 625, + "unitsPerEm": 2048 }, - "encodesanssc": { - "category": "sans-serif", - "ascentOverride": "1.03", - "descentOverride": "0.22", - "lineGapOverride": "0", - "avgWidth": "0.4696923077", - "emSize": "2000" + "Mrs Sheppards": { + "category": "handwriting", + "ascent": 959, + "descent": -378, + "lineGap": 0, + "xAvgCharWidth": 344, + "unitsPerEm": 1000 }, - "encodesanssemicondensed": { + "Inria Sans": { "category": "sans-serif", - "ascentOverride": "1.03", - "descentOverride": "0.22", - "lineGapOverride": "0", - "avgWidth": "0.5096923077", - "emSize": "2000" + "ascent": 976, + "descent": -223, + "lineGap": 0, + "xAvgCharWidth": 548, + "unitsPerEm": 1000 }, - "encodesanssemiexpanded": { + "Kufam": { "category": "sans-serif", - "ascentOverride": "1.03", - "descentOverride": "0.22", - "lineGapOverride": "0", - "avgWidth": "0.607", - "emSize": "2000" - }, - "engagement": { - "category": "handwriting", - "ascentOverride": "0.8999023438", - "descentOverride": "0.333984375", - "lineGapOverride": "0", - "avgWidth": "0.2693434495", - "emSize": "2048" + "ascent": 900, + "descent": -400, + "lineGap": 0, + "xAvgCharWidth": 619, + "unitsPerEm": 1000 }, - "englebert": { + "Biryani": { "category": "sans-serif", - "ascentOverride": "0.4658203125", - "descentOverride": "0.1518554688", - "lineGapOverride": "0", - "avgWidth": "0.4232835036", - "emSize": "2048" + "ascent": 1109, + "descent": -656, + "lineGap": 0, + "xAvgCharWidth": 560, + "unitsPerEm": 1000 }, - "enriqueta": { + "Libre Caslon Display": { "category": "serif", - "ascentOverride": "1.077", - "descentOverride": "0.261", - "lineGapOverride": "0", - "avgWidth": "0.5060384615", - "emSize": "1000" + "ascent": 970, + "descent": -266, + "lineGap": 0, + "xAvgCharWidth": 494, + "unitsPerEm": 1000 }, - "ephesis": { - "category": "handwriting", - "ascentOverride": "0.9", - "descentOverride": "0.4", - "lineGapOverride": "0", - "avgWidth": "0.319", - "emSize": "1000" + "Yeon Sung": { + "category": "display", + "ascent": 800, + "descent": -200, + "lineGap": 250, + "xAvgCharWidth": 698, + "unitsPerEm": 1000 }, - "epilogue": { - "category": "sans-serif", - "ascentOverride": "0.79", - "descentOverride": "0.235", - "lineGapOverride": "0", - "avgWidth": "0.5499615385", - "emSize": "2000" + "Tiro Bangla": { + "category": "serif", + "ascent": 755, + "descent": -245, + "lineGap": 330, + "xAvgCharWidth": 600, + "unitsPerEm": 1000 }, - "ericaone": { + "Bahiana": { "category": "display", - "ascentOverride": "1.153", - "descentOverride": "0.339", - "lineGapOverride": "0", - "avgWidth": "0.6261153846", - "emSize": "1000" + "ascent": 900, + "descent": -250, + "lineGap": 0, + "xAvgCharWidth": 316, + "unitsPerEm": 1000 }, - "esteban": { + "Sura": { "category": "serif", - "ascentOverride": "0.984", - "descentOverride": "0.29", - "lineGapOverride": "0", - "avgWidth": "0.5054615385", - "emSize": "1000" + "ascent": 2359, + "descent": -872, + "lineGap": 0, + "xAvgCharWidth": 1083, + "unitsPerEm": 2048 }, - "estonia": { + "Mr De Haviland": { "category": "handwriting", - "ascentOverride": "0.9", - "descentOverride": "0.34", - "lineGapOverride": "0", - "avgWidth": "0.2503076923", - "emSize": "1000" + "ascent": 875, + "descent": -442, + "lineGap": 0, + "xAvgCharWidth": 239, + "unitsPerEm": 1000 }, - "euphoriascript": { - "category": "handwriting", - "ascentOverride": "0.8112", - "descentOverride": "0.3536", - "lineGapOverride": "0", - "avgWidth": "0.3377230769", - "emSize": "1250" + "Rosario": { + "category": "sans-serif", + "ascent": 977, + "descent": -235, + "lineGap": 0, + "xAvgCharWidth": 517, + "unitsPerEm": 1000 }, - "ewert": { + "Bigshot One": { "category": "display", - "ascentOverride": "0.944", - "descentOverride": "0.299", - "lineGapOverride": "0", - "avgWidth": "0.7358461538", - "emSize": "1000" + "ascent": 869, + "descent": -179, + "lineGap": 0, + "xAvgCharWidth": 519, + "unitsPerEm": 1000 }, - "exo": { - "category": "sans-serif", - "ascentOverride": "1.002", - "descentOverride": "0.327", - "lineGapOverride": "0", - "avgWidth": "0.5076153846", - "emSize": "1000" + "Nova Flat": { + "category": "display", + "ascent": 1966, + "descent": -506, + "lineGap": 0, + "xAvgCharWidth": 1169, + "unitsPerEm": 2048 }, - "exo2": { + "Timmana": { "category": "sans-serif", - "ascentOverride": "0.999", - "descentOverride": "0.201", - "lineGapOverride": "0", - "avgWidth": "0.5191153846", - "emSize": "1000" + "ascent": 668, + "descent": -554, + "lineGap": 0, + "xAvgCharWidth": 392, + "unitsPerEm": 750 }, - "expletussans": { + "Passion One": { "category": "display", - "ascentOverride": "1.033", - "descentOverride": "0.306", - "lineGapOverride": "0", - "avgWidth": "0.5195", - "emSize": "2000" + "ascent": 835, + "descent": -266, + "lineGap": 0, + "xAvgCharWidth": 369, + "unitsPerEm": 1000 }, - "explora": { + "Sedgwick Ave Display": { "category": "handwriting", - "ascentOverride": "0.85", - "descentOverride": "0.35", - "lineGapOverride": "0", - "avgWidth": "0.2539230769", - "emSize": "1000" + "ascent": 937, + "descent": -312, + "lineGap": 0, + "xAvgCharWidth": 548, + "unitsPerEm": 1000 }, - "fahkwang": { + "Orbitron": { "category": "sans-serif", - "ascentOverride": "1.008", - "descentOverride": "0.292", - "lineGapOverride": "0", - "avgWidth": "0.5677692308", - "emSize": "1000" + "ascent": 1011, + "descent": -243, + "lineGap": 0, + "xAvgCharWidth": 672, + "unitsPerEm": 1000 + }, + "Ingrid Darling": { + "category": "handwriting", + "ascent": 860, + "descent": -380, + "lineGap": 0, + "xAvgCharWidth": 437, + "unitsPerEm": 1000 + }, + "Bungee Outline": { + "category": "display", + "ascent": 860, + "descent": -140, + "lineGap": 200, + "xAvgCharWidth": 783, + "unitsPerEm": 1000 + }, + "Ceviche One": { + "category": "display", + "ascent": 806, + "descent": -237, + "lineGap": 0, + "xAvgCharWidth": 355, + "unitsPerEm": 1000 }, - "familjengrotesk": { + "Noto Sans Caucasian Albanian": { "category": "sans-serif", - "ascentOverride": "1.025", - "descentOverride": "0.225", - "lineGapOverride": "0", - "avgWidth": "0.4621794872", - "emSize": "1200" + "ascent": 976, + "descent": -274, + "lineGap": 0, + "xAvgCharWidth": 561, + "unitsPerEm": 1000 }, - "fanwoodtext": { + "Noto Serif Display": { "category": "serif", - "ascentOverride": "0.9182128906", - "descentOverride": "0.3928222656", - "lineGapOverride": "0", - "avgWidth": "0.4380164513", - "emSize": "4096" + "ascent": 1069, + "descent": -293, + "lineGap": 0, + "xAvgCharWidth": 594, + "unitsPerEm": 1000 }, - "farro": { + "Inter": { "category": "sans-serif", - "ascentOverride": "0.8", - "descentOverride": "0.2", - "lineGapOverride": "0", - "avgWidth": "0.5641153846", - "emSize": "1000" + "ascent": 2728, + "descent": -680, + "lineGap": 0, + "xAvgCharWidth": 1838, + "unitsPerEm": 2816 }, - "farsan": { - "category": "display", - "ascentOverride": "0.711", - "descentOverride": "0.289", - "lineGapOverride": "0.2", - "avgWidth": "0.3444230769", - "emSize": "1000" + "Noto Sans Old Turkic": { + "category": "sans-serif", + "ascent": 1069, + "descent": -293, + "lineGap": 0, + "xAvgCharWidth": 602, + "unitsPerEm": 1000 }, - "fascinate": { + "Life Savers": { "category": "display", - "ascentOverride": "1.037597656", - "descentOverride": "0.2885742188", - "lineGapOverride": "0", - "avgWidth": "0.6044734075", - "emSize": "2048" + "ascent": 972, + "descent": -250, + "lineGap": 0, + "xAvgCharWidth": 419, + "unitsPerEm": 1000 }, - "fascinateinline": { - "category": "display", - "ascentOverride": "1.037597656", - "descentOverride": "0.2885742188", - "lineGapOverride": "0", - "avgWidth": "0.6044734075", - "emSize": "2048" + "Montagu Slab": { + "category": "serif", + "ascent": 982, + "descent": -300, + "lineGap": 0, + "xAvgCharWidth": 646, + "unitsPerEm": 1000 }, - "fasterone": { - "category": "display", - "ascentOverride": "0.898", - "descentOverride": "0.165", - "lineGapOverride": "0", - "avgWidth": "0.7001153846", - "emSize": "1000" + "Reenie Beanie": { + "category": "handwriting", + "ascent": 750, + "descent": -250, + "lineGap": 0, + "xAvgCharWidth": 347, + "unitsPerEm": 1000 }, - "fasthand": { - "category": "display", - "ascentOverride": "1.220703125", - "descentOverride": "0.5859375", - "lineGapOverride": "0", - "avgWidth": "0.3872821514", - "emSize": "2048" + "Beth Ellen": { + "category": "handwriting", + "ascent": 3250, + "descent": -1190, + "lineGap": 0, + "xAvgCharWidth": 1424, + "unitsPerEm": 2000 }, - "faunaone": { - "category": "serif", - "ascentOverride": "0.987", - "descentOverride": "0.243", - "lineGapOverride": "0", - "avgWidth": "0.5746153846", - "emSize": "1000" + "Vibur": { + "category": "handwriting", + "ascent": 1960, + "descent": -792, + "lineGap": 184, + "xAvgCharWidth": 718, + "unitsPerEm": 2048 }, - "faustina": { - "category": "serif", - "ascentOverride": "1.043", - "descentOverride": "0.217", - "lineGapOverride": "0", - "avgWidth": "0.4634615385", - "emSize": "1000" + "Text Me One": { + "category": "sans-serif", + "ascent": 952, + "descent": -269, + "lineGap": 0, + "xAvgCharWidth": 485, + "unitsPerEm": 1000 }, - "federant": { + "Crushed": { "category": "display", - "ascentOverride": "0.942", - "descentOverride": "0.284", - "lineGapOverride": "0", - "avgWidth": "0.5186538462", - "emSize": "1000" + "ascent": 1820, + "descent": -483, + "lineGap": 51, + "xAvgCharWidth": 768, + "unitsPerEm": 2048 }, - "federo": { + "Mouse Memoirs": { "category": "sans-serif", - "ascentOverride": "0.9194335938", - "descentOverride": "0.2587890625", - "lineGapOverride": "0", - "avgWidth": "0.4507399339", - "emSize": "2048" - }, - "felipa": { - "category": "handwriting", - "ascentOverride": "0.966", - "descentOverride": "0.319", - "lineGapOverride": "0", - "avgWidth": "0.3675", - "emSize": "1000" + "ascent": 1917, + "descent": -428, + "lineGap": 0, + "xAvgCharWidth": 597, + "unitsPerEm": 2048 }, - "fenix": { + "Aleo": { "category": "serif", - "ascentOverride": "0.879", - "descentOverride": "0.238", - "lineGapOverride": "0", - "avgWidth": "0.4685769231", - "emSize": "1000" + "ascent": 805, + "descent": -195, + "lineGap": 200, + "xAvgCharWidth": 535, + "unitsPerEm": 1000 }, - "festive": { - "category": "handwriting", - "ascentOverride": "1.1", - "descentOverride": "0.59", - "lineGapOverride": "0", - "avgWidth": "0.3401923077", - "emSize": "1000" + "Noto Sans Tagbanwa": { + "category": "sans-serif", + "ascent": 1069, + "descent": -293, + "lineGap": 0, + "xAvgCharWidth": 711, + "unitsPerEm": 1000 + }, + "Noto Sans Anatolian Hieroglyphs": { + "category": "sans-serif", + "ascent": 1153, + "descent": -253, + "lineGap": 0, + "xAvgCharWidth": 802, + "unitsPerEm": 1000 }, - "fingerpaint": { + "Sniglet": { "category": "display", - "ascentOverride": "1.097", - "descentOverride": "0.377", - "lineGapOverride": "0", - "avgWidth": "0.5966538462", - "emSize": "1000" + "ascent": 956, + "descent": -289, + "lineGap": 0, + "xAvgCharWidth": 440, + "unitsPerEm": 1000 }, - "firacode": { + "Roboto Mono": { "category": "monospace", - "ascentOverride": "0.99", - "descentOverride": "0.322", - "lineGapOverride": "0", - "avgWidth": "0.6", - "emSize": "2000" + "ascent": 2146, + "descent": -555, + "lineGap": 0, + "xAvgCharWidth": 1229, + "unitsPerEm": 2048 }, - "firamono": { - "category": "monospace", - "ascentOverride": "0.935", - "descentOverride": "0.265", - "lineGapOverride": "0", - "avgWidth": "0.6", - "emSize": "1000" + "Noto Sans Buhid": { + "category": "sans-serif", + "ascent": 1069, + "descent": -293, + "lineGap": 0, + "xAvgCharWidth": 566, + "unitsPerEm": 1000 + }, + "Gayathri": { + "category": "sans-serif", + "ascent": 1500, + "descent": -1000, + "lineGap": 0, + "xAvgCharWidth": 1799, + "unitsPerEm": 2048 }, - "firasans": { - "category": "sans-serif", - "ascentOverride": "0.935", - "descentOverride": "0.265", - "lineGapOverride": "0", - "avgWidth": "0.4831923077", - "emSize": "1000" + "Archivo": { + "category": "sans-serif", + "ascent": 878, + "descent": -210, + "lineGap": 0, + "xAvgCharWidth": 575, + "unitsPerEm": 1000 }, - "firasanscondensed": { - "category": "sans-serif", - "ascentOverride": "0.935", - "descentOverride": "0.265", - "lineGapOverride": "0", - "avgWidth": "0.4795384615", - "emSize": "1000" + "Ovo": { + "category": "serif", + "ascent": 1770, + "descent": -534, + "lineGap": 0, + "xAvgCharWidth": 1057, + "unitsPerEm": 2048 }, - "firasansextracondensed": { - "category": "sans-serif", - "ascentOverride": "0.935", - "descentOverride": "0.265", - "lineGapOverride": "0", - "avgWidth": "0.4268846154", - "emSize": "1000" + "Syne Mono": { + "category": "monospace", + "ascent": 925, + "descent": -275, + "lineGap": 0, + "xAvgCharWidth": 553, + "unitsPerEm": 1000 }, - "fjallaone": { - "category": "sans-serif", - "ascentOverride": "1.008789063", - "descentOverride": "0.248046875", - "lineGapOverride": "0", - "avgWidth": "0.4380634014", - "emSize": "2048" + "Water Brush": { + "category": "handwriting", + "ascent": 1000, + "descent": -450, + "lineGap": 0, + "xAvgCharWidth": 550, + "unitsPerEm": 1000 }, - "fjordone": { - "category": "serif", - "ascentOverride": "0.947265625", - "descentOverride": "0.302734375", - "lineGapOverride": "0", - "avgWidth": "0.5097280649", - "emSize": "2048" + "Offside": { + "category": "display", + "ascent": 996, + "descent": -265, + "lineGap": 0, + "xAvgCharWidth": 578, + "unitsPerEm": 1000 }, - "flamenco": { - "category": "display", - "ascentOverride": "0.801", - "descentOverride": "0.231", - "lineGapOverride": "0", - "avgWidth": "0.4249615385", - "emSize": "1000" + "Thasadith": { + "category": "sans-serif", + "ascent": 1005, + "descent": -295, + "lineGap": 0, + "xAvgCharWidth": 493, + "unitsPerEm": 1000 }, - "flavors": { - "category": "display", - "ascentOverride": "0.9912109375", - "descentOverride": "0.2861328125", - "lineGapOverride": "0", - "avgWidth": "0.4650691106", - "emSize": "1024" + "League Gothic": { + "category": "sans-serif", + "ascent": 1935, + "descent": -465, + "lineGap": 0, + "xAvgCharWidth": 668, + "unitsPerEm": 2000 }, - "fleurdeleah": { - "category": "handwriting", - "ascentOverride": "0.92", - "descentOverride": "0.45", - "lineGapOverride": "0", - "avgWidth": "0.3281538462", - "emSize": "1000" + "Glegoo": { + "category": "serif", + "ascent": 1267, + "descent": -526, + "lineGap": 0, + "xAvgCharWidth": 510, + "unitsPerEm": 1000 }, - "flowblock": { - "category": "display", - "ascentOverride": "1", - "descentOverride": "0.2", - "lineGapOverride": "0", - "avgWidth": "0.506", - "emSize": "1000" + "BioRhyme": { + "category": "serif", + "ascent": 1127, + "descent": -422, + "lineGap": 0, + "xAvgCharWidth": 661, + "unitsPerEm": 1000 }, - "flowcircular": { - "category": "display", - "ascentOverride": "1", - "descentOverride": "0.2", - "lineGapOverride": "0", - "avgWidth": "0.4983076923", - "emSize": "1000" + "Kaisei Tokumin": { + "category": "serif", + "ascent": 1160, + "descent": -288, + "lineGap": 0, + "xAvgCharWidth": 969, + "unitsPerEm": 1000 }, - "flowrounded": { - "category": "display", - "ascentOverride": "1", - "descentOverride": "0.2", - "lineGapOverride": "0", - "avgWidth": "0.506", - "emSize": "1000" + "Schoolbell": { + "category": "handwriting", + "ascent": 1019, + "descent": -383, + "lineGap": 24, + "xAvgCharWidth": 419, + "unitsPerEm": 1024 }, - "fondamento": { - "category": "handwriting", - "ascentOverride": "1.005859375", - "descentOverride": "0.3779296875", - "lineGapOverride": "0", - "avgWidth": "0.4891263522", - "emSize": "2048" + "Ms Madi": { + "category": "handwriting", + "ascent": 900, + "descent": -420, + "lineGap": 0, + "xAvgCharWidth": 543, + "unitsPerEm": 1000 }, - "fontdinerswanky": { - "category": "display", - "ascentOverride": "1.022460938", - "descentOverride": "0.498046875", - "lineGapOverride": "0.01953125", - "avgWidth": "0.6216571514", - "emSize": "1024" + "Emblema One": { + "category": "display", + "ascent": 1898, + "descent": -546, + "lineGap": 0, + "xAvgCharWidth": 1236, + "unitsPerEm": 2048 }, - "forum": { - "category": "display", - "ascentOverride": "0.856", - "descentOverride": "0.248", - "lineGapOverride": "0", - "avgWidth": "0.4533076923", - "emSize": "1000" + "Athiti": { + "category": "sans-serif", + "ascent": 1150, + "descent": -450, + "lineGap": 0, + "xAvgCharWidth": 512, + "unitsPerEm": 1000 }, - "francoisone": { - "category": "sans-serif", - "ascentOverride": "1.089", - "descentOverride": "0.329", - "lineGapOverride": "0", - "avgWidth": "0.464", - "emSize": "1000" + "Lexend": { + "category": "sans-serif", + "ascent": 1000, + "descent": -250, + "lineGap": 0, + "xAvgCharWidth": 588, + "unitsPerEm": 1000 }, - "frankruhllibre": { + "Sorts Mill Goudy": { "category": "serif", - "ascentOverride": "0.957", - "descentOverride": "0.334", - "lineGapOverride": "0", - "avgWidth": "0.493", - "emSize": "1000" + "ascent": 960, + "descent": -478, + "lineGap": 0, + "xAvgCharWidth": 536, + "unitsPerEm": 1000 }, - "fraunces": { - "category": "serif", - "ascentOverride": "0.978", - "descentOverride": "0.255", - "lineGapOverride": "0", - "avgWidth": "0.5978653846", - "emSize": "2000" + "Patrick Hand SC": { + "category": "handwriting", + "ascent": 1042, + "descent": -312, + "lineGap": 0, + "xAvgCharWidth": 437, + "unitsPerEm": 1000 }, - "freckleface": { - "category": "display", - "ascentOverride": "0.9501953125", - "descentOverride": "0.2788085938", - "lineGapOverride": "0", - "avgWidth": "0.4744591346", - "emSize": "2048" + "Charis SIL": { + "category": "serif", + "ascent": 2450, + "descent": -900, + "lineGap": 0, + "xAvgCharWidth": 1118, + "unitsPerEm": 2048 }, - "frederickathegreat": { + "Paprika": { "category": "display", - "ascentOverride": "0.9775390625", - "descentOverride": "0.248046875", - "lineGapOverride": "0", - "avgWidth": "0.4923377404", - "emSize": "1024" + "ascent": 1145, + "descent": -274, + "lineGap": 0, + "xAvgCharWidth": 576, + "unitsPerEm": 1000 }, - "fredoka": { + "Ramabhadra": { "category": "sans-serif", - "ascentOverride": "0.974", - "descentOverride": "0.236", - "lineGapOverride": "0", - "avgWidth": "0.5061538462", - "emSize": "1000" - }, - "fredokaone": { - "category": "display", - "ascentOverride": "0.974", - "descentOverride": "0.236", - "lineGapOverride": "0", - "avgWidth": "0.5498461538", - "emSize": "1000" - }, - "freehand": { - "category": "display", - "ascentOverride": "1.220703125", - "descentOverride": "0.5859375", - "lineGapOverride": "0", - "avgWidth": "0.3872821514", - "emSize": "2048" + "ascent": 1101, + "descent": -474, + "lineGap": 0, + "xAvgCharWidth": 487, + "unitsPerEm": 830 }, - "fresca": { + "Glory": { "category": "sans-serif", - "ascentOverride": "0.869", - "descentOverride": "0.285", - "lineGapOverride": "0", - "avgWidth": "0.4647692308", - "emSize": "1000" - }, - "frijole": { - "category": "display", - "ascentOverride": "1.049804688", - "descentOverride": "0.3291015625", - "lineGapOverride": "0", - "avgWidth": "0.7709960938", - "emSize": "1024" - }, - "fruktur": { - "category": "display", - "ascentOverride": "0.986328125", - "descentOverride": "0.263671875", - "lineGapOverride": "0", - "avgWidth": "0.5169959435", - "emSize": "2048" + "ascent": 900, + "descent": -220, + "lineGap": 0, + "xAvgCharWidth": 468, + "unitsPerEm": 1000 }, - "fugazone": { + "Changa One": { "category": "display", - "ascentOverride": "1.046", - "descentOverride": "0.422", - "lineGapOverride": "0", - "avgWidth": "0.5654615385", - "emSize": "1000" - }, - "fuggles": { - "category": "handwriting", - "ascentOverride": "0.85", - "descentOverride": "0.351", - "lineGapOverride": "0", - "avgWidth": "0.2339230769", - "emSize": "1000" + "ascent": 882, + "descent": -180, + "lineGap": 0, + "xAvgCharWidth": 452, + "unitsPerEm": 1000 }, - "fuzzybubbles": { + "Rochester": { "category": "handwriting", - "ascentOverride": "0.9", - "descentOverride": "0.35", - "lineGapOverride": "0", - "avgWidth": "0.5623846154", - "emSize": "1000" + "ascent": 2109, + "descent": -528, + "lineGap": 0, + "xAvgCharWidth": 918, + "unitsPerEm": 2048 }, - "gfsdidot": { + "Noto Serif JP": { "category": "serif", - "ascentOverride": "0.947", - "descentOverride": "0.277", - "lineGapOverride": "0.025", - "avgWidth": "0.5046153846", - "emSize": "1000" + "ascent": 1151, + "descent": -286, + "lineGap": 0, + "xAvgCharWidth": 983, + "unitsPerEm": 1000 }, - "gfsneohellenic": { - "category": "sans-serif", - "ascentOverride": "0.871", - "descentOverride": "0.264", - "lineGapOverride": "0.022", - "avgWidth": "0.4078076923", - "emSize": "1000" + "Revalia": { + "category": "display", + "ascent": 2146, + "descent": 382, + "lineGap": 0, + "xAvgCharWidth": 1538, + "unitsPerEm": 2048 }, - "gabriela": { + "Kadwa": { "category": "serif", - "ascentOverride": "0.986", - "descentOverride": "0.295", - "lineGapOverride": "0", - "avgWidth": "0.5440769231", - "emSize": "1000" + "ascent": 2691, + "descent": -1421, + "lineGap": 0, + "xAvgCharWidth": 1234, + "unitsPerEm": 2048 }, - "gaegu": { + "Just Me Again Down Here": { "category": "handwriting", - "ascentOverride": "0.76", - "descentOverride": "0.24", - "lineGapOverride": "0.25", - "avgWidth": "0.4407307692", - "emSize": "1000" + "ascent": 1069, + "descent": -429, + "lineGap": 0, + "xAvgCharWidth": 311, + "unitsPerEm": 1000 }, - "gafata": { + "Cambay": { "category": "sans-serif", - "ascentOverride": "0.921", - "descentOverride": "0.202", - "lineGapOverride": "0", - "avgWidth": "0.4614230769", - "emSize": "1000" + "ascent": 800, + "descent": -503, + "lineGap": 0, + "xAvgCharWidth": 445, + "unitsPerEm": 800 }, - "galada": { + "Vampiro One": { "category": "display", - "ascentOverride": "1.035", - "descentOverride": "0.592", - "lineGapOverride": "0", - "avgWidth": "0.4432692308", - "emSize": "1000" + "ascent": 956, + "descent": -294, + "lineGap": 0, + "xAvgCharWidth": 591, + "unitsPerEm": 1000 }, - "galdeano": { - "category": "sans-serif", - "ascentOverride": "0.82", - "descentOverride": "0.23", - "lineGapOverride": "0", - "avgWidth": "0.4443846154", - "emSize": "1000" + "IM Fell French Canon SC": { + "category": "serif", + "ascent": 1868, + "descent": -530, + "lineGap": 0, + "xAvgCharWidth": 929, + "unitsPerEm": 2048 }, - "galindo": { - "category": "display", - "ascentOverride": "0.9833984375", - "descentOverride": "0.4311523438", - "lineGapOverride": "0", - "avgWidth": "0.5796649639", - "emSize": "2048" + "Kreon": { + "category": "serif", + "ascent": 974, + "descent": -286, + "lineGap": 0, + "xAvgCharWidth": 460, + "unitsPerEm": 1000 }, - "gamjaflower": { + "Great Vibes": { "category": "handwriting", - "ascentOverride": "0.78125", - "descentOverride": "0.21875", - "lineGapOverride": "0.25", - "avgWidth": "0.4073768029", - "emSize": "1024" - }, - "gayathri": { - "category": "sans-serif", - "ascentOverride": "0.732421875", - "descentOverride": "0.48828125", - "lineGapOverride": "0", - "avgWidth": "0.4988919772", - "emSize": "2048" + "ascent": 851, + "descent": -401, + "lineGap": 0, + "xAvgCharWidth": 551, + "unitsPerEm": 1000 }, - "gelasio": { + "Crimson Pro": { "category": "serif", - "ascentOverride": "0.927734375", - "descentOverride": "0.341796875", - "lineGapOverride": "0", - "avgWidth": "0.5558894231", - "emSize": "2048" + "ascent": 918, + "descent": -220, + "lineGap": 0, + "xAvgCharWidth": 527, + "unitsPerEm": 1024 }, - "gemunulibre": { - "category": "sans-serif", - "ascentOverride": "0.884", - "descentOverride": "0.2", - "lineGapOverride": "0", - "avgWidth": "0.3816923077", - "emSize": "1000" + "Baumans": { + "category": "display", + "ascent": 942, + "descent": -240, + "lineGap": 0, + "xAvgCharWidth": 500, + "unitsPerEm": 1000 }, - "genos": { + "Lato": { "category": "sans-serif", - "ascentOverride": "0.9", - "descentOverride": "0.3", - "lineGapOverride": "0", - "avgWidth": "0.3964230769", - "emSize": "1000" - }, - "gentiumbookbasic": { - "category": "serif", - "ascentOverride": "0.8740234375", - "descentOverride": "0.283203125", - "lineGapOverride": "0", - "avgWidth": "0.4645057091", - "emSize": "2048" + "ascent": 1974, + "descent": -426, + "lineGap": 0, + "xAvgCharWidth": 1042, + "unitsPerEm": 2000 }, - "geo": { + "Inder": { "category": "sans-serif", - "ascentOverride": "0.8017578125", - "descentOverride": "0.2197265625", - "lineGapOverride": "0.08984375", - "avgWidth": "0.4546649639", - "emSize": "1024" + "ascent": 2040, + "descent": -520, + "lineGap": 0, + "xAvgCharWidth": 1142, + "unitsPerEm": 2048 }, - "georama": { + "Assistant": { "category": "sans-serif", - "ascentOverride": "0.968", - "descentOverride": "0.226", - "lineGapOverride": "0", - "avgWidth": "0.2341923077", - "emSize": "1000" - }, - "geostar": { - "category": "display", - "ascentOverride": "0.922", - "descentOverride": "0.226", - "lineGapOverride": "0", - "avgWidth": "0.7568461538", - "emSize": "1000" + "ascent": 1021, + "descent": -287, + "lineGap": 0, + "xAvgCharWidth": 458, + "unitsPerEm": 1000 }, - "geostarfill": { - "category": "display", - "ascentOverride": "0.922", - "descentOverride": "0.226", - "lineGapOverride": "0", - "avgWidth": "0.7568461538", - "emSize": "1000" + "Charm": { + "category": "handwriting", + "ascent": 1115, + "descent": -434, + "lineGap": 0, + "xAvgCharWidth": 503, + "unitsPerEm": 1000 }, - "germaniaone": { - "category": "display", - "ascentOverride": "0.911", - "descentOverride": "0.25", - "lineGapOverride": "0", - "avgWidth": "0.437", - "emSize": "1000" + "Rancho": { + "category": "handwriting", + "ascent": 919, + "descent": -329, + "lineGap": 24, + "xAvgCharWidth": 306, + "unitsPerEm": 1024 }, - "gideonroman": { + "Modern Antiqua": { "category": "display", - "ascentOverride": "0.9", - "descentOverride": "0.3", - "lineGapOverride": "0", - "avgWidth": "0.5110384615", - "emSize": "1000" + "ascent": 1815, + "descent": -508, + "lineGap": 0, + "xAvgCharWidth": 1192, + "unitsPerEm": 2048 }, - "gidugu": { + "Noto Sans Vai": { "category": "sans-serif", - "ascentOverride": "1.151245552", - "descentOverride": "0.7028469751", - "lineGapOverride": "0", - "avgWidth": "0.3246304407", - "emSize": "1124" - }, - "gildadisplay": { - "category": "serif", - "ascentOverride": "0.892", - "descentOverride": "0.285", - "lineGapOverride": "0", - "avgWidth": "0.5066923077", - "emSize": "1000" + "ascent": 1069, + "descent": -293, + "lineGap": 0, + "xAvgCharWidth": 756, + "unitsPerEm": 1000 }, - "girassol": { + "Averia Serif Libre": { "category": "display", - "ascentOverride": "0.944", - "descentOverride": "0.25", - "lineGapOverride": "0", - "avgWidth": "0.4713846154", - "emSize": "1000" - }, - "giveyouglory": { - "category": "handwriting", - "ascentOverride": "0.99609375", - "descentOverride": "0.6103515625", - "lineGapOverride": "0", - "avgWidth": "0.463266226", - "emSize": "1024" + "ascent": 1828, + "descent": -465, + "lineGap": 184, + "xAvgCharWidth": 939, + "unitsPerEm": 2048 }, - "glassantiqua": { + "Metal": { "category": "display", - "ascentOverride": "0.835", - "descentOverride": "0.2", - "lineGapOverride": "0", - "avgWidth": "0.422", - "emSize": "1000" + "ascent": 2600, + "descent": -1600, + "lineGap": 0, + "xAvgCharWidth": 1388, + "unitsPerEm": 2048 }, - "glegoo": { - "category": "serif", - "ascentOverride": "1.267", - "descentOverride": "0.526", - "lineGapOverride": "0", - "avgWidth": "0.5741923077", - "emSize": "1000" + "Noto Sans Oriya": { + "category": "sans-serif", + "ascent": 1069, + "descent": -293, + "lineGap": 0, + "xAvgCharWidth": 675, + "unitsPerEm": 1000 }, - "gloriahallelujah": { + "Itim": { "category": "handwriting", - "ascentOverride": "1.405273438", - "descentOverride": "0.5771484375", - "lineGapOverride": "0", - "avgWidth": "0.5243013822", - "emSize": "1024" - }, - "glory": { - "category": "sans-serif", - "ascentOverride": "0.9", - "descentOverride": "0.22", - "lineGapOverride": "0", - "avgWidth": "0.4183846154", - "emSize": "1000" + "ascent": 950, + "descent": -250, + "lineGap": 0, + "xAvgCharWidth": 548, + "unitsPerEm": 1000 }, - "gluten": { + "Lilita One": { "category": "display", - "ascentOverride": "0.645", - "descentOverride": "0.2375", - "lineGapOverride": "0", - "avgWidth": "0.4974230769", - "emSize": "2000" + "ascent": 923, + "descent": -220, + "lineGap": 0, + "xAvgCharWidth": 423, + "unitsPerEm": 1000 }, - "goblinone": { + "Griffy": { "category": "display", - "ascentOverride": "0.9375", - "descentOverride": "0.3125", - "lineGapOverride": "0", - "avgWidth": "0.8649714543", - "emSize": "2048" + "ascent": 984, + "descent": -399, + "lineGap": 0, + "xAvgCharWidth": 428, + "unitsPerEm": 1024 }, - "gochihand": { + "Shadows Into Light Two": { "category": "handwriting", - "ascentOverride": "0.7709960938", - "descentOverride": "0.4077148438", - "lineGapOverride": "0", - "avgWidth": "0.4684495192", - "emSize": "2048" - }, - "goldman": { - "category": "display", - "ascentOverride": "0.9", - "descentOverride": "0.3", - "lineGapOverride": "0", - "avgWidth": "0.5897692308", - "emSize": "1000" + "ascent": 1145, + "descent": -341, + "lineGap": 0, + "xAvgCharWidth": 467, + "unitsPerEm": 1024 }, - "gorditas": { - "category": "display", - "ascentOverride": "0.954", - "descentOverride": "0.259", - "lineGapOverride": "0", - "avgWidth": "0.6053461538", - "emSize": "1000" + "Noto Naskh Arabic": { + "category": "serif", + "ascent": 1069, + "descent": -634, + "lineGap": 0, + "xAvgCharWidth": 736, + "unitsPerEm": 1000 }, - "gothica1": { + "Atkinson Hyperlegible": { "category": "sans-serif", - "ascentOverride": "0.7978515625", - "descentOverride": "0.2021484375", - "lineGapOverride": "0.25", - "avgWidth": "0.483210637", - "emSize": "1024" + "ascent": 950, + "descent": -290, + "lineGap": 0, + "xAvgCharWidth": 534, + "unitsPerEm": 1000 }, - "gotu": { + "Oxygen": { "category": "sans-serif", - "ascentOverride": "1.115", - "descentOverride": "0.545", - "lineGapOverride": "0", - "avgWidth": "0.5576923077", - "emSize": "1000" - }, - "goudybookletter1911": { - "category": "serif", - "ascentOverride": "0.9599609375", - "descentOverride": "0.310546875", - "lineGapOverride": "0.08984375", - "avgWidth": "0.4365234375", - "emSize": "1024" + "ascent": 2103, + "descent": -483, + "lineGap": 0, + "xAvgCharWidth": 919, + "unitsPerEm": 2048 }, - "gowunbatang": { - "category": "serif", - "ascentOverride": "1.16", - "descentOverride": "0.288", - "lineGapOverride": "0", - "avgWidth": "0.5048076923", - "emSize": "1000" + "Fira Code": { + "category": "monospace", + "ascent": 1980, + "descent": -644, + "lineGap": 0, + "xAvgCharWidth": 1209, + "unitsPerEm": 2000 }, - "gowundodum": { + "Noto Sans Adlam": { "category": "sans-serif", - "ascentOverride": "1.16", - "descentOverride": "0.288", - "lineGapOverride": "0", - "avgWidth": "0.4634615385", - "emSize": "1000" + "ascent": 1069, + "descent": -293, + "lineGap": 0, + "xAvgCharWidth": 645, + "unitsPerEm": 1000 }, - "graduate": { + "Squada One": { "category": "display", - "ascentOverride": "0.953", - "descentOverride": "0.186", - "lineGapOverride": "0", - "avgWidth": "0.6653076923", - "emSize": "1000" + "ascent": 861, + "descent": -196, + "lineGap": 0, + "xAvgCharWidth": 370, + "unitsPerEm": 1000 + }, + "Libre Bodoni": { + "category": "serif", + "ascent": 924, + "descent": -326, + "lineGap": 0, + "xAvgCharWidth": 571, + "unitsPerEm": 1000 }, - "grandhotel": { + "Crafty Girls": { "category": "handwriting", - "ascentOverride": "0.9462890625", - "descentOverride": "0.412109375", - "lineGapOverride": "0", - "avgWidth": "0.3349045974", - "emSize": "2048" + "ascent": 1001, + "descent": -461, + "lineGap": 21, + "xAvgCharWidth": 565, + "unitsPerEm": 1024 }, - "grandstander": { + "Croissant One": { "category": "display", - "ascentOverride": "0.7325", - "descentOverride": "0.265", - "lineGapOverride": "0", - "avgWidth": "0.5510961538", - "emSize": "2000" + "ascent": 1071, + "descent": -344, + "lineGap": 0, + "xAvgCharWidth": 612, + "unitsPerEm": 1000 }, - "grapenuts": { - "category": "handwriting", - "ascentOverride": "0.9", - "descentOverride": "0.325", - "lineGapOverride": "0", - "avgWidth": "0.4056923077", - "emSize": "1000" + "Hammersmith One": { + "category": "sans-serif", + "ascent": 1844, + "descent": -716, + "lineGap": 0, + "xAvgCharWidth": 1158, + "unitsPerEm": 2048 }, - "gravitasone": { + "Yatra One": { "category": "display", - "ascentOverride": "0.9458007813", - "descentOverride": "0.326171875", - "lineGapOverride": "0", - "avgWidth": "0.8238807091", - "emSize": "2048" - }, - "greatvibes": { - "category": "handwriting", - "ascentOverride": "0.851", - "descentOverride": "0.401", - "lineGapOverride": "0", - "avgWidth": "0.3151153846", - "emSize": "1000" + "ascent": 991, + "descent": -487, + "lineGap": 0, + "xAvgCharWidth": 592, + "unitsPerEm": 1000 }, - "grechenfuemen": { - "category": "handwriting", - "ascentOverride": "0.9", - "descentOverride": "0.32", - "lineGapOverride": "0", - "avgWidth": "0.4734230769", - "emSize": "1000" + "Share": { + "category": "display", + "ascent": 885, + "descent": -242, + "lineGap": 0, + "xAvgCharWidth": 405, + "unitsPerEm": 1000 }, - "grenze": { - "category": "serif", - "ascentOverride": "1.1", - "descentOverride": "0.38", - "lineGapOverride": "0", - "avgWidth": "0.3886538462", - "emSize": "1000" + "Nova Mono": { + "category": "monospace", + "ascent": 2215, + "descent": -639, + "lineGap": 0, + "xAvgCharWidth": 1150, + "unitsPerEm": 2048 }, - "grenzegotisch": { - "category": "display", - "ascentOverride": "1.1", - "descentOverride": "0.38", - "lineGapOverride": "0", - "avgWidth": "0.4033846154", - "emSize": "1000" + "Wellfleet": { + "category": "display", + "ascent": 2020, + "descent": -540, + "lineGap": 0, + "xAvgCharWidth": 1198, + "unitsPerEm": 2048 }, - "greyqo": { - "category": "handwriting", - "ascentOverride": "0.9", - "descentOverride": "0.36", - "lineGapOverride": "0", - "avgWidth": "0.2738461538", - "emSize": "1000" + "Noto Sans Linear B": { + "category": "sans-serif", + "ascent": 1069, + "descent": -293, + "lineGap": 0, + "xAvgCharWidth": 841, + "unitsPerEm": 1000 }, - "griffy": { - "category": "display", - "ascentOverride": "0.9609375", - "descentOverride": "0.3896484375", - "lineGapOverride": "0", - "avgWidth": "0.4443734976", - "emSize": "1024" + "Baloo Thambi 2": { + "category": "display", + "ascent": 1078, + "descent": -486, + "lineGap": 0, + "xAvgCharWidth": 634, + "unitsPerEm": 1000 }, - "gruppo": { - "category": "display", - "ascentOverride": "0.8002929688", - "descentOverride": "0.166015625", - "lineGapOverride": "0", - "avgWidth": "0.5167142428", - "emSize": "2048" + "Esteban": { + "category": "serif", + "ascent": 984, + "descent": -290, + "lineGap": 0, + "xAvgCharWidth": 442, + "unitsPerEm": 1000 }, - "gudea": { - "category": "sans-serif", - "ascentOverride": "0.972", - "descentOverride": "0.264", - "lineGapOverride": "0", - "avgWidth": "0.4251153846", - "emSize": "1000" + "Pattaya": { + "category": "sans-serif", + "ascent": 2065, + "descent": -777, + "lineGap": 0, + "xAvgCharWidth": 1213, + "unitsPerEm": 2048 }, - "gugi": { - "category": "display", - "ascentOverride": "0.858", - "descentOverride": "0.142", - "lineGapOverride": "0.25", - "avgWidth": "0.5353461538", - "emSize": "1000" + "NTR": { + "category": "sans-serif", + "ascent": 1294, + "descent": -877, + "lineGap": 0, + "xAvgCharWidth": 392, + "unitsPerEm": 1024 }, - "gupter": { - "category": "serif", - "ascentOverride": "0.9", - "descentOverride": "0.25", - "lineGapOverride": "0", - "avgWidth": "0.4491538462", - "emSize": "1000" + "Amethysta": { + "category": "serif", + "ascent": 2022, + "descent": -563, + "lineGap": 0, + "xAvgCharWidth": 1142, + "unitsPerEm": 2048 }, - "gurajada": { - "category": "serif", - "ascentOverride": "1.209345794", - "descentOverride": "0.7570093458", - "lineGapOverride": "0", - "avgWidth": "0.3212437096", - "emSize": "1070" + "Ledger": { + "category": "serif", + "ascent": 1062, + "descent": -329, + "lineGap": 0, + "xAvgCharWidth": 498, + "unitsPerEm": 1000 }, - "gwendolyn": { - "category": "handwriting", - "ascentOverride": "0.88", - "descentOverride": "0.32", - "lineGapOverride": "0", - "avgWidth": "0.3705384615", - "emSize": "1000" + "Devonshire": { + "category": "handwriting", + "ascent": 981, + "descent": -433, + "lineGap": 0, + "xAvgCharWidth": 305, + "unitsPerEm": 1000 }, - "habibi": { - "category": "serif", - "ascentOverride": "0.9765625", - "descentOverride": "0.2734375", - "lineGapOverride": "0", - "avgWidth": "0.5132399339", - "emSize": "2048" + "Heebo": { + "category": "sans-serif", + "ascent": 2146, + "descent": -862, + "lineGap": 0, + "xAvgCharWidth": 1072, + "unitsPerEm": 2048 }, - "hachimarupop": { - "category": "handwriting", - "ascentOverride": "1.16", - "descentOverride": "0.288", - "lineGapOverride": "0", - "avgWidth": "0.6771538462", - "emSize": "1000" + "Noto Sans Cuneiform": { + "category": "sans-serif", + "ascent": 1596, + "descent": -690, + "lineGap": 0, + "xAvgCharWidth": 1604, + "unitsPerEm": 1000 }, - "hahmlet": { - "category": "serif", - "ascentOverride": "1.16", - "descentOverride": "0.288", - "lineGapOverride": "0", - "avgWidth": "0.5536923077", - "emSize": "1000" + "Elsie": { + "category": "display", + "ascent": 878, + "descent": -274, + "lineGap": 0, + "xAvgCharWidth": 510, + "unitsPerEm": 1000 }, - "halant": { + "Tinos": { "category": "serif", - "ascentOverride": "1.089", - "descentOverride": "0.486", - "lineGapOverride": "0", - "avgWidth": "0.4794615385", - "emSize": "1000" + "ascent": 1825, + "descent": -443, + "lineGap": 87, + "xAvgCharWidth": 1116, + "unitsPerEm": 2048 }, - "hammersmithone": { + "Anek Latin": { "category": "sans-serif", - "ascentOverride": "0.900390625", - "descentOverride": "0.349609375", - "lineGapOverride": "0", - "avgWidth": "0.5163762019", - "emSize": "2048" - }, - "hanalei": { - "category": "display", - "ascentOverride": "1.037109375", - "descentOverride": "0.2641601563", - "lineGapOverride": "0", - "avgWidth": "0.527719351", - "emSize": "2048" + "ascent": 1800, + "descent": -400, + "lineGap": 0, + "xAvgCharWidth": 1000, + "unitsPerEm": 2000 }, - "hanaleifill": { - "category": "display", - "ascentOverride": "1.037109375", - "descentOverride": "0.2641601563", - "lineGapOverride": "0", - "avgWidth": "0.527719351", - "emSize": "2048" + "Asap Condensed": { + "category": "sans-serif", + "ascent": 934, + "descent": -212, + "lineGap": 0, + "xAvgCharWidth": 455, + "unitsPerEm": 1000 }, - "handlee": { + "Nothing You Could Do": { "category": "handwriting", - "ascentOverride": "0.934", - "descentOverride": "0.401", - "lineGapOverride": "0", - "avgWidth": "0.4338461538", - "emSize": "1000" + "ascent": 959, + "descent": -407, + "lineGap": 0, + "xAvgCharWidth": 533, + "unitsPerEm": 1024 }, - "hanuman": { - "category": "serif", - "ascentOverride": "0.9765625", - "descentOverride": "0.48828125", - "lineGapOverride": "0", - "avgWidth": "0.5450345553", - "emSize": "2048" + "Italianno": { + "category": "handwriting", + "ascent": 800, + "descent": -450, + "lineGap": 0, + "xAvgCharWidth": 419, + "unitsPerEm": 1000 }, - "happymonkey": { + "Nova Oval": { "category": "display", - "ascentOverride": "0.95", - "descentOverride": "0.255", - "lineGapOverride": "0", - "avgWidth": "0.5780384615", - "emSize": "1000" + "ascent": 1966, + "descent": -506, + "lineGap": 0, + "xAvgCharWidth": 1176, + "unitsPerEm": 2048 }, - "harmattan": { + "Noto Sans Bamum": { "category": "sans-serif", - "ascentOverride": "1.057617188", - "descentOverride": "0.6459960938", - "lineGapOverride": "0", - "avgWidth": "0.3850285457", - "emSize": "2048" + "ascent": 1069, + "descent": -293, + "lineGap": 0, + "xAvgCharWidth": 700, + "unitsPerEm": 1000 + }, + "Moul": { + "category": "display", + "ascent": 2500, + "descent": -1200, + "lineGap": 0, + "xAvgCharWidth": 1629, + "unitsPerEm": 2048 }, - "headlandone": { + "Kiwi Maru": { "category": "serif", - "ascentOverride": "0.9975585938", - "descentOverride": "0.2548828125", - "lineGapOverride": "0", - "avgWidth": "0.5927922175", - "emSize": "2048" + "ascent": 1160, + "descent": -288, + "lineGap": 0, + "xAvgCharWidth": 969, + "unitsPerEm": 1000 + }, + "Gluten": { + "category": "display", + "ascent": 1290, + "descent": -475, + "lineGap": 0, + "xAvgCharWidth": 1008, + "unitsPerEm": 2000 }, - "heebo": { + "Port Lligat Sans": { "category": "sans-serif", - "ascentOverride": "1.047851563", - "descentOverride": "0.4208984375", - "lineGapOverride": "0", - "avgWidth": "0.4993614784", - "emSize": "2048" + "ascent": 860, + "descent": -211, + "lineGap": 0, + "xAvgCharWidth": 398, + "unitsPerEm": 1000 }, - "hennypenny": { + "Stint Ultra Condensed": { "category": "display", - "ascentOverride": "1.134765625", - "descentOverride": "0.6372070313", - "lineGapOverride": "0", - "avgWidth": "0.5166579026", - "emSize": "2048" + "ascent": 1829, + "descent": -483, + "lineGap": 0, + "xAvgCharWidth": 508, + "unitsPerEm": 2048 + }, + "Raleway": { + "category": "sans-serif", + "ascent": 940, + "descent": -234, + "lineGap": 0, + "xAvgCharWidth": 566, + "unitsPerEm": 1000 }, - "heptaslab": { + "Trocchi": { "category": "serif", - "ascentOverride": "0.988", - "descentOverride": "0.263", - "lineGapOverride": "0", - "avgWidth": "0.6257307692", - "emSize": "2000" + "ascent": 2085, + "descent": -576, + "lineGap": 0, + "xAvgCharWidth": 1273, + "unitsPerEm": 2048 }, - "herrvonmuellerhoff": { - "category": "handwriting", - "ascentOverride": "0.925", - "descentOverride": "0.497", - "lineGapOverride": "0", - "avgWidth": "0.2793076923", - "emSize": "1000" + "ZCOOL KuaiLe": { + "category": "display", + "ascent": 880, + "descent": -120, + "lineGap": 0, + "xAvgCharWidth": 912, + "unitsPerEm": 1000 }, - "himelody": { - "category": "handwriting", - "ascentOverride": "0.6630859375", - "descentOverride": "0.3369140625", - "lineGapOverride": "0.25", - "avgWidth": "0.3661358173", - "emSize": "1024" + "Noto Sans Gujarati": { + "category": "sans-serif", + "ascent": 896, + "descent": -408, + "lineGap": 0, + "xAvgCharWidth": 578, + "unitsPerEm": 1000 }, - "hinamincho": { - "category": "serif", - "ascentOverride": "1.16", - "descentOverride": "0.288", - "lineGapOverride": "0", - "avgWidth": "0.3966923077", - "emSize": "1000" + "Beau Rivage": { + "category": "handwriting", + "ascent": 940, + "descent": -400, + "lineGap": 0, + "xAvgCharWidth": 596, + "unitsPerEm": 1000 }, - "hind": { + "Noto Sans Tai Le": { "category": "sans-serif", - "ascentOverride": "1.055", - "descentOverride": "0.546", - "lineGapOverride": "0", - "avgWidth": "0.477", - "emSize": "1000" + "ascent": 1069, + "descent": -293, + "lineGap": 0, + "xAvgCharWidth": 548, + "unitsPerEm": 1000 }, - "hindguntur": { + "Gudea": { "category": "sans-serif", - "ascentOverride": "1.115", - "descentOverride": "0.773", - "lineGapOverride": "0", - "avgWidth": "0.5066923077", - "emSize": "1000" + "ascent": 972, + "descent": -264, + "lineGap": 0, + "xAvgCharWidth": 424, + "unitsPerEm": 1000 }, - "hindmadurai": { - "category": "sans-serif", - "ascentOverride": "0.982", - "descentOverride": "0.398", - "lineGapOverride": "0", - "avgWidth": "0.486", - "emSize": "1000" + "Fenix": { + "category": "serif", + "ascent": 879, + "descent": -238, + "lineGap": 0, + "xAvgCharWidth": 408, + "unitsPerEm": 1000 + }, + "Kavivanar": { + "category": "handwriting", + "ascent": 1065, + "descent": -417, + "lineGap": 0, + "xAvgCharWidth": 418, + "unitsPerEm": 1000 }, - "hindsiliguri": { + "Questrial": { "category": "sans-serif", - "ascentOverride": "1.116", - "descentOverride": "0.501", - "lineGapOverride": "0", - "avgWidth": "0.4956923077", - "emSize": "1000" + "ascent": 820, + "descent": -210, + "lineGap": 0, + "xAvgCharWidth": 544, + "unitsPerEm": 1000 }, - "hindvadodara": { + "Kite One": { "category": "sans-serif", - "ascentOverride": "1.125", - "descentOverride": "0.373", - "lineGapOverride": "0", - "avgWidth": "0.477", - "emSize": "1000" + "ascent": 1094, + "descent": -351, + "lineGap": 0, + "xAvgCharWidth": 559, + "unitsPerEm": 1000 }, - "holtwoodonesc": { - "category": "serif", - "ascentOverride": "1.199707031", - "descentOverride": "0.427734375", - "lineGapOverride": "0", - "avgWidth": "0.8254770132", - "emSize": "2048" + "Teko": { + "category": "sans-serif", + "ascent": 958, + "descent": -475, + "lineGap": 0, + "xAvgCharWidth": 377, + "unitsPerEm": 1000 + }, + "Blaka Hollow": { + "category": "display", + "ascent": 932, + "descent": -235, + "lineGap": 0, + "xAvgCharWidth": 455, + "unitsPerEm": 1000 }, - "homemadeapple": { + "Merienda One": { "category": "handwriting", - "ascentOverride": "1.295898438", - "descentOverride": "0.845703125", - "lineGapOverride": "0.017578125", - "avgWidth": "0.6047551082", - "emSize": "1024" + "ascent": 1102, + "descent": -342, + "lineGap": 0, + "xAvgCharWidth": 503, + "unitsPerEm": 1000 + }, + "Special Elite": { + "category": "display", + "ascent": 1440, + "descent": -608, + "lineGap": 0, + "xAvgCharWidth": 1075, + "unitsPerEm": 2048 + }, + "Noto Sans Canadian Aboriginal": { + "category": "sans-serif", + "ascent": 1069, + "descent": -293, + "lineGap": 0, + "xAvgCharWidth": 728, + "unitsPerEm": 1000 + }, + "Figtree": { + "category": "sans-serif", + "ascent": 950, + "descent": -250, + "lineGap": 0, + "xAvgCharWidth": 528, + "unitsPerEm": 1000 }, - "homenaje": { + "Electrolize": { "category": "sans-serif", - "ascentOverride": "0.892", - "descentOverride": "0.204", - "lineGapOverride": "0", - "avgWidth": "0.3535384615", - "emSize": "1000" + "ascent": 911, + "descent": -275, + "lineGap": 0, + "xAvgCharWidth": 533, + "unitsPerEm": 1000 + }, + "Tienne": { + "category": "serif", + "ascent": 2030, + "descent": -724, + "lineGap": 0, + "xAvgCharWidth": 1213, + "unitsPerEm": 2048 }, - "hubballi": { + "Racing Sans One": { "category": "display", - "ascentOverride": "0.765", - "descentOverride": "0.191", - "lineGapOverride": "0", - "avgWidth": "0.4511153846", - "emSize": "1000" + "ascent": 976, + "descent": -284, + "lineGap": 0, + "xAvgCharWidth": 461, + "unitsPerEm": 1000 }, - "hurricane": { - "category": "handwriting", - "ascentOverride": "0.95", - "descentOverride": "0.43", - "lineGapOverride": "0", - "avgWidth": "0.3051153846", - "emSize": "1000" + "Georama": { + "category": "sans-serif", + "ascent": 968, + "descent": -226, + "lineGap": 0, + "xAvgCharWidth": 254, + "unitsPerEm": 1000 }, - "ibmplexmono": { - "category": "monospace", - "ascentOverride": "1.025", - "descentOverride": "0.275", - "lineGapOverride": "0", - "avgWidth": "0.6", - "emSize": "1000" + "Ubuntu": { + "category": "sans-serif", + "ascent": 932, + "descent": -189, + "lineGap": 28, + "xAvgCharWidth": 602, + "unitsPerEm": 1000 }, - "ibmplexsans": { - "category": "sans-serif", - "ascentOverride": "1.025", - "descentOverride": "0.275", - "lineGapOverride": "0", - "avgWidth": "0.5111923077", - "emSize": "1000" + "Noto Serif Yezidi": { + "category": "serif", + "ascent": 1068, + "descent": -292, + "lineGap": 0, + "xAvgCharWidth": 479, + "unitsPerEm": 1000 }, - "ibmplexsansarabic": { - "category": "sans-serif", - "ascentOverride": "1.085", - "descentOverride": "0.415", - "lineGapOverride": "0", - "avgWidth": "0.5279615385", - "emSize": "1000" + "Quintessential": { + "category": "handwriting", + "ascent": 2341, + "descent": -799, + "lineGap": 0, + "xAvgCharWidth": 794, + "unitsPerEm": 2048 }, - "ibmplexsanscondensed": { - "category": "sans-serif", - "ascentOverride": "1.025", - "descentOverride": "0.275", - "lineGapOverride": "0", - "avgWidth": "0.4620769231", - "emSize": "1000" + "Vujahday Script": { + "category": "handwriting", + "ascent": 950, + "descent": -410, + "lineGap": 0, + "xAvgCharWidth": 540, + "unitsPerEm": 1000 }, - "ibmplexsansdevanagari": { - "category": "sans-serif", - "ascentOverride": "1.07", - "descentOverride": "0.46", - "lineGapOverride": "0", - "avgWidth": "0.5189230769", - "emSize": "1000" + "Kolker Brush": { + "category": "handwriting", + "ascent": 750, + "descent": -350, + "lineGap": 0, + "xAvgCharWidth": 385, + "unitsPerEm": 1000 }, - "ibmplexsanshebrew": { - "category": "sans-serif", - "ascentOverride": "1.025", - "descentOverride": "0.275", - "lineGapOverride": "0", - "avgWidth": "0.5049615385", - "emSize": "1000" + "Grenze Gotisch": { + "category": "display", + "ascent": 1100, + "descent": -380, + "lineGap": 0, + "xAvgCharWidth": 468, + "unitsPerEm": 1000 }, - "ibmplexsanskr": { - "category": "sans-serif", - "ascentOverride": "1.085", - "descentOverride": "0.415", - "lineGapOverride": "0", - "avgWidth": "0.4870384615", - "emSize": "1000" + "Rouge Script": { + "category": "handwriting", + "ascent": 1050, + "descent": -419, + "lineGap": 0, + "xAvgCharWidth": 352, + "unitsPerEm": 1250 }, - "ibmplexsansthai": { - "category": "sans-serif", - "ascentOverride": "1.116", - "descentOverride": "0.534", - "lineGapOverride": "0", - "avgWidth": "0.5049615385", - "emSize": "1000" + "Encode Sans Semi Condensed": { + "category": "sans-serif", + "ascent": 2060, + "descent": -440, + "lineGap": 0, + "xAvgCharWidth": 1048, + "unitsPerEm": 2000 }, - "ibmplexsansthailooped": { - "category": "sans-serif", - "ascentOverride": "1.116", - "descentOverride": "0.534", - "lineGapOverride": "0", - "avgWidth": "0.4819230769", - "emSize": "1000" + "Crimson Text": { + "category": "serif", + "ascent": 972, + "descent": -359, + "lineGap": 0, + "xAvgCharWidth": 547, + "unitsPerEm": 1024 }, - "ibmplexserif": { - "category": "serif", - "ascentOverride": "1.025", - "descentOverride": "0.275", - "lineGapOverride": "0", - "avgWidth": "0.5134615385", - "emSize": "1000" + "Delius Swash Caps": { + "category": "handwriting", + "ascent": 986, + "descent": -270, + "lineGap": 0, + "xAvgCharWidth": 448, + "unitsPerEm": 1000 }, - "imfelldwpica": { - "category": "serif", - "ascentOverride": "0.912109375", - "descentOverride": "0.337890625", - "lineGapOverride": "0", - "avgWidth": "0.4463266226", - "emSize": "2048" + "IBM Plex Sans Thai": { + "category": "sans-serif", + "ascent": 1116, + "descent": -534, + "lineGap": 0, + "xAvgCharWidth": 595, + "unitsPerEm": 1000 }, - "imfelldwpicasc": { - "category": "serif", - "ascentOverride": "0.912109375", - "descentOverride": "0.337890625", - "lineGapOverride": "0", - "avgWidth": "0.4671349159", - "emSize": "2048" + "Grape Nuts": { + "category": "handwriting", + "ascent": 900, + "descent": -325, + "lineGap": 0, + "xAvgCharWidth": 492, + "unitsPerEm": 1000 }, - "imfelldoublepica": { - "category": "serif", - "ascentOverride": "0.939453125", - "descentOverride": "0.3139648438", - "lineGapOverride": "0", - "avgWidth": "0.4064941406", - "emSize": "2048" + "Noto Sans Limbu": { + "category": "sans-serif", + "ascent": 1069, + "descent": -293, + "lineGap": 0, + "xAvgCharWidth": 544, + "unitsPerEm": 1000 }, - "imfelldoublepicasc": { - "category": "serif", - "ascentOverride": "0.939453125", - "descentOverride": "0.3139648438", - "lineGapOverride": "0", - "avgWidth": "0.4756610577", - "emSize": "2048" + "Bungee": { + "category": "display", + "ascent": 860, + "descent": -140, + "lineGap": 200, + "xAvgCharWidth": 783, + "unitsPerEm": 1000 }, - "imfellenglish": { - "category": "serif", - "ascentOverride": "0.9052734375", - "descentOverride": "0.36328125", - "lineGapOverride": "0", - "avgWidth": "0.4672288161", - "emSize": "2048" + "Noto Sans Javanese": { + "category": "sans-serif", + "ascent": 1120, + "descent": -916, + "lineGap": 0, + "xAvgCharWidth": 945, + "unitsPerEm": 1000 }, - "imfellenglishsc": { + "IBM Plex Serif": { "category": "serif", - "ascentOverride": "0.9052734375", - "descentOverride": "0.36328125", - "lineGapOverride": "0", - "avgWidth": "0.4807504507", - "emSize": "2048" + "ascent": 1025, + "descent": -275, + "lineGap": 0, + "xAvgCharWidth": 616, + "unitsPerEm": 1000 }, - "imfellfrenchcanon": { - "category": "serif", - "ascentOverride": "0.912109375", - "descentOverride": "0.2587890625", - "lineGapOverride": "0", - "avgWidth": "0.4561673678", - "emSize": "2048" + "Handlee": { + "category": "handwriting", + "ascent": 934, + "descent": -401, + "lineGap": 0, + "xAvgCharWidth": 393, + "unitsPerEm": 1000 }, - "imfellfrenchcanonsc": { - "category": "serif", - "ascentOverride": "0.912109375", - "descentOverride": "0.2587890625", - "lineGapOverride": "0", - "avgWidth": "0.5129206731", - "emSize": "2048" + "Monofett": { + "category": "display", + "ascent": 2001, + "descent": -315, + "lineGap": 0, + "xAvgCharWidth": 1132, + "unitsPerEm": 2048 }, - "imfellgreatprimer": { - "category": "serif", - "ascentOverride": "0.9482421875", - "descentOverride": "0.2744140625", - "lineGapOverride": "0", - "avgWidth": "0.4428710938", - "emSize": "2048" + "Pompiere": { + "category": "display", + "ascent": 1918, + "descent": -543, + "lineGap": 0, + "xAvgCharWidth": 799, + "unitsPerEm": 2048 + }, + "Nerko One": { + "category": "handwriting", + "ascent": 894, + "descent": -317, + "lineGap": 0, + "xAvgCharWidth": 474, + "unitsPerEm": 1000 + }, + "Istok Web": { + "category": "sans-serif", + "ascent": 2061, + "descent": -887, + "lineGap": 0, + "xAvgCharWidth": 1107, + "unitsPerEm": 2048 + }, + "Flamenco": { + "category": "display", + "ascent": 800, + "descent": -231, + "lineGap": 0, + "xAvgCharWidth": 392, + "unitsPerEm": 1000 }, - "imfellgreatprimersc": { + "Lustria": { "category": "serif", - "ascentOverride": "0.9482421875", - "descentOverride": "0.2744140625", - "lineGapOverride": "0", - "avgWidth": "0.5021597055", - "emSize": "2048" + "ascent": 955, + "descent": -327, + "lineGap": 0, + "xAvgCharWidth": 466, + "unitsPerEm": 1000 + }, + "Source Sans Pro": { + "category": "sans-serif", + "ascent": 984, + "descent": -273, + "lineGap": 0, + "xAvgCharWidth": 521, + "unitsPerEm": 1000 }, - "ibarrarealnova": { + "Headland One": { "category": "serif", - "ascentOverride": "0.95", - "descentOverride": "0.3", - "lineGapOverride": "0", - "avgWidth": "0.4666923077", - "emSize": "1000" + "ascent": 2043, + "descent": -522, + "lineGap": 0, + "xAvgCharWidth": 1341, + "unitsPerEm": 2048 + }, + "Londrina Outline": { + "category": "display", + "ascent": 945, + "descent": -238, + "lineGap": 0, + "xAvgCharWidth": 443, + "unitsPerEm": 1000 }, - "iceberg": { + "Grandstander": { "category": "display", - "ascentOverride": "0.936", - "descentOverride": "0.284", - "lineGapOverride": "0", - "avgWidth": "0.4693846154", - "emSize": "1000" + "ascent": 1465, + "descent": -530, + "lineGap": 0, + "xAvgCharWidth": 1125, + "unitsPerEm": 2000 }, - "iceland": { + "Kavoon": { "category": "display", - "ascentOverride": "0.75", - "descentOverride": "0.22", - "lineGapOverride": "0", - "avgWidth": "0.4388461538", - "emSize": "1000" + "ascent": 2020, + "descent": -540, + "lineGap": 0, + "xAvgCharWidth": 1245, + "unitsPerEm": 2048 }, - "imbue": { + "Karma": { "category": "serif", - "ascentOverride": "0.95", - "descentOverride": "0.25", - "lineGapOverride": "0", - "avgWidth": "0.2749230769", - "emSize": "2000" + "ascent": 945, + "descent": -508, + "lineGap": 0, + "xAvgCharWidth": 528, + "unitsPerEm": 1000 }, - "imperialscript": { - "category": "handwriting", - "ascentOverride": "0.88", - "descentOverride": "0.33", - "lineGapOverride": "0", - "avgWidth": "0.3127307692", - "emSize": "1000" + "Voltaire": { + "category": "sans-serif", + "ascent": 2020, + "descent": -531, + "lineGap": 0, + "xAvgCharWidth": 895, + "unitsPerEm": 2048 }, - "imprima": { + "Kanit": { "category": "sans-serif", - "ascentOverride": "0.919", - "descentOverride": "0.239", - "lineGapOverride": "0", - "avgWidth": "0.4860384615", - "emSize": "1000" + "ascent": 1100, + "descent": -395, + "lineGap": 0, + "xAvgCharWidth": 556, + "unitsPerEm": 1000 }, - "inconsolata": { - "category": "monospace", - "ascentOverride": "0.859", - "descentOverride": "0.19", - "lineGapOverride": "0", - "avgWidth": "1", - "emSize": "1000" + "Noto Sans Indic Siyaq Numbers": { + "category": "sans-serif", + "ascent": 1215, + "descent": -347, + "lineGap": 0, + "xAvgCharWidth": 1021, + "unitsPerEm": 1000 }, - "inder": { - "category": "sans-serif", - "ascentOverride": "0.99609375", - "descentOverride": "0.25390625", - "lineGapOverride": "0", - "avgWidth": "0.5224233774", - "emSize": "2048" + "Sansita Swashed": { + "category": "display", + "ascent": 1020, + "descent": -180, + "lineGap": 0, + "xAvgCharWidth": 515, + "unitsPerEm": 1000 }, - "indieflower": { - "category": "handwriting", - "ascentOverride": "0.971", - "descentOverride": "0.488", - "lineGapOverride": "0", - "avgWidth": "0.4551923077", - "emSize": "1000" + "Rowdies": { + "category": "display", + "ascent": 997, + "descent": -245, + "lineGap": 0, + "xAvgCharWidth": 617, + "unitsPerEm": 1000 }, - "ingriddarling": { - "category": "handwriting", - "ascentOverride": "0.86", - "descentOverride": "0.38", - "lineGapOverride": "0", - "avgWidth": "0.2723461538", - "emSize": "1000" + "Amatic SC": { + "category": "handwriting", + "ascent": 1016, + "descent": -245, + "lineGap": 0, + "xAvgCharWidth": 335, + "unitsPerEm": 1000 }, - "inika": { - "category": "serif", - "ascentOverride": "1.006", - "descentOverride": "0.297", - "lineGapOverride": "0", - "avgWidth": "0.5297692308", - "emSize": "1000" + "Luxurious Roman": { + "category": "display", + "ascent": 950, + "descent": -250, + "lineGap": 0, + "xAvgCharWidth": 567, + "unitsPerEm": 1000 }, - "inknutantiqua": { - "category": "serif", - "ascentOverride": "1.703", - "descentOverride": "0.876", - "lineGapOverride": "0", - "avgWidth": "0.6567692308", - "emSize": "1000" + "Londrina Sketch": { + "category": "display", + "ascent": 945, + "descent": -238, + "lineGap": 0, + "xAvgCharWidth": 443, + "unitsPerEm": 1000 }, - "inriasans": { - "category": "sans-serif", - "ascentOverride": "0.976", - "descentOverride": "0.223", - "lineGapOverride": "0", - "avgWidth": "0.4767692308", - "emSize": "1000" + "La Belle Aurore": { + "category": "handwriting", + "ascent": 1103, + "descent": -794, + "lineGap": 0, + "xAvgCharWidth": 519, + "unitsPerEm": 1024 }, - "inriaserif": { - "category": "serif", - "ascentOverride": "0.976", - "descentOverride": "0.223", - "lineGapOverride": "0", - "avgWidth": "0.5189230769", - "emSize": "1000" + "Pathway Gothic One": { + "category": "sans-serif", + "ascent": 954, + "descent": -198, + "lineGap": 0, + "xAvgCharWidth": 351, + "unitsPerEm": 1000 + }, + "Barriecito": { + "category": "display", + "ascent": 962, + "descent": -238, + "lineGap": 0, + "xAvgCharWidth": 522, + "unitsPerEm": 1000 }, - "inspiration": { + "Montez": { "category": "handwriting", - "ascentOverride": "0.87", - "descentOverride": "0.4", - "lineGapOverride": "0", - "avgWidth": "0.2485384615", - "emSize": "1000" + "ascent": 1831, + "descent": -848, + "lineGap": 0, + "xAvgCharWidth": 649, + "unitsPerEm": 2048 }, - "inter": { + "Rum Raisin": { "category": "sans-serif", - "ascentOverride": "0.96875", - "descentOverride": "0.2414772727", - "lineGapOverride": "0", - "avgWidth": "0.5338177448", - "emSize": "2816" + "ascent": 2013, + "descent": -629, + "lineGap": 0, + "xAvgCharWidth": 724, + "unitsPerEm": 2048 }, - "irishgrover": { - "category": "display", - "ascentOverride": "0.9423828125", - "descentOverride": "0.240234375", - "lineGapOverride": "0.0263671875", - "avgWidth": "0.5007512019", - "emSize": "1024" + "Noto Sans Tifinagh": { + "category": "sans-serif", + "ascent": 1069, + "descent": -293, + "lineGap": 0, + "xAvgCharWidth": 654, + "unitsPerEm": 1000 }, - "islandmoments": { + "Neucha": { "category": "handwriting", - "ascentOverride": "0.75", - "descentOverride": "0.4", - "lineGapOverride": "0", - "avgWidth": "0.3023076923", - "emSize": "1000" + "ascent": 787, + "descent": -292, + "lineGap": 49, + "xAvgCharWidth": 468, + "unitsPerEm": 1024 }, - "istokweb": { + "Notable": { "category": "sans-serif", - "ascentOverride": "1.006347656", - "descentOverride": "0.4331054688", - "lineGapOverride": "0", - "avgWidth": "0.4870229868", - "emSize": "2048" + "ascent": 1143, + "descent": -157, + "lineGap": 0, + "xAvgCharWidth": 759, + "unitsPerEm": 1000 }, - "italiana": { + "Crete Round": { "category": "serif", - "ascentOverride": "0.928", - "descentOverride": "0.25", - "lineGapOverride": "0", - "avgWidth": "0.4762692308", - "emSize": "1000" + "ascent": 990, + "descent": -286, + "lineGap": 0, + "xAvgCharWidth": 446, + "unitsPerEm": 1000 + }, + "Luckiest Guy": { + "category": "display", + "ascent": 1440, + "descent": -608, + "lineGap": 0, + "xAvgCharWidth": 1051, + "unitsPerEm": 2048 }, - "italianno": { + "Lemon": { + "category": "display", + "ascent": 1019, + "descent": -287, + "lineGap": 0, + "xAvgCharWidth": 591, + "unitsPerEm": 1000 + }, + "Ribeye": { + "category": "display", + "ascent": 2130, + "descent": -668, + "lineGap": 0, + "xAvgCharWidth": 1093, + "unitsPerEm": 2048 + }, + "Julee": { "category": "handwriting", - "ascentOverride": "0.8", - "descentOverride": "0.45", - "lineGapOverride": "0", - "avgWidth": "0.2813461538", - "emSize": "1000" + "ascent": 894, + "descent": -284, + "lineGap": 0, + "xAvgCharWidth": 391, + "unitsPerEm": 1000 + }, + "Oswald": { + "category": "sans-serif", + "ascent": 1193, + "descent": -289, + "lineGap": 0, + "xAvgCharWidth": 459, + "unitsPerEm": 1000 + }, + "Noto Sans Nushu": { + "category": "sans-serif", + "ascent": 1069, + "descent": -321, + "lineGap": 0, + "xAvgCharWidth": 843, + "unitsPerEm": 1000 + }, + "Montserrat Alternates": { + "category": "sans-serif", + "ascent": 968, + "descent": -251, + "lineGap": 0, + "xAvgCharWidth": 636, + "unitsPerEm": 1000 + }, + "Allerta Stencil": { + "category": "sans-serif", + "ascent": 1057, + "descent": -252, + "lineGap": 0, + "xAvgCharWidth": 577, + "unitsPerEm": 1024 + }, + "IBM Plex Mono": { + "category": "monospace", + "ascent": 1025, + "descent": -275, + "lineGap": 0, + "xAvgCharWidth": 600, + "unitsPerEm": 1000 }, - "itim": { + "Rubik Wet Paint": { + "category": "display", + "ascent": 935, + "descent": -250, + "lineGap": 0, + "xAvgCharWidth": 635, + "unitsPerEm": 1000 + }, + "Noto Sans Marchen": { + "category": "sans-serif", + "ascent": 1107, + "descent": -534, + "lineGap": 0, + "xAvgCharWidth": 662, + "unitsPerEm": 1000 + }, + "Rambla": { + "category": "sans-serif", + "ascent": 929, + "descent": -295, + "lineGap": 0, + "xAvgCharWidth": 476, + "unitsPerEm": 1000 + }, + "Leckerli One": { "category": "handwriting", - "ascentOverride": "0.95", - "descentOverride": "0.25", - "lineGapOverride": "0", - "avgWidth": "0.4836153846", - "emSize": "1000" + "ascent": 1032, + "descent": -313, + "lineGap": 0, + "xAvgCharWidth": 551, + "unitsPerEm": 1000 }, - "jacquesfrancois": { + "Bentham": { "category": "serif", - "ascentOverride": "1.022949219", - "descentOverride": "0.2958984375", - "lineGapOverride": "0", - "avgWidth": "0.5091271034", - "emSize": "2048" + "ascent": 879, + "descent": -260, + "lineGap": 92, + "xAvgCharWidth": 423, + "unitsPerEm": 1024 }, - "jacquesfrancoisshadow": { + "Vibes": { "category": "display", - "ascentOverride": "1.022949219", - "descentOverride": "0.2958984375", - "lineGapOverride": "0", - "avgWidth": "0.5611102764", - "emSize": "2048" + "ascent": 1105, + "descent": -680, + "lineGap": 0, + "xAvgCharWidth": 451, + "unitsPerEm": 1000 }, - "jaldi": { - "category": "sans-serif", - "ascentOverride": "1.147460938", - "descentOverride": "0.5424804688", - "lineGapOverride": "0", - "avgWidth": "0.4333308293", - "emSize": "2048" + "Noto Serif Hebrew": { + "category": "serif", + "ascent": 896, + "descent": -290, + "lineGap": 0, + "xAvgCharWidth": 565, + "unitsPerEm": 1000 }, - "jetbrainsmono": { + "VT323": { "category": "monospace", - "ascentOverride": "1.02", - "descentOverride": "0.3", - "lineGapOverride": "0", - "avgWidth": "0.6", - "emSize": "1000" + "ascent": 800, + "descent": -200, + "lineGap": 0, + "xAvgCharWidth": 400, + "unitsPerEm": 1000 }, - "jimnightshade": { - "category": "handwriting", - "ascentOverride": "0.904296875", - "descentOverride": "0.5126953125", - "lineGapOverride": "0", - "avgWidth": "0.3353365385", - "emSize": "2048" + "Noto Sans Takri": { + "category": "sans-serif", + "ascent": 955, + "descent": -307, + "lineGap": 0, + "xAvgCharWidth": 522, + "unitsPerEm": 1000 }, - "jockeyone": { - "category": "sans-serif", - "ascentOverride": "1.079", - "descentOverride": "0.319", - "lineGapOverride": "0", - "avgWidth": "0.4268461538", - "emSize": "1000" + "Cutive": { + "category": "serif", + "ascent": 1473, + "descent": -575, + "lineGap": 200, + "xAvgCharWidth": 1473, + "unitsPerEm": 2048 }, - "jollylodger": { - "category": "display", - "ascentOverride": "0.96484375", - "descentOverride": "0.2509765625", - "lineGapOverride": "0", - "avgWidth": "0.3005558894", - "emSize": "1024" + "Cambo": { + "category": "serif", + "ascent": 879, + "descent": -243, + "lineGap": 0, + "xAvgCharWidth": 449, + "unitsPerEm": 1000 }, - "jomhuria": { - "category": "display", - "ascentOverride": "0.6133333333", - "descentOverride": "0.3866666667", - "lineGapOverride": "0", - "avgWidth": "0.2806282051", - "emSize": "3000" + "BIZ UDPGothic": { + "category": "sans-serif", + "ascent": 1802, + "descent": -246, + "lineGap": 0, + "xAvgCharWidth": 1801, + "unitsPerEm": 2048 }, - "jomolhari": { - "category": "serif", - "ascentOverride": "1.21875", - "descentOverride": "0.3828125", - "lineGapOverride": "0", - "avgWidth": "0.5123572716", - "emSize": "1024" + "Libre Barcode EAN13 Text": { + "category": "display", + "ascent": 840, + "descent": -120, + "lineGap": 0, + "xAvgCharWidth": 126, + "unitsPerEm": 1024 }, - "josefinsans": { - "category": "sans-serif", - "ascentOverride": "0.75", - "descentOverride": "0.25", - "lineGapOverride": "0", - "avgWidth": "0.4406538462", - "emSize": "1000" + "Ephesis": { + "category": "handwriting", + "ascent": 900, + "descent": -400, + "lineGap": 0, + "xAvgCharWidth": 550, + "unitsPerEm": 1000 }, - "josefinslab": { - "category": "serif", - "ascentOverride": "0.75", - "descentOverride": "0.25", - "lineGapOverride": "0", - "avgWidth": "0.4676153846", - "emSize": "1000" + "Rubik Burned": { + "category": "display", + "ascent": 935, + "descent": -250, + "lineGap": 0, + "xAvgCharWidth": 635, + "unitsPerEm": 1000 }, - "jost": { - "category": "sans-serif", - "ascentOverride": "1.07", - "descentOverride": "0.375", - "lineGapOverride": "0", - "avgWidth": "0.4660384615", - "emSize": "1000" + "Lily Script One": { + "category": "display", + "ascent": 1017, + "descent": -359, + "lineGap": 0, + "xAvgCharWidth": 554, + "unitsPerEm": 1000 }, - "jotione": { - "category": "display", - "ascentOverride": "1.003", - "descentOverride": "0.331", - "lineGapOverride": "0", - "avgWidth": "0.5770384615", - "emSize": "1000" + "PT Sans Caption": { + "category": "sans-serif", + "ascent": 1018, + "descent": -276, + "lineGap": 0, + "xAvgCharWidth": 592, + "unitsPerEm": 1000 }, - "jua": { - "category": "sans-serif", - "ascentOverride": "0.8", - "descentOverride": "0.2", - "lineGapOverride": "0.25", - "avgWidth": "0.4802307692", - "emSize": "1000" + "Cormorant Garamond": { + "category": "serif", + "ascent": 924, + "descent": -287, + "lineGap": 0, + "xAvgCharWidth": 538, + "unitsPerEm": 1000 }, - "judson": { - "category": "serif", - "ascentOverride": "0.908", - "descentOverride": "0.255", - "lineGapOverride": "0", - "avgWidth": "0.5016923077", - "emSize": "1000" + "Arbutus Slab": { + "category": "serif", + "ascent": 2010, + "descent": -550, + "lineGap": 0, + "xAvgCharWidth": 1283, + "unitsPerEm": 2048 }, - "julee": { - "category": "handwriting", - "ascentOverride": "0.894", - "descentOverride": "0.284", - "lineGapOverride": "0", - "avgWidth": "0.4274615385", - "emSize": "1000" + "Laila": { + "category": "sans-serif", + "ascent": 1098, + "descent": -452, + "lineGap": 0, + "xAvgCharWidth": 561, + "unitsPerEm": 1000 }, - "juliussansone": { + "Noto Serif Georgian": { + "category": "serif", + "ascent": 1068, + "descent": -292, + "lineGap": 0, + "xAvgCharWidth": 610, + "unitsPerEm": 1000 + }, + "Yeseva One": { + "category": "display", + "ascent": 915, + "descent": -240, + "lineGap": 0, + "xAvgCharWidth": 617, + "unitsPerEm": 1000 + }, + "Noto Sans Shavian": { "category": "sans-serif", - "ascentOverride": "0.863", - "descentOverride": "0.228", - "lineGapOverride": "0", - "avgWidth": "0.6181923077", - "emSize": "1000" + "ascent": 1069, + "descent": -293, + "lineGap": 0, + "xAvgCharWidth": 450, + "unitsPerEm": 1000 }, - "junge": { + "Noto Serif Ethiopic": { "category": "serif", - "ascentOverride": "0.9282226563", - "descentOverride": "0.287109375", - "lineGapOverride": "0", - "avgWidth": "0.5315129207", - "emSize": "2048" + "ascent": 1069, + "descent": -293, + "lineGap": 0, + "xAvgCharWidth": 679, + "unitsPerEm": 1000 }, - "jura": { - "category": "sans-serif", - "ascentOverride": "0.965", - "descentOverride": "0.218", - "lineGapOverride": "0", - "avgWidth": "0.5154807692", - "emSize": "2000" + "Zen Loop": { + "category": "display", + "ascent": 850, + "descent": -275, + "lineGap": 0, + "xAvgCharWidth": 342, + "unitsPerEm": 1000 }, - "justanotherhand": { + "Waiting for the Sunrise": { "category": "handwriting", - "ascentOverride": "0.703125", - "descentOverride": "0.296875", - "lineGapOverride": "0", - "avgWidth": "0.2373798077", - "emSize": "2048" + "ascent": 1146, + "descent": -547, + "lineGap": 0, + "xAvgCharWidth": 400, + "unitsPerEm": 1024 }, - "justmeagaindownhere": { - "category": "handwriting", - "ascentOverride": "1.069", - "descentOverride": "0.429", - "lineGapOverride": "0", - "avgWidth": "0.3004615385", - "emSize": "1000" + "Lemonada": { + "category": "display", + "ascent": 1345, + "descent": -653, + "lineGap": 0, + "xAvgCharWidth": 680, + "unitsPerEm": 1000 }, - "k2d": { + "Noto Sans Cherokee": { "category": "sans-serif", - "ascentOverride": "1.048", - "descentOverride": "0.252", - "lineGapOverride": "0", - "avgWidth": "0.5268461538", - "emSize": "1000" + "ascent": 1069, + "descent": -293, + "lineGap": 0, + "xAvgCharWidth": 724, + "unitsPerEm": 1000 }, - "kadwa": { - "category": "serif", - "ascentOverride": "1.313964844", - "descentOverride": "0.6938476563", - "lineGapOverride": "0", - "avgWidth": "0.5813363882", - "emSize": "2048" - }, - "kaiseidecol": { - "category": "serif", - "ascentOverride": "1.16", - "descentOverride": "0.288", - "lineGapOverride": "0", - "avgWidth": "0.5551923077", - "emSize": "1000" + "Lexend Peta": { + "category": "sans-serif", + "ascent": 1000, + "descent": -250, + "lineGap": 0, + "xAvgCharWidth": 588, + "unitsPerEm": 1000 }, - "kaiseiharunoumi": { - "category": "serif", - "ascentOverride": "1.16", - "descentOverride": "0.288", - "lineGapOverride": "0", - "avgWidth": "0.5551923077", - "emSize": "1000" + "Noto Sans Saurashtra": { + "category": "sans-serif", + "ascent": 1069, + "descent": -293, + "lineGap": 0, + "xAvgCharWidth": 665, + "unitsPerEm": 1000 }, - "kaiseiopti": { + "Balthazar": { "category": "serif", - "ascentOverride": "1.16", - "descentOverride": "0.288", - "lineGapOverride": "0", - "avgWidth": "0.5551923077", - "emSize": "1000" + "ascent": 796, + "descent": -222, + "lineGap": 0, + "xAvgCharWidth": 381, + "unitsPerEm": 1000 }, - "kaiseitokumin": { - "category": "serif", - "ascentOverride": "1.16", - "descentOverride": "0.288", - "lineGapOverride": "0", - "avgWidth": "0.5551153846", - "emSize": "1000" + "Antic": { + "category": "sans-serif", + "ascent": 940, + "descent": -251, + "lineGap": 0, + "xAvgCharWidth": 523, + "unitsPerEm": 1000 }, - "kalam": { - "category": "handwriting", - "ascentOverride": "1.063", - "descentOverride": "0.531", - "lineGapOverride": "0", - "avgWidth": "0.4527307692", - "emSize": "1000" + "Galdeano": { + "category": "sans-serif", + "ascent": 820, + "descent": -230, + "lineGap": 0, + "xAvgCharWidth": 394, + "unitsPerEm": 1000 }, - "kameron": { + "Brawler": { "category": "serif", - "ascentOverride": "0.91796875", - "descentOverride": "0.3525390625", - "lineGapOverride": "0", - "avgWidth": "0.5762469952", - "emSize": "2048" + "ascent": 971, + "descent": -248, + "lineGap": 0, + "xAvgCharWidth": 565, + "unitsPerEm": 1000 }, - "kanit": { + "Lekton": { "category": "sans-serif", - "ascentOverride": "1.1", - "descentOverride": "0.395", - "lineGapOverride": "0", - "avgWidth": "0.4983076923", - "emSize": "1000" + "ascent": 750, + "descent": -250, + "lineGap": 0, + "xAvgCharWidth": 500, + "unitsPerEm": 1000 }, - "kantumruy": { + "Pontano Sans": { "category": "sans-serif", - "ascentOverride": "1.220703125", - "descentOverride": "0.5859375", - "lineGapOverride": "0", - "avgWidth": "1", - "emSize": "2048" - }, - "karantina": { - "category": "display", - "ascentOverride": "0.859", - "descentOverride": "0.153", - "lineGapOverride": "0", - "avgWidth": "0.2841923077", - "emSize": "1000" + "ascent": 2025, + "descent": -599, + "lineGap": 0, + "xAvgCharWidth": 838, + "unitsPerEm": 2048 }, - "karla": { + "Martel Sans": { "category": "sans-serif", - "ascentOverride": "0.917", - "descentOverride": "0.252", - "lineGapOverride": "0", - "avgWidth": "0.4703076923", - "emSize": "2000" + "ascent": 1150, + "descent": -674, + "lineGap": 0, + "xAvgCharWidth": 590, + "unitsPerEm": 1000 }, - "karma": { + "Martel": { "category": "serif", - "ascentOverride": "0.945", - "descentOverride": "0.474", - "lineGapOverride": "0", - "avgWidth": "0.4792307692", - "emSize": "1000" + "ascent": 1125, + "descent": -562, + "lineGap": 0, + "xAvgCharWidth": 609, + "unitsPerEm": 1000 }, - "katibeh": { - "category": "display", - "ascentOverride": "0.49", - "descentOverride": "0.51", - "lineGapOverride": "0.2", - "avgWidth": "0.3647307692", - "emSize": "1000" + "Chakra Petch": { + "category": "sans-serif", + "ascent": 992, + "descent": -308, + "lineGap": 0, + "xAvgCharWidth": 546, + "unitsPerEm": 1000 }, - "kaushanscript": { + "Bonheur Royale": { "category": "handwriting", - "ascentOverride": "1.084", - "descentOverride": "0.367", - "lineGapOverride": "0", - "avgWidth": "0.4420384615", - "emSize": "1000" + "ascent": 780, + "descent": -380, + "lineGap": 0, + "xAvgCharWidth": 449, + "unitsPerEm": 1000 }, - "kavivanar": { + "Give You Glory": { "category": "handwriting", - "ascentOverride": "1.065", - "descentOverride": "0.417", - "lineGapOverride": "0", - "avgWidth": "0.4805384615", - "emSize": "1000" + "ascent": 1020, + "descent": -625, + "lineGap": 0, + "xAvgCharWidth": 556, + "unitsPerEm": 1024 }, - "kavoon": { - "category": "display", - "ascentOverride": "0.986328125", - "descentOverride": "0.263671875", - "lineGapOverride": "0", - "avgWidth": "0.5618051382", - "emSize": "2048" + "Kodchasan": { + "category": "sans-serif", + "ascent": 1024, + "descent": -276, + "lineGap": 0, + "xAvgCharWidth": 609, + "unitsPerEm": 1000 }, - "keaniaone": { - "category": "display", - "ascentOverride": "0.989", - "descentOverride": "0.228", - "lineGapOverride": "0", - "avgWidth": "0.4988076923", - "emSize": "1000" + "Sen": { + "category": "sans-serif", + "ascent": 962, + "descent": -270, + "lineGap": 0, + "xAvgCharWidth": 576, + "unitsPerEm": 1024 }, - "kellyslab": { + "Stint Ultra Expanded": { "category": "display", - "ascentOverride": "0.962", - "descentOverride": "0.25", - "lineGapOverride": "0", - "avgWidth": "0.4864230769", - "emSize": "1000" + "ascent": 1853, + "descent": -483, + "lineGap": 0, + "xAvgCharWidth": 1210, + "unitsPerEm": 2048 }, - "kenia": { - "category": "display", - "ascentOverride": "0.75", - "descentOverride": "0.25", - "lineGapOverride": "0", - "avgWidth": "0.4255769231", - "emSize": "1000" + "Mochiy Pop P One": { + "category": "sans-serif", + "ascent": 1160, + "descent": -288, + "lineGap": 0, + "xAvgCharWidth": 991, + "unitsPerEm": 1000 }, - "khand": { + "Encode Sans Expanded": { "category": "sans-serif", - "ascentOverride": "1.05", - "descentOverride": "0.479", - "lineGapOverride": "0", - "avgWidth": "0.4009615385", - "emSize": "1000" + "ascent": 2060, + "descent": -440, + "lineGap": 0, + "xAvgCharWidth": 1257, + "unitsPerEm": 2000 }, - "khmer": { + "Oleo Script Swash Caps": { "category": "display", - "ascentOverride": "1.123046875", - "descentOverride": "0.5859375", - "lineGapOverride": "0", - "avgWidth": "1", - "emSize": "2048" + "ascent": 1004, + "descent": -379, + "lineGap": 0, + "xAvgCharWidth": 504, + "unitsPerEm": 1000 }, - "khula": { - "category": "sans-serif", - "ascentOverride": "1", - "descentOverride": "0.6056622851", - "lineGapOverride": "0", - "avgWidth": "0.5078167535", - "emSize": "1978" + "Fascinate": { + "category": "display", + "ascent": 2125, + "descent": -591, + "lineGap": 0, + "xAvgCharWidth": 1123, + "unitsPerEm": 2048 }, - "kings": { - "category": "handwriting", - "ascentOverride": "0.95", - "descentOverride": "0.45", - "lineGapOverride": "0", - "avgWidth": "0.3963076923", - "emSize": "1000" + "Basic": { + "category": "sans-serif", + "ascent": 2066, + "descent": -511, + "lineGap": 0, + "xAvgCharWidth": 1085, + "unitsPerEm": 2048 }, - "kiranghaerang": { + "Shojumaru": { "category": "display", - "ascentOverride": "0.75", - "descentOverride": "0.25", - "lineGapOverride": "0.25", - "avgWidth": "0.4280384615", - "emSize": "1000" + "ascent": 2020, + "descent": -692, + "lineGap": 0, + "xAvgCharWidth": 1403, + "unitsPerEm": 2048 }, - "kiteone": { + "Tomorrow": { "category": "sans-serif", - "ascentOverride": "1.094", - "descentOverride": "0.351", - "lineGapOverride": "0", - "avgWidth": "0.4795769231", - "emSize": "1000" + "ascent": 1000, + "descent": -200, + "lineGap": 0, + "xAvgCharWidth": 592, + "unitsPerEm": 1000 }, - "kiwimaru": { + "Maitree": { "category": "serif", - "ascentOverride": "1.16", - "descentOverride": "0.288", - "lineGapOverride": "0", - "avgWidth": "0.6050769231", - "emSize": "1000" + "ascent": 1150, + "descent": -500, + "lineGap": 0, + "xAvgCharWidth": 583, + "unitsPerEm": 1000 }, - "kleeone": { + "Euphoria Script": { "category": "handwriting", - "ascentOverride": "1.16", - "descentOverride": "0.288", - "lineGapOverride": "0", - "avgWidth": "0.5148076923", - "emSize": "1000" - }, - "knewave": { - "category": "display", - "ascentOverride": "1.169", - "descentOverride": "0.385", - "lineGapOverride": "0", - "avgWidth": "0.5145384615", - "emSize": "1000" + "ascent": 1014, + "descent": -442, + "lineGap": 0, + "xAvgCharWidth": 379, + "unitsPerEm": 1250 }, - "koho": { + "Noto Sans Wancho": { "category": "sans-serif", - "ascentOverride": "1.045", - "descentOverride": "0.255", - "lineGapOverride": "0", - "avgWidth": "0.4899615385", - "emSize": "1000" + "ascent": 1096, + "descent": -161, + "lineGap": 0, + "xAvgCharWidth": 524, + "unitsPerEm": 1000 }, - "kodchasan": { - "category": "sans-serif", - "ascentOverride": "1.024", - "descentOverride": "0.276", - "lineGapOverride": "0", - "avgWidth": "0.5778076923", - "emSize": "1000" + "JetBrains Mono": { + "category": "monospace", + "ascent": 1020, + "descent": -300, + "lineGap": 0, + "xAvgCharWidth": 602, + "unitsPerEm": 1000 }, - "kohsantepheap": { + "Blaka": { "category": "display", - "ascentOverride": "1.000976563", - "descentOverride": "0.2685546875", - "lineGapOverride": "0", - "avgWidth": "0.529691256", - "emSize": "2048" - }, - "kolkerbrush": { - "category": "handwriting", - "ascentOverride": "0.75", - "descentOverride": "0.35", - "lineGapOverride": "0", - "avgWidth": "0.2241153846", - "emSize": "1000" + "ascent": 932, + "descent": -235, + "lineGap": 0, + "xAvgCharWidth": 454, + "unitsPerEm": 1000 }, - "kosugi": { + "Lexend Zetta": { "category": "sans-serif", - "ascentOverride": "0.8798828125", - "descentOverride": "0.1201171875", - "lineGapOverride": "0", - "avgWidth": "0.5", - "emSize": "1024" + "ascent": 1000, + "descent": -250, + "lineGap": 0, + "xAvgCharWidth": 588, + "unitsPerEm": 1000 }, - "kosugimaru": { + "Dosis": { "category": "sans-serif", - "ascentOverride": "0.8798828125", - "descentOverride": "0.1201171875", - "lineGapOverride": "0", - "avgWidth": "0.5", - "emSize": "1024" + "ascent": 1027, + "descent": -237, + "lineGap": 0, + "xAvgCharWidth": 435, + "unitsPerEm": 1000 }, - "kottaone": { + "Sanchez": { "category": "serif", - "ascentOverride": "0.915", - "descentOverride": "0.288", - "lineGapOverride": "0", - "avgWidth": "0.5027692308", - "emSize": "1000" + "ascent": 1004, + "descent": -274, + "lineGap": 0, + "xAvgCharWidth": 586, + "unitsPerEm": 1000 }, - "koulen": { + "Knewave": { "category": "display", - "ascentOverride": "1.220703125", - "descentOverride": "0.5859375", - "lineGapOverride": "0", - "avgWidth": "0.4436598558", - "emSize": "2048" + "ascent": 1169, + "descent": -385, + "lineGap": 0, + "xAvgCharWidth": 535, + "unitsPerEm": 1000 }, - "kranky": { - "category": "display", - "ascentOverride": "0.9541015625", - "descentOverride": "0.287109375", - "lineGapOverride": "0.02734375", - "avgWidth": "0.5039438101", - "emSize": "1024" - }, - "kreon": { + "Roboto Slab": { "category": "serif", - "ascentOverride": "0.974", - "descentOverride": "0.286", - "lineGapOverride": "0", - "avgWidth": "0.4420384615", - "emSize": "1000" + "ascent": 2146, + "descent": -555, + "lineGap": 0, + "xAvgCharWidth": 1239, + "unitsPerEm": 2048 }, - "kristi": { - "category": "handwriting", - "ascentOverride": "0.896484375", - "descentOverride": "0.353515625", - "lineGapOverride": "0", - "avgWidth": "0.2722167969", - "emSize": "2048" + "Underdog": { + "category": "display", + "ascent": 909, + "descent": -247, + "lineGap": 0, + "xAvgCharWidth": 522, + "unitsPerEm": 1000 }, - "kronaone": { + "Recursive": { "category": "sans-serif", - "ascentOverride": "0.9912109375", - "descentOverride": "0.2587890625", - "lineGapOverride": "0", - "avgWidth": "0.7356708233", - "emSize": "2048" + "ascent": 950, + "descent": -250, + "lineGap": 0, + "xAvgCharWidth": 628, + "unitsPerEm": 1000 }, - "krub": { + "Noto Sans Mro": { "category": "sans-serif", - "ascentOverride": "1.007", - "descentOverride": "0.293", - "lineGapOverride": "0", - "avgWidth": "0.5321538462", - "emSize": "1000" + "ascent": 1069, + "descent": -293, + "lineGap": 0, + "xAvgCharWidth": 647, + "unitsPerEm": 1000 }, - "kufam": { - "category": "sans-serif", - "ascentOverride": "0.9", - "descentOverride": "0.4", - "lineGapOverride": "0", - "avgWidth": "0.5448461538", - "emSize": "1000" + "Xanh Mono": { + "category": "monospace", + "ascent": 970, + "descent": -220, + "lineGap": 0, + "xAvgCharWidth": 500, + "unitsPerEm": 1000 + }, + "Odor Mean Chey": { + "category": "serif", + "ascent": 2500, + "descent": -1200, + "lineGap": 0, + "xAvgCharWidth": 1337, + "unitsPerEm": 2048 }, - "kulimpark": { + "Noto Sans Tamil Supplement": { "category": "sans-serif", - "ascentOverride": "0.931", - "descentOverride": "0.204", - "lineGapOverride": "0", - "avgWidth": "0.4927692308", - "emSize": "1000" + "ascent": 870, + "descent": -370, + "lineGap": 0, + "xAvgCharWidth": 1250, + "unitsPerEm": 1000 }, - "kumarone": { - "category": "display", - "ascentOverride": "1.137", - "descentOverride": "0.642", - "lineGapOverride": "0", - "avgWidth": "0.6999230769", - "emSize": "1000" + "Tapestry": { + "category": "handwriting", + "ascent": 950, + "descent": -300, + "lineGap": 0, + "xAvgCharWidth": 564, + "unitsPerEm": 1000 }, - "kumaroneoutline": { - "category": "display", - "ascentOverride": "1.137", - "descentOverride": "0.642", - "lineGapOverride": "0", - "avgWidth": "0.6999230769", - "emSize": "1000" + "Spline Sans Mono": { + "category": "monospace", + "ascent": 1927, + "descent": -473, + "lineGap": 0, + "xAvgCharWidth": 1216, + "unitsPerEm": 2000 }, - "kumbhsans": { - "category": "sans-serif", - "ascentOverride": "0.986328125", - "descentOverride": "0.25390625", - "lineGapOverride": "0", - "avgWidth": "0.533578726", - "emSize": "2048" + "Ruda": { + "category": "sans-serif", + "ascent": 922, + "descent": -295, + "lineGap": 0, + "xAvgCharWidth": 541, + "unitsPerEm": 1000 }, - "kurale": { - "category": "serif", - "ascentOverride": "1.095", - "descentOverride": "0.383", - "lineGapOverride": "0", - "avgWidth": "0.4921923077", - "emSize": "1000" + "Rock Salt": { + "category": "handwriting", + "ascent": 1623, + "descent": -788, + "lineGap": 32, + "xAvgCharWidth": 773, + "unitsPerEm": 1024 }, - "labelleaurore": { - "category": "handwriting", - "ascentOverride": "1.077148438", - "descentOverride": "0.775390625", - "lineGapOverride": "0", - "avgWidth": "0.4282226563", - "emSize": "1024" + "Supermercado One": { + "category": "display", + "ascent": 1925, + "descent": -527, + "lineGap": 0, + "xAvgCharWidth": 1073, + "unitsPerEm": 2048 }, - "lacquer": { - "category": "display", - "ascentOverride": "1", - "descentOverride": "0.2", - "lineGapOverride": "0", - "avgWidth": "0.5318076923", - "emSize": "1000" + "Jomhuria": { + "category": "display", + "ascent": 1840, + "descent": -1160, + "lineGap": 0, + "xAvgCharWidth": 1079, + "unitsPerEm": 3000 }, - "laila": { - "category": "sans-serif", - "ascentOverride": "1.098", - "descentOverride": "0.452", - "lineGapOverride": "0", - "avgWidth": "0.5311153846", - "emSize": "1000" + "Krona One": { + "category": "sans-serif", + "ascent": 2030, + "descent": -530, + "lineGap": 0, + "xAvgCharWidth": 1344, + "unitsPerEm": 2048 }, - "lakkireddy": { - "category": "handwriting", - "ascentOverride": "0.916015625", - "descentOverride": "0.7470703125", - "lineGapOverride": "0", - "avgWidth": "0.5007512019", - "emSize": "1024" + "Odibee Sans": { + "category": "display", + "ascent": 858, + "descent": -250, + "lineGap": 0, + "xAvgCharWidth": 428, + "unitsPerEm": 1000 }, - "lalezar": { - "category": "display", - "ascentOverride": "0.979", - "descentOverride": "0.588", - "lineGapOverride": "0", - "avgWidth": "0.4881538462", - "emSize": "1000" + "Yrsa": { + "category": "serif", + "ascent": 728, + "descent": -272, + "lineGap": 218, + "xAvgCharWidth": 476, + "unitsPerEm": 1000 }, - "lancelot": { - "category": "display", - "ascentOverride": "0.7788085938", - "descentOverride": "0.326171875", - "lineGapOverride": "0", - "avgWidth": "0.4073768029", - "emSize": "2048" + "Trispace": { + "category": "sans-serif", + "ascent": 1830, + "descent": -430, + "lineGap": 0, + "xAvgCharWidth": 1241, + "unitsPerEm": 2000 }, - "langar": { - "category": "display", - "ascentOverride": "0.739", - "descentOverride": "0.2", - "lineGapOverride": "0.455", - "avgWidth": "0.5140769231", - "emSize": "1000" + "Fauna One": { + "category": "serif", + "ascent": 987, + "descent": -243, + "lineGap": 0, + "xAvgCharWidth": 554, + "unitsPerEm": 1000 }, - "lateef": { - "category": "handwriting", - "ascentOverride": "0.9458007813", - "descentOverride": "0.5", - "lineGapOverride": "0", - "avgWidth": "0.3466796875", - "emSize": "2048" + "Alex Brush": { + "category": "handwriting", + "ascent": 825, + "descent": -425, + "lineGap": 0, + "xAvgCharWidth": 539, + "unitsPerEm": 1000 }, - "lato": { - "category": "sans-serif", - "ascentOverride": "0.987", - "descentOverride": "0.213", - "lineGapOverride": "0", - "avgWidth": "0.4640384615", - "emSize": "2000" + "Noto Sans Buginese": { + "category": "sans-serif", + "ascent": 1069, + "descent": -293, + "lineGap": 0, + "xAvgCharWidth": 814, + "unitsPerEm": 1000 }, - "lavishlyyours": { - "category": "handwriting", - "ascentOverride": "1.1", - "descentOverride": "0.5", - "lineGapOverride": "0", - "avgWidth": "0.3181923077", - "emSize": "1000" + "Piedra": { + "category": "display", + "ascent": 973, + "descent": -328, + "lineGap": 0, + "xAvgCharWidth": 399, + "unitsPerEm": 1000 }, - "leaguegothic": { + "Anek Devanagari": { "category": "sans-serif", - "ascentOverride": "0.9675", - "descentOverride": "0.2325", - "lineGapOverride": "0", - "avgWidth": "0.2931730769", - "emSize": "2000" + "ascent": 2026, + "descent": -1385, + "lineGap": 0, + "xAvgCharWidth": 1389, + "unitsPerEm": 2000 }, - "leaguescript": { - "category": "handwriting", - "ascentOverride": "0.7161458333", - "descentOverride": "0.390625", - "lineGapOverride": "0", - "avgWidth": "0.4815204327", - "emSize": "1536" + "Quattrocento": { + "category": "serif", + "ascent": 848, + "descent": -260, + "lineGap": 0, + "xAvgCharWidth": 452, + "unitsPerEm": 1000 }, - "leaguespartan": { + "IBM Plex Sans Condensed": { "category": "sans-serif", - "ascentOverride": "0.7", - "descentOverride": "0.22", - "lineGapOverride": "0", - "avgWidth": "0.4283653846", - "emSize": "2000" + "ascent": 1025, + "descent": -275, + "lineGap": 0, + "xAvgCharWidth": 525, + "unitsPerEm": 1000 }, - "leckerlione": { + "Mr Bedfort": { "category": "handwriting", - "ascentOverride": "1.032", - "descentOverride": "0.313", - "lineGapOverride": "0", - "avgWidth": "0.4963461538", - "emSize": "1000" + "ascent": 1015, + "descent": -661, + "lineGap": 0, + "xAvgCharWidth": 374, + "unitsPerEm": 1000 }, - "ledger": { - "category": "serif", - "ascentOverride": "1.062", - "descentOverride": "0.329", - "lineGapOverride": "0", - "avgWidth": "0.5660384615", - "emSize": "1000" + "The Nautigal": { + "category": "handwriting", + "ascent": 870, + "descent": -330, + "lineGap": 0, + "xAvgCharWidth": 452, + "unitsPerEm": 1000 }, - "lekton": { + "Sunflower": { "category": "sans-serif", - "ascentOverride": "0.75", - "descentOverride": "0.25", - "lineGapOverride": "0", - "avgWidth": "0.4982692308", - "emSize": "1000" + "ascent": 782, + "descent": -218, + "lineGap": 250, + "xAvgCharWidth": 883, + "unitsPerEm": 1000 }, - "lemon": { + "Playball": { "category": "display", - "ascentOverride": "1.019", - "descentOverride": "0.287", - "lineGapOverride": "0", - "avgWidth": "0.6745", - "emSize": "1000" + "ascent": 950, + "descent": -300, + "lineGap": 0, + "xAvgCharWidth": 517, + "unitsPerEm": 1000 }, - "lemonada": { + "Sarina": { "category": "display", - "ascentOverride": "1.345", - "descentOverride": "0.653", - "lineGapOverride": "0", - "avgWidth": "0.6560769231", - "emSize": "1000" + "ascent": 1916, + "descent": -644, + "lineGap": 0, + "xAvgCharWidth": 1742, + "unitsPerEm": 2048 }, - "lexend": { - "category": "sans-serif", - "ascentOverride": "1", - "descentOverride": "0.25", - "lineGapOverride": "0", - "avgWidth": "0.5492307692", - "emSize": "1000" + "Meie Script": { + "category": "handwriting", + "ascent": 1814, + "descent": -780, + "lineGap": 0, + "xAvgCharWidth": 1225, + "unitsPerEm": 2048 }, - "lexenddeca": { - "category": "sans-serif", - "ascentOverride": "1", - "descentOverride": "0.25", - "lineGapOverride": "0", - "avgWidth": "0.5492307692", - "emSize": "1000" + "Antic Slab": { + "category": "serif", + "ascent": 940, + "descent": -250, + "lineGap": 0, + "xAvgCharWidth": 476, + "unitsPerEm": 1000 }, - "lexendexa": { + "Noto Sans Tirhuta": { "category": "sans-serif", - "ascentOverride": "1", - "descentOverride": "0.25", - "lineGapOverride": "0", - "avgWidth": "0.6892307692", - "emSize": "1000" + "ascent": 1026, + "descent": -519, + "lineGap": 0, + "xAvgCharWidth": 618, + "unitsPerEm": 1000 }, - "lexendgiga": { - "category": "sans-serif", - "ascentOverride": "1", - "descentOverride": "0.25", - "lineGapOverride": "0", - "avgWidth": "0.7453076923", - "emSize": "1000" + "Nova Cut": { + "category": "display", + "ascent": 1966, + "descent": -506, + "lineGap": 0, + "xAvgCharWidth": 1168, + "unitsPerEm": 2048 }, - "lexendmega": { + "Noto Sans Display": { "category": "sans-serif", - "ascentOverride": "1", - "descentOverride": "0.25", - "lineGapOverride": "0", - "avgWidth": "0.7734230769", - "emSize": "1000" + "ascent": 1069, + "descent": -293, + "lineGap": 0, + "xAvgCharWidth": 548, + "unitsPerEm": 1000 }, - "lexendpeta": { + "Miriam Libre": { "category": "sans-serif", - "ascentOverride": "1", - "descentOverride": "0.25", - "lineGapOverride": "0", - "avgWidth": "0.8013076923", - "emSize": "1000" + "ascent": 969, + "descent": -344, + "lineGap": 0, + "xAvgCharWidth": 558, + "unitsPerEm": 1000 }, - "lexendtera": { - "category": "sans-serif", - "ascentOverride": "1", - "descentOverride": "0.25", - "lineGapOverride": "0", - "avgWidth": "0.8293076923", - "emSize": "1000" + "Siemreap": { + "category": "display", + "ascent": 2500, + "descent": -1200, + "lineGap": 67, + "xAvgCharWidth": 2215, + "unitsPerEm": 2048 }, - "lexendzetta": { + "Lexend Deca": { "category": "sans-serif", - "ascentOverride": "1", - "descentOverride": "0.25", - "lineGapOverride": "0", - "avgWidth": "0.8993461538", - "emSize": "1000" - }, - "librebarcode128": { - "category": "display", - "ascentOverride": "0.6", - "descentOverride": "0.4", - "lineGapOverride": "0", - "avgWidth": "0.33", - "emSize": "1000" + "ascent": 1000, + "descent": -250, + "lineGap": 0, + "xAvgCharWidth": 588, + "unitsPerEm": 1000 }, - "librebarcode128text": { - "category": "display", - "ascentOverride": "0.6", - "descentOverride": "0.4", - "lineGapOverride": "0", - "avgWidth": "0.33", - "emSize": "1000" + "Pinyon Script": { + "category": "handwriting", + "ascent": 1768, + "descent": -787, + "lineGap": 0, + "xAvgCharWidth": 1043, + "unitsPerEm": 2048 }, - "librebarcode39": { + "Monoton": { "category": "display", - "ascentOverride": "0.6", - "descentOverride": "0.4", - "lineGapOverride": "0", - "avgWidth": "0.48", - "emSize": "1000" + "ascent": 2366, + "descent": -822, + "lineGap": 0, + "xAvgCharWidth": 1394, + "unitsPerEm": 2048 }, - "librebarcode39extended": { - "category": "display", - "ascentOverride": "0.6", - "descentOverride": "0.4", - "lineGapOverride": "0", - "avgWidth": "0.96", - "emSize": "1000" + "Noto Serif Thai": { + "category": "serif", + "ascent": 1064, + "descent": -534, + "lineGap": 0, + "xAvgCharWidth": 580, + "unitsPerEm": 1000 }, - "librebarcode39extendedtext": { - "category": "display", - "ascentOverride": "0.6", - "descentOverride": "0.4", - "lineGapOverride": "0", - "avgWidth": "0.96", - "emSize": "1000" + "Amiri": { + "category": "serif", + "ascent": 1124, + "descent": -634, + "lineGap": 0, + "xAvgCharWidth": 454, + "unitsPerEm": 1000 }, - "librebarcode39text": { - "category": "display", - "ascentOverride": "0.6", - "descentOverride": "0.4", - "lineGapOverride": "0", - "avgWidth": "0.48", - "emSize": "1000" + "Noto Sans Cham": { + "category": "sans-serif", + "ascent": 1117, + "descent": -351, + "lineGap": 0, + "xAvgCharWidth": 833, + "unitsPerEm": 1000 }, - "librebarcodeean13text": { - "category": "display", - "ascentOverride": "0.8203125", - "descentOverride": "0.1171875", - "lineGapOverride": "0", - "avgWidth": "0.2741887019", - "emSize": "1024" + "Dorsa": { + "category": "sans-serif", + "ascent": 857, + "descent": -200, + "lineGap": 0, + "xAvgCharWidth": 192, + "unitsPerEm": 1000 }, - "librebaskerville": { + "Eczar": { "category": "serif", - "ascentOverride": "0.97", - "descentOverride": "0.27", - "lineGapOverride": "0", - "avgWidth": "0.5186923077", - "emSize": "1000" + "ascent": 1143, + "descent": -634, + "lineGap": 0, + "xAvgCharWidth": 618, + "unitsPerEm": 1000 }, - "librecaslondisplay": { - "category": "serif", - "ascentOverride": "0.97", - "descentOverride": "0.266", - "lineGapOverride": "0", - "avgWidth": "0.4103461538", - "emSize": "1000" + "Plaster": { + "category": "display", + "ascent": 2000, + "descent": -560, + "lineGap": 0, + "xAvgCharWidth": 1563, + "unitsPerEm": 2048 }, - "librecaslontext": { - "category": "serif", - "ascentOverride": "0.97", - "descentOverride": "0.26", - "lineGapOverride": "0", - "avgWidth": "0.54", - "emSize": "2000" + "Noto Sans Bengali": { + "category": "sans-serif", + "ascent": 917, + "descent": -408, + "lineGap": 0, + "xAvgCharWidth": 648, + "unitsPerEm": 1000 }, - "librefranklin": { + "Noto Sans Tamil": { "category": "sans-serif", - "ascentOverride": "0.966", - "descentOverride": "0.246", - "lineGapOverride": "0", - "avgWidth": "0.5152307692", - "emSize": "1000" + "ascent": 870, + "descent": -370, + "lineGap": 0, + "xAvgCharWidth": 701, + "unitsPerEm": 1000 }, - "licorice": { - "category": "handwriting", - "ascentOverride": "0.85", - "descentOverride": "0.4", - "lineGapOverride": "0", - "avgWidth": "0.275", - "emSize": "1000" + "Noto Nastaliq Urdu": { + "category": "serif", + "ascent": 1904, + "descent": -596, + "lineGap": 0, + "xAvgCharWidth": 550, + "unitsPerEm": 1000 }, - "lifesavers": { + "Sigmar One": { "category": "display", - "ascentOverride": "0.972", - "descentOverride": "0.25", - "lineGapOverride": "0", - "avgWidth": "0.5113461538", - "emSize": "1000" + "ascent": 1172, + "descent": -466, + "lineGap": 0, + "xAvgCharWidth": 753, + "unitsPerEm": 1000 }, - "lilitaone": { - "category": "display", - "ascentOverride": "0.923", - "descentOverride": "0.22", - "lineGapOverride": "0", - "avgWidth": "0.4903076923", - "emSize": "1000" + "Sree Krushnadevaraya": { + "category": "serif", + "ascent": 1105, + "descent": -378, + "lineGap": 0, + "xAvgCharWidth": 384, + "unitsPerEm": 720 }, - "lilyscriptone": { - "category": "display", - "ascentOverride": "1.017", - "descentOverride": "0.359", - "lineGapOverride": "0", - "avgWidth": "0.4862307692", - "emSize": "1000" + "Lexend Tera": { + "category": "sans-serif", + "ascent": 1000, + "descent": -250, + "lineGap": 0, + "xAvgCharWidth": 588, + "unitsPerEm": 1000 }, - "limelight": { - "category": "display", - "ascentOverride": "0.91015625", - "descentOverride": "0.3071289063", - "lineGapOverride": "0", - "avgWidth": "0.6094876803", - "emSize": "2048" + "Puppies Play": { + "category": "handwriting", + "ascent": 750, + "descent": -250, + "lineGap": 0, + "xAvgCharWidth": 386, + "unitsPerEm": 1000 }, - "lindenhill": { + "Junge": { "category": "serif", - "ascentOverride": "0.8869628906", - "descentOverride": "0.4609375", - "lineGapOverride": "0", - "avgWidth": "0.4378568209", - "emSize": "4096" + "ascent": 1901, + "descent": -588, + "lineGap": 0, + "xAvgCharWidth": 1108, + "unitsPerEm": 2048 }, - "literata": { - "category": "serif", - "ascentOverride": "1.177", - "descentOverride": "0.308", - "lineGapOverride": "0", - "avgWidth": "0.5196538462", - "emSize": "1000" + "Noto Sans Malayalam": { + "category": "sans-serif", + "ascent": 864, + "descent": -383, + "lineGap": 0, + "xAvgCharWidth": 749, + "unitsPerEm": 1000 + }, + "Combo": { + "category": "display", + "ascent": 907, + "descent": -269, + "lineGap": 0, + "xAvgCharWidth": 461, + "unitsPerEm": 1000 }, - "liujianmaocao": { + "Monsieur La Doulaise": { "category": "handwriting", - "ascentOverride": "0.88", - "descentOverride": "0.12", - "lineGapOverride": "0", - "avgWidth": "0.3901538462", - "emSize": "1000" + "ascent": 1048, + "descent": -513, + "lineGap": 0, + "xAvgCharWidth": 273, + "unitsPerEm": 1000 }, - "livvic": { + "Tajawal": { "category": "sans-serif", - "ascentOverride": "1.005", - "descentOverride": "0.25", - "lineGapOverride": "0", - "avgWidth": "0.5693461538", - "emSize": "1000" + "ascent": 643, + "descent": -357, + "lineGap": 200, + "xAvgCharWidth": 421, + "unitsPerEm": 1000 }, - "lobster": { - "category": "display", - "ascentOverride": "1", - "descentOverride": "0.25", - "lineGapOverride": "0", - "avgWidth": "0.4432692308", - "emSize": "1000" + "Anek Bangla": { + "category": "sans-serif", + "ascent": 2500, + "descent": -1232, + "lineGap": 0, + "xAvgCharWidth": 1307, + "unitsPerEm": 2000 }, - "lobstertwo": { - "category": "display", - "ascentOverride": "1", - "descentOverride": "0.25", - "lineGapOverride": "0", - "avgWidth": "0.4433076923", - "emSize": "1000" + "Taviraj": { + "category": "serif", + "ascent": 1172, + "descent": -534, + "lineGap": 0, + "xAvgCharWidth": 587, + "unitsPerEm": 1000 }, - "londrinaoutline": { - "category": "display", - "ascentOverride": "0.945", - "descentOverride": "0.238", - "lineGapOverride": "0", - "avgWidth": "0.4318846154", - "emSize": "1000" + "Noto Serif Gurmukhi": { + "category": "serif", + "ascent": 1006, + "descent": -428, + "lineGap": 0, + "xAvgCharWidth": 575, + "unitsPerEm": 1000 }, - "londrinashadow": { + "Hanalei": { "category": "display", - "ascentOverride": "0.945", - "descentOverride": "0.238", - "lineGapOverride": "0", - "avgWidth": "0.4318846154", - "emSize": "1000" + "ascent": 2124, + "descent": -541, + "lineGap": 0, + "xAvgCharWidth": 940, + "unitsPerEm": 2048 }, - "londrinasketch": { + "Milonga": { "category": "display", - "ascentOverride": "0.945", - "descentOverride": "0.238", - "lineGapOverride": "0", - "avgWidth": "0.4318846154", - "emSize": "1000" + "ascent": 990, + "descent": -260, + "lineGap": 0, + "xAvgCharWidth": 446, + "unitsPerEm": 1000 }, - "londrinasolid": { + "Smokum": { "category": "display", - "ascentOverride": "0.945", - "descentOverride": "0.238", - "lineGapOverride": "0", - "avgWidth": "0.4318846154", - "emSize": "1000" + "ascent": 1986, + "descent": -512, + "lineGap": 0, + "xAvgCharWidth": 787, + "unitsPerEm": 2048 }, - "longcang": { + "Cedarville Cursive": { "category": "handwriting", - "ascentOverride": "0.88", - "descentOverride": "0.12", - "lineGapOverride": "0", - "avgWidth": "0.3961153846", - "emSize": "1000" - }, - "lora": { - "category": "serif", - "ascentOverride": "1.006", - "descentOverride": "0.274", - "lineGapOverride": "0", - "avgWidth": "0.5077307692", - "emSize": "1000" + "ascent": 1279, + "descent": -663, + "lineGap": 0, + "xAvgCharWidth": 583, + "unitsPerEm": 1024 }, - "lovelight": { - "category": "handwriting", - "ascentOverride": "0.9", - "descentOverride": "0.5", - "lineGapOverride": "0", - "avgWidth": "0.2911923077", - "emSize": "1000" + "Sansita": { + "category": "sans-serif", + "ascent": 1020, + "descent": -180, + "lineGap": 0, + "xAvgCharWidth": 475, + "unitsPerEm": 1000 }, - "loveyalikeasister": { + "Macondo Swash Caps": { "category": "display", - "ascentOverride": "0.919921875", - "descentOverride": "0.3251953125", - "lineGapOverride": "0", - "avgWidth": "0.5088641827", - "emSize": "1024" + "ascent": 888, + "descent": -292, + "lineGap": 0, + "xAvgCharWidth": 414, + "unitsPerEm": 1000 }, - "lovedbytheking": { - "category": "handwriting", - "ascentOverride": "1.170898438", - "descentOverride": "0.5551757813", - "lineGapOverride": "0", - "avgWidth": "0.3012883113", - "emSize": "2048" + "Major Mono Display": { + "category": "monospace", + "ascent": 900, + "descent": -100, + "lineGap": 0, + "xAvgCharWidth": 759, + "unitsPerEm": 1000 }, - "loversquarrel": { - "category": "handwriting", - "ascentOverride": "0.726", - "descentOverride": "0.401", - "lineGapOverride": "0", - "avgWidth": "0.2321153846", - "emSize": "1000" + "Noto Sans Pahawh Hmong": { + "category": "sans-serif", + "ascent": 1069, + "descent": -293, + "lineGap": 0, + "xAvgCharWidth": 686, + "unitsPerEm": 1000 }, - "luckiestguy": { - "category": "display", - "ascentOverride": "0.703125", - "descentOverride": "0.296875", - "lineGapOverride": "0", - "avgWidth": "0.5954214243", - "emSize": "2048" + "Noto Serif Bengali": { + "category": "serif", + "ascent": 1092, + "descent": -502, + "lineGap": 0, + "xAvgCharWidth": 630, + "unitsPerEm": 1000 }, - "lusitana": { - "category": "serif", - "ascentOverride": "0.956", - "descentOverride": "0.341", - "lineGapOverride": "0", - "avgWidth": "0.4826153846", - "emSize": "1000" + "Gentium Book Basic": { + "category": "serif", + "ascent": 1790, + "descent": -580, + "lineGap": 0, + "xAvgCharWidth": 1045, + "unitsPerEm": 2048 }, - "lustria": { - "category": "serif", - "ascentOverride": "0.955", - "descentOverride": "0.327", - "lineGapOverride": "0", - "avgWidth": "0.5341923077", - "emSize": "1000" + "Noto Sans Arabic": { + "category": "sans-serif", + "ascent": 1374, + "descent": -738, + "lineGap": 0, + "xAvgCharWidth": 850, + "unitsPerEm": 1000 }, - "luxuriousroman": { - "category": "display", - "ascentOverride": "0.95", - "descentOverride": "0.25", - "lineGapOverride": "0", - "avgWidth": "0.5255384615", - "emSize": "1000" + "Bellota Text": { + "category": "display", + "ascent": 968, + "descent": -290, + "lineGap": 0, + "xAvgCharWidth": 584, + "unitsPerEm": 1000 }, - "luxuriousscript": { - "category": "handwriting", - "ascentOverride": "0.85", - "descentOverride": "0.35", - "lineGapOverride": "0", - "avgWidth": "0.2764230769", - "emSize": "1000" + "Noto Traditional Nushu": { + "category": "sans-serif", + "ascent": 1080, + "descent": -120, + "lineGap": 0, + "xAvgCharWidth": 857, + "unitsPerEm": 1024 }, - "mplus1": { - "category": "sans-serif", - "ascentOverride": "1.16", - "descentOverride": "0.288", - "lineGapOverride": "0", - "avgWidth": "0.5261153846", - "emSize": "1000" + "Sintony": { + "category": "sans-serif", + "ascent": 995, + "descent": -308, + "lineGap": 0, + "xAvgCharWidth": 554, + "unitsPerEm": 1000 }, - "mplus1code": { - "category": "sans-serif", - "ascentOverride": "1", - "descentOverride": "0.235", - "lineGapOverride": "0", - "avgWidth": "0.5", - "emSize": "1000" + "Kranky": { + "category": "display", + "ascent": 977, + "descent": -294, + "lineGap": 28, + "xAvgCharWidth": 461, + "unitsPerEm": 1024 }, - "mplus1p": { - "category": "sans-serif", - "ascentOverride": "1.075", - "descentOverride": "0.32", - "lineGapOverride": "0.09", - "avgWidth": "0.5871538462", - "emSize": "1000" + "Lavishly Yours": { + "category": "handwriting", + "ascent": 1100, + "descent": -500, + "lineGap": 0, + "xAvgCharWidth": 543, + "unitsPerEm": 1000 + }, + "Noto Sans Ol Chiki": { + "category": "sans-serif", + "ascent": 1069, + "descent": -293, + "lineGap": 0, + "xAvgCharWidth": 562, + "unitsPerEm": 1000 + }, + "Ranchers": { + "category": "display", + "ascent": 1045, + "descent": -205, + "lineGap": 0, + "xAvgCharWidth": 378, + "unitsPerEm": 1000 }, - "mplus2": { + "Fasthand": { + "category": "display", + "ascent": 2500, + "descent": -1200, + "lineGap": 0, + "xAvgCharWidth": 1471, + "unitsPerEm": 2048 + }, + "Noto Sans Meetei Mayek": { "category": "sans-serif", - "ascentOverride": "1.16", - "descentOverride": "0.288", - "lineGapOverride": "0", - "avgWidth": "0.5266153846", - "emSize": "1000" + "ascent": 1069, + "descent": -321, + "lineGap": 0, + "xAvgCharWidth": 658, + "unitsPerEm": 1000 }, - "mpluscodelatin": { + "K2D": { "category": "sans-serif", - "ascentOverride": "1", - "descentOverride": "0.235", - "lineGapOverride": "0", - "avgWidth": "0.5", - "emSize": "1000" + "ascent": 1048, + "descent": -252, + "lineGap": 0, + "xAvgCharWidth": 572, + "unitsPerEm": 1000 }, - "mplusrounded1c": { + "Noto Sans Thaana": { "category": "sans-serif", - "ascentOverride": "1.075", - "descentOverride": "0.32", - "lineGapOverride": "0.09", - "avgWidth": "0.5373461538", - "emSize": "1000" + "ascent": 1069, + "descent": -424, + "lineGap": 0, + "xAvgCharWidth": 560, + "unitsPerEm": 1000 }, - "mashanzheng": { + "Molle": { "category": "handwriting", - "ascentOverride": "0.88", - "descentOverride": "0.12", - "lineGapOverride": "0", - "avgWidth": "0.328", - "emSize": "1000" + "ascent": 1852, + "descent": -701, + "lineGap": 0, + "xAvgCharWidth": 1290, + "unitsPerEm": 2048 }, - "macondo": { + "Diplomata SC": { "category": "display", - "ascentOverride": "0.888", - "descentOverride": "0.292", - "lineGapOverride": "0", - "avgWidth": "0.4626538462", - "emSize": "1000" + "ascent": 930, + "descent": -287, + "lineGap": 0, + "xAvgCharWidth": 1053, + "unitsPerEm": 1000 }, - "macondoswashcaps": { + "Silkscreen": { "category": "display", - "ascentOverride": "0.888", - "descentOverride": "0.292", - "lineGapOverride": "0", - "avgWidth": "0.4626538462", - "emSize": "1000" + "ascent": 1030, + "descent": -250, + "lineGap": 0, + "xAvgCharWidth": 704, + "unitsPerEm": 1000 }, - "mada": { - "category": "sans-serif", - "ascentOverride": "0.9", - "descentOverride": "0.3", - "lineGapOverride": "0.096", - "avgWidth": "0.4748461538", - "emSize": "1000" + "Freehand": { + "category": "display", + "ascent": 2500, + "descent": -1200, + "lineGap": 0, + "xAvgCharWidth": 1466, + "unitsPerEm": 2048 }, - "magra": { - "category": "sans-serif", - "ascentOverride": "0.968", - "descentOverride": "0.247", - "lineGapOverride": "0", - "avgWidth": "0.4742307692", - "emSize": "1000" + "Seaweed Script": { + "category": "display", + "ascent": 969, + "descent": -421, + "lineGap": 0, + "xAvgCharWidth": 370, + "unitsPerEm": 1024 }, - "maidenorange": { + "Angkor": { "category": "display", - "ascentOverride": "0.703125", - "descentOverride": "0.296875", - "lineGapOverride": "0", - "avgWidth": "0.3671875", - "emSize": "2048" + "ascent": 2500, + "descent": -1200, + "lineGap": 0, + "xAvgCharWidth": 1359, + "unitsPerEm": 2048 }, - "maitree": { - "category": "serif", - "ascentOverride": "1.15", - "descentOverride": "0.5", - "lineGapOverride": "0", - "avgWidth": "0.5623846154", - "emSize": "1000" + "Pangolin": { + "category": "handwriting", + "ascent": 937, + "descent": -312, + "lineGap": 0, + "xAvgCharWidth": 563, + "unitsPerEm": 1000 }, - "majormonodisplay": { - "category": "monospace", - "ascentOverride": "0.9", - "descentOverride": "0.1", - "lineGapOverride": "0", - "avgWidth": "0.74", - "emSize": "1000" + "Oregano": { + "category": "display", + "ascent": 1975, + "descent": -669, + "lineGap": 0, + "xAvgCharWidth": 662, + "unitsPerEm": 2048 }, - "mako": { - "category": "sans-serif", - "ascentOverride": "1.045410156", - "descentOverride": "0.2626953125", - "lineGapOverride": "0", - "avgWidth": "0.4865722656", - "emSize": "2048" + "IBM Plex Sans Hebrew": { + "category": "sans-serif", + "ascent": 1025, + "descent": -275, + "lineGap": 0, + "xAvgCharWidth": 577, + "unitsPerEm": 1000 }, - "mali": { - "category": "handwriting", - "ascentOverride": "1.05", - "descentOverride": "0.25", - "lineGapOverride": "0", - "avgWidth": "0.5324230769", - "emSize": "1000" + "Jacques Francois": { + "category": "serif", + "ascent": 2095, + "descent": -606, + "lineGap": 0, + "xAvgCharWidth": 1212, + "unitsPerEm": 2048 }, - "mallanna": { - "category": "sans-serif", - "ascentOverride": "1.270114943", - "descentOverride": "0.5793103448", - "lineGapOverride": "0", - "avgWidth": "0.4498231653", - "emSize": "870" + "Felipa": { + "category": "handwriting", + "ascent": 966, + "descent": -319, + "lineGap": 0, + "xAvgCharWidth": 332, + "unitsPerEm": 1000 }, - "mandali": { - "category": "sans-serif", - "ascentOverride": "1.375949367", - "descentOverride": "0.6012658228", - "lineGapOverride": "0", - "avgWidth": "0.5011197663", - "emSize": "790" + "Signika Negative": { + "category": "sans-serif", + "ascent": 1880, + "descent": -584, + "lineGap": 0, + "xAvgCharWidth": 1238, + "unitsPerEm": 2000 }, - "manjari": { - "category": "sans-serif", - "ascentOverride": "0.732421875", - "descentOverride": "0.439453125", - "lineGapOverride": "0", - "avgWidth": "0.5090519832", - "emSize": "2048" + "Truculenta": { + "category": "sans-serif", + "ascent": 1050, + "descent": -340, + "lineGap": 0, + "xAvgCharWidth": 476, + "unitsPerEm": 1000 }, - "manrope": { - "category": "sans-serif", - "ascentOverride": "1.066", - "descentOverride": "0.3", - "lineGapOverride": "0", - "avgWidth": "0.5026538462", - "emSize": "2000" + "Tiro Devanagari Marathi": { + "category": "serif", + "ascent": 755, + "descent": -245, + "lineGap": 330, + "xAvgCharWidth": 672, + "unitsPerEm": 1000 }, - "mansalva": { - "category": "handwriting", - "ascentOverride": "0.889", - "descentOverride": "0.2", - "lineGapOverride": "0", - "avgWidth": "0.4598076923", - "emSize": "1000" + "Syne Tactile": { + "category": "display", + "ascent": 925, + "descent": -275, + "lineGap": 0, + "xAvgCharWidth": 527, + "unitsPerEm": 1000 }, - "manuale": { - "category": "serif", - "ascentOverride": "0.98", - "descentOverride": "0.236", - "lineGapOverride": "0.221", - "avgWidth": "0.507", - "emSize": "1000" + "Manjari": { + "category": "sans-serif", + "ascent": 1500, + "descent": -750, + "lineGap": 0, + "xAvgCharWidth": 1813, + "unitsPerEm": 2048 }, - "marcellus": { - "category": "serif", - "ascentOverride": "0.9741210938", - "descentOverride": "0.2797851563", - "lineGapOverride": "0", - "avgWidth": "0.5024601863", - "emSize": "2048" + "Lalezar": { + "category": "display", + "ascent": 979, + "descent": -588, + "lineGap": 0, + "xAvgCharWidth": 627, + "unitsPerEm": 1000 }, - "marcellussc": { - "category": "serif", - "ascentOverride": "0.9741210938", - "descentOverride": "0.2797851563", - "lineGapOverride": "0", - "avgWidth": "0.5189302885", - "emSize": "2048" + "Oranienbaum": { + "category": "serif", + "ascent": 895, + "descent": -260, + "lineGap": 0, + "xAvgCharWidth": 465, + "unitsPerEm": 1000 }, - "marckscript": { - "category": "handwriting", - "ascentOverride": "0.864", - "descentOverride": "0.385", - "lineGapOverride": "0", - "avgWidth": "0.4232307692", - "emSize": "1000" + "Mulish": { + "category": "sans-serif", + "ascent": 1005, + "descent": -250, + "lineGap": 0, + "xAvgCharWidth": 581, + "unitsPerEm": 1000 }, - "margarine": { - "category": "display", - "ascentOverride": "1.013183594", - "descentOverride": "0.3310546875", - "lineGapOverride": "0", - "avgWidth": "0.5056152344", - "emSize": "2048" + "Bevan": { + "category": "display", + "ascent": 2366, + "descent": -925, + "lineGap": 0, + "xAvgCharWidth": 1469, + "unitsPerEm": 2048 }, - "markazitext": { - "category": "serif", - "ascentOverride": "0.8388671875", - "descentOverride": "0.361328125", - "lineGapOverride": "0", - "avgWidth": "0.3832632212", - "emSize": "2048" + "Mr Dafoe": { + "category": "handwriting", + "ascent": 981, + "descent": -416, + "lineGap": 0, + "xAvgCharWidth": 352, + "unitsPerEm": 1000 }, - "markoone": { + "Inknut Antiqua": { "category": "serif", - "ascentOverride": "0.9858398438", - "descentOverride": "0.3549804688", - "lineGapOverride": "0", - "avgWidth": "0.6018817608", - "emSize": "2048" + "ascent": 1703, + "descent": -876, + "lineGap": 0, + "xAvgCharWidth": 791, + "unitsPerEm": 1000 }, - "marmelad": { + "Syne": { "category": "sans-serif", - "ascentOverride": "0.971", - "descentOverride": "0.22", - "lineGapOverride": "0", - "avgWidth": "0.5068461538", - "emSize": "1000" + "ascent": 925, + "descent": -275, + "lineGap": 0, + "xAvgCharWidth": 550, + "unitsPerEm": 1000 }, - "martel": { + "Lora": { "category": "serif", - "ascentOverride": "1.125", - "descentOverride": "0.562", - "lineGapOverride": "0", - "avgWidth": "0.6058846154", - "emSize": "1000" + "ascent": 1006, + "descent": -274, + "lineGap": 0, + "xAvgCharWidth": 598, + "unitsPerEm": 1000 }, - "martelsans": { - "category": "sans-serif", - "ascentOverride": "1.15", - "descentOverride": "0.674", - "lineGapOverride": "0", - "avgWidth": "0.6118076923", - "emSize": "1000" + "Chewy": { + "category": "display", + "ascent": 1003, + "descent": -310, + "lineGap": 25, + "xAvgCharWidth": 455, + "unitsPerEm": 1024 }, - "marvel": { + "Mali": { + "category": "handwriting", + "ascent": 1050, + "descent": -250, + "lineGap": 0, + "xAvgCharWidth": 587, + "unitsPerEm": 1000 + }, + "Mina": { "category": "sans-serif", - "ascentOverride": "0.951", - "descentOverride": "0.259", - "lineGapOverride": "0", - "avgWidth": "0.3808076923", - "emSize": "1000" + "ascent": 1075, + "descent": -515, + "lineGap": 0, + "xAvgCharWidth": 462, + "unitsPerEm": 1000 }, - "mate": { + "Spectral": { "category": "serif", - "ascentOverride": "0.958", - "descentOverride": "0.262", - "lineGapOverride": "0", - "avgWidth": "0.4776538462", - "emSize": "1000" + "ascent": 1059, + "descent": -463, + "lineGap": 0, + "xAvgCharWidth": 589, + "unitsPerEm": 1000 }, - "matesc": { + "Hepta Slab": { "category": "serif", - "ascentOverride": "0.958", - "descentOverride": "0.262", - "lineGapOverride": "0", - "avgWidth": "0.5139230769", - "emSize": "1000" - }, - "mavenpro": { - "category": "sans-serif", - "ascentOverride": "0.965", - "descentOverride": "0.21", - "lineGapOverride": "0", - "avgWidth": "0.5124230769", - "emSize": "1000" + "ascent": 1976, + "descent": -526, + "lineGap": 0, + "xAvgCharWidth": 1335, + "unitsPerEm": 2000 }, - "mclaren": { + "Stardos Stencil": { "category": "display", - "ascentOverride": "1.08203125", - "descentOverride": "0.3525390625", - "lineGapOverride": "0", - "avgWidth": "0.5655611478", - "emSize": "2048" + "ascent": 1994, + "descent": -831, + "lineGap": 0, + "xAvgCharWidth": 901, + "unitsPerEm": 2048 }, - "meaculpa": { - "category": "handwriting", - "ascentOverride": "1", - "descentOverride": "0.4", - "lineGapOverride": "0", - "avgWidth": "0.2938461538", - "emSize": "1000" + "Noto Sans Yi": { + "category": "sans-serif", + "ascent": 1069, + "descent": -293, + "lineGap": 0, + "xAvgCharWidth": 565, + "unitsPerEm": 1000 }, - "meddon": { - "category": "handwriting", - "ascentOverride": "1.396484375", - "descentOverride": "0.7114257813", - "lineGapOverride": "0", - "avgWidth": "0.6846642127", - "emSize": "2048" + "Cormorant Upright": { + "category": "serif", + "ascent": 924, + "descent": -287, + "lineGap": 0, + "xAvgCharWidth": 510, + "unitsPerEm": 1000 + }, + "Space Grotesk": { + "category": "sans-serif", + "ascent": 984, + "descent": -292, + "lineGap": 0, + "xAvgCharWidth": 559, + "unitsPerEm": 1000 }, - "medievalsharp": { + "Nixie One": { "category": "display", - "ascentOverride": "0.8647460938", - "descentOverride": "0.2651367188", - "lineGapOverride": "0", - "avgWidth": "0.5186673678", - "emSize": "2048" + "ascent": 926, + "descent": -210, + "lineGap": 0, + "xAvgCharWidth": 563, + "unitsPerEm": 1000 + }, + "Noto Sans Phags Pa": { + "category": "sans-serif", + "ascent": 1069, + "descent": -293, + "lineGap": 0, + "xAvgCharWidth": 657, + "unitsPerEm": 1000 }, - "medulaone": { + "Zen Dots": { "category": "display", - "ascentOverride": "0.846", - "descentOverride": "0.162", - "lineGapOverride": "0", - "avgWidth": "0.2917692308", - "emSize": "1000" + "ascent": 930, + "descent": -270, + "lineGap": 0, + "xAvgCharWidth": 740, + "unitsPerEm": 1000 + }, + "Stoke": { + "category": "serif", + "ascent": 2030, + "descent": -530, + "lineGap": 0, + "xAvgCharWidth": 1386, + "unitsPerEm": 2048 + }, + "Noto Serif": { + "category": "serif", + "ascent": 2189, + "descent": -600, + "lineGap": 0, + "xAvgCharWidth": 1244, + "unitsPerEm": 2048 }, - "meerainimai": { + "Noto Sans Masaram Gondi": { "category": "sans-serif", - "ascentOverride": "0.9697265625", - "descentOverride": "0.5859375", - "lineGapOverride": "0.08984375", - "avgWidth": "0.49216872", - "emSize": "2048" + "ascent": 1000, + "descent": -200, + "lineGap": 0, + "xAvgCharWidth": 567, + "unitsPerEm": 1000 }, - "megrim": { + "Hanalei Fill": { "category": "display", - "ascentOverride": "0.88", - "descentOverride": "0.2", - "lineGapOverride": "0.09", - "avgWidth": "0.5375384615", - "emSize": "1000" + "ascent": 2124, + "descent": -541, + "lineGap": 0, + "xAvgCharWidth": 940, + "unitsPerEm": 2048 }, - "meiescript": { - "category": "handwriting", - "ascentOverride": "0.8857421875", - "descentOverride": "0.380859375", - "lineGapOverride": "0", - "avgWidth": "0.4300255409", - "emSize": "2048" + "Quattrocento Sans": { + "category": "sans-serif", + "ascent": 848, + "descent": -260, + "lineGap": 0, + "xAvgCharWidth": 432, + "unitsPerEm": 1000 }, - "meowscript": { - "category": "handwriting", - "ascentOverride": "0.83", - "descentOverride": "0.37", - "lineGapOverride": "0", - "avgWidth": "0.3308461538", - "emSize": "1000" + "GFS Neohellenic": { + "category": "sans-serif", + "ascent": 873, + "descent": -245, + "lineGap": 24, + "xAvgCharWidth": 489, + "unitsPerEm": 1000 }, - "merienda": { - "category": "handwriting", - "ascentOverride": "1.102", - "descentOverride": "0.342", - "lineGapOverride": "0", - "avgWidth": "0.5539230769", - "emSize": "1000" + "Noto Sans Chakma": { + "category": "sans-serif", + "ascent": 1140, + "descent": -320, + "lineGap": 0, + "xAvgCharWidth": 773, + "unitsPerEm": 1000 }, - "meriendaone": { - "category": "handwriting", - "ascentOverride": "1.102", - "descentOverride": "0.342", - "lineGapOverride": "0", - "avgWidth": "0.5539230769", - "emSize": "1000" + "Rubik Bubbles": { + "category": "display", + "ascent": 935, + "descent": -250, + "lineGap": 0, + "xAvgCharWidth": 635, + "unitsPerEm": 1000 }, - "merriweather": { + "Sumana": { "category": "serif", - "ascentOverride": "0.984", - "descentOverride": "0.273", - "lineGapOverride": "0", - "avgWidth": "0.5762307692", - "emSize": "1000" + "ascent": 1922, + "descent": -1005, + "lineGap": 0, + "xAvgCharWidth": 542, + "unitsPerEm": 1000 }, - "merriweathersans": { + "Nunito": { "category": "sans-serif", - "ascentOverride": "0.984", - "descentOverride": "0.273", - "lineGapOverride": "0", - "avgWidth": "0.5471730769", - "emSize": "2000" + "ascent": 1011, + "descent": -353, + "lineGap": 0, + "xAvgCharWidth": 566, + "unitsPerEm": 1000 }, - "metal": { - "category": "display", - "ascentOverride": "1.26953125", - "descentOverride": "0.78125", - "lineGapOverride": "0", - "avgWidth": "0.4052734375", - "emSize": "2048" + "Luxurious Script": { + "category": "handwriting", + "ascent": 850, + "descent": -350, + "lineGap": 0, + "xAvgCharWidth": 530, + "unitsPerEm": 1000 }, - "metalmania": { - "category": "display", - "ascentOverride": "0.9423828125", - "descentOverride": "0.2958984375", - "lineGapOverride": "0", - "avgWidth": "0.4150766226", - "emSize": "1024" + "Marko One": { + "category": "serif", + "ascent": 2019, + "descent": -727, + "lineGap": 0, + "xAvgCharWidth": 1084, + "unitsPerEm": 2048 }, - "metamorphous": { + "Bubblegum Sans": { "category": "display", - "ascentOverride": "0.962890625", - "descentOverride": "0.287109375", - "lineGapOverride": "0", - "avgWidth": "0.6242863582", - "emSize": "2048" + "ascent": 852, + "descent": -311, + "lineGap": 0, + "xAvgCharWidth": 364, + "unitsPerEm": 1000 }, - "metrophobic": { + "Blinker": { "category": "sans-serif", - "ascentOverride": "1.008300781", - "descentOverride": "0.224609375", - "lineGapOverride": "0", - "avgWidth": "0.5107609675", - "emSize": "2048" + "ascent": 960, + "descent": -240, + "lineGap": 0, + "xAvgCharWidth": 479, + "unitsPerEm": 1000 }, - "michroma": { + "Content": { + "category": "display", + "ascent": 2500, + "descent": -1200, + "lineGap": 67, + "xAvgCharWidth": 2184, + "unitsPerEm": 2048 + }, + "Cantora One": { "category": "sans-serif", - "ascentOverride": "1.15625", - "descentOverride": "0.265625", - "lineGapOverride": "0", - "avgWidth": "0.7294734075", - "emSize": "2048" + "ascent": 1000, + "descent": -250, + "lineGap": 0, + "xAvgCharWidth": 413, + "unitsPerEm": 1000 }, - "milonga": { - "category": "display", - "ascentOverride": "0.99", - "descentOverride": "0.26", - "lineGapOverride": "0", - "avgWidth": "0.5108461538", - "emSize": "1000" + "Fira Sans Extra Condensed": { + "category": "sans-serif", + "ascent": 935, + "descent": -265, + "lineGap": 0, + "xAvgCharWidth": 465, + "unitsPerEm": 1000 }, - "miltonian": { - "category": "display", - "ascentOverride": "0.918", - "descentOverride": "0.274", - "lineGapOverride": "0", - "avgWidth": "0.5813461538", - "emSize": "1000" + "Buenard": { + "category": "serif", + "ascent": 1031, + "descent": -270, + "lineGap": 0, + "xAvgCharWidth": 412, + "unitsPerEm": 1000 }, - "miltoniantattoo": { - "category": "display", - "ascentOverride": "0.918", - "descentOverride": "0.274", - "lineGapOverride": "0", - "avgWidth": "0.5813461538", - "emSize": "1000" + "Noto Serif Devanagari": { + "category": "serif", + "ascent": 930, + "descent": -625, + "lineGap": 0, + "xAvgCharWidth": 528, + "unitsPerEm": 1000 }, - "mina": { + "Strait": { "category": "sans-serif", - "ascentOverride": "1.075", - "descentOverride": "0.515", - "lineGapOverride": "0", - "avgWidth": "0.508", - "emSize": "1000" + "ascent": 901, + "descent": -194, + "lineGap": 0, + "xAvgCharWidth": 468, + "unitsPerEm": 1000 }, - "miniver": { + "Libre Barcode 39 Extended": { "category": "display", - "ascentOverride": "0.9951171875", - "descentOverride": "0.462890625", - "lineGapOverride": "0", - "avgWidth": "0.4658578726", - "emSize": "1024" + "ascent": 600, + "descent": -400, + "lineGap": 0, + "xAvgCharWidth": 721, + "unitsPerEm": 1000 }, - "miriamlibre": { - "category": "sans-serif", - "ascentOverride": "0.969", - "descentOverride": "0.344", - "lineGapOverride": "0", - "avgWidth": "0.5743461538", - "emSize": "1000" + "Pirata One": { + "category": "display", + "ascent": 1006, + "descent": -279, + "lineGap": 0, + "xAvgCharWidth": 393, + "unitsPerEm": 1000 + }, + "Marcellus SC": { + "category": "serif", + "ascent": 1995, + "descent": -573, + "lineGap": 0, + "xAvgCharWidth": 959, + "unitsPerEm": 2048 }, - "mirza": { + "Spicy Rice": { "category": "display", - "ascentOverride": "0.547", - "descentOverride": "0.453", - "lineGapOverride": "0.2", - "avgWidth": "0.4413846154", - "emSize": "1000" + "ascent": 2091, + "descent": -733, + "lineGap": 0, + "xAvgCharWidth": 859, + "unitsPerEm": 2048 }, - "missfajardose": { + "Lakki Reddy": { "category": "handwriting", - "ascentOverride": "0.859", - "descentOverride": "0.389", - "lineGapOverride": "0", - "avgWidth": "0.2113076923", - "emSize": "1000" + "ascent": 938, + "descent": -765, + "lineGap": 0, + "xAvgCharWidth": 612, + "unitsPerEm": 1024 }, - "mitr": { + "Varta": { "category": "sans-serif", - "ascentOverride": "1.15", - "descentOverride": "0.42", - "lineGapOverride": "0", - "avgWidth": "0.5543461538", - "emSize": "1000" + "ascent": 1902, + "descent": -1068, + "lineGap": 0, + "xAvgCharWidth": 1010, + "unitsPerEm": 2048 }, - "mochiypopone": { - "category": "sans-serif", - "ascentOverride": "1.16", - "descentOverride": "0.288", - "lineGapOverride": "0", - "avgWidth": "0.6587307692", - "emSize": "1000" - }, - "mochiypoppone": { - "category": "sans-serif", - "ascentOverride": "1.16", - "descentOverride": "0.288", - "lineGapOverride": "0", - "avgWidth": "0.6587307692", - "emSize": "1000" + "Corinthia": { + "category": "handwriting", + "ascent": 760, + "descent": -440, + "lineGap": 0, + "xAvgCharWidth": 437, + "unitsPerEm": 1000 }, - "modak": { + "Medula One": { "category": "display", - "ascentOverride": "0.9936523438", - "descentOverride": "0.5122070313", - "lineGapOverride": "0", - "avgWidth": "0.5243577224", - "emSize": "2048" + "ascent": 846, + "descent": -162, + "lineGap": 0, + "xAvgCharWidth": 256, + "unitsPerEm": 1000 }, - "modernantiqua": { + "Faster One": { "category": "display", - "ascentOverride": "0.8862304688", - "descentOverride": "0.248046875", - "lineGapOverride": "0", - "avgWidth": "0.5601900541", - "emSize": "2048" + "ascent": 898, + "descent": -165, + "lineGap": 0, + "xAvgCharWidth": 678, + "unitsPerEm": 1000 }, - "mogra": { + "Langar": { "category": "display", - "ascentOverride": "0.75", - "descentOverride": "0.25", - "lineGapOverride": "0.2", - "avgWidth": "0.5714615385", - "emSize": "1000" + "ascent": 739, + "descent": -200, + "lineGap": 455, + "xAvgCharWidth": 549, + "unitsPerEm": 1000 }, - "mohave": { + "Podkova": { + "category": "serif", + "ascent": 859, + "descent": -249, + "lineGap": 0, + "xAvgCharWidth": 550, + "unitsPerEm": 1000 + }, + "Outfit": { "category": "sans-serif", - "ascentOverride": "0.99", - "descentOverride": "0.403", - "lineGapOverride": "0", - "avgWidth": "0.4174230769", - "emSize": "2000" + "ascent": 1000, + "descent": -260, + "lineGap": 0, + "xAvgCharWidth": 559, + "unitsPerEm": 1000 }, - "molengo": { + "Anton": { "category": "sans-serif", - "ascentOverride": "0.94140625", - "descentOverride": "0.2548828125", - "lineGapOverride": "0", - "avgWidth": "0.4692007212", - "emSize": "2048" + "ascent": 2409, + "descent": -674, + "lineGap": 0, + "xAvgCharWidth": 938, + "unitsPerEm": 2048 }, - "molle": { - "category": "handwriting", - "ascentOverride": "0.904296875", - "descentOverride": "0.3422851563", - "lineGapOverride": "0", - "avgWidth": "0.5188176082", - "emSize": "2048" + "Anybody": { + "category": "display", + "ascent": 1590, + "descent": -480, + "lineGap": 0, + "xAvgCharWidth": 190, + "unitsPerEm": 2000 }, - "monda": { + "Tenali Ramakrishna": { "category": "sans-serif", - "ascentOverride": "1.201660156", - "descentOverride": "0.4272460938", - "lineGapOverride": "0", - "avgWidth": "0.5335411659", - "emSize": "2048" + "ascent": 661, + "descent": -512, + "lineGap": 0, + "xAvgCharWidth": 335, + "unitsPerEm": 750 }, - "monofett": { - "category": "display", - "ascentOverride": "0.9770507813", - "descentOverride": "0.1538085938", - "lineGapOverride": "0", - "avgWidth": "0.578125", - "emSize": "2048" + "Artifika": { + "category": "serif", + "ascent": 1984, + "descent": -508, + "lineGap": 0, + "xAvgCharWidth": 1195, + "unitsPerEm": 2048 }, - "monoton": { - "category": "display", - "ascentOverride": "1.155273438", - "descentOverride": "0.4013671875", - "lineGapOverride": "0", - "avgWidth": "0.7565354567", - "emSize": "2048" + "Seymour One": { + "category": "sans-serif", + "ascent": 2015, + "descent": -559, + "lineGap": 0, + "xAvgCharWidth": 1458, + "unitsPerEm": 2048 + }, + "Yellowtail": { + "category": "handwriting", + "ascent": 1990, + "descent": -617, + "lineGap": 184, + "xAvgCharWidth": 668, + "unitsPerEm": 2048 }, - "monsieurladoulaise": { + "Yesteryear": { "category": "handwriting", - "ascentOverride": "1.048", - "descentOverride": "0.513", - "lineGapOverride": "0", - "avgWidth": "0.3225", - "emSize": "1000" + "ascent": 2001, + "descent": -1004, + "lineGap": 0, + "xAvgCharWidth": 661, + "unitsPerEm": 2048 }, - "montaga": { + "B612 Mono": { + "category": "monospace", + "ascent": 1930, + "descent": -500, + "lineGap": 0, + "xAvgCharWidth": 1403, + "unitsPerEm": 2000 + }, + "Castoro": { "category": "serif", - "ascentOverride": "0.978", - "descentOverride": "0.254", - "lineGapOverride": "0", - "avgWidth": "0.4938461538", - "emSize": "1000" + "ascent": 755, + "descent": -245, + "lineGap": 250, + "xAvgCharWidth": 559, + "unitsPerEm": 1000 }, - "montaguslab": { + "IM Fell Double Pica SC": { "category": "serif", - "ascentOverride": "0.982", - "descentOverride": "0.3", - "lineGapOverride": "0", - "avgWidth": "0.6009230769", - "emSize": "1000" + "ascent": 1924, + "descent": -643, + "lineGap": 0, + "xAvgCharWidth": 876, + "unitsPerEm": 2048 }, - "montecarlo": { - "category": "handwriting", - "ascentOverride": "1.2", - "descentOverride": "0.5", - "lineGapOverride": "0", - "avgWidth": "0.3226538462", - "emSize": "1000" + "Yuji Syuku": { + "category": "serif", + "ascent": 1160, + "descent": -288, + "lineGap": 0, + "xAvgCharWidth": 970, + "unitsPerEm": 1000 }, - "montez": { + "Shalimar": { "category": "handwriting", - "ascentOverride": "0.8940429688", - "descentOverride": "0.4140625", - "lineGapOverride": "0", - "avgWidth": "0.3392052284", - "emSize": "2048" + "ascent": 800, + "descent": -420, + "lineGap": 0, + "xAvgCharWidth": 454, + "unitsPerEm": 1000 }, - "montserrat": { + "IBM Plex Sans KR": { "category": "sans-serif", - "ascentOverride": "0.968", - "descentOverride": "0.251", - "lineGapOverride": "0", - "avgWidth": "0.5592692308", - "emSize": "1000" + "ascent": 1085, + "descent": -415, + "lineGap": 0, + "xAvgCharWidth": 893, + "unitsPerEm": 1000 }, - "montserratalternates": { + "Monda": { "category": "sans-serif", - "ascentOverride": "0.968", - "descentOverride": "0.251", - "lineGapOverride": "0", - "avgWidth": "0.5745", - "emSize": "1000" + "ascent": 2461, + "descent": -875, + "lineGap": 0, + "xAvgCharWidth": 1195, + "unitsPerEm": 2048 }, - "montserratsubrayada": { + "Noto Sans Grantha": { "category": "sans-serif", - "ascentOverride": "0.968", - "descentOverride": "0.251", - "lineGapOverride": "0", - "avgWidth": "0.7090384615", - "emSize": "1000" + "ascent": 1290, + "descent": -534, + "lineGap": 0, + "xAvgCharWidth": 1316, + "unitsPerEm": 1000 + }, + "Noto Sans Mono": { + "category": "monospace", + "ascent": 1069, + "descent": -293, + "lineGap": 0, + "xAvgCharWidth": 645, + "unitsPerEm": 1000 + }, + "Neonderthaw": { + "category": "handwriting", + "ascent": 1050, + "descent": -300, + "lineGap": 0, + "xAvgCharWidth": 629, + "unitsPerEm": 1000 + }, + "Megrim": { + "category": "display", + "ascent": 880, + "descent": -200, + "lineGap": 90, + "xAvgCharWidth": 487, + "unitsPerEm": 1000 }, - "moolahlah": { + "Andada Pro": { + "category": "serif", + "ascent": 942, + "descent": -235, + "lineGap": 0, + "xAvgCharWidth": 589, + "unitsPerEm": 1000 + }, + "Comforter Brush": { + "category": "handwriting", + "ascent": 930, + "descent": -480, + "lineGap": 0, + "xAvgCharWidth": 496, + "unitsPerEm": 1000 + }, + "Imperial Script": { + "category": "handwriting", + "ascent": 880, + "descent": -330, + "lineGap": 0, + "xAvgCharWidth": 497, + "unitsPerEm": 1000 + }, + "Meera Inimai": { + "category": "sans-serif", + "ascent": 1986, + "descent": -1200, + "lineGap": 184, + "xAvgCharWidth": 1275, + "unitsPerEm": 2048 + }, + "Asar": { + "category": "serif", + "ascent": 1196, + "descent": -557, + "lineGap": 0, + "xAvgCharWidth": 790, + "unitsPerEm": 1000 + }, + "Raleway Dots": { + "category": "display", + "ascent": 918, + "descent": -213, + "lineGap": 0, + "xAvgCharWidth": 453, + "unitsPerEm": 1000 + }, + "Reem Kufi": { + "category": "sans-serif", + "ascent": 1100, + "descent": -400, + "lineGap": 0, + "xAvgCharWidth": 604, + "unitsPerEm": 1000 + }, + "Arima Madurai": { + "category": "display", + "ascent": 1073, + "descent": -560, + "lineGap": 0, + "xAvgCharWidth": 614, + "unitsPerEm": 1000 + }, + "Noto Sans Khojki": { + "category": "sans-serif", + "ascent": 1409, + "descent": -447, + "lineGap": 0, + "xAvgCharWidth": 670, + "unitsPerEm": 1000 + }, + "Clicker Script": { + "category": "handwriting", + "ascent": 1898, + "descent": -807, + "lineGap": 0, + "xAvgCharWidth": 613, + "unitsPerEm": 2048 + }, + "Cinzel Decorative": { "category": "display", - "ascentOverride": "0.92", - "descentOverride": "0.3", - "lineGapOverride": "0", - "avgWidth": "0.4392307692", - "emSize": "1000" + "ascent": 976, + "descent": -372, + "lineGap": 0, + "xAvgCharWidth": 625, + "unitsPerEm": 1000 }, - "moondance": { + "Princess Sofia": { "category": "handwriting", - "ascentOverride": "0.97", - "descentOverride": "0.37", - "lineGapOverride": "0", - "avgWidth": "0.3101923077", - "emSize": "1000" + "ascent": 1010, + "descent": -574, + "lineGap": 0, + "xAvgCharWidth": 352, + "unitsPerEm": 1024 }, - "moul": { - "category": "display", - "ascentOverride": "1.220703125", - "descentOverride": "0.5859375", - "lineGapOverride": "0", - "avgWidth": "0.6722881611", - "emSize": "2048" + "Smooch": { + "category": "handwriting", + "ascent": 950, + "descent": -450, + "lineGap": 0, + "xAvgCharWidth": 556, + "unitsPerEm": 1000 }, - "moulpali": { + "Shrikhand": { "category": "display", - "ascentOverride": "1.416015625", - "descentOverride": "0.78125", - "lineGapOverride": "0", - "avgWidth": "0.4488807091", - "emSize": "2048" + "ascent": 1026, + "descent": -432, + "lineGap": 0, + "xAvgCharWidth": 847, + "unitsPerEm": 1000 }, - "mountainsofchristmas": { + "Fascinate Inline": { "category": "display", - "ascentOverride": "1.041015625", - "descentOverride": "0.345703125", - "lineGapOverride": "0", - "avgWidth": "0.4064753606", - "emSize": "1024" + "ascent": 2125, + "descent": -591, + "lineGap": 0, + "xAvgCharWidth": 1123, + "unitsPerEm": 2048 }, - "mousememoirs": { + "Short Stack": { + "category": "handwriting", + "ascent": 1913, + "descent": -609, + "lineGap": 0, + "xAvgCharWidth": 1268, + "unitsPerEm": 2048 + }, + "Fjalla One": { "category": "sans-serif", - "ascentOverride": "0.9360351563", - "descentOverride": "0.208984375", - "lineGapOverride": "0", - "avgWidth": "0.3240872897", - "emSize": "2048" + "ascent": 2066, + "descent": -508, + "lineGap": 0, + "xAvgCharWidth": 947, + "unitsPerEm": 2048 }, - "mrbedfort": { - "category": "handwriting", - "ascentOverride": "1.015", - "descentOverride": "0.661", - "lineGapOverride": "0", - "avgWidth": "0.4141923077", - "emSize": "1000" + "Literata": { + "category": "serif", + "ascent": 1177, + "descent": -308, + "lineGap": 0, + "xAvgCharWidth": 639, + "unitsPerEm": 1000 }, - "mrdafoe": { + "Meddon": { "category": "handwriting", - "ascentOverride": "0.981", - "descentOverride": "0.416", - "lineGapOverride": "0", - "avgWidth": "0.3696923077", - "emSize": "1000" + "ascent": 2860, + "descent": -1457, + "lineGap": 0, + "xAvgCharWidth": 1218, + "unitsPerEm": 2048 }, - "mrdehaviland": { + "Lateef": { "category": "handwriting", - "ascentOverride": "0.875", - "descentOverride": "0.442", - "lineGapOverride": "0", - "avgWidth": "0.2585", - "emSize": "1000" + "ascent": 1937, + "descent": -1024, + "lineGap": 0, + "xAvgCharWidth": 633, + "unitsPerEm": 2048 }, - "mrssaintdelafield": { - "category": "handwriting", - "ascentOverride": "0.906", - "descentOverride": "0.619", - "lineGapOverride": "0", - "avgWidth": "0.2768846154", - "emSize": "1000" + "Titillium Web": { + "category": "sans-serif", + "ascent": 1133, + "descent": -388, + "lineGap": 0, + "xAvgCharWidth": 493, + "unitsPerEm": 1000 }, - "mrssheppards": { - "category": "handwriting", - "ascentOverride": "0.959", - "descentOverride": "0.378", - "lineGapOverride": "0", - "avgWidth": "0.3721153846", - "emSize": "1000" + "Unna": { + "category": "serif", + "ascent": 883, + "descent": -269, + "lineGap": 0, + "xAvgCharWidth": 473, + "unitsPerEm": 1000 }, - "msmadi": { - "category": "handwriting", - "ascentOverride": "0.9", - "descentOverride": "0.42", - "lineGapOverride": "0", - "avgWidth": "0.3416153846", - "emSize": "1000" + "IBM Plex Sans Thai Looped": { + "category": "sans-serif", + "ascent": 1116, + "descent": -534, + "lineGap": 0, + "xAvgCharWidth": 606, + "unitsPerEm": 1000 }, - "mukta": { + "Ranga": { + "category": "display", + "ascent": 2218, + "descent": -1027, + "lineGap": 0, + "xAvgCharWidth": 863, + "unitsPerEm": 2218 + }, + "Signika": { "category": "sans-serif", - "ascentOverride": "1.13", - "descentOverride": "0.532", - "lineGapOverride": "0", - "avgWidth": "0.5120384615", - "emSize": "1000" + "ascent": 1880, + "descent": -584, + "lineGap": 0, + "xAvgCharWidth": 1241, + "unitsPerEm": 2000 + }, + "Mate SC": { + "category": "serif", + "ascent": 958, + "descent": -262, + "lineGap": 0, + "xAvgCharWidth": 462, + "unitsPerEm": 1000 }, - "muktamahee": { + "Creepster": { + "category": "display", + "ascent": 974, + "descent": -223, + "lineGap": 0, + "xAvgCharWidth": 421, + "unitsPerEm": 1024 + }, + "Gidugu": { "category": "sans-serif", - "ascentOverride": "1.13", - "descentOverride": "0.532", - "lineGapOverride": "0", - "avgWidth": "0.4712692308", - "emSize": "1000" + "ascent": 1294, + "descent": -790, + "lineGap": 0, + "xAvgCharWidth": 324, + "unitsPerEm": 1124 + }, + "Rozha One": { + "category": "serif", + "ascent": 998, + "descent": -422, + "lineGap": 0, + "xAvgCharWidth": 543, + "unitsPerEm": 1000 }, - "muktamalar": { + "Forum": { + "category": "display", + "ascent": 856, + "descent": -248, + "lineGap": 0, + "xAvgCharWidth": 408, + "unitsPerEm": 1000 + }, + "Scope One": { + "category": "serif", + "ascent": 928, + "descent": -455, + "lineGap": 0, + "xAvgCharWidth": 524, + "unitsPerEm": 1000 + }, + "Jaldi": { "category": "sans-serif", - "ascentOverride": "1.13", - "descentOverride": "0.532", - "lineGapOverride": "0", - "avgWidth": "0.4913846154", - "emSize": "1000" + "ascent": 2350, + "descent": -1111, + "lineGap": 0, + "xAvgCharWidth": 993, + "unitsPerEm": 2048 }, - "muktavaani": { + "Noto Sans Balinese": { "category": "sans-serif", - "ascentOverride": "1.13", - "descentOverride": "0.532", - "lineGapOverride": "0", - "avgWidth": "0.4913846154", - "emSize": "1000" + "ascent": 1363, + "descent": -838, + "lineGap": 0, + "xAvgCharWidth": 734, + "unitsPerEm": 1000 + }, + "MedievalSharp": { + "category": "display", + "ascent": 1771, + "descent": -543, + "lineGap": 0, + "xAvgCharWidth": 1101, + "unitsPerEm": 2048 + }, + "Gelasio": { + "category": "serif", + "ascent": 1900, + "descent": -700, + "lineGap": 0, + "xAvgCharWidth": 1202, + "unitsPerEm": 2048 }, - "mulish": { + "Noto Sans Lao": { "category": "sans-serif", - "ascentOverride": "1.005", - "descentOverride": "0.25", - "lineGapOverride": "0", - "avgWidth": "0.5066923077", - "emSize": "1000" + "ascent": 1183, + "descent": -462, + "lineGap": 0, + "xAvgCharWidth": 556, + "unitsPerEm": 1000 }, - "murecho": { + "Noto Sans Medefaidrin": { "category": "sans-serif", - "ascentOverride": "1.16", - "descentOverride": "0.288", - "lineGapOverride": "0", - "avgWidth": "0.4595769231", - "emSize": "1000" + "ascent": 1069, + "descent": -293, + "lineGap": 0, + "xAvgCharWidth": 643, + "unitsPerEm": 1000 }, - "museomoderno": { + "Original Surfer": { "category": "display", - "ascentOverride": "1.145", - "descentOverride": "0.445", - "lineGapOverride": "0", - "avgWidth": "0.5547692308", - "emSize": "1000" + "ascent": 2036, + "descent": -526, + "lineGap": 0, + "xAvgCharWidth": 946, + "unitsPerEm": 2048 }, - "mysoul": { - "category": "handwriting", - "ascentOverride": "0.975", - "descentOverride": "0.35", - "lineGapOverride": "0", - "avgWidth": "0.3621153846", - "emSize": "1000" + "Frank Ruhl Libre": { + "category": "serif", + "ascent": 957, + "descent": -334, + "lineGap": 0, + "xAvgCharWidth": 506, + "unitsPerEm": 1000 }, - "mysteryquest": { + "Libre Barcode 128": { "category": "display", - "ascentOverride": "0.9658203125", - "descentOverride": "0.3994140625", - "lineGapOverride": "0", - "avgWidth": "0.470327524", - "emSize": "1024" + "ascent": 600, + "descent": -400, + "lineGap": 0, + "xAvgCharWidth": 331, + "unitsPerEm": 1000 }, - "ntr": { - "category": "sans-serif", - "ascentOverride": "1.263671875", - "descentOverride": "0.8564453125", - "lineGapOverride": "0", - "avgWidth": "0.430476262", - "emSize": "1024" + "Sirin Stencil": { + "category": "display", + "ascent": 2380, + "descent": -604, + "lineGap": 0, + "xAvgCharWidth": 1034, + "unitsPerEm": 2048 }, - "nanumbrushscript": { - "category": "handwriting", - "ascentOverride": "0.63", - "descentOverride": "0.37", - "lineGapOverride": "0.25", - "avgWidth": "0.3488461538", - "emSize": "1000" + "Anonymous Pro": { + "category": "monospace", + "ascent": 1675, + "descent": -373, + "lineGap": 0, + "xAvgCharWidth": 1118, + "unitsPerEm": 2048 }, - "nanumgothic": { - "category": "sans-serif", - "ascentOverride": "0.856", - "descentOverride": "0.144", - "lineGapOverride": "0", - "avgWidth": "0.5196923077", - "emSize": "1000" + "Montaga": { + "category": "serif", + "ascent": 978, + "descent": -254, + "lineGap": 0, + "xAvgCharWidth": 437, + "unitsPerEm": 1000 }, - "nanumgothiccoding": { - "category": "monospace", - "ascentOverride": "0.8", - "descentOverride": "0.2", - "lineGapOverride": "0", - "avgWidth": "0.5", - "emSize": "1000" + "Road Rage": { + "category": "display", + "ascent": 850, + "descent": -250, + "lineGap": 0, + "xAvgCharWidth": 325, + "unitsPerEm": 1000 + }, + "Stalinist One": { + "category": "display", + "ascent": 1037, + "descent": -439, + "lineGap": 0, + "xAvgCharWidth": 1028, + "unitsPerEm": 1000 }, - "nanummyeongjo": { - "category": "serif", - "ascentOverride": "0.7998046875", - "descentOverride": "0.2001953125", - "lineGapOverride": "0.25", - "avgWidth": "0.4944035457", - "emSize": "1024" + "Jacques Francois Shadow": { + "category": "display", + "ascent": 2095, + "descent": -606, + "lineGap": 0, + "xAvgCharWidth": 1323, + "unitsPerEm": 2048 }, - "nanumpenscript": { - "category": "handwriting", - "ascentOverride": "0.8", - "descentOverride": "0.2", - "lineGapOverride": "0.25", - "avgWidth": "0.3849615385", - "emSize": "1000" + "Kotta One": { + "category": "serif", + "ascent": 915, + "descent": -288, + "lineGap": 0, + "xAvgCharWidth": 433, + "unitsPerEm": 1000 }, - "neonderthaw": { - "category": "handwriting", - "ascentOverride": "1.05", - "descentOverride": "0.3", - "lineGapOverride": "0", - "avgWidth": "0.4205769231", - "emSize": "1000" + "Source Serif Pro": { + "category": "serif", + "ascent": 918, + "descent": -335, + "lineGap": 0, + "xAvgCharWidth": 558, + "unitsPerEm": 1000 }, - "nerkoone": { - "category": "handwriting", - "ascentOverride": "0.894", - "descentOverride": "0.317", - "lineGapOverride": "0", - "avgWidth": "0.4621923077", - "emSize": "1000" + "Numans": { + "category": "sans-serif", + "ascent": 1853, + "descent": -553, + "lineGap": 0, + "xAvgCharWidth": 1185, + "unitsPerEm": 2048 }, - "neucha": { - "category": "handwriting", - "ascentOverride": "0.7685546875", - "descentOverride": "0.28515625", - "lineGapOverride": "0.0478515625", - "avgWidth": "0.3929161659", - "emSize": "1024" + "Andika": { + "category": "sans-serif", + "ascent": 2500, + "descent": -800, + "lineGap": 0, + "xAvgCharWidth": 1146, + "unitsPerEm": 2048 }, - "neuton": { - "category": "serif", - "ascentOverride": "1.028320313", - "descentOverride": "0.2368164063", - "lineGapOverride": "0", - "avgWidth": "0.4303823618", - "emSize": "2048" + "IM Fell Great Primer SC": { + "category": "serif", + "ascent": 1942, + "descent": -562, + "lineGap": 0, + "xAvgCharWidth": 935, + "unitsPerEm": 2048 }, - "newrocker": { - "category": "display", - "ascentOverride": "0.946", - "descentOverride": "0.283", - "lineGapOverride": "0", - "avgWidth": "0.4802692308", - "emSize": "1000" + "Cherry Cream Soda": { + "category": "display", + "ascent": 1006, + "descent": -247, + "lineGap": 29, + "xAvgCharWidth": 680, + "unitsPerEm": 1024 }, - "newtegomin": { - "category": "serif", - "ascentOverride": "1.16", - "descentOverride": "0.288", - "lineGapOverride": "0", - "avgWidth": "0.5353076923", - "emSize": "1000" + "McLaren": { + "category": "display", + "ascent": 2216, + "descent": -722, + "lineGap": 0, + "xAvgCharWidth": 1038, + "unitsPerEm": 2048 }, - "newscycle": { - "category": "sans-serif", - "ascentOverride": "1.256835938", - "descentOverride": "0.3876953125", - "lineGapOverride": "0", - "avgWidth": "0.4285794772", - "emSize": "2048" + "Baloo Tamma 2": { + "category": "display", + "ascent": 1078, + "descent": -673, + "lineGap": 0, + "xAvgCharWidth": 662, + "unitsPerEm": 1000 }, - "newsreader": { - "category": "serif", - "ascentOverride": "0.735", - "descentOverride": "0.265", - "lineGapOverride": "0", - "avgWidth": "0.4175576923", - "emSize": "2000" + "Shadows Into Light": { + "category": "handwriting", + "ascent": 1203, + "descent": -442, + "lineGap": 0, + "xAvgCharWidth": 425, + "unitsPerEm": 1024 }, - "niconne": { - "category": "handwriting", - "ascentOverride": "0.9267578125", - "descentOverride": "0.2856445313", - "lineGapOverride": "0", - "avgWidth": "0.3694223257", - "emSize": "2048" + "Simonetta": { + "category": "display", + "ascent": 1970, + "descent": -594, + "lineGap": 0, + "xAvgCharWidth": 821, + "unitsPerEm": 2048 }, - "niramit": { - "category": "sans-serif", - "ascentOverride": "1.105", - "descentOverride": "0.195", - "lineGapOverride": "0", - "avgWidth": "0.5187692308", - "emSize": "1000" + "Sriracha": { + "category": "handwriting", + "ascent": 1220, + "descent": -550, + "lineGap": 0, + "xAvgCharWidth": 562, + "unitsPerEm": 1000 }, - "nixieone": { + "Margarine": { "category": "display", - "ascentOverride": "0.926", - "descentOverride": "0.21", - "lineGapOverride": "0", - "avgWidth": "0.5675769231", - "emSize": "1000" + "ascent": 2075, + "descent": -678, + "lineGap": 0, + "xAvgCharWidth": 931, + "unitsPerEm": 2048 }, - "nobile": { - "category": "sans-serif", - "ascentOverride": "1.123535156", - "descentOverride": "0.2587890625", - "lineGapOverride": "0.03271484375", - "avgWidth": "0.4889948918", - "emSize": "2048" + "Trochut": { + "category": "display", + "ascent": 967, + "descent": -210, + "lineGap": 0, + "xAvgCharWidth": 348, + "unitsPerEm": 1000 }, - "nokora": { + "Noto Sans Sora Sompeng": { "category": "sans-serif", - "ascentOverride": "0.9311523438", - "descentOverride": "0.390625", - "lineGapOverride": "0", - "avgWidth": "0.5298227163", - "emSize": "2048" + "ascent": 1069, + "descent": -293, + "lineGap": 0, + "xAvgCharWidth": 444, + "unitsPerEm": 1000 }, - "norican": { + "Swanky and Moo Moo": { "category": "handwriting", - "ascentOverride": "1.022949219", - "descentOverride": "0.3862304688", - "lineGapOverride": "0", - "avgWidth": "0.3934607873", - "emSize": "2048" + "ascent": 995, + "descent": -507, + "lineGap": 0, + "xAvgCharWidth": 459, + "unitsPerEm": 1024 }, - "nosifer": { + "Katibeh": { "category": "display", - "ascentOverride": "1.091796875", - "descentOverride": "0.6484375", - "lineGapOverride": "0", - "avgWidth": "0.9206167368", - "emSize": "2048" + "ascent": 490, + "descent": -510, + "lineGap": 200, + "xAvgCharWidth": 553, + "unitsPerEm": 1000 }, - "notable": { + "Rasa": { + "category": "serif", + "ascent": 728, + "descent": -272, + "lineGap": 218, + "xAvgCharWidth": 488, + "unitsPerEm": 1000 + }, + "Saira Condensed": { "category": "sans-serif", - "ascentOverride": "1.143", - "descentOverride": "0.157", - "lineGapOverride": "0", - "avgWidth": "0.8617307692", - "emSize": "1000" + "ascent": 1135, + "descent": -439, + "lineGap": 0, + "xAvgCharWidth": 433, + "unitsPerEm": 1000 }, - "nothingyoucoulddo": { + "Mansalva": { "category": "handwriting", - "ascentOverride": "0.9365234375", - "descentOverride": "0.3974609375", - "lineGapOverride": "0", - "avgWidth": "0.4926006611", - "emSize": "1024" + "ascent": 889, + "descent": -200, + "lineGap": 0, + "xAvgCharWidth": 570, + "unitsPerEm": 1000 }, - "noticiatext": { - "category": "serif", - "ascentOverride": "1.075195313", - "descentOverride": "0.2895507813", - "lineGapOverride": "0", - "avgWidth": "0.5299353966", - "emSize": "2048" + "Manrope": { + "category": "sans-serif", + "ascent": 2132, + "descent": -600, + "lineGap": 0, + "xAvgCharWidth": 1131, + "unitsPerEm": 2000 }, - "notokufiarabic": { + "KoHo": { "category": "sans-serif", - "ascentOverride": "1.282", - "descentOverride": "0.615", - "lineGapOverride": "0", - "avgWidth": "1", - "emSize": "1000" + "ascent": 1045, + "descent": -255, + "lineGap": 0, + "xAvgCharWidth": 559, + "unitsPerEm": 1000 + }, + "Rubik Puddles": { + "category": "display", + "ascent": 935, + "descent": -250, + "lineGap": 0, + "xAvgCharWidth": 635, + "unitsPerEm": 1000 + }, + "Libre Barcode 39 Text": { + "category": "display", + "ascent": 600, + "descent": -400, + "lineGap": 0, + "xAvgCharWidth": 402, + "unitsPerEm": 1000 }, - "notomusic": { + "Hind Siliguri": { "category": "sans-serif", - "ascentOverride": "1.389", - "descentOverride": "0.398", - "lineGapOverride": "0", - "avgWidth": "1", - "emSize": "1000" + "ascent": 1116, + "descent": -501, + "lineGap": 0, + "xAvgCharWidth": 524, + "unitsPerEm": 1000 }, - "notonaskharabic": { + "ZCOOL XiaoWei": { "category": "serif", - "ascentOverride": "1.069", - "descentOverride": "0.634", - "lineGapOverride": "0", - "avgWidth": "1", - "emSize": "1000" + "ascent": 880, + "descent": -120, + "lineGap": 0, + "xAvgCharWidth": 1014, + "unitsPerEm": 1000 }, - "notonastaliqurdu": { - "category": "serif", - "ascentOverride": "1.904", - "descentOverride": "0.596", - "lineGapOverride": "0", - "avgWidth": "1", - "emSize": "1000" + "Passions Conflict": { + "category": "handwriting", + "ascent": 750, + "descent": -350, + "lineGap": 0, + "xAvgCharWidth": 414, + "unitsPerEm": 1000 + }, + "Noto Sans Manichaean": { + "category": "sans-serif", + "ascent": 790, + "descent": -340, + "lineGap": 0, + "xAvgCharWidth": 688, + "unitsPerEm": 1000 }, - "notorashihebrew": { + "STIX Two Text": { "category": "serif", - "ascentOverride": "0.896", - "descentOverride": "0.29", - "lineGapOverride": "0", - "avgWidth": "1", - "emSize": "1000" + "ascent": 762, + "descent": -238, + "lineGap": 250, + "xAvgCharWidth": 557, + "unitsPerEm": 1000 }, - "notosans": { + "Harmattan": { "category": "sans-serif", - "ascentOverride": "1.069", - "descentOverride": "0.293", - "lineGapOverride": "0", - "avgWidth": "0.5300769231", - "emSize": "1000" + "ascent": 2166, + "descent": -1323, + "lineGap": 0, + "xAvgCharWidth": 1003, + "unitsPerEm": 2048 }, - "notosansadlam": { - "category": "sans-serif", - "ascentOverride": "1.069", - "descentOverride": "0.293", - "lineGapOverride": "0", - "avgWidth": "1", - "emSize": "1000" + "Staatliches": { + "category": "display", + "ascent": 950, + "descent": -300, + "lineGap": 0, + "xAvgCharWidth": 446, + "unitsPerEm": 1000 }, - "notosansadlamunjoined": { + "Open Sans": { "category": "sans-serif", - "ascentOverride": "1.069", - "descentOverride": "0.293", - "lineGapOverride": "0", - "avgWidth": "1", - "emSize": "1000" + "ascent": 2189, + "descent": -600, + "lineGap": 0, + "xAvgCharWidth": 1169, + "unitsPerEm": 2048 }, - "notosansanatolianhieroglyphs": { - "category": "sans-serif", - "ascentOverride": "1.153", - "descentOverride": "0.253", - "lineGapOverride": "0", - "avgWidth": "1", - "emSize": "1000" + "IM Fell English SC": { + "category": "serif", + "ascent": 1854, + "descent": -744, + "lineGap": 0, + "xAvgCharWidth": 886, + "unitsPerEm": 2048 }, - "notosansarabic": { - "category": "sans-serif", - "ascentOverride": "1.374", - "descentOverride": "0.738", - "lineGapOverride": "0", - "avgWidth": "1", - "emSize": "1000" + "Noto Serif Gujarati": { + "category": "serif", + "ascent": 997, + "descent": -450, + "lineGap": 0, + "xAvgCharWidth": 565, + "unitsPerEm": 1000 }, - "notosansarmenian": { - "category": "sans-serif", - "ascentOverride": "1.068", - "descentOverride": "0.292", - "lineGapOverride": "0", - "avgWidth": "1", - "emSize": "1000" + "Unkempt": { + "category": "display", + "ascent": 977, + "descent": -246, + "lineGap": 28, + "xAvgCharWidth": 436, + "unitsPerEm": 1024 }, - "notosansavestan": { - "category": "sans-serif", - "ascentOverride": "1.069", - "descentOverride": "0.293", - "lineGapOverride": "0", - "avgWidth": "1", - "emSize": "1000" + "Ubuntu Mono": { + "category": "monospace", + "ascent": 830, + "descent": -170, + "lineGap": 0, + "xAvgCharWidth": 500, + "unitsPerEm": 1000 }, - "notosansbalinese": { + "Palanquin": { "category": "sans-serif", - "ascentOverride": "1.363", - "descentOverride": "0.838", - "lineGapOverride": "0", - "avgWidth": "1", - "emSize": "1000" + "ascent": 1320, + "descent": -491, + "lineGap": 0, + "xAvgCharWidth": 794, + "unitsPerEm": 1000 }, - "notosansbamum": { - "category": "sans-serif", - "ascentOverride": "1.069", - "descentOverride": "0.293", - "lineGapOverride": "0", - "avgWidth": "1", - "emSize": "1000" + "Averia Sans Libre": { + "category": "display", + "ascent": 2035, + "descent": -499, + "lineGap": 0, + "xAvgCharWidth": 898, + "unitsPerEm": 2048 }, - "notosansbassavah": { + "Noto Sans Syriac": { "category": "sans-serif", - "ascentOverride": "1.069", - "descentOverride": "0.293", - "lineGapOverride": "0", - "avgWidth": "1", - "emSize": "1000" + "ascent": 926, + "descent": -486, + "lineGap": 0, + "xAvgCharWidth": 583, + "unitsPerEm": 1000 }, - "notosansbatak": { + "Darker Grotesque": { "category": "sans-serif", - "ascentOverride": "1.069", - "descentOverride": "0.293", - "lineGapOverride": "0", - "avgWidth": "1", - "emSize": "1000" + "ascent": 1060, + "descent": -296, + "lineGap": 0, + "xAvgCharWidth": 436, + "unitsPerEm": 1000 }, - "notosansbengali": { - "category": "sans-serif", - "ascentOverride": "0.917", - "descentOverride": "0.408", - "lineGapOverride": "0", - "avgWidth": "1", - "emSize": "1000" + "UnifrakturCook": { + "category": "display", + "ascent": 2110, + "descent": -570, + "lineGap": 0, + "xAvgCharWidth": 1015, + "unitsPerEm": 2048 }, - "notosansbhaiksuki": { - "category": "sans-serif", - "ascentOverride": "0.96", - "descentOverride": "0.46", - "lineGapOverride": "0", - "avgWidth": "1", - "emSize": "1000" + "Joti One": { + "category": "display", + "ascent": 1003, + "descent": -331, + "lineGap": 0, + "xAvgCharWidth": 574, + "unitsPerEm": 1000 }, - "notosansbrahmi": { - "category": "sans-serif", - "ascentOverride": "1.069", - "descentOverride": "0.306", - "lineGapOverride": "0", - "avgWidth": "1", - "emSize": "1000" + "Rubik Beastly": { + "category": "display", + "ascent": 935, + "descent": -250, + "lineGap": 0, + "xAvgCharWidth": 635, + "unitsPerEm": 1000 }, - "notosansbuginese": { + "Share Tech": { "category": "sans-serif", - "ascentOverride": "1.069", - "descentOverride": "0.293", - "lineGapOverride": "0", - "avgWidth": "1", - "emSize": "1000" + "ascent": 885, + "descent": -242, + "lineGap": 0, + "xAvgCharWidth": 454, + "unitsPerEm": 1000 }, - "notosansbuhid": { - "category": "sans-serif", - "ascentOverride": "1.069", - "descentOverride": "0.293", - "lineGapOverride": "0", - "avgWidth": "1", - "emSize": "1000" + "Radley": { + "category": "serif", + "ascent": 1973, + "descent": -615, + "lineGap": 0, + "xAvgCharWidth": 1152, + "unitsPerEm": 2048 }, - "notosanscanadianaboriginal": { - "category": "sans-serif", - "ascentOverride": "1.069", - "descentOverride": "0.293", - "lineGapOverride": "0", - "avgWidth": "1", - "emSize": "1000" + "Marcellus": { + "category": "serif", + "ascent": 1995, + "descent": -573, + "lineGap": 0, + "xAvgCharWidth": 931, + "unitsPerEm": 2048 }, - "notosanscarian": { - "category": "sans-serif", - "ascentOverride": "1.069", - "descentOverride": "0.293", - "lineGapOverride": "0", - "avgWidth": "1", - "emSize": "1000" + "Space Mono": { + "category": "monospace", + "ascent": 1120, + "descent": -361, + "lineGap": 0, + "xAvgCharWidth": 612, + "unitsPerEm": 1000 }, - "notosanscaucasianalbanian": { - "category": "sans-serif", - "ascentOverride": "0.976", - "descentOverride": "0.274", - "lineGapOverride": "0", - "avgWidth": "1", - "emSize": "1000" + "Prosto One": { + "category": "display", + "ascent": 940, + "descent": -295, + "lineGap": 0, + "xAvgCharWidth": 665, + "unitsPerEm": 1000 }, - "notosanschakma": { - "category": "sans-serif", - "ascentOverride": "1.14", - "descentOverride": "0.32", - "lineGapOverride": "0", - "avgWidth": "1", - "emSize": "1000" + "Noto Sans Sinhala": { + "category": "sans-serif", + "ascent": 1011, + "descent": -293, + "lineGap": 0, + "xAvgCharWidth": 909, + "unitsPerEm": 1000 }, - "notosanscham": { - "category": "sans-serif", - "ascentOverride": "1.117", - "descentOverride": "0.351", - "lineGapOverride": "0", - "avgWidth": "1", - "emSize": "1000" + "Moulpali": { + "category": "display", + "ascent": 2900, + "descent": -1600, + "lineGap": 0, + "xAvgCharWidth": 1539, + "unitsPerEm": 2048 }, - "notosanscherokee": { - "category": "sans-serif", - "ascentOverride": "1.069", - "descentOverride": "0.293", - "lineGapOverride": "0", - "avgWidth": "1", - "emSize": "1000" + "Grey Qo": { + "category": "handwriting", + "ascent": 900, + "descent": -360, + "lineGap": 0, + "xAvgCharWidth": 379, + "unitsPerEm": 1000 }, - "notosanscoptic": { - "category": "sans-serif", - "ascentOverride": "1.069", - "descentOverride": "0.293", - "lineGapOverride": "0", - "avgWidth": "1", - "emSize": "1000" + "Aref Ruqaa": { + "category": "serif", + "ascent": 1221, + "descent": -244, + "lineGap": 98, + "xAvgCharWidth": 499, + "unitsPerEm": 1000 }, - "notosanscuneiform": { - "category": "sans-serif", - "ascentOverride": "1.596", - "descentOverride": "0.69", - "lineGapOverride": "0", - "avgWidth": "1", - "emSize": "1000" + "Roboto Serif": { + "category": "serif", + "ascent": 927, + "descent": -244, + "lineGap": 0, + "xAvgCharWidth": 586, + "unitsPerEm": 1000 }, - "notosanscypriot": { - "category": "sans-serif", - "ascentOverride": "1.069", - "descentOverride": "0.293", - "lineGapOverride": "0", - "avgWidth": "1", - "emSize": "1000" + "Suwannaphum": { + "category": "serif", + "ascent": 2500, + "descent": -1200, + "lineGap": 0, + "xAvgCharWidth": 1279, + "unitsPerEm": 2048 }, - "notosansdeseret": { - "category": "sans-serif", - "ascentOverride": "1.069", - "descentOverride": "0.293", - "lineGapOverride": "0", - "avgWidth": "1", - "emSize": "1000" + "Delius Unicase": { + "category": "handwriting", + "ascent": 1016, + "descent": -236, + "lineGap": 0, + "xAvgCharWidth": 644, + "unitsPerEm": 1000 }, - "notosansdevanagari": { - "category": "sans-serif", - "ascentOverride": "0.896", - "descentOverride": "0.408", - "lineGapOverride": "0", - "avgWidth": "1", - "emSize": "1000" + "Lovers Quarrel": { + "category": "handwriting", + "ascent": 726, + "descent": -401, + "lineGap": 0, + "xAvgCharWidth": 409, + "unitsPerEm": 1000 }, - "notosansdisplay": { - "category": "sans-serif", - "ascentOverride": "1.069", - "descentOverride": "0.293", - "lineGapOverride": "0", - "avgWidth": "0.4745", - "emSize": "1000" + "Kumbh Sans": { + "category": "sans-serif", + "ascent": 2020, + "descent": -520, + "lineGap": 0, + "xAvgCharWidth": 1158, + "unitsPerEm": 2048 }, - "notosansduployan": { - "category": "sans-serif", - "ascentOverride": "1.069", - "descentOverride": "0.293", - "lineGapOverride": "0", - "avgWidth": "1", - "emSize": "1000" + "Cute Font": { + "category": "display", + "ascent": 710, + "descent": -290, + "lineGap": 250, + "xAvgCharWidth": 603, + "unitsPerEm": 1000 }, - "notosansegyptianhieroglyphs": { - "category": "sans-serif", - "ascentOverride": "1.324", - "descentOverride": "0.326", - "lineGapOverride": "0", - "avgWidth": "1", - "emSize": "1000" + "Rubik Marker Hatch": { + "category": "display", + "ascent": 935, + "descent": -250, + "lineGap": 0, + "xAvgCharWidth": 635, + "unitsPerEm": 1000 }, - "notosanselbasan": { - "category": "sans-serif", - "ascentOverride": "0.847", - "descentOverride": "0.27", - "lineGapOverride": "0", - "avgWidth": "1", - "emSize": "1000" + "Satisfy": { + "category": "handwriting", + "ascent": 957, + "descent": -501, + "lineGap": 17, + "xAvgCharWidth": 386, + "unitsPerEm": 1024 }, - "notosanselymaic": { + "Sarabun": { "category": "sans-serif", - "ascentOverride": "0.92", - "descentOverride": "0.28", - "lineGapOverride": "0", - "avgWidth": "1", - "emSize": "1000" + "ascent": 1068, + "descent": -232, + "lineGap": 0, + "xAvgCharWidth": 532, + "unitsPerEm": 1000 }, - "notosansgeorgian": { - "category": "sans-serif", - "ascentOverride": "1.068", - "descentOverride": "0.292", - "lineGapOverride": "0", - "avgWidth": "1", - "emSize": "1000" + "Fraunces": { + "category": "serif", + "ascent": 1956, + "descent": -510, + "lineGap": 0, + "xAvgCharWidth": 1265, + "unitsPerEm": 2000 }, - "notosansglagolitic": { + "Rajdhani": { "category": "sans-serif", - "ascentOverride": "1.069", - "descentOverride": "0.293", - "lineGapOverride": "0", - "avgWidth": "1", - "emSize": "1000" + "ascent": 930, + "descent": -346, + "lineGap": 0, + "xAvgCharWidth": 477, + "unitsPerEm": 1000 }, - "notosansgothic": { + "Ubuntu Condensed": { "category": "sans-serif", - "ascentOverride": "1.069", - "descentOverride": "0.293", - "lineGapOverride": "0", - "avgWidth": "1", - "emSize": "1000" + "ascent": 932, + "descent": -189, + "lineGap": 28, + "xAvgCharWidth": 484, + "unitsPerEm": 1000 }, - "notosansgrantha": { - "category": "sans-serif", - "ascentOverride": "1.29", - "descentOverride": "0.534", - "lineGapOverride": "0", - "avgWidth": "1", - "emSize": "1000" + "Joan": { + "category": "serif", + "ascent": 1000, + "descent": -292, + "lineGap": 0, + "xAvgCharWidth": 578, + "unitsPerEm": 1000 }, - "notosansgujarati": { - "category": "sans-serif", - "ascentOverride": "0.896", - "descentOverride": "0.408", - "lineGapOverride": "0", - "avgWidth": "1", - "emSize": "1000" + "Meow Script": { + "category": "handwriting", + "ascent": 830, + "descent": -370, + "lineGap": 0, + "xAvgCharWidth": 487, + "unitsPerEm": 1000 }, - "notosansgunjalagondi": { + "Nunito Sans": { "category": "sans-serif", - "ascentOverride": "1.014", - "descentOverride": "0.252", - "lineGapOverride": "0", - "avgWidth": "1", - "emSize": "1000" + "ascent": 1011, + "descent": -353, + "lineGap": 0, + "xAvgCharWidth": 581, + "unitsPerEm": 1000 }, - "notosansgurmukhi": { - "category": "sans-serif", - "ascentOverride": "0.896", - "descentOverride": "0.408", - "lineGapOverride": "0", - "avgWidth": "1", - "emSize": "1000" + "Finger Paint": { + "category": "display", + "ascent": 1097, + "descent": -377, + "lineGap": 0, + "xAvgCharWidth": 569, + "unitsPerEm": 1000 }, - "notosanshanifirohingya": { - "category": "sans-serif", - "ascentOverride": "1.069", - "descentOverride": "0.293", - "lineGapOverride": "0", - "avgWidth": "1", - "emSize": "1000" + "Tiro Devanagari Sanskrit": { + "category": "serif", + "ascent": 755, + "descent": -245, + "lineGap": 330, + "xAvgCharWidth": 743, + "unitsPerEm": 1000 }, - "notosanshanunoo": { - "category": "sans-serif", - "ascentOverride": "1.069", - "descentOverride": "0.293", - "lineGapOverride": "0", - "avgWidth": "1", - "emSize": "1000" + "Lusitana": { + "category": "serif", + "ascent": 956, + "descent": -341, + "lineGap": 0, + "xAvgCharWidth": 416, + "unitsPerEm": 1000 }, - "notosanshatran": { - "category": "sans-serif", - "ascentOverride": "1.069", - "descentOverride": "0.293", - "lineGapOverride": "0", - "avgWidth": "1", - "emSize": "1000" + "Goldman": { + "category": "display", + "ascent": 900, + "descent": -300, + "lineGap": 0, + "xAvgCharWidth": 652, + "unitsPerEm": 1000 }, - "notosanshebrew": { + "Zen Kaku Gothic New": { "category": "sans-serif", - "ascentOverride": "1.068", - "descentOverride": "0.292", - "lineGapOverride": "0", - "avgWidth": "1", - "emSize": "1000" + "ascent": 1160, + "descent": -288, + "lineGap": 0, + "xAvgCharWidth": 979, + "unitsPerEm": 1000 }, - "notosansimperialaramaic": { - "category": "sans-serif", - "ascentOverride": "1.069", - "descentOverride": "0.293", - "lineGapOverride": "0", - "avgWidth": "1", - "emSize": "1000" + "Baloo Tammudu 2": { + "category": "display", + "ascent": 1177, + "descent": -1119, + "lineGap": 0, + "xAvgCharWidth": 720, + "unitsPerEm": 1000 }, - "notosansindicsiyaqnumbers": { + "Syncopate": { "category": "sans-serif", - "ascentOverride": "1.215", - "descentOverride": "0.347", - "lineGapOverride": "0", - "avgWidth": "1", - "emSize": "1000" + "ascent": 1556, + "descent": -426, + "lineGap": 150, + "xAvgCharWidth": 1538, + "unitsPerEm": 2048 }, - "notosansinscriptionalpahlavi": { + "Roboto Condensed": { "category": "sans-serif", - "ascentOverride": "1.069", - "descentOverride": "0.352", - "lineGapOverride": "0", - "avgWidth": "1", - "emSize": "1000" + "ascent": 1900, + "descent": -500, + "lineGap": 0, + "xAvgCharWidth": 1021, + "unitsPerEm": 2048 }, - "notosansinscriptionalparthian": { - "category": "sans-serif", - "ascentOverride": "1.069", - "descentOverride": "0.301", - "lineGapOverride": "0", - "avgWidth": "1", - "emSize": "1000" + "Vidaloka": { + "category": "serif", + "ascent": 1927, + "descent": -560, + "lineGap": 0, + "xAvgCharWidth": 1017, + "unitsPerEm": 2048 }, - "notosansjavanese": { - "category": "sans-serif", - "ascentOverride": "1.12", - "descentOverride": "0.916", - "lineGapOverride": "0", - "avgWidth": "1", - "emSize": "1000" + "Norican": { + "category": "handwriting", + "ascent": 2095, + "descent": -791, + "lineGap": 0, + "xAvgCharWidth": 704, + "unitsPerEm": 2048 }, - "notosanskaithi": { - "category": "sans-serif", - "ascentOverride": "1.077", - "descentOverride": "0.425", - "lineGapOverride": "0", - "avgWidth": "1", - "emSize": "1000" + "Markazi Text": { + "category": "serif", + "ascent": 1718, + "descent": -740, + "lineGap": 0, + "xAvgCharWidth": 1034, + "unitsPerEm": 2048 }, - "notosanskannada": { - "category": "sans-serif", - "ascentOverride": "0.809", - "descentOverride": "0.54", - "lineGapOverride": "0", - "avgWidth": "1", - "emSize": "1000" + "Jomolhari": { + "category": "serif", + "ascent": 1248, + "descent": -392, + "lineGap": 0, + "xAvgCharWidth": 521, + "unitsPerEm": 1024 }, - "notosanskayahli": { - "category": "sans-serif", - "ascentOverride": "1.069", - "descentOverride": "0.293", - "lineGapOverride": "0", - "avgWidth": "1", - "emSize": "1000" + "Rakkas": { + "category": "display", + "ascent": 1046, + "descent": -445, + "lineGap": 0, + "xAvgCharWidth": 538, + "unitsPerEm": 1000 }, - "notosanskharoshthi": { + "Varela": { "category": "sans-serif", - "ascentOverride": "1.069", - "descentOverride": "0.301", - "lineGapOverride": "0", - "avgWidth": "1", - "emSize": "1000" + "ascent": 1015, + "descent": -285, + "lineGap": 0, + "xAvgCharWidth": 476, + "unitsPerEm": 1000 }, - "notosanskhmer": { + "Spinnaker": { "category": "sans-serif", - "ascentOverride": "1.069", - "descentOverride": "0.293", - "lineGapOverride": "0", - "avgWidth": "1", - "emSize": "1000" + "ascent": 1920, + "descent": -487, + "lineGap": 0, + "xAvgCharWidth": 1174, + "unitsPerEm": 2048 }, - "notosanskhojki": { + "Noto Sans Sogdian": { "category": "sans-serif", - "ascentOverride": "1.409", - "descentOverride": "0.447", - "lineGapOverride": "0", - "avgWidth": "1", - "emSize": "1000" + "ascent": 1069, + "descent": -313, + "lineGap": 0, + "xAvgCharWidth": 571, + "unitsPerEm": 1000 }, - "notosanskhudawadi": { + "Orienta": { "category": "sans-serif", - "ascentOverride": "0.944", - "descentOverride": "0.373", - "lineGapOverride": "0", - "avgWidth": "1", - "emSize": "1000" + "ascent": 960, + "descent": -235, + "lineGap": 0, + "xAvgCharWidth": 529, + "unitsPerEm": 1000 }, - "notosanslao": { - "category": "sans-serif", - "ascentOverride": "1.183", - "descentOverride": "0.462", - "lineGapOverride": "0", - "avgWidth": "1", - "emSize": "1000" + "Praise": { + "category": "handwriting", + "ascent": 850, + "descent": -350, + "lineGap": 0, + "xAvgCharWidth": 500, + "unitsPerEm": 1000 }, - "notosanslepcha": { - "category": "sans-serif", - "ascentOverride": "1.069", - "descentOverride": "0.45", - "lineGapOverride": "0", - "avgWidth": "1", - "emSize": "1000" + "Cormorant Infant": { + "category": "serif", + "ascent": 924, + "descent": -287, + "lineGap": 0, + "xAvgCharWidth": 537, + "unitsPerEm": 1000 }, - "notosanslimbu": { + "Niramit": { "category": "sans-serif", - "ascentOverride": "1.069", - "descentOverride": "0.293", - "lineGapOverride": "0", - "avgWidth": "1", - "emSize": "1000" + "ascent": 1105, + "descent": -195, + "lineGap": 0, + "xAvgCharWidth": 546, + "unitsPerEm": 1000 }, - "notosanslineara": { - "category": "sans-serif", - "ascentOverride": "1.069", - "descentOverride": "0.293", - "lineGapOverride": "0", - "avgWidth": "1", - "emSize": "1000" + "Trykker": { + "category": "serif", + "ascent": 2022, + "descent": -538, + "lineGap": 0, + "xAvgCharWidth": 1197, + "unitsPerEm": 2048 }, - "notosanslinearb": { + "Francois One": { "category": "sans-serif", - "ascentOverride": "1.069", - "descentOverride": "0.293", - "lineGapOverride": "0", - "avgWidth": "1", - "emSize": "1000" + "ascent": 1089, + "descent": -329, + "lineGap": 0, + "xAvgCharWidth": 505, + "unitsPerEm": 1000 }, - "notosanslisu": { + "Maven Pro": { "category": "sans-serif", - "ascentOverride": "1.069", - "descentOverride": "0.293", - "lineGapOverride": "0", - "avgWidth": "1", - "emSize": "1000" + "ascent": 965, + "descent": -210, + "lineGap": 0, + "xAvgCharWidth": 550, + "unitsPerEm": 1000 }, - "notosanslycian": { + "Noto Sans New Tai Lue": { "category": "sans-serif", - "ascentOverride": "1.069", - "descentOverride": "0.293", - "lineGapOverride": "0", - "avgWidth": "1", - "emSize": "1000" + "ascent": 1069, + "descent": -293, + "lineGap": 0, + "xAvgCharWidth": 674, + "unitsPerEm": 1000 }, - "notosanslydian": { - "category": "sans-serif", - "ascentOverride": "1.069", - "descentOverride": "0.293", - "lineGapOverride": "0", - "avgWidth": "1", - "emSize": "1000" + "Chelsea Market": { + "category": "display", + "ascent": 1029, + "descent": -274, + "lineGap": 0, + "xAvgCharWidth": 540, + "unitsPerEm": 1024 }, - "notosansmahajani": { - "category": "sans-serif", - "ascentOverride": "0.757", - "descentOverride": "0.243", - "lineGapOverride": "0", - "avgWidth": "1", - "emSize": "1000" + "Noto Serif Kannada": { + "category": "serif", + "ascent": 910, + "descent": -710, + "lineGap": 0, + "xAvgCharWidth": 715, + "unitsPerEm": 1000 }, - "notosansmalayalam": { - "category": "sans-serif", - "ascentOverride": "0.864", - "descentOverride": "0.383", - "lineGapOverride": "0", - "avgWidth": "1", - "emSize": "1000" + "Nova Slim": { + "category": "display", + "ascent": 1966, + "descent": -506, + "lineGap": 0, + "xAvgCharWidth": 1168, + "unitsPerEm": 2048 }, - "notosansmandaic": { - "category": "sans-serif", - "ascentOverride": "0.724", - "descentOverride": "0.423", - "lineGapOverride": "0", - "avgWidth": "1", - "emSize": "1000" + "Comic Neue": { + "category": "handwriting", + "ascent": 900, + "descent": -250, + "lineGap": 0, + "xAvgCharWidth": 493, + "unitsPerEm": 1000 }, - "notosansmanichaean": { - "category": "sans-serif", - "ascentOverride": "0.79", - "descentOverride": "0.34", - "lineGapOverride": "0", - "avgWidth": "1", - "emSize": "1000" + "Covered By Your Grace": { + "category": "handwriting", + "ascent": 995, + "descent": -384, + "lineGap": 0, + "xAvgCharWidth": 405, + "unitsPerEm": 1024 }, - "notosansmarchen": { - "category": "sans-serif", - "ascentOverride": "1.107", - "descentOverride": "0.534", - "lineGapOverride": "0", - "avgWidth": "1", - "emSize": "1000" + "Redacted": { + "category": "display", + "ascent": 800, + "descent": -200, + "lineGap": 0, + "xAvgCharWidth": 375, + "unitsPerEm": 1000 }, - "notosansmasaramgondi": { - "category": "sans-serif", - "ascentOverride": "1", - "descentOverride": "0.2", - "lineGapOverride": "0", - "avgWidth": "1", - "emSize": "1000" + "Oooh Baby": { + "category": "handwriting", + "ascent": 900, + "descent": -325, + "lineGap": 0, + "xAvgCharWidth": 519, + "unitsPerEm": 1000 }, - "notosansmath": { - "category": "sans-serif", - "ascentOverride": "1.069", - "descentOverride": "0.423", - "lineGapOverride": "0", - "avgWidth": "0.5300769231", - "emSize": "1000" + "Almendra": { + "category": "serif", + "ascent": 951, + "descent": -345, + "lineGap": 0, + "xAvgCharWidth": 484, + "unitsPerEm": 1000 }, - "notosansmayannumerals": { - "category": "sans-serif", - "ascentOverride": "1.069", - "descentOverride": "0.293", - "lineGapOverride": "0", - "avgWidth": "1", - "emSize": "1000" + "Baloo Chettan 2": { + "category": "display", + "ascent": 1078, + "descent": -392, + "lineGap": 0, + "xAvgCharWidth": 621, + "unitsPerEm": 1000 }, - "notosansmedefaidrin": { + "Mada": { "category": "sans-serif", - "ascentOverride": "1.069", - "descentOverride": "0.293", - "lineGapOverride": "0", - "avgWidth": "1", - "emSize": "1000" + "ascent": 900, + "descent": -300, + "lineGap": 96, + "xAvgCharWidth": 506, + "unitsPerEm": 1000 }, - "notosansmeeteimayek": { - "category": "sans-serif", - "ascentOverride": "1.069", - "descentOverride": "0.321", - "lineGapOverride": "0", - "avgWidth": "1", - "emSize": "1000" + "Oxygen Mono": { + "category": "monospace", + "ascent": 2015, + "descent": -672, + "lineGap": 0, + "xAvgCharWidth": 1237, + "unitsPerEm": 2048 }, - "notosansmeroitic": { - "category": "sans-serif", - "ascentOverride": "0.928", - "descentOverride": "0.415", - "lineGapOverride": "0", - "avgWidth": "1", - "emSize": "1000" + "Red Rose": { + "category": "display", + "ascent": 937, + "descent": -312, + "lineGap": 0, + "xAvgCharWidth": 594, + "unitsPerEm": 1000 + }, + "Source Code Pro": { + "category": "monospace", + "ascent": 984, + "descent": -273, + "lineGap": 0, + "xAvgCharWidth": 600, + "unitsPerEm": 1000 + }, + "Tai Heritage Pro": { + "category": "serif", + "ascent": 2700, + "descent": -1600, + "lineGap": 0, + "xAvgCharWidth": 1259, + "unitsPerEm": 2048 + }, + "Merriweather": { + "category": "serif", + "ascent": 984, + "descent": -273, + "lineGap": 0, + "xAvgCharWidth": 657, + "unitsPerEm": 1000 + }, + "Noto Sans Siddham": { + "category": "sans-serif", + "ascent": 1000, + "descent": -1030, + "lineGap": 0, + "xAvgCharWidth": 625, + "unitsPerEm": 1000 + }, + "Moon Dance": { + "category": "handwriting", + "ascent": 970, + "descent": -370, + "lineGap": 0, + "xAvgCharWidth": 520, + "unitsPerEm": 1000 + }, + "Sail": { + "category": "display", + "ascent": 860, + "descent": -294, + "lineGap": 0, + "xAvgCharWidth": 385, + "unitsPerEm": 1000 + }, + "Jura": { + "category": "sans-serif", + "ascent": 1930, + "descent": -436, + "lineGap": 0, + "xAvgCharWidth": 1112, + "unitsPerEm": 2000 + }, + "Zeyada": { + "category": "handwriting", + "ascent": 934, + "descent": -680, + "lineGap": 0, + "xAvgCharWidth": 415, + "unitsPerEm": 1024 }, - "notosansmiao": { + "Noto Sans Samaritan": { + "category": "sans-serif", + "ascent": 1069, + "descent": -293, + "lineGap": 0, + "xAvgCharWidth": 717, + "unitsPerEm": 1000 + }, + "Wallpoet": { + "category": "display", + "ascent": 806, + "descent": -196, + "lineGap": 0, + "xAvgCharWidth": 639, + "unitsPerEm": 1000 + }, + "Noto Sans Hatran": { + "category": "sans-serif", + "ascent": 1069, + "descent": -293, + "lineGap": 0, + "xAvgCharWidth": 569, + "unitsPerEm": 1000 + }, + "Source Sans 3": { + "category": "sans-serif", + "ascent": 1024, + "descent": -400, + "lineGap": 0, + "xAvgCharWidth": 493, + "unitsPerEm": 1000 + }, + "Corben": { + "category": "display", + "ascent": 2826, + "descent": -969, + "lineGap": 0, + "xAvgCharWidth": 941, + "unitsPerEm": 2048 + }, + "Karla": { "category": "sans-serif", - "ascentOverride": "1.142", - "descentOverride": "0.35", - "lineGapOverride": "0", - "avgWidth": "1", - "emSize": "1000" + "ascent": 1834, + "descent": -504, + "lineGap": 0, + "xAvgCharWidth": 1049, + "unitsPerEm": 2000 }, - "notosansmodi": { + "Rationale": { "category": "sans-serif", - "ascentOverride": "0.891", - "descentOverride": "0.463", - "lineGapOverride": "0", - "avgWidth": "1", - "emSize": "1000" + "ascent": 903, + "descent": -250, + "lineGap": 0, + "xAvgCharWidth": 360, + "unitsPerEm": 1000 }, - "notosansmongolian": { + "Noto Sans Osage": { "category": "sans-serif", - "ascentOverride": "1.457", - "descentOverride": "0.293", - "lineGapOverride": "0", - "avgWidth": "1", - "emSize": "1000" + "ascent": 1069, + "descent": -293, + "lineGap": 0, + "xAvgCharWidth": 613, + "unitsPerEm": 1000 }, - "notosansmono": { - "category": "monospace", - "ascentOverride": "1.069", - "descentOverride": "0.293", - "lineGapOverride": "0", - "avgWidth": "0.6", - "emSize": "1000" + "The Girl Next Door": { + "category": "handwriting", + "ascent": 1139, + "descent": -748, + "lineGap": 0, + "xAvgCharWidth": 482, + "unitsPerEm": 1024 }, - "notosansmro": { - "category": "sans-serif", - "ascentOverride": "1.069", - "descentOverride": "0.293", - "lineGapOverride": "0", - "avgWidth": "1", - "emSize": "1000" + "Changa": { + "category": "sans-serif", + "ascent": 1227, + "descent": -613, + "lineGap": 0, + "xAvgCharWidth": 591, + "unitsPerEm": 1000 }, - "notosansmultani": { - "category": "sans-serif", - "ascentOverride": "1.069", - "descentOverride": "0.293", - "lineGapOverride": "0", - "avgWidth": "1", - "emSize": "1000" + "PT Serif": { + "category": "serif", + "ascent": 1039, + "descent": -286, + "lineGap": 0, + "xAvgCharWidth": 564, + "unitsPerEm": 1000 }, - "notosansmyanmar": { - "category": "sans-serif", - "ascentOverride": "1.324", - "descentOverride": "0.86", - "lineGapOverride": "0", - "avgWidth": "1", - "emSize": "1000" + "Liu Jian Mao Cao": { + "category": "handwriting", + "ascent": 880, + "descent": -120, + "lineGap": 0, + "xAvgCharWidth": 1011, + "unitsPerEm": 1000 }, - "notosansnko": { - "category": "sans-serif", - "ascentOverride": "1.069", - "descentOverride": "0.293", - "lineGapOverride": "0", - "avgWidth": "1", - "emSize": "1000" + "Fugaz One": { + "category": "display", + "ascent": 1046, + "descent": -422, + "lineGap": 0, + "xAvgCharWidth": 502, + "unitsPerEm": 1000 }, - "notosansnabataean": { - "category": "sans-serif", - "ascentOverride": "1.069", - "descentOverride": "0.293", - "lineGapOverride": "0", - "avgWidth": "1", - "emSize": "1000" + "Passero One": { + "category": "display", + "ascent": 1820, + "descent": -618, + "lineGap": 0, + "xAvgCharWidth": 974, + "unitsPerEm": 2048 }, - "notosansnewtailue": { - "category": "sans-serif", - "ascentOverride": "1.069", - "descentOverride": "0.293", - "lineGapOverride": "0", - "avgWidth": "1", - "emSize": "1000" + "Cherish": { + "category": "handwriting", + "ascent": 850, + "descent": -320, + "lineGap": 0, + "xAvgCharWidth": 470, + "unitsPerEm": 1000 }, - "notosansnewa": { - "category": "sans-serif", - "ascentOverride": "1.036", - "descentOverride": "0.396", - "lineGapOverride": "0", - "avgWidth": "1", - "emSize": "1000" + "Dangrek": { + "category": "display", + "ascent": 2500, + "descent": -1200, + "lineGap": 0, + "xAvgCharWidth": 1109, + "unitsPerEm": 2048 }, - "notosansnushu": { - "category": "sans-serif", - "ascentOverride": "1.069", - "descentOverride": "0.321", - "lineGapOverride": "0", - "avgWidth": "1", - "emSize": "1000" + "Linden Hill": { + "category": "serif", + "ascent": 3633, + "descent": -1888, + "lineGap": 0, + "xAvgCharWidth": 2086, + "unitsPerEm": 4096 }, - "notosansogham": { - "category": "sans-serif", - "ascentOverride": "1.069", - "descentOverride": "0.293", - "lineGapOverride": "0", - "avgWidth": "1", - "emSize": "1000" + "Fira Sans": { + "category": "sans-serif", + "ascent": 935, + "descent": -265, + "lineGap": 0, + "xAvgCharWidth": 558, + "unitsPerEm": 1000 }, - "notosansolchiki": { - "category": "sans-serif", - "ascentOverride": "1.069", - "descentOverride": "0.293", - "lineGapOverride": "0", - "avgWidth": "1", - "emSize": "1000" + "Rhodium Libre": { + "category": "serif", + "ascent": 1100, + "descent": -610, + "lineGap": 0, + "xAvgCharWidth": 607, + "unitsPerEm": 1000 }, - "notosansoldhungarian": { - "category": "sans-serif", - "ascentOverride": "0.859", - "descentOverride": "0.177", - "lineGapOverride": "0", - "avgWidth": "1", - "emSize": "1000" + "Tiro Kannada": { + "category": "serif", + "ascent": 755, + "descent": -245, + "lineGap": 794, + "xAvgCharWidth": 767, + "unitsPerEm": 1000 }, - "notosansolditalic": { - "category": "sans-serif", - "ascentOverride": "1.069", - "descentOverride": "0.293", - "lineGapOverride": "0", - "avgWidth": "1", - "emSize": "1000" + "Lacquer": { + "category": "display", + "ascent": 1000, + "descent": -200, + "lineGap": 0, + "xAvgCharWidth": 534, + "unitsPerEm": 1000 }, - "notosansoldnortharabian": { + "Saira": { "category": "sans-serif", - "ascentOverride": "1.069", - "descentOverride": "0.293", - "lineGapOverride": "0", - "avgWidth": "1", - "emSize": "1000" + "ascent": 1135, + "descent": -439, + "lineGap": 0, + "xAvgCharWidth": 564, + "unitsPerEm": 1000 }, - "notosansoldpermic": { + "Proza Libre": { "category": "sans-serif", - "ascentOverride": "1.069", - "descentOverride": "0.293", - "lineGapOverride": "0", - "avgWidth": "1", - "emSize": "1000" + "ascent": 1996, + "descent": -800, + "lineGap": 0, + "xAvgCharWidth": 1202, + "unitsPerEm": 2048 }, - "notosansoldpersian": { - "category": "sans-serif", - "ascentOverride": "1.069", - "descentOverride": "0.293", - "lineGapOverride": "0", - "avgWidth": "1", - "emSize": "1000" + "Suravaram": { + "category": "serif", + "ascent": 1295, + "descent": -794, + "lineGap": 0, + "xAvgCharWidth": 349, + "unitsPerEm": 980 }, - "notosansoldsogdian": { - "category": "sans-serif", - "ascentOverride": "1.069", - "descentOverride": "0.293", - "lineGapOverride": "0", - "avgWidth": "1", - "emSize": "1000" + "Twinkle Star": { + "category": "handwriting", + "ascent": 930, + "descent": -350, + "lineGap": 0, + "xAvgCharWidth": 563, + "unitsPerEm": 1000 }, - "notosansoldsoutharabian": { - "category": "sans-serif", - "ascentOverride": "1.069", - "descentOverride": "0.293", - "lineGapOverride": "0", - "avgWidth": "1", - "emSize": "1000" + "Babylonica": { + "category": "handwriting", + "ascent": 875, + "descent": -450, + "lineGap": 0, + "xAvgCharWidth": 552, + "unitsPerEm": 1000 }, - "notosansoldturkic": { + "Mohave": { "category": "sans-serif", - "ascentOverride": "1.069", - "descentOverride": "0.293", - "lineGapOverride": "0", - "avgWidth": "1", - "emSize": "1000" + "ascent": 1980, + "descent": -806, + "lineGap": 0, + "xAvgCharWidth": 874, + "unitsPerEm": 2000 }, - "notosansoriya": { + "Noto Sans Symbols 2": { "category": "sans-serif", - "ascentOverride": "1.069", - "descentOverride": "0.293", - "lineGapOverride": "0", - "avgWidth": "1", - "emSize": "1000" + "ascent": 1069, + "descent": -630, + "lineGap": 0, + "xAvgCharWidth": 830, + "unitsPerEm": 1000 }, - "notosansosage": { + "Chivo": { "category": "sans-serif", - "ascentOverride": "1.069", - "descentOverride": "0.293", - "lineGapOverride": "0", - "avgWidth": "1", - "emSize": "1000" + "ascent": 940, + "descent": -250, + "lineGap": 0, + "xAvgCharWidth": 547, + "unitsPerEm": 1000 }, - "notosansosmanya": { + "Fredoka": { "category": "sans-serif", - "ascentOverride": "1.069", - "descentOverride": "0.293", - "lineGapOverride": "0", - "avgWidth": "1", - "emSize": "1000" + "ascent": 974, + "descent": -236, + "lineGap": 0, + "xAvgCharWidth": 534, + "unitsPerEm": 1000 }, - "notosanspahawhhmong": { - "category": "sans-serif", - "ascentOverride": "1.069", - "descentOverride": "0.293", - "lineGapOverride": "0", - "avgWidth": "1", - "emSize": "1000" + "Galindo": { + "category": "display", + "ascent": 2014, + "descent": -883, + "lineGap": 0, + "xAvgCharWidth": 1077, + "unitsPerEm": 2048 }, - "notosanspalmyrene": { + "Noto Sans Thai": { "category": "sans-serif", - "ascentOverride": "1.069", - "descentOverride": "0.293", - "lineGapOverride": "0", - "avgWidth": "1", - "emSize": "1000" + "ascent": 1061, + "descent": -450, + "lineGap": 0, + "xAvgCharWidth": 558, + "unitsPerEm": 1000 }, - "notosanspaucinhau": { + "Secular One": { "category": "sans-serif", - "ascentOverride": "1.069", - "descentOverride": "0.293", - "lineGapOverride": "0", - "avgWidth": "1", - "emSize": "1000" + "ascent": 1022, + "descent": -433, + "lineGap": 0, + "xAvgCharWidth": 579, + "unitsPerEm": 1000 }, - "notosansphagspa": { - "category": "sans-serif", - "ascentOverride": "1.069", - "descentOverride": "0.293", - "lineGapOverride": "0", - "avgWidth": "1", - "emSize": "1000" + "Ballet": { + "category": "handwriting", + "ascent": 1130, + "descent": -770, + "lineGap": 0, + "xAvgCharWidth": 575, + "unitsPerEm": 1000 }, - "notosansphoenician": { - "category": "sans-serif", - "ascentOverride": "1.069", - "descentOverride": "0.293", - "lineGapOverride": "0", - "avgWidth": "1", - "emSize": "1000" + "Tourney": { + "category": "display", + "ascent": 1800, + "descent": -400, + "lineGap": 0, + "xAvgCharWidth": 1179, + "unitsPerEm": 2000 }, - "notosanspsalterpahlavi": { - "category": "sans-serif", - "ascentOverride": "0.737", - "descentOverride": "0.554", - "lineGapOverride": "0", - "avgWidth": "1", - "emSize": "1000" + "Lancelot": { + "category": "display", + "ascent": 1595, + "descent": -668, + "lineGap": 0, + "xAvgCharWidth": 723, + "unitsPerEm": 2048 }, - "notosansrejang": { + "Kdam Thmor Pro": { "category": "sans-serif", - "ascentOverride": "1.069", - "descentOverride": "0.293", - "lineGapOverride": "0", - "avgWidth": "1", - "emSize": "1000" + "ascent": 1146, + "descent": -400, + "lineGap": 0, + "xAvgCharWidth": 676, + "unitsPerEm": 1000 }, - "notosansrunic": { + "Noto Sans Bassa Vah": { "category": "sans-serif", - "ascentOverride": "1.069", - "descentOverride": "0.293", - "lineGapOverride": "0", - "avgWidth": "1", - "emSize": "1000" + "ascent": 1069, + "descent": -293, + "lineGap": 0, + "xAvgCharWidth": 664, + "unitsPerEm": 1000 }, - "notosanssamaritan": { - "category": "sans-serif", - "ascentOverride": "1.069", - "descentOverride": "0.293", - "lineGapOverride": "0", - "avgWidth": "1", - "emSize": "1000" + "Rokkitt": { + "category": "serif", + "ascent": 817, + "descent": -320, + "lineGap": 0, + "xAvgCharWidth": 530, + "unitsPerEm": 1000 }, - "notosanssaurashtra": { + "Gotu": { "category": "sans-serif", - "ascentOverride": "1.069", - "descentOverride": "0.293", - "lineGapOverride": "0", - "avgWidth": "1", - "emSize": "1000" + "ascent": 1115, + "descent": -545, + "lineGap": 0, + "xAvgCharWidth": 787, + "unitsPerEm": 1000 }, - "notosanssharada": { + "Farro": { "category": "sans-serif", - "ascentOverride": "0.925", - "descentOverride": "0.455", - "lineGapOverride": "0", - "avgWidth": "1", - "emSize": "1000" + "ascent": 800, + "descent": -200, + "lineGap": 0, + "xAvgCharWidth": 569, + "unitsPerEm": 1000 }, - "notosansshavian": { - "category": "sans-serif", - "ascentOverride": "1.069", - "descentOverride": "0.293", - "lineGapOverride": "0", - "avgWidth": "1", - "emSize": "1000" + "Averia Libre": { + "category": "display", + "ascent": 1952, + "descent": -492, + "lineGap": 0, + "xAvgCharWidth": 916, + "unitsPerEm": 2048 }, - "notosanssiddham": { + "Marvel": { "category": "sans-serif", - "ascentOverride": "1", - "descentOverride": "1.03", - "lineGapOverride": "0", - "avgWidth": "1", - "emSize": "1000" + "ascent": 951, + "descent": -259, + "lineGap": 0, + "xAvgCharWidth": 407, + "unitsPerEm": 1000 }, - "notosanssinhala": { + "Noto Sans Phoenician": { "category": "sans-serif", - "ascentOverride": "1.011", - "descentOverride": "0.293", - "lineGapOverride": "0", - "avgWidth": "1", - "emSize": "1000" + "ascent": 1069, + "descent": -293, + "lineGap": 0, + "xAvgCharWidth": 599, + "unitsPerEm": 1000 }, - "notosanssogdian": { - "category": "sans-serif", - "ascentOverride": "1.069", - "descentOverride": "0.313", - "lineGapOverride": "0", - "avgWidth": "1", - "emSize": "1000" + "Khmer": { + "category": "display", + "ascent": 2300, + "descent": -1200, + "lineGap": 0, + "xAvgCharWidth": 1110, + "unitsPerEm": 2048 }, - "notosanssorasompeng": { + "Padauk": { "category": "sans-serif", - "ascentOverride": "1.069", - "descentOverride": "0.293", - "lineGapOverride": "0", - "avgWidth": "1", - "emSize": "1000" + "ascent": 1010, + "descent": -500, + "lineGap": 0, + "xAvgCharWidth": 572, + "unitsPerEm": 1024 }, - "notosanssoyombo": { - "category": "sans-serif", - "ascentOverride": "1.239", - "descentOverride": "0.357", - "lineGapOverride": "0", - "avgWidth": "1", - "emSize": "1000" + "Tangerine": { + "category": "handwriting", + "ascent": 750, + "descent": -250, + "lineGap": 0, + "xAvgCharWidth": 217, + "unitsPerEm": 1000 }, - "notosanssundanese": { - "category": "sans-serif", - "ascentOverride": "1.069", - "descentOverride": "0.368", - "lineGapOverride": "0", - "avgWidth": "1", - "emSize": "1000" + "Flow Circular": { + "category": "display", + "ascent": 1000, + "descent": -200, + "lineGap": 0, + "xAvgCharWidth": 488, + "unitsPerEm": 1000 }, - "notosanssylotinagri": { - "category": "sans-serif", - "ascentOverride": "1.069", - "descentOverride": "0.293", - "lineGapOverride": "0", - "avgWidth": "1", - "emSize": "1000" + "Coda": { + "category": "display", + "ascent": 2124, + "descent": -784, + "lineGap": 0, + "xAvgCharWidth": 906, + "unitsPerEm": 2048 }, - "notosanssymbols": { - "category": "sans-serif", - "ascentOverride": "1.48", - "descentOverride": "0.57", - "lineGapOverride": "0", - "avgWidth": "0.5300769231", - "emSize": "1000" + "Marck Script": { + "category": "handwriting", + "ascent": 864, + "descent": -385, + "lineGap": 0, + "xAvgCharWidth": 411, + "unitsPerEm": 1000 }, - "notosanssymbols2": { + "Encode Sans SC": { "category": "sans-serif", - "ascentOverride": "1.069", - "descentOverride": "0.63", - "lineGapOverride": "0", - "avgWidth": "1", - "emSize": "1000" + "ascent": 2060, + "descent": -440, + "lineGap": 0, + "xAvgCharWidth": 967, + "unitsPerEm": 2000 }, - "notosanssyriac": { - "category": "sans-serif", - "ascentOverride": "0.926", - "descentOverride": "0.486", - "lineGapOverride": "0", - "avgWidth": "1", - "emSize": "1000" + "Dancing Script": { + "category": "handwriting", + "ascent": 920, + "descent": -280, + "lineGap": 0, + "xAvgCharWidth": 497, + "unitsPerEm": 1000 }, - "notosanstagalog": { - "category": "sans-serif", - "ascentOverride": "1.069", - "descentOverride": "0.293", - "lineGapOverride": "0", - "avgWidth": "1", - "emSize": "1000" + "Contrail One": { + "category": "display", + "ascent": 1939, + "descent": -625, + "lineGap": 0, + "xAvgCharWidth": 837, + "unitsPerEm": 2048 }, - "notosanstagbanwa": { - "category": "sans-serif", - "ascentOverride": "1.069", - "descentOverride": "0.293", - "lineGapOverride": "0", - "avgWidth": "1", - "emSize": "1000" + "Della Respira": { + "category": "serif", + "ascent": 2196, + "descent": -607, + "lineGap": 0, + "xAvgCharWidth": 889, + "unitsPerEm": 2048 }, - "notosanstaile": { - "category": "sans-serif", - "ascentOverride": "1.069", - "descentOverride": "0.293", - "lineGapOverride": "0", - "avgWidth": "1", - "emSize": "1000" + "Patrick Hand": { + "category": "handwriting", + "ascent": 1042, + "descent": -312, + "lineGap": 0, + "xAvgCharWidth": 431, + "unitsPerEm": 1000 }, - "notosanstaitham": { - "category": "sans-serif", - "ascentOverride": "1.069", - "descentOverride": "0.52", - "lineGapOverride": "0", - "avgWidth": "1", - "emSize": "1000" + "Jim Nightshade": { + "category": "handwriting", + "ascent": 1852, + "descent": -1050, + "lineGap": 0, + "xAvgCharWidth": 615, + "unitsPerEm": 2048 }, - "notosanstaiviet": { - "category": "sans-serif", - "ascentOverride": "1.069", - "descentOverride": "0.293", - "lineGapOverride": "0", - "avgWidth": "1", - "emSize": "1000" + "Splash": { + "category": "handwriting", + "ascent": 1050, + "descent": -580, + "lineGap": 0, + "xAvgCharWidth": 644, + "unitsPerEm": 1000 }, - "notosanstakri": { + "Metrophobic": { "category": "sans-serif", - "ascentOverride": "0.955", - "descentOverride": "0.307", - "lineGapOverride": "0", - "avgWidth": "1", - "emSize": "1000" + "ascent": 2065, + "descent": -460, + "lineGap": 0, + "xAvgCharWidth": 1177, + "unitsPerEm": 2048 }, - "notosanstamil": { + "Noto Sans Old Sogdian": { "category": "sans-serif", - "ascentOverride": "0.87", - "descentOverride": "0.37", - "lineGapOverride": "0", - "avgWidth": "1", - "emSize": "1000" + "ascent": 1069, + "descent": -293, + "lineGap": 0, + "xAvgCharWidth": 596, + "unitsPerEm": 1000 }, - "notosanstamilsupplement": { - "category": "sans-serif", - "ascentOverride": "0.87", - "descentOverride": "0.37", - "lineGapOverride": "0", - "avgWidth": "1", - "emSize": "1000" + "Cookie": { + "category": "handwriting", + "ascent": 789, + "descent": -320, + "lineGap": 0, + "xAvgCharWidth": 287, + "unitsPerEm": 1000 }, - "notosanstelugu": { - "category": "sans-serif", - "ascentOverride": "0.869", - "descentOverride": "0.483", - "lineGapOverride": "0", - "avgWidth": "1", - "emSize": "1000" + "Hanuman": { + "category": "serif", + "ascent": 2000, + "descent": -1000, + "lineGap": 0, + "xAvgCharWidth": 1275, + "unitsPerEm": 2048 }, - "notosansthaana": { - "category": "sans-serif", - "ascentOverride": "1.069", - "descentOverride": "0.424", - "lineGapOverride": "0", - "avgWidth": "1", - "emSize": "1000" + "Dr Sugiyama": { + "category": "handwriting", + "ascent": 1009, + "descent": -450, + "lineGap": 0, + "xAvgCharWidth": 299, + "unitsPerEm": 1000 }, - "notosansthai": { + "IBM Plex Sans": { "category": "sans-serif", - "ascentOverride": "1.061", - "descentOverride": "0.45", - "lineGapOverride": "0", - "avgWidth": "1", - "emSize": "1000" + "ascent": 1025, + "descent": -275, + "lineGap": 0, + "xAvgCharWidth": 589, + "unitsPerEm": 1000 }, - "notosansthailooped": { + "Shanti": { "category": "sans-serif", - "ascentOverride": "1.25", - "descentOverride": "0.35", - "lineGapOverride": "0", - "avgWidth": "1", - "emSize": "1000" + "ascent": 2012, + "descent": -599, + "lineGap": 0, + "xAvgCharWidth": 906, + "unitsPerEm": 2048 }, - "notosanstifinagh": { - "category": "sans-serif", - "ascentOverride": "1.069", - "descentOverride": "0.293", - "lineGapOverride": "0", - "avgWidth": "1", - "emSize": "1000" + "Rubik Microbe": { + "category": "display", + "ascent": 935, + "descent": -250, + "lineGap": 0, + "xAvgCharWidth": 635, + "unitsPerEm": 1000 }, - "notosanstirhuta": { + "Saira Semi Condensed": { "category": "sans-serif", - "ascentOverride": "1.026", - "descentOverride": "0.519", - "lineGapOverride": "0", - "avgWidth": "1", - "emSize": "1000" + "ascent": 1135, + "descent": -439, + "lineGap": 0, + "xAvgCharWidth": 505, + "unitsPerEm": 1000 }, - "notosansugaritic": { - "category": "sans-serif", - "ascentOverride": "0.743", - "descentOverride": "0.381", - "lineGapOverride": "0", - "avgWidth": "1", - "emSize": "1000" + "Bahianita": { + "category": "display", + "ascent": 962, + "descent": -238, + "lineGap": 0, + "xAvgCharWidth": 302, + "unitsPerEm": 1000 }, - "notosansvai": { - "category": "sans-serif", - "ascentOverride": "1.069", - "descentOverride": "0.293", - "lineGapOverride": "0", - "avgWidth": "1", - "emSize": "1000" + "MuseoModerno": { + "category": "display", + "ascent": 1145, + "descent": -445, + "lineGap": 0, + "xAvgCharWidth": 599, + "unitsPerEm": 1000 }, - "notosanswancho": { + "Sawarabi Gothic": { "category": "sans-serif", - "ascentOverride": "1.096", - "descentOverride": "0.161", - "lineGapOverride": "0", - "avgWidth": "1", - "emSize": "1000" + "ascent": 1110, + "descent": -272, + "lineGap": 90, + "xAvgCharWidth": 925, + "unitsPerEm": 1000 }, - "notosanswarangciti": { + "Noto Music": { "category": "sans-serif", - "ascentOverride": "1.042", - "descentOverride": "0.1", - "lineGapOverride": "0", - "avgWidth": "1", - "emSize": "1000" + "ascent": 1389, + "descent": -398, + "lineGap": 0, + "xAvgCharWidth": 569, + "unitsPerEm": 1000 }, - "notosansyi": { + "Fira Sans Condensed": { "category": "sans-serif", - "ascentOverride": "1.069", - "descentOverride": "0.293", - "lineGapOverride": "0", - "avgWidth": "1", - "emSize": "1000" + "ascent": 935, + "descent": -265, + "lineGap": 0, + "xAvgCharWidth": 505, + "unitsPerEm": 1000 }, - "notosanszanabazarsquare": { + "M PLUS 2": { "category": "sans-serif", - "ascentOverride": "1.621", - "descentOverride": "0.821", - "lineGapOverride": "0", - "avgWidth": "1", - "emSize": "1000" - }, - "notoserif": { - "category": "serif", - "ascentOverride": "1.068847656", - "descentOverride": "0.29296875", - "lineGapOverride": "0", - "avgWidth": "0.5836838942", - "emSize": "2048" - }, - "notoserifahom": { - "category": "serif", - "ascentOverride": "0.98", - "descentOverride": "0.675", - "lineGapOverride": "0", - "avgWidth": "1", - "emSize": "1000" - }, - "notoserifarmenian": { - "category": "serif", - "ascentOverride": "1.068", - "descentOverride": "0.292", - "lineGapOverride": "0", - "avgWidth": "1", - "emSize": "1000" - }, - "notoserifbalinese": { - "category": "serif", - "ascentOverride": "1.069", - "descentOverride": "0.726", - "lineGapOverride": "0", - "avgWidth": "1", - "emSize": "1000" + "ascent": 1160, + "descent": -288, + "lineGap": 0, + "xAvgCharWidth": 968, + "unitsPerEm": 1000 }, - "notoserifbengali": { - "category": "serif", - "ascentOverride": "1.092", - "descentOverride": "0.502", - "lineGapOverride": "0", - "avgWidth": "1", - "emSize": "1000" + "Russo One": { + "category": "sans-serif", + "ascent": 926, + "descent": -279, + "lineGap": 0, + "xAvgCharWidth": 599, + "unitsPerEm": 1000 }, - "notoserifdevanagari": { - "category": "serif", - "ascentOverride": "0.93", - "descentOverride": "0.625", - "lineGapOverride": "0", - "avgWidth": "1", - "emSize": "1000" + "Updock": { + "category": "handwriting", + "ascent": 900, + "descent": -350, + "lineGap": 0, + "xAvgCharWidth": 453, + "unitsPerEm": 1000 }, - "notoserifdisplay": { - "category": "serif", - "ascentOverride": "1.069", - "descentOverride": "0.293", - "lineGapOverride": "0", - "avgWidth": "0.549", - "emSize": "1000" + "Mingzat": { + "category": "sans-serif", + "ascent": 1427, + "descent": -670, + "lineGap": 0, + "xAvgCharWidth": 715, + "unitsPerEm": 1000 }, - "notoserifdogra": { + "New Tegomin": { "category": "serif", - "ascentOverride": "1.13", - "descentOverride": "0.364", - "lineGapOverride": "0", - "avgWidth": "1", - "emSize": "1000" + "ascent": 1160, + "descent": -288, + "lineGap": 0, + "xAvgCharWidth": 983, + "unitsPerEm": 1000 }, - "notoserifethiopic": { - "category": "serif", - "ascentOverride": "1.069", - "descentOverride": "0.293", - "lineGapOverride": "0", - "avgWidth": "1", - "emSize": "1000" + "Oi": { + "category": "display", + "ascent": 1070, + "descent": -510, + "lineGap": 0, + "xAvgCharWidth": 1102, + "unitsPerEm": 1000 }, - "notoserifgeorgian": { + "Noto Serif Grantha": { "category": "serif", - "ascentOverride": "1.068", - "descentOverride": "0.292", - "lineGapOverride": "0", - "avgWidth": "1", - "emSize": "1000" + "ascent": 1290, + "descent": -534, + "lineGap": 0, + "xAvgCharWidth": 1335, + "unitsPerEm": 1000 }, - "notoserifgrantha": { - "category": "serif", - "ascentOverride": "1.29", - "descentOverride": "0.534", - "lineGapOverride": "0", - "avgWidth": "1", - "emSize": "1000" + "Hubballi": { + "category": "display", + "ascent": 765, + "descent": -191, + "lineGap": 0, + "xAvgCharWidth": 729, + "unitsPerEm": 1000 }, - "notoserifgujarati": { - "category": "serif", - "ascentOverride": "0.997", - "descentOverride": "0.45", - "lineGapOverride": "0", - "avgWidth": "1", - "emSize": "1000" + "Red Hat Mono": { + "category": "monospace", + "ascent": 1018, + "descent": -305, + "lineGap": 0, + "xAvgCharWidth": 600, + "unitsPerEm": 1000 }, - "notoserifgurmukhi": { - "category": "serif", - "ascentOverride": "1.006", - "descentOverride": "0.428", - "lineGapOverride": "0", - "avgWidth": "1", - "emSize": "1000" + "Homemade Apple": { + "category": "handwriting", + "ascent": 1327, + "descent": -866, + "lineGap": 18, + "xAvgCharWidth": 567, + "unitsPerEm": 1024 }, - "notoserifhebrew": { - "category": "serif", - "ascentOverride": "0.896", - "descentOverride": "0.29", - "lineGapOverride": "0", - "avgWidth": "1", - "emSize": "1000" + "Tiro Tamil": { + "category": "serif", + "ascent": 755, + "descent": -245, + "lineGap": 436, + "xAvgCharWidth": 667, + "unitsPerEm": 1000 }, - "notoserifkannada": { - "category": "serif", - "ascentOverride": "0.91", - "descentOverride": "0.71", - "lineGapOverride": "0", - "avgWidth": "1", - "emSize": "1000" + "Trade Winds": { + "category": "display", + "ascent": 1019, + "descent": -469, + "lineGap": 0, + "xAvgCharWidth": 520, + "unitsPerEm": 1024 }, - "notoserifkhmer": { - "category": "serif", - "ascentOverride": "1.069", - "descentOverride": "0.293", - "lineGapOverride": "0", - "avgWidth": "1", - "emSize": "1000" + "Rubik Dirt": { + "category": "display", + "ascent": 935, + "descent": -250, + "lineGap": 0, + "xAvgCharWidth": 635, + "unitsPerEm": 1000 }, - "notoseriflao": { - "category": "serif", - "ascentOverride": "1.174", - "descentOverride": "0.482", - "lineGapOverride": "0", - "avgWidth": "1", - "emSize": "1000" + "Alef": { + "category": "sans-serif", + "ascent": 2067, + "descent": -722, + "lineGap": 0, + "xAvgCharWidth": 1093, + "unitsPerEm": 2048 }, - "notoserifmalayalam": { - "category": "serif", - "ascentOverride": "0.864", - "descentOverride": "0.383", - "lineGapOverride": "0", - "avgWidth": "1", - "emSize": "1000" + "Libre Barcode 39 Extended Text": { + "category": "display", + "ascent": 600, + "descent": -400, + "lineGap": 0, + "xAvgCharWidth": 536, + "unitsPerEm": 1000 }, - "notoserifmyanmar": { - "category": "serif", - "ascentOverride": "1.239", - "descentOverride": "1.26", - "lineGapOverride": "0", - "avgWidth": "1", - "emSize": "1000" + "Ruslan Display": { + "category": "display", + "ascent": 688, + "descent": -397, + "lineGap": 0, + "xAvgCharWidth": 622, + "unitsPerEm": 1000 }, - "notoserifnyiakengpuachuehmong": { - "category": "serif", - "ascentOverride": "1.068", - "descentOverride": "0.292", - "lineGapOverride": "0", - "avgWidth": "1", - "emSize": "1000" + "Six Caps": { + "category": "sans-serif", + "ascent": 2263, + "descent": -432, + "lineGap": 0, + "xAvgCharWidth": 410, + "unitsPerEm": 2048 }, - "notoserifsinhala": { - "category": "serif", - "ascentOverride": "0.997", - "descentOverride": "0.307", - "lineGapOverride": "0", - "avgWidth": "1", - "emSize": "1000" + "Miltonian Tattoo": { + "category": "display", + "ascent": 918, + "descent": -274, + "lineGap": 0, + "xAvgCharWidth": 566, + "unitsPerEm": 1000 }, - "notoseriftamil": { - "category": "serif", - "ascentOverride": "1.069", - "descentOverride": "0.492", - "lineGapOverride": "0", - "avgWidth": "1", - "emSize": "1000" + "Comfortaa": { + "category": "display", + "ascent": 881, + "descent": -234, + "lineGap": 0, + "xAvgCharWidth": 641, + "unitsPerEm": 1000 }, - "notoseriftangut": { - "category": "serif", - "ascentOverride": "0.856", - "descentOverride": "0.15", - "lineGapOverride": "0", - "avgWidth": "1", - "emSize": "1000" + "Noto Serif Malayalam": { + "category": "serif", + "ascent": 864, + "descent": -383, + "lineGap": 0, + "xAvgCharWidth": 746, + "unitsPerEm": 1000 }, - "notoseriftelugu": { - "category": "serif", - "ascentOverride": "0.869", - "descentOverride": "0.483", - "lineGapOverride": "0", - "avgWidth": "1", - "emSize": "1000" + "Coda Caption": { + "category": "sans-serif", + "ascent": 2450, + "descent": -783, + "lineGap": 0, + "xAvgCharWidth": 1236, + "unitsPerEm": 2048 }, - "notoserifthai": { - "category": "serif", - "ascentOverride": "1.064", - "descentOverride": "0.534", - "lineGapOverride": "0", - "avgWidth": "1", - "emSize": "1000" + "Montserrat Subrayada": { + "category": "sans-serif", + "ascent": 968, + "descent": -251, + "lineGap": 0, + "xAvgCharWidth": 627, + "unitsPerEm": 1000 }, - "notoseriftibetan": { - "category": "serif", - "ascentOverride": "1.466", - "descentOverride": "1.349", - "lineGapOverride": "0", - "avgWidth": "1", - "emSize": "1000" + "Black Han Sans": { + "category": "sans-serif", + "ascent": 790, + "descent": -210, + "lineGap": 250, + "xAvgCharWidth": 827, + "unitsPerEm": 1000 }, - "notoserifyezidi": { - "category": "serif", - "ascentOverride": "1.068", - "descentOverride": "0.292", - "lineGapOverride": "0", - "avgWidth": "1", - "emSize": "1000" + "Courgette": { + "category": "handwriting", + "ascent": 2000, + "descent": -560, + "lineGap": 0, + "xAvgCharWidth": 1107, + "unitsPerEm": 2048 }, - "nototraditionalnushu": { + "Vazirmatn": { "category": "sans-serif", - "ascentOverride": "1.0546875", - "descentOverride": "0.1171875", - "lineGapOverride": "0", - "avgWidth": "0.5178034856", - "emSize": "1024" + "ascent": 2100, + "descent": -1100, + "lineGap": 0, + "xAvgCharWidth": 1159, + "unitsPerEm": 2048 }, - "novacut": { + "Diplomata": { "category": "display", - "ascentOverride": "0.9599609375", - "descentOverride": "0.2470703125", - "lineGapOverride": "0", - "avgWidth": "0.5300105168", - "emSize": "2048" + "ascent": 930, + "descent": -287, + "lineGap": 0, + "xAvgCharWidth": 964, + "unitsPerEm": 1000 }, - "novaflat": { + "Coiny": { "category": "display", - "ascentOverride": "0.9599609375", - "descentOverride": "0.2470703125", - "lineGapOverride": "0", - "avgWidth": "0.5248647837", - "emSize": "2048" - }, - "novamono": { - "category": "monospace", - "ascentOverride": "1.081542969", - "descentOverride": "0.3120117188", - "lineGapOverride": "0", - "avgWidth": "0.5615234375", - "emSize": "2048" + "ascent": 750, + "descent": 250, + "lineGap": 600, + "xAvgCharWidth": 516, + "unitsPerEm": 1000 }, - "novaoval": { - "category": "display", - "ascentOverride": "0.9599609375", - "descentOverride": "0.2470703125", - "lineGapOverride": "0", - "avgWidth": "0.5280573918", - "emSize": "2048" - }, - "novaround": { - "category": "display", - "ascentOverride": "0.9599609375", - "descentOverride": "0.2470703125", - "lineGapOverride": "0", - "avgWidth": "0.5248647837", - "emSize": "2048" - }, - "novascript": { - "category": "display", - "ascentOverride": "0.9599609375", - "descentOverride": "0.2470703125", - "lineGapOverride": "0", - "avgWidth": "0.5303673377", - "emSize": "2048" - }, - "novaslim": { - "category": "display", - "ascentOverride": "0.9599609375", - "descentOverride": "0.2470703125", - "lineGapOverride": "0", - "avgWidth": "0.5246957632", - "emSize": "2048" - }, - "novasquare": { - "category": "display", - "ascentOverride": "0.9599609375", - "descentOverride": "0.2470703125", - "lineGapOverride": "0", - "avgWidth": "0.5248647837", - "emSize": "2048" - }, - "numans": { - "category": "sans-serif", - "ascentOverride": "0.9047851563", - "descentOverride": "0.2700195313", - "lineGapOverride": "0", - "avgWidth": "0.596886268", - "emSize": "2048" - }, - "nunito": { - "category": "sans-serif", - "ascentOverride": "1.011", - "descentOverride": "0.353", - "lineGapOverride": "0", - "avgWidth": "0.4906538462", - "emSize": "1000" - }, - "nunitosans": { - "category": "sans-serif", - "ascentOverride": "1.011", - "descentOverride": "0.353", - "lineGapOverride": "0", - "avgWidth": "0.4988846154", - "emSize": "1000" - }, - "odibeesans": { - "category": "display", - "ascentOverride": "0.858", - "descentOverride": "0.25", - "lineGapOverride": "0", - "avgWidth": "0.3589615385", - "emSize": "1000" - }, - "odormeanchey": { - "category": "serif", - "ascentOverride": "1.220703125", - "descentOverride": "0.5859375", - "lineGapOverride": "0", - "avgWidth": "0.5123009315", - "emSize": "2048" - }, - "offside": { - "category": "display", - "ascentOverride": "0.996", - "descentOverride": "0.265", - "lineGapOverride": "0", - "avgWidth": "0.5901538462", - "emSize": "1000" - }, - "oi": { - "category": "display", - "ascentOverride": "1.07", - "descentOverride": "0.51", - "lineGapOverride": "0", - "avgWidth": "0.9573076923", - "emSize": "1000" + "Noto Serif Ahom": { + "category": "serif", + "ascent": 980, + "descent": -675, + "lineGap": 0, + "xAvgCharWidth": 609, + "unitsPerEm": 1000 }, - "oldstandardtt": { + "Imbue": { "category": "serif", - "ascentOverride": "0.762", - "descentOverride": "0.238", - "lineGapOverride": "0.236", - "avgWidth": "0.4783846154", - "emSize": "1000" + "ascent": 1900, + "descent": -500, + "lineGap": 0, + "xAvgCharWidth": 615, + "unitsPerEm": 2000 }, - "oldenburg": { - "category": "display", - "ascentOverride": "0.986328125", - "descentOverride": "0.263671875", - "lineGapOverride": "0.00439453125", - "avgWidth": "0.5791391226", - "emSize": "2048" + "Kalam": { + "category": "handwriting", + "ascent": 1063, + "descent": -531, + "lineGap": 0, + "xAvgCharWidth": 528, + "unitsPerEm": 1000 }, - "ole": { + "Qwitcher Grypen": { "category": "handwriting", - "ascentOverride": "0.88", - "descentOverride": "0.38", - "lineGapOverride": "0", - "avgWidth": "0.2833076923", - "emSize": "1000" + "ascent": 800, + "descent": -300, + "lineGap": 0, + "xAvgCharWidth": 379, + "unitsPerEm": 1000 }, - "oleoscript": { + "Ewert": { "category": "display", - "ascentOverride": "1.004", - "descentOverride": "0.379", - "lineGapOverride": "0", - "avgWidth": "0.4690384615", - "emSize": "1000" + "ascent": 944, + "descent": -299, + "lineGap": 0, + "xAvgCharWidth": 662, + "unitsPerEm": 1000 }, - "oleoscriptswashcaps": { - "category": "display", - "ascentOverride": "1.004", - "descentOverride": "0.379", - "lineGapOverride": "0", - "avgWidth": "0.4683461538", - "emSize": "1000" + "Noto Sans Osmanya": { + "category": "sans-serif", + "ascent": 1069, + "descent": -293, + "lineGap": 0, + "xAvgCharWidth": 575, + "unitsPerEm": 1000 }, - "ooohbaby": { + "Barlow Condensed": { + "category": "sans-serif", + "ascent": 1000, + "descent": -200, + "lineGap": 0, + "xAvgCharWidth": 397, + "unitsPerEm": 1000 + }, + "Sedgwick Ave": { "category": "handwriting", - "ascentOverride": "0.9", - "descentOverride": "0.325", - "lineGapOverride": "0", - "avgWidth": "0.3964615385", - "emSize": "1000" + "ascent": 937, + "descent": -312, + "lineGap": 0, + "xAvgCharWidth": 584, + "unitsPerEm": 1000 }, - "opensans": { - "category": "sans-serif", - "ascentOverride": "1.068847656", - "descentOverride": "0.29296875", - "lineGapOverride": "0", - "avgWidth": "0.5223858173", - "emSize": "2048" + "Poller One": { + "category": "display", + "ascent": 1920, + "descent": -514, + "lineGap": 0, + "xAvgCharWidth": 1469, + "unitsPerEm": 2048 }, - "oranienbaum": { + "Port Lligat Slab": { "category": "serif", - "ascentOverride": "0.895", - "descentOverride": "0.26", - "lineGapOverride": "0", - "avgWidth": "0.4486538462", - "emSize": "1000" + "ascent": 860, + "descent": -211, + "lineGap": 0, + "xAvgCharWidth": 398, + "unitsPerEm": 1000 }, - "orbitron": { - "category": "sans-serif", - "ascentOverride": "1.011", - "descentOverride": "0.243", - "lineGapOverride": "0", - "avgWidth": "0.6346538462", - "emSize": "1000" + "Pacifico": { + "category": "handwriting", + "ascent": 1303, + "descent": -453, + "lineGap": 0, + "xAvgCharWidth": 615, + "unitsPerEm": 1000 }, - "oregano": { + "Vast Shadow": { "category": "display", - "ascentOverride": "0.9521484375", - "descentOverride": "0.337890625", - "lineGapOverride": "0", - "avgWidth": "0.3978740986", - "emSize": "2048" + "ascent": 1875, + "descent": -685, + "lineGap": 0, + "xAvgCharWidth": 1584, + "unitsPerEm": 2048 }, - "orelegaone": { + "Ribeye Marrow": { "category": "display", - "ascentOverride": "0.8046875", - "descentOverride": "0.1955566406", - "lineGapOverride": "0.09008789063", - "avgWidth": "0.5084885817", - "emSize": "4096" + "ascent": 2130, + "descent": -668, + "lineGap": 0, + "xAvgCharWidth": 1280, + "unitsPerEm": 2048 }, - "orienta": { + "Noto Sans Tagalog": { "category": "sans-serif", - "ascentOverride": "0.96", - "descentOverride": "0.235", - "lineGapOverride": "0", - "avgWidth": "0.5396153846", - "emSize": "1000" - }, - "originalsurfer": { - "category": "display", - "ascentOverride": "0.994140625", - "descentOverride": "0.2568359375", - "lineGapOverride": "0", - "avgWidth": "0.5147047776", - "emSize": "2048" + "ascent": 1069, + "descent": -293, + "lineGap": 0, + "xAvgCharWidth": 778, + "unitsPerEm": 1000 }, - "oswald": { + "Noto Sans Pau Cin Hau": { "category": "sans-serif", - "ascentOverride": "1.193", - "descentOverride": "0.289", - "lineGapOverride": "0", - "avgWidth": "0.4003076923", - "emSize": "1000" + "ascent": 1069, + "descent": -293, + "lineGap": 0, + "xAvgCharWidth": 597, + "unitsPerEm": 1000 }, - "outfit": { + "Livvic": { "category": "sans-serif", - "ascentOverride": "1", - "descentOverride": "0.26", - "lineGapOverride": "0", - "avgWidth": "0.4929615385", - "emSize": "1000" + "ascent": 1005, + "descent": -250, + "lineGap": 0, + "xAvgCharWidth": 554, + "unitsPerEm": 1000 }, - "overtherainbow": { - "category": "handwriting", - "ascentOverride": "1.37890625", - "descentOverride": "0.6611328125", - "lineGapOverride": "0", - "avgWidth": "0.4702899639", - "emSize": "1024" + "Noto Sans Palmyrene": { + "category": "sans-serif", + "ascent": 1069, + "descent": -293, + "lineGap": 0, + "xAvgCharWidth": 787, + "unitsPerEm": 1000 }, - "overlock": { + "Gravitas One": { "category": "display", - "ascentOverride": "0.966", - "descentOverride": "0.254", - "lineGapOverride": "0", - "avgWidth": "0.4448461538", - "emSize": "1000" + "ascent": 1937, + "descent": -668, + "lineGap": 0, + "xAvgCharWidth": 1552, + "unitsPerEm": 2048 }, - "overlocksc": { - "category": "display", - "ascentOverride": "0.966", - "descentOverride": "0.254", - "lineGapOverride": "0", - "avgWidth": "0.4991153846", - "emSize": "1000" + "Duru Sans": { + "category": "sans-serif", + "ascent": 2020, + "descent": -540, + "lineGap": 0, + "xAvgCharWidth": 1226, + "unitsPerEm": 2048 }, - "overpass": { + "Yusei Magic": { "category": "sans-serif", - "ascentOverride": "0.883", - "descentOverride": "0.383", - "lineGapOverride": "0", - "avgWidth": "0.5046538462", - "emSize": "2000" + "ascent": 1160, + "descent": -288, + "lineGap": 0, + "xAvgCharWidth": 980, + "unitsPerEm": 1000 }, - "overpassmono": { - "category": "monospace", - "ascentOverride": "0.883", - "descentOverride": "0.383", - "lineGapOverride": "0", - "avgWidth": "0.616", - "emSize": "2000" + "Aguafina Script": { + "category": "handwriting", + "ascent": 966, + "descent": -581, + "lineGap": 0, + "xAvgCharWidth": 288, + "unitsPerEm": 1000 }, - "ovo": { + "Prata": { "category": "serif", - "ascentOverride": "0.8642578125", - "descentOverride": "0.2607421875", - "lineGapOverride": "0", - "avgWidth": "0.4948542668", - "emSize": "2048" + "ascent": 993, + "descent": -362, + "lineGap": 0, + "xAvgCharWidth": 636, + "unitsPerEm": 1000 }, - "oxanium": { + "Kumar One Outline": { "category": "display", - "ascentOverride": "0.79", - "descentOverride": "0.21", - "lineGapOverride": "0.25", - "avgWidth": "0.5078076923", - "emSize": "1000" + "ascent": 1137, + "descent": -642, + "lineGap": 0, + "xAvgCharWidth": 894, + "unitsPerEm": 1000 }, - "oxygen": { + "Puritan": { "category": "sans-serif", - "ascentOverride": "1.026855469", - "descentOverride": "0.2358398438", - "lineGapOverride": "0", - "avgWidth": "0.5040752704", - "emSize": "2048" - }, - "oxygenmono": { - "category": "monospace", - "ascentOverride": "0.9838867188", - "descentOverride": "0.328125", - "lineGapOverride": "0", - "avgWidth": "0.6000976563", - "emSize": "2048" + "ascent": 881, + "descent": -256, + "lineGap": 0, + "xAvgCharWidth": 481, + "unitsPerEm": 1024 }, - "ptmono": { - "category": "monospace", - "ascentOverride": "0.885", - "descentOverride": "0.235", - "lineGapOverride": "0", - "avgWidth": "0.6", - "emSize": "1000" - }, - "ptsans": { - "category": "sans-serif", - "ascentOverride": "1.018", - "descentOverride": "0.276", - "lineGapOverride": "0", - "avgWidth": "0.4525384615", - "emSize": "1000" + "Kings": { + "category": "handwriting", + "ascent": 950, + "descent": -450, + "lineGap": 0, + "xAvgCharWidth": 632, + "unitsPerEm": 1000 }, - "ptsanscaption": { - "category": "sans-serif", - "ascentOverride": "1.018", - "descentOverride": "0.276", - "lineGapOverride": "0", - "avgWidth": "0.5591153846", - "emSize": "1000" + "Anek Malayalam": { + "category": "sans-serif", + "ascent": 2035, + "descent": -830, + "lineGap": 0, + "xAvgCharWidth": 1379, + "unitsPerEm": 2000 }, - "ptsansnarrow": { - "category": "sans-serif", - "ascentOverride": "1.018", - "descentOverride": "0.276", - "lineGapOverride": "0", - "avgWidth": "0.3866923077", - "emSize": "1000" + "M PLUS 1p": { + "category": "sans-serif", + "ascent": 1075, + "descent": -320, + "lineGap": 90, + "xAvgCharWidth": 907, + "unitsPerEm": 1000 }, - "ptserif": { - "category": "serif", - "ascentOverride": "1.039", - "descentOverride": "0.286", - "lineGapOverride": "0", - "avgWidth": "0.5026153846", - "emSize": "1000" + "Purple Purse": { + "category": "display", + "ascent": 1870, + "descent": -690, + "lineGap": 0, + "xAvgCharWidth": 909, + "unitsPerEm": 2048 }, - "ptserifcaption": { - "category": "serif", - "ascentOverride": "1.039", - "descentOverride": "0.286", - "lineGapOverride": "0", - "avgWidth": "0.5192307692", - "emSize": "1000" + "Volkhov": { + "category": "serif", + "ascent": 971, + "descent": -319, + "lineGap": 0, + "xAvgCharWidth": 553, + "unitsPerEm": 1000 }, - "pacifico": { - "category": "handwriting", - "ascentOverride": "1.303", - "descentOverride": "0.453", - "lineGapOverride": "0", - "avgWidth": "0.4589615385", - "emSize": "1000" + "Nova Script": { + "category": "display", + "ascent": 1966, + "descent": -506, + "lineGap": 0, + "xAvgCharWidth": 1185, + "unitsPerEm": 2048 }, - "padauk": { - "category": "sans-serif", - "ascentOverride": "0.986328125", - "descentOverride": "0.48828125", - "lineGapOverride": "0", - "avgWidth": "0.4513221154", - "emSize": "1024" + "Libre Barcode 128 Text": { + "category": "display", + "ascent": 600, + "descent": -400, + "lineGap": 0, + "xAvgCharWidth": 298, + "unitsPerEm": 1000 }, - "palanquin": { - "category": "sans-serif", - "ascentOverride": "1.32", - "descentOverride": "0.491", - "lineGapOverride": "0", - "avgWidth": "0.4853461538", - "emSize": "1000" + "Sonsie One": { + "category": "display", + "ascent": 2050, + "descent": -600, + "lineGap": 0, + "xAvgCharWidth": 1473, + "unitsPerEm": 2048 }, - "palanquindark": { - "category": "sans-serif", - "ascentOverride": "1.32", - "descentOverride": "0.491", - "lineGapOverride": "0", - "avgWidth": "0.5253076923", - "emSize": "1000" + "Unlock": { + "category": "display", + "ascent": 873, + "descent": -195, + "lineGap": 0, + "xAvgCharWidth": 517, + "unitsPerEm": 1000 }, - "pangolin": { - "category": "handwriting", - "ascentOverride": "0.937", - "descentOverride": "0.312", - "lineGapOverride": "0", - "avgWidth": "0.4654615385", - "emSize": "1000" + "Metamorphous": { + "category": "display", + "ascent": 1972, + "descent": -588, + "lineGap": 0, + "xAvgCharWidth": 1364, + "unitsPerEm": 2048 }, - "paprika": { - "category": "display", - "ascentOverride": "1.145", - "descentOverride": "0.274", - "lineGapOverride": "0", - "avgWidth": "0.5889615385", - "emSize": "1000" + "Encode Sans": { + "category": "sans-serif", + "ascent": 2060, + "descent": -440, + "lineGap": 0, + "xAvgCharWidth": 935, + "unitsPerEm": 2000 }, - "parisienne": { - "category": "handwriting", - "ascentOverride": "0.9155273438", - "descentOverride": "0.4467773438", - "lineGapOverride": "0", - "avgWidth": "0.3833007813", - "emSize": "2048" + "Walter Turncoat": { + "category": "handwriting", + "ascent": 1078, + "descent": -323, + "lineGap": 29, + "xAvgCharWidth": 501, + "unitsPerEm": 1024 }, - "passeroone": { + "Dela Gothic One": { "category": "display", - "ascentOverride": "0.888671875", - "descentOverride": "0.3017578125", - "lineGapOverride": "0", - "avgWidth": "0.4483736478", - "emSize": "2048" + "ascent": 1160, + "descent": -288, + "lineGap": 0, + "xAvgCharWidth": 970, + "unitsPerEm": 1000 }, - "passionone": { + "Emilys Candy": { "category": "display", - "ascentOverride": "0.835", - "descentOverride": "0.266", - "lineGapOverride": "0", - "avgWidth": "0.4162692308", - "emSize": "1000" + "ascent": 996, + "descent": -286, + "lineGap": 0, + "xAvgCharWidth": 431, + "unitsPerEm": 1024 }, - "passionsconflict": { - "category": "handwriting", - "ascentOverride": "0.75", - "descentOverride": "0.35", - "lineGapOverride": "0", - "avgWidth": "0.2419615385", - "emSize": "1000" + "Playfair Display SC": { + "category": "serif", + "ascent": 1082, + "descent": -251, + "lineGap": 0, + "xAvgCharWidth": 568, + "unitsPerEm": 1000 }, - "pathwaygothicone": { + "Public Sans": { "category": "sans-serif", - "ascentOverride": "0.954", - "descentOverride": "0.198", - "lineGapOverride": "0", - "avgWidth": "0.3508846154", - "emSize": "1000" + "ascent": 1900, + "descent": -450, + "lineGap": 0, + "xAvgCharWidth": 1089, + "unitsPerEm": 2000 }, - "patrickhand": { + "Edu SA Beginner": { "category": "handwriting", - "ascentOverride": "1.042", - "descentOverride": "0.312", - "lineGapOverride": "0", - "avgWidth": "0.4017692308", - "emSize": "1000" + "ascent": 1016, + "descent": -244, + "lineGap": 0, + "xAvgCharWidth": 475, + "unitsPerEm": 1000 }, - "patrickhandsc": { + "Waterfall": { "category": "handwriting", - "ascentOverride": "1.042", - "descentOverride": "0.312", - "lineGapOverride": "0", - "avgWidth": "0.4111538462", - "emSize": "1000" + "ascent": 880, + "descent": -280, + "lineGap": 0, + "xAvgCharWidth": 545, + "unitsPerEm": 1000 }, - "pattaya": { + "Chathura": { "category": "sans-serif", - "ascentOverride": "1.008300781", - "descentOverride": "0.3793945313", - "lineGapOverride": "0", - "avgWidth": "0.4432279147", - "emSize": "2048" + "ascent": 1020, + "descent": -602, + "lineGap": 0, + "xAvgCharWidth": 313, + "unitsPerEm": 1000 }, - "patuaone": { + "Gupter": { + "category": "serif", + "ascent": 900, + "descent": -250, + "lineGap": 0, + "xAvgCharWidth": 444, + "unitsPerEm": 1000 + }, + "Almendra Display": { "category": "display", - "ascentOverride": "0.972", - "descentOverride": "0.247", - "lineGapOverride": "0", - "avgWidth": "0.5125384615", - "emSize": "1000" + "ascent": 951, + "descent": -345, + "lineGap": 0, + "xAvgCharWidth": 469, + "unitsPerEm": 1000 }, - "pavanam": { + "Roboto Flex": { "category": "sans-serif", - "ascentOverride": "0.952", - "descentOverride": "0.339", - "lineGapOverride": "0", - "avgWidth": "0.4418846154", - "emSize": "1000" + "ascent": 1900, + "descent": -500, + "lineGap": 0, + "xAvgCharWidth": 1145, + "unitsPerEm": 2048 }, - "paytoneone": { + "Bubbler One": { "category": "sans-serif", - "ascentOverride": "1.113", - "descentOverride": "0.283", - "lineGapOverride": "0", - "avgWidth": "0.5943461538", - "emSize": "1000" - }, - "peddana": { - "category": "serif", - "ascentOverride": "0.9373333333", - "descentOverride": "0.6906666667", - "lineGapOverride": "0", - "avgWidth": "0.3254358974", - "emSize": "750" - }, - "peralta": { - "category": "display", - "ascentOverride": "0.978515625", - "descentOverride": "0.3159179688", - "lineGapOverride": "0", - "avgWidth": "0.6420710637", - "emSize": "2048" - }, - "permanentmarker": { - "category": "handwriting", - "ascentOverride": "1.109375", - "descentOverride": "0.3173828125", - "lineGapOverride": "0.0302734375", - "avgWidth": "0.553898738", - "emSize": "1024" + "ascent": 900, + "descent": -263, + "lineGap": 0, + "xAvgCharWidth": 373, + "unitsPerEm": 1000 }, - "petemoss": { + "MonteCarlo": { "category": "handwriting", - "ascentOverride": "0.8", - "descentOverride": "0.3", - "lineGapOverride": "0", - "avgWidth": "0.2262692308", - "emSize": "1000" + "ascent": 1200, + "descent": -500, + "lineGap": 0, + "xAvgCharWidth": 604, + "unitsPerEm": 1000 }, - "petitformalscript": { - "category": "handwriting", - "ascentOverride": "0.9926757813", - "descentOverride": "0.2573242188", - "lineGapOverride": "0", - "avgWidth": "0.6032527043", - "emSize": "2048" + "Fira Mono": { + "category": "monospace", + "ascent": 935, + "descent": -265, + "lineGap": 0, + "xAvgCharWidth": 600, + "unitsPerEm": 1000 }, - "petrona": { + "Faustina": { "category": "serif", - "ascentOverride": "0.858", - "descentOverride": "0.27", - "lineGapOverride": "0", - "avgWidth": "0.4929615385", - "emSize": "1000" + "ascent": 1043, + "descent": -217, + "lineGap": 0, + "xAvgCharWidth": 516, + "unitsPerEm": 1000 + }, + "Flavors": { + "category": "display", + "ascent": 1015, + "descent": -293, + "lineGap": 0, + "xAvgCharWidth": 431, + "unitsPerEm": 1024 }, - "philosopher": { + "Geo": { "category": "sans-serif", - "ascentOverride": "0.9", - "descentOverride": "0.22", - "lineGapOverride": "0", - "avgWidth": "0.4979230769", - "emSize": "1000" + "ascent": 821, + "descent": -225, + "lineGap": 92, + "xAvgCharWidth": 451, + "unitsPerEm": 1024 }, - "piazzolla": { - "category": "serif", - "ascentOverride": "1.11", - "descentOverride": "0.31", - "lineGapOverride": "0", - "avgWidth": "0.4418076923", - "emSize": "1000" + "M PLUS Code Latin": { + "category": "sans-serif", + "ascent": 1000, + "descent": -235, + "lineGap": 0, + "xAvgCharWidth": 500, + "unitsPerEm": 1000 }, - "piedra": { + "Metal Mania": { "category": "display", - "ascentOverride": "0.973", - "descentOverride": "0.328", - "lineGapOverride": "0", - "avgWidth": "0.4603846154", - "emSize": "1000" + "ascent": 965, + "descent": -303, + "lineGap": 0, + "xAvgCharWidth": 427, + "unitsPerEm": 1024 }, - "pinyonscript": { + "Square Peg": { "category": "handwriting", - "ascentOverride": "0.86328125", - "descentOverride": "0.3842773438", - "lineGapOverride": "0", - "avgWidth": "0.3840895433", - "emSize": "2048" + "ascent": 920, + "descent": -400, + "lineGap": 0, + "xAvgCharWidth": 361, + "unitsPerEm": 1000 }, - "pirataone": { - "category": "display", - "ascentOverride": "1.006", - "descentOverride": "0.279", - "lineGapOverride": "0", - "avgWidth": "0.4028846154", - "emSize": "1000" + "Prompt": { + "category": "sans-serif", + "ascent": 1090, + "descent": -422, + "lineGap": 0, + "xAvgCharWidth": 588, + "unitsPerEm": 1000 }, - "plaster": { + "Dawning of a New Day": { + "category": "handwriting", + "ascent": 1151, + "descent": -500, + "lineGap": 0, + "xAvgCharWidth": 372, + "unitsPerEm": 1024 + }, + "Macondo": { "category": "display", - "ascentOverride": "0.9765625", - "descentOverride": "0.2734375", - "lineGapOverride": "0", - "avgWidth": "0.7395582933", - "emSize": "2048" + "ascent": 888, + "descent": -292, + "lineGap": 0, + "xAvgCharWidth": 414, + "unitsPerEm": 1000 }, - "play": { + "Anek Gurmukhi": { "category": "sans-serif", - "ascentOverride": "0.937", - "descentOverride": "0.22", - "lineGapOverride": "0", - "avgWidth": "0.5041538462", - "emSize": "1000" - }, - "playball": { - "category": "display", - "ascentOverride": "0.95", - "descentOverride": "0.3", - "lineGapOverride": "0", - "avgWidth": "0.408", - "emSize": "1000" + "ascent": 1500, + "descent": -900, + "lineGap": 0, + "xAvgCharWidth": 1010, + "unitsPerEm": 2000 }, - "playfairdisplay": { - "category": "serif", - "ascentOverride": "1.082", - "descentOverride": "0.251", - "lineGapOverride": "0", - "avgWidth": "0.4777307692", - "emSize": "1000" + "Inconsolata": { + "category": "monospace", + "ascent": 859, + "descent": -190, + "lineGap": 0, + "xAvgCharWidth": 505, + "unitsPerEm": 1000 }, - "playfairdisplaysc": { - "category": "serif", - "ascentOverride": "1.082", - "descentOverride": "0.251", - "lineGapOverride": "0", - "avgWidth": "0.7018846154", - "emSize": "1000" + "Keania One": { + "category": "display", + "ascent": 989, + "descent": -228, + "lineGap": 0, + "xAvgCharWidth": 541, + "unitsPerEm": 1000 }, - "plusjakartasans": { - "category": "sans-serif", - "ascentOverride": "1.038", - "descentOverride": "0.222", - "lineGapOverride": "0", - "avgWidth": "0.5419230769", - "emSize": "1000" + "Skranji": { + "category": "display", + "ascent": 1008, + "descent": -383, + "lineGap": 0, + "xAvgCharWidth": 468, + "unitsPerEm": 1024 }, - "podkova": { - "category": "serif", - "ascentOverride": "0.859", - "descentOverride": "0.249", - "lineGapOverride": "0", - "avgWidth": "0.5112307692", - "emSize": "1000" + "Noto Sans Avestan": { + "category": "sans-serif", + "ascent": 1069, + "descent": -293, + "lineGap": 0, + "xAvgCharWidth": 576, + "unitsPerEm": 1000 }, - "poiretone": { - "category": "display", - "ascentOverride": "0.962", - "descentOverride": "0.208", - "lineGapOverride": "0", - "avgWidth": "0.4605769231", - "emSize": "1000" + "Noto Serif Balinese": { + "category": "serif", + "ascent": 1069, + "descent": -726, + "lineGap": 0, + "xAvgCharWidth": 654, + "unitsPerEm": 1000 }, - "pollerone": { - "category": "display", - "ascentOverride": "0.9375", - "descentOverride": "0.2509765625", - "lineGapOverride": "0", - "avgWidth": "0.6996694712", - "emSize": "2048" + "Noto Sans Tai Tham": { + "category": "sans-serif", + "ascent": 1069, + "descent": -520, + "lineGap": 0, + "xAvgCharWidth": 1429, + "unitsPerEm": 1000 }, - "poly": { - "category": "serif", - "ascentOverride": "0.964", - "descentOverride": "0.224", - "lineGapOverride": "0", - "avgWidth": "0.4616923077", - "emSize": "1000" + "Gentium Plus": { + "category": "serif", + "ascent": 2250, + "descent": -750, + "lineGap": 0, + "xAvgCharWidth": 1036, + "unitsPerEm": 2048 }, - "pompiere": { - "category": "display", - "ascentOverride": "0.9365234375", - "descentOverride": "0.2651367188", - "lineGapOverride": "0", - "avgWidth": "0.330078125", - "emSize": "2048" + "Fuggles": { + "category": "handwriting", + "ascent": 850, + "descent": -351, + "lineGap": 0, + "xAvgCharWidth": 449, + "unitsPerEm": 1000 }, - "pontanosans": { - "category": "sans-serif", - "ascentOverride": "0.9887695313", - "descentOverride": "0.2924804688", - "lineGapOverride": "0", - "avgWidth": "0.4650878906", - "emSize": "2048" + "Chango": { + "category": "display", + "ascent": 995, + "descent": -216, + "lineGap": 0, + "xAvgCharWidth": 684, + "unitsPerEm": 1000 }, - "poorstory": { - "category": "display", - "ascentOverride": "0.7998046875", - "descentOverride": "0.2001953125", - "lineGapOverride": "0.25", - "avgWidth": "0.3994891827", - "emSize": "1024" + "Noto Sans Hebrew": { + "category": "sans-serif", + "ascent": 1068, + "descent": -292, + "lineGap": 0, + "xAvgCharWidth": 550, + "unitsPerEm": 1000 }, - "poppins": { - "category": "sans-serif", - "ascentOverride": "1.05", - "descentOverride": "0.35", - "lineGapOverride": "0.1", - "avgWidth": "0.5433461538", - "emSize": "1000" + "Explora": { + "category": "handwriting", + "ascent": 850, + "descent": -350, + "lineGap": 0, + "xAvgCharWidth": 397, + "unitsPerEm": 1000 }, - "portlligatsans": { - "category": "sans-serif", - "ascentOverride": "0.86", - "descentOverride": "0.211", - "lineGapOverride": "0", - "avgWidth": "0.4461923077", - "emSize": "1000" + "Noto Sans Kayah Li": { + "category": "sans-serif", + "ascent": 1069, + "descent": -293, + "lineGap": 0, + "xAvgCharWidth": 704, + "unitsPerEm": 1000 }, - "portlligatslab": { - "category": "serif", - "ascentOverride": "0.86", - "descentOverride": "0.211", - "lineGapOverride": "0", - "avgWidth": "0.4450384615", - "emSize": "1000" + "Coming Soon": { + "category": "handwriting", + "ascent": 1053, + "descent": -498, + "lineGap": 21, + "xAvgCharWidth": 522, + "unitsPerEm": 1024 }, - "pottaone": { + "Jolly Lodger": { "category": "display", - "ascentOverride": "1.16", - "descentOverride": "0.288", - "lineGapOverride": "0", - "avgWidth": "0.5948461538", - "emSize": "1000" + "ascent": 988, + "descent": -257, + "lineGap": 0, + "xAvgCharWidth": 291, + "unitsPerEm": 1024 }, - "pragatinarrow": { - "category": "sans-serif", - "ascentOverride": "1.158", - "descentOverride": "0.534", - "lineGapOverride": "0", - "avgWidth": "0.4061153846", - "emSize": "1000" + "Oxanium": { + "category": "display", + "ascent": 790, + "descent": -210, + "lineGap": 250, + "xAvgCharWidth": 529, + "unitsPerEm": 1000 }, - "praise": { + "Kaushan Script": { "category": "handwriting", - "ascentOverride": "0.85", - "descentOverride": "0.35", - "lineGapOverride": "0", - "avgWidth": "0.3682692308", - "emSize": "1000" + "ascent": 1084, + "descent": -367, + "lineGap": 0, + "xAvgCharWidth": 391, + "unitsPerEm": 1000 }, - "prata": { + "IM Fell DW Pica": { "category": "serif", - "ascentOverride": "0.993", - "descentOverride": "0.362", - "lineGapOverride": "0", - "avgWidth": "0.5471923077", - "emSize": "1000" + "ascent": 1868, + "descent": -692, + "lineGap": 0, + "xAvgCharWidth": 796, + "unitsPerEm": 2048 }, - "preahvihear": { + "Noto Sans Mongolian": { "category": "sans-serif", - "ascentOverride": "1.220703125", - "descentOverride": "0.5859375", - "lineGapOverride": "0", - "avgWidth": "0.5655611478", - "emSize": "2048" + "ascent": 1457, + "descent": -293, + "lineGap": 0, + "xAvgCharWidth": 799, + "unitsPerEm": 1000 }, - "pressstart2p": { - "category": "display", - "ascentOverride": "1", - "descentOverride": "0", - "lineGapOverride": "0", - "avgWidth": "1", - "emSize": "1000" - }, - "pridi": { + "David Libre": { "category": "serif", - "ascentOverride": "1.1", - "descentOverride": "0.45", - "lineGapOverride": "0", - "avgWidth": "0.5354230769", - "emSize": "1000" + "ascent": 1528, + "descent": -449, + "lineGap": 0, + "xAvgCharWidth": 1029, + "unitsPerEm": 2048 + }, + "Rye": { + "category": "display", + "ascent": 2020, + "descent": -540, + "lineGap": 0, + "xAvgCharWidth": 1238, + "unitsPerEm": 2048 }, - "princesssofia": { + "Mea Culpa": { "category": "handwriting", - "ascentOverride": "0.986328125", - "descentOverride": "0.560546875", - "lineGapOverride": "0", - "avgWidth": "0.3717322716", - "emSize": "1024" + "ascent": 1000, + "descent": -400, + "lineGap": 0, + "xAvgCharWidth": 540, + "unitsPerEm": 1000 }, - "prociono": { + "Noto Serif SC": { "category": "serif", - "ascentOverride": "1.008", - "descentOverride": "0.212", - "lineGapOverride": "0", - "avgWidth": "0.4881923077", - "emSize": "1000" + "ascent": 1151, + "descent": -286, + "lineGap": 0, + "xAvgCharWidth": 990, + "unitsPerEm": 1000 }, - "prompt": { - "category": "sans-serif", - "ascentOverride": "1.09", - "descentOverride": "0.422", - "lineGapOverride": "0", - "avgWidth": "0.5250384615", - "emSize": "1000" - }, - "prostoone": { + "Peralta": { "category": "display", - "ascentOverride": "0.94", - "descentOverride": "0.295", - "lineGapOverride": "0", - "avgWidth": "0.6178846154", - "emSize": "1000" + "ascent": 2004, + "descent": -647, + "lineGap": 0, + "xAvgCharWidth": 1167, + "unitsPerEm": 2048 }, - "prozalibre": { - "category": "sans-serif", - "ascentOverride": "0.9912109375", - "descentOverride": "0.3662109375", - "lineGapOverride": "0", - "avgWidth": "0.561711238", - "emSize": "2048" + "Caveat Brush": { + "category": "handwriting", + "ascent": 960, + "descent": -300, + "lineGap": 0, + "xAvgCharWidth": 449, + "unitsPerEm": 1000 }, - "publicsans": { - "category": "sans-serif", - "ascentOverride": "0.95", - "descentOverride": "0.225", - "lineGapOverride": "0", - "avgWidth": "0.5153846154", - "emSize": "2000" + "Parisienne": { + "category": "handwriting", + "ascent": 1875, + "descent": -915, + "lineGap": 0, + "xAvgCharWidth": 717, + "unitsPerEm": 2048 + }, + "Londrina Solid": { + "category": "display", + "ascent": 945, + "descent": -238, + "lineGap": 0, + "xAvgCharWidth": 443, + "unitsPerEm": 1000 }, - "puppiesplay": { + "Love Light": { "category": "handwriting", - "ascentOverride": "0.75", - "descentOverride": "0.25", - "lineGapOverride": "0", - "avgWidth": "0.2533461538", - "emSize": "1000" + "ascent": 900, + "descent": -500, + "lineGap": 0, + "xAvgCharWidth": 504, + "unitsPerEm": 1000 }, - "puritan": { - "category": "sans-serif", - "ascentOverride": "0.875", - "descentOverride": "0.25", - "lineGapOverride": "0", - "avgWidth": "0.467172476", - "emSize": "1024" + "Petemoss": { + "category": "handwriting", + "ascent": 800, + "descent": -300, + "lineGap": 0, + "xAvgCharWidth": 409, + "unitsPerEm": 1000 }, - "purplepurse": { + "Sevillana": { "category": "display", - "ascentOverride": "0.9130859375", - "descentOverride": "0.3369140625", - "lineGapOverride": "0", - "avgWidth": "0.5055213341", - "emSize": "2048" + "ascent": 2062, + "descent": -717, + "lineGap": 0, + "xAvgCharWidth": 744, + "unitsPerEm": 2048 }, - "qahiri": { - "category": "sans-serif", - "ascentOverride": "0.8", - "descentOverride": "0.3333333333", - "lineGapOverride": "0", - "avgWidth": "0.3130769231", - "emSize": "750" + "Butcherman": { + "category": "display", + "ascent": 2600, + "descent": -1363, + "lineGap": 0, + "xAvgCharWidth": 1119, + "unitsPerEm": 2048 }, - "quando": { - "category": "serif", - "ascentOverride": "0.9912109375", - "descentOverride": "0.2587890625", - "lineGapOverride": "0", - "avgWidth": "0.6036283053", - "emSize": "2048" + "Nova Round": { + "category": "display", + "ascent": 1966, + "descent": -506, + "lineGap": 0, + "xAvgCharWidth": 1169, + "unitsPerEm": 2048 }, - "quantico": { + "Jockey One": { "category": "sans-serif", - "ascentOverride": "1.063", - "descentOverride": "0.367", - "lineGapOverride": "0", - "avgWidth": "0.5376923077", - "emSize": "1000" + "ascent": 1079, + "descent": -319, + "lineGap": 0, + "xAvgCharWidth": 370, + "unitsPerEm": 1000 }, - "quattrocento": { + "Trirong": { "category": "serif", - "ascentOverride": "0.848", - "descentOverride": "0.26", - "lineGapOverride": "0", - "avgWidth": "0.5354", - "emSize": "1000" + "ascent": 1200, + "descent": -534, + "lineGap": 0, + "xAvgCharWidth": 593, + "unitsPerEm": 1000 }, - "quattrocentosans": { + "Play": { "category": "sans-serif", - "ascentOverride": "0.848", - "descentOverride": "0.26", - "lineGapOverride": "0", - "avgWidth": "0.4950384615", - "emSize": "1000" + "ascent": 937, + "descent": -220, + "lineGap": 0, + "xAvgCharWidth": 562, + "unitsPerEm": 1000 }, - "questrial": { + "Nanum Gothic": { "category": "sans-serif", - "ascentOverride": "0.82", - "descentOverride": "0.21", - "lineGapOverride": "0", - "avgWidth": "0.5019230769", - "emSize": "1000" + "ascent": 920, + "descent": -230, + "lineGap": 0, + "xAvgCharWidth": 463, + "unitsPerEm": 1000 }, - "quicksand": { + "Zen Kaku Gothic Antique": { "category": "sans-serif", - "ascentOverride": "1", - "descentOverride": "0.25", - "lineGapOverride": "0", - "avgWidth": "0.5143461538", - "emSize": "1000" + "ascent": 1160, + "descent": -288, + "lineGap": 0, + "xAvgCharWidth": 979, + "unitsPerEm": 1000 }, - "quintessential": { + "Dekko": { "category": "handwriting", - "ascentOverride": "1.143066406", - "descentOverride": "0.3901367188", - "lineGapOverride": "0", - "avgWidth": "0.4390963041", - "emSize": "2048" + "ascent": 2231, + "descent": -1112, + "lineGap": 0, + "xAvgCharWidth": 1223, + "unitsPerEm": 2048 }, - "qwigley": { - "category": "handwriting", - "ascentOverride": "0.75", - "descentOverride": "0.5", - "lineGapOverride": "0", - "avgWidth": "0.2692307692", - "emSize": "1000" + "Playfair Display": { + "category": "serif", + "ascent": 1082, + "descent": -251, + "lineGap": 0, + "xAvgCharWidth": 579, + "unitsPerEm": 1000 }, - "qwitchergrypen": { + "Whisper": { "category": "handwriting", - "ascentOverride": "0.8", - "descentOverride": "0.3", - "lineGapOverride": "0", - "avgWidth": "0.2578846154", - "emSize": "1000" + "ascent": 880, + "descent": -400, + "lineGap": 0, + "xAvgCharWidth": 517, + "unitsPerEm": 1000 }, - "racingsansone": { + "Nova Square": { "category": "display", - "ascentOverride": "0.976", - "descentOverride": "0.284", - "lineGapOverride": "0", - "avgWidth": "0.5312307692", - "emSize": "1000" + "ascent": 1966, + "descent": -506, + "lineGap": 0, + "xAvgCharWidth": 1169, + "unitsPerEm": 2048 }, - "radiocanada": { + "Petit Formal Script": { + "category": "handwriting", + "ascent": 2033, + "descent": -527, + "lineGap": 0, + "xAvgCharWidth": 1097, + "unitsPerEm": 2048 + }, + "Spline Sans": { "category": "sans-serif", - "ascentOverride": "0.945", - "descentOverride": "0.255", - "lineGapOverride": "0", - "avgWidth": "0.5203846154", - "emSize": "1000" + "ascent": 1927, + "descent": -473, + "lineGap": 0, + "xAvgCharWidth": 1065, + "unitsPerEm": 2000 }, - "radley": { - "category": "serif", - "ascentOverride": "0.9633789063", - "descentOverride": "0.3002929688", - "lineGapOverride": "0", - "avgWidth": "0.4925443209", - "emSize": "2048" + "Lexend Giga": { + "category": "sans-serif", + "ascent": 1000, + "descent": -250, + "lineGap": 0, + "xAvgCharWidth": 588, + "unitsPerEm": 1000 }, - "rajdhani": { + "Red Hat Text": { "category": "sans-serif", - "ascentOverride": "0.93", - "descentOverride": "0.346", - "lineGapOverride": "0", - "avgWidth": "0.4504615385", - "emSize": "1000" + "ascent": 1018, + "descent": -305, + "lineGap": 0, + "xAvgCharWidth": 530, + "unitsPerEm": 1000 }, - "rakkas": { - "category": "display", - "ascentOverride": "1.046", - "descentOverride": "0.445", - "lineGapOverride": "0", - "avgWidth": "0.4577692308", - "emSize": "1000" + "Viga": { + "category": "sans-serif", + "ascent": 1015, + "descent": -329, + "lineGap": 0, + "xAvgCharWidth": 449, + "unitsPerEm": 1000 }, - "raleway": { + "Bayon": { "category": "sans-serif", - "ascentOverride": "0.94", - "descentOverride": "0.234", - "lineGapOverride": "0", - "avgWidth": "0.4828076923", - "emSize": "1000" + "ascent": 2500, + "descent": -1200, + "lineGap": 0, + "xAvgCharWidth": 1033, + "unitsPerEm": 2048 }, - "ralewaydots": { + "Irish Grover": { "category": "display", - "ascentOverride": "0.918", - "descentOverride": "0.213", - "lineGapOverride": "0", - "avgWidth": "0.5122307692", - "emSize": "1000" + "ascent": 965, + "descent": -246, + "lineGap": 27, + "xAvgCharWidth": 473, + "unitsPerEm": 1024 + }, + "Alata": { + "category": "sans-serif", + "ascent": 1100, + "descent": -280, + "lineGap": 0, + "xAvgCharWidth": 588, + "unitsPerEm": 1000 }, - "ramabhadra": { + "Noto Sans SC": { "category": "sans-serif", - "ascentOverride": "1.326506024", - "descentOverride": "0.5710843373", - "lineGapOverride": "0", - "avgWidth": "0.5377664504", - "emSize": "830" + "ascent": 1160, + "descent": -288, + "lineGap": 0, + "xAvgCharWidth": 989, + "unitsPerEm": 1000 }, - "ramaraja": { + "Cherry Swash": { + "category": "display", + "ascent": 1025, + "descent": -301, + "lineGap": 0, + "xAvgCharWidth": 556, + "unitsPerEm": 1000 + }, + "Manuale": { "category": "serif", - "ascentOverride": "0.988", - "descentOverride": "0.7253333333", - "lineGapOverride": "0", - "avgWidth": "0.420974359", - "emSize": "750" + "ascent": 980, + "descent": -236, + "lineGap": 221, + "xAvgCharWidth": 524, + "unitsPerEm": 1000 }, - "rambla": { - "category": "sans-serif", - "ascentOverride": "0.929", - "descentOverride": "0.295", - "lineGapOverride": "0", - "avgWidth": "0.4616923077", - "emSize": "1000" + "Warnes": { + "category": "display", + "ascent": 994, + "descent": -310, + "lineGap": 0, + "xAvgCharWidth": 612, + "unitsPerEm": 1000 + }, + "Bungee Shade": { + "category": "display", + "ascent": 860, + "descent": -140, + "lineGap": 200, + "xAvgCharWidth": 853, + "unitsPerEm": 1000 + }, + "Neuton": { + "category": "serif", + "ascent": 2106, + "descent": -485, + "lineGap": 0, + "xAvgCharWidth": 929, + "unitsPerEm": 2048 }, - "rammettoone": { + "GFS Didot": { + "category": "serif", + "ascent": 947, + "descent": -277, + "lineGap": 25, + "xAvgCharWidth": 457, + "unitsPerEm": 1000 + }, + "Amarante": { "category": "display", - "ascentOverride": "1.189941406", - "descentOverride": "0.4990234375", - "lineGapOverride": "0", - "avgWidth": "0.732421875", - "emSize": "2048" + "ascent": 2020, + "descent": -540, + "lineGap": 0, + "xAvgCharWidth": 1061, + "unitsPerEm": 2048 }, - "rampartone": { + "Flow Rounded": { "category": "display", - "ascentOverride": "1.16", - "descentOverride": "0.288", - "lineGapOverride": "0", - "avgWidth": "0.5862307692", - "emSize": "1000" + "ascent": 1000, + "descent": -200, + "lineGap": 0, + "xAvgCharWidth": 494, + "unitsPerEm": 1000 }, - "ranchers": { + "Caesar Dressing": { "category": "display", - "ascentOverride": "1.045", - "descentOverride": "0.205", - "lineGapOverride": "0", - "avgWidth": "0.4453461538", - "emSize": "1000" + "ascent": 1017, + "descent": -226, + "lineGap": 0, + "xAvgCharWidth": 459, + "unitsPerEm": 1024 + }, + "Comforter": { + "category": "handwriting", + "ascent": 930, + "descent": -480, + "lineGap": 0, + "xAvgCharWidth": 494, + "unitsPerEm": 1000 }, - "rancho": { + "Island Moments": { "category": "handwriting", - "ascentOverride": "0.8974609375", - "descentOverride": "0.3212890625", - "lineGapOverride": "0.0234375", - "avgWidth": "0.3337214543", - "emSize": "1024" + "ascent": 750, + "descent": -400, + "lineGap": 0, + "xAvgCharWidth": 556, + "unitsPerEm": 1000 }, - "ranga": { + "Rampart One": { "category": "display", - "ascentOverride": "1", - "descentOverride": "0.4630297565", - "lineGapOverride": "0", - "avgWidth": "0.3266976486", - "emSize": "2218" + "ascent": 1160, + "descent": -288, + "lineGap": 0, + "xAvgCharWidth": 969, + "unitsPerEm": 1000 }, - "rasa": { - "category": "serif", - "ascentOverride": "0.728", - "descentOverride": "0.272", - "lineGapOverride": "0.218", - "avgWidth": "0.4475769231", - "emSize": "1000" + "Redressed": { + "category": "handwriting", + "ascent": 1907, + "descent": -494, + "lineGap": 0, + "xAvgCharWidth": 714, + "unitsPerEm": 2048 + }, + "Mallanna": { + "category": "sans-serif", + "ascent": 1105, + "descent": -504, + "lineGap": 0, + "xAvgCharWidth": 475, + "unitsPerEm": 870 }, - "rationale": { + "Archivo Black": { "category": "sans-serif", - "ascentOverride": "0.903", - "descentOverride": "0.25", - "lineGapOverride": "0", - "avgWidth": "0.4075769231", - "emSize": "1000" + "ascent": 878, + "descent": -210, + "lineGap": 0, + "xAvgCharWidth": 652, + "unitsPerEm": 1000 }, - "raviprakash": { + "Patua One": { "category": "display", - "ascentOverride": "0.916015625", - "descentOverride": "0.66796875", - "lineGapOverride": "0", - "avgWidth": "0.4607121394", - "emSize": "1024" + "ascent": 972, + "descent": -247, + "lineGap": 0, + "xAvgCharWidth": 443, + "unitsPerEm": 1000 }, - "readexpro": { + "Cairo": { "category": "sans-serif", - "ascentOverride": "1", - "descentOverride": "0.25", - "lineGapOverride": "0", - "avgWidth": "0.5454230769", - "emSize": "1000" + "ascent": 1303, + "descent": -571, + "lineGap": 0, + "xAvgCharWidth": 592, + "unitsPerEm": 1000 }, - "recursive": { + "Permanent Marker": { + "category": "handwriting", + "ascent": 1136, + "descent": -325, + "lineGap": 31, + "xAvgCharWidth": 517, + "unitsPerEm": 1024 + }, + "Days One": { "category": "sans-serif", - "ascentOverride": "0.95", - "descentOverride": "0.25", - "lineGapOverride": "0", - "avgWidth": "0.5634615385", - "emSize": "1000" + "ascent": 2040, + "descent": -567, + "lineGap": 0, + "xAvgCharWidth": 1340, + "unitsPerEm": 2048 }, - "redhatdisplay": { + "Dhurjati": { "category": "sans-serif", - "ascentOverride": "1.018", - "descentOverride": "0.305", - "lineGapOverride": "0", - "avgWidth": "0.4760384615", - "emSize": "1000" + "ascent": 1101, + "descent": -509, + "lineGap": 0, + "xAvgCharWidth": 467, + "unitsPerEm": 870 }, - "redhatmono": { - "category": "monospace", - "ascentOverride": "1.018", - "descentOverride": "0.305", - "lineGapOverride": "0", - "avgWidth": "0.6", - "emSize": "1000" + "Estonia": { + "category": "handwriting", + "ascent": 900, + "descent": -340, + "lineGap": 0, + "xAvgCharWidth": 538, + "unitsPerEm": 1000 }, - "redhattext": { - "category": "sans-serif", - "ascentOverride": "1.018", - "descentOverride": "0.305", - "lineGapOverride": "0", - "avgWidth": "0.4796923077", - "emSize": "1000" + "Fondamento": { + "category": "handwriting", + "ascent": 2060, + "descent": -774, + "lineGap": 0, + "xAvgCharWidth": 1141, + "unitsPerEm": 2048 }, - "redrose": { - "category": "display", - "ascentOverride": "0.937", - "descentOverride": "0.312", - "lineGapOverride": "0", - "avgWidth": "0.5540769231", - "emSize": "1000" + "Familjen Grotesk": { + "category": "sans-serif", + "ascent": 1230, + "descent": -270, + "lineGap": 0, + "xAvgCharWidth": 647, + "unitsPerEm": 1200 }, - "redacted": { - "category": "display", - "ascentOverride": "0.8", - "descentOverride": "0.2", - "lineGapOverride": "0", - "avgWidth": "0.375", - "emSize": "1000" + "Send Flowers": { + "category": "handwriting", + "ascent": 975, + "descent": -350, + "lineGap": 0, + "xAvgCharWidth": 553, + "unitsPerEm": 1000 }, - "redactedscript": { - "category": "display", - "ascentOverride": "0.8", - "descentOverride": "0.2", - "lineGapOverride": "0", - "avgWidth": "0.4332692308", - "emSize": "1000" + "Doppio One": { + "category": "sans-serif", + "ascent": 2060, + "descent": -500, + "lineGap": 0, + "xAvgCharWidth": 1131, + "unitsPerEm": 2048 }, - "redressed": { - "category": "handwriting", - "ascentOverride": "0.9311523438", - "descentOverride": "0.2412109375", - "lineGapOverride": "0", - "avgWidth": "0.3904184195", - "emSize": "2048" + "Fruktur": { + "category": "display", + "ascent": 2020, + "descent": -540, + "lineGap": 0, + "xAvgCharWidth": 1140, + "unitsPerEm": 2048 }, - "reemkufi": { - "category": "sans-serif", - "ascentOverride": "1.1", - "descentOverride": "0.4", - "lineGapOverride": "0", - "avgWidth": "0.5032692308", - "emSize": "1000" + "Federo": { + "category": "sans-serif", + "ascent": 1883, + "descent": -530, + "lineGap": 0, + "xAvgCharWidth": 1034, + "unitsPerEm": 2048 }, - "reeniebeanie": { - "category": "handwriting", - "ascentOverride": "0.75", - "descentOverride": "0.25", - "lineGapOverride": "0", - "avgWidth": "0.3379230769", - "emSize": "1000" + "Khula": { + "category": "sans-serif", + "ascent": 1978, + "descent": -1198, + "lineGap": 0, + "xAvgCharWidth": 1130, + "unitsPerEm": 1978 }, - "reggaeone": { - "category": "display", - "ascentOverride": "1.16", - "descentOverride": "0.288", - "lineGapOverride": "0", - "avgWidth": "0.5878461538", - "emSize": "1000" + "DM Sans": { + "category": "sans-serif", + "ascent": 992, + "descent": -310, + "lineGap": 0, + "xAvgCharWidth": 544, + "unitsPerEm": 1000 }, - "revalia": { + "Kumar One": { "category": "display", - "ascentOverride": "1.047851563", - "descentOverride": "0.1865234375", - "lineGapOverride": "0", - "avgWidth": "0.702749399", - "emSize": "2048" - }, - "rhodiumlibre": { - "category": "serif", - "ascentOverride": "1.1", - "descentOverride": "0.61", - "lineGapOverride": "0", - "avgWidth": "0.5729615385", - "emSize": "1000" + "ascent": 1137, + "descent": -642, + "lineGap": 0, + "xAvgCharWidth": 894, + "unitsPerEm": 1000 }, - "ribeye": { - "category": "display", - "ascentOverride": "1.040039063", - "descentOverride": "0.326171875", - "lineGapOverride": "0", - "avgWidth": "0.6050368089", - "emSize": "2048" + "Epilogue": { + "category": "sans-serif", + "ascent": 1580, + "descent": -470, + "lineGap": 0, + "xAvgCharWidth": 1123, + "unitsPerEm": 2000 }, - "ribeyemarrow": { - "category": "display", - "ascentOverride": "1.040039063", - "descentOverride": "0.326171875", - "lineGapOverride": "0", - "avgWidth": "0.6050368089", - "emSize": "2048" + "Noto Sans Old South Arabian": { + "category": "sans-serif", + "ascent": 1069, + "descent": -293, + "lineGap": 0, + "xAvgCharWidth": 541, + "unitsPerEm": 1000 }, - "righteous": { - "category": "display", - "ascentOverride": "0.9848632813", - "descentOverride": "0.2568359375", - "lineGapOverride": "0", - "avgWidth": "0.5228553185", - "emSize": "2048" + "Piazzolla": { + "category": "serif", + "ascent": 1110, + "descent": -310, + "lineGap": 0, + "xAvgCharWidth": 595, + "unitsPerEm": 1000 }, - "risque": { + "Chonburi": { "category": "display", - "ascentOverride": "0.9047851563", - "descentOverride": "0.2509765625", - "lineGapOverride": "0", - "avgWidth": "0.4735013522", - "emSize": "2048" + "ascent": 950, + "descent": -250, + "lineGap": 0, + "xAvgCharWidth": 669, + "unitsPerEm": 1000 }, - "roadrage": { - "category": "display", - "ascentOverride": "0.85", - "descentOverride": "0.25", - "lineGapOverride": "0", - "avgWidth": "0.2776153846", - "emSize": "1000" + "Loved by the King": { + "category": "handwriting", + "ascent": 2398, + "descent": -1137, + "lineGap": 0, + "xAvgCharWidth": 715, + "unitsPerEm": 2048 }, - "roboto": { + "Zen Kurenaido": { "category": "sans-serif", - "ascentOverride": "0.927734375", - "descentOverride": "0.244140625", - "lineGapOverride": "0", - "avgWidth": "0.4842623197", - "emSize": "2048" + "ascent": 1160, + "descent": -288, + "lineGap": 0, + "xAvgCharWidth": 972, + "unitsPerEm": 1000 }, - "robotocondensed": { - "category": "sans-serif", - "ascentOverride": "0.927734375", - "descentOverride": "0.244140625", - "lineGapOverride": "0", - "avgWidth": "0.4842623197", - "emSize": "2048" + "Damion": { + "category": "handwriting", + "ascent": 2068, + "descent": -746, + "lineGap": 0, + "xAvgCharWidth": 731, + "unitsPerEm": 2048 }, - "robotoflex": { + "Mandali": { "category": "sans-serif", - "ascentOverride": "0.927734375", - "descentOverride": "0.244140625", - "lineGapOverride": "0", - "avgWidth": "0.4946289063", - "emSize": "2048" + "ascent": 1087, + "descent": -475, + "lineGap": 0, + "xAvgCharWidth": 468, + "unitsPerEm": 790 }, - "robotomono": { - "category": "monospace", - "ascentOverride": "1.047851563", - "descentOverride": "0.2709960938", - "lineGapOverride": "0", - "avgWidth": "0.6000976563", - "emSize": "2048" + "Donegal One": { + "category": "serif", + "ascent": 2000, + "descent": -560, + "lineGap": 0, + "xAvgCharWidth": 1241, + "unitsPerEm": 2048 }, - "robotoserif": { - "category": "serif", - "ascentOverride": "0.927", - "descentOverride": "0.244", - "lineGapOverride": "0", - "avgWidth": "0.5323461538", - "emSize": "1000" + "Farsan": { + "category": "display", + "ascent": 711, + "descent": -289, + "lineGap": 200, + "xAvgCharWidth": 454, + "unitsPerEm": 1000 + }, + "DynaPuff": { + "category": "display", + "ascent": 965, + "descent": -235, + "lineGap": 0, + "xAvgCharWidth": 596, + "unitsPerEm": 1000 }, - "robotoslab": { - "category": "serif", - "ascentOverride": "1.047851563", - "descentOverride": "0.2709960938", - "lineGapOverride": "0", - "avgWidth": "0.5450345553", - "emSize": "2048" + "Potta One": { + "category": "display", + "ascent": 1160, + "descent": -288, + "lineGap": 0, + "xAvgCharWidth": 974, + "unitsPerEm": 1000 }, - "rochester": { - "category": "handwriting", - "ascentOverride": "1.029785156", - "descentOverride": "0.2578125", - "lineGapOverride": "0", - "avgWidth": "0.3565579928", - "emSize": "2048" + "Slackey": { + "category": "display", + "ascent": 1078, + "descent": -351, + "lineGap": 28, + "xAvgCharWidth": 634, + "unitsPerEm": 1024 }, - "rocksalt": { - "category": "handwriting", - "ascentOverride": "1.584960938", - "descentOverride": "0.76953125", - "lineGapOverride": "0.03125", - "avgWidth": "0.6956505409", - "emSize": "1024" + "Kurale": { + "category": "serif", + "ascent": 1095, + "descent": -383, + "lineGap": 0, + "xAvgCharWidth": 558, + "unitsPerEm": 1000 }, - "rocknrollone": { - "category": "sans-serif", - "ascentOverride": "1.16", - "descentOverride": "0.288", - "lineGapOverride": "0", - "avgWidth": "0.5677692308", - "emSize": "1000" + "League Script": { + "category": "handwriting", + "ascent": 1100, + "descent": -600, + "lineGap": 0, + "xAvgCharWidth": 793, + "unitsPerEm": 1536 }, - "rokkitt": { - "category": "serif", - "ascentOverride": "0.817", - "descentOverride": "0.32", - "lineGapOverride": "0", - "avgWidth": "0.4686923077", - "emSize": "1000" + "Elsie Swash Caps": { + "category": "display", + "ascent": 878, + "descent": -274, + "lineGap": 0, + "xAvgCharWidth": 510, + "unitsPerEm": 1000 }, - "romanesco": { - "category": "handwriting", - "ascentOverride": "0.9111328125", - "descentOverride": "0.2358398438", - "lineGapOverride": "0", - "avgWidth": "0.2626577524", - "emSize": "2048" + "Denk One": { + "category": "sans-serif", + "ascent": 2118, + "descent": -442, + "lineGap": 0, + "xAvgCharWidth": 1018, + "unitsPerEm": 2048 }, - "ropasans": { - "category": "sans-serif", - "ascentOverride": "0.841", - "descentOverride": "0.231", - "lineGapOverride": "0", - "avgWidth": "0.4318846154", - "emSize": "1000" + "Courier Prime": { + "category": "monospace", + "ascent": 1600, + "descent": -700, + "lineGap": 0, + "xAvgCharWidth": 1228, + "unitsPerEm": 2048 }, - "rosario": { - "category": "sans-serif", - "ascentOverride": "0.977", - "descentOverride": "0.235", - "lineGapOverride": "0", - "avgWidth": "0.4346153846", - "emSize": "1000" + "Fresca": { + "category": "sans-serif", + "ascent": 869, + "descent": -285, + "lineGap": 0, + "xAvgCharWidth": 408, + "unitsPerEm": 1000 }, - "rosarivo": { - "category": "serif", - "ascentOverride": "0.979", - "descentOverride": "0.424", - "lineGapOverride": "0", - "avgWidth": "0.5269230769", - "emSize": "1000" + "Kelly Slab": { + "category": "display", + "ascent": 962, + "descent": -250, + "lineGap": 0, + "xAvgCharWidth": 522, + "unitsPerEm": 1000 }, - "rougescript": { - "category": "handwriting", - "ascentOverride": "0.84", - "descentOverride": "0.3352", - "lineGapOverride": "0", - "avgWidth": "0.3012923077", - "emSize": "1250" + "Cutive Mono": { + "category": "monospace", + "ascent": 1697, + "descent": -558, + "lineGap": 0, + "xAvgCharWidth": 1240, + "unitsPerEm": 2048 }, - "rowdies": { - "category": "display", - "ascentOverride": "0.997", - "descentOverride": "0.245", - "lineGapOverride": "0", - "avgWidth": "0.577", - "emSize": "1000" + "Enriqueta": { + "category": "serif", + "ascent": 1077, + "descent": -261, + "lineGap": 0, + "xAvgCharWidth": 520, + "unitsPerEm": 1000 }, - "rozhaone": { + "DM Serif Display": { "category": "serif", - "ascentOverride": "0.998", - "descentOverride": "0.422", - "lineGapOverride": "0", - "avgWidth": "0.5459230769", - "emSize": "1000" + "ascent": 1036, + "descent": -335, + "lineGap": 0, + "xAvgCharWidth": 561, + "unitsPerEm": 1000 }, - "rubik": { + "Molengo": { "category": "sans-serif", - "ascentOverride": "0.935", - "descentOverride": "0.25", - "lineGapOverride": "0", - "avgWidth": "0.5123076923", - "emSize": "1000" + "ascent": 1928, + "descent": -522, + "lineGap": 0, + "xAvgCharWidth": 862, + "unitsPerEm": 2048 }, - "rubikbeastly": { + "Miltonian": { "category": "display", - "ascentOverride": "0.935", - "descentOverride": "0.25", - "lineGapOverride": "0", - "avgWidth": "0.6119615385", - "emSize": "1000" + "ascent": 918, + "descent": -274, + "lineGap": 0, + "xAvgCharWidth": 564, + "unitsPerEm": 1000 }, - "rubikbubbles": { + "Libre Barcode 39": { "category": "display", - "ascentOverride": "0.935", - "descentOverride": "0.25", - "lineGapOverride": "0", - "avgWidth": "0.6119615385", - "emSize": "1000" + "ascent": 600, + "descent": -400, + "lineGap": 0, + "xAvgCharWidth": 480, + "unitsPerEm": 1000 }, - "rubikglitch": { - "category": "display", - "ascentOverride": "0.935", - "descentOverride": "0.25", - "lineGapOverride": "0", - "avgWidth": "0.6119615385", - "emSize": "1000" + "Noto Sans Psalter Pahlavi": { + "category": "sans-serif", + "ascent": 737, + "descent": -554, + "lineGap": 0, + "xAvgCharWidth": 611, + "unitsPerEm": 1000 }, - "rubikmicrobe": { - "category": "display", - "ascentOverride": "0.935", - "descentOverride": "0.25", - "lineGapOverride": "0", - "avgWidth": "0.6119615385", - "emSize": "1000" + "Goudy Bookletter 1911": { + "category": "serif", + "ascent": 983, + "descent": -318, + "lineGap": 92, + "xAvgCharWidth": 520, + "unitsPerEm": 1024 }, - "rubikmonoone": { + "Noto Sans Elymaic": { "category": "sans-serif", - "ascentOverride": "0.932", - "descentOverride": "0.306", - "lineGapOverride": "0", - "avgWidth": "0.85", - "emSize": "1000" + "ascent": 920, + "descent": -280, + "lineGap": 0, + "xAvgCharWidth": 725, + "unitsPerEm": 1000 }, - "rubikmoonrocks": { - "category": "display", - "ascentOverride": "0.935", - "descentOverride": "0.25", - "lineGapOverride": "0", - "avgWidth": "0.6119615385", - "emSize": "1000" + "Noto Serif Telugu": { + "category": "serif", + "ascent": 869, + "descent": -483, + "lineGap": 0, + "xAvgCharWidth": 671, + "unitsPerEm": 1000 }, - "rubikpuddles": { + "Rammetto One": { "category": "display", - "ascentOverride": "0.935", - "descentOverride": "0.25", - "lineGapOverride": "0", - "avgWidth": "0.6119615385", - "emSize": "1000" + "ascent": 2437, + "descent": -1022, + "lineGap": 0, + "xAvgCharWidth": 1282, + "unitsPerEm": 2048 }, - "rubikwetpaint": { - "category": "display", - "ascentOverride": "0.935", - "descentOverride": "0.25", - "lineGapOverride": "0", - "avgWidth": "0.6119615385", - "emSize": "1000" + "Cousine": { + "category": "monospace", + "ascent": 1705, + "descent": -615, + "lineGap": 0, + "xAvgCharWidth": 1229, + "unitsPerEm": 2048 }, - "ruda": { - "category": "sans-serif", - "ascentOverride": "0.922", - "descentOverride": "0.295", - "lineGapOverride": "0", - "avgWidth": "0.5160769231", - "emSize": "1000" + "Train One": { + "category": "display", + "ascent": 1160, + "descent": -288, + "lineGap": 0, + "xAvgCharWidth": 945, + "unitsPerEm": 1000 }, - "rufina": { - "category": "serif", - "ascentOverride": "0.945", - "descentOverride": "0.29", - "lineGapOverride": "0", - "avgWidth": "0.5413846154", - "emSize": "1000" + "Cabin Sketch": { + "category": "display", + "ascent": 873, + "descent": -298, + "lineGap": 0, + "xAvgCharWidth": 502, + "unitsPerEm": 1000 }, - "rugeboogie": { - "category": "handwriting", - "ascentOverride": "0.875", - "descentOverride": "0.375", - "lineGapOverride": "0", - "avgWidth": "0.3288846154", - "emSize": "1000" + "RocknRoll One": { + "category": "sans-serif", + "ascent": 1160, + "descent": -288, + "lineGap": 0, + "xAvgCharWidth": 969, + "unitsPerEm": 1000 }, - "ruluko": { - "category": "sans-serif", - "ascentOverride": "0.914", - "descentOverride": "0.241", - "lineGapOverride": "0", - "avgWidth": "0.4659615385", - "emSize": "1000" + "Noto Sans Newa": { + "category": "sans-serif", + "ascent": 1036, + "descent": -396, + "lineGap": 0, + "xAvgCharWidth": 552, + "unitsPerEm": 1000 }, - "rumraisin": { - "category": "sans-serif", - "ascentOverride": "0.9829101563", - "descentOverride": "0.3071289063", - "lineGapOverride": "0", - "avgWidth": "0.3947378305", - "emSize": "2048" + "Mate": { + "category": "serif", + "ascent": 958, + "descent": -262, + "lineGap": 0, + "xAvgCharWidth": 424, + "unitsPerEm": 1000 }, - "ruslandisplay": { - "category": "display", - "ascentOverride": "0.688", - "descentOverride": "0.397", - "lineGapOverride": "0", - "avgWidth": "0.6910769231", - "emSize": "1000" + "Judson": { + "category": "serif", + "ascent": 902, + "descent": -248, + "lineGap": 0, + "xAvgCharWidth": 426, + "unitsPerEm": 1000 }, - "russoone": { - "category": "sans-serif", - "ascentOverride": "0.926", - "descentOverride": "0.279", - "lineGapOverride": "0", - "avgWidth": "0.5740384615", - "emSize": "1000" + "Mitr": { + "category": "sans-serif", + "ascent": 1150, + "descent": -420, + "lineGap": 0, + "xAvgCharWidth": 592, + "unitsPerEm": 1000 }, - "ruthie": { - "category": "handwriting", - "ascentOverride": "0.8", - "descentOverride": "0.45", - "lineGapOverride": "0", - "avgWidth": "0.2911923077", - "emSize": "1000" + "Shippori Antique B1": { + "category": "sans-serif", + "ascent": 1160, + "descent": -288, + "lineGap": 0, + "xAvgCharWidth": 993, + "unitsPerEm": 1000 }, - "rye": { - "category": "display", - "ascentOverride": "0.986328125", - "descentOverride": "0.263671875", - "lineGapOverride": "0", - "avgWidth": "0.6024263822", - "emSize": "2048" + "Sulphur Point": { + "category": "sans-serif", + "ascent": 790, + "descent": -210, + "lineGap": 0, + "xAvgCharWidth": 504, + "unitsPerEm": 1000 }, - "stixtwotext": { - "category": "serif", - "ascentOverride": "0.762", - "descentOverride": "0.238", - "lineGapOverride": "0.25", - "avgWidth": "0.4808461538", - "emSize": "1000" + "Henny Penny": { + "category": "display", + "ascent": 2324, + "descent": -1305, + "lineGap": 0, + "xAvgCharWidth": 931, + "unitsPerEm": 2048 }, - "sacramento": { - "category": "handwriting", - "ascentOverride": "0.9301757813", - "descentOverride": "0.529296875", - "lineGapOverride": "0", - "avgWidth": "0.3279371995", - "emSize": "2048" + "Antic Didone": { + "category": "serif", + "ascent": 940, + "descent": -250, + "lineGap": 0, + "xAvgCharWidth": 476, + "unitsPerEm": 1000 }, - "sahitya": { - "category": "serif", - "ascentOverride": "1.106", - "descentOverride": "0.447", - "lineGapOverride": "0", - "avgWidth": "0.4671923077", - "emSize": "1000" + "Frijole": { + "category": "display", + "ascent": 1075, + "descent": -337, + "lineGap": 0, + "xAvgCharWidth": 725, + "unitsPerEm": 1024 }, - "sail": { + "BhuTuka Expanded One": { "category": "display", - "ascentOverride": "0.86", - "descentOverride": "0.294", - "lineGapOverride": "0", - "avgWidth": "0.4391923077", - "emSize": "1000" + "ascent": 826, + "descent": -182, + "lineGap": 0, + "xAvgCharWidth": 799, + "unitsPerEm": 1000 }, - "saira": { - "category": "sans-serif", - "ascentOverride": "1.135", - "descentOverride": "0.439", - "lineGapOverride": "0", - "avgWidth": "0.5215", - "emSize": "1000" + "Song Myung": { + "category": "serif", + "ascent": 848, + "descent": -152, + "lineGap": 250, + "xAvgCharWidth": 867, + "unitsPerEm": 1000 }, - "sairacondensed": { + "Noto Sans Hanifi Rohingya": { "category": "sans-serif", - "ascentOverride": "1.135", - "descentOverride": "0.439", - "lineGapOverride": "0", - "avgWidth": "0.4033846154", - "emSize": "1000" + "ascent": 1069, + "descent": -293, + "lineGap": 0, + "xAvgCharWidth": 534, + "unitsPerEm": 1000 }, - "sairaextracondensed": { + "Shippori Antique": { "category": "sans-serif", - "ascentOverride": "1.135", - "descentOverride": "0.439", - "lineGapOverride": "0", - "avgWidth": "0.3363846154", - "emSize": "1000" + "ascent": 1160, + "descent": -288, + "lineGap": 0, + "xAvgCharWidth": 993, + "unitsPerEm": 1000 }, - "sairasemicondensed": { + "Koh Santepheap": { + "category": "display", + "ascent": 2050, + "descent": -550, + "lineGap": 0, + "xAvgCharWidth": 1326, + "unitsPerEm": 2048 + }, + "Josefin Sans": { "category": "sans-serif", - "ascentOverride": "1.135", - "descentOverride": "0.439", - "lineGapOverride": "0", - "avgWidth": "0.4830769231", - "emSize": "1000" + "ascent": 750, + "descent": -250, + "lineGap": 0, + "xAvgCharWidth": 547, + "unitsPerEm": 1000 }, - "sairastencilone": { - "category": "display", - "ascentOverride": "1.135", - "descentOverride": "0.439", - "lineGapOverride": "0", - "avgWidth": "0.5386923077", - "emSize": "1000" + "Sue Ellen Francisco": { + "category": "handwriting", + "ascent": 1362, + "descent": -634, + "lineGap": 0, + "xAvgCharWidth": 280, + "unitsPerEm": 1024 }, - "salsa": { - "category": "display", - "ascentOverride": "0.974", - "descentOverride": "0.252", - "lineGapOverride": "0", - "avgWidth": "0.511", - "emSize": "1000" + "Hi Melody": { + "category": "handwriting", + "ascent": 679, + "descent": -345, + "lineGap": 256, + "xAvgCharWidth": 820, + "unitsPerEm": 1024 }, - "sanchez": { + "Noto Serif KR": { "category": "serif", - "ascentOverride": "1.004", - "descentOverride": "0.274", - "lineGapOverride": "0", - "avgWidth": "0.5523846154", - "emSize": "1000" + "ascent": 1151, + "descent": -286, + "lineGap": 0, + "xAvgCharWidth": 969, + "unitsPerEm": 1000 }, - "sancreek": { + "Viaoda Libre": { "category": "display", - "ascentOverride": "1.02734375", - "descentOverride": "0.3603515625", - "lineGapOverride": "0", - "avgWidth": "0.539456881", - "emSize": "2048" + "ascent": 1051, + "descent": -360, + "lineGap": 0, + "xAvgCharWidth": 521, + "unitsPerEm": 1000 }, - "sansita": { + "Telex": { "category": "sans-serif", - "ascentOverride": "1.02", - "descentOverride": "0.18", - "lineGapOverride": "0", - "avgWidth": "0.4593846154", - "emSize": "1000" + "ascent": 945, + "descent": -260, + "lineGap": 0, + "xAvgCharWidth": 531, + "unitsPerEm": 1000 }, - "sansitaswashed": { + "Freckle Face": { "category": "display", - "ascentOverride": "1.02", - "descentOverride": "0.18", - "lineGapOverride": "0", - "avgWidth": "0.4565", - "emSize": "1000" + "ascent": 1946, + "descent": -571, + "lineGap": 0, + "xAvgCharWidth": 869, + "unitsPerEm": 2048 }, - "sarabun": { - "category": "sans-serif", - "ascentOverride": "1.068", - "descentOverride": "0.232", - "lineGapOverride": "0", - "avgWidth": "0.4833461538", - "emSize": "1000" + "Noto Rashi Hebrew": { + "category": "serif", + "ascent": 896, + "descent": -290, + "lineGap": 0, + "xAvgCharWidth": 557, + "unitsPerEm": 1000 }, - "sarala": { - "category": "sans-serif", - "ascentOverride": "1.170898438", - "descentOverride": "0.4594726563", - "lineGapOverride": "0", - "avgWidth": "0.5130333534", - "emSize": "2048" + "UnifrakturMaguntia": { + "category": "display", + "ascent": 1607, + "descent": -513, + "lineGap": 0, + "xAvgCharWidth": 1062, + "unitsPerEm": 2048 + }, + "Hurricane": { + "category": "handwriting", + "ascent": 950, + "descent": -430, + "lineGap": 0, + "xAvgCharWidth": 505, + "unitsPerEm": 1000 }, - "sarina": { + "Mystery Quest": { "category": "display", - "ascentOverride": "0.935546875", - "descentOverride": "0.314453125", - "lineGapOverride": "0", - "avgWidth": "0.6801757813", - "emSize": "2048" + "ascent": 989, + "descent": -409, + "lineGap": 0, + "xAvgCharWidth": 434, + "unitsPerEm": 1024 }, - "sarpanch": { + "Lexend Mega": { "category": "sans-serif", - "ascentOverride": "1.05", - "descentOverride": "0.35", - "lineGapOverride": "0", - "avgWidth": "0.5838846154", - "emSize": "1000" + "ascent": 1000, + "descent": -250, + "lineGap": 0, + "xAvgCharWidth": 588, + "unitsPerEm": 1000 }, - "sassyfrass": { - "category": "handwriting", - "ascentOverride": "0.8", - "descentOverride": "0.3", - "lineGapOverride": "0", - "avgWidth": "0.2182307692", - "emSize": "1000" - }, - "satisfy": { - "category": "handwriting", - "ascentOverride": "0.9345703125", - "descentOverride": "0.4892578125", - "lineGapOverride": "0.0166015625", - "avgWidth": "0.4178936298", - "emSize": "1024" + "Noto Sans Deseret": { + "category": "sans-serif", + "ascent": 1069, + "descent": -293, + "lineGap": 0, + "xAvgCharWidth": 580, + "unitsPerEm": 1000 }, - "sawarabigothic": { + "Fahkwang": { "category": "sans-serif", - "ascentOverride": "1.11", - "descentOverride": "0.272", - "lineGapOverride": "0.09", - "avgWidth": "0.5079230769", - "emSize": "1000" + "ascent": 1008, + "descent": -292, + "lineGap": 0, + "xAvgCharWidth": 628, + "unitsPerEm": 1000 }, - "sawarabimincho": { + "Ibarra Real Nova": { "category": "serif", - "ascentOverride": "1.07", - "descentOverride": "0.319", - "lineGapOverride": "0.09", - "avgWidth": "0.5415384615", - "emSize": "1000" + "ascent": 950, + "descent": -300, + "lineGap": 0, + "xAvgCharWidth": 579, + "unitsPerEm": 1000 }, - "scada": { + "Love Ya Like A Sister": { + "category": "display", + "ascent": 942, + "descent": -333, + "lineGap": 0, + "xAvgCharWidth": 476, + "unitsPerEm": 1024 + }, + "Encode Sans Condensed": { "category": "sans-serif", - "ascentOverride": "0.955", - "descentOverride": "0.289", - "lineGapOverride": "0", - "avgWidth": "0.4796153846", - "emSize": "1000" + "ascent": 2060, + "descent": -440, + "lineGap": 0, + "xAvgCharWidth": 979, + "unitsPerEm": 2000 }, - "scheherazadenew": { + "Noto Serif Lao": { "category": "serif", - "ascentOverride": "1.342773438", - "descentOverride": "0.6967773438", - "lineGapOverride": "0", - "avgWidth": "0.4159029447", - "emSize": "2048" + "ascent": 1174, + "descent": -482, + "lineGap": 0, + "xAvgCharWidth": 571, + "unitsPerEm": 1000 }, - "schoolbell": { + "Dokdo": { "category": "handwriting", - "ascentOverride": "0.9951171875", - "descentOverride": "0.3740234375", - "lineGapOverride": "0.0234375", - "avgWidth": "0.4349083534", - "emSize": "1024" + "ascent": 696, + "descent": -304, + "lineGap": 250, + "xAvgCharWidth": 682, + "unitsPerEm": 1000 }, - "scopeone": { - "category": "serif", - "ascentOverride": "0.928", - "descentOverride": "0.455", - "lineGapOverride": "0", - "avgWidth": "0.5234615385", - "emSize": "1000" + "Nanum Pen Script": { + "category": "handwriting", + "ascent": 920, + "descent": -230, + "lineGap": 0, + "xAvgCharWidth": 772, + "unitsPerEm": 1000 }, - "seaweedscript": { + "Dongle": { + "category": "sans-serif", + "ascent": 850, + "descent": -598, + "lineGap": 0, + "xAvgCharWidth": 547, + "unitsPerEm": 1000 + }, + "Unica One": { "category": "display", - "ascentOverride": "0.9462890625", - "descentOverride": "0.4111328125", - "lineGapOverride": "0", - "avgWidth": "0.3872821514", - "emSize": "1024" + "ascent": 917, + "descent": -265, + "lineGap": 0, + "xAvgCharWidth": 469, + "unitsPerEm": 1000 }, - "secularone": { + "Noto Sans Inscriptional Pahlavi": { "category": "sans-serif", - "ascentOverride": "1.022", - "descentOverride": "0.433", - "lineGapOverride": "0", - "avgWidth": "0.5467692308", - "emSize": "1000" + "ascent": 1069, + "descent": -352, + "lineGap": 0, + "xAvgCharWidth": 581, + "unitsPerEm": 1000 }, - "sedgwickave": { - "category": "handwriting", - "ascentOverride": "0.937", - "descentOverride": "0.312", - "lineGapOverride": "0", - "avgWidth": "0.4628076923", - "emSize": "1000" + "Archivo Narrow": { + "category": "sans-serif", + "ascent": 1035, + "descent": -312, + "lineGap": 0, + "xAvgCharWidth": 470, + "unitsPerEm": 1000 }, - "sedgwickavedisplay": { - "category": "handwriting", - "ascentOverride": "0.937", - "descentOverride": "0.312", - "lineGapOverride": "0", - "avgWidth": "0.4454230769", - "emSize": "1000" + "Kaisei HarunoUmi": { + "category": "serif", + "ascent": 1160, + "descent": -288, + "lineGap": 0, + "xAvgCharWidth": 969, + "unitsPerEm": 1000 }, - "sen": { + "Noto Sans Tai Viet": { "category": "sans-serif", - "ascentOverride": "0.939453125", - "descentOverride": "0.263671875", - "lineGapOverride": "0", - "avgWidth": "0.5289588341", - "emSize": "1024" + "ascent": 1069, + "descent": -293, + "lineGap": 0, + "xAvgCharWidth": 728, + "unitsPerEm": 1000 }, - "sendflowers": { + "Sunshiney": { "category": "handwriting", - "ascentOverride": "0.975", - "descentOverride": "0.35", - "lineGapOverride": "0", - "avgWidth": "0.3824230769", - "emSize": "1000" - }, - "sevillana": { - "category": "display", - "ascentOverride": "1.006835938", - "descentOverride": "0.3500976563", - "lineGapOverride": "0", - "avgWidth": "0.4036207933", - "emSize": "2048" + "ascent": 1019, + "descent": -306, + "lineGap": 27, + "xAvgCharWidth": 346, + "unitsPerEm": 1024 }, - "seymourone": { + "Mochiy Pop One": { "category": "sans-serif", - "ascentOverride": "0.9838867188", - "descentOverride": "0.2729492188", - "lineGapOverride": "0", - "avgWidth": "0.8358811599", - "emSize": "2048" + "ascent": 1160, + "descent": -288, + "lineGap": 0, + "xAvgCharWidth": 991, + "unitsPerEm": 1000 }, - "shadowsintolight": { + "Inspiration": { "category": "handwriting", - "ascentOverride": "1.174804688", - "descentOverride": "0.431640625", - "lineGapOverride": "0", - "avgWidth": "0.385929988", - "emSize": "1024" + "ascent": 870, + "descent": -400, + "lineGap": 0, + "xAvgCharWidth": 431, + "unitsPerEm": 1000 }, - "shadowsintolighttwo": { - "category": "handwriting", - "ascentOverride": "1.118164063", - "descentOverride": "0.3330078125", - "lineGapOverride": "0", - "avgWidth": "0.395320012", - "emSize": "1024" + "Coustard": { + "category": "serif", + "ascent": 2095, + "descent": -781, + "lineGap": 0, + "xAvgCharWidth": 1009, + "unitsPerEm": 2048 }, - "shalimar": { + "Are You Serious": { "category": "handwriting", - "ascentOverride": "0.8", - "descentOverride": "0.42", - "lineGapOverride": "0", - "avgWidth": "0.2429615385", - "emSize": "1000" + "ascent": 880, + "descent": -320, + "lineGap": 0, + "xAvgCharWidth": 471, + "unitsPerEm": 1000 }, - "shanti": { + "Wendy One": { "category": "sans-serif", - "ascentOverride": "0.982421875", - "descentOverride": "0.2924804688", - "lineGapOverride": "0", - "avgWidth": "0.4987041767", - "emSize": "2048" + "ascent": 819, + "descent": -236, + "lineGap": 0, + "xAvgCharWidth": 532, + "unitsPerEm": 1000 }, - "share": { + "Srisakdi": { "category": "display", - "ascentOverride": "0.885", - "descentOverride": "0.242", - "lineGapOverride": "0", - "avgWidth": "0.4696538462", - "emSize": "1000" + "ascent": 950, + "descent": -250, + "lineGap": 0, + "xAvgCharWidth": 534, + "unitsPerEm": 1000 }, - "sharetech": { + "Mukta": { "category": "sans-serif", - "ascentOverride": "0.885", - "descentOverride": "0.242", - "lineGapOverride": "0", - "avgWidth": "0.4439230769", - "emSize": "1000" - }, - "sharetechmono": { - "category": "monospace", - "ascentOverride": "0.885", - "descentOverride": "0.242", - "lineGapOverride": "0", - "avgWidth": "0.54", - "emSize": "1000" + "ascent": 1130, + "descent": -532, + "lineGap": 0, + "xAvgCharWidth": 664, + "unitsPerEm": 1000 }, - "shipporiantique": { - "category": "sans-serif", - "ascentOverride": "1.16", - "descentOverride": "0.288", - "lineGapOverride": "0", - "avgWidth": "0.5435769231", - "emSize": "1000" + "Quando": { + "category": "serif", + "ascent": 2030, + "descent": -530, + "lineGap": 0, + "xAvgCharWidth": 1363, + "unitsPerEm": 2048 }, - "shipporiantiqueb1": { - "category": "sans-serif", - "ascentOverride": "1.16", - "descentOverride": "0.288", - "lineGapOverride": "0", - "avgWidth": "0.5435769231", - "emSize": "1000" + "Titan One": { + "category": "display", + "ascent": 970, + "descent": -175, + "lineGap": 0, + "xAvgCharWidth": 545, + "unitsPerEm": 1000 }, - "shipporimincho": { - "category": "serif", - "ascentOverride": "1.16", - "descentOverride": "0.288", - "lineGapOverride": "0", - "avgWidth": "0.5626923077", - "emSize": "1000" + "Convergence": { + "category": "sans-serif", + "ascent": 943, + "descent": -230, + "lineGap": 0, + "xAvgCharWidth": 489, + "unitsPerEm": 1000 }, - "shipporiminchob1": { - "category": "serif", - "ascentOverride": "1.16", - "descentOverride": "0.288", - "lineGapOverride": "0", - "avgWidth": "0.5626923077", - "emSize": "1000" + "Noto Sans Duployan": { + "category": "sans-serif", + "ascent": 1069, + "descent": -293, + "lineGap": 0, + "xAvgCharWidth": 591, + "unitsPerEm": 1000 }, - "shojumaru": { - "category": "display", - "ascentOverride": "0.986328125", - "descentOverride": "0.337890625", - "lineGapOverride": "0", - "avgWidth": "0.7646484375", - "emSize": "2048" + "Rubik Distressed": { + "category": "display", + "ascent": 935, + "descent": -250, + "lineGap": 0, + "xAvgCharWidth": 635, + "unitsPerEm": 1000 }, - "shortstack": { - "category": "handwriting", - "ascentOverride": "0.9340820313", - "descentOverride": "0.2973632813", - "lineGapOverride": "0", - "avgWidth": "0.6269155649", - "emSize": "2048" + "Spirax": { + "category": "display", + "ascent": 947, + "descent": -288, + "lineGap": 0, + "xAvgCharWidth": 422, + "unitsPerEm": 1000 }, - "shrikhand": { - "category": "display", - "ascentOverride": "1.026", - "descentOverride": "0.432", - "lineGapOverride": "0", - "avgWidth": "0.6193076923", - "emSize": "1000" + "Rubik Maze": { + "category": "display", + "ascent": 935, + "descent": -250, + "lineGap": 0, + "xAvgCharWidth": 635, + "unitsPerEm": 1000 }, - "siemreap": { - "category": "display", - "ascentOverride": "1.220703125", - "descentOverride": "0.5859375", - "lineGapOverride": "0.03271484375", - "avgWidth": "1", - "emSize": "2048" + "Noto Sans Khmer": { + "category": "sans-serif", + "ascent": 1069, + "descent": -293, + "lineGap": 0, + "xAvgCharWidth": 639, + "unitsPerEm": 1000 }, - "sigmarone": { - "category": "display", - "ascentOverride": "1.172", - "descentOverride": "0.466", - "lineGapOverride": "0", - "avgWidth": "0.7128461538", - "emSize": "1000" + "Noto Sans Gunjala Gondi": { + "category": "sans-serif", + "ascent": 1014, + "descent": -252, + "lineGap": 0, + "xAvgCharWidth": 846, + "unitsPerEm": 1000 }, - "signika": { - "category": "sans-serif", - "ascentOverride": "0.94", - "descentOverride": "0.292", - "lineGapOverride": "0", - "avgWidth": "0.4719423077", - "emSize": "2000" + "Murecho": { + "category": "sans-serif", + "ascent": 1160, + "descent": -288, + "lineGap": 0, + "xAvgCharWidth": 888, + "unitsPerEm": 1000 }, - "signikanegative": { - "category": "sans-serif", - "ascentOverride": "0.94", - "descentOverride": "0.292", - "lineGapOverride": "0", - "avgWidth": "0.4707307692", - "emSize": "2000" + "Bilbo Swash Caps": { + "category": "handwriting", + "ascent": 850, + "descent": -400, + "lineGap": 0, + "xAvgCharWidth": 264, + "unitsPerEm": 1000 }, - "simonetta": { - "category": "display", - "ascentOverride": "0.9619140625", - "descentOverride": "0.2900390625", - "lineGapOverride": "0", - "avgWidth": "0.5010516827", - "emSize": "2048" + "Scada": { + "category": "sans-serif", + "ascent": 955, + "descent": -289, + "lineGap": 0, + "xAvgCharWidth": 514, + "unitsPerEm": 1000 }, - "singleday": { + "Codystar": { "category": "display", - "ascentOverride": "0.7607421875", - "descentOverride": "0.2392578125", - "lineGapOverride": "0.25", - "avgWidth": "0.423452524", - "emSize": "1024" + "ascent": 953, + "descent": -255, + "lineGap": 0, + "xAvgCharWidth": 627, + "unitsPerEm": 1024 }, - "sintony": { + "Noto Sans Lycian": { "category": "sans-serif", - "ascentOverride": "0.995", - "descentOverride": "0.308", - "lineGapOverride": "0", - "avgWidth": "0.5480769231", - "emSize": "1000" + "ascent": 1069, + "descent": -293, + "lineGap": 0, + "xAvgCharWidth": 596, + "unitsPerEm": 1000 }, - "sirinstencil": { - "category": "display", - "ascentOverride": "1.162109375", - "descentOverride": "0.294921875", - "lineGapOverride": "0", - "avgWidth": "0.4604492188", - "emSize": "2048" - }, - "sixcaps": { + "Quicksand": { "category": "sans-serif", - "ascentOverride": "1.104980469", - "descentOverride": "0.2109375", - "lineGapOverride": "0", - "avgWidth": "0.2238581731", - "emSize": "2048" + "ascent": 1000, + "descent": -250, + "lineGap": 0, + "xAvgCharWidth": 541, + "unitsPerEm": 1000 + }, + "Italiana": { + "category": "serif", + "ascent": 928, + "descent": -250, + "lineGap": 0, + "xAvgCharWidth": 435, + "unitsPerEm": 1000 }, - "skranji": { + "Tulpen One": { "category": "display", - "ascentOverride": "0.984375", - "descentOverride": "0.3740234375", - "lineGapOverride": "0", - "avgWidth": "0.499211238", - "emSize": "1024" + "ascent": 1767, + "descent": -465, + "lineGap": 0, + "xAvgCharWidth": 397, + "unitsPerEm": 2048 }, - "slabo13px": { + "Caudex": { "category": "serif", - "ascentOverride": "0.9230769231", - "descentOverride": "0.3076923077", - "lineGapOverride": "0", - "avgWidth": "0.5473372781", - "emSize": "780" + "ascent": 2034, + "descent": -606, + "lineGap": 0, + "xAvgCharWidth": 926, + "unitsPerEm": 2048 }, - "slabo27px": { - "category": "serif", - "ascentOverride": "0.9259259259", - "descentOverride": "0.2962962963", - "lineGapOverride": "0", - "avgWidth": "0.4544159544", - "emSize": "810" + "PT Sans": { + "category": "sans-serif", + "ascent": 1018, + "descent": -276, + "lineGap": 0, + "xAvgCharWidth": 527, + "unitsPerEm": 1000 }, - "slackey": { - "category": "display", - "ascentOverride": "1.052734375", - "descentOverride": "0.3427734375", - "lineGapOverride": "0.02734375", - "avgWidth": "0.6740910457", - "emSize": "1024" + "Noto Sans Sharada": { + "category": "sans-serif", + "ascent": 925, + "descent": -455, + "lineGap": 0, + "xAvgCharWidth": 600, + "unitsPerEm": 1000 }, - "smokum": { - "category": "display", - "ascentOverride": "0.9697265625", - "descentOverride": "0.25", - "lineGapOverride": "0", - "avgWidth": "0.3796198918", - "emSize": "2048" + "Kosugi Maru": { + "category": "sans-serif", + "ascent": 901, + "descent": -123, + "lineGap": 0, + "xAvgCharWidth": 1013, + "unitsPerEm": 1024 }, - "smooch": { + "Fuzzy Bubbles": { "category": "handwriting", - "ascentOverride": "0.95", - "descentOverride": "0.45", - "lineGapOverride": "0", - "avgWidth": "0.3728846154", - "emSize": "1000" + "ascent": 900, + "descent": -350, + "lineGap": 0, + "xAvgCharWidth": 597, + "unitsPerEm": 1000 }, - "smoochsans": { + "M PLUS 1 Code": { "category": "sans-serif", - "ascentOverride": "0.9", - "descentOverride": "0.3", - "lineGapOverride": "0", - "avgWidth": "0.3418846154", - "emSize": "1000" + "ascent": 1000, + "descent": -235, + "lineGap": 0, + "xAvgCharWidth": 958, + "unitsPerEm": 1000 }, - "smythe": { - "category": "display", - "ascentOverride": "0.9194335938", - "descentOverride": "0.234375", - "lineGapOverride": "0", - "avgWidth": "0.3548490084", - "emSize": "2048" + "Noto Sans HK": { + "category": "sans-serif", + "ascent": 1160, + "descent": -288, + "lineGap": 0, + "xAvgCharWidth": 984, + "unitsPerEm": 1000 }, - "sniglet": { + "Gowun Dodum": { + "category": "sans-serif", + "ascent": 1160, + "descent": -288, + "lineGap": 0, + "xAvgCharWidth": 896, + "unitsPerEm": 1000 + }, + "Aboreto": { "category": "display", - "ascentOverride": "0.956", - "descentOverride": "0.289", - "lineGapOverride": "0", - "avgWidth": "0.6462692308", - "emSize": "1000" + "ascent": 930, + "descent": -230, + "lineGap": 0, + "xAvgCharWidth": 569, + "unitsPerEm": 1000 }, - "snippet": { + "M PLUS Rounded 1c": { "category": "sans-serif", - "ascentOverride": "0.89", - "descentOverride": "0.261", - "lineGapOverride": "0", - "avgWidth": "0.4941153846", - "emSize": "1000" + "ascent": 1075, + "descent": -320, + "lineGap": 90, + "xAvgCharWidth": 901, + "unitsPerEm": 1000 }, - "snowburstone": { - "category": "display", - "ascentOverride": "1.041992188", - "descentOverride": "0.2216796875", - "lineGapOverride": "0", - "avgWidth": "0.6012807993", - "emSize": "2048" + "Belleza": { + "category": "sans-serif", + "ascent": 928, + "descent": -224, + "lineGap": 0, + "xAvgCharWidth": 502, + "unitsPerEm": 1000 }, - "sofadione": { + "Zen Antique Soft": { + "category": "serif", + "ascent": 1160, + "descent": -288, + "lineGap": 0, + "xAvgCharWidth": 979, + "unitsPerEm": 1000 + }, + "Lobster": { "category": "display", - "ascentOverride": "0.856", - "descentOverride": "0.31", - "lineGapOverride": "0", - "avgWidth": "0.5388076923", - "emSize": "1000" + "ascent": 1000, + "descent": -250, + "lineGap": 0, + "xAvgCharWidth": 594, + "unitsPerEm": 1000 }, - "sofia": { + "Yomogi": { "category": "handwriting", - "ascentOverride": "1.138", - "descentOverride": "0.438", - "lineGapOverride": "0", - "avgWidth": "0.4664615385", - "emSize": "1000" + "ascent": 1160, + "descent": -288, + "lineGap": 0, + "xAvgCharWidth": 964, + "unitsPerEm": 1000 }, - "solway": { + "Tiro Devanagari Hindi": { "category": "serif", - "ascentOverride": "0.95", - "descentOverride": "0.25", - "lineGapOverride": "0", - "avgWidth": "0.5848076923", - "emSize": "1000" + "ascent": 755, + "descent": -245, + "lineGap": 330, + "xAvgCharWidth": 661, + "unitsPerEm": 1000 }, - "songmyung": { + "Peddana": { "category": "serif", - "ascentOverride": "0.848", - "descentOverride": "0.152", - "lineGapOverride": "0.25", - "avgWidth": "0.5016153846", - "emSize": "1000" - }, - "sonsieone": { - "category": "display", - "ascentOverride": "1.000976563", - "descentOverride": "0.29296875", - "lineGapOverride": "0", - "avgWidth": "0.8260967548", - "emSize": "2048" + "ascent": 703, + "descent": -518, + "lineGap": 0, + "xAvgCharWidth": 371, + "unitsPerEm": 750 }, - "sora": { - "category": "sans-serif", - "ascentOverride": "0.97", - "descentOverride": "0.29", - "lineGapOverride": "0", - "avgWidth": "0.5774230769", - "emSize": "1000" - }, - "sortsmillgoudy": { + "Sawarabi Mincho": { "category": "serif", - "ascentOverride": "0.96", - "descentOverride": "0.478", - "lineGapOverride": "0", - "avgWidth": "0.4907692308", - "emSize": "1000" + "ascent": 1070, + "descent": -319, + "lineGap": 90, + "xAvgCharWidth": 915, + "unitsPerEm": 1000 }, - "sourcecodepro": { - "category": "monospace", - "ascentOverride": "0.984", - "descentOverride": "0.273", - "lineGapOverride": "0", - "avgWidth": "0.6", - "emSize": "1000" + "Source Serif 4": { + "category": "serif", + "ascent": 1036, + "descent": -335, + "lineGap": 0, + "xAvgCharWidth": 558, + "unitsPerEm": 1000 }, - "sourcesans3": { + "Stylish": { "category": "sans-serif", - "ascentOverride": "1.024", - "descentOverride": "0.4", - "lineGapOverride": "0", - "avgWidth": "0.4379230769", - "emSize": "1000" + "ascent": 821, + "descent": -179, + "lineGap": 250, + "xAvgCharWidth": 808, + "unitsPerEm": 1000 }, - "sourcesanspro": { + "Noto Sans JP": { "category": "sans-serif", - "ascentOverride": "0.984", - "descentOverride": "0.273", - "lineGapOverride": "0", - "avgWidth": "0.5018461538", - "emSize": "1000" + "ascent": 1160, + "descent": -288, + "lineGap": 0, + "xAvgCharWidth": 982, + "unitsPerEm": 1000 }, - "sourceserif4": { + "Kaisei Decol": { "category": "serif", - "ascentOverride": "1.036", - "descentOverride": "0.335", - "lineGapOverride": "0", - "avgWidth": "0.4683846154", - "emSize": "1000" + "ascent": 1160, + "descent": -288, + "lineGap": 0, + "xAvgCharWidth": 969, + "unitsPerEm": 1000 }, - "sourceserifpro": { + "Rosarivo": { "category": "serif", - "ascentOverride": "0.918", - "descentOverride": "0.335", - "lineGapOverride": "0", - "avgWidth": "0.5215", - "emSize": "1000" + "ascent": 979, + "descent": -424, + "lineGap": 0, + "xAvgCharWidth": 473, + "unitsPerEm": 1000 }, - "spacegrotesk": { - "category": "sans-serif", - "ascentOverride": "0.984", - "descentOverride": "0.292", - "lineGapOverride": "0", - "avgWidth": "0.5550384615", - "emSize": "1000" - }, - "spacemono": { - "category": "monospace", - "ascentOverride": "1.12", - "descentOverride": "0.361", - "lineGapOverride": "0", - "avgWidth": "0.612", - "emSize": "1000" + "Kameron": { + "category": "serif", + "ascent": 1823, + "descent": -608, + "lineGap": 0, + "xAvgCharWidth": 920, + "unitsPerEm": 2048 }, - "specialelite": { + "Reggae One": { "category": "display", - "ascentOverride": "0.703125", - "descentOverride": "0.296875", - "lineGapOverride": "0", - "avgWidth": "0.5765850361", - "emSize": "2048" + "ascent": 1160, + "descent": -288, + "lineGap": 0, + "xAvgCharWidth": 969, + "unitsPerEm": 1000 }, - "spectral": { + "Vollkorn": { "category": "serif", - "ascentOverride": "1.059", - "descentOverride": "0.463", - "lineGapOverride": "0", - "avgWidth": "0.4727307692", - "emSize": "1000" + "ascent": 952, + "descent": -441, + "lineGap": 0, + "xAvgCharWidth": 593, + "unitsPerEm": 1000 }, - "spectralsc": { - "category": "serif", - "ascentOverride": "1.059", - "descentOverride": "0.463", - "lineGapOverride": "0", - "avgWidth": "0.5765769231", - "emSize": "1000" - }, - "spicyrice": { - "category": "display", - "ascentOverride": "1.020996094", - "descentOverride": "0.3579101563", - "lineGapOverride": "0", - "avgWidth": "0.4842247596", - "emSize": "2048" + "Gaegu": { + "category": "handwriting", + "ascent": 760, + "descent": -240, + "lineGap": 250, + "xAvgCharWidth": 808, + "unitsPerEm": 1000 }, - "spinnaker": { + "Noto Sans Kannada": { "category": "sans-serif", - "ascentOverride": "0.9375", - "descentOverride": "0.2377929688", - "lineGapOverride": "0", - "avgWidth": "0.5372032752", - "emSize": "2048" + "ascent": 809, + "descent": -540, + "lineGap": 0, + "xAvgCharWidth": 553, + "unitsPerEm": 1000 }, - "spirax": { + "Single Day": { "category": "display", - "ascentOverride": "0.947", - "descentOverride": "0.288", - "lineGapOverride": "0", - "avgWidth": "0.4922692308", - "emSize": "1000" + "ascent": 779, + "descent": -245, + "lineGap": 256, + "xAvgCharWidth": 831, + "unitsPerEm": 1024 }, - "splinesans": { + "Red Hat Display": { "category": "sans-serif", - "ascentOverride": "0.956", - "descentOverride": "0.229", - "lineGapOverride": "0", - "avgWidth": "0.5214423077", - "emSize": "2000" - }, - "splinesansmono": { - "category": "monospace", - "ascentOverride": "0.956", - "descentOverride": "0.229", - "lineGapOverride": "0", - "avgWidth": "0.6", - "emSize": "2000" - }, - "squadaone": { - "category": "display", - "ascentOverride": "0.861", - "descentOverride": "0.196", - "lineGapOverride": "0", - "avgWidth": "0.4190384615", - "emSize": "1000" - }, - "squarepeg": { - "category": "handwriting", - "ascentOverride": "0.92", - "descentOverride": "0.4", - "lineGapOverride": "0", - "avgWidth": "0.2744615385", - "emSize": "1000" + "ascent": 1018, + "descent": -305, + "lineGap": 0, + "xAvgCharWidth": 526, + "unitsPerEm": 1000 }, - "sreekrushnadevaraya": { - "category": "serif", - "ascentOverride": "1.534722222", - "descentOverride": "0.525", - "lineGapOverride": "0", - "avgWidth": "0.4389423077", - "emSize": "720" - }, - "sriracha": { - "category": "handwriting", - "ascentOverride": "1.22", - "descentOverride": "0.55", - "lineGapOverride": "0", - "avgWidth": "0.4928461538", - "emSize": "1000" - }, - "srisakdi": { - "category": "display", - "ascentOverride": "0.95", - "descentOverride": "0.25", - "lineGapOverride": "0", - "avgWidth": "0.5068076923", - "emSize": "1000" - }, - "staatliches": { - "category": "display", - "ascentOverride": "0.95", - "descentOverride": "0.3", - "lineGapOverride": "0", - "avgWidth": "0.4438846154", - "emSize": "1000" - }, - "stalemate": { - "category": "handwriting", - "ascentOverride": "0.8969726563", - "descentOverride": "0.5688476563", - "lineGapOverride": "0", - "avgWidth": "0.2237267127", - "emSize": "2048" - }, - "stalinistone": { - "category": "display", - "ascentOverride": "1.037", - "descentOverride": "0.439", - "lineGapOverride": "0", - "avgWidth": "1.006307692", - "emSize": "1000" - }, - "stardosstencil": { - "category": "display", - "ascentOverride": "0.9736328125", - "descentOverride": "0.4057617188", - "lineGapOverride": "0", - "avgWidth": "0.5135591947", - "emSize": "2048" - }, - "stick": { - "category": "sans-serif", - "ascentOverride": "1.16", - "descentOverride": "0.288", - "lineGapOverride": "0", - "avgWidth": "0.4993461538", - "emSize": "1000" - }, - "sticknobills": { - "category": "sans-serif", - "ascentOverride": "0.94", - "descentOverride": "0.312", - "lineGapOverride": "0", - "avgWidth": "0.3959230769", - "emSize": "1000" - }, - "stintultracondensed": { - "category": "display", - "ascentOverride": "0.8930664063", - "descentOverride": "0.2358398438", - "lineGapOverride": "0", - "avgWidth": "0.2752216046", - "emSize": "2048" - }, - "stintultraexpanded": { - "category": "display", - "ascentOverride": "0.9047851563", - "descentOverride": "0.2358398438", - "lineGapOverride": "0", - "avgWidth": "0.6563251202", - "emSize": "2048" + "Vollkorn SC": { + "category": "serif", + "ascent": 952, + "descent": -441, + "lineGap": 0, + "xAvgCharWidth": 630, + "unitsPerEm": 1000 }, - "stoke": { + "IM Fell Double Pica": { "category": "serif", - "ascentOverride": "0.9912109375", - "descentOverride": "0.2587890625", - "lineGapOverride": "0", - "avgWidth": "0.647254357", - "emSize": "2048" + "ascent": 1924, + "descent": -643, + "lineGap": 0, + "xAvgCharWidth": 792, + "unitsPerEm": 2048 }, - "strait": { + "BenchNine": { "category": "sans-serif", - "ascentOverride": "0.901", - "descentOverride": "0.194", - "lineGapOverride": "0", - "avgWidth": "0.4603846154", - "emSize": "1000" + "ascent": 2020, + "descent": -720, + "lineGap": 0, + "xAvgCharWidth": 744, + "unitsPerEm": 2048 }, - "stylescript": { + "Berkshire Swash": { "category": "handwriting", - "ascentOverride": "1", - "descentOverride": "0.52", - "lineGapOverride": "0", - "avgWidth": "0.3191923077", - "emSize": "1000" + "ascent": 2007, + "descent": -537, + "lineGap": 0, + "xAvgCharWidth": 855, + "unitsPerEm": 2048 }, - "stylish": { - "category": "sans-serif", - "ascentOverride": "0.821", - "descentOverride": "0.179", - "lineGapOverride": "0.25", - "avgWidth": "0.4413846154", - "emSize": "1000" - }, - "sueellenfrancisco": { + "Edu VIC WA NT Beginner": { "category": "handwriting", - "ascentOverride": "1.330078125", - "descentOverride": "0.619140625", - "lineGapOverride": "0", - "avgWidth": "0.2917668269", - "emSize": "1024" - }, - "suezone": { - "category": "serif", - "ascentOverride": "0.987", - "descentOverride": "0.319", - "lineGapOverride": "0", - "avgWidth": "0.5456923077", - "emSize": "1000" + "ascent": 1016, + "descent": -244, + "lineGap": 0, + "xAvgCharWidth": 485, + "unitsPerEm": 1000 }, - "sulphurpoint": { + "Economica": { "category": "sans-serif", - "ascentOverride": "0.79", - "descentOverride": "0.21", - "lineGapOverride": "0", - "avgWidth": "0.4972692308", - "emSize": "1000" + "ascent": 949, + "descent": -200, + "lineGap": 0, + "xAvgCharWidth": 307, + "unitsPerEm": 1000 }, - "sumana": { - "category": "serif", - "ascentOverride": "1.922", - "descentOverride": "1.005", - "lineGapOverride": "0", - "avgWidth": "0.4885769231", - "emSize": "1000" + "Expletus Sans": { + "category": "display", + "ascent": 2066, + "descent": -612, + "lineGap": 0, + "xAvgCharWidth": 1091, + "unitsPerEm": 2000 }, - "sunflower": { - "category": "sans-serif", - "ascentOverride": "0.782", - "descentOverride": "0.218", - "lineGapOverride": "0.25", - "avgWidth": "0.4733461538", - "emSize": "1000" + "Noto Serif Myanmar": { + "category": "serif", + "ascent": 1239, + "descent": -1260, + "lineGap": 0, + "xAvgCharWidth": 568, + "unitsPerEm": 1000 }, - "sunshiney": { - "category": "handwriting", - "ascentOverride": "0.9951171875", - "descentOverride": "0.298828125", - "lineGapOverride": "0.0263671875", - "avgWidth": "0.3674504207", - "emSize": "1024" + "Erica One": { + "category": "display", + "ascent": 1153, + "descent": -339, + "lineGap": 0, + "xAvgCharWidth": 552, + "unitsPerEm": 1000 }, - "supermercadoone": { + "Asset": { "category": "display", - "ascentOverride": "0.9399414063", - "descentOverride": "0.2573242188", - "lineGapOverride": "0", - "avgWidth": "0.4865159255", - "emSize": "2048" + "ascent": 1971, + "descent": -589, + "lineGap": 0, + "xAvgCharWidth": 2499, + "unitsPerEm": 2048 }, - "sura": { - "category": "serif", - "ascentOverride": "1.151855469", - "descentOverride": "0.42578125", - "lineGapOverride": "0", - "avgWidth": "0.5331092248", - "emSize": "2048" + "Edu QLD Beginner": { + "category": "handwriting", + "ascent": 1016, + "descent": -244, + "lineGap": 0, + "xAvgCharWidth": 461, + "unitsPerEm": 1000 }, - "suranna": { + "Domine": { "category": "serif", - "ascentOverride": "1.411538462", - "descentOverride": "0.7782051282", - "lineGapOverride": "0", - "avgWidth": "0.4301775148", - "emSize": "780" + "ascent": 900, + "descent": -240, + "lineGap": 0, + "xAvgCharWidth": 594, + "unitsPerEm": 1000 }, - "suravaram": { - "category": "serif", - "ascentOverride": "1.321428571", - "descentOverride": "0.8102040816", - "lineGapOverride": "0", - "avgWidth": "0.4096153846", - "emSize": "980" + "El Messiri": { + "category": "sans-serif", + "ascent": 1019, + "descent": -544, + "lineGap": 0, + "xAvgCharWidth": 569, + "unitsPerEm": 1000 }, - "suwannaphum": { - "category": "serif", - "ascentOverride": "1.220703125", - "descentOverride": "0.5859375", - "lineGapOverride": "0", - "avgWidth": "0.5361328125", - "emSize": "2048" + "Eater": { + "category": "display", + "ascent": 2898, + "descent": -919, + "lineGap": 0, + "xAvgCharWidth": 1278, + "unitsPerEm": 2048 }, - "swankyandmoomoo": { + "Niconne": { "category": "handwriting", - "ascentOverride": "0.9716796875", - "descentOverride": "0.4951171875", - "lineGapOverride": "0", - "avgWidth": "0.4442608173", - "emSize": "1024" + "ascent": 1898, + "descent": -585, + "lineGap": 0, + "xAvgCharWidth": 667, + "unitsPerEm": 2048 }, - "syncopate": { + "Imprima": { "category": "sans-serif", - "ascentOverride": "0.759765625", - "descentOverride": "0.2080078125", - "lineGapOverride": "0.0732421875", - "avgWidth": "0.9320913462", - "emSize": "2048" + "ascent": 919, + "descent": -239, + "lineGap": 0, + "xAvgCharWidth": 434, + "unitsPerEm": 1000 }, - "syne": { + "Noto Sans Armenian": { "category": "sans-serif", - "ascentOverride": "0.925", - "descentOverride": "0.275", - "lineGapOverride": "0", - "avgWidth": "0.5031153846", - "emSize": "1000" + "ascent": 1068, + "descent": -292, + "lineGap": 0, + "xAvgCharWidth": 643, + "unitsPerEm": 1000 }, - "synemono": { - "category": "monospace", - "ascentOverride": "0.925", - "descentOverride": "0.275", - "lineGapOverride": "0", - "avgWidth": "0.55", - "emSize": "1000" - }, - "synetactile": { - "category": "display", - "ascentOverride": "0.925", - "descentOverride": "0.275", - "lineGapOverride": "0", - "avgWidth": "0.4610384615", - "emSize": "1000" + "Texturina": { + "category": "serif", + "ascent": 1260, + "descent": -300, + "lineGap": 0, + "xAvgCharWidth": 585, + "unitsPerEm": 1000 }, - "tajawal": { - "category": "sans-serif", - "ascentOverride": "0.643", - "descentOverride": "0.357", - "lineGapOverride": "0.2", - "avgWidth": "0.4960384615", - "emSize": "1000" + "Iceland": { + "category": "display", + "ascent": 750, + "descent": -220, + "lineGap": 0, + "xAvgCharWidth": 465, + "unitsPerEm": 1000 }, - "tangerine": { - "category": "handwriting", - "ascentOverride": "0.75", - "descentOverride": "0.25", - "lineGapOverride": "0", - "avgWidth": "0.2715769231", - "emSize": "1000" + "Encode Sans Semi Expanded": { + "category": "sans-serif", + "ascent": 2060, + "descent": -440, + "lineGap": 0, + "xAvgCharWidth": 1188, + "unitsPerEm": 2000 }, - "taprom": { - "category": "display", - "ascentOverride": "1.220703125", - "descentOverride": "0.5859375", - "lineGapOverride": "0", - "avgWidth": "0.3872821514", - "emSize": "2048" + "Montserrat": { + "category": "sans-serif", + "ascent": 968, + "descent": -251, + "lineGap": 0, + "xAvgCharWidth": 626, + "unitsPerEm": 1000 }, - "tauri": { - "category": "sans-serif", - "ascentOverride": "0.99609375", - "descentOverride": "0.25390625", - "lineGapOverride": "0", - "avgWidth": "0.5268179087", - "emSize": "2048" + "Iceberg": { + "category": "display", + "ascent": 936, + "descent": -284, + "lineGap": 0, + "xAvgCharWidth": 497, + "unitsPerEm": 1000 }, - "taviraj": { - "category": "serif", - "ascentOverride": "1.172", - "descentOverride": "0.534", - "lineGapOverride": "0", - "avgWidth": "0.6395", - "emSize": "1000" + "Stick": { + "category": "sans-serif", + "ascent": 1160, + "descent": -288, + "lineGap": 0, + "xAvgCharWidth": 968, + "unitsPerEm": 1000 }, - "teko": { - "category": "sans-serif", - "ascentOverride": "0.958", - "descentOverride": "0.475", - "lineGapOverride": "0", - "avgWidth": "0.4428461538", - "emSize": "1000" + "Lexend Exa": { + "category": "sans-serif", + "ascent": 1000, + "descent": -250, + "lineGap": 0, + "xAvgCharWidth": 588, + "unitsPerEm": 1000 }, - "telex": { - "category": "sans-serif", - "ascentOverride": "0.945", - "descentOverride": "0.26", - "lineGapOverride": "0", - "avgWidth": "0.5226538462", - "emSize": "1000" + "Nanum Brush Script": { + "category": "handwriting", + "ascent": 920, + "descent": -230, + "lineGap": 0, + "xAvgCharWidth": 330, + "unitsPerEm": 1000 }, - "tenaliramakrishna": { - "category": "sans-serif", - "ascentOverride": "0.8813333333", - "descentOverride": "0.6826666667", - "lineGapOverride": "0", - "avgWidth": "0.3867692308", - "emSize": "750" + "Magra": { + "category": "sans-serif", + "ascent": 968, + "descent": -247, + "lineGap": 0, + "xAvgCharWidth": 412, + "unitsPerEm": 1000 }, - "tenorsans": { - "category": "sans-serif", - "ascentOverride": "0.92", - "descentOverride": "0.25", - "lineGapOverride": "0", - "avgWidth": "0.5263461538", - "emSize": "1000" + "Cormorant SC": { + "category": "serif", + "ascent": 924, + "descent": -287, + "lineGap": 0, + "xAvgCharWidth": 535, + "unitsPerEm": 1000 }, - "textmeone": { - "category": "sans-serif", - "ascentOverride": "0.952", - "descentOverride": "0.269", - "lineGapOverride": "0", - "avgWidth": "0.4563076923", - "emSize": "1000" + "WindSong": { + "category": "handwriting", + "ascent": 890, + "descent": -515, + "lineGap": 0, + "xAvgCharWidth": 861, + "unitsPerEm": 1000 }, - "texturina": { - "category": "serif", - "ascentOverride": "1.26", - "descentOverride": "0.3", - "lineGapOverride": "0", - "avgWidth": "0.522", - "emSize": "1000" + "Noticia Text": { + "category": "serif", + "ascent": 2202, + "descent": -593, + "lineGap": 0, + "xAvgCharWidth": 1107, + "unitsPerEm": 2048 }, - "thasadith": { + "Noto Sans": { "category": "sans-serif", - "ascentOverride": "1.005", - "descentOverride": "0.295", - "lineGapOverride": "0", - "avgWidth": "0.4485769231", - "emSize": "1000" + "ascent": 1069, + "descent": -293, + "lineGap": 0, + "xAvgCharWidth": 571, + "unitsPerEm": 1000 }, - "thegirlnextdoor": { + "Ma Shan Zheng": { "category": "handwriting", - "ascentOverride": "1.112304688", - "descentOverride": "0.73046875", - "lineGapOverride": "0", - "avgWidth": "0.4829852764", - "emSize": "1024" + "ascent": 880, + "descent": -120, + "lineGap": 0, + "xAvgCharWidth": 988, + "unitsPerEm": 1000 + }, + "Poor Story": { + "category": "display", + "ascent": 819, + "descent": -205, + "lineGap": 256, + "xAvgCharWidth": 820, + "unitsPerEm": 1024 }, - "thenautigal": { + "Ruge Boogie": { "category": "handwriting", - "ascentOverride": "0.87", - "descentOverride": "0.33", - "lineGapOverride": "0", - "avgWidth": "0.2614230769", - "emSize": "1000" + "ascent": 875, + "descent": -375, + "lineGap": 0, + "xAvgCharWidth": 469, + "unitsPerEm": 1000 }, - "tienne": { + "Nanum Myeongjo": { "category": "serif", - "ascentOverride": "0.9912109375", - "descentOverride": "0.353515625", - "lineGapOverride": "0", - "avgWidth": "0.6293194111", - "emSize": "2048" + "ascent": 942, + "descent": -236, + "lineGap": 0, + "xAvgCharWidth": 512, + "unitsPerEm": 1024 }, - "tillana": { + "Modak": { + "category": "display", + "ascent": 2035, + "descent": -1049, + "lineGap": 0, + "xAvgCharWidth": 1112, + "unitsPerEm": 2048 + }, + "East Sea Dokdo": { "category": "handwriting", - "ascentOverride": "1.158", - "descentOverride": "0.484", - "lineGapOverride": "0", - "avgWidth": "0.685", - "emSize": "1000" + "ascent": 706, + "descent": -294, + "lineGap": 250, + "xAvgCharWidth": 620, + "unitsPerEm": 1000 + }, + "Federant": { + "category": "display", + "ascent": 942, + "descent": -284, + "lineGap": 0, + "xAvgCharWidth": 513, + "unitsPerEm": 1000 }, - "timmana": { + "IBM Plex Sans Devanagari": { "category": "sans-serif", - "ascentOverride": "0.8906666667", - "descentOverride": "0.7386666667", - "lineGapOverride": "0", - "avgWidth": "0.4406153846", - "emSize": "750" + "ascent": 1070, + "descent": -460, + "lineGap": 0, + "xAvgCharWidth": 791, + "unitsPerEm": 1000 }, - "tinos": { + "Yuji Mai": { "category": "serif", - "ascentOverride": "0.8911132813", - "descentOverride": "0.2163085938", - "lineGapOverride": "0.04248046875", - "avgWidth": "0.4593036358", - "emSize": "2048" + "ascent": 1160, + "descent": -288, + "lineGap": 0, + "xAvgCharWidth": 970, + "unitsPerEm": 1000 }, - "titanone": { + "Tiro Gurmukhi": { + "category": "serif", + "ascent": 755, + "descent": -245, + "lineGap": 250, + "xAvgCharWidth": 554, + "unitsPerEm": 1000 + }, + "BioRhyme Expanded": { + "category": "serif", + "ascent": 1127, + "descent": -422, + "lineGap": 0, + "xAvgCharWidth": 1005, + "unitsPerEm": 1000 + }, + "Big Shoulders Display": { "category": "display", - "ascentOverride": "0.97", - "descentOverride": "0.175", - "lineGapOverride": "0", - "avgWidth": "0.6305769231", - "emSize": "1000" + "ascent": 1968, + "descent": -426, + "lineGap": 0, + "xAvgCharWidth": 549, + "unitsPerEm": 2000 }, - "titilliumweb": { + "Noto Sans Elbasan": { "category": "sans-serif", - "ascentOverride": "1.133", - "descentOverride": "0.388", - "lineGapOverride": "0", - "avgWidth": "0.5182692308", - "emSize": "1000" + "ascent": 847, + "descent": -270, + "lineGap": 0, + "xAvgCharWidth": 603, + "unitsPerEm": 1000 }, - "tomorrow": { + "Arima": { + "category": "display", + "ascent": 1073, + "descent": -560, + "lineGap": 0, + "xAvgCharWidth": 633, + "unitsPerEm": 1000 + }, + "Noto Sans Runic": { "category": "sans-serif", - "ascentOverride": "1", - "descentOverride": "0.2", - "lineGapOverride": "0", - "avgWidth": "0.5891538462", - "emSize": "1000" + "ascent": 1069, + "descent": -293, + "lineGap": 0, + "xAvgCharWidth": 516, + "unitsPerEm": 1000 }, - "tourney": { - "category": "display", - "ascentOverride": "0.9", - "descentOverride": "0.2", - "lineGapOverride": "0", - "avgWidth": "0.5889807692", - "emSize": "2000" + "Exo": { + "category": "sans-serif", + "ascent": 1002, + "descent": -327, + "lineGap": 0, + "xAvgCharWidth": 533, + "unitsPerEm": 1000 }, - "tradewinds": { - "category": "display", - "ascentOverride": "0.9951171875", - "descentOverride": "0.4580078125", - "lineGapOverride": "0", - "avgWidth": "0.5602839543", - "emSize": "1024" + "Noto Sans Rejang": { + "category": "sans-serif", + "ascent": 1069, + "descent": -293, + "lineGap": 0, + "xAvgCharWidth": 560, + "unitsPerEm": 1000 }, - "trainone": { + "Voces": { "category": "display", - "ascentOverride": "1.16", - "descentOverride": "0.288", - "lineGapOverride": "0", - "avgWidth": "0.5880384615", - "emSize": "1000" + "ascent": 1014, + "descent": -335, + "lineGap": 0, + "xAvgCharWidth": 515, + "unitsPerEm": 1000 }, - "trirong": { + "Suez One": { "category": "serif", - "ascentOverride": "1.2", - "descentOverride": "0.534", - "lineGapOverride": "0", - "avgWidth": "0.4906923077", - "emSize": "1000" + "ascent": 987, + "descent": -319, + "lineGap": 0, + "xAvgCharWidth": 575, + "unitsPerEm": 1000 }, - "trispace": { + "Cuprum": { "category": "sans-serif", - "ascentOverride": "0.915", - "descentOverride": "0.215", - "lineGapOverride": "0", - "avgWidth": "0.6423076923", - "emSize": "2000" + "ascent": 895, + "descent": -260, + "lineGap": 0, + "xAvgCharWidth": 451, + "unitsPerEm": 1000 }, - "trocchi": { + "Gowun Batang": { "category": "serif", - "ascentOverride": "1.018066406", - "descentOverride": "0.28125", - "lineGapOverride": "0", - "avgWidth": "0.5689039964", - "emSize": "2048" + "ascent": 1160, + "descent": -288, + "lineGap": 0, + "xAvgCharWidth": 896, + "unitsPerEm": 1000 }, - "trochut": { + "Salsa": { "category": "display", - "ascentOverride": "0.967", - "descentOverride": "0.21", - "lineGapOverride": "0", - "avgWidth": "0.4560769231", - "emSize": "1000" + "ascent": 974, + "descent": -252, + "lineGap": 0, + "xAvgCharWidth": 456, + "unitsPerEm": 1000 }, - "truculenta": { - "category": "sans-serif", - "ascentOverride": "1.05", - "descentOverride": "0.34", - "lineGapOverride": "0", - "avgWidth": "0.3971538462", - "emSize": "1000" + "Inria Serif": { + "category": "serif", + "ascent": 976, + "descent": -223, + "lineGap": 0, + "xAvgCharWidth": 571, + "unitsPerEm": 1000 }, - "trykker": { + "Cormorant": { "category": "serif", - "ascentOverride": "0.9873046875", - "descentOverride": "0.2626953125", - "lineGapOverride": "0", - "avgWidth": "0.5416729267", - "emSize": "2048" + "ascent": 924, + "descent": -287, + "lineGap": 0, + "xAvgCharWidth": 539, + "unitsPerEm": 1000 }, - "tulpenone": { - "category": "display", - "ascentOverride": "0.8627929688", - "descentOverride": "0.2270507813", - "lineGapOverride": "0", - "avgWidth": "0.216402494", - "emSize": "2048" + "Halant": { + "category": "serif", + "ascent": 1089, + "descent": -486, + "lineGap": 0, + "xAvgCharWidth": 528, + "unitsPerEm": 1000 }, - "turretroad": { + "Kirang Haerang": { "category": "display", - "ascentOverride": "0.85", - "descentOverride": "0.243", - "lineGapOverride": "0", - "avgWidth": "0.5044230769", - "emSize": "1000" + "ascent": 750, + "descent": -250, + "lineGap": 250, + "xAvgCharWidth": 689, + "unitsPerEm": 1000 }, - "twinklestar": { - "category": "handwriting", - "ascentOverride": "0.93", - "descentOverride": "0.35", - "lineGapOverride": "0", - "avgWidth": "0.4417307692", - "emSize": "1000" + "Zen Antique": { + "category": "serif", + "ascent": 1160, + "descent": -288, + "lineGap": 0, + "xAvgCharWidth": 976, + "unitsPerEm": 1000 }, - "ubuntu": { + "Ropa Sans": { "category": "sans-serif", - "ascentOverride": "0.932", - "descentOverride": "0.189", - "lineGapOverride": "0.028", - "avgWidth": "0.5259615385", - "emSize": "1000" + "ascent": 841, + "descent": -231, + "lineGap": 0, + "xAvgCharWidth": 437, + "unitsPerEm": 1000 }, - "ubuntucondensed": { + "Noto Sans Old North Arabian": { "category": "sans-serif", - "ascentOverride": "0.932", - "descentOverride": "0.189", - "lineGapOverride": "0.028", - "avgWidth": "0.4125769231", - "emSize": "1000" + "ascent": 1069, + "descent": -293, + "lineGap": 0, + "xAvgCharWidth": 603, + "unitsPerEm": 1000 }, - "ubuntumono": { - "category": "monospace", - "ascentOverride": "0.83", - "descentOverride": "0.17", - "lineGapOverride": "0", - "avgWidth": "0.5", - "emSize": "1000" + "Cabin": { + "category": "sans-serif", + "ascent": 1930, + "descent": -500, + "lineGap": 0, + "xAvgCharWidth": 1054, + "unitsPerEm": 2000 }, - "uchen": { - "category": "serif", - "ascentOverride": "1.21875", - "descentOverride": "0.64453125", - "lineGapOverride": "0", - "avgWidth": "0.4846003606", - "emSize": "1024" + "Armata": { + "category": "sans-serif", + "ascent": 2000, + "descent": -560, + "lineGap": 0, + "xAvgCharWidth": 1244, + "unitsPerEm": 2048 + }, + "Mako": { + "category": "sans-serif", + "ascent": 2141, + "descent": -538, + "lineGap": 0, + "xAvgCharWidth": 889, + "unitsPerEm": 2048 + }, + "Noto Sans Old Persian": { + "category": "sans-serif", + "ascent": 1069, + "descent": -293, + "lineGap": 0, + "xAvgCharWidth": 1078, + "unitsPerEm": 1000 }, - "ultra": { + "Kaisei Opti": { "category": "serif", - "ascentOverride": "1.008789063", - "descentOverride": "0.2739257813", - "lineGapOverride": "0", - "avgWidth": "0.7258112981", - "emSize": "2048" + "ascent": 1160, + "descent": -288, + "lineGap": 0, + "xAvgCharWidth": 969, + "unitsPerEm": 1000 }, - "uncialantiqua": { - "category": "display", - "ascentOverride": "0.9858398438", - "descentOverride": "0.330078125", - "lineGapOverride": "0", - "avgWidth": "0.638653095", - "emSize": "2048" + "Petrona": { + "category": "serif", + "ascent": 858, + "descent": -270, + "lineGap": 0, + "xAvgCharWidth": 544, + "unitsPerEm": 1000 }, - "underdog": { + "Ravi Prakash": { "category": "display", - "ascentOverride": "0.909", - "descentOverride": "0.247", - "lineGapOverride": "0", - "avgWidth": "0.5", - "emSize": "1000" + "ascent": 938, + "descent": -684, + "lineGap": 0, + "xAvgCharWidth": 542, + "unitsPerEm": 1024 }, - "unicaone": { - "category": "display", - "ascentOverride": "0.917", - "descentOverride": "0.265", - "lineGapOverride": "0", - "avgWidth": "0.4838846154", - "emSize": "1000" + "Shippori Mincho B1": { + "category": "serif", + "ascent": 1160, + "descent": -288, + "lineGap": 0, + "xAvgCharWidth": 993, + "unitsPerEm": 1000 }, - "unifrakturcook": { + "Sancreek": { "category": "display", - "ascentOverride": "1.030273438", - "descentOverride": "0.2783203125", - "lineGapOverride": "0", - "avgWidth": "0.4113581731", - "emSize": "2048" + "ascent": 2104, + "descent": -738, + "lineGap": 0, + "xAvgCharWidth": 1037, + "unitsPerEm": 2048 }, - "unifrakturmaguntia": { + "Big Shoulders Stencil Text": { "category": "display", - "ascentOverride": "0.7846679688", - "descentOverride": "0.2504882813", - "lineGapOverride": "0", - "avgWidth": "0.4145320012", - "emSize": "2048" + "ascent": 1968, + "descent": -426, + "lineGap": 0, + "xAvgCharWidth": 551, + "unitsPerEm": 2000 }, - "unkempt": { - "category": "display", - "ascentOverride": "0.9541015625", - "descentOverride": "0.240234375", - "lineGapOverride": "0", - "avgWidth": "0.4901592548", - "emSize": "1024" + "Noto Sans N Ko": { + "category": "sans-serif", + "ascent": 1069, + "descent": -293, + "lineGap": 0, + "xAvgCharWidth": 530, + "unitsPerEm": 1000 }, - "unlock": { + "Kenia": { "category": "display", - "ascentOverride": "0.873", - "descentOverride": "0.195", - "lineGapOverride": "0", - "avgWidth": "0.5908846154", - "emSize": "1000" - }, - "unna": { - "category": "serif", - "ascentOverride": "0.883", - "descentOverride": "0.269", - "lineGapOverride": "0", - "avgWidth": "0.4556923077", - "emSize": "1000" + "ascent": 750, + "descent": -250, + "lineGap": 0, + "xAvgCharWidth": 374, + "unitsPerEm": 1000 }, - "updock": { + "Festive": { "category": "handwriting", - "ascentOverride": "0.9", - "descentOverride": "0.35", - "lineGapOverride": "0", - "avgWidth": "0.2744615385", - "emSize": "1000" + "ascent": 1100, + "descent": -590, + "lineGap": 0, + "xAvgCharWidth": 662, + "unitsPerEm": 1000 }, - "urbanist": { + "League Spartan": { "category": "sans-serif", - "ascentOverride": "0.95", - "descentOverride": "0.25", - "lineGapOverride": "0", - "avgWidth": "0.5045192308", - "emSize": "2000" + "ascent": 1400, + "descent": -440, + "lineGap": 0, + "xAvgCharWidth": 987, + "unitsPerEm": 2000 }, - "vt323": { - "category": "monospace", - "ascentOverride": "0.8", - "descentOverride": "0.2", - "lineGapOverride": "0", - "avgWidth": "0.4", - "emSize": "1000" - }, - "vampiroone": { - "category": "display", - "ascentOverride": "0.956", - "descentOverride": "0.294", - "lineGapOverride": "0", - "avgWidth": "0.5842307692", - "emSize": "1000" - }, - "varela": { - "category": "sans-serif", - "ascentOverride": "1.015", - "descentOverride": "0.285", - "lineGapOverride": "0", - "avgWidth": "0.5390769231", - "emSize": "1000" + "Qahiri": { + "category": "sans-serif", + "ascent": 600, + "descent": -250, + "lineGap": 0, + "xAvgCharWidth": 365, + "unitsPerEm": 750 }, - "varelaround": { - "category": "sans-serif", - "ascentOverride": "0.918", - "descentOverride": "0.286", - "lineGapOverride": "0", - "avgWidth": "0.5381153846", - "emSize": "1000" + "Gemunu Libre": { + "category": "sans-serif", + "ascent": 884, + "descent": -200, + "lineGap": 0, + "xAvgCharWidth": 569, + "unitsPerEm": 1000 }, - "varta": { - "category": "sans-serif", - "ascentOverride": "0.9287109375", - "descentOverride": "0.521484375", - "lineGapOverride": "0", - "avgWidth": "0.4670973558", - "emSize": "2048" + "IM Fell French Canon": { + "category": "serif", + "ascent": 1868, + "descent": -530, + "lineGap": 0, + "xAvgCharWidth": 873, + "unitsPerEm": 2048 }, - "vastshadow": { - "category": "display", - "ascentOverride": "0.9155273438", - "descentOverride": "0.3344726563", - "lineGapOverride": "0", - "avgWidth": "0.803917518", - "emSize": "2048" + "Work Sans": { + "category": "sans-serif", + "ascent": 930, + "descent": -243, + "lineGap": 0, + "xAvgCharWidth": 597, + "unitsPerEm": 1000 }, - "vazirmatn": { - "category": "sans-serif", - "ascentOverride": "1.025390625", - "descentOverride": "0.537109375", - "lineGapOverride": "0", - "avgWidth": "0.499211238", - "emSize": "2048" + "Ruluko": { + "category": "sans-serif", + "ascent": 914, + "descent": -241, + "lineGap": 0, + "xAvgCharWidth": 410, + "unitsPerEm": 1000 }, - "vesperlibre": { - "category": "serif", - "ascentOverride": "1.137695313", - "descentOverride": "0.7568359375", - "lineGapOverride": "0", - "avgWidth": "0.48828125", - "emSize": "2048" + "Cantarell": { + "category": "sans-serif", + "ascent": 2137, + "descent": -555, + "lineGap": 211, + "xAvgCharWidth": 945, + "unitsPerEm": 2048 }, - "viaodalibre": { - "category": "display", - "ascentOverride": "1.051", - "descentOverride": "0.36", - "lineGapOverride": "0", - "avgWidth": "0.4213076923", - "emSize": "1000" + "Klee One": { + "category": "handwriting", + "ascent": 1160, + "descent": -288, + "lineGap": 0, + "xAvgCharWidth": 966, + "unitsPerEm": 1000 }, - "vibes": { - "category": "display", - "ascentOverride": "1.105", - "descentOverride": "0.68", - "lineGapOverride": "0", - "avgWidth": "0.4353076923", - "emSize": "1000" + "Brygada 1918": { + "category": "serif", + "ascent": 920, + "descent": -250, + "lineGap": 0, + "xAvgCharWidth": 570, + "unitsPerEm": 1000 }, - "vibur": { - "category": "handwriting", - "ascentOverride": "0.95703125", - "descentOverride": "0.38671875", - "lineGapOverride": "0.08984375", - "avgWidth": "0.3682016226", - "emSize": "2048" + "Hachi Maru Pop": { + "category": "handwriting", + "ascent": 1160, + "descent": -288, + "lineGap": 0, + "xAvgCharWidth": 990, + "unitsPerEm": 1000 }, - "vidaloka": { - "category": "serif", - "ascentOverride": "0.9409179688", - "descentOverride": "0.2734375", - "lineGapOverride": "0", - "avgWidth": "0.4901592548", - "emSize": "2048" + "Homenaje": { + "category": "sans-serif", + "ascent": 892, + "descent": -204, + "lineGap": 0, + "xAvgCharWidth": 395, + "unitsPerEm": 1000 }, - "viga": { - "category": "sans-serif", - "ascentOverride": "1.015", - "descentOverride": "0.329", - "lineGapOverride": "0", - "avgWidth": "0.5093076923", - "emSize": "1000" + "Radio Canada": { + "category": "sans-serif", + "ascent": 945, + "descent": -255, + "lineGap": 0, + "xAvgCharWidth": 575, + "unitsPerEm": 1000 }, - "voces": { + "Fredericka the Great": { "category": "display", - "ascentOverride": "1.014", - "descentOverride": "0.335", - "lineGapOverride": "0", - "avgWidth": "0.5247692308", - "emSize": "1000" - }, - "volkhov": { - "category": "serif", - "ascentOverride": "0.971", - "descentOverride": "0.319", - "lineGapOverride": "0", - "avgWidth": "0.5175", - "emSize": "1000" + "ascent": 1001, + "descent": -254, + "lineGap": 0, + "xAvgCharWidth": 547, + "unitsPerEm": 1024 }, - "vollkorn": { - "category": "serif", - "ascentOverride": "0.952", - "descentOverride": "0.441", - "lineGapOverride": "0", - "avgWidth": "0.5064230769", - "emSize": "1000" - }, - "vollkornsc": { - "category": "serif", - "ascentOverride": "0.952", - "descentOverride": "0.441", - "lineGapOverride": "0", - "avgWidth": "0.6438076923", - "emSize": "1000" - }, - "voltaire": { + "Pragati Narrow": { "category": "sans-serif", - "ascentOverride": "0.986328125", - "descentOverride": "0.2592773438", - "lineGapOverride": "0", - "avgWidth": "0.416410006", - "emSize": "2048" + "ascent": 1158, + "descent": -534, + "lineGap": 0, + "xAvgCharWidth": 423, + "unitsPerEm": 1000 }, - "vujahdayscript": { - "category": "handwriting", - "ascentOverride": "0.95", - "descentOverride": "0.41", - "lineGapOverride": "0", - "avgWidth": "0.4086153846", - "emSize": "1000" + "Bebas Neue": { + "category": "display", + "ascent": 900, + "descent": -300, + "lineGap": 0, + "xAvgCharWidth": 387, + "unitsPerEm": 1000 }, - "waitingforthesunrise": { + "Edu TAS Beginner": { "category": "handwriting", - "ascentOverride": "1.119140625", - "descentOverride": "0.5341796875", - "lineGapOverride": "0", - "avgWidth": "0.4052358774", - "emSize": "1024" + "ascent": 1016, + "descent": -244, + "lineGap": 0, + "xAvgCharWidth": 498, + "unitsPerEm": 1000 }, - "wallpoet": { - "category": "display", - "ascentOverride": "0.806", - "descentOverride": "0.196", - "lineGapOverride": "0", - "avgWidth": "0.6834615385", - "emSize": "1000" + "Commissioner": { + "category": "sans-serif", + "ascent": 2034, + "descent": -412, + "lineGap": 0, + "xAvgCharWidth": 1169, + "unitsPerEm": 2000 }, - "walterturncoat": { - "category": "handwriting", - "ascentOverride": "1.052734375", - "descentOverride": "0.3154296875", - "lineGapOverride": "0.0283203125", - "avgWidth": "0.5318134014", - "emSize": "1024" + "ZCOOL QingKe HuangYou": { + "category": "display", + "ascent": 880, + "descent": -120, + "lineGap": 0, + "xAvgCharWidth": 760, + "unitsPerEm": 1000 }, - "warnes": { + "Risque": { "category": "display", - "ascentOverride": "0.994", - "descentOverride": "0.31", - "lineGapOverride": "0", - "avgWidth": "0.6855", - "emSize": "1000" + "ascent": 1853, + "descent": -514, + "lineGap": 0, + "xAvgCharWidth": 877, + "unitsPerEm": 2048 + }, + "Shippori Mincho": { + "category": "serif", + "ascent": 1160, + "descent": -288, + "lineGap": 0, + "xAvgCharWidth": 993, + "unitsPerEm": 1000 }, - "waterfall": { + "Just Another Hand": { "category": "handwriting", - "ascentOverride": "0.88", - "descentOverride": "0.28", - "lineGapOverride": "0", - "avgWidth": "0.2520384615", - "emSize": "1000" + "ascent": 1440, + "descent": -608, + "lineGap": 0, + "xAvgCharWidth": 583, + "unitsPerEm": 2048 }, - "wellfleet": { + "Bakbak One": { "category": "display", - "ascentOverride": "0.986328125", - "descentOverride": "0.263671875", - "lineGapOverride": "0", - "avgWidth": "0.5610539363", - "emSize": "2048" + "ascent": 1050, + "descent": -350, + "lineGap": 0, + "xAvgCharWidth": 755, + "unitsPerEm": 1000 }, - "wendyone": { + "Kantumruy": { "category": "sans-serif", - "ascentOverride": "0.819", - "descentOverride": "0.236", - "lineGapOverride": "0", - "avgWidth": "0.5525384615", - "emSize": "1000" + "ascent": 2500, + "descent": -1200, + "lineGap": 0, + "xAvgCharWidth": 1333, + "unitsPerEm": 2048 }, - "whisper": { - "category": "handwriting", - "ascentOverride": "0.88", - "descentOverride": "0.4", - "lineGapOverride": "0", - "avgWidth": "0.3315", - "emSize": "1000" + "Libre Franklin": { + "category": "sans-serif", + "ascent": 966, + "descent": -246, + "lineGap": 0, + "xAvgCharWidth": 568, + "unitsPerEm": 1000 }, - "windsong": { + "Long Cang": { "category": "handwriting", - "ascentOverride": "0.89", - "descentOverride": "0.515", - "lineGapOverride": "0", - "avgWidth": "0.4962692308", - "emSize": "1000" + "ascent": 880, + "descent": -120, + "lineGap": 0, + "xAvgCharWidth": 989, + "unitsPerEm": 1000 }, - "wireone": { + "Zen Maru Gothic": { "category": "sans-serif", - "ascentOverride": "0.89", - "descentOverride": "0.21", - "lineGapOverride": "0", - "avgWidth": "0.2551923077", - "emSize": "1000" + "ascent": 1160, + "descent": -288, + "lineGap": 0, + "xAvgCharWidth": 975, + "unitsPerEm": 1000 }, - "worksans": { - "category": "sans-serif", - "ascentOverride": "0.93", - "descentOverride": "0.243", - "lineGapOverride": "0", - "avgWidth": "0.5389615385", - "emSize": "1000" + "Ultra": { + "category": "serif", + "ascent": 2066, + "descent": -561, + "lineGap": 0, + "xAvgCharWidth": 1460, + "unitsPerEm": 2048 }, - "xanhmono": { - "category": "monospace", - "ascentOverride": "0.97", - "descentOverride": "0.22", - "lineGapOverride": "0", - "avgWidth": "0.5", - "emSize": "1000" + "Englebert": { + "category": "sans-serif", + "ascent": 954, + "descent": -311, + "lineGap": 0, + "xAvgCharWidth": 787, + "unitsPerEm": 2048 }, - "yaldevi": { - "category": "sans-serif", - "ascentOverride": "1.06", - "descentOverride": "0.256", - "lineGapOverride": "0", - "avgWidth": "0.4786538462", - "emSize": "1000" + "Noto Sans TC": { + "category": "sans-serif", + "ascent": 1160, + "descent": -288, + "lineGap": 0, + "xAvgCharWidth": 984, + "unitsPerEm": 1000 }, - "yanonekaffeesatz": { - "category": "sans-serif", - "ascentOverride": "0.735", - "descentOverride": "0.2", - "lineGapOverride": "0.057", - "avgWidth": "0.3797307692", - "emSize": "1000" + "Anek Tamil": { + "category": "sans-serif", + "ascent": 1963, + "descent": -853, + "lineGap": 0, + "xAvgCharWidth": 1696, + "unitsPerEm": 2000 }, - "yantramanav": { - "category": "sans-serif", - "ascentOverride": "0.9389648438", - "descentOverride": "0.3579101563", - "lineGapOverride": "0", - "avgWidth": "0.4356595553", - "emSize": "2048" + "Gurajada": { + "category": "serif", + "ascent": 1294, + "descent": -810, + "lineGap": 0, + "xAvgCharWidth": 294, + "unitsPerEm": 1070 }, - "yatraone": { - "category": "display", - "ascentOverride": "0.991", - "descentOverride": "0.487", - "lineGapOverride": "0", - "avgWidth": "0.5372692308", - "emSize": "1000" + "Ruthie": { + "category": "handwriting", + "ascent": 800, + "descent": -450, + "lineGap": 0, + "xAvgCharWidth": 471, + "unitsPerEm": 1000 }, - "yellowtail": { - "category": "handwriting", - "ascentOverride": "0.9716796875", - "descentOverride": "0.3012695313", - "lineGapOverride": "0.08984375", - "avgWidth": "0.3701547476", - "emSize": "2048" + "Bungee Inline": { + "category": "display", + "ascent": 860, + "descent": -140, + "lineGap": 200, + "xAvgCharWidth": 781, + "unitsPerEm": 1000 }, - "yeonsung": { - "category": "display", - "ascentOverride": "0.8", - "descentOverride": "0.2", - "lineGapOverride": "0.25", - "avgWidth": "0.4474615385", - "emSize": "1000" + "Cagliostro": { + "category": "sans-serif", + "ascent": 998, + "descent": -355, + "lineGap": 0, + "xAvgCharWidth": 429, + "unitsPerEm": 1000 }, - "yesevaone": { - "category": "display", - "ascentOverride": "0.915", - "descentOverride": "0.24", - "lineGapOverride": "0", - "avgWidth": "0.5730769231", - "emSize": "1000" + "Inika": { + "category": "serif", + "ascent": 1006, + "descent": -297, + "lineGap": 0, + "xAvgCharWidth": 464, + "unitsPerEm": 1000 }, - "yesteryear": { - "category": "handwriting", - "ascentOverride": "0.9770507813", - "descentOverride": "0.490234375", - "lineGapOverride": "0", - "avgWidth": "0.3626239483", - "emSize": "2048" + "Alumni Sans": { + "category": "sans-serif", + "ascent": 900, + "descent": -300, + "lineGap": 0, + "xAvgCharWidth": 358, + "unitsPerEm": 1000 }, - "yomogi": { - "category": "handwriting", - "ascentOverride": "1.16", - "descentOverride": "0.288", - "lineGapOverride": "0", - "avgWidth": "0.5", - "emSize": "1000" + "Zilla Slab": { + "category": "serif", + "ascent": 944, + "descent": -256, + "lineGap": 0, + "xAvgCharWidth": 538, + "unitsPerEm": 1000 }, - "yrsa": { - "category": "serif", - "ascentOverride": "0.728", - "descentOverride": "0.272", - "lineGapOverride": "0.218", - "avgWidth": "0.4133461538", - "emSize": "1000" + "Engagement": { + "category": "handwriting", + "ascent": 1843, + "descent": -684, + "lineGap": 0, + "xAvgCharWidth": 495, + "unitsPerEm": 2048 }, - "yujiboku": { - "category": "serif", - "ascentOverride": "1.16", - "descentOverride": "0.288", - "lineGapOverride": "0", - "avgWidth": "0.5687307692", - "emSize": "1000" + "Gothic A1": { + "category": "sans-serif", + "ascent": 817, + "descent": -207, + "lineGap": 256, + "xAvgCharWidth": 964, + "unitsPerEm": 1024 }, - "yujimai": { - "category": "serif", - "ascentOverride": "1.16", - "descentOverride": "0.288", - "lineGapOverride": "0", - "avgWidth": "0.6094230769", - "emSize": "1000" + "Annie Use Your Telescope": { + "category": "handwriting", + "ascent": 1049, + "descent": -419, + "lineGap": 0, + "xAvgCharWidth": 393, + "unitsPerEm": 1024 }, - "yujisyuku": { + "Noto Serif HK": { "category": "serif", - "ascentOverride": "1.16", - "descentOverride": "0.288", - "lineGapOverride": "0", - "avgWidth": "0.6031153846", - "emSize": "1000" + "ascent": 1000, + "descent": -200, + "lineGap": 0, + "xAvgCharWidth": 988, + "unitsPerEm": 1000 }, - "yuseimagic": { + "Noto Sans Nabataean": { "category": "sans-serif", - "ascentOverride": "1.16", - "descentOverride": "0.288", - "lineGapOverride": "0", - "avgWidth": "0.5381538462", - "emSize": "1000" - }, - "zcoolkuaile": { - "category": "display", - "ascentOverride": "0.88", - "descentOverride": "0.12", - "lineGapOverride": "0", - "avgWidth": "0.5334230769", - "emSize": "1000" + "ascent": 1069, + "descent": -293, + "lineGap": 0, + "xAvgCharWidth": 517, + "unitsPerEm": 1000 }, - "zcoolqingkehuangyou": { - "category": "display", - "ascentOverride": "0.88", - "descentOverride": "0.12", - "lineGapOverride": "0", - "avgWidth": "0.3914615385", - "emSize": "1000" + "Condiment": { + "category": "handwriting", + "ascent": 882, + "descent": -641, + "lineGap": 0, + "xAvgCharWidth": 341, + "unitsPerEm": 1000 }, - "zcoolxiaowei": { - "category": "serif", - "ascentOverride": "0.88", - "descentOverride": "0.12", - "lineGapOverride": "0", - "avgWidth": "0.4779615385", - "emSize": "1000" + "Candal": { + "category": "sans-serif", + "ascent": 2226, + "descent": -432, + "lineGap": 0, + "xAvgCharWidth": 1328, + "unitsPerEm": 2048 }, - "zenantique": { - "category": "serif", - "ascentOverride": "1.16", - "descentOverride": "0.288", - "lineGapOverride": "0", - "avgWidth": "0.5446923077", - "emSize": "1000" + "Noto Sans Kaithi": { + "category": "sans-serif", + "ascent": 1077, + "descent": -425, + "lineGap": 0, + "xAvgCharWidth": 628, + "unitsPerEm": 1000 }, - "zenantiquesoft": { - "category": "serif", - "ascentOverride": "1.16", - "descentOverride": "0.288", - "lineGapOverride": "0", - "avgWidth": "0.5446923077", - "emSize": "1000" - }, - "zendots": { + "Allan": { "category": "display", - "ascentOverride": "0.93", - "descentOverride": "0.27", - "lineGapOverride": "0", - "avgWidth": "0.6796923077", - "emSize": "1000" - }, - "zenkakugothicantique": { + "ascent": 1928, + "descent": -412, + "lineGap": 0, + "xAvgCharWidth": 632, + "unitsPerEm": 2048 + }, + "Grechen Fuemen": { + "category": "handwriting", + "ascent": 900, + "descent": -320, + "lineGap": 0, + "xAvgCharWidth": 558, + "unitsPerEm": 1000 + }, + "Exo 2": { "category": "sans-serif", - "ascentOverride": "1.16", - "descentOverride": "0.288", - "lineGapOverride": "0", - "avgWidth": "0.4811153846", - "emSize": "1000" - }, - "zenkakugothicnew": { + "ascent": 999, + "descent": -201, + "lineGap": 0, + "xAvgCharWidth": 559, + "unitsPerEm": 1000 + }, + "Jua": { "category": "sans-serif", - "ascentOverride": "1.16", - "descentOverride": "0.288", - "lineGapOverride": "0", - "avgWidth": "0.4919230769", - "emSize": "1000" - }, - "zenkurenaido": { + "ascent": 800, + "descent": -200, + "lineGap": 250, + "xAvgCharWidth": 803, + "unitsPerEm": 1000 + }, + "Yuji Boku": { + "category": "serif", + "ascent": 1160, + "descent": -288, + "lineGap": 0, + "xAvgCharWidth": 970, + "unitsPerEm": 1000 + }, + "Arimo": { "category": "sans-serif", - "ascentOverride": "1.16", - "descentOverride": "0.288", - "lineGapOverride": "0", - "avgWidth": "0.4323846154", - "emSize": "1000" - }, - "zenloop": { - "category": "display", - "ascentOverride": "0.85", - "descentOverride": "0.275", - "lineGapOverride": "0", - "avgWidth": "0.2718076923", - "emSize": "1000" - }, - "zenmarugothic": { + "ascent": 1854, + "descent": -434, + "lineGap": 67, + "xAvgCharWidth": 1190, + "unitsPerEm": 2048 + }, + "Noto Sans Sundanese": { "category": "sans-serif", - "ascentOverride": "1.16", - "descentOverride": "0.288", - "lineGapOverride": "0", - "avgWidth": "0.4919230769", - "emSize": "1000" - }, - "zenoldmincho": { + "ascent": 1069, + "descent": -368, + "lineGap": 0, + "xAvgCharWidth": 757, + "unitsPerEm": 1000 + }, + "Cinzel": { "category": "serif", - "ascentOverride": "1.16", - "descentOverride": "0.288", - "lineGapOverride": "0", - "avgWidth": "0.5122307692", - "emSize": "1000" - }, - "zentokyozoo": { + "ascent": 976, + "descent": -372, + "lineGap": 0, + "xAvgCharWidth": 660, + "unitsPerEm": 1000 + }, + "DotGothic16": { + "category": "sans-serif", + "ascent": 1160, + "descent": -288, + "lineGap": 0, + "xAvgCharWidth": 966, + "unitsPerEm": 1000 + }, + "Londrina Shadow": { "category": "display", - "ascentOverride": "0.95", - "descentOverride": "0.25", - "lineGapOverride": "0", - "avgWidth": "0.4095769231", - "emSize": "1000" - }, - "zeyada": { + "ascent": 945, + "descent": -238, + "lineGap": 0, + "xAvgCharWidth": 443, + "unitsPerEm": 1000 + }, + "M PLUS 1": { + "category": "sans-serif", + "ascent": 1160, + "descent": -288, + "lineGap": 0, + "xAvgCharWidth": 967, + "unitsPerEm": 1000 + }, + "Marmelad": { + "category": "sans-serif", + "ascent": 1989, + "descent": -451, + "lineGap": 0, + "xAvgCharWidth": 1198, + "unitsPerEm": 2048 + }, + "Merienda": { "category": "handwriting", - "ascentOverride": "0.912109375", - "descentOverride": "0.6640625", - "lineGapOverride": "0", - "avgWidth": "0.3452148438", - "emSize": "1024" - }, - "zhimangxing": { + "ascent": 1102, + "descent": -342, + "lineGap": 0, + "xAvgCharWidth": 562, + "unitsPerEm": 1000 + }, + "Qwigley": { "category": "handwriting", - "ascentOverride": "0.88", - "descentOverride": "0.12", - "lineGapOverride": "0", - "avgWidth": "0.328", - "emSize": "1000" - }, - "zillaslab": { - "category": "serif", - "ascentOverride": "0.944", - "descentOverride": "0.256", - "lineGapOverride": "0", - "avgWidth": "0.4624615385", - "emSize": "1000" - }, - "zillaslabhighlight": { - "category": "display", - "ascentOverride": "0.944", - "descentOverride": "0.256", - "lineGapOverride": "0", - "avgWidth": "0.4902692308", - "emSize": "1000" + "ascent": 750, + "descent": -500, + "lineGap": 0, + "xAvgCharWidth": 375, + "unitsPerEm": 1000 } } diff --git a/test/integration/font-optimization/test/index.test.js b/test/integration/font-optimization/test/index.test.js index ec26fdeed6c4e..e995d6970fe3c 100644 --- a/test/integration/font-optimization/test/index.test.js +++ b/test/integration/font-optimization/test/index.test.js @@ -359,14 +359,14 @@ describe('Font Optimization', () => { ) expect(inlineStyle.length).toBe(1) expect(inlineStyle.html()).toContain( - '@font-face{font-family:"roboto-fallback";ascent-override:92.77%;descent-override:24.41%;line-gap-override:0.00%;src:local("Arial")}' + '@font-face{font-family:"Roboto Fallback";ascent-override:92.77%;descent-override:24.41%;line-gap-override:0.00%;src:local("Arial")}' ) expect(inlineStyleMultiple.length).toBe(1) expect(inlineStyleMultiple.html()).toContain( - '@font-face{font-family:"libre-baskerville-fallback";ascent-override:97.00%;descent-override:27.00%;line-gap-override:0.00%;src:local("Times New Roman")}' + '@font-face{font-family:"Libre Baskerville Fallback";ascent-override:97.00%;descent-override:27.00%;line-gap-override:0.00%;src:local("Times New Roman")}' ) expect(inlineStyleMultiple.html()).toContain( - '@font-face{font-family:"open-sans-fallback";ascent-override:106.88%;descent-override:29.30%;line-gap-override:0.00%;src:local("Arial")}' + '@font-face{font-family:"Open Sans Fallback";ascent-override:106.88%;descent-override:29.30%;line-gap-override:0.00%;src:local("Arial")}' ) }) }) From 2f6c05d09150076e7983e5a46585ed581929ce3d Mon Sep 17 00:00:00 2001 From: Ralph Date: Wed, 28 Sep 2022 17:41:18 -0700 Subject: [PATCH 2/4] Adding sizeAdjust based calc --- packages/next/build/webpack-config.ts | 2 + .../font-stylesheet-gathering-plugin.ts | 10 ++- packages/next/server/config-schema.ts | 3 + packages/next/server/config-shared.ts | 2 + packages/next/server/font-utils.ts | 62 +++++++++++++++++-- packages/next/shared/lib/constants.ts | 7 ++- .../font-override-size-adjust/next.config.js | 7 +++ .../font-override-size-adjust/pages/_app.js | 6 ++ .../pages/_document.js | 25 ++++++++ .../font-override-size-adjust/pages/index.js | 7 +++ .../styles/styles.css | 3 + .../fixtures/font-override/styles/styles.css | 2 +- .../font-optimization/test/index.test.js | 33 ++++++++++ 13 files changed, 159 insertions(+), 10 deletions(-) create mode 100644 test/integration/font-optimization/fixtures/font-override-size-adjust/next.config.js create mode 100644 test/integration/font-optimization/fixtures/font-override-size-adjust/pages/_app.js create mode 100644 test/integration/font-optimization/fixtures/font-override-size-adjust/pages/_document.js create mode 100644 test/integration/font-optimization/fixtures/font-override-size-adjust/pages/index.js create mode 100644 test/integration/font-optimization/fixtures/font-override-size-adjust/styles/styles.css diff --git a/packages/next/build/webpack-config.ts b/packages/next/build/webpack-config.ts index 102de1c6c249e..0a334cdb4b92b 100644 --- a/packages/next/build/webpack-config.ts +++ b/packages/next/build/webpack-config.ts @@ -1879,6 +1879,8 @@ export default async function getBaseWebpackConfig( return new FontStylesheetGatheringPlugin({ isLikeServerless, adjustFontFallbacks: config.experimental.adjustFontFallbacks, + adjustFontFallbacksWithSizeAdjust: + config.experimental.adjustFontFallbacksWithSizeAdjust, }) })(), new WellKnownErrorsPlugin(), diff --git a/packages/next/build/webpack/plugins/font-stylesheet-gathering-plugin.ts b/packages/next/build/webpack/plugins/font-stylesheet-gathering-plugin.ts index c17b43bc62127..bd9d2bbea0bef 100644 --- a/packages/next/build/webpack/plugins/font-stylesheet-gathering-plugin.ts +++ b/packages/next/build/webpack/plugins/font-stylesheet-gathering-plugin.ts @@ -54,16 +54,20 @@ export class FontStylesheetGatheringPlugin { manifestContent: FontManifest = [] isLikeServerless: boolean adjustFontFallbacks?: boolean + adjustFontFallbacksWithSizeAdjust?: boolean constructor({ isLikeServerless, adjustFontFallbacks, + adjustFontFallbacksWithSizeAdjust, }: { isLikeServerless: boolean adjustFontFallbacks?: boolean + adjustFontFallbacksWithSizeAdjust?: boolean }) { this.isLikeServerless = isLikeServerless this.adjustFontFallbacks = adjustFontFallbacks + this.adjustFontFallbacksWithSizeAdjust = adjustFontFallbacksWithSizeAdjust } private parserHandler = ( @@ -224,7 +228,11 @@ export class FontStylesheetGatheringPlugin { let css = await fontDefinitionPromises[promiseIndex] if (this.adjustFontFallbacks) { - css += getFontOverrideCss(fontStylesheets[promiseIndex], css) + css += getFontOverrideCss( + fontStylesheets[promiseIndex], + css, + this.adjustFontFallbacksWithSizeAdjust + ) } if (css) { diff --git a/packages/next/server/config-schema.ts b/packages/next/server/config-schema.ts index 5270491e0a132..fceff4098c9c9 100644 --- a/packages/next/server/config-schema.ts +++ b/packages/next/server/config-schema.ts @@ -222,6 +222,9 @@ const configSchema = { adjustFontFallbacks: { type: 'boolean', }, + adjustFontFallbacksWithSizeAdjust: { + type: 'boolean', + }, amp: { additionalProperties: false, properties: { diff --git a/packages/next/server/config-shared.ts b/packages/next/server/config-shared.ts index 1d7a95cb719e0..a6f84bcc74d9c 100644 --- a/packages/next/server/config-shared.ts +++ b/packages/next/server/config-shared.ts @@ -151,6 +151,7 @@ export interface ExperimentalConfig { algorithm?: SubresourceIntegrityAlgorithm } adjustFontFallbacks?: boolean + adjustFontFallbacksWithSizeAdjust?: boolean // A list of packages that should be treated as external in the RSC server build optoutServerComponentsBundle?: string[] @@ -588,6 +589,7 @@ export const defaultConfig: NextConfig = { modularizeImports: undefined, enableUndici: false, adjustFontFallbacks: false, + adjustFontFallbacksWithSizeAdjust: false, }, } diff --git a/packages/next/server/font-utils.ts b/packages/next/server/font-utils.ts index ba107cf6814a9..f37978575670f 100644 --- a/packages/next/server/font-utils.ts +++ b/packages/next/server/font-utils.ts @@ -98,20 +98,46 @@ function parseGoogleFontName(css: string): Array { return [...fontNames] } +function formatOverrideValue(val: number) { + return Math.abs(val * 100).toFixed(2) +} + export function calculateOverrideValues(font: string, fontMetrics: any) { const fontKey = font.trim() let { category, ascent, descent, lineGap, unitsPerEm } = fontMetrics[fontKey] const fallbackFont = category === 'serif' ? DEFAULT_SERIF_FONT : DEFAULT_SANS_SERIF_FONT - ascent = ((ascent / unitsPerEm) * 100).toFixed(2) - descent = ((descent / unitsPerEm) * 100).toFixed(2) - lineGap = ((lineGap / unitsPerEm) * 100).toFixed(2) + ascent = formatOverrideValue(ascent / unitsPerEm) + descent = formatOverrideValue(descent / unitsPerEm) + lineGap = formatOverrideValue(lineGap / unitsPerEm) + + return { + ascent, + descent, + lineGap, + fallbackFont: fallbackFont.name, + } +} + +export function calculateSizeAdjustValues(font: string, fontMetrics: any) { + const fontKey = font.trim() + let { category, ascent, descent, lineGap, unitsPerEm, xAvgCharWidth } = + fontMetrics[fontKey] + const fallbackFont = + category === 'serif' ? DEFAULT_SERIF_FONT : DEFAULT_SANS_SERIF_FONT + + let sizeAdjust = xAvgCharWidth / fallbackFont.xAvgCharWidth + + ascent = formatOverrideValue(ascent / (unitsPerEm * sizeAdjust)) + descent = formatOverrideValue(descent / (unitsPerEm * sizeAdjust)) + lineGap = formatOverrideValue(lineGap / (unitsPerEm * sizeAdjust)) return { ascent, descent, lineGap, - fallbackFont, + fallbackFont: fallbackFont.name, + sizeAdjust: formatOverrideValue(sizeAdjust), } } @@ -134,17 +160,41 @@ function calculateOverrideCSS(font: string, fontMetrics: any) { ` } -export function getFontOverrideCss(url: string, css: string) { +function calculateSizeAdjustCSS(font: string, fontMetrics: any) { + const fontName = font.trim() + + const { ascent, descent, lineGap, fallbackFont, sizeAdjust } = + calculateSizeAdjustValues(font, fontMetrics) + + return ` + @font-face { + font-family: "${fontName} Fallback"; + ascent-override: ${ascent}%; + descent-override: ${descent}%; + line-gap-override: ${lineGap}%; + size-adjust: ${sizeAdjust}%; + src: local("${fallbackFont}"); + } + ` +} + +export function getFontOverrideCss( + url: string, + css: string, + useSizeAdjust = false +) { if (!isGoogleFont(url)) { return '' } + const calcFn = useSizeAdjust ? calculateSizeAdjustCSS : calculateOverrideCSS + try { const fontNames = parseGoogleFontName(css) const fontMetrics = googleFontsMetrics const fontCss = fontNames.reduce((cssStr, fontName) => { - cssStr += calculateOverrideCSS(fontName, fontMetrics) + cssStr += calcFn(fontName, fontMetrics) return cssStr }, '') diff --git a/packages/next/shared/lib/constants.ts b/packages/next/shared/lib/constants.ts index e9c43bdd4cf36..e6ca4b6116fd8 100644 --- a/packages/next/shared/lib/constants.ts +++ b/packages/next/shared/lib/constants.ts @@ -92,8 +92,11 @@ export const OPTIMIZED_FONT_PROVIDERS = [ { url: GOOGLE_FONT_PROVIDER, preconnect: 'https://fonts.gstatic.com' }, { url: 'https://use.typekit.net', preconnect: 'https://use.typekit.net' }, ] -export const DEFAULT_SERIF_FONT = 'Times New Roman' -export const DEFAULT_SANS_SERIF_FONT = 'Arial' +export const DEFAULT_SERIF_FONT = { + name: 'Times New Roman', + xAvgCharWidth: 821, +} +export const DEFAULT_SANS_SERIF_FONT = { name: 'Arial', xAvgCharWidth: 904 } export const STATIC_STATUS_PAGES = ['/500'] export const TRACE_OUTPUT_VERSION = 1 diff --git a/test/integration/font-optimization/fixtures/font-override-size-adjust/next.config.js b/test/integration/font-optimization/fixtures/font-override-size-adjust/next.config.js new file mode 100644 index 0000000000000..70952fae76c1f --- /dev/null +++ b/test/integration/font-optimization/fixtures/font-override-size-adjust/next.config.js @@ -0,0 +1,7 @@ +module.exports = { + cleanDistDir: false, + experimental: { + adjustFontFallbacks: true, + adjustFontFallbacksWithSizeAdjust: true, + }, +} diff --git a/test/integration/font-optimization/fixtures/font-override-size-adjust/pages/_app.js b/test/integration/font-optimization/fixtures/font-override-size-adjust/pages/_app.js new file mode 100644 index 0000000000000..770c366c0c3a8 --- /dev/null +++ b/test/integration/font-optimization/fixtures/font-override-size-adjust/pages/_app.js @@ -0,0 +1,6 @@ +import '../styles/styles.css' + +// This default export is required in a new `pages/_app.js` file. +export default function MyApp({ Component, pageProps }) { + return +} diff --git a/test/integration/font-optimization/fixtures/font-override-size-adjust/pages/_document.js b/test/integration/font-optimization/fixtures/font-override-size-adjust/pages/_document.js new file mode 100644 index 0000000000000..27416216d6245 --- /dev/null +++ b/test/integration/font-optimization/fixtures/font-override-size-adjust/pages/_document.js @@ -0,0 +1,25 @@ +import * as React from 'react' +/// @ts-ignore +import Document, { Main, NextScript, Head, Html } from 'next/document' +export default class MyDocument extends Document { + render() { + return ( + + + + + + +
+ + + + ) + } +} diff --git a/test/integration/font-optimization/fixtures/font-override-size-adjust/pages/index.js b/test/integration/font-optimization/fixtures/font-override-size-adjust/pages/index.js new file mode 100644 index 0000000000000..04f1aea06391a --- /dev/null +++ b/test/integration/font-optimization/fixtures/font-override-size-adjust/pages/index.js @@ -0,0 +1,7 @@ +import React from 'react' + +const Page = () => { + return
Hello!
+} + +export default Page diff --git a/test/integration/font-optimization/fixtures/font-override-size-adjust/styles/styles.css b/test/integration/font-optimization/fixtures/font-override-size-adjust/styles/styles.css new file mode 100644 index 0000000000000..854f488005fab --- /dev/null +++ b/test/integration/font-optimization/fixtures/font-override-size-adjust/styles/styles.css @@ -0,0 +1,3 @@ +body { + font-family: Roboto, 'Roboto Fallback'; +} diff --git a/test/integration/font-optimization/fixtures/font-override/styles/styles.css b/test/integration/font-optimization/fixtures/font-override/styles/styles.css index 0089477ac22e8..854f488005fab 100644 --- a/test/integration/font-optimization/fixtures/font-override/styles/styles.css +++ b/test/integration/font-optimization/fixtures/font-override/styles/styles.css @@ -1,3 +1,3 @@ body { - font-family: Roboto, 'roboto-fallback'; + font-family: Roboto, 'Roboto Fallback'; } diff --git a/test/integration/font-optimization/test/index.test.js b/test/integration/font-optimization/test/index.test.js index e995d6970fe3c..bf2833e72142d 100644 --- a/test/integration/font-optimization/test/index.test.js +++ b/test/integration/font-optimization/test/index.test.js @@ -370,4 +370,37 @@ describe('Font Optimization', () => { ) }) }) + + describe('font override with size adjust', () => { + let app, appPort + + beforeAll(async () => { + const appDir = join(fixturesDir, 'font-override-size-adjust') + await nextBuild(appDir) + appPort = await findPort() + app = await nextStart(appDir, appPort) + }) + afterAll(() => killApp(app)) + it('should inline font-override values', async () => { + const html = await renderViaHTTP(appPort, '/') + const $ = cheerio.load(html) + const inlineStyle = $( + 'style[data-href="https://fonts.googleapis.com/css2?family=Roboto&display=swap"]' + ) + const inlineStyleMultiple = $( + 'style[data-href="https://fonts.googleapis.com/css2?family=Open+Sans&family=Libre+Baskerville&display=swap"]' + ) + expect(inlineStyle.length).toBe(1) + expect(inlineStyle.html()).toContain( + '@font-face{font-family:"Roboto Fallback";ascent-override:72.42%;descent-override:19.06%;line-gap-override:0.00%;size-adjust:128.10%;src:local("Arial")}' + ) + expect(inlineStyleMultiple.length).toBe(1) + expect(inlineStyleMultiple.html()).toContain( + '@font-face{font-family:"Libre Baskerville Fallback";ascent-override:155.24%;descent-override:43.21%;line-gap-override:0.00%;size-adjust:62.48%;src:local("Times New Roman")}' + ) + expect(inlineStyleMultiple.html()).toContain( + '@font-face{font-family:"Open Sans Fallback";ascent-override:82.66%;descent-override:22.66%;line-gap-override:0.00%;size-adjust:129.31%;src:local("Arial")}' + ) + }) + }) }) From a40d19809262bf1a6645eef4660de1c255a84bf1 Mon Sep 17 00:00:00 2001 From: Ralph Date: Fri, 14 Oct 2022 00:02:17 -0700 Subject: [PATCH 3/4] Updating size-adjust calc to use azAvgWidth instead of xAvgCharWidth --- packages/next/server/font-utils.ts | 8 +- packages/next/server/google-font-metrics.json | 17724 +++++++++------- packages/next/shared/lib/constants.ts | 9 +- .../font-optimization/test/index.test.js | 6 +- 4 files changed, 9598 insertions(+), 8149 deletions(-) diff --git a/packages/next/server/font-utils.ts b/packages/next/server/font-utils.ts index 5d672e2e3c95f..a373e3f46ec10 100644 --- a/packages/next/server/font-utils.ts +++ b/packages/next/server/font-utils.ts @@ -119,14 +119,14 @@ export function calculateOverrideValues(fontMetrics: any) { } export function calculateSizeAdjustValues(fontMetrics: any) { - let { category, ascent, descent, lineGap, unitsPerEm, xAvgCharWidth } = + let { category, ascent, descent, lineGap, unitsPerEm, azAvgWidth } = fontMetrics const fallbackFont = category === 'serif' ? DEFAULT_SERIF_FONT : DEFAULT_SANS_SERIF_FONT - let sizeAdjust = xAvgCharWidth - ? xAvgCharWidth / fallbackFont.xAvgCharWidth - : 1 + const mainFontAvgWidth = azAvgWidth / unitsPerEm + const fallbackFontAvgWidth = fallbackFont.azAvgWidth / fallbackFont.unitsPerEm + let sizeAdjust = azAvgWidth ? mainFontAvgWidth / fallbackFontAvgWidth : 1 ascent = formatOverrideValue(ascent / (unitsPerEm * sizeAdjust)) descent = formatOverrideValue(descent / (unitsPerEm * sizeAdjust)) diff --git a/packages/next/server/google-font-metrics.json b/packages/next/server/google-font-metrics.json index d53a96afbccf5..f07d6c5a92738 100644 --- a/packages/next/server/google-font-metrics.json +++ b/packages/next/server/google-font-metrics.json @@ -1,19 +1,30 @@ { - "Abel": { + "Allerta Stencil": { "category": "sans-serif", - "ascent": 2006, - "descent": -604, + "ascent": 1057, + "descent": -252, "lineGap": 0, - "xAvgCharWidth": 926, - "unitsPerEm": 2048 + "xAvgCharWidth": 577, + "unitsPerEm": 1024, + "azAvgWidth": 597.8846153846154 }, - "Aclonica": { + "Albert Sans": { "category": "sans-serif", - "ascent": 1687, - "descent": -533, - "lineGap": 101, - "xAvgCharWidth": 1128, - "unitsPerEm": 2048 + "ascent": 950, + "descent": -250, + "lineGap": 0, + "xAvgCharWidth": 556, + "unitsPerEm": 1000, + "azAvgWidth": 514.8461538461538 + }, + "Adamina": { + "category": "serif", + "ascent": 1072, + "descent": -290, + "lineGap": 0, + "xAvgCharWidth": 569, + "unitsPerEm": 1000, + "azAvgWidth": 546.7307692307693 }, "Abril Fatface": { "category": "display", @@ -21,23 +32,26 @@ "descent": -291, "lineGap": 0, "xAvgCharWidth": 458, - "unitsPerEm": 1000 + "unitsPerEm": 1000, + "azAvgWidth": 537.4230769230769 }, - "Abhaya Libre": { - "category": "serif", - "ascent": 860, - "descent": -348, + "Alumni Sans": { + "category": "sans-serif", + "ascent": 900, + "descent": -300, "lineGap": 0, - "xAvgCharWidth": 415, - "unitsPerEm": 1024 + "xAvgCharWidth": 358, + "unitsPerEm": 1000, + "azAvgWidth": 329.53846153846155 }, - "Adamina": { - "category": "serif", - "ascent": 1072, - "descent": -290, + "Aladin": { + "category": "handwriting", + "ascent": 905, + "descent": -321, "lineGap": 0, - "xAvgCharWidth": 569, - "unitsPerEm": 1000 + "xAvgCharWidth": 328, + "unitsPerEm": 1000, + "azAvgWidth": 377.03846153846155 }, "ABeeZee": { "category": "sans-serif", @@ -45,783 +59,818 @@ "descent": -262, "lineGap": 0, "xAvgCharWidth": 539, - "unitsPerEm": 1000 + "unitsPerEm": 1000, + "azAvgWidth": 529.1923076923077 }, - "Alatsi": { - "category": "sans-serif", - "ascent": 2000, - "descent": -560, + "Almendra Display": { + "category": "display", + "ascent": 951, + "descent": -345, "lineGap": 0, - "xAvgCharWidth": 1095, - "unitsPerEm": 2000 + "xAvgCharWidth": 469, + "unitsPerEm": 1000, + "azAvgWidth": 471.7692307692308 }, - "Alegreya": { - "category": "serif", + "Amatic SC": { + "category": "handwriting", "ascent": 1016, - "descent": -345, + "descent": -245, "lineGap": 0, - "xAvgCharWidth": 549, - "unitsPerEm": 1000 + "xAvgCharWidth": 335, + "unitsPerEm": 1000, + "azAvgWidth": 315.2307692307692 }, - "Antonio": { + "Alata": { "category": "sans-serif", - "ascent": 2365, - "descent": -285, + "ascent": 1100, + "descent": -280, "lineGap": 0, - "xAvgCharWidth": 887, - "unitsPerEm": 2048 + "xAvgCharWidth": 588, + "unitsPerEm": 1000, + "azAvgWidth": 512 }, - "Audiowide": { + "Anaheim": { + "category": "sans-serif", + "ascent": 1968, + "descent": -672, + "lineGap": 0, + "xAvgCharWidth": 863, + "unitsPerEm": 2048, + "azAvgWidth": 919.8461538461538 + }, + "Akaya Telivigala": { "category": "display", - "ascent": 2027, - "descent": -584, + "ascent": 920, + "descent": -276, "lineGap": 0, - "xAvgCharWidth": 1154, - "unitsPerEm": 2048 + "xAvgCharWidth": 685, + "unitsPerEm": 1000, + "azAvgWidth": 449.53846153846155 }, - "Aladin": { + "Aguafina Script": { "category": "handwriting", - "ascent": 905, - "descent": -321, + "ascent": 966, + "descent": -581, "lineGap": 0, - "xAvgCharWidth": 328, - "unitsPerEm": 1000 + "xAvgCharWidth": 288, + "unitsPerEm": 1000, + "azAvgWidth": 325.7692307692308 }, - "Baskervville": { + "Almendra": { "category": "serif", - "ascent": 998, - "descent": -295, - "lineGap": 0, - "xAvgCharWidth": 532, - "unitsPerEm": 1000 - }, - "Baloo Bhaijaan 2": { - "category": "display", - "ascent": 1080, - "descent": -632, - "lineGap": 0, - "xAvgCharWidth": 581, - "unitsPerEm": 1000 - }, - "Cabin Condensed": { - "category": "sans-serif", - "ascent": 965, - "descent": -250, + "ascent": 951, + "descent": -345, "lineGap": 0, - "xAvgCharWidth": 462, - "unitsPerEm": 1000 + "xAvgCharWidth": 484, + "unitsPerEm": 1000, + "azAvgWidth": 472.4230769230769 }, - "Akshar": { + "Alatsi": { "category": "sans-serif", - "ascent": 990, - "descent": -390, - "lineGap": 0, - "xAvgCharWidth": 439, - "unitsPerEm": 1000 - }, - "Holtwood One SC": { - "category": "serif", - "ascent": 2457, - "descent": -876, + "ascent": 2000, + "descent": -560, "lineGap": 0, - "xAvgCharWidth": 1459, - "unitsPerEm": 2048 + "xAvgCharWidth": 1095, + "unitsPerEm": 2000, + "azAvgWidth": 985.8461538461538 }, - "Buda": { + "Aboreto": { "category": "display", - "ascent": 1836, - "descent": -724, - "lineGap": 0, - "xAvgCharWidth": 781, - "unitsPerEm": 2048 - }, - "Birthstone Bounce": { - "category": "handwriting", - "ascent": 950, - "descent": -410, + "ascent": 930, + "descent": -230, "lineGap": 0, - "xAvgCharWidth": 625, - "unitsPerEm": 1000 + "xAvgCharWidth": 569, + "unitsPerEm": 1000, + "azAvgWidth": 679.1538461538462 }, - "Birthstone": { + "Alex Brush": { "category": "handwriting", - "ascent": 950, - "descent": -410, - "lineGap": 0, - "xAvgCharWidth": 515, - "unitsPerEm": 1000 - }, - "Big Shoulders Text": { - "category": "display", - "ascent": 1968, - "descent": -426, + "ascent": 825, + "descent": -425, "lineGap": 0, - "xAvgCharWidth": 549, - "unitsPerEm": 2000 + "xAvgCharWidth": 539, + "unitsPerEm": 1000, + "azAvgWidth": 356.46153846153845 }, - "Alegreya Sans SC": { + "Alef": { "category": "sans-serif", - "ascent": 900, - "descent": -300, + "ascent": 2067, + "descent": -722, "lineGap": 0, - "xAvgCharWidth": 524, - "unitsPerEm": 1000 + "xAvgCharWidth": 1093, + "unitsPerEm": 2048, + "azAvgWidth": 1043 }, - "Noto Sans Lisu": { + "BenchNine": { "category": "sans-serif", - "ascent": 1069, - "descent": -293, + "ascent": 2020, + "descent": -720, "lineGap": 0, - "xAvgCharWidth": 553, - "unitsPerEm": 1000 + "xAvgCharWidth": 744, + "unitsPerEm": 2048, + "azAvgWidth": 652.6153846153846 }, - "Noto Sans Mandaic": { + "Aclonica": { "category": "sans-serif", - "ascent": 724, - "descent": -423, - "lineGap": 0, - "xAvgCharWidth": 663, - "unitsPerEm": 1000 + "ascent": 1687, + "descent": -533, + "lineGap": 101, + "xAvgCharWidth": 1128, + "unitsPerEm": 2048, + "azAvgWidth": 1260.1923076923076 }, - "Chau Philomene One": { + "Asap": { "category": "sans-serif", - "ascent": 1033, - "descent": -334, + "ascent": 934, + "descent": -212, "lineGap": 0, - "xAvgCharWidth": 397, - "unitsPerEm": 1000 + "xAvgCharWidth": 536, + "unitsPerEm": 1000, + "azAvgWidth": 499.0769230769231 }, - "Geostar Fill": { - "category": "display", - "ascent": 922, - "descent": -226, + "Alegreya SC": { + "category": "serif", + "ascent": 1016, + "descent": -345, "lineGap": 0, - "xAvgCharWidth": 779, - "unitsPerEm": 1000 + "xAvgCharWidth": 560, + "unitsPerEm": 1000, + "azAvgWidth": 530.0384615384615 }, - "Amiko": { + "Anek Malayalam": { "category": "sans-serif", - "ascent": 928, - "descent": -406, + "ascent": 2035, + "descent": -830, "lineGap": 0, - "xAvgCharWidth": 611, - "unitsPerEm": 1000 + "xAvgCharWidth": 1379, + "unitsPerEm": 2000, + "azAvgWidth": 957.1153846153846 }, - "Girassol": { + "Amarante": { "category": "display", - "ascent": 944, - "descent": -250, + "ascent": 2020, + "descent": -540, "lineGap": 0, - "xAvgCharWidth": 480, - "unitsPerEm": 1000 + "xAvgCharWidth": 1061, + "unitsPerEm": 2048, + "azAvgWidth": 978.0769230769231 }, - "Nobile": { - "category": "sans-serif", - "ascent": 1731, - "descent": -578, - "lineGap": 0, - "xAvgCharWidth": 982, - "unitsPerEm": 2048 + "Arvo": { + "category": "serif", + "ascent": 1968, + "descent": -506, + "lineGap": 55, + "xAvgCharWidth": 967, + "unitsPerEm": 2048, + "azAvgWidth": 1136.0384615384614 }, - "Bokor": { - "category": "display", - "ascent": 2500, - "descent": -1200, + "Domine": { + "category": "serif", + "ascent": 900, + "descent": -240, "lineGap": 0, - "xAvgCharWidth": 1110, - "unitsPerEm": 2048 + "xAvgCharWidth": 594, + "unitsPerEm": 1000, + "azAvgWidth": 555.5 }, - "Akaya Telivigala": { + "Akaya Kanadaka": { "category": "display", "ascent": 920, "descent": -276, "lineGap": 0, "xAvgCharWidth": 685, - "unitsPerEm": 1000 + "unitsPerEm": 1000, + "azAvgWidth": 449.53846153846155 }, - "Autour One": { - "category": "display", - "ascent": 2010, - "descent": -550, + "Alegreya": { + "category": "serif", + "ascent": 1016, + "descent": -345, "lineGap": 0, - "xAvgCharWidth": 1379, - "unitsPerEm": 2048 + "xAvgCharWidth": 549, + "unitsPerEm": 1000, + "azAvgWidth": 466.53846153846155 }, - "Anek Odia": { + "Andika": { "category": "sans-serif", - "ascent": 1960, - "descent": -1400, + "ascent": 2500, + "descent": -800, "lineGap": 0, - "xAvgCharWidth": 1221, - "unitsPerEm": 2000 + "xAvgCharWidth": 1146, + "unitsPerEm": 2048, + "azAvgWidth": 1054.2307692307693 }, - "Anek Kannada": { - "category": "sans-serif", - "ascent": 2030, - "descent": -1310, + "Alumni Sans Inline One": { + "category": "display", + "ascent": 900, + "descent": -300, "lineGap": 0, - "xAvgCharWidth": 1503, - "unitsPerEm": 2000 + "xAvgCharWidth": 398, + "unitsPerEm": 1000, + "azAvgWidth": 367.88461538461536 }, - "Grenze": { + "Andada Pro": { "category": "serif", - "ascent": 1100, - "descent": -380, + "ascent": 942, + "descent": -235, "lineGap": 0, - "xAvgCharWidth": 461, - "unitsPerEm": 1000 + "xAvgCharWidth": 589, + "unitsPerEm": 1000, + "azAvgWidth": 523.0384615384615 }, - "Alumni Sans Collegiate One": { - "category": "sans-serif", - "ascent": 900, - "descent": -300, + "Amita": { + "category": "handwriting", + "ascent": 1292, + "descent": -650, "lineGap": 0, - "xAvgCharWidth": 375, - "unitsPerEm": 1000 + "xAvgCharWidth": 568, + "unitsPerEm": 1000, + "azAvgWidth": 512.8076923076923 }, - "Asul": { + "Abel": { "category": "sans-serif", - "ascent": 949, - "descent": -264, - "lineGap": 0, - "xAvgCharWidth": 442, - "unitsPerEm": 1000 - }, - "Bitter": { - "category": "serif", - "ascent": 935, - "descent": -265, + "ascent": 2006, + "descent": -604, "lineGap": 0, - "xAvgCharWidth": 587, - "unitsPerEm": 1000 + "xAvgCharWidth": 926, + "unitsPerEm": 2048, + "azAvgWidth": 862.2307692307693 }, - "Bodoni Moda": { + "Cardo": { "category": "serif", - "ascent": 2250, - "descent": -800, + "ascent": 2028, + "descent": -745, "lineGap": 0, - "xAvgCharWidth": 1155, - "unitsPerEm": 2000 + "xAvgCharWidth": 1305, + "unitsPerEm": 2048, + "azAvgWidth": 988 }, - "Habibi": { - "category": "serif", - "ascent": 2000, - "descent": -560, + "Elsie Swash Caps": { + "category": "display", + "ascent": 878, + "descent": -274, "lineGap": 0, - "xAvgCharWidth": 1202, - "unitsPerEm": 2048 + "xAvgCharWidth": 510, + "unitsPerEm": 1000, + "azAvgWidth": 502.2692307692308 }, - "Caveat": { - "category": "handwriting", - "ascent": 960, + "Balsamiq Sans": { + "category": "display", + "ascent": 900, "descent": -300, "lineGap": 0, - "xAvgCharWidth": 445, - "unitsPerEm": 1000 + "xAvgCharWidth": 644, + "unitsPerEm": 1000, + "azAvgWidth": 493.96153846153845 }, - "Genos": { - "category": "sans-serif", - "ascent": 900, - "descent": -300, + "Averia Sans Libre": { + "category": "display", + "ascent": 2035, + "descent": -499, "lineGap": 0, - "xAvgCharWidth": 441, - "unitsPerEm": 1000 + "xAvgCharWidth": 898, + "unitsPerEm": 2048, + "azAvgWidth": 994.7307692307693 }, - "Anek Telugu": { - "category": "sans-serif", - "ascent": 1800, - "descent": -1200, + "Lancelot": { + "category": "display", + "ascent": 1595, + "descent": -668, "lineGap": 0, - "xAvgCharWidth": 1608, - "unitsPerEm": 2000 + "xAvgCharWidth": 723, + "unitsPerEm": 2048, + "azAvgWidth": 834.3076923076923 }, - "Butterfly Kids": { + "Beth Ellen": { "category": "handwriting", - "ascent": 917, - "descent": -304, + "ascent": 3250, + "descent": -1190, "lineGap": 0, - "xAvgCharWidth": 300, - "unitsPerEm": 1024 + "xAvgCharWidth": 1424, + "unitsPerEm": 2000, + "azAvgWidth": 1182.9615384615386 }, - "Aldrich": { + "Anek Gurmukhi": { "category": "sans-serif", - "ascent": 1475, - "descent": -430, - "lineGap": 98, - "xAvgCharWidth": 1053, - "unitsPerEm": 2048 + "ascent": 1500, + "descent": -900, + "lineGap": 0, + "xAvgCharWidth": 1010, + "unitsPerEm": 2000, + "azAvgWidth": 957 }, - "Preahvihear": { + "Fresca": { "category": "sans-serif", - "ascent": 2500, - "descent": -1200, + "ascent": 869, + "descent": -285, "lineGap": 0, - "xAvgCharWidth": 1295, - "unitsPerEm": 2048 + "xAvgCharWidth": 408, + "unitsPerEm": 1000, + "azAvgWidth": 464.7692307692308 }, - "Noto Serif Tamil": { - "category": "serif", - "ascent": 1069, - "descent": -492, + "Anonymous Pro": { + "category": "monospace", + "ascent": 1675, + "descent": -373, "lineGap": 0, - "xAvgCharWidth": 742, - "unitsPerEm": 1000 + "xAvgCharWidth": 1118, + "unitsPerEm": 2048, + "azAvgWidth": 1118 }, - "Bangers": { - "category": "display", - "ascent": 883, - "descent": -181, + "Akshar": { + "category": "sans-serif", + "ascent": 990, + "descent": -390, "lineGap": 0, - "xAvgCharWidth": 426, - "unitsPerEm": 1000 + "xAvgCharWidth": 439, + "unitsPerEm": 1000, + "azAvgWidth": 440.3076923076923 }, - "BIZ UDPMincho": { - "category": "serif", - "ascent": 1802, - "descent": -246, + "Anton": { + "category": "sans-serif", + "ascent": 2409, + "descent": -674, "lineGap": 0, - "xAvgCharWidth": 1797, - "unitsPerEm": 2048 + "xAvgCharWidth": 938, + "unitsPerEm": 2048, + "azAvgWidth": 932.4615384615385 }, - "Alike Angular": { - "category": "serif", - "ascent": 984, - "descent": -270, + "Dr Sugiyama": { + "category": "handwriting", + "ascent": 1009, + "descent": -450, "lineGap": 0, - "xAvgCharWidth": 521, - "unitsPerEm": 1000 + "xAvgCharWidth": 299, + "unitsPerEm": 1000, + "azAvgWidth": 322.84615384615387 }, - "Snippet": { + "Armata": { "category": "sans-serif", - "ascent": 890, - "descent": -261, + "ascent": 2000, + "descent": -560, "lineGap": 0, - "xAvgCharWidth": 515, - "unitsPerEm": 1000 + "xAvgCharWidth": 1244, + "unitsPerEm": 2048, + "azAvgWidth": 1220 }, - "Arsenal": { + "Numans": { "category": "sans-serif", - "ascent": 1000, - "descent": -254, - "lineGap": 0, - "xAvgCharWidth": 522, - "unitsPerEm": 1000 - }, - "Rubik Iso": { - "category": "display", - "ascent": 935, - "descent": -250, + "ascent": 1853, + "descent": -553, "lineGap": 0, - "xAvgCharWidth": 635, - "unitsPerEm": 1000 + "xAvgCharWidth": 1185, + "unitsPerEm": 2048, + "azAvgWidth": 1222.423076923077 }, - "Press Start 2P": { + "Bellota Text": { "category": "display", - "ascent": 1000, - "descent": 0, + "ascent": 968, + "descent": -290, "lineGap": 0, - "xAvgCharWidth": 1000, - "unitsPerEm": 1000 + "xAvgCharWidth": 584, + "unitsPerEm": 1000, + "azAvgWidth": 480.5769230769231 }, - "Rubik Mono One": { + "Anek Tamil": { "category": "sans-serif", - "ascent": 932, - "descent": -306, - "lineGap": 0, - "xAvgCharWidth": 850, - "unitsPerEm": 1000 - }, - "Baloo Bhai 2": { - "category": "display", - "ascent": 1078, - "descent": -544, + "ascent": 1963, + "descent": -853, "lineGap": 0, - "xAvgCharWidth": 541, - "unitsPerEm": 1000 + "xAvgCharWidth": 1696, + "unitsPerEm": 2000, + "azAvgWidth": 957.1153846153846 }, - "Noto Sans Imperial Aramaic": { - "category": "sans-serif", - "ascent": 1069, - "descent": -293, + "Amiri": { + "category": "serif", + "ascent": 1124, + "descent": -634, "lineGap": 0, - "xAvgCharWidth": 629, - "unitsPerEm": 1000 + "xAvgCharWidth": 454, + "unitsPerEm": 1000, + "azAvgWidth": 445.38461538461536 }, - "Noto Sans Telugu": { + "Inder": { "category": "sans-serif", - "ascent": 869, - "descent": -483, + "ascent": 2040, + "descent": -520, "lineGap": 0, - "xAvgCharWidth": 696, - "unitsPerEm": 1000 + "xAvgCharWidth": 1142, + "unitsPerEm": 2048, + "azAvgWidth": 1069.923076923077 }, - "Nosifer": { + "Baloo Bhaijaan 2": { "category": "display", - "ascent": 2236, - "descent": -1328, + "ascent": 1080, + "descent": -632, "lineGap": 0, - "xAvgCharWidth": 1653, - "unitsPerEm": 2048 + "xAvgCharWidth": 581, + "unitsPerEm": 1000, + "azAvgWidth": 489.3076923076923 }, - "Arapey": { + "Noto Serif Dogra": { "category": "serif", - "ascent": 868, - "descent": -228, + "ascent": 1130, + "descent": -364, "lineGap": 0, - "xAvgCharWidth": 399, - "unitsPerEm": 1000 + "xAvgCharWidth": 582, + "unitsPerEm": 1000, + "azAvgWidth": 600 }, - "Acme": { + "Englebert": { "category": "sans-serif", - "ascent": 959, - "descent": -307, + "ascent": 954, + "descent": -311, "lineGap": 0, - "xAvgCharWidth": 389, - "unitsPerEm": 1000 + "xAvgCharWidth": 787, + "unitsPerEm": 2048, + "azAvgWidth": 866.8846153846154 }, - "Carrois Gothic": { + "Antic": { "category": "sans-serif", - "ascent": 922, - "descent": -270, + "ascent": 940, + "descent": -251, "lineGap": 0, - "xAvgCharWidth": 477, - "unitsPerEm": 1000 + "xAvgCharWidth": 523, + "unitsPerEm": 1000, + "azAvgWidth": 478.2307692307692 }, - "Rubik": { - "category": "sans-serif", - "ascent": 935, - "descent": -250, + "Edu SA Beginner": { + "category": "handwriting", + "ascent": 1016, + "descent": -244, "lineGap": 0, - "xAvgCharWidth": 543, - "unitsPerEm": 1000 + "xAvgCharWidth": 475, + "unitsPerEm": 1000, + "azAvgWidth": 378.8076923076923 }, - "Hind Madurai": { + "Convergence": { "category": "sans-serif", - "ascent": 982, - "descent": -398, + "ascent": 943, + "descent": -230, "lineGap": 0, - "xAvgCharWidth": 598, - "unitsPerEm": 1000 + "xAvgCharWidth": 489, + "unitsPerEm": 1000, + "azAvgWidth": 547.9230769230769 }, - "Akaya Kanadaka": { - "category": "display", - "ascent": 920, - "descent": -276, + "Bayon": { + "category": "sans-serif", + "ascent": 2500, + "descent": -1200, "lineGap": 0, - "xAvgCharWidth": 685, - "unitsPerEm": 1000 + "xAvgCharWidth": 1033, + "unitsPerEm": 2048, + "azAvgWidth": 908.6153846153846 }, - "Chicle": { - "category": "display", - "ascent": 915, - "descent": -294, + "Allura": { + "category": "handwriting", + "ascent": 800, + "descent": -450, "lineGap": 0, - "xAvgCharWidth": 337, - "unitsPerEm": 1000 + "xAvgCharWidth": 574, + "unitsPerEm": 1000, + "azAvgWidth": 367.9230769230769 }, - "Hind": { - "category": "sans-serif", - "ascent": 1055, + "Emblema One": { + "category": "display", + "ascent": 1898, "descent": -546, "lineGap": 0, - "xAvgCharWidth": 523, - "unitsPerEm": 1000 + "xAvgCharWidth": 1236, + "unitsPerEm": 2048, + "azAvgWidth": 1391.0384615384614 }, - "Gulzar": { + "Artifika": { "category": "serif", - "ascent": 1500, - "descent": -1200, + "ascent": 1984, + "descent": -508, "lineGap": 0, - "xAvgCharWidth": 515, - "unitsPerEm": 1000 + "xAvgCharWidth": 1195, + "unitsPerEm": 2048, + "azAvgWidth": 1219.8846153846155 }, - "Almarai": { - "category": "sans-serif", - "ascent": 905, - "descent": -211, + "Bebas Neue": { + "category": "display", + "ascent": 900, + "descent": -300, "lineGap": 0, - "xAvgCharWidth": 612, - "unitsPerEm": 1000 + "xAvgCharWidth": 387, + "unitsPerEm": 1000, + "azAvgWidth": 389.2307692307692 }, - "Varela Round": { - "category": "sans-serif", - "ascent": 918, - "descent": -286, + "Antic Didone": { + "category": "serif", + "ascent": 940, + "descent": -250, "lineGap": 0, - "xAvgCharWidth": 588, - "unitsPerEm": 1000 + "xAvgCharWidth": 476, + "unitsPerEm": 1000, + "azAvgWidth": 541.5 }, - "Gafata": { + "Advent Pro": { "category": "sans-serif", - "ascent": 921, - "descent": -202, + "ascent": 964, + "descent": -232, "lineGap": 0, - "xAvgCharWidth": 483, - "unitsPerEm": 1000 + "xAvgCharWidth": 480, + "unitsPerEm": 1000, + "azAvgWidth": 431.53846153846155 }, - "Carme": { - "category": "sans-serif", - "ascent": 1946, - "descent": -513, + "Chela One": { + "category": "display", + "ascent": 942, + "descent": -235, "lineGap": 0, - "xAvgCharWidth": 942, - "unitsPerEm": 2048 + "xAvgCharWidth": 463, + "unitsPerEm": 1000, + "azAvgWidth": 419.38461538461536 }, - "Amita": { - "category": "handwriting", - "ascent": 1292, - "descent": -650, + "Corben": { + "category": "display", + "ascent": 2826, + "descent": -969, "lineGap": 0, - "xAvgCharWidth": 568, - "unitsPerEm": 1000 + "xAvgCharWidth": 941, + "unitsPerEm": 2048, + "azAvgWidth": 1117.3076923076924 }, - "Turret Road": { + "Butcherman": { "category": "display", - "ascent": 850, - "descent": -243, + "ascent": 2600, + "descent": -1363, "lineGap": 0, - "xAvgCharWidth": 561, - "unitsPerEm": 1000 + "xAvgCharWidth": 1119, + "unitsPerEm": 2048, + "azAvgWidth": 1211.2692307692307 }, - "Belgrano": { + "EB Garamond": { "category": "serif", - "ascent": 990, - "descent": -278, - "lineGap": 0, - "xAvgCharWidth": 500, - "unitsPerEm": 1000 - }, - "Baloo Da 2": { - "category": "display", - "ascent": 1095, - "descent": -589, + "ascent": 1007, + "descent": -298, "lineGap": 0, - "xAvgCharWidth": 582, - "unitsPerEm": 1000 + "xAvgCharWidth": 528, + "unitsPerEm": 1000, + "azAvgWidth": 437.4230769230769 }, - "Concert One": { + "Big Shoulders Text": { "category": "display", - "ascent": 2005, - "descent": 410, - "lineGap": 0, - "xAvgCharWidth": 1013, - "unitsPerEm": 2048 - }, - "Anaheim": { - "category": "sans-serif", "ascent": 1968, - "descent": -672, + "descent": -426, "lineGap": 0, - "xAvgCharWidth": 863, - "unitsPerEm": 2048 + "xAvgCharWidth": 549, + "unitsPerEm": 2000, + "azAvgWidth": 733.7307692307693 }, - "Gloria Hallelujah": { - "category": "handwriting", - "ascent": 1439, - "descent": -591, + "Encode Sans Condensed": { + "category": "sans-serif", + "ascent": 2060, + "descent": -440, "lineGap": 0, - "xAvgCharWidth": 516, - "unitsPerEm": 1024 + "xAvgCharWidth": 979, + "unitsPerEm": 2000, + "azAvgWidth": 861.4615384615385 }, - "Battambang": { - "category": "display", - "ascent": 2500, - "descent": -1200, + "Archivo": { + "category": "sans-serif", + "ascent": 878, + "descent": -210, "lineGap": 0, - "xAvgCharWidth": 1235, - "unitsPerEm": 2048 + "xAvgCharWidth": 575, + "unitsPerEm": 1000, + "azAvgWidth": 496.2307692307692 }, - "Mogra": { + "Poller One": { "category": "display", - "ascent": 750, - "descent": -250, - "lineGap": 200, - "xAvgCharWidth": 780, - "unitsPerEm": 1000 - }, - "Alumni Sans Pinstripe": { - "category": "sans-serif", - "ascent": 900, - "descent": -300, + "ascent": 1920, + "descent": -514, "lineGap": 0, - "xAvgCharWidth": 370, - "unitsPerEm": 1000 + "xAvgCharWidth": 1469, + "unitsPerEm": 2048, + "azAvgWidth": 1432.923076923077 }, - "Gabriela": { + "Balthazar": { "category": "serif", - "ascent": 986, - "descent": -295, + "ascent": 796, + "descent": -222, "lineGap": 0, - "xAvgCharWidth": 586, - "unitsPerEm": 1000 + "xAvgCharWidth": 381, + "unitsPerEm": 1000, + "azAvgWidth": 431.2307692307692 }, - "Noto Sans Hanunoo": { + "Exo": { "category": "sans-serif", - "ascent": 1069, - "descent": -293, + "ascent": 1002, + "descent": -327, "lineGap": 0, - "xAvgCharWidth": 732, - "unitsPerEm": 1000 + "xAvgCharWidth": 533, + "unitsPerEm": 1000, + "azAvgWidth": 520.4230769230769 }, - "Dynalight": { + "Ephesis": { + "category": "handwriting", + "ascent": 900, + "descent": -400, + "lineGap": 0, + "xAvgCharWidth": 550, + "unitsPerEm": 1000, + "azAvgWidth": 319 + }, + "Kelly Slab": { "category": "display", - "ascent": 1840, - "descent": -645, + "ascent": 962, + "descent": -250, "lineGap": 0, - "xAvgCharWidth": 609, - "unitsPerEm": 2048 + "xAvgCharWidth": 522, + "unitsPerEm": 1000, + "azAvgWidth": 486.4230769230769 }, - "Gilda Display": { + "Source Serif Pro": { "category": "serif", - "ascent": 892, - "descent": -285, + "ascent": 918, + "descent": -335, "lineGap": 0, - "xAvgCharWidth": 537, - "unitsPerEm": 1000 + "xAvgCharWidth": 558, + "unitsPerEm": 1000, + "azAvgWidth": 510.3076923076923 }, - "Gochi Hand": { + "Epilogue": { + "category": "sans-serif", + "ascent": 1580, + "descent": -470, + "lineGap": 0, + "xAvgCharWidth": 1123, + "unitsPerEm": 2000, + "azAvgWidth": 1099.923076923077 + }, + "Poppins": { + "category": "sans-serif", + "ascent": 1050, + "descent": -350, + "lineGap": 100, + "xAvgCharWidth": 851, + "unitsPerEm": 1000, + "azAvgWidth": 561.3076923076923 + }, + "Explora": { "category": "handwriting", - "ascent": 1579, - "descent": -835, + "ascent": 850, + "descent": -350, "lineGap": 0, - "xAvgCharWidth": 976, - "unitsPerEm": 2048 + "xAvgCharWidth": 397, + "unitsPerEm": 1000, + "azAvgWidth": 253.92307692307693 }, - "Calistoga": { + "Chelsea Market": { "category": "display", - "ascent": 1000, - "descent": -300, + "ascent": 1029, + "descent": -274, "lineGap": 0, - "xAvgCharWidth": 580, - "unitsPerEm": 1000 + "xAvgCharWidth": 540, + "unitsPerEm": 1024, + "azAvgWidth": 586.8846153846154 }, - "IM Fell Great Primer": { + "Esteban": { "category": "serif", - "ascent": 1942, - "descent": -562, + "ascent": 984, + "descent": -290, "lineGap": 0, - "xAvgCharWidth": 821, - "unitsPerEm": 2048 + "xAvgCharWidth": 442, + "unitsPerEm": 1000, + "azAvgWidth": 505.46153846153845 }, - "Noto Serif Tibetan": { - "category": "serif", - "ascent": 1466, - "descent": -1349, - "lineGap": 0, - "xAvgCharWidth": 644, - "unitsPerEm": 1000 - }, - "Tillana": { - "category": "handwriting", - "ascent": 1158, - "descent": -484, - "lineGap": 0, - "xAvgCharWidth": 503, - "unitsPerEm": 1000 - }, - "Allura": { - "category": "handwriting", - "ascent": 800, - "descent": -450, + "Big Shoulders Inline Display": { + "category": "display", + "ascent": 3936, + "descent": -852, "lineGap": 0, - "xAvgCharWidth": 574, - "unitsPerEm": 1000 + "xAvgCharWidth": 1072, + "unitsPerEm": 4000, + "azAvgWidth": 1317.6923076923076 }, - "Bad Script": { - "category": "handwriting", - "ascent": 2710, - "descent": -1327, + "Big Shoulders Display": { + "category": "display", + "ascent": 1968, + "descent": -426, "lineGap": 0, - "xAvgCharWidth": 996, - "unitsPerEm": 2048 + "xAvgCharWidth": 549, + "unitsPerEm": 2000, + "azAvgWidth": 653.5769230769231 }, - "Almendra SC": { + "Port Lligat Slab": { "category": "serif", - "ascent": 939, - "descent": -251, + "ascent": 860, + "descent": -211, "lineGap": 0, - "xAvgCharWidth": 442, - "unitsPerEm": 1000 + "xAvgCharWidth": 398, + "unitsPerEm": 1000, + "azAvgWidth": 445.03846153846155 }, - "Carrois Gothic SC": { - "category": "sans-serif", - "ascent": 922, - "descent": -270, + "Contrail One": { + "category": "display", + "ascent": 1939, + "descent": -625, "lineGap": 0, - "xAvgCharWidth": 493, - "unitsPerEm": 1000 + "xAvgCharWidth": 837, + "unitsPerEm": 2048, + "azAvgWidth": 944.6923076923077 }, - "Germania One": { - "category": "display", - "ascent": 911, - "descent": -250, + "Euphoria Script": { + "category": "handwriting", + "ascent": 1014, + "descent": -442, "lineGap": 0, - "xAvgCharWidth": 392, - "unitsPerEm": 1000 + "xAvgCharWidth": 379, + "unitsPerEm": 1250, + "azAvgWidth": 422.15384615384613 }, - "Noto Serif Tangut": { + "Playfair Display SC": { "category": "serif", - "ascent": 856, - "descent": -150, + "ascent": 1082, + "descent": -251, "lineGap": 0, - "xAvgCharWidth": 1000, - "unitsPerEm": 1000 + "xAvgCharWidth": 568, + "unitsPerEm": 1000, + "azAvgWidth": 623.8461538461538 }, - "Barrio": { - "category": "display", - "ascent": 880, - "descent": -247, + "Edu NSW ACT Foundation": { + "category": "handwriting", + "ascent": 1016, + "descent": -244, "lineGap": 0, - "xAvgCharWidth": 525, - "unitsPerEm": 1000 + "xAvgCharWidth": 432, + "unitsPerEm": 1000, + "azAvgWidth": 367 }, - "Arya": { + "Encode Sans Semi Condensed": { "category": "sans-serif", - "ascent": 1265, - "descent": -544, + "ascent": 2060, + "descent": -440, "lineGap": 0, - "xAvgCharWidth": 539, - "unitsPerEm": 1000 + "xAvgCharWidth": 1048, + "unitsPerEm": 2000, + "azAvgWidth": 932.8076923076923 }, - "Noto Sans Cypriot": { + "Noto Sans Hanunoo": { "category": "sans-serif", "ascent": 1069, "descent": -293, "lineGap": 0, - "xAvgCharWidth": 694, - "unitsPerEm": 1000 + "xAvgCharWidth": 732, + "unitsPerEm": 1000, + "azAvgWidth": 600 }, - "Alice": { + "Vidaloka": { "category": "serif", - "ascent": 909, - "descent": -234, + "ascent": 1927, + "descent": -560, "lineGap": 0, - "xAvgCharWidth": 591, - "unitsPerEm": 1000 + "xAvgCharWidth": 1017, + "unitsPerEm": 2048, + "azAvgWidth": 1003.8461538461538 }, - "Chilanka": { - "category": "handwriting", - "ascent": 1500, - "descent": -750, + "Baloo 2": { + "category": "display", + "ascent": 1078, + "descent": -524, "lineGap": 0, - "xAvgCharWidth": 1806, - "unitsPerEm": 2048 + "xAvgCharWidth": 654, + "unitsPerEm": 1000, + "azAvgWidth": 489.3076923076923 }, - "Capriola": { - "category": "sans-serif", - "ascent": 1992, - "descent": -568, + "Big Shoulders Stencil Text": { + "category": "display", + "ascent": 1968, + "descent": -426, "lineGap": 0, - "xAvgCharWidth": 1267, - "unitsPerEm": 2048 + "xAvgCharWidth": 551, + "unitsPerEm": 2000, + "azAvgWidth": 735.4230769230769 }, - "Cardo": { - "category": "serif", - "ascent": 2028, - "descent": -745, + "Architects Daughter": { + "category": "handwriting", + "ascent": 1010, + "descent": -413, "lineGap": 0, - "xAvgCharWidth": 1305, - "unitsPerEm": 2048 + "xAvgCharWidth": 536, + "unitsPerEm": 1024, + "azAvgWidth": 519.1153846153846 + }, + "Bungee Outline": { + "category": "display", + "ascent": 860, + "descent": -140, + "lineGap": 200, + "xAvgCharWidth": 783, + "unitsPerEm": 1000, + "azAvgWidth": 712.2307692307693 + }, + "Chau Philomene One": { + "category": "sans-serif", + "ascent": 1033, + "descent": -334, + "lineGap": 0, + "xAvgCharWidth": 397, + "unitsPerEm": 1000, + "azAvgWidth": 442.03846153846155 }, "Herr Von Muellerhoff": { "category": "handwriting", @@ -829,471 +878,494 @@ "descent": -497, "lineGap": 0, "xAvgCharWidth": 250, - "unitsPerEm": 1000 + "unitsPerEm": 1000, + "azAvgWidth": 279.3076923076923 }, - "Carattere": { - "category": "handwriting", + "Jua": { + "category": "sans-serif", "ascent": 800, - "descent": -350, - "lineGap": 0, - "xAvgCharWidth": 485, - "unitsPerEm": 1000 - }, - "Noto Serif TC": { - "category": "serif", - "ascent": 1151, - "descent": -286, - "lineGap": 0, - "xAvgCharWidth": 982, - "unitsPerEm": 1000 - }, - "Arizonia": { - "category": "handwriting", - "ascent": 900, - "descent": -350, - "lineGap": 0, - "xAvgCharWidth": 546, - "unitsPerEm": 1000 + "descent": -200, + "lineGap": 250, + "xAvgCharWidth": 803, + "unitsPerEm": 1000, + "azAvgWidth": 480.2307692307692 }, - "Bellota": { - "category": "display", - "ascent": 968, - "descent": -290, + "Mouse Memoirs": { + "category": "sans-serif", + "ascent": 1917, + "descent": -428, "lineGap": 0, - "xAvgCharWidth": 584, - "unitsPerEm": 1000 + "xAvgCharWidth": 597, + "unitsPerEm": 2048, + "azAvgWidth": 663.7307692307693 }, - "DM Serif Text": { - "category": "serif", - "ascent": 1036, - "descent": -335, + "Exo 2": { + "category": "sans-serif", + "ascent": 999, + "descent": -201, "lineGap": 0, "xAvgCharWidth": 559, - "unitsPerEm": 1000 + "unitsPerEm": 1000, + "azAvgWidth": 519.1153846153846 }, - "Zen Tokyo Zoo": { - "category": "display", - "ascent": 950, - "descent": -250, + "Habibi": { + "category": "serif", + "ascent": 2000, + "descent": -560, "lineGap": 0, - "xAvgCharWidth": 492, - "unitsPerEm": 1000 + "xAvgCharWidth": 1202, + "unitsPerEm": 2048, + "azAvgWidth": 1051.1153846153845 }, - "Caramel": { + "Redressed": { "category": "handwriting", - "ascent": 900, - "descent": -300, - "lineGap": 0, - "xAvgCharWidth": 438, - "unitsPerEm": 1000 - }, - "Julius Sans One": { - "category": "sans-serif", - "ascent": 863, - "descent": -228, + "ascent": 1907, + "descent": -494, "lineGap": 0, - "xAvgCharWidth": 560, - "unitsPerEm": 1000 + "xAvgCharWidth": 714, + "unitsPerEm": 2048, + "azAvgWidth": 799.5769230769231 }, - "Hind Guntur": { + "Assistant": { "category": "sans-serif", - "ascent": 1115, - "descent": -773, + "ascent": 1021, + "descent": -287, "lineGap": 0, - "xAvgCharWidth": 549, - "unitsPerEm": 1000 + "xAvgCharWidth": 458, + "unitsPerEm": 1000, + "azAvgWidth": 469.88461538461536 }, - "Akronim": { + "Ewert": { "category": "display", - "ascent": 785, - "descent": -314, - "lineGap": 43, - "xAvgCharWidth": 327, - "unitsPerEm": 1000 + "ascent": 944, + "descent": -299, + "lineGap": 0, + "xAvgCharWidth": 662, + "unitsPerEm": 1000, + "azAvgWidth": 735.8461538461538 }, - "Aubrey": { + "Anybody": { "category": "display", - "ascent": 830, - "descent": -212, + "ascent": 1590, + "descent": -480, "lineGap": 0, - "xAvgCharWidth": 385, - "unitsPerEm": 1000 + "xAvgCharWidth": 190, + "unitsPerEm": 2000, + "azAvgWidth": 1103.4615384615386 }, - "Noto Sans Ugaritic": { - "category": "sans-serif", - "ascent": 743, - "descent": -381, + "Arima": { + "category": "display", + "ascent": 1073, + "descent": -560, "lineGap": 0, - "xAvgCharWidth": 888, - "unitsPerEm": 1000 + "xAvgCharWidth": 633, + "unitsPerEm": 1000, + "azAvgWidth": 508.11538461538464 }, - "Quantico": { - "category": "sans-serif", - "ascent": 1063, - "descent": -367, + "Potta One": { + "category": "display", + "ascent": 1160, + "descent": -288, "lineGap": 0, - "xAvgCharWidth": 469, - "unitsPerEm": 1000 + "xAvgCharWidth": 974, + "unitsPerEm": 1000, + "azAvgWidth": 594.8461538461538 }, - "Noto Serif Dogra": { + "Tiro Telugu": { "category": "serif", - "ascent": 1130, - "descent": -364, - "lineGap": 0, - "xAvgCharWidth": 582, - "unitsPerEm": 1000 + "ascent": 755, + "descent": -245, + "lineGap": 794, + "xAvgCharWidth": 763, + "unitsPerEm": 1000, + "azAvgWidth": 512.3846153846154 }, - "Noto Sans Old Hungarian": { - "category": "sans-serif", - "ascent": 859, - "descent": -177, - "lineGap": 0, - "xAvgCharWidth": 640, - "unitsPerEm": 1000 + "Tiro Bangla": { + "category": "serif", + "ascent": 755, + "descent": -245, + "lineGap": 330, + "xAvgCharWidth": 600, + "unitsPerEm": 1000, + "azAvgWidth": 512.3846153846154 }, - "Nokora": { - "category": "sans-serif", - "ascent": 1907, - "descent": -800, + "Kristi": { + "category": "handwriting", + "ascent": 1836, + "descent": -724, "lineGap": 0, - "xAvgCharWidth": 1179, - "unitsPerEm": 2048 + "xAvgCharWidth": 541, + "unitsPerEm": 2048, + "azAvgWidth": 557.5 }, - "Caladea": { + "Cormorant SC": { "category": "serif", - "ascent": 900, - "descent": -250, - "lineGap": 0, - "xAvgCharWidth": 510, - "unitsPerEm": 1000 - }, - "Fredoka One": { - "category": "display", - "ascent": 974, - "descent": -236, + "ascent": 924, + "descent": -287, "lineGap": 0, - "xAvgCharWidth": 486, - "unitsPerEm": 1000 + "xAvgCharWidth": 535, + "unitsPerEm": 1000, + "azAvgWidth": 513.1923076923077 }, - "Delius": { + "Swanky and Moo Moo": { "category": "handwriting", - "ascent": 986, - "descent": -270, + "ascent": 995, + "descent": -507, "lineGap": 0, - "xAvgCharWidth": 448, - "unitsPerEm": 1000 + "xAvgCharWidth": 459, + "unitsPerEm": 1024, + "azAvgWidth": 454.9230769230769 }, - "Albert Sans": { + "Finlandica": { "category": "sans-serif", "ascent": 950, "descent": -250, "lineGap": 0, - "xAvgCharWidth": 556, - "unitsPerEm": 1000 - }, - "Arvo": { - "category": "serif", - "ascent": 1968, - "descent": -506, - "lineGap": 55, - "xAvgCharWidth": 967, - "unitsPerEm": 2048 + "xAvgCharWidth": 526, + "unitsPerEm": 1000, + "azAvgWidth": 471.3076923076923 }, - "Miss Fajardose": { - "category": "handwriting", - "ascent": 859, - "descent": -389, + "Michroma": { + "category": "sans-serif", + "ascent": 2368, + "descent": -544, "lineGap": 0, - "xAvgCharWidth": 187, - "unitsPerEm": 1000 + "xAvgCharWidth": 1289, + "unitsPerEm": 2048, + "azAvgWidth": 1493.9615384615386 }, - "Roboto": { - "category": "sans-serif", - "ascent": 1900, - "descent": -500, + "Arizonia": { + "category": "handwriting", + "ascent": 900, + "descent": -350, "lineGap": 0, - "xAvgCharWidth": 1158, - "unitsPerEm": 2048 + "xAvgCharWidth": 546, + "unitsPerEm": 1000, + "azAvgWidth": 368.8076923076923 }, - "Black And White Picture": { - "category": "sans-serif", - "ascent": 800, - "descent": -200, - "lineGap": 250, - "xAvgCharWidth": 835, - "unitsPerEm": 1000 + "Bungee Inline": { + "category": "display", + "ascent": 860, + "descent": -140, + "lineGap": 200, + "xAvgCharWidth": 781, + "unitsPerEm": 1000, + "azAvgWidth": 712.2307692307693 }, - "Bowlby One": { + "Goldman": { "category": "display", - "ascent": 2276, - "descent": -932, + "ascent": 900, + "descent": -300, "lineGap": 0, - "xAvgCharWidth": 1274, - "unitsPerEm": 2048 + "xAvgCharWidth": 652, + "unitsPerEm": 1000, + "azAvgWidth": 589.7692307692307 }, - "Asap": { + "League Spartan": { "category": "sans-serif", - "ascent": 934, - "descent": -212, - "lineGap": 0, - "xAvgCharWidth": 536, - "unitsPerEm": 1000 - }, - "DM Mono": { - "category": "monospace", - "ascent": 992, - "descent": -310, + "ascent": 1400, + "descent": -440, "lineGap": 0, - "xAvgCharWidth": 600, - "unitsPerEm": 1000 + "xAvgCharWidth": 987, + "unitsPerEm": 2000, + "azAvgWidth": 918.8846153846154 }, - "Actor": { + "Imprima": { "category": "sans-serif", - "ascent": 941, - "descent": -262, + "ascent": 919, + "descent": -239, "lineGap": 0, - "xAvgCharWidth": 424, - "unitsPerEm": 1000 + "xAvgCharWidth": 434, + "unitsPerEm": 1000, + "azAvgWidth": 486.03846153846155 }, - "Noto Serif Sinhala": { + "Frank Ruhl Libre": { "category": "serif", - "ascent": 997, - "descent": -307, - "lineGap": 0, - "xAvgCharWidth": 779, - "unitsPerEm": 1000 - }, - "Advent Pro": { - "category": "sans-serif", - "ascent": 964, - "descent": -232, - "lineGap": 0, - "xAvgCharWidth": 480, - "unitsPerEm": 1000 - }, - "Noto Sans Mahajani": { - "category": "sans-serif", - "ascent": 757, - "descent": -243, + "ascent": 957, + "descent": -334, "lineGap": 0, - "xAvgCharWidth": 553, - "unitsPerEm": 1000 + "xAvgCharWidth": 506, + "unitsPerEm": 1000, + "azAvgWidth": 493 }, - "Noto Sans Glagolitic": { + "Noto Sans Duployan": { "category": "sans-serif", "ascent": 1069, "descent": -293, "lineGap": 0, - "xAvgCharWidth": 759, - "unitsPerEm": 1000 - }, - "Geostar": { - "category": "display", - "ascent": 922, - "descent": -226, - "lineGap": 0, - "xAvgCharWidth": 779, - "unitsPerEm": 1000 - }, - "Average Sans": { - "category": "sans-serif", - "ascent": 1027, - "descent": -269, - "lineGap": 0, - "xAvgCharWidth": 500, - "unitsPerEm": 1000 + "xAvgCharWidth": 591, + "unitsPerEm": 1000, + "azAvgWidth": 600 }, - "Noto Sans Myanmar": { - "category": "sans-serif", - "ascent": 1324, - "descent": -860, + "Kaisei Decol": { + "category": "serif", + "ascent": 1160, + "descent": -288, "lineGap": 0, - "xAvgCharWidth": 641, - "unitsPerEm": 1000 + "xAvgCharWidth": 969, + "unitsPerEm": 1000, + "azAvgWidth": 555.1923076923077 }, - "IBM Plex Sans Arabic": { - "category": "sans-serif", - "ascent": 1085, - "descent": -415, + "Alfa Slab One": { + "category": "display", + "ascent": 1036, + "descent": -333, "lineGap": 0, - "xAvgCharWidth": 632, - "unitsPerEm": 1000 + "xAvgCharWidth": 636, + "unitsPerEm": 1000, + "azAvgWidth": 608.3846153846154 }, - "Philosopher": { + "Atkinson Hyperlegible": { "category": "sans-serif", - "ascent": 900, - "descent": -220, + "ascent": 950, + "descent": -290, "lineGap": 0, - "xAvgCharWidth": 548, - "unitsPerEm": 1000 + "xAvgCharWidth": 534, + "unitsPerEm": 1000, + "azAvgWidth": 483.46153846153845 }, - "Benne": { - "category": "serif", - "ascent": 630, - "descent": -370, + "Oleo Script Swash Caps": { + "category": "display", + "ascent": 1004, + "descent": -379, "lineGap": 0, - "xAvgCharWidth": 707, - "unitsPerEm": 1000 + "xAvgCharWidth": 504, + "unitsPerEm": 1000, + "azAvgWidth": 429.8076923076923 }, - "Cormorant Unicase": { + "Noto Serif Gujarati": { "category": "serif", - "ascent": 924, - "descent": -287, + "ascent": 997, + "descent": -450, "lineGap": 0, - "xAvgCharWidth": 535, - "unitsPerEm": 1000 + "xAvgCharWidth": 565, + "unitsPerEm": 1000, + "azAvgWidth": 549 }, - "Gugi": { + "Expletus Sans": { "category": "display", - "ascent": 858, - "descent": -142, - "lineGap": 250, - "xAvgCharWidth": 925, - "unitsPerEm": 1000 + "ascent": 2066, + "descent": -612, + "lineGap": 0, + "xAvgCharWidth": 1091, + "unitsPerEm": 2000, + "azAvgWidth": 1039 }, - "Hina Mincho": { + "Fanwood Text": { "category": "serif", - "ascent": 1160, - "descent": -288, + "ascent": 3761, + "descent": -1609, "lineGap": 0, - "xAvgCharWidth": 961, - "unitsPerEm": 1000 + "xAvgCharWidth": 2053, + "unitsPerEm": 4096, + "azAvgWidth": 1794.1153846153845 }, - "Catamaran": { + "Reem Kufi": { "category": "sans-serif", "ascent": 1100, - "descent": -540, + "descent": -400, "lineGap": 0, - "xAvgCharWidth": 583, - "unitsPerEm": 1000 - }, - "Old Standard TT": { - "category": "serif", - "ascent": 762, - "descent": -238, - "lineGap": 236, "xAvgCharWidth": 604, - "unitsPerEm": 1000 - }, - "Newsreader": { - "category": "serif", - "ascent": 1470, - "descent": -530, - "lineGap": 0, - "xAvgCharWidth": 1087, - "unitsPerEm": 2000 + "unitsPerEm": 1000, + "azAvgWidth": 503.2692307692308 }, - "Average": { + "Source Serif 4": { "category": "serif", - "ascent": 953, - "descent": -263, + "ascent": 1036, + "descent": -335, "lineGap": 0, - "xAvgCharWidth": 420, - "unitsPerEm": 1000 + "xAvgCharWidth": 558, + "unitsPerEm": 1000, + "azAvgWidth": 550.6538461538462 }, - "Fleur De Leah": { + "Ribeye Marrow": { + "category": "display", + "ascent": 2130, + "descent": -668, + "lineGap": 0, + "xAvgCharWidth": 1280, + "unitsPerEm": 2048, + "azAvgWidth": 1239.1153846153845 + }, + "Itim": { "category": "handwriting", - "ascent": 920, + "ascent": 950, + "descent": -250, + "lineGap": 0, + "xAvgCharWidth": 548, + "unitsPerEm": 1000, + "azAvgWidth": 483.61538461538464 + }, + "Anek Gujarati": { + "category": "sans-serif", + "ascent": 1975, + "descent": -1064, + "lineGap": 0, + "xAvgCharWidth": 1427, + "unitsPerEm": 2000, + "azAvgWidth": 957 + }, + "Quattrocento": { + "category": "serif", + "ascent": 848, + "descent": -260, + "lineGap": 0, + "xAvgCharWidth": 452, + "unitsPerEm": 1000, + "azAvgWidth": 516.5769230769231 + }, + "Great Vibes": { + "category": "handwriting", + "ascent": 851, + "descent": -401, + "lineGap": 0, + "xAvgCharWidth": 551, + "unitsPerEm": 1000, + "azAvgWidth": 315.11538461538464 + }, + "Noto Serif Thai": { + "category": "serif", + "ascent": 1064, + "descent": -534, + "lineGap": 0, + "xAvgCharWidth": 580, + "unitsPerEm": 1000, + "azAvgWidth": 549 + }, + "Babylonica": { + "category": "handwriting", + "ascent": 875, "descent": -450, "lineGap": 0, - "xAvgCharWidth": 521, - "unitsPerEm": 1000 + "xAvgCharWidth": 552, + "unitsPerEm": 1000, + "azAvgWidth": 285.0769230769231 }, - "Arbutus": { + "Baloo Chettan 2": { "category": "display", - "ascent": 2010, - "descent": -550, + "ascent": 1078, + "descent": -392, "lineGap": 0, - "xAvgCharWidth": 1507, - "unitsPerEm": 2048 + "xAvgCharWidth": 621, + "unitsPerEm": 1000, + "azAvgWidth": 489.3076923076923 }, - "Alike": { + "Berkshire Swash": { + "category": "handwriting", + "ascent": 2007, + "descent": -537, + "lineGap": 0, + "xAvgCharWidth": 855, + "unitsPerEm": 2048, + "azAvgWidth": 975.6153846153846 + }, + "Alike Angular": { "category": "serif", "ascent": 984, "descent": -270, "lineGap": 0, - "xAvgCharWidth": 520, - "unitsPerEm": 1000 + "xAvgCharWidth": 521, + "unitsPerEm": 1000, + "azAvgWidth": 517.6923076923077 }, - "Carter One": { - "category": "display", - "ascent": 2264, - "descent": -890, + "Fuzzy Bubbles": { + "category": "handwriting", + "ascent": 900, + "descent": -350, "lineGap": 0, - "xAvgCharWidth": 1002, - "unitsPerEm": 2048 + "xAvgCharWidth": 597, + "unitsPerEm": 1000, + "azAvgWidth": 562.3846153846154 }, - "Noto Sans Symbols": { + "Major Mono Display": { + "category": "monospace", + "ascent": 900, + "descent": -100, + "lineGap": 0, + "xAvgCharWidth": 759, + "unitsPerEm": 1000, + "azAvgWidth": 740 + }, + "Manrope": { "category": "sans-serif", - "ascent": 1480, - "descent": -570, + "ascent": 2132, + "descent": -600, "lineGap": 0, - "xAvgCharWidth": 1043, - "unitsPerEm": 1000 + "xAvgCharWidth": 1131, + "unitsPerEm": 2000, + "azAvgWidth": 1045.3461538461538 }, - "Noto Sans Linear A": { + "Varta": { "category": "sans-serif", - "ascent": 1069, - "descent": -293, + "ascent": 1902, + "descent": -1068, "lineGap": 0, - "xAvgCharWidth": 741, - "unitsPerEm": 1000 + "xAvgCharWidth": 1010, + "unitsPerEm": 2048, + "azAvgWidth": 967.2307692307693 }, - "Galada": { - "category": "display", - "ascent": 1035, - "descent": -592, + "Zilla Slab": { + "category": "serif", + "ascent": 944, + "descent": -256, "lineGap": 0, - "xAvgCharWidth": 598, - "unitsPerEm": 1000 + "xAvgCharWidth": 538, + "unitsPerEm": 1000, + "azAvgWidth": 493.46153846153845 }, - "Architects Daughter": { + "Grey Qo": { "category": "handwriting", - "ascent": 1010, - "descent": -413, + "ascent": 900, + "descent": -360, "lineGap": 0, - "xAvgCharWidth": 536, - "unitsPerEm": 1024 + "xAvgCharWidth": 379, + "unitsPerEm": 1000, + "azAvgWidth": 273.84615384615387 }, - "New Rocker": { + "Grenze Gotisch": { "category": "display", - "ascent": 946, - "descent": -283, + "ascent": 1100, + "descent": -380, "lineGap": 0, - "xAvgCharWidth": 420, - "unitsPerEm": 1000 + "xAvgCharWidth": 468, + "unitsPerEm": 1000, + "azAvgWidth": 403.38461538461536 }, - "Charmonman": { + "Estonia": { "category": "handwriting", - "ascent": 1200, - "descent": -700, + "ascent": 900, + "descent": -340, "lineGap": 0, - "xAvgCharWidth": 548, - "unitsPerEm": 1000 + "xAvgCharWidth": 538, + "unitsPerEm": 1000, + "azAvgWidth": 250.30769230769232 }, - "Mountains of Christmas": { + "Goblin One": { "category": "display", - "ascent": 1066, - "descent": -354, + "ascent": 1920, + "descent": -640, "lineGap": 0, - "xAvgCharWidth": 439, - "unitsPerEm": 1024 + "xAvgCharWidth": 1653, + "unitsPerEm": 2048, + "azAvgWidth": 1771.4615384615386 }, - "Koulen": { - "category": "display", - "ascent": 2500, - "descent": -1200, + "Barlow Semi Condensed": { + "category": "sans-serif", + "ascent": 1000, + "descent": -200, "lineGap": 0, - "xAvgCharWidth": 1078, - "unitsPerEm": 2048 + "xAvgCharWidth": 455, + "unitsPerEm": 1000, + "azAvgWidth": 434.11538461538464 }, - "Baloo Paaji 2": { - "category": "display", - "ascent": 1157, - "descent": -614, + "Caladea": { + "category": "serif", + "ascent": 900, + "descent": -250, "lineGap": 0, - "xAvgCharWidth": 519, - "unitsPerEm": 1000 + "xAvgCharWidth": 510, + "unitsPerEm": 1000, + "azAvgWidth": 466.9230769230769 }, "Noto Sans Lydian": { "category": "sans-serif", @@ -1301,143 +1373,170 @@ "descent": -293, "lineGap": 0, "xAvgCharWidth": 584, - "unitsPerEm": 1000 + "unitsPerEm": 1000, + "azAvgWidth": 500 }, - "Averia Gruesa Libre": { + "Petrona": { + "category": "serif", + "ascent": 858, + "descent": -270, + "lineGap": 0, + "xAvgCharWidth": 544, + "unitsPerEm": 1000, + "azAvgWidth": 492.96153846153845 + }, + "Tulpen One": { "category": "display", - "ascent": 1952, - "descent": -492, + "ascent": 1767, + "descent": -465, "lineGap": 0, - "xAvgCharWidth": 909, - "unitsPerEm": 2048 + "xAvgCharWidth": 397, + "unitsPerEm": 2048, + "azAvgWidth": 443.1923076923077 }, - "Spectral SC": { + "Questrial": { + "category": "sans-serif", + "ascent": 820, + "descent": -210, + "lineGap": 0, + "xAvgCharWidth": 544, + "unitsPerEm": 1000, + "azAvgWidth": 501.9230769230769 + }, + "Noto Serif Myanmar": { "category": "serif", - "ascent": 1059, - "descent": -463, + "ascent": 1239, + "descent": -1260, "lineGap": 0, - "xAvgCharWidth": 589, - "unitsPerEm": 1000 + "xAvgCharWidth": 568, + "unitsPerEm": 1000, + "azAvgWidth": 600 }, - "Alegreya Sans": { + "Encode Sans Expanded": { "category": "sans-serif", - "ascent": 900, - "descent": -300, + "ascent": 2060, + "descent": -440, "lineGap": 0, - "xAvgCharWidth": 517, - "unitsPerEm": 1000 + "xAvgCharWidth": 1257, + "unitsPerEm": 2000, + "azAvgWidth": 1141.5 }, - "Noto Sans Bhaiksuki": { - "category": "sans-serif", - "ascent": 960, - "descent": -460, + "Bevan": { + "category": "display", + "ascent": 2366, + "descent": -925, "lineGap": 0, - "xAvgCharWidth": 785, - "unitsPerEm": 1000 + "xAvgCharWidth": 1469, + "unitsPerEm": 2048, + "azAvgWidth": 1346.9615384615386 }, - "Palanquin Dark": { - "category": "sans-serif", - "ascent": 1320, - "descent": -491, + "Neonderthaw": { + "category": "handwriting", + "ascent": 1050, + "descent": -300, "lineGap": 0, - "xAvgCharWidth": 829, - "unitsPerEm": 1000 + "xAvgCharWidth": 629, + "unitsPerEm": 1000, + "azAvgWidth": 420.5769230769231 }, - "Nuosu SIL": { - "category": "serif", - "ascent": 2200, - "descent": -500, + "Noto Sans Runic": { + "category": "sans-serif", + "ascent": 1069, + "descent": -293, "lineGap": 0, - "xAvgCharWidth": 1518, - "unitsPerEm": 2048 + "xAvgCharWidth": 516, + "unitsPerEm": 1000, + "azAvgWidth": 600 }, - "IM Fell English": { + "Peddana": { "category": "serif", - "ascent": 1854, - "descent": -744, + "ascent": 703, + "descent": -518, "lineGap": 0, - "xAvgCharWidth": 834, - "unitsPerEm": 2048 + "xAvgCharWidth": 371, + "unitsPerEm": 750, + "azAvgWidth": 244.07692307692307 }, - "Share Tech Mono": { + "Roboto Mono": { "category": "monospace", - "ascent": 885, - "descent": -242, + "ascent": 2146, + "descent": -555, "lineGap": 0, - "xAvgCharWidth": 544, - "unitsPerEm": 1000 + "xAvgCharWidth": 1229, + "unitsPerEm": 2048, + "azAvgWidth": 1229 }, - "Bowlby One SC": { - "category": "display", - "ascent": 2248, - "descent": -876, + "Noto Sans Lepcha": { + "category": "sans-serif", + "ascent": 1069, + "descent": -450, "lineGap": 0, - "xAvgCharWidth": 1334, - "unitsPerEm": 2048 + "xAvgCharWidth": 700, + "unitsPerEm": 1000, + "azAvgWidth": 600 }, - "Big Shoulders Inline Text": { - "category": "display", - "ascent": 3936, - "descent": -852, - "lineGap": 0, - "xAvgCharWidth": 1072, - "unitsPerEm": 4000 - }, - "Slabo 13px": { - "category": "serif", - "ascent": 720, - "descent": -240, + "Caveat Brush": { + "category": "handwriting", + "ascent": 960, + "descent": -300, "lineGap": 0, - "xAvgCharWidth": 448, - "unitsPerEm": 780 + "xAvgCharWidth": 449, + "unitsPerEm": 1000, + "azAvgWidth": 392.53846153846155 }, - "Graduate": { + "Unlock": { "category": "display", - "ascent": 953, - "descent": -186, + "ascent": 873, + "descent": -195, "lineGap": 0, - "xAvgCharWidth": 602, - "unitsPerEm": 1000 + "xAvgCharWidth": 517, + "unitsPerEm": 1000, + "azAvgWidth": 590.8846153846154 }, - "Jost": { - "category": "sans-serif", - "ascent": 1070, - "descent": -375, + "Ballet": { + "category": "handwriting", + "ascent": 1130, + "descent": -770, "lineGap": 0, - "xAvgCharWidth": 546, - "unitsPerEm": 1000 + "xAvgCharWidth": 575, + "unitsPerEm": 1000, + "azAvgWidth": 330.3076923076923 }, - "Zilla Slab Highlight": { + "Nova Cut": { "category": "display", - "ascent": 944, - "descent": -256, + "ascent": 1966, + "descent": -506, "lineGap": 0, - "xAvgCharWidth": 527, - "unitsPerEm": 1000 + "xAvgCharWidth": 1168, + "unitsPerEm": 2048, + "azAvgWidth": 1085.4615384615386 }, - "Allison": { - "category": "handwriting", - "ascent": 890, - "descent": -380, + "Russo One": { + "category": "sans-serif", + "ascent": 926, + "descent": -279, "lineGap": 0, - "xAvgCharWidth": 419, - "unitsPerEm": 1000 + "xAvgCharWidth": 599, + "unitsPerEm": 1000, + "azAvgWidth": 574.0384615384615 }, - "Zhi Mang Xing": { - "category": "handwriting", - "ascent": 880, - "descent": -120, + "Uchen": { + "category": "serif", + "ascent": 1248, + "descent": -660, "lineGap": 0, - "xAvgCharWidth": 891, - "unitsPerEm": 1000 + "xAvgCharWidth": 635, + "unitsPerEm": 1024, + "azAvgWidth": 496.2307692307692 }, - "Noto Sans Thai Looped": { - "category": "sans-serif", - "ascent": 1250, - "descent": -350, + "Petemoss": { + "category": "handwriting", + "ascent": 800, + "descent": -300, "lineGap": 0, - "xAvgCharWidth": 586, - "unitsPerEm": 1000 + "xAvgCharWidth": 409, + "unitsPerEm": 1000, + "azAvgWidth": 226.26923076923077 }, "Gorditas": { "category": "display", @@ -1445,511 +1544,575 @@ "descent": -259, "lineGap": 0, "xAvgCharWidth": 597, - "unitsPerEm": 1000 + "unitsPerEm": 1000, + "azAvgWidth": 605.3461538461538 }, - "Noto Kufi Arabic": { + "Be Vietnam Pro": { "category": "sans-serif", - "ascent": 1282, - "descent": -615, + "ascent": 1000, + "descent": -265, "lineGap": 0, - "xAvgCharWidth": 643, - "unitsPerEm": 1000 + "xAvgCharWidth": 591, + "unitsPerEm": 1000, + "azAvgWidth": 558.2307692307693 }, - "Besley": { + "Noto Serif Grantha": { "category": "serif", - "ascent": 2500, - "descent": -850, + "ascent": 1290, + "descent": -534, "lineGap": 0, - "xAvgCharWidth": 1254, - "unitsPerEm": 2000 + "xAvgCharWidth": 1335, + "unitsPerEm": 1000, + "azAvgWidth": 600 }, - "Saira Extra Condensed": { + "Noto Serif Display": { + "category": "serif", + "ascent": 1069, + "descent": -293, + "lineGap": 0, + "xAvgCharWidth": 594, + "unitsPerEm": 1000, + "azAvgWidth": 549 + }, + "Saira": { "category": "sans-serif", "ascent": 1135, "descent": -439, "lineGap": 0, - "xAvgCharWidth": 370, - "unitsPerEm": 1000 - }, - "Black Ops One": { - "category": "display", - "ascent": 1871, - "descent": -689, - "lineGap": 0, - "xAvgCharWidth": 1360, - "unitsPerEm": 2048 + "xAvgCharWidth": 564, + "unitsPerEm": 1000, + "azAvgWidth": 526.5384615384615 }, - "Urbanist": { - "category": "sans-serif", - "ascent": 1900, - "descent": -500, + "Clicker Script": { + "category": "handwriting", + "ascent": 1898, + "descent": -807, "lineGap": 0, - "xAvgCharWidth": 1067, - "unitsPerEm": 2000 + "xAvgCharWidth": 613, + "unitsPerEm": 2048, + "azAvgWidth": 681.2307692307693 }, - "Atomic Age": { - "category": "display", - "ascent": 2091, - "descent": -656, + "BIZ UDPMincho": { + "category": "serif", + "ascent": 1802, + "descent": -246, "lineGap": 0, - "xAvgCharWidth": 1271, - "unitsPerEm": 2048 + "xAvgCharWidth": 1797, + "unitsPerEm": 2048, + "azAvgWidth": 1218.576923076923 }, - "Bree Serif": { + "Radley": { "category": "serif", - "ascent": 1077, - "descent": -281, + "ascent": 1973, + "descent": -615, "lineGap": 0, - "xAvgCharWidth": 449, - "unitsPerEm": 1000 + "xAvgCharWidth": 1152, + "unitsPerEm": 2048, + "azAvgWidth": 1021.1923076923077 }, - "Uncial Antiqua": { - "category": "display", - "ascent": 2019, - "descent": -676, - "lineGap": 0, - "xAvgCharWidth": 1167, - "unitsPerEm": 2048 + "East Sea Dokdo": { + "category": "handwriting", + "ascent": 706, + "descent": -294, + "lineGap": 250, + "xAvgCharWidth": 620, + "unitsPerEm": 1000, + "azAvgWidth": 349.6923076923077 }, - "Ole": { + "Condiment": { "category": "handwriting", - "ascent": 880, - "descent": -380, + "ascent": 882, + "descent": -641, "lineGap": 0, - "xAvgCharWidth": 418, - "unitsPerEm": 1000 + "xAvgCharWidth": 341, + "unitsPerEm": 1000, + "azAvgWidth": 397.1923076923077 }, - "Noto Sans Modi": { - "category": "sans-serif", - "ascent": 891, - "descent": -463, + "Noto Serif Gurmukhi": { + "category": "serif", + "ascent": 1006, + "descent": -428, "lineGap": 0, - "xAvgCharWidth": 579, - "unitsPerEm": 1000 + "xAvgCharWidth": 575, + "unitsPerEm": 1000, + "azAvgWidth": 549 }, - "Amaranth": { + "Noto Sans Ol Chiki": { "category": "sans-serif", - "ascent": 976, - "descent": -236, - "lineGap": 0, - "xAvgCharWidth": 430, - "unitsPerEm": 1000 - }, - "Sacramento": { - "category": "handwriting", - "ascent": 1905, - "descent": -1084, + "ascent": 1069, + "descent": -293, "lineGap": 0, - "xAvgCharWidth": 607, - "unitsPerEm": 2048 + "xAvgCharWidth": 562, + "unitsPerEm": 1000, + "azAvgWidth": 600 }, - "Licorice": { - "category": "handwriting", - "ascent": 850, - "descent": -400, + "Baloo Tamma 2": { + "category": "display", + "ascent": 1078, + "descent": -673, "lineGap": 0, - "xAvgCharWidth": 480, - "unitsPerEm": 1000 + "xAvgCharWidth": 662, + "unitsPerEm": 1000, + "azAvgWidth": 489.3076923076923 }, - "Bellefair": { + "Fjord One": { "category": "serif", - "ascent": 869, - "descent": -277, + "ascent": 1940, + "descent": -620, "lineGap": 0, - "xAvgCharWidth": 489, - "unitsPerEm": 1000 - }, - "Fontdiner Swanky": { - "category": "display", - "ascent": 1047, - "descent": -510, - "lineGap": 20, - "xAvgCharWidth": 558, - "unitsPerEm": 1024 + "xAvgCharWidth": 1088, + "unitsPerEm": 2048, + "azAvgWidth": 1043.923076923077 }, - "Happy Monkey": { + "Chonburi": { "category": "display", "ascent": 950, - "descent": -255, + "descent": -250, "lineGap": 0, - "xAvgCharWidth": 568, - "unitsPerEm": 1000 + "xAvgCharWidth": 669, + "unitsPerEm": 1000, + "azAvgWidth": 648.2307692307693 }, - "Noto Sans Ogham": { - "category": "sans-serif", - "ascent": 1069, - "descent": -293, + "Allison": { + "category": "handwriting", + "ascent": 890, + "descent": -380, "lineGap": 0, - "xAvgCharWidth": 538, - "unitsPerEm": 1000 + "xAvgCharWidth": 419, + "unitsPerEm": 1000, + "azAvgWidth": 247.19230769230768 }, - "Noto Sans Mayan Numerals": { - "category": "sans-serif", - "ascent": 1069, - "descent": -293, + "Flow Circular": { + "category": "display", + "ascent": 1000, + "descent": -200, "lineGap": 0, - "xAvgCharWidth": 852, - "unitsPerEm": 1000 + "xAvgCharWidth": 488, + "unitsPerEm": 1000, + "azAvgWidth": 498.3076923076923 }, - "Azeret Mono": { + "DM Mono": { "category": "monospace", - "ascent": 937, - "descent": -230, + "ascent": 992, + "descent": -310, "lineGap": 0, - "xAvgCharWidth": 685, - "unitsPerEm": 1000 + "xAvgCharWidth": 600, + "unitsPerEm": 1000, + "azAvgWidth": 600 }, - "Noto Sans Zanabazar Square": { + "Barrio": { + "category": "display", + "ascent": 880, + "descent": -247, + "lineGap": 0, + "xAvgCharWidth": 525, + "unitsPerEm": 1000, + "azAvgWidth": 559.9230769230769 + }, + "Noto Sans Devanagari": { "category": "sans-serif", - "ascent": 1621, - "descent": -821, + "ascent": 896, + "descent": -408, "lineGap": 0, - "xAvgCharWidth": 783, - "unitsPerEm": 1000 + "xAvgCharWidth": 555, + "unitsPerEm": 1000, + "azAvgWidth": 530.0769230769231 }, - "Edu NSW ACT Foundation": { - "category": "handwriting", - "ascent": 1016, - "descent": -244, + "Fugaz One": { + "category": "display", + "ascent": 1046, + "descent": -422, "lineGap": 0, - "xAvgCharWidth": 432, - "unitsPerEm": 1000 + "xAvgCharWidth": 502, + "unitsPerEm": 1000, + "azAvgWidth": 565.4615384615385 }, - "Stick No Bills": { - "category": "sans-serif", - "ascent": 940, - "descent": -312, - "lineGap": 0, - "xAvgCharWidth": 610, - "unitsPerEm": 1000 + "Kranky": { + "category": "display", + "ascent": 977, + "descent": -294, + "lineGap": 28, + "xAvgCharWidth": 461, + "unitsPerEm": 1024, + "azAvgWidth": 516.0384615384615 }, - "Noto Serif Nyiakeng Puachue Hmong": { + "Copse": { "category": "serif", - "ascent": 1068, - "descent": -292, - "lineGap": 0, - "xAvgCharWidth": 585, - "unitsPerEm": 1000 + "ascent": 1991, + "descent": -483, + "lineGap": 57, + "xAvgCharWidth": 1116, + "unitsPerEm": 2048, + "azAvgWidth": 1073.2307692307693 }, - "Calligraffitti": { + "Nanum Pen Script": { "category": "handwriting", - "ascent": 986, - "descent": -607, - "lineGap": 14, - "xAvgCharWidth": 504, - "unitsPerEm": 1024 - }, - "Bigelow Rules": { - "category": "display", - "ascent": 1857, - "descent": -516, + "ascent": 920, + "descent": -230, "lineGap": 0, - "xAvgCharWidth": 514, - "unitsPerEm": 2048 - }, - "Astloch": { - "category": "display", - "ascent": 1948, - "descent": -526, - "lineGap": 53, - "xAvgCharWidth": 988, - "unitsPerEm": 2048 + "xAvgCharWidth": 772, + "unitsPerEm": 1000, + "azAvgWidth": 384.96153846153845 }, - "Barlow Semi Condensed": { + "Fredoka": { "category": "sans-serif", - "ascent": 1000, - "descent": -200, + "ascent": 974, + "descent": -236, "lineGap": 0, - "xAvgCharWidth": 455, - "unitsPerEm": 1000 + "xAvgCharWidth": 534, + "unitsPerEm": 1000, + "azAvgWidth": 508.53846153846155 }, - "Yaldevi": { + "Encode Sans Semi Expanded": { "category": "sans-serif", - "ascent": 1060, - "descent": -256, + "ascent": 2060, + "descent": -440, "lineGap": 0, - "xAvgCharWidth": 683, - "unitsPerEm": 1000 + "xAvgCharWidth": 1188, + "unitsPerEm": 2000, + "azAvgWidth": 1070 }, - "Noto Emoji": { - "category": "sans-serif", - "ascent": 1900, - "descent": -500, + "Puppies Play": { + "category": "handwriting", + "ascent": 750, + "descent": -250, "lineGap": 0, - "xAvgCharWidth": 2598, - "unitsPerEm": 2048 + "xAvgCharWidth": 386, + "unitsPerEm": 1000, + "azAvgWidth": 253.34615384615384 }, - "Readex Pro": { + "Urbanist": { "category": "sans-serif", - "ascent": 1000, - "descent": -250, + "ascent": 1900, + "descent": -500, "lineGap": 0, - "xAvgCharWidth": 596, - "unitsPerEm": 1000 + "xAvgCharWidth": 1067, + "unitsPerEm": 2000, + "azAvgWidth": 1009.0384615384615 }, - "Eagle Lake": { + "Hurricane": { "category": "handwriting", - "ascent": 2420, - "descent": -925, + "ascent": 950, + "descent": -430, "lineGap": 0, - "xAvgCharWidth": 1164, - "unitsPerEm": 2048 + "xAvgCharWidth": 505, + "unitsPerEm": 1000, + "azAvgWidth": 305.11538461538464 }, - "Style Script": { - "category": "handwriting", - "ascent": 1000, - "descent": -520, + "Bellota": { + "category": "display", + "ascent": 968, + "descent": -290, "lineGap": 0, - "xAvgCharWidth": 568, - "unitsPerEm": 1000 + "xAvgCharWidth": 584, + "unitsPerEm": 1000, + "azAvgWidth": 505.4230769230769 }, - "Sarpanch": { - "category": "sans-serif", - "ascent": 1050, - "descent": -350, - "lineGap": 0, - "xAvgCharWidth": 648, - "unitsPerEm": 1000 + "Cherry Cream Soda": { + "category": "display", + "ascent": 1006, + "descent": -247, + "lineGap": 29, + "xAvgCharWidth": 680, + "unitsPerEm": 1024, + "azAvgWidth": 623.1538461538462 }, - "Noto Sans Lepcha": { - "category": "sans-serif", - "ascent": 1069, - "descent": -450, + "Akronim": { + "category": "display", + "ascent": 785, + "descent": -314, + "lineGap": 43, + "xAvgCharWidth": 327, + "unitsPerEm": 1000, + "azAvgWidth": 372.46153846153845 + }, + "Edu TAS Beginner": { + "category": "handwriting", + "ascent": 1016, + "descent": -244, "lineGap": 0, - "xAvgCharWidth": 700, - "unitsPerEm": 1000 + "xAvgCharWidth": 498, + "unitsPerEm": 1000, + "azAvgWidth": 390.46153846153845 }, - "B612": { - "category": "sans-serif", - "ascent": 1930, - "descent": -500, + "Margarine": { + "category": "display", + "ascent": 2075, + "descent": -678, "lineGap": 0, - "xAvgCharWidth": 1287, - "unitsPerEm": 2000 + "xAvgCharWidth": 931, + "unitsPerEm": 2048, + "azAvgWidth": 1035.5 }, - "Gentium Book Plus": { - "category": "serif", - "ascent": 2250, - "descent": -750, + "Creepster": { + "category": "display", + "ascent": 974, + "descent": -223, "lineGap": 0, - "xAvgCharWidth": 1059, - "unitsPerEm": 2048 + "xAvgCharWidth": 421, + "unitsPerEm": 1024, + "azAvgWidth": 459.9230769230769 }, - "Allerta": { + "Mulish": { "category": "sans-serif", - "ascent": 1057, - "descent": -252, + "ascent": 1005, + "descent": -250, "lineGap": 0, - "xAvgCharWidth": 577, - "unitsPerEm": 1024 + "xAvgCharWidth": 581, + "unitsPerEm": 1000, + "azAvgWidth": 523.1153846153846 }, - "Gideon Roman": { - "category": "display", - "ascent": 900, - "descent": -300, + "Praise": { + "category": "handwriting", + "ascent": 850, + "descent": -350, "lineGap": 0, - "xAvgCharWidth": 559, - "unitsPerEm": 1000 + "xAvgCharWidth": 500, + "unitsPerEm": 1000, + "azAvgWidth": 368.2692307692308 }, - "Mirza": { + "Orelega One": { "category": "display", - "ascent": 547, - "descent": -453, - "lineGap": 200, - "xAvgCharWidth": 548, - "unitsPerEm": 1000 + "ascent": 3296, + "descent": -801, + "lineGap": 369, + "xAvgCharWidth": 2293, + "unitsPerEm": 4096, + "azAvgWidth": 2082.769230769231 }, - "Kosugi": { + "Quattrocento Sans": { "category": "sans-serif", - "ascent": 901, - "descent": -123, - "lineGap": 0, - "xAvgCharWidth": 1013, - "unitsPerEm": 1024 - }, - "Zen Old Mincho": { - "category": "serif", - "ascent": 1160, - "descent": -288, + "ascent": 848, + "descent": -260, "lineGap": 0, - "xAvgCharWidth": 978, - "unitsPerEm": 1000 + "xAvgCharWidth": 432, + "unitsPerEm": 1000, + "azAvgWidth": 490.2307692307692 }, - "Glass Antiqua": { + "Milonga": { "category": "display", - "ascent": 835, - "descent": -200, + "ascent": 990, + "descent": -260, "lineGap": 0, - "xAvgCharWidth": 373, - "unitsPerEm": 1000 + "xAvgCharWidth": 446, + "unitsPerEm": 1000, + "azAvgWidth": 510.84615384615387 }, - "Noto Serif Armenian": { + "Sanchez": { "category": "serif", - "ascent": 1068, - "descent": -292, + "ascent": 1004, + "descent": -274, "lineGap": 0, - "xAvgCharWidth": 626, - "unitsPerEm": 1000 + "xAvgCharWidth": 586, + "unitsPerEm": 1000, + "azAvgWidth": 552.3846153846154 }, - "Taprom": { - "category": "display", - "ascent": 2500, - "descent": -1200, + "Abhaya Libre": { + "category": "serif", + "ascent": 860, + "descent": -348, "lineGap": 0, - "xAvgCharWidth": 1503, - "unitsPerEm": 2048 + "xAvgCharWidth": 415, + "unitsPerEm": 1024, + "azAvgWidth": 475 }, - "Baloo 2": { + "Sail": { "category": "display", - "ascent": 1078, - "descent": -524, + "ascent": 860, + "descent": -294, "lineGap": 0, - "xAvgCharWidth": 654, - "unitsPerEm": 1000 + "xAvgCharWidth": 385, + "unitsPerEm": 1000, + "azAvgWidth": 439.1923076923077 }, - "BIZ UDMincho": { + "Old Standard TT": { "category": "serif", - "ascent": 1802, - "descent": -246, - "lineGap": 0, - "xAvgCharWidth": 1718, - "unitsPerEm": 2048 + "ascent": 762, + "descent": -238, + "lineGap": 236, + "xAvgCharWidth": 604, + "unitsPerEm": 1000, + "azAvgWidth": 484.3076923076923 }, - "Pridi": { + "Slabo 27px": { "category": "serif", - "ascent": 1100, - "descent": -450, + "ascent": 750, + "descent": -240, "lineGap": 0, - "xAvgCharWidth": 556, - "unitsPerEm": 1000 + "xAvgCharWidth": 397, + "unitsPerEm": 810, + "azAvgWidth": 368.0769230769231 }, - "Lobster Two": { + "Girassol": { "category": "display", - "ascent": 1000, + "ascent": 944, "descent": -250, "lineGap": 0, - "xAvgCharWidth": 520, - "unitsPerEm": 1000 + "xAvgCharWidth": 480, + "unitsPerEm": 1000, + "azAvgWidth": 471.38461538461536 }, - "Moo Lah Lah": { - "category": "display", - "ascent": 920, - "descent": -300, + "Average": { + "category": "serif", + "ascent": 953, + "descent": -263, "lineGap": 0, - "xAvgCharWidth": 548, - "unitsPerEm": 1000 + "xAvgCharWidth": 420, + "unitsPerEm": 1000, + "azAvgWidth": 477.1923076923077 }, - "Noto Sans Kharoshthi": { + "Flow Block": { + "category": "display", + "ascent": 1000, + "descent": -200, + "lineGap": 0, + "xAvgCharWidth": 495, + "unitsPerEm": 1000, + "azAvgWidth": 506 + }, + "Noto Sans Khudawadi": { "category": "sans-serif", - "ascent": 1069, - "descent": -301, + "ascent": 944, + "descent": -373, "lineGap": 0, - "xAvgCharWidth": 617, - "unitsPerEm": 1000 + "xAvgCharWidth": 683, + "unitsPerEm": 1000, + "azAvgWidth": 600 }, - "Gamja Flower": { - "category": "handwriting", - "ascent": 800, - "descent": -224, - "lineGap": 256, - "xAvgCharWidth": 820, - "unitsPerEm": 1024 + "Buenard": { + "category": "serif", + "ascent": 1031, + "descent": -270, + "lineGap": 0, + "xAvgCharWidth": 412, + "unitsPerEm": 1000, + "azAvgWidth": 467.7307692307692 }, - "Gantari": { - "category": "sans-serif", - "ascent": 950, - "descent": -250, + "Gulzar": { + "category": "serif", + "ascent": 1500, + "descent": -1200, "lineGap": 0, - "xAvgCharWidth": 563, - "unitsPerEm": 1000 + "xAvgCharWidth": 515, + "unitsPerEm": 1000, + "azAvgWidth": 477.0769230769231 }, - "Gwendolyn": { - "category": "handwriting", - "ascent": 880, - "descent": -320, + "Italiana": { + "category": "serif", + "ascent": 928, + "descent": -250, "lineGap": 0, - "xAvgCharWidth": 477, - "unitsPerEm": 1000 + "xAvgCharWidth": 435, + "unitsPerEm": 1000, + "azAvgWidth": 476.2692307692308 }, - "Orelega One": { + "Flavors": { "category": "display", - "ascent": 3296, - "descent": -801, - "lineGap": 369, - "xAvgCharWidth": 2293, - "unitsPerEm": 4096 - }, - "Wire One": { - "category": "sans-serif", - "ascent": 890, - "descent": -210, + "ascent": 1015, + "descent": -293, "lineGap": 0, - "xAvgCharWidth": 267, - "unitsPerEm": 1000 + "xAvgCharWidth": 431, + "unitsPerEm": 1024, + "azAvgWidth": 476.2307692307692 }, - "Alumni Sans Inline One": { + "BhuTuka Expanded One": { "category": "display", - "ascent": 900, - "descent": -300, + "ascent": 826, + "descent": -182, "lineGap": 0, - "xAvgCharWidth": 398, - "unitsPerEm": 1000 + "xAvgCharWidth": 799, + "unitsPerEm": 1000, + "azAvgWidth": 787.7307692307693 }, - "Vesper Libre": { + "Manuale": { "category": "serif", - "ascent": 2330, - "descent": -1550, - "lineGap": 0, - "xAvgCharWidth": 1083, - "unitsPerEm": 2048 + "ascent": 980, + "descent": -236, + "lineGap": 221, + "xAvgCharWidth": 524, + "unitsPerEm": 1000, + "azAvgWidth": 507 }, - "Baloo Bhaina 2": { - "category": "display", - "ascent": 1185, - "descent": -827, + "Rouge Script": { + "category": "handwriting", + "ascent": 1050, + "descent": -419, "lineGap": 0, - "xAvgCharWidth": 556, - "unitsPerEm": 1000 + "xAvgCharWidth": 352, + "unitsPerEm": 1250, + "azAvgWidth": 376.61538461538464 }, - "Sassy Frass": { - "category": "handwriting", - "ascent": 800, - "descent": -300, + "IBM Plex Sans Devanagari": { + "category": "sans-serif", + "ascent": 1070, + "descent": -460, "lineGap": 0, - "xAvgCharWidth": 454, - "unitsPerEm": 1000 + "xAvgCharWidth": 791, + "unitsPerEm": 1000, + "azAvgWidth": 504.96153846153845 }, - "EB Garamond": { + "Volkhov": { "category": "serif", - "ascent": 1007, - "descent": -298, + "ascent": 971, + "descent": -319, "lineGap": 0, - "xAvgCharWidth": 528, - "unitsPerEm": 1000 + "xAvgCharWidth": 553, + "unitsPerEm": 1000, + "azAvgWidth": 562.1153846153846 }, - "Fanwood Text": { + "Gurajada": { "category": "serif", - "ascent": 3761, - "descent": -1609, + "ascent": 1294, + "descent": -810, "lineGap": 0, - "xAvgCharWidth": 2053, - "unitsPerEm": 4096 + "xAvgCharWidth": 294, + "unitsPerEm": 1070, + "azAvgWidth": 343.7307692307692 }, - "IM Fell DW Pica SC": { - "category": "serif", - "ascent": 1868, - "descent": -692, + "Rock Salt": { + "category": "handwriting", + "ascent": 1623, + "descent": -788, + "lineGap": 32, + "xAvgCharWidth": 773, + "unitsPerEm": 1024, + "azAvgWidth": 712.3461538461538 + }, + "Molengo": { + "category": "sans-serif", + "ascent": 1928, + "descent": -522, "lineGap": 0, - "xAvgCharWidth": 861, - "unitsPerEm": 2048 + "xAvgCharWidth": 862, + "unitsPerEm": 2048, + "azAvgWidth": 960.9230769230769 }, - "Overpass": { + "Azeret Mono": { + "category": "monospace", + "ascent": 937, + "descent": -230, + "lineGap": 0, + "xAvgCharWidth": 685, + "unitsPerEm": 1000, + "azAvgWidth": 650 + }, + "Cairo": { "category": "sans-serif", - "ascent": 1766, - "descent": -766, + "ascent": 1303, + "descent": -571, "lineGap": 0, - "xAvgCharWidth": 1184, - "unitsPerEm": 2000 + "xAvgCharWidth": 592, + "unitsPerEm": 1000, + "azAvgWidth": 474.3076923076923 + }, + "Mansalva": { + "category": "handwriting", + "ascent": 889, + "descent": -200, + "lineGap": 0, + "xAvgCharWidth": 570, + "unitsPerEm": 1000, + "azAvgWidth": 459.8076923076923 }, "Karantina": { "category": "display", @@ -1957,1487 +2120,1592 @@ "descent": -153, "lineGap": 0, "xAvgCharWidth": 293, - "unitsPerEm": 1000 - }, - "Limelight": { - "category": "display", - "ascent": 1864, - "descent": -629, - "lineGap": 0, - "xAvgCharWidth": 1245, - "unitsPerEm": 2048 + "unitsPerEm": 1000, + "azAvgWidth": 284.1923076923077 }, - "Bonbon": { - "category": "handwriting", - "ascent": 845, - "descent": -330, - "lineGap": 0, + "Tiro Gurmukhi": { + "category": "serif", + "ascent": 755, + "descent": -245, + "lineGap": 250, "xAvgCharWidth": 554, - "unitsPerEm": 1000 + "unitsPerEm": 1000, + "azAvgWidth": 512.3846153846154 }, - "Sahitya": { + "Gilda Display": { "category": "serif", - "ascent": 1106, - "descent": -447, - "lineGap": 0, - "xAvgCharWidth": 505, - "unitsPerEm": 1000 - }, - "Tenor Sans": { - "category": "sans-serif", - "ascent": 920, - "descent": -250, + "ascent": 892, + "descent": -285, "lineGap": 0, - "xAvgCharWidth": 484, - "unitsPerEm": 1000 + "xAvgCharWidth": 537, + "unitsPerEm": 1000, + "azAvgWidth": 506.6923076923077 }, - "Nanum Gothic Coding": { - "category": "monospace", - "ascent": 800, - "descent": -200, + "Give You Glory": { + "category": "handwriting", + "ascent": 1020, + "descent": -625, "lineGap": 0, - "xAvgCharWidth": 500, - "unitsPerEm": 1000 + "xAvgCharWidth": 556, + "unitsPerEm": 1024, + "azAvgWidth": 474.38461538461536 }, - "Noto Sans Miao": { + "Play": { "category": "sans-serif", - "ascent": 1142, - "descent": -350, + "ascent": 937, + "descent": -220, "lineGap": 0, - "xAvgCharWidth": 448, - "unitsPerEm": 1000 + "xAvgCharWidth": 562, + "unitsPerEm": 1000, + "azAvgWidth": 504.15384615384613 }, - "Noto Sans Old Permic": { - "category": "sans-serif", - "ascent": 1069, - "descent": -293, + "Noto Serif Armenian": { + "category": "serif", + "ascent": 1068, + "descent": -292, "lineGap": 0, - "xAvgCharWidth": 607, - "unitsPerEm": 1000 + "xAvgCharWidth": 626, + "unitsPerEm": 1000, + "azAvgWidth": 554 }, - "Noto Sans Batak": { - "category": "sans-serif", - "ascent": 1069, - "descent": -293, + "Annie Use Your Telescope": { + "category": "handwriting", + "ascent": 1049, + "descent": -419, "lineGap": 0, - "xAvgCharWidth": 862, - "unitsPerEm": 1000 + "xAvgCharWidth": 393, + "unitsPerEm": 1024, + "azAvgWidth": 370.2692307692308 }, - "Rubik Moonrocks": { + "Fasthand": { "category": "display", - "ascent": 935, - "descent": -250, + "ascent": 2500, + "descent": -1200, "lineGap": 0, - "xAvgCharWidth": 635, - "unitsPerEm": 1000 + "xAvgCharWidth": 1471, + "unitsPerEm": 2048, + "azAvgWidth": 793.1538461538462 }, - "BIZ UDGothic": { + "Prompt": { "category": "sans-serif", - "ascent": 1802, - "descent": -246, - "lineGap": 0, - "xAvgCharWidth": 1718, - "unitsPerEm": 2048 - }, - "Righteous": { - "category": "display", - "ascent": 2017, - "descent": -526, + "ascent": 1090, + "descent": -422, "lineGap": 0, - "xAvgCharWidth": 963, - "unitsPerEm": 2048 + "xAvgCharWidth": 588, + "unitsPerEm": 1000, + "azAvgWidth": 551.9230769230769 }, - "Noto Sans Khudawadi": { - "category": "sans-serif", - "ascent": 944, - "descent": -373, + "Oooh Baby": { + "category": "handwriting", + "ascent": 900, + "descent": -325, "lineGap": 0, - "xAvgCharWidth": 683, - "unitsPerEm": 1000 + "xAvgCharWidth": 519, + "unitsPerEm": 1000, + "azAvgWidth": 396.46153846153845 }, - "Noto Sans Meroitic": { - "category": "sans-serif", - "ascent": 928, - "descent": -415, + "Felipa": { + "category": "handwriting", + "ascent": 966, + "descent": -319, "lineGap": 0, - "xAvgCharWidth": 949, - "unitsPerEm": 1000 + "xAvgCharWidth": 332, + "unitsPerEm": 1000, + "azAvgWidth": 367.5 }, - "Cantata One": { - "category": "serif", - "ascent": 2040, - "descent": -560, + "Fredoka One": { + "category": "display", + "ascent": 974, + "descent": -236, "lineGap": 0, - "xAvgCharWidth": 1349, - "unitsPerEm": 2048 + "xAvgCharWidth": 486, + "unitsPerEm": 1000, + "azAvgWidth": 549.8461538461538 }, - "Alegreya SC": { - "category": "serif", - "ascent": 1016, - "descent": -345, + "Noto Sans Adlam Unjoined": { + "category": "sans-serif", + "ascent": 1069, + "descent": -293, "lineGap": 0, - "xAvgCharWidth": 560, - "unitsPerEm": 1000 + "xAvgCharWidth": 562, + "unitsPerEm": 1000, + "azAvgWidth": 574 }, - "Big Shoulders Inline Display": { - "category": "display", - "ascent": 3936, - "descent": -852, - "lineGap": 0, - "xAvgCharWidth": 1072, - "unitsPerEm": 4000 + "Vibur": { + "category": "handwriting", + "ascent": 1960, + "descent": -792, + "lineGap": 184, + "xAvgCharWidth": 718, + "unitsPerEm": 2048, + "azAvgWidth": 754.0769230769231 }, - "Suranna": { + "Mate": { "category": "serif", - "ascent": 1101, - "descent": -607, + "ascent": 958, + "descent": -262, "lineGap": 0, - "xAvgCharWidth": 382, - "unitsPerEm": 780 + "xAvgCharWidth": 424, + "unitsPerEm": 1000, + "azAvgWidth": 477.65384615384613 }, - "Be Vietnam Pro": { - "category": "sans-serif", + "Aleo": { + "category": "serif", + "ascent": 805, + "descent": -195, + "lineGap": 200, + "xAvgCharWidth": 535, + "unitsPerEm": 1000, + "azAvgWidth": 521.6923076923077 + }, + "Press Start 2P": { + "category": "display", "ascent": 1000, - "descent": -265, + "descent": 0, "lineGap": 0, - "xAvgCharWidth": 591, - "unitsPerEm": 1000 + "xAvgCharWidth": 1000, + "unitsPerEm": 1000, + "azAvgWidth": 1000 }, - "Chela One": { - "category": "display", - "ascent": 942, - "descent": -235, + "Headland One": { + "category": "serif", + "ascent": 2043, + "descent": -522, "lineGap": 0, - "xAvgCharWidth": 463, - "unitsPerEm": 1000 + "xAvgCharWidth": 1341, + "unitsPerEm": 2048, + "azAvgWidth": 1214.0384615384614 }, - "Oldenburg": { + "Codystar": { "category": "display", - "ascent": 2020, - "descent": -540, - "lineGap": 9, - "xAvgCharWidth": 1299, - "unitsPerEm": 2048 - }, - "Noto Sans Devanagari": { - "category": "sans-serif", - "ascent": 896, - "descent": -408, + "ascent": 953, + "descent": -255, "lineGap": 0, - "xAvgCharWidth": 555, - "unitsPerEm": 1000 + "xAvgCharWidth": 627, + "unitsPerEm": 1024, + "azAvgWidth": 681.5 }, - "PT Sans Narrow": { + "Allerta": { "category": "sans-serif", - "ascent": 1018, - "descent": -276, + "ascent": 1057, + "descent": -252, "lineGap": 0, - "xAvgCharWidth": 428, - "unitsPerEm": 1000 + "xAvgCharWidth": 577, + "unitsPerEm": 1024, + "azAvgWidth": 597.8846153846154 }, - "Chenla": { + "Arima Madurai": { "category": "display", - "ascent": 2500, - "descent": -1200, - "lineGap": 67, - "xAvgCharWidth": 2212, - "unitsPerEm": 2048 + "ascent": 1073, + "descent": -560, + "lineGap": 0, + "xAvgCharWidth": 614, + "unitsPerEm": 1000, + "azAvgWidth": 508.15384615384613 }, - "Over the Rainbow": { - "category": "handwriting", - "ascent": 1412, - "descent": -677, + "Noto Serif Balinese": { + "category": "serif", + "ascent": 1069, + "descent": -726, "lineGap": 0, - "xAvgCharWidth": 551, - "unitsPerEm": 1024 + "xAvgCharWidth": 654, + "unitsPerEm": 1000, + "azAvgWidth": 549 }, - "Anek Gujarati": { + "IBM Plex Sans Condensed": { "category": "sans-serif", - "ascent": 1975, - "descent": -1064, + "ascent": 1025, + "descent": -275, "lineGap": 0, - "xAvgCharWidth": 1427, - "unitsPerEm": 2000 + "xAvgCharWidth": 525, + "unitsPerEm": 1000, + "azAvgWidth": 456.61538461538464 }, - "Bona Nova": { + "Belgrano": { "category": "serif", - "ascent": 932, - "descent": -268, - "lineGap": 0, - "xAvgCharWidth": 536, - "unitsPerEm": 1000 - }, - "Balsamiq Sans": { - "category": "display", - "ascent": 900, - "descent": -300, + "ascent": 990, + "descent": -278, "lineGap": 0, - "xAvgCharWidth": 644, - "unitsPerEm": 1000 + "xAvgCharWidth": 500, + "unitsPerEm": 1000, + "azAvgWidth": 571.4615384615385 }, - "Ramaraja": { + "Ultra": { "category": "serif", - "ascent": 741, - "descent": -544, + "ascent": 2066, + "descent": -561, "lineGap": 0, - "xAvgCharWidth": 371, - "unitsPerEm": 750 + "xAvgCharWidth": 1460, + "unitsPerEm": 2048, + "azAvgWidth": 1486.4615384615386 }, - "Barlow": { + "Noto Sans Tai Tham": { "category": "sans-serif", - "ascent": 1000, - "descent": -200, + "ascent": 1069, + "descent": -520, "lineGap": 0, - "xAvgCharWidth": 513, - "unitsPerEm": 1000 + "xAvgCharWidth": 1429, + "unitsPerEm": 1000, + "azAvgWidth": 619 }, - "Romanesco": { - "category": "handwriting", - "ascent": 1866, - "descent": -483, - "lineGap": 0, - "xAvgCharWidth": 484, - "unitsPerEm": 2048 + "Irish Grover": { + "category": "display", + "ascent": 965, + "descent": -246, + "lineGap": 27, + "xAvgCharWidth": 473, + "unitsPerEm": 1024, + "azAvgWidth": 512.7692307692307 }, - "Overpass Mono": { - "category": "monospace", - "ascent": 1766, - "descent": -766, + "Uncial Antiqua": { + "category": "display", + "ascent": 2019, + "descent": -676, "lineGap": 0, - "xAvgCharWidth": 1232, - "unitsPerEm": 2000 + "xAvgCharWidth": 1167, + "unitsPerEm": 2048, + "azAvgWidth": 1307.9615384615386 }, - "Rufina": { - "category": "serif", - "ascent": 945, - "descent": -290, + "Nosifer": { + "category": "display", + "ascent": 2236, + "descent": -1328, "lineGap": 0, - "xAvgCharWidth": 546, - "unitsPerEm": 1000 + "xAvgCharWidth": 1653, + "unitsPerEm": 2048, + "azAvgWidth": 1885.423076923077 }, - "Scheherazade New": { + "Shippori Mincho": { "category": "serif", - "ascent": 2750, - "descent": -1427, + "ascent": 1160, + "descent": -288, "lineGap": 0, - "xAvgCharWidth": 1207, - "unitsPerEm": 2048 + "xAvgCharWidth": 993, + "unitsPerEm": 1000, + "azAvgWidth": 536.7307692307693 }, - "Noto Sans Gurmukhi": { - "category": "sans-serif", - "ascent": 896, - "descent": -408, + "Updock": { + "category": "handwriting", + "ascent": 900, + "descent": -350, "lineGap": 0, - "xAvgCharWidth": 580, - "unitsPerEm": 1000 + "xAvgCharWidth": 453, + "unitsPerEm": 1000, + "azAvgWidth": 274.46153846153845 }, - "Noto Sans Adlam Unjoined": { + "Noto Sans N Ko": { "category": "sans-serif", "ascent": 1069, "descent": -293, "lineGap": 0, - "xAvgCharWidth": 562, - "unitsPerEm": 1000 + "xAvgCharWidth": 530, + "unitsPerEm": 1000, + "azAvgWidth": 600 }, - "Uchen": { - "category": "serif", - "ascent": 1248, - "descent": -660, + "Noto Sans Khojki": { + "category": "sans-serif", + "ascent": 1409, + "descent": -447, "lineGap": 0, - "xAvgCharWidth": 635, - "unitsPerEm": 1024 + "xAvgCharWidth": 670, + "unitsPerEm": 1000, + "azAvgWidth": 600 }, - "Do Hyeon": { + "Noto Sans Old Sogdian": { "category": "sans-serif", - "ascent": 800, - "descent": -200, - "lineGap": 250, - "xAvgCharWidth": 752, - "unitsPerEm": 1000 - }, - "Noto Serif Khmer": { - "category": "serif", "ascent": 1069, "descent": -293, "lineGap": 0, - "xAvgCharWidth": 692, - "unitsPerEm": 1000 + "xAvgCharWidth": 596, + "unitsPerEm": 1000, + "azAvgWidth": 600 }, - "Noto Sans Georgian": { + "Carrois Gothic SC": { "category": "sans-serif", - "ascent": 1068, - "descent": -292, + "ascent": 922, + "descent": -270, "lineGap": 0, - "xAvgCharWidth": 600, - "unitsPerEm": 1000 + "xAvgCharWidth": 493, + "unitsPerEm": 1000, + "azAvgWidth": 535.5 }, - "Noto Sans Old Italic": { + "Montserrat": { "category": "sans-serif", - "ascent": 1069, - "descent": -293, + "ascent": 968, + "descent": -251, "lineGap": 0, - "xAvgCharWidth": 619, - "unitsPerEm": 1000 + "xAvgCharWidth": 626, + "unitsPerEm": 1000, + "azAvgWidth": 573.8846153846154 }, - "Khand": { - "category": "sans-serif", - "ascent": 1050, - "descent": -479, + "Cinzel": { + "category": "serif", + "ascent": 976, + "descent": -372, "lineGap": 0, - "xAvgCharWidth": 416, - "unitsPerEm": 1000 + "xAvgCharWidth": 660, + "unitsPerEm": 1000, + "azAvgWidth": 639.3846153846154 }, - "Rubik Glitch": { + "Pompiere": { "category": "display", - "ascent": 935, - "descent": -250, + "ascent": 1918, + "descent": -543, "lineGap": 0, - "xAvgCharWidth": 635, - "unitsPerEm": 1000 + "xAvgCharWidth": 799, + "unitsPerEm": 2048, + "azAvgWidth": 676 }, - "PT Serif Caption": { + "Noto Serif Khmer": { "category": "serif", - "ascent": 1039, - "descent": -286, - "lineGap": 0, - "xAvgCharWidth": 633, - "unitsPerEm": 1000 - }, - "Redacted Script": { - "category": "display", - "ascent": 800, - "descent": -200, + "ascent": 1069, + "descent": -293, "lineGap": 0, - "xAvgCharWidth": 447, - "unitsPerEm": 1000 + "xAvgCharWidth": 692, + "unitsPerEm": 1000, + "azAvgWidth": 549 }, - "Poppins": { + "Noto Sans Miao": { "category": "sans-serif", - "ascent": 1050, - "descent": -350, - "lineGap": 100, - "xAvgCharWidth": 851, - "unitsPerEm": 1000 - }, - "My Soul": { - "category": "handwriting", - "ascent": 975, + "ascent": 1142, "descent": -350, "lineGap": 0, - "xAvgCharWidth": 594, - "unitsPerEm": 1000 - }, - "Hind Vadodara": { - "category": "sans-serif", - "ascent": 1125, - "descent": -373, - "lineGap": 0, - "xAvgCharWidth": 531, - "unitsPerEm": 1000 + "xAvgCharWidth": 448, + "unitsPerEm": 1000, + "azAvgWidth": 600 }, - "Noto Sans Syloti Nagri": { + "PT Sans Narrow": { "category": "sans-serif", - "ascent": 1069, - "descent": -293, + "ascent": 1018, + "descent": -276, "lineGap": 0, - "xAvgCharWidth": 663, - "unitsPerEm": 1000 + "xAvgCharWidth": 428, + "unitsPerEm": 1000, + "azAvgWidth": 386.6923076923077 }, - "Plus Jakarta Sans": { + "Maven Pro": { "category": "sans-serif", - "ascent": 1038, - "descent": -222, + "ascent": 965, + "descent": -210, "lineGap": 0, - "xAvgCharWidth": 585, - "unitsPerEm": 1000 + "xAvgCharWidth": 550, + "unitsPerEm": 1000, + "azAvgWidth": 512.4230769230769 }, - "Noto Sans Coptic": { - "category": "sans-serif", - "ascent": 1069, - "descent": -293, + "Averia Gruesa Libre": { + "category": "display", + "ascent": 1952, + "descent": -492, "lineGap": 0, - "xAvgCharWidth": 593, - "unitsPerEm": 1000 + "xAvgCharWidth": 909, + "unitsPerEm": 2048, + "azAvgWidth": 1017.1923076923077 }, - "Noto Sans KR": { + "Marmelad": { "category": "sans-serif", - "ascent": 1160, - "descent": -288, + "ascent": 1989, + "descent": -451, "lineGap": 0, - "xAvgCharWidth": 945, - "unitsPerEm": 1000 + "xAvgCharWidth": 1198, + "unitsPerEm": 2048, + "azAvgWidth": 1045 }, - "Overlock SC": { + "Bahiana": { "category": "display", - "ascent": 966, - "descent": -254, + "ascent": 900, + "descent": -250, "lineGap": 0, - "xAvgCharWidth": 444, - "unitsPerEm": 1000 + "xAvgCharWidth": 316, + "unitsPerEm": 1000, + "azAvgWidth": 310.84615384615387 }, - "Fjord One": { - "category": "serif", - "ascent": 1940, - "descent": -620, - "lineGap": 0, - "xAvgCharWidth": 1088, - "unitsPerEm": 2048 + "Averia Serif Libre": { + "category": "display", + "ascent": 1828, + "descent": -465, + "lineGap": 184, + "xAvgCharWidth": 939, + "unitsPerEm": 2048, + "azAvgWidth": 1069.1538461538462 }, - "Kulim Park": { + "Noto Sans Anatolian Hieroglyphs": { "category": "sans-serif", - "ascent": 931, - "descent": -204, + "ascent": 1153, + "descent": -253, "lineGap": 0, - "xAvgCharWidth": 536, - "unitsPerEm": 1000 + "xAvgCharWidth": 802, + "unitsPerEm": 1000, + "azAvgWidth": 600 }, - "PT Mono": { - "category": "monospace", - "ascent": 885, - "descent": -235, + "Charm": { + "category": "handwriting", + "ascent": 1115, + "descent": -434, "lineGap": 0, - "xAvgCharWidth": 600, - "unitsPerEm": 1000 + "xAvgCharWidth": 503, + "unitsPerEm": 1000, + "azAvgWidth": 420.3076923076923 }, - "Copse": { + "Kaisei Tokumin": { "category": "serif", - "ascent": 1991, - "descent": -483, - "lineGap": 57, - "xAvgCharWidth": 1116, - "unitsPerEm": 2048 - }, - "Indie Flower": { - "category": "handwriting", - "ascent": 994, - "descent": -500, + "ascent": 1160, + "descent": -288, "lineGap": 0, - "xAvgCharWidth": 473, - "unitsPerEm": 1024 + "xAvgCharWidth": 969, + "unitsPerEm": 1000, + "azAvgWidth": 555.1923076923077 }, - "Mukta Malar": { + "Noto Sans Siddham": { "category": "sans-serif", - "ascent": 1130, - "descent": -532, + "ascent": 1000, + "descent": -1030, "lineGap": 0, - "xAvgCharWidth": 617, - "unitsPerEm": 1000 + "xAvgCharWidth": 625, + "unitsPerEm": 1000, + "azAvgWidth": 600 }, - "News Cycle": { + "Mohave": { "category": "sans-serif", - "ascent": 2574, - "descent": -794, + "ascent": 1980, + "descent": -806, "lineGap": 0, - "xAvgCharWidth": 792, - "unitsPerEm": 2048 + "xAvgCharWidth": 874, + "unitsPerEm": 2000, + "azAvgWidth": 835.5 }, - "Noto Sans Inscriptional Parthian": { - "category": "sans-serif", - "ascent": 1069, - "descent": -301, + "Titan One": { + "category": "display", + "ascent": 970, + "descent": -175, "lineGap": 0, - "xAvgCharWidth": 695, - "unitsPerEm": 1000 + "xAvgCharWidth": 545, + "unitsPerEm": 1000, + "azAvgWidth": 630.5769230769231 }, - "Hahmlet": { + "Cormorant Upright": { "category": "serif", - "ascent": 1160, - "descent": -288, + "ascent": 924, + "descent": -287, "lineGap": 0, - "xAvgCharWidth": 853, - "unitsPerEm": 1000 + "xAvgCharWidth": 510, + "unitsPerEm": 1000, + "azAvgWidth": 422.8076923076923 }, - "Miniver": { - "category": "display", - "ascent": 1019, - "descent": -474, + "Noto Sans Balinese": { + "category": "sans-serif", + "ascent": 1363, + "descent": -838, "lineGap": 0, - "xAvgCharWidth": 437, - "unitsPerEm": 1024 + "xAvgCharWidth": 734, + "unitsPerEm": 1000, + "azAvgWidth": 530.0769230769231 }, - "Poiret One": { - "category": "display", - "ascent": 962, - "descent": -208, + "Podkova": { + "category": "serif", + "ascent": 859, + "descent": -249, "lineGap": 0, - "xAvgCharWidth": 426, - "unitsPerEm": 1000 + "xAvgCharWidth": 550, + "unitsPerEm": 1000, + "azAvgWidth": 511.2307692307692 }, - "Smooch Sans": { - "category": "sans-serif", - "ascent": 900, - "descent": -300, + "IM Fell Great Primer SC": { + "category": "serif", + "ascent": 1942, + "descent": -562, "lineGap": 0, - "xAvgCharWidth": 355, - "unitsPerEm": 1000 + "xAvgCharWidth": 935, + "unitsPerEm": 2048, + "azAvgWidth": 1028.423076923077 }, - "Josefin Slab": { - "category": "serif", - "ascent": 750, + "Bai Jamjuree": { + "category": "sans-serif", + "ascent": 1000, "descent": -250, "lineGap": 0, - "xAvgCharWidth": 508, - "unitsPerEm": 1000 + "xAvgCharWidth": 555, + "unitsPerEm": 1000, + "azAvgWidth": 512.5769230769231 }, - "Noto Sans Soyombo": { + "Noto Sans KR": { "category": "sans-serif", - "ascent": 1239, - "descent": -357, + "ascent": 1160, + "descent": -288, "lineGap": 0, - "xAvgCharWidth": 553, - "unitsPerEm": 1000 + "xAvgCharWidth": 945, + "unitsPerEm": 1000, + "azAvgWidth": 530.2692307692307 }, - "Overlock": { - "category": "display", - "ascent": 966, - "descent": -254, + "Noto Sans Mongolian": { + "category": "sans-serif", + "ascent": 1457, + "descent": -293, "lineGap": 0, - "xAvgCharWidth": 402, - "unitsPerEm": 1000 + "xAvgCharWidth": 799, + "unitsPerEm": 1000, + "azAvgWidth": 600 }, - "Finlandica": { + "Noto Sans Marchen": { "category": "sans-serif", - "ascent": 950, - "descent": -250, + "ascent": 1107, + "descent": -534, "lineGap": 0, - "xAvgCharWidth": 526, - "unitsPerEm": 1000 + "xAvgCharWidth": 662, + "unitsPerEm": 1000, + "azAvgWidth": 600 }, - "Bilbo": { - "category": "handwriting", - "ascent": 850, - "descent": -400, + "Smythe": { + "category": "display", + "ascent": 1883, + "descent": -480, "lineGap": 0, - "xAvgCharWidth": 489, - "unitsPerEm": 1000 + "xAvgCharWidth": 625, + "unitsPerEm": 2048, + "azAvgWidth": 726.7307692307693 }, - "Didact Gothic": { + "Noto Sans Mahajani": { "category": "sans-serif", - "ascent": 1046, - "descent": -265, + "ascent": 757, + "descent": -243, "lineGap": 0, - "xAvgCharWidth": 534, - "unitsPerEm": 1000 + "xAvgCharWidth": 553, + "unitsPerEm": 1000, + "azAvgWidth": 600 }, - "Solway": { - "category": "serif", - "ascent": 950, - "descent": -250, + "Faster One": { + "category": "display", + "ascent": 898, + "descent": -165, "lineGap": 0, - "xAvgCharWidth": 580, - "unitsPerEm": 1000 + "xAvgCharWidth": 678, + "unitsPerEm": 1000, + "azAvgWidth": 700.1153846153846 }, - "Noto Sans Warang Citi": { - "category": "sans-serif", - "ascent": 1042, - "descent": -100, + "Voces": { + "category": "display", + "ascent": 1014, + "descent": -335, "lineGap": 0, - "xAvgCharWidth": 619, - "unitsPerEm": 1000 + "xAvgCharWidth": 515, + "unitsPerEm": 1000, + "azAvgWidth": 524.7692307692307 }, - "Boogaloo": { + "Ribeye": { "category": "display", - "ascent": 943, - "descent": -246, + "ascent": 2130, + "descent": -668, "lineGap": 0, - "xAvgCharWidth": 342, - "unitsPerEm": 1000 + "xAvgCharWidth": 1093, + "unitsPerEm": 2048, + "azAvgWidth": 1239.1153846153845 }, - "Sarala": { - "category": "sans-serif", - "ascent": 2398, - "descent": -941, + "Meddon": { + "category": "handwriting", + "ascent": 2860, + "descent": -1457, "lineGap": 0, - "xAvgCharWidth": 1137, - "unitsPerEm": 2048 + "xAvgCharWidth": 1218, + "unitsPerEm": 2048, + "azAvgWidth": 1402.1923076923076 }, - "Yantramanav": { - "category": "sans-serif", - "ascent": 1923, - "descent": -733, + "Racing Sans One": { + "category": "display", + "ascent": 976, + "descent": -284, "lineGap": 0, - "xAvgCharWidth": 1037, - "unitsPerEm": 2048 + "xAvgCharWidth": 461, + "unitsPerEm": 1000, + "azAvgWidth": 531.2307692307693 }, - "Poly": { + "Libre Bodoni": { "category": "serif", - "ascent": 964, - "descent": -224, + "ascent": 924, + "descent": -326, "lineGap": 0, - "xAvgCharWidth": 445, - "unitsPerEm": 1000 + "xAvgCharWidth": 571, + "unitsPerEm": 1000, + "azAvgWidth": 509.53846153846155 }, - "Noto Sans Egyptian Hieroglyphs": { + "Ubuntu": { "category": "sans-serif", - "ascent": 1324, - "descent": -326, - "lineGap": 0, - "xAvgCharWidth": 965, - "unitsPerEm": 1000 + "ascent": 932, + "descent": -189, + "lineGap": 28, + "xAvgCharWidth": 602, + "unitsPerEm": 1000, + "azAvgWidth": 512.6538461538462 }, - "Prociono": { - "category": "serif", - "ascent": 1008, - "descent": -212, + "Seymour One": { + "category": "sans-serif", + "ascent": 2015, + "descent": -559, "lineGap": 0, - "xAvgCharWidth": 540, - "unitsPerEm": 1000 + "xAvgCharWidth": 1458, + "unitsPerEm": 2048, + "azAvgWidth": 1711.8846153846155 }, - "Sofadi One": { - "category": "display", - "ascent": 856, - "descent": -310, + "Quando": { + "category": "serif", + "ascent": 2030, + "descent": -530, "lineGap": 0, - "xAvgCharWidth": 516, - "unitsPerEm": 1000 + "xAvgCharWidth": 1363, + "unitsPerEm": 2048, + "azAvgWidth": 1236.2307692307693 }, - "Alfa Slab One": { - "category": "display", - "ascent": 1036, - "descent": -333, + "Krub": { + "category": "sans-serif", + "ascent": 1007, + "descent": -293, "lineGap": 0, - "xAvgCharWidth": 636, - "unitsPerEm": 1000 + "xAvgCharWidth": 557, + "unitsPerEm": 1000, + "azAvgWidth": 525.3461538461538 }, - "Merriweather Sans": { - "category": "sans-serif", - "ascent": 1968, - "descent": -546, + "Waiting for the Sunrise": { + "category": "handwriting", + "ascent": 1146, + "descent": -547, "lineGap": 0, - "xAvgCharWidth": 1245, - "unitsPerEm": 2000 + "xAvgCharWidth": 400, + "unitsPerEm": 1024, + "azAvgWidth": 414.96153846153845 }, - "Oleo Script": { + "Happy Monkey": { "category": "display", - "ascent": 1004, - "descent": -379, + "ascent": 950, + "descent": -255, "lineGap": 0, - "xAvgCharWidth": 486, - "unitsPerEm": 1000 + "xAvgCharWidth": 568, + "unitsPerEm": 1000, + "azAvgWidth": 578.0384615384615 }, - "Tauri": { - "category": "sans-serif", - "ascent": 2040, - "descent": -520, + "Bellefair": { + "category": "serif", + "ascent": 869, + "descent": -277, "lineGap": 0, - "xAvgCharWidth": 1124, - "unitsPerEm": 2048 + "xAvgCharWidth": 489, + "unitsPerEm": 1000, + "azAvgWidth": 406.7692307692308 }, - "Flow Block": { - "category": "display", - "ascent": 1000, - "descent": -200, + "Noto Naskh Arabic": { + "category": "serif", + "ascent": 1069, + "descent": -634, "lineGap": 0, - "xAvgCharWidth": 495, - "unitsPerEm": 1000 + "xAvgCharWidth": 736, + "unitsPerEm": 1000, + "azAvgWidth": 646 }, - "Noto Sans Carian": { + "Asap Condensed": { "category": "sans-serif", - "ascent": 1069, - "descent": -293, + "ascent": 934, + "descent": -212, "lineGap": 0, - "xAvgCharWidth": 661, - "unitsPerEm": 1000 + "xAvgCharWidth": 455, + "unitsPerEm": 1000, + "azAvgWidth": 427.8076923076923 }, - "Pavanam": { + "Pathway Gothic One": { "category": "sans-serif", - "ascent": 952, - "descent": -339, + "ascent": 954, + "descent": -198, "lineGap": 0, - "xAvgCharWidth": 389, - "unitsPerEm": 1000 + "xAvgCharWidth": 351, + "unitsPerEm": 1000, + "azAvgWidth": 350.88461538461536 }, - "Slabo 27px": { - "category": "serif", - "ascent": 750, - "descent": -240, + "Beau Rivage": { + "category": "handwriting", + "ascent": 940, + "descent": -400, "lineGap": 0, - "xAvgCharWidth": 397, - "unitsPerEm": 810 + "xAvgCharWidth": 596, + "unitsPerEm": 1000, + "azAvgWidth": 282.61538461538464 }, - "Maiden Orange": { + "Libre Barcode 39 Text": { "category": "display", - "ascent": 1440, - "descent": -608, + "ascent": 600, + "descent": -400, "lineGap": 0, - "xAvgCharWidth": 663, - "unitsPerEm": 2048 + "xAvgCharWidth": 402, + "unitsPerEm": 1000, + "azAvgWidth": 480 }, - "Bai Jamjuree": { + "Martel Sans": { "category": "sans-serif", - "ascent": 1000, - "descent": -250, + "ascent": 1150, + "descent": -674, "lineGap": 0, - "xAvgCharWidth": 555, - "unitsPerEm": 1000 + "xAvgCharWidth": 590, + "unitsPerEm": 1000, + "azAvgWidth": 539.8461538461538 }, - "Grand Hotel": { + "Noto Serif": { + "category": "serif", + "ascent": 2189, + "descent": -600, + "lineGap": 0, + "xAvgCharWidth": 1244, + "unitsPerEm": 2048, + "azAvgWidth": 1124.3076923076924 + }, + "Passions Conflict": { "category": "handwriting", - "ascent": 1938, - "descent": -844, + "ascent": 750, + "descent": -350, "lineGap": 0, - "xAvgCharWidth": 611, - "unitsPerEm": 2048 + "xAvgCharWidth": 414, + "unitsPerEm": 1000, + "azAvgWidth": 241.96153846153845 }, - "Noto Sans Multani": { - "category": "sans-serif", - "ascent": 1069, - "descent": -293, + "Fira Code": { + "category": "monospace", + "ascent": 1980, + "descent": -644, "lineGap": 0, - "xAvgCharWidth": 614, - "unitsPerEm": 1000 + "xAvgCharWidth": 1209, + "unitsPerEm": 2000, + "azAvgWidth": 1200 }, - "Sofia": { - "category": "handwriting", - "ascent": 1138, - "descent": -438, + "Red Hat Mono": { + "category": "monospace", + "ascent": 1018, + "descent": -305, "lineGap": 0, - "xAvgCharWidth": 430, - "unitsPerEm": 1000 + "xAvgCharWidth": 600, + "unitsPerEm": 1000, + "azAvgWidth": 600 }, - "Gruppo": { + "Unkempt": { "category": "display", - "ascent": 1639, - "descent": -340, - "lineGap": 0, - "xAvgCharWidth": 1040, - "unitsPerEm": 2048 + "ascent": 977, + "descent": -246, + "lineGap": 28, + "xAvgCharWidth": 436, + "unitsPerEm": 1024, + "azAvgWidth": 495.9230769230769 }, - "Sora": { + "Fira Sans Extra Condensed": { "category": "sans-serif", - "ascent": 970, - "descent": -290, + "ascent": 935, + "descent": -265, "lineGap": 0, - "xAvgCharWidth": 590, - "unitsPerEm": 1000 - }, - "Bungee Hairline": { - "category": "display", - "ascent": 860, - "descent": -140, - "lineGap": 200, - "xAvgCharWidth": 783, - "unitsPerEm": 1000 + "xAvgCharWidth": 465, + "unitsPerEm": 1000, + "azAvgWidth": 422.1923076923077 }, - "Noto Sans Brahmi": { + "Noto Sans Egyptian Hieroglyphs": { "category": "sans-serif", - "ascent": 1069, - "descent": -306, + "ascent": 1324, + "descent": -326, "lineGap": 0, - "xAvgCharWidth": 752, - "unitsPerEm": 1000 + "xAvgCharWidth": 965, + "unitsPerEm": 1000, + "azAvgWidth": 600 }, - "Paytone One": { + "Alegreya Sans SC": { "category": "sans-serif", - "ascent": 1113, - "descent": -283, + "ascent": 900, + "descent": -300, "lineGap": 0, - "xAvgCharWidth": 602, - "unitsPerEm": 1000 + "xAvgCharWidth": 524, + "unitsPerEm": 1000, + "azAvgWidth": 495.34615384615387 }, - "Goblin One": { + "Lobster": { "category": "display", - "ascent": 1920, - "descent": -640, + "ascent": 1000, + "descent": -250, "lineGap": 0, - "xAvgCharWidth": 1653, - "unitsPerEm": 2048 + "xAvgCharWidth": 594, + "unitsPerEm": 1000, + "azAvgWidth": 443.2692307692308 }, - "Mukta Vaani": { - "category": "sans-serif", - "ascent": 1130, - "descent": -532, + "Mr Bedfort": { + "category": "handwriting", + "ascent": 1015, + "descent": -661, "lineGap": 0, - "xAvgCharWidth": 599, - "unitsPerEm": 1000 + "xAvgCharWidth": 374, + "unitsPerEm": 1000, + "azAvgWidth": 414.1923076923077 }, - "Michroma": { - "category": "sans-serif", - "ascent": 2368, - "descent": -544, + "Reggae One": { + "category": "display", + "ascent": 1160, + "descent": -288, "lineGap": 0, - "xAvgCharWidth": 1289, - "unitsPerEm": 2048 + "xAvgCharWidth": 969, + "unitsPerEm": 1000, + "azAvgWidth": 587.8461538461538 }, - "Atma": { + "Bentham": { + "category": "serif", + "ascent": 879, + "descent": -260, + "lineGap": 92, + "xAvgCharWidth": 423, + "unitsPerEm": 1024, + "azAvgWidth": 493.11538461538464 + }, + "Miltonian Tattoo": { "category": "display", - "ascent": 1101, - "descent": -518, + "ascent": 918, + "descent": -274, "lineGap": 0, - "xAvgCharWidth": 534, - "unitsPerEm": 1000 + "xAvgCharWidth": 566, + "unitsPerEm": 1000, + "azAvgWidth": 581.3461538461538 }, - "Mukta Mahee": { + "Heebo": { "category": "sans-serif", - "ascent": 1130, - "descent": -532, + "ascent": 2146, + "descent": -862, "lineGap": 0, - "xAvgCharWidth": 501, - "unitsPerEm": 1000 + "xAvgCharWidth": 1072, + "unitsPerEm": 2048, + "azAvgWidth": 1022.6923076923077 }, - "Noto Sans Math": { - "category": "sans-serif", - "ascent": 1069, - "descent": -423, + "Henny Penny": { + "category": "display", + "ascent": 2324, + "descent": -1305, "lineGap": 0, - "xAvgCharWidth": 647, - "unitsPerEm": 1000 + "xAvgCharWidth": 931, + "unitsPerEm": 2048, + "azAvgWidth": 1058.1153846153845 }, - "Yanone Kaffeesatz": { + "Puritan": { "category": "sans-serif", - "ascent": 735, - "descent": -200, - "lineGap": 57, - "xAvgCharWidth": 405, - "unitsPerEm": 1000 + "ascent": 881, + "descent": -256, + "lineGap": 0, + "xAvgCharWidth": 481, + "unitsPerEm": 1024, + "azAvgWidth": 478.6923076923077 }, - "Krub": { - "category": "sans-serif", - "ascent": 1007, - "descent": -293, + "Suez One": { + "category": "serif", + "ascent": 987, + "descent": -319, "lineGap": 0, - "xAvgCharWidth": 557, - "unitsPerEm": 1000 + "xAvgCharWidth": 575, + "unitsPerEm": 1000, + "azAvgWidth": 545.6923076923077 }, - "Mrs Saint Delafield": { - "category": "handwriting", - "ascent": 906, - "descent": -619, + "Quantico": { + "category": "sans-serif", + "ascent": 1063, + "descent": -367, "lineGap": 0, - "xAvgCharWidth": 255, - "unitsPerEm": 1000 + "xAvgCharWidth": 469, + "unitsPerEm": 1000, + "azAvgWidth": 522.9615384615385 }, - "Noto Sans Gothic": { + "Noto Sans Osmanya": { "category": "sans-serif", "ascent": 1069, "descent": -293, "lineGap": 0, - "xAvgCharWidth": 596, - "unitsPerEm": 1000 + "xAvgCharWidth": 575, + "unitsPerEm": 1000, + "azAvgWidth": 500 }, - "Kristi": { - "category": "handwriting", - "ascent": 1836, - "descent": -724, + "League Gothic": { + "category": "sans-serif", + "ascent": 1935, + "descent": -465, "lineGap": 0, - "xAvgCharWidth": 541, - "unitsPerEm": 2048 + "xAvgCharWidth": 668, + "unitsPerEm": 2000, + "azAvgWidth": 586.3461538461538 }, - "Big Shoulders Stencil Display": { - "category": "display", - "ascent": 1968, - "descent": -426, + "Viga": { + "category": "sans-serif", + "ascent": 1015, + "descent": -329, "lineGap": 0, - "xAvgCharWidth": 551, - "unitsPerEm": 2000 + "xAvgCharWidth": 449, + "unitsPerEm": 1000, + "azAvgWidth": 509.3076923076923 }, - "Snowburst One": { - "category": "display", - "ascent": 2134, - "descent": -454, + "Pavanam": { + "category": "sans-serif", + "ascent": 952, + "descent": -339, "lineGap": 0, - "xAvgCharWidth": 1335, - "unitsPerEm": 2048 + "xAvgCharWidth": 389, + "unitsPerEm": 1000, + "azAvgWidth": 441.88461538461536 }, - "Kantumruy Pro": { + "Rambla": { "category": "sans-serif", - "ascent": 920, - "descent": -260, + "ascent": 929, + "descent": -295, "lineGap": 0, - "xAvgCharWidth": 627, - "unitsPerEm": 1000 + "xAvgCharWidth": 476, + "unitsPerEm": 1000, + "azAvgWidth": 464.2692307692308 }, - "Libre Caslon Text": { - "category": "serif", - "ascent": 970, - "descent": -260, + "La Belle Aurore": { + "category": "handwriting", + "ascent": 1103, + "descent": -794, "lineGap": 0, - "xAvgCharWidth": 585, - "unitsPerEm": 1000 - }, - "Tiro Telugu": { - "category": "serif", - "ascent": 755, - "descent": -245, - "lineGap": 794, - "xAvgCharWidth": 763, - "unitsPerEm": 1000 + "xAvgCharWidth": 519, + "unitsPerEm": 1024, + "azAvgWidth": 438.5 }, - "Stalemate": { - "category": "handwriting", - "ascent": 1837, - "descent": -1165, + "Rum Raisin": { + "category": "sans-serif", + "ascent": 2013, + "descent": -629, "lineGap": 0, - "xAvgCharWidth": 422, - "unitsPerEm": 2048 + "xAvgCharWidth": 724, + "unitsPerEm": 2048, + "azAvgWidth": 808.4230769230769 }, - "Saira Stencil One": { + "Poiret One": { "category": "display", - "ascent": 1135, - "descent": -439, + "ascent": 962, + "descent": -208, "lineGap": 0, - "xAvgCharWidth": 564, - "unitsPerEm": 1000 + "xAvgCharWidth": 426, + "unitsPerEm": 1000, + "azAvgWidth": 459.2692307692308 }, - "Libre Baskerville": { + "Noto Serif Nyiakeng Puachue Hmong": { "category": "serif", - "ascent": 970, - "descent": -270, + "ascent": 1068, + "descent": -292, "lineGap": 0, - "xAvgCharWidth": 513, - "unitsPerEm": 1000 + "xAvgCharWidth": 585, + "unitsPerEm": 1000, + "azAvgWidth": 600 }, - "Smythe": { - "category": "display", - "ascent": 1883, - "descent": -480, + "Princess Sofia": { + "category": "handwriting", + "ascent": 1010, + "descent": -574, "lineGap": 0, - "xAvgCharWidth": 625, - "unitsPerEm": 2048 + "xAvgCharWidth": 352, + "unitsPerEm": 1024, + "azAvgWidth": 380.65384615384613 }, - "Mrs Sheppards": { + "Kings": { "category": "handwriting", - "ascent": 959, - "descent": -378, + "ascent": 950, + "descent": -450, "lineGap": 0, - "xAvgCharWidth": 344, - "unitsPerEm": 1000 + "xAvgCharWidth": 632, + "unitsPerEm": 1000, + "azAvgWidth": 396.3076923076923 }, - "Inria Sans": { - "category": "sans-serif", - "ascent": 976, - "descent": -223, + "Just Me Again Down Here": { + "category": "handwriting", + "ascent": 1069, + "descent": -429, "lineGap": 0, - "xAvgCharWidth": 548, - "unitsPerEm": 1000 + "xAvgCharWidth": 311, + "unitsPerEm": 1000, + "azAvgWidth": 300.46153846153845 }, - "Kufam": { + "Acme": { "category": "sans-serif", - "ascent": 900, - "descent": -400, + "ascent": 959, + "descent": -307, "lineGap": 0, - "xAvgCharWidth": 619, - "unitsPerEm": 1000 + "xAvgCharWidth": 389, + "unitsPerEm": 1000, + "azAvgWidth": 455.2307692307692 }, - "Biryani": { + "Noto Sans Sundanese": { "category": "sans-serif", - "ascent": 1109, - "descent": -656, + "ascent": 1069, + "descent": -368, "lineGap": 0, - "xAvgCharWidth": 560, - "unitsPerEm": 1000 + "xAvgCharWidth": 757, + "unitsPerEm": 1000, + "azAvgWidth": 600 }, - "Libre Caslon Display": { - "category": "serif", - "ascent": 970, - "descent": -266, + "Norican": { + "category": "handwriting", + "ascent": 2095, + "descent": -791, "lineGap": 0, - "xAvgCharWidth": 494, - "unitsPerEm": 1000 + "xAvgCharWidth": 704, + "unitsPerEm": 2048, + "azAvgWidth": 805.8076923076923 }, - "Yeon Sung": { - "category": "display", - "ascent": 800, - "descent": -200, - "lineGap": 250, - "xAvgCharWidth": 698, - "unitsPerEm": 1000 + "Duru Sans": { + "category": "sans-serif", + "ascent": 2020, + "descent": -540, + "lineGap": 0, + "xAvgCharWidth": 1226, + "unitsPerEm": 2048, + "azAvgWidth": 1176 }, - "Tiro Bangla": { + "Merriweather": { "category": "serif", - "ascent": 755, - "descent": -245, - "lineGap": 330, - "xAvgCharWidth": 600, - "unitsPerEm": 1000 + "ascent": 984, + "descent": -273, + "lineGap": 0, + "xAvgCharWidth": 657, + "unitsPerEm": 1000, + "azAvgWidth": 566.5 }, - "Bahiana": { + "Rammetto One": { "category": "display", - "ascent": 900, - "descent": -250, + "ascent": 2437, + "descent": -1022, "lineGap": 0, - "xAvgCharWidth": 316, - "unitsPerEm": 1000 + "xAvgCharWidth": 1282, + "unitsPerEm": 2048, + "azAvgWidth": 1500 }, - "Sura": { - "category": "serif", - "ascent": 2359, - "descent": -872, + "Atma": { + "category": "display", + "ascent": 1101, + "descent": -518, "lineGap": 0, - "xAvgCharWidth": 1083, - "unitsPerEm": 2048 + "xAvgCharWidth": 534, + "unitsPerEm": 1000, + "azAvgWidth": 428.61538461538464 }, - "Mr De Haviland": { + "Fahkwang": { + "category": "sans-serif", + "ascent": 1008, + "descent": -292, + "lineGap": 0, + "xAvgCharWidth": 628, + "unitsPerEm": 1000, + "azAvgWidth": 567.7692307692307 + }, + "Londrina Sketch": { + "category": "display", + "ascent": 945, + "descent": -238, + "lineGap": 0, + "xAvgCharWidth": 443, + "unitsPerEm": 1000, + "azAvgWidth": 431.88461538461536 + }, + "Reenie Beanie": { "category": "handwriting", - "ascent": 875, - "descent": -442, + "ascent": 750, + "descent": -250, "lineGap": 0, - "xAvgCharWidth": 239, - "unitsPerEm": 1000 + "xAvgCharWidth": 347, + "unitsPerEm": 1000, + "azAvgWidth": 337.9230769230769 }, - "Rosario": { + "Meie Script": { + "category": "handwriting", + "ascent": 1814, + "descent": -780, + "lineGap": 0, + "xAvgCharWidth": 1225, + "unitsPerEm": 2048, + "azAvgWidth": 880.6923076923077 + }, + "Love Light": { + "category": "handwriting", + "ascent": 900, + "descent": -500, + "lineGap": 0, + "xAvgCharWidth": 504, + "unitsPerEm": 1000, + "azAvgWidth": 291.1923076923077 + }, + "Noto Sans Georgian": { "category": "sans-serif", - "ascent": 977, - "descent": -235, + "ascent": 1068, + "descent": -292, "lineGap": 0, - "xAvgCharWidth": 517, - "unitsPerEm": 1000 + "xAvgCharWidth": 600, + "unitsPerEm": 1000, + "azAvgWidth": 530.0769230769231 }, - "Bigshot One": { - "category": "display", - "ascent": 869, - "descent": -179, + "Hachi Maru Pop": { + "category": "handwriting", + "ascent": 1160, + "descent": -288, "lineGap": 0, - "xAvgCharWidth": 519, - "unitsPerEm": 1000 + "xAvgCharWidth": 990, + "unitsPerEm": 1000, + "azAvgWidth": 677.1538461538462 }, - "Nova Flat": { + "Open Sans": { + "category": "sans-serif", + "ascent": 2189, + "descent": -600, + "lineGap": 0, + "xAvgCharWidth": 1169, + "unitsPerEm": 2048, + "azAvgWidth": 1069.8461538461538 + }, + "Nova Slim": { "category": "display", "ascent": 1966, "descent": -506, "lineGap": 0, - "xAvgCharWidth": 1169, - "unitsPerEm": 2048 + "xAvgCharWidth": 1168, + "unitsPerEm": 2048, + "azAvgWidth": 1074.576923076923 }, - "Timmana": { - "category": "sans-serif", - "ascent": 668, - "descent": -554, + "Vollkorn": { + "category": "serif", + "ascent": 952, + "descent": -441, "lineGap": 0, - "xAvgCharWidth": 392, - "unitsPerEm": 750 + "xAvgCharWidth": 593, + "unitsPerEm": 1000, + "azAvgWidth": 506.4230769230769 }, - "Passion One": { + "Farsan": { "category": "display", - "ascent": 835, - "descent": -266, - "lineGap": 0, - "xAvgCharWidth": 369, - "unitsPerEm": 1000 + "ascent": 711, + "descent": -289, + "lineGap": 200, + "xAvgCharWidth": 454, + "unitsPerEm": 1000, + "azAvgWidth": 344.4230769230769 }, - "Sedgwick Ave Display": { + "Charmonman": { "category": "handwriting", - "ascent": 937, - "descent": -312, + "ascent": 1200, + "descent": -700, "lineGap": 0, "xAvgCharWidth": 548, - "unitsPerEm": 1000 + "unitsPerEm": 1000, + "azAvgWidth": 440.8076923076923 }, - "Orbitron": { + "Carme": { "category": "sans-serif", - "ascent": 1011, - "descent": -243, + "ascent": 1946, + "descent": -513, "lineGap": 0, - "xAvgCharWidth": 672, - "unitsPerEm": 1000 + "xAvgCharWidth": 942, + "unitsPerEm": 2048, + "azAvgWidth": 1070.6538461538462 }, - "Ingrid Darling": { - "category": "handwriting", - "ascent": 860, - "descent": -380, + "Inria Serif": { + "category": "serif", + "ascent": 976, + "descent": -223, "lineGap": 0, - "xAvgCharWidth": 437, - "unitsPerEm": 1000 + "xAvgCharWidth": 571, + "unitsPerEm": 1000, + "azAvgWidth": 524.0769230769231 }, - "Bungee Outline": { - "category": "display", - "ascent": 860, - "descent": -140, - "lineGap": 200, - "xAvgCharWidth": 783, - "unitsPerEm": 1000 + "Shadows Into Light Two": { + "category": "handwriting", + "ascent": 1145, + "descent": -341, + "lineGap": 0, + "xAvgCharWidth": 467, + "unitsPerEm": 1024, + "azAvgWidth": 404.8076923076923 }, - "Ceviche One": { - "category": "display", - "ascent": 806, - "descent": -237, + "Fira Mono": { + "category": "monospace", + "ascent": 935, + "descent": -265, "lineGap": 0, - "xAvgCharWidth": 355, - "unitsPerEm": 1000 + "xAvgCharWidth": 600, + "unitsPerEm": 1000, + "azAvgWidth": 600 }, - "Noto Sans Caucasian Albanian": { + "Denk One": { "category": "sans-serif", - "ascent": 976, - "descent": -274, + "ascent": 2118, + "descent": -442, "lineGap": 0, - "xAvgCharWidth": 561, - "unitsPerEm": 1000 + "xAvgCharWidth": 1018, + "unitsPerEm": 2048, + "azAvgWidth": 993.3846153846154 }, - "Noto Serif Display": { - "category": "serif", - "ascent": 1069, - "descent": -293, + "New Rocker": { + "category": "display", + "ascent": 946, + "descent": -283, "lineGap": 0, - "xAvgCharWidth": 594, - "unitsPerEm": 1000 + "xAvgCharWidth": 420, + "unitsPerEm": 1000, + "azAvgWidth": 480.2692307692308 }, - "Inter": { + "Georama": { "category": "sans-serif", - "ascent": 2728, - "descent": -680, + "ascent": 968, + "descent": -226, "lineGap": 0, - "xAvgCharWidth": 1838, - "unitsPerEm": 2816 + "xAvgCharWidth": 254, + "unitsPerEm": 1000, + "azAvgWidth": 488.61538461538464 }, - "Noto Sans Old Turkic": { - "category": "sans-serif", - "ascent": 1069, - "descent": -293, + "Inspiration": { + "category": "handwriting", + "ascent": 870, + "descent": -400, "lineGap": 0, - "xAvgCharWidth": 602, - "unitsPerEm": 1000 + "xAvgCharWidth": 431, + "unitsPerEm": 1000, + "azAvgWidth": 248.53846153846155 }, - "Life Savers": { + "Luxurious Roman": { "category": "display", - "ascent": 972, + "ascent": 950, "descent": -250, "lineGap": 0, - "xAvgCharWidth": 419, - "unitsPerEm": 1000 + "xAvgCharWidth": 567, + "unitsPerEm": 1000, + "azAvgWidth": 525.5384615384615 }, - "Montagu Slab": { + "Noto Serif Tamil": { "category": "serif", - "ascent": 982, - "descent": -300, + "ascent": 1069, + "descent": -492, "lineGap": 0, - "xAvgCharWidth": 646, - "unitsPerEm": 1000 + "xAvgCharWidth": 742, + "unitsPerEm": 1000, + "azAvgWidth": 549 }, - "Reenie Beanie": { - "category": "handwriting", - "ascent": 750, - "descent": -250, + "Faustina": { + "category": "serif", + "ascent": 1043, + "descent": -217, "lineGap": 0, - "xAvgCharWidth": 347, - "unitsPerEm": 1000 + "xAvgCharWidth": 516, + "unitsPerEm": 1000, + "azAvgWidth": 472.7692307692308 }, - "Beth Ellen": { - "category": "handwriting", - "ascent": 3250, - "descent": -1190, + "IM Fell DW Pica SC": { + "category": "serif", + "ascent": 1868, + "descent": -692, "lineGap": 0, - "xAvgCharWidth": 1424, - "unitsPerEm": 2000 - }, - "Vibur": { - "category": "handwriting", - "ascent": 1960, - "descent": -792, - "lineGap": 184, - "xAvgCharWidth": 718, - "unitsPerEm": 2048 + "xAvgCharWidth": 861, + "unitsPerEm": 2048, + "azAvgWidth": 956.6923076923077 }, - "Text Me One": { + "Gantari": { "category": "sans-serif", - "ascent": 952, - "descent": -269, + "ascent": 950, + "descent": -250, "lineGap": 0, - "xAvgCharWidth": 485, - "unitsPerEm": 1000 - }, - "Crushed": { - "category": "display", - "ascent": 1820, - "descent": -483, - "lineGap": 51, - "xAvgCharWidth": 768, - "unitsPerEm": 2048 + "xAvgCharWidth": 563, + "unitsPerEm": 1000, + "azAvgWidth": 519.3461538461538 }, - "Mouse Memoirs": { + "Quicksand": { "category": "sans-serif", - "ascent": 1917, - "descent": -428, + "ascent": 1000, + "descent": -250, "lineGap": 0, - "xAvgCharWidth": 597, - "unitsPerEm": 2048 - }, - "Aleo": { - "category": "serif", - "ascent": 805, - "descent": -195, - "lineGap": 200, - "xAvgCharWidth": 535, - "unitsPerEm": 1000 + "xAvgCharWidth": 541, + "unitsPerEm": 1000, + "azAvgWidth": 522.3846153846154 }, - "Noto Sans Tagbanwa": { + "Anek Odia": { "category": "sans-serif", - "ascent": 1069, - "descent": -293, + "ascent": 1960, + "descent": -1400, "lineGap": 0, - "xAvgCharWidth": 711, - "unitsPerEm": 1000 - }, - "Noto Sans Anatolian Hieroglyphs": { - "category": "sans-serif", - "ascent": 1153, - "descent": -253, - "lineGap": 0, - "xAvgCharWidth": 802, - "unitsPerEm": 1000 - }, - "Sniglet": { - "category": "display", - "ascent": 956, - "descent": -289, - "lineGap": 0, - "xAvgCharWidth": 440, - "unitsPerEm": 1000 + "xAvgCharWidth": 1221, + "unitsPerEm": 2000, + "azAvgWidth": 957 }, - "Roboto Mono": { - "category": "monospace", - "ascent": 2146, - "descent": -555, + "Miss Fajardose": { + "category": "handwriting", + "ascent": 859, + "descent": -389, "lineGap": 0, - "xAvgCharWidth": 1229, - "unitsPerEm": 2048 + "xAvgCharWidth": 187, + "unitsPerEm": 1000, + "azAvgWidth": 211.30769230769232 }, - "Noto Sans Buhid": { + "Alumni Sans Pinstripe": { "category": "sans-serif", - "ascent": 1069, - "descent": -293, + "ascent": 900, + "descent": -300, "lineGap": 0, - "xAvgCharWidth": 566, - "unitsPerEm": 1000 + "xAvgCharWidth": 370, + "unitsPerEm": 1000, + "azAvgWidth": 321.61538461538464 }, - "Gayathri": { + "Paytone One": { "category": "sans-serif", - "ascent": 1500, - "descent": -1000, + "ascent": 1113, + "descent": -283, "lineGap": 0, - "xAvgCharWidth": 1799, - "unitsPerEm": 2048 + "xAvgCharWidth": 602, + "unitsPerEm": 1000, + "azAvgWidth": 594.3461538461538 }, - "Archivo": { + "Wire One": { "category": "sans-serif", - "ascent": 878, + "ascent": 890, "descent": -210, "lineGap": 0, - "xAvgCharWidth": 575, - "unitsPerEm": 1000 + "xAvgCharWidth": 267, + "unitsPerEm": 1000, + "azAvgWidth": 255.19230769230768 }, - "Ovo": { + "Rhodium Libre": { "category": "serif", - "ascent": 1770, - "descent": -534, - "lineGap": 0, - "xAvgCharWidth": 1057, - "unitsPerEm": 2048 - }, - "Syne Mono": { - "category": "monospace", - "ascent": 925, - "descent": -275, + "ascent": 1100, + "descent": -610, "lineGap": 0, - "xAvgCharWidth": 553, - "unitsPerEm": 1000 + "xAvgCharWidth": 607, + "unitsPerEm": 1000, + "azAvgWidth": 572.9615384615385 }, - "Water Brush": { - "category": "handwriting", - "ascent": 1000, - "descent": -450, + "Salsa": { + "category": "display", + "ascent": 974, + "descent": -252, "lineGap": 0, - "xAvgCharWidth": 550, - "unitsPerEm": 1000 + "xAvgCharWidth": 456, + "unitsPerEm": 1000, + "azAvgWidth": 511 }, - "Offside": { + "Peralta": { "category": "display", - "ascent": 996, - "descent": -265, + "ascent": 2004, + "descent": -647, "lineGap": 0, - "xAvgCharWidth": 578, - "unitsPerEm": 1000 + "xAvgCharWidth": 1167, + "unitsPerEm": 2048, + "azAvgWidth": 1314.9615384615386 }, - "Thasadith": { + "Red Hat Display": { "category": "sans-serif", - "ascent": 1005, - "descent": -295, + "ascent": 1018, + "descent": -305, "lineGap": 0, - "xAvgCharWidth": 493, - "unitsPerEm": 1000 + "xAvgCharWidth": 526, + "unitsPerEm": 1000, + "azAvgWidth": 497.7692307692308 }, - "League Gothic": { + "Black Han Sans": { "category": "sans-serif", - "ascent": 1935, - "descent": -465, + "ascent": 790, + "descent": -210, + "lineGap": 250, + "xAvgCharWidth": 827, + "unitsPerEm": 1000, + "azAvgWidth": 633.8461538461538 + }, + "Gayathri": { + "category": "sans-serif", + "ascent": 1500, + "descent": -1000, "lineGap": 0, - "xAvgCharWidth": 668, - "unitsPerEm": 2000 + "xAvgCharWidth": 1799, + "unitsPerEm": 2048, + "azAvgWidth": 1021.7307692307693 }, - "Glegoo": { + "Noto Serif Georgian": { "category": "serif", - "ascent": 1267, - "descent": -526, + "ascent": 1068, + "descent": -292, "lineGap": 0, - "xAvgCharWidth": 510, - "unitsPerEm": 1000 + "xAvgCharWidth": 610, + "unitsPerEm": 1000, + "azAvgWidth": 549 }, - "BioRhyme": { + "Noto Serif TC": { "category": "serif", - "ascent": 1127, - "descent": -422, + "ascent": 1151, + "descent": -286, "lineGap": 0, - "xAvgCharWidth": 661, - "unitsPerEm": 1000 + "xAvgCharWidth": 982, + "unitsPerEm": 1000, + "azAvgWidth": 553.0384615384615 }, - "Kaisei Tokumin": { + "Besley": { "category": "serif", - "ascent": 1160, - "descent": -288, + "ascent": 2500, + "descent": -850, "lineGap": 0, - "xAvgCharWidth": 969, - "unitsPerEm": 1000 + "xAvgCharWidth": 1254, + "unitsPerEm": 2000, + "azAvgWidth": 1132.6538461538462 }, - "Schoolbell": { + "Corinthia": { "category": "handwriting", - "ascent": 1019, - "descent": -383, - "lineGap": 24, - "xAvgCharWidth": 419, - "unitsPerEm": 1024 + "ascent": 760, + "descent": -440, + "lineGap": 0, + "xAvgCharWidth": 437, + "unitsPerEm": 1000, + "azAvgWidth": 271.11538461538464 }, - "Ms Madi": { + "Noto Sans Thai": { + "category": "sans-serif", + "ascent": 1061, + "descent": -450, + "lineGap": 0, + "xAvgCharWidth": 558, + "unitsPerEm": 1000, + "azAvgWidth": 530.0769230769231 + }, + "Zeyada": { "category": "handwriting", - "ascent": 900, - "descent": -420, + "ascent": 934, + "descent": -680, "lineGap": 0, - "xAvgCharWidth": 543, - "unitsPerEm": 1000 + "xAvgCharWidth": 415, + "unitsPerEm": 1024, + "azAvgWidth": 353.5 }, - "Emblema One": { + "Miltonian": { "category": "display", - "ascent": 1898, - "descent": -546, + "ascent": 918, + "descent": -274, "lineGap": 0, - "xAvgCharWidth": 1236, - "unitsPerEm": 2048 + "xAvgCharWidth": 564, + "unitsPerEm": 1000, + "azAvgWidth": 581.3461538461538 }, - "Athiti": { - "category": "sans-serif", - "ascent": 1150, - "descent": -450, + "Fenix": { + "category": "serif", + "ascent": 879, + "descent": -238, "lineGap": 0, - "xAvgCharWidth": 512, - "unitsPerEm": 1000 + "xAvgCharWidth": 408, + "unitsPerEm": 1000, + "azAvgWidth": 468.5769230769231 }, - "Lexend": { + "Noto Sans Mandaic": { "category": "sans-serif", - "ascent": 1000, - "descent": -250, + "ascent": 724, + "descent": -423, "lineGap": 0, - "xAvgCharWidth": 588, - "unitsPerEm": 1000 + "xAvgCharWidth": 663, + "unitsPerEm": 1000, + "azAvgWidth": 600 }, - "Sorts Mill Goudy": { - "category": "serif", - "ascent": 960, - "descent": -478, + "Rubik Wet Paint": { + "category": "display", + "ascent": 935, + "descent": -250, "lineGap": 0, - "xAvgCharWidth": 536, - "unitsPerEm": 1000 + "xAvgCharWidth": 635, + "unitsPerEm": 1000, + "azAvgWidth": 611.9615384615385 }, - "Patrick Hand SC": { - "category": "handwriting", - "ascent": 1042, - "descent": -312, + "Nokora": { + "category": "sans-serif", + "ascent": 1907, + "descent": -800, "lineGap": 0, - "xAvgCharWidth": 437, - "unitsPerEm": 1000 + "xAvgCharWidth": 1179, + "unitsPerEm": 2048, + "azAvgWidth": 1085.076923076923 }, - "Charis SIL": { + "Slabo 13px": { "category": "serif", - "ascent": 2450, - "descent": -900, + "ascent": 720, + "descent": -240, "lineGap": 0, - "xAvgCharWidth": 1118, - "unitsPerEm": 2048 + "xAvgCharWidth": 448, + "unitsPerEm": 780, + "azAvgWidth": 426.9230769230769 }, - "Paprika": { - "category": "display", - "ascent": 1145, - "descent": -274, + "Benne": { + "category": "serif", + "ascent": 630, + "descent": -370, "lineGap": 0, - "xAvgCharWidth": 576, - "unitsPerEm": 1000 + "xAvgCharWidth": 707, + "unitsPerEm": 1000, + "azAvgWidth": 435.1923076923077 }, - "Ramabhadra": { + "Istok Web": { "category": "sans-serif", - "ascent": 1101, - "descent": -474, + "ascent": 2061, + "descent": -887, "lineGap": 0, - "xAvgCharWidth": 487, - "unitsPerEm": 830 + "xAvgCharWidth": 1107, + "unitsPerEm": 2048, + "azAvgWidth": 992.1538461538462 }, - "Glory": { - "category": "sans-serif", - "ascent": 900, - "descent": -220, + "Trade Winds": { + "category": "display", + "ascent": 1019, + "descent": -469, "lineGap": 0, - "xAvgCharWidth": 468, - "unitsPerEm": 1000 + "xAvgCharWidth": 520, + "unitsPerEm": 1024, + "azAvgWidth": 573.7307692307693 }, - "Changa One": { + "Macondo": { "category": "display", - "ascent": 882, - "descent": -180, + "ascent": 888, + "descent": -292, "lineGap": 0, - "xAvgCharWidth": 452, - "unitsPerEm": 1000 + "xAvgCharWidth": 414, + "unitsPerEm": 1000, + "azAvgWidth": 462.65384615384613 }, - "Rochester": { - "category": "handwriting", - "ascent": 2109, - "descent": -528, + "Miniver": { + "category": "display", + "ascent": 1019, + "descent": -474, "lineGap": 0, - "xAvgCharWidth": 918, - "unitsPerEm": 2048 + "xAvgCharWidth": 437, + "unitsPerEm": 1024, + "azAvgWidth": 477.03846153846155 }, - "Noto Serif JP": { - "category": "serif", - "ascent": 1151, - "descent": -286, + "Orienta": { + "category": "sans-serif", + "ascent": 960, + "descent": -235, "lineGap": 0, - "xAvgCharWidth": 983, - "unitsPerEm": 1000 + "xAvgCharWidth": 529, + "unitsPerEm": 1000, + "azAvgWidth": 539.6153846153846 }, - "Revalia": { - "category": "display", - "ascent": 2146, - "descent": 382, - "lineGap": 0, - "xAvgCharWidth": 1538, - "unitsPerEm": 2048 + "Permanent Marker": { + "category": "handwriting", + "ascent": 1136, + "descent": -325, + "lineGap": 31, + "xAvgCharWidth": 517, + "unitsPerEm": 1024, + "azAvgWidth": 567.1923076923077 }, - "Kadwa": { - "category": "serif", - "ascent": 2691, - "descent": -1421, + "Atomic Age": { + "category": "display", + "ascent": 2091, + "descent": -656, "lineGap": 0, - "xAvgCharWidth": 1234, - "unitsPerEm": 2048 + "xAvgCharWidth": 1271, + "unitsPerEm": 2048, + "azAvgWidth": 1178.3461538461538 }, - "Just Me Again Down Here": { + "Grape Nuts": { "category": "handwriting", - "ascent": 1069, - "descent": -429, - "lineGap": 0, - "xAvgCharWidth": 311, - "unitsPerEm": 1000 - }, - "Cambay": { - "category": "sans-serif", - "ascent": 800, - "descent": -503, + "ascent": 900, + "descent": -325, "lineGap": 0, - "xAvgCharWidth": 445, - "unitsPerEm": 800 + "xAvgCharWidth": 492, + "unitsPerEm": 1000, + "azAvgWidth": 405.6923076923077 }, - "Vampiro One": { + "Libre Barcode 128 Text": { "category": "display", - "ascent": 956, - "descent": -294, + "ascent": 600, + "descent": -400, "lineGap": 0, - "xAvgCharWidth": 591, - "unitsPerEm": 1000 + "xAvgCharWidth": 298, + "unitsPerEm": 1000, + "azAvgWidth": 330 }, "IM Fell French Canon SC": { "category": "serif", @@ -3445,1311 +3713,1457 @@ "descent": -530, "lineGap": 0, "xAvgCharWidth": 929, - "unitsPerEm": 2048 - }, - "Kreon": { - "category": "serif", - "ascent": 974, - "descent": -286, - "lineGap": 0, - "xAvgCharWidth": 460, - "unitsPerEm": 1000 + "unitsPerEm": 2048, + "azAvgWidth": 1050.4615384615386 }, - "Great Vibes": { + "Tapestry": { "category": "handwriting", - "ascent": 851, - "descent": -401, + "ascent": 950, + "descent": -300, "lineGap": 0, - "xAvgCharWidth": 551, - "unitsPerEm": 1000 + "xAvgCharWidth": 564, + "unitsPerEm": 1000, + "azAvgWidth": 490.0769230769231 }, - "Crimson Pro": { + "Solway": { "category": "serif", - "ascent": 918, - "descent": -220, + "ascent": 950, + "descent": -250, "lineGap": 0, - "xAvgCharWidth": 527, - "unitsPerEm": 1024 + "xAvgCharWidth": 580, + "unitsPerEm": 1000, + "azAvgWidth": 550.5 }, - "Baumans": { - "category": "display", - "ascent": 942, - "descent": -240, + "El Messiri": { + "category": "sans-serif", + "ascent": 1019, + "descent": -544, "lineGap": 0, - "xAvgCharWidth": 500, - "unitsPerEm": 1000 + "xAvgCharWidth": 569, + "unitsPerEm": 1000, + "azAvgWidth": 477.96153846153845 }, - "Lato": { - "category": "sans-serif", - "ascent": 1974, - "descent": -426, + "Lateef": { + "category": "handwriting", + "ascent": 1937, + "descent": -1024, "lineGap": 0, - "xAvgCharWidth": 1042, - "unitsPerEm": 2000 + "xAvgCharWidth": 633, + "unitsPerEm": 2048, + "azAvgWidth": 710 }, - "Inder": { + "Harmattan": { "category": "sans-serif", - "ascent": 2040, - "descent": -520, + "ascent": 2166, + "descent": -1323, "lineGap": 0, - "xAvgCharWidth": 1142, - "unitsPerEm": 2048 + "xAvgCharWidth": 1003, + "unitsPerEm": 2048, + "azAvgWidth": 788.5384615384615 }, - "Assistant": { + "Alegreya Sans": { "category": "sans-serif", - "ascent": 1021, - "descent": -287, + "ascent": 900, + "descent": -300, "lineGap": 0, - "xAvgCharWidth": 458, - "unitsPerEm": 1000 + "xAvgCharWidth": 517, + "unitsPerEm": 1000, + "azAvgWidth": 445.34615384615387 }, - "Charm": { - "category": "handwriting", - "ascent": 1115, - "descent": -434, + "Marcellus": { + "category": "serif", + "ascent": 1995, + "descent": -573, "lineGap": 0, - "xAvgCharWidth": 503, - "unitsPerEm": 1000 - }, - "Rancho": { - "category": "handwriting", - "ascent": 919, - "descent": -329, - "lineGap": 24, - "xAvgCharWidth": 306, - "unitsPerEm": 1024 + "xAvgCharWidth": 931, + "unitsPerEm": 2048, + "azAvgWidth": 1029.0384615384614 }, - "Modern Antiqua": { - "category": "display", - "ascent": 1815, - "descent": -508, + "Nobile": { + "category": "sans-serif", + "ascent": 1731, + "descent": -578, "lineGap": 0, - "xAvgCharWidth": 1192, - "unitsPerEm": 2048 + "xAvgCharWidth": 982, + "unitsPerEm": 2048, + "azAvgWidth": 1116.7307692307693 }, - "Noto Sans Vai": { + "Noto Sans Newa": { "category": "sans-serif", - "ascent": 1069, - "descent": -293, + "ascent": 1036, + "descent": -396, "lineGap": 0, - "xAvgCharWidth": 756, - "unitsPerEm": 1000 - }, - "Averia Serif Libre": { - "category": "display", - "ascent": 1828, - "descent": -465, - "lineGap": 184, - "xAvgCharWidth": 939, - "unitsPerEm": 2048 + "xAvgCharWidth": 552, + "unitsPerEm": 1000, + "azAvgWidth": 600 }, - "Metal": { + "Ruslan Display": { "category": "display", - "ascent": 2600, - "descent": -1600, + "ascent": 688, + "descent": -397, "lineGap": 0, - "xAvgCharWidth": 1388, - "unitsPerEm": 2048 + "xAvgCharWidth": 622, + "unitsPerEm": 1000, + "azAvgWidth": 691.0769230769231 }, - "Noto Sans Oriya": { + "BIZ UDPGothic": { "category": "sans-serif", - "ascent": 1069, - "descent": -293, - "lineGap": 0, - "xAvgCharWidth": 675, - "unitsPerEm": 1000 - }, - "Itim": { - "category": "handwriting", - "ascent": 950, - "descent": -250, - "lineGap": 0, - "xAvgCharWidth": 548, - "unitsPerEm": 1000 - }, - "Lilita One": { - "category": "display", - "ascent": 923, - "descent": -220, + "ascent": 1802, + "descent": -246, "lineGap": 0, - "xAvgCharWidth": 423, - "unitsPerEm": 1000 + "xAvgCharWidth": 1801, + "unitsPerEm": 2048, + "azAvgWidth": 1270.576923076923 }, - "Griffy": { + "Autour One": { "category": "display", - "ascent": 984, - "descent": -399, + "ascent": 2010, + "descent": -550, "lineGap": 0, - "xAvgCharWidth": 428, - "unitsPerEm": 1024 + "xAvgCharWidth": 1379, + "unitsPerEm": 2048, + "azAvgWidth": 1384.4615384615386 }, - "Shadows Into Light Two": { - "category": "handwriting", - "ascent": 1145, - "descent": -341, + "Antonio": { + "category": "sans-serif", + "ascent": 2365, + "descent": -285, "lineGap": 0, - "xAvgCharWidth": 467, - "unitsPerEm": 1024 + "xAvgCharWidth": 887, + "unitsPerEm": 2048, + "azAvgWidth": 840.5384615384615 }, - "Noto Naskh Arabic": { - "category": "serif", - "ascent": 1069, - "descent": -634, + "Rubik Burned": { + "category": "display", + "ascent": 935, + "descent": -250, "lineGap": 0, - "xAvgCharWidth": 736, - "unitsPerEm": 1000 + "xAvgCharWidth": 635, + "unitsPerEm": 1000, + "azAvgWidth": 611.9615384615385 }, - "Atkinson Hyperlegible": { + "Lexend Zetta": { "category": "sans-serif", - "ascent": 950, - "descent": -290, + "ascent": 1000, + "descent": -250, "lineGap": 0, - "xAvgCharWidth": 534, - "unitsPerEm": 1000 + "xAvgCharWidth": 588, + "unitsPerEm": 1000, + "azAvgWidth": 899.3461538461538 }, - "Oxygen": { + "Genos": { "category": "sans-serif", - "ascent": 2103, - "descent": -483, + "ascent": 900, + "descent": -300, "lineGap": 0, - "xAvgCharWidth": 919, - "unitsPerEm": 2048 + "xAvgCharWidth": 441, + "unitsPerEm": 1000, + "azAvgWidth": 430.8076923076923 }, - "Fira Code": { - "category": "monospace", - "ascent": 1980, - "descent": -644, + "Audiowide": { + "category": "display", + "ascent": 2027, + "descent": -584, "lineGap": 0, - "xAvgCharWidth": 1209, - "unitsPerEm": 2000 + "xAvgCharWidth": 1154, + "unitsPerEm": 2048, + "azAvgWidth": 1290.8846153846155 }, - "Noto Sans Adlam": { + "Tomorrow": { "category": "sans-serif", - "ascent": 1069, - "descent": -293, + "ascent": 1000, + "descent": -200, "lineGap": 0, - "xAvgCharWidth": 645, - "unitsPerEm": 1000 + "xAvgCharWidth": 592, + "unitsPerEm": 1000, + "azAvgWidth": 549.0384615384615 }, - "Squada One": { - "category": "display", - "ascent": 861, - "descent": -196, + "Saira Semi Condensed": { + "category": "sans-serif", + "ascent": 1135, + "descent": -439, "lineGap": 0, - "xAvgCharWidth": 370, - "unitsPerEm": 1000 + "xAvgCharWidth": 505, + "unitsPerEm": 1000, + "azAvgWidth": 465.84615384615387 }, - "Libre Bodoni": { - "category": "serif", - "ascent": 924, - "descent": -326, + "Inconsolata": { + "category": "monospace", + "ascent": 859, + "descent": -190, "lineGap": 0, - "xAvgCharWidth": 571, - "unitsPerEm": 1000 - }, - "Crafty Girls": { - "category": "handwriting", - "ascent": 1001, - "descent": -461, - "lineGap": 21, - "xAvgCharWidth": 565, - "unitsPerEm": 1024 + "xAvgCharWidth": 505, + "unitsPerEm": 1000, + "azAvgWidth": 500 }, - "Croissant One": { + "Slackey": { "category": "display", - "ascent": 1071, - "descent": -344, - "lineGap": 0, - "xAvgCharWidth": 612, - "unitsPerEm": 1000 + "ascent": 1078, + "descent": -351, + "lineGap": 28, + "xAvgCharWidth": 634, + "unitsPerEm": 1024, + "azAvgWidth": 690.2692307692307 }, - "Hammersmith One": { + "Noto Sans Linear B": { "category": "sans-serif", - "ascent": 1844, - "descent": -716, + "ascent": 1069, + "descent": -293, "lineGap": 0, - "xAvgCharWidth": 1158, - "unitsPerEm": 2048 + "xAvgCharWidth": 841, + "unitsPerEm": 1000, + "azAvgWidth": 600 }, - "Yatra One": { + "Londrina Shadow": { "category": "display", - "ascent": 991, - "descent": -487, + "ascent": 945, + "descent": -238, "lineGap": 0, - "xAvgCharWidth": 592, - "unitsPerEm": 1000 + "xAvgCharWidth": 443, + "unitsPerEm": 1000, + "azAvgWidth": 431.88461538461536 }, - "Share": { - "category": "display", - "ascent": 885, - "descent": -242, + "Noto Sans Limbu": { + "category": "sans-serif", + "ascent": 1069, + "descent": -293, "lineGap": 0, - "xAvgCharWidth": 405, - "unitsPerEm": 1000 + "xAvgCharWidth": 544, + "unitsPerEm": 1000, + "azAvgWidth": 600 }, - "Nova Mono": { - "category": "monospace", - "ascent": 2215, - "descent": -639, + "Anek Kannada": { + "category": "sans-serif", + "ascent": 2030, + "descent": -1310, "lineGap": 0, - "xAvgCharWidth": 1150, - "unitsPerEm": 2048 + "xAvgCharWidth": 1503, + "unitsPerEm": 2000, + "azAvgWidth": 957.1153846153846 }, - "Wellfleet": { - "category": "display", - "ascent": 2020, - "descent": -540, + "Noto Sans Pahawh Hmong": { + "category": "sans-serif", + "ascent": 1069, + "descent": -293, "lineGap": 0, - "xAvgCharWidth": 1198, - "unitsPerEm": 2048 + "xAvgCharWidth": 686, + "unitsPerEm": 1000, + "azAvgWidth": 600 }, - "Noto Sans Linear B": { + "Fondamento": { + "category": "handwriting", + "ascent": 2060, + "descent": -774, + "lineGap": 0, + "xAvgCharWidth": 1141, + "unitsPerEm": 2048, + "azAvgWidth": 1001.7307692307693 + }, + "Noto Sans Linear A": { "category": "sans-serif", "ascent": 1069, "descent": -293, "lineGap": 0, - "xAvgCharWidth": 841, - "unitsPerEm": 1000 + "xAvgCharWidth": 741, + "unitsPerEm": 1000, + "azAvgWidth": 661 }, - "Baloo Thambi 2": { + "Tiro Devanagari Hindi": { + "category": "serif", + "ascent": 755, + "descent": -245, + "lineGap": 330, + "xAvgCharWidth": 661, + "unitsPerEm": 1000, + "azAvgWidth": 512.3846153846154 + }, + "Yellowtail": { + "category": "handwriting", + "ascent": 1990, + "descent": -617, + "lineGap": 184, + "xAvgCharWidth": 668, + "unitsPerEm": 2048, + "azAvgWidth": 758.0769230769231 + }, + "Aubrey": { "category": "display", - "ascent": 1078, - "descent": -486, + "ascent": 830, + "descent": -212, "lineGap": 0, - "xAvgCharWidth": 634, - "unitsPerEm": 1000 + "xAvgCharWidth": 385, + "unitsPerEm": 1000, + "azAvgWidth": 383.84615384615387 }, - "Esteban": { - "category": "serif", - "ascent": 984, - "descent": -290, + "Candal": { + "category": "sans-serif", + "ascent": 2226, + "descent": -432, "lineGap": 0, - "xAvgCharWidth": 442, - "unitsPerEm": 1000 + "xAvgCharWidth": 1328, + "unitsPerEm": 2048, + "azAvgWidth": 1337.2692307692307 }, - "Pattaya": { + "Gothic A1": { "category": "sans-serif", - "ascent": 2065, - "descent": -777, - "lineGap": 0, - "xAvgCharWidth": 1213, - "unitsPerEm": 2048 + "ascent": 817, + "descent": -207, + "lineGap": 256, + "xAvgCharWidth": 964, + "unitsPerEm": 1024, + "azAvgWidth": 514.8076923076923 }, - "NTR": { + "Noto Music": { "category": "sans-serif", - "ascent": 1294, - "descent": -877, + "ascent": 1389, + "descent": -398, "lineGap": 0, - "xAvgCharWidth": 392, - "unitsPerEm": 1024 + "xAvgCharWidth": 569, + "unitsPerEm": 1000, + "azAvgWidth": 600 }, - "Amethysta": { + "Noto Serif Hebrew": { "category": "serif", - "ascent": 2022, - "descent": -563, + "ascent": 896, + "descent": -290, "lineGap": 0, - "xAvgCharWidth": 1142, - "unitsPerEm": 2048 + "xAvgCharWidth": 565, + "unitsPerEm": 1000, + "azAvgWidth": 549 }, - "Ledger": { + "Gabriela": { "category": "serif", - "ascent": 1062, - "descent": -329, + "ascent": 986, + "descent": -295, "lineGap": 0, - "xAvgCharWidth": 498, - "unitsPerEm": 1000 + "xAvgCharWidth": 586, + "unitsPerEm": 1000, + "azAvgWidth": 544.0769230769231 }, - "Devonshire": { - "category": "handwriting", - "ascent": 981, - "descent": -433, + "Noto Rashi Hebrew": { + "category": "serif", + "ascent": 896, + "descent": -290, "lineGap": 0, - "xAvgCharWidth": 305, - "unitsPerEm": 1000 + "xAvgCharWidth": 557, + "unitsPerEm": 1000, + "azAvgWidth": 549 }, - "Heebo": { + "Share Tech": { "category": "sans-serif", - "ascent": 2146, - "descent": -862, + "ascent": 885, + "descent": -242, "lineGap": 0, - "xAvgCharWidth": 1072, - "unitsPerEm": 2048 + "xAvgCharWidth": 454, + "unitsPerEm": 1000, + "azAvgWidth": 443.9230769230769 }, - "Noto Sans Cuneiform": { + "News Cycle": { "category": "sans-serif", - "ascent": 1596, - "descent": -690, - "lineGap": 0, - "xAvgCharWidth": 1604, - "unitsPerEm": 1000 - }, - "Elsie": { - "category": "display", - "ascent": 878, - "descent": -274, + "ascent": 2574, + "descent": -794, "lineGap": 0, - "xAvgCharWidth": 510, - "unitsPerEm": 1000 - }, - "Tinos": { - "category": "serif", - "ascent": 1825, - "descent": -443, - "lineGap": 87, - "xAvgCharWidth": 1116, - "unitsPerEm": 2048 + "xAvgCharWidth": 792, + "unitsPerEm": 2048, + "azAvgWidth": 877.7307692307693 }, - "Anek Latin": { + "Chathura": { "category": "sans-serif", - "ascent": 1800, - "descent": -400, + "ascent": 1020, + "descent": -602, "lineGap": 0, - "xAvgCharWidth": 1000, - "unitsPerEm": 2000 + "xAvgCharWidth": 313, + "unitsPerEm": 1000, + "azAvgWidth": 233.69230769230768 }, - "Asap Condensed": { + "Titillium Web": { "category": "sans-serif", - "ascent": 934, - "descent": -212, + "ascent": 1133, + "descent": -388, "lineGap": 0, - "xAvgCharWidth": 455, - "unitsPerEm": 1000 + "xAvgCharWidth": 493, + "unitsPerEm": 1000, + "azAvgWidth": 473.34615384615387 }, - "Nothing You Could Do": { + "Cedarville Cursive": { "category": "handwriting", - "ascent": 959, - "descent": -407, + "ascent": 1279, + "descent": -663, "lineGap": 0, - "xAvgCharWidth": 533, - "unitsPerEm": 1024 + "xAvgCharWidth": 583, + "unitsPerEm": 1024, + "azAvgWidth": 497.03846153846155 }, - "Italianno": { - "category": "handwriting", - "ascent": 800, - "descent": -450, + "Noto Sans Lao": { + "category": "sans-serif", + "ascent": 1183, + "descent": -462, "lineGap": 0, - "xAvgCharWidth": 419, - "unitsPerEm": 1000 + "xAvgCharWidth": 556, + "unitsPerEm": 1000, + "azAvgWidth": 530.0769230769231 }, - "Nova Oval": { + "Jacques Francois Shadow": { "category": "display", - "ascent": 1966, - "descent": -506, + "ascent": 2095, + "descent": -606, "lineGap": 0, - "xAvgCharWidth": 1176, - "unitsPerEm": 2048 + "xAvgCharWidth": 1323, + "unitsPerEm": 2048, + "azAvgWidth": 1149.1538461538462 }, - "Noto Sans Bamum": { + "Kufam": { "category": "sans-serif", - "ascent": 1069, - "descent": -293, + "ascent": 900, + "descent": -400, "lineGap": 0, - "xAvgCharWidth": 700, - "unitsPerEm": 1000 + "xAvgCharWidth": 619, + "unitsPerEm": 1000, + "azAvgWidth": 544.8076923076923 }, - "Moul": { - "category": "display", - "ascent": 2500, - "descent": -1200, - "lineGap": 0, - "xAvgCharWidth": 1629, - "unitsPerEm": 2048 + "Hi Melody": { + "category": "handwriting", + "ascent": 679, + "descent": -345, + "lineGap": 256, + "xAvgCharWidth": 820, + "unitsPerEm": 1024, + "azAvgWidth": 374.9230769230769 }, - "Kiwi Maru": { + "Jacques Francois": { "category": "serif", - "ascent": 1160, - "descent": -288, - "lineGap": 0, - "xAvgCharWidth": 969, - "unitsPerEm": 1000 - }, - "Gluten": { - "category": "display", - "ascent": 1290, - "descent": -475, + "ascent": 2095, + "descent": -606, "lineGap": 0, - "xAvgCharWidth": 1008, - "unitsPerEm": 2000 + "xAvgCharWidth": 1212, + "unitsPerEm": 2048, + "azAvgWidth": 1042.6923076923076 }, - "Port Lligat Sans": { + "Noto Sans Cherokee": { "category": "sans-serif", - "ascent": 860, - "descent": -211, - "lineGap": 0, - "xAvgCharWidth": 398, - "unitsPerEm": 1000 - }, - "Stint Ultra Condensed": { - "category": "display", - "ascent": 1829, - "descent": -483, + "ascent": 1069, + "descent": -293, "lineGap": 0, - "xAvgCharWidth": 508, - "unitsPerEm": 2048 + "xAvgCharWidth": 724, + "unitsPerEm": 1000, + "azAvgWidth": 600 }, - "Raleway": { - "category": "sans-serif", - "ascent": 940, - "descent": -234, + "Yesteryear": { + "category": "handwriting", + "ascent": 2001, + "descent": -1004, "lineGap": 0, - "xAvgCharWidth": 566, - "unitsPerEm": 1000 + "xAvgCharWidth": 661, + "unitsPerEm": 2048, + "azAvgWidth": 742.6538461538462 }, - "Trocchi": { - "category": "serif", - "ascent": 2085, - "descent": -576, + "Risque": { + "category": "display", + "ascent": 1853, + "descent": -514, "lineGap": 0, - "xAvgCharWidth": 1273, - "unitsPerEm": 2048 + "xAvgCharWidth": 877, + "unitsPerEm": 2048, + "azAvgWidth": 969.7307692307693 }, - "ZCOOL KuaiLe": { + "Modak": { "category": "display", - "ascent": 880, - "descent": -120, + "ascent": 2035, + "descent": -1049, "lineGap": 0, - "xAvgCharWidth": 912, - "unitsPerEm": 1000 + "xAvgCharWidth": 1112, + "unitsPerEm": 2048, + "azAvgWidth": 1073.8846153846155 }, - "Noto Sans Gujarati": { - "category": "sans-serif", - "ascent": 896, - "descent": -408, + "Twinkle Star": { + "category": "handwriting", + "ascent": 930, + "descent": -350, "lineGap": 0, - "xAvgCharWidth": 578, - "unitsPerEm": 1000 + "xAvgCharWidth": 563, + "unitsPerEm": 1000, + "azAvgWidth": 441.7307692307692 }, - "Beau Rivage": { - "category": "handwriting", - "ascent": 940, - "descent": -400, + "Dhurjati": { + "category": "sans-serif", + "ascent": 1101, + "descent": -509, "lineGap": 0, - "xAvgCharWidth": 596, - "unitsPerEm": 1000 + "xAvgCharWidth": 467, + "unitsPerEm": 870, + "azAvgWidth": 358.15384615384613 }, - "Noto Sans Tai Le": { + "Noto Sans Avestan": { "category": "sans-serif", "ascent": 1069, "descent": -293, "lineGap": 0, - "xAvgCharWidth": 548, - "unitsPerEm": 1000 + "xAvgCharWidth": 576, + "unitsPerEm": 1000, + "azAvgWidth": 530.0769230769231 }, - "Gudea": { - "category": "sans-serif", - "ascent": 972, - "descent": -264, + "Mystery Quest": { + "category": "display", + "ascent": 989, + "descent": -409, "lineGap": 0, - "xAvgCharWidth": 424, - "unitsPerEm": 1000 + "xAvgCharWidth": 434, + "unitsPerEm": 1024, + "azAvgWidth": 481.61538461538464 }, - "Fenix": { - "category": "serif", - "ascent": 879, - "descent": -238, + "Keania One": { + "category": "display", + "ascent": 989, + "descent": -228, "lineGap": 0, - "xAvgCharWidth": 408, - "unitsPerEm": 1000 + "xAvgCharWidth": 541, + "unitsPerEm": 1000, + "azAvgWidth": 498.8076923076923 }, - "Kavivanar": { - "category": "handwriting", - "ascent": 1065, - "descent": -417, + "Livvic": { + "category": "sans-serif", + "ascent": 1005, + "descent": -250, "lineGap": 0, - "xAvgCharWidth": 418, - "unitsPerEm": 1000 + "xAvgCharWidth": 554, + "unitsPerEm": 1000, + "azAvgWidth": 507.7307692307692 }, - "Questrial": { - "category": "sans-serif", - "ascent": 820, - "descent": -210, + "MuseoModerno": { + "category": "display", + "ascent": 1145, + "descent": -445, "lineGap": 0, - "xAvgCharWidth": 544, - "unitsPerEm": 1000 + "xAvgCharWidth": 599, + "unitsPerEm": 1000, + "azAvgWidth": 559.8461538461538 }, - "Kite One": { + "Yanone Kaffeesatz": { "category": "sans-serif", - "ascent": 1094, - "descent": -351, + "ascent": 735, + "descent": -200, + "lineGap": 57, + "xAvgCharWidth": 405, + "unitsPerEm": 1000, + "azAvgWidth": 349.65384615384613 + }, + "Comforter": { + "category": "handwriting", + "ascent": 930, + "descent": -480, "lineGap": 0, - "xAvgCharWidth": 559, - "unitsPerEm": 1000 + "xAvgCharWidth": 494, + "unitsPerEm": 1000, + "azAvgWidth": 312.3076923076923 }, - "Teko": { - "category": "sans-serif", - "ascent": 958, - "descent": -475, + "Romanesco": { + "category": "handwriting", + "ascent": 1866, + "descent": -483, "lineGap": 0, - "xAvgCharWidth": 377, - "unitsPerEm": 1000 + "xAvgCharWidth": 484, + "unitsPerEm": 2048, + "azAvgWidth": 537.9230769230769 }, - "Blaka Hollow": { + "Iceland": { "category": "display", - "ascent": 932, - "descent": -235, + "ascent": 750, + "descent": -220, "lineGap": 0, - "xAvgCharWidth": 455, - "unitsPerEm": 1000 + "xAvgCharWidth": 465, + "unitsPerEm": 1000, + "azAvgWidth": 438.84615384615387 }, - "Merienda One": { - "category": "handwriting", - "ascent": 1102, - "descent": -342, + "Baumans": { + "category": "display", + "ascent": 942, + "descent": -240, "lineGap": 0, - "xAvgCharWidth": 503, - "unitsPerEm": 1000 + "xAvgCharWidth": 500, + "unitsPerEm": 1000, + "azAvgWidth": 483.8076923076923 }, - "Special Elite": { + "Allan": { "category": "display", - "ascent": 1440, - "descent": -608, + "ascent": 1928, + "descent": -412, "lineGap": 0, - "xAvgCharWidth": 1075, - "unitsPerEm": 2048 + "xAvgCharWidth": 632, + "unitsPerEm": 2048, + "azAvgWidth": 724.6153846153846 }, - "Noto Sans Canadian Aboriginal": { - "category": "sans-serif", - "ascent": 1069, - "descent": -293, + "Nerko One": { + "category": "handwriting", + "ascent": 894, + "descent": -317, "lineGap": 0, - "xAvgCharWidth": 728, - "unitsPerEm": 1000 + "xAvgCharWidth": 474, + "unitsPerEm": 1000, + "azAvgWidth": 462.1923076923077 }, - "Figtree": { + "Varela Round": { "category": "sans-serif", - "ascent": 950, - "descent": -250, + "ascent": 918, + "descent": -286, "lineGap": 0, - "xAvgCharWidth": 528, - "unitsPerEm": 1000 + "xAvgCharWidth": 588, + "unitsPerEm": 1000, + "azAvgWidth": 538.1153846153846 }, - "Electrolize": { + "Noto Kufi Arabic": { "category": "sans-serif", - "ascent": 911, - "descent": -275, - "lineGap": 0, - "xAvgCharWidth": 533, - "unitsPerEm": 1000 - }, - "Tienne": { - "category": "serif", - "ascent": 2030, - "descent": -724, + "ascent": 1282, + "descent": -615, "lineGap": 0, - "xAvgCharWidth": 1213, - "unitsPerEm": 2048 + "xAvgCharWidth": 643, + "unitsPerEm": 1000, + "azAvgWidth": 600 }, - "Racing Sans One": { + "Viaoda Libre": { "category": "display", - "ascent": 976, - "descent": -284, + "ascent": 1051, + "descent": -360, "lineGap": 0, - "xAvgCharWidth": 461, - "unitsPerEm": 1000 + "xAvgCharWidth": 521, + "unitsPerEm": 1000, + "azAvgWidth": 421.3076923076923 }, - "Georama": { + "Hind Vadodara": { "category": "sans-serif", - "ascent": 968, - "descent": -226, + "ascent": 1125, + "descent": -373, "lineGap": 0, - "xAvgCharWidth": 254, - "unitsPerEm": 1000 - }, - "Ubuntu": { - "category": "sans-serif", - "ascent": 932, - "descent": -189, - "lineGap": 28, - "xAvgCharWidth": 602, - "unitsPerEm": 1000 + "xAvgCharWidth": 531, + "unitsPerEm": 1000, + "azAvgWidth": 486 }, - "Noto Serif Yezidi": { + "Trirong": { "category": "serif", - "ascent": 1068, - "descent": -292, + "ascent": 1200, + "descent": -534, "lineGap": 0, - "xAvgCharWidth": 479, - "unitsPerEm": 1000 + "xAvgCharWidth": 593, + "unitsPerEm": 1000, + "azAvgWidth": 544.2692307692307 }, - "Quintessential": { - "category": "handwriting", - "ascent": 2341, - "descent": -799, + "Magra": { + "category": "sans-serif", + "ascent": 968, + "descent": -247, "lineGap": 0, - "xAvgCharWidth": 794, - "unitsPerEm": 2048 + "xAvgCharWidth": 412, + "unitsPerEm": 1000, + "azAvgWidth": 463.9230769230769 }, - "Vujahday Script": { - "category": "handwriting", - "ascent": 950, - "descent": -410, + "Gelasio": { + "category": "serif", + "ascent": 1900, + "descent": -700, "lineGap": 0, - "xAvgCharWidth": 540, - "unitsPerEm": 1000 + "xAvgCharWidth": 1202, + "unitsPerEm": 2048, + "azAvgWidth": 1022.2307692307693 }, - "Kolker Brush": { - "category": "handwriting", - "ascent": 750, - "descent": -350, + "Goudy Bookletter 1911": { + "category": "serif", + "ascent": 983, + "descent": -318, + "lineGap": 92, + "xAvgCharWidth": 520, + "unitsPerEm": 1024, + "azAvgWidth": 447 + }, + "Overlock": { + "category": "display", + "ascent": 966, + "descent": -254, "lineGap": 0, - "xAvgCharWidth": 385, - "unitsPerEm": 1000 + "xAvgCharWidth": 402, + "unitsPerEm": 1000, + "azAvgWidth": 452.5 }, - "Grenze Gotisch": { + "Forum": { "category": "display", - "ascent": 1100, - "descent": -380, + "ascent": 856, + "descent": -248, "lineGap": 0, - "xAvgCharWidth": 468, - "unitsPerEm": 1000 + "xAvgCharWidth": 408, + "unitsPerEm": 1000, + "azAvgWidth": 453.3076923076923 }, - "Rouge Script": { - "category": "handwriting", - "ascent": 1050, - "descent": -419, + "Vast Shadow": { + "category": "display", + "ascent": 1875, + "descent": -685, "lineGap": 0, - "xAvgCharWidth": 352, - "unitsPerEm": 1250 + "xAvgCharWidth": 1584, + "unitsPerEm": 2048, + "azAvgWidth": 1646.423076923077 }, - "Encode Sans Semi Condensed": { + "Overlock SC": { + "category": "display", + "ascent": 966, + "descent": -254, + "lineGap": 0, + "xAvgCharWidth": 444, + "unitsPerEm": 1000, + "azAvgWidth": 499.11538461538464 + }, + "M PLUS 2": { "category": "sans-serif", - "ascent": 2060, - "descent": -440, + "ascent": 1160, + "descent": -288, "lineGap": 0, - "xAvgCharWidth": 1048, - "unitsPerEm": 2000 + "xAvgCharWidth": 968, + "unitsPerEm": 1000, + "azAvgWidth": 544.3846153846154 }, - "Crimson Text": { + "Erica One": { + "category": "display", + "ascent": 1153, + "descent": -339, + "lineGap": 0, + "xAvgCharWidth": 552, + "unitsPerEm": 1000, + "azAvgWidth": 626.1153846153846 + }, + "ZCOOL XiaoWei": { "category": "serif", - "ascent": 972, - "descent": -359, + "ascent": 880, + "descent": -120, "lineGap": 0, - "xAvgCharWidth": 547, - "unitsPerEm": 1024 + "xAvgCharWidth": 1014, + "unitsPerEm": 1000, + "azAvgWidth": 477.96153846153845 }, - "Delius Swash Caps": { - "category": "handwriting", - "ascent": 986, - "descent": -270, + "Chicle": { + "category": "display", + "ascent": 915, + "descent": -294, "lineGap": 0, - "xAvgCharWidth": 448, - "unitsPerEm": 1000 + "xAvgCharWidth": 337, + "unitsPerEm": 1000, + "azAvgWidth": 385.7307692307692 }, - "IBM Plex Sans Thai": { + "Oswald": { "category": "sans-serif", - "ascent": 1116, - "descent": -534, + "ascent": 1193, + "descent": -289, "lineGap": 0, - "xAvgCharWidth": 595, - "unitsPerEm": 1000 + "xAvgCharWidth": 459, + "unitsPerEm": 1000, + "azAvgWidth": 400.3076923076923 }, - "Grape Nuts": { - "category": "handwriting", - "ascent": 900, - "descent": -325, + "Sulphur Point": { + "category": "sans-serif", + "ascent": 790, + "descent": -210, "lineGap": 0, - "xAvgCharWidth": 492, - "unitsPerEm": 1000 + "xAvgCharWidth": 504, + "unitsPerEm": 1000, + "azAvgWidth": 493.7692307692308 }, - "Noto Sans Limbu": { + "Noto Sans Thaana": { "category": "sans-serif", "ascent": 1069, - "descent": -293, + "descent": -424, "lineGap": 0, - "xAvgCharWidth": 544, - "unitsPerEm": 1000 - }, - "Bungee": { - "category": "display", - "ascent": 860, - "descent": -140, - "lineGap": 200, - "xAvgCharWidth": 783, - "unitsPerEm": 1000 + "xAvgCharWidth": 560, + "unitsPerEm": 1000, + "azAvgWidth": 600 }, - "Noto Sans Javanese": { + "IBM Plex Sans Arabic": { "category": "sans-serif", - "ascent": 1120, - "descent": -916, + "ascent": 1085, + "descent": -415, "lineGap": 0, - "xAvgCharWidth": 945, - "unitsPerEm": 1000 + "xAvgCharWidth": 632, + "unitsPerEm": 1000, + "azAvgWidth": 504.96153846153845 }, - "IBM Plex Serif": { - "category": "serif", - "ascent": 1025, - "descent": -275, + "Meow Script": { + "category": "handwriting", + "ascent": 830, + "descent": -370, "lineGap": 0, - "xAvgCharWidth": 616, - "unitsPerEm": 1000 + "xAvgCharWidth": 487, + "unitsPerEm": 1000, + "azAvgWidth": 330.84615384615387 }, - "Handlee": { - "category": "handwriting", - "ascent": 934, - "descent": -401, + "Cambay": { + "category": "sans-serif", + "ascent": 800, + "descent": -503, "lineGap": 0, - "xAvgCharWidth": 393, - "unitsPerEm": 1000 + "xAvgCharWidth": 445, + "unitsPerEm": 800, + "azAvgWidth": 392.46153846153845 }, - "Monofett": { + "Rubik Microbe": { "category": "display", - "ascent": 2001, - "descent": -315, + "ascent": 935, + "descent": -250, "lineGap": 0, - "xAvgCharWidth": 1132, - "unitsPerEm": 2048 + "xAvgCharWidth": 635, + "unitsPerEm": 1000, + "azAvgWidth": 611.9615384615385 }, - "Pompiere": { - "category": "display", - "ascent": 1918, - "descent": -543, + "Arbutus Slab": { + "category": "serif", + "ascent": 2010, + "descent": -550, "lineGap": 0, - "xAvgCharWidth": 799, - "unitsPerEm": 2048 + "xAvgCharWidth": 1283, + "unitsPerEm": 2048, + "azAvgWidth": 1118.2307692307693 }, - "Nerko One": { + "Enriqueta": { + "category": "serif", + "ascent": 1077, + "descent": -261, + "lineGap": 0, + "xAvgCharWidth": 520, + "unitsPerEm": 1000, + "azAvgWidth": 504.53846153846155 + }, + "Eagle Lake": { "category": "handwriting", - "ascent": 894, - "descent": -317, + "ascent": 2420, + "descent": -925, "lineGap": 0, - "xAvgCharWidth": 474, - "unitsPerEm": 1000 + "xAvgCharWidth": 1164, + "unitsPerEm": 2048, + "azAvgWidth": 1314.3846153846155 }, - "Istok Web": { + "Noto Sans Kharoshthi": { "category": "sans-serif", - "ascent": 2061, - "descent": -887, + "ascent": 1069, + "descent": -301, "lineGap": 0, - "xAvgCharWidth": 1107, - "unitsPerEm": 2048 + "xAvgCharWidth": 617, + "unitsPerEm": 1000, + "azAvgWidth": 600 }, - "Flamenco": { + "PT Mono": { + "category": "monospace", + "ascent": 885, + "descent": -235, + "lineGap": 0, + "xAvgCharWidth": 600, + "unitsPerEm": 1000, + "azAvgWidth": 600 + }, + "Monoton": { "category": "display", - "ascent": 800, - "descent": -231, + "ascent": 2366, + "descent": -822, "lineGap": 0, - "xAvgCharWidth": 392, - "unitsPerEm": 1000 + "xAvgCharWidth": 1394, + "unitsPerEm": 2048, + "azAvgWidth": 1549.3846153846155 }, - "Lustria": { - "category": "serif", - "ascent": 955, - "descent": -327, + "Glass Antiqua": { + "category": "display", + "ascent": 835, + "descent": -200, "lineGap": 0, - "xAvgCharWidth": 466, - "unitsPerEm": 1000 + "xAvgCharWidth": 373, + "unitsPerEm": 1000, + "azAvgWidth": 422 }, - "Source Sans Pro": { + "Noto Sans Carian": { "category": "sans-serif", - "ascent": 984, - "descent": -273, + "ascent": 1069, + "descent": -293, "lineGap": 0, - "xAvgCharWidth": 521, - "unitsPerEm": 1000 + "xAvgCharWidth": 661, + "unitsPerEm": 1000, + "azAvgWidth": 500 }, - "Headland One": { - "category": "serif", - "ascent": 2043, - "descent": -522, + "Share Tech Mono": { + "category": "monospace", + "ascent": 885, + "descent": -242, "lineGap": 0, - "xAvgCharWidth": 1341, - "unitsPerEm": 2048 + "xAvgCharWidth": 544, + "unitsPerEm": 1000, + "azAvgWidth": 540 }, - "Londrina Outline": { + "Staatliches": { "category": "display", - "ascent": 945, - "descent": -238, + "ascent": 950, + "descent": -300, "lineGap": 0, - "xAvgCharWidth": 443, - "unitsPerEm": 1000 + "xAvgCharWidth": 446, + "unitsPerEm": 1000, + "azAvgWidth": 443.88461538461536 }, - "Grandstander": { - "category": "display", - "ascent": 1465, - "descent": -530, + "Crafty Girls": { + "category": "handwriting", + "ascent": 1001, + "descent": -461, + "lineGap": 21, + "xAvgCharWidth": 565, + "unitsPerEm": 1024, + "azAvgWidth": 567.4615384615385 + }, + "Noto Sans Masaram Gondi": { + "category": "sans-serif", + "ascent": 1000, + "descent": -200, "lineGap": 0, - "xAvgCharWidth": 1125, - "unitsPerEm": 2000 + "xAvgCharWidth": 567, + "unitsPerEm": 1000, + "azAvgWidth": 600 }, - "Kavoon": { + "Oleo Script": { "category": "display", - "ascent": 2020, - "descent": -540, + "ascent": 1004, + "descent": -379, "lineGap": 0, - "xAvgCharWidth": 1245, - "unitsPerEm": 2048 + "xAvgCharWidth": 486, + "unitsPerEm": 1000, + "azAvgWidth": 429.88461538461536 }, - "Karma": { - "category": "serif", - "ascent": 945, - "descent": -508, + "Stint Ultra Expanded": { + "category": "display", + "ascent": 1853, + "descent": -483, "lineGap": 0, - "xAvgCharWidth": 528, - "unitsPerEm": 1000 + "xAvgCharWidth": 1210, + "unitsPerEm": 2048, + "azAvgWidth": 1344.1538461538462 }, - "Voltaire": { - "category": "sans-serif", - "ascent": 2020, - "descent": -531, + "Unica One": { + "category": "display", + "ascent": 917, + "descent": -265, "lineGap": 0, - "xAvgCharWidth": 895, - "unitsPerEm": 2048 + "xAvgCharWidth": 469, + "unitsPerEm": 1000, + "azAvgWidth": 483.88461538461536 }, - "Kanit": { + "Trispace": { "category": "sans-serif", - "ascent": 1100, - "descent": -395, + "ascent": 1830, + "descent": -430, "lineGap": 0, - "xAvgCharWidth": 556, - "unitsPerEm": 1000 + "xAvgCharWidth": 1241, + "unitsPerEm": 2000, + "azAvgWidth": 1284.6153846153845 }, - "Noto Sans Indic Siyaq Numbers": { + "Scada": { "category": "sans-serif", - "ascent": 1215, - "descent": -347, + "ascent": 955, + "descent": -289, "lineGap": 0, - "xAvgCharWidth": 1021, - "unitsPerEm": 1000 + "xAvgCharWidth": 514, + "unitsPerEm": 1000, + "azAvgWidth": 479.61538461538464 }, - "Sansita Swashed": { + "Frijole": { "category": "display", - "ascent": 1020, - "descent": -180, + "ascent": 1075, + "descent": -337, "lineGap": 0, - "xAvgCharWidth": 515, - "unitsPerEm": 1000 + "xAvgCharWidth": 725, + "unitsPerEm": 1024, + "azAvgWidth": 789.5 }, - "Rowdies": { - "category": "display", - "ascent": 997, - "descent": -245, + "Piazzolla": { + "category": "serif", + "ascent": 1110, + "descent": -310, "lineGap": 0, - "xAvgCharWidth": 617, - "unitsPerEm": 1000 + "xAvgCharWidth": 595, + "unitsPerEm": 1000, + "azAvgWidth": 507.3076923076923 }, - "Amatic SC": { - "category": "handwriting", - "ascent": 1016, - "descent": -245, + "Ropa Sans": { + "category": "sans-serif", + "ascent": 841, + "descent": -231, "lineGap": 0, - "xAvgCharWidth": 335, - "unitsPerEm": 1000 + "xAvgCharWidth": 437, + "unitsPerEm": 1000, + "azAvgWidth": 428.5769230769231 }, - "Luxurious Roman": { + "Zen Loop": { "category": "display", - "ascent": 950, - "descent": -250, + "ascent": 850, + "descent": -275, "lineGap": 0, - "xAvgCharWidth": 567, - "unitsPerEm": 1000 + "xAvgCharWidth": 342, + "unitsPerEm": 1000, + "azAvgWidth": 271.8076923076923 }, - "Londrina Sketch": { - "category": "display", - "ascent": 945, - "descent": -238, + "The Girl Next Door": { + "category": "handwriting", + "ascent": 1139, + "descent": -748, "lineGap": 0, - "xAvgCharWidth": 443, - "unitsPerEm": 1000 + "xAvgCharWidth": 482, + "unitsPerEm": 1024, + "azAvgWidth": 494.5769230769231 }, - "La Belle Aurore": { + "Bilbo Swash Caps": { "category": "handwriting", - "ascent": 1103, - "descent": -794, + "ascent": 850, + "descent": -400, "lineGap": 0, - "xAvgCharWidth": 519, - "unitsPerEm": 1024 + "xAvgCharWidth": 264, + "unitsPerEm": 1000, + "azAvgWidth": 291.9230769230769 }, - "Pathway Gothic One": { - "category": "sans-serif", - "ascent": 954, - "descent": -198, + "Short Stack": { + "category": "handwriting", + "ascent": 1913, + "descent": -609, "lineGap": 0, - "xAvgCharWidth": 351, - "unitsPerEm": 1000 + "xAvgCharWidth": 1268, + "unitsPerEm": 2048, + "azAvgWidth": 1283.923076923077 }, - "Barriecito": { - "category": "display", - "ascent": 962, - "descent": -238, + "Cormorant": { + "category": "serif", + "ascent": 924, + "descent": -287, "lineGap": 0, - "xAvgCharWidth": 522, - "unitsPerEm": 1000 + "xAvgCharWidth": 539, + "unitsPerEm": 1000, + "azAvgWidth": 440.4230769230769 }, - "Montez": { - "category": "handwriting", - "ascent": 1831, - "descent": -848, + "Suravaram": { + "category": "serif", + "ascent": 1295, + "descent": -794, "lineGap": 0, - "xAvgCharWidth": 649, - "unitsPerEm": 2048 + "xAvgCharWidth": 349, + "unitsPerEm": 980, + "azAvgWidth": 401.4230769230769 }, - "Rum Raisin": { + "Noto Traditional Nushu": { "category": "sans-serif", - "ascent": 2013, - "descent": -629, + "ascent": 1080, + "descent": -120, "lineGap": 0, - "xAvgCharWidth": 724, - "unitsPerEm": 2048 + "xAvgCharWidth": 857, + "unitsPerEm": 1024, + "azAvgWidth": 530.2307692307693 }, - "Noto Sans Tifinagh": { + "Noto Sans Coptic": { "category": "sans-serif", "ascent": 1069, "descent": -293, "lineGap": 0, - "xAvgCharWidth": 654, - "unitsPerEm": 1000 + "xAvgCharWidth": 593, + "unitsPerEm": 1000, + "azAvgWidth": 600 }, - "Neucha": { + "Red Rose": { + "category": "display", + "ascent": 937, + "descent": -312, + "lineGap": 0, + "xAvgCharWidth": 594, + "unitsPerEm": 1000, + "azAvgWidth": 554.0769230769231 + }, + "Just Another Hand": { "category": "handwriting", - "ascent": 787, - "descent": -292, - "lineGap": 49, - "xAvgCharWidth": 468, - "unitsPerEm": 1024 + "ascent": 1440, + "descent": -608, + "lineGap": 0, + "xAvgCharWidth": 583, + "unitsPerEm": 2048, + "azAvgWidth": 486.15384615384613 }, - "Notable": { + "Noto Sans Kaithi": { "category": "sans-serif", - "ascent": 1143, - "descent": -157, + "ascent": 1077, + "descent": -425, "lineGap": 0, - "xAvgCharWidth": 759, - "unitsPerEm": 1000 + "xAvgCharWidth": 628, + "unitsPerEm": 1000, + "azAvgWidth": 600 }, - "Crete Round": { - "category": "serif", - "ascent": 990, - "descent": -286, + "B612 Mono": { + "category": "monospace", + "ascent": 1930, + "descent": -500, "lineGap": 0, - "xAvgCharWidth": 446, - "unitsPerEm": 1000 + "xAvgCharWidth": 1403, + "unitsPerEm": 2000, + "azAvgWidth": 1300 }, - "Luckiest Guy": { + "Simonetta": { "category": "display", - "ascent": 1440, - "descent": -608, + "ascent": 1970, + "descent": -594, "lineGap": 0, - "xAvgCharWidth": 1051, - "unitsPerEm": 2048 + "xAvgCharWidth": 821, + "unitsPerEm": 2048, + "azAvgWidth": 926.9230769230769 }, - "Lemon": { + "Turret Road": { "category": "display", - "ascent": 1019, - "descent": -287, + "ascent": 850, + "descent": -243, "lineGap": 0, - "xAvgCharWidth": 591, - "unitsPerEm": 1000 + "xAvgCharWidth": 561, + "unitsPerEm": 1000, + "azAvgWidth": 505.11538461538464 }, - "Ribeye": { - "category": "display", - "ascent": 2130, - "descent": -668, + "Rochester": { + "category": "handwriting", + "ascent": 2109, + "descent": -528, "lineGap": 0, - "xAvgCharWidth": 1093, - "unitsPerEm": 2048 + "xAvgCharWidth": 918, + "unitsPerEm": 2048, + "azAvgWidth": 730.2307692307693 }, - "Julee": { + "Merienda One": { "category": "handwriting", - "ascent": 894, - "descent": -284, + "ascent": 1102, + "descent": -342, "lineGap": 0, - "xAvgCharWidth": 391, - "unitsPerEm": 1000 + "xAvgCharWidth": 503, + "unitsPerEm": 1000, + "azAvgWidth": 553.9230769230769 }, - "Oswald": { + "Catamaran": { "category": "sans-serif", - "ascent": 1193, - "descent": -289, + "ascent": 1100, + "descent": -540, "lineGap": 0, - "xAvgCharWidth": 459, - "unitsPerEm": 1000 + "xAvgCharWidth": 583, + "unitsPerEm": 1000, + "azAvgWidth": 461.03846153846155 }, - "Noto Sans Nushu": { + "Syne": { "category": "sans-serif", - "ascent": 1069, - "descent": -321, + "ascent": 925, + "descent": -275, "lineGap": 0, - "xAvgCharWidth": 843, - "unitsPerEm": 1000 + "xAvgCharWidth": 550, + "unitsPerEm": 1000, + "azAvgWidth": 503.11538461538464 }, - "Montserrat Alternates": { - "category": "sans-serif", - "ascent": 968, - "descent": -251, + "Nova Oval": { + "category": "display", + "ascent": 1966, + "descent": -506, "lineGap": 0, - "xAvgCharWidth": 636, - "unitsPerEm": 1000 + "xAvgCharWidth": 1176, + "unitsPerEm": 2048, + "azAvgWidth": 1081.4615384615386 }, - "Allerta Stencil": { + "Rationale": { "category": "sans-serif", - "ascent": 1057, - "descent": -252, + "ascent": 903, + "descent": -250, "lineGap": 0, - "xAvgCharWidth": 577, - "unitsPerEm": 1024 + "xAvgCharWidth": 360, + "unitsPerEm": 1000, + "azAvgWidth": 407.5769230769231 }, - "IBM Plex Mono": { - "category": "monospace", - "ascent": 1025, - "descent": -275, + "Noto Serif Devanagari": { + "category": "serif", + "ascent": 930, + "descent": -625, "lineGap": 0, - "xAvgCharWidth": 600, - "unitsPerEm": 1000 + "xAvgCharWidth": 528, + "unitsPerEm": 1000, + "azAvgWidth": 549 }, - "Rubik Wet Paint": { - "category": "display", - "ascent": 935, - "descent": -250, + "Linden Hill": { + "category": "serif", + "ascent": 3633, + "descent": -1888, "lineGap": 0, - "xAvgCharWidth": 635, - "unitsPerEm": 1000 + "xAvgCharWidth": 2086, + "unitsPerEm": 4096, + "azAvgWidth": 1793.4615384615386 }, - "Noto Sans Marchen": { - "category": "sans-serif", - "ascent": 1107, - "descent": -534, + "Lily Script One": { + "category": "display", + "ascent": 1017, + "descent": -359, "lineGap": 0, - "xAvgCharWidth": 662, - "unitsPerEm": 1000 + "xAvgCharWidth": 554, + "unitsPerEm": 1000, + "azAvgWidth": 486.2307692307692 }, - "Rambla": { - "category": "sans-serif", - "ascent": 929, - "descent": -295, + "BioRhyme": { + "category": "serif", + "ascent": 1127, + "descent": -422, "lineGap": 0, - "xAvgCharWidth": 476, - "unitsPerEm": 1000 + "xAvgCharWidth": 661, + "unitsPerEm": 1000, + "azAvgWidth": 607.1923076923077 }, - "Leckerli One": { + "Petit Formal Script": { "category": "handwriting", - "ascent": 1032, - "descent": -313, + "ascent": 2033, + "descent": -527, "lineGap": 0, - "xAvgCharWidth": 551, - "unitsPerEm": 1000 + "xAvgCharWidth": 1097, + "unitsPerEm": 2048, + "azAvgWidth": 1235.4615384615386 }, - "Bentham": { - "category": "serif", - "ascent": 879, - "descent": -260, - "lineGap": 92, - "xAvgCharWidth": 423, - "unitsPerEm": 1024 + "Grechen Fuemen": { + "category": "handwriting", + "ascent": 900, + "descent": -320, + "lineGap": 0, + "xAvgCharWidth": 558, + "unitsPerEm": 1000, + "azAvgWidth": 473.4230769230769 }, - "Vibes": { + "UnifrakturMaguntia": { "category": "display", - "ascent": 1105, - "descent": -680, + "ascent": 1607, + "descent": -513, "lineGap": 0, - "xAvgCharWidth": 451, - "unitsPerEm": 1000 + "xAvgCharWidth": 1062, + "unitsPerEm": 2048, + "azAvgWidth": 848.9615384615385 }, - "Noto Serif Hebrew": { - "category": "serif", - "ascent": 896, - "descent": -290, + "Libre Barcode 39 Extended Text": { + "category": "display", + "ascent": 600, + "descent": -400, "lineGap": 0, - "xAvgCharWidth": 565, - "unitsPerEm": 1000 + "xAvgCharWidth": 536, + "unitsPerEm": 1000, + "azAvgWidth": 960 }, - "VT323": { - "category": "monospace", - "ascent": 800, - "descent": -200, + "Eczar": { + "category": "serif", + "ascent": 1143, + "descent": -634, "lineGap": 0, - "xAvgCharWidth": 400, - "unitsPerEm": 1000 + "xAvgCharWidth": 618, + "unitsPerEm": 1000, + "azAvgWidth": 495.11538461538464 }, - "Noto Sans Takri": { + "Amaranth": { "category": "sans-serif", - "ascent": 955, - "descent": -307, - "lineGap": 0, - "xAvgCharWidth": 522, - "unitsPerEm": 1000 - }, - "Cutive": { - "category": "serif", - "ascent": 1473, - "descent": -575, - "lineGap": 200, - "xAvgCharWidth": 1473, - "unitsPerEm": 2048 - }, - "Cambo": { - "category": "serif", - "ascent": 879, - "descent": -243, + "ascent": 976, + "descent": -236, "lineGap": 0, - "xAvgCharWidth": 449, - "unitsPerEm": 1000 + "xAvgCharWidth": 430, + "unitsPerEm": 1000, + "azAvgWidth": 484.2692307692308 }, - "BIZ UDPGothic": { + "Thasadith": { "category": "sans-serif", - "ascent": 1802, - "descent": -246, + "ascent": 1005, + "descent": -295, "lineGap": 0, - "xAvgCharWidth": 1801, - "unitsPerEm": 2048 + "xAvgCharWidth": 493, + "unitsPerEm": 1000, + "azAvgWidth": 448.61538461538464 }, - "Libre Barcode EAN13 Text": { - "category": "display", - "ascent": 840, - "descent": -120, + "IM Fell Double Pica": { + "category": "serif", + "ascent": 1924, + "descent": -643, "lineGap": 0, - "xAvgCharWidth": 126, - "unitsPerEm": 1024 + "xAvgCharWidth": 792, + "unitsPerEm": 2048, + "azAvgWidth": 910.6923076923077 }, - "Ephesis": { - "category": "handwriting", - "ascent": 900, - "descent": -400, + "Noto Sans Medefaidrin": { + "category": "sans-serif", + "ascent": 1069, + "descent": -293, "lineGap": 0, - "xAvgCharWidth": 550, - "unitsPerEm": 1000 + "xAvgCharWidth": 643, + "unitsPerEm": 1000, + "azAvgWidth": 490 }, - "Rubik Burned": { + "Flow Rounded": { "category": "display", - "ascent": 935, - "descent": -250, + "ascent": 1000, + "descent": -200, "lineGap": 0, - "xAvgCharWidth": 635, - "unitsPerEm": 1000 + "xAvgCharWidth": 494, + "unitsPerEm": 1000, + "azAvgWidth": 506 }, - "Lily Script One": { + "Seaweed Script": { "category": "display", - "ascent": 1017, - "descent": -359, + "ascent": 969, + "descent": -421, "lineGap": 0, - "xAvgCharWidth": 554, - "unitsPerEm": 1000 + "xAvgCharWidth": 370, + "unitsPerEm": 1024, + "azAvgWidth": 396.5769230769231 }, - "PT Sans Caption": { + "Noto Sans Phoenician": { "category": "sans-serif", - "ascent": 1018, - "descent": -276, + "ascent": 1069, + "descent": -293, "lineGap": 0, - "xAvgCharWidth": 592, - "unitsPerEm": 1000 + "xAvgCharWidth": 599, + "unitsPerEm": 1000, + "azAvgWidth": 500 }, - "Cormorant Garamond": { - "category": "serif", - "ascent": 924, - "descent": -287, + "Kavoon": { + "category": "display", + "ascent": 2020, + "descent": -540, "lineGap": 0, - "xAvgCharWidth": 538, - "unitsPerEm": 1000 + "xAvgCharWidth": 1245, + "unitsPerEm": 2048, + "azAvgWidth": 1150.576923076923 }, - "Arbutus Slab": { - "category": "serif", - "ascent": 2010, - "descent": -550, + "Voltaire": { + "category": "sans-serif", + "ascent": 2020, + "descent": -531, "lineGap": 0, - "xAvgCharWidth": 1283, - "unitsPerEm": 2048 + "xAvgCharWidth": 895, + "unitsPerEm": 2048, + "azAvgWidth": 852.8076923076923 }, - "Laila": { + "Noto Sans Old North Arabian": { "category": "sans-serif", - "ascent": 1098, - "descent": -452, + "ascent": 1069, + "descent": -293, "lineGap": 0, - "xAvgCharWidth": 561, - "unitsPerEm": 1000 + "xAvgCharWidth": 603, + "unitsPerEm": 1000, + "azAvgWidth": 600 }, - "Noto Serif Georgian": { + "Neuton": { "category": "serif", - "ascent": 1068, - "descent": -292, + "ascent": 2106, + "descent": -485, "lineGap": 0, - "xAvgCharWidth": 610, - "unitsPerEm": 1000 + "xAvgCharWidth": 929, + "unitsPerEm": 2048, + "azAvgWidth": 881.4230769230769 }, - "Yeseva One": { + "Fontdiner Swanky": { "category": "display", - "ascent": 915, - "descent": -240, - "lineGap": 0, - "xAvgCharWidth": 617, - "unitsPerEm": 1000 + "ascent": 1047, + "descent": -510, + "lineGap": 20, + "xAvgCharWidth": 558, + "unitsPerEm": 1024, + "azAvgWidth": 636.5769230769231 }, - "Noto Sans Shavian": { + "Noto Sans Samaritan": { "category": "sans-serif", "ascent": 1069, "descent": -293, "lineGap": 0, - "xAvgCharWidth": 450, - "unitsPerEm": 1000 + "xAvgCharWidth": 717, + "unitsPerEm": 1000, + "azAvgWidth": 500 }, - "Noto Serif Ethiopic": { + "Tiro Tamil": { "category": "serif", - "ascent": 1069, - "descent": -293, - "lineGap": 0, - "xAvgCharWidth": 679, - "unitsPerEm": 1000 + "ascent": 755, + "descent": -245, + "lineGap": 436, + "xAvgCharWidth": 667, + "unitsPerEm": 1000, + "azAvgWidth": 512.3846153846154 }, - "Zen Loop": { + "Khmer": { "category": "display", - "ascent": 850, - "descent": -275, - "lineGap": 0, - "xAvgCharWidth": 342, - "unitsPerEm": 1000 - }, - "Waiting for the Sunrise": { - "category": "handwriting", - "ascent": 1146, - "descent": -547, + "ascent": 2300, + "descent": -1200, "lineGap": 0, - "xAvgCharWidth": 400, - "unitsPerEm": 1024 + "xAvgCharWidth": 1110, + "unitsPerEm": 2048, + "azAvgWidth": 2048 }, - "Lemonada": { + "Share": { "category": "display", - "ascent": 1345, - "descent": -653, + "ascent": 885, + "descent": -242, "lineGap": 0, - "xAvgCharWidth": 680, - "unitsPerEm": 1000 + "xAvgCharWidth": 405, + "unitsPerEm": 1000, + "azAvgWidth": 449.0769230769231 }, - "Noto Sans Cherokee": { + "Electrolize": { "category": "sans-serif", - "ascent": 1069, - "descent": -293, + "ascent": 911, + "descent": -275, "lineGap": 0, - "xAvgCharWidth": 724, - "unitsPerEm": 1000 + "xAvgCharWidth": 533, + "unitsPerEm": 1000, + "azAvgWidth": 504.0769230769231 }, - "Lexend Peta": { - "category": "sans-serif", - "ascent": 1000, - "descent": -250, + "Italianno": { + "category": "handwriting", + "ascent": 800, + "descent": -450, "lineGap": 0, - "xAvgCharWidth": 588, - "unitsPerEm": 1000 + "xAvgCharWidth": 419, + "unitsPerEm": 1000, + "azAvgWidth": 281.34615384615387 }, - "Noto Sans Saurashtra": { + "Ruluko": { "category": "sans-serif", - "ascent": 1069, - "descent": -293, + "ascent": 914, + "descent": -241, "lineGap": 0, - "xAvgCharWidth": 665, - "unitsPerEm": 1000 + "xAvgCharWidth": 410, + "unitsPerEm": 1000, + "azAvgWidth": 465.96153846153845 }, - "Balthazar": { + "Suwannaphum": { "category": "serif", - "ascent": 796, - "descent": -222, + "ascent": 2500, + "descent": -1200, "lineGap": 0, - "xAvgCharWidth": 381, - "unitsPerEm": 1000 + "xAvgCharWidth": 1279, + "unitsPerEm": 2048, + "azAvgWidth": 1116.2307692307693 }, - "Antic": { + "Noto Sans Warang Citi": { "category": "sans-serif", - "ascent": 940, - "descent": -251, + "ascent": 1042, + "descent": -100, "lineGap": 0, - "xAvgCharWidth": 523, - "unitsPerEm": 1000 + "xAvgCharWidth": 619, + "unitsPerEm": 1000, + "azAvgWidth": 600 + }, + "Buda": { + "category": "display", + "ascent": 1836, + "descent": -724, + "lineGap": 0, + "xAvgCharWidth": 781, + "unitsPerEm": 2048, + "azAvgWidth": 864 + }, + "Geostar": { + "category": "display", + "ascent": 922, + "descent": -226, + "lineGap": 0, + "xAvgCharWidth": 779, + "unitsPerEm": 1000, + "azAvgWidth": 756.8461538461538 + }, + "Rozha One": { + "category": "serif", + "ascent": 998, + "descent": -422, + "lineGap": 0, + "xAvgCharWidth": 543, + "unitsPerEm": 1000, + "azAvgWidth": 545.9230769230769 }, "Galdeano": { "category": "sans-serif", @@ -4757,735 +5171,737 @@ "descent": -230, "lineGap": 0, "xAvgCharWidth": 394, - "unitsPerEm": 1000 + "unitsPerEm": 1000, + "azAvgWidth": 444.38461538461536 }, - "Brawler": { - "category": "serif", - "ascent": 971, - "descent": -248, + "Bigelow Rules": { + "category": "display", + "ascent": 1857, + "descent": -516, "lineGap": 0, - "xAvgCharWidth": 565, - "unitsPerEm": 1000 + "xAvgCharWidth": 514, + "unitsPerEm": 2048, + "azAvgWidth": 546.6538461538462 }, - "Lekton": { - "category": "sans-serif", - "ascent": 750, - "descent": -250, - "lineGap": 0, - "xAvgCharWidth": 500, - "unitsPerEm": 1000 + "Sunshiney": { + "category": "handwriting", + "ascent": 1019, + "descent": -306, + "lineGap": 27, + "xAvgCharWidth": 346, + "unitsPerEm": 1024, + "azAvgWidth": 376.2692307692308 }, - "Pontano Sans": { + "Rubik Mono One": { "category": "sans-serif", - "ascent": 2025, - "descent": -599, + "ascent": 932, + "descent": -306, "lineGap": 0, - "xAvgCharWidth": 838, - "unitsPerEm": 2048 + "xAvgCharWidth": 850, + "unitsPerEm": 1000, + "azAvgWidth": 850 }, - "Martel Sans": { - "category": "sans-serif", - "ascent": 1150, - "descent": -674, + "Noto Serif Yezidi": { + "category": "serif", + "ascent": 1068, + "descent": -292, "lineGap": 0, - "xAvgCharWidth": 590, - "unitsPerEm": 1000 + "xAvgCharWidth": 479, + "unitsPerEm": 1000, + "azAvgWidth": 600 }, - "Martel": { + "Tiro Devanagari Sanskrit": { "category": "serif", - "ascent": 1125, - "descent": -562, - "lineGap": 0, - "xAvgCharWidth": 609, - "unitsPerEm": 1000 + "ascent": 755, + "descent": -245, + "lineGap": 330, + "xAvgCharWidth": 743, + "unitsPerEm": 1000, + "azAvgWidth": 512.3846153846154 }, - "Chakra Petch": { + "Overpass": { "category": "sans-serif", - "ascent": 992, - "descent": -308, - "lineGap": 0, - "xAvgCharWidth": 546, - "unitsPerEm": 1000 - }, - "Bonheur Royale": { - "category": "handwriting", - "ascent": 780, - "descent": -380, - "lineGap": 0, - "xAvgCharWidth": 449, - "unitsPerEm": 1000 - }, - "Give You Glory": { - "category": "handwriting", - "ascent": 1020, - "descent": -625, + "ascent": 1766, + "descent": -766, "lineGap": 0, - "xAvgCharWidth": 556, - "unitsPerEm": 1024 + "xAvgCharWidth": 1184, + "unitsPerEm": 2000, + "azAvgWidth": 1009.3076923076923 }, - "Kodchasan": { - "category": "sans-serif", - "ascent": 1024, - "descent": -276, + "Rye": { + "category": "display", + "ascent": 2020, + "descent": -540, "lineGap": 0, - "xAvgCharWidth": 609, - "unitsPerEm": 1000 + "xAvgCharWidth": 1238, + "unitsPerEm": 2048, + "azAvgWidth": 1233.7692307692307 }, - "Sen": { + "Noto Sans Glagolitic": { "category": "sans-serif", - "ascent": 962, - "descent": -270, + "ascent": 1069, + "descent": -293, "lineGap": 0, - "xAvgCharWidth": 576, - "unitsPerEm": 1024 + "xAvgCharWidth": 759, + "unitsPerEm": 1000, + "azAvgWidth": 500 }, - "Stint Ultra Expanded": { + "Libre Barcode 39": { "category": "display", - "ascent": 1853, - "descent": -483, - "lineGap": 0, - "xAvgCharWidth": 1210, - "unitsPerEm": 2048 - }, - "Mochiy Pop P One": { - "category": "sans-serif", - "ascent": 1160, - "descent": -288, + "ascent": 600, + "descent": -400, "lineGap": 0, - "xAvgCharWidth": 991, - "unitsPerEm": 1000 + "xAvgCharWidth": 480, + "unitsPerEm": 1000, + "azAvgWidth": 480 }, - "Encode Sans Expanded": { + "Noto Sans Buginese": { "category": "sans-serif", - "ascent": 2060, - "descent": -440, + "ascent": 1069, + "descent": -293, "lineGap": 0, - "xAvgCharWidth": 1257, - "unitsPerEm": 2000 + "xAvgCharWidth": 814, + "unitsPerEm": 1000, + "azAvgWidth": 600 }, - "Oleo Script Swash Caps": { + "Piedra": { "category": "display", - "ascent": 1004, - "descent": -379, + "ascent": 973, + "descent": -328, "lineGap": 0, - "xAvgCharWidth": 504, - "unitsPerEm": 1000 + "xAvgCharWidth": 399, + "unitsPerEm": 1000, + "azAvgWidth": 460.38461538461536 }, - "Fascinate": { + "Oldenburg": { "category": "display", - "ascent": 2125, - "descent": -591, - "lineGap": 0, - "xAvgCharWidth": 1123, - "unitsPerEm": 2048 + "ascent": 2020, + "descent": -540, + "lineGap": 9, + "xAvgCharWidth": 1299, + "unitsPerEm": 2048, + "azAvgWidth": 1186.076923076923 }, - "Basic": { - "category": "sans-serif", - "ascent": 2066, - "descent": -511, + "Taprom": { + "category": "display", + "ascent": 2500, + "descent": -1200, "lineGap": 0, - "xAvgCharWidth": 1085, - "unitsPerEm": 2048 + "xAvgCharWidth": 1503, + "unitsPerEm": 2048, + "azAvgWidth": 793.1538461538462 }, - "Shojumaru": { - "category": "display", - "ascent": 2020, - "descent": -692, + "VT323": { + "category": "monospace", + "ascent": 800, + "descent": -200, "lineGap": 0, - "xAvgCharWidth": 1403, - "unitsPerEm": 2048 + "xAvgCharWidth": 400, + "unitsPerEm": 1000, + "azAvgWidth": 400 }, - "Tomorrow": { - "category": "sans-serif", + "Water Brush": { + "category": "handwriting", "ascent": 1000, - "descent": -200, + "descent": -450, "lineGap": 0, - "xAvgCharWidth": 592, - "unitsPerEm": 1000 + "xAvgCharWidth": 550, + "unitsPerEm": 1000, + "azAvgWidth": 328 }, - "Maitree": { - "category": "serif", - "ascent": 1150, - "descent": -500, + "Tillana": { + "category": "handwriting", + "ascent": 1158, + "descent": -484, "lineGap": 0, - "xAvgCharWidth": 583, - "unitsPerEm": 1000 + "xAvgCharWidth": 503, + "unitsPerEm": 1000, + "azAvgWidth": 461.2692307692308 }, - "Euphoria Script": { + "Montez": { "category": "handwriting", - "ascent": 1014, - "descent": -442, + "ascent": 1831, + "descent": -848, "lineGap": 0, - "xAvgCharWidth": 379, - "unitsPerEm": 1250 + "xAvgCharWidth": 649, + "unitsPerEm": 2048, + "azAvgWidth": 694.6923076923077 }, - "Noto Sans Wancho": { + "Sintony": { "category": "sans-serif", - "ascent": 1096, - "descent": -161, + "ascent": 995, + "descent": -308, "lineGap": 0, - "xAvgCharWidth": 524, - "unitsPerEm": 1000 + "xAvgCharWidth": 554, + "unitsPerEm": 1000, + "azAvgWidth": 548.0769230769231 }, - "JetBrains Mono": { - "category": "monospace", - "ascent": 1020, - "descent": -300, + "Archivo Narrow": { + "category": "sans-serif", + "ascent": 1035, + "descent": -312, "lineGap": 0, - "xAvgCharWidth": 602, - "unitsPerEm": 1000 + "xAvgCharWidth": 470, + "unitsPerEm": 1000, + "azAvgWidth": 403.15384615384613 }, - "Blaka": { - "category": "display", - "ascent": 932, - "descent": -235, - "lineGap": 0, - "xAvgCharWidth": 454, - "unitsPerEm": 1000 + "Meera Inimai": { + "category": "sans-serif", + "ascent": 1986, + "descent": -1200, + "lineGap": 184, + "xAvgCharWidth": 1275, + "unitsPerEm": 2048, + "azAvgWidth": 1007.9615384615385 }, - "Lexend Zetta": { + "Kantumruy": { "category": "sans-serif", - "ascent": 1000, - "descent": -250, + "ascent": 2500, + "descent": -1200, "lineGap": 0, - "xAvgCharWidth": 588, - "unitsPerEm": 1000 + "xAvgCharWidth": 1333, + "unitsPerEm": 2048, + "azAvgWidth": 2048 }, - "Dosis": { + "Gemunu Libre": { "category": "sans-serif", - "ascent": 1027, - "descent": -237, + "ascent": 884, + "descent": -200, "lineGap": 0, - "xAvgCharWidth": 435, - "unitsPerEm": 1000 + "xAvgCharWidth": 569, + "unitsPerEm": 1000, + "azAvgWidth": 401.88461538461536 }, - "Sanchez": { - "category": "serif", - "ascent": 1004, - "descent": -274, + "Courgette": { + "category": "handwriting", + "ascent": 2000, + "descent": -560, "lineGap": 0, - "xAvgCharWidth": 586, - "unitsPerEm": 1000 + "xAvgCharWidth": 1107, + "unitsPerEm": 2048, + "azAvgWidth": 1008.8461538461538 }, - "Knewave": { - "category": "display", - "ascent": 1169, - "descent": -385, + "Noto Serif Tangut": { + "category": "serif", + "ascent": 856, + "descent": -150, "lineGap": 0, - "xAvgCharWidth": 535, - "unitsPerEm": 1000 + "xAvgCharWidth": 1000, + "unitsPerEm": 1000, + "azAvgWidth": 600 }, - "Roboto Slab": { - "category": "serif", - "ascent": 2146, - "descent": -555, + "Redacted": { + "category": "display", + "ascent": 800, + "descent": -200, "lineGap": 0, - "xAvgCharWidth": 1239, - "unitsPerEm": 2048 + "xAvgCharWidth": 375, + "unitsPerEm": 1000, + "azAvgWidth": 375 }, - "Underdog": { + "Yatra One": { "category": "display", - "ascent": 909, - "descent": -247, + "ascent": 991, + "descent": -487, "lineGap": 0, - "xAvgCharWidth": 522, - "unitsPerEm": 1000 + "xAvgCharWidth": 592, + "unitsPerEm": 1000, + "azAvgWidth": 537.2692307692307 }, - "Recursive": { + "Noto Sans Modi": { "category": "sans-serif", - "ascent": 950, + "ascent": 891, + "descent": -463, + "lineGap": 0, + "xAvgCharWidth": 579, + "unitsPerEm": 1000, + "azAvgWidth": 600 + }, + "Odibee Sans": { + "category": "display", + "ascent": 858, "descent": -250, "lineGap": 0, - "xAvgCharWidth": 628, - "unitsPerEm": 1000 + "xAvgCharWidth": 428, + "unitsPerEm": 1000, + "azAvgWidth": 358.96153846153845 }, - "Noto Sans Mro": { + "Noto Sans Multani": { "category": "sans-serif", "ascent": 1069, "descent": -293, "lineGap": 0, - "xAvgCharWidth": 647, - "unitsPerEm": 1000 + "xAvgCharWidth": 614, + "unitsPerEm": 1000, + "azAvgWidth": 600 }, - "Xanh Mono": { - "category": "monospace", - "ascent": 970, - "descent": -220, + "Croissant One": { + "category": "display", + "ascent": 1071, + "descent": -344, "lineGap": 0, - "xAvgCharWidth": 500, - "unitsPerEm": 1000 + "xAvgCharWidth": 612, + "unitsPerEm": 1000, + "azAvgWidth": 623.8461538461538 }, - "Odor Mean Chey": { - "category": "serif", - "ascent": 2500, - "descent": -1200, + "League Script": { + "category": "handwriting", + "ascent": 1100, + "descent": -600, "lineGap": 0, - "xAvgCharWidth": 1337, - "unitsPerEm": 2048 + "xAvgCharWidth": 793, + "unitsPerEm": 1536, + "azAvgWidth": 739.6153846153846 }, - "Noto Sans Tamil Supplement": { + "Qahiri": { "category": "sans-serif", - "ascent": 870, - "descent": -370, + "ascent": 600, + "descent": -250, "lineGap": 0, - "xAvgCharWidth": 1250, - "unitsPerEm": 1000 + "xAvgCharWidth": 365, + "unitsPerEm": 750, + "azAvgWidth": 234.80769230769232 }, - "Tapestry": { - "category": "handwriting", + "Zen Tokyo Zoo": { + "category": "display", "ascent": 950, - "descent": -300, - "lineGap": 0, - "xAvgCharWidth": 564, - "unitsPerEm": 1000 - }, - "Spline Sans Mono": { - "category": "monospace", - "ascent": 1927, - "descent": -473, + "descent": -250, "lineGap": 0, - "xAvgCharWidth": 1216, - "unitsPerEm": 2000 + "xAvgCharWidth": 492, + "unitsPerEm": 1000, + "azAvgWidth": 409.5769230769231 }, - "Ruda": { - "category": "sans-serif", - "ascent": 922, - "descent": -295, - "lineGap": 0, - "xAvgCharWidth": 541, - "unitsPerEm": 1000 + "Bungee": { + "category": "display", + "ascent": 860, + "descent": -140, + "lineGap": 200, + "xAvgCharWidth": 783, + "unitsPerEm": 1000, + "azAvgWidth": 712.2307692307693 }, - "Rock Salt": { + "Sedgwick Ave": { "category": "handwriting", - "ascent": 1623, - "descent": -788, - "lineGap": 32, - "xAvgCharWidth": 773, - "unitsPerEm": 1024 + "ascent": 937, + "descent": -312, + "lineGap": 0, + "xAvgCharWidth": 584, + "unitsPerEm": 1000, + "azAvgWidth": 462.8076923076923 }, - "Supermercado One": { - "category": "display", - "ascent": 1925, - "descent": -527, + "Marko One": { + "category": "serif", + "ascent": 2019, + "descent": -727, "lineGap": 0, - "xAvgCharWidth": 1073, - "unitsPerEm": 2048 + "xAvgCharWidth": 1084, + "unitsPerEm": 2048, + "azAvgWidth": 1232.6538461538462 }, - "Jomhuria": { + "Rowdies": { "category": "display", - "ascent": 1840, - "descent": -1160, + "ascent": 997, + "descent": -245, "lineGap": 0, - "xAvgCharWidth": 1079, - "unitsPerEm": 3000 + "xAvgCharWidth": 617, + "unitsPerEm": 1000, + "azAvgWidth": 552.1538461538462 }, - "Krona One": { + "Noto Sans Palmyrene": { "category": "sans-serif", - "ascent": 2030, - "descent": -530, + "ascent": 1069, + "descent": -293, "lineGap": 0, - "xAvgCharWidth": 1344, - "unitsPerEm": 2048 + "xAvgCharWidth": 787, + "unitsPerEm": 1000, + "azAvgWidth": 600 }, - "Odibee Sans": { - "category": "display", - "ascent": 858, - "descent": -250, + "Roboto Flex": { + "category": "sans-serif", + "ascent": 1900, + "descent": -500, "lineGap": 0, - "xAvgCharWidth": 428, - "unitsPerEm": 1000 - }, - "Yrsa": { - "category": "serif", - "ascent": 728, - "descent": -272, - "lineGap": 218, - "xAvgCharWidth": 476, - "unitsPerEm": 1000 + "xAvgCharWidth": 1145, + "unitsPerEm": 2048, + "azAvgWidth": 1013 }, - "Trispace": { + "Farro": { "category": "sans-serif", - "ascent": 1830, - "descent": -430, + "ascent": 800, + "descent": -200, "lineGap": 0, - "xAvgCharWidth": 1241, - "unitsPerEm": 2000 + "xAvgCharWidth": 569, + "unitsPerEm": 1000, + "azAvgWidth": 556.2307692307693 }, - "Fauna One": { - "category": "serif", - "ascent": 987, - "descent": -243, + "Noto Sans Meroitic": { + "category": "sans-serif", + "ascent": 928, + "descent": -415, "lineGap": 0, - "xAvgCharWidth": 554, - "unitsPerEm": 1000 + "xAvgCharWidth": 949, + "unitsPerEm": 1000, + "azAvgWidth": 600 }, - "Alex Brush": { + "Kaushan Script": { "category": "handwriting", - "ascent": 825, - "descent": -425, + "ascent": 1084, + "descent": -367, "lineGap": 0, - "xAvgCharWidth": 539, - "unitsPerEm": 1000 + "xAvgCharWidth": 391, + "unitsPerEm": 1000, + "azAvgWidth": 442.03846153846155 }, - "Noto Sans Buginese": { - "category": "sans-serif", - "ascent": 1069, - "descent": -293, + "Junge": { + "category": "serif", + "ascent": 1901, + "descent": -588, "lineGap": 0, - "xAvgCharWidth": 814, - "unitsPerEm": 1000 + "xAvgCharWidth": 1108, + "unitsPerEm": 2048, + "azAvgWidth": 1088.5384615384614 }, - "Piedra": { + "Silkscreen": { "category": "display", - "ascent": 973, - "descent": -328, + "ascent": 1030, + "descent": -250, "lineGap": 0, - "xAvgCharWidth": 399, - "unitsPerEm": 1000 + "xAvgCharWidth": 704, + "unitsPerEm": 1000, + "azAvgWidth": 740.3846153846154 }, - "Anek Devanagari": { + "Doppio One": { "category": "sans-serif", - "ascent": 2026, - "descent": -1385, + "ascent": 2060, + "descent": -500, "lineGap": 0, - "xAvgCharWidth": 1389, - "unitsPerEm": 2000 + "xAvgCharWidth": 1131, + "unitsPerEm": 2048, + "azAvgWidth": 1091.8076923076924 }, - "Quattrocento": { - "category": "serif", - "ascent": 848, - "descent": -260, + "Pacifico": { + "category": "handwriting", + "ascent": 1303, + "descent": -453, "lineGap": 0, - "xAvgCharWidth": 452, - "unitsPerEm": 1000 + "xAvgCharWidth": 615, + "unitsPerEm": 1000, + "azAvgWidth": 458.96153846153845 }, - "IBM Plex Sans Condensed": { + "Hind Siliguri": { "category": "sans-serif", - "ascent": 1025, - "descent": -275, + "ascent": 1116, + "descent": -501, "lineGap": 0, - "xAvgCharWidth": 525, - "unitsPerEm": 1000 + "xAvgCharWidth": 524, + "unitsPerEm": 1000, + "azAvgWidth": 486 }, - "Mr Bedfort": { - "category": "handwriting", - "ascent": 1015, - "descent": -661, + "Geo": { + "category": "sans-serif", + "ascent": 821, + "descent": -225, + "lineGap": 92, + "xAvgCharWidth": 451, + "unitsPerEm": 1024, + "azAvgWidth": 465.5769230769231 + }, + "David Libre": { + "category": "serif", + "ascent": 1528, + "descent": -449, "lineGap": 0, - "xAvgCharWidth": 374, - "unitsPerEm": 1000 + "xAvgCharWidth": 1029, + "unitsPerEm": 2048, + "azAvgWidth": 963.6153846153846 }, - "The Nautigal": { + "Grand Hotel": { "category": "handwriting", - "ascent": 870, - "descent": -330, + "ascent": 1938, + "descent": -844, "lineGap": 0, - "xAvgCharWidth": 452, - "unitsPerEm": 1000 - }, - "Sunflower": { - "category": "sans-serif", - "ascent": 782, - "descent": -218, - "lineGap": 250, - "xAvgCharWidth": 883, - "unitsPerEm": 1000 + "xAvgCharWidth": 611, + "unitsPerEm": 2048, + "azAvgWidth": 685.8846153846154 }, - "Playball": { - "category": "display", - "ascent": 950, - "descent": -300, - "lineGap": 0, - "xAvgCharWidth": 517, - "unitsPerEm": 1000 + "Tiro Devanagari Marathi": { + "category": "serif", + "ascent": 755, + "descent": -245, + "lineGap": 330, + "xAvgCharWidth": 672, + "unitsPerEm": 1000, + "azAvgWidth": 512.3846153846154 }, - "Sarina": { + "Yeseva One": { "category": "display", - "ascent": 1916, - "descent": -644, - "lineGap": 0, - "xAvgCharWidth": 1742, - "unitsPerEm": 2048 - }, - "Meie Script": { - "category": "handwriting", - "ascent": 1814, - "descent": -780, - "lineGap": 0, - "xAvgCharWidth": 1225, - "unitsPerEm": 2048 - }, - "Antic Slab": { - "category": "serif", - "ascent": 940, - "descent": -250, + "ascent": 915, + "descent": -240, "lineGap": 0, - "xAvgCharWidth": 476, - "unitsPerEm": 1000 + "xAvgCharWidth": 617, + "unitsPerEm": 1000, + "azAvgWidth": 573.0769230769231 }, - "Noto Sans Tirhuta": { + "Tauri": { "category": "sans-serif", - "ascent": 1026, - "descent": -519, + "ascent": 2040, + "descent": -520, "lineGap": 0, - "xAvgCharWidth": 618, - "unitsPerEm": 1000 + "xAvgCharWidth": 1124, + "unitsPerEm": 2048, + "azAvgWidth": 1078.923076923077 }, - "Nova Cut": { - "category": "display", - "ascent": 1966, - "descent": -506, + "Noto Sans Brahmi": { + "category": "sans-serif", + "ascent": 1069, + "descent": -306, "lineGap": 0, - "xAvgCharWidth": 1168, - "unitsPerEm": 2048 + "xAvgCharWidth": 752, + "unitsPerEm": 1000, + "azAvgWidth": 600 }, - "Noto Sans Display": { + "Noto Sans Buhid": { "category": "sans-serif", "ascent": 1069, "descent": -293, "lineGap": 0, - "xAvgCharWidth": 548, - "unitsPerEm": 1000 + "xAvgCharWidth": 566, + "unitsPerEm": 1000, + "azAvgWidth": 530.0769230769231 }, - "Miriam Libre": { - "category": "sans-serif", - "ascent": 969, - "descent": -344, + "Covered By Your Grace": { + "category": "handwriting", + "ascent": 995, + "descent": -384, "lineGap": 0, - "xAvgCharWidth": 558, - "unitsPerEm": 1000 + "xAvgCharWidth": 405, + "unitsPerEm": 1024, + "azAvgWidth": 390.2692307692308 }, - "Siemreap": { + "Sancreek": { "category": "display", - "ascent": 2500, - "descent": -1200, - "lineGap": 67, - "xAvgCharWidth": 2215, - "unitsPerEm": 2048 + "ascent": 2104, + "descent": -738, + "lineGap": 0, + "xAvgCharWidth": 1037, + "unitsPerEm": 2048, + "azAvgWidth": 1104.8076923076924 }, - "Lexend Deca": { - "category": "sans-serif", - "ascent": 1000, - "descent": -250, + "Wellfleet": { + "category": "display", + "ascent": 2020, + "descent": -540, "lineGap": 0, - "xAvgCharWidth": 588, - "unitsPerEm": 1000 + "xAvgCharWidth": 1198, + "unitsPerEm": 2048, + "azAvgWidth": 1149.0384615384614 }, - "Pinyon Script": { - "category": "handwriting", - "ascent": 1768, - "descent": -787, + "Judson": { + "category": "serif", + "ascent": 902, + "descent": -248, "lineGap": 0, - "xAvgCharWidth": 1043, - "unitsPerEm": 2048 + "xAvgCharWidth": 426, + "unitsPerEm": 1000, + "azAvgWidth": 478.0769230769231 }, - "Monoton": { + "Bowlby One": { "category": "display", - "ascent": 2366, - "descent": -822, + "ascent": 2276, + "descent": -932, "lineGap": 0, - "xAvgCharWidth": 1394, - "unitsPerEm": 2048 + "xAvgCharWidth": 1274, + "unitsPerEm": 2048, + "azAvgWidth": 1442.1923076923076 }, - "Noto Serif Thai": { - "category": "serif", - "ascent": 1064, - "descent": -534, + "Strait": { + "category": "sans-serif", + "ascent": 901, + "descent": -194, "lineGap": 0, - "xAvgCharWidth": 580, - "unitsPerEm": 1000 + "xAvgCharWidth": 468, + "unitsPerEm": 1000, + "azAvgWidth": 460.38461538461536 }, - "Amiri": { - "category": "serif", - "ascent": 1124, - "descent": -634, + "Maiden Orange": { + "category": "display", + "ascent": 1440, + "descent": -608, "lineGap": 0, - "xAvgCharWidth": 454, - "unitsPerEm": 1000 + "xAvgCharWidth": 663, + "unitsPerEm": 2048, + "azAvgWidth": 752 }, - "Noto Sans Cham": { + "Noto Sans Javanese": { "category": "sans-serif", - "ascent": 1117, - "descent": -351, + "ascent": 1120, + "descent": -916, "lineGap": 0, - "xAvgCharWidth": 833, - "unitsPerEm": 1000 + "xAvgCharWidth": 945, + "unitsPerEm": 1000, + "azAvgWidth": 600 }, - "Dorsa": { - "category": "sans-serif", - "ascent": 857, - "descent": -200, + "Bad Script": { + "category": "handwriting", + "ascent": 2710, + "descent": -1327, "lineGap": 0, - "xAvgCharWidth": 192, - "unitsPerEm": 1000 + "xAvgCharWidth": 996, + "unitsPerEm": 2048, + "azAvgWidth": 790.3846153846154 }, - "Eczar": { - "category": "serif", - "ascent": 1143, - "descent": -634, + "Noto Sans Malayalam": { + "category": "sans-serif", + "ascent": 864, + "descent": -383, "lineGap": 0, - "xAvgCharWidth": 618, - "unitsPerEm": 1000 + "xAvgCharWidth": 749, + "unitsPerEm": 1000, + "azAvgWidth": 530.0769230769231 }, - "Plaster": { + "Raleway Dots": { "category": "display", - "ascent": 2000, - "descent": -560, + "ascent": 918, + "descent": -213, "lineGap": 0, - "xAvgCharWidth": 1563, - "unitsPerEm": 2048 + "xAvgCharWidth": 453, + "unitsPerEm": 1000, + "azAvgWidth": 512.2307692307693 }, - "Noto Sans Bengali": { + "Khand": { "category": "sans-serif", - "ascent": 917, - "descent": -408, + "ascent": 1050, + "descent": -479, "lineGap": 0, - "xAvgCharWidth": 648, - "unitsPerEm": 1000 + "xAvgCharWidth": 416, + "unitsPerEm": 1000, + "azAvgWidth": 394.34615384615387 }, - "Noto Sans Tamil": { - "category": "sans-serif", - "ascent": 870, - "descent": -370, + "Metal": { + "category": "display", + "ascent": 2600, + "descent": -1600, "lineGap": 0, - "xAvgCharWidth": 701, - "unitsPerEm": 1000 + "xAvgCharWidth": 1388, + "unitsPerEm": 2048, + "azAvgWidth": 830 }, - "Noto Nastaliq Urdu": { - "category": "serif", - "ascent": 1904, - "descent": -596, + "Noto Sans Bamum": { + "category": "sans-serif", + "ascent": 1069, + "descent": -293, "lineGap": 0, - "xAvgCharWidth": 550, - "unitsPerEm": 1000 + "xAvgCharWidth": 700, + "unitsPerEm": 1000, + "azAvgWidth": 600 }, - "Sigmar One": { + "Bahianita": { "category": "display", - "ascent": 1172, - "descent": -466, + "ascent": 962, + "descent": -238, "lineGap": 0, - "xAvgCharWidth": 753, - "unitsPerEm": 1000 + "xAvgCharWidth": 302, + "unitsPerEm": 1000, + "azAvgWidth": 265.9230769230769 }, - "Sree Krushnadevaraya": { - "category": "serif", - "ascent": 1105, - "descent": -378, + "Bowlby One SC": { + "category": "display", + "ascent": 2248, + "descent": -876, "lineGap": 0, - "xAvgCharWidth": 384, - "unitsPerEm": 720 + "xAvgCharWidth": 1334, + "unitsPerEm": 2048, + "azAvgWidth": 1385.8461538461538 }, - "Lexend Tera": { - "category": "sans-serif", - "ascent": 1000, - "descent": -250, + "Smooch": { + "category": "handwriting", + "ascent": 950, + "descent": -450, "lineGap": 0, - "xAvgCharWidth": 588, - "unitsPerEm": 1000 + "xAvgCharWidth": 556, + "unitsPerEm": 1000, + "azAvgWidth": 372.88461538461536 }, - "Puppies Play": { + "Shadows Into Light": { "category": "handwriting", - "ascent": 750, - "descent": -250, + "ascent": 1203, + "descent": -442, "lineGap": 0, - "xAvgCharWidth": 386, - "unitsPerEm": 1000 + "xAvgCharWidth": 425, + "unitsPerEm": 1024, + "azAvgWidth": 395.1923076923077 }, - "Junge": { - "category": "serif", - "ascent": 1901, - "descent": -588, + "Alumni Sans Collegiate One": { + "category": "sans-serif", + "ascent": 900, + "descent": -300, "lineGap": 0, - "xAvgCharWidth": 1108, - "unitsPerEm": 2048 + "xAvgCharWidth": 375, + "unitsPerEm": 1000, + "azAvgWidth": 353.61538461538464 }, - "Noto Sans Malayalam": { + "Bubbler One": { "category": "sans-serif", - "ascent": 864, - "descent": -383, + "ascent": 900, + "descent": -263, "lineGap": 0, - "xAvgCharWidth": 749, - "unitsPerEm": 1000 + "xAvgCharWidth": 373, + "unitsPerEm": 1000, + "azAvgWidth": 428.46153846153845 }, - "Combo": { + "Comfortaa": { "category": "display", - "ascent": 907, - "descent": -269, + "ascent": 881, + "descent": -234, "lineGap": 0, - "xAvgCharWidth": 461, - "unitsPerEm": 1000 + "xAvgCharWidth": 641, + "unitsPerEm": 1000, + "azAvgWidth": 583.7307692307693 }, - "Monsieur La Doulaise": { - "category": "handwriting", - "ascent": 1048, - "descent": -513, + "Noto Sans Meetei Mayek": { + "category": "sans-serif", + "ascent": 1069, + "descent": -321, "lineGap": 0, - "xAvgCharWidth": 273, - "unitsPerEm": 1000 - }, - "Tajawal": { - "category": "sans-serif", - "ascent": 643, - "descent": -357, - "lineGap": 200, - "xAvgCharWidth": 421, - "unitsPerEm": 1000 - }, - "Anek Bangla": { - "category": "sans-serif", - "ascent": 2500, - "descent": -1232, - "lineGap": 0, - "xAvgCharWidth": 1307, - "unitsPerEm": 2000 - }, - "Taviraj": { - "category": "serif", - "ascent": 1172, - "descent": -534, - "lineGap": 0, - "xAvgCharWidth": 587, - "unitsPerEm": 1000 - }, - "Noto Serif Gurmukhi": { - "category": "serif", - "ascent": 1006, - "descent": -428, - "lineGap": 0, - "xAvgCharWidth": 575, - "unitsPerEm": 1000 + "xAvgCharWidth": 658, + "unitsPerEm": 1000, + "azAvgWidth": 600 }, - "Hanalei": { + "Rubik Moonrocks": { "category": "display", - "ascent": 2124, - "descent": -541, + "ascent": 935, + "descent": -250, "lineGap": 0, - "xAvgCharWidth": 940, - "unitsPerEm": 2048 + "xAvgCharWidth": 635, + "unitsPerEm": 1000, + "azAvgWidth": 611.9615384615385 }, - "Milonga": { + "Snowburst One": { "category": "display", - "ascent": 990, - "descent": -260, + "ascent": 2134, + "descent": -454, "lineGap": 0, - "xAvgCharWidth": 446, - "unitsPerEm": 1000 + "xAvgCharWidth": 1335, + "unitsPerEm": 2048, + "azAvgWidth": 1231.423076923077 }, - "Smokum": { - "category": "display", - "ascent": 1986, - "descent": -512, + "Josefin Slab": { + "category": "serif", + "ascent": 750, + "descent": -250, "lineGap": 0, - "xAvgCharWidth": 787, - "unitsPerEm": 2048 + "xAvgCharWidth": 508, + "unitsPerEm": 1000, + "azAvgWidth": 478.7307692307692 }, - "Cedarville Cursive": { - "category": "handwriting", - "ascent": 1279, - "descent": -663, + "Spline Sans": { + "category": "sans-serif", + "ascent": 1927, + "descent": -473, "lineGap": 0, - "xAvgCharWidth": 583, - "unitsPerEm": 1024 + "xAvgCharWidth": 1065, + "unitsPerEm": 2000, + "azAvgWidth": 1042.8846153846155 }, "Sansita": { "category": "sans-serif", @@ -5493,535 +5909,620 @@ "descent": -180, "lineGap": 0, "xAvgCharWidth": 475, - "unitsPerEm": 1000 + "unitsPerEm": 1000, + "azAvgWidth": 459.38461538461536 }, - "Macondo Swash Caps": { + "Chango": { "category": "display", - "ascent": 888, - "descent": -292, + "ascent": 995, + "descent": -216, "lineGap": 0, - "xAvgCharWidth": 414, - "unitsPerEm": 1000 + "xAvgCharWidth": 684, + "unitsPerEm": 1000, + "azAvgWidth": 766.1538461538462 }, - "Major Mono Display": { - "category": "monospace", - "ascent": 900, - "descent": -100, + "Julee": { + "category": "handwriting", + "ascent": 894, + "descent": -284, "lineGap": 0, - "xAvgCharWidth": 759, - "unitsPerEm": 1000 + "xAvgCharWidth": 391, + "unitsPerEm": 1000, + "azAvgWidth": 427.46153846153845 }, - "Noto Sans Pahawh Hmong": { - "category": "sans-serif", - "ascent": 1069, - "descent": -293, + "Sofia": { + "category": "handwriting", + "ascent": 1138, + "descent": -438, "lineGap": 0, - "xAvgCharWidth": 686, - "unitsPerEm": 1000 + "xAvgCharWidth": 430, + "unitsPerEm": 1000, + "azAvgWidth": 466.46153846153845 }, - "Noto Serif Bengali": { + "Yuji Syuku": { "category": "serif", - "ascent": 1092, - "descent": -502, + "ascent": 1160, + "descent": -288, "lineGap": 0, - "xAvgCharWidth": 630, - "unitsPerEm": 1000 + "xAvgCharWidth": 970, + "unitsPerEm": 1000, + "azAvgWidth": 603.1153846153846 }, - "Gentium Book Basic": { - "category": "serif", - "ascent": 1790, - "descent": -580, + "IBM Plex Sans Hebrew": { + "category": "sans-serif", + "ascent": 1025, + "descent": -275, "lineGap": 0, - "xAvgCharWidth": 1045, - "unitsPerEm": 2048 + "xAvgCharWidth": 577, + "unitsPerEm": 1000, + "azAvgWidth": 504.96153846153845 }, - "Noto Sans Arabic": { + "Gidugu": { "category": "sans-serif", - "ascent": 1374, - "descent": -738, + "ascent": 1294, + "descent": -790, "lineGap": 0, - "xAvgCharWidth": 850, - "unitsPerEm": 1000 + "xAvgCharWidth": 324, + "unitsPerEm": 1124, + "azAvgWidth": 364.88461538461536 }, - "Bellota Text": { - "category": "display", - "ascent": 968, - "descent": -290, + "Noto Sans Armenian": { + "category": "sans-serif", + "ascent": 1068, + "descent": -292, "lineGap": 0, - "xAvgCharWidth": 584, - "unitsPerEm": 1000 + "xAvgCharWidth": 643, + "unitsPerEm": 1000, + "azAvgWidth": 600 }, - "Noto Traditional Nushu": { - "category": "sans-serif", - "ascent": 1080, - "descent": -120, + "Gravitas One": { + "category": "display", + "ascent": 1937, + "descent": -668, "lineGap": 0, - "xAvgCharWidth": 857, - "unitsPerEm": 1024 + "xAvgCharWidth": 1552, + "unitsPerEm": 2048, + "azAvgWidth": 1687.3076923076924 }, - "Sintony": { - "category": "sans-serif", - "ascent": 995, - "descent": -308, + "Kalam": { + "category": "handwriting", + "ascent": 1063, + "descent": -531, "lineGap": 0, - "xAvgCharWidth": 554, - "unitsPerEm": 1000 + "xAvgCharWidth": 528, + "unitsPerEm": 1000, + "azAvgWidth": 452.7307692307692 }, - "Kranky": { + "Bakbak One": { "category": "display", - "ascent": 977, - "descent": -294, - "lineGap": 28, - "xAvgCharWidth": 461, - "unitsPerEm": 1024 + "ascent": 1050, + "descent": -350, + "lineGap": 0, + "xAvgCharWidth": 755, + "unitsPerEm": 1000, + "azAvgWidth": 522.7692307692307 }, - "Lavishly Yours": { + "Qwigley": { "category": "handwriting", - "ascent": 1100, + "ascent": 750, "descent": -500, "lineGap": 0, - "xAvgCharWidth": 543, - "unitsPerEm": 1000 + "xAvgCharWidth": 375, + "unitsPerEm": 1000, + "azAvgWidth": 269.2307692307692 }, - "Noto Sans Ol Chiki": { + "Pontano Sans": { "category": "sans-serif", - "ascent": 1069, - "descent": -293, - "lineGap": 0, - "xAvgCharWidth": 562, - "unitsPerEm": 1000 - }, - "Ranchers": { - "category": "display", - "ascent": 1045, - "descent": -205, + "ascent": 2025, + "descent": -599, "lineGap": 0, - "xAvgCharWidth": 378, - "unitsPerEm": 1000 + "xAvgCharWidth": 838, + "unitsPerEm": 2048, + "azAvgWidth": 952.5 }, - "Fasthand": { - "category": "display", - "ascent": 2500, - "descent": -1200, + "Antic Slab": { + "category": "serif", + "ascent": 940, + "descent": -250, "lineGap": 0, - "xAvgCharWidth": 1471, - "unitsPerEm": 2048 + "xAvgCharWidth": 476, + "unitsPerEm": 1000, + "azAvgWidth": 541.5 }, - "Noto Sans Meetei Mayek": { + "Jost": { "category": "sans-serif", - "ascent": 1069, - "descent": -321, + "ascent": 1070, + "descent": -375, "lineGap": 0, - "xAvgCharWidth": 658, - "unitsPerEm": 1000 + "xAvgCharWidth": 546, + "unitsPerEm": 1000, + "azAvgWidth": 466.03846153846155 }, - "K2D": { - "category": "sans-serif", - "ascent": 1048, - "descent": -252, + "Merienda": { + "category": "handwriting", + "ascent": 1102, + "descent": -342, "lineGap": 0, - "xAvgCharWidth": 572, - "unitsPerEm": 1000 + "xAvgCharWidth": 562, + "unitsPerEm": 1000, + "azAvgWidth": 553.2307692307693 }, - "Noto Sans Thaana": { + "Noto Sans Psalter Pahlavi": { "category": "sans-serif", - "ascent": 1069, - "descent": -424, + "ascent": 737, + "descent": -554, "lineGap": 0, - "xAvgCharWidth": 560, - "unitsPerEm": 1000 + "xAvgCharWidth": 611, + "unitsPerEm": 1000, + "azAvgWidth": 600 }, - "Molle": { - "category": "handwriting", - "ascent": 1852, - "descent": -701, + "Spectral SC": { + "category": "serif", + "ascent": 1059, + "descent": -463, "lineGap": 0, - "xAvgCharWidth": 1290, - "unitsPerEm": 2048 + "xAvgCharWidth": 589, + "unitsPerEm": 1000, + "azAvgWidth": 640.2307692307693 }, - "Diplomata SC": { + "Libre Barcode 39 Extended": { "category": "display", - "ascent": 930, - "descent": -287, + "ascent": 600, + "descent": -400, "lineGap": 0, - "xAvgCharWidth": 1053, - "unitsPerEm": 1000 + "xAvgCharWidth": 721, + "unitsPerEm": 1000, + "azAvgWidth": 960 }, - "Silkscreen": { + "Londrina Outline": { "category": "display", - "ascent": 1030, - "descent": -250, + "ascent": 945, + "descent": -238, "lineGap": 0, - "xAvgCharWidth": 704, - "unitsPerEm": 1000 + "xAvgCharWidth": 443, + "unitsPerEm": 1000, + "azAvgWidth": 431.88461538461536 }, - "Freehand": { - "category": "display", - "ascent": 2500, - "descent": -1200, + "Sacramento": { + "category": "handwriting", + "ascent": 1905, + "descent": -1084, "lineGap": 0, - "xAvgCharWidth": 1466, - "unitsPerEm": 2048 + "xAvgCharWidth": 607, + "unitsPerEm": 2048, + "azAvgWidth": 671.6153846153846 }, - "Seaweed Script": { + "Rubik Puddles": { "category": "display", - "ascent": 969, - "descent": -421, - "lineGap": 0, - "xAvgCharWidth": 370, - "unitsPerEm": 1024 - }, - "Angkor": { - "category": "display", - "ascent": 2500, - "descent": -1200, + "ascent": 935, + "descent": -250, "lineGap": 0, - "xAvgCharWidth": 1359, - "unitsPerEm": 2048 + "xAvgCharWidth": 635, + "unitsPerEm": 1000, + "azAvgWidth": 611.9615384615385 }, - "Pangolin": { - "category": "handwriting", - "ascent": 937, - "descent": -312, + "Noto Sans Telugu": { + "category": "sans-serif", + "ascent": 869, + "descent": -483, "lineGap": 0, - "xAvgCharWidth": 563, - "unitsPerEm": 1000 + "xAvgCharWidth": 696, + "unitsPerEm": 1000, + "azAvgWidth": 530.0769230769231 }, - "Oregano": { + "Shrikhand": { "category": "display", - "ascent": 1975, - "descent": -669, + "ascent": 1026, + "descent": -432, "lineGap": 0, - "xAvgCharWidth": 662, - "unitsPerEm": 2048 + "xAvgCharWidth": 847, + "unitsPerEm": 1000, + "azAvgWidth": 619.3076923076923 }, - "IBM Plex Sans Hebrew": { - "category": "sans-serif", - "ascent": 1025, - "descent": -275, + "Holtwood One SC": { + "category": "serif", + "ascent": 2457, + "descent": -876, "lineGap": 0, - "xAvgCharWidth": 577, - "unitsPerEm": 1000 + "xAvgCharWidth": 1459, + "unitsPerEm": 2048, + "azAvgWidth": 1690.576923076923 }, - "Jacques Francois": { + "Halant": { "category": "serif", - "ascent": 2095, - "descent": -606, + "ascent": 1089, + "descent": -486, "lineGap": 0, - "xAvgCharWidth": 1212, - "unitsPerEm": 2048 + "xAvgCharWidth": 528, + "unitsPerEm": 1000, + "azAvgWidth": 479.46153846153845 }, - "Felipa": { - "category": "handwriting", - "ascent": 966, - "descent": -319, + "Rakkas": { + "category": "display", + "ascent": 1046, + "descent": -445, "lineGap": 0, - "xAvgCharWidth": 332, - "unitsPerEm": 1000 + "xAvgCharWidth": 538, + "unitsPerEm": 1000, + "azAvgWidth": 457.7692307692308 }, - "Signika Negative": { + "Basic": { "category": "sans-serif", - "ascent": 1880, - "descent": -584, + "ascent": 2066, + "descent": -511, "lineGap": 0, - "xAvgCharWidth": 1238, - "unitsPerEm": 2000 + "xAvgCharWidth": 1085, + "unitsPerEm": 2048, + "azAvgWidth": 981.0769230769231 }, - "Truculenta": { + "Kanit": { "category": "sans-serif", - "ascent": 1050, - "descent": -340, - "lineGap": 0, - "xAvgCharWidth": 476, - "unitsPerEm": 1000 - }, - "Tiro Devanagari Marathi": { - "category": "serif", - "ascent": 755, - "descent": -245, - "lineGap": 330, - "xAvgCharWidth": 672, - "unitsPerEm": 1000 - }, - "Syne Tactile": { - "category": "display", - "ascent": 925, - "descent": -275, + "ascent": 1100, + "descent": -395, "lineGap": 0, - "xAvgCharWidth": 527, - "unitsPerEm": 1000 + "xAvgCharWidth": 556, + "unitsPerEm": 1000, + "azAvgWidth": 519.6923076923077 }, - "Manjari": { + "Noto Sans Old Hungarian": { "category": "sans-serif", - "ascent": 1500, - "descent": -750, + "ascent": 859, + "descent": -177, "lineGap": 0, - "xAvgCharWidth": 1813, - "unitsPerEm": 2048 + "xAvgCharWidth": 640, + "unitsPerEm": 1000, + "azAvgWidth": 600 }, - "Lalezar": { + "Passion One": { "category": "display", - "ascent": 979, - "descent": -588, - "lineGap": 0, - "xAvgCharWidth": 627, - "unitsPerEm": 1000 - }, - "Oranienbaum": { - "category": "serif", - "ascent": 895, - "descent": -260, - "lineGap": 0, - "xAvgCharWidth": 465, - "unitsPerEm": 1000 - }, - "Mulish": { - "category": "sans-serif", - "ascent": 1005, - "descent": -250, + "ascent": 835, + "descent": -266, "lineGap": 0, - "xAvgCharWidth": 581, - "unitsPerEm": 1000 + "xAvgCharWidth": 369, + "unitsPerEm": 1000, + "azAvgWidth": 416.2692307692308 }, - "Bevan": { + "Vampiro One": { "category": "display", - "ascent": 2366, - "descent": -925, + "ascent": 956, + "descent": -294, "lineGap": 0, - "xAvgCharWidth": 1469, - "unitsPerEm": 2048 + "xAvgCharWidth": 591, + "unitsPerEm": 1000, + "azAvgWidth": 584.2307692307693 }, - "Mr Dafoe": { - "category": "handwriting", - "ascent": 981, - "descent": -416, + "Brawler": { + "category": "serif", + "ascent": 971, + "descent": -248, "lineGap": 0, - "xAvgCharWidth": 352, - "unitsPerEm": 1000 + "xAvgCharWidth": 565, + "unitsPerEm": 1000, + "azAvgWidth": 535.6538461538462 }, - "Inknut Antiqua": { + "Scheherazade New": { "category": "serif", - "ascent": 1703, - "descent": -876, + "ascent": 2750, + "descent": -1427, "lineGap": 0, - "xAvgCharWidth": 791, - "unitsPerEm": 1000 + "xAvgCharWidth": 1207, + "unitsPerEm": 2048, + "azAvgWidth": 851.7692307692307 }, - "Syne": { + "Telex": { "category": "sans-serif", - "ascent": 925, - "descent": -275, + "ascent": 945, + "descent": -260, "lineGap": 0, - "xAvgCharWidth": 550, - "unitsPerEm": 1000 + "xAvgCharWidth": 531, + "unitsPerEm": 1000, + "azAvgWidth": 522.6538461538462 }, - "Lora": { - "category": "serif", - "ascent": 1006, - "descent": -274, + "Lexend Tera": { + "category": "sans-serif", + "ascent": 1000, + "descent": -250, "lineGap": 0, - "xAvgCharWidth": 598, - "unitsPerEm": 1000 + "xAvgCharWidth": 588, + "unitsPerEm": 1000, + "azAvgWidth": 829.3076923076923 }, - "Chewy": { + "Crushed": { "category": "display", - "ascent": 1003, - "descent": -310, - "lineGap": 25, - "xAvgCharWidth": 455, - "unitsPerEm": 1024 + "ascent": 1820, + "descent": -483, + "lineGap": 51, + "xAvgCharWidth": 768, + "unitsPerEm": 2048, + "azAvgWidth": 861.5384615384615 }, - "Mali": { - "category": "handwriting", - "ascent": 1050, + "Rubik Marker Hatch": { + "category": "display", + "ascent": 935, "descent": -250, "lineGap": 0, - "xAvgCharWidth": 587, - "unitsPerEm": 1000 + "xAvgCharWidth": 635, + "unitsPerEm": 1000, + "azAvgWidth": 611.9615384615385 }, - "Mina": { - "category": "sans-serif", - "ascent": 1075, - "descent": -515, + "Courier Prime": { + "category": "monospace", + "ascent": 1600, + "descent": -700, "lineGap": 0, - "xAvgCharWidth": 462, - "unitsPerEm": 1000 + "xAvgCharWidth": 1228, + "unitsPerEm": 2048, + "azAvgWidth": 1228 }, - "Spectral": { + "Unna": { "category": "serif", - "ascent": 1059, - "descent": -463, + "ascent": 883, + "descent": -269, "lineGap": 0, - "xAvgCharWidth": 589, - "unitsPerEm": 1000 + "xAvgCharWidth": 473, + "unitsPerEm": 1000, + "azAvgWidth": 455.6923076923077 }, - "Hepta Slab": { - "category": "serif", - "ascent": 1976, - "descent": -526, + "Quintessential": { + "category": "handwriting", + "ascent": 2341, + "descent": -799, "lineGap": 0, - "xAvgCharWidth": 1335, - "unitsPerEm": 2000 + "xAvgCharWidth": 794, + "unitsPerEm": 2048, + "azAvgWidth": 899.2692307692307 }, - "Stardos Stencil": { + "Dangrek": { "category": "display", - "ascent": 1994, - "descent": -831, - "lineGap": 0, - "xAvgCharWidth": 901, - "unitsPerEm": 2048 - }, - "Noto Sans Yi": { - "category": "sans-serif", - "ascent": 1069, - "descent": -293, + "ascent": 2500, + "descent": -1200, "lineGap": 0, - "xAvgCharWidth": 565, - "unitsPerEm": 1000 + "xAvgCharWidth": 1109, + "unitsPerEm": 2048, + "azAvgWidth": 972.2307692307693 }, - "Cormorant Upright": { + "Lusitana": { "category": "serif", - "ascent": 924, - "descent": -287, + "ascent": 956, + "descent": -341, "lineGap": 0, - "xAvgCharWidth": 510, - "unitsPerEm": 1000 + "xAvgCharWidth": 416, + "unitsPerEm": 1000, + "azAvgWidth": 482.61538461538464 }, - "Space Grotesk": { + "NTR": { "category": "sans-serif", - "ascent": 984, - "descent": -292, - "lineGap": 0, - "xAvgCharWidth": 559, - "unitsPerEm": 1000 - }, - "Nixie One": { - "category": "display", - "ascent": 926, - "descent": -210, + "ascent": 1294, + "descent": -877, "lineGap": 0, - "xAvgCharWidth": 563, - "unitsPerEm": 1000 + "xAvgCharWidth": 392, + "unitsPerEm": 1024, + "azAvgWidth": 440.8076923076923 }, - "Noto Sans Phags Pa": { + "Wendy One": { "category": "sans-serif", - "ascent": 1069, - "descent": -293, + "ascent": 819, + "descent": -236, "lineGap": 0, - "xAvgCharWidth": 657, - "unitsPerEm": 1000 + "xAvgCharWidth": 532, + "unitsPerEm": 1000, + "azAvgWidth": 552.5384615384615 }, - "Zen Dots": { + "Spicy Rice": { "category": "display", - "ascent": 930, - "descent": -270, + "ascent": 2091, + "descent": -733, "lineGap": 0, - "xAvgCharWidth": 740, - "unitsPerEm": 1000 + "xAvgCharWidth": 859, + "unitsPerEm": 2048, + "azAvgWidth": 991.6923076923077 }, - "Stoke": { + "Squada One": { + "category": "display", + "ascent": 861, + "descent": -196, + "lineGap": 0, + "xAvgCharWidth": 370, + "unitsPerEm": 1000, + "azAvgWidth": 419.03846153846155 + }, + "Sonsie One": { + "category": "display", + "ascent": 2050, + "descent": -600, + "lineGap": 0, + "xAvgCharWidth": 1473, + "unitsPerEm": 2048, + "azAvgWidth": 1691.8461538461538 + }, + "IM Fell Double Pica SC": { "category": "serif", - "ascent": 2030, - "descent": -530, + "ascent": 1924, + "descent": -643, "lineGap": 0, - "xAvgCharWidth": 1386, - "unitsPerEm": 2048 + "xAvgCharWidth": 876, + "unitsPerEm": 2048, + "azAvgWidth": 974.1538461538462 }, - "Noto Serif": { + "Taviraj": { "category": "serif", - "ascent": 2189, - "descent": -600, + "ascent": 1172, + "descent": -534, "lineGap": 0, - "xAvgCharWidth": 1244, - "unitsPerEm": 2048 + "xAvgCharWidth": 587, + "unitsPerEm": 1000, + "azAvgWidth": 526.9615384615385 }, - "Noto Sans Masaram Gondi": { + "Merriweather Sans": { "category": "sans-serif", - "ascent": 1000, - "descent": -200, + "ascent": 1968, + "descent": -546, "lineGap": 0, - "xAvgCharWidth": 567, - "unitsPerEm": 1000 + "xAvgCharWidth": 1245, + "unitsPerEm": 2000, + "azAvgWidth": 1094.3461538461538 }, - "Hanalei Fill": { - "category": "display", - "ascent": 2124, - "descent": -541, + "Molle": { + "category": "handwriting", + "ascent": 1852, + "descent": -701, "lineGap": 0, - "xAvgCharWidth": 940, - "unitsPerEm": 2048 + "xAvgCharWidth": 1290, + "unitsPerEm": 2048, + "azAvgWidth": 1062.5384615384614 }, - "Quattrocento Sans": { + "Noto Sans New Tai Lue": { "category": "sans-serif", - "ascent": 848, - "descent": -260, + "ascent": 1069, + "descent": -293, "lineGap": 0, - "xAvgCharWidth": 432, - "unitsPerEm": 1000 + "xAvgCharWidth": 674, + "unitsPerEm": 1000, + "azAvgWidth": 600 }, - "GFS Neohellenic": { + "Joan": { + "category": "serif", + "ascent": 1000, + "descent": -292, + "lineGap": 0, + "xAvgCharWidth": 578, + "unitsPerEm": 1000, + "azAvgWidth": 481.84615384615387 + }, + "Carrois Gothic": { "category": "sans-serif", - "ascent": 873, - "descent": -245, - "lineGap": 24, - "xAvgCharWidth": 489, - "unitsPerEm": 1000 + "ascent": 922, + "descent": -270, + "lineGap": 0, + "xAvgCharWidth": 477, + "unitsPerEm": 1000, + "azAvgWidth": 479.34615384615387 }, - "Noto Sans Chakma": { + "Gowun Batang": { + "category": "serif", + "ascent": 1160, + "descent": -288, + "lineGap": 0, + "xAvgCharWidth": 896, + "unitsPerEm": 1000, + "azAvgWidth": 484.61538461538464 + }, + "Mate SC": { + "category": "serif", + "ascent": 958, + "descent": -262, + "lineGap": 0, + "xAvgCharWidth": 462, + "unitsPerEm": 1000, + "azAvgWidth": 513.9230769230769 + }, + "IM Fell Great Primer": { + "category": "serif", + "ascent": 1942, + "descent": -562, + "lineGap": 0, + "xAvgCharWidth": 821, + "unitsPerEm": 2048, + "azAvgWidth": 935.3461538461538 + }, + "Noto Sans Osage": { "category": "sans-serif", - "ascent": 1140, - "descent": -320, + "ascent": 1069, + "descent": -293, "lineGap": 0, - "xAvgCharWidth": 773, - "unitsPerEm": 1000 + "xAvgCharWidth": 613, + "unitsPerEm": 1000, + "azAvgWidth": 600 }, - "Rubik Bubbles": { + "Hubballi": { "category": "display", - "ascent": 935, - "descent": -250, + "ascent": 765, + "descent": -191, "lineGap": 0, - "xAvgCharWidth": 635, - "unitsPerEm": 1000 + "xAvgCharWidth": 729, + "unitsPerEm": 1000, + "azAvgWidth": 451.11538461538464 }, - "Sumana": { - "category": "serif", - "ascent": 1922, - "descent": -1005, + "Spinnaker": { + "category": "sans-serif", + "ascent": 1920, + "descent": -487, "lineGap": 0, - "xAvgCharWidth": 542, - "unitsPerEm": 1000 + "xAvgCharWidth": 1174, + "unitsPerEm": 2048, + "azAvgWidth": 1100.1923076923076 }, - "Nunito": { + "Kumbh Sans": { "category": "sans-serif", - "ascent": 1011, - "descent": -353, + "ascent": 2020, + "descent": -520, "lineGap": 0, - "xAvgCharWidth": 566, - "unitsPerEm": 1000 + "xAvgCharWidth": 1158, + "unitsPerEm": 2048, + "azAvgWidth": 1092.7692307692307 }, - "Luxurious Script": { - "category": "handwriting", - "ascent": 850, - "descent": -350, + "Content": { + "category": "display", + "ascent": 2500, + "descent": -1200, + "lineGap": 67, + "xAvgCharWidth": 2184, + "unitsPerEm": 2048, + "azAvgWidth": 1536 + }, + "Big Shoulders Stencil Display": { + "category": "display", + "ascent": 1968, + "descent": -426, "lineGap": 0, - "xAvgCharWidth": 530, - "unitsPerEm": 1000 + "xAvgCharWidth": 551, + "unitsPerEm": 2000, + "azAvgWidth": 655.2692307692307 }, - "Marko One": { - "category": "serif", - "ascent": 2019, - "descent": -727, + "Underdog": { + "category": "display", + "ascent": 909, + "descent": -247, "lineGap": 0, - "xAvgCharWidth": 1084, - "unitsPerEm": 2048 + "xAvgCharWidth": 522, + "unitsPerEm": 1000, + "azAvgWidth": 500 }, - "Bubblegum Sans": { + "Ranchers": { "category": "display", - "ascent": 852, - "descent": -311, + "ascent": 1045, + "descent": -205, "lineGap": 0, - "xAvgCharWidth": 364, - "unitsPerEm": 1000 + "xAvgCharWidth": 378, + "unitsPerEm": 1000, + "azAvgWidth": 445.34615384615387 + }, + "Vesper Libre": { + "category": "serif", + "ascent": 2330, + "descent": -1550, + "lineGap": 0, + "xAvgCharWidth": 1083, + "unitsPerEm": 2048, + "azAvgWidth": 1000 + }, + "Lexend Deca": { + "category": "sans-serif", + "ascent": 1000, + "descent": -250, + "lineGap": 0, + "xAvgCharWidth": 588, + "unitsPerEm": 1000, + "azAvgWidth": 549.2307692307693 + }, + "Oxygen": { + "category": "sans-serif", + "ascent": 2103, + "descent": -483, + "lineGap": 0, + "xAvgCharWidth": 919, + "unitsPerEm": 2048, + "azAvgWidth": 1032.3461538461538 }, "Blinker": { "category": "sans-serif", @@ -6029,791 +6530,836 @@ "descent": -240, "lineGap": 0, "xAvgCharWidth": 479, - "unitsPerEm": 1000 + "unitsPerEm": 1000, + "azAvgWidth": 474.96153846153845 }, - "Content": { + "Koulen": { "category": "display", "ascent": 2500, "descent": -1200, - "lineGap": 67, - "xAvgCharWidth": 2184, - "unitsPerEm": 2048 + "lineGap": 0, + "xAvgCharWidth": 1078, + "unitsPerEm": 2048, + "azAvgWidth": 908.6153846153846 }, - "Cantora One": { + "Lexend Giga": { "category": "sans-serif", "ascent": 1000, "descent": -250, "lineGap": 0, - "xAvgCharWidth": 413, - "unitsPerEm": 1000 - }, - "Fira Sans Extra Condensed": { - "category": "sans-serif", - "ascent": 935, - "descent": -265, - "lineGap": 0, - "xAvgCharWidth": 465, - "unitsPerEm": 1000 + "xAvgCharWidth": 588, + "unitsPerEm": 1000, + "azAvgWidth": 745.3076923076923 }, - "Buenard": { + "Pridi": { "category": "serif", - "ascent": 1031, - "descent": -270, + "ascent": 1100, + "descent": -450, "lineGap": 0, - "xAvgCharWidth": 412, - "unitsPerEm": 1000 + "xAvgCharWidth": 556, + "unitsPerEm": 1000, + "azAvgWidth": 535.4230769230769 }, - "Noto Serif Devanagari": { + "Markazi Text": { "category": "serif", - "ascent": 930, - "descent": -625, + "ascent": 1718, + "descent": -740, "lineGap": 0, - "xAvgCharWidth": 528, - "unitsPerEm": 1000 + "xAvgCharWidth": 1034, + "unitsPerEm": 2048, + "azAvgWidth": 784.9230769230769 }, - "Strait": { + "Noto Sans Adlam": { "category": "sans-serif", - "ascent": 901, - "descent": -194, + "ascent": 1069, + "descent": -293, "lineGap": 0, - "xAvgCharWidth": 468, - "unitsPerEm": 1000 + "xAvgCharWidth": 645, + "unitsPerEm": 1000, + "azAvgWidth": 574 }, - "Libre Barcode 39 Extended": { - "category": "display", - "ascent": 600, + "Square Peg": { + "category": "handwriting", + "ascent": 920, "descent": -400, "lineGap": 0, - "xAvgCharWidth": 721, - "unitsPerEm": 1000 + "xAvgCharWidth": 361, + "unitsPerEm": 1000, + "azAvgWidth": 274.46153846153845 }, - "Pirata One": { + "Geostar Fill": { "category": "display", - "ascent": 1006, - "descent": -279, + "ascent": 922, + "descent": -226, "lineGap": 0, - "xAvgCharWidth": 393, - "unitsPerEm": 1000 + "xAvgCharWidth": 779, + "unitsPerEm": 1000, + "azAvgWidth": 756.8461538461538 }, - "Marcellus SC": { + "Sura": { "category": "serif", - "ascent": 1995, - "descent": -573, + "ascent": 2359, + "descent": -872, "lineGap": 0, - "xAvgCharWidth": 959, - "unitsPerEm": 2048 + "xAvgCharWidth": 1083, + "unitsPerEm": 2048, + "azAvgWidth": 1041.8846153846155 }, - "Spicy Rice": { - "category": "display", - "ascent": 2091, - "descent": -733, - "lineGap": 0, - "xAvgCharWidth": 859, - "unitsPerEm": 2048 - }, - "Lakki Reddy": { - "category": "handwriting", - "ascent": 938, - "descent": -765, - "lineGap": 0, - "xAvgCharWidth": 612, - "unitsPerEm": 1024 - }, - "Varta": { + "Jura": { "category": "sans-serif", - "ascent": 1902, - "descent": -1068, + "ascent": 1930, + "descent": -436, "lineGap": 0, - "xAvgCharWidth": 1010, - "unitsPerEm": 2048 + "xAvgCharWidth": 1112, + "unitsPerEm": 2000, + "azAvgWidth": 1062.1538461538462 }, - "Corinthia": { + "Ole": { "category": "handwriting", - "ascent": 760, - "descent": -440, - "lineGap": 0, - "xAvgCharWidth": 437, - "unitsPerEm": 1000 - }, - "Medula One": { - "category": "display", - "ascent": 846, - "descent": -162, + "ascent": 880, + "descent": -380, "lineGap": 0, - "xAvgCharWidth": 256, - "unitsPerEm": 1000 + "xAvgCharWidth": 418, + "unitsPerEm": 1000, + "azAvgWidth": 283.3076923076923 }, - "Faster One": { + "MedievalSharp": { "category": "display", - "ascent": 898, - "descent": -165, + "ascent": 1771, + "descent": -543, "lineGap": 0, - "xAvgCharWidth": 678, - "unitsPerEm": 1000 + "xAvgCharWidth": 1101, + "unitsPerEm": 2048, + "azAvgWidth": 1062.2307692307693 }, - "Langar": { + "Special Elite": { "category": "display", - "ascent": 739, - "descent": -200, - "lineGap": 455, - "xAvgCharWidth": 549, - "unitsPerEm": 1000 - }, - "Podkova": { - "category": "serif", - "ascent": 859, - "descent": -249, + "ascent": 1440, + "descent": -608, "lineGap": 0, - "xAvgCharWidth": 550, - "unitsPerEm": 1000 + "xAvgCharWidth": 1075, + "unitsPerEm": 2048, + "azAvgWidth": 1180.8461538461538 }, - "Outfit": { + "IBM Plex Sans Thai Looped": { "category": "sans-serif", - "ascent": 1000, - "descent": -260, + "ascent": 1116, + "descent": -534, "lineGap": 0, - "xAvgCharWidth": 559, - "unitsPerEm": 1000 + "xAvgCharWidth": 606, + "unitsPerEm": 1000, + "azAvgWidth": 504.96153846153845 }, - "Anton": { + "Pattaya": { "category": "sans-serif", - "ascent": 2409, - "descent": -674, - "lineGap": 0, - "xAvgCharWidth": 938, - "unitsPerEm": 2048 - }, - "Anybody": { - "category": "display", - "ascent": 1590, - "descent": -480, + "ascent": 2065, + "descent": -777, "lineGap": 0, - "xAvgCharWidth": 190, - "unitsPerEm": 2000 + "xAvgCharWidth": 1213, + "unitsPerEm": 2048, + "azAvgWidth": 907.7307692307693 }, - "Tenali Ramakrishna": { + "Noto Sans Nushu": { "category": "sans-serif", - "ascent": 661, - "descent": -512, - "lineGap": 0, - "xAvgCharWidth": 335, - "unitsPerEm": 750 - }, - "Artifika": { - "category": "serif", - "ascent": 1984, - "descent": -508, + "ascent": 1069, + "descent": -321, "lineGap": 0, - "xAvgCharWidth": 1195, - "unitsPerEm": 2048 + "xAvgCharWidth": 843, + "unitsPerEm": 1000, + "azAvgWidth": 600 }, - "Seymour One": { + "Truculenta": { "category": "sans-serif", - "ascent": 2015, - "descent": -559, + "ascent": 1050, + "descent": -340, "lineGap": 0, - "xAvgCharWidth": 1458, - "unitsPerEm": 2048 - }, - "Yellowtail": { - "category": "handwriting", - "ascent": 1990, - "descent": -617, - "lineGap": 184, - "xAvgCharWidth": 668, - "unitsPerEm": 2048 + "xAvgCharWidth": 476, + "unitsPerEm": 1000, + "azAvgWidth": 396.15384615384613 }, - "Yesteryear": { - "category": "handwriting", - "ascent": 2001, - "descent": -1004, - "lineGap": 0, - "xAvgCharWidth": 661, - "unitsPerEm": 2048 + "Tajawal": { + "category": "sans-serif", + "ascent": 643, + "descent": -357, + "lineGap": 200, + "xAvgCharWidth": 421, + "unitsPerEm": 1000, + "azAvgWidth": 467.61538461538464 }, - "B612 Mono": { - "category": "monospace", - "ascent": 1930, - "descent": -500, + "Lexend Exa": { + "category": "sans-serif", + "ascent": 1000, + "descent": -250, "lineGap": 0, - "xAvgCharWidth": 1403, - "unitsPerEm": 2000 - }, - "Castoro": { - "category": "serif", - "ascent": 755, - "descent": -245, - "lineGap": 250, - "xAvgCharWidth": 559, - "unitsPerEm": 1000 + "xAvgCharWidth": 588, + "unitsPerEm": 1000, + "azAvgWidth": 689.2307692307693 }, - "IM Fell Double Pica SC": { + "PT Serif": { "category": "serif", - "ascent": 1924, - "descent": -643, + "ascent": 1039, + "descent": -286, "lineGap": 0, - "xAvgCharWidth": 876, - "unitsPerEm": 2048 + "xAvgCharWidth": 564, + "unitsPerEm": 1000, + "azAvgWidth": 502.61538461538464 }, - "Yuji Syuku": { + "Stoke": { "category": "serif", - "ascent": 1160, - "descent": -288, - "lineGap": 0, - "xAvgCharWidth": 970, - "unitsPerEm": 1000 - }, - "Shalimar": { - "category": "handwriting", - "ascent": 800, - "descent": -420, + "ascent": 2030, + "descent": -530, "lineGap": 0, - "xAvgCharWidth": 454, - "unitsPerEm": 1000 + "xAvgCharWidth": 1386, + "unitsPerEm": 2048, + "azAvgWidth": 1301.3076923076924 }, - "IBM Plex Sans KR": { - "category": "sans-serif", - "ascent": 1085, - "descent": -415, + "Ubuntu Mono": { + "category": "monospace", + "ascent": 830, + "descent": -170, "lineGap": 0, - "xAvgCharWidth": 893, - "unitsPerEm": 1000 + "xAvgCharWidth": 500, + "unitsPerEm": 1000, + "azAvgWidth": 500 }, - "Monda": { - "category": "sans-serif", - "ascent": 2461, - "descent": -875, + "Stalinist One": { + "category": "display", + "ascent": 1037, + "descent": -439, "lineGap": 0, - "xAvgCharWidth": 1195, - "unitsPerEm": 2048 + "xAvgCharWidth": 1028, + "unitsPerEm": 1000, + "azAvgWidth": 1006.3076923076923 }, - "Noto Sans Grantha": { + "Noto Sans Kayah Li": { "category": "sans-serif", - "ascent": 1290, - "descent": -534, - "lineGap": 0, - "xAvgCharWidth": 1316, - "unitsPerEm": 1000 - }, - "Noto Sans Mono": { - "category": "monospace", "ascent": 1069, "descent": -293, "lineGap": 0, - "xAvgCharWidth": 645, - "unitsPerEm": 1000 - }, - "Neonderthaw": { - "category": "handwriting", - "ascent": 1050, - "descent": -300, - "lineGap": 0, - "xAvgCharWidth": 629, - "unitsPerEm": 1000 - }, - "Megrim": { - "category": "display", - "ascent": 880, - "descent": -200, - "lineGap": 90, - "xAvgCharWidth": 487, - "unitsPerEm": 1000 - }, - "Andada Pro": { - "category": "serif", - "ascent": 942, - "descent": -235, - "lineGap": 0, - "xAvgCharWidth": 589, - "unitsPerEm": 1000 - }, - "Comforter Brush": { - "category": "handwriting", - "ascent": 930, - "descent": -480, - "lineGap": 0, - "xAvgCharWidth": 496, - "unitsPerEm": 1000 - }, - "Imperial Script": { - "category": "handwriting", - "ascent": 880, - "descent": -330, - "lineGap": 0, - "xAvgCharWidth": 497, - "unitsPerEm": 1000 + "xAvgCharWidth": 704, + "unitsPerEm": 1000, + "azAvgWidth": 600 }, - "Meera Inimai": { + "Shanti": { "category": "sans-serif", - "ascent": 1986, - "descent": -1200, - "lineGap": 184, - "xAvgCharWidth": 1275, - "unitsPerEm": 2048 - }, - "Asar": { - "category": "serif", - "ascent": 1196, - "descent": -557, - "lineGap": 0, - "xAvgCharWidth": 790, - "unitsPerEm": 1000 - }, - "Raleway Dots": { - "category": "display", - "ascent": 918, - "descent": -213, + "ascent": 2012, + "descent": -599, "lineGap": 0, - "xAvgCharWidth": 453, - "unitsPerEm": 1000 + "xAvgCharWidth": 906, + "unitsPerEm": 2048, + "azAvgWidth": 1021.3461538461538 }, - "Reem Kufi": { + "Cantarell": { "category": "sans-serif", - "ascent": 1100, - "descent": -400, - "lineGap": 0, - "xAvgCharWidth": 604, - "unitsPerEm": 1000 + "ascent": 2137, + "descent": -555, + "lineGap": 211, + "xAvgCharWidth": 945, + "unitsPerEm": 2048, + "azAvgWidth": 1058.5384615384614 }, - "Arima Madurai": { - "category": "display", - "ascent": 1073, - "descent": -560, + "Kite One": { + "category": "sans-serif", + "ascent": 1094, + "descent": -351, "lineGap": 0, - "xAvgCharWidth": 614, - "unitsPerEm": 1000 + "xAvgCharWidth": 559, + "unitsPerEm": 1000, + "azAvgWidth": 479.5769230769231 }, - "Noto Sans Khojki": { + "Noto Sans Imperial Aramaic": { "category": "sans-serif", - "ascent": 1409, - "descent": -447, + "ascent": 1069, + "descent": -293, "lineGap": 0, - "xAvgCharWidth": 670, - "unitsPerEm": 1000 + "xAvgCharWidth": 629, + "unitsPerEm": 1000, + "azAvgWidth": 500 }, - "Clicker Script": { - "category": "handwriting", - "ascent": 1898, - "descent": -807, + "Noto Emoji": { + "category": "sans-serif", + "ascent": 1900, + "descent": -500, "lineGap": 0, - "xAvgCharWidth": 613, - "unitsPerEm": 2048 + "xAvgCharWidth": 2598, + "unitsPerEm": 2048, + "azAvgWidth": 1000 }, - "Cinzel Decorative": { - "category": "display", - "ascent": 976, - "descent": -372, + "Six Caps": { + "category": "sans-serif", + "ascent": 2263, + "descent": -432, "lineGap": 0, - "xAvgCharWidth": 625, - "unitsPerEm": 1000 + "xAvgCharWidth": 410, + "unitsPerEm": 2048, + "azAvgWidth": 458.46153846153845 }, - "Princess Sofia": { + "Mea Culpa": { "category": "handwriting", - "ascent": 1010, - "descent": -574, + "ascent": 1000, + "descent": -400, "lineGap": 0, - "xAvgCharWidth": 352, - "unitsPerEm": 1024 + "xAvgCharWidth": 540, + "unitsPerEm": 1000, + "azAvgWidth": 293.84615384615387 }, - "Smooch": { - "category": "handwriting", - "ascent": 950, - "descent": -450, + "Hammersmith One": { + "category": "sans-serif", + "ascent": 1844, + "descent": -716, "lineGap": 0, - "xAvgCharWidth": 556, - "unitsPerEm": 1000 + "xAvgCharWidth": 1158, + "unitsPerEm": 2048, + "azAvgWidth": 1057.5384615384614 }, - "Shrikhand": { + "Londrina Solid": { "category": "display", - "ascent": 1026, - "descent": -432, + "ascent": 945, + "descent": -238, "lineGap": 0, - "xAvgCharWidth": 847, - "unitsPerEm": 1000 + "xAvgCharWidth": 443, + "unitsPerEm": 1000, + "azAvgWidth": 431.88461538461536 }, - "Fascinate Inline": { + "Kumar One": { "category": "display", - "ascent": 2125, - "descent": -591, + "ascent": 1137, + "descent": -642, "lineGap": 0, - "xAvgCharWidth": 1123, - "unitsPerEm": 2048 + "xAvgCharWidth": 894, + "unitsPerEm": 1000, + "azAvgWidth": 699.9230769230769 }, - "Short Stack": { + "Sriracha": { "category": "handwriting", - "ascent": 1913, - "descent": -609, + "ascent": 1220, + "descent": -550, "lineGap": 0, - "xAvgCharWidth": 1268, - "unitsPerEm": 2048 + "xAvgCharWidth": 562, + "unitsPerEm": 1000, + "azAvgWidth": 492.84615384615387 }, - "Fjalla One": { - "category": "sans-serif", - "ascent": 2066, - "descent": -508, + "Syne Mono": { + "category": "monospace", + "ascent": 925, + "descent": -275, "lineGap": 0, - "xAvgCharWidth": 947, - "unitsPerEm": 2048 + "xAvgCharWidth": 553, + "unitsPerEm": 1000, + "azAvgWidth": 550 }, - "Literata": { - "category": "serif", - "ascent": 1177, - "descent": -308, + "Moulpali": { + "category": "display", + "ascent": 2900, + "descent": -1600, "lineGap": 0, - "xAvgCharWidth": 639, - "unitsPerEm": 1000 + "xAvgCharWidth": 1539, + "unitsPerEm": 2048, + "azAvgWidth": 919.3076923076923 }, - "Meddon": { - "category": "handwriting", - "ascent": 2860, - "descent": -1457, + "Tenor Sans": { + "category": "sans-serif", + "ascent": 920, + "descent": -250, "lineGap": 0, - "xAvgCharWidth": 1218, - "unitsPerEm": 2048 + "xAvgCharWidth": 484, + "unitsPerEm": 1000, + "azAvgWidth": 526.3461538461538 }, - "Lateef": { - "category": "handwriting", - "ascent": 1937, - "descent": -1024, + "Battambang": { + "category": "display", + "ascent": 2500, + "descent": -1200, "lineGap": 0, - "xAvgCharWidth": 633, - "unitsPerEm": 2048 + "xAvgCharWidth": 1235, + "unitsPerEm": 2048, + "azAvgWidth": 1116.2307692307693 }, - "Titillium Web": { + "Sora": { "category": "sans-serif", - "ascent": 1133, - "descent": -388, + "ascent": 970, + "descent": -290, "lineGap": 0, - "xAvgCharWidth": 493, - "unitsPerEm": 1000 + "xAvgCharWidth": 590, + "unitsPerEm": 1000, + "azAvgWidth": 577.4230769230769 }, - "Unna": { + "Fauna One": { "category": "serif", - "ascent": 883, - "descent": -269, + "ascent": 987, + "descent": -243, "lineGap": 0, - "xAvgCharWidth": 473, - "unitsPerEm": 1000 + "xAvgCharWidth": 554, + "unitsPerEm": 1000, + "azAvgWidth": 574.6153846153846 }, - "IBM Plex Sans Thai Looped": { + "Noto Sans Lisu": { "category": "sans-serif", - "ascent": 1116, - "descent": -534, + "ascent": 1069, + "descent": -293, "lineGap": 0, - "xAvgCharWidth": 606, - "unitsPerEm": 1000 + "xAvgCharWidth": 553, + "unitsPerEm": 1000, + "azAvgWidth": 530.0769230769231 }, - "Ranga": { + "Diplomata": { "category": "display", - "ascent": 2218, - "descent": -1027, + "ascent": 930, + "descent": -287, "lineGap": 0, - "xAvgCharWidth": 863, - "unitsPerEm": 2218 + "xAvgCharWidth": 964, + "unitsPerEm": 1000, + "azAvgWidth": 1098.2692307692307 }, - "Signika": { - "category": "sans-serif", - "ascent": 1880, - "descent": -584, + "Inika": { + "category": "serif", + "ascent": 1006, + "descent": -297, "lineGap": 0, - "xAvgCharWidth": 1241, - "unitsPerEm": 2000 + "xAvgCharWidth": 464, + "unitsPerEm": 1000, + "azAvgWidth": 531.2307692307693 }, - "Mate SC": { - "category": "serif", - "ascent": 958, - "descent": -262, + "Mr De Haviland": { + "category": "handwriting", + "ascent": 875, + "descent": -442, "lineGap": 0, - "xAvgCharWidth": 462, - "unitsPerEm": 1000 + "xAvgCharWidth": 239, + "unitsPerEm": 1000, + "azAvgWidth": 258.5 }, - "Creepster": { + "Port Lligat Sans": { + "category": "sans-serif", + "ascent": 860, + "descent": -211, + "lineGap": 0, + "xAvgCharWidth": 398, + "unitsPerEm": 1000, + "azAvgWidth": 446.1923076923077 + }, + "Black Ops One": { "category": "display", - "ascent": 974, - "descent": -223, + "ascent": 1871, + "descent": -689, "lineGap": 0, - "xAvgCharWidth": 421, - "unitsPerEm": 1024 + "xAvgCharWidth": 1360, + "unitsPerEm": 2048, + "azAvgWidth": 1252.6923076923076 }, - "Gidugu": { + "Gwendolyn": { + "category": "handwriting", + "ascent": 880, + "descent": -320, + "lineGap": 0, + "xAvgCharWidth": 477, + "unitsPerEm": 1000, + "azAvgWidth": 337.11538461538464 + }, + "Kdam Thmor Pro": { "category": "sans-serif", - "ascent": 1294, - "descent": -790, + "ascent": 1146, + "descent": -400, "lineGap": 0, - "xAvgCharWidth": 324, - "unitsPerEm": 1124 + "xAvgCharWidth": 676, + "unitsPerEm": 1000, + "azAvgWidth": 516.0384615384615 }, - "Rozha One": { + "Spectral": { "category": "serif", - "ascent": 998, - "descent": -422, + "ascent": 1059, + "descent": -463, "lineGap": 0, - "xAvgCharWidth": 543, - "unitsPerEm": 1000 + "xAvgCharWidth": 589, + "unitsPerEm": 1000, + "azAvgWidth": 502.38461538461536 }, - "Forum": { + "JetBrains Mono": { + "category": "monospace", + "ascent": 1020, + "descent": -300, + "lineGap": 0, + "xAvgCharWidth": 602, + "unitsPerEm": 1000, + "azAvgWidth": 600 + }, + "Coda": { "category": "display", - "ascent": 856, - "descent": -248, + "ascent": 2124, + "descent": -784, "lineGap": 0, - "xAvgCharWidth": 408, - "unitsPerEm": 1000 + "xAvgCharWidth": 906, + "unitsPerEm": 2048, + "azAvgWidth": 1032 }, - "Scope One": { - "category": "serif", - "ascent": 928, - "descent": -455, + "Noto Sans Old South Arabian": { + "category": "sans-serif", + "ascent": 1069, + "descent": -293, "lineGap": 0, - "xAvgCharWidth": 524, - "unitsPerEm": 1000 + "xAvgCharWidth": 541, + "unitsPerEm": 1000, + "azAvgWidth": 500 }, - "Jaldi": { + "Arya": { "category": "sans-serif", - "ascent": 2350, - "descent": -1111, + "ascent": 1265, + "descent": -544, "lineGap": 0, - "xAvgCharWidth": 993, - "unitsPerEm": 2048 + "xAvgCharWidth": 539, + "unitsPerEm": 1000, + "azAvgWidth": 472.11538461538464 }, - "Noto Sans Balinese": { + "Noto Sans Thai Looped": { "category": "sans-serif", - "ascent": 1363, - "descent": -838, + "ascent": 1250, + "descent": -350, "lineGap": 0, - "xAvgCharWidth": 734, - "unitsPerEm": 1000 + "xAvgCharWidth": 586, + "unitsPerEm": 1000, + "azAvgWidth": 600 }, - "MedievalSharp": { + "Galindo": { "category": "display", - "ascent": 1771, - "descent": -543, + "ascent": 2014, + "descent": -883, "lineGap": 0, - "xAvgCharWidth": 1101, - "unitsPerEm": 2048 + "xAvgCharWidth": 1077, + "unitsPerEm": 2048, + "azAvgWidth": 1187.1538461538462 }, - "Gelasio": { - "category": "serif", - "ascent": 1900, - "descent": -700, + "Over the Rainbow": { + "category": "handwriting", + "ascent": 1412, + "descent": -677, "lineGap": 0, - "xAvgCharWidth": 1202, - "unitsPerEm": 2048 + "xAvgCharWidth": 551, + "unitsPerEm": 1024, + "azAvgWidth": 481.5769230769231 }, - "Noto Sans Lao": { - "category": "sans-serif", - "ascent": 1183, - "descent": -462, + "MonteCarlo": { + "category": "handwriting", + "ascent": 1200, + "descent": -500, "lineGap": 0, - "xAvgCharWidth": 556, - "unitsPerEm": 1000 + "xAvgCharWidth": 604, + "unitsPerEm": 1000, + "azAvgWidth": 322.65384615384613 }, - "Noto Sans Medefaidrin": { + "Raleway": { "category": "sans-serif", - "ascent": 1069, - "descent": -293, + "ascent": 940, + "descent": -234, "lineGap": 0, - "xAvgCharWidth": 643, - "unitsPerEm": 1000 + "xAvgCharWidth": 566, + "unitsPerEm": 1000, + "azAvgWidth": 525.9230769230769 }, - "Original Surfer": { + "Big Shoulders Inline Text": { "category": "display", - "ascent": 2036, - "descent": -526, + "ascent": 3936, + "descent": -852, "lineGap": 0, - "xAvgCharWidth": 946, - "unitsPerEm": 2048 + "xAvgCharWidth": 1072, + "unitsPerEm": 4000, + "azAvgWidth": 1472.6538461538462 }, - "Frank Ruhl Libre": { + "Flamenco": { + "category": "display", + "ascent": 800, + "descent": -231, + "lineGap": 0, + "xAvgCharWidth": 392, + "unitsPerEm": 1000, + "azAvgWidth": 436.5769230769231 + }, + "Della Respira": { "category": "serif", - "ascent": 957, - "descent": -334, + "ascent": 2196, + "descent": -607, "lineGap": 0, - "xAvgCharWidth": 506, - "unitsPerEm": 1000 + "xAvgCharWidth": 889, + "unitsPerEm": 2048, + "azAvgWidth": 1009.1923076923077 }, - "Libre Barcode 128": { - "category": "display", - "ascent": 600, - "descent": -400, + "Teko": { + "category": "sans-serif", + "ascent": 958, + "descent": -475, "lineGap": 0, - "xAvgCharWidth": 331, - "unitsPerEm": 1000 + "xAvgCharWidth": 377, + "unitsPerEm": 1000, + "azAvgWidth": 331.46153846153845 }, - "Sirin Stencil": { + "Oi": { "category": "display", - "ascent": 2380, - "descent": -604, + "ascent": 1070, + "descent": -510, "lineGap": 0, - "xAvgCharWidth": 1034, - "unitsPerEm": 2048 + "xAvgCharWidth": 1102, + "unitsPerEm": 1000, + "azAvgWidth": 957.3076923076923 }, - "Anonymous Pro": { - "category": "monospace", - "ascent": 1675, - "descent": -373, + "Signika": { + "category": "sans-serif", + "ascent": 1880, + "descent": -584, "lineGap": 0, - "xAvgCharWidth": 1118, - "unitsPerEm": 2048 + "xAvgCharWidth": 1241, + "unitsPerEm": 2000, + "azAvgWidth": 958.9230769230769 }, - "Montaga": { + "Cambo": { "category": "serif", - "ascent": 978, - "descent": -254, + "ascent": 879, + "descent": -243, "lineGap": 0, - "xAvgCharWidth": 437, - "unitsPerEm": 1000 + "xAvgCharWidth": 449, + "unitsPerEm": 1000, + "azAvgWidth": 511.53846153846155 }, - "Road Rage": { + "Warnes": { "category": "display", - "ascent": 850, - "descent": -250, + "ascent": 994, + "descent": -310, "lineGap": 0, - "xAvgCharWidth": 325, - "unitsPerEm": 1000 + "xAvgCharWidth": 612, + "unitsPerEm": 1000, + "azAvgWidth": 685.5 }, - "Stalinist One": { + "Jomhuria": { "category": "display", - "ascent": 1037, - "descent": -439, + "ascent": 1840, + "descent": -1160, "lineGap": 0, - "xAvgCharWidth": 1028, - "unitsPerEm": 1000 + "xAvgCharWidth": 1079, + "unitsPerEm": 3000, + "azAvgWidth": 841.8846153846154 }, - "Jacques Francois Shadow": { + "Nova Round": { "category": "display", - "ascent": 2095, - "descent": -606, + "ascent": 1966, + "descent": -506, "lineGap": 0, - "xAvgCharWidth": 1323, - "unitsPerEm": 2048 + "xAvgCharWidth": 1169, + "unitsPerEm": 2048, + "azAvgWidth": 1074.923076923077 }, - "Kotta One": { - "category": "serif", - "ascent": 915, - "descent": -288, + "Gluten": { + "category": "display", + "ascent": 1290, + "descent": -475, "lineGap": 0, - "xAvgCharWidth": 433, - "unitsPerEm": 1000 + "xAvgCharWidth": 1008, + "unitsPerEm": 2000, + "azAvgWidth": 1140.2307692307693 }, - "Source Serif Pro": { + "Libre Baskerville": { "category": "serif", - "ascent": 918, - "descent": -335, + "ascent": 970, + "descent": -270, "lineGap": 0, - "xAvgCharWidth": 558, - "unitsPerEm": 1000 + "xAvgCharWidth": 513, + "unitsPerEm": 1000, + "azAvgWidth": 587.3461538461538 }, - "Numans": { + "Noto Sans Tai Le": { "category": "sans-serif", - "ascent": 1853, - "descent": -553, + "ascent": 1069, + "descent": -293, "lineGap": 0, - "xAvgCharWidth": 1185, - "unitsPerEm": 2048 + "xAvgCharWidth": 548, + "unitsPerEm": 1000, + "azAvgWidth": 600 }, - "Andika": { + "WindSong": { + "category": "handwriting", + "ascent": 890, + "descent": -515, + "lineGap": 0, + "xAvgCharWidth": 861, + "unitsPerEm": 1000, + "azAvgWidth": 496.2692307692308 + }, + "Kavivanar": { + "category": "handwriting", + "ascent": 1065, + "descent": -417, + "lineGap": 0, + "xAvgCharWidth": 418, + "unitsPerEm": 1000, + "azAvgWidth": 480.53846153846155 + }, + "Krona One": { "category": "sans-serif", - "ascent": 2500, - "descent": -800, + "ascent": 2030, + "descent": -530, "lineGap": 0, - "xAvgCharWidth": 1146, - "unitsPerEm": 2048 + "xAvgCharWidth": 1344, + "unitsPerEm": 2048, + "azAvgWidth": 1506.6538461538462 }, - "IM Fell Great Primer SC": { + "Scope One": { "category": "serif", - "ascent": 1942, - "descent": -562, + "ascent": 928, + "descent": -455, "lineGap": 0, - "xAvgCharWidth": 935, - "unitsPerEm": 2048 + "xAvgCharWidth": 524, + "unitsPerEm": 1000, + "azAvgWidth": 523.4615384615385 }, - "Cherry Cream Soda": { + "Righteous": { "category": "display", - "ascent": 1006, - "descent": -247, - "lineGap": 29, - "xAvgCharWidth": 680, - "unitsPerEm": 1024 + "ascent": 2017, + "descent": -526, + "lineGap": 0, + "xAvgCharWidth": 963, + "unitsPerEm": 2048, + "azAvgWidth": 1070.8076923076924 }, - "McLaren": { + "Lobster Two": { "category": "display", - "ascent": 2216, - "descent": -722, + "ascent": 1000, + "descent": -250, "lineGap": 0, - "xAvgCharWidth": 1038, - "unitsPerEm": 2048 + "xAvgCharWidth": 520, + "unitsPerEm": 1000, + "azAvgWidth": 408.5 }, - "Baloo Tamma 2": { + "Arbutus": { "category": "display", - "ascent": 1078, - "descent": -673, + "ascent": 2010, + "descent": -550, "lineGap": 0, - "xAvgCharWidth": 662, - "unitsPerEm": 1000 + "xAvgCharWidth": 1507, + "unitsPerEm": 2048, + "azAvgWidth": 1449.8846153846155 }, - "Shadows Into Light": { + "Marvel": { + "category": "sans-serif", + "ascent": 951, + "descent": -259, + "lineGap": 0, + "xAvgCharWidth": 407, + "unitsPerEm": 1000, + "azAvgWidth": 378.3076923076923 + }, + "Ms Madi": { "category": "handwriting", - "ascent": 1203, - "descent": -442, + "ascent": 900, + "descent": -420, "lineGap": 0, - "xAvgCharWidth": 425, - "unitsPerEm": 1024 + "xAvgCharWidth": 543, + "unitsPerEm": 1000, + "azAvgWidth": 341.61538461538464 }, - "Simonetta": { + "Zen Dots": { "category": "display", - "ascent": 1970, - "descent": -594, + "ascent": 930, + "descent": -270, "lineGap": 0, - "xAvgCharWidth": 821, - "unitsPerEm": 2048 + "xAvgCharWidth": 740, + "unitsPerEm": 1000, + "azAvgWidth": 679.6923076923077 }, - "Sriracha": { + "Ravi Prakash": { + "category": "display", + "ascent": 938, + "descent": -684, + "lineGap": 0, + "xAvgCharWidth": 542, + "unitsPerEm": 1024, + "azAvgWidth": 471.7692307692308 + }, + "Noto Sans Tirhuta": { + "category": "sans-serif", + "ascent": 1026, + "descent": -519, + "lineGap": 0, + "xAvgCharWidth": 618, + "unitsPerEm": 1000, + "azAvgWidth": 600 + }, + "Pinyon Script": { "category": "handwriting", - "ascent": 1220, - "descent": -550, + "ascent": 1768, + "descent": -787, "lineGap": 0, - "xAvgCharWidth": 562, - "unitsPerEm": 1000 + "xAvgCharWidth": 1043, + "unitsPerEm": 2048, + "azAvgWidth": 794.0769230769231 }, - "Margarine": { + "Monofett": { "category": "display", - "ascent": 2075, - "descent": -678, + "ascent": 2001, + "descent": -315, "lineGap": 0, - "xAvgCharWidth": 931, - "unitsPerEm": 2048 + "xAvgCharWidth": 1132, + "unitsPerEm": 2048, + "azAvgWidth": 1184 }, - "Trochut": { + "Life Savers": { "category": "display", - "ascent": 967, - "descent": -210, + "ascent": 972, + "descent": -250, "lineGap": 0, - "xAvgCharWidth": 348, - "unitsPerEm": 1000 + "xAvgCharWidth": 419, + "unitsPerEm": 1000, + "azAvgWidth": 477 }, - "Noto Sans Sora Sompeng": { - "category": "sans-serif", - "ascent": 1069, - "descent": -293, + "IM Fell English SC": { + "category": "serif", + "ascent": 1854, + "descent": -744, "lineGap": 0, - "xAvgCharWidth": 444, - "unitsPerEm": 1000 + "xAvgCharWidth": 886, + "unitsPerEm": 2048, + "azAvgWidth": 984.5769230769231 }, - "Swanky and Moo Moo": { - "category": "handwriting", - "ascent": 995, - "descent": -507, + "Gideon Roman": { + "category": "display", + "ascent": 900, + "descent": -300, "lineGap": 0, - "xAvgCharWidth": 459, - "unitsPerEm": 1024 + "xAvgCharWidth": 559, + "unitsPerEm": 1000, + "azAvgWidth": 511.03846153846155 }, - "Katibeh": { + "Nova Flat": { "category": "display", - "ascent": 490, - "descent": -510, - "lineGap": 200, - "xAvgCharWidth": 553, - "unitsPerEm": 1000 + "ascent": 1966, + "descent": -506, + "lineGap": 0, + "xAvgCharWidth": 1169, + "unitsPerEm": 2048, + "azAvgWidth": 1074.923076923077 + }, + "Carattere": { + "category": "handwriting", + "ascent": 800, + "descent": -350, + "lineGap": 0, + "xAvgCharWidth": 485, + "unitsPerEm": 1000, + "azAvgWidth": 315.1923076923077 + }, + "GFS Didot": { + "category": "serif", + "ascent": 947, + "descent": -277, + "lineGap": 25, + "xAvgCharWidth": 457, + "unitsPerEm": 1000, + "azAvgWidth": 504.61538461538464 + }, + "PT Serif Caption": { + "category": "serif", + "ascent": 1039, + "descent": -286, + "lineGap": 0, + "xAvgCharWidth": 633, + "unitsPerEm": 1000, + "azAvgWidth": 565.9230769230769 }, "Rasa": { "category": "serif", @@ -6821,295 +7367,431 @@ "descent": -272, "lineGap": 218, "xAvgCharWidth": 488, - "unitsPerEm": 1000 + "unitsPerEm": 1000, + "azAvgWidth": 447.5769230769231 + }, + "Baloo Paaji 2": { + "category": "display", + "ascent": 1157, + "descent": -614, + "lineGap": 0, + "xAvgCharWidth": 519, + "unitsPerEm": 1000, + "azAvgWidth": 489.3076923076923 + }, + "Homenaje": { + "category": "sans-serif", + "ascent": 892, + "descent": -204, + "lineGap": 0, + "xAvgCharWidth": 395, + "unitsPerEm": 1000, + "azAvgWidth": 353.53846153846155 + }, + "Trocchi": { + "category": "serif", + "ascent": 2085, + "descent": -576, + "lineGap": 0, + "xAvgCharWidth": 1273, + "unitsPerEm": 2048, + "azAvgWidth": 1165.1153846153845 + }, + "Spirax": { + "category": "display", + "ascent": 947, + "descent": -288, + "lineGap": 0, + "xAvgCharWidth": 422, + "unitsPerEm": 1000, + "azAvgWidth": 492.2692307692308 }, - "Saira Condensed": { + "Noto Sans Mayan Numerals": { "category": "sans-serif", - "ascent": 1135, - "descent": -439, + "ascent": 1069, + "descent": -293, "lineGap": 0, - "xAvgCharWidth": 433, - "unitsPerEm": 1000 + "xAvgCharWidth": 852, + "unitsPerEm": 1000, + "azAvgWidth": 600 }, - "Mansalva": { - "category": "handwriting", - "ascent": 889, - "descent": -200, + "Noto Sans Hebrew": { + "category": "sans-serif", + "ascent": 1068, + "descent": -292, "lineGap": 0, - "xAvgCharWidth": 570, - "unitsPerEm": 1000 + "xAvgCharWidth": 550, + "unitsPerEm": 1000, + "azAvgWidth": 530.0769230769231 }, - "Manrope": { - "category": "sans-serif", - "ascent": 2132, - "descent": -600, + "Finger Paint": { + "category": "display", + "ascent": 1097, + "descent": -377, "lineGap": 0, - "xAvgCharWidth": 1131, - "unitsPerEm": 2000 + "xAvgCharWidth": 569, + "unitsPerEm": 1000, + "azAvgWidth": 596.6538461538462 }, - "KoHo": { + "Noto Sans Cuneiform": { "category": "sans-serif", - "ascent": 1045, - "descent": -255, + "ascent": 1596, + "descent": -690, "lineGap": 0, - "xAvgCharWidth": 559, - "unitsPerEm": 1000 + "xAvgCharWidth": 1604, + "unitsPerEm": 1000, + "azAvgWidth": 600 }, - "Rubik Puddles": { + "Nova Square": { "category": "display", - "ascent": 935, - "descent": -250, + "ascent": 1966, + "descent": -506, "lineGap": 0, - "xAvgCharWidth": 635, - "unitsPerEm": 1000 + "xAvgCharWidth": 1169, + "unitsPerEm": 2048, + "azAvgWidth": 1074.923076923077 }, - "Libre Barcode 39 Text": { - "category": "display", - "ascent": 600, - "descent": -400, + "Noto Sans Sharada": { + "category": "sans-serif", + "ascent": 925, + "descent": -455, "lineGap": 0, - "xAvgCharWidth": 402, - "unitsPerEm": 1000 + "xAvgCharWidth": 600, + "unitsPerEm": 1000, + "azAvgWidth": 600 }, - "Hind Siliguri": { + "IBM Plex Sans": { "category": "sans-serif", - "ascent": 1116, - "descent": -501, + "ascent": 1025, + "descent": -275, "lineGap": 0, - "xAvgCharWidth": 524, - "unitsPerEm": 1000 + "xAvgCharWidth": 589, + "unitsPerEm": 1000, + "azAvgWidth": 504.96153846153845 }, - "ZCOOL XiaoWei": { - "category": "serif", - "ascent": 880, - "descent": -120, + "Philosopher": { + "category": "sans-serif", + "ascent": 900, + "descent": -220, "lineGap": 0, - "xAvgCharWidth": 1014, - "unitsPerEm": 1000 + "xAvgCharWidth": 548, + "unitsPerEm": 1000, + "azAvgWidth": 477.96153846153845 }, - "Passions Conflict": { + "Licorice": { "category": "handwriting", - "ascent": 750, - "descent": -350, + "ascent": 850, + "descent": -400, "lineGap": 0, - "xAvgCharWidth": 414, - "unitsPerEm": 1000 + "xAvgCharWidth": 480, + "unitsPerEm": 1000, + "azAvgWidth": 275 }, - "Noto Sans Manichaean": { - "category": "sans-serif", - "ascent": 790, + "Gruppo": { + "category": "display", + "ascent": 1639, "descent": -340, "lineGap": 0, - "xAvgCharWidth": 688, - "unitsPerEm": 1000 - }, - "STIX Two Text": { - "category": "serif", - "ascent": 762, - "descent": -238, - "lineGap": 250, - "xAvgCharWidth": 557, - "unitsPerEm": 1000 + "xAvgCharWidth": 1040, + "unitsPerEm": 2048, + "azAvgWidth": 1058.2307692307693 }, - "Harmattan": { + "Yantramanav": { "category": "sans-serif", - "ascent": 2166, - "descent": -1323, + "ascent": 1923, + "descent": -733, "lineGap": 0, - "xAvgCharWidth": 1003, - "unitsPerEm": 2048 + "xAvgCharWidth": 1037, + "unitsPerEm": 2048, + "azAvgWidth": 935.8076923076923 }, - "Staatliches": { - "category": "display", - "ascent": 950, - "descent": -300, + "Hepta Slab": { + "category": "serif", + "ascent": 1976, + "descent": -526, "lineGap": 0, - "xAvgCharWidth": 446, - "unitsPerEm": 1000 + "xAvgCharWidth": 1335, + "unitsPerEm": 2000, + "azAvgWidth": 1251.6538461538462 }, - "Open Sans": { + "Noto Sans Chakma": { "category": "sans-serif", - "ascent": 2189, - "descent": -600, + "ascent": 1140, + "descent": -320, "lineGap": 0, - "xAvgCharWidth": 1169, - "unitsPerEm": 2048 + "xAvgCharWidth": 773, + "unitsPerEm": 1000, + "azAvgWidth": 600 }, - "IM Fell English SC": { + "Libre Caslon Text": { "category": "serif", - "ascent": 1854, - "descent": -744, + "ascent": 970, + "descent": -260, "lineGap": 0, - "xAvgCharWidth": 886, - "unitsPerEm": 2048 + "xAvgCharWidth": 585, + "unitsPerEm": 1000, + "azAvgWidth": 538.5 }, - "Noto Serif Gujarati": { + "Kadwa": { "category": "serif", - "ascent": 997, - "descent": -450, + "ascent": 2691, + "descent": -1421, "lineGap": 0, - "xAvgCharWidth": 565, - "unitsPerEm": 1000 + "xAvgCharWidth": 1234, + "unitsPerEm": 2048, + "azAvgWidth": 1132.6538461538462 }, - "Unkempt": { - "category": "display", - "ascent": 977, + "Libre Franklin": { + "category": "sans-serif", + "ascent": 966, "descent": -246, - "lineGap": 28, - "xAvgCharWidth": 436, - "unitsPerEm": 1024 + "lineGap": 0, + "xAvgCharWidth": 568, + "unitsPerEm": 1000, + "azAvgWidth": 529.2307692307693 }, - "Ubuntu Mono": { - "category": "monospace", - "ascent": 830, - "descent": -170, + "DynaPuff": { + "category": "display", + "ascent": 965, + "descent": -235, "lineGap": 0, - "xAvgCharWidth": 500, - "unitsPerEm": 1000 + "xAvgCharWidth": 596, + "unitsPerEm": 1000, + "azAvgWidth": 582.9230769230769 }, - "Palanquin": { + "Cagliostro": { "category": "sans-serif", - "ascent": 1320, - "descent": -491, + "ascent": 998, + "descent": -355, "lineGap": 0, - "xAvgCharWidth": 794, - "unitsPerEm": 1000 + "xAvgCharWidth": 429, + "unitsPerEm": 1000, + "azAvgWidth": 483.15384615384613 }, - "Averia Sans Libre": { + "Sarina": { "category": "display", - "ascent": 2035, - "descent": -499, + "ascent": 1916, + "descent": -644, "lineGap": 0, - "xAvgCharWidth": 898, - "unitsPerEm": 2048 + "xAvgCharWidth": 1742, + "unitsPerEm": 2048, + "azAvgWidth": 1393 }, - "Noto Sans Syriac": { + "Nunito": { "category": "sans-serif", - "ascent": 926, - "descent": -486, + "ascent": 1011, + "descent": -353, "lineGap": 0, - "xAvgCharWidth": 583, - "unitsPerEm": 1000 + "xAvgCharWidth": 566, + "unitsPerEm": 1000, + "azAvgWidth": 507.53846153846155 }, - "Darker Grotesque": { + "Koh Santepheap": { + "category": "display", + "ascent": 2050, + "descent": -550, + "lineGap": 0, + "xAvgCharWidth": 1326, + "unitsPerEm": 2048, + "azAvgWidth": 1124.3076923076924 + }, + "Noto Sans Hatran": { "category": "sans-serif", - "ascent": 1060, - "descent": -296, + "ascent": 1069, + "descent": -293, "lineGap": 0, - "xAvgCharWidth": 436, - "unitsPerEm": 1000 + "xAvgCharWidth": 569, + "unitsPerEm": 1000, + "azAvgWidth": 600 }, - "UnifrakturCook": { - "category": "display", - "ascent": 2110, - "descent": -570, + "Noto Sans Zanabazar Square": { + "category": "sans-serif", + "ascent": 1621, + "descent": -821, "lineGap": 0, - "xAvgCharWidth": 1015, - "unitsPerEm": 2048 + "xAvgCharWidth": 783, + "unitsPerEm": 1000, + "azAvgWidth": 600 }, - "Joti One": { - "category": "display", - "ascent": 1003, - "descent": -331, + "Signika Negative": { + "category": "sans-serif", + "ascent": 1880, + "descent": -584, "lineGap": 0, - "xAvgCharWidth": 574, - "unitsPerEm": 1000 + "xAvgCharWidth": 1238, + "unitsPerEm": 2000, + "azAvgWidth": 956.1153846153846 }, - "Rubik Beastly": { + "Blaka": { "category": "display", - "ascent": 935, - "descent": -250, + "ascent": 932, + "descent": -235, + "lineGap": 0, + "xAvgCharWidth": 454, + "unitsPerEm": 1000, + "azAvgWidth": 422.4230769230769 + }, + "Delius": { + "category": "handwriting", + "ascent": 986, + "descent": -270, + "lineGap": 0, + "xAvgCharWidth": 448, + "unitsPerEm": 1000, + "azAvgWidth": 505.2307692307692 + }, + "Waterfall": { + "category": "handwriting", + "ascent": 880, + "descent": -280, + "lineGap": 0, + "xAvgCharWidth": 545, + "unitsPerEm": 1000, + "azAvgWidth": 252.03846153846155 + }, + "Palanquin Dark": { + "category": "sans-serif", + "ascent": 1320, + "descent": -491, + "lineGap": 0, + "xAvgCharWidth": 829, + "unitsPerEm": 1000, + "azAvgWidth": 512.1153846153846 + }, + "Sen": { + "category": "sans-serif", + "ascent": 962, + "descent": -270, + "lineGap": 0, + "xAvgCharWidth": 576, + "unitsPerEm": 1024, + "azAvgWidth": 541.6538461538462 + }, + "Dekko": { + "category": "handwriting", + "ascent": 2231, + "descent": -1112, "lineGap": 0, - "xAvgCharWidth": 635, - "unitsPerEm": 1000 + "xAvgCharWidth": 1223, + "unitsPerEm": 2048, + "azAvgWidth": 909.6538461538462 }, - "Share Tech": { - "category": "sans-serif", - "ascent": 885, - "descent": -242, + "Are You Serious": { + "category": "handwriting", + "ascent": 880, + "descent": -320, "lineGap": 0, - "xAvgCharWidth": 454, - "unitsPerEm": 1000 + "xAvgCharWidth": 471, + "unitsPerEm": 1000, + "azAvgWidth": 347.65384615384613 }, - "Radley": { - "category": "serif", - "ascent": 1973, - "descent": -615, + "Noto Sans Sinhala": { + "category": "sans-serif", + "ascent": 1011, + "descent": -293, "lineGap": 0, - "xAvgCharWidth": 1152, - "unitsPerEm": 2048 + "xAvgCharWidth": 909, + "unitsPerEm": 1000, + "azAvgWidth": 600 }, - "Marcellus": { + "Bodoni Moda": { "category": "serif", - "ascent": 1995, - "descent": -573, + "ascent": 2250, + "descent": -800, "lineGap": 0, - "xAvgCharWidth": 931, - "unitsPerEm": 2048 + "xAvgCharWidth": 1155, + "unitsPerEm": 2000, + "azAvgWidth": 1065.3461538461538 }, - "Space Mono": { - "category": "monospace", - "ascent": 1120, - "descent": -361, + "Hind": { + "category": "sans-serif", + "ascent": 1055, + "descent": -546, "lineGap": 0, - "xAvgCharWidth": 612, - "unitsPerEm": 1000 + "xAvgCharWidth": 523, + "unitsPerEm": 1000, + "azAvgWidth": 486 }, - "Prosto One": { - "category": "display", - "ascent": 940, - "descent": -295, + "Jockey One": { + "category": "sans-serif", + "ascent": 1079, + "descent": -319, "lineGap": 0, - "xAvgCharWidth": 665, - "unitsPerEm": 1000 + "xAvgCharWidth": 370, + "unitsPerEm": 1000, + "azAvgWidth": 426.84615384615387 }, - "Noto Sans Sinhala": { + "Noto Sans Nabataean": { "category": "sans-serif", - "ascent": 1011, + "ascent": 1069, "descent": -293, "lineGap": 0, - "xAvgCharWidth": 909, - "unitsPerEm": 1000 + "xAvgCharWidth": 517, + "unitsPerEm": 1000, + "azAvgWidth": 600 }, - "Moulpali": { - "category": "display", - "ascent": 2900, - "descent": -1600, + "Noto Sans Arabic": { + "category": "sans-serif", + "ascent": 1374, + "descent": -738, "lineGap": 0, - "xAvgCharWidth": 1539, - "unitsPerEm": 2048 + "xAvgCharWidth": 850, + "unitsPerEm": 1000, + "azAvgWidth": 600 }, - "Grey Qo": { + "Monsieur La Doulaise": { "category": "handwriting", - "ascent": 900, - "descent": -360, + "ascent": 1048, + "descent": -513, "lineGap": 0, - "xAvgCharWidth": 379, - "unitsPerEm": 1000 + "xAvgCharWidth": 273, + "unitsPerEm": 1000, + "azAvgWidth": 322.5 }, - "Aref Ruqaa": { - "category": "serif", - "ascent": 1221, - "descent": -244, - "lineGap": 98, - "xAvgCharWidth": 499, - "unitsPerEm": 1000 + "Asul": { + "category": "sans-serif", + "ascent": 949, + "descent": -264, + "lineGap": 0, + "xAvgCharWidth": 442, + "unitsPerEm": 1000, + "azAvgWidth": 499.9230769230769 }, - "Roboto Serif": { + "BioRhyme Expanded": { "category": "serif", - "ascent": 927, - "descent": -244, + "ascent": 1127, + "descent": -422, "lineGap": 0, - "xAvgCharWidth": 586, - "unitsPerEm": 1000 + "xAvgCharWidth": 1005, + "unitsPerEm": 1000, + "azAvgWidth": 1028.1923076923076 }, - "Suwannaphum": { + "Luckiest Guy": { + "category": "display", + "ascent": 1440, + "descent": -608, + "lineGap": 0, + "xAvgCharWidth": 1051, + "unitsPerEm": 2048, + "azAvgWidth": 1219.423076923077 + }, + "Arimo": { + "category": "sans-serif", + "ascent": 1854, + "descent": -434, + "lineGap": 67, + "xAvgCharWidth": 1190, + "unitsPerEm": 2048, + "azAvgWidth": 1002.5769230769231 + }, + "Asar": { "category": "serif", - "ascent": 2500, - "descent": -1200, + "ascent": 1196, + "descent": -557, "lineGap": 0, - "xAvgCharWidth": 1279, - "unitsPerEm": 2048 + "xAvgCharWidth": 790, + "unitsPerEm": 1000, + "azAvgWidth": 466 }, "Delius Unicase": { "category": "handwriting", @@ -7117,767 +7799,917 @@ "descent": -236, "lineGap": 0, "xAvgCharWidth": 644, - "unitsPerEm": 1000 + "unitsPerEm": 1000, + "azAvgWidth": 720 }, - "Lovers Quarrel": { - "category": "handwriting", - "ascent": 726, - "descent": -401, + "Patua One": { + "category": "display", + "ascent": 972, + "descent": -247, "lineGap": 0, - "xAvgCharWidth": 409, - "unitsPerEm": 1000 + "xAvgCharWidth": 443, + "unitsPerEm": 1000, + "azAvgWidth": 512.5384615384615 }, - "Kumbh Sans": { + "Changa": { "category": "sans-serif", - "ascent": 2020, - "descent": -520, + "ascent": 1227, + "descent": -613, "lineGap": 0, - "xAvgCharWidth": 1158, - "unitsPerEm": 2048 - }, - "Cute Font": { - "category": "display", - "ascent": 710, - "descent": -290, - "lineGap": 250, - "xAvgCharWidth": 603, - "unitsPerEm": 1000 + "xAvgCharWidth": 591, + "unitsPerEm": 1000, + "azAvgWidth": 495.3076923076923 }, - "Rubik Marker Hatch": { - "category": "display", - "ascent": 935, + "Readex Pro": { + "category": "sans-serif", + "ascent": 1000, "descent": -250, "lineGap": 0, - "xAvgCharWidth": 635, - "unitsPerEm": 1000 - }, - "Satisfy": { - "category": "handwriting", - "ascent": 957, - "descent": -501, - "lineGap": 17, - "xAvgCharWidth": 386, - "unitsPerEm": 1024 + "xAvgCharWidth": 596, + "unitsPerEm": 1000, + "azAvgWidth": 545.4230769230769 }, - "Sarabun": { + "Noto Sans Pau Cin Hau": { "category": "sans-serif", - "ascent": 1068, - "descent": -232, + "ascent": 1069, + "descent": -293, "lineGap": 0, - "xAvgCharWidth": 532, - "unitsPerEm": 1000 + "xAvgCharWidth": 597, + "unitsPerEm": 1000, + "azAvgWidth": 600 }, - "Fraunces": { - "category": "serif", - "ascent": 1956, - "descent": -510, + "Baloo Bhai 2": { + "category": "display", + "ascent": 1078, + "descent": -544, "lineGap": 0, - "xAvgCharWidth": 1265, - "unitsPerEm": 2000 + "xAvgCharWidth": 541, + "unitsPerEm": 1000, + "azAvgWidth": 489.3076923076923 }, - "Rajdhani": { + "Niramit": { "category": "sans-serif", - "ascent": 930, - "descent": -346, + "ascent": 1105, + "descent": -195, "lineGap": 0, - "xAvgCharWidth": 477, - "unitsPerEm": 1000 + "xAvgCharWidth": 546, + "unitsPerEm": 1000, + "azAvgWidth": 511.03846153846155 }, - "Ubuntu Condensed": { + "Capriola": { "category": "sans-serif", - "ascent": 932, - "descent": -189, - "lineGap": 28, - "xAvgCharWidth": 484, - "unitsPerEm": 1000 + "ascent": 1992, + "descent": -568, + "lineGap": 0, + "xAvgCharWidth": 1267, + "unitsPerEm": 2048, + "azAvgWidth": 1187.1538461538462 }, - "Joan": { - "category": "serif", - "ascent": 1000, - "descent": -292, + "Spline Sans Mono": { + "category": "monospace", + "ascent": 1927, + "descent": -473, "lineGap": 0, - "xAvgCharWidth": 578, - "unitsPerEm": 1000 + "xAvgCharWidth": 1216, + "unitsPerEm": 2000, + "azAvgWidth": 1200 }, - "Meow Script": { - "category": "handwriting", - "ascent": 830, - "descent": -370, + "Rubik Glitch": { + "category": "display", + "ascent": 935, + "descent": -250, "lineGap": 0, - "xAvgCharWidth": 487, - "unitsPerEm": 1000 + "xAvgCharWidth": 635, + "unitsPerEm": 1000, + "azAvgWidth": 611.9615384615385 }, - "Nunito Sans": { + "Cinzel Decorative": { + "category": "display", + "ascent": 976, + "descent": -372, + "lineGap": 0, + "xAvgCharWidth": 625, + "unitsPerEm": 1000, + "azAvgWidth": 684.2692307692307 + }, + "Calistoga": { + "category": "display", + "ascent": 1000, + "descent": -300, + "lineGap": 0, + "xAvgCharWidth": 580, + "unitsPerEm": 1000, + "azAvgWidth": 523.5 + }, + "Noto Sans Symbols 2": { "category": "sans-serif", - "ascent": 1011, - "descent": -353, + "ascent": 1069, + "descent": -630, "lineGap": 0, - "xAvgCharWidth": 581, - "unitsPerEm": 1000 + "xAvgCharWidth": 830, + "unitsPerEm": 1000, + "azAvgWidth": 600 }, - "Finger Paint": { + "Crete Round": { + "category": "serif", + "ascent": 990, + "descent": -286, + "lineGap": 0, + "xAvgCharWidth": 446, + "unitsPerEm": 1000, + "azAvgWidth": 518.8461538461538 + }, + "Hanalei Fill": { "category": "display", - "ascent": 1097, - "descent": -377, + "ascent": 2124, + "descent": -541, "lineGap": 0, - "xAvgCharWidth": 569, - "unitsPerEm": 1000 + "xAvgCharWidth": 940, + "unitsPerEm": 2048, + "azAvgWidth": 1080.7692307692307 + }, + "Ledger": { + "category": "serif", + "ascent": 1062, + "descent": -329, + "lineGap": 0, + "xAvgCharWidth": 498, + "unitsPerEm": 1000, + "azAvgWidth": 566.0384615384615 }, - "Tiro Devanagari Sanskrit": { + "Inknut Antiqua": { "category": "serif", - "ascent": 755, - "descent": -245, - "lineGap": 330, - "xAvgCharWidth": 743, - "unitsPerEm": 1000 + "ascent": 1703, + "descent": -876, + "lineGap": 0, + "xAvgCharWidth": 791, + "unitsPerEm": 1000, + "azAvgWidth": 629.2692307692307 }, - "Lusitana": { - "category": "serif", - "ascent": 956, - "descent": -341, + "Tenali Ramakrishna": { + "category": "sans-serif", + "ascent": 661, + "descent": -512, "lineGap": 0, - "xAvgCharWidth": 416, - "unitsPerEm": 1000 + "xAvgCharWidth": 335, + "unitsPerEm": 750, + "azAvgWidth": 290.0769230769231 }, - "Goldman": { + "Stardos Stencil": { "category": "display", - "ascent": 900, - "descent": -300, + "ascent": 1994, + "descent": -831, "lineGap": 0, - "xAvgCharWidth": 652, - "unitsPerEm": 1000 + "xAvgCharWidth": 901, + "unitsPerEm": 2048, + "azAvgWidth": 998.4230769230769 }, - "Zen Kaku Gothic New": { + "Zen Maru Gothic": { "category": "sans-serif", "ascent": 1160, "descent": -288, "lineGap": 0, - "xAvgCharWidth": 979, - "unitsPerEm": 1000 + "xAvgCharWidth": 975, + "unitsPerEm": 1000, + "azAvgWidth": 484.7692307692308 }, - "Baloo Tammudu 2": { + "Noto Sans Old Turkic": { + "category": "sans-serif", + "ascent": 1069, + "descent": -293, + "lineGap": 0, + "xAvgCharWidth": 602, + "unitsPerEm": 1000, + "azAvgWidth": 600 + }, + "Moo Lah Lah": { "category": "display", - "ascent": 1177, - "descent": -1119, + "ascent": 920, + "descent": -300, "lineGap": 0, - "xAvgCharWidth": 720, - "unitsPerEm": 1000 + "xAvgCharWidth": 548, + "unitsPerEm": 1000, + "azAvgWidth": 439.2307692307692 }, - "Syncopate": { - "category": "sans-serif", - "ascent": 1556, - "descent": -426, - "lineGap": 150, - "xAvgCharWidth": 1538, - "unitsPerEm": 2048 + "Angkor": { + "category": "display", + "ascent": 2500, + "descent": -1200, + "lineGap": 0, + "xAvgCharWidth": 1359, + "unitsPerEm": 2048, + "azAvgWidth": 1376.8461538461538 }, - "Roboto Condensed": { - "category": "sans-serif", - "ascent": 1900, - "descent": -500, + "Stalemate": { + "category": "handwriting", + "ascent": 1837, + "descent": -1165, "lineGap": 0, - "xAvgCharWidth": 1021, - "unitsPerEm": 2048 + "xAvgCharWidth": 422, + "unitsPerEm": 2048, + "azAvgWidth": 458.1923076923077 }, - "Vidaloka": { - "category": "serif", - "ascent": 1927, - "descent": -560, + "Secular One": { + "category": "sans-serif", + "ascent": 1022, + "descent": -433, "lineGap": 0, - "xAvgCharWidth": 1017, - "unitsPerEm": 2048 + "xAvgCharWidth": 579, + "unitsPerEm": 1000, + "azAvgWidth": 546.7692307692307 }, - "Norican": { - "category": "handwriting", - "ascent": 2095, - "descent": -791, + "Noto Sans Old Persian": { + "category": "sans-serif", + "ascent": 1069, + "descent": -293, "lineGap": 0, - "xAvgCharWidth": 704, - "unitsPerEm": 2048 + "xAvgCharWidth": 1078, + "unitsPerEm": 1000, + "azAvgWidth": 600 }, - "Markazi Text": { - "category": "serif", - "ascent": 1718, - "descent": -740, + "Comforter Brush": { + "category": "handwriting", + "ascent": 930, + "descent": -480, "lineGap": 0, - "xAvgCharWidth": 1034, - "unitsPerEm": 2048 + "xAvgCharWidth": 496, + "unitsPerEm": 1000, + "azAvgWidth": 311.8076923076923 }, - "Jomolhari": { + "Montaga": { "category": "serif", - "ascent": 1248, - "descent": -392, + "ascent": 978, + "descent": -254, "lineGap": 0, - "xAvgCharWidth": 521, - "unitsPerEm": 1024 + "xAvgCharWidth": 437, + "unitsPerEm": 1000, + "azAvgWidth": 493.84615384615387 }, - "Rakkas": { + "Revalia": { "category": "display", - "ascent": 1046, - "descent": -445, + "ascent": 2146, + "descent": 382, "lineGap": 0, - "xAvgCharWidth": 538, - "unitsPerEm": 1000 + "xAvgCharWidth": 1538, + "unitsPerEm": 2048, + "azAvgWidth": 1439.2307692307693 }, - "Varela": { + "Noto Sans Shavian": { "category": "sans-serif", - "ascent": 1015, - "descent": -285, + "ascent": 1069, + "descent": -293, "lineGap": 0, - "xAvgCharWidth": 476, - "unitsPerEm": 1000 + "xAvgCharWidth": 450, + "unitsPerEm": 1000, + "azAvgWidth": 500 }, - "Spinnaker": { - "category": "sans-serif", - "ascent": 1920, - "descent": -487, + "Bonbon": { + "category": "handwriting", + "ascent": 845, + "descent": -330, "lineGap": 0, - "xAvgCharWidth": 1174, - "unitsPerEm": 2048 + "xAvgCharWidth": 554, + "unitsPerEm": 1000, + "azAvgWidth": 575.2692307692307 }, - "Noto Sans Sogdian": { + "Noto Sans Tifinagh": { "category": "sans-serif", "ascent": 1069, - "descent": -313, - "lineGap": 0, - "xAvgCharWidth": 571, - "unitsPerEm": 1000 - }, - "Orienta": { - "category": "sans-serif", - "ascent": 960, - "descent": -235, + "descent": -293, "lineGap": 0, - "xAvgCharWidth": 529, - "unitsPerEm": 1000 + "xAvgCharWidth": 654, + "unitsPerEm": 1000, + "azAvgWidth": 600 }, - "Praise": { + "Dawning of a New Day": { "category": "handwriting", - "ascent": 850, - "descent": -350, + "ascent": 1151, + "descent": -500, "lineGap": 0, - "xAvgCharWidth": 500, - "unitsPerEm": 1000 + "xAvgCharWidth": 372, + "unitsPerEm": 1024, + "azAvgWidth": 358.1923076923077 }, - "Cormorant Infant": { - "category": "serif", - "ascent": 924, - "descent": -287, + "Kenia": { + "category": "display", + "ascent": 750, + "descent": -250, "lineGap": 0, - "xAvgCharWidth": 537, - "unitsPerEm": 1000 + "xAvgCharWidth": 374, + "unitsPerEm": 1000, + "azAvgWidth": 425.5769230769231 }, - "Niramit": { + "Amiko": { "category": "sans-serif", - "ascent": 1105, - "descent": -195, + "ascent": 928, + "descent": -406, "lineGap": 0, - "xAvgCharWidth": 546, - "unitsPerEm": 1000 + "xAvgCharWidth": 611, + "unitsPerEm": 1000, + "azAvgWidth": 560 }, - "Trykker": { - "category": "serif", - "ascent": 2022, - "descent": -538, + "Noto Sans Saurashtra": { + "category": "sans-serif", + "ascent": 1069, + "descent": -293, "lineGap": 0, - "xAvgCharWidth": 1197, - "unitsPerEm": 2048 + "xAvgCharWidth": 665, + "unitsPerEm": 1000, + "azAvgWidth": 600 }, - "Francois One": { + "Gafata": { "category": "sans-serif", - "ascent": 1089, - "descent": -329, + "ascent": 921, + "descent": -202, "lineGap": 0, - "xAvgCharWidth": 505, - "unitsPerEm": 1000 + "xAvgCharWidth": 483, + "unitsPerEm": 1000, + "azAvgWidth": 461.4230769230769 }, - "Maven Pro": { - "category": "sans-serif", - "ascent": 965, - "descent": -210, + "Cabin Sketch": { + "category": "display", + "ascent": 873, + "descent": -298, "lineGap": 0, - "xAvgCharWidth": 550, - "unitsPerEm": 1000 + "xAvgCharWidth": 502, + "unitsPerEm": 1000, + "azAvgWidth": 505.4230769230769 }, - "Noto Sans New Tai Lue": { + "Noto Sans Canadian Aboriginal": { "category": "sans-serif", "ascent": 1069, "descent": -293, "lineGap": 0, - "xAvgCharWidth": 674, - "unitsPerEm": 1000 - }, - "Chelsea Market": { - "category": "display", - "ascent": 1029, - "descent": -274, - "lineGap": 0, - "xAvgCharWidth": 540, - "unitsPerEm": 1024 + "xAvgCharWidth": 728, + "unitsPerEm": 1000, + "azAvgWidth": 600 }, - "Noto Serif Kannada": { + "Noto Serif Bengali": { "category": "serif", - "ascent": 910, - "descent": -710, - "lineGap": 0, - "xAvgCharWidth": 715, - "unitsPerEm": 1000 - }, - "Nova Slim": { - "category": "display", - "ascent": 1966, - "descent": -506, + "ascent": 1092, + "descent": -502, "lineGap": 0, - "xAvgCharWidth": 1168, - "unitsPerEm": 2048 + "xAvgCharWidth": 630, + "unitsPerEm": 1000, + "azAvgWidth": 549 }, - "Comic Neue": { - "category": "handwriting", - "ascent": 900, - "descent": -250, + "Overpass Mono": { + "category": "monospace", + "ascent": 1766, + "descent": -766, "lineGap": 0, - "xAvgCharWidth": 493, - "unitsPerEm": 1000 + "xAvgCharWidth": 1232, + "unitsPerEm": 2000, + "azAvgWidth": 1232 }, - "Covered By Your Grace": { - "category": "handwriting", - "ascent": 995, - "descent": -384, + "Original Surfer": { + "category": "display", + "ascent": 2036, + "descent": -526, "lineGap": 0, - "xAvgCharWidth": 405, - "unitsPerEm": 1024 + "xAvgCharWidth": 946, + "unitsPerEm": 2048, + "azAvgWidth": 1054.1153846153845 }, - "Redacted": { - "category": "display", - "ascent": 800, - "descent": -200, + "Martel": { + "category": "serif", + "ascent": 1125, + "descent": -562, "lineGap": 0, - "xAvgCharWidth": 375, - "unitsPerEm": 1000 + "xAvgCharWidth": 609, + "unitsPerEm": 1000, + "azAvgWidth": 569.4230769230769 }, - "Oooh Baby": { - "category": "handwriting", - "ascent": 900, - "descent": -325, + "Biryani": { + "category": "sans-serif", + "ascent": 1109, + "descent": -656, "lineGap": 0, - "xAvgCharWidth": 519, - "unitsPerEm": 1000 + "xAvgCharWidth": 560, + "unitsPerEm": 1000, + "azAvgWidth": 561.9230769230769 }, - "Almendra": { - "category": "serif", - "ascent": 951, - "descent": -345, + "Monda": { + "category": "sans-serif", + "ascent": 2461, + "descent": -875, "lineGap": 0, - "xAvgCharWidth": 484, - "unitsPerEm": 1000 + "xAvgCharWidth": 1195, + "unitsPerEm": 2048, + "azAvgWidth": 1092.6923076923076 }, - "Baloo Chettan 2": { + "Katibeh": { "category": "display", - "ascent": 1078, - "descent": -392, - "lineGap": 0, - "xAvgCharWidth": 621, - "unitsPerEm": 1000 + "ascent": 490, + "descent": -510, + "lineGap": 200, + "xAvgCharWidth": 553, + "unitsPerEm": 1000, + "azAvgWidth": 364.7307692307692 }, - "Mada": { + "Noto Sans Math": { "category": "sans-serif", - "ascent": 900, - "descent": -300, - "lineGap": 96, - "xAvgCharWidth": 506, - "unitsPerEm": 1000 + "ascent": 1069, + "descent": -423, + "lineGap": 0, + "xAvgCharWidth": 647, + "unitsPerEm": 1000, + "azAvgWidth": 530.0769230769231 }, - "Oxygen Mono": { - "category": "monospace", - "ascent": 2015, - "descent": -672, + "Glegoo": { + "category": "serif", + "ascent": 1267, + "descent": -526, "lineGap": 0, - "xAvgCharWidth": 1237, - "unitsPerEm": 2048 + "xAvgCharWidth": 510, + "unitsPerEm": 1000, + "azAvgWidth": 568.9615384615385 }, - "Red Rose": { + "Fruktur": { "category": "display", - "ascent": 937, - "descent": -312, + "ascent": 2020, + "descent": -540, "lineGap": 0, - "xAvgCharWidth": 594, - "unitsPerEm": 1000 + "xAvgCharWidth": 1140, + "unitsPerEm": 2048, + "azAvgWidth": 1058.8076923076924 }, - "Source Code Pro": { - "category": "monospace", - "ascent": 984, - "descent": -273, + "Source Sans 3": { + "category": "sans-serif", + "ascent": 1024, + "descent": -400, "lineGap": 0, - "xAvgCharWidth": 600, - "unitsPerEm": 1000 + "xAvgCharWidth": 493, + "unitsPerEm": 1000, + "azAvgWidth": 474.88461538461536 }, - "Tai Heritage Pro": { - "category": "serif", - "ascent": 2700, - "descent": -1600, + "Days One": { + "category": "sans-serif", + "ascent": 2040, + "descent": -567, "lineGap": 0, - "xAvgCharWidth": 1259, - "unitsPerEm": 2048 + "xAvgCharWidth": 1340, + "unitsPerEm": 2048, + "azAvgWidth": 1242.9615384615386 }, - "Merriweather": { + "Hina Mincho": { "category": "serif", - "ascent": 984, - "descent": -273, + "ascent": 1160, + "descent": -288, "lineGap": 0, - "xAvgCharWidth": 657, - "unitsPerEm": 1000 + "xAvgCharWidth": 961, + "unitsPerEm": 1000, + "azAvgWidth": 396.6923076923077 }, - "Noto Sans Siddham": { + "Lato": { "category": "sans-serif", - "ascent": 1000, - "descent": -1030, + "ascent": 1974, + "descent": -426, "lineGap": 0, - "xAvgCharWidth": 625, - "unitsPerEm": 1000 + "xAvgCharWidth": 1042, + "unitsPerEm": 2000, + "azAvgWidth": 990.4615384615385 }, - "Moon Dance": { + "Cutive Mono": { + "category": "monospace", + "ascent": 1697, + "descent": -558, + "lineGap": 0, + "xAvgCharWidth": 1240, + "unitsPerEm": 2048, + "azAvgWidth": 1240 + }, + "Shalimar": { "category": "handwriting", - "ascent": 970, - "descent": -370, + "ascent": 800, + "descent": -420, "lineGap": 0, - "xAvgCharWidth": 520, - "unitsPerEm": 1000 + "xAvgCharWidth": 454, + "unitsPerEm": 1000, + "azAvgWidth": 242.96153846153845 }, - "Sail": { + "Mountains of Christmas": { "category": "display", - "ascent": 860, - "descent": -294, + "ascent": 1066, + "descent": -354, "lineGap": 0, - "xAvgCharWidth": 385, - "unitsPerEm": 1000 + "xAvgCharWidth": 439, + "unitsPerEm": 1024, + "azAvgWidth": 416.2307692307692 }, - "Jura": { + "Baloo Bhaina 2": { + "category": "display", + "ascent": 1185, + "descent": -827, + "lineGap": 0, + "xAvgCharWidth": 556, + "unitsPerEm": 1000, + "azAvgWidth": 489.3076923076923 + }, + "Coiny": { + "category": "display", + "ascent": 750, + "descent": 250, + "lineGap": 600, + "xAvgCharWidth": 516, + "unitsPerEm": 1000, + "azAvgWidth": 583.1538461538462 + }, + "Fira Sans": { "category": "sans-serif", - "ascent": 1930, - "descent": -436, + "ascent": 935, + "descent": -265, "lineGap": 0, - "xAvgCharWidth": 1112, - "unitsPerEm": 2000 + "xAvgCharWidth": 558, + "unitsPerEm": 1000, + "azAvgWidth": 507.88461538461536 }, - "Zeyada": { - "category": "handwriting", - "ascent": 934, - "descent": -680, + "Radio Canada": { + "category": "sans-serif", + "ascent": 945, + "descent": -255, "lineGap": 0, - "xAvgCharWidth": 415, - "unitsPerEm": 1024 + "xAvgCharWidth": 575, + "unitsPerEm": 1000, + "azAvgWidth": 520.3846153846154 }, - "Noto Sans Samaritan": { + "Source Sans Pro": { "category": "sans-serif", - "ascent": 1069, - "descent": -293, + "ascent": 984, + "descent": -273, "lineGap": 0, - "xAvgCharWidth": 717, - "unitsPerEm": 1000 + "xAvgCharWidth": 521, + "unitsPerEm": 1000, + "azAvgWidth": 474.84615384615387 }, - "Wallpoet": { - "category": "display", - "ascent": 806, - "descent": -196, + "Literata": { + "category": "serif", + "ascent": 1177, + "descent": -308, "lineGap": 0, "xAvgCharWidth": 639, - "unitsPerEm": 1000 + "unitsPerEm": 1000, + "azAvgWidth": 555.2692307692307 }, - "Noto Sans Hatran": { - "category": "sans-serif", - "ascent": 1069, - "descent": -293, + "Ibarra Real Nova": { + "category": "serif", + "ascent": 950, + "descent": -300, "lineGap": 0, - "xAvgCharWidth": 569, - "unitsPerEm": 1000 + "xAvgCharWidth": 579, + "unitsPerEm": 1000, + "azAvgWidth": 466.6923076923077 }, - "Source Sans 3": { + "ZCOOL KuaiLe": { + "category": "display", + "ascent": 880, + "descent": -120, + "lineGap": 0, + "xAvgCharWidth": 912, + "unitsPerEm": 1000, + "azAvgWidth": 533.4230769230769 + }, + "Noto Sans Kannada": { "category": "sans-serif", - "ascent": 1024, - "descent": -400, + "ascent": 809, + "descent": -540, "lineGap": 0, - "xAvgCharWidth": 493, - "unitsPerEm": 1000 + "xAvgCharWidth": 553, + "unitsPerEm": 1000, + "azAvgWidth": 530.0769230769231 }, - "Corben": { + "Trochut": { "category": "display", - "ascent": 2826, - "descent": -969, + "ascent": 967, + "descent": -210, "lineGap": 0, - "xAvgCharWidth": 941, - "unitsPerEm": 2048 + "xAvgCharWidth": 348, + "unitsPerEm": 1000, + "azAvgWidth": 389.5 }, - "Karla": { - "category": "sans-serif", - "ascent": 1834, - "descent": -504, + "Patrick Hand SC": { + "category": "handwriting", + "ascent": 1042, + "descent": -312, "lineGap": 0, - "xAvgCharWidth": 1049, - "unitsPerEm": 2000 + "xAvgCharWidth": 437, + "unitsPerEm": 1000, + "azAvgWidth": 411.15384615384613 }, - "Rationale": { + "Kantumruy Pro": { "category": "sans-serif", - "ascent": 903, - "descent": -250, + "ascent": 920, + "descent": -260, "lineGap": 0, - "xAvgCharWidth": 360, - "unitsPerEm": 1000 + "xAvgCharWidth": 627, + "unitsPerEm": 1000, + "azAvgWidth": 523.3461538461538 }, - "Noto Sans Osage": { - "category": "sans-serif", - "ascent": 1069, - "descent": -293, + "Hanuman": { + "category": "serif", + "ascent": 2000, + "descent": -1000, "lineGap": 0, - "xAvgCharWidth": 613, - "unitsPerEm": 1000 + "xAvgCharWidth": 1275, + "unitsPerEm": 2048, + "azAvgWidth": 1116.2307692307693 }, - "The Girl Next Door": { + "Comic Neue": { "category": "handwriting", - "ascent": 1139, - "descent": -748, + "ascent": 900, + "descent": -250, "lineGap": 0, - "xAvgCharWidth": 482, - "unitsPerEm": 1024 + "xAvgCharWidth": 493, + "unitsPerEm": 1000, + "azAvgWidth": 462.11538461538464 }, - "Changa": { - "category": "sans-serif", - "ascent": 1227, - "descent": -613, + "Playfair Display": { + "category": "serif", + "ascent": 1082, + "descent": -251, + "lineGap": 0, + "xAvgCharWidth": 579, + "unitsPerEm": 1000, + "azAvgWidth": 509.2307692307692 + }, + "Chenla": { + "category": "display", + "ascent": 2500, + "descent": -1200, + "lineGap": 67, + "xAvgCharWidth": 2212, + "unitsPerEm": 2048, + "azAvgWidth": 1536 + }, + "Lovers Quarrel": { + "category": "handwriting", + "ascent": 726, + "descent": -401, "lineGap": 0, - "xAvgCharWidth": 591, - "unitsPerEm": 1000 + "xAvgCharWidth": 409, + "unitsPerEm": 1000, + "azAvgWidth": 232.1153846153846 }, - "PT Serif": { - "category": "serif", - "ascent": 1039, - "descent": -286, + "Josefin Sans": { + "category": "sans-serif", + "ascent": 750, + "descent": -250, "lineGap": 0, - "xAvgCharWidth": 564, - "unitsPerEm": 1000 + "xAvgCharWidth": 547, + "unitsPerEm": 1000, + "azAvgWidth": 497.3076923076923 }, - "Liu Jian Mao Cao": { + "Gamja Flower": { "category": "handwriting", - "ascent": 880, - "descent": -120, - "lineGap": 0, - "xAvgCharWidth": 1011, - "unitsPerEm": 1000 + "ascent": 800, + "descent": -224, + "lineGap": 256, + "xAvgCharWidth": 820, + "unitsPerEm": 1024, + "azAvgWidth": 417.15384615384613 }, - "Fugaz One": { - "category": "display", - "ascent": 1046, - "descent": -422, + "Noto Serif Ethiopic": { + "category": "serif", + "ascent": 1069, + "descent": -293, "lineGap": 0, - "xAvgCharWidth": 502, - "unitsPerEm": 1000 + "xAvgCharWidth": 679, + "unitsPerEm": 1000, + "azAvgWidth": 549 }, - "Passero One": { + "Metal Mania": { "category": "display", - "ascent": 1820, - "descent": -618, + "ascent": 965, + "descent": -303, "lineGap": 0, - "xAvgCharWidth": 974, - "unitsPerEm": 2048 + "xAvgCharWidth": 427, + "unitsPerEm": 1024, + "azAvgWidth": 425.03846153846155 }, - "Cherish": { - "category": "handwriting", - "ascent": 850, - "descent": -320, + "Nova Script": { + "category": "display", + "ascent": 1966, + "descent": -506, "lineGap": 0, - "xAvgCharWidth": 470, - "unitsPerEm": 1000 + "xAvgCharWidth": 1185, + "unitsPerEm": 2048, + "azAvgWidth": 1086.1923076923076 }, - "Dangrek": { - "category": "display", - "ascent": 2500, - "descent": -1200, + "Noto Sans Elbasan": { + "category": "sans-serif", + "ascent": 847, + "descent": -270, "lineGap": 0, - "xAvgCharWidth": 1109, - "unitsPerEm": 2048 + "xAvgCharWidth": 603, + "unitsPerEm": 1000, + "azAvgWidth": 600 }, - "Linden Hill": { + "Sorts Mill Goudy": { "category": "serif", - "ascent": 3633, - "descent": -1888, + "ascent": 960, + "descent": -478, "lineGap": 0, - "xAvgCharWidth": 2086, - "unitsPerEm": 4096 + "xAvgCharWidth": 536, + "unitsPerEm": 1000, + "azAvgWidth": 490.7692307692308 }, - "Fira Sans": { - "category": "sans-serif", + "Rubik Dirt": { + "category": "display", "ascent": 935, - "descent": -265, + "descent": -250, "lineGap": 0, - "xAvgCharWidth": 558, - "unitsPerEm": 1000 + "xAvgCharWidth": 635, + "unitsPerEm": 1000, + "azAvgWidth": 611.9615384615385 }, - "Rhodium Libre": { - "category": "serif", - "ascent": 1100, - "descent": -610, + "Federant": { + "category": "display", + "ascent": 942, + "descent": -284, "lineGap": 0, - "xAvgCharWidth": 607, - "unitsPerEm": 1000 + "xAvgCharWidth": 513, + "unitsPerEm": 1000, + "azAvgWidth": 518.6538461538462 }, - "Tiro Kannada": { + "Almendra SC": { "category": "serif", - "ascent": 755, - "descent": -245, - "lineGap": 794, - "xAvgCharWidth": 767, - "unitsPerEm": 1000 + "ascent": 939, + "descent": -251, + "lineGap": 0, + "xAvgCharWidth": 442, + "unitsPerEm": 1000, + "azAvgWidth": 502.53846153846155 }, - "Lacquer": { + "Caesar Dressing": { "category": "display", - "ascent": 1000, - "descent": -200, + "ascent": 1017, + "descent": -226, "lineGap": 0, - "xAvgCharWidth": 534, - "unitsPerEm": 1000 + "xAvgCharWidth": 459, + "unitsPerEm": 1024, + "azAvgWidth": 504.84615384615387 }, - "Saira": { + "Athiti": { "category": "sans-serif", - "ascent": 1135, - "descent": -439, + "ascent": 1150, + "descent": -450, "lineGap": 0, - "xAvgCharWidth": 564, - "unitsPerEm": 1000 + "xAvgCharWidth": 512, + "unitsPerEm": 1000, + "azAvgWidth": 466.4230769230769 }, - "Proza Libre": { - "category": "sans-serif", - "ascent": 1996, - "descent": -800, + "Island Moments": { + "category": "handwriting", + "ascent": 750, + "descent": -400, "lineGap": 0, - "xAvgCharWidth": 1202, - "unitsPerEm": 2048 + "xAvgCharWidth": 556, + "unitsPerEm": 1000, + "azAvgWidth": 302.3076923076923 }, - "Suravaram": { - "category": "serif", - "ascent": 1295, - "descent": -794, + "Vibes": { + "category": "display", + "ascent": 1105, + "descent": -680, "lineGap": 0, - "xAvgCharWidth": 349, - "unitsPerEm": 980 + "xAvgCharWidth": 451, + "unitsPerEm": 1000, + "azAvgWidth": 435.3076923076923 }, - "Twinkle Star": { - "category": "handwriting", - "ascent": 930, - "descent": -350, + "Chakra Petch": { + "category": "sans-serif", + "ascent": 992, + "descent": -308, "lineGap": 0, - "xAvgCharWidth": 563, - "unitsPerEm": 1000 + "xAvgCharWidth": 546, + "unitsPerEm": 1000, + "azAvgWidth": 511.2692307692308 }, - "Babylonica": { - "category": "handwriting", - "ascent": 875, - "descent": -450, - "lineGap": 0, - "xAvgCharWidth": 552, - "unitsPerEm": 1000 + "Tinos": { + "category": "serif", + "ascent": 1825, + "descent": -443, + "lineGap": 87, + "xAvgCharWidth": 1116, + "unitsPerEm": 2048, + "azAvgWidth": 940.6538461538462 }, - "Mohave": { + "Inter": { "category": "sans-serif", - "ascent": 1980, - "descent": -806, + "ascent": 2728, + "descent": -680, "lineGap": 0, - "xAvgCharWidth": 874, - "unitsPerEm": 2000 + "xAvgCharWidth": 1838, + "unitsPerEm": 2816, + "azAvgWidth": 1503.2307692307693 }, - "Noto Sans Symbols 2": { + "Mingzat": { "category": "sans-serif", - "ascent": 1069, - "descent": -630, + "ascent": 1427, + "descent": -670, "lineGap": 0, - "xAvgCharWidth": 830, - "unitsPerEm": 1000 + "xAvgCharWidth": 715, + "unitsPerEm": 1000, + "azAvgWidth": 532.2692307692307 }, - "Chivo": { - "category": "sans-serif", - "ascent": 940, - "descent": -250, + "Noto Serif JP": { + "category": "serif", + "ascent": 1151, + "descent": -286, "lineGap": 0, - "xAvgCharWidth": 547, - "unitsPerEm": 1000 + "xAvgCharWidth": 983, + "unitsPerEm": 1000, + "azAvgWidth": 553.0384615384615 }, - "Fredoka": { + "Actor": { "category": "sans-serif", - "ascent": 974, - "descent": -236, + "ascent": 941, + "descent": -262, "lineGap": 0, - "xAvgCharWidth": 534, - "unitsPerEm": 1000 + "xAvgCharWidth": 424, + "unitsPerEm": 1000, + "azAvgWidth": 480.65384615384613 }, - "Galindo": { + "Fascinate Inline": { "category": "display", - "ascent": 2014, - "descent": -883, + "ascent": 2125, + "descent": -591, "lineGap": 0, - "xAvgCharWidth": 1077, - "unitsPerEm": 2048 + "xAvgCharWidth": 1123, + "unitsPerEm": 2048, + "azAvgWidth": 1237.9615384615386 }, - "Noto Sans Thai": { + "Mukta Vaani": { "category": "sans-serif", - "ascent": 1061, - "descent": -450, + "ascent": 1130, + "descent": -532, "lineGap": 0, - "xAvgCharWidth": 558, - "unitsPerEm": 1000 + "xAvgCharWidth": 599, + "unitsPerEm": 1000, + "azAvgWidth": 471.2692307692308 }, - "Secular One": { - "category": "sans-serif", - "ascent": 1022, - "descent": -433, + "Bonheur Royale": { + "category": "handwriting", + "ascent": 780, + "descent": -380, "lineGap": 0, - "xAvgCharWidth": 579, - "unitsPerEm": 1000 + "xAvgCharWidth": 449, + "unitsPerEm": 1000, + "azAvgWidth": 273.53846153846155 }, - "Ballet": { - "category": "handwriting", - "ascent": 1130, - "descent": -770, + "Imbue": { + "category": "serif", + "ascent": 1900, + "descent": -500, "lineGap": 0, - "xAvgCharWidth": 575, - "unitsPerEm": 1000 + "xAvgCharWidth": 615, + "unitsPerEm": 2000, + "azAvgWidth": 662.1153846153846 }, - "Tourney": { + "Skranji": { "category": "display", - "ascent": 1800, - "descent": -400, + "ascent": 1008, + "descent": -383, "lineGap": 0, - "xAvgCharWidth": 1179, - "unitsPerEm": 2000 + "xAvgCharWidth": 468, + "unitsPerEm": 1024, + "azAvgWidth": 511.1923076923077 }, - "Lancelot": { + "Rampart One": { "category": "display", - "ascent": 1595, - "descent": -668, + "ascent": 1160, + "descent": -288, "lineGap": 0, - "xAvgCharWidth": 723, - "unitsPerEm": 2048 + "xAvgCharWidth": 969, + "unitsPerEm": 1000, + "azAvgWidth": 586.2307692307693 }, - "Kdam Thmor Pro": { - "category": "sans-serif", - "ascent": 1146, - "descent": -400, + "Delius Swash Caps": { + "category": "handwriting", + "ascent": 986, + "descent": -270, "lineGap": 0, - "xAvgCharWidth": 676, - "unitsPerEm": 1000 + "xAvgCharWidth": 448, + "unitsPerEm": 1000, + "azAvgWidth": 505.2307692307692 }, - "Noto Sans Bassa Vah": { - "category": "sans-serif", - "ascent": 1069, - "descent": -293, + "Rubik": { + "category": "sans-serif", + "ascent": 935, + "descent": -250, "lineGap": 0, - "xAvgCharWidth": 664, - "unitsPerEm": 1000 + "xAvgCharWidth": 543, + "unitsPerEm": 1000, + "azAvgWidth": 530.7692307692307 }, - "Rokkitt": { - "category": "serif", - "ascent": 817, - "descent": -320, + "Montserrat Alternates": { + "category": "sans-serif", + "ascent": 968, + "descent": -251, "lineGap": 0, - "xAvgCharWidth": 530, - "unitsPerEm": 1000 + "xAvgCharWidth": 636, + "unitsPerEm": 1000, + "azAvgWidth": 588.0769230769231 }, "Gotu": { "category": "sans-serif", @@ -7885,3239 +8717,3770 @@ "descent": -545, "lineGap": 0, "xAvgCharWidth": 787, - "unitsPerEm": 1000 - }, - "Farro": { - "category": "sans-serif", - "ascent": 800, - "descent": -200, - "lineGap": 0, - "xAvgCharWidth": 569, - "unitsPerEm": 1000 - }, - "Averia Libre": { - "category": "display", - "ascent": 1952, - "descent": -492, - "lineGap": 0, - "xAvgCharWidth": 916, - "unitsPerEm": 2048 + "unitsPerEm": 1000, + "azAvgWidth": 557.6923076923077 }, - "Marvel": { - "category": "sans-serif", - "ascent": 951, - "descent": -259, + "Edu QLD Beginner": { + "category": "handwriting", + "ascent": 1016, + "descent": -244, "lineGap": 0, - "xAvgCharWidth": 407, - "unitsPerEm": 1000 + "xAvgCharWidth": 461, + "unitsPerEm": 1000, + "azAvgWidth": 421.84615384615387 }, - "Noto Sans Phoenician": { + "Noto Sans Old Permic": { "category": "sans-serif", "ascent": 1069, "descent": -293, "lineGap": 0, - "xAvgCharWidth": 599, - "unitsPerEm": 1000 - }, - "Khmer": { - "category": "display", - "ascent": 2300, - "descent": -1200, - "lineGap": 0, - "xAvgCharWidth": 1110, - "unitsPerEm": 2048 + "xAvgCharWidth": 607, + "unitsPerEm": 1000, + "azAvgWidth": 600 }, - "Padauk": { + "Work Sans": { "category": "sans-serif", - "ascent": 1010, - "descent": -500, + "ascent": 930, + "descent": -243, "lineGap": 0, - "xAvgCharWidth": 572, - "unitsPerEm": 1024 + "xAvgCharWidth": 597, + "unitsPerEm": 1000, + "azAvgWidth": 547.7692307692307 }, - "Tangerine": { + "Gloria Hallelujah": { "category": "handwriting", - "ascent": 750, - "descent": -250, + "ascent": 1439, + "descent": -591, "lineGap": 0, - "xAvgCharWidth": 217, - "unitsPerEm": 1000 + "xAvgCharWidth": 516, + "unitsPerEm": 1024, + "azAvgWidth": 536.8846153846154 }, - "Flow Circular": { - "category": "display", - "ascent": 1000, - "descent": -200, + "Whisper": { + "category": "handwriting", + "ascent": 880, + "descent": -400, "lineGap": 0, - "xAvgCharWidth": 488, - "unitsPerEm": 1000 + "xAvgCharWidth": 517, + "unitsPerEm": 1000, + "azAvgWidth": 331.5 }, - "Coda": { - "category": "display", - "ascent": 2124, - "descent": -784, + "Yaldevi": { + "category": "sans-serif", + "ascent": 1060, + "descent": -256, "lineGap": 0, - "xAvgCharWidth": 906, - "unitsPerEm": 2048 + "xAvgCharWidth": 683, + "unitsPerEm": 1000, + "azAvgWidth": 492.65384615384613 }, - "Marck Script": { - "category": "handwriting", - "ascent": 864, - "descent": -385, + "Metrophobic": { + "category": "sans-serif", + "ascent": 2065, + "descent": -460, "lineGap": 0, - "xAvgCharWidth": 411, - "unitsPerEm": 1000 + "xAvgCharWidth": 1177, + "unitsPerEm": 2048, + "azAvgWidth": 1046.0384615384614 }, - "Encode Sans SC": { - "category": "sans-serif", - "ascent": 2060, - "descent": -440, + "Bokor": { + "category": "display", + "ascent": 2500, + "descent": -1200, "lineGap": 0, - "xAvgCharWidth": 967, - "unitsPerEm": 2000 + "xAvgCharWidth": 1110, + "unitsPerEm": 2048, + "azAvgWidth": 824.5 }, - "Dancing Script": { - "category": "handwriting", - "ascent": 920, - "descent": -280, + "Noto Sans Tamil": { + "category": "sans-serif", + "ascent": 870, + "descent": -370, "lineGap": 0, - "xAvgCharWidth": 497, - "unitsPerEm": 1000 + "xAvgCharWidth": 701, + "unitsPerEm": 1000, + "azAvgWidth": 530.0769230769231 }, - "Contrail One": { - "category": "display", - "ascent": 1939, - "descent": -625, + "Kulim Park": { + "category": "sans-serif", + "ascent": 931, + "descent": -204, "lineGap": 0, - "xAvgCharWidth": 837, - "unitsPerEm": 2048 + "xAvgCharWidth": 536, + "unitsPerEm": 1000, + "azAvgWidth": 489.03846153846155 }, - "Della Respira": { + "Roboto Serif": { "category": "serif", - "ascent": 2196, - "descent": -607, + "ascent": 927, + "descent": -244, "lineGap": 0, - "xAvgCharWidth": 889, - "unitsPerEm": 2048 + "xAvgCharWidth": 586, + "unitsPerEm": 1000, + "azAvgWidth": 594.7307692307693 }, - "Patrick Hand": { + "Moon Dance": { "category": "handwriting", - "ascent": 1042, - "descent": -312, + "ascent": 970, + "descent": -370, "lineGap": 0, - "xAvgCharWidth": 431, - "unitsPerEm": 1000 + "xAvgCharWidth": 520, + "unitsPerEm": 1000, + "azAvgWidth": 310.1923076923077 }, - "Jim Nightshade": { - "category": "handwriting", - "ascent": 1852, - "descent": -1050, + "Noto Sans Vai": { + "category": "sans-serif", + "ascent": 1069, + "descent": -293, "lineGap": 0, - "xAvgCharWidth": 615, - "unitsPerEm": 2048 + "xAvgCharWidth": 756, + "unitsPerEm": 1000, + "azAvgWidth": 600 }, - "Splash": { + "Vujahday Script": { "category": "handwriting", - "ascent": 1050, - "descent": -580, + "ascent": 950, + "descent": -410, "lineGap": 0, - "xAvgCharWidth": 644, - "unitsPerEm": 1000 + "xAvgCharWidth": 540, + "unitsPerEm": 1000, + "azAvgWidth": 408.61538461538464 }, - "Metrophobic": { - "category": "sans-serif", - "ascent": 2065, - "descent": -460, + "Sassy Frass": { + "category": "handwriting", + "ascent": 800, + "descent": -300, "lineGap": 0, - "xAvgCharWidth": 1177, - "unitsPerEm": 2048 + "xAvgCharWidth": 454, + "unitsPerEm": 1000, + "azAvgWidth": 218.23076923076923 }, - "Noto Sans Old Sogdian": { + "Noto Sans Display": { "category": "sans-serif", "ascent": 1069, "descent": -293, "lineGap": 0, - "xAvgCharWidth": 596, - "unitsPerEm": 1000 - }, - "Cookie": { - "category": "handwriting", - "ascent": 789, - "descent": -320, - "lineGap": 0, - "xAvgCharWidth": 287, - "unitsPerEm": 1000 + "xAvgCharWidth": 548, + "unitsPerEm": 1000, + "azAvgWidth": 501.03846153846155 }, - "Hanuman": { + "Suranna": { "category": "serif", - "ascent": 2000, - "descent": -1000, + "ascent": 1101, + "descent": -607, "lineGap": 0, - "xAvgCharWidth": 1275, - "unitsPerEm": 2048 + "xAvgCharWidth": 382, + "unitsPerEm": 780, + "azAvgWidth": 335.53846153846155 }, - "Dr Sugiyama": { - "category": "handwriting", - "ascent": 1009, - "descent": -450, + "Fascinate": { + "category": "display", + "ascent": 2125, + "descent": -591, "lineGap": 0, - "xAvgCharWidth": 299, - "unitsPerEm": 1000 + "xAvgCharWidth": 1123, + "unitsPerEm": 2048, + "azAvgWidth": 1237.9615384615386 }, - "IBM Plex Sans": { + "Mina": { "category": "sans-serif", - "ascent": 1025, - "descent": -275, + "ascent": 1075, + "descent": -515, "lineGap": 0, - "xAvgCharWidth": 589, - "unitsPerEm": 1000 + "xAvgCharWidth": 462, + "unitsPerEm": 1000, + "azAvgWidth": 508 }, - "Shanti": { - "category": "sans-serif", - "ascent": 2012, - "descent": -599, + "Mr Dafoe": { + "category": "handwriting", + "ascent": 981, + "descent": -416, "lineGap": 0, - "xAvgCharWidth": 906, - "unitsPerEm": 2048 + "xAvgCharWidth": 352, + "unitsPerEm": 1000, + "azAvgWidth": 369.6923076923077 }, - "Rubik Microbe": { + "Coming Soon": { + "category": "handwriting", + "ascent": 1053, + "descent": -498, + "lineGap": 21, + "xAvgCharWidth": 522, + "unitsPerEm": 1024, + "azAvgWidth": 516.9230769230769 + }, + "Joti One": { "category": "display", - "ascent": 935, - "descent": -250, + "ascent": 1003, + "descent": -331, "lineGap": 0, - "xAvgCharWidth": 635, - "unitsPerEm": 1000 + "xAvgCharWidth": 574, + "unitsPerEm": 1000, + "azAvgWidth": 577.0384615384615 }, - "Saira Semi Condensed": { + "Calligraffitti": { + "category": "handwriting", + "ascent": 986, + "descent": -607, + "lineGap": 14, + "xAvgCharWidth": 504, + "unitsPerEm": 1024, + "azAvgWidth": 409.34615384615387 + }, + "Public Sans": { "category": "sans-serif", - "ascent": 1135, - "descent": -439, + "ascent": 1900, + "descent": -450, "lineGap": 0, - "xAvgCharWidth": 505, - "unitsPerEm": 1000 + "xAvgCharWidth": 1089, + "unitsPerEm": 2000, + "azAvgWidth": 1058.076923076923 }, - "Bahianita": { - "category": "display", - "ascent": 962, - "descent": -238, - "lineGap": 0, - "xAvgCharWidth": 302, - "unitsPerEm": 1000 + "Neucha": { + "category": "handwriting", + "ascent": 787, + "descent": -292, + "lineGap": 49, + "xAvgCharWidth": 468, + "unitsPerEm": 1024, + "azAvgWidth": 402.34615384615387 }, - "MuseoModerno": { + "UnifrakturCook": { "category": "display", - "ascent": 1145, - "descent": -445, + "ascent": 2110, + "descent": -570, "lineGap": 0, - "xAvgCharWidth": 599, - "unitsPerEm": 1000 + "xAvgCharWidth": 1015, + "unitsPerEm": 2048, + "azAvgWidth": 842.4615384615385 }, - "Sawarabi Gothic": { + "Noto Sans Sogdian": { "category": "sans-serif", - "ascent": 1110, - "descent": -272, - "lineGap": 90, - "xAvgCharWidth": 925, - "unitsPerEm": 1000 + "ascent": 1069, + "descent": -313, + "lineGap": 0, + "xAvgCharWidth": 571, + "unitsPerEm": 1000, + "azAvgWidth": 600 }, - "Noto Music": { + "Laila": { "category": "sans-serif", - "ascent": 1389, - "descent": -398, + "ascent": 1098, + "descent": -452, "lineGap": 0, - "xAvgCharWidth": 569, - "unitsPerEm": 1000 + "xAvgCharWidth": 561, + "unitsPerEm": 1000, + "azAvgWidth": 517.5384615384615 }, - "Fira Sans Condensed": { - "category": "sans-serif", - "ascent": 935, - "descent": -265, + "Freehand": { + "category": "display", + "ascent": 2500, + "descent": -1200, "lineGap": 0, - "xAvgCharWidth": 505, - "unitsPerEm": 1000 + "xAvgCharWidth": 1466, + "unitsPerEm": 2048, + "azAvgWidth": 793.1538461538462 }, - "M PLUS 2": { + "Familjen Grotesk": { "category": "sans-serif", + "ascent": 1230, + "descent": -270, + "lineGap": 0, + "xAvgCharWidth": 647, + "unitsPerEm": 1200, + "azAvgWidth": 575.3846153846154 + }, + "Hahmlet": { + "category": "serif", "ascent": 1160, "descent": -288, "lineGap": 0, - "xAvgCharWidth": 968, - "unitsPerEm": 1000 + "xAvgCharWidth": 853, + "unitsPerEm": 1000, + "azAvgWidth": 553.6923076923077 }, - "Russo One": { + "Red Hat Text": { "category": "sans-serif", - "ascent": 926, - "descent": -279, + "ascent": 1018, + "descent": -305, "lineGap": 0, - "xAvgCharWidth": 599, - "unitsPerEm": 1000 + "xAvgCharWidth": 530, + "unitsPerEm": 1000, + "azAvgWidth": 497.5769230769231 }, - "Updock": { + "Encode Sans": { + "category": "sans-serif", + "ascent": 2060, + "descent": -440, + "lineGap": 0, + "xAvgCharWidth": 935, + "unitsPerEm": 2000, + "azAvgWidth": 1001.6153846153846 + }, + "Damion": { "category": "handwriting", - "ascent": 900, - "descent": -350, + "ascent": 2068, + "descent": -746, "lineGap": 0, - "xAvgCharWidth": 453, - "unitsPerEm": 1000 + "xAvgCharWidth": 731, + "unitsPerEm": 2048, + "azAvgWidth": 817.8846153846154 }, - "Mingzat": { + "Roboto": { "category": "sans-serif", - "ascent": 1427, - "descent": -670, + "ascent": 1900, + "descent": -500, "lineGap": 0, - "xAvgCharWidth": 715, - "unitsPerEm": 1000 + "xAvgCharWidth": 1158, + "unitsPerEm": 2048, + "azAvgWidth": 1021.8076923076923 }, - "New Tegomin": { + "Gentium Plus": { "category": "serif", - "ascent": 1160, - "descent": -288, + "ascent": 2250, + "descent": -750, "lineGap": 0, - "xAvgCharWidth": 983, - "unitsPerEm": 1000 + "xAvgCharWidth": 1036, + "unitsPerEm": 2048, + "azAvgWidth": 961.2692307692307 }, - "Oi": { - "category": "display", - "ascent": 1070, - "descent": -510, + "Mallanna": { + "category": "sans-serif", + "ascent": 1105, + "descent": -504, "lineGap": 0, - "xAvgCharWidth": 1102, - "unitsPerEm": 1000 + "xAvgCharWidth": 475, + "unitsPerEm": 870, + "azAvgWidth": 391.34615384615387 }, - "Noto Serif Grantha": { - "category": "serif", - "ascent": 1290, - "descent": -534, + "Noto Sans Gujarati": { + "category": "sans-serif", + "ascent": 896, + "descent": -408, "lineGap": 0, - "xAvgCharWidth": 1335, - "unitsPerEm": 1000 + "xAvgCharWidth": 578, + "unitsPerEm": 1000, + "azAvgWidth": 530.0769230769231 }, - "Hubballi": { + "Sofadi One": { "category": "display", - "ascent": 765, - "descent": -191, + "ascent": 856, + "descent": -310, "lineGap": 0, - "xAvgCharWidth": 729, - "unitsPerEm": 1000 + "xAvgCharWidth": 516, + "unitsPerEm": 1000, + "azAvgWidth": 538.8076923076923 }, - "Red Hat Mono": { - "category": "monospace", + "PT Sans": { + "category": "sans-serif", "ascent": 1018, - "descent": -305, + "descent": -276, "lineGap": 0, - "xAvgCharWidth": 600, - "unitsPerEm": 1000 + "xAvgCharWidth": 527, + "unitsPerEm": 1000, + "azAvgWidth": 480.7307692307692 }, - "Homemade Apple": { - "category": "handwriting", - "ascent": 1327, - "descent": -866, - "lineGap": 18, - "xAvgCharWidth": 567, - "unitsPerEm": 1024 + "Fredericka the Great": { + "category": "display", + "ascent": 1001, + "descent": -254, + "lineGap": 0, + "xAvgCharWidth": 547, + "unitsPerEm": 1024, + "azAvgWidth": 504.15384615384613 }, - "Tiro Tamil": { - "category": "serif", - "ascent": 755, - "descent": -245, - "lineGap": 436, - "xAvgCharWidth": 667, - "unitsPerEm": 1000 + "Proza Libre": { + "category": "sans-serif", + "ascent": 1996, + "descent": -800, + "lineGap": 0, + "xAvgCharWidth": 1202, + "unitsPerEm": 2048, + "azAvgWidth": 1125.2307692307693 }, - "Trade Winds": { - "category": "display", - "ascent": 1019, - "descent": -469, + "Mandali": { + "category": "sans-serif", + "ascent": 1087, + "descent": -475, "lineGap": 0, - "xAvgCharWidth": 520, - "unitsPerEm": 1024 + "xAvgCharWidth": 468, + "unitsPerEm": 790, + "azAvgWidth": 395.88461538461536 }, - "Rubik Dirt": { - "category": "display", - "ascent": 935, - "descent": -250, + "B612": { + "category": "sans-serif", + "ascent": 1930, + "descent": -500, "lineGap": 0, - "xAvgCharWidth": 635, - "unitsPerEm": 1000 + "xAvgCharWidth": 1287, + "unitsPerEm": 2000, + "azAvgWidth": 1071.1538461538462 }, - "Alef": { + "Vazirmatn": { "category": "sans-serif", - "ascent": 2067, - "descent": -722, + "ascent": 2100, + "descent": -1100, "lineGap": 0, - "xAvgCharWidth": 1093, - "unitsPerEm": 2048 + "xAvgCharWidth": 1159, + "unitsPerEm": 2048, + "azAvgWidth": 1022.3846153846154 }, - "Libre Barcode 39 Extended Text": { - "category": "display", - "ascent": 600, - "descent": -400, + "Odor Mean Chey": { + "category": "serif", + "ascent": 2500, + "descent": -1200, "lineGap": 0, - "xAvgCharWidth": 536, - "unitsPerEm": 1000 + "xAvgCharWidth": 1337, + "unitsPerEm": 2048, + "azAvgWidth": 1049.1923076923076 }, - "Ruslan Display": { + "Zilla Slab Highlight": { "category": "display", - "ascent": 688, - "descent": -397, + "ascent": 944, + "descent": -256, "lineGap": 0, - "xAvgCharWidth": 622, - "unitsPerEm": 1000 + "xAvgCharWidth": 527, + "unitsPerEm": 1000, + "azAvgWidth": 490.2692307692308 }, - "Six Caps": { + "M PLUS 1": { "category": "sans-serif", - "ascent": 2263, - "descent": -432, + "ascent": 1160, + "descent": -288, "lineGap": 0, - "xAvgCharWidth": 410, - "unitsPerEm": 2048 + "xAvgCharWidth": 967, + "unitsPerEm": 1000, + "azAvgWidth": 542.8076923076923 }, - "Miltonian Tattoo": { - "category": "display", - "ascent": 918, - "descent": -274, + "Luxurious Script": { + "category": "handwriting", + "ascent": 850, + "descent": -350, "lineGap": 0, - "xAvgCharWidth": 566, - "unitsPerEm": 1000 + "xAvgCharWidth": 530, + "unitsPerEm": 1000, + "azAvgWidth": 276.4230769230769 }, - "Comfortaa": { + "Combo": { "category": "display", - "ascent": 881, - "descent": -234, + "ascent": 907, + "descent": -269, "lineGap": 0, - "xAvgCharWidth": 641, - "unitsPerEm": 1000 + "xAvgCharWidth": 461, + "unitsPerEm": 1000, + "azAvgWidth": 433.46153846153845 }, - "Noto Serif Malayalam": { - "category": "serif", - "ascent": 864, - "descent": -383, + "Dosis": { + "category": "sans-serif", + "ascent": 1027, + "descent": -237, "lineGap": 0, - "xAvgCharWidth": 746, - "unitsPerEm": 1000 + "xAvgCharWidth": 435, + "unitsPerEm": 1000, + "azAvgWidth": 427.1923076923077 }, - "Coda Caption": { + "Anek Devanagari": { "category": "sans-serif", - "ascent": 2450, - "descent": -783, + "ascent": 2026, + "descent": -1385, + "lineGap": 0, + "xAvgCharWidth": 1389, + "unitsPerEm": 2000, + "azAvgWidth": 957.1153846153846 + }, + "KoHo": { + "category": "sans-serif", + "ascent": 1045, + "descent": -255, + "lineGap": 0, + "xAvgCharWidth": 559, + "unitsPerEm": 1000, + "azAvgWidth": 484.0769230769231 + }, + "Mukta": { + "category": "sans-serif", + "ascent": 1130, + "descent": -532, + "lineGap": 0, + "xAvgCharWidth": 664, + "unitsPerEm": 1000, + "azAvgWidth": 471.2692307692308 + }, + "Prociono": { + "category": "serif", + "ascent": 1008, + "descent": -212, "lineGap": 0, - "xAvgCharWidth": 1236, - "unitsPerEm": 2048 + "xAvgCharWidth": 540, + "unitsPerEm": 1000, + "azAvgWidth": 488.1923076923077 }, - "Montserrat Subrayada": { + "Karla": { "category": "sans-serif", - "ascent": 968, - "descent": -251, + "ascent": 1834, + "descent": -504, "lineGap": 0, - "xAvgCharWidth": 627, - "unitsPerEm": 1000 - }, - "Black Han Sans": { - "category": "sans-serif", - "ascent": 790, - "descent": -210, - "lineGap": 250, - "xAvgCharWidth": 827, - "unitsPerEm": 1000 + "xAvgCharWidth": 1049, + "unitsPerEm": 2000, + "azAvgWidth": 1040.923076923077 }, - "Courgette": { + "My Soul": { "category": "handwriting", - "ascent": 2000, - "descent": -560, + "ascent": 975, + "descent": -350, "lineGap": 0, - "xAvgCharWidth": 1107, - "unitsPerEm": 2048 + "xAvgCharWidth": 594, + "unitsPerEm": 1000, + "azAvgWidth": 362.11538461538464 }, - "Vazirmatn": { + "Noto Sans Hanifi Rohingya": { "category": "sans-serif", - "ascent": 2100, - "descent": -1100, + "ascent": 1069, + "descent": -293, "lineGap": 0, - "xAvgCharWidth": 1159, - "unitsPerEm": 2048 + "xAvgCharWidth": 534, + "unitsPerEm": 1000, + "azAvgWidth": 600 }, - "Diplomata": { - "category": "display", - "ascent": 930, - "descent": -287, + "Anek Bangla": { + "category": "sans-serif", + "ascent": 2500, + "descent": -1232, "lineGap": 0, - "xAvgCharWidth": 964, - "unitsPerEm": 1000 + "xAvgCharWidth": 1307, + "unitsPerEm": 2000, + "azAvgWidth": 957 }, - "Coiny": { - "category": "display", - "ascent": 750, - "descent": 250, - "lineGap": 600, - "xAvgCharWidth": 516, - "unitsPerEm": 1000 + "Homemade Apple": { + "category": "handwriting", + "ascent": 1327, + "descent": -866, + "lineGap": 18, + "xAvgCharWidth": 567, + "unitsPerEm": 1024, + "azAvgWidth": 619.2692307692307 }, - "Noto Serif Ahom": { - "category": "serif", - "ascent": 980, - "descent": -675, + "DM Sans": { + "category": "sans-serif", + "ascent": 992, + "descent": -310, "lineGap": 0, - "xAvgCharWidth": 609, - "unitsPerEm": 1000 + "xAvgCharWidth": 544, + "unitsPerEm": 1000, + "azAvgWidth": 519.9230769230769 }, - "Imbue": { - "category": "serif", - "ascent": 1900, - "descent": -500, + "Miriam Libre": { + "category": "sans-serif", + "ascent": 969, + "descent": -344, "lineGap": 0, - "xAvgCharWidth": 615, - "unitsPerEm": 2000 + "xAvgCharWidth": 558, + "unitsPerEm": 1000, + "azAvgWidth": 545.1923076923077 }, - "Kalam": { - "category": "handwriting", - "ascent": 1063, - "descent": -531, + "Timmana": { + "category": "sans-serif", + "ascent": 668, + "descent": -554, "lineGap": 0, - "xAvgCharWidth": 528, - "unitsPerEm": 1000 + "xAvgCharWidth": 392, + "unitsPerEm": 750, + "azAvgWidth": 330.46153846153845 }, - "Qwitcher Grypen": { - "category": "handwriting", - "ascent": 800, - "descent": -300, + "Mukta Mahee": { + "category": "sans-serif", + "ascent": 1130, + "descent": -532, "lineGap": 0, - "xAvgCharWidth": 379, - "unitsPerEm": 1000 + "xAvgCharWidth": 501, + "unitsPerEm": 1000, + "azAvgWidth": 471.2692307692308 }, - "Ewert": { + "M PLUS 1 Code": { + "category": "sans-serif", + "ascent": 1000, + "descent": -235, + "lineGap": 0, + "xAvgCharWidth": 958, + "unitsPerEm": 1000, + "azAvgWidth": 500 + }, + "Iceberg": { "category": "display", - "ascent": 944, - "descent": -299, + "ascent": 936, + "descent": -284, "lineGap": 0, - "xAvgCharWidth": 662, - "unitsPerEm": 1000 + "xAvgCharWidth": 497, + "unitsPerEm": 1000, + "azAvgWidth": 469.38461538461536 }, - "Noto Sans Osmanya": { - "category": "sans-serif", - "ascent": 1069, - "descent": -293, + "Ruge Boogie": { + "category": "handwriting", + "ascent": 875, + "descent": -375, "lineGap": 0, - "xAvgCharWidth": 575, - "unitsPerEm": 1000 + "xAvgCharWidth": 469, + "unitsPerEm": 1000, + "azAvgWidth": 328.88461538461536 }, - "Barlow Condensed": { + "Snippet": { "category": "sans-serif", - "ascent": 1000, - "descent": -200, + "ascent": 890, + "descent": -261, "lineGap": 0, - "xAvgCharWidth": 397, - "unitsPerEm": 1000 + "xAvgCharWidth": 515, + "unitsPerEm": 1000, + "azAvgWidth": 494.11538461538464 }, - "Sedgwick Ave": { - "category": "handwriting", - "ascent": 937, - "descent": -312, - "lineGap": 0, - "xAvgCharWidth": 584, - "unitsPerEm": 1000 + "M PLUS 1p": { + "category": "sans-serif", + "ascent": 1075, + "descent": -320, + "lineGap": 90, + "xAvgCharWidth": 907, + "unitsPerEm": 1000, + "azAvgWidth": 542.3846153846154 }, - "Poller One": { + "Lilita One": { "category": "display", - "ascent": 1920, - "descent": -514, + "ascent": 923, + "descent": -220, "lineGap": 0, - "xAvgCharWidth": 1469, - "unitsPerEm": 2048 + "xAvgCharWidth": 423, + "unitsPerEm": 1000, + "azAvgWidth": 490.3076923076923 }, - "Port Lligat Slab": { - "category": "serif", - "ascent": 860, - "descent": -211, + "Noto Sans Tamil Supplement": { + "category": "sans-serif", + "ascent": 870, + "descent": -370, "lineGap": 0, - "xAvgCharWidth": 398, - "unitsPerEm": 1000 + "xAvgCharWidth": 1250, + "unitsPerEm": 1000, + "azAvgWidth": 600 }, - "Pacifico": { + "Nothing You Could Do": { "category": "handwriting", - "ascent": 1303, - "descent": -453, + "ascent": 959, + "descent": -407, "lineGap": 0, - "xAvgCharWidth": 615, - "unitsPerEm": 1000 + "xAvgCharWidth": 533, + "unitsPerEm": 1024, + "azAvgWidth": 504.4230769230769 }, - "Vast Shadow": { - "category": "display", - "ascent": 1875, - "descent": -685, + "Cuprum": { + "category": "sans-serif", + "ascent": 895, + "descent": -260, "lineGap": 0, - "xAvgCharWidth": 1584, - "unitsPerEm": 2048 + "xAvgCharWidth": 451, + "unitsPerEm": 1000, + "azAvgWidth": 422.88461538461536 }, - "Ribeye Marrow": { - "category": "display", - "ascent": 2130, - "descent": -668, + "Lexend Peta": { + "category": "sans-serif", + "ascent": 1000, + "descent": -250, "lineGap": 0, - "xAvgCharWidth": 1280, - "unitsPerEm": 2048 + "xAvgCharWidth": 588, + "unitsPerEm": 1000, + "azAvgWidth": 801.3076923076923 }, - "Noto Sans Tagalog": { - "category": "sans-serif", - "ascent": 1069, - "descent": -293, + "Kurale": { + "category": "serif", + "ascent": 1095, + "descent": -383, "lineGap": 0, - "xAvgCharWidth": 778, - "unitsPerEm": 1000 + "xAvgCharWidth": 558, + "unitsPerEm": 1000, + "azAvgWidth": 492.1923076923077 }, - "Noto Sans Pau Cin Hau": { + "Sarpanch": { "category": "sans-serif", - "ascent": 1069, - "descent": -293, + "ascent": 1050, + "descent": -350, "lineGap": 0, - "xAvgCharWidth": 597, - "unitsPerEm": 1000 + "xAvgCharWidth": 648, + "unitsPerEm": 1000, + "azAvgWidth": 566.6153846153846 }, - "Livvic": { - "category": "sans-serif", - "ascent": 1005, + "Mali": { + "category": "handwriting", + "ascent": 1050, "descent": -250, "lineGap": 0, - "xAvgCharWidth": 554, - "unitsPerEm": 1000 + "xAvgCharWidth": 587, + "unitsPerEm": 1000, + "azAvgWidth": 543.3461538461538 }, - "Noto Sans Palmyrene": { - "category": "sans-serif", - "ascent": 1069, - "descent": -293, + "Supermercado One": { + "category": "display", + "ascent": 1925, + "descent": -527, "lineGap": 0, - "xAvgCharWidth": 787, - "unitsPerEm": 1000 + "xAvgCharWidth": 1073, + "unitsPerEm": 2048, + "azAvgWidth": 996.3846153846154 }, - "Gravitas One": { + "Rubik Iso": { "category": "display", - "ascent": 1937, - "descent": -668, + "ascent": 935, + "descent": -250, "lineGap": 0, - "xAvgCharWidth": 1552, - "unitsPerEm": 2048 + "xAvgCharWidth": 635, + "unitsPerEm": 1000, + "azAvgWidth": 611.9615384615385 }, - "Duru Sans": { - "category": "sans-serif", - "ascent": 2020, - "descent": -540, + "Cousine": { + "category": "monospace", + "ascent": 1705, + "descent": -615, "lineGap": 0, - "xAvgCharWidth": 1226, - "unitsPerEm": 2048 + "xAvgCharWidth": 1229, + "unitsPerEm": 2048, + "azAvgWidth": 1229 }, - "Yusei Magic": { + "Noto Sans Old Italic": { "category": "sans-serif", - "ascent": 1160, - "descent": -288, + "ascent": 1069, + "descent": -293, "lineGap": 0, - "xAvgCharWidth": 980, - "unitsPerEm": 1000 + "xAvgCharWidth": 619, + "unitsPerEm": 1000, + "azAvgWidth": 600 }, - "Aguafina Script": { - "category": "handwriting", - "ascent": 966, - "descent": -581, + "Stint Ultra Condensed": { + "category": "display", + "ascent": 1829, + "descent": -483, "lineGap": 0, - "xAvgCharWidth": 288, - "unitsPerEm": 1000 + "xAvgCharWidth": 508, + "unitsPerEm": 2048, + "azAvgWidth": 563.6538461538462 }, - "Prata": { + "DM Serif Display": { "category": "serif", - "ascent": 993, - "descent": -362, + "ascent": 1036, + "descent": -335, "lineGap": 0, - "xAvgCharWidth": 636, - "unitsPerEm": 1000 + "xAvgCharWidth": 561, + "unitsPerEm": 1000, + "azAvgWidth": 514.5769230769231 }, - "Kumar One Outline": { - "category": "display", - "ascent": 1137, - "descent": -642, + "Francois One": { + "category": "sans-serif", + "ascent": 1089, + "descent": -329, "lineGap": 0, - "xAvgCharWidth": 894, - "unitsPerEm": 1000 + "xAvgCharWidth": 505, + "unitsPerEm": 1000, + "azAvgWidth": 464 }, - "Puritan": { + "Smooch Sans": { "category": "sans-serif", - "ascent": 881, - "descent": -256, + "ascent": 900, + "descent": -300, "lineGap": 0, - "xAvgCharWidth": 481, - "unitsPerEm": 1024 + "xAvgCharWidth": 355, + "unitsPerEm": 1000, + "azAvgWidth": 348.8076923076923 }, - "Kings": { - "category": "handwriting", - "ascent": 950, - "descent": -450, + "Space Mono": { + "category": "monospace", + "ascent": 1120, + "descent": -361, "lineGap": 0, - "xAvgCharWidth": 632, - "unitsPerEm": 1000 + "xAvgCharWidth": 612, + "unitsPerEm": 1000, + "azAvgWidth": 612 }, - "Anek Malayalam": { + "Roboto Condensed": { "category": "sans-serif", - "ascent": 2035, - "descent": -830, + "ascent": 1900, + "descent": -500, "lineGap": 0, - "xAvgCharWidth": 1379, - "unitsPerEm": 2000 + "xAvgCharWidth": 1021, + "unitsPerEm": 2048, + "azAvgWidth": 903.1153846153846 }, - "M PLUS 1p": { + "Noto Sans Deseret": { "category": "sans-serif", - "ascent": 1075, - "descent": -320, - "lineGap": 90, - "xAvgCharWidth": 907, - "unitsPerEm": 1000 - }, - "Purple Purse": { - "category": "display", - "ascent": 1870, - "descent": -690, + "ascent": 1069, + "descent": -293, "lineGap": 0, - "xAvgCharWidth": 909, - "unitsPerEm": 2048 + "xAvgCharWidth": 580, + "unitsPerEm": 1000, + "azAvgWidth": 600 }, - "Volkhov": { - "category": "serif", - "ascent": 971, - "descent": -319, + "Noto Sans Rejang": { + "category": "sans-serif", + "ascent": 1069, + "descent": -293, "lineGap": 0, - "xAvgCharWidth": 553, - "unitsPerEm": 1000 + "xAvgCharWidth": 560, + "unitsPerEm": 1000, + "azAvgWidth": 600 }, - "Nova Script": { - "category": "display", - "ascent": 1966, - "descent": -506, + "Libre Caslon Display": { + "category": "serif", + "ascent": 970, + "descent": -266, "lineGap": 0, - "xAvgCharWidth": 1185, - "unitsPerEm": 2048 + "xAvgCharWidth": 494, + "unitsPerEm": 1000, + "azAvgWidth": 410.34615384615387 }, - "Libre Barcode 128 Text": { - "category": "display", - "ascent": 600, - "descent": -400, + "Murecho": { + "category": "sans-serif", + "ascent": 1160, + "descent": -288, "lineGap": 0, - "xAvgCharWidth": 298, - "unitsPerEm": 1000 + "xAvgCharWidth": 888, + "unitsPerEm": 1000, + "azAvgWidth": 492.65384615384613 }, - "Sonsie One": { - "category": "display", - "ascent": 2050, - "descent": -600, + "Crimson Text": { + "category": "serif", + "ascent": 972, + "descent": -359, "lineGap": 0, - "xAvgCharWidth": 1473, - "unitsPerEm": 2048 + "xAvgCharWidth": 547, + "unitsPerEm": 1024, + "azAvgWidth": 455.2692307692308 }, - "Unlock": { - "category": "display", - "ascent": 873, - "descent": -195, + "Varela": { + "category": "sans-serif", + "ascent": 1015, + "descent": -285, "lineGap": 0, - "xAvgCharWidth": 517, - "unitsPerEm": 1000 + "xAvgCharWidth": 476, + "unitsPerEm": 1000, + "azAvgWidth": 539.0769230769231 }, - "Metamorphous": { + "Macondo Swash Caps": { "category": "display", - "ascent": 1972, - "descent": -588, + "ascent": 888, + "descent": -292, "lineGap": 0, - "xAvgCharWidth": 1364, - "unitsPerEm": 2048 + "xAvgCharWidth": 414, + "unitsPerEm": 1000, + "azAvgWidth": 462.65384615384613 }, - "Encode Sans": { + "Noto Sans Bhaiksuki": { "category": "sans-serif", - "ascent": 2060, - "descent": -440, + "ascent": 960, + "descent": -460, "lineGap": 0, - "xAvgCharWidth": 935, - "unitsPerEm": 2000 - }, - "Walter Turncoat": { - "category": "handwriting", - "ascent": 1078, - "descent": -323, - "lineGap": 29, - "xAvgCharWidth": 501, - "unitsPerEm": 1024 + "xAvgCharWidth": 785, + "unitsPerEm": 1000, + "azAvgWidth": 600 }, - "Dela Gothic One": { - "category": "display", - "ascent": 1160, - "descent": -288, + "Crimson Pro": { + "category": "serif", + "ascent": 918, + "descent": -220, "lineGap": 0, - "xAvgCharWidth": 970, - "unitsPerEm": 1000 + "xAvgCharWidth": 527, + "unitsPerEm": 1024, + "azAvgWidth": 470.88461538461536 }, - "Emilys Candy": { - "category": "display", - "ascent": 996, - "descent": -286, + "Ramabhadra": { + "category": "sans-serif", + "ascent": 1101, + "descent": -474, "lineGap": 0, - "xAvgCharWidth": 431, - "unitsPerEm": 1024 + "xAvgCharWidth": 487, + "unitsPerEm": 830, + "azAvgWidth": 446.34615384615387 }, - "Playfair Display SC": { + "Noticia Text": { "category": "serif", - "ascent": 1082, - "descent": -251, + "ascent": 2202, + "descent": -593, "lineGap": 0, - "xAvgCharWidth": 568, - "unitsPerEm": 1000 + "xAvgCharWidth": 1107, + "unitsPerEm": 2048, + "azAvgWidth": 1085.3076923076924 }, - "Public Sans": { - "category": "sans-serif", - "ascent": 1900, - "descent": -450, + "Limelight": { + "category": "display", + "ascent": 1864, + "descent": -629, "lineGap": 0, - "xAvgCharWidth": 1089, - "unitsPerEm": 2000 + "xAvgCharWidth": 1245, + "unitsPerEm": 2048, + "azAvgWidth": 1248.2307692307693 }, - "Edu SA Beginner": { - "category": "handwriting", - "ascent": 1016, - "descent": -244, + "Cormorant Unicase": { + "category": "serif", + "ascent": 924, + "descent": -287, "lineGap": 0, - "xAvgCharWidth": 475, - "unitsPerEm": 1000 + "xAvgCharWidth": 535, + "unitsPerEm": 1000, + "azAvgWidth": 515.6923076923077 }, - "Waterfall": { - "category": "handwriting", - "ascent": 880, - "descent": -280, + "Playball": { + "category": "display", + "ascent": 950, + "descent": -300, "lineGap": 0, - "xAvgCharWidth": 545, - "unitsPerEm": 1000 + "xAvgCharWidth": 517, + "unitsPerEm": 1000, + "azAvgWidth": 408 }, - "Chathura": { - "category": "sans-serif", - "ascent": 1020, - "descent": -602, + "Marcellus SC": { + "category": "serif", + "ascent": 1995, + "descent": -573, "lineGap": 0, - "xAvgCharWidth": 313, - "unitsPerEm": 1000 + "xAvgCharWidth": 959, + "unitsPerEm": 2048, + "azAvgWidth": 1062.7692307692307 }, - "Gupter": { + "Montagu Slab": { "category": "serif", - "ascent": 900, - "descent": -250, + "ascent": 982, + "descent": -300, "lineGap": 0, - "xAvgCharWidth": 444, - "unitsPerEm": 1000 + "xAvgCharWidth": 646, + "unitsPerEm": 1000, + "azAvgWidth": 559.6923076923077 }, - "Almendra Display": { + "Sigmar One": { "category": "display", - "ascent": 951, - "descent": -345, + "ascent": 1172, + "descent": -466, "lineGap": 0, - "xAvgCharWidth": 469, - "unitsPerEm": 1000 + "xAvgCharWidth": 753, + "unitsPerEm": 1000, + "azAvgWidth": 712.8461538461538 }, - "Roboto Flex": { + "Pragati Narrow": { "category": "sans-serif", - "ascent": 1900, - "descent": -500, + "ascent": 1158, + "descent": -534, "lineGap": 0, - "xAvgCharWidth": 1145, - "unitsPerEm": 2048 + "xAvgCharWidth": 423, + "unitsPerEm": 1000, + "azAvgWidth": 368.65384615384613 }, - "Bubbler One": { - "category": "sans-serif", - "ascent": 900, - "descent": -263, + "Dela Gothic One": { + "category": "display", + "ascent": 1160, + "descent": -288, "lineGap": 0, - "xAvgCharWidth": 373, - "unitsPerEm": 1000 + "xAvgCharWidth": 970, + "unitsPerEm": 1000, + "azAvgWidth": 669.7692307692307 }, - "MonteCarlo": { - "category": "handwriting", - "ascent": 1200, - "descent": -500, + "Noto Serif Ahom": { + "category": "serif", + "ascent": 980, + "descent": -675, "lineGap": 0, - "xAvgCharWidth": 604, - "unitsPerEm": 1000 + "xAvgCharWidth": 609, + "unitsPerEm": 1000, + "azAvgWidth": 549 }, - "Fira Mono": { - "category": "monospace", - "ascent": 935, - "descent": -265, + "Mrs Sheppards": { + "category": "handwriting", + "ascent": 959, + "descent": -378, "lineGap": 0, - "xAvgCharWidth": 600, - "unitsPerEm": 1000 + "xAvgCharWidth": 344, + "unitsPerEm": 1000, + "azAvgWidth": 372.11538461538464 }, - "Faustina": { + "Lora": { "category": "serif", - "ascent": 1043, - "descent": -217, + "ascent": 1006, + "descent": -274, "lineGap": 0, - "xAvgCharWidth": 516, - "unitsPerEm": 1000 + "xAvgCharWidth": 598, + "unitsPerEm": 1000, + "azAvgWidth": 524.0384615384615 }, - "Flavors": { - "category": "display", - "ascent": 1015, - "descent": -293, + "Splash": { + "category": "handwriting", + "ascent": 1050, + "descent": -580, "lineGap": 0, - "xAvgCharWidth": 431, - "unitsPerEm": 1024 + "xAvgCharWidth": 644, + "unitsPerEm": 1000, + "azAvgWidth": 431.96153846153845 }, - "Geo": { + "Economica": { "category": "sans-serif", - "ascent": 821, - "descent": -225, - "lineGap": 92, - "xAvgCharWidth": 451, - "unitsPerEm": 1024 + "ascent": 949, + "descent": -200, + "lineGap": 0, + "xAvgCharWidth": 307, + "unitsPerEm": 1000, + "azAvgWidth": 341.9230769230769 }, - "M PLUS Code Latin": { + "Lexend": { "category": "sans-serif", "ascent": 1000, - "descent": -235, + "descent": -250, "lineGap": 0, - "xAvgCharWidth": 500, - "unitsPerEm": 1000 + "xAvgCharWidth": 588, + "unitsPerEm": 1000, + "azAvgWidth": 549.2307692307693 }, - "Metal Mania": { - "category": "display", - "ascent": 965, - "descent": -303, + "Cantora One": { + "category": "sans-serif", + "ascent": 1000, + "descent": -250, "lineGap": 0, - "xAvgCharWidth": 427, - "unitsPerEm": 1024 + "xAvgCharWidth": 413, + "unitsPerEm": 1000, + "azAvgWidth": 474.46153846153845 }, - "Square Peg": { + "Liu Jian Mao Cao": { "category": "handwriting", - "ascent": 920, + "ascent": 880, + "descent": -120, + "lineGap": 0, + "xAvgCharWidth": 1011, + "unitsPerEm": 1000, + "azAvgWidth": 390.15384615384613 + }, + "Patrick Hand": { + "category": "handwriting", + "ascent": 1042, + "descent": -312, + "lineGap": 0, + "xAvgCharWidth": 431, + "unitsPerEm": 1000, + "azAvgWidth": 401.7692307692308 + }, + "Anek Latin": { + "category": "sans-serif", + "ascent": 1800, "descent": -400, "lineGap": 0, - "xAvgCharWidth": 361, - "unitsPerEm": 1000 + "xAvgCharWidth": 1000, + "unitsPerEm": 2000, + "azAvgWidth": 957.1153846153846 }, - "Prompt": { + "Preahvihear": { "category": "sans-serif", - "ascent": 1090, - "descent": -422, + "ascent": 2500, + "descent": -1200, "lineGap": 0, - "xAvgCharWidth": 588, - "unitsPerEm": 1000 + "xAvgCharWidth": 1295, + "unitsPerEm": 2048, + "azAvgWidth": 1158.2692307692307 }, - "Dawning of a New Day": { + "Noto Sans Ugaritic": { + "category": "sans-serif", + "ascent": 743, + "descent": -381, + "lineGap": 0, + "xAvgCharWidth": 888, + "unitsPerEm": 1000, + "azAvgWidth": 600 + }, + "Edu VIC WA NT Beginner": { "category": "handwriting", - "ascent": 1151, - "descent": -500, + "ascent": 1016, + "descent": -244, "lineGap": 0, - "xAvgCharWidth": 372, - "unitsPerEm": 1024 + "xAvgCharWidth": 485, + "unitsPerEm": 1000, + "azAvgWidth": 420.88461538461536 }, - "Macondo": { + "Bubblegum Sans": { "category": "display", - "ascent": 888, - "descent": -292, + "ascent": 852, + "descent": -311, "lineGap": 0, - "xAvgCharWidth": 414, - "unitsPerEm": 1000 + "xAvgCharWidth": 364, + "unitsPerEm": 1000, + "azAvgWidth": 421.6923076923077 }, - "Anek Gurmukhi": { - "category": "sans-serif", - "ascent": 1500, - "descent": -900, + "Mogra": { + "category": "display", + "ascent": 750, + "descent": -250, + "lineGap": 200, + "xAvgCharWidth": 780, + "unitsPerEm": 1000, + "azAvgWidth": 571.4615384615385 + }, + "Noto Serif Kannada": { + "category": "serif", + "ascent": 910, + "descent": -710, "lineGap": 0, - "xAvgCharWidth": 1010, - "unitsPerEm": 2000 + "xAvgCharWidth": 715, + "unitsPerEm": 1000, + "azAvgWidth": 549 }, - "Inconsolata": { - "category": "monospace", - "ascent": 859, - "descent": -190, + "Tienne": { + "category": "serif", + "ascent": 2030, + "descent": -724, "lineGap": 0, - "xAvgCharWidth": 505, - "unitsPerEm": 1000 + "xAvgCharWidth": 1213, + "unitsPerEm": 2048, + "azAvgWidth": 1200.9615384615386 }, - "Keania One": { + "Anek Telugu": { + "category": "sans-serif", + "ascent": 1800, + "descent": -1200, + "lineGap": 0, + "xAvgCharWidth": 1608, + "unitsPerEm": 2000, + "azAvgWidth": 957 + }, + "Rubik Maze": { "category": "display", - "ascent": 989, - "descent": -228, + "ascent": 935, + "descent": -250, "lineGap": 0, - "xAvgCharWidth": 541, - "unitsPerEm": 1000 + "xAvgCharWidth": 635, + "unitsPerEm": 1000, + "azAvgWidth": 611.9615384615385 }, - "Skranji": { + "Boogaloo": { "category": "display", - "ascent": 1008, - "descent": -383, + "ascent": 943, + "descent": -246, "lineGap": 0, - "xAvgCharWidth": 468, - "unitsPerEm": 1024 + "xAvgCharWidth": 342, + "unitsPerEm": 1000, + "azAvgWidth": 376.0769230769231 }, - "Noto Sans Avestan": { + "Kodchasan": { "category": "sans-serif", - "ascent": 1069, - "descent": -293, + "ascent": 1024, + "descent": -276, "lineGap": 0, - "xAvgCharWidth": 576, - "unitsPerEm": 1000 + "xAvgCharWidth": 609, + "unitsPerEm": 1000, + "azAvgWidth": 569.6538461538462 }, - "Noto Serif Balinese": { - "category": "serif", - "ascent": 1069, - "descent": -726, + "Yusei Magic": { + "category": "sans-serif", + "ascent": 1160, + "descent": -288, "lineGap": 0, - "xAvgCharWidth": 654, - "unitsPerEm": 1000 + "xAvgCharWidth": 980, + "unitsPerEm": 1000, + "azAvgWidth": 538.1538461538462 }, - "Noto Sans Tai Tham": { - "category": "sans-serif", - "ascent": 1069, - "descent": -520, + "Hanalei": { + "category": "display", + "ascent": 2124, + "descent": -541, "lineGap": 0, - "xAvgCharWidth": 1429, - "unitsPerEm": 1000 + "xAvgCharWidth": 940, + "unitsPerEm": 2048, + "azAvgWidth": 1080.7692307692307 }, - "Gentium Plus": { - "category": "serif", - "ascent": 2250, - "descent": -750, + "Bangers": { + "category": "display", + "ascent": 883, + "descent": -181, "lineGap": 0, - "xAvgCharWidth": 1036, - "unitsPerEm": 2048 + "xAvgCharWidth": 426, + "unitsPerEm": 1000, + "azAvgWidth": 419.6923076923077 }, - "Fuggles": { + "Metamorphous": { + "category": "display", + "ascent": 1972, + "descent": -588, + "lineGap": 0, + "xAvgCharWidth": 1364, + "unitsPerEm": 2048, + "azAvgWidth": 1278.5384615384614 + }, + "Fleur De Leah": { "category": "handwriting", - "ascent": 850, - "descent": -351, + "ascent": 920, + "descent": -450, "lineGap": 0, - "xAvgCharWidth": 449, - "unitsPerEm": 1000 + "xAvgCharWidth": 521, + "unitsPerEm": 1000, + "azAvgWidth": 328.15384615384613 }, - "Chango": { - "category": "display", - "ascent": 995, - "descent": -216, + "Bree Serif": { + "category": "serif", + "ascent": 1077, + "descent": -281, "lineGap": 0, - "xAvgCharWidth": 684, - "unitsPerEm": 1000 + "xAvgCharWidth": 449, + "unitsPerEm": 1000, + "azAvgWidth": 520.3846153846154 }, - "Noto Sans Hebrew": { - "category": "sans-serif", - "ascent": 1068, - "descent": -292, + "Brygada 1918": { + "category": "serif", + "ascent": 920, + "descent": -250, "lineGap": 0, - "xAvgCharWidth": 550, - "unitsPerEm": 1000 + "xAvgCharWidth": 570, + "unitsPerEm": 1000, + "azAvgWidth": 532.5769230769231 }, - "Explora": { + "Kolker Brush": { "category": "handwriting", - "ascent": 850, + "ascent": 750, "descent": -350, "lineGap": 0, - "xAvgCharWidth": 397, - "unitsPerEm": 1000 + "xAvgCharWidth": 385, + "unitsPerEm": 1000, + "azAvgWidth": 224.1153846153846 }, - "Noto Sans Kayah Li": { - "category": "sans-serif", - "ascent": 1069, - "descent": -293, + "Chilanka": { + "category": "handwriting", + "ascent": 1500, + "descent": -750, "lineGap": 0, - "xAvgCharWidth": 704, - "unitsPerEm": 1000 + "xAvgCharWidth": 1806, + "unitsPerEm": 2048, + "azAvgWidth": 1070.076923076923 }, - "Coming Soon": { - "category": "handwriting", - "ascent": 1053, - "descent": -498, - "lineGap": 21, - "xAvgCharWidth": 522, - "unitsPerEm": 1024 + "Zen Kaku Gothic New": { + "category": "sans-serif", + "ascent": 1160, + "descent": -288, + "lineGap": 0, + "xAvgCharWidth": 979, + "unitsPerEm": 1000, + "azAvgWidth": 484.7692307692308 }, - "Jolly Lodger": { - "category": "display", - "ascent": 988, - "descent": -257, + "Zen Kurenaido": { + "category": "sans-serif", + "ascent": 1160, + "descent": -288, "lineGap": 0, - "xAvgCharWidth": 291, - "unitsPerEm": 1024 + "xAvgCharWidth": 972, + "unitsPerEm": 1000, + "azAvgWidth": 432.38461538461536 }, - "Oxanium": { + "Train One": { "category": "display", - "ascent": 790, - "descent": -210, - "lineGap": 250, - "xAvgCharWidth": 529, - "unitsPerEm": 1000 + "ascent": 1160, + "descent": -288, + "lineGap": 0, + "xAvgCharWidth": 945, + "unitsPerEm": 1000, + "azAvgWidth": 588.0384615384615 }, - "Kaushan Script": { - "category": "handwriting", - "ascent": 1084, - "descent": -367, + "Zen Old Mincho": { + "category": "serif", + "ascent": 1160, + "descent": -288, "lineGap": 0, - "xAvgCharWidth": 391, - "unitsPerEm": 1000 + "xAvgCharWidth": 978, + "unitsPerEm": 1000, + "azAvgWidth": 475.11538461538464 }, - "IM Fell DW Pica": { + "Bona Nova": { "category": "serif", - "ascent": 1868, - "descent": -692, + "ascent": 932, + "descent": -268, "lineGap": 0, - "xAvgCharWidth": 796, - "unitsPerEm": 2048 + "xAvgCharWidth": 536, + "unitsPerEm": 1000, + "azAvgWidth": 489.7307692307692 }, - "Noto Sans Mongolian": { + "Lavishly Yours": { + "category": "handwriting", + "ascent": 1100, + "descent": -500, + "lineGap": 0, + "xAvgCharWidth": 543, + "unitsPerEm": 1000, + "azAvgWidth": 318.1923076923077 + }, + "Noto Sans Manichaean": { "category": "sans-serif", - "ascent": 1457, - "descent": -293, + "ascent": 790, + "descent": -340, "lineGap": 0, - "xAvgCharWidth": 799, - "unitsPerEm": 1000 + "xAvgCharWidth": 688, + "unitsPerEm": 1000, + "azAvgWidth": 600 }, - "David Libre": { - "category": "serif", - "ascent": 1528, - "descent": -449, + "Sue Ellen Francisco": { + "category": "handwriting", + "ascent": 1362, + "descent": -634, "lineGap": 0, - "xAvgCharWidth": 1029, - "unitsPerEm": 2048 + "xAvgCharWidth": 280, + "unitsPerEm": 1024, + "azAvgWidth": 298.7692307692308 }, - "Rye": { - "category": "display", - "ascent": 2020, - "descent": -540, + "IBM Plex Sans KR": { + "category": "sans-serif", + "ascent": 1085, + "descent": -415, "lineGap": 0, - "xAvgCharWidth": 1238, - "unitsPerEm": 2048 + "xAvgCharWidth": 893, + "unitsPerEm": 1000, + "azAvgWidth": 504.96153846153845 }, - "Mea Culpa": { - "category": "handwriting", - "ascent": 1000, - "descent": -400, + "Mitr": { + "category": "sans-serif", + "ascent": 1150, + "descent": -420, "lineGap": 0, - "xAvgCharWidth": 540, - "unitsPerEm": 1000 + "xAvgCharWidth": 592, + "unitsPerEm": 1000, + "azAvgWidth": 554.3461538461538 }, - "Noto Serif SC": { + "Bitter": { "category": "serif", - "ascent": 1151, - "descent": -286, + "ascent": 935, + "descent": -265, "lineGap": 0, - "xAvgCharWidth": 990, - "unitsPerEm": 1000 + "xAvgCharWidth": 587, + "unitsPerEm": 1000, + "azAvgWidth": 532.8846153846154 }, - "Peralta": { + "Rubik Distressed": { "category": "display", - "ascent": 2004, - "descent": -647, + "ascent": 935, + "descent": -250, "lineGap": 0, - "xAvgCharWidth": 1167, - "unitsPerEm": 2048 + "xAvgCharWidth": 635, + "unitsPerEm": 1000, + "azAvgWidth": 611.9615384615385 }, - "Caveat Brush": { - "category": "handwriting", - "ascent": 960, - "descent": -300, + "Inria Sans": { + "category": "sans-serif", + "ascent": 976, + "descent": -223, "lineGap": 0, - "xAvgCharWidth": 449, - "unitsPerEm": 1000 + "xAvgCharWidth": 548, + "unitsPerEm": 1000, + "azAvgWidth": 486.4230769230769 }, - "Parisienne": { + "Gaegu": { "category": "handwriting", - "ascent": 1875, - "descent": -915, - "lineGap": 0, - "xAvgCharWidth": 717, - "unitsPerEm": 2048 + "ascent": 760, + "descent": -240, + "lineGap": 250, + "xAvgCharWidth": 808, + "unitsPerEm": 1000, + "azAvgWidth": 443.03846153846155 }, - "Londrina Solid": { + "Prosto One": { "category": "display", - "ascent": 945, - "descent": -238, + "ascent": 940, + "descent": -295, "lineGap": 0, - "xAvgCharWidth": 443, - "unitsPerEm": 1000 + "xAvgCharWidth": 665, + "unitsPerEm": 1000, + "azAvgWidth": 617.8846153846154 }, - "Love Light": { - "category": "handwriting", - "ascent": 900, - "descent": -500, + "Alice": { + "category": "serif", + "ascent": 909, + "descent": -234, "lineGap": 0, - "xAvgCharWidth": 504, - "unitsPerEm": 1000 + "xAvgCharWidth": 591, + "unitsPerEm": 1000, + "azAvgWidth": 519.0769230769231 }, - "Petemoss": { + "Caveat": { "category": "handwriting", - "ascent": 800, + "ascent": 960, "descent": -300, "lineGap": 0, - "xAvgCharWidth": 409, - "unitsPerEm": 1000 + "xAvgCharWidth": 445, + "unitsPerEm": 1000, + "azAvgWidth": 359.5 }, - "Sevillana": { - "category": "display", - "ascent": 2062, - "descent": -717, + "Jim Nightshade": { + "category": "handwriting", + "ascent": 1852, + "descent": -1050, "lineGap": 0, - "xAvgCharWidth": 744, - "unitsPerEm": 2048 + "xAvgCharWidth": 615, + "unitsPerEm": 2048, + "azAvgWidth": 686.7692307692307 }, - "Butcherman": { + "Bigshot One": { "category": "display", - "ascent": 2600, - "descent": -1363, + "ascent": 869, + "descent": -179, "lineGap": 0, - "xAvgCharWidth": 1119, - "unitsPerEm": 2048 + "xAvgCharWidth": 519, + "unitsPerEm": 1000, + "azAvgWidth": 515.1153846153846 }, - "Nova Round": { - "category": "display", - "ascent": 1966, - "descent": -506, + "Lustria": { + "category": "serif", + "ascent": 955, + "descent": -327, "lineGap": 0, - "xAvgCharWidth": 1169, - "unitsPerEm": 2048 + "xAvgCharWidth": 466, + "unitsPerEm": 1000, + "azAvgWidth": 534.1923076923077 }, - "Jockey One": { - "category": "sans-serif", - "ascent": 1079, - "descent": -319, + "Jomolhari": { + "category": "serif", + "ascent": 1248, + "descent": -392, "lineGap": 0, - "xAvgCharWidth": 370, - "unitsPerEm": 1000 + "xAvgCharWidth": 521, + "unitsPerEm": 1024, + "azAvgWidth": 524.6538461538462 }, - "Trirong": { + "Aref Ruqaa": { "category": "serif", - "ascent": 1200, - "descent": -534, - "lineGap": 0, - "xAvgCharWidth": 593, - "unitsPerEm": 1000 + "ascent": 1221, + "descent": -244, + "lineGap": 98, + "xAvgCharWidth": 499, + "unitsPerEm": 1000, + "azAvgWidth": 505.7307692307692 }, - "Play": { + "Plus Jakarta Sans": { "category": "sans-serif", - "ascent": 937, - "descent": -220, + "ascent": 1038, + "descent": -222, "lineGap": 0, - "xAvgCharWidth": 562, - "unitsPerEm": 1000 + "xAvgCharWidth": 585, + "unitsPerEm": 1000, + "azAvgWidth": 540.3076923076923 }, - "Nanum Gothic": { - "category": "sans-serif", - "ascent": 920, - "descent": -230, + "Kameron": { + "category": "serif", + "ascent": 1823, + "descent": -608, "lineGap": 0, - "xAvgCharWidth": 463, - "unitsPerEm": 1000 + "xAvgCharWidth": 920, + "unitsPerEm": 2048, + "azAvgWidth": 1044.1153846153845 }, - "Zen Kaku Gothic Antique": { - "category": "sans-serif", - "ascent": 1160, - "descent": -288, + "Coustard": { + "category": "serif", + "ascent": 2095, + "descent": -781, "lineGap": 0, - "xAvgCharWidth": 979, - "unitsPerEm": 1000 + "xAvgCharWidth": 1009, + "unitsPerEm": 2048, + "azAvgWidth": 1177.3846153846155 }, - "Dekko": { - "category": "handwriting", - "ascent": 2231, - "descent": -1112, + "IM Fell French Canon": { + "category": "serif", + "ascent": 1868, + "descent": -530, "lineGap": 0, - "xAvgCharWidth": 1223, - "unitsPerEm": 2048 + "xAvgCharWidth": 873, + "unitsPerEm": 2048, + "azAvgWidth": 998.5384615384615 }, - "Playfair Display": { + "Ramaraja": { "category": "serif", - "ascent": 1082, - "descent": -251, + "ascent": 741, + "descent": -544, "lineGap": 0, - "xAvgCharWidth": 579, - "unitsPerEm": 1000 + "xAvgCharWidth": 371, + "unitsPerEm": 750, + "azAvgWidth": 315.7307692307692 }, - "Whisper": { + "Alike": { + "category": "serif", + "ascent": 984, + "descent": -270, + "lineGap": 0, + "xAvgCharWidth": 520, + "unitsPerEm": 1000, + "azAvgWidth": 517.8846153846154 + }, + "Cookie": { "category": "handwriting", - "ascent": 880, - "descent": -400, + "ascent": 789, + "descent": -320, + "lineGap": 0, + "xAvgCharWidth": 287, + "unitsPerEm": 1000, + "azAvgWidth": 323.46153846153845 + }, + "Yrsa": { + "category": "serif", + "ascent": 728, + "descent": -272, + "lineGap": 218, + "xAvgCharWidth": 476, + "unitsPerEm": 1000, + "azAvgWidth": 447.5769230769231 + }, + "Sahitya": { + "category": "serif", + "ascent": 1106, + "descent": -447, "lineGap": 0, - "xAvgCharWidth": 517, - "unitsPerEm": 1000 + "xAvgCharWidth": 505, + "unitsPerEm": 1000, + "azAvgWidth": 467.1923076923077 }, - "Nova Square": { + "Purple Purse": { "category": "display", - "ascent": 1966, - "descent": -506, - "lineGap": 0, - "xAvgCharWidth": 1169, - "unitsPerEm": 2048 - }, - "Petit Formal Script": { - "category": "handwriting", - "ascent": 2033, - "descent": -527, + "ascent": 1870, + "descent": -690, "lineGap": 0, - "xAvgCharWidth": 1097, - "unitsPerEm": 2048 + "xAvgCharWidth": 909, + "unitsPerEm": 2048, + "azAvgWidth": 1035.3076923076924 }, - "Spline Sans": { + "Manjari": { "category": "sans-serif", - "ascent": 1927, - "descent": -473, + "ascent": 1500, + "descent": -750, "lineGap": 0, - "xAvgCharWidth": 1065, - "unitsPerEm": 2000 + "xAvgCharWidth": 1813, + "unitsPerEm": 2048, + "azAvgWidth": 1027.423076923077 }, - "Lexend Giga": { + "Noto Sans Phags Pa": { "category": "sans-serif", - "ascent": 1000, - "descent": -250, + "ascent": 1069, + "descent": -293, "lineGap": 0, - "xAvgCharWidth": 588, - "unitsPerEm": 1000 + "xAvgCharWidth": 657, + "unitsPerEm": 1000, + "azAvgWidth": 600 }, - "Red Hat Text": { - "category": "sans-serif", - "ascent": 1018, - "descent": -305, + "IBM Plex Serif": { + "category": "serif", + "ascent": 1025, + "descent": -275, "lineGap": 0, - "xAvgCharWidth": 530, - "unitsPerEm": 1000 + "xAvgCharWidth": 616, + "unitsPerEm": 1000, + "azAvgWidth": 538.4615384615385 }, - "Viga": { + "Khula": { "category": "sans-serif", - "ascent": 1015, - "descent": -329, + "ascent": 1978, + "descent": -1198, "lineGap": 0, - "xAvgCharWidth": 449, - "unitsPerEm": 1000 + "xAvgCharWidth": 1130, + "unitsPerEm": 1978, + "azAvgWidth": 964.1538461538462 }, - "Bayon": { + "Stick No Bills": { "category": "sans-serif", - "ascent": 2500, - "descent": -1200, + "ascent": 940, + "descent": -312, "lineGap": 0, - "xAvgCharWidth": 1033, - "unitsPerEm": 2048 - }, - "Irish Grover": { - "category": "display", - "ascent": 965, - "descent": -246, - "lineGap": 27, - "xAvgCharWidth": 473, - "unitsPerEm": 1024 + "xAvgCharWidth": 610, + "unitsPerEm": 1000, + "azAvgWidth": 414.65384615384613 }, - "Alata": { + "Noto Sans Bengali": { "category": "sans-serif", - "ascent": 1100, - "descent": -280, + "ascent": 917, + "descent": -408, "lineGap": 0, - "xAvgCharWidth": 588, - "unitsPerEm": 1000 + "xAvgCharWidth": 648, + "unitsPerEm": 1000, + "azAvgWidth": 530.0769230769231 }, - "Noto Sans SC": { - "category": "sans-serif", + "Shippori Mincho B1": { + "category": "serif", "ascent": 1160, "descent": -288, "lineGap": 0, - "xAvgCharWidth": 989, - "unitsPerEm": 1000 + "xAvgCharWidth": 993, + "unitsPerEm": 1000, + "azAvgWidth": 536.7307692307693 }, - "Cherry Swash": { - "category": "display", - "ascent": 1025, - "descent": -301, + "Sumana": { + "category": "serif", + "ascent": 1922, + "descent": -1005, "lineGap": 0, - "xAvgCharWidth": 556, - "unitsPerEm": 1000 + "xAvgCharWidth": 542, + "unitsPerEm": 1000, + "azAvgWidth": 488.5769230769231 }, - "Manuale": { - "category": "serif", - "ascent": 980, - "descent": -236, - "lineGap": 221, - "xAvgCharWidth": 524, - "unitsPerEm": 1000 + "Outfit": { + "category": "sans-serif", + "ascent": 1000, + "descent": -260, + "lineGap": 0, + "xAvgCharWidth": 559, + "unitsPerEm": 1000, + "azAvgWidth": 502.34615384615387 }, - "Warnes": { + "Tourney": { "category": "display", - "ascent": 994, - "descent": -310, + "ascent": 1800, + "descent": -400, "lineGap": 0, - "xAvgCharWidth": 612, - "unitsPerEm": 1000 + "xAvgCharWidth": 1179, + "unitsPerEm": 2000, + "azAvgWidth": 1177.9615384615386 }, - "Bungee Shade": { - "category": "display", - "ascent": 860, - "descent": -140, - "lineGap": 200, - "xAvgCharWidth": 853, - "unitsPerEm": 1000 + "Noto Sans Myanmar": { + "category": "sans-serif", + "ascent": 1324, + "descent": -860, + "lineGap": 0, + "xAvgCharWidth": 641, + "unitsPerEm": 1000, + "azAvgWidth": 600 }, - "Neuton": { - "category": "serif", - "ascent": 2106, - "descent": -485, + "Nanum Gothic Coding": { + "category": "monospace", + "ascent": 800, + "descent": -200, "lineGap": 0, - "xAvgCharWidth": 929, - "unitsPerEm": 2048 + "xAvgCharWidth": 500, + "unitsPerEm": 1000, + "azAvgWidth": 500 }, - "GFS Didot": { + "Nanum Myeongjo": { "category": "serif", - "ascent": 947, - "descent": -277, - "lineGap": 25, - "xAvgCharWidth": 457, - "unitsPerEm": 1000 - }, - "Amarante": { - "category": "display", - "ascent": 2020, - "descent": -540, + "ascent": 942, + "descent": -236, "lineGap": 0, - "xAvgCharWidth": 1061, - "unitsPerEm": 2048 + "xAvgCharWidth": 512, + "unitsPerEm": 1024, + "azAvgWidth": 506.2692307692308 }, - "Flow Rounded": { - "category": "display", + "Arsenal": { + "category": "sans-serif", "ascent": 1000, - "descent": -200, - "lineGap": 0, - "xAvgCharWidth": 494, - "unitsPerEm": 1000 - }, - "Caesar Dressing": { - "category": "display", - "ascent": 1017, - "descent": -226, + "descent": -254, "lineGap": 0, - "xAvgCharWidth": 459, - "unitsPerEm": 1024 + "xAvgCharWidth": 522, + "unitsPerEm": 1000, + "azAvgWidth": 444.0769230769231 }, - "Comforter": { - "category": "handwriting", - "ascent": 930, - "descent": -480, + "Noto Sans Yi": { + "category": "sans-serif", + "ascent": 1069, + "descent": -293, "lineGap": 0, - "xAvgCharWidth": 494, - "unitsPerEm": 1000 + "xAvgCharWidth": 565, + "unitsPerEm": 1000, + "azAvgWidth": 439 }, - "Island Moments": { - "category": "handwriting", - "ascent": 750, - "descent": -400, + "Sarala": { + "category": "sans-serif", + "ascent": 2398, + "descent": -941, "lineGap": 0, - "xAvgCharWidth": 556, - "unitsPerEm": 1000 + "xAvgCharWidth": 1137, + "unitsPerEm": 2048, + "azAvgWidth": 1050.6923076923076 }, - "Rampart One": { - "category": "display", - "ascent": 1160, - "descent": -288, + "Noto Sans Elymaic": { + "category": "sans-serif", + "ascent": 920, + "descent": -280, "lineGap": 0, - "xAvgCharWidth": 969, - "unitsPerEm": 1000 + "xAvgCharWidth": 725, + "unitsPerEm": 1000, + "azAvgWidth": 600 }, - "Redressed": { + "The Nautigal": { "category": "handwriting", - "ascent": 1907, - "descent": -494, + "ascent": 870, + "descent": -330, "lineGap": 0, - "xAvgCharWidth": 714, - "unitsPerEm": 2048 + "xAvgCharWidth": 452, + "unitsPerEm": 1000, + "azAvgWidth": 259.61538461538464 }, - "Mallanna": { - "category": "sans-serif", - "ascent": 1105, - "descent": -504, + "Asset": { + "category": "display", + "ascent": 1971, + "descent": -589, "lineGap": 0, - "xAvgCharWidth": 475, - "unitsPerEm": 870 + "xAvgCharWidth": 2499, + "unitsPerEm": 2048, + "azAvgWidth": 2655.8076923076924 }, - "Archivo Black": { + "Cute Font": { + "category": "display", + "ascent": 710, + "descent": -290, + "lineGap": 250, + "xAvgCharWidth": 603, + "unitsPerEm": 1000, + "azAvgWidth": 315.2692307692308 + }, + "Darker Grotesque": { "category": "sans-serif", - "ascent": 878, - "descent": -210, + "ascent": 1060, + "descent": -296, "lineGap": 0, - "xAvgCharWidth": 652, - "unitsPerEm": 1000 + "xAvgCharWidth": 436, + "unitsPerEm": 1000, + "azAvgWidth": 398.0769230769231 }, - "Patua One": { + "Single Day": { "category": "display", - "ascent": 972, - "descent": -247, - "lineGap": 0, - "xAvgCharWidth": 443, - "unitsPerEm": 1000 + "ascent": 779, + "descent": -245, + "lineGap": 256, + "xAvgCharWidth": 831, + "unitsPerEm": 1024, + "azAvgWidth": 433.61538461538464 }, - "Cairo": { + "Jaldi": { "category": "sans-serif", - "ascent": 1303, - "descent": -571, + "ascent": 2350, + "descent": -1111, "lineGap": 0, - "xAvgCharWidth": 592, - "unitsPerEm": 1000 + "xAvgCharWidth": 993, + "unitsPerEm": 2048, + "azAvgWidth": 887.4615384615385 }, - "Permanent Marker": { - "category": "handwriting", - "ascent": 1136, - "descent": -325, - "lineGap": 31, - "xAvgCharWidth": 517, - "unitsPerEm": 1024 + "Sarabun": { + "category": "sans-serif", + "ascent": 1068, + "descent": -232, + "lineGap": 0, + "xAvgCharWidth": 532, + "unitsPerEm": 1000, + "azAvgWidth": 482.2692307692308 }, - "Days One": { + "Barlow": { "category": "sans-serif", - "ascent": 2040, - "descent": -567, + "ascent": 1000, + "descent": -200, "lineGap": 0, - "xAvgCharWidth": 1340, - "unitsPerEm": 2048 + "xAvgCharWidth": 513, + "unitsPerEm": 1000, + "azAvgWidth": 486.7692307692308 }, - "Dhurjati": { + "Barlow Condensed": { "category": "sans-serif", - "ascent": 1101, - "descent": -509, + "ascent": 1000, + "descent": -200, "lineGap": 0, - "xAvgCharWidth": 467, - "unitsPerEm": 870 + "xAvgCharWidth": 397, + "unitsPerEm": 1000, + "azAvgWidth": 381.3076923076923 }, - "Estonia": { - "category": "handwriting", - "ascent": 900, - "descent": -340, + "Space Grotesk": { + "category": "sans-serif", + "ascent": 984, + "descent": -292, "lineGap": 0, - "xAvgCharWidth": 538, - "unitsPerEm": 1000 + "xAvgCharWidth": 559, + "unitsPerEm": 1000, + "azAvgWidth": 555.6153846153846 }, - "Fondamento": { - "category": "handwriting", - "ascent": 2060, - "descent": -774, + "Baloo Tammudu 2": { + "category": "display", + "ascent": 1177, + "descent": -1119, "lineGap": 0, - "xAvgCharWidth": 1141, - "unitsPerEm": 2048 + "xAvgCharWidth": 720, + "unitsPerEm": 1000, + "azAvgWidth": 489.3076923076923 }, - "Familjen Grotesk": { - "category": "sans-serif", - "ascent": 1230, - "descent": -270, + "Sirin Stencil": { + "category": "display", + "ascent": 2380, + "descent": -604, "lineGap": 0, - "xAvgCharWidth": 647, - "unitsPerEm": 1200 + "xAvgCharWidth": 1034, + "unitsPerEm": 2048, + "azAvgWidth": 943 }, - "Send Flowers": { + "Satisfy": { "category": "handwriting", - "ascent": 975, - "descent": -350, - "lineGap": 0, - "xAvgCharWidth": 553, - "unitsPerEm": 1000 + "ascent": 957, + "descent": -501, + "lineGap": 17, + "xAvgCharWidth": 386, + "unitsPerEm": 1024, + "azAvgWidth": 427.9230769230769 }, - "Doppio One": { + "Gudea": { "category": "sans-serif", - "ascent": 2060, - "descent": -500, + "ascent": 972, + "descent": -264, "lineGap": 0, - "xAvgCharWidth": 1131, - "unitsPerEm": 2048 + "xAvgCharWidth": 424, + "unitsPerEm": 1000, + "azAvgWidth": 471.6923076923077 }, - "Fruktur": { - "category": "display", - "ascent": 2020, - "descent": -540, + "Tiro Kannada": { + "category": "serif", + "ascent": 755, + "descent": -245, + "lineGap": 794, + "xAvgCharWidth": 767, + "unitsPerEm": 1000, + "azAvgWidth": 512.3846153846154 + }, + "Niconne": { + "category": "handwriting", + "ascent": 1898, + "descent": -585, "lineGap": 0, - "xAvgCharWidth": 1140, - "unitsPerEm": 2048 + "xAvgCharWidth": 667, + "unitsPerEm": 2048, + "azAvgWidth": 756.5769230769231 }, - "Federo": { + "Shippori Antique": { "category": "sans-serif", - "ascent": 1883, - "descent": -530, + "ascent": 1160, + "descent": -288, "lineGap": 0, - "xAvgCharWidth": 1034, - "unitsPerEm": 2048 + "xAvgCharWidth": 993, + "unitsPerEm": 1000, + "azAvgWidth": 543.5769230769231 }, - "Khula": { + "Rajdhani": { "category": "sans-serif", - "ascent": 1978, - "descent": -1198, + "ascent": 930, + "descent": -346, "lineGap": 0, - "xAvgCharWidth": 1130, - "unitsPerEm": 1978 + "xAvgCharWidth": 477, + "unitsPerEm": 1000, + "azAvgWidth": 443.2692307692308 }, - "DM Sans": { + "Fira Sans Condensed": { "category": "sans-serif", - "ascent": 992, - "descent": -310, + "ascent": 935, + "descent": -265, "lineGap": 0, - "xAvgCharWidth": 544, - "unitsPerEm": 1000 + "xAvgCharWidth": 505, + "unitsPerEm": 1000, + "azAvgWidth": 458.15384615384613 }, - "Kumar One": { - "category": "display", - "ascent": 1137, - "descent": -642, + "Newsreader": { + "category": "serif", + "ascent": 1470, + "descent": -530, "lineGap": 0, - "xAvgCharWidth": 894, - "unitsPerEm": 1000 + "xAvgCharWidth": 1087, + "unitsPerEm": 2000, + "azAvgWidth": 971.1153846153846 }, - "Epilogue": { + "Figtree": { "category": "sans-serif", - "ascent": 1580, - "descent": -470, + "ascent": 950, + "descent": -250, "lineGap": 0, - "xAvgCharWidth": 1123, - "unitsPerEm": 2000 + "xAvgCharWidth": 528, + "unitsPerEm": 1000, + "azAvgWidth": 509.2692307692308 }, - "Noto Sans Old South Arabian": { - "category": "sans-serif", - "ascent": 1069, - "descent": -293, + "Rubik Beastly": { + "category": "display", + "ascent": 935, + "descent": -250, "lineGap": 0, - "xAvgCharWidth": 541, - "unitsPerEm": 1000 + "xAvgCharWidth": 635, + "unitsPerEm": 1000, + "azAvgWidth": 611.9615384615385 }, - "Piazzolla": { + "DM Serif Text": { "category": "serif", - "ascent": 1110, - "descent": -310, + "ascent": 1036, + "descent": -335, "lineGap": 0, - "xAvgCharWidth": 595, - "unitsPerEm": 1000 + "xAvgCharWidth": 559, + "unitsPerEm": 1000, + "azAvgWidth": 510.38461538461536 }, - "Chonburi": { + "Redacted Script": { "category": "display", - "ascent": 950, - "descent": -250, + "ascent": 800, + "descent": -200, "lineGap": 0, - "xAvgCharWidth": 669, - "unitsPerEm": 1000 + "xAvgCharWidth": 447, + "unitsPerEm": 1000, + "azAvgWidth": 433.2692307692308 }, - "Loved by the King": { - "category": "handwriting", - "ascent": 2398, - "descent": -1137, + "Cherry Swash": { + "category": "display", + "ascent": 1025, + "descent": -301, "lineGap": 0, - "xAvgCharWidth": 715, - "unitsPerEm": 2048 + "xAvgCharWidth": 556, + "unitsPerEm": 1000, + "azAvgWidth": 510.61538461538464 }, - "Zen Kurenaido": { - "category": "sans-serif", + "Elsie": { + "category": "display", + "ascent": 878, + "descent": -274, + "lineGap": 0, + "xAvgCharWidth": 510, + "unitsPerEm": 1000, + "azAvgWidth": 502.2692307692308 + }, + "New Tegomin": { + "category": "serif", "ascent": 1160, "descent": -288, "lineGap": 0, - "xAvgCharWidth": 972, - "unitsPerEm": 1000 + "xAvgCharWidth": 983, + "unitsPerEm": 1000, + "azAvgWidth": 535.3076923076923 }, - "Damion": { + "Handlee": { "category": "handwriting", - "ascent": 2068, - "descent": -746, + "ascent": 934, + "descent": -401, "lineGap": 0, - "xAvgCharWidth": 731, - "unitsPerEm": 2048 + "xAvgCharWidth": 393, + "unitsPerEm": 1000, + "azAvgWidth": 433.84615384615387 }, - "Mandali": { - "category": "sans-serif", - "ascent": 1087, - "descent": -475, + "Ingrid Darling": { + "category": "handwriting", + "ascent": 860, + "descent": -380, "lineGap": 0, - "xAvgCharWidth": 468, - "unitsPerEm": 790 + "xAvgCharWidth": 437, + "unitsPerEm": 1000, + "azAvgWidth": 272.34615384615387 }, - "Donegal One": { + "Baloo Da 2": { + "category": "display", + "ascent": 1095, + "descent": -589, + "lineGap": 0, + "xAvgCharWidth": 582, + "unitsPerEm": 1000, + "azAvgWidth": 489.3076923076923 + }, + "Trykker": { "category": "serif", - "ascent": 2000, - "descent": -560, + "ascent": 2022, + "descent": -538, "lineGap": 0, - "xAvgCharWidth": 1241, - "unitsPerEm": 2048 + "xAvgCharWidth": 1197, + "unitsPerEm": 2048, + "azAvgWidth": 1109.3461538461538 }, - "Farsan": { + "Lacquer": { "category": "display", - "ascent": 711, - "descent": -289, - "lineGap": 200, - "xAvgCharWidth": 454, - "unitsPerEm": 1000 + "ascent": 1000, + "descent": -200, + "lineGap": 0, + "xAvgCharWidth": 534, + "unitsPerEm": 1000, + "azAvgWidth": 531.8076923076923 }, - "DynaPuff": { + "Libre Barcode 128": { "category": "display", - "ascent": 965, - "descent": -235, + "ascent": 600, + "descent": -400, "lineGap": 0, - "xAvgCharWidth": 596, - "unitsPerEm": 1000 + "xAvgCharWidth": 331, + "unitsPerEm": 1000, + "azAvgWidth": 330 }, - "Potta One": { + "Medula One": { "category": "display", - "ascent": 1160, - "descent": -288, + "ascent": 846, + "descent": -162, + "lineGap": 0, + "xAvgCharWidth": 256, + "unitsPerEm": 1000, + "azAvgWidth": 291.7692307692308 + }, + "Rosarivo": { + "category": "serif", + "ascent": 979, + "descent": -424, + "lineGap": 0, + "xAvgCharWidth": 473, + "unitsPerEm": 1000, + "azAvgWidth": 526.9230769230769 + }, + "Noto Sans Lycian": { + "category": "sans-serif", + "ascent": 1069, + "descent": -293, + "lineGap": 0, + "xAvgCharWidth": 596, + "unitsPerEm": 1000, + "azAvgWidth": 500 + }, + "Sree Krushnadevaraya": { + "category": "serif", + "ascent": 1105, + "descent": -378, + "lineGap": 0, + "xAvgCharWidth": 384, + "unitsPerEm": 720, + "azAvgWidth": 316.03846153846155 + }, + "Vollkorn SC": { + "category": "serif", + "ascent": 952, + "descent": -441, "lineGap": 0, - "xAvgCharWidth": 974, - "unitsPerEm": 1000 + "xAvgCharWidth": 630, + "unitsPerEm": 1000, + "azAvgWidth": 634.2692307692307 }, - "Slackey": { - "category": "display", - "ascent": 1078, - "descent": -351, - "lineGap": 28, - "xAvgCharWidth": 634, - "unitsPerEm": 1024 + "Noto Sans Syloti Nagri": { + "category": "sans-serif", + "ascent": 1069, + "descent": -293, + "lineGap": 0, + "xAvgCharWidth": 663, + "unitsPerEm": 1000, + "azAvgWidth": 600 }, - "Kurale": { - "category": "serif", - "ascent": 1095, - "descent": -383, + "Caramel": { + "category": "handwriting", + "ascent": 900, + "descent": -300, "lineGap": 0, - "xAvgCharWidth": 558, - "unitsPerEm": 1000 + "xAvgCharWidth": 438, + "unitsPerEm": 1000, + "azAvgWidth": 267.2692307692308 }, - "League Script": { + "Leckerli One": { "category": "handwriting", - "ascent": 1100, - "descent": -600, + "ascent": 1032, + "descent": -313, "lineGap": 0, - "xAvgCharWidth": 793, - "unitsPerEm": 1536 + "xAvgCharWidth": 551, + "unitsPerEm": 1000, + "azAvgWidth": 496.34615384615387 }, - "Elsie Swash Caps": { + "Paprika": { "category": "display", - "ascent": 878, + "ascent": 1145, "descent": -274, "lineGap": 0, - "xAvgCharWidth": 510, - "unitsPerEm": 1000 - }, - "Denk One": { - "category": "sans-serif", - "ascent": 2118, - "descent": -442, - "lineGap": 0, - "xAvgCharWidth": 1018, - "unitsPerEm": 2048 + "xAvgCharWidth": 576, + "unitsPerEm": 1000, + "azAvgWidth": 588.9615384615385 }, - "Courier Prime": { - "category": "monospace", - "ascent": 1600, - "descent": -700, + "Tangerine": { + "category": "handwriting", + "ascent": 750, + "descent": -250, "lineGap": 0, - "xAvgCharWidth": 1228, - "unitsPerEm": 2048 + "xAvgCharWidth": 217, + "unitsPerEm": 1000, + "azAvgWidth": 242.46153846153845 }, - "Fresca": { + "Archivo Black": { "category": "sans-serif", - "ascent": 869, - "descent": -285, + "ascent": 878, + "descent": -210, "lineGap": 0, - "xAvgCharWidth": 408, - "unitsPerEm": 1000 + "xAvgCharWidth": 652, + "unitsPerEm": 1000, + "azAvgWidth": 613.3461538461538 }, - "Kelly Slab": { + "Bungee Shade": { "category": "display", - "ascent": 962, - "descent": -250, + "ascent": 860, + "descent": -140, + "lineGap": 200, + "xAvgCharWidth": 853, + "unitsPerEm": 1000, + "azAvgWidth": 812.2307692307693 + }, + "Noto Sans Gunjala Gondi": { + "category": "sans-serif", + "ascent": 1014, + "descent": -252, "lineGap": 0, - "xAvgCharWidth": 522, - "unitsPerEm": 1000 + "xAvgCharWidth": 846, + "unitsPerEm": 1000, + "azAvgWidth": 4556 }, - "Cutive Mono": { - "category": "monospace", - "ascent": 1697, - "descent": -558, + "Moul": { + "category": "display", + "ascent": 2500, + "descent": -1200, "lineGap": 0, - "xAvgCharWidth": 1240, - "unitsPerEm": 2048 + "xAvgCharWidth": 1629, + "unitsPerEm": 2048, + "azAvgWidth": 1376.8461538461538 }, - "Enriqueta": { + "Cantata One": { "category": "serif", - "ascent": 1077, - "descent": -261, + "ascent": 2040, + "descent": -560, "lineGap": 0, - "xAvgCharWidth": 520, - "unitsPerEm": 1000 + "xAvgCharWidth": 1349, + "unitsPerEm": 2048, + "azAvgWidth": 1187.923076923077 }, - "DM Serif Display": { - "category": "serif", - "ascent": 1036, - "descent": -335, + "Nanum Brush Script": { + "category": "handwriting", + "ascent": 920, + "descent": -230, "lineGap": 0, - "xAvgCharWidth": 561, - "unitsPerEm": 1000 + "xAvgCharWidth": 330, + "unitsPerEm": 1000, + "azAvgWidth": 348.84615384615387 }, - "Molengo": { - "category": "sans-serif", - "ascent": 1928, - "descent": -522, + "Marck Script": { + "category": "handwriting", + "ascent": 864, + "descent": -385, "lineGap": 0, - "xAvgCharWidth": 862, - "unitsPerEm": 2048 + "xAvgCharWidth": 411, + "unitsPerEm": 1000, + "azAvgWidth": 423.2307692307692 }, - "Miltonian": { + "Saira Stencil One": { "category": "display", - "ascent": 918, - "descent": -274, + "ascent": 1135, + "descent": -439, "lineGap": 0, "xAvgCharWidth": 564, - "unitsPerEm": 1000 + "unitsPerEm": 1000, + "azAvgWidth": 538.6923076923077 }, - "Libre Barcode 39": { + "Concert One": { "category": "display", - "ascent": 600, - "descent": -400, + "ascent": 2005, + "descent": 410, "lineGap": 0, - "xAvgCharWidth": 480, - "unitsPerEm": 1000 + "xAvgCharWidth": 1013, + "unitsPerEm": 2048, + "azAvgWidth": 972.2307692307693 }, - "Noto Sans Psalter Pahlavi": { - "category": "sans-serif", - "ascent": 737, - "descent": -554, + "Germania One": { + "category": "display", + "ascent": 911, + "descent": -250, "lineGap": 0, - "xAvgCharWidth": 611, - "unitsPerEm": 1000 + "xAvgCharWidth": 392, + "unitsPerEm": 1000, + "azAvgWidth": 437 }, - "Goudy Bookletter 1911": { - "category": "serif", - "ascent": 983, - "descent": -318, - "lineGap": 92, - "xAvgCharWidth": 520, - "unitsPerEm": 1024 + "Federo": { + "category": "sans-serif", + "ascent": 1883, + "descent": -530, + "lineGap": 0, + "xAvgCharWidth": 1034, + "unitsPerEm": 2048, + "azAvgWidth": 923.1153846153846 }, - "Noto Sans Elymaic": { + "Noto Sans Mro": { "category": "sans-serif", - "ascent": 920, - "descent": -280, + "ascent": 1069, + "descent": -293, "lineGap": 0, - "xAvgCharWidth": 725, - "unitsPerEm": 1000 + "xAvgCharWidth": 647, + "unitsPerEm": 1000, + "azAvgWidth": 600 }, - "Noto Serif Telugu": { - "category": "serif", - "ascent": 869, - "descent": -483, + "Emilys Candy": { + "category": "display", + "ascent": 996, + "descent": -286, "lineGap": 0, - "xAvgCharWidth": 671, - "unitsPerEm": 1000 + "xAvgCharWidth": 431, + "unitsPerEm": 1024, + "azAvgWidth": 467.2692307692308 }, - "Rammetto One": { + "Galada": { "category": "display", - "ascent": 2437, - "descent": -1022, + "ascent": 1035, + "descent": -592, "lineGap": 0, - "xAvgCharWidth": 1282, - "unitsPerEm": 2048 + "xAvgCharWidth": 598, + "unitsPerEm": 1000, + "azAvgWidth": 443.2692307692308 }, - "Cousine": { + "Lekton": { + "category": "sans-serif", + "ascent": 750, + "descent": -250, + "lineGap": 0, + "xAvgCharWidth": 500, + "unitsPerEm": 1000, + "azAvgWidth": 500 + }, + "Black And White Picture": { + "category": "sans-serif", + "ascent": 800, + "descent": -200, + "lineGap": 250, + "xAvgCharWidth": 835, + "unitsPerEm": 1000, + "azAvgWidth": 404.96153846153845 + }, + "Xanh Mono": { "category": "monospace", - "ascent": 1705, - "descent": -615, + "ascent": 970, + "descent": -220, "lineGap": 0, - "xAvgCharWidth": 1229, - "unitsPerEm": 2048 + "xAvgCharWidth": 500, + "unitsPerEm": 1000, + "azAvgWidth": 500 }, - "Train One": { - "category": "display", - "ascent": 1160, - "descent": -288, + "Oranienbaum": { + "category": "serif", + "ascent": 895, + "descent": -260, "lineGap": 0, - "xAvgCharWidth": 945, - "unitsPerEm": 1000 + "xAvgCharWidth": 465, + "unitsPerEm": 1000, + "azAvgWidth": 448.65384615384613 }, - "Cabin Sketch": { - "category": "display", - "ascent": 873, - "descent": -298, + "Zhi Mang Xing": { + "category": "handwriting", + "ascent": 880, + "descent": -120, "lineGap": 0, - "xAvgCharWidth": 502, - "unitsPerEm": 1000 + "xAvgCharWidth": 891, + "unitsPerEm": 1000, + "azAvgWidth": 328 }, - "RocknRoll One": { + "Cabin Condensed": { "category": "sans-serif", - "ascent": 1160, - "descent": -288, + "ascent": 965, + "descent": -250, "lineGap": 0, - "xAvgCharWidth": 969, - "unitsPerEm": 1000 + "xAvgCharWidth": 462, + "unitsPerEm": 1000, + "azAvgWidth": 418.2692307692308 }, - "Noto Sans Newa": { + "Parisienne": { + "category": "handwriting", + "ascent": 1875, + "descent": -915, + "lineGap": 0, + "xAvgCharWidth": 717, + "unitsPerEm": 2048, + "azAvgWidth": 785 + }, + "IBM Plex Mono": { + "category": "monospace", + "ascent": 1025, + "descent": -275, + "lineGap": 0, + "xAvgCharWidth": 600, + "unitsPerEm": 1000, + "azAvgWidth": 600 + }, + "Cabin": { "category": "sans-serif", - "ascent": 1036, - "descent": -396, + "ascent": 1930, + "descent": -500, "lineGap": 0, - "xAvgCharWidth": 552, - "unitsPerEm": 1000 + "xAvgCharWidth": 1054, + "unitsPerEm": 2000, + "azAvgWidth": 953.3076923076923 }, - "Mate": { - "category": "serif", - "ascent": 958, - "descent": -262, + "Sevillana": { + "category": "display", + "ascent": 2062, + "descent": -717, "lineGap": 0, - "xAvgCharWidth": 424, - "unitsPerEm": 1000 + "xAvgCharWidth": 744, + "unitsPerEm": 2048, + "azAvgWidth": 826.6153846153846 }, - "Judson": { - "category": "serif", - "ascent": 902, - "descent": -248, + "Birthstone Bounce": { + "category": "handwriting", + "ascent": 950, + "descent": -410, "lineGap": 0, - "xAvgCharWidth": 426, - "unitsPerEm": 1000 + "xAvgCharWidth": 625, + "unitsPerEm": 1000, + "azAvgWidth": 336.46153846153845 }, - "Mitr": { - "category": "sans-serif", - "ascent": 1150, - "descent": -420, - "lineGap": 0, - "xAvgCharWidth": 592, - "unitsPerEm": 1000 + "Walter Turncoat": { + "category": "handwriting", + "ascent": 1078, + "descent": -323, + "lineGap": 29, + "xAvgCharWidth": 501, + "unitsPerEm": 1024, + "azAvgWidth": 544.5769230769231 }, - "Shippori Antique B1": { + "Noto Sans Grantha": { "category": "sans-serif", - "ascent": 1160, - "descent": -288, + "ascent": 1290, + "descent": -534, "lineGap": 0, - "xAvgCharWidth": 993, - "unitsPerEm": 1000 + "xAvgCharWidth": 1316, + "unitsPerEm": 1000, + "azAvgWidth": 600 }, - "Sulphur Point": { + "Padauk": { "category": "sans-serif", - "ascent": 790, - "descent": -210, + "ascent": 1010, + "descent": -500, "lineGap": 0, - "xAvgCharWidth": 504, - "unitsPerEm": 1000 + "xAvgCharWidth": 572, + "unitsPerEm": 1024, + "azAvgWidth": 462.15384615384613 }, - "Henny Penny": { + "Siemreap": { "category": "display", - "ascent": 2324, - "descent": -1305, - "lineGap": 0, - "xAvgCharWidth": 931, - "unitsPerEm": 2048 - }, - "Antic Didone": { - "category": "serif", - "ascent": 940, - "descent": -250, - "lineGap": 0, - "xAvgCharWidth": 476, - "unitsPerEm": 1000 + "ascent": 2500, + "descent": -1200, + "lineGap": 67, + "xAvgCharWidth": 2215, + "unitsPerEm": 2048, + "azAvgWidth": 1536 }, - "Frijole": { - "category": "display", - "ascent": 1075, - "descent": -337, + "Noto Sans Bassa Vah": { + "category": "sans-serif", + "ascent": 1069, + "descent": -293, "lineGap": 0, - "xAvgCharWidth": 725, - "unitsPerEm": 1024 + "xAvgCharWidth": 664, + "unitsPerEm": 1000, + "azAvgWidth": 600 }, - "BhuTuka Expanded One": { - "category": "display", - "ascent": 826, - "descent": -182, + "Noto Sans Batak": { + "category": "sans-serif", + "ascent": 1069, + "descent": -293, "lineGap": 0, - "xAvgCharWidth": 799, - "unitsPerEm": 1000 + "xAvgCharWidth": 862, + "unitsPerEm": 1000, + "azAvgWidth": 500 }, - "Song Myung": { + "STIX Two Text": { "category": "serif", - "ascent": 848, - "descent": -152, + "ascent": 762, + "descent": -238, "lineGap": 250, - "xAvgCharWidth": 867, - "unitsPerEm": 1000 + "xAvgCharWidth": 557, + "unitsPerEm": 1000, + "azAvgWidth": 480.84615384615387 }, - "Noto Sans Hanifi Rohingya": { - "category": "sans-serif", - "ascent": 1069, - "descent": -293, + "Gupter": { + "category": "serif", + "ascent": 900, + "descent": -250, "lineGap": 0, - "xAvgCharWidth": 534, - "unitsPerEm": 1000 + "xAvgCharWidth": 444, + "unitsPerEm": 1000, + "azAvgWidth": 433.5769230769231 }, - "Shippori Antique": { + "Noto Sans Khmer": { "category": "sans-serif", - "ascent": 1160, - "descent": -288, + "ascent": 1069, + "descent": -293, "lineGap": 0, - "xAvgCharWidth": 993, - "unitsPerEm": 1000 + "xAvgCharWidth": 639, + "unitsPerEm": 1000, + "azAvgWidth": 530.0769230769231 }, - "Koh Santepheap": { + "Sniglet": { "category": "display", - "ascent": 2050, - "descent": -550, + "ascent": 956, + "descent": -289, "lineGap": 0, - "xAvgCharWidth": 1326, - "unitsPerEm": 2048 + "xAvgCharWidth": 440, + "unitsPerEm": 1000, + "azAvgWidth": 500.15384615384613 }, - "Josefin Sans": { - "category": "sans-serif", - "ascent": 750, - "descent": -250, + "Send Flowers": { + "category": "handwriting", + "ascent": 975, + "descent": -350, "lineGap": 0, - "xAvgCharWidth": 547, - "unitsPerEm": 1000 + "xAvgCharWidth": 553, + "unitsPerEm": 1000, + "azAvgWidth": 382.4230769230769 }, - "Sue Ellen Francisco": { + "Butterfly Kids": { "category": "handwriting", - "ascent": 1362, - "descent": -634, + "ascent": 917, + "descent": -304, "lineGap": 0, - "xAvgCharWidth": 280, - "unitsPerEm": 1024 + "xAvgCharWidth": 300, + "unitsPerEm": 1024, + "azAvgWidth": 329.2692307692308 }, - "Hi Melody": { + "Ruthie": { "category": "handwriting", - "ascent": 679, - "descent": -345, - "lineGap": 256, - "xAvgCharWidth": 820, - "unitsPerEm": 1024 + "ascent": 800, + "descent": -450, + "lineGap": 0, + "xAvgCharWidth": 471, + "unitsPerEm": 1000, + "azAvgWidth": 291.1923076923077 }, - "Noto Serif KR": { - "category": "serif", - "ascent": 1151, - "descent": -286, + "Lakki Reddy": { + "category": "handwriting", + "ascent": 938, + "descent": -765, "lineGap": 0, - "xAvgCharWidth": 969, - "unitsPerEm": 1000 + "xAvgCharWidth": 612, + "unitsPerEm": 1024, + "azAvgWidth": 512.7692307692307 }, - "Viaoda Libre": { + "Langar": { "category": "display", - "ascent": 1051, - "descent": -360, + "ascent": 739, + "descent": -200, + "lineGap": 455, + "xAvgCharWidth": 549, + "unitsPerEm": 1000, + "azAvgWidth": 514.0769230769231 + }, + "Noto Serif Lao": { + "category": "serif", + "ascent": 1174, + "descent": -482, "lineGap": 0, - "xAvgCharWidth": 521, - "unitsPerEm": 1000 + "xAvgCharWidth": 571, + "unitsPerEm": 1000, + "azAvgWidth": 549 }, - "Telex": { + "Mako": { "category": "sans-serif", - "ascent": 945, - "descent": -260, + "ascent": 2141, + "descent": -538, "lineGap": 0, - "xAvgCharWidth": 531, - "unitsPerEm": 1000 + "xAvgCharWidth": 889, + "unitsPerEm": 2048, + "azAvgWidth": 996.5 }, - "Freckle Face": { + "Barriecito": { "category": "display", - "ascent": 1946, - "descent": -571, + "ascent": 962, + "descent": -238, "lineGap": 0, - "xAvgCharWidth": 869, - "unitsPerEm": 2048 + "xAvgCharWidth": 522, + "unitsPerEm": 1000, + "azAvgWidth": 476.0769230769231 }, - "Noto Rashi Hebrew": { + "McLaren": { + "category": "display", + "ascent": 2216, + "descent": -722, + "lineGap": 0, + "xAvgCharWidth": 1038, + "unitsPerEm": 2048, + "azAvgWidth": 1158.2692307692307 + }, + "Roboto Slab": { "category": "serif", - "ascent": 896, - "descent": -290, + "ascent": 2146, + "descent": -555, "lineGap": 0, - "xAvgCharWidth": 557, - "unitsPerEm": 1000 + "xAvgCharWidth": 1239, + "unitsPerEm": 2048, + "azAvgWidth": 1116.2307692307693 }, - "UnifrakturMaguntia": { - "category": "display", - "ascent": 1607, - "descent": -513, + "PT Sans Caption": { + "category": "sans-serif", + "ascent": 1018, + "descent": -276, "lineGap": 0, - "xAvgCharWidth": 1062, - "unitsPerEm": 2048 + "xAvgCharWidth": 592, + "unitsPerEm": 1000, + "azAvgWidth": 559.1153846153846 }, - "Hurricane": { + "Noto Sans Oriya": { + "category": "sans-serif", + "ascent": 1069, + "descent": -293, + "lineGap": 0, + "xAvgCharWidth": 675, + "unitsPerEm": 1000, + "azAvgWidth": 1229 + }, + "Schoolbell": { "category": "handwriting", - "ascent": 950, - "descent": -430, + "ascent": 1019, + "descent": -383, + "lineGap": 24, + "xAvgCharWidth": 419, + "unitsPerEm": 1024, + "azAvgWidth": 445.34615384615387 + }, + "Source Code Pro": { + "category": "monospace", + "ascent": 984, + "descent": -273, "lineGap": 0, - "xAvgCharWidth": 505, - "unitsPerEm": 1000 + "xAvgCharWidth": 600, + "unitsPerEm": 1000, + "azAvgWidth": 600 }, - "Mystery Quest": { + "Sansita Swashed": { "category": "display", - "ascent": 989, - "descent": -409, + "ascent": 1020, + "descent": -180, "lineGap": 0, - "xAvgCharWidth": 434, - "unitsPerEm": 1024 + "xAvgCharWidth": 515, + "unitsPerEm": 1000, + "azAvgWidth": 470.7692307692308 }, - "Lexend Mega": { - "category": "sans-serif", - "ascent": 1000, - "descent": -250, - "lineGap": 0, - "xAvgCharWidth": 588, - "unitsPerEm": 1000 + "Megrim": { + "category": "display", + "ascent": 880, + "descent": -200, + "lineGap": 90, + "xAvgCharWidth": 487, + "unitsPerEm": 1000, + "azAvgWidth": 537.5384615384615 }, - "Noto Sans Deseret": { + "Montserrat Subrayada": { "category": "sans-serif", - "ascent": 1069, - "descent": -293, + "ascent": 968, + "descent": -251, "lineGap": 0, - "xAvgCharWidth": 580, - "unitsPerEm": 1000 + "xAvgCharWidth": 627, + "unitsPerEm": 1000, + "azAvgWidth": 712.4615384615385 }, - "Fahkwang": { - "category": "sans-serif", - "ascent": 1008, - "descent": -292, + "Offside": { + "category": "display", + "ascent": 996, + "descent": -265, "lineGap": 0, - "xAvgCharWidth": 628, - "unitsPerEm": 1000 + "xAvgCharWidth": 578, + "unitsPerEm": 1000, + "azAvgWidth": 590.1538461538462 }, - "Ibarra Real Nova": { + "Poly": { "category": "serif", - "ascent": 950, - "descent": -300, + "ascent": 964, + "descent": -224, "lineGap": 0, - "xAvgCharWidth": 579, - "unitsPerEm": 1000 + "xAvgCharWidth": 445, + "unitsPerEm": 1000, + "azAvgWidth": 505.8076923076923 }, - "Love Ya Like A Sister": { + "Blaka Hollow": { "category": "display", - "ascent": 942, - "descent": -333, + "ascent": 932, + "descent": -235, "lineGap": 0, - "xAvgCharWidth": 476, - "unitsPerEm": 1024 + "xAvgCharWidth": 455, + "unitsPerEm": 1000, + "azAvgWidth": 422.4230769230769 }, - "Encode Sans Condensed": { - "category": "sans-serif", - "ascent": 2060, - "descent": -440, + "Donegal One": { + "category": "serif", + "ascent": 2000, + "descent": -560, "lineGap": 0, - "xAvgCharWidth": 979, - "unitsPerEm": 2000 + "xAvgCharWidth": 1241, + "unitsPerEm": 2048, + "azAvgWidth": 1133.9615384615386 }, - "Noto Serif Lao": { + "Noto Serif Telugu": { "category": "serif", - "ascent": 1174, - "descent": -482, + "ascent": 869, + "descent": -483, "lineGap": 0, - "xAvgCharWidth": 571, - "unitsPerEm": 1000 - }, - "Dokdo": { - "category": "handwriting", - "ascent": 696, - "descent": -304, - "lineGap": 250, - "xAvgCharWidth": 682, - "unitsPerEm": 1000 + "xAvgCharWidth": 671, + "unitsPerEm": 1000, + "azAvgWidth": 549 }, - "Nanum Pen Script": { - "category": "handwriting", - "ascent": 920, - "descent": -230, + "Noto Sans Cypriot": { + "category": "sans-serif", + "ascent": 1069, + "descent": -293, "lineGap": 0, - "xAvgCharWidth": 772, - "unitsPerEm": 1000 + "xAvgCharWidth": 694, + "unitsPerEm": 1000, + "azAvgWidth": 600 }, - "Dongle": { + "IBM Plex Sans Thai": { "category": "sans-serif", - "ascent": 850, - "descent": -598, + "ascent": 1116, + "descent": -534, "lineGap": 0, - "xAvgCharWidth": 547, - "unitsPerEm": 1000 + "xAvgCharWidth": 595, + "unitsPerEm": 1000, + "azAvgWidth": 504.96153846153845 }, - "Unica One": { - "category": "display", - "ascent": 917, - "descent": -265, + "Charis SIL": { + "category": "serif", + "ascent": 2450, + "descent": -900, "lineGap": 0, - "xAvgCharWidth": 469, - "unitsPerEm": 1000 + "xAvgCharWidth": 1118, + "unitsPerEm": 2048, + "azAvgWidth": 1025.2307692307693 }, - "Noto Sans Inscriptional Pahlavi": { + "Stylish": { "category": "sans-serif", - "ascent": 1069, - "descent": -352, + "ascent": 821, + "descent": -179, + "lineGap": 250, + "xAvgCharWidth": 808, + "unitsPerEm": 1000, + "azAvgWidth": 441.38461538461536 + }, + "Kotta One": { + "category": "serif", + "ascent": 915, + "descent": -288, "lineGap": 0, - "xAvgCharWidth": 581, - "unitsPerEm": 1000 + "xAvgCharWidth": 433, + "unitsPerEm": 1000, + "azAvgWidth": 502.7692307692308 }, - "Archivo Narrow": { - "category": "sans-serif", - "ascent": 1035, - "descent": -312, + "Engagement": { + "category": "handwriting", + "ascent": 1843, + "descent": -684, "lineGap": 0, - "xAvgCharWidth": 470, - "unitsPerEm": 1000 + "xAvgCharWidth": 495, + "unitsPerEm": 2048, + "azAvgWidth": 551.6153846153846 }, - "Kaisei HarunoUmi": { + "Kiwi Maru": { "category": "serif", "ascent": 1160, "descent": -288, "lineGap": 0, "xAvgCharWidth": 969, - "unitsPerEm": 1000 + "unitsPerEm": 1000, + "azAvgWidth": 593 }, - "Noto Sans Tai Viet": { + "Hind Madurai": { "category": "sans-serif", - "ascent": 1069, - "descent": -293, + "ascent": 982, + "descent": -398, "lineGap": 0, - "xAvgCharWidth": 728, - "unitsPerEm": 1000 - }, - "Sunshiney": { - "category": "handwriting", - "ascent": 1019, - "descent": -306, - "lineGap": 27, - "xAvgCharWidth": 346, - "unitsPerEm": 1024 + "xAvgCharWidth": 598, + "unitsPerEm": 1000, + "azAvgWidth": 486 }, - "Mochiy Pop One": { + "Mukta Malar": { "category": "sans-serif", - "ascent": 1160, - "descent": -288, + "ascent": 1130, + "descent": -532, "lineGap": 0, - "xAvgCharWidth": 991, - "unitsPerEm": 1000 + "xAvgCharWidth": 617, + "unitsPerEm": 1000, + "azAvgWidth": 471.2692307692308 }, - "Inspiration": { - "category": "handwriting", - "ascent": 870, - "descent": -400, + "Noto Sans Inscriptional Pahlavi": { + "category": "sans-serif", + "ascent": 1069, + "descent": -352, "lineGap": 0, - "xAvgCharWidth": 431, - "unitsPerEm": 1000 + "xAvgCharWidth": 581, + "unitsPerEm": 1000, + "azAvgWidth": 600 }, - "Coustard": { + "Cormorant Garamond": { "category": "serif", - "ascent": 2095, - "descent": -781, + "ascent": 924, + "descent": -287, "lineGap": 0, - "xAvgCharWidth": 1009, - "unitsPerEm": 2048 + "xAvgCharWidth": 538, + "unitsPerEm": 1000, + "azAvgWidth": 440.88461538461536 }, - "Are You Serious": { - "category": "handwriting", - "ascent": 880, - "descent": -320, + "Noto Sans Mono": { + "category": "monospace", + "ascent": 1069, + "descent": -293, "lineGap": 0, - "xAvgCharWidth": 471, - "unitsPerEm": 1000 + "xAvgCharWidth": 645, + "unitsPerEm": 1000, + "azAvgWidth": 600 }, - "Wendy One": { + "Saira Condensed": { "category": "sans-serif", - "ascent": 819, - "descent": -236, - "lineGap": 0, - "xAvgCharWidth": 532, - "unitsPerEm": 1000 - }, - "Srisakdi": { - "category": "display", - "ascent": 950, - "descent": -250, + "ascent": 1135, + "descent": -439, "lineGap": 0, - "xAvgCharWidth": 534, - "unitsPerEm": 1000 + "xAvgCharWidth": 433, + "unitsPerEm": 1000, + "azAvgWidth": 400.2692307692308 }, - "Mukta": { + "Almarai": { "category": "sans-serif", - "ascent": 1130, - "descent": -532, + "ascent": 905, + "descent": -211, "lineGap": 0, - "xAvgCharWidth": 664, - "unitsPerEm": 1000 + "xAvgCharWidth": 612, + "unitsPerEm": 1000, + "azAvgWidth": 481.5769230769231 }, - "Quando": { + "BIZ UDMincho": { "category": "serif", - "ascent": 2030, - "descent": -530, + "ascent": 1802, + "descent": -246, "lineGap": 0, - "xAvgCharWidth": 1363, - "unitsPerEm": 2048 + "xAvgCharWidth": 1718, + "unitsPerEm": 2048, + "azAvgWidth": 1024 }, - "Titan One": { + "Lemon": { "category": "display", - "ascent": 970, - "descent": -175, - "lineGap": 0, - "xAvgCharWidth": 545, - "unitsPerEm": 1000 - }, - "Convergence": { - "category": "sans-serif", - "ascent": 943, - "descent": -230, - "lineGap": 0, - "xAvgCharWidth": 489, - "unitsPerEm": 1000 - }, - "Noto Sans Duployan": { - "category": "sans-serif", - "ascent": 1069, - "descent": -293, + "ascent": 1019, + "descent": -287, "lineGap": 0, "xAvgCharWidth": 591, - "unitsPerEm": 1000 + "unitsPerEm": 1000, + "azAvgWidth": 674.5 }, - "Rubik Distressed": { - "category": "display", - "ascent": 935, - "descent": -250, + "IM Fell DW Pica": { + "category": "serif", + "ascent": 1868, + "descent": -692, "lineGap": 0, - "xAvgCharWidth": 635, - "unitsPerEm": 1000 + "xAvgCharWidth": 796, + "unitsPerEm": 2048, + "azAvgWidth": 914.0769230769231 }, - "Spirax": { - "category": "display", - "ascent": 947, - "descent": -288, + "Noto Serif Malayalam": { + "category": "serif", + "ascent": 864, + "descent": -383, "lineGap": 0, - "xAvgCharWidth": 422, - "unitsPerEm": 1000 + "xAvgCharWidth": 746, + "unitsPerEm": 1000, + "azAvgWidth": 549 }, - "Rubik Maze": { + "Wallpoet": { "category": "display", - "ascent": 935, - "descent": -250, - "lineGap": 0, - "xAvgCharWidth": 635, - "unitsPerEm": 1000 - }, - "Noto Sans Khmer": { - "category": "sans-serif", - "ascent": 1069, - "descent": -293, + "ascent": 806, + "descent": -196, "lineGap": 0, "xAvgCharWidth": 639, - "unitsPerEm": 1000 + "unitsPerEm": 1000, + "azAvgWidth": 683.4615384615385 }, - "Noto Sans Gunjala Gondi": { + "Do Hyeon": { "category": "sans-serif", - "ascent": 1014, - "descent": -252, - "lineGap": 0, - "xAvgCharWidth": 846, - "unitsPerEm": 1000 + "ascent": 800, + "descent": -200, + "lineGap": 250, + "xAvgCharWidth": 752, + "unitsPerEm": 1000, + "azAvgWidth": 456.2692307692308 }, - "Murecho": { - "category": "sans-serif", - "ascent": 1160, - "descent": -288, + "Texturina": { + "category": "serif", + "ascent": 1260, + "descent": -300, "lineGap": 0, - "xAvgCharWidth": 888, - "unitsPerEm": 1000 + "xAvgCharWidth": 585, + "unitsPerEm": 1000, + "azAvgWidth": 518.8076923076923 }, - "Bilbo Swash Caps": { - "category": "handwriting", - "ascent": 850, - "descent": -400, + "Oxygen Mono": { + "category": "monospace", + "ascent": 2015, + "descent": -672, "lineGap": 0, - "xAvgCharWidth": 264, - "unitsPerEm": 1000 + "xAvgCharWidth": 1237, + "unitsPerEm": 2048, + "azAvgWidth": 1229 }, - "Scada": { + "Average Sans": { "category": "sans-serif", - "ascent": 955, - "descent": -289, + "ascent": 1027, + "descent": -269, "lineGap": 0, - "xAvgCharWidth": 514, - "unitsPerEm": 1000 + "xAvgCharWidth": 500, + "unitsPerEm": 1000, + "azAvgWidth": 451.88461538461536 }, - "Codystar": { + "Dynalight": { "category": "display", - "ascent": 953, - "descent": -255, + "ascent": 1840, + "descent": -645, "lineGap": 0, - "xAvgCharWidth": 627, - "unitsPerEm": 1024 + "xAvgCharWidth": 609, + "unitsPerEm": 2048, + "azAvgWidth": 677.5 }, - "Noto Sans Lycian": { - "category": "sans-serif", - "ascent": 1069, - "descent": -293, + "Ranga": { + "category": "display", + "ascent": 2218, + "descent": -1027, "lineGap": 0, - "xAvgCharWidth": 596, - "unitsPerEm": 1000 + "xAvgCharWidth": 863, + "unitsPerEm": 2218, + "azAvgWidth": 724.6153846153846 }, - "Quicksand": { - "category": "sans-serif", - "ascent": 1000, - "descent": -250, + "Passero One": { + "category": "display", + "ascent": 1820, + "descent": -618, "lineGap": 0, - "xAvgCharWidth": 541, - "unitsPerEm": 1000 + "xAvgCharWidth": 974, + "unitsPerEm": 2048, + "azAvgWidth": 918.2692307692307 }, - "Italiana": { + "Castoro": { "category": "serif", - "ascent": 928, - "descent": -250, - "lineGap": 0, - "xAvgCharWidth": 435, - "unitsPerEm": 1000 + "ascent": 755, + "descent": -245, + "lineGap": 250, + "xAvgCharWidth": 559, + "unitsPerEm": 1000, + "azAvgWidth": 512.3846153846154 }, - "Tulpen One": { - "category": "display", - "ascent": 1767, - "descent": -465, + "Dancing Script": { + "category": "handwriting", + "ascent": 920, + "descent": -280, "lineGap": 0, - "xAvgCharWidth": 397, - "unitsPerEm": 2048 + "xAvgCharWidth": 497, + "unitsPerEm": 1000, + "azAvgWidth": 388.84615384615387 }, - "Caudex": { - "category": "serif", - "ascent": 2034, - "descent": -606, + "Nova Mono": { + "category": "monospace", + "ascent": 2215, + "descent": -639, "lineGap": 0, - "xAvgCharWidth": 926, - "unitsPerEm": 2048 + "xAvgCharWidth": 1150, + "unitsPerEm": 2048, + "azAvgWidth": 1150 }, - "PT Sans": { + "Noto Sans Takri": { "category": "sans-serif", - "ascent": 1018, - "descent": -276, + "ascent": 955, + "descent": -307, "lineGap": 0, - "xAvgCharWidth": 527, - "unitsPerEm": 1000 + "xAvgCharWidth": 522, + "unitsPerEm": 1000, + "azAvgWidth": 600 }, - "Noto Sans Sharada": { + "Cutive": { + "category": "serif", + "ascent": 1473, + "descent": -575, + "lineGap": 200, + "xAvgCharWidth": 1473, + "unitsPerEm": 2048, + "azAvgWidth": 1360.576923076923 + }, + "Noto Sans Tagalog": { "category": "sans-serif", - "ascent": 925, - "descent": -455, + "ascent": 1069, + "descent": -293, "lineGap": 0, - "xAvgCharWidth": 600, - "unitsPerEm": 1000 + "xAvgCharWidth": 778, + "unitsPerEm": 1000, + "azAvgWidth": 600 }, - "Kosugi Maru": { + "GFS Neohellenic": { "category": "sans-serif", - "ascent": 901, - "descent": -123, + "ascent": 873, + "descent": -245, + "lineGap": 24, + "xAvgCharWidth": 489, + "unitsPerEm": 1000, + "azAvgWidth": 395.96153846153845 + }, + "Noto Sans Sora Sompeng": { + "category": "sans-serif", + "ascent": 1069, + "descent": -293, "lineGap": 0, - "xAvgCharWidth": 1013, - "unitsPerEm": 1024 + "xAvgCharWidth": 444, + "unitsPerEm": 1000, + "azAvgWidth": 600 }, - "Fuzzy Bubbles": { + "Bilbo": { "category": "handwriting", - "ascent": 900, - "descent": -350, + "ascent": 850, + "descent": -400, "lineGap": 0, - "xAvgCharWidth": 597, - "unitsPerEm": 1000 + "xAvgCharWidth": 489, + "unitsPerEm": 1000, + "azAvgWidth": 291.9230769230769 }, - "M PLUS 1 Code": { - "category": "sans-serif", - "ascent": 1000, - "descent": -235, + "Diplomata SC": { + "category": "display", + "ascent": 930, + "descent": -287, "lineGap": 0, - "xAvgCharWidth": 958, - "unitsPerEm": 1000 + "xAvgCharWidth": 1053, + "unitsPerEm": 1000, + "azAvgWidth": 1189.3461538461538 }, - "Noto Sans HK": { - "category": "sans-serif", - "ascent": 1160, - "descent": -288, + "Lemonada": { + "category": "display", + "ascent": 1345, + "descent": -653, "lineGap": 0, - "xAvgCharWidth": 984, - "unitsPerEm": 1000 + "xAvgCharWidth": 680, + "unitsPerEm": 1000, + "azAvgWidth": 656.0769230769231 }, - "Gowun Dodum": { - "category": "sans-serif", - "ascent": 1160, - "descent": -288, + "Prata": { + "category": "serif", + "ascent": 993, + "descent": -362, "lineGap": 0, - "xAvgCharWidth": 896, - "unitsPerEm": 1000 + "xAvgCharWidth": 636, + "unitsPerEm": 1000, + "azAvgWidth": 547.1923076923077 }, - "Aboreto": { + "Libre Barcode EAN13 Text": { "category": "display", - "ascent": 930, - "descent": -230, + "ascent": 840, + "descent": -120, "lineGap": 0, - "xAvgCharWidth": 569, - "unitsPerEm": 1000 + "xAvgCharWidth": 126, + "unitsPerEm": 1024, + "azAvgWidth": 182.30769230769232 }, - "M PLUS Rounded 1c": { - "category": "sans-serif", - "ascent": 1075, - "descent": -320, - "lineGap": 90, - "xAvgCharWidth": 901, - "unitsPerEm": 1000 + "Knewave": { + "category": "display", + "ascent": 1169, + "descent": -385, + "lineGap": 0, + "xAvgCharWidth": 535, + "unitsPerEm": 1000, + "azAvgWidth": 514.5384615384615 }, - "Belleza": { + "Lexend Mega": { "category": "sans-serif", - "ascent": 928, - "descent": -224, + "ascent": 1000, + "descent": -250, "lineGap": 0, - "xAvgCharWidth": 502, - "unitsPerEm": 1000 + "xAvgCharWidth": 588, + "unitsPerEm": 1000, + "azAvgWidth": 773.4230769230769 }, - "Zen Antique Soft": { + "Kaisei HarunoUmi": { "category": "serif", "ascent": 1160, "descent": -288, "lineGap": 0, - "xAvgCharWidth": 979, - "unitsPerEm": 1000 + "xAvgCharWidth": 969, + "unitsPerEm": 1000, + "azAvgWidth": 555.1923076923077 }, - "Lobster": { + "Modern Antiqua": { "category": "display", - "ascent": 1000, - "descent": -250, + "ascent": 1815, + "descent": -508, "lineGap": 0, - "xAvgCharWidth": 594, - "unitsPerEm": 1000 + "xAvgCharWidth": 1192, + "unitsPerEm": 2048, + "azAvgWidth": 1147.2692307692307 }, - "Yomogi": { - "category": "handwriting", - "ascent": 1160, - "descent": -288, + "Pirata One": { + "category": "display", + "ascent": 1006, + "descent": -279, "lineGap": 0, - "xAvgCharWidth": 964, - "unitsPerEm": 1000 + "xAvgCharWidth": 393, + "unitsPerEm": 1000, + "azAvgWidth": 402.88461538461536 }, - "Tiro Devanagari Hindi": { - "category": "serif", - "ascent": 755, - "descent": -245, - "lineGap": 330, - "xAvgCharWidth": 661, - "unitsPerEm": 1000 + "Yeon Sung": { + "category": "display", + "ascent": 800, + "descent": -200, + "lineGap": 250, + "xAvgCharWidth": 698, + "unitsPerEm": 1000, + "azAvgWidth": 447.46153846153845 }, - "Peddana": { - "category": "serif", - "ascent": 703, - "descent": -518, + "Road Rage": { + "category": "display", + "ascent": 850, + "descent": -250, "lineGap": 0, - "xAvgCharWidth": 371, - "unitsPerEm": 750 - }, - "Sawarabi Mincho": { - "category": "serif", - "ascent": 1070, - "descent": -319, - "lineGap": 90, - "xAvgCharWidth": 915, - "unitsPerEm": 1000 + "xAvgCharWidth": 325, + "unitsPerEm": 1000, + "azAvgWidth": 277.61538461538464 }, - "Source Serif 4": { - "category": "serif", - "ascent": 1036, - "descent": -335, + "Gochi Hand": { + "category": "handwriting", + "ascent": 1579, + "descent": -835, "lineGap": 0, - "xAvgCharWidth": 558, - "unitsPerEm": 1000 + "xAvgCharWidth": 976, + "unitsPerEm": 2048, + "azAvgWidth": 959.3846153846154 }, - "Stylish": { - "category": "sans-serif", - "ascent": 821, - "descent": -179, - "lineGap": 250, - "xAvgCharWidth": 808, - "unitsPerEm": 1000 + "Arapey": { + "category": "serif", + "ascent": 868, + "descent": -228, + "lineGap": 0, + "xAvgCharWidth": 399, + "unitsPerEm": 1000, + "azAvgWidth": 440.5769230769231 }, - "Noto Sans JP": { - "category": "sans-serif", - "ascent": 1160, - "descent": -288, + "Griffy": { + "category": "display", + "ascent": 984, + "descent": -399, "lineGap": 0, - "xAvgCharWidth": 982, - "unitsPerEm": 1000 + "xAvgCharWidth": 428, + "unitsPerEm": 1024, + "azAvgWidth": 455.03846153846155 }, - "Kaisei Decol": { + "Noto Nastaliq Urdu": { "category": "serif", - "ascent": 1160, - "descent": -288, + "ascent": 1904, + "descent": -596, "lineGap": 0, - "xAvgCharWidth": 969, - "unitsPerEm": 1000 + "xAvgCharWidth": 550, + "unitsPerEm": 1000, + "azAvgWidth": 900 }, - "Rosarivo": { - "category": "serif", - "ascent": 979, - "descent": -424, + "Julius Sans One": { + "category": "sans-serif", + "ascent": 863, + "descent": -228, "lineGap": 0, - "xAvgCharWidth": 473, - "unitsPerEm": 1000 + "xAvgCharWidth": 560, + "unitsPerEm": 1000, + "azAvgWidth": 618.1923076923077 }, - "Kameron": { - "category": "serif", - "ascent": 1823, - "descent": -608, + "Grandstander": { + "category": "display", + "ascent": 1465, + "descent": -530, "lineGap": 0, - "xAvgCharWidth": 920, - "unitsPerEm": 2048 + "xAvgCharWidth": 1125, + "unitsPerEm": 2000, + "azAvgWidth": 1104.4615384615386 }, - "Reggae One": { + "Mirza": { "category": "display", + "ascent": 547, + "descent": -453, + "lineGap": 200, + "xAvgCharWidth": 548, + "unitsPerEm": 1000, + "azAvgWidth": 441.38461538461536 + }, + "Noto Sans HK": { + "category": "sans-serif", "ascent": 1160, "descent": -288, "lineGap": 0, - "xAvgCharWidth": 969, - "unitsPerEm": 1000 + "xAvgCharWidth": 984, + "unitsPerEm": 1000, + "azAvgWidth": 530.2692307692307 }, - "Vollkorn": { + "Karma": { "category": "serif", - "ascent": 952, - "descent": -441, + "ascent": 945, + "descent": -508, "lineGap": 0, - "xAvgCharWidth": 593, - "unitsPerEm": 1000 + "xAvgCharWidth": 528, + "unitsPerEm": 1000, + "azAvgWidth": 488.8076923076923 }, - "Gaegu": { + "Qwitcher Grypen": { "category": "handwriting", - "ascent": 760, - "descent": -240, - "lineGap": 250, - "xAvgCharWidth": 808, - "unitsPerEm": 1000 + "ascent": 800, + "descent": -300, + "lineGap": 0, + "xAvgCharWidth": 379, + "unitsPerEm": 1000, + "azAvgWidth": 257.88461538461536 }, - "Noto Sans Kannada": { - "category": "sans-serif", - "ascent": 809, - "descent": -540, + "Cormorant Infant": { + "category": "serif", + "ascent": 924, + "descent": -287, "lineGap": 0, - "xAvgCharWidth": 553, - "unitsPerEm": 1000 + "xAvgCharWidth": 537, + "unitsPerEm": 1000, + "azAvgWidth": 446.2692307692308 }, - "Single Day": { + "Kirang Haerang": { "category": "display", - "ascent": 779, - "descent": -245, - "lineGap": 256, - "xAvgCharWidth": 831, - "unitsPerEm": 1024 + "ascent": 750, + "descent": -250, + "lineGap": 250, + "xAvgCharWidth": 689, + "unitsPerEm": 1000, + "azAvgWidth": 428.03846153846155 }, - "Red Hat Display": { + "Fjalla One": { "category": "sans-serif", - "ascent": 1018, - "descent": -305, + "ascent": 2066, + "descent": -508, "lineGap": 0, - "xAvgCharWidth": 526, - "unitsPerEm": 1000 + "xAvgCharWidth": 947, + "unitsPerEm": 2048, + "azAvgWidth": 897.1538461538462 }, - "Vollkorn SC": { + "Sawarabi Mincho": { "category": "serif", - "ascent": 952, - "descent": -441, - "lineGap": 0, - "xAvgCharWidth": 630, - "unitsPerEm": 1000 + "ascent": 1070, + "descent": -319, + "lineGap": 90, + "xAvgCharWidth": 915, + "unitsPerEm": 1000, + "azAvgWidth": 541.5384615384615 }, - "IM Fell Double Pica": { - "category": "serif", - "ascent": 1924, - "descent": -643, - "lineGap": 0, - "xAvgCharWidth": 792, - "unitsPerEm": 2048 + "Syncopate": { + "category": "sans-serif", + "ascent": 1556, + "descent": -426, + "lineGap": 150, + "xAvgCharWidth": 1538, + "unitsPerEm": 2048, + "azAvgWidth": 1740.3846153846155 }, - "BenchNine": { + "Noto Sans Soyombo": { "category": "sans-serif", - "ascent": 2020, - "descent": -720, + "ascent": 1239, + "descent": -357, "lineGap": 0, - "xAvgCharWidth": 744, - "unitsPerEm": 2048 + "xAvgCharWidth": 553, + "unitsPerEm": 1000, + "azAvgWidth": 600 }, - "Berkshire Swash": { - "category": "handwriting", - "ascent": 2007, - "descent": -537, + "Kreon": { + "category": "serif", + "ascent": 974, + "descent": -286, "lineGap": 0, - "xAvgCharWidth": 855, - "unitsPerEm": 2048 + "xAvgCharWidth": 460, + "unitsPerEm": 1000, + "azAvgWidth": 459.46153846153845 }, - "Edu VIC WA NT Beginner": { + "Style Script": { "category": "handwriting", - "ascent": 1016, - "descent": -244, - "lineGap": 0, - "xAvgCharWidth": 485, - "unitsPerEm": 1000 - }, - "Economica": { - "category": "sans-serif", - "ascent": 949, - "descent": -200, + "ascent": 1000, + "descent": -520, "lineGap": 0, - "xAvgCharWidth": 307, - "unitsPerEm": 1000 + "xAvgCharWidth": 568, + "unitsPerEm": 1000, + "azAvgWidth": 319.1923076923077 }, - "Expletus Sans": { + "Bungee Hairline": { "category": "display", - "ascent": 2066, - "descent": -612, + "ascent": 860, + "descent": -140, + "lineGap": 200, + "xAvgCharWidth": 783, + "unitsPerEm": 1000, + "azAvgWidth": 712.2307692307693 + }, + "Ruda": { + "category": "sans-serif", + "ascent": 922, + "descent": -295, "lineGap": 0, - "xAvgCharWidth": 1091, - "unitsPerEm": 2000 + "xAvgCharWidth": 541, + "unitsPerEm": 1000, + "azAvgWidth": 516.0769230769231 }, - "Noto Serif Myanmar": { + "Grenze": { "category": "serif", - "ascent": 1239, - "descent": -1260, + "ascent": 1100, + "descent": -380, "lineGap": 0, - "xAvgCharWidth": 568, - "unitsPerEm": 1000 + "xAvgCharWidth": 461, + "unitsPerEm": 1000, + "azAvgWidth": 404.88461538461536 }, - "Erica One": { + "Srisakdi": { "category": "display", - "ascent": 1153, - "descent": -339, + "ascent": 950, + "descent": -250, "lineGap": 0, - "xAvgCharWidth": 552, - "unitsPerEm": 1000 + "xAvgCharWidth": 534, + "unitsPerEm": 1000, + "azAvgWidth": 455.46153846153845 }, - "Asset": { + "Smokum": { "category": "display", - "ascent": 1971, - "descent": -589, - "lineGap": 0, - "xAvgCharWidth": 2499, - "unitsPerEm": 2048 - }, - "Edu QLD Beginner": { - "category": "handwriting", - "ascent": 1016, - "descent": -244, - "lineGap": 0, - "xAvgCharWidth": 461, - "unitsPerEm": 1000 - }, - "Domine": { - "category": "serif", - "ascent": 900, - "descent": -240, + "ascent": 1986, + "descent": -512, "lineGap": 0, - "xAvgCharWidth": 594, - "unitsPerEm": 1000 + "xAvgCharWidth": 787, + "unitsPerEm": 2048, + "azAvgWidth": 777.4615384615385 }, - "El Messiri": { + "Recursive": { "category": "sans-serif", - "ascent": 1019, - "descent": -544, + "ascent": 950, + "descent": -250, "lineGap": 0, - "xAvgCharWidth": 569, - "unitsPerEm": 1000 + "xAvgCharWidth": 628, + "unitsPerEm": 1000, + "azAvgWidth": 563.4615384615385 }, - "Eater": { - "category": "display", - "ascent": 2898, - "descent": -919, + "IM Fell English": { + "category": "serif", + "ascent": 1854, + "descent": -744, "lineGap": 0, - "xAvgCharWidth": 1278, - "unitsPerEm": 2048 + "xAvgCharWidth": 834, + "unitsPerEm": 2048, + "azAvgWidth": 956.8846153846154 }, - "Niconne": { + "Rancho": { "category": "handwriting", - "ascent": 1898, - "descent": -585, - "lineGap": 0, - "xAvgCharWidth": 667, - "unitsPerEm": 2048 - }, - "Imprima": { - "category": "sans-serif", "ascent": 919, - "descent": -239, - "lineGap": 0, - "xAvgCharWidth": 434, - "unitsPerEm": 1000 - }, - "Noto Sans Armenian": { - "category": "sans-serif", - "ascent": 1068, - "descent": -292, - "lineGap": 0, - "xAvgCharWidth": 643, - "unitsPerEm": 1000 + "descent": -329, + "lineGap": 24, + "xAvgCharWidth": 306, + "unitsPerEm": 1024, + "azAvgWidth": 341.7307692307692 }, - "Texturina": { - "category": "serif", - "ascent": 1260, - "descent": -300, + "Rubik Bubbles": { + "category": "display", + "ascent": 935, + "descent": -250, "lineGap": 0, - "xAvgCharWidth": 585, - "unitsPerEm": 1000 + "xAvgCharWidth": 635, + "unitsPerEm": 1000, + "azAvgWidth": 611.9615384615385 }, - "Iceland": { + "Oregano": { "category": "display", - "ascent": 750, - "descent": -220, + "ascent": 1975, + "descent": -669, "lineGap": 0, - "xAvgCharWidth": 465, - "unitsPerEm": 1000 + "xAvgCharWidth": 662, + "unitsPerEm": 2048, + "azAvgWidth": 757.1538461538462 }, - "Encode Sans Semi Expanded": { - "category": "sans-serif", - "ascent": 2060, - "descent": -440, + "Festive": { + "category": "handwriting", + "ascent": 1100, + "descent": -590, "lineGap": 0, - "xAvgCharWidth": 1188, - "unitsPerEm": 2000 + "xAvgCharWidth": 662, + "unitsPerEm": 1000, + "azAvgWidth": 340.1923076923077 }, - "Montserrat": { + "Hind Guntur": { "category": "sans-serif", - "ascent": 968, - "descent": -251, + "ascent": 1115, + "descent": -773, "lineGap": 0, - "xAvgCharWidth": 626, - "unitsPerEm": 1000 + "xAvgCharWidth": 549, + "unitsPerEm": 1000, + "azAvgWidth": 486 }, - "Iceberg": { - "category": "display", - "ascent": 936, - "descent": -284, - "lineGap": 0, - "xAvgCharWidth": 497, - "unitsPerEm": 1000 + "Sawarabi Gothic": { + "category": "sans-serif", + "ascent": 1110, + "descent": -272, + "lineGap": 90, + "xAvgCharWidth": 925, + "unitsPerEm": 1000, + "azAvgWidth": 507.9230769230769 }, - "Stick": { + "Noto Sans TC": { "category": "sans-serif", "ascent": 1160, "descent": -288, "lineGap": 0, - "xAvgCharWidth": 968, - "unitsPerEm": 1000 - }, - "Lexend Exa": { - "category": "sans-serif", - "ascent": 1000, - "descent": -250, - "lineGap": 0, - "xAvgCharWidth": 588, - "unitsPerEm": 1000 - }, - "Nanum Brush Script": { - "category": "handwriting", - "ascent": 920, - "descent": -230, - "lineGap": 0, - "xAvgCharWidth": 330, - "unitsPerEm": 1000 + "xAvgCharWidth": 984, + "unitsPerEm": 1000, + "azAvgWidth": 530.2692307692307 }, - "Magra": { + "Noto Sans Cham": { "category": "sans-serif", - "ascent": 968, - "descent": -247, + "ascent": 1117, + "descent": -351, "lineGap": 0, - "xAvgCharWidth": 412, - "unitsPerEm": 1000 + "xAvgCharWidth": 833, + "unitsPerEm": 1000, + "azAvgWidth": 600 }, - "Cormorant SC": { + "Rokkitt": { "category": "serif", - "ascent": 924, - "descent": -287, - "lineGap": 0, - "xAvgCharWidth": 535, - "unitsPerEm": 1000 - }, - "WindSong": { - "category": "handwriting", - "ascent": 890, - "descent": -515, + "ascent": 817, + "descent": -320, "lineGap": 0, - "xAvgCharWidth": 861, - "unitsPerEm": 1000 + "xAvgCharWidth": 530, + "unitsPerEm": 1000, + "azAvgWidth": 468.6923076923077 }, - "Noticia Text": { - "category": "serif", - "ascent": 2202, - "descent": -593, + "Notable": { + "category": "sans-serif", + "ascent": 1143, + "descent": -157, "lineGap": 0, - "xAvgCharWidth": 1107, - "unitsPerEm": 2048 + "xAvgCharWidth": 759, + "unitsPerEm": 1000, + "azAvgWidth": 861.7307692307693 }, - "Noto Sans": { + "Noto Sans Ogham": { "category": "sans-serif", "ascent": 1069, "descent": -293, "lineGap": 0, - "xAvgCharWidth": 571, - "unitsPerEm": 1000 + "xAvgCharWidth": 538, + "unitsPerEm": 1000, + "azAvgWidth": 600 }, - "Ma Shan Zheng": { + "Shojumaru": { + "category": "display", + "ascent": 2020, + "descent": -692, + "lineGap": 0, + "xAvgCharWidth": 1403, + "unitsPerEm": 2048, + "azAvgWidth": 1566 + }, + "Long Cang": { "category": "handwriting", "ascent": 880, "descent": -120, "lineGap": 0, - "xAvgCharWidth": 988, - "unitsPerEm": 1000 + "xAvgCharWidth": 989, + "unitsPerEm": 1000, + "azAvgWidth": 396.11538461538464 }, - "Poor Story": { + "Astloch": { "category": "display", - "ascent": 819, - "descent": -205, - "lineGap": 256, - "xAvgCharWidth": 820, - "unitsPerEm": 1024 - }, - "Ruge Boogie": { - "category": "handwriting", - "ascent": 875, - "descent": -375, - "lineGap": 0, - "xAvgCharWidth": 469, - "unitsPerEm": 1000 + "ascent": 1948, + "descent": -526, + "lineGap": 53, + "xAvgCharWidth": 988, + "unitsPerEm": 2048, + "azAvgWidth": 739.5 }, - "Nanum Myeongjo": { - "category": "serif", - "ascent": 942, - "descent": -236, + "Noto Sans JP": { + "category": "sans-serif", + "ascent": 1160, + "descent": -288, "lineGap": 0, - "xAvgCharWidth": 512, - "unitsPerEm": 1024 + "xAvgCharWidth": 982, + "unitsPerEm": 1000, + "azAvgWidth": 530.2692307692307 }, - "Modak": { + "Gugi": { "category": "display", - "ascent": 2035, - "descent": -1049, - "lineGap": 0, - "xAvgCharWidth": 1112, - "unitsPerEm": 2048 - }, - "East Sea Dokdo": { - "category": "handwriting", - "ascent": 706, - "descent": -294, + "ascent": 858, + "descent": -142, "lineGap": 250, - "xAvgCharWidth": 620, - "unitsPerEm": 1000 - }, - "Federant": { - "category": "display", - "ascent": 942, - "descent": -284, - "lineGap": 0, - "xAvgCharWidth": 513, - "unitsPerEm": 1000 + "xAvgCharWidth": 925, + "unitsPerEm": 1000, + "azAvgWidth": 535.3461538461538 }, - "IBM Plex Sans Devanagari": { + "Noto Sans Inscriptional Parthian": { "category": "sans-serif", - "ascent": 1070, - "descent": -460, - "lineGap": 0, - "xAvgCharWidth": 791, - "unitsPerEm": 1000 - }, - "Yuji Mai": { - "category": "serif", - "ascent": 1160, - "descent": -288, + "ascent": 1069, + "descent": -301, "lineGap": 0, - "xAvgCharWidth": 970, - "unitsPerEm": 1000 - }, - "Tiro Gurmukhi": { - "category": "serif", - "ascent": 755, - "descent": -245, - "lineGap": 250, - "xAvgCharWidth": 554, - "unitsPerEm": 1000 + "xAvgCharWidth": 695, + "unitsPerEm": 1000, + "azAvgWidth": 600 }, - "BioRhyme Expanded": { + "Gentium Book Basic": { "category": "serif", - "ascent": 1127, - "descent": -422, + "ascent": 1790, + "descent": -580, "lineGap": 0, - "xAvgCharWidth": 1005, - "unitsPerEm": 1000 + "xAvgCharWidth": 1045, + "unitsPerEm": 2048, + "azAvgWidth": 983.6153846153846 }, - "Big Shoulders Display": { + "Graduate": { "category": "display", - "ascent": 1968, - "descent": -426, + "ascent": 953, + "descent": -186, "lineGap": 0, - "xAvgCharWidth": 549, - "unitsPerEm": 2000 + "xAvgCharWidth": 602, + "unitsPerEm": 1000, + "azAvgWidth": 665.3076923076923 }, - "Noto Sans Elbasan": { + "Noto Sans Symbols": { "category": "sans-serif", - "ascent": 847, - "descent": -270, + "ascent": 1480, + "descent": -570, "lineGap": 0, - "xAvgCharWidth": 603, - "unitsPerEm": 1000 + "xAvgCharWidth": 1043, + "unitsPerEm": 1000, + "azAvgWidth": 530.0769230769231 }, - "Arima": { - "category": "display", - "ascent": 1073, - "descent": -560, + "Sedgwick Ave Display": { + "category": "handwriting", + "ascent": 937, + "descent": -312, "lineGap": 0, - "xAvgCharWidth": 633, - "unitsPerEm": 1000 + "xAvgCharWidth": 548, + "unitsPerEm": 1000, + "azAvgWidth": 445.4230769230769 }, - "Noto Sans Runic": { + "Noto Sans Caucasian Albanian": { "category": "sans-serif", - "ascent": 1069, - "descent": -293, + "ascent": 976, + "descent": -274, "lineGap": 0, - "xAvgCharWidth": 516, - "unitsPerEm": 1000 + "xAvgCharWidth": 561, + "unitsPerEm": 1000, + "azAvgWidth": 600 }, - "Exo": { + "Glory": { "category": "sans-serif", - "ascent": 1002, - "descent": -327, + "ascent": 900, + "descent": -220, "lineGap": 0, - "xAvgCharWidth": 533, - "unitsPerEm": 1000 + "xAvgCharWidth": 468, + "unitsPerEm": 1000, + "azAvgWidth": 424.8076923076923 }, - "Noto Sans Rejang": { + "Noto Sans Gothic": { "category": "sans-serif", "ascent": 1069, "descent": -293, "lineGap": 0, - "xAvgCharWidth": 560, - "unitsPerEm": 1000 + "xAvgCharWidth": 596, + "unitsPerEm": 1000, + "azAvgWidth": 600 }, - "Voces": { - "category": "display", - "ascent": 1014, - "descent": -335, + "Indie Flower": { + "category": "handwriting", + "ascent": 994, + "descent": -500, "lineGap": 0, - "xAvgCharWidth": 515, - "unitsPerEm": 1000 + "xAvgCharWidth": 473, + "unitsPerEm": 1024, + "azAvgWidth": 446 }, - "Suez One": { + "Ubuntu Condensed": { + "category": "sans-serif", + "ascent": 932, + "descent": -189, + "lineGap": 28, + "xAvgCharWidth": 484, + "unitsPerEm": 1000, + "azAvgWidth": 412.5769230769231 + }, + "Noto Serif KR": { "category": "serif", - "ascent": 987, - "descent": -319, + "ascent": 1151, + "descent": -286, + "lineGap": 0, + "xAvgCharWidth": 969, + "unitsPerEm": 1000, + "azAvgWidth": 553.0384615384615 + }, + "Averia Libre": { + "category": "display", + "ascent": 1952, + "descent": -492, "lineGap": 0, - "xAvgCharWidth": 575, - "unitsPerEm": 1000 + "xAvgCharWidth": 916, + "unitsPerEm": 2048, + "azAvgWidth": 1026.3846153846155 }, - "Cuprum": { + "Mochiy Pop One": { "category": "sans-serif", - "ascent": 895, - "descent": -260, + "ascent": 1160, + "descent": -288, "lineGap": 0, - "xAvgCharWidth": 451, - "unitsPerEm": 1000 + "xAvgCharWidth": 991, + "unitsPerEm": 1000, + "azAvgWidth": 658.7307692307693 }, - "Gowun Batang": { + "Zen Antique": { "category": "serif", "ascent": 1160, "descent": -288, "lineGap": 0, - "xAvgCharWidth": 896, - "unitsPerEm": 1000 + "xAvgCharWidth": 976, + "unitsPerEm": 1000, + "azAvgWidth": 544.6923076923077 }, - "Salsa": { - "category": "display", - "ascent": 974, - "descent": -252, + "Dorsa": { + "category": "sans-serif", + "ascent": 857, + "descent": -200, "lineGap": 0, - "xAvgCharWidth": 456, - "unitsPerEm": 1000 + "xAvgCharWidth": 192, + "unitsPerEm": 1000, + "azAvgWidth": 183.23076923076923 }, - "Inria Serif": { - "category": "serif", - "ascent": 976, - "descent": -223, + "Text Me One": { + "category": "sans-serif", + "ascent": 952, + "descent": -269, "lineGap": 0, - "xAvgCharWidth": 571, - "unitsPerEm": 1000 + "xAvgCharWidth": 485, + "unitsPerEm": 1000, + "azAvgWidth": 456.3076923076923 }, - "Cormorant": { + "Caudex": { "category": "serif", - "ascent": 924, - "descent": -287, + "ascent": 2034, + "descent": -606, "lineGap": 0, - "xAvgCharWidth": 539, - "unitsPerEm": 1000 + "xAvgCharWidth": 926, + "unitsPerEm": 2048, + "azAvgWidth": 1047.076923076923 }, - "Halant": { + "Noto Serif Tibetan": { "category": "serif", - "ascent": 1089, - "descent": -486, + "ascent": 1466, + "descent": -1349, "lineGap": 0, - "xAvgCharWidth": 528, - "unitsPerEm": 1000 + "xAvgCharWidth": 644, + "unitsPerEm": 1000, + "azAvgWidth": 600 }, - "Kirang Haerang": { + "Poor Story": { "category": "display", - "ascent": 750, - "descent": -250, - "lineGap": 250, - "xAvgCharWidth": 689, - "unitsPerEm": 1000 + "ascent": 819, + "descent": -205, + "lineGap": 256, + "xAvgCharWidth": 820, + "unitsPerEm": 1024, + "azAvgWidth": 409.0769230769231 }, - "Zen Antique": { - "category": "serif", - "ascent": 1160, - "descent": -288, + "Nixie One": { + "category": "display", + "ascent": 926, + "descent": -210, "lineGap": 0, - "xAvgCharWidth": 976, - "unitsPerEm": 1000 + "xAvgCharWidth": 563, + "unitsPerEm": 1000, + "azAvgWidth": 567.5769230769231 }, - "Ropa Sans": { + "Chivo": { "category": "sans-serif", - "ascent": 841, - "descent": -231, + "ascent": 940, + "descent": -250, "lineGap": 0, - "xAvgCharWidth": 437, - "unitsPerEm": 1000 + "xAvgCharWidth": 547, + "unitsPerEm": 1000, + "azAvgWidth": 526.0769230769231 }, - "Noto Sans Old North Arabian": { + "Kosugi": { "category": "sans-serif", - "ascent": 1069, - "descent": -293, + "ascent": 901, + "descent": -123, "lineGap": 0, - "xAvgCharWidth": 603, - "unitsPerEm": 1000 + "xAvgCharWidth": 1013, + "unitsPerEm": 1024, + "azAvgWidth": 512 }, - "Cabin": { - "category": "sans-serif", - "ascent": 1930, - "descent": -500, + "Ma Shan Zheng": { + "category": "handwriting", + "ascent": 880, + "descent": -120, "lineGap": 0, - "xAvgCharWidth": 1054, - "unitsPerEm": 2000 + "xAvgCharWidth": 988, + "unitsPerEm": 1000, + "azAvgWidth": 328 }, - "Armata": { - "category": "sans-serif", - "ascent": 2000, - "descent": -560, + "Fuggles": { + "category": "handwriting", + "ascent": 850, + "descent": -351, "lineGap": 0, - "xAvgCharWidth": 1244, - "unitsPerEm": 2048 + "xAvgCharWidth": 449, + "unitsPerEm": 1000, + "azAvgWidth": 233.92307692307693 }, - "Mako": { - "category": "sans-serif", - "ascent": 2141, - "descent": -538, + "Syne Tactile": { + "category": "display", + "ascent": 925, + "descent": -275, "lineGap": 0, - "xAvgCharWidth": 889, - "unitsPerEm": 2048 + "xAvgCharWidth": 527, + "unitsPerEm": 1000, + "azAvgWidth": 461.03846153846155 }, - "Noto Sans Old Persian": { + "Baloo Thambi 2": { + "category": "display", + "ascent": 1078, + "descent": -486, + "lineGap": 0, + "xAvgCharWidth": 634, + "unitsPerEm": 1000, + "azAvgWidth": 489.3076923076923 + }, + "Belleza": { "category": "sans-serif", - "ascent": 1069, - "descent": -293, + "ascent": 928, + "descent": -224, "lineGap": 0, - "xAvgCharWidth": 1078, - "unitsPerEm": 1000 + "xAvgCharWidth": 502, + "unitsPerEm": 1000, + "azAvgWidth": 445.1923076923077 }, - "Kaisei Opti": { - "category": "serif", + "Yomogi": { + "category": "handwriting", "ascent": 1160, "descent": -288, "lineGap": 0, - "xAvgCharWidth": 969, - "unitsPerEm": 1000 + "xAvgCharWidth": 964, + "unitsPerEm": 1000, + "azAvgWidth": 500 }, - "Petrona": { + "ZCOOL QingKe HuangYou": { + "category": "display", + "ascent": 880, + "descent": -120, + "lineGap": 0, + "xAvgCharWidth": 760, + "unitsPerEm": 1000, + "azAvgWidth": 391.46153846153845 + }, + "Song Myung": { "category": "serif", - "ascent": 858, - "descent": -270, + "ascent": 848, + "descent": -152, + "lineGap": 250, + "xAvgCharWidth": 867, + "unitsPerEm": 1000, + "azAvgWidth": 501.61538461538464 + }, + "Palanquin": { + "category": "sans-serif", + "ascent": 1320, + "descent": -491, "lineGap": 0, - "xAvgCharWidth": 544, - "unitsPerEm": 1000 + "xAvgCharWidth": 794, + "unitsPerEm": 1000, + "azAvgWidth": 485.34615384615387 }, - "Ravi Prakash": { + "Ceviche One": { "category": "display", - "ascent": 938, - "descent": -684, + "ascent": 806, + "descent": -237, "lineGap": 0, - "xAvgCharWidth": 542, - "unitsPerEm": 1024 + "xAvgCharWidth": 355, + "unitsPerEm": 1000, + "azAvgWidth": 418.03846153846155 }, - "Shippori Mincho B1": { - "category": "serif", - "ascent": 1160, - "descent": -288, + "Noto Sans Indic Siyaq Numbers": { + "category": "sans-serif", + "ascent": 1215, + "descent": -347, "lineGap": 0, - "xAvgCharWidth": 993, - "unitsPerEm": 1000 + "xAvgCharWidth": 1021, + "unitsPerEm": 1000, + "azAvgWidth": 600 }, - "Sancreek": { - "category": "display", - "ascent": 2104, - "descent": -738, + "Noto Sans Gurmukhi": { + "category": "sans-serif", + "ascent": 896, + "descent": -408, "lineGap": 0, - "xAvgCharWidth": 1037, - "unitsPerEm": 2048 + "xAvgCharWidth": 580, + "unitsPerEm": 1000, + "azAvgWidth": 600 }, - "Big Shoulders Stencil Text": { - "category": "display", - "ascent": 1968, - "descent": -426, + "BIZ UDGothic": { + "category": "sans-serif", + "ascent": 1802, + "descent": -246, "lineGap": 0, - "xAvgCharWidth": 551, - "unitsPerEm": 2000 + "xAvgCharWidth": 1718, + "unitsPerEm": 2048, + "azAvgWidth": 1024 }, - "Noto Sans N Ko": { + "Noto Sans Tai Viet": { "category": "sans-serif", "ascent": 1069, "descent": -293, "lineGap": 0, - "xAvgCharWidth": 530, - "unitsPerEm": 1000 + "xAvgCharWidth": 728, + "unitsPerEm": 1000, + "azAvgWidth": 600 }, - "Kenia": { - "category": "display", - "ascent": 750, - "descent": -250, + "Noto Serif Sinhala": { + "category": "serif", + "ascent": 997, + "descent": -307, "lineGap": 0, - "xAvgCharWidth": 374, - "unitsPerEm": 1000 + "xAvgCharWidth": 779, + "unitsPerEm": 1000, + "azAvgWidth": 549 }, - "Festive": { - "category": "handwriting", - "ascent": 1100, - "descent": -590, + "K2D": { + "category": "sans-serif", + "ascent": 1048, + "descent": -252, "lineGap": 0, - "xAvgCharWidth": 662, - "unitsPerEm": 1000 + "xAvgCharWidth": 572, + "unitsPerEm": 1000, + "azAvgWidth": 517.6153846153846 }, - "League Spartan": { - "category": "sans-serif", - "ascent": 1400, - "descent": -440, + "Eater": { + "category": "display", + "ascent": 2898, + "descent": -919, "lineGap": 0, - "xAvgCharWidth": 987, - "unitsPerEm": 2000 + "xAvgCharWidth": 1278, + "unitsPerEm": 2048, + "azAvgWidth": 1465.8461538461538 }, - "Qahiri": { - "category": "sans-serif", - "ascent": 600, - "descent": -250, + "Plaster": { + "category": "display", + "ascent": 2000, + "descent": -560, "lineGap": 0, - "xAvgCharWidth": 365, - "unitsPerEm": 750 + "xAvgCharWidth": 1563, + "unitsPerEm": 2048, + "azAvgWidth": 1514.6153846153845 }, - "Gemunu Libre": { - "category": "sans-serif", - "ascent": 884, - "descent": -200, + "Chewy": { + "category": "display", + "ascent": 1003, + "descent": -310, + "lineGap": 25, + "xAvgCharWidth": 455, + "unitsPerEm": 1024, + "azAvgWidth": 464.11538461538464 + }, + "Birthstone": { + "category": "handwriting", + "ascent": 950, + "descent": -410, "lineGap": 0, - "xAvgCharWidth": 569, - "unitsPerEm": 1000 + "xAvgCharWidth": 515, + "unitsPerEm": 1000, + "azAvgWidth": 316.9230769230769 }, - "IM Fell French Canon": { + "Yuji Mai": { "category": "serif", - "ascent": 1868, - "descent": -530, + "ascent": 1160, + "descent": -288, "lineGap": 0, - "xAvgCharWidth": 873, - "unitsPerEm": 2048 + "xAvgCharWidth": 970, + "unitsPerEm": 1000, + "azAvgWidth": 609.4230769230769 }, - "Work Sans": { - "category": "sans-serif", - "ascent": 930, - "descent": -243, + "Cherish": { + "category": "handwriting", + "ascent": 850, + "descent": -320, "lineGap": 0, - "xAvgCharWidth": 597, - "unitsPerEm": 1000 + "xAvgCharWidth": 470, + "unitsPerEm": 1000, + "azAvgWidth": 264 }, - "Ruluko": { + "M PLUS Code Latin": { "category": "sans-serif", - "ascent": 914, - "descent": -241, + "ascent": 1000, + "descent": -235, "lineGap": 0, - "xAvgCharWidth": 410, - "unitsPerEm": 1000 + "xAvgCharWidth": 500, + "unitsPerEm": 1000, + "azAvgWidth": 500 }, - "Cantarell": { + "RocknRoll One": { "category": "sans-serif", - "ascent": 2137, - "descent": -555, - "lineGap": 211, - "xAvgCharWidth": 945, - "unitsPerEm": 2048 + "ascent": 1160, + "descent": -288, + "lineGap": 0, + "xAvgCharWidth": 969, + "unitsPerEm": 1000, + "azAvgWidth": 567.7692307692307 }, "Klee One": { "category": "handwriting", @@ -11125,263 +12488,260 @@ "descent": -288, "lineGap": 0, "xAvgCharWidth": 966, - "unitsPerEm": 1000 + "unitsPerEm": 1000, + "azAvgWidth": 514.8076923076923 }, - "Brygada 1918": { + "Rufina": { "category": "serif", - "ascent": 920, - "descent": -250, - "lineGap": 0, - "xAvgCharWidth": 570, - "unitsPerEm": 1000 - }, - "Hachi Maru Pop": { - "category": "handwriting", - "ascent": 1160, - "descent": -288, + "ascent": 945, + "descent": -290, "lineGap": 0, - "xAvgCharWidth": 990, - "unitsPerEm": 1000 + "xAvgCharWidth": 546, + "unitsPerEm": 1000, + "azAvgWidth": 531 }, - "Homenaje": { + "Coda Caption": { "category": "sans-serif", - "ascent": 892, - "descent": -204, + "ascent": 2450, + "descent": -783, "lineGap": 0, - "xAvgCharWidth": 395, - "unitsPerEm": 1000 + "xAvgCharWidth": 1236, + "unitsPerEm": 2048, + "azAvgWidth": 1399.5384615384614 }, - "Radio Canada": { - "category": "sans-serif", - "ascent": 945, - "descent": -255, + "Tai Heritage Pro": { + "category": "serif", + "ascent": 2700, + "descent": -1600, "lineGap": 0, - "xAvgCharWidth": 575, - "unitsPerEm": 1000 + "xAvgCharWidth": 1259, + "unitsPerEm": 2048, + "azAvgWidth": 942.3846153846154 }, - "Fredericka the Great": { + "Freckle Face": { "category": "display", - "ascent": 1001, - "descent": -254, + "ascent": 1946, + "descent": -571, "lineGap": 0, - "xAvgCharWidth": 547, - "unitsPerEm": 1024 + "xAvgCharWidth": 869, + "unitsPerEm": 2048, + "azAvgWidth": 971.6923076923077 }, - "Pragati Narrow": { + "Gowun Dodum": { "category": "sans-serif", - "ascent": 1158, - "descent": -534, - "lineGap": 0, - "xAvgCharWidth": 423, - "unitsPerEm": 1000 - }, - "Bebas Neue": { - "category": "display", - "ascent": 900, - "descent": -300, + "ascent": 1160, + "descent": -288, "lineGap": 0, - "xAvgCharWidth": 387, - "unitsPerEm": 1000 + "xAvgCharWidth": 896, + "unitsPerEm": 1000, + "azAvgWidth": 463.46153846153845 }, - "Edu TAS Beginner": { + "Pangolin": { "category": "handwriting", - "ascent": 1016, - "descent": -244, + "ascent": 937, + "descent": -312, "lineGap": 0, - "xAvgCharWidth": 498, - "unitsPerEm": 1000 + "xAvgCharWidth": 563, + "unitsPerEm": 1000, + "azAvgWidth": 465.46153846153845 }, - "Commissioner": { + "Noto Sans Wancho": { "category": "sans-serif", - "ascent": 2034, - "descent": -412, - "lineGap": 0, - "xAvgCharWidth": 1169, - "unitsPerEm": 2000 - }, - "ZCOOL QingKe HuangYou": { - "category": "display", - "ascent": 880, - "descent": -120, + "ascent": 1096, + "descent": -161, "lineGap": 0, - "xAvgCharWidth": 760, - "unitsPerEm": 1000 + "xAvgCharWidth": 524, + "unitsPerEm": 1000, + "azAvgWidth": 600 }, - "Risque": { - "category": "display", - "ascent": 1853, - "descent": -514, + "Fraunces": { + "category": "serif", + "ascent": 1956, + "descent": -510, "lineGap": 0, - "xAvgCharWidth": 877, - "unitsPerEm": 2048 + "xAvgCharWidth": 1265, + "unitsPerEm": 2000, + "azAvgWidth": 1072.1538461538462 }, - "Shippori Mincho": { - "category": "serif", + "Mochiy Pop P One": { + "category": "sans-serif", "ascent": 1160, "descent": -288, "lineGap": 0, - "xAvgCharWidth": 993, - "unitsPerEm": 1000 - }, - "Just Another Hand": { - "category": "handwriting", - "ascent": 1440, - "descent": -608, - "lineGap": 0, - "xAvgCharWidth": 583, - "unitsPerEm": 2048 + "xAvgCharWidth": 991, + "unitsPerEm": 1000, + "azAvgWidth": 658.7307692307693 }, - "Bakbak One": { - "category": "display", - "ascent": 1050, - "descent": -350, + "Saira Extra Condensed": { + "category": "sans-serif", + "ascent": 1135, + "descent": -439, "lineGap": 0, - "xAvgCharWidth": 755, - "unitsPerEm": 1000 + "xAvgCharWidth": 370, + "unitsPerEm": 1000, + "azAvgWidth": 342.15384615384613 }, - "Kantumruy": { + "Rosario": { "category": "sans-serif", - "ascent": 2500, - "descent": -1200, + "ascent": 977, + "descent": -235, "lineGap": 0, - "xAvgCharWidth": 1333, - "unitsPerEm": 2048 + "xAvgCharWidth": 517, + "unitsPerEm": 1000, + "azAvgWidth": 470.2692307692308 }, - "Libre Franklin": { + "Aldrich": { "category": "sans-serif", - "ascent": 966, - "descent": -246, - "lineGap": 0, - "xAvgCharWidth": 568, - "unitsPerEm": 1000 + "ascent": 1475, + "descent": -430, + "lineGap": 98, + "xAvgCharWidth": 1053, + "unitsPerEm": 2048, + "azAvgWidth": 1159.9615384615386 }, - "Long Cang": { + "Imperial Script": { "category": "handwriting", "ascent": 880, - "descent": -120, + "descent": -330, "lineGap": 0, - "xAvgCharWidth": 989, - "unitsPerEm": 1000 + "xAvgCharWidth": 497, + "unitsPerEm": 1000, + "azAvgWidth": 312.7307692307692 }, - "Zen Maru Gothic": { + "Commissioner": { "category": "sans-serif", - "ascent": 1160, - "descent": -288, + "ascent": 2034, + "descent": -412, "lineGap": 0, - "xAvgCharWidth": 975, - "unitsPerEm": 1000 + "xAvgCharWidth": 1169, + "unitsPerEm": 2000, + "azAvgWidth": 1033.3846153846155 }, - "Ultra": { - "category": "serif", - "ascent": 2066, - "descent": -561, + "Carter One": { + "category": "display", + "ascent": 2264, + "descent": -890, "lineGap": 0, - "xAvgCharWidth": 1460, - "unitsPerEm": 2048 + "xAvgCharWidth": 1002, + "unitsPerEm": 2048, + "azAvgWidth": 1151 }, - "Englebert": { + "Shippori Antique B1": { "category": "sans-serif", - "ascent": 954, - "descent": -311, + "ascent": 1160, + "descent": -288, "lineGap": 0, - "xAvgCharWidth": 787, - "unitsPerEm": 2048 + "xAvgCharWidth": 993, + "unitsPerEm": 1000, + "azAvgWidth": 543.5769230769231 }, - "Noto Sans TC": { + "Stick": { "category": "sans-serif", "ascent": 1160, "descent": -288, "lineGap": 0, - "xAvgCharWidth": 984, - "unitsPerEm": 1000 + "xAvgCharWidth": 968, + "unitsPerEm": 1000, + "azAvgWidth": 499.34615384615387 }, - "Anek Tamil": { - "category": "sans-serif", - "ascent": 1963, - "descent": -853, + "Zen Antique Soft": { + "category": "serif", + "ascent": 1160, + "descent": -288, "lineGap": 0, - "xAvgCharWidth": 1696, - "unitsPerEm": 2000 + "xAvgCharWidth": 979, + "unitsPerEm": 1000, + "azAvgWidth": 544.6923076923077 }, - "Gurajada": { + "Yuji Boku": { "category": "serif", - "ascent": 1294, - "descent": -810, + "ascent": 1160, + "descent": -288, "lineGap": 0, - "xAvgCharWidth": 294, - "unitsPerEm": 1070 + "xAvgCharWidth": 970, + "unitsPerEm": 1000, + "azAvgWidth": 568.7307692307693 }, - "Ruthie": { + "Loved by the King": { "category": "handwriting", - "ascent": 800, - "descent": -450, + "ascent": 2398, + "descent": -1137, "lineGap": 0, - "xAvgCharWidth": 471, - "unitsPerEm": 1000 + "xAvgCharWidth": 715, + "unitsPerEm": 2048, + "azAvgWidth": 617.0384615384615 }, - "Bungee Inline": { + "Changa One": { "category": "display", - "ascent": 860, - "descent": -140, - "lineGap": 200, - "xAvgCharWidth": 781, - "unitsPerEm": 1000 + "ascent": 882, + "descent": -180, + "lineGap": 0, + "xAvgCharWidth": 452, + "unitsPerEm": 1000, + "azAvgWidth": 528.1923076923077 }, - "Cagliostro": { + "Encode Sans SC": { "category": "sans-serif", - "ascent": 998, - "descent": -355, + "ascent": 2060, + "descent": -440, + "lineGap": 0, + "xAvgCharWidth": 967, + "unitsPerEm": 2000, + "azAvgWidth": 1129.7692307692307 + }, + "DotGothic16": { + "category": "sans-serif", + "ascent": 1160, + "descent": -288, "lineGap": 0, - "xAvgCharWidth": 429, - "unitsPerEm": 1000 + "xAvgCharWidth": 966, + "unitsPerEm": 1000, + "azAvgWidth": 500 }, - "Inika": { + "Ovo": { "category": "serif", - "ascent": 1006, - "descent": -297, + "ascent": 1770, + "descent": -534, "lineGap": 0, - "xAvgCharWidth": 464, - "unitsPerEm": 1000 + "xAvgCharWidth": 1057, + "unitsPerEm": 2048, + "azAvgWidth": 1013.4615384615385 }, - "Alumni Sans": { + "Didact Gothic": { "category": "sans-serif", - "ascent": 900, - "descent": -300, + "ascent": 1046, + "descent": -265, "lineGap": 0, - "xAvgCharWidth": 358, - "unitsPerEm": 1000 + "xAvgCharWidth": 534, + "unitsPerEm": 1000, + "azAvgWidth": 470.5769230769231 }, - "Zilla Slab": { + "Amethysta": { "category": "serif", - "ascent": 944, - "descent": -256, + "ascent": 2022, + "descent": -563, "lineGap": 0, - "xAvgCharWidth": 538, - "unitsPerEm": 1000 + "xAvgCharWidth": 1142, + "unitsPerEm": 2048, + "azAvgWidth": 1094.1153846153845 }, - "Engagement": { - "category": "handwriting", - "ascent": 1843, - "descent": -684, + "Lalezar": { + "category": "display", + "ascent": 979, + "descent": -588, "lineGap": 0, - "xAvgCharWidth": 495, - "unitsPerEm": 2048 - }, - "Gothic A1": { - "category": "sans-serif", - "ascent": 817, - "descent": -207, - "lineGap": 256, - "xAvgCharWidth": 964, - "unitsPerEm": 1024 + "xAvgCharWidth": 627, + "unitsPerEm": 1000, + "azAvgWidth": 488.15384615384613 }, - "Annie Use Your Telescope": { - "category": "handwriting", - "ascent": 1049, - "descent": -419, + "Jolly Lodger": { + "category": "display", + "ascent": 988, + "descent": -257, "lineGap": 0, - "xAvgCharWidth": 393, - "unitsPerEm": 1024 + "xAvgCharWidth": 291, + "unitsPerEm": 1024, + "azAvgWidth": 307.7692307692308 }, "Noto Serif HK": { "category": "serif", @@ -11389,150 +12749,232 @@ "descent": -200, "lineGap": 0, "xAvgCharWidth": 988, - "unitsPerEm": 1000 + "unitsPerEm": 1000, + "azAvgWidth": 559.2692307692307 }, - "Noto Sans Nabataean": { + "Devonshire": { + "category": "handwriting", + "ascent": 981, + "descent": -433, + "lineGap": 0, + "xAvgCharWidth": 305, + "unitsPerEm": 1000, + "azAvgWidth": 328 + }, + "Noto Sans": { "category": "sans-serif", "ascent": 1069, "descent": -293, "lineGap": 0, - "xAvgCharWidth": 517, - "unitsPerEm": 1000 + "xAvgCharWidth": 571, + "unitsPerEm": 1000, + "azAvgWidth": 530.0769230769231 }, - "Condiment": { - "category": "handwriting", - "ascent": 882, - "descent": -641, + "Nunito Sans": { + "category": "sans-serif", + "ascent": 1011, + "descent": -353, "lineGap": 0, - "xAvgCharWidth": 341, - "unitsPerEm": 1000 + "xAvgCharWidth": 581, + "unitsPerEm": 1000, + "azAvgWidth": 507.53846153846155 }, - "Candal": { + "Baskervville": { + "category": "serif", + "ascent": 998, + "descent": -295, + "lineGap": 0, + "xAvgCharWidth": 532, + "unitsPerEm": 1000, + "azAvgWidth": 498.96153846153845 + }, + "Sunflower": { "category": "sans-serif", - "ascent": 2226, - "descent": -432, + "ascent": 782, + "descent": -218, + "lineGap": 250, + "xAvgCharWidth": 883, + "unitsPerEm": 1000, + "azAvgWidth": 473.34615384615387 + }, + "Gentium Book Plus": { + "category": "serif", + "ascent": 2250, + "descent": -750, "lineGap": 0, - "xAvgCharWidth": 1328, - "unitsPerEm": 2048 + "xAvgCharWidth": 1059, + "unitsPerEm": 2048, + "azAvgWidth": 981.8461538461538 }, - "Noto Sans Kaithi": { + "Kaisei Opti": { + "category": "serif", + "ascent": 1160, + "descent": -288, + "lineGap": 0, + "xAvgCharWidth": 969, + "unitsPerEm": 1000, + "azAvgWidth": 555.1923076923077 + }, + "Nanum Gothic": { "category": "sans-serif", - "ascent": 1077, - "descent": -425, + "ascent": 920, + "descent": -230, "lineGap": 0, - "xAvgCharWidth": 628, - "unitsPerEm": 1000 + "xAvgCharWidth": 463, + "unitsPerEm": 1000, + "azAvgWidth": 519.6923076923077 }, - "Allan": { - "category": "display", - "ascent": 1928, - "descent": -412, + "Noto Serif SC": { + "category": "serif", + "ascent": 1151, + "descent": -286, "lineGap": 0, - "xAvgCharWidth": 632, - "unitsPerEm": 2048 + "xAvgCharWidth": 990, + "unitsPerEm": 1000, + "azAvgWidth": 553.0384615384615 }, - "Grechen Fuemen": { - "category": "handwriting", - "ascent": 900, - "descent": -320, + "Love Ya Like A Sister": { + "category": "display", + "ascent": 942, + "descent": -333, "lineGap": 0, - "xAvgCharWidth": 558, - "unitsPerEm": 1000 + "xAvgCharWidth": 476, + "unitsPerEm": 1024, + "azAvgWidth": 521.0769230769231 }, - "Exo 2": { - "category": "sans-serif", - "ascent": 999, - "descent": -201, + "Oxanium": { + "category": "display", + "ascent": 790, + "descent": -210, + "lineGap": 250, + "xAvgCharWidth": 529, + "unitsPerEm": 1000, + "azAvgWidth": 520.5769230769231 + }, + "Nuosu SIL": { + "category": "serif", + "ascent": 2200, + "descent": -500, "lineGap": 0, - "xAvgCharWidth": 559, - "unitsPerEm": 1000 + "xAvgCharWidth": 1518, + "unitsPerEm": 2048, + "azAvgWidth": 979.5769230769231 }, - "Jua": { + "Mada": { "category": "sans-serif", - "ascent": 800, - "descent": -200, - "lineGap": 250, - "xAvgCharWidth": 803, - "unitsPerEm": 1000 + "ascent": 900, + "descent": -300, + "lineGap": 96, + "xAvgCharWidth": 506, + "unitsPerEm": 1000, + "azAvgWidth": 474.84615384615387 }, - "Yuji Boku": { + "Maitree": { "category": "serif", - "ascent": 1160, - "descent": -288, + "ascent": 1150, + "descent": -500, "lineGap": 0, - "xAvgCharWidth": 970, - "unitsPerEm": 1000 + "xAvgCharWidth": 583, + "unitsPerEm": 1000, + "azAvgWidth": 530.1923076923077 }, - "Arimo": { + "Dongle": { "category": "sans-serif", - "ascent": 1854, - "descent": -434, - "lineGap": 67, - "xAvgCharWidth": 1190, - "unitsPerEm": 2048 + "ascent": 850, + "descent": -598, + "lineGap": 0, + "xAvgCharWidth": 547, + "unitsPerEm": 1000, + "azAvgWidth": 318.2692307692308 }, - "Noto Sans Sundanese": { + "Noto Sans Syriac": { + "category": "sans-serif", + "ascent": 926, + "descent": -486, + "lineGap": 0, + "xAvgCharWidth": 583, + "unitsPerEm": 1000, + "azAvgWidth": 600 + }, + "Noto Sans Tagbanwa": { "category": "sans-serif", "ascent": 1069, - "descent": -368, + "descent": -293, "lineGap": 0, - "xAvgCharWidth": 757, - "unitsPerEm": 1000 + "xAvgCharWidth": 711, + "unitsPerEm": 1000, + "azAvgWidth": 600 }, - "Cinzel": { - "category": "serif", - "ascent": 976, - "descent": -372, + "Kosugi Maru": { + "category": "sans-serif", + "ascent": 901, + "descent": -123, "lineGap": 0, - "xAvgCharWidth": 660, - "unitsPerEm": 1000 + "xAvgCharWidth": 1013, + "unitsPerEm": 1024, + "azAvgWidth": 512 }, - "DotGothic16": { + "M PLUS Rounded 1c": { + "category": "sans-serif", + "ascent": 1075, + "descent": -320, + "lineGap": 90, + "xAvgCharWidth": 901, + "unitsPerEm": 1000, + "azAvgWidth": 529.3846153846154 + }, + "Dokdo": { + "category": "handwriting", + "ascent": 696, + "descent": -304, + "lineGap": 250, + "xAvgCharWidth": 682, + "unitsPerEm": 1000, + "azAvgWidth": 460.4230769230769 + }, + "Noto Sans SC": { "category": "sans-serif", "ascent": 1160, "descent": -288, "lineGap": 0, - "xAvgCharWidth": 966, - "unitsPerEm": 1000 + "xAvgCharWidth": 989, + "unitsPerEm": 1000, + "azAvgWidth": 530.2692307692307 }, - "Londrina Shadow": { - "category": "display", - "ascent": 945, - "descent": -238, + "Orbitron": { + "category": "sans-serif", + "ascent": 1011, + "descent": -243, "lineGap": 0, - "xAvgCharWidth": 443, - "unitsPerEm": 1000 + "xAvgCharWidth": 672, + "unitsPerEm": 1000, + "azAvgWidth": 634.6538461538462 }, - "M PLUS 1": { + "Zen Kaku Gothic Antique": { "category": "sans-serif", "ascent": 1160, "descent": -288, "lineGap": 0, - "xAvgCharWidth": 967, - "unitsPerEm": 1000 - }, - "Marmelad": { - "category": "sans-serif", - "ascent": 1989, - "descent": -451, - "lineGap": 0, - "xAvgCharWidth": 1198, - "unitsPerEm": 2048 + "xAvgCharWidth": 979, + "unitsPerEm": 1000, + "azAvgWidth": 484.7692307692308 }, - "Merienda": { - "category": "handwriting", - "ascent": 1102, - "descent": -342, + "Kumar One Outline": { + "category": "display", + "ascent": 1137, + "descent": -642, "lineGap": 0, - "xAvgCharWidth": 562, - "unitsPerEm": 1000 + "xAvgCharWidth": 894, + "unitsPerEm": 1000, + "azAvgWidth": 698.9615384615385 }, - "Qwigley": { + "Mrs Saint Delafield": { "category": "handwriting", - "ascent": 750, - "descent": -500, + "ascent": 906, + "descent": -619, "lineGap": 0, - "xAvgCharWidth": 375, - "unitsPerEm": 1000 + "xAvgCharWidth": 255, + "unitsPerEm": 1000, + "azAvgWidth": 276.88461538461536 } } diff --git a/packages/next/shared/lib/constants.ts b/packages/next/shared/lib/constants.ts index e6ca4b6116fd8..2d0a3ac1f67f9 100644 --- a/packages/next/shared/lib/constants.ts +++ b/packages/next/shared/lib/constants.ts @@ -95,8 +95,15 @@ export const OPTIMIZED_FONT_PROVIDERS = [ export const DEFAULT_SERIF_FONT = { name: 'Times New Roman', xAvgCharWidth: 821, + azAvgWidth: 940.6538, + unitsPerEm: 2048, +} +export const DEFAULT_SANS_SERIF_FONT = { + name: 'Arial', + xAvgCharWidth: 904, + azAvgWidth: 1002.5769, + unitsPerEm: 2048, } -export const DEFAULT_SANS_SERIF_FONT = { name: 'Arial', xAvgCharWidth: 904 } export const STATIC_STATUS_PAGES = ['/500'] export const TRACE_OUTPUT_VERSION = 1 diff --git a/test/integration/font-optimization/test/index.test.js b/test/integration/font-optimization/test/index.test.js index 93e080d79dd0b..c3174879c179a 100644 --- a/test/integration/font-optimization/test/index.test.js +++ b/test/integration/font-optimization/test/index.test.js @@ -392,14 +392,14 @@ describe('Font Optimization', () => { ) expect(inlineStyle.length).toBe(1) expect(inlineStyle.html()).toContain( - '@font-face{font-family:"Roboto Fallback";ascent-override:72.42%;descent-override:19.06%;line-gap-override:0.00%;size-adjust:128.10%;src:local("Arial")}' + '@font-face{font-family:"Roboto Fallback";ascent-override:91.03%;descent-override:23.95%;line-gap-override:0.00%;size-adjust:101.92%;src:local("Arial")}' ) expect(inlineStyleMultiple.length).toBe(1) expect(inlineStyleMultiple.html()).toContain( - '@font-face{font-family:"Libre Baskerville Fallback";ascent-override:155.24%;descent-override:43.21%;line-gap-override:0.00%;size-adjust:62.48%;src:local("Times New Roman")}' + '@font-face{font-family:"Libre Baskerville Fallback";ascent-override:75.85%;descent-override:21.11%;line-gap-override:0.00%;size-adjust:127.88%;src:local("Times New Roman")}' ) expect(inlineStyleMultiple.html()).toContain( - '@font-face{font-family:"Open Sans Fallback";ascent-override:82.66%;descent-override:22.66%;line-gap-override:0.00%;size-adjust:129.31%;src:local("Arial")}' + '@font-face{font-family:"Open Sans Fallback";ascent-override:100.16%;descent-override:27.45%;line-gap-override:0.00%;size-adjust:106.71%;src:local("Arial")}' ) }) }) From 6cb3f99cfc69fce6477efbcc791b96f130a2efba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hannes=20Born=C3=B6?= Date: Fri, 14 Oct 2022 14:15:56 +0200 Subject: [PATCH 4/4] Fix tests --- packages/font/src/local/loader.ts | 3 ++- packages/font/src/local/utils.ts | 11 +++++++++++ test/e2e/next-font/index.test.ts | 24 ++++++++++++------------ test/unit/google-font-loader.test.ts | 18 +++++++++--------- 4 files changed, 34 insertions(+), 22 deletions(-) diff --git a/packages/font/src/local/loader.ts b/packages/font/src/local/loader.ts index 95f2bf791375d..622a1f0d11e9f 100644 --- a/packages/font/src/local/loader.ts +++ b/packages/font/src/local/loader.ts @@ -6,7 +6,7 @@ import fontFromBuffer from '@next/font/dist/fontkit' import type { AdjustFontFallback, FontLoader } from 'next/font' import { promisify } from 'util' -import { validateData } from './utils' +import { calcAzWidth, validateData } from './utils' const fetchFonts: FontLoader = async ({ functionName, @@ -58,6 +58,7 @@ const fetchFonts: FontLoader = async ({ lineGap: fontMetadata.lineGap, unitsPerEm: fontMetadata.unitsPerEm, xAvgCharWidth: (fontMetadata as any)['OS/2']?.xAvgCharWidth, + azAvgWidth: calcAzWidth(fontMetadata), }) adjustFontFallbackMetrics = { fallbackFont, diff --git a/packages/font/src/local/utils.ts b/packages/font/src/local/utils.ts index ff9f53e93c250..1ec876309d3f9 100644 --- a/packages/font/src/local/utils.ts +++ b/packages/font/src/local/utils.ts @@ -1,3 +1,5 @@ +import type { Font } from 'fontkit' + const allowedDisplayValues = ['auto', 'block', 'swap', 'fallback', 'optional'] const formatValues = (values: string[]) => @@ -91,3 +93,12 @@ export function validateData(functionName: string, data: any): FontOptions { declarations, } } + +// Calculating the a-z average width +export function calcAzWidth(font: Font) { + const widths = font + .glyphsForString('abcdefghijklmnopqrstuvwxyz') + .map((glyph) => glyph.advanceWidth) + const totalWidth = widths.reduce((sum, width) => sum + width, 0) + return totalWidth / widths.length +} diff --git a/test/e2e/next-font/index.test.ts b/test/e2e/next-font/index.test.ts index 5cee69bc642e0..b4aa4ac6c6fcc 100644 --- a/test/e2e/next-font/index.test.ts +++ b/test/e2e/next-font/index.test.ts @@ -359,12 +359,12 @@ describe('@next/font/google', () => { const ascentOverride = await browser.eval( 'Array.from(document.fonts.values()).find(font => font.family.includes("Indie_Flower_Fallback")).ascentOverride' ) - expect(ascentOverride).toBe('185.52%') + expect(ascentOverride).toBe('109.1%') const descentOverride = await browser.eval( 'Array.from(document.fonts.values()).find(font => font.family.includes("Indie_Flower_Fallback")).descentOverride' ) - expect(descentOverride).toBe('93.32%') + expect(descentOverride).toBe('54.88%') const lineGapOverride = await browser.eval( 'Array.from(document.fonts.values()).find(font => font.family.includes("Indie_Flower_Fallback")).lineGapOverride' @@ -374,7 +374,7 @@ describe('@next/font/google', () => { const sizeAdjust = await browser.eval( 'Array.from(document.fonts.values()).find(font => font.family.includes("Indie_Flower_Fallback")).sizeAdjust' ) - expect(sizeAdjust).toBe('52.32%') + expect(sizeAdjust).toBe('88.97%') }) test('Fraunces', async () => { @@ -383,12 +383,12 @@ describe('@next/font/google', () => { const ascentOverride = await browser.eval( 'Array.from(document.fonts.values()).find(font => font.family.includes("Fraunces_Fallback")).ascentOverride' ) - expect(ascentOverride).toBe('63.47%') + expect(ascentOverride).toBe('83.79%') const descentOverride = await browser.eval( 'Array.from(document.fonts.values()).find(font => font.family.includes("Fraunces_Fallback")).descentOverride' ) - expect(descentOverride).toBe('16.55%') + expect(descentOverride).toBe('21.85%') const lineGapOverride = await browser.eval( 'Array.from(document.fonts.values()).find(font => font.family.includes("Fraunces_Fallback")).lineGapOverride' @@ -398,7 +398,7 @@ describe('@next/font/google', () => { const sizeAdjust = await browser.eval( 'Array.from(document.fonts.values()).find(font => font.family.includes("Fraunces_Fallback")).sizeAdjust' ) - expect(sizeAdjust).toBe('154.08%') + expect(sizeAdjust).toBe('116.72%') }) }) @@ -409,12 +409,12 @@ describe('@next/font/google', () => { const ascentOverride = await browser.eval( 'Array.from(document.fonts.values()).find(font => font.family.includes("Indie_Flower_Fallback")).ascentOverride' ) - expect(ascentOverride).toBe('185.52%') + expect(ascentOverride).toBe('109.1%') const descentOverride = await browser.eval( 'Array.from(document.fonts.values()).find(font => font.family.includes("Indie_Flower_Fallback")).descentOverride' ) - expect(descentOverride).toBe('93.32%') + expect(descentOverride).toBe('54.88%') const lineGapOverride = await browser.eval( 'Array.from(document.fonts.values()).find(font => font.family.includes("Indie_Flower_Fallback")).lineGapOverride' @@ -424,7 +424,7 @@ describe('@next/font/google', () => { const sizeAdjust = await browser.eval( 'Array.from(document.fonts.values()).find(font => font.family.includes("Indie_Flower_Fallback")).sizeAdjust' ) - expect(sizeAdjust).toBe('52.32%') + expect(sizeAdjust).toBe('88.97%') }) test('Fraunces', async () => { @@ -433,12 +433,12 @@ describe('@next/font/google', () => { const ascentOverride = await browser.eval( 'Array.from(document.fonts.values()).find(font => font.family.includes("Fraunces_Fallback")).ascentOverride' ) - expect(ascentOverride).toBe('63.47%') + expect(ascentOverride).toBe('83.79%') const descentOverride = await browser.eval( 'Array.from(document.fonts.values()).find(font => font.family.includes("Fraunces_Fallback")).descentOverride' ) - expect(descentOverride).toBe('16.55%') + expect(descentOverride).toBe('21.85%') const lineGapOverride = await browser.eval( 'Array.from(document.fonts.values()).find(font => font.family.includes("Fraunces_Fallback")).lineGapOverride' @@ -448,7 +448,7 @@ describe('@next/font/google', () => { const sizeAdjust = await browser.eval( 'Array.from(document.fonts.values()).find(font => font.family.includes("Fraunces_Fallback")).sizeAdjust' ) - expect(sizeAdjust).toBe('154.08%') + expect(sizeAdjust).toBe('116.72%') }) }) }) diff --git a/test/unit/google-font-loader.test.ts b/test/unit/google-font-loader.test.ts index 194b49c6297b8..47d978079475d 100644 --- a/test/unit/google-font-loader.test.ts +++ b/test/unit/google-font-loader.test.ts @@ -102,11 +102,11 @@ describe('@next/font/google loader', () => { fs: {} as any, }) expect(adjustFontFallback).toEqual({ - ascentOverride: '47.65%', - descentOverride: '11.88%', + ascentOverride: '88.84%', + descentOverride: '22.14%', fallbackFont: 'Arial', lineGapOverride: '0.00%', - sizeAdjust: '203.32%', + sizeAdjust: '109.04%', }) expect(fallbackFonts).toBeUndefined() }) @@ -125,11 +125,11 @@ describe('@next/font/google loader', () => { fs: {} as any, }) expect(adjustFontFallback).toEqual({ - ascentOverride: '148.26%', - descentOverride: '41.13%', + ascentOverride: '80.28%', + descentOverride: '22.27%', fallbackFont: 'Arial', lineGapOverride: '0.00%', - sizeAdjust: '66.37%', + sizeAdjust: '122.56%', }) expect(fallbackFonts).toBeUndefined() }) @@ -148,11 +148,11 @@ describe('@next/font/google loader', () => { fs: {} as any, }) expect(adjustFontFallback).toEqual({ - ascentOverride: '63.47%', - descentOverride: '16.55%', + ascentOverride: '83.79%', + descentOverride: '21.85%', fallbackFont: 'Times New Roman', lineGapOverride: '0.00%', - sizeAdjust: '154.08%', + sizeAdjust: '116.72%', }) expect(fallbackFonts).toEqual(['Abc', 'Def']) })