Web Stories - Version 1.15.1

Version Description

Release Date: December 7, 2021.

  • Fixes a rare issue with crashing and failing to load particular stories.
  • Fixes an issue with mangled Unicode characters.
  • Fixes an issue with styling differences between the editor and the preview.
Download this release

Release Info

Developer swissspidy
Plugin Icon 128x128 Web Stories
Version 1.15.1
Comparing to
See all releases

Code changes from version 1.15.0 to 1.15.1

assets/js/chunk-colorthief.js CHANGED
@@ -1 +1 @@
1
- (window.__webStories_webpackJsonp=window.__webStories_webpackJsonp||[]).push([[185],{1002:function(t,r,n){"use strict";if(n.r(r),!o)var o={map:function(t,r){var n={};return r?t.map((function(t,o){return n.index=o,r.call(n,t)})):t.slice()},naturalOrder:function(t,r){return t<r?-1:t>r?1:0},sum:function(t,r){var n={};return t.reduce(r?function(t,o,e){return n.index=e,t+r.call(n,o)}:function(t,r){return t+r},0)},max:function(t,r){return Math.max.apply(null,r?o.map(t,r):t)}};var e=function(){function t(t,r,n){return(t<<10)+(r<<5)+n}function r(t){var r=[],n=!1;function o(){r.sort(t),n=!0}return{push:function(t){r.push(t),n=!1},peek:function(t){return n||o(),void 0===t&&(t=r.length-1),r[t]},pop:function(){return n||o(),r.pop()},size:function(){return r.length},map:function(t){return r.map(t)},debug:function(){return n||o(),r}}}function n(t,r,n,o,e,i,u){this.r1=t,this.r2=r,this.g1=n,this.g2=o,this.b1=e,this.b2=i,this.histo=u}function e(){this.vboxes=new r((function(t,r){return o.naturalOrder(t.vbox.count()*t.vbox.volume(),r.vbox.count()*r.vbox.volume())}))}function i(r,n){if(n.count()){var e=n.r2-n.r1+1,i=n.g2-n.g1+1,u=o.max([e,i,n.b2-n.b1+1]);if(1==n.count())return[n.copy()];var a,s,h,c,f=0,v=[],l=[];if(u==e)for(a=n.r1;a<=n.r2;a++){for(c=0,s=n.g1;s<=n.g2;s++)for(h=n.b1;h<=n.b2;h++)c+=r[t(a,s,h)]||0;v[a]=f+=c}else if(u==i)for(a=n.g1;a<=n.g2;a++){for(c=0,s=n.r1;s<=n.r2;s++)for(h=n.b1;h<=n.b2;h++)c+=r[t(s,a,h)]||0;v[a]=f+=c}else for(a=n.b1;a<=n.b2;a++){for(c=0,s=n.r1;s<=n.r2;s++)for(h=n.g1;h<=n.g2;h++)c+=r[t(s,h,a)]||0;v[a]=f+=c}return v.forEach((function(t,r){l[r]=f-t})),function(t){var r,o,e,i,u,s=t+"1",h=t+"2",c=0;for(a=n[s];a<=n[h];a++)if(v[a]>f/2){for(e=n.copy(),i=n.copy(),u=(r=a-n[s])<=(o=n[h]-a)?Math.min(n[h]-1,~~(a+o/2)):Math.max(n[s],~~(a-1-r/2));!v[u];)u++;for(c=l[u];!c&&v[u-1];)c=l[--u];return e[h]=u,i[s]=e[h]+1,[e,i]}}(u==e?"r":u==i?"g":"b")}}return n.prototype={volume:function(t){return this._volume&&!t||(this._volume=(this.r2-this.r1+1)*(this.g2-this.g1+1)*(this.b2-this.b1+1)),this._volume},count:function(r){var n=this.histo;if(!this._count_set||r){var o,e,i,u=0;for(o=this.r1;o<=this.r2;o++)for(e=this.g1;e<=this.g2;e++)for(i=this.b1;i<=this.b2;i++)u+=n[t(o,e,i)]||0;this._count=u,this._count_set=!0}return this._count},copy:function(){return new n(this.r1,this.r2,this.g1,this.g2,this.b1,this.b2,this.histo)},avg:function(r){var n=this.histo;if(!this._avg||r){var o,e,i,u,a=0,s=0,h=0,c=0;for(e=this.r1;e<=this.r2;e++)for(i=this.g1;i<=this.g2;i++)for(u=this.b1;u<=this.b2;u++)a+=o=n[t(e,i,u)]||0,s+=o*(e+.5)*8,h+=o*(i+.5)*8,c+=o*(u+.5)*8;this._avg=a?[~~(s/a),~~(h/a),~~(c/a)]:[~~(8*(this.r1+this.r2+1)/2),~~(8*(this.g1+this.g2+1)/2),~~(8*(this.b1+this.b2+1)/2)]}return this._avg},contains:function(t){var r=t[0]>>3;return gval=t[1]>>3,bval=t[2]>>3,r>=this.r1&&r<=this.r2&&gval>=this.g1&&gval<=this.g2&&bval>=this.b1&&bval<=this.b2}},e.prototype={push:function(t){this.vboxes.push({vbox:t,color:t.avg()})},palette:function(){return this.vboxes.map((function(t){return t.color}))},size:function(){return this.vboxes.size()},map:function(t){for(var r=this.vboxes,n=0;n<r.size();n++)if(r.peek(n).vbox.contains(t))return r.peek(n).color;return this.nearest(t)},nearest:function(t){for(var r,n,o,e=this.vboxes,i=0;i<e.size();i++)((n=Math.sqrt(Math.pow(t[0]-e.peek(i).color[0],2)+Math.pow(t[1]-e.peek(i).color[1],2)+Math.pow(t[2]-e.peek(i).color[2],2)))<r||void 0===r)&&(r=n,o=e.peek(i).color);return o},forcebw:function(){var t=this.vboxes;t.sort((function(t,r){return o.naturalOrder(o.sum(t.color),o.sum(r.color))}));var r=t[0].color;r[0]<5&&r[1]<5&&r[2]<5&&(t[0].color=[0,0,0]);var n=t.length-1,e=t[n].color;e[0]>251&&e[1]>251&&e[2]>251&&(t[n].color=[255,255,255])}},{quantize:function(u,a){if(!u.length||a<2||a>256)return!1;var s=function(r){var n,o=new Array(32768);return r.forEach((function(r){n=t(r[0]>>3,r[1]>>3,r[2]>>3),o[n]=(o[n]||0)+1})),o}(u);s.forEach((function(){}));var h=function(t,r){var o,e,i,u=1e6,a=0,s=1e6,h=0,c=1e6,f=0;return t.forEach((function(t){(o=t[0]>>3)<u?u=o:o>a&&(a=o),(e=t[1]>>3)<s?s=e:e>h&&(h=e),(i=t[2]>>3)<c?c=i:i>f&&(f=i)})),new n(u,a,s,h,c,f,r)}(u,s),c=new r((function(t,r){return o.naturalOrder(t.count(),r.count())}));function f(t,r){for(var n,o=t.size(),e=0;e<1e3;){if(o>=r)return;if(e++>1e3)return;if((n=t.pop()).count()){var u=i(s,n),a=u[0],h=u[1];if(!a)return;t.push(a),h&&(t.push(h),o++)}else t.push(n),e++}}c.push(h),f(c,.75*a);for(var v=new r((function(t,r){return o.naturalOrder(t.count()*t.volume(),r.count()*r.volume())}));c.size();)v.push(c.pop());f(v,a);for(var l=new e;v.size();)l.push(v.pop());return l}}}().quantize,u=function(t){this.canvas=document.createElement("canvas"),this.context=this.canvas.getContext("2d"),this.width=this.canvas.width=t.naturalWidth,this.height=this.canvas.height=t.naturalHeight,this.context.drawImage(t,0,0,this.width,this.height)};u.prototype.getImageData=function(){return this.context.getImageData(0,0,this.width,this.height)};var a=function(){};a.prototype.getColor=function(t,r){return void 0===r&&(r=10),this.getPalette(t,5,r)[0]},a.prototype.getPalette=function(t,r,n){var o=function(t){var r=t.colorCount,n=t.quality;if(void 0!==r&&Number.isInteger(r)){if(1===r)throw new Error("colorCount should be between 2 and 20. To get one color, call getColor() instead of getPalette()");r=Math.max(r,2),r=Math.min(r,20)}else r=10;return(void 0===n||!Number.isInteger(n)||n<1)&&(n=10),{colorCount:r,quality:n}}({colorCount:r,quality:n}),i=new u(t),a=function(t,r,n){for(var o=t,e=[],i=0,u=void 0,a=void 0,s=void 0,h=void 0,c=void 0;i<r;i+=n)a=o[0+(u=4*i)],s=o[u+1],h=o[u+2],(void 0===(c=o[u+3])||c>=125)&&(a>250&&s>250&&h>250||e.push([a,s,h]));return e}(i.getImageData().data,i.width*i.height,o.quality),s=e(a,o.colorCount);return s?s.palette():null},a.prototype.getColorFromUrl=function(t,r,n){var o=this,e=document.createElement("img");e.addEventListener("load",(function(){var i=o.getPalette(e,5,n);r(i[0],t)})),e.src=t},a.prototype.getImageData=function(t,r){var n=new XMLHttpRequest;n.open("GET",t,!0),n.responseType="arraybuffer",n.onload=function(){if(200==this.status){var t=new Uint8Array(this.response);i=t.length;for(var n=new Array(i),o=0;o<t.length;o++)n[o]=String.fromCharCode(t[o]);var e=n.join(""),u=window.btoa(e);r("data:image/png;base64,"+u)}},n.send()},a.prototype.getColorAsync=function(t,r,n){var o=this;this.getImageData(t,(function(t){var e=document.createElement("img");e.addEventListener("load",(function(){var t=o.getPalette(e,5,n);r(t[0],this)})),e.src=t}))},r.default=a}}]);
1
+ (window.__webStories_webpackJsonp=window.__webStories_webpackJsonp||[]).push([[185],{1003:function(t,r,n){"use strict";if(n.r(r),!o)var o={map:function(t,r){var n={};return r?t.map((function(t,o){return n.index=o,r.call(n,t)})):t.slice()},naturalOrder:function(t,r){return t<r?-1:t>r?1:0},sum:function(t,r){var n={};return t.reduce(r?function(t,o,e){return n.index=e,t+r.call(n,o)}:function(t,r){return t+r},0)},max:function(t,r){return Math.max.apply(null,r?o.map(t,r):t)}};var e=function(){function t(t,r,n){return(t<<10)+(r<<5)+n}function r(t){var r=[],n=!1;function o(){r.sort(t),n=!0}return{push:function(t){r.push(t),n=!1},peek:function(t){return n||o(),void 0===t&&(t=r.length-1),r[t]},pop:function(){return n||o(),r.pop()},size:function(){return r.length},map:function(t){return r.map(t)},debug:function(){return n||o(),r}}}function n(t,r,n,o,e,i,u){this.r1=t,this.r2=r,this.g1=n,this.g2=o,this.b1=e,this.b2=i,this.histo=u}function e(){this.vboxes=new r((function(t,r){return o.naturalOrder(t.vbox.count()*t.vbox.volume(),r.vbox.count()*r.vbox.volume())}))}function i(r,n){if(n.count()){var e=n.r2-n.r1+1,i=n.g2-n.g1+1,u=o.max([e,i,n.b2-n.b1+1]);if(1==n.count())return[n.copy()];var a,s,h,c,f=0,v=[],l=[];if(u==e)for(a=n.r1;a<=n.r2;a++){for(c=0,s=n.g1;s<=n.g2;s++)for(h=n.b1;h<=n.b2;h++)c+=r[t(a,s,h)]||0;v[a]=f+=c}else if(u==i)for(a=n.g1;a<=n.g2;a++){for(c=0,s=n.r1;s<=n.r2;s++)for(h=n.b1;h<=n.b2;h++)c+=r[t(s,a,h)]||0;v[a]=f+=c}else for(a=n.b1;a<=n.b2;a++){for(c=0,s=n.r1;s<=n.r2;s++)for(h=n.g1;h<=n.g2;h++)c+=r[t(s,h,a)]||0;v[a]=f+=c}return v.forEach((function(t,r){l[r]=f-t})),function(t){var r,o,e,i,u,s=t+"1",h=t+"2",c=0;for(a=n[s];a<=n[h];a++)if(v[a]>f/2){for(e=n.copy(),i=n.copy(),u=(r=a-n[s])<=(o=n[h]-a)?Math.min(n[h]-1,~~(a+o/2)):Math.max(n[s],~~(a-1-r/2));!v[u];)u++;for(c=l[u];!c&&v[u-1];)c=l[--u];return e[h]=u,i[s]=e[h]+1,[e,i]}}(u==e?"r":u==i?"g":"b")}}return n.prototype={volume:function(t){return this._volume&&!t||(this._volume=(this.r2-this.r1+1)*(this.g2-this.g1+1)*(this.b2-this.b1+1)),this._volume},count:function(r){var n=this.histo;if(!this._count_set||r){var o,e,i,u=0;for(o=this.r1;o<=this.r2;o++)for(e=this.g1;e<=this.g2;e++)for(i=this.b1;i<=this.b2;i++)u+=n[t(o,e,i)]||0;this._count=u,this._count_set=!0}return this._count},copy:function(){return new n(this.r1,this.r2,this.g1,this.g2,this.b1,this.b2,this.histo)},avg:function(r){var n=this.histo;if(!this._avg||r){var o,e,i,u,a=0,s=0,h=0,c=0;for(e=this.r1;e<=this.r2;e++)for(i=this.g1;i<=this.g2;i++)for(u=this.b1;u<=this.b2;u++)a+=o=n[t(e,i,u)]||0,s+=o*(e+.5)*8,h+=o*(i+.5)*8,c+=o*(u+.5)*8;this._avg=a?[~~(s/a),~~(h/a),~~(c/a)]:[~~(8*(this.r1+this.r2+1)/2),~~(8*(this.g1+this.g2+1)/2),~~(8*(this.b1+this.b2+1)/2)]}return this._avg},contains:function(t){var r=t[0]>>3;return gval=t[1]>>3,bval=t[2]>>3,r>=this.r1&&r<=this.r2&&gval>=this.g1&&gval<=this.g2&&bval>=this.b1&&bval<=this.b2}},e.prototype={push:function(t){this.vboxes.push({vbox:t,color:t.avg()})},palette:function(){return this.vboxes.map((function(t){return t.color}))},size:function(){return this.vboxes.size()},map:function(t){for(var r=this.vboxes,n=0;n<r.size();n++)if(r.peek(n).vbox.contains(t))return r.peek(n).color;return this.nearest(t)},nearest:function(t){for(var r,n,o,e=this.vboxes,i=0;i<e.size();i++)((n=Math.sqrt(Math.pow(t[0]-e.peek(i).color[0],2)+Math.pow(t[1]-e.peek(i).color[1],2)+Math.pow(t[2]-e.peek(i).color[2],2)))<r||void 0===r)&&(r=n,o=e.peek(i).color);return o},forcebw:function(){var t=this.vboxes;t.sort((function(t,r){return o.naturalOrder(o.sum(t.color),o.sum(r.color))}));var r=t[0].color;r[0]<5&&r[1]<5&&r[2]<5&&(t[0].color=[0,0,0]);var n=t.length-1,e=t[n].color;e[0]>251&&e[1]>251&&e[2]>251&&(t[n].color=[255,255,255])}},{quantize:function(u,a){if(!u.length||a<2||a>256)return!1;var s=function(r){var n,o=new Array(32768);return r.forEach((function(r){n=t(r[0]>>3,r[1]>>3,r[2]>>3),o[n]=(o[n]||0)+1})),o}(u);s.forEach((function(){}));var h=function(t,r){var o,e,i,u=1e6,a=0,s=1e6,h=0,c=1e6,f=0;return t.forEach((function(t){(o=t[0]>>3)<u?u=o:o>a&&(a=o),(e=t[1]>>3)<s?s=e:e>h&&(h=e),(i=t[2]>>3)<c?c=i:i>f&&(f=i)})),new n(u,a,s,h,c,f,r)}(u,s),c=new r((function(t,r){return o.naturalOrder(t.count(),r.count())}));function f(t,r){for(var n,o=t.size(),e=0;e<1e3;){if(o>=r)return;if(e++>1e3)return;if((n=t.pop()).count()){var u=i(s,n),a=u[0],h=u[1];if(!a)return;t.push(a),h&&(t.push(h),o++)}else t.push(n),e++}}c.push(h),f(c,.75*a);for(var v=new r((function(t,r){return o.naturalOrder(t.count()*t.volume(),r.count()*r.volume())}));c.size();)v.push(c.pop());f(v,a);for(var l=new e;v.size();)l.push(v.pop());return l}}}().quantize,u=function(t){this.canvas=document.createElement("canvas"),this.context=this.canvas.getContext("2d"),this.width=this.canvas.width=t.naturalWidth,this.height=this.canvas.height=t.naturalHeight,this.context.drawImage(t,0,0,this.width,this.height)};u.prototype.getImageData=function(){return this.context.getImageData(0,0,this.width,this.height)};var a=function(){};a.prototype.getColor=function(t,r){return void 0===r&&(r=10),this.getPalette(t,5,r)[0]},a.prototype.getPalette=function(t,r,n){var o=function(t){var r=t.colorCount,n=t.quality;if(void 0!==r&&Number.isInteger(r)){if(1===r)throw new Error("colorCount should be between 2 and 20. To get one color, call getColor() instead of getPalette()");r=Math.max(r,2),r=Math.min(r,20)}else r=10;return(void 0===n||!Number.isInteger(n)||n<1)&&(n=10),{colorCount:r,quality:n}}({colorCount:r,quality:n}),i=new u(t),a=function(t,r,n){for(var o=t,e=[],i=0,u=void 0,a=void 0,s=void 0,h=void 0,c=void 0;i<r;i+=n)a=o[0+(u=4*i)],s=o[u+1],h=o[u+2],(void 0===(c=o[u+3])||c>=125)&&(a>250&&s>250&&h>250||e.push([a,s,h]));return e}(i.getImageData().data,i.width*i.height,o.quality),s=e(a,o.colorCount);return s?s.palette():null},a.prototype.getColorFromUrl=function(t,r,n){var o=this,e=document.createElement("img");e.addEventListener("load",(function(){var i=o.getPalette(e,5,n);r(i[0],t)})),e.src=t},a.prototype.getImageData=function(t,r){var n=new XMLHttpRequest;n.open("GET",t,!0),n.responseType="arraybuffer",n.onload=function(){if(200==this.status){var t=new Uint8Array(this.response);i=t.length;for(var n=new Array(i),o=0;o<t.length;o++)n[o]=String.fromCharCode(t[o]);var e=n.join(""),u=window.btoa(e);r("data:image/png;base64,"+u)}},n.send()},a.prototype.getColorAsync=function(t,r,n){var o=this;this.getImageData(t,(function(t){var e=document.createElement("img");e.addEventListener("load",(function(){var t=o.getPalette(e,5,n);r(t[0],this)})),e.src=t}))},r.default=a}}]);
assets/js/chunk-focus-visible.js CHANGED
@@ -1 +1 @@
1
- (window.__webStories_webpackJsonp=window.__webStories_webpackJsonp||[]).push([[186],{616:function(e,t,n){!function(){"use strict";function e(e){var t=!0,n=!1,o=null,i={text:!0,search:!0,url:!0,tel:!0,email:!0,password:!0,number:!0,date:!0,month:!0,week:!0,time:!0,datetime:!0,"datetime-local":!0};function d(e){return!!(e&&e!==document&&"HTML"!==e.nodeName&&"BODY"!==e.nodeName&&"classList"in e&&"contains"in e.classList)}function s(e){var t=e.type,n=e.tagName;return!("INPUT"!==n||!i[t]||e.readOnly)||"TEXTAREA"===n&&!e.readOnly||!!e.isContentEditable}function u(e){e.classList.contains("focus-visible")||(e.classList.add("focus-visible"),e.setAttribute("data-focus-visible-added",""))}function c(e){e.hasAttribute("data-focus-visible-added")&&(e.classList.remove("focus-visible"),e.removeAttribute("data-focus-visible-added"))}function a(n){n.metaKey||n.altKey||n.ctrlKey||(d(e.activeElement)&&u(e.activeElement),t=!0)}function r(e){t=!1}function m(e){d(e.target)&&(t||s(e.target))&&u(e.target)}function v(e){d(e.target)&&(e.target.classList.contains("focus-visible")||e.target.hasAttribute("data-focus-visible-added"))&&(n=!0,window.clearTimeout(o),o=window.setTimeout((function(){n=!1}),100),c(e.target))}function l(e){"hidden"===document.visibilityState&&(n&&(t=!0),E())}function E(){document.addEventListener("mousemove",L),document.addEventListener("mousedown",L),document.addEventListener("mouseup",L),document.addEventListener("pointermove",L),document.addEventListener("pointerdown",L),document.addEventListener("pointerup",L),document.addEventListener("touchmove",L),document.addEventListener("touchstart",L),document.addEventListener("touchend",L)}function f(){document.removeEventListener("mousemove",L),document.removeEventListener("mousedown",L),document.removeEventListener("mouseup",L),document.removeEventListener("pointermove",L),document.removeEventListener("pointerdown",L),document.removeEventListener("pointerup",L),document.removeEventListener("touchmove",L),document.removeEventListener("touchstart",L),document.removeEventListener("touchend",L)}function L(e){e.target.nodeName&&"html"===e.target.nodeName.toLowerCase()||(t=!1,f())}document.addEventListener("keydown",a,!0),document.addEventListener("mousedown",r,!0),document.addEventListener("pointerdown",r,!0),document.addEventListener("touchstart",r,!0),document.addEventListener("visibilitychange",l,!0),E(),e.addEventListener("focus",m,!0),e.addEventListener("blur",v,!0),e.nodeType===Node.DOCUMENT_FRAGMENT_NODE&&e.host?e.host.setAttribute("data-js-focus-visible",""):e.nodeType===Node.DOCUMENT_NODE&&(document.documentElement.classList.add("js-focus-visible"),document.documentElement.setAttribute("data-js-focus-visible",""))}if("undefined"!=typeof window&&"undefined"!=typeof document){var t;window.applyFocusVisiblePolyfill=e;try{t=new CustomEvent("focus-visible-polyfill-ready")}catch(e){(t=document.createEvent("CustomEvent")).initCustomEvent("focus-visible-polyfill-ready",!1,!1,{})}window.dispatchEvent(t)}"undefined"!=typeof document&&e(document)}()}}]);
1
+ (window.__webStories_webpackJsonp=window.__webStories_webpackJsonp||[]).push([[186],{617:function(e,t,n){!function(){"use strict";function e(e){var t=!0,n=!1,o=null,i={text:!0,search:!0,url:!0,tel:!0,email:!0,password:!0,number:!0,date:!0,month:!0,week:!0,time:!0,datetime:!0,"datetime-local":!0};function d(e){return!!(e&&e!==document&&"HTML"!==e.nodeName&&"BODY"!==e.nodeName&&"classList"in e&&"contains"in e.classList)}function s(e){var t=e.type,n=e.tagName;return!("INPUT"!==n||!i[t]||e.readOnly)||"TEXTAREA"===n&&!e.readOnly||!!e.isContentEditable}function u(e){e.classList.contains("focus-visible")||(e.classList.add("focus-visible"),e.setAttribute("data-focus-visible-added",""))}function c(e){e.hasAttribute("data-focus-visible-added")&&(e.classList.remove("focus-visible"),e.removeAttribute("data-focus-visible-added"))}function a(n){n.metaKey||n.altKey||n.ctrlKey||(d(e.activeElement)&&u(e.activeElement),t=!0)}function r(e){t=!1}function m(e){d(e.target)&&(t||s(e.target))&&u(e.target)}function v(e){d(e.target)&&(e.target.classList.contains("focus-visible")||e.target.hasAttribute("data-focus-visible-added"))&&(n=!0,window.clearTimeout(o),o=window.setTimeout((function(){n=!1}),100),c(e.target))}function l(e){"hidden"===document.visibilityState&&(n&&(t=!0),E())}function E(){document.addEventListener("mousemove",L),document.addEventListener("mousedown",L),document.addEventListener("mouseup",L),document.addEventListener("pointermove",L),document.addEventListener("pointerdown",L),document.addEventListener("pointerup",L),document.addEventListener("touchmove",L),document.addEventListener("touchstart",L),document.addEventListener("touchend",L)}function f(){document.removeEventListener("mousemove",L),document.removeEventListener("mousedown",L),document.removeEventListener("mouseup",L),document.removeEventListener("pointermove",L),document.removeEventListener("pointerdown",L),document.removeEventListener("pointerup",L),document.removeEventListener("touchmove",L),document.removeEventListener("touchstart",L),document.removeEventListener("touchend",L)}function L(e){e.target.nodeName&&"html"===e.target.nodeName.toLowerCase()||(t=!1,f())}document.addEventListener("keydown",a,!0),document.addEventListener("mousedown",r,!0),document.addEventListener("pointerdown",r,!0),document.addEventListener("touchstart",r,!0),document.addEventListener("visibilitychange",l,!0),E(),e.addEventListener("focus",m,!0),e.addEventListener("blur",v,!0),e.nodeType===Node.DOCUMENT_FRAGMENT_NODE&&e.host?e.host.setAttribute("data-js-focus-visible",""):e.nodeType===Node.DOCUMENT_NODE&&(document.documentElement.classList.add("js-focus-visible"),document.documentElement.setAttribute("data-js-focus-visible",""))}if("undefined"!=typeof window&&"undefined"!=typeof document){var t;window.applyFocusVisiblePolyfill=e;try{t=new CustomEvent("focus-visible-polyfill-ready")}catch(e){(t=document.createEvent("CustomEvent")).initCustomEvent("focus-visible-polyfill-ready",!1,!1,{})}window.dispatchEvent(t)}"undefined"!=typeof document&&e(document)}()}}]);
assets/js/chunk-fonts.js CHANGED
@@ -1 +1 @@
1
- (window.__webStories_webpackJsonp=window.__webStories_webpackJsonp||[]).push([[187],{1e3:function(s){s.exports=JSON.parse('[{"family":"ABeeZee","fallbacks":["sans-serif"],"weights":[400],"styles":["regular","italic"],"variants":[[0,400],[1,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":920,"des":-262,"tAsc":920,"tDes":-262,"tLGap":0,"wAsc":920,"wDes":262,"xH":520,"capH":700,"yMin":-262,"yMax":920,"hAsc":920,"hDes":-262,"lGap":0}},{"family":"Abel","fallbacks":["sans-serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":2048,"asc":2006,"des":-604,"tAsc":2006,"tDes":-604,"tLGap":0,"wAsc":2006,"wDes":604,"xH":1044,"capH":1434,"yMin":-604,"yMax":2005,"hAsc":2006,"hDes":-604,"lGap":0}},{"family":"Abhaya Libre","fallbacks":["serif"],"weights":[400,500,600,700,800],"styles":["regular"],"variants":[[0,400],[0,500],[0,600],[0,700],[0,800]],"service":"fonts.google.com","metrics":{"upm":1024,"asc":860,"des":-348,"tAsc":860,"tDes":-348,"tLGap":0,"wAsc":860,"wDes":348,"yMin":-340,"yMax":856,"hAsc":860,"hDes":-348,"lGap":0}},{"family":"Abril Fatface","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1058,"des":-291,"tAsc":1058,"tDes":-291,"tLGap":0,"wAsc":1058,"wDes":291,"xH":476,"capH":700,"yMin":-291,"yMax":1058,"hAsc":1058,"hDes":-291,"lGap":0}},{"family":"Aclonica","fallbacks":["sans-serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":2048,"asc":1687,"des":-533,"tAsc":1687,"tDes":-533,"tLGap":101,"wAsc":1687,"wDes":533,"xH":1155,"capH":1440,"yMin":-607,"yMax":2141,"hAsc":1687,"hDes":-533,"lGap":101}},{"family":"Acme","fallbacks":["sans-serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":959,"des":-307,"tAsc":959,"tDes":-307,"tLGap":0,"wAsc":959,"wDes":307,"xH":107,"capH":695,"yMin":-307,"yMax":959,"hAsc":959,"hDes":-307,"lGap":0}},{"family":"Actor","fallbacks":["sans-serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":941,"des":-262,"tAsc":941,"tDes":-262,"tLGap":0,"wAsc":941,"wDes":262,"xH":503,"capH":682,"yMin":-262,"yMax":941,"hAsc":941,"hDes":-262,"lGap":0}},{"family":"Adamina","fallbacks":["serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1072,"des":-290,"tAsc":1072,"tDes":-290,"tLGap":0,"wAsc":1072,"wDes":290,"xH":534,"capH":796,"yMin":-290,"yMax":1072,"hAsc":1072,"hDes":-290,"lGap":0}},{"family":"Advent Pro","fallbacks":["sans-serif"],"weights":[100,200,300,400,500,600,700],"styles":["regular"],"variants":[[0,100],[0,200],[0,300],[0,400],[0,500],[0,600],[0,700]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":964,"des":-232,"tAsc":962,"tDes":-232,"tLGap":0,"wAsc":962,"wDes":232,"xH":501,"capH":700,"yMin":-219,"yMax":964,"hAsc":964,"hDes":-232,"lGap":0}},{"family":"Aguafina Script","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":966,"des":-581,"tAsc":966,"tDes":-581,"tLGap":0,"wAsc":966,"wDes":581,"xH":356,"capH":780,"yMin":-581,"yMax":966,"hAsc":966,"hDes":-581,"lGap":0}},{"family":"Akaya Kanadaka","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":920,"des":-276,"tAsc":920,"tDes":-276,"tLGap":0,"wAsc":1011,"wDes":834,"xH":396,"capH":634,"yMin":-834,"yMax":920,"hAsc":920,"hDes":-276,"lGap":0}},{"family":"Akaya Telivigala","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":920,"des":-276,"tAsc":920,"tDes":-276,"tLGap":0,"wAsc":1011,"wDes":834,"xH":450,"capH":613,"yMin":-805,"yMax":1011,"hAsc":920,"hDes":-276,"lGap":0}},{"family":"Akronim","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":785,"des":-314,"tAsc":785,"tDes":-314,"tLGap":43,"wAsc":989,"wDes":404,"xH":486,"capH":730,"yMin":-404,"yMax":989,"hAsc":785,"hDes":-314,"lGap":43}},{"family":"Aladin","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":905,"des":-321,"tAsc":905,"tDes":-321,"tLGap":0,"wAsc":905,"wDes":321,"xH":337,"capH":387,"yMin":-321,"yMax":905,"hAsc":905,"hDes":-321,"lGap":0}},{"family":"Alata","fallbacks":["sans-serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1100,"des":-280,"tAsc":1100,"tDes":-280,"tLGap":0,"wAsc":1300,"wDes":350,"xH":459,"capH":735,"yMin":-274,"yMax":1244,"hAsc":1100,"hDes":-280,"lGap":0}},{"family":"Alatsi","fallbacks":["sans-serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":2000,"asc":2000,"des":-560,"tAsc":2000,"tDes":-560,"tLGap":0,"wAsc":3000,"wDes":700,"xH":996,"capH":1394,"yMin":-550,"yMax":2408,"hAsc":2000,"hDes":-560,"lGap":0}},{"family":"Aldrich","fallbacks":["sans-serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":2048,"asc":1475,"des":-430,"tAsc":1475,"tDes":-430,"tLGap":98,"wAsc":1872,"wDes":586,"xH":1065,"capH":1434,"yMin":-809,"yMax":2120,"hAsc":1475,"hDes":-430,"lGap":98}},{"family":"Alef","fallbacks":["sans-serif"],"weights":[400,700],"styles":["regular"],"variants":[[0,400],[0,700]],"service":"fonts.google.com","metrics":{"upm":2048,"asc":2067,"des":-722,"tAsc":1638,"tDes":-410,"tLGap":0,"wAsc":2067,"wDes":722,"xH":1040,"capH":1438,"yMin":-682,"yMax":2067,"hAsc":2067,"hDes":-722,"lGap":0}},{"family":"Alegreya","fallbacks":["serif"],"weights":[400,500,600,700,800,900],"styles":["regular","italic"],"variants":[[0,400],[0,500],[0,600],[0,700],[0,800],[0,900],[1,400],[1,500],[1,600],[1,700],[1,800],[1,900]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1016,"des":-345,"tAsc":1016,"tDes":-345,"tLGap":0,"wAsc":1123,"wDes":345,"xH":452,"capH":637,"yMin":-293,"yMax":962,"hAsc":1016,"hDes":-345,"lGap":0}},{"family":"Alegreya Sans","fallbacks":["sans-serif"],"weights":[100,300,400,500,700,800,900],"styles":["italic","regular"],"variants":[[0,100],[1,100],[0,300],[1,300],[0,400],[1,400],[0,500],[1,500],[0,700],[1,700],[0,800],[1,800],[0,900],[1,900]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":900,"des":-300,"tAsc":800,"tDes":-200,"tLGap":200,"wAsc":1126,"wDes":312,"xH":458,"capH":641,"yMin":-262,"yMax":1012,"hAsc":900,"hDes":-300,"lGap":0}},{"family":"Alegreya Sans SC","fallbacks":["sans-serif"],"weights":[100,300,400,500,700,800,900],"styles":["italic","regular"],"variants":[[0,100],[1,100],[0,300],[1,300],[0,400],[1,400],[0,500],[1,500],[0,700],[1,700],[0,800],[1,800],[0,900],[1,900]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":900,"des":-300,"tAsc":800,"tDes":-200,"tLGap":200,"wAsc":1131,"wDes":312,"xH":458,"capH":641,"yMin":-262,"yMax":1012,"hAsc":900,"hDes":-300,"lGap":0}},{"family":"Alegreya SC","fallbacks":["serif"],"weights":[400,500,700,800,900],"styles":["regular","italic"],"variants":[[0,400],[1,400],[0,500],[1,500],[0,700],[1,700],[0,800],[1,800],[0,900],[1,900]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1016,"des":-345,"tAsc":1016,"tDes":-345,"tLGap":0,"wAsc":1123,"wDes":345,"xH":452,"capH":636,"yMin":-293,"yMax":1025,"hAsc":1016,"hDes":-345,"lGap":0}},{"family":"Aleo","fallbacks":["serif"],"weights":[300,400,700],"styles":["italic","regular"],"variants":[[0,300],[1,300],[0,400],[1,400],[0,700],[1,700]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":805,"des":-195,"tAsc":805,"tDes":-195,"tLGap":200,"wAsc":1005,"wDes":374,"xH":506,"capH":716,"yMin":-314,"yMax":934,"hAsc":805,"hDes":-195,"lGap":200}},{"family":"Alex Brush","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":825,"des":-425,"tAsc":825,"tDes":-425,"tLGap":0,"wAsc":950,"wDes":430,"xH":320,"capH":700,"yMin":-425,"yMax":888,"hAsc":825,"hDes":-425,"lGap":0}},{"family":"Alfa Slab One","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1036,"des":-333,"tAsc":1036,"tDes":-333,"tLGap":0,"wAsc":1238,"wDes":327,"xH":556,"capH":778,"yMin":-327,"yMax":1238,"hAsc":1036,"hDes":-333,"lGap":0}},{"family":"Alice","fallbacks":["serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":909,"des":-234,"tAsc":909,"tDes":-234,"tLGap":0,"wAsc":946,"wDes":321,"xH":453,"capH":631,"yMin":-321,"yMax":868,"hAsc":909,"hDes":-234,"lGap":0}},{"family":"Alike","fallbacks":["serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":984,"des":-270,"tAsc":984,"tDes":-270,"tLGap":0,"wAsc":984,"wDes":270,"xH":505,"capH":705,"yMin":-270,"yMax":984,"hAsc":984,"hDes":-270,"lGap":0}},{"family":"Alike Angular","fallbacks":["serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":984,"des":-270,"tAsc":984,"tDes":-270,"tLGap":0,"wAsc":984,"wDes":270,"xH":505,"capH":705,"yMin":-270,"yMax":977,"hAsc":984,"hDes":-270,"lGap":0}},{"family":"Allan","fallbacks":["cursive"],"weights":[400,700],"styles":["regular"],"variants":[[0,400],[0,700]],"service":"fonts.google.com","metrics":{"upm":2048,"asc":1928,"des":-412,"tAsc":1928,"tDes":-412,"tLGap":0,"wAsc":1928,"wDes":412,"xH":1040,"capH":1483,"yMin":-418,"yMax":1929,"hAsc":1928,"hDes":-412,"lGap":0}},{"family":"Allerta","fallbacks":["sans-serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1024,"asc":1057,"des":-252,"tAsc":1057,"tDes":-252,"tLGap":0,"wAsc":1057,"wDes":252,"xH":564,"capH":737,"yMin":-252,"yMax":1057,"hAsc":1057,"hDes":-252,"lGap":0}},{"family":"Allerta Stencil","fallbacks":["sans-serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1024,"asc":1057,"des":-252,"tAsc":1057,"tDes":-252,"tLGap":0,"wAsc":1057,"wDes":252,"xH":564,"capH":737,"yMin":-252,"yMax":1055,"hAsc":1057,"hDes":-252,"lGap":0}},{"family":"Allison","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":890,"des":-380,"tAsc":890,"tDes":-380,"tLGap":0,"wAsc":920,"wDes":396,"xH":220,"capH":630,"yMin":-396,"yMax":916,"hAsc":890,"hDes":-380,"lGap":0}},{"family":"Allura","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":800,"des":-450,"tAsc":800,"tDes":-450,"tLGap":0,"wAsc":1105,"wDes":615,"xH":295,"capH":590,"yMin":-612,"yMax":1101,"hAsc":800,"hDes":-450,"lGap":0}},{"family":"Almarai","fallbacks":["sans-serif"],"weights":[300,400,700,800],"styles":["regular"],"variants":[[0,300],[0,400],[0,700],[0,800]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":905,"des":-211,"tAsc":905,"tDes":-211,"tLGap":0,"wAsc":1108,"wDes":453,"xH":514,"capH":716,"yMin":-396,"yMax":1090,"hAsc":905,"hDes":-211,"lGap":0}},{"family":"Almendra","fallbacks":["serif"],"weights":[400,700],"styles":["regular","italic"],"variants":[[0,400],[1,400],[0,700],[1,700]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":951,"des":-345,"tAsc":951,"tDes":-345,"tLGap":0,"wAsc":951,"wDes":345,"xH":514,"capH":666,"yMin":-227,"yMax":939,"hAsc":951,"hDes":-345,"lGap":0}},{"family":"Almendra Display","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":951,"des":-345,"tAsc":951,"tDes":-345,"tLGap":0,"wAsc":951,"wDes":345,"xH":505,"capH":666,"yMin":-233,"yMax":879,"hAsc":951,"hDes":-345,"lGap":0}},{"family":"Almendra SC","fallbacks":["serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":939,"des":-251,"tAsc":939,"tDes":-251,"tLGap":0,"wAsc":939,"wDes":251,"xH":193,"capH":271,"yMin":-219,"yMax":885,"hAsc":939,"hDes":-251,"lGap":0}},{"family":"Alumni Sans","fallbacks":["sans-serif"],"weights":[100,200,300,400,500,600,700,800,900],"styles":["regular","italic"],"variants":[[0,100],[0,200],[0,300],[0,400],[0,500],[0,600],[0,700],[0,800],[0,900],[1,100],[1,200],[1,300],[1,400],[1,500],[1,600],[1,700],[1,800],[1,900]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":900,"des":-300,"tAsc":900,"tDes":-300,"tLGap":0,"wAsc":940,"wDes":305,"xH":495,"capH":591,"yMin":-288,"yMax":784,"hAsc":900,"hDes":-300,"lGap":0}},{"family":"Amarante","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":2048,"asc":2020,"des":-540,"tAsc":2020,"tDes":-540,"tLGap":0,"wAsc":2020,"wDes":540,"xH":1010,"capH":1530,"yMin":-540,"yMax":2020,"hAsc":2020,"hDes":-540,"lGap":0}},{"family":"Amaranth","fallbacks":["sans-serif"],"weights":[400,700],"styles":["regular","italic"],"variants":[[0,400],[1,400],[0,700],[1,700]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":976,"des":-236,"tAsc":976,"tDes":-236,"tLGap":0,"wAsc":976,"wDes":236,"xH":498,"capH":677,"yMin":-223,"yMax":928,"hAsc":976,"hDes":-236,"lGap":0}},{"family":"Amatic SC","fallbacks":["cursive"],"weights":[400,700],"styles":["regular"],"variants":[[0,400],[0,700]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1016,"des":-245,"tAsc":1016,"tDes":-245,"tLGap":0,"wAsc":1139,"wDes":265,"xH":659,"capH":754,"yMin":-234,"yMax":1093,"hAsc":1016,"hDes":-245,"lGap":0}},{"family":"Amethysta","fallbacks":["serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":2048,"asc":2022,"des":-563,"tAsc":2022,"tDes":-563,"tLGap":0,"wAsc":2022,"wDes":563,"xH":1024,"capH":1475,"yMin":-563,"yMax":1952,"hAsc":2022,"hDes":-563,"lGap":0}},{"family":"Amiko","fallbacks":["sans-serif"],"weights":[400,600,700],"styles":["regular"],"variants":[[0,400],[0,600],[0,700]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":928,"des":-406,"tAsc":928,"tDes":-406,"tLGap":0,"wAsc":928,"wDes":406,"xH":522,"capH":696,"yMin":-406,"yMax":929,"hAsc":928,"hDes":-406,"lGap":0}},{"family":"Amiri","fallbacks":["serif"],"weights":[400,700],"styles":["regular","italic"],"variants":[[0,400],[1,400],[0,700],[1,700]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1124,"des":-634,"tAsc":1124,"tDes":-634,"tLGap":0,"wAsc":2546,"wDes":1629,"xH":433,"capH":646,"yMin":-900,"yMax":1815,"hAsc":1124,"hDes":-634,"lGap":0}},{"family":"Amita","fallbacks":["cursive"],"weights":[400,700],"styles":["regular"],"variants":[[0,400],[0,700]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1292,"des":-650,"tAsc":1292,"tDes":-650,"tLGap":0,"wAsc":1292,"wDes":650,"xH":495,"capH":720,"yMin":-619,"yMax":1292,"hAsc":1292,"hDes":-650,"lGap":0}},{"family":"Anaheim","fallbacks":["sans-serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":2048,"asc":1968,"des":-672,"tAsc":1968,"tDes":-672,"tLGap":0,"wAsc":1968,"wDes":672,"yMin":-672,"yMax":1968,"hAsc":1968,"hDes":-672,"lGap":0}},{"family":"Andada Pro","fallbacks":["serif"],"weights":[400,500,600,700,800],"styles":["regular","italic"],"variants":[[0,400],[0,500],[0,600],[0,700],[0,800],[1,400],[1,500],[1,600],[1,700],[1,800]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":942,"des":-235,"tAsc":942,"tDes":-235,"tLGap":0,"wAsc":1100,"wDes":390,"xH":494,"capH":705,"yMin":-382,"yMax":1068,"hAsc":942,"hDes":-235,"lGap":0}},{"family":"Andika","fallbacks":["sans-serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":2048,"asc":2500,"des":-800,"tAsc":2500,"tDes":-800,"tLGap":0,"wAsc":2500,"wDes":800,"xH":1040,"capH":1485,"yMin":-1148,"yMax":2810,"hAsc":2500,"hDes":-800,"lGap":0}},{"family":"Andika New Basic","fallbacks":["sans-serif"],"weights":[400,700],"styles":["regular","italic"],"variants":[[0,400],[1,400],[0,700],[1,700]],"service":"fonts.google.com","metrics":{"upm":2048,"asc":2500,"des":-800,"tAsc":2500,"tDes":-800,"tLGap":0,"wAsc":2630,"wDes":580,"xH":1040,"capH":1485,"yMin":-520,"yMax":2620,"hAsc":2500,"hDes":-800,"lGap":0}},{"family":"Angkor","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":2048,"asc":2500,"des":-1200,"tAsc":2500,"tDes":-1200,"tLGap":0,"wAsc":2500,"wDes":1130,"xH":1098,"capH":1462,"yMin":-1130,"yMax":2500,"hAsc":2500,"hDes":-1200,"lGap":0}},{"family":"Annie Use Your Telescope","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1024,"asc":1049,"des":-419,"tAsc":1049,"tDes":-419,"tLGap":0,"wAsc":1049,"wDes":419,"xH":427,"capH":730,"yMin":-419,"yMax":1049,"hAsc":1049,"hDes":-419,"lGap":0}},{"family":"Anonymous Pro","fallbacks":["monospace"],"weights":[400,700],"styles":["regular","italic"],"variants":[[0,400],[1,400],[0,700],[1,700]],"service":"fonts.google.com","metrics":{"upm":2048,"asc":1675,"des":-373,"tAsc":1675,"tDes":-373,"tLGap":0,"wAsc":1675,"wDes":373,"xH":932,"capH":1305,"yMin":-395,"yMax":1854,"hAsc":1675,"hDes":-373,"lGap":0}},{"family":"Antic","fallbacks":["sans-serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":940,"des":-251,"tAsc":940,"tDes":-251,"tLGap":0,"wAsc":940,"wDes":251,"xH":500,"capH":700,"yMin":-251,"yMax":940,"hAsc":940,"hDes":-251,"lGap":0}},{"family":"Antic Didone","fallbacks":["serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":940,"des":-250,"tAsc":940,"tDes":-250,"tLGap":0,"wAsc":940,"wDes":250,"xH":500,"capH":700,"yMin":-250,"yMax":940,"hAsc":940,"hDes":-250,"lGap":0}},{"family":"Antic Slab","fallbacks":["serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":940,"des":-250,"tAsc":940,"tDes":-250,"tLGap":0,"wAsc":940,"wDes":250,"xH":500,"capH":700,"yMin":-250,"yMax":940,"hAsc":940,"hDes":-250,"lGap":0}},{"family":"Anton","fallbacks":["sans-serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":2048,"asc":2409,"des":-674,"tAsc":2409,"tDes":-674,"tLGap":0,"wAsc":2876,"wDes":674,"xH":1500,"capH":1760,"yMin":-667,"yMax":2874,"hAsc":2409,"hDes":-674,"lGap":0}},{"family":"Antonio","fallbacks":["sans-serif"],"weights":[100,200,300,400,500,600,700],"styles":["regular"],"variants":[[0,100],[0,200],[0,300],[0,400],[0,500],[0,600],[0,700]],"service":"fonts.google.com","metrics":{"upm":2048,"asc":2365,"des":-285,"tAsc":2365,"tDes":-285,"tLGap":0,"wAsc":2365,"wDes":689,"xH":1500,"capH":1760,"yMin":-637,"yMax":2326,"hAsc":2365,"hDes":-285,"lGap":0}},{"family":"Arapey","fallbacks":["serif"],"weights":[400],"styles":["regular","italic"],"variants":[[0,400],[1,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":868,"des":-228,"tAsc":868,"tDes":-228,"tLGap":0,"wAsc":868,"wDes":228,"xH":438,"capH":639,"yMin":-228,"yMax":868,"hAsc":868,"hDes":-228,"lGap":0}},{"family":"Arbutus","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":2048,"asc":2010,"des":-550,"tAsc":2010,"tDes":-550,"tLGap":0,"wAsc":2010,"wDes":550,"xH":234,"capH":103,"yMin":-550,"yMax":2010,"hAsc":2010,"hDes":-550,"lGap":0}},{"family":"Arbutus Slab","fallbacks":["serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":2048,"asc":2010,"des":-550,"tAsc":2010,"tDes":-550,"tLGap":0,"wAsc":2010,"wDes":550,"xH":1014,"capH":1500,"yMin":-550,"yMax":2010,"hAsc":2010,"hDes":-550,"lGap":0}},{"family":"Architects Daughter","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1024,"asc":1010,"des":-413,"tAsc":1010,"tDes":-413,"tLGap":0,"wAsc":1010,"wDes":413,"xH":439,"capH":675,"yMin":-431,"yMax":1010,"hAsc":1010,"hDes":-413,"lGap":0}},{"family":"Archivo","fallbacks":["sans-serif"],"weights":[100,200,300,400,500,600,700,800,900],"styles":["regular","italic"],"variants":[[0,100],[0,200],[0,300],[0,400],[0,500],[0,600],[0,700],[0,800],[0,900],[1,100],[1,200],[1,300],[1,400],[1,500],[1,600],[1,700],[1,800],[1,900]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":878,"des":-210,"tAsc":878,"tDes":-210,"tLGap":0,"wAsc":1100,"wDes":410,"xH":526,"capH":686,"yMin":-406,"yMax":1092,"hAsc":878,"hDes":-210,"lGap":0}},{"family":"Archivo Black","fallbacks":["sans-serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":878,"des":-210,"tAsc":878,"tDes":-210,"tLGap":0,"wAsc":1035,"wDes":312,"xH":528,"capH":688,"yMin":-267,"yMax":957,"hAsc":878,"hDes":-210,"lGap":0}},{"family":"Archivo Narrow","fallbacks":["sans-serif"],"weights":[400,500,600,700],"styles":["regular","italic"],"variants":[[0,400],[0,500],[0,600],[0,700],[1,400],[1,500],[1,600],[1,700]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1035,"des":-312,"tAsc":1035,"tDes":-312,"tLGap":0,"wAsc":1050,"wDes":303,"xH":526,"capH":686,"yMin":-303,"yMax":1050,"hAsc":1035,"hDes":-312,"lGap":0}},{"family":"Are You Serious","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":880,"des":-320,"tAsc":880,"tDes":-320,"tLGap":0,"wAsc":931,"wDes":601,"xH":300,"capH":660,"yMin":-601,"yMax":931,"hAsc":880,"hDes":-320,"lGap":0}},{"family":"Aref Ruqaa","fallbacks":["serif"],"weights":[400,700],"styles":["regular"],"variants":[[0,400],[0,700]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1221,"des":-244,"tAsc":1221,"tDes":-244,"tLGap":98,"wAsc":1221,"wDes":439,"xH":462,"capH":683,"yMin":-379,"yMax":1028,"hAsc":1221,"hDes":-244,"lGap":98}},{"family":"Arial","fallbacks":["Helvetica Neue","Helvetica","sans-serif"],"metrics":{"upm":2048,"asc":1854,"des":-434,"tAsc":1491,"tDes":-431,"tLGap":307,"wAsc":1854,"wDes":1854,"xH":1062,"capH":1467,"yMin":-665,"yMax":2060,"hAsc":1854,"hDes":-434,"lGap":67},"weights":[400,700],"styles":["italic","regular"],"service":"system"},{"family":"Arial Black","fallbacks":["Arial Black","Arial Bold","Gadget","sans-serif"],"metrics":{"upm":2048,"asc":2254,"des":-634,"tAsc":1466,"tDes":434,"tLGap":291,"wAsc":2254,"wDes":2254,"xH":1062,"capH":1467,"yMin":-628,"yMax":2219,"hAsc":2254,"hDes":-634,"lGap":0},"weights":[400,700],"styles":["italic","regular"],"service":"system"},{"family":"Arial Narrow","fallbacks":["Arial","sans-serif"],"metrics":{"upm":2048,"asc":1916,"des":-434,"tAsc":1491,"tDes":-431,"tLGap":269,"wAsc":1888,"wDes":1888,"xH":1062,"capH":1467,"yMin":-628,"yMax":2224,"hAsc":1916,"hDes":-434,"lGap":0},"weights":[400,700],"styles":["italic","regular"],"service":"system"},{"family":"Arima Madurai","fallbacks":["cursive"],"weights":[100,200,300,400,500,700,800,900],"styles":["regular"],"variants":[[0,100],[0,200],[0,300],[0,400],[0,500],[0,700],[0,800],[0,900]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1073,"des":-560,"tAsc":1073,"tDes":-560,"tLGap":0,"wAsc":1073,"wDes":560,"xH":509,"capH":700,"yMin":-400,"yMax":1015,"hAsc":1073,"hDes":-560,"lGap":0}},{"family":"Arimo","fallbacks":["sans-serif"],"weights":[400,500,600,700],"styles":["regular","italic"],"variants":[[0,400],[0,500],[0,600],[0,700],[1,400],[1,500],[1,600],[1,700]],"service":"fonts.google.com","metrics":{"upm":2048,"asc":1854,"des":-434,"tAsc":1854,"tDes":-434,"tLGap":67,"wAsc":2136,"wDes":797,"xH":1082,"capH":1409,"yMin":-797,"yMax":2136,"hAsc":1854,"hDes":-434,"lGap":67}},{"family":"Arizonia","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":900,"des":-350,"tAsc":900,"tDes":-350,"tLGap":0,"wAsc":900,"wDes":350,"xH":237,"capH":636,"yMin":-350,"yMax":900,"hAsc":900,"hDes":-350,"lGap":0}},{"family":"Armata","fallbacks":["sans-serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":2048,"asc":2000,"des":-560,"tAsc":2000,"tDes":-560,"tLGap":0,"wAsc":2000,"wDes":560,"xH":1190,"capH":1530,"yMin":-560,"yMax":2000,"hAsc":2000,"hDes":-560,"lGap":0}},{"family":"Arsenal","fallbacks":["sans-serif"],"weights":[400,700],"styles":["regular","italic"],"variants":[[0,400],[1,400],[0,700],[1,700]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1000,"des":-254,"tAsc":1000,"tDes":-254,"tLGap":0,"wAsc":1044,"wDes":339,"xH":500,"capH":650,"yMin":-288,"yMax":1012,"hAsc":1000,"hDes":-254,"lGap":0}},{"family":"Artifika","fallbacks":["serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":2048,"asc":1984,"des":-508,"tAsc":1984,"tDes":-508,"tLGap":0,"wAsc":1984,"wDes":508,"xH":1045,"capH":1433,"yMin":-508,"yMax":1984,"hAsc":1984,"hDes":-508,"lGap":0}},{"family":"Arvo","fallbacks":["serif"],"weights":[400,700],"styles":["regular","italic"],"variants":[[0,400],[1,400],[0,700],[1,700]],"service":"fonts.google.com","metrics":{"upm":2048,"asc":1968,"des":-506,"tAsc":1556,"tDes":-471,"tLGap":110,"wAsc":1968,"wDes":506,"xH":1036,"capH":1516,"yMin":-506,"yMax":1969,"hAsc":1968,"hDes":-506,"lGap":55}},{"family":"Arya","fallbacks":["sans-serif"],"weights":[400,700],"styles":["regular"],"variants":[[0,400],[0,700]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1265,"des":-544,"tAsc":1265,"tDes":-544,"tLGap":0,"wAsc":1265,"wDes":544,"xH":392,"capH":579,"yMin":-544,"yMax":1265,"hAsc":1265,"hDes":-544,"lGap":0}},{"family":"Asap","fallbacks":["sans-serif"],"weights":[400,500,600,700],"styles":["regular","italic"],"variants":[[0,400],[0,500],[0,600],[0,700],[1,400],[1,500],[1,600],[1,700]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":934,"des":-212,"tAsc":934,"tDes":-212,"tLGap":0,"wAsc":1055,"wDes":264,"xH":523,"capH":700,"yMin":-237,"yMax":1042,"hAsc":934,"hDes":-212,"lGap":0}},{"family":"Asap Condensed","fallbacks":["sans-serif"],"weights":[400,500,600,700],"styles":["regular","italic"],"variants":[[0,400],[1,400],[0,500],[1,500],[0,600],[1,600],[0,700],[1,700]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":934,"des":-212,"tAsc":934,"tDes":-212,"tLGap":0,"wAsc":1055,"wDes":242,"xH":523,"capH":700,"yMin":-237,"yMax":1042,"hAsc":934,"hDes":-212,"lGap":0}},{"family":"Asar","fallbacks":["serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1196,"des":-557,"tAsc":1196,"tDes":-557,"tLGap":0,"wAsc":1196,"wDes":557,"xH":484,"capH":680,"yMin":-555,"yMax":1194,"hAsc":1196,"hDes":-557,"lGap":0}},{"family":"Asset","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":2048,"asc":1971,"des":-589,"tAsc":1971,"tDes":-598,"tLGap":0,"wAsc":1971,"wDes":589,"xH":1047,"capH":1291,"yMin":-589,"yMax":1971,"hAsc":1971,"hDes":-589,"lGap":0}},{"family":"Assistant","fallbacks":["sans-serif"],"weights":[200,300,400,500,600,700,800],"styles":["regular"],"variants":[[0,200],[0,300],[0,400],[0,500],[0,600],[0,700],[0,800]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1021,"des":-287,"tAsc":1021,"tDes":-287,"tLGap":200,"wAsc":1021,"wDes":287,"xH":500,"capH":750,"yMin":-250,"yMax":1021,"hAsc":1021,"hDes":-287,"lGap":0}},{"family":"Astloch","fallbacks":["cursive"],"weights":[400,700],"styles":["regular"],"variants":[[0,400],[0,700]],"service":"fonts.google.com","metrics":{"upm":2048,"asc":1948,"des":-526,"tAsc":1696,"tDes":-352,"tLGap":106,"wAsc":1948,"wDes":526,"xH":1200,"capH":1567,"yMin":-376,"yMax":1934,"hAsc":1948,"hDes":-526,"lGap":53}},{"family":"Asul","fallbacks":["sans-serif"],"weights":[400,700],"styles":["regular"],"variants":[[0,400],[0,700]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":949,"des":-264,"tAsc":949,"tDes":-264,"tLGap":0,"wAsc":949,"wDes":264,"xH":488,"capH":703,"yMin":-264,"yMax":949,"hAsc":949,"hDes":-264,"lGap":0}},{"family":"Athiti","fallbacks":["sans-serif"],"weights":[200,300,400,500,600,700],"styles":["regular"],"variants":[[0,200],[0,300],[0,400],[0,500],[0,600],[0,700]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1150,"des":-450,"tAsc":750,"tDes":-250,"tLGap":200,"wAsc":1150,"wDes":450,"xH":468,"capH":614,"yMin":-437,"yMax":1080,"hAsc":1150,"hDes":-450,"lGap":0}},{"family":"Atkinson Hyperlegible","fallbacks":["sans-serif"],"weights":[400,700],"styles":["regular","italic"],"variants":[[0,400],[1,400],[0,700],[1,700]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":950,"des":-290,"tAsc":950,"tDes":-290,"tLGap":0,"wAsc":950,"wDes":290,"xH":496,"capH":668,"yMin":-250,"yMax":888,"hAsc":950,"hDes":-290,"lGap":0}},{"family":"Atma","fallbacks":["cursive"],"weights":[300,400,500,600,700],"styles":["regular"],"variants":[[0,300],[0,400],[0,500],[0,600],[0,700]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1101,"des":-518,"tAsc":1101,"tDes":-518,"tLGap":0,"wAsc":1101,"wDes":518,"xH":500,"capH":750,"yMin":-441,"yMax":990,"hAsc":1101,"hDes":-518,"lGap":0}},{"family":"Atomic Age","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":2048,"asc":2091,"des":-656,"tAsc":2091,"tDes":-656,"tLGap":0,"wAsc":2091,"wDes":656,"xH":1047,"capH":1516,"yMin":-656,"yMax":2091,"hAsc":2091,"hDes":-656,"lGap":0}},{"family":"Aubrey","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":2048,"asc":1699,"des":-433,"tAsc":1699,"tDes":-433,"tLGap":0,"wAsc":1699,"wDes":433,"xH":922,"capH":1262,"yMin":-433,"yMax":1699,"hAsc":1699,"hDes":-433,"lGap":0}},{"family":"Audiowide","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":2048,"asc":2027,"des":-584,"tAsc":2027,"tDes":-584,"tLGap":0,"wAsc":2027,"wDes":584,"xH":1083,"capH":1434,"yMin":-584,"yMax":2027,"hAsc":2027,"hDes":-584,"lGap":0}},{"family":"Autour One","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":2048,"asc":2010,"des":-550,"tAsc":2010,"tDes":-550,"tLGap":0,"wAsc":2010,"wDes":550,"xH":1190,"capH":1561,"yMin":-550,"yMax":2012,"hAsc":2010,"hDes":-550,"lGap":0}},{"family":"Average","fallbacks":["serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":953,"des":-263,"tAsc":953,"tDes":-263,"tLGap":0,"wAsc":953,"wDes":263,"xH":196,"capH":106,"yMin":-263,"yMax":953,"hAsc":953,"hDes":-263,"lGap":0}},{"family":"Average Sans","fallbacks":["sans-serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1027,"des":-269,"tAsc":1027,"tDes":-269,"tLGap":0,"wAsc":1027,"wDes":269,"xH":456,"capH":691,"yMin":-269,"yMax":1027,"hAsc":1027,"hDes":-269,"lGap":0}},{"family":"Averia Gruesa Libre","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":2048,"asc":1952,"des":-492,"tAsc":1952,"tDes":-492,"tLGap":0,"wAsc":1952,"wDes":492,"yMin":-460,"yMax":1884,"hAsc":1952,"hDes":-492,"lGap":0}},{"family":"Averia Libre","fallbacks":["cursive"],"weights":[300,400,700],"styles":["italic","regular"],"variants":[[0,300],[1,300],[0,400],[1,400],[0,700],[1,700]],"service":"fonts.google.com","metrics":{"upm":2048,"asc":1952,"des":-492,"tAsc":1952,"tDes":-492,"tLGap":0,"wAsc":1952,"wDes":492,"yMin":-458,"yMax":1891,"hAsc":1952,"hDes":-492,"lGap":0}},{"family":"Averia Sans Libre","fallbacks":["cursive"],"weights":[300,400,700],"styles":["italic","regular"],"variants":[[0,300],[1,300],[0,400],[1,400],[0,700],[1,700]],"service":"fonts.google.com","metrics":{"upm":2048,"asc":2035,"des":-499,"tAsc":2035,"tDes":-499,"tLGap":0,"wAsc":2035,"wDes":499,"yMin":-467,"yMax":1954,"hAsc":2035,"hDes":-499,"lGap":0}},{"family":"Averia Serif Libre","fallbacks":["cursive"],"weights":[300,400,700],"styles":["italic","regular"],"variants":[[0,300],[1,300],[0,400],[1,400],[0,700],[1,700]],"service":"fonts.google.com","metrics":{"upm":2048,"asc":1828,"des":-465,"tAsc":1622,"tDes":-426,"tLGap":184,"wAsc":1828,"wDes":465,"yMin":-465,"yMax":1828,"hAsc":1828,"hDes":-465,"lGap":184}},{"family":"Azeret Mono","fallbacks":["monospace"],"weights":[100,200,300,400,500,600,700,800,900],"styles":["regular","italic"],"variants":[[0,100],[0,200],[0,300],[0,400],[0,500],[0,600],[0,700],[0,800],[0,900],[1,100],[1,200],[1,300],[1,400],[1,500],[1,600],[1,700],[1,800],[1,900]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":937,"des":-230,"tAsc":937,"tDes":-230,"tLGap":0,"wAsc":1112,"wDes":230,"xH":544,"capH":698,"yMin":-221,"yMax":1099,"hAsc":937,"hDes":-230,"lGap":0}},{"family":"B612","fallbacks":["sans-serif"],"weights":[400,700],"styles":["regular","italic"],"variants":[[0,400],[1,400],[0,700],[1,700]],"service":"fonts.google.com","metrics":{"upm":2000,"asc":1930,"des":-500,"tAsc":1930,"tDes":-500,"tLGap":0,"wAsc":1934,"wDes":712,"xH":1100,"capH":1500,"yMin":-710,"yMax":1920,"hAsc":1930,"hDes":-500,"lGap":0}},{"family":"B612 Mono","fallbacks":["monospace"],"weights":[400,700],"styles":["regular","italic"],"variants":[[0,400],[1,400],[0,700],[1,700]],"service":"fonts.google.com","metrics":{"upm":2000,"asc":1930,"des":-500,"tAsc":1930,"tDes":-500,"tLGap":0,"wAsc":1966,"wDes":712,"xH":1100,"capH":1500,"yMin":-710,"yMax":1924,"hAsc":1930,"hDes":-500,"lGap":0}},{"family":"Bad Script","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":2048,"asc":2710,"des":-1327,"tAsc":2710,"tDes":-1327,"tLGap":0,"wAsc":2710,"wDes":1327,"xH":1034,"capH":1966,"yMin":-1327,"yMax":2710,"hAsc":2710,"hDes":-1327,"lGap":0}},{"family":"Bahiana","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":900,"des":-250,"tAsc":900,"tDes":-250,"tLGap":0,"wAsc":900,"wDes":250,"xH":492,"capH":710,"yMin":-250,"yMax":900,"hAsc":900,"hDes":-250,"lGap":0}},{"family":"Bahianita","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":962,"des":-238,"tAsc":962,"tDes":-238,"tLGap":0,"wAsc":1007,"wDes":330,"xH":582,"capH":710,"yMin":-330,"yMax":1007,"hAsc":962,"hDes":-238,"lGap":0}},{"family":"Bai Jamjuree","fallbacks":["sans-serif"],"weights":[200,300,400,500,600,700],"styles":["italic","regular"],"variants":[[0,200],[1,200],[0,300],[1,300],[0,400],[1,400],[0,500],[1,500],[0,600],[1,600],[0,700],[1,700]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1000,"des":-250,"tAsc":1000,"tDes":-250,"tLGap":0,"wAsc":1225,"wDes":561,"xH":499,"capH":700,"yMin":-488,"yMax":1206,"hAsc":1000,"hDes":-250,"lGap":0}},{"family":"Ballet","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1130,"des":-770,"tAsc":1130,"tDes":-770,"tLGap":0,"wAsc":1160,"wDes":920,"xH":339,"capH":1209,"yMin":-913,"yMax":1152,"hAsc":1130,"hDes":-770,"lGap":0}},{"family":"Baloo 2","fallbacks":["cursive"],"weights":[400,500,600,700,800],"styles":["regular"],"variants":[[0,400],[0,500],[0,600],[0,700],[0,800]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1050,"des":-524,"tAsc":1050,"tDes":-524,"tLGap":0,"wAsc":1078,"wDes":524,"xH":462,"capH":608,"yMin":-470,"yMax":1018,"hAsc":1050,"hDes":-524,"lGap":0}},{"family":"Baloo Bhai 2","fallbacks":["cursive"],"weights":[400,500,600,700,800],"styles":["regular"],"variants":[[0,400],[0,500],[0,600],[0,700],[0,800]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1050,"des":-544,"tAsc":1050,"tDes":-544,"tLGap":0,"wAsc":1078,"wDes":544,"xH":462,"capH":608,"yMin":-459,"yMax":1018,"hAsc":1050,"hDes":-544,"lGap":0}},{"family":"Baloo Bhaina 2","fallbacks":["cursive"],"weights":[400,500,600,700,800],"styles":["regular"],"variants":[[0,400],[0,500],[0,600],[0,700],[0,800]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1185,"des":-827,"tAsc":1185,"tDes":-827,"tLGap":0,"wAsc":1185,"wDes":827,"xH":462,"capH":608,"yMin":-721,"yMax":1023,"hAsc":1185,"hDes":-827,"lGap":0}},{"family":"Baloo Chettan 2","fallbacks":["cursive"],"weights":[400,500,600,700,800],"styles":["regular"],"variants":[[0,400],[0,500],[0,600],[0,700],[0,800]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1050,"des":-390,"tAsc":1050,"tDes":-390,"tLGap":0,"wAsc":1078,"wDes":392,"xH":462,"capH":608,"yMin":-349,"yMax":1018,"hAsc":1050,"hDes":-390,"lGap":0}},{"family":"Baloo Da 2","fallbacks":["cursive"],"weights":[400,500,600,700,800],"styles":["regular"],"variants":[[0,400],[0,500],[0,600],[0,700],[0,800]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1095,"des":-589,"tAsc":1095,"tDes":-589,"tLGap":0,"wAsc":1095,"wDes":589,"xH":462,"capH":608,"yMin":-579,"yMax":1029,"hAsc":1095,"hDes":-589,"lGap":0}},{"family":"Baloo Paaji 2","fallbacks":["cursive"],"weights":[400,500,600,700,800],"styles":["regular"],"variants":[[0,400],[0,500],[0,600],[0,700],[0,800]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1157,"des":-604,"tAsc":1157,"tDes":-604,"tLGap":0,"wAsc":1157,"wDes":614,"xH":462,"capH":608,"yMin":-523,"yMax":1018,"hAsc":1157,"hDes":-604,"lGap":0}},{"family":"Baloo Tamma 2","fallbacks":["cursive"],"weights":[400,500,600,700,800],"styles":["regular"],"variants":[[0,400],[0,500],[0,600],[0,700],[0,800]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1050,"des":-673,"tAsc":1050,"tDes":-673,"tLGap":0,"wAsc":1078,"wDes":673,"xH":462,"capH":608,"yMin":-636,"yMax":1018,"hAsc":1050,"hDes":-673,"lGap":0}},{"family":"Baloo Tammudu 2","fallbacks":["cursive"],"weights":[400,500,600,700,800],"styles":["regular"],"variants":[[0,400],[0,500],[0,600],[0,700],[0,800]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1177,"des":-1041,"tAsc":1177,"tDes":-1041,"tLGap":0,"wAsc":1177,"wDes":1119,"xH":462,"capH":608,"yMin":-1065,"yMax":1071,"hAsc":1177,"hDes":-1041,"lGap":0}},{"family":"Baloo Thambi 2","fallbacks":["cursive"],"weights":[400,500,600,700,800],"styles":["regular"],"variants":[[0,400],[0,500],[0,600],[0,700],[0,800]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1050,"des":-486,"tAsc":1050,"tDes":-486,"tLGap":0,"wAsc":1078,"wDes":486,"xH":462,"capH":608,"yMin":-432,"yMax":1018,"hAsc":1050,"hDes":-486,"lGap":0}},{"family":"Balsamiq Sans","fallbacks":["cursive"],"weights":[400,700],"styles":["regular","italic"],"variants":[[0,400],[1,400],[0,700],[1,700]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":900,"des":-300,"tAsc":900,"tDes":-300,"tLGap":0,"wAsc":1220,"wDes":420,"xH":520,"capH":715,"yMin":-346,"yMax":1134,"hAsc":900,"hDes":-300,"lGap":0}},{"family":"Balthazar","fallbacks":["serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":796,"des":-222,"tAsc":796,"tDes":-222,"tLGap":0,"wAsc":796,"wDes":222,"xH":399,"capH":605,"yMin":-222,"yMax":796,"hAsc":796,"hDes":-222,"lGap":0}},{"family":"Bangers","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":883,"des":-181,"tAsc":883,"tDes":-181,"tLGap":0,"wAsc":1401,"wDes":356,"xH":721,"capH":721,"yMin":-356,"yMax":1401,"hAsc":883,"hDes":-181,"lGap":0}},{"family":"Barlow","fallbacks":["sans-serif"],"weights":[100,200,300,400,500,600,700,800,900],"styles":["italic","regular"],"variants":[[0,100],[1,100],[0,200],[1,200],[0,300],[1,300],[0,400],[1,400],[0,500],[1,500],[0,600],[1,600],[0,700],[1,700],[0,800],[1,800],[0,900],[1,900]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1000,"des":-200,"tAsc":1000,"tDes":-200,"tLGap":0,"wAsc":1112,"wDes":249,"xH":506,"capH":700,"yMin":-209,"yMax":1084,"hAsc":1000,"hDes":-200,"lGap":0}},{"family":"Barlow Condensed","fallbacks":["sans-serif"],"weights":[100,200,300,400,500,600,700,800,900],"styles":["italic","regular"],"variants":[[0,100],[1,100],[0,200],[1,200],[0,300],[1,300],[0,400],[1,400],[0,500],[1,500],[0,600],[1,600],[0,700],[1,700],[0,800],[1,800],[0,900],[1,900]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1000,"des":-200,"tAsc":1000,"tDes":-200,"tLGap":0,"wAsc":1075,"wDes":274,"xH":506,"capH":700,"yMin":-209,"yMax":1074,"hAsc":1000,"hDes":-200,"lGap":0}},{"family":"Barlow Semi Condensed","fallbacks":["sans-serif"],"weights":[100,200,300,400,500,600,700,800,900],"styles":["italic","regular"],"variants":[[0,100],[1,100],[0,200],[1,200],[0,300],[1,300],[0,400],[1,400],[0,500],[1,500],[0,600],[1,600],[0,700],[1,700],[0,800],[1,800],[0,900],[1,900]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1000,"des":-200,"tAsc":1000,"tDes":-200,"tLGap":0,"wAsc":1089,"wDes":261,"xH":506,"capH":700,"yMin":-212,"yMax":1079,"hAsc":1000,"hDes":-200,"lGap":0}},{"family":"Barriecito","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":962,"des":-238,"tAsc":962,"tDes":-238,"tLGap":0,"wAsc":1041,"wDes":346,"xH":582,"capH":710,"yMin":-346,"yMax":1041,"hAsc":962,"hDes":-238,"lGap":0}},{"family":"Barrio","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":880,"des":-247,"tAsc":880,"tDes":-247,"tLGap":0,"wAsc":880,"wDes":247,"xH":492,"capH":710,"yMin":-247,"yMax":880,"hAsc":880,"hDes":-247,"lGap":0}},{"family":"Basic","fallbacks":["sans-serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":2048,"asc":2066,"des":-511,"tAsc":2066,"tDes":-511,"tLGap":0,"wAsc":2066,"wDes":511,"xH":1022,"capH":1358,"yMin":-507,"yMax":1960,"hAsc":2066,"hDes":-511,"lGap":0}},{"family":"Baskerville","fallbacks":["Baskerville Old Face","Hoefler Text","Garamond","Times New Roman","serif"],"metrics":{"upm":2048,"asc":1839,"des":-504,"tAsc":1376,"tDes":-504,"tLGap":311,"wAsc":1839,"wDes":1839,"xH":819,"capH":1356,"yMin":-504,"yMax":1869,"hAsc":1839,"hDes":-504,"lGap":0},"weights":[400,700],"styles":["italic","regular"],"service":"system"},{"family":"Baskervville","fallbacks":["serif"],"weights":[400],"styles":["regular","italic"],"variants":[[0,400],[1,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":998,"des":-295,"tAsc":998,"tDes":-295,"tLGap":0,"wAsc":1138,"wDes":296,"xH":436,"capH":710,"yMin":-296,"yMax":1138,"hAsc":998,"hDes":-295,"lGap":0}},{"family":"Battambang","fallbacks":["cursive"],"weights":[100,300,400,700,900],"styles":["regular"],"variants":[[0,100],[0,300],[0,400],[0,700],[0,900]],"service":"fonts.google.com","metrics":{"upm":2048,"asc":2500,"des":-1200,"tAsc":2500,"tDes":-1200,"tLGap":0,"wAsc":2197,"wDes":1051,"xH":1098,"capH":1462,"yMin":-1050,"yMax":2181,"hAsc":2500,"hDes":-1200,"lGap":0}},{"family":"Baumans","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":942,"des":-240,"tAsc":942,"tDes":-240,"tLGap":0,"wAsc":942,"wDes":240,"xH":480,"capH":700,"yMin":-240,"yMax":942,"hAsc":942,"hDes":-240,"lGap":0}},{"family":"Bayon","fallbacks":["sans-serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":2048,"asc":2500,"des":-1200,"tAsc":2500,"tDes":-1200,"tLGap":0,"wAsc":2500,"wDes":1200,"xH":1098,"capH":1462,"yMin":-1200,"yMax":2500,"hAsc":2500,"hDes":-1200,"lGap":0}},{"family":"Be Vietnam Pro","fallbacks":["sans-serif"],"weights":[100,200,300,400,500,600,700,800,900],"styles":["italic","regular"],"variants":[[0,100],[1,100],[0,200],[1,200],[0,300],[1,300],[0,400],[1,400],[0,500],[1,500],[0,600],[1,600],[0,700],[1,700],[0,800],[1,800],[0,900],[1,900]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1000,"des":-265,"tAsc":1000,"tDes":-265,"tLGap":0,"wAsc":1261,"wDes":265,"xH":530,"capH":740,"yMin":-263,"yMax":1199,"hAsc":1000,"hDes":-265,"lGap":0}},{"family":"Bebas Neue","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":900,"des":-300,"tAsc":900,"tDes":-300,"tLGap":0,"wAsc":950,"wDes":350,"xH":700,"capH":700,"yMin":-200,"yMax":912,"hAsc":900,"hDes":-300,"lGap":0}},{"family":"Belgrano","fallbacks":["serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":990,"des":-278,"tAsc":990,"tDes":-278,"tLGap":0,"wAsc":990,"wDes":278,"xH":499,"capH":706,"yMin":-279,"yMax":990,"hAsc":990,"hDes":-278,"lGap":0}},{"family":"Bellefair","fallbacks":["serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":869,"des":-277,"tAsc":869,"tDes":-277,"tLGap":0,"wAsc":869,"wDes":277,"xH":364,"capH":688,"yMin":-277,"yMax":869,"hAsc":869,"hDes":-277,"lGap":0}},{"family":"Belleza","fallbacks":["sans-serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":928,"des":-224,"tAsc":928,"tDes":-224,"tLGap":0,"wAsc":928,"wDes":224,"xH":452,"capH":662,"yMin":-224,"yMax":928,"hAsc":928,"hDes":-224,"lGap":0}},{"family":"Bellota","fallbacks":["cursive"],"weights":[300,400,700],"styles":["italic","regular"],"variants":[[0,300],[1,300],[0,400],[1,400],[0,700],[1,700]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":968,"des":-290,"tAsc":968,"tDes":-290,"tLGap":0,"wAsc":1175,"wDes":325,"xH":500,"capH":684,"yMin":-317,"yMax":1147,"hAsc":968,"hDes":-290,"lGap":0}},{"family":"Bellota Text","fallbacks":["cursive"],"weights":[300,400,700],"styles":["italic","regular"],"variants":[[0,300],[1,300],[0,400],[1,400],[0,700],[1,700]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":968,"des":-290,"tAsc":968,"tDes":-290,"tLGap":0,"wAsc":1175,"wDes":325,"xH":500,"capH":684,"yMin":-317,"yMax":1147,"hAsc":968,"hDes":-290,"lGap":0}},{"family":"BenchNine","fallbacks":["sans-serif"],"weights":[300,400,700],"styles":["regular"],"variants":[[0,300],[0,400],[0,700]],"service":"fonts.google.com","metrics":{"upm":2048,"asc":2020,"des":-720,"tAsc":2020,"tDes":-720,"tLGap":0,"wAsc":2020,"wDes":720,"xH":1006,"capH":1438,"yMin":-683,"yMax":2018,"hAsc":2020,"hDes":-720,"lGap":0}},{"family":"Benne","fallbacks":["serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":630,"des":-370,"tAsc":630,"tDes":-370,"tLGap":0,"wAsc":1105,"wDes":742,"xH":404,"capH":655,"yMin":-742,"yMax":1105,"hAsc":630,"hDes":-370,"lGap":0}},{"family":"Bentham","fallbacks":["serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1024,"asc":879,"des":-260,"tAsc":768,"tDes":-256,"tLGap":92,"wAsc":879,"wDes":260,"yMin":-260,"yMax":878,"hAsc":879,"hDes":-260,"lGap":92}},{"family":"Berkshire Swash","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":2048,"asc":2007,"des":-537,"tAsc":2007,"tDes":-537,"tLGap":0,"wAsc":2007,"wDes":537,"xH":1038,"capH":1858,"yMin":-537,"yMax":2007,"hAsc":2007,"hDes":-537,"lGap":0}},{"family":"Besley","fallbacks":["serif"],"weights":[400,500,600,700,800,900],"styles":["regular","italic"],"variants":[[0,400],[0,500],[0,600],[0,700],[0,800],[0,900],[1,400],[1,500],[1,600],[1,700],[1,800],[1,900]],"service":"fonts.google.com","metrics":{"upm":2000,"asc":2500,"des":-850,"tAsc":2500,"tDes":-850,"tLGap":0,"wAsc":2500,"wDes":850,"xH":1040,"capH":1500,"yMin":-623,"yMax":2159,"hAsc":2500,"hDes":-850,"lGap":0}},{"family":"Beth Ellen","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":2000,"asc":3250,"des":-1190,"tAsc":3250,"tDes":-1190,"tLGap":0,"wAsc":3224,"wDes":946,"xH":1208,"capH":2248,"yMin":-946,"yMax":3224,"hAsc":3250,"hDes":-1190,"lGap":0}},{"family":"Bevan","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1155,"des":-452,"tAsc":1155,"tDes":-452,"tLGap":0,"wAsc":1313,"wDes":425,"xH":523,"capH":777,"yMin":-425,"yMax":1313,"hAsc":1155,"hDes":-452,"lGap":0}},{"family":"Big Shoulders Display","fallbacks":["cursive"],"weights":[100,200,300,400,500,600,700,800,900],"styles":["regular"],"variants":[[0,100],[0,200],[0,300],[0,400],[0,500],[0,600],[0,700],[0,800],[0,900]],"service":"fonts.google.com","metrics":{"upm":2000,"asc":1968,"des":-426,"tAsc":1968,"tDes":-426,"tLGap":0,"wAsc":2614,"wDes":730,"xH":1200,"capH":1600,"yMin":-410,"yMax":2122,"hAsc":1968,"hDes":-426,"lGap":0}},{"family":"Big Shoulders Inline Display","fallbacks":["cursive"],"weights":[100,200,300,400,500,600,700,800,900],"styles":["regular"],"variants":[[0,100],[0,200],[0,300],[0,400],[0,500],[0,600],[0,700],[0,800],[0,900]],"service":"fonts.google.com","metrics":{"upm":4000,"asc":3936,"des":-852,"tAsc":3936,"tDes":-852,"tLGap":0,"wAsc":5228,"wDes":1460,"xH":2400,"capH":3200,"yMin":-820,"yMax":4218,"hAsc":3936,"hDes":-852,"lGap":0}},{"family":"Big Shoulders Inline Text","fallbacks":["cursive"],"weights":[100,200,300,400,500,600,700,800,900],"styles":["regular"],"variants":[[0,100],[0,200],[0,300],[0,400],[0,500],[0,600],[0,700],[0,800],[0,900]],"service":"fonts.google.com","metrics":{"upm":4000,"asc":3936,"des":-852,"tAsc":3936,"tDes":-852,"tLGap":0,"wAsc":5228,"wDes":1460,"xH":2400,"capH":3200,"yMin":-824,"yMax":4330,"hAsc":3936,"hDes":-852,"lGap":0}},{"family":"Big Shoulders Stencil Display","fallbacks":["cursive"],"weights":[100,200,300,400,500,600,700,800,900],"styles":["regular"],"variants":[[0,100],[0,200],[0,300],[0,400],[0,500],[0,600],[0,700],[0,800],[0,900]],"service":"fonts.google.com","metrics":{"upm":2000,"asc":1968,"des":-426,"tAsc":1968,"tDes":-426,"tLGap":0,"wAsc":2614,"wDes":730,"xH":1200,"capH":1600,"yMin":-408,"yMax":2122,"hAsc":1968,"hDes":-426,"lGap":0}},{"family":"Big Shoulders Stencil Text","fallbacks":["cursive"],"weights":[100,200,300,400,500,600,700,800,900],"styles":["regular"],"variants":[[0,100],[0,200],[0,300],[0,400],[0,500],[0,600],[0,700],[0,800],[0,900]],"service":"fonts.google.com","metrics":{"upm":2000,"asc":1968,"des":-426,"tAsc":1968,"tDes":-426,"tLGap":0,"wAsc":2614,"wDes":730,"xH":1200,"capH":1600,"yMin":-411,"yMax":2220,"hAsc":1968,"hDes":-426,"lGap":0}},{"family":"Big Shoulders Text","fallbacks":["cursive"],"weights":[100,200,300,400,500,600,700,800,900],"styles":["regular"],"variants":[[0,100],[0,200],[0,300],[0,400],[0,500],[0,600],[0,700],[0,800],[0,900]],"service":"fonts.google.com","metrics":{"upm":2000,"asc":1968,"des":-426,"tAsc":1968,"tDes":-426,"tLGap":0,"wAsc":2614,"wDes":730,"xH":1200,"capH":1600,"yMin":-412,"yMax":2220,"hAsc":1968,"hDes":-426,"lGap":0}},{"family":"Bigelow Rules","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":2048,"asc":1857,"des":-516,"tAsc":1857,"tDes":-516,"tLGap":0,"wAsc":1857,"wDes":516,"xH":1227,"capH":1528,"yMin":-516,"yMax":1857,"hAsc":1857,"hDes":-516,"lGap":0}},{"family":"Bigshot One","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":869,"des":-179,"tAsc":869,"tDes":-179,"tLGap":0,"wAsc":869,"wDes":179,"xH":449,"capH":615,"yMin":-179,"yMax":869,"hAsc":869,"hDes":-179,"lGap":0}},{"family":"Bilbo","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":850,"des":-400,"tAsc":850,"tDes":-400,"tLGap":0,"wAsc":1030,"wDes":630,"xH":375,"capH":650,"yMin":-627,"yMax":1024,"hAsc":850,"hDes":-400,"lGap":0}},{"family":"Bilbo Swash Caps","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":850,"des":-400,"tAsc":850,"tDes":-400,"tLGap":0,"wAsc":850,"wDes":400,"xH":327,"capH":542,"yMin":-400,"yMax":850,"hAsc":850,"hDes":-400,"lGap":0}},{"family":"BioRhyme","fallbacks":["serif"],"weights":[200,300,400,700,800],"styles":["regular"],"variants":[[0,200],[0,300],[0,400],[0,700],[0,800]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1127,"des":-422,"tAsc":1127,"tDes":-422,"tLGap":0,"wAsc":1127,"wDes":422,"xH":471,"capH":686,"yMin":-369,"yMax":1117,"hAsc":1127,"hDes":-422,"lGap":0}},{"family":"BioRhyme Expanded","fallbacks":["serif"],"weights":[200,300,400,700,800],"styles":["regular"],"variants":[[0,200],[0,300],[0,400],[0,700],[0,800]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1127,"des":-422,"tAsc":1127,"tDes":-422,"tLGap":0,"wAsc":1127,"wDes":422,"xH":471,"capH":686,"yMin":-398,"yMax":1120,"hAsc":1127,"hDes":-422,"lGap":0}},{"family":"Birthstone","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":950,"des":-410,"tAsc":950,"tDes":-410,"tLGap":0,"wAsc":1078,"wDes":685,"xH":320,"capH":880,"yMin":-648,"yMax":1052,"hAsc":950,"hDes":-410,"lGap":0}},{"family":"Birthstone Bounce","fallbacks":["cursive"],"weights":[400,500],"styles":["regular"],"variants":[[0,400],[0,500]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":950,"des":-410,"tAsc":950,"tDes":-410,"tLGap":0,"wAsc":1078,"wDes":685,"xH":390,"capH":700,"yMin":-643,"yMax":1046,"hAsc":950,"hDes":-410,"lGap":0}},{"family":"Biryani","fallbacks":["sans-serif"],"weights":[200,300,400,600,700,800,900],"styles":["regular"],"variants":[[0,200],[0,300],[0,400],[0,600],[0,700],[0,800],[0,900]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1109,"des":-656,"tAsc":1109,"tDes":-656,"tLGap":0,"wAsc":1109,"wDes":656,"xH":563,"capH":758,"yMin":-592,"yMax":1109,"hAsc":1109,"hDes":-656,"lGap":0}},{"family":"Bitter","fallbacks":["serif"],"weights":[100,200,300,400,500,600,700,800,900],"styles":["regular","italic"],"variants":[[0,100],[0,200],[0,300],[0,400],[0,500],[0,600],[0,700],[0,800],[0,900],[1,100],[1,200],[1,300],[1,400],[1,500],[1,600],[1,700],[1,800],[1,900]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":935,"des":-265,"tAsc":935,"tDes":-265,"tLGap":0,"wAsc":1255,"wDes":376,"xH":522,"capH":692,"yMin":-237,"yMax":983,"hAsc":935,"hDes":-265,"lGap":0}},{"family":"Black And White Picture","fallbacks":["sans-serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":800,"des":-200,"tAsc":800,"tDes":-200,"tLGap":250,"wAsc":848,"wDes":297,"xH":442,"capH":648,"yMin":-297,"yMax":802,"hAsc":800,"hDes":-200,"lGap":250}},{"family":"Black Han Sans","fallbacks":["sans-serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":790,"des":-210,"tAsc":790,"tDes":-210,"tLGap":250,"wAsc":810,"wDes":210,"xH":600,"capH":750,"yMin":-198,"yMax":810,"hAsc":790,"hDes":-210,"lGap":250}},{"family":"Black Ops One","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":2048,"asc":1871,"des":-689,"tAsc":1871,"tDes":-689,"tLGap":0,"wAsc":1871,"wDes":689,"xH":1062,"capH":1327,"yMin":-689,"yMax":1871,"hAsc":1871,"hDes":-689,"lGap":0}},{"family":"Blinker","fallbacks":["sans-serif"],"weights":[100,200,300,400,600,700,800,900],"styles":["regular"],"variants":[[0,100],[0,200],[0,300],[0,400],[0,600],[0,700],[0,800],[0,900]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":960,"des":-240,"tAsc":960,"tDes":-240,"tLGap":0,"wAsc":960,"wDes":240,"xH":494,"capH":627,"yMin":-223,"yMax":838,"hAsc":960,"hDes":-240,"lGap":0}},{"family":"Bodoni Moda","fallbacks":["serif"],"weights":[400,500,600,700,800,900],"styles":["regular","italic"],"variants":[[0,400],[0,500],[0,600],[0,700],[0,800],[0,900],[1,400],[1,500],[1,600],[1,700],[1,800],[1,900]],"service":"fonts.google.com","metrics":{"upm":2000,"asc":2250,"des":-800,"tAsc":2250,"tDes":-800,"tLGap":0,"wAsc":2250,"wDes":800,"xH":920,"capH":1500,"yMin":-627,"yMax":2095,"hAsc":2250,"hDes":-800,"lGap":0}},{"family":"Bokor","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":2048,"asc":2500,"des":-1200,"tAsc":2500,"tDes":-1200,"tLGap":0,"wAsc":2594,"wDes":1200,"xH":1098,"capH":1462,"yMin":-1200,"yMax":2594,"hAsc":2500,"hDes":-1200,"lGap":0}},{"family":"Bona Nova","fallbacks":["serif"],"weights":[400,700],"styles":["regular","italic"],"variants":[[0,400],[1,400],[0,700]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":932,"des":-268,"tAsc":932,"tDes":-268,"tLGap":0,"wAsc":1130,"wDes":500,"xH":440,"capH":665,"yMin":-456,"yMax":1090,"hAsc":932,"hDes":-268,"lGap":0}},{"family":"Bonbon","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":845,"des":-330,"tAsc":845,"tDes":-330,"tLGap":0,"wAsc":845,"wDes":330,"xH":504,"capH":644,"yMin":-330,"yMax":845,"hAsc":845,"hDes":-330,"lGap":0}},{"family":"Bonheur Royale","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":780,"des":-380,"tAsc":780,"tDes":-380,"tLGap":0,"wAsc":923,"wDes":440,"xH":280,"capH":620,"yMin":-440,"yMax":923,"hAsc":780,"hDes":-380,"lGap":0}},{"family":"Boogaloo","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":943,"des":-246,"tAsc":943,"tDes":-246,"tLGap":0,"wAsc":943,"wDes":246,"xH":338,"capH":469,"yMin":-246,"yMax":943,"hAsc":943,"hDes":-246,"lGap":0}},{"family":"Bowlby One","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":2048,"asc":2276,"des":-932,"tAsc":2276,"tDes":-932,"tLGap":0,"wAsc":2276,"wDes":932,"xH":1196,"capH":1520,"yMin":-932,"yMax":2276,"hAsc":2276,"hDes":-932,"lGap":0}},{"family":"Bowlby One SC","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":2048,"asc":2248,"des":-876,"tAsc":2248,"tDes":-876,"tLGap":0,"wAsc":2248,"wDes":876,"xH":1392,"capH":1520,"yMin":-876,"yMax":2248,"hAsc":2248,"hDes":-876,"lGap":0}},{"family":"Brawler","fallbacks":["serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":2048,"asc":1988,"des":-506,"tAsc":1988,"tDes":-506,"tLGap":0,"wAsc":1988,"wDes":506,"xH":1065,"capH":1434,"yMin":-506,"yMax":1988,"hAsc":1988,"hDes":-506,"lGap":0}},{"family":"Bree Serif","fallbacks":["serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1077,"des":-281,"tAsc":1077,"tDes":-281,"tLGap":0,"wAsc":1077,"wDes":281,"xH":503,"capH":665,"yMin":-281,"yMax":1077,"hAsc":1077,"hDes":-281,"lGap":0}},{"family":"Brush Script MT","fallbacks":["cursive"],"metrics":{"upm":2048,"asc":1820,"des":-692,"tAsc":1229,"tDes":-506,"tLGap":456,"wAsc":1820,"wDes":1820,"yMin":-692,"yMax":1983,"hAsc":1820,"hDes":-692,"lGap":0},"weights":[400,700],"styles":["italic","regular"],"service":"system"},{"family":"Brygada 1918","fallbacks":["serif"],"weights":[400,500,600,700],"styles":["regular","italic"],"variants":[[0,400],[0,500],[0,600],[0,700],[1,400],[1,500],[1,600],[1,700]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":920,"des":-250,"tAsc":920,"tDes":-250,"tLGap":0,"wAsc":1070,"wDes":440,"xH":460,"capH":670,"yMin":-436,"yMax":1049,"hAsc":920,"hDes":-250,"lGap":0}},{"family":"Bubblegum Sans","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":852,"des":-311,"tAsc":852,"tDes":-311,"tLGap":0,"wAsc":852,"wDes":311,"xH":410,"capH":470,"yMin":-311,"yMax":852,"hAsc":852,"hDes":-311,"lGap":0}},{"family":"Bubbler One","fallbacks":["sans-serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":900,"des":-263,"tAsc":900,"tDes":-263,"tLGap":0,"wAsc":900,"wDes":65273,"xH":500,"capH":700,"yMin":-263,"yMax":900,"hAsc":900,"hDes":-263,"lGap":0}},{"family":"Buda","fallbacks":["cursive"],"weights":[300],"styles":[],"variants":[[0,300]],"service":"fonts.google.com","metrics":{"upm":2048,"asc":1836,"des":-724,"tAsc":1519,"tDes":-529,"tLGap":512,"wAsc":1836,"wDes":724,"yMin":-446,"yMax":1862,"hAsc":1836,"hDes":-724,"lGap":0}},{"family":"Buenard","fallbacks":["serif"],"weights":[400,700],"styles":["regular"],"variants":[[0,400],[0,700]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1031,"des":-270,"tAsc":1031,"tDes":-270,"tLGap":0,"wAsc":1031,"wDes":270,"xH":95,"capH":178,"yMin":-260,"yMax":1009,"hAsc":1031,"hDes":-270,"lGap":0}},{"family":"Bungee","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":860,"des":-140,"tAsc":860,"tDes":-140,"tLGap":200,"wAsc":1634,"wDes":914,"xH":500,"capH":720,"yMin":-916,"yMax":1636,"hAsc":860,"hDes":-140,"lGap":200}},{"family":"Bungee Hairline","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":860,"des":-140,"tAsc":860,"tDes":-140,"tLGap":200,"wAsc":1614,"wDes":894,"xH":500,"capH":720,"yMin":-894,"yMax":1614,"hAsc":860,"hDes":-140,"lGap":200}},{"family":"Bungee Inline","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":860,"des":-140,"tAsc":860,"tDes":-140,"tLGap":200,"wAsc":1634,"wDes":914,"xH":500,"capH":720,"yMin":-916,"yMax":1636,"hAsc":860,"hDes":-140,"lGap":200}},{"family":"Bungee Outline","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":860,"des":-140,"tAsc":860,"tDes":-140,"tLGap":200,"wAsc":1644,"wDes":924,"xH":500,"capH":720,"yMin":-924,"yMax":1644,"hAsc":860,"hDes":-140,"lGap":200}},{"family":"Bungee Shade","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":860,"des":-140,"tAsc":860,"tDes":-140,"tLGap":200,"wAsc":1634,"wDes":914,"xH":500,"capH":720,"yMin":-916,"yMax":1636,"hAsc":860,"hDes":-140,"lGap":200}},{"family":"Butcherman","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":2048,"asc":2600,"des":-1363,"tAsc":2600,"tDes":-1363,"tLGap":0,"wAsc":2600,"wDes":1363,"xH":1521,"capH":1509,"yMin":-1363,"yMax":2600,"hAsc":2600,"hDes":-1363,"lGap":0}},{"family":"Butterfly Kids","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1024,"asc":917,"des":-304,"tAsc":917,"tDes":-304,"tLGap":0,"wAsc":917,"wDes":304,"xH":338,"capH":802,"yMin":-304,"yMax":917,"hAsc":917,"hDes":-304,"lGap":0}},{"family":"Cabin","fallbacks":["sans-serif"],"weights":[400,500,600,700],"styles":["regular","italic"],"variants":[[0,400],[0,500],[0,600],[0,700],[1,400],[1,500],[1,600],[1,700]],"service":"fonts.google.com","metrics":{"upm":2000,"asc":1930,"des":-500,"tAsc":1930,"tDes":-500,"tLGap":0,"wAsc":2300,"wDes":630,"xH":980,"capH":1400,"yMin":-608,"yMax":2276,"hAsc":1930,"hDes":-500,"lGap":0}},{"family":"Cabin Condensed","fallbacks":["sans-serif"],"weights":[400,500,600,700],"styles":["regular"],"variants":[[0,400],[0,500],[0,600],[0,700]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":965,"des":-250,"tAsc":965,"tDes":-250,"tLGap":0,"wAsc":1139,"wDes":314,"xH":490,"capH":700,"yMin":-284,"yMax":1124,"hAsc":965,"hDes":-250,"lGap":0}},{"family":"Cabin Sketch","fallbacks":["cursive"],"weights":[400,700],"styles":["regular"],"variants":[[0,400],[0,700]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":873,"des":-298,"tAsc":873,"tDes":-298,"tLGap":0,"wAsc":873,"wDes":298,"xH":505,"capH":652,"yMin":-249,"yMax":865,"hAsc":873,"hDes":-298,"lGap":0}},{"family":"Caesar Dressing","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1024,"asc":1017,"des":-226,"tAsc":1017,"tDes":-226,"tLGap":0,"wAsc":1017,"wDes":231,"xH":772,"capH":773,"yMin":-226,"yMax":1017,"hAsc":1017,"hDes":-226,"lGap":0}},{"family":"Cagliostro","fallbacks":["sans-serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":998,"des":-355,"tAsc":998,"tDes":-355,"tLGap":0,"wAsc":998,"wDes":355,"xH":444,"capH":700,"yMin":-355,"yMax":998,"hAsc":998,"hDes":-355,"lGap":0}},{"family":"Cairo","fallbacks":["sans-serif"],"weights":[200,300,400,500,600,700,800,900],"styles":["regular"],"variants":[[0,200],[0,300],[0,400],[0,500],[0,600],[0,700],[0,800],[0,900]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1303,"des":-571,"tAsc":1303,"tDes":-571,"tLGap":0,"wAsc":1312,"wDes":571,"xH":500,"capH":700,"yMin":-430,"yMax":1084,"hAsc":1303,"hDes":-571,"lGap":0}},{"family":"Caladea","fallbacks":["serif"],"weights":[400,700],"styles":["regular","italic"],"variants":[[0,400],[1,400],[0,700],[1,700]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":900,"des":-250,"tAsc":900,"tDes":-250,"tLGap":0,"wAsc":1050,"wDes":250,"xH":467,"capH":667,"yMin":-222,"yMax":936,"hAsc":900,"hDes":-250,"lGap":0}},{"family":"Calistoga","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1000,"des":-300,"tAsc":1000,"tDes":-300,"tLGap":0,"wAsc":1300,"wDes":400,"xH":530,"capH":698,"yMin":-396,"yMax":1225,"hAsc":1000,"hDes":-300,"lGap":0}},{"family":"Calligraffitti","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1024,"asc":986,"des":-607,"tAsc":866,"tDes":-457,"tLGap":28,"wAsc":986,"wDes":607,"xH":819,"capH":841,"yMin":-607,"yMax":986,"hAsc":986,"hDes":-607,"lGap":14}},{"family":"Cambay","fallbacks":["sans-serif"],"weights":[400,700],"styles":["regular","italic"],"variants":[[0,400],[1,400],[0,700],[1,700]],"service":"fonts.google.com","metrics":{"upm":800,"asc":800,"des":-503,"tAsc":800,"tDes":-503,"tLGap":0,"wAsc":800,"wDes":503,"xH":384,"capH":550,"yMin":-499,"yMax":760,"hAsc":800,"hDes":-503,"lGap":0}},{"family":"Cambo","fallbacks":["serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":879,"des":-243,"tAsc":879,"tDes":-243,"tLGap":0,"wAsc":879,"wDes":243,"xH":506,"capH":676,"yMin":-243,"yMax":879,"hAsc":879,"hDes":-243,"lGap":0}},{"family":"Candal","fallbacks":["sans-serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":2048,"asc":2226,"des":-432,"tAsc":2226,"tDes":-432,"tLGap":0,"wAsc":2226,"wDes":432,"xH":1079,"capH":1414,"yMin":-997,"yMax":2226,"hAsc":2226,"hDes":-432,"lGap":0}},{"family":"Cantarell","fallbacks":["sans-serif"],"weights":[400,700],"styles":["regular","italic"],"variants":[[0,400],[1,400],[0,700],[1,700]],"service":"fonts.google.com","metrics":{"upm":2048,"asc":2137,"des":-555,"tAsc":1514,"tDes":-534,"tLGap":211,"wAsc":2137,"wDes":555,"yMin":-555,"yMax":2137,"hAsc":2137,"hDes":-555,"lGap":211}},{"family":"Cantata One","fallbacks":["serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":2048,"asc":2040,"des":-560,"tAsc":2040,"tDes":-560,"tLGap":0,"wAsc":2040,"wDes":560,"xH":1023,"capH":1530,"yMin":-560,"yMax":2040,"hAsc":2040,"hDes":-560,"lGap":0}},{"family":"Cantora One","fallbacks":["sans-serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1000,"des":-250,"tAsc":1000,"tDes":-250,"tLGap":0,"wAsc":1000,"wDes":250,"xH":500,"capH":700,"yMin":-250,"yMax":1000,"hAsc":1000,"hDes":-250,"lGap":0}},{"family":"Capriola","fallbacks":["sans-serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":2048,"asc":1992,"des":-568,"tAsc":1992,"tDes":-568,"tLGap":0,"wAsc":1992,"wDes":568,"xH":1128,"capH":1533,"yMin":-568,"yMax":1994,"hAsc":1992,"hDes":-568,"lGap":0}},{"family":"Caramel","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":900,"des":-300,"tAsc":900,"tDes":-300,"tLGap":0,"wAsc":923,"wDes":335,"xH":270,"capH":650,"yMin":-335,"yMax":923,"hAsc":900,"hDes":-300,"lGap":0}},{"family":"Carattere","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":800,"des":-350,"tAsc":800,"tDes":-350,"tLGap":0,"wAsc":1011,"wDes":568,"xH":350,"capH":690,"yMin":-568,"yMax":1011,"hAsc":800,"hDes":-350,"lGap":0}},{"family":"Cardo","fallbacks":["serif"],"weights":[400,700],"styles":["regular","italic"],"variants":[[0,400],[1,400],[0,700]],"service":"fonts.google.com","metrics":{"upm":2048,"asc":2028,"des":-745,"tAsc":2028,"tDes":-745,"tLGap":0,"wAsc":2028,"wDes":745,"xH":900,"capH":1410,"yMin":-745,"yMax":2336,"hAsc":2028,"hDes":-745,"lGap":0}},{"family":"Carme","fallbacks":["sans-serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":2048,"asc":1946,"des":-513,"tAsc":1946,"tDes":-513,"tLGap":0,"wAsc":1946,"wDes":513,"xH":1024,"capH":1434,"yMin":-513,"yMax":1946,"hAsc":1946,"hDes":-513,"lGap":0}},{"family":"Carrois Gothic","fallbacks":["sans-serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":922,"des":-270,"tAsc":922,"tDes":-270,"tLGap":0,"wAsc":922,"wDes":270,"xH":560,"capH":720,"yMin":-270,"yMax":922,"hAsc":922,"hDes":-270,"lGap":0}},{"family":"Carrois Gothic SC","fallbacks":["sans-serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":922,"des":-270,"tAsc":922,"tDes":-270,"tLGap":0,"wAsc":922,"wDes":270,"xH":560,"capH":720,"yMin":-270,"yMax":922,"hAsc":922,"hDes":-270,"lGap":0}},{"family":"Carter One","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":2048,"asc":2264,"des":-890,"tAsc":2264,"tDes":-890,"tLGap":0,"wAsc":2264,"wDes":890,"xH":473,"capH":1481,"yMin":-891,"yMax":2264,"hAsc":2264,"hDes":-890,"lGap":0}},{"family":"Castoro","fallbacks":["serif"],"weights":[400],"styles":["regular","italic"],"variants":[[0,400],[1,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":755,"des":-245,"tAsc":755,"tDes":-245,"tLGap":250,"wAsc":1091,"wDes":430,"xH":475,"capH":699,"yMin":-430,"yMax":1091,"hAsc":755,"hDes":-245,"lGap":250}},{"family":"Catamaran","fallbacks":["sans-serif"],"weights":[100,200,300,400,500,600,700,800,900],"styles":["regular"],"variants":[[0,100],[0,200],[0,300],[0,400],[0,500],[0,600],[0,700],[0,800],[0,900]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1100,"des":-540,"tAsc":1100,"tDes":-540,"tLGap":0,"wAsc":1100,"wDes":540,"xH":485,"capH":680,"yMin":-377,"yMax":1100,"hAsc":1100,"hDes":-540,"lGap":0}},{"family":"Caudex","fallbacks":["serif"],"weights":[400,700],"styles":["regular","italic"],"variants":[[0,400],[1,400],[0,700],[1,700]],"service":"fonts.google.com","metrics":{"upm":2048,"asc":2034,"des":-606,"tAsc":2034,"tDes":-606,"tLGap":0,"wAsc":2034,"wDes":606,"yMin":-606,"yMax":2034,"hAsc":2034,"hDes":-606,"lGap":0}},{"family":"Caveat","fallbacks":["cursive"],"weights":[400,500,600,700],"styles":["regular"],"variants":[[0,400],[0,500],[0,600],[0,700]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":960,"des":-300,"tAsc":960,"tDes":-300,"tLGap":0,"wAsc":974,"wDes":315,"xH":400,"capH":610,"yMin":-299,"yMax":960,"hAsc":960,"hDes":-300,"lGap":0}},{"family":"Caveat Brush","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":960,"des":-300,"tAsc":960,"tDes":-300,"tLGap":0,"wAsc":960,"wDes":300,"xH":420,"capH":660,"yMin":-300,"yMax":900,"hAsc":960,"hDes":-300,"lGap":0}},{"family":"Cedarville Cursive","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1024,"asc":1279,"des":-663,"tAsc":1279,"tDes":-663,"tLGap":0,"wAsc":1279,"wDes":663,"xH":400,"capH":775,"yMin":-663,"yMax":1279,"hAsc":1279,"hDes":-663,"lGap":0}},{"family":"Century Gothic","fallbacks":["CenturyGothic","AppleGothic","sans-serif"],"metrics":{"upm":2048,"asc":2060,"des":-451,"tAsc":1536,"tDes":-426,"tLGap":229,"wAsc":1989,"wDes":1989,"yMin":-628,"yMax":2170,"hAsc":2060,"hDes":-451,"lGap":0},"weights":[400,700],"styles":["italic","regular"],"service":"system"},{"family":"Ceviche One","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":806,"des":-237,"tAsc":806,"tDes":-237,"tLGap":0,"wAsc":806,"wDes":237,"xH":451,"capH":425,"yMin":-237,"yMax":806,"hAsc":806,"hDes":-237,"lGap":0}},{"family":"Chakra Petch","fallbacks":["sans-serif"],"weights":[300,400,500,600,700],"styles":["italic","regular"],"variants":[[0,300],[1,300],[0,400],[1,400],[0,500],[1,500],[0,600],[1,600],[0,700],[1,700]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":992,"des":-308,"tAsc":992,"tDes":-308,"tLGap":0,"wAsc":1248,"wDes":566,"xH":498,"capH":700,"yMin":-533,"yMax":1236,"hAsc":992,"hDes":-308,"lGap":0}},{"family":"Changa","fallbacks":["sans-serif"],"weights":[200,300,400,500,600,700,800],"styles":["regular"],"variants":[[0,200],[0,300],[0,400],[0,500],[0,600],[0,700],[0,800]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1227,"des":-613,"tAsc":1227,"tDes":-613,"tLGap":0,"wAsc":1368,"wDes":680,"xH":500,"capH":625,"yMin":-553,"yMax":1223,"hAsc":1227,"hDes":-613,"lGap":0}},{"family":"Changa One","fallbacks":["cursive"],"weights":[400],"styles":["regular","italic"],"variants":[[0,400],[1,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":882,"des":-180,"tAsc":882,"tDes":-180,"tLGap":0,"wAsc":882,"wDes":180,"xH":500,"capH":625,"yMin":-180,"yMax":882,"hAsc":882,"hDes":-180,"lGap":0}},{"family":"Chango","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":995,"des":-216,"tAsc":995,"tDes":-216,"tLGap":0,"wAsc":995,"wDes":216,"xH":509,"capH":700,"yMin":-216,"yMax":995,"hAsc":995,"hDes":-216,"lGap":0}},{"family":"Charm","fallbacks":["cursive"],"weights":[400,700],"styles":["regular"],"variants":[[0,400],[0,700]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1115,"des":-434,"tAsc":1115,"tDes":-434,"tLGap":0,"wAsc":1639,"wDes":714,"xH":466,"capH":684,"yMin":-692,"yMax":1597,"hAsc":1115,"hDes":-434,"lGap":0}},{"family":"Charmonman","fallbacks":["cursive"],"weights":[400,700],"styles":["regular"],"variants":[[0,400],[0,700]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1200,"des":-700,"tAsc":1200,"tDes":-700,"tLGap":0,"wAsc":1630,"wDes":937,"xH":420,"capH":700,"yMin":-919,"yMax":1562,"hAsc":1200,"hDes":-700,"lGap":0}},{"family":"Chathura","fallbacks":["sans-serif"],"weights":[100,300,400,700,800],"styles":["regular"],"variants":[[0,100],[0,300],[0,400],[0,700],[0,800]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1020,"des":-602,"tAsc":1020,"tDes":-602,"tLGap":0,"wAsc":1020,"wDes":602,"xH":294,"capH":404,"yMin":-602,"yMax":1020,"hAsc":1020,"hDes":-602,"lGap":0}},{"family":"Chau Philomene One","fallbacks":["sans-serif"],"weights":[400],"styles":["regular","italic"],"variants":[[0,400],[1,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1033,"des":-334,"tAsc":1033,"tDes":-334,"tLGap":0,"wAsc":1033,"wDes":334,"xH":512,"capH":752,"yMin":-334,"yMax":1033,"hAsc":1033,"hDes":-334,"lGap":0}},{"family":"Chela One","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":942,"des":-235,"tAsc":942,"tDes":-235,"tLGap":0,"wAsc":942,"wDes":235,"xH":534,"capH":721,"yMin":-235,"yMax":942,"hAsc":942,"hDes":-235,"lGap":0}},{"family":"Chelsea Market","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1024,"asc":1029,"des":-274,"tAsc":1029,"tDes":-274,"tLGap":0,"wAsc":1029,"wDes":274,"xH":608,"capH":796,"yMin":-274,"yMax":1029,"hAsc":1029,"hDes":-274,"lGap":0}},{"family":"Chenla","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":2048,"asc":2500,"des":-1200,"tAsc":2500,"tDes":-1200,"tLGap":307,"wAsc":2500,"wDes":1200,"xH":0,"capH":0,"yMin":-1200,"yMax":2500,"hAsc":2500,"hDes":-1200,"lGap":67}},{"family":"Cherish","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":850,"des":-320,"tAsc":850,"tDes":-320,"tLGap":0,"wAsc":981,"wDes":465,"xH":330,"capH":600,"yMin":-465,"yMax":981,"hAsc":850,"hDes":-320,"lGap":0}},{"family":"Cherry Cream Soda","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1024,"asc":1006,"des":-247,"tAsc":738,"tDes":-247,"tLGap":57,"wAsc":1006,"wDes":247,"xH":502,"capH":741,"yMin":-247,"yMax":1006,"hAsc":1006,"hDes":-247,"lGap":29}},{"family":"Cherry Swash","fallbacks":["cursive"],"weights":[400,700],"styles":["regular"],"variants":[[0,400],[0,700]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1025,"des":-301,"tAsc":1025,"tDes":-301,"tLGap":0,"wAsc":1025,"wDes":301,"xH":500,"capH":700,"yMin":-301,"yMax":1000,"hAsc":1025,"hDes":-301,"lGap":0}},{"family":"Chewy","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1024,"asc":1003,"des":-310,"tAsc":801,"tDes":-308,"tLGap":49,"wAsc":1003,"wDes":310,"xH":577,"capH":768,"yMin":-310,"yMax":1003,"hAsc":1003,"hDes":-310,"lGap":25}},{"family":"Chicle","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":915,"des":-294,"tAsc":915,"tDes":-294,"tLGap":0,"wAsc":915,"wDes":294,"xH":277,"capH":513,"yMin":-294,"yMax":915,"hAsc":915,"hDes":-294,"lGap":0}},{"family":"Chilanka","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":2048,"asc":1500,"des":-750,"tAsc":1500,"tDes":-750,"tLGap":0,"wAsc":1914,"wDes":1282,"xH":999,"capH":1448,"yMin":-1282,"yMax":1914,"hAsc":1500,"hDes":-750,"lGap":0}},{"family":"Chivo","fallbacks":["sans-serif"],"weights":[300,400,700,900],"styles":["italic","regular"],"variants":[[0,300],[1,300],[0,400],[1,400],[0,700],[1,700],[0,900],[1,900]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":940,"des":-250,"tAsc":940,"tDes":-250,"tLGap":0,"wAsc":937,"wDes":250,"xH":511,"capH":686,"yMin":-250,"yMax":926,"hAsc":940,"hDes":-250,"lGap":0}},{"family":"Chonburi","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":950,"des":-250,"tAsc":750,"tDes":-250,"tLGap":200,"wAsc":950,"wDes":250,"xH":536,"capH":714,"yMin":-401,"yMax":1072,"hAsc":950,"hDes":-250,"lGap":0}},{"family":"Cinzel","fallbacks":["serif"],"weights":[400,500,600,700,800,900],"styles":["regular"],"variants":[[0,400],[0,500],[0,600],[0,700],[0,800],[0,900]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":976,"des":-372,"tAsc":976,"tDes":-372,"tLGap":0,"wAsc":976,"wDes":372,"xH":500,"capH":700,"yMin":-372,"yMax":976,"hAsc":976,"hDes":-372,"lGap":0}},{"family":"Cinzel Decorative","fallbacks":["cursive"],"weights":[400,700,900],"styles":["regular"],"variants":[[0,400],[0,700],[0,900]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":976,"des":-372,"tAsc":976,"tDes":-372,"tLGap":0,"wAsc":976,"wDes":372,"xH":714,"capH":700,"yMin":-284,"yMax":945,"hAsc":976,"hDes":-372,"lGap":0}},{"family":"Clicker Script","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":2048,"asc":1898,"des":-807,"tAsc":1898,"tDes":-807,"tLGap":0,"wAsc":1898,"wDes":807,"xH":621,"capH":1358,"yMin":-807,"yMax":1898,"hAsc":1898,"hDes":-807,"lGap":0}},{"family":"Coda","fallbacks":["cursive"],"weights":[400,800],"styles":["regular"],"variants":[[0,400],[0,800]],"service":"fonts.google.com","metrics":{"upm":2048,"asc":2124,"des":-784,"tAsc":2124,"tDes":-784,"tLGap":0,"wAsc":2124,"wDes":784,"yMin":-691,"yMax":2124,"hAsc":2124,"hDes":-784,"lGap":0}},{"family":"Coda Caption","fallbacks":["sans-serif"],"weights":[800],"styles":[],"variants":[[0,800]],"service":"fonts.google.com","metrics":{"upm":2048,"asc":2450,"des":-783,"tAsc":2450,"tDes":-783,"tLGap":0,"wAsc":2450,"wDes":783,"yMin":-1021,"yMax":2655,"hAsc":2450,"hDes":-783,"lGap":0}},{"family":"Codystar","fallbacks":["cursive"],"weights":[300,400],"styles":["regular"],"variants":[[0,300],[0,400]],"service":"fonts.google.com","metrics":{"upm":1024,"asc":953,"des":-255,"tAsc":953,"tDes":-255,"tLGap":0,"wAsc":953,"wDes":255,"xH":753,"capH":761,"yMin":-255,"yMax":953,"hAsc":953,"hDes":-255,"lGap":0}},{"family":"Coiny","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":750,"des":250,"tAsc":750,"tDes":-250,"tLGap":600,"wAsc":750,"wDes":250,"yMin":-466,"yMax":1311,"hAsc":750,"hDes":250,"lGap":600}},{"family":"Combo","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":907,"des":-269,"tAsc":907,"tDes":-269,"tLGap":0,"wAsc":907,"wDes":269,"xH":516,"capH":670,"yMin":-269,"yMax":907,"hAsc":907,"hDes":-269,"lGap":0}},{"family":"Comfortaa","fallbacks":["cursive"],"weights":[300,400,500,600,700],"styles":["regular"],"variants":[[0,300],[0,400],[0,500],[0,600],[0,700]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":881,"des":-234,"tAsc":881,"tDes":-234,"tLGap":0,"wAsc":1285,"wDes":332,"xH":547,"capH":781,"yMin":-289,"yMax":1264,"hAsc":881,"hDes":-234,"lGap":0}},{"family":"Comforter","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":930,"des":-480,"tAsc":930,"tDes":-480,"tLGap":0,"wAsc":1167,"wDes":739,"xH":400,"capH":750,"yMin":-654,"yMax":1119,"hAsc":930,"hDes":-480,"lGap":0}},{"family":"Comforter Brush","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":930,"des":-480,"tAsc":930,"tDes":-480,"tLGap":0,"wAsc":1167,"wDes":739,"xH":400,"capH":750,"yMin":-661,"yMax":1114,"hAsc":930,"hDes":-480,"lGap":0}},{"family":"Comic Neue","fallbacks":["cursive"],"weights":[300,400,700],"styles":["italic","regular"],"variants":[[0,300],[1,300],[0,400],[1,400],[0,700],[1,700]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":900,"des":-250,"tAsc":900,"tDes":-250,"tLGap":0,"wAsc":1000,"wDes":350,"xH":487,"capH":670,"yMin":-215,"yMax":928,"hAsc":900,"hDes":-250,"lGap":0}},{"family":"Coming Soon","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1024,"asc":1053,"des":-498,"tAsc":792,"tDes":-444,"tLGap":42,"wAsc":1053,"wDes":498,"xH":569,"capH":763,"yMin":-498,"yMax":1053,"hAsc":1053,"hDes":-498,"lGap":21}},{"family":"Commissioner","fallbacks":["sans-serif"],"weights":[100,200,300,400,500,600,700,800,900],"styles":["regular"],"variants":[[0,100],[0,200],[0,300],[0,400],[0,500],[0,600],[0,700],[0,800],[0,900]],"service":"fonts.google.com","metrics":{"upm":2000,"asc":2034,"des":-412,"tAsc":2034,"tDes":-412,"tLGap":0,"wAsc":2424,"wDes":586,"xH":988,"capH":1426,"yMin":-564,"yMax":2282,"hAsc":2034,"hDes":-412,"lGap":0}},{"family":"Concert One","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":2048,"asc":2005,"des":410,"tAsc":2005,"tDes":410,"tLGap":0,"wAsc":2005,"wDes":410,"xH":1004,"capH":1400,"yMin":-400,"yMax":1958,"hAsc":2005,"hDes":410,"lGap":0}},{"family":"Condiment","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":882,"des":-641,"tAsc":882,"tDes":-641,"tLGap":0,"wAsc":882,"wDes":641,"xH":317,"capH":327,"yMin":-641,"yMax":882,"hAsc":882,"hDes":-641,"lGap":0}},{"family":"Content","fallbacks":["cursive"],"weights":[400,700],"styles":["regular"],"variants":[[0,400],[0,700]],"service":"fonts.google.com","metrics":{"upm":2048,"asc":2500,"des":-1200,"tAsc":2500,"tDes":-1200,"tLGap":307,"wAsc":2500,"wDes":1200,"xH":0,"capH":0,"yMin":-1200,"yMax":2500,"hAsc":2500,"hDes":-1200,"lGap":67}},{"family":"Contrail One","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":2048,"asc":1939,"des":-625,"tAsc":1939,"tDes":-625,"tLGap":0,"wAsc":1939,"wDes":625,"xH":255,"capH":421,"yMin":-625,"yMax":1939,"hAsc":1939,"hDes":-625,"lGap":0}},{"family":"Convergence","fallbacks":["sans-serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":943,"des":-230,"tAsc":943,"tDes":-230,"tLGap":0,"wAsc":943,"wDes":230,"xH":541,"capH":727,"yMin":-230,"yMax":943,"hAsc":943,"hDes":-230,"lGap":0}},{"family":"Cookie","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":789,"des":-320,"tAsc":789,"tDes":-320,"tLGap":0,"wAsc":789,"wDes":320,"xH":115,"capH":312,"yMin":-320,"yMax":789,"hAsc":789,"hDes":-320,"lGap":0}},{"family":"Copperplate","fallbacks":["Copperplate Gothic Light","fantasy"],"metrics":{"upm":1000,"asc":763,"des":-248,"tAsc":763,"tDes":-250,"tLGap":20,"wAsc":763,"wDes":763,"xH":440,"capH":526,"yMin":-248,"yMax":924,"hAsc":763,"hDes":-248,"lGap":19},"weights":[400,700],"styles":["italic","regular"],"service":"system"},{"family":"Copse","fallbacks":["serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":2048,"asc":1991,"des":-483,"tAsc":1583,"tDes":-439,"tLGap":113,"wAsc":1991,"wDes":483,"xH":1001,"capH":1505,"yMin":-483,"yMax":1991,"hAsc":1991,"hDes":-483,"lGap":57}},{"family":"Corben","fallbacks":["cursive"],"weights":[400,700],"styles":["regular"],"variants":[[0,400],[0,700]],"service":"fonts.google.com","metrics":{"upm":2048,"asc":2826,"des":-969,"tAsc":2826,"tDes":-969,"tLGap":0,"wAsc":2826,"wDes":969,"xH":958,"capH":1404,"yMin":-495,"yMax":2202,"hAsc":2826,"hDes":-969,"lGap":0}},{"family":"Cormorant","fallbacks":["serif"],"weights":[300,400,500,600,700],"styles":["italic","regular"],"variants":[[0,300],[1,300],[0,400],[1,400],[0,500],[1,500],[0,600],[1,600],[0,700],[1,700]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":924,"des":-287,"tAsc":924,"tDes":-287,"tLGap":0,"wAsc":937,"wDes":283,"xH":386,"capH":625,"yMin":-283,"yMax":925,"hAsc":924,"hDes":-287,"lGap":0}},{"family":"Cormorant Garamond","fallbacks":["serif"],"weights":[300,400,500,600,700],"styles":["italic","regular"],"variants":[[0,300],[1,300],[0,400],[1,400],[0,500],[1,500],[0,600],[1,600],[0,700],[1,700]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":924,"des":-287,"tAsc":924,"tDes":-287,"tLGap":0,"wAsc":937,"wDes":283,"xH":386,"capH":625,"yMin":-283,"yMax":927,"hAsc":924,"hDes":-287,"lGap":0}},{"family":"Cormorant Infant","fallbacks":["serif"],"weights":[300,400,500,600,700],"styles":["italic","regular"],"variants":[[0,300],[1,300],[0,400],[1,400],[0,500],[1,500],[0,600],[1,600],[0,700],[1,700]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":924,"des":-287,"tAsc":924,"tDes":-287,"tLGap":0,"wAsc":937,"wDes":283,"xH":386,"capH":625,"yMin":-283,"yMax":927,"hAsc":924,"hDes":-287,"lGap":0}},{"family":"Cormorant SC","fallbacks":["serif"],"weights":[300,400,500,600,700],"styles":["regular"],"variants":[[0,300],[0,400],[0,500],[0,600],[0,700]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":924,"des":-287,"tAsc":924,"tDes":-287,"tLGap":0,"wAsc":937,"wDes":283,"xH":386,"capH":625,"yMin":-283,"yMax":927,"hAsc":924,"hDes":-287,"lGap":0}},{"family":"Cormorant Unicase","fallbacks":["serif"],"weights":[300,400,500,600,700],"styles":["regular"],"variants":[[0,300],[0,400],[0,500],[0,600],[0,700]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":924,"des":-287,"tAsc":924,"tDes":-287,"tLGap":0,"wAsc":937,"wDes":283,"xH":386,"capH":625,"yMin":-283,"yMax":927,"hAsc":924,"hDes":-287,"lGap":0}},{"family":"Cormorant Upright","fallbacks":["serif"],"weights":[300,400,500,600,700],"styles":["regular"],"variants":[[0,300],[0,400],[0,500],[0,600],[0,700]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":924,"des":-287,"tAsc":924,"tDes":-287,"tLGap":0,"wAsc":937,"wDes":283,"xH":386,"capH":625,"yMin":-281,"yMax":904,"hAsc":924,"hDes":-287,"lGap":0}},{"family":"Courgette","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":2048,"asc":2000,"des":-560,"tAsc":2000,"tDes":-560,"tLGap":0,"wAsc":2000,"wDes":560,"xH":112,"capH":301,"yMin":-560,"yMax":2005,"hAsc":2000,"hDes":-560,"lGap":0}},{"family":"Courier New","fallbacks":["Courier","Lucida Sans Typewriter","Lucida Typewriter","monospace"],"metrics":{"upm":2048,"asc":1705,"des":-615,"tAsc":1255,"tDes":-386,"tLGap":0,"wAsc":1705,"wDes":1705,"xH":866,"capH":1170,"yMin":-1392,"yMax":2091,"hAsc":1705,"hDes":-615,"lGap":0},"weights":[400,700],"styles":["italic","regular"],"service":"system"},{"family":"Courier Prime","fallbacks":["monospace"],"weights":[400,700],"styles":["regular","italic"],"variants":[[0,400],[1,400],[0,700],[1,700]],"service":"fonts.google.com","metrics":{"upm":2048,"asc":1600,"des":-700,"tAsc":1600,"tDes":-700,"tLGap":0,"wAsc":1900,"wDes":800,"xH":924,"capH":1187,"yMin":-526,"yMax":1827,"hAsc":1600,"hDes":-700,"lGap":0}},{"family":"Cousine","fallbacks":["monospace"],"weights":[400,700],"styles":["regular","italic"],"variants":[[0,400],[1,400],[0,700],[1,700]],"service":"fonts.google.com","metrics":{"upm":2048,"asc":1705,"des":-615,"tAsc":1255,"tDes":-386,"tLGap":0,"wAsc":1705,"wDes":615,"xH":1082,"capH":1349,"yMin":-615,"yMax":2009,"hAsc":1705,"hDes":-615,"lGap":0}},{"family":"Coustard","fallbacks":["serif"],"weights":[400,900],"styles":["regular"],"variants":[[0,400],[0,900]],"service":"fonts.google.com","metrics":{"upm":2048,"asc":2095,"des":-781,"tAsc":2095,"tDes":-781,"tLGap":0,"wAsc":2095,"wDes":781,"xH":1095,"capH":346,"yMin":-646,"yMax":2090,"hAsc":2095,"hDes":-781,"lGap":0}},{"family":"Covered By Your Grace","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1024,"asc":995,"des":-384,"tAsc":995,"tDes":-384,"tLGap":0,"wAsc":995,"wDes":384,"xH":500,"capH":795,"yMin":-384,"yMax":1021,"hAsc":995,"hDes":-384,"lGap":0}},{"family":"Crafty Girls","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1024,"asc":1001,"des":-461,"tAsc":761,"tDes":-327,"tLGap":40,"wAsc":1001,"wDes":461,"xH":548,"capH":772,"yMin":-461,"yMax":999,"hAsc":1001,"hDes":-461,"lGap":21}},{"family":"Creepster","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1024,"asc":974,"des":-223,"tAsc":974,"tDes":-223,"tLGap":0,"wAsc":974,"wDes":223,"xH":751,"capH":751,"yMin":-223,"yMax":971,"hAsc":974,"hDes":-223,"lGap":0}},{"family":"Crete Round","fallbacks":["serif"],"weights":[400],"styles":["regular","italic"],"variants":[[0,400],[1,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":990,"des":-286,"tAsc":990,"tDes":-286,"tLGap":0,"wAsc":990,"wDes":286,"xH":495,"capH":679,"yMin":-277,"yMax":990,"hAsc":990,"hDes":-286,"lGap":0}},{"family":"Crimson Pro","fallbacks":["serif"],"weights":[200,300,400,500,600,700,800,900],"styles":["regular","italic"],"variants":[[0,200],[0,300],[0,400],[0,500],[0,600],[0,700],[0,800],[0,900],[1,200],[1,300],[1,400],[1,500],[1,600],[1,700],[1,800],[1,900]],"service":"fonts.google.com","metrics":{"upm":1024,"asc":918,"des":-220,"tAsc":918,"tDes":-220,"tLGap":0,"wAsc":1006,"wDes":295,"xH":430,"capH":587,"yMin":-286,"yMax":984,"hAsc":918,"hDes":-220,"lGap":0}},{"family":"Croissant One","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1071,"des":-344,"tAsc":1071,"tDes":-344,"tLGap":0,"wAsc":1071,"wDes":344,"xH":500,"capH":700,"yMin":-344,"yMax":1071,"hAsc":1071,"hDes":-344,"lGap":0}},{"family":"Crushed","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":2048,"asc":1820,"des":-483,"tAsc":1374,"tDes":-115,"tLGap":100,"wAsc":1820,"wDes":483,"xH":958,"capH":1374,"yMin":-483,"yMax":1820,"hAsc":1820,"hDes":-483,"lGap":51}},{"family":"Cuprum","fallbacks":["sans-serif"],"weights":[400,500,600,700],"styles":["regular","italic"],"variants":[[0,400],[0,500],[0,600],[0,700],[1,400],[1,500],[1,600],[1,700]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":895,"des":-260,"tAsc":895,"tDes":-260,"tLGap":0,"wAsc":1100,"wDes":320,"xH":500,"capH":700,"yMin":-210,"yMax":1057,"hAsc":895,"hDes":-260,"lGap":0}},{"family":"Cute Font","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":710,"des":-290,"tAsc":710,"tDes":-290,"tLGap":250,"wAsc":708,"wDes":290,"xH":312,"capH":429,"yMin":-291,"yMax":708,"hAsc":710,"hDes":-290,"lGap":250}},{"family":"Cutive","fallbacks":["serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":2048,"asc":1473,"des":-575,"tAsc":2363,"tDes":804,"tLGap":0,"wAsc":2363,"wDes":804,"xH":1188,"capH":1714,"yMin":-785,"yMax":2364,"hAsc":1473,"hDes":-575,"lGap":200}},{"family":"Cutive Mono","fallbacks":["monospace"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":2048,"asc":1697,"des":-558,"tAsc":1697,"tDes":-558,"tLGap":0,"wAsc":1697,"wDes":558,"xH":774,"capH":1171,"yMin":-558,"yMax":1697,"hAsc":1697,"hDes":-558,"lGap":0}},{"family":"Damion","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":2048,"asc":2068,"des":-746,"tAsc":2068,"tDes":-746,"tLGap":0,"wAsc":2068,"wDes":746,"xH":299,"capH":432,"yMin":-746,"yMax":2068,"hAsc":2068,"hDes":-746,"lGap":0}},{"family":"Dancing Script","fallbacks":["cursive"],"weights":[400,500,600,700],"styles":["regular"],"variants":[[0,400],[0,500],[0,600],[0,700]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":920,"des":-280,"tAsc":920,"tDes":-280,"tLGap":0,"wAsc":1096,"wDes":306,"xH":332,"capH":720,"yMin":-284,"yMax":1095,"hAsc":920,"hDes":-280,"lGap":0}},{"family":"Dangrek","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":2048,"asc":2500,"des":-1200,"tAsc":2500,"tDes":-1200,"tLGap":0,"wAsc":2353,"wDes":1130,"xH":1098,"capH":1462,"yMin":-1130,"yMax":2353,"hAsc":2500,"hDes":-1200,"lGap":0}},{"family":"Darker Grotesque","fallbacks":["sans-serif"],"weights":[300,400,500,600,700,800,900],"styles":["regular"],"variants":[[0,300],[0,400],[0,500],[0,600],[0,700],[0,800],[0,900]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1060,"des":-296,"tAsc":1060,"tDes":-296,"tLGap":0,"wAsc":1060,"wDes":296,"xH":406,"capH":563,"yMin":-296,"yMax":1060,"hAsc":1060,"hDes":-296,"lGap":0}},{"family":"David Libre","fallbacks":["serif"],"weights":[400,500,700],"styles":["regular"],"variants":[[0,400],[0,500],[0,700]],"service":"fonts.google.com","metrics":{"upm":2048,"asc":1528,"des":-449,"tAsc":1528,"tDes":-449,"tLGap":0,"wAsc":1599,"wDes":449,"xH":989,"capH":1360,"yMin":-725,"yMax":2169,"hAsc":1528,"hDes":-449,"lGap":0}},{"family":"Dawning of a New Day","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1024,"asc":1151,"des":-500,"tAsc":1151,"tDes":-500,"tLGap":0,"wAsc":1151,"wDes":500,"xH":218,"capH":818,"yMin":-462,"yMax":1151,"hAsc":1151,"hDes":-500,"lGap":0}},{"family":"Days One","fallbacks":["sans-serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":2048,"asc":2040,"des":-567,"tAsc":2040,"tDes":-568,"tLGap":0,"wAsc":2040,"wDes":567,"xH":1096,"capH":1434,"yMin":-567,"yMax":2040,"hAsc":2040,"hDes":-567,"lGap":0}},{"family":"Dekko","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":2048,"asc":2231,"des":-1112,"tAsc":2231,"tDes":-1112,"tLGap":0,"wAsc":2231,"wDes":1112,"xH":995,"capH":1340,"yMin":-1112,"yMax":2231,"hAsc":2231,"hDes":-1112,"lGap":0}},{"family":"Dela Gothic One","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1160,"des":-288,"tAsc":880,"tDes":-120,"tLGap":0,"wAsc":1160,"wDes":288,"xH":540,"capH":726,"yMin":-288,"yMax":1150,"hAsc":1160,"hDes":-288,"lGap":0}},{"family":"Delius","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":986,"des":-270,"tAsc":986,"tDes":-270,"tLGap":0,"wAsc":986,"wDes":270,"xH":85,"capH":195,"yMin":-270,"yMax":986,"hAsc":986,"hDes":-270,"lGap":0}},{"family":"Delius Swash Caps","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":986,"des":-270,"tAsc":986,"tDes":-270,"tLGap":0,"wAsc":986,"wDes":270,"xH":113,"capH":282,"yMin":-270,"yMax":986,"hAsc":986,"hDes":-270,"lGap":0}},{"family":"Delius Unicase","fallbacks":["cursive"],"weights":[400,700],"styles":["regular"],"variants":[[0,400],[0,700]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1016,"des":-236,"tAsc":1016,"tDes":-236,"tLGap":0,"wAsc":1016,"wDes":236,"xH":320,"capH":195,"yMin":-236,"yMax":1016,"hAsc":1016,"hDes":-236,"lGap":0}},{"family":"Della Respira","fallbacks":["serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":2048,"asc":2196,"des":-607,"tAsc":2196,"tDes":-607,"tLGap":0,"wAsc":2196,"wDes":607,"yMin":-632,"yMax":2207,"hAsc":2196,"hDes":-607,"lGap":0}},{"family":"Denk One","fallbacks":["sans-serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":2048,"asc":2118,"des":-442,"tAsc":2118,"tDes":-442,"tLGap":0,"wAsc":2118,"wDes":442,"xH":1202,"capH":1690,"yMin":-442,"yMax":2118,"hAsc":2118,"hDes":-442,"lGap":0}},{"family":"Devonshire","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":981,"des":-433,"tAsc":981,"tDes":-433,"tLGap":0,"wAsc":981,"wDes":433,"xH":405,"capH":664,"yMin":-433,"yMax":981,"hAsc":981,"hDes":-433,"lGap":0}},{"family":"Dhurjati","fallbacks":["sans-serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":870,"asc":1101,"des":-509,"tAsc":1101,"tDes":-509,"tLGap":0,"wAsc":1101,"wDes":509,"xH":314,"capH":419,"yMin":-509,"yMax":1101,"hAsc":1101,"hDes":-509,"lGap":0}},{"family":"Didact Gothic","fallbacks":["sans-serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1046,"des":-265,"tAsc":1046,"tDes":-265,"tLGap":0,"wAsc":1169,"wDes":267,"xH":468,"capH":682,"yMin":-267,"yMax":1127,"hAsc":1046,"hDes":-265,"lGap":0}},{"family":"Diplomata","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":930,"des":-287,"tAsc":930,"tDes":-287,"tLGap":0,"wAsc":930,"wDes":287,"xH":558,"capH":650,"yMin":-287,"yMax":930,"hAsc":930,"hDes":-287,"lGap":0}},{"family":"Diplomata SC","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":930,"des":-287,"tAsc":930,"tDes":-287,"tLGap":0,"wAsc":930,"wDes":287,"xH":558,"capH":650,"yMin":-224,"yMax":930,"hAsc":930,"hDes":-287,"lGap":0}},{"family":"DM Mono","fallbacks":["monospace"],"weights":[300,400,500],"styles":["italic","regular"],"variants":[[0,300],[1,300],[0,400],[1,400],[0,500],[1,500]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":992,"des":-310,"tAsc":992,"tDes":-310,"tLGap":0,"wAsc":992,"wDes":310,"xH":496,"capH":700,"yMin":-270,"yMax":967,"hAsc":992,"hDes":-310,"lGap":0}},{"family":"DM Sans","fallbacks":["sans-serif"],"weights":[400,500,700],"styles":["regular","italic"],"variants":[[0,400],[1,400],[0,500],[1,500],[0,700],[1,700]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":992,"des":-310,"tAsc":992,"tDes":-310,"tLGap":0,"wAsc":992,"wDes":310,"xH":496,"capH":700,"yMin":-261,"yMax":967,"hAsc":992,"hDes":-310,"lGap":0}},{"family":"DM Serif Display","fallbacks":["serif"],"weights":[400],"styles":["regular","italic"],"variants":[[0,400],[1,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1036,"des":-335,"tAsc":1036,"tDes":-335,"tLGap":0,"wAsc":1036,"wDes":335,"xH":481,"capH":660,"yMin":-265,"yMax":916,"hAsc":1036,"hDes":-335,"lGap":0}},{"family":"DM Serif Text","fallbacks":["serif"],"weights":[400],"styles":["regular","italic"],"variants":[[0,400],[1,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1036,"des":-335,"tAsc":1036,"tDes":-335,"tLGap":0,"wAsc":1036,"wDes":335,"xH":480,"capH":661,"yMin":-263,"yMax":918,"hAsc":1036,"hDes":-335,"lGap":0}},{"family":"Do Hyeon","fallbacks":["sans-serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":800,"des":-200,"tAsc":800,"tDes":-200,"tLGap":250,"wAsc":800,"wDes":200,"xH":636,"capH":851,"yMin":-174,"yMax":761,"hAsc":800,"hDes":-200,"lGap":250}},{"family":"Dokdo","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":696,"des":-304,"tAsc":696,"tDes":-304,"tLGap":250,"wAsc":696,"wDes":394,"xH":272,"capH":475,"yMin":-394,"yMax":695,"hAsc":696,"hDes":-304,"lGap":250}},{"family":"Domine","fallbacks":["serif"],"weights":[400,500,600,700],"styles":["regular"],"variants":[[0,400],[0,500],[0,600],[0,700]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":900,"des":-240,"tAsc":900,"tDes":-240,"tLGap":0,"wAsc":900,"wDes":240,"xH":540,"capH":720,"yMin":-240,"yMax":908,"hAsc":900,"hDes":-240,"lGap":0}},{"family":"Donegal One","fallbacks":["serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":2048,"asc":2000,"des":-560,"tAsc":2000,"tDes":-560,"tLGap":0,"wAsc":2000,"wDes":560,"xH":1020,"capH":1530,"yMin":-537,"yMax":2000,"hAsc":2000,"hDes":-560,"lGap":0}},{"family":"Dongle","fallbacks":["sans-serif"],"weights":[300,400,700],"styles":["regular"],"variants":[[0,300],[0,400],[0,700]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":850,"des":-598,"tAsc":570,"tDes":-430,"tLGap":0,"wAsc":850,"wDes":598,"xH":280,"capH":395,"yMin":-460,"yMax":712,"hAsc":850,"hDes":-598,"lGap":0}},{"family":"Doppio One","fallbacks":["sans-serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":2048,"asc":2060,"des":-500,"tAsc":2060,"tDes":-500,"tLGap":0,"wAsc":2060,"wDes":500,"xH":1055,"capH":1427,"yMin":-500,"yMax":2060,"hAsc":2060,"hDes":-500,"lGap":0}},{"family":"Dorsa","fallbacks":["sans-serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":857,"des":-200,"tAsc":857,"tDes":-200,"tLGap":0,"wAsc":857,"wDes":200,"xH":500,"capH":700,"yMin":-200,"yMax":857,"hAsc":857,"hDes":-200,"lGap":0}},{"family":"Dosis","fallbacks":["sans-serif"],"weights":[200,300,400,500,600,700,800],"styles":["regular"],"variants":[[0,200],[0,300],[0,400],[0,500],[0,600],[0,700],[0,800]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1027,"des":-237,"tAsc":1027,"tDes":-237,"tLGap":0,"wAsc":1123,"wDes":237,"xH":472,"capH":731,"yMin":-237,"yMax":1057,"hAsc":1027,"hDes":-237,"lGap":0}},{"family":"DotGothic16","fallbacks":["sans-serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1160,"des":-288,"tAsc":880,"tDes":-120,"tLGap":0,"wAsc":1160,"wDes":288,"xH":540,"capH":787,"yMin":-120,"yMax":880,"hAsc":1160,"hDes":-288,"lGap":0}},{"family":"Dr Sugiyama","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1009,"des":-450,"tAsc":1009,"tDes":-450,"tLGap":0,"wAsc":1009,"wDes":450,"xH":235,"capH":710,"yMin":-450,"yMax":1009,"hAsc":1009,"hDes":-450,"lGap":0}},{"family":"Duru Sans","fallbacks":["sans-serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":2048,"asc":2020,"des":-540,"tAsc":2020,"tDes":-540,"tLGap":0,"wAsc":2020,"wDes":540,"xH":1157,"capH":1554,"yMin":-540,"yMax":2020,"hAsc":2020,"hDes":-540,"lGap":0}},{"family":"Dynalight","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":2048,"asc":1840,"des":-645,"tAsc":1840,"tDes":-645,"tLGap":0,"wAsc":1840,"wDes":645,"xH":723,"capH":1441,"yMin":-645,"yMax":1840,"hAsc":1840,"hDes":-645,"lGap":0}},{"family":"Eagle Lake","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":2048,"asc":2420,"des":-925,"tAsc":2420,"tDes":-925,"tLGap":0,"wAsc":2420,"wDes":925,"xH":1094,"capH":1518,"yMin":-926,"yMax":2420,"hAsc":2420,"hDes":-925,"lGap":0}},{"family":"East Sea Dokdo","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":706,"des":-294,"tAsc":706,"tDes":-294,"tLGap":250,"wAsc":707,"wDes":297,"xH":239,"capH":418,"yMin":-297,"yMax":707,"hAsc":706,"hDes":-294,"lGap":250}},{"family":"Eater","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":2048,"asc":2898,"des":-919,"tAsc":2898,"tDes":-919,"tLGap":0,"wAsc":2898,"wDes":919,"xH":1706,"capH":1729,"yMin":-919,"yMax":2898,"hAsc":2898,"hDes":-919,"lGap":0}},{"family":"EB Garamond","fallbacks":["serif"],"weights":[400,500,600,700,800],"styles":["regular","italic"],"variants":[[0,400],[0,500],[0,600],[0,700],[0,800],[1,400],[1,500],[1,600],[1,700],[1,800]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1007,"des":-298,"tAsc":1007,"tDes":-298,"tLGap":0,"wAsc":1047,"wDes":390,"xH":400,"capH":650,"yMin":-324,"yMax":985,"hAsc":1007,"hDes":-298,"lGap":0}},{"family":"Economica","fallbacks":["sans-serif"],"weights":[400,700],"styles":["regular","italic"],"variants":[[0,400],[1,400],[0,700],[1,700]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":949,"des":-200,"tAsc":949,"tDes":-200,"tLGap":0,"wAsc":949,"wDes":200,"xH":510,"capH":720,"yMin":-200,"yMax":927,"hAsc":949,"hDes":-200,"lGap":0}},{"family":"Eczar","fallbacks":["serif"],"weights":[400,500,600,700,800],"styles":["regular"],"variants":[[0,400],[0,500],[0,600],[0,700],[0,800]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1143,"des":-634,"tAsc":1143,"tDes":-634,"tLGap":0,"wAsc":1143,"wDes":634,"xH":470,"capH":650,"yMin":-473,"yMax":1016,"hAsc":1143,"hDes":-634,"lGap":0}},{"family":"El Messiri","fallbacks":["sans-serif"],"weights":[400,500,600,700],"styles":["regular"],"variants":[[0,400],[0,500],[0,600],[0,700]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1019,"des":-544,"tAsc":1019,"tDes":-544,"tLGap":0,"wAsc":1019,"wDes":544,"xH":480,"capH":660,"yMin":-437,"yMax":993,"hAsc":1019,"hDes":-544,"lGap":0}},{"family":"Electrolize","fallbacks":["sans-serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":911,"des":-275,"tAsc":911,"tDes":-275,"tLGap":0,"wAsc":911,"wDes":275,"xH":500,"capH":700,"yMin":-275,"yMax":911,"hAsc":911,"hDes":-275,"lGap":0}},{"family":"Elsie","fallbacks":["cursive"],"weights":[400,900],"styles":["regular"],"variants":[[0,400],[0,900]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":878,"des":-274,"tAsc":878,"tDes":-274,"tLGap":0,"wAsc":878,"wDes":274,"xH":511,"capH":650,"yMin":-238,"yMax":872,"hAsc":878,"hDes":-274,"lGap":0}},{"family":"Elsie Swash Caps","fallbacks":["cursive"],"weights":[400,900],"styles":["regular"],"variants":[[0,400],[0,900]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":878,"des":-274,"tAsc":878,"tDes":-274,"tLGap":0,"wAsc":878,"wDes":274,"xH":511,"capH":650,"yMin":-235,"yMax":872,"hAsc":878,"hDes":-274,"lGap":0}},{"family":"Emblema One","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":2048,"asc":1898,"des":-546,"tAsc":1898,"tDes":-546,"tLGap":0,"wAsc":1898,"wDes":546,"xH":1002,"capH":1361,"yMin":-546,"yMax":1898,"hAsc":1898,"hDes":-546,"lGap":0}},{"family":"Emilys Candy","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1024,"asc":996,"des":-286,"tAsc":996,"tDes":-286,"tLGap":0,"wAsc":996,"wDes":293,"xH":529,"capH":762,"yMin":-286,"yMax":996,"hAsc":996,"hDes":-286,"lGap":0}},{"family":"Encode Sans","fallbacks":["sans-serif"],"weights":[100,200,300,400,500,600,700,800,900],"styles":["regular"],"variants":[[0,100],[0,200],[0,300],[0,400],[0,500],[0,600],[0,700],[0,800],[0,900]],"service":"fonts.google.com","metrics":{"upm":2000,"asc":2060,"des":-440,"tAsc":2060,"tDes":-440,"tLGap":0,"wAsc":2758,"wDes":520,"xH":1080,"capH":1480,"yMin":-460,"yMax":2120,"hAsc":2060,"hDes":-440,"lGap":0}},{"family":"Encode Sans Condensed","fallbacks":["sans-serif"],"weights":[100,200,300,400,500,600,700,800,900],"styles":["regular"],"variants":[[0,100],[0,200],[0,300],[0,400],[0,500],[0,600],[0,700],[0,800],[0,900]],"service":"fonts.google.com","metrics":{"upm":2000,"asc":2060,"des":-440,"tAsc":2060,"tDes":-440,"tLGap":0,"wAsc":2758,"wDes":520,"xH":1085,"capH":1480,"yMin":-466,"yMax":2149,"hAsc":2060,"hDes":-440,"lGap":0}},{"family":"Encode Sans Expanded","fallbacks":["sans-serif"],"weights":[100,200,300,400,500,600,700,800,900],"styles":["regular"],"variants":[[0,100],[0,200],[0,300],[0,400],[0,500],[0,600],[0,700],[0,800],[0,900]],"service":"fonts.google.com","metrics":{"upm":2000,"asc":2060,"des":-440,"tAsc":2060,"tDes":-440,"tLGap":0,"wAsc":2758,"wDes":520,"xH":1085,"capH":1480,"yMin":-466,"yMax":2146,"hAsc":2060,"hDes":-440,"lGap":0}},{"family":"Encode Sans SC","fallbacks":["sans-serif"],"weights":[100,200,300,400,500,600,700,800,900],"styles":["regular"],"variants":[[0,100],[0,200],[0,300],[0,400],[0,500],[0,600],[0,700],[0,800],[0,900]],"service":"fonts.google.com","metrics":{"upm":2000,"asc":2060,"des":-440,"tAsc":2060,"tDes":-440,"tLGap":0,"wAsc":2758,"wDes":520,"xH":1080,"capH":1480,"yMin":-460,"yMax":2120,"hAsc":2060,"hDes":-440,"lGap":0}},{"family":"Encode Sans Semi Condensed","fallbacks":["sans-serif"],"weights":[100,200,300,400,500,600,700,800,900],"styles":["regular"],"variants":[[0,100],[0,200],[0,300],[0,400],[0,500],[0,600],[0,700],[0,800],[0,900]],"service":"fonts.google.com","metrics":{"upm":2000,"asc":2060,"des":-440,"tAsc":2060,"tDes":-440,"tLGap":0,"wAsc":2758,"wDes":520,"xH":1085,"capH":1480,"yMin":-465,"yMax":2141,"hAsc":2060,"hDes":-440,"lGap":0}},{"family":"Encode Sans Semi Expanded","fallbacks":["sans-serif"],"weights":[100,200,300,400,500,600,700,800,900],"styles":["regular"],"variants":[[0,100],[0,200],[0,300],[0,400],[0,500],[0,600],[0,700],[0,800],[0,900]],"service":"fonts.google.com","metrics":{"upm":2000,"asc":2060,"des":-440,"tAsc":2060,"tDes":-440,"tLGap":0,"wAsc":2758,"wDes":520,"xH":1085,"capH":1480,"yMin":-467,"yMax":2143,"hAsc":2060,"hDes":-440,"lGap":0}},{"family":"Engagement","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":2048,"asc":1843,"des":-684,"tAsc":1843,"tDes":-684,"tLGap":0,"wAsc":1843,"wDes":684,"xH":653,"capH":1500,"yMin":-684,"yMax":1843,"hAsc":1843,"hDes":-684,"lGap":0}},{"family":"Englebert","fallbacks":["sans-serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":2048,"asc":954,"des":-311,"tAsc":1954,"tDes":-637,"tLGap":0,"wAsc":1954,"wDes":637,"xH":1077,"capH":1466,"yMin":-637,"yMax":1954,"hAsc":954,"hDes":-311,"lGap":0}},{"family":"Enriqueta","fallbacks":["serif"],"weights":[400,500,600,700],"styles":["regular"],"variants":[[0,400],[0,500],[0,600],[0,700]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1077,"des":-261,"tAsc":1077,"tDes":-261,"tLGap":0,"wAsc":1053,"wDes":295,"xH":480,"capH":720,"yMin":-257,"yMax":1031,"hAsc":1077,"hDes":-261,"lGap":0}},{"family":"Ephesis","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":900,"des":-400,"tAsc":900,"tDes":-400,"tLGap":0,"wAsc":953,"wDes":646,"xH":300,"capH":670,"yMin":-618,"yMax":953,"hAsc":900,"hDes":-400,"lGap":0}},{"family":"Epilogue","fallbacks":["sans-serif"],"weights":[100,200,300,400,500,600,700,800,900],"styles":["regular","italic"],"variants":[[0,100],[0,200],[0,300],[0,400],[0,500],[0,600],[0,700],[0,800],[0,900],[1,100],[1,200],[1,300],[1,400],[1,500],[1,600],[1,700],[1,800],[1,900]],"service":"fonts.google.com","metrics":{"upm":2000,"asc":1580,"des":-470,"tAsc":1580,"tDes":-470,"tLGap":0,"wAsc":2310,"wDes":520,"xH":1062,"capH":1475,"yMin":-467,"yMax":2133,"hAsc":1580,"hDes":-470,"lGap":0}},{"family":"Erica One","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1153,"des":-339,"tAsc":1153,"tDes":-339,"tLGap":0,"wAsc":1153,"wDes":339,"xH":591,"capH":691,"yMin":-339,"yMax":1153,"hAsc":1153,"hDes":-339,"lGap":0}},{"family":"Esteban","fallbacks":["serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":984,"des":-290,"tAsc":984,"tDes":-290,"tLGap":0,"wAsc":984,"wDes":290,"xH":127,"capH":137,"yMin":-290,"yMax":984,"hAsc":984,"hDes":-290,"lGap":0}},{"family":"Estonia","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":900,"des":-340,"tAsc":900,"tDes":-340,"tLGap":0,"wAsc":1003,"wDes":789,"xH":261,"capH":447,"yMin":-789,"yMax":1003,"hAsc":900,"hDes":-340,"lGap":0}},{"family":"Euphoria Script","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1250,"asc":1014,"des":-442,"tAsc":1013,"tDes":-442,"tLGap":0,"wAsc":1014,"wDes":442,"xH":344,"capH":274,"yMin":-442,"yMax":1014,"hAsc":1014,"hDes":-442,"lGap":0}},{"family":"Ewert","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":944,"des":-299,"tAsc":944,"tDes":-299,"tLGap":0,"wAsc":944,"wDes":299,"xH":700,"capH":700,"yMin":-299,"yMax":944,"hAsc":944,"hDes":-299,"lGap":0}},{"family":"Exo","fallbacks":["sans-serif"],"weights":[100,200,300,400,500,600,700,800,900],"styles":["regular","italic"],"variants":[[0,100],[0,200],[0,300],[0,400],[0,500],[0,600],[0,700],[0,800],[0,900],[1,100],[1,200],[1,300],[1,400],[1,500],[1,600],[1,700],[1,800],[1,900]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1002,"des":-327,"tAsc":1002,"tDes":-327,"tLGap":0,"wAsc":1134,"wDes":270,"xH":531,"capH":732,"yMin":-270,"yMax":1086,"hAsc":1002,"hDes":-327,"lGap":0}},{"family":"Exo 2","fallbacks":["sans-serif"],"weights":[100,200,300,400,500,600,700,800,900],"styles":["regular","italic"],"variants":[[0,100],[0,200],[0,300],[0,400],[0,500],[0,600],[0,700],[0,800],[0,900],[1,100],[1,200],[1,300],[1,400],[1,500],[1,600],[1,700],[1,800],[1,900]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":999,"des":-201,"tAsc":999,"tDes":-201,"tLGap":0,"wAsc":1158,"wDes":311,"xH":487,"capH":690,"yMin":-275,"yMax":1051,"hAsc":999,"hDes":-201,"lGap":0}},{"family":"Expletus Sans","fallbacks":["cursive"],"weights":[400,500,600,700],"styles":["regular","italic"],"variants":[[0,400],[1,400],[0,500],[1,500],[0,600],[1,600],[0,700],[1,700]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":900,"des":-400,"tAsc":900,"tDes":-400,"tLGap":39,"wAsc":893,"wDes":293,"xH":517,"capH":727,"yMin":-293,"yMax":893,"hAsc":900,"hDes":-400,"lGap":39}},{"family":"Explora","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":850,"des":-350,"tAsc":850,"tDes":-350,"tLGap":0,"wAsc":938,"wDes":580,"xH":325,"capH":542,"yMin":-580,"yMax":938,"hAsc":850,"hDes":-350,"lGap":0}},{"family":"Fahkwang","fallbacks":["sans-serif"],"weights":[200,300,400,500,600,700],"styles":["italic","regular"],"variants":[[0,200],[1,200],[0,300],[1,300],[0,400],[1,400],[0,500],[1,500],[0,600],[1,600],[0,700],[1,700]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1008,"des":-292,"tAsc":1008,"tDes":-292,"tLGap":0,"wAsc":1258,"wDes":456,"xH":490,"capH":700,"yMin":-452,"yMax":1203,"hAsc":1008,"hDes":-292,"lGap":0}},{"family":"Fanwood Text","fallbacks":["serif"],"weights":[400],"styles":["regular","italic"],"variants":[[0,400],[1,400]],"service":"fonts.google.com","metrics":{"upm":4096,"asc":3761,"des":-1609,"tAsc":3761,"tDes":-1609,"tLGap":0,"wAsc":3761,"wDes":1609,"xH":1606,"capH":1282,"yMin":-1601,"yMax":3687,"hAsc":3761,"hDes":-1609,"lGap":0}},{"family":"Farro","fallbacks":["sans-serif"],"weights":[300,400,500,700],"styles":["regular"],"variants":[[0,300],[0,400],[0,500],[0,700]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":800,"des":-200,"tAsc":800,"tDes":-200,"tLGap":0,"wAsc":1014,"wDes":306,"xH":600,"capH":750,"yMin":-285,"yMax":1014,"hAsc":800,"hDes":-200,"lGap":0}},{"family":"Farsan","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":711,"des":-289,"tAsc":711,"tDes":-289,"tLGap":200,"wAsc":993,"wDes":391,"xH":441,"capH":664,"yMin":-391,"yMax":993,"hAsc":711,"hDes":-289,"lGap":200}},{"family":"Fascinate","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":2048,"asc":2125,"des":-591,"tAsc":2125,"tDes":-591,"tLGap":0,"wAsc":2125,"wDes":591,"xH":1024,"capH":1436,"yMin":-591,"yMax":2125,"hAsc":2125,"hDes":-591,"lGap":0}},{"family":"Fascinate Inline","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":2048,"asc":2125,"des":-591,"tAsc":2125,"tDes":-591,"tLGap":0,"wAsc":2125,"wDes":591,"xH":1024,"capH":1436,"yMin":-591,"yMax":2125,"hAsc":2125,"hDes":-591,"lGap":0}},{"family":"Faster One","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":898,"des":-165,"tAsc":898,"tDes":-165,"tLGap":0,"wAsc":898,"wDes":165,"xH":529,"capH":625,"yMin":-165,"yMax":898,"hAsc":898,"hDes":-165,"lGap":0}},{"family":"Fasthand","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":2048,"asc":2500,"des":-1200,"tAsc":2500,"tDes":-1200,"tLGap":0,"wAsc":2502,"wDes":1200,"xH":1098,"capH":1462,"yMin":-1200,"yMax":2502,"hAsc":2500,"hDes":-1200,"lGap":0}},{"family":"Fauna One","fallbacks":["serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":987,"des":-243,"tAsc":987,"tDes":-243,"tLGap":0,"wAsc":987,"wDes":243,"xH":572,"capH":730,"yMin":-243,"yMax":991,"hAsc":987,"hDes":-243,"lGap":0}},{"family":"Faustina","fallbacks":["serif"],"weights":[300,400,500,600,700,800],"styles":["regular","italic"],"variants":[[0,300],[0,400],[0,500],[0,600],[0,700],[0,800],[1,300],[1,400],[1,500],[1,600],[1,700],[1,800]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1043,"des":-217,"tAsc":1043,"tDes":-217,"tLGap":0,"wAsc":1043,"wDes":215,"xH":494,"capH":648,"yMin":-210,"yMax":1011,"hAsc":1043,"hDes":-217,"lGap":0}},{"family":"Federant","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":942,"des":-284,"tAsc":942,"tDes":-284,"tLGap":0,"wAsc":942,"wDes":284,"xH":516,"capH":714,"yMin":-377,"yMax":949,"hAsc":942,"hDes":-284,"lGap":0}},{"family":"Federo","fallbacks":["sans-serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":2048,"asc":1883,"des":-530,"tAsc":1883,"tDes":-530,"tLGap":0,"wAsc":1883,"wDes":530,"xH":942,"capH":1487,"yMin":-530,"yMax":1883,"hAsc":1883,"hDes":-530,"lGap":0}},{"family":"Felipa","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":966,"des":-319,"tAsc":966,"tDes":-319,"tLGap":0,"wAsc":966,"wDes":319,"xH":501,"capH":752,"yMin":-319,"yMax":966,"hAsc":966,"hDes":-319,"lGap":0}},{"family":"Fenix","fallbacks":["serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":879,"des":-238,"tAsc":879,"tDes":-238,"tLGap":0,"wAsc":879,"wDes":238,"xH":450,"capH":650,"yMin":-238,"yMax":879,"hAsc":879,"hDes":-238,"lGap":0}},{"family":"Festive","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1100,"des":-590,"tAsc":1100,"tDes":-590,"tLGap":0,"wAsc":1100,"wDes":590,"xH":360,"capH":800,"yMin":-587,"yMax":1055,"hAsc":1100,"hDes":-590,"lGap":0}},{"family":"Finger Paint","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1097,"des":-377,"tAsc":1097,"tDes":-377,"tLGap":0,"wAsc":1097,"wDes":377,"xH":540,"capH":720,"yMin":-377,"yMax":1097,"hAsc":1097,"hDes":-377,"lGap":0}},{"family":"Fira Code","fallbacks":["monospace"],"weights":[300,400,500,600,700],"styles":["regular"],"variants":[[0,300],[0,400],[0,500],[0,600],[0,700]],"service":"fonts.google.com","metrics":{"upm":2000,"asc":1980,"des":-644,"tAsc":1980,"tDes":-644,"tLGap":0,"wAsc":2164,"wDes":1000,"xH":1053,"capH":1377,"yMin":-1000,"yMax":2400,"hAsc":1980,"hDes":-644,"lGap":0}},{"family":"Fira Mono","fallbacks":["monospace"],"weights":[400,500,700],"styles":["regular"],"variants":[[0,400],[0,500],[0,700]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":935,"des":-265,"tAsc":935,"tDes":-265,"tLGap":0,"wAsc":935,"wDes":265,"xH":527,"capH":689,"yMin":-500,"yMax":1050,"hAsc":935,"hDes":-265,"lGap":0}},{"family":"Fira Sans","fallbacks":["sans-serif"],"weights":[100,200,300,400,500,600,700,800,900],"styles":["italic","regular"],"variants":[[0,100],[1,100],[0,200],[1,200],[0,300],[1,300],[0,400],[1,400],[0,500],[1,500],[0,600],[1,600],[0,700],[1,700],[0,800],[1,800],[0,900],[1,900]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":935,"des":-265,"tAsc":935,"tDes":-265,"tLGap":0,"wAsc":935,"wDes":265,"xH":527,"capH":689,"yMin":-353,"yMax":1104,"hAsc":935,"hDes":-265,"lGap":0}},{"family":"Fira Sans Condensed","fallbacks":["sans-serif"],"weights":[100,200,300,400,500,600,700,800,900],"styles":["italic","regular"],"variants":[[0,100],[1,100],[0,200],[1,200],[0,300],[1,300],[0,400],[1,400],[0,500],[1,500],[0,600],[1,600],[0,700],[1,700],[0,800],[1,800],[0,900],[1,900]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":935,"des":-265,"tAsc":935,"tDes":-265,"tLGap":0,"wAsc":935,"wDes":265,"xH":526,"capH":688,"yMin":-350,"yMax":1101,"hAsc":935,"hDes":-265,"lGap":0}},{"family":"Fira Sans Extra Condensed","fallbacks":["sans-serif"],"weights":[100,200,300,400,500,600,700,800,900],"styles":["italic","regular"],"variants":[[0,100],[1,100],[0,200],[1,200],[0,300],[1,300],[0,400],[1,400],[0,500],[1,500],[0,600],[1,600],[0,700],[1,700],[0,800],[1,800],[0,900],[1,900]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":935,"des":-265,"tAsc":935,"tDes":-265,"tLGap":0,"wAsc":935,"wDes":265,"xH":527,"capH":689,"yMin":-352,"yMax":1101,"hAsc":935,"hDes":-265,"lGap":0}},{"family":"Fjalla One","fallbacks":["sans-serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":2048,"asc":2066,"des":-508,"tAsc":1810,"tDes":-458,"tLGap":0,"wAsc":2066,"wDes":508,"xH":1377,"capH":1708,"yMin":-458,"yMax":2066,"hAsc":2066,"hDes":-508,"lGap":0}},{"family":"Fjord One","fallbacks":["serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":2048,"asc":1940,"des":-620,"tAsc":1940,"tDes":-620,"tLGap":0,"wAsc":1940,"wDes":620,"xH":950,"capH":1448,"yMin":-620,"yMax":1940,"hAsc":1940,"hDes":-620,"lGap":0}},{"family":"Flamenco","fallbacks":["cursive"],"weights":[300,400],"styles":["regular"],"variants":[[0,300],[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":800,"des":-231,"tAsc":800,"tDes":-231,"tLGap":0,"wAsc":800,"wDes":231,"xH":385,"capH":608,"yMin":-229,"yMax":800,"hAsc":800,"hDes":-231,"lGap":0}},{"family":"Flavors","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1024,"asc":1015,"des":-293,"tAsc":1015,"tDes":-293,"tLGap":0,"wAsc":1015,"wDes":300,"xH":845,"capH":801,"yMin":-293,"yMax":1014,"hAsc":1015,"hDes":-293,"lGap":0}},{"family":"Fleur De Leah","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":920,"des":-450,"tAsc":920,"tDes":-450,"tLGap":0,"wAsc":1017,"wDes":549,"xH":324,"capH":620,"yMin":-549,"yMax":913,"hAsc":920,"hDes":-450,"lGap":0}},{"family":"Flow Block","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1000,"des":-200,"tAsc":1000,"tDes":-200,"tLGap":0,"wAsc":1000,"wDes":200,"xH":320,"capH":640,"yMin":0,"yMax":470,"hAsc":1000,"hDes":-200,"lGap":0}},{"family":"Flow Circular","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1000,"des":-200,"tAsc":1000,"tDes":-200,"tLGap":0,"wAsc":1000,"wDes":200,"xH":320,"capH":640,"yMin":0,"yMax":470,"hAsc":1000,"hDes":-200,"lGap":0}},{"family":"Flow Rounded","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1000,"des":-200,"tAsc":1000,"tDes":-200,"tLGap":0,"wAsc":1000,"wDes":200,"xH":470,"capH":640,"yMin":0,"yMax":470,"hAsc":1000,"hDes":-200,"lGap":0}},{"family":"Fondamento","fallbacks":["cursive"],"weights":[400],"styles":["regular","italic"],"variants":[[0,400],[1,400]],"service":"fonts.google.com","metrics":{"upm":2048,"asc":2060,"des":-774,"tAsc":2060,"tDes":-774,"tLGap":0,"wAsc":2060,"wDes":774,"xH":953,"capH":1439,"yMin":-774,"yMax":2060,"hAsc":2060,"hDes":-774,"lGap":0}},{"family":"Fontdiner Swanky","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1024,"asc":1047,"des":-510,"tAsc":879,"tDes":-251,"tLGap":40,"wAsc":1047,"wDes":510,"xH":579,"capH":805,"yMin":-510,"yMax":1047,"hAsc":1047,"hDes":-510,"lGap":20}},{"family":"Forum","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":856,"des":-248,"tAsc":856,"tDes":-248,"tLGap":0,"wAsc":856,"wDes":248,"xH":420,"capH":660,"yMin":-248,"yMax":856,"hAsc":856,"hDes":-248,"lGap":0}},{"family":"Francois One","fallbacks":["sans-serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1089,"des":-329,"tAsc":1089,"tDes":-329,"tLGap":0,"wAsc":1351,"wDes":332,"xH":563,"capH":750,"yMin":-332,"yMax":1351,"hAsc":1089,"hDes":-329,"lGap":0}},{"family":"Frank Ruhl Libre","fallbacks":["serif"],"weights":[300,400,500,700,900],"styles":["regular"],"variants":[[0,300],[0,400],[0,500],[0,700],[0,900]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":957,"des":-334,"tAsc":957,"tDes":-334,"tLGap":0,"wAsc":957,"wDes":334,"xH":468,"capH":660,"yMin":-289,"yMax":947,"hAsc":957,"hDes":-334,"lGap":0}},{"family":"Fraunces","fallbacks":["serif"],"weights":[100,200,300,400,500,600,700,800,900],"styles":["regular","italic"],"variants":[[0,100],[0,200],[0,300],[0,400],[0,500],[0,600],[0,700],[0,800],[0,900],[1,100],[1,200],[1,300],[1,400],[1,500],[1,600],[1,700],[1,800],[1,900]],"service":"fonts.google.com","metrics":{"upm":2000,"asc":1956,"des":-510,"tAsc":1956,"tDes":-510,"tLGap":0,"wAsc":2340,"wDes":609,"xH":964,"capH":1400,"yMin":-609,"yMax":2264,"hAsc":1956,"hDes":-510,"lGap":0}},{"family":"Freckle Face","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":2048,"asc":1946,"des":-571,"tAsc":1946,"tDes":-571,"tLGap":0,"wAsc":1946,"wDes":571,"xH":1147,"capH":1563,"yMin":-571,"yMax":1946,"hAsc":1946,"hDes":-571,"lGap":0}},{"family":"Fredericka the Great","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1024,"asc":1001,"des":-254,"tAsc":1001,"tDes":-254,"tLGap":0,"wAsc":1001,"wDes":254,"xH":519,"capH":772,"yMin":-254,"yMax":1001,"hAsc":1001,"hDes":-254,"lGap":0}},{"family":"Fredoka One","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":974,"des":-236,"tAsc":974,"tDes":-236,"tLGap":0,"wAsc":974,"wDes":236,"xH":527,"capH":733,"yMin":-236,"yMax":974,"hAsc":974,"hDes":-236,"lGap":0}},{"family":"Freehand","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":2048,"asc":2500,"des":-1200,"tAsc":2500,"tDes":-1200,"tLGap":0,"wAsc":2501,"wDes":1200,"xH":1098,"capH":1462,"yMin":-1200,"yMax":2501,"hAsc":2500,"hDes":-1200,"lGap":0}},{"family":"Fresca","fallbacks":["sans-serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":869,"des":-285,"tAsc":869,"tDes":-285,"tLGap":0,"wAsc":869,"wDes":285,"xH":484,"capH":648,"yMin":-285,"yMax":869,"hAsc":869,"hDes":-285,"lGap":0}},{"family":"Frijole","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1024,"asc":1075,"des":-337,"tAsc":1075,"tDes":-7,"tLGap":0,"wAsc":1075,"wDes":337,"xH":712,"capH":788,"yMin":-337,"yMax":1075,"hAsc":1075,"hDes":-337,"lGap":0}},{"family":"Fruktur","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":2048,"asc":2020,"des":-540,"tAsc":2020,"tDes":-540,"tLGap":0,"wAsc":2020,"wDes":540,"xH":1182,"capH":1529,"yMin":-537,"yMax":2020,"hAsc":2020,"hDes":-540,"lGap":0}},{"family":"Fugaz One","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1046,"des":-422,"tAsc":1046,"tDes":-422,"tLGap":0,"wAsc":1046,"wDes":422,"xH":488,"capH":720,"yMin":-422,"yMax":1046,"hAsc":1046,"hDes":-422,"lGap":0}},{"family":"Fuggles","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":850,"des":-351,"tAsc":850,"tDes":-351,"tLGap":0,"wAsc":900,"wDes":555,"xH":400,"capH":667,"yMin":-552,"yMax":781,"hAsc":850,"hDes":-351,"lGap":0}},{"family":"Gabriela","fallbacks":["serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":986,"des":-295,"tAsc":986,"tDes":-295,"tLGap":0,"wAsc":986,"wDes":295,"xH":497,"capH":718,"yMin":-295,"yMax":986,"hAsc":986,"hDes":-295,"lGap":0}},{"family":"Gaegu","fallbacks":["cursive"],"weights":[300,400,700],"styles":["regular"],"variants":[[0,300],[0,400],[0,700]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":760,"des":-240,"tAsc":760,"tDes":-240,"tLGap":250,"wAsc":762,"wDes":242,"xH":340,"capH":525,"yMin":-240,"yMax":760,"hAsc":760,"hDes":-240,"lGap":250}},{"family":"Gafata","fallbacks":["sans-serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":921,"des":-202,"tAsc":921,"tDes":-202,"tLGap":0,"wAsc":921,"wDes":202,"xH":492,"capH":648,"yMin":-202,"yMax":921,"hAsc":921,"hDes":-202,"lGap":0}},{"family":"Galada","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1035,"des":-592,"tAsc":1035,"tDes":-592,"tLGap":0,"wAsc":1035,"wDes":592,"xH":500,"capH":750,"yMin":-592,"yMax":1035,"hAsc":1035,"hDes":-592,"lGap":0}},{"family":"Galdeano","fallbacks":["sans-serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":820,"des":-230,"tAsc":820,"tDes":-230,"tLGap":0,"wAsc":820,"wDes":230,"xH":166,"capH":605,"yMin":-230,"yMax":820,"hAsc":820,"hDes":-230,"lGap":0}},{"family":"Galindo","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":2048,"asc":2014,"des":-883,"tAsc":2014,"tDes":-883,"tLGap":0,"wAsc":2014,"wDes":883,"xH":1096,"capH":1505,"yMin":-883,"yMax":2014,"hAsc":2014,"hDes":-883,"lGap":0}},{"family":"Gamja Flower","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1024,"asc":800,"des":-224,"tAsc":800,"tDes":-224,"tLGap":256,"wAsc":800,"wDes":258,"xH":311,"capH":526,"yMin":-258,"yMax":799,"hAsc":800,"hDes":-224,"lGap":256}},{"family":"Garamond","fallbacks":["Baskerville","Baskerville Old Face","Hoefler Text","Times New Roman","serif"],"metrics":{"upm":2048,"asc":1765,"des":-539,"tAsc":1339,"tDes":-539,"tLGap":313,"wAsc":1765,"wDes":1765,"yMin":-762,"yMax":2040,"hAsc":1765,"hDes":-539,"lGap":0},"weights":[400,700],"styles":["italic","regular"],"service":"system"},{"family":"Gayathri","fallbacks":["sans-serif"],"weights":[100,400,700],"styles":["regular"],"variants":[[0,100],[0,400],[0,700]],"service":"fonts.google.com","metrics":{"upm":2048,"asc":1500,"des":-1000,"tAsc":1500,"tDes":-1000,"tLGap":0,"wAsc":2038,"wDes":1234,"xH":1000,"capH":1385,"yMin":-1173,"yMax":2036,"hAsc":1500,"hDes":-1000,"lGap":0}},{"family":"Gelasio","fallbacks":["serif"],"weights":[400,500,600,700],"styles":["regular","italic"],"variants":[[0,400],[1,400],[0,500],[1,500],[0,600],[1,600],[0,700],[1,700]],"service":"fonts.google.com","metrics":{"upm":2048,"asc":1900,"des":-700,"tAsc":1900,"tDes":-700,"tLGap":0,"wAsc":2600,"wDes":800,"xH":986,"capH":1419,"yMin":-635,"yMax":2593,"hAsc":1900,"hDes":-700,"lGap":0}},{"family":"Gemunu Libre","fallbacks":["sans-serif"],"weights":[200,300,400,500,600,700,800],"styles":["regular"],"variants":[[0,200],[0,300],[0,400],[0,500],[0,600],[0,700],[0,800]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":884,"des":-200,"tAsc":884,"tDes":-200,"tLGap":0,"wAsc":885,"wDes":311,"xH":0,"capH":0,"yMin":-311,"yMax":869,"hAsc":884,"hDes":-200,"lGap":0}},{"family":"Genos","fallbacks":["sans-serif"],"weights":[100,200,300,400,500,600,700,800,900],"styles":["regular","italic"],"variants":[[0,100],[0,200],[0,300],[0,400],[0,500],[0,600],[0,700],[0,800],[0,900],[1,100],[1,200],[1,300],[1,400],[1,500],[1,600],[1,700],[1,800],[1,900]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":900,"des":-300,"tAsc":900,"tDes":-300,"tLGap":0,"wAsc":900,"wDes":300,"xH":400,"capH":460,"yMin":-186,"yMax":729,"hAsc":900,"hDes":-300,"lGap":0}},{"family":"Gentium Basic","fallbacks":["serif"],"weights":[400,700],"styles":["regular","italic"],"variants":[[0,400],[1,400],[0,700],[1,700]],"service":"fonts.google.com","metrics":{"upm":2048,"asc":1790,"des":-580,"tAsc":1790,"tDes":-580,"tLGap":0,"wAsc":1790,"wDes":580,"xH":930,"capH":1260,"yMin":-725,"yMax":2169,"hAsc":1790,"hDes":-580,"lGap":0}},{"family":"Gentium Book Basic","fallbacks":["serif"],"weights":[400,700],"styles":["regular","italic"],"variants":[[0,400],[1,400],[0,700],[1,700]],"service":"fonts.google.com","metrics":{"upm":2048,"asc":1790,"des":-580,"tAsc":1790,"tDes":-580,"tLGap":0,"wAsc":1790,"wDes":580,"xH":930,"capH":1260,"yMin":-728,"yMax":2182,"hAsc":1790,"hDes":-580,"lGap":0}},{"family":"Geo","fallbacks":["sans-serif"],"weights":[400],"styles":["regular","italic"],"variants":[[0,400],[1,400]],"service":"fonts.google.com","metrics":{"upm":1024,"asc":821,"des":-225,"tAsc":819,"tDes":-205,"tLGap":92,"wAsc":821,"wDes":225,"xH":451,"capH":573,"yMin":-225,"yMax":821,"hAsc":821,"hDes":-225,"lGap":92}},{"family":"Georama","fallbacks":["sans-serif"],"weights":[100,200,300,400,500,600,700,800,900],"styles":["regular","italic"],"variants":[[0,100],[0,200],[0,300],[0,400],[0,500],[0,600],[0,700],[0,800],[0,900],[1,100],[1,200],[1,300],[1,400],[1,500],[1,600],[1,700],[1,800],[1,900]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":968,"des":-226,"tAsc":968,"tDes":-226,"tLGap":0,"wAsc":1184,"wDes":420,"xH":550,"capH":700,"yMin":-330,"yMax":1078,"hAsc":968,"hDes":-226,"lGap":0}},{"family":"Georgia","fallbacks":["Times","Times New Roman","serif"],"metrics":{"upm":2048,"asc":1878,"des":-449,"tAsc":1549,"tDes":-444,"tLGap":198,"wAsc":1878,"wDes":1878,"xH":986,"capH":1419,"yMin":-621,"yMax":2201,"hAsc":1878,"hDes":-449,"lGap":0},"weights":[400,700],"styles":["italic","regular"],"service":"system"},{"family":"Geostar","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":922,"des":-226,"tAsc":922,"tDes":-226,"tLGap":0,"wAsc":922,"wDes":226,"xH":469,"capH":695,"yMin":-226,"yMax":922,"hAsc":922,"hDes":-226,"lGap":0}},{"family":"Geostar Fill","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":922,"des":-226,"tAsc":922,"tDes":-226,"tLGap":0,"wAsc":922,"wDes":226,"xH":469,"capH":695,"yMin":-226,"yMax":922,"hAsc":922,"hDes":-226,"lGap":0}},{"family":"Germania One","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":911,"des":-250,"tAsc":911,"tDes":-250,"tLGap":0,"wAsc":911,"wDes":250,"xH":539,"capH":700,"yMin":-250,"yMax":911,"hAsc":911,"hDes":-250,"lGap":0}},{"family":"GFS Didot","fallbacks":["serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":947,"des":-277,"tAsc":703,"tDes":-271,"tLGap":50,"wAsc":947,"wDes":277,"xH":456,"capH":689,"yMin":-336,"yMax":1145,"hAsc":947,"hDes":-277,"lGap":25}},{"family":"GFS Neohellenic","fallbacks":["sans-serif"],"weights":[400,700],"styles":["regular","italic"],"variants":[[0,400],[1,400],[0,700],[1,700]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":873,"des":-245,"tAsc":600,"tDes":-222,"tLGap":47,"wAsc":873,"wDes":245,"xH":387,"capH":623,"yMin":-286,"yMax":1051,"hAsc":873,"hDes":-245,"lGap":24}},{"family":"Gideon Roman","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":900,"des":-300,"tAsc":900,"tDes":-300,"tLGap":0,"wAsc":1018,"wDes":398,"xH":475,"capH":660,"yMin":-398,"yMax":1018,"hAsc":900,"hDes":-300,"lGap":0}},{"family":"Gidugu","fallbacks":["sans-serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1124,"asc":1294,"des":-790,"tAsc":1294,"tDes":-790,"tLGap":0,"wAsc":1294,"wDes":790,"yMin":-790,"yMax":1294,"hAsc":1294,"hDes":-790,"lGap":0}},{"family":"Gilda Display","fallbacks":["serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":892,"des":-285,"tAsc":892,"tDes":-285,"tLGap":0,"wAsc":892,"wDes":285,"xH":473,"capH":700,"yMin":-285,"yMax":892,"hAsc":892,"hDes":-285,"lGap":0}},{"family":"Gill Sans","fallbacks":["Gill Sans MT","Calibri","sans-serif"],"metrics":{"upm":2048,"asc":1880,"des":-472,"tAsc":1415,"tDes":-471,"tLGap":305,"wAsc":1880,"wDes":1880,"xH":920,"capH":1397,"yMin":-473,"yMax":1896,"hAsc":1880,"hDes":-472,"lGap":0},"weights":[400,700],"styles":["italic","regular"],"service":"system"},{"family":"Girassol","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":944,"des":-250,"tAsc":944,"tDes":-250,"tLGap":0,"wAsc":1070,"wDes":326,"xH":540,"capH":750,"yMin":-326,"yMax":1070,"hAsc":944,"hDes":-250,"lGap":0}},{"family":"Give You Glory","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1024,"asc":1020,"des":-625,"tAsc":1020,"tDes":-627,"tLGap":0,"wAsc":1020,"wDes":621,"xH":551,"capH":747,"yMin":-619,"yMax":1020,"hAsc":1020,"hDes":-625,"lGap":0}},{"family":"Glass Antiqua","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":835,"des":-200,"tAsc":835,"tDes":-200,"tLGap":0,"wAsc":835,"wDes":200,"xH":480,"capH":638,"yMin":-200,"yMax":834,"hAsc":835,"hDes":-200,"lGap":0}},{"family":"Glegoo","fallbacks":["serif"],"weights":[400,700],"styles":["regular"],"variants":[[0,400],[0,700]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1267,"des":-526,"tAsc":1267,"tDes":-526,"tLGap":0,"wAsc":1267,"wDes":526,"yMin":-518,"yMax":1267,"hAsc":1267,"hDes":-526,"lGap":0}},{"family":"Gloria Hallelujah","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1024,"asc":1439,"des":-591,"tAsc":1439,"tDes":-591,"tLGap":0,"wAsc":1439,"wDes":591,"xH":580,"capH":904,"yMin":-591,"yMax":1439,"hAsc":1439,"hDes":-591,"lGap":0}},{"family":"Glory","fallbacks":["sans-serif"],"weights":[100,200,300,400,500,600,700,800],"styles":["regular","italic"],"variants":[[0,100],[0,200],[0,300],[0,400],[0,500],[0,600],[0,700],[0,800],[1,100],[1,200],[1,300],[1,400],[1,500],[1,600],[1,700],[1,800]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":900,"des":-220,"tAsc":900,"tDes":-220,"tLGap":0,"wAsc":1015,"wDes":280,"xH":472,"capH":672,"yMin":-241,"yMax":961,"hAsc":900,"hDes":-220,"lGap":0}},{"family":"Gluten","fallbacks":["cursive"],"weights":[100,200,300,400,500,600,700,800,900],"styles":["regular"],"variants":[[0,100],[0,200],[0,300],[0,400],[0,500],[0,600],[0,700],[0,800],[0,900]],"service":"fonts.google.com","metrics":{"upm":2000,"asc":1290,"des":-475,"tAsc":1290,"tDes":-475,"tLGap":0,"wAsc":2395,"wDes":550,"xH":833,"capH":1167,"yMin":-467,"yMax":2010,"hAsc":1290,"hDes":-475,"lGap":0}},{"family":"Goblin One","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":2048,"asc":1920,"des":-640,"tAsc":1920,"tDes":-640,"tLGap":0,"wAsc":1920,"wDes":640,"xH":1107,"capH":1434,"yMin":-640,"yMax":1920,"hAsc":1920,"hDes":-640,"lGap":0}},{"family":"Gochi Hand","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":2048,"asc":1579,"des":-835,"tAsc":1579,"tDes":-835,"tLGap":0,"wAsc":1579,"wDes":835,"xH":765,"capH":975,"yMin":-835,"yMax":1579,"hAsc":1579,"hDes":-835,"lGap":0}},{"family":"Goldman","fallbacks":["cursive"],"weights":[400,700],"styles":["regular"],"variants":[[0,400],[0,700]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":900,"des":-300,"tAsc":900,"tDes":-300,"tLGap":0,"wAsc":1100,"wDes":700,"xH":448,"capH":588,"yMin":-680,"yMax":1054,"hAsc":900,"hDes":-300,"lGap":0}},{"family":"Gorditas","fallbacks":["cursive"],"weights":[400,700],"styles":["regular"],"variants":[[0,400],[0,700]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":954,"des":-259,"tAsc":954,"tDes":-259,"tLGap":0,"wAsc":954,"wDes":259,"xH":274,"capH":380,"yMin":-250,"yMax":948,"hAsc":954,"hDes":-259,"lGap":0}},{"family":"Gothic A1","fallbacks":["sans-serif"],"weights":[100,200,300,400,500,600,700,800,900],"styles":["regular"],"variants":[[0,100],[0,200],[0,300],[0,400],[0,500],[0,600],[0,700],[0,800],[0,900]],"service":"fonts.google.com","metrics":{"upm":1024,"asc":817,"des":-207,"tAsc":817,"tDes":-207,"tLGap":256,"wAsc":1238,"wDes":378,"xH":538,"capH":749,"yMin":-329,"yMax":1137,"hAsc":817,"hDes":-207,"lGap":256}},{"family":"Gotu","fallbacks":["sans-serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1115,"des":-545,"tAsc":1115,"tDes":-545,"tLGap":0,"wAsc":1124,"wDes":545,"xH":514,"capH":713,"yMin":-543,"yMax":1124,"hAsc":1115,"hDes":-545,"lGap":0}},{"family":"Goudy Bookletter 1911","fallbacks":["serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1024,"asc":983,"des":-318,"tAsc":755,"tDes":-269,"tLGap":92,"wAsc":983,"wDes":318,"xH":458,"capH":691,"yMin":-319,"yMax":983,"hAsc":983,"hDes":-318,"lGap":92}},{"family":"Gowun Batang","fallbacks":["serif"],"weights":[400,700],"styles":["regular"],"variants":[[0,400],[0,700]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1160,"des":-288,"tAsc":880,"tDes":-120,"tLGap":0,"wAsc":1160,"wDes":288,"xH":540,"capH":775,"yMin":-170,"yMax":1155,"hAsc":1160,"hDes":-288,"lGap":0}},{"family":"Gowun Dodum","fallbacks":["sans-serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1160,"des":-288,"tAsc":880,"tDes":-120,"tLGap":0,"wAsc":1160,"wDes":288,"xH":540,"capH":775,"yMin":-170,"yMax":1158,"hAsc":1160,"hDes":-288,"lGap":0}},{"family":"Graduate","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":953,"des":-186,"tAsc":953,"tDes":-186,"tLGap":0,"wAsc":953,"wDes":186,"xH":650,"capH":750,"yMin":-186,"yMax":953,"hAsc":953,"hDes":-186,"lGap":0}},{"family":"Grand Hotel","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":2048,"asc":1938,"des":-844,"tAsc":1938,"tDes":-844,"tLGap":0,"wAsc":1938,"wDes":844,"xH":803,"capH":1434,"yMin":-844,"yMax":1938,"hAsc":1938,"hDes":-844,"lGap":0}},{"family":"Grandstander","fallbacks":["cursive"],"weights":[100,200,300,400,500,600,700,800,900],"styles":["regular","italic"],"variants":[[0,100],[0,200],[0,300],[0,400],[0,500],[0,600],[0,700],[0,800],[0,900],[1,100],[1,200],[1,300],[1,400],[1,500],[1,600],[1,700],[1,800],[1,900]],"service":"fonts.google.com","metrics":{"upm":2000,"asc":1465,"des":-530,"tAsc":1465,"tDes":-530,"tLGap":0,"wAsc":2395,"wDes":915,"xH":1063,"capH":1291,"yMin":-560,"yMax":2188,"hAsc":1465,"hDes":-530,"lGap":0}},{"family":"Gravitas One","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":2048,"asc":1937,"des":-668,"tAsc":1937,"tDes":-668,"tLGap":0,"wAsc":1937,"wDes":668,"xH":1113,"capH":1417,"yMin":-668,"yMax":1937,"hAsc":1937,"hDes":-668,"lGap":0}},{"family":"Great Vibes","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":851,"des":-401,"tAsc":851,"tDes":-401,"tLGap":0,"wAsc":1100,"wDes":590,"xH":345,"capH":800,"yMin":-589,"yMax":1099,"hAsc":851,"hDes":-401,"lGap":0}},{"family":"Grechen Fuemen","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":900,"des":-320,"tAsc":900,"tDes":-320,"tLGap":0,"wAsc":1032,"wDes":304,"xH":317,"capH":580,"yMin":-304,"yMax":1032,"hAsc":900,"hDes":-320,"lGap":0}},{"family":"Grenze","fallbacks":["serif"],"weights":[100,200,300,400,500,600,700,800,900],"styles":["italic","regular"],"variants":[[0,100],[1,100],[0,200],[1,200],[0,300],[1,300],[0,400],[1,400],[0,500],[1,500],[0,600],[1,600],[0,700],[1,700],[0,800],[1,800],[0,900],[1,900]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1100,"des":-380,"tAsc":1100,"tDes":-380,"tLGap":0,"wAsc":1111,"wDes":380,"xH":448,"capH":603,"yMin":-252,"yMax":1017,"hAsc":1100,"hDes":-380,"lGap":0}},{"family":"Grenze Gotisch","fallbacks":["cursive"],"weights":[100,200,300,400,500,600,700,800,900],"styles":["regular"],"variants":[[0,100],[0,200],[0,300],[0,400],[0,500],[0,600],[0,700],[0,800],[0,900]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1100,"des":-380,"tAsc":1100,"tDes":-380,"tLGap":0,"wAsc":1111,"wDes":380,"xH":448,"capH":603,"yMin":-271,"yMax":984,"hAsc":1100,"hDes":-380,"lGap":0}},{"family":"Grey Qo","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":900,"des":-360,"tAsc":900,"tDes":-360,"tLGap":0,"wAsc":800,"wDes":493,"xH":265,"capH":540,"yMin":-473,"yMax":793,"hAsc":900,"hDes":-360,"lGap":0}},{"family":"Griffy","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1024,"asc":984,"des":-399,"tAsc":984,"tDes":-399,"tLGap":0,"wAsc":984,"wDes":399,"xH":0,"capH":0,"yMin":-399,"yMax":984,"hAsc":984,"hDes":-399,"lGap":0}},{"family":"Gruppo","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":2048,"asc":1639,"des":-340,"tAsc":1639,"tDes":-340,"tLGap":0,"wAsc":1639,"wDes":340,"xH":766,"capH":1114,"yMin":-340,"yMax":1639,"hAsc":1639,"hDes":-340,"lGap":0}},{"family":"Gudea","fallbacks":["sans-serif"],"weights":[400,700],"styles":["regular","italic"],"variants":[[0,400],[1,400],[0,700]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":972,"des":-264,"tAsc":972,"tDes":-264,"tLGap":0,"wAsc":972,"wDes":264,"xH":501,"capH":700,"yMin":-240,"yMax":972,"hAsc":972,"hDes":-264,"lGap":0}},{"family":"Gugi","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":858,"des":-142,"tAsc":858,"tDes":-142,"tLGap":250,"wAsc":869,"wDes":169,"xH":602,"capH":794,"yMin":-169,"yMax":866,"hAsc":858,"hDes":-142,"lGap":250}},{"family":"Gupter","fallbacks":["serif"],"weights":[400,500,700],"styles":["regular"],"variants":[[0,400],[0,500],[0,700]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":900,"des":-250,"tAsc":900,"tDes":-250,"tLGap":0,"wAsc":1100,"wDes":400,"xH":450,"capH":622,"yMin":-235,"yMax":837,"hAsc":900,"hDes":-250,"lGap":0}},{"family":"Gurajada","fallbacks":["serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1070,"asc":1294,"des":-810,"tAsc":1294,"tDes":-810,"tLGap":0,"wAsc":1294,"wDes":810,"xH":358,"capH":482,"yMin":-810,"yMax":1294,"hAsc":1294,"hDes":-810,"lGap":0}},{"family":"Habibi","fallbacks":["serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":2048,"asc":2000,"des":-560,"tAsc":2000,"tDes":-560,"tLGap":0,"wAsc":2000,"wDes":560,"xH":989,"capH":1508,"yMin":-562,"yMax":2000,"hAsc":2000,"hDes":-560,"lGap":0}},{"family":"Hachi Maru Pop","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1160,"des":-288,"tAsc":880,"tDes":-120,"tLGap":0,"wAsc":1160,"wDes":288,"xH":500,"capH":700,"yMin":-271,"yMax":812,"hAsc":1160,"hDes":-288,"lGap":0}},{"family":"Hahmlet","fallbacks":["serif"],"weights":[100,200,300,400,500,600,700,800,900],"styles":["regular"],"variants":[[0,100],[0,200],[0,300],[0,400],[0,500],[0,600],[0,700],[0,800],[0,900]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1160,"des":-288,"tAsc":880,"tDes":-120,"tLGap":0,"wAsc":1160,"wDes":288,"xH":492,"capH":742,"yMin":-265,"yMax":1116,"hAsc":1160,"hDes":-288,"lGap":0}},{"family":"Halant","fallbacks":["serif"],"weights":[300,400,500,600,700],"styles":["regular"],"variants":[[0,300],[0,400],[0,500],[0,600],[0,700]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1089,"des":-486,"tAsc":1089,"tDes":-486,"tLGap":0,"wAsc":1089,"wDes":486,"xH":504,"capH":660,"yMin":-422,"yMax":1009,"hAsc":1089,"hDes":-486,"lGap":0}},{"family":"Hammersmith One","fallbacks":["sans-serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":2048,"asc":1844,"des":-716,"tAsc":1844,"tDes":-716,"tLGap":0,"wAsc":1844,"wDes":716,"xH":1045,"capH":1330,"yMin":-716,"yMax":1843,"hAsc":1844,"hDes":-716,"lGap":0}},{"family":"Hanalei","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":2048,"asc":2124,"des":-541,"tAsc":2124,"tDes":-541,"tLGap":0,"wAsc":2124,"wDes":541,"xH":0,"capH":0,"yMin":-541,"yMax":2124,"hAsc":2124,"hDes":-541,"lGap":0}},{"family":"Hanalei Fill","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":2048,"asc":2124,"des":-541,"tAsc":2124,"tDes":-541,"tLGap":0,"wAsc":2124,"wDes":541,"xH":0,"capH":0,"yMin":-541,"yMax":2124,"hAsc":2124,"hDes":-541,"lGap":0}},{"family":"Handlee","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":934,"des":-401,"tAsc":933,"tDes":-401,"tLGap":0,"wAsc":934,"wDes":401,"xH":331,"capH":438,"yMin":-400,"yMax":934,"hAsc":934,"hDes":-401,"lGap":0}},{"family":"Hanuman","fallbacks":["serif"],"weights":[100,300,400,700,900],"styles":["regular"],"variants":[[0,100],[0,300],[0,400],[0,700],[0,900]],"service":"fonts.google.com","metrics":{"upm":2048,"asc":2000,"des":-1000,"tAsc":2000,"tDes":-1000,"tLGap":0,"wAsc":2197,"wDes":950,"xH":1098,"capH":1462,"yMin":-901,"yMax":2150,"hAsc":2000,"hDes":-1000,"lGap":0}},{"family":"Happy Monkey","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":950,"des":-255,"tAsc":950,"tDes":-255,"tLGap":0,"wAsc":950,"wDes":255,"xH":500,"capH":699,"yMin":-255,"yMax":950,"hAsc":950,"hDes":-255,"lGap":0}},{"family":"Harmattan","fallbacks":["sans-serif"],"weights":[400,700],"styles":["regular"],"variants":[[0,400],[0,700]],"service":"fonts.google.com","metrics":{"upm":2048,"asc":2166,"des":-1323,"tAsc":2166,"tDes":-1323,"tLGap":0,"wAsc":2166,"wDes":1323,"xH":778,"capH":1111,"yMin":-1308,"yMax":2133,"hAsc":2166,"hDes":-1323,"lGap":0}},{"family":"Headland One","fallbacks":["serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":2048,"asc":2043,"des":-522,"tAsc":2043,"tDes":-522,"tLGap":0,"wAsc":2043,"wDes":522,"xH":1189,"capH":1530,"yMin":-522,"yMax":2043,"hAsc":2043,"hDes":-522,"lGap":0}},{"family":"Heebo","fallbacks":["sans-serif"],"weights":[100,200,300,400,500,600,700,800,900],"styles":["regular"],"variants":[[0,100],[0,200],[0,300],[0,400],[0,500],[0,600],[0,700],[0,800],[0,900]],"service":"fonts.google.com","metrics":{"upm":2048,"asc":2146,"des":-862,"tAsc":2146,"tDes":-862,"tLGap":0,"wAsc":2146,"wDes":862,"xH":1178,"capH":1456,"yMin":-687,"yMax":2146,"hAsc":2146,"hDes":-862,"lGap":0}},{"family":"Henny Penny","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":2048,"asc":2324,"des":-1305,"tAsc":2324,"tDes":-1305,"tLGap":0,"wAsc":2324,"wDes":1305,"xH":1264,"capH":1794,"yMin":-1305,"yMax":2324,"hAsc":2324,"hDes":-1305,"lGap":0}},{"family":"Hepta Slab","fallbacks":["serif"],"weights":[100,200,300,400,500,600,700,800,900],"styles":["regular"],"variants":[[0,100],[0,200],[0,300],[0,400],[0,500],[0,600],[0,700],[0,800],[0,900]],"service":"fonts.google.com","metrics":{"upm":2000,"asc":1976,"des":-526,"tAsc":1976,"tDes":-526,"tLGap":0,"wAsc":2800,"wDes":660,"xH":1052,"capH":1504,"yMin":-494,"yMax":2430,"hAsc":1976,"hDes":-526,"lGap":0}},{"family":"Herr Von Muellerhoff","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":925,"des":-497,"tAsc":925,"tDes":-497,"tLGap":0,"wAsc":925,"wDes":497,"xH":269,"capH":644,"yMin":-497,"yMax":925,"hAsc":925,"hDes":-497,"lGap":0}},{"family":"Hi Melody","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1024,"asc":679,"des":-345,"tAsc":679,"tDes":-345,"tLGap":256,"wAsc":679,"wDes":345,"xH":321,"capH":512,"yMin":-345,"yMax":679,"hAsc":679,"hDes":-345,"lGap":256}},{"family":"Hina Mincho","fallbacks":["serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1160,"des":-288,"tAsc":880,"tDes":-120,"tLGap":0,"wAsc":1160,"wDes":288,"xH":380,"capH":700,"yMin":-321,"yMax":1035,"hAsc":1160,"hDes":-288,"lGap":0}},{"family":"Hind","fallbacks":["sans-serif"],"weights":[300,400,500,600,700],"styles":["regular"],"variants":[[0,300],[0,400],[0,500],[0,600],[0,700]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1055,"des":-546,"tAsc":1055,"tDes":-546,"tLGap":0,"wAsc":1055,"wDes":546,"xH":505,"capH":679,"yMin":-440,"yMax":1003,"hAsc":1055,"hDes":-546,"lGap":0}},{"family":"Hind Guntur","fallbacks":["sans-serif"],"weights":[300,400,500,600,700],"styles":["regular"],"variants":[[0,300],[0,400],[0,500],[0,600],[0,700]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1115,"des":-773,"tAsc":1115,"tDes":-773,"tLGap":0,"wAsc":1115,"wDes":773,"xH":505,"capH":679,"yMin":-682,"yMax":1045,"hAsc":1115,"hDes":-773,"lGap":0}},{"family":"Hind Madurai","fallbacks":["sans-serif"],"weights":[300,400,500,600,700],"styles":["regular"],"variants":[[0,300],[0,400],[0,500],[0,600],[0,700]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":982,"des":-398,"tAsc":982,"tDes":-398,"tLGap":0,"wAsc":982,"wDes":398,"xH":505,"capH":679,"yMin":-388,"yMax":930,"hAsc":982,"hDes":-398,"lGap":0}},{"family":"Hind Siliguri","fallbacks":["sans-serif"],"weights":[300,400,500,600,700],"styles":["regular"],"variants":[[0,300],[0,400],[0,500],[0,600],[0,700]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1116,"des":-501,"tAsc":1116,"tDes":-501,"tLGap":0,"wAsc":1116,"wDes":501,"xH":505,"capH":679,"yMin":-499,"yMax":1033,"hAsc":1116,"hDes":-501,"lGap":0}},{"family":"Hind Vadodara","fallbacks":["sans-serif"],"weights":[300,400,500,600,700],"styles":["regular"],"variants":[[0,300],[0,400],[0,500],[0,600],[0,700]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1125,"des":-373,"tAsc":1125,"tDes":-373,"tLGap":0,"wAsc":1125,"wDes":373,"xH":505,"capH":679,"yMin":-371,"yMax":1037,"hAsc":1125,"hDes":-373,"lGap":0}},{"family":"Holtwood One SC","fallbacks":["serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":2048,"asc":2457,"des":-876,"tAsc":2457,"tDes":-876,"tLGap":0,"wAsc":2457,"wDes":876,"xH":1408,"capH":1536,"yMin":-1226,"yMax":2457,"hAsc":2457,"hDes":-876,"lGap":0}},{"family":"Homemade Apple","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1024,"asc":1327,"des":-866,"tAsc":989,"tDes":-662,"tLGap":35,"wAsc":1327,"wDes":866,"xH":600,"capH":1022,"yMin":-866,"yMax":1327,"hAsc":1327,"hDes":-866,"lGap":18}},{"family":"Homenaje","fallbacks":["sans-serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":892,"des":-204,"tAsc":892,"tDes":-204,"tLGap":0,"wAsc":1116,"wDes":163,"xH":520,"capH":700,"yMin":-204,"yMax":892,"hAsc":892,"hDes":-204,"lGap":0}},{"family":"Hurricane","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":950,"des":-430,"tAsc":950,"tDes":-430,"tLGap":0,"wAsc":982,"wDes":609,"xH":326,"capH":610,"yMin":-609,"yMax":982,"hAsc":950,"hDes":-430,"lGap":0}},{"family":"Ibarra Real Nova","fallbacks":["serif"],"weights":[400,500,600,700],"styles":["regular","italic"],"variants":[[0,400],[0,500],[0,600],[0,700],[1,400],[1,500],[1,600],[1,700]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":950,"des":-300,"tAsc":950,"tDes":-300,"tLGap":0,"wAsc":1100,"wDes":400,"xH":426,"capH":673,"yMin":-260,"yMax":881,"hAsc":950,"hDes":-300,"lGap":0}},{"family":"IBM Plex Mono","fallbacks":["monospace"],"weights":[100,200,300,400,500,600,700],"styles":["italic","regular"],"variants":[[0,100],[1,100],[0,200],[1,200],[0,300],[1,300],[0,400],[1,400],[0,500],[1,500],[0,600],[1,600],[0,700],[1,700]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1025,"des":-275,"tAsc":780,"tDes":-220,"tLGap":300,"wAsc":1025,"wDes":275,"xH":516,"capH":698,"yMin":-251,"yMax":1119,"hAsc":1025,"hDes":-275,"lGap":0}},{"family":"IBM Plex Sans","fallbacks":["sans-serif"],"weights":[100,200,300,400,500,600,700],"styles":["italic","regular"],"variants":[[0,100],[1,100],[0,200],[1,200],[0,300],[1,300],[0,400],[1,400],[0,500],[1,500],[0,600],[1,600],[0,700],[1,700]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1025,"des":-275,"tAsc":780,"tDes":-220,"tLGap":300,"wAsc":1025,"wDes":275,"xH":516,"capH":698,"yMin":-245,"yMax":1119,"hAsc":1025,"hDes":-275,"lGap":0}},{"family":"IBM Plex Sans Arabic","fallbacks":["sans-serif"],"weights":[100,200,300,400,500,600,700],"styles":["regular"],"variants":[[0,100],[0,200],[0,300],[0,400],[0,500],[0,600],[0,700]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1085,"des":-415,"tAsc":1085,"tDes":-415,"tLGap":0,"wAsc":1128,"wDes":601,"xH":516,"capH":698,"yMin":-568,"yMax":1075,"hAsc":1085,"hDes":-415,"lGap":0}},{"family":"IBM Plex Sans Condensed","fallbacks":["sans-serif"],"weights":[100,200,300,400,500,600,700],"styles":["italic","regular"],"variants":[[0,100],[1,100],[0,200],[1,200],[0,300],[1,300],[0,400],[1,400],[0,500],[1,500],[0,600],[1,600],[0,700],[1,700]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1025,"des":-275,"tAsc":780,"tDes":-220,"tLGap":300,"wAsc":1025,"wDes":275,"xH":516,"capH":698,"yMin":-246,"yMax":1126,"hAsc":1025,"hDes":-275,"lGap":0}},{"family":"IBM Plex Sans Devanagari","fallbacks":["sans-serif"],"weights":[100,200,300,400,500,600,700],"styles":["regular"],"variants":[[0,100],[0,200],[0,300],[0,400],[0,500],[0,600],[0,700]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1070,"des":-460,"tAsc":1070,"tDes":-460,"tLGap":0,"wAsc":1099,"wDes":488,"xH":516,"capH":698,"yMin":-421,"yMax":1021,"hAsc":1070,"hDes":-460,"lGap":0}},{"family":"IBM Plex Sans Hebrew","fallbacks":["sans-serif"],"weights":[100,200,300,400,500,600,700],"styles":["regular"],"variants":[[0,100],[0,200],[0,300],[0,400],[0,500],[0,600],[0,700]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1025,"des":-275,"tAsc":1025,"tDes":-275,"tLGap":0,"wAsc":1025,"wDes":365,"xH":516,"capH":698,"yMin":-314,"yMax":976,"hAsc":1025,"hDes":-275,"lGap":0}},{"family":"IBM Plex Sans KR","fallbacks":["sans-serif"],"weights":[100,200,300,400,500,600,700],"styles":["regular"],"variants":[[0,100],[0,200],[0,300],[0,400],[0,500],[0,600],[0,700]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1085,"des":-415,"tAsc":880,"tDes":-120,"tLGap":0,"wAsc":1085,"wDes":415,"xH":516,"capH":698,"yMin":-757,"yMax":1367,"hAsc":1085,"hDes":-415,"lGap":0}},{"family":"IBM Plex Sans Thai","fallbacks":["sans-serif"],"weights":[100,200,300,400,500,600,700],"styles":["regular"],"variants":[[0,100],[0,200],[0,300],[0,400],[0,500],[0,600],[0,700]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1116,"des":-534,"tAsc":1116,"tDes":-534,"tLGap":0,"wAsc":1116,"wDes":534,"xH":516,"capH":698,"yMin":-533,"yMax":1076,"hAsc":1116,"hDes":-534,"lGap":0}},{"family":"IBM Plex Sans Thai Looped","fallbacks":["sans-serif"],"weights":[100,200,300,400,500,600,700],"styles":["regular"],"variants":[[0,100],[0,200],[0,300],[0,400],[0,500],[0,600],[0,700]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1116,"des":-534,"tAsc":1116,"tDes":-534,"tLGap":0,"wAsc":1239,"wDes":534,"xH":516,"capH":698,"yMin":-533,"yMax":1159,"hAsc":1116,"hDes":-534,"lGap":0}},{"family":"IBM Plex Serif","fallbacks":["serif"],"weights":[100,200,300,400,500,600,700],"styles":["italic","regular"],"variants":[[0,100],[1,100],[0,200],[1,200],[0,300],[1,300],[0,400],[1,400],[0,500],[1,500],[0,600],[1,600],[0,700],[1,700]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1025,"des":-275,"tAsc":1025,"tDes":-275,"tLGap":0,"wAsc":1150,"wDes":286,"xH":516,"capH":698,"yMin":-246,"yMax":1122,"hAsc":1025,"hDes":-275,"lGap":0}},{"family":"Iceberg","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":936,"des":-284,"tAsc":936,"tDes":-284,"tLGap":0,"wAsc":936,"wDes":284,"xH":519,"capH":691,"yMin":-284,"yMax":936,"hAsc":936,"hDes":-284,"lGap":0}},{"family":"Iceland","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":750,"des":-220,"tAsc":750,"tDes":-220,"tLGap":0,"wAsc":750,"wDes":220,"xH":350,"capH":490,"yMin":-220,"yMax":750,"hAsc":750,"hDes":-220,"lGap":0}},{"family":"IM Fell Double Pica","fallbacks":["serif"],"weights":[400],"styles":["regular","italic"],"variants":[[0,400],[1,400]],"service":"fonts.google.com","metrics":{"upm":2048,"asc":1924,"des":-643,"tAsc":1485,"tDes":-593,"tLGap":489,"wAsc":1924,"wDes":643,"xH":926,"capH":1509,"yMin":-617,"yMax":1937,"hAsc":1924,"hDes":-643,"lGap":0}},{"family":"IM Fell Double Pica SC","fallbacks":["serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":2048,"asc":1924,"des":-643,"tAsc":1485,"tDes":-593,"tLGap":489,"wAsc":1924,"wDes":643,"xH":946,"capH":1509,"yMin":-595,"yMax":1926,"hAsc":1924,"hDes":-643,"lGap":0}},{"family":"IM Fell DW Pica","fallbacks":["serif"],"weights":[400],"styles":["regular","italic"],"variants":[[0,400],[1,400]],"service":"fonts.google.com","metrics":{"upm":2048,"asc":1868,"des":-692,"tAsc":1548,"tDes":-640,"tLGap":372,"wAsc":1868,"wDes":692,"xH":903,"capH":1438,"yMin":-645,"yMax":1915,"hAsc":1868,"hDes":-692,"lGap":0}},{"family":"IM Fell DW Pica SC","fallbacks":["serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":2048,"asc":1868,"des":-692,"tAsc":1548,"tDes":-640,"tLGap":372,"wAsc":1868,"wDes":692,"xH":903,"capH":1438,"yMin":-578,"yMax":1868,"hAsc":1868,"hDes":-692,"lGap":0}},{"family":"IM Fell English","fallbacks":["serif"],"weights":[400],"styles":["regular","italic"],"variants":[[0,400],[1,400]],"service":"fonts.google.com","metrics":{"upm":2048,"asc":1854,"des":-744,"tAsc":1519,"tDes":-637,"tLGap":442,"wAsc":1854,"wDes":744,"xH":962,"capH":1417,"yMin":-588,"yMax":1854,"hAsc":1854,"hDes":-744,"lGap":0}},{"family":"IM Fell English SC","fallbacks":["serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":2048,"asc":1854,"des":-744,"tAsc":1519,"tDes":-637,"tLGap":442,"wAsc":1854,"wDes":744,"xH":901,"capH":1417,"yMin":-588,"yMax":1854,"hAsc":1854,"hDes":-744,"lGap":0}},{"family":"IM Fell French Canon","fallbacks":["serif"],"weights":[400],"styles":["regular","italic"],"variants":[[0,400],[1,400]],"service":"fonts.google.com","metrics":{"upm":2048,"asc":1868,"des":-530,"tAsc":1501,"tDes":-508,"tLGap":389,"wAsc":1868,"wDes":530,"xH":981,"capH":1465,"yMin":-530,"yMax":1873,"hAsc":1868,"hDes":-530,"lGap":0}},{"family":"IM Fell French Canon SC","fallbacks":["serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":2048,"asc":1868,"des":-530,"tAsc":1501,"tDes":-508,"tLGap":389,"wAsc":1868,"wDes":530,"xH":984,"capH":1465,"yMin":-523,"yMax":1873,"hAsc":1868,"hDes":-530,"lGap":0}},{"family":"IM Fell Great Primer","fallbacks":["serif"],"weights":[400],"styles":["regular","italic"],"variants":[[0,400],[1,400]],"service":"fonts.google.com","metrics":{"upm":2048,"asc":1942,"des":-562,"tAsc":1500,"tDes":-505,"tLGap":499,"wAsc":1942,"wDes":562,"xH":962,"capH":1488,"yMin":-562,"yMax":1943,"hAsc":1942,"hDes":-562,"lGap":0}},{"family":"IM Fell Great Primer SC","fallbacks":["serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":2048,"asc":1942,"des":-562,"tAsc":1500,"tDes":-505,"tLGap":499,"wAsc":1942,"wDes":562,"xH":957,"capH":1488,"yMin":-562,"yMax":1943,"hAsc":1942,"hDes":-562,"lGap":0}},{"family":"Imbue","fallbacks":["serif"],"weights":[100,200,300,400,500,600,700,800,900],"styles":["regular"],"variants":[[0,100],[0,200],[0,300],[0,400],[0,500],[0,600],[0,700],[0,800],[0,900]],"service":"fonts.google.com","metrics":{"upm":2000,"asc":1900,"des":-500,"tAsc":1900,"tDes":-500,"tLGap":0,"wAsc":2020,"wDes":540,"xH":1046,"capH":1400,"yMin":-502,"yMax":2014,"hAsc":1900,"hDes":-500,"lGap":0}},{"family":"Imprima","fallbacks":["sans-serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":919,"des":-239,"tAsc":919,"tDes":-239,"tLGap":0,"wAsc":919,"wDes":239,"xH":500,"capH":680,"yMin":-239,"yMax":919,"hAsc":919,"hDes":-239,"lGap":0}},{"family":"Inconsolata","fallbacks":["monospace"],"weights":[200,300,400,500,600,700,800,900],"styles":["regular"],"variants":[[0,200],[0,300],[0,400],[0,500],[0,600],[0,700],[0,800],[0,900]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":859,"des":-190,"tAsc":859,"tDes":-190,"tLGap":0,"wAsc":1004,"wDes":454,"xH":457,"capH":623,"yMin":-400,"yMax":1000,"hAsc":859,"hDes":-190,"lGap":0}},{"family":"Inder","fallbacks":["sans-serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":2048,"asc":2040,"des":-520,"tAsc":2040,"tDes":-520,"tLGap":0,"wAsc":2040,"wDes":520,"xH":1032,"capH":1392,"yMin":-520,"yMax":2040,"hAsc":2040,"hDes":-520,"lGap":0}},{"family":"Indie Flower","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1024,"asc":994,"des":-500,"tAsc":994,"tDes":-500,"tLGap":0,"wAsc":994,"wDes":500,"xH":374,"capH":587,"yMin":-500,"yMax":994,"hAsc":994,"hDes":-500,"lGap":0}},{"family":"Inika","fallbacks":["serif"],"weights":[400,700],"styles":["regular"],"variants":[[0,400],[0,700]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1006,"des":-297,"tAsc":1006,"tDes":-297,"tLGap":0,"wAsc":1006,"wDes":297,"xH":509,"capH":700,"yMin":-289,"yMax":1006,"hAsc":1006,"hDes":-297,"lGap":0}},{"family":"Inknut Antiqua","fallbacks":["serif"],"weights":[300,400,500,600,700,800,900],"styles":["regular"],"variants":[[0,300],[0,400],[0,500],[0,600],[0,700],[0,800],[0,900]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1703,"des":-876,"tAsc":1703,"tDes":-876,"tLGap":0,"wAsc":1703,"wDes":876,"xH":531,"capH":786,"yMin":-846,"yMax":1566,"hAsc":1703,"hDes":-876,"lGap":0}},{"family":"Inria Sans","fallbacks":["sans-serif"],"weights":[300,400,700],"styles":["italic","regular"],"variants":[[0,300],[1,300],[0,400],[1,400],[0,700],[1,700]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":976,"des":-223,"tAsc":976,"tDes":-223,"tLGap":0,"wAsc":998,"wDes":256,"xH":495,"capH":680,"yMin":-248,"yMax":990,"hAsc":976,"hDes":-223,"lGap":0}},{"family":"Inria Serif","fallbacks":["serif"],"weights":[300,400,700],"styles":["italic","regular"],"variants":[[0,300],[1,300],[0,400],[1,400],[0,700],[1,700]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":976,"des":-223,"tAsc":976,"tDes":-223,"tLGap":0,"wAsc":976,"wDes":248,"xH":495,"capH":680,"yMin":-242,"yMax":974,"hAsc":976,"hDes":-223,"lGap":0}},{"family":"Inter","fallbacks":["sans-serif"],"weights":[100,200,300,400,500,600,700,800,900],"styles":["regular"],"variants":[[0,100],[0,200],[0,300],[0,400],[0,500],[0,600],[0,700],[0,800],[0,900]],"service":"fonts.google.com","metrics":{"upm":2816,"asc":2728,"des":-680,"tAsc":2728,"tDes":-680,"tLGap":0,"wAsc":2728,"wDes":680,"xH":1536,"capH":2048,"yMin":-900,"yMax":3072,"hAsc":2728,"hDes":-680,"lGap":0}},{"family":"Irish Grover","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1024,"asc":965,"des":-246,"tAsc":780,"tDes":-180,"tLGap":54,"wAsc":965,"wDes":246,"xH":573,"capH":731,"yMin":-246,"yMax":965,"hAsc":965,"hDes":-246,"lGap":27}},{"family":"Istok Web","fallbacks":["sans-serif"],"weights":[400,700],"styles":["regular","italic"],"variants":[[0,400],[1,400],[0,700],[1,700]],"service":"fonts.google.com","metrics":{"upm":2048,"asc":2061,"des":-887,"tAsc":2061,"tDes":-887,"tLGap":0,"wAsc":2061,"wDes":887,"xH":1050,"capH":1434,"yMin":-887,"yMax":2052,"hAsc":2061,"hDes":-887,"lGap":0}},{"family":"Italiana","fallbacks":["serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":928,"des":-250,"tAsc":928,"tDes":-250,"tLGap":0,"wAsc":928,"wDes":250,"xH":500,"capH":700,"yMin":-250,"yMax":928,"hAsc":928,"hDes":-250,"lGap":0}},{"family":"Italianno","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":800,"des":-450,"tAsc":800,"tDes":-450,"tLGap":0,"wAsc":900,"wDes":560,"xH":273,"capH":577,"yMin":-556,"yMax":876,"hAsc":800,"hDes":-450,"lGap":0}},{"family":"Itim","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":950,"des":-250,"tAsc":750,"tDes":-250,"tLGap":200,"wAsc":950,"wDes":250,"xH":474,"capH":635,"yMin":-452,"yMax":978,"hAsc":950,"hDes":-250,"lGap":0}},{"family":"Jacques Francois","fallbacks":["serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":2048,"asc":2095,"des":-606,"tAsc":2095,"tDes":-606,"tLGap":0,"wAsc":2095,"wDes":606,"xH":879,"capH":1464,"yMin":-565,"yMax":2054,"hAsc":2095,"hDes":-606,"lGap":0}},{"family":"Jacques Francois Shadow","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":2048,"asc":2095,"des":-606,"tAsc":2095,"tDes":-606,"tLGap":0,"wAsc":2095,"wDes":606,"xH":930,"capH":1513,"yMin":-606,"yMax":2095,"hAsc":2095,"hDes":-606,"lGap":0}},{"family":"Jaldi","fallbacks":["sans-serif"],"weights":[400,700],"styles":["regular"],"variants":[[0,400],[0,700]],"service":"fonts.google.com","metrics":{"upm":2048,"asc":2350,"des":-1111,"tAsc":2350,"tDes":-1111,"tLGap":0,"wAsc":2350,"wDes":1111,"xH":930,"capH":1243,"yMin":-972,"yMax":2350,"hAsc":2350,"hDes":-1111,"lGap":0}},{"family":"JetBrains Mono","fallbacks":["monospace"],"weights":[100,200,300,400,500,600,700,800],"styles":["regular","italic"],"variants":[[0,100],[0,200],[0,300],[0,400],[0,500],[0,600],[0,700],[0,800],[1,100],[1,200],[1,300],[1,400],[1,500],[1,600],[1,700],[1,800]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1020,"des":-300,"tAsc":1020,"tDes":-300,"tLGap":0,"wAsc":1020,"wDes":300,"xH":550,"capH":730,"yMin":-300,"yMax":1020,"hAsc":1020,"hDes":-300,"lGap":0}},{"family":"Jim Nightshade","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":2048,"asc":1852,"des":-1050,"tAsc":1852,"tDes":-1050,"tLGap":0,"wAsc":1852,"wDes":1050,"xH":930,"capH":1234,"yMin":-1050,"yMax":1852,"hAsc":1852,"hDes":-1050,"lGap":0}},{"family":"Jockey One","fallbacks":["sans-serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1079,"des":-319,"tAsc":1079,"tDes":-319,"tLGap":0,"wAsc":1079,"wDes":319,"xH":511,"capH":700,"yMin":-319,"yMax":1079,"hAsc":1079,"hDes":-319,"lGap":0}},{"family":"Jolly Lodger","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1024,"asc":988,"des":-257,"tAsc":988,"tDes":-257,"tLGap":0,"wAsc":988,"wDes":263,"xH":642,"capH":757,"yMin":-257,"yMax":988,"hAsc":988,"hDes":-257,"lGap":0}},{"family":"Jomhuria","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":3000,"asc":1840,"des":-1160,"tAsc":1840,"tDes":-1160,"tLGap":0,"wAsc":3083,"wDes":1575,"xH":850,"capH":1172,"yMin":-1575,"yMax":3083,"hAsc":1840,"hDes":-1160,"lGap":0}},{"family":"Jomolhari","fallbacks":["serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1024,"asc":1248,"des":-392,"tAsc":1248,"tDes":-392,"tLGap":0,"wAsc":1302,"wDes":610,"xH":360,"capH":756,"yMin":-610,"yMax":1302,"hAsc":1248,"hDes":-392,"lGap":0}},{"family":"Josefin Sans","fallbacks":["sans-serif"],"weights":[100,200,300,400,500,600,700],"styles":["regular","italic"],"variants":[[0,100],[0,200],[0,300],[0,400],[0,500],[0,600],[0,700],[1,100],[1,200],[1,300],[1,400],[1,500],[1,600],[1,700]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":750,"des":-250,"tAsc":750,"tDes":-250,"tLGap":0,"wAsc":1242,"wDes":324,"xH":378,"capH":702,"yMin":-233,"yMax":1096,"hAsc":750,"hDes":-250,"lGap":0}},{"family":"Josefin Slab","fallbacks":["serif"],"weights":[100,200,300,400,500,600,700],"styles":["regular","italic"],"variants":[[0,100],[0,200],[0,300],[0,400],[0,500],[0,600],[0,700],[1,100],[1,200],[1,300],[1,400],[1,500],[1,600],[1,700]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":750,"des":-250,"tAsc":750,"tDes":-250,"tLGap":0,"wAsc":932,"wDes":250,"xH":375,"capH":700,"yMin":-250,"yMax":931,"hAsc":750,"hDes":-250,"lGap":0}},{"family":"Jost","fallbacks":["sans-serif"],"weights":[100,200,300,400,500,600,700,800,900],"styles":["regular","italic"],"variants":[[0,100],[0,200],[0,300],[0,400],[0,500],[0,600],[0,700],[0,800],[0,900],[1,100],[1,200],[1,300],[1,400],[1,500],[1,600],[1,700],[1,800],[1,900]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1070,"des":-375,"tAsc":1070,"tDes":-375,"tLGap":0,"wAsc":1070,"wDes":375,"xH":460,"capH":700,"yMin":-350,"yMax":1030,"hAsc":1070,"hDes":-375,"lGap":0}},{"family":"Joti One","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1003,"des":-331,"tAsc":1003,"tDes":-331,"tLGap":0,"wAsc":1003,"wDes":331,"xH":500,"capH":665,"yMin":-331,"yMax":1003,"hAsc":1003,"hDes":-331,"lGap":0}},{"family":"Jua","fallbacks":["sans-serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":800,"des":-200,"tAsc":800,"tDes":-200,"tLGap":250,"wAsc":874,"wDes":239,"xH":432,"capH":711,"yMin":-242,"yMax":867,"hAsc":800,"hDes":-200,"lGap":250}},{"family":"Judson","fallbacks":["serif"],"weights":[400,700],"styles":["regular","italic"],"variants":[[0,400],[1,400],[0,700]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":902,"des":-248,"tAsc":902,"tDes":-248,"tLGap":0,"wAsc":902,"wDes":248,"xH":440,"capH":585,"yMin":-248,"yMax":902,"hAsc":902,"hDes":-248,"lGap":0}},{"family":"Julee","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":894,"des":-284,"tAsc":894,"tDes":-284,"tLGap":0,"wAsc":894,"wDes":284,"xH":153,"capH":207,"yMin":-284,"yMax":894,"hAsc":894,"hDes":-284,"lGap":0}},{"family":"Julius Sans One","fallbacks":["sans-serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":863,"des":-228,"tAsc":863,"tDes":-228,"tLGap":0,"wAsc":863,"wDes":228,"xH":649,"capH":715,"yMin":-228,"yMax":863,"hAsc":863,"hDes":-228,"lGap":0}},{"family":"Junge","fallbacks":["serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":2048,"asc":1901,"des":-588,"tAsc":1901,"tDes":-588,"tLGap":0,"wAsc":1901,"wDes":588,"xH":1010,"capH":1444,"yMin":-588,"yMax":1901,"hAsc":1901,"hDes":-588,"lGap":0}},{"family":"Jura","fallbacks":["sans-serif"],"weights":[300,400,500,600,700],"styles":["regular"],"variants":[[0,300],[0,400],[0,500],[0,600],[0,700]],"service":"fonts.google.com","metrics":{"upm":2000,"asc":1930,"des":-436,"tAsc":1930,"tDes":-436,"tLGap":0,"wAsc":2203,"wDes":456,"xH":922,"capH":1266,"yMin":-420,"yMax":2137,"hAsc":1930,"hDes":-436,"lGap":0}},{"family":"Just Another Hand","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":2048,"asc":1440,"des":-608,"tAsc":1440,"tDes":-608,"tLGap":0,"wAsc":1842,"wDes":755,"xH":880,"capH":1436,"yMin":-755,"yMax":1842,"hAsc":1440,"hDes":-608,"lGap":0}},{"family":"Just Me Again Down Here","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1069,"des":-429,"tAsc":1069,"tDes":-429,"tLGap":0,"wAsc":1069,"wDes":429,"xH":289,"capH":600,"yMin":-429,"yMax":1069,"hAsc":1069,"hDes":-429,"lGap":0}},{"family":"K2D","fallbacks":["sans-serif"],"weights":[100,200,300,400,500,600,700,800],"styles":["italic","regular"],"variants":[[0,100],[1,100],[0,200],[1,200],[0,300],[1,300],[0,400],[1,400],[0,500],[1,500],[0,600],[1,600],[0,700],[1,700],[0,800],[1,800]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1048,"des":-252,"tAsc":1048,"tDes":-252,"tLGap":0,"wAsc":1339,"wDes":577,"xH":500,"capH":700,"yMin":-513,"yMax":1262,"hAsc":1048,"hDes":-252,"lGap":0}},{"family":"Kadwa","fallbacks":["serif"],"weights":[400,700],"styles":["regular"],"variants":[[0,400],[0,700]],"service":"fonts.google.com","metrics":{"upm":2048,"asc":2691,"des":-1421,"tAsc":2691,"tDes":-1421,"tLGap":0,"wAsc":2691,"wDes":1421,"xH":1085,"capH":1434,"yMin":-1233,"yMax":2464,"hAsc":2691,"hDes":-1421,"lGap":0}},{"family":"Kaisei Decol","fallbacks":["serif"],"weights":[400,500,700],"styles":["regular"],"variants":[[0,400],[0,500],[0,700]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1160,"des":-288,"tAsc":880,"tDes":-120,"tLGap":0,"wAsc":1160,"wDes":288,"xH":501,"capH":738,"yMin":-209,"yMax":933,"hAsc":1160,"hDes":-288,"lGap":0}},{"family":"Kaisei HarunoUmi","fallbacks":["serif"],"weights":[400,500,700],"styles":["regular"],"variants":[[0,400],[0,500],[0,700]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1160,"des":-288,"tAsc":880,"tDes":-120,"tLGap":0,"wAsc":1160,"wDes":288,"xH":501,"capH":738,"yMin":-209,"yMax":933,"hAsc":1160,"hDes":-288,"lGap":0}},{"family":"Kaisei Opti","fallbacks":["serif"],"weights":[400,500,700],"styles":["regular"],"variants":[[0,400],[0,500],[0,700]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1160,"des":-288,"tAsc":880,"tDes":-120,"tLGap":0,"wAsc":1160,"wDes":288,"xH":501,"capH":738,"yMin":-209,"yMax":933,"hAsc":1160,"hDes":-288,"lGap":0}},{"family":"Kaisei Tokumin","fallbacks":["serif"],"weights":[400,500,700,800],"styles":["regular"],"variants":[[0,400],[0,500],[0,700],[0,800]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1160,"des":-288,"tAsc":880,"tDes":-120,"tLGap":0,"wAsc":1160,"wDes":288,"xH":501,"capH":738,"yMin":-209,"yMax":933,"hAsc":1160,"hDes":-288,"lGap":0}},{"family":"Kalam","fallbacks":["cursive"],"weights":[300,400,700],"styles":["regular"],"variants":[[0,300],[0,400],[0,700]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1063,"des":-531,"tAsc":1063,"tDes":-531,"tLGap":0,"wAsc":1063,"wDes":531,"xH":526,"capH":739,"yMin":-471,"yMax":1031,"hAsc":1063,"hDes":-531,"lGap":0}},{"family":"Kameron","fallbacks":["serif"],"weights":[400,700],"styles":["regular"],"variants":[[0,400],[0,700]],"service":"fonts.google.com","metrics":{"upm":2048,"asc":1823,"des":-608,"tAsc":1823,"tDes":-608,"tLGap":0,"wAsc":1823,"wDes":608,"xH":894,"capH":1290,"yMin":-608,"yMax":1823,"hAsc":1823,"hDes":-608,"lGap":0}},{"family":"Kanit","fallbacks":["sans-serif"],"weights":[100,200,300,400,500,600,700,800,900],"styles":["italic","regular"],"variants":[[0,100],[1,100],[0,200],[1,200],[0,300],[1,300],[0,400],[1,400],[0,500],[1,500],[0,600],[1,600],[0,700],[1,700],[0,800],[1,800],[0,900],[1,900]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1100,"des":-395,"tAsc":1100,"tDes":-395,"tLGap":0,"wAsc":1180,"wDes":400,"xH":474,"capH":644,"yMin":-351,"yMax":1061,"hAsc":1100,"hDes":-395,"lGap":0}},{"family":"Kantumruy","fallbacks":["sans-serif"],"weights":[300,400,700],"styles":["regular"],"variants":[[0,300],[0,400],[0,700]],"service":"fonts.google.com","metrics":{"upm":2048,"asc":2500,"des":-1200,"tAsc":2500,"tDes":-1200,"tLGap":132,"wAsc":2500,"wDes":1200,"xH":1098,"capH":1462,"yMin":-1200,"yMax":2500,"hAsc":2500,"hDes":-1200,"lGap":0}},{"family":"Karantina","fallbacks":["cursive"],"weights":[300,400,700],"styles":["regular"],"variants":[[0,300],[0,400],[0,700]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":859,"des":-153,"tAsc":859,"tDes":-153,"tLGap":0,"wAsc":859,"wDes":228,"xH":500,"capH":700,"yMin":-206,"yMax":845,"hAsc":859,"hDes":-153,"lGap":0}},{"family":"Karla","fallbacks":["sans-serif"],"weights":[200,300,400,500,600,700,800],"styles":["regular","italic"],"variants":[[0,200],[0,300],[0,400],[0,500],[0,600],[0,700],[0,800],[1,200],[1,300],[1,400],[1,500],[1,600],[1,700],[1,800]],"service":"fonts.google.com","metrics":{"upm":2000,"asc":1834,"des":-504,"tAsc":1834,"tDes":-504,"tLGap":0,"wAsc":2062,"wDes":545,"xH":956,"capH":1256,"yMin":-492,"yMax":1952,"hAsc":1834,"hDes":-504,"lGap":0}},{"family":"Karma","fallbacks":["serif"],"weights":[300,400,500,600,700],"styles":["regular"],"variants":[[0,300],[0,400],[0,500],[0,600],[0,700]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":945,"des":-508,"tAsc":945,"tDes":-508,"tLGap":0,"wAsc":945,"wDes":508,"xH":489,"capH":677,"yMin":-508,"yMax":945,"hAsc":945,"hDes":-508,"lGap":0}},{"family":"Katibeh","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":490,"des":-510,"tAsc":800,"tDes":-200,"tLGap":200,"wAsc":1000,"wDes":200,"xH":500,"capH":700,"yMin":-637,"yMax":1094,"hAsc":490,"hDes":-510,"lGap":200}},{"family":"Kaushan Script","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1084,"des":-367,"tAsc":1084,"tDes":-367,"tLGap":0,"wAsc":1084,"wDes":367,"xH":452,"capH":714,"yMin":-367,"yMax":1084,"hAsc":1084,"hDes":-367,"lGap":0}},{"family":"Kavivanar","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1065,"des":-417,"tAsc":1065,"tDes":-417,"tLGap":0,"wAsc":1065,"wDes":417,"yMin":-417,"yMax":1065,"hAsc":1065,"hDes":-417,"lGap":0}},{"family":"Kavoon","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":2048,"asc":2020,"des":-540,"tAsc":2020,"tDes":-540,"tLGap":0,"wAsc":2020,"wDes":540,"xH":1185,"capH":1530,"yMin":-524,"yMax":2365,"hAsc":2020,"hDes":-540,"lGap":0}},{"family":"Kdam Thmor","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":2048,"asc":2500,"des":-1200,"tAsc":2500,"tDes":-1200,"tLGap":132,"wAsc":2500,"wDes":1200,"xH":1098,"capH":1462,"yMin":-1200,"yMax":2450,"hAsc":2500,"hDes":-1200,"lGap":0}},{"family":"Keania One","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":989,"des":-228,"tAsc":989,"tDes":-228,"tLGap":0,"wAsc":989,"wDes":228,"xH":500,"capH":723,"yMin":-228,"yMax":989,"hAsc":989,"hDes":-228,"lGap":0}},{"family":"Kelly Slab","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":962,"des":-250,"tAsc":962,"tDes":-250,"tLGap":0,"wAsc":962,"wDes":250,"xH":500,"capH":750,"yMin":-250,"yMax":962,"hAsc":962,"hDes":-250,"lGap":0}},{"family":"Kenia","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":750,"des":-250,"tAsc":750,"tDes":-250,"tLGap":0,"wAsc":958,"wDes":330,"xH":512,"capH":727,"yMin":-330,"yMax":958,"hAsc":750,"hDes":-250,"lGap":0}},{"family":"Khand","fallbacks":["sans-serif"],"weights":[300,400,500,600,700],"styles":["regular"],"variants":[[0,300],[0,400],[0,500],[0,600],[0,700]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1050,"des":-479,"tAsc":1050,"tDes":-479,"tLGap":0,"wAsc":1050,"wDes":479,"xH":569,"capH":672,"yMin":-394,"yMax":933,"hAsc":1050,"hDes":-479,"lGap":0}},{"family":"Khmer","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":2048,"asc":2300,"des":-1200,"tAsc":2300,"tDes":-1200,"tLGap":132,"wAsc":2300,"wDes":1200,"xH":1098,"capH":1462,"yMin":-1200,"yMax":2283,"hAsc":2300,"hDes":-1200,"lGap":0}},{"family":"Khula","fallbacks":["sans-serif"],"weights":[300,400,600,700,800],"styles":["regular"],"variants":[[0,300],[0,400],[0,600],[0,700],[0,800]],"service":"fonts.google.com","metrics":{"upm":1978,"asc":1978,"des":-1198,"tAsc":1978,"tDes":-1198,"tLGap":0,"wAsc":1978,"wDes":1198,"xH":986,"capH":1316,"yMin":-1021,"yMax":1883,"hAsc":1978,"hDes":-1198,"lGap":0}},{"family":"Kings","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":950,"des":-450,"tAsc":950,"tDes":-450,"tLGap":0,"wAsc":1344,"wDes":508,"xH":460,"capH":630,"yMin":-508,"yMax":1344,"hAsc":950,"hDes":-450,"lGap":0}},{"family":"Kirang Haerang","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":750,"des":-250,"tAsc":750,"tDes":-250,"tLGap":250,"wAsc":800,"wDes":300,"xH":337,"capH":558,"yMin":-300,"yMax":800,"hAsc":750,"hDes":-250,"lGap":250}},{"family":"Kite One","fallbacks":["sans-serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1094,"des":-351,"tAsc":1094,"tDes":-351,"tLGap":0,"wAsc":1094,"wDes":351,"xH":493,"capH":860,"yMin":-351,"yMax":1094,"hAsc":1094,"hDes":-351,"lGap":0}},{"family":"Kiwi Maru","fallbacks":["serif"],"weights":[300,400,500],"styles":["regular"],"variants":[[0,300],[0,400],[0,500]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1160,"des":-288,"tAsc":880,"tDes":-120,"tLGap":0,"wAsc":1160,"wDes":288,"xH":506,"capH":727,"yMin":-259,"yMax":980,"hAsc":1160,"hDes":-288,"lGap":0}},{"family":"Klee One","fallbacks":["cursive"],"weights":[400,600],"styles":["regular"],"variants":[[0,400],[0,600]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1160,"des":-288,"tAsc":880,"tDes":-120,"tLGap":0,"wAsc":1160,"wDes":288,"xH":468,"capH":695,"yMin":-211,"yMax":942,"hAsc":1160,"hDes":-288,"lGap":0}},{"family":"Knewave","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1169,"des":-385,"tAsc":1169,"tDes":-385,"tLGap":0,"wAsc":1169,"wDes":385,"xH":497,"capH":780,"yMin":-365,"yMax":1146,"hAsc":1169,"hDes":-385,"lGap":0}},{"family":"Kodchasan","fallbacks":["sans-serif"],"weights":[200,300,400,500,600,700],"styles":["italic","regular"],"variants":[[0,200],[1,200],[0,300],[1,300],[0,400],[1,400],[0,500],[1,500],[0,600],[1,600],[0,700],[1,700]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1024,"des":-276,"tAsc":1024,"tDes":-276,"tLGap":0,"wAsc":1249,"wDes":539,"xH":490,"capH":700,"yMin":-510,"yMax":1192,"hAsc":1024,"hDes":-276,"lGap":0}},{"family":"Koh Santepheap","fallbacks":["cursive"],"weights":[100,300,400,700,900],"styles":["regular"],"variants":[[0,100],[0,300],[0,400],[0,700],[0,900]],"service":"fonts.google.com","metrics":{"upm":2048,"asc":2050,"des":-550,"tAsc":2050,"tDes":-550,"tLGap":132,"wAsc":2320,"wDes":909,"xH":500,"capH":700,"yMin":-900,"yMax":2290,"hAsc":2050,"hDes":-550,"lGap":0}},{"family":"KoHo","fallbacks":["sans-serif"],"weights":[200,300,400,500,600,700],"styles":["italic","regular"],"variants":[[0,200],[1,200],[0,300],[1,300],[0,400],[1,400],[0,500],[1,500],[0,600],[1,600],[0,700],[1,700]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1045,"des":-255,"tAsc":1045,"tDes":-255,"tLGap":0,"wAsc":1187,"wDes":479,"xH":470,"capH":700,"yMin":-461,"yMax":1135,"hAsc":1045,"hDes":-255,"lGap":0}},{"family":"Kosugi","fallbacks":["sans-serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1024,"asc":901,"des":-123,"tAsc":901,"tDes":-123,"tLGap":0,"wAsc":901,"wDes":123,"xH":539,"capH":774,"yMin":-123,"yMax":901,"hAsc":901,"hDes":-123,"lGap":0}},{"family":"Kosugi Maru","fallbacks":["sans-serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1024,"asc":901,"des":-123,"tAsc":901,"tDes":-123,"tLGap":0,"wAsc":901,"wDes":123,"xH":546,"capH":781,"yMin":-123,"yMax":901,"hAsc":901,"hDes":-123,"lGap":0}},{"family":"Kotta One","fallbacks":["serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":915,"des":-288,"tAsc":915,"tDes":-288,"tLGap":0,"wAsc":915,"wDes":288,"xH":76,"capH":212,"yMin":-288,"yMax":915,"hAsc":915,"hDes":-288,"lGap":0}},{"family":"Koulen","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":2048,"asc":2500,"des":-1200,"tAsc":2500,"tDes":-1200,"tLGap":0,"wAsc":2501,"wDes":1126,"xH":1098,"capH":1462,"yMin":-1126,"yMax":2501,"hAsc":2500,"hDes":-1200,"lGap":0}},{"family":"Kranky","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1024,"asc":977,"des":-294,"tAsc":744,"tDes":-221,"tLGap":55,"wAsc":977,"wDes":294,"xH":432,"capH":777,"yMin":-294,"yMax":977,"hAsc":977,"hDes":-294,"lGap":28}},{"family":"Kreon","fallbacks":["serif"],"weights":[300,400,500,600,700],"styles":["regular"],"variants":[[0,300],[0,400],[0,500],[0,600],[0,700]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":974,"des":-286,"tAsc":974,"tDes":-286,"tLGap":0,"wAsc":1137,"wDes":326,"xH":481,"capH":691,"yMin":-274,"yMax":1086,"hAsc":974,"hDes":-286,"lGap":0}},{"family":"Kristi","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":2048,"asc":1836,"des":-724,"tAsc":1272,"tDes":-776,"tLGap":512,"wAsc":1836,"wDes":724,"yMin":-1035,"yMax":1613,"hAsc":1836,"hDes":-724,"lGap":0}},{"family":"Krona One","fallbacks":["sans-serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":2048,"asc":2030,"des":-530,"tAsc":2030,"tDes":-530,"tLGap":0,"wAsc":2030,"wDes":530,"xH":1180,"capH":1563,"yMin":-530,"yMax":2030,"hAsc":2030,"hDes":-530,"lGap":0}},{"family":"Krub","fallbacks":["sans-serif"],"weights":[200,300,400,500,600,700],"styles":["italic","regular"],"variants":[[0,200],[1,200],[0,300],[1,300],[0,400],[1,400],[0,500],[1,500],[0,600],[1,600],[0,700],[1,700]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1007,"des":-293,"tAsc":1007,"tDes":-293,"tLGap":0,"wAsc":1232,"wDes":507,"xH":550,"capH":700,"yMin":-498,"yMax":1201,"hAsc":1007,"hDes":-293,"lGap":0}},{"family":"Kufam","fallbacks":["sans-serif"],"weights":[400,500,600,700,800,900],"styles":["regular","italic"],"variants":[[0,400],[0,500],[0,600],[0,700],[0,800],[0,900],[1,400],[1,500],[1,600],[1,700],[1,800],[1,900]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":900,"des":-400,"tAsc":900,"tDes":-400,"tLGap":0,"wAsc":1252,"wDes":1050,"xH":544,"capH":720,"yMin":-1008,"yMax":1228,"hAsc":900,"hDes":-400,"lGap":0}},{"family":"Kulim Park","fallbacks":["sans-serif"],"weights":[200,300,400,600,700],"styles":["italic","regular"],"variants":[[0,200],[1,200],[0,300],[1,300],[0,400],[1,400],[0,600],[1,600],[0,700],[1,700]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":931,"des":-204,"tAsc":931,"tDes":-204,"tLGap":0,"wAsc":931,"wDes":238,"xH":500,"capH":700,"yMin":-220,"yMax":918,"hAsc":931,"hDes":-204,"lGap":0}},{"family":"Kumar One","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1137,"des":-642,"tAsc":1137,"tDes":-642,"tLGap":0,"wAsc":1137,"wDes":642,"xH":600,"capH":800,"yMin":-642,"yMax":1137,"hAsc":1137,"hDes":-642,"lGap":0}},{"family":"Kumar One Outline","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1137,"des":-642,"tAsc":1137,"tDes":-642,"tLGap":0,"wAsc":1137,"wDes":642,"xH":600,"capH":800,"yMin":-642,"yMax":1137,"hAsc":1137,"hDes":-642,"lGap":0}},{"family":"Kumbh Sans","fallbacks":["sans-serif"],"weights":[100,200,300,400,500,600,700,800,900],"styles":["regular"],"variants":[[0,100],[0,200],[0,300],[0,400],[0,500],[0,600],[0,700],[0,800],[0,900]],"service":"fonts.google.com","metrics":{"upm":2048,"asc":2020,"des":-520,"tAsc":2020,"tDes":-520,"tLGap":0,"wAsc":2020,"wDes":520,"xH":1000,"capH":1500,"yMin":-520,"yMax":2020,"hAsc":2020,"hDes":-520,"lGap":0}},{"family":"Kurale","fallbacks":["serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1095,"des":-383,"tAsc":1095,"tDes":-383,"tLGap":0,"wAsc":1108,"wDes":383,"xH":450,"capH":650,"yMin":-383,"yMax":1108,"hAsc":1095,"hDes":-383,"lGap":0}},{"family":"La Belle Aurore","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1024,"asc":1103,"des":-794,"tAsc":1103,"tDes":-796,"tLGap":0,"wAsc":1103,"wDes":794,"xH":377,"capH":688,"yMin":-794,"yMax":1235,"hAsc":1103,"hDes":-794,"lGap":0}},{"family":"Lacquer","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1000,"des":-200,"tAsc":1000,"tDes":-200,"tLGap":0,"wAsc":1150,"wDes":557,"xH":500,"capH":700,"yMin":-557,"yMax":1150,"hAsc":1000,"hDes":-200,"lGap":0}},{"family":"Laila","fallbacks":["sans-serif"],"weights":[300,400,500,600,700],"styles":["regular"],"variants":[[0,300],[0,400],[0,500],[0,600],[0,700]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1098,"des":-452,"tAsc":1098,"tDes":-452,"tLGap":0,"wAsc":1098,"wDes":452,"xH":517,"capH":717,"yMin":-390,"yMax":1027,"hAsc":1098,"hDes":-452,"lGap":0}},{"family":"Lakki Reddy","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1024,"asc":938,"des":-765,"tAsc":938,"tDes":-765,"tLGap":0,"wAsc":938,"wDes":765,"xH":529,"capH":718,"yMin":-765,"yMax":965,"hAsc":938,"hDes":-765,"lGap":0}},{"family":"Lalezar","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":979,"des":-588,"tAsc":979,"tDes":-588,"tLGap":0,"wAsc":979,"wDes":588,"xH":186,"capH":570,"yMin":-588,"yMax":979,"hAsc":979,"hDes":-588,"lGap":0}},{"family":"Lancelot","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":2048,"asc":1595,"des":-668,"tAsc":1595,"tDes":-668,"tLGap":0,"wAsc":1595,"wDes":668,"xH":804,"capH":1190,"yMin":-668,"yMax":1595,"hAsc":1595,"hDes":-668,"lGap":0}},{"family":"Langar","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":739,"des":-200,"tAsc":739,"tDes":-200,"tLGap":455,"wAsc":1085,"wDes":390,"xH":500,"capH":700,"yMin":-390,"yMax":1085,"hAsc":739,"hDes":-200,"lGap":455}},{"family":"Lateef","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":2048,"asc":1937,"des":-1024,"tAsc":1937,"tDes":-1024,"tLGap":0,"wAsc":1937,"wDes":1024,"xH":690,"capH":1022,"yMin":-1021,"yMax":1928,"hAsc":1937,"hDes":-1024,"lGap":0}},{"family":"Lato","fallbacks":["sans-serif"],"weights":[100,300,400,700,900],"styles":["italic","regular"],"variants":[[0,100],[1,100],[0,300],[1,300],[0,400],[1,400],[0,700],[1,700],[0,900],[1,900]],"service":"fonts.google.com","metrics":{"upm":2000,"asc":1974,"des":-426,"tAsc":1610,"tDes":-390,"tLGap":400,"wAsc":1974,"wDes":426,"xH":1013,"capH":1433,"yMin":-365,"yMax":1837,"hAsc":1974,"hDes":-426,"lGap":0}},{"family":"League Script","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1536,"asc":1100,"des":-600,"tAsc":1100,"tDes":-600,"tLGap":0,"wAsc":1100,"wDes":600,"xH":542,"capH":936,"yMin":-598,"yMax":1315,"hAsc":1100,"hDes":-600,"lGap":0}},{"family":"Leckerli One","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1032,"des":-313,"tAsc":1032,"tDes":-313,"tLGap":0,"wAsc":1032,"wDes":313,"xH":300,"capH":521,"yMin":-313,"yMax":1032,"hAsc":1032,"hDes":-313,"lGap":0}},{"family":"Ledger","fallbacks":["serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1062,"des":-329,"tAsc":1062,"tDes":-329,"tLGap":0,"wAsc":1062,"wDes":329,"xH":487,"capH":750,"yMin":-329,"yMax":1062,"hAsc":1062,"hDes":-329,"lGap":0}},{"family":"Lekton","fallbacks":["sans-serif"],"weights":[400,700],"styles":["regular","italic"],"variants":[[0,400],[1,400],[0,700]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":750,"des":-250,"tAsc":750,"tDes":-250,"tLGap":0,"wAsc":1112,"wDes":585,"xH":475,"capH":655,"yMin":-585,"yMax":1112,"hAsc":750,"hDes":-250,"lGap":0}},{"family":"Lemon","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1019,"des":-287,"tAsc":1019,"tDes":-287,"tLGap":0,"wAsc":1019,"wDes":287,"xH":127,"capH":111,"yMin":-287,"yMax":1019,"hAsc":1019,"hDes":-287,"lGap":0}},{"family":"Lemonada","fallbacks":["cursive"],"weights":[300,400,500,600,700],"styles":["regular"],"variants":[[0,300],[0,400],[0,500],[0,600],[0,700]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1345,"des":-653,"tAsc":1345,"tDes":-653,"tLGap":0,"wAsc":1346,"wDes":651,"xH":575,"capH":710,"yMin":-566,"yMax":1345,"hAsc":1345,"hDes":-653,"lGap":0}},{"family":"Lexend","fallbacks":["sans-serif"],"weights":[100,200,300,400,500,600,700,800,900],"styles":["regular"],"variants":[[0,100],[0,200],[0,300],[0,400],[0,500],[0,600],[0,700],[0,800],[0,900]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1000,"des":-250,"tAsc":1000,"tDes":-250,"tLGap":0,"wAsc":1200,"wDes":390,"xH":525,"capH":700,"yMin":-245,"yMax":1080,"hAsc":1000,"hDes":-250,"lGap":0}},{"family":"Lexend Deca","fallbacks":["sans-serif"],"weights":[100,200,300,400,500,600,700,800,900],"styles":["regular"],"variants":[[0,100],[0,200],[0,300],[0,400],[0,500],[0,600],[0,700],[0,800],[0,900]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1000,"des":-250,"tAsc":1000,"tDes":-250,"tLGap":0,"wAsc":1200,"wDes":390,"xH":525,"capH":700,"yMin":-245,"yMax":1080,"hAsc":1000,"hDes":-250,"lGap":0}},{"family":"Lexend Exa","fallbacks":["sans-serif"],"weights":[100,200,300,400,500,600,700,800,900],"styles":["regular"],"variants":[[0,100],[0,200],[0,300],[0,400],[0,500],[0,600],[0,700],[0,800],[0,900]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1000,"des":-250,"tAsc":1000,"tDes":-250,"tLGap":0,"wAsc":1200,"wDes":390,"xH":525,"capH":700,"yMin":-245,"yMax":1112,"hAsc":1000,"hDes":-250,"lGap":0}},{"family":"Lexend Giga","fallbacks":["sans-serif"],"weights":[100,200,300,400,500,600,700,800,900],"styles":["regular"],"variants":[[0,100],[0,200],[0,300],[0,400],[0,500],[0,600],[0,700],[0,800],[0,900]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1000,"des":-250,"tAsc":1000,"tDes":-250,"tLGap":0,"wAsc":1200,"wDes":390,"xH":525,"capH":700,"yMin":-245,"yMax":1125,"hAsc":1000,"hDes":-250,"lGap":0}},{"family":"Lexend Mega","fallbacks":["sans-serif"],"weights":[100,200,300,400,500,600,700,800,900],"styles":["regular"],"variants":[[0,100],[0,200],[0,300],[0,400],[0,500],[0,600],[0,700],[0,800],[0,900]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1000,"des":-250,"tAsc":1000,"tDes":-250,"tLGap":0,"wAsc":1200,"wDes":390,"xH":525,"capH":700,"yMin":-245,"yMax":1131,"hAsc":1000,"hDes":-250,"lGap":0}},{"family":"Lexend Peta","fallbacks":["sans-serif"],"weights":[100,200,300,400,500,600,700,800,900],"styles":["regular"],"variants":[[0,100],[0,200],[0,300],[0,400],[0,500],[0,600],[0,700],[0,800],[0,900]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1000,"des":-250,"tAsc":1000,"tDes":-250,"tLGap":0,"wAsc":1200,"wDes":390,"xH":525,"capH":700,"yMin":-245,"yMax":1138,"hAsc":1000,"hDes":-250,"lGap":0}},{"family":"Lexend Tera","fallbacks":["sans-serif"],"weights":[100,200,300,400,500,600,700,800,900],"styles":["regular"],"variants":[[0,100],[0,200],[0,300],[0,400],[0,500],[0,600],[0,700],[0,800],[0,900]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1000,"des":-250,"tAsc":1000,"tDes":-250,"tLGap":0,"wAsc":1200,"wDes":390,"xH":525,"capH":700,"yMin":-245,"yMax":1144,"hAsc":1000,"hDes":-250,"lGap":0}},{"family":"Lexend Zetta","fallbacks":["sans-serif"],"weights":[100,200,300,400,500,600,700,800,900],"styles":["regular"],"variants":[[0,100],[0,200],[0,300],[0,400],[0,500],[0,600],[0,700],[0,800],[0,900]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1000,"des":-250,"tAsc":1000,"tDes":-250,"tLGap":0,"wAsc":1200,"wDes":390,"xH":525,"capH":700,"yMin":-245,"yMax":1160,"hAsc":1000,"hDes":-250,"lGap":0}},{"family":"Libre Barcode 128","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":600,"des":-400,"tAsc":600,"tDes":-400,"tLGap":0,"wAsc":600,"wDes":400,"xH":400,"capH":590,"yMin":-400,"yMax":600,"hAsc":600,"hDes":-400,"lGap":0}},{"family":"Libre Barcode 128 Text","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":600,"des":-400,"tAsc":600,"tDes":-400,"tLGap":0,"wAsc":600,"wDes":400,"xH":400,"capH":590,"yMin":-400,"yMax":600,"hAsc":600,"hDes":-400,"lGap":0}},{"family":"Libre Barcode 39","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":600,"des":-400,"tAsc":600,"tDes":-400,"tLGap":0,"wAsc":600,"wDes":400,"xH":400,"capH":590,"yMin":-400,"yMax":600,"hAsc":600,"hDes":-400,"lGap":0}},{"family":"Libre Barcode 39 Extended","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":600,"des":-400,"tAsc":600,"tDes":-400,"tLGap":0,"wAsc":600,"wDes":400,"xH":400,"capH":590,"yMin":-400,"yMax":600,"hAsc":600,"hDes":-400,"lGap":0}},{"family":"Libre Barcode 39 Extended Text","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":600,"des":-400,"tAsc":600,"tDes":-400,"tLGap":0,"wAsc":600,"wDes":400,"xH":400,"capH":590,"yMin":-400,"yMax":600,"hAsc":600,"hDes":-400,"lGap":0}},{"family":"Libre Barcode 39 Text","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":600,"des":-400,"tAsc":600,"tDes":-400,"tLGap":0,"wAsc":600,"wDes":400,"xH":400,"capH":590,"yMin":-400,"yMax":600,"hAsc":600,"hDes":-400,"lGap":0}},{"family":"Libre Barcode EAN13 Text","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1024,"asc":840,"des":-120,"tAsc":840,"tDes":-120,"tLGap":0,"wAsc":840,"wDes":120,"xH":420,"capH":840,"yMin":-120,"yMax":840,"hAsc":840,"hDes":-120,"lGap":0}},{"family":"Libre Baskerville","fallbacks":["serif"],"weights":[400,700],"styles":["regular","italic"],"variants":[[0,400],[1,400],[0,700]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":970,"des":-270,"tAsc":970,"tDes":-270,"tLGap":0,"wAsc":970,"wDes":270,"xH":530,"capH":770,"yMin":-260,"yMax":970,"hAsc":970,"hDes":-270,"lGap":0}},{"family":"Libre Caslon Display","fallbacks":["serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":970,"des":-266,"tAsc":970,"tDes":-266,"tLGap":0,"wAsc":963,"wDes":254,"xH":424,"capH":690,"yMin":-254,"yMax":963,"hAsc":970,"hDes":-266,"lGap":0}},{"family":"Libre Caslon Text","fallbacks":["serif"],"weights":[400,700],"styles":["regular","italic"],"variants":[[0,400],[1,400],[0,700]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":970,"des":-260,"tAsc":970,"tDes":-260,"tLGap":0,"wAsc":970,"wDes":260,"xH":530,"capH":770,"yMin":-260,"yMax":970,"hAsc":970,"hDes":-260,"lGap":0}},{"family":"Libre Franklin","fallbacks":["sans-serif"],"weights":[100,200,300,400,500,600,700,800,900],"styles":["regular","italic"],"variants":[[0,100],[0,200],[0,300],[0,400],[0,500],[0,600],[0,700],[0,800],[0,900],[1,100],[1,200],[1,300],[1,400],[1,500],[1,600],[1,700],[1,800],[1,900]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":966,"des":-246,"tAsc":966,"tDes":-246,"tLGap":0,"wAsc":1177,"wDes":246,"xH":530,"capH":742,"yMin":-236,"yMax":1147,"hAsc":966,"hDes":-246,"lGap":0}},{"family":"Life Savers","fallbacks":["cursive"],"weights":[400,700,800],"styles":["regular"],"variants":[[0,400],[0,700],[0,800]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":972,"des":-250,"tAsc":972,"tDes":-250,"tLGap":0,"wAsc":972,"wDes":250,"xH":436,"capH":821,"yMin":-250,"yMax":972,"hAsc":972,"hDes":-250,"lGap":0}},{"family":"Lilita One","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":923,"des":-220,"tAsc":922,"tDes":-219,"tLGap":0,"wAsc":923,"wDes":220,"xH":506,"capH":704,"yMin":-220,"yMax":923,"hAsc":923,"hDes":-220,"lGap":0}},{"family":"Lily Script One","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1017,"des":-359,"tAsc":1017,"tDes":-359,"tLGap":0,"wAsc":1017,"wDes":359,"xH":762,"capH":762,"yMin":-359,"yMax":1017,"hAsc":1017,"hDes":-359,"lGap":0}},{"family":"Limelight","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":2048,"asc":1864,"des":-629,"tAsc":1864,"tDes":-634,"tLGap":0,"wAsc":1864,"wDes":629,"xH":1068,"capH":1415,"yMin":-636,"yMax":1864,"hAsc":1864,"hDes":-629,"lGap":0}},{"family":"Linden Hill","fallbacks":["serif"],"weights":[400],"styles":["regular","italic"],"variants":[[0,400],[1,400]],"service":"fonts.google.com","metrics":{"upm":4096,"asc":3633,"des":-1888,"tAsc":3633,"tDes":-1888,"tLGap":0,"wAsc":3633,"wDes":1081,"xH":1606,"capH":2732,"yMin":-1081,"yMax":3633,"hAsc":3633,"hDes":-1888,"lGap":0}},{"family":"Literata","fallbacks":["serif"],"weights":[200,300,400,500,600,700,800,900],"styles":["regular","italic"],"variants":[[0,200],[0,300],[0,400],[0,500],[0,600],[0,700],[0,800],[0,900],[1,200],[1,300],[1,400],[1,500],[1,600],[1,700],[1,800],[1,900]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1177,"des":-308,"tAsc":1177,"tDes":-308,"tLGap":0,"wAsc":1177,"wDes":308,"xH":507,"capH":700,"yMin":-268,"yMax":1136,"hAsc":1177,"hDes":-308,"lGap":0}},{"family":"Liu Jian Mao Cao","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":880,"des":-120,"tAsc":880,"tDes":-120,"tLGap":0,"wAsc":1000,"wDes":615,"xH":420,"capH":600,"yMin":-615,"yMax":888,"hAsc":880,"hDes":-120,"lGap":0}},{"family":"Livvic","fallbacks":["sans-serif"],"weights":[100,200,300,400,500,600,700,900],"styles":["italic","regular"],"variants":[[0,100],[1,100],[0,200],[1,200],[0,300],[1,300],[0,400],[1,400],[0,500],[1,500],[0,600],[1,600],[0,700],[1,700],[0,900],[1,900]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1005,"des":-250,"tAsc":1005,"tDes":-250,"tLGap":0,"wAsc":1171,"wDes":285,"xH":497,"capH":710,"yMin":-270,"yMax":1101,"hAsc":1005,"hDes":-250,"lGap":0}},{"family":"Lobster","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1000,"des":-250,"tAsc":1000,"tDes":-250,"tLGap":0,"wAsc":1000,"wDes":490,"xH":500,"capH":748,"yMin":-490,"yMax":1000,"hAsc":1000,"hDes":-250,"lGap":0}},{"family":"Lobster Two","fallbacks":["cursive"],"weights":[400,700],"styles":["regular","italic"],"variants":[[0,400],[1,400],[0,700],[1,700]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1000,"des":-250,"tAsc":1000,"tDes":-250,"tLGap":0,"wAsc":1000,"wDes":250,"xH":500,"capH":754,"yMin":-250,"yMax":1000,"hAsc":1000,"hDes":-250,"lGap":0}},{"family":"Londrina Outline","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":945,"des":-238,"tAsc":945,"tDes":-238,"tLGap":0,"wAsc":940,"wDes":215,"xH":508,"capH":722,"yMin":-215,"yMax":940,"hAsc":945,"hDes":-238,"lGap":0}},{"family":"Londrina Shadow","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":945,"des":-238,"tAsc":945,"tDes":-238,"tLGap":0,"wAsc":945,"wDes":238,"xH":508,"capH":722,"yMin":-238,"yMax":945,"hAsc":945,"hDes":-238,"lGap":0}},{"family":"Londrina Sketch","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":945,"des":-238,"tAsc":945,"tDes":-238,"tLGap":0,"wAsc":935,"wDes":217,"xH":508,"capH":722,"yMin":-217,"yMax":935,"hAsc":945,"hDes":-238,"lGap":0}},{"family":"Londrina Solid","fallbacks":["cursive"],"weights":[100,300,400,900],"styles":["regular"],"variants":[[0,100],[0,300],[0,400],[0,900]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":945,"des":-238,"tAsc":945,"tDes":-238,"tLGap":0,"wAsc":941,"wDes":215,"xH":508,"capH":722,"yMin":-208,"yMax":937,"hAsc":945,"hDes":-238,"lGap":0}},{"family":"Long Cang","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":880,"des":-120,"tAsc":880,"tDes":-120,"tLGap":0,"wAsc":1000,"wDes":318,"xH":512,"capH":684,"yMin":-318,"yMax":868,"hAsc":880,"hDes":-120,"lGap":0}},{"family":"Lora","fallbacks":["serif"],"weights":[400,500,600,700],"styles":["regular","italic"],"variants":[[0,400],[0,500],[0,600],[0,700],[1,400],[1,500],[1,600],[1,700]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1006,"des":-274,"tAsc":1006,"tDes":-274,"tLGap":0,"wAsc":1206,"wDes":294,"xH":500,"capH":700,"yMin":-271,"yMax":1114,"hAsc":1006,"hDes":-274,"lGap":0}},{"family":"Love Ya Like A Sister","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1024,"asc":942,"des":-333,"tAsc":942,"tDes":-333,"tLGap":0,"wAsc":942,"wDes":333,"xH":510,"capH":674,"yMin":-333,"yMax":942,"hAsc":942,"hDes":-333,"lGap":0}},{"family":"Loved by the King","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":2048,"asc":2398,"des":-1137,"tAsc":2398,"tDes":-1137,"tLGap":0,"wAsc":2398,"wDes":1137,"xH":1111,"capH":1774,"yMin":-1024,"yMax":2157,"hAsc":2398,"hDes":-1137,"lGap":0}},{"family":"Lovers Quarrel","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":726,"des":-401,"tAsc":726,"tDes":-401,"tLGap":0,"wAsc":810,"wDes":420,"xH":274,"capH":609,"yMin":-402,"yMax":777,"hAsc":726,"hDes":-401,"lGap":0}},{"family":"Lucida Bright","fallbacks":["Georgia","serif"],"metrics":{"upm":2048,"asc":1980,"des":-432,"tAsc":1579,"tDes":-420,"tLGap":49,"wAsc":1900,"wDes":1900,"yMin":-432,"yMax":1900,"hAsc":1980,"hDes":-432,"lGap":0},"weights":[400,700],"styles":["italic","regular"],"service":"system"},{"family":"Lucida Sans Typewriter","fallbacks":["Lucida Console","monaco","Bitstream Vera Sans Mono","monospace"],"metrics":{"upm":2048,"asc":1974,"des":-432,"tAsc":1579,"tDes":420,"tLGap":49,"wAsc":1900,"wDes":1900,"yMin":-420,"yMax":1900,"hAsc":1974,"hDes":-432,"lGap":0},"weights":[400,700],"styles":["italic","regular"],"service":"system"},{"family":"Luckiest Guy","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":2048,"asc":1440,"des":-608,"tAsc":1440,"tDes":-608,"tLGap":0,"wAsc":2006,"wDes":504,"xH":1400,"capH":1424,"yMin":-716,"yMax":2045,"hAsc":1440,"hDes":-608,"lGap":0}},{"family":"Lusitana","fallbacks":["serif"],"weights":[400,700],"styles":["regular"],"variants":[[0,400],[0,700]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":956,"des":-341,"tAsc":956,"tDes":-341,"tLGap":0,"wAsc":956,"wDes":341,"xH":139,"capH":714,"yMin":-337,"yMax":933,"hAsc":956,"hDes":-341,"lGap":0}},{"family":"Lustria","fallbacks":["serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":955,"des":-327,"tAsc":955,"tDes":-227,"tLGap":0,"wAsc":955,"wDes":327,"xH":504,"capH":704,"yMin":-327,"yMax":955,"hAsc":955,"hDes":-327,"lGap":0}},{"family":"M PLUS 1","fallbacks":["sans-serif"],"weights":[100,200,300,400,500,600,700,800,900],"styles":["regular"],"variants":[[0,100],[0,200],[0,300],[0,400],[0,500],[0,600],[0,700],[0,800],[0,900]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1160,"des":-288,"tAsc":880,"tDes":-120,"tLGap":0,"wAsc":1160,"wDes":288,"xH":520,"capH":730,"yMin":-270,"yMax":1180,"hAsc":1160,"hDes":-288,"lGap":0}},{"family":"M PLUS 1 Code","fallbacks":["sans-serif"],"weights":[100,200,300,400,500,600,700],"styles":["regular"],"variants":[[0,100],[0,200],[0,300],[0,400],[0,500],[0,600],[0,700]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1000,"des":-235,"tAsc":1000,"tDes":-235,"tLGap":0,"wAsc":1235,"wDes":270,"xH":520,"capH":730,"yMin":-270,"yMax":1213,"hAsc":1000,"hDes":-235,"lGap":0}},{"family":"M PLUS 1p","fallbacks":["sans-serif"],"weights":[100,300,400,500,700,800,900],"styles":["regular"],"variants":[[0,100],[0,300],[0,400],[0,500],[0,700],[0,800],[0,900]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1075,"des":-320,"tAsc":860,"tDes":-140,"tLGap":90,"wAsc":1075,"wDes":320,"yMin":-343,"yMax":1075,"hAsc":1075,"hDes":-320,"lGap":90}},{"family":"M PLUS 2","fallbacks":["sans-serif"],"weights":[100,200,300,400,500,600,700,800,900],"styles":["regular"],"variants":[[0,100],[0,200],[0,300],[0,400],[0,500],[0,600],[0,700],[0,800],[0,900]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1160,"des":-288,"tAsc":880,"tDes":-120,"tLGap":0,"wAsc":1160,"wDes":288,"xH":520,"capH":730,"yMin":-270,"yMax":1180,"hAsc":1160,"hDes":-288,"lGap":0}},{"family":"M PLUS Code Latin","fallbacks":["sans-serif"],"weights":[100,200,300,400,500,600,700],"styles":["regular"],"variants":[[0,100],[0,200],[0,300],[0,400],[0,500],[0,600],[0,700]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1000,"des":-235,"tAsc":1000,"tDes":-235,"tLGap":0,"wAsc":1235,"wDes":270,"xH":520,"capH":730,"yMin":-270,"yMax":1213,"hAsc":1000,"hDes":-235,"lGap":0}},{"family":"M PLUS Rounded 1c","fallbacks":["sans-serif"],"weights":[100,300,400,500,700,800,900],"styles":["regular"],"variants":[[0,100],[0,300],[0,400],[0,500],[0,700],[0,800],[0,900]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1075,"des":-320,"tAsc":860,"tDes":-140,"tLGap":90,"wAsc":1075,"wDes":320,"yMin":-343,"yMax":1075,"hAsc":1075,"hDes":-320,"lGap":90}},{"family":"Ma Shan Zheng","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":880,"des":-120,"tAsc":880,"tDes":-120,"tLGap":0,"wAsc":1000,"wDes":373,"xH":506,"capH":760,"yMin":-373,"yMax":915,"hAsc":880,"hDes":-120,"lGap":0}},{"family":"Macondo","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":888,"des":-292,"tAsc":888,"tDes":-292,"tLGap":0,"wAsc":888,"wDes":292,"xH":24,"capH":53,"yMin":-292,"yMax":888,"hAsc":888,"hDes":-292,"lGap":0}},{"family":"Macondo Swash Caps","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":888,"des":-292,"tAsc":888,"tDes":-292,"tLGap":0,"wAsc":888,"wDes":292,"xH":24,"capH":696,"yMin":-292,"yMax":888,"hAsc":888,"hDes":-292,"lGap":0}},{"family":"Mada","fallbacks":["sans-serif"],"weights":[200,300,400,500,600,700,900],"styles":["regular"],"variants":[[0,200],[0,300],[0,400],[0,500],[0,600],[0,700],[0,900]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":900,"des":-300,"tAsc":900,"tDes":-300,"tLGap":100,"wAsc":776,"wDes":322,"xH":486,"capH":660,"yMin":-292,"yMax":880,"hAsc":900,"hDes":-300,"lGap":96}},{"family":"Magra","fallbacks":["sans-serif"],"weights":[400,700],"styles":["regular"],"variants":[[0,400],[0,700]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":968,"des":-247,"tAsc":968,"tDes":-247,"tLGap":0,"wAsc":968,"wDes":247,"xH":525,"capH":700,"yMin":-247,"yMax":941,"hAsc":968,"hDes":-247,"lGap":0}},{"family":"Maiden Orange","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":2048,"asc":1440,"des":-608,"tAsc":1440,"tDes":-608,"tLGap":0,"wAsc":1832,"wDes":506,"xH":1056,"capH":1406,"yMin":-635,"yMax":1848,"hAsc":1440,"hDes":-608,"lGap":0}},{"family":"Maitree","fallbacks":["serif"],"weights":[200,300,400,500,600,700],"styles":["regular"],"variants":[[0,200],[0,300],[0,400],[0,500],[0,600],[0,700]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1150,"des":-500,"tAsc":750,"tDes":-250,"tLGap":200,"wAsc":1150,"wDes":500,"xH":489,"capH":695,"yMin":-463,"yMax":1111,"hAsc":1150,"hDes":-500,"lGap":0}},{"family":"Major Mono Display","fallbacks":["monospace"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":900,"des":-100,"tAsc":900,"tDes":-100,"tLGap":0,"wAsc":1152,"wDes":223,"xH":696,"capH":696,"yMin":-223,"yMax":1152,"hAsc":900,"hDes":-100,"lGap":0}},{"family":"Mako","fallbacks":["sans-serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":2048,"asc":2141,"des":-538,"tAsc":2141,"tDes":-538,"tLGap":0,"wAsc":2141,"wDes":538,"xH":1031,"capH":1437,"yMin":-538,"yMax":2141,"hAsc":2141,"hDes":-538,"lGap":0}},{"family":"Mali","fallbacks":["cursive"],"weights":[200,300,400,500,600,700],"styles":["italic","regular"],"variants":[[0,200],[1,200],[0,300],[1,300],[0,400],[1,400],[0,500],[1,500],[0,600],[1,600],[0,700],[1,700]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1050,"des":-250,"tAsc":1050,"tDes":-250,"tLGap":0,"wAsc":1523,"wDes":599,"xH":500,"capH":700,"yMin":-516,"yMax":1410,"hAsc":1050,"hDes":-250,"lGap":0}},{"family":"Mallanna","fallbacks":["sans-serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":870,"asc":1105,"des":-504,"tAsc":1105,"tDes":-504,"tLGap":0,"wAsc":1105,"wDes":504,"xH":379,"capH":546,"yMin":-504,"yMax":1105,"hAsc":1105,"hDes":-504,"lGap":0}},{"family":"Mandali","fallbacks":["sans-serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":790,"asc":1087,"des":-475,"tAsc":1087,"tDes":-475,"tLGap":0,"wAsc":1087,"wDes":475,"xH":382,"capH":550,"yMin":-475,"yMax":1087,"hAsc":1087,"hDes":-475,"lGap":0}},{"family":"Manjari","fallbacks":["sans-serif"],"weights":[100,400,700],"styles":["regular"],"variants":[[0,100],[0,400],[0,700]],"service":"fonts.google.com","metrics":{"upm":2048,"asc":1500,"des":-750,"tAsc":1500,"tDes":-750,"tLGap":0,"wAsc":2076,"wDes":1285,"xH":1024,"capH":1385,"yMin":-1231,"yMax":1978,"hAsc":1500,"hDes":-750,"lGap":0}},{"family":"Manrope","fallbacks":["sans-serif"],"weights":[200,300,400,500,600,700,800],"styles":["regular"],"variants":[[0,200],[0,300],[0,400],[0,500],[0,600],[0,700],[0,800]],"service":"fonts.google.com","metrics":{"upm":2000,"asc":2132,"des":-600,"tAsc":2132,"tDes":-600,"tLGap":0,"wAsc":2132,"wDes":600,"xH":1080,"capH":1440,"yMin":-510,"yMax":2132,"hAsc":2132,"hDes":-600,"lGap":0}},{"family":"Mansalva","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":889,"des":-200,"tAsc":889,"tDes":-200,"tLGap":0,"wAsc":1112,"wDes":466,"xH":384,"capH":702,"yMin":-435,"yMax":1112,"hAsc":889,"hDes":-200,"lGap":0}},{"family":"Manuale","fallbacks":["serif"],"weights":[300,400,500,600,700,800],"styles":["regular","italic"],"variants":[[0,300],[0,400],[0,500],[0,600],[0,700],[0,800],[1,300],[1,400],[1,500],[1,600],[1,700],[1,800]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":980,"des":-236,"tAsc":980,"tDes":-236,"tLGap":221,"wAsc":980,"wDes":236,"xH":491,"capH":611,"yMin":-236,"yMax":980,"hAsc":980,"hDes":-236,"lGap":221}},{"family":"Marcellus","fallbacks":["serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":2048,"asc":1995,"des":-573,"tAsc":1995,"tDes":-573,"tLGap":0,"wAsc":1995,"wDes":573,"xH":1024,"capH":1434,"yMin":-573,"yMax":1995,"hAsc":1995,"hDes":-573,"lGap":0}},{"family":"Marcellus SC","fallbacks":["serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":2048,"asc":1995,"des":-573,"tAsc":1995,"tDes":-573,"tLGap":0,"wAsc":1995,"wDes":573,"xH":1075,"capH":1434,"yMin":-573,"yMax":1995,"hAsc":1995,"hDes":-573,"lGap":0}},{"family":"Marck Script","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":864,"des":-385,"tAsc":864,"tDes":-385,"tLGap":0,"wAsc":864,"wDes":385,"xH":263,"capH":638,"yMin":-385,"yMax":864,"hAsc":864,"hDes":-385,"lGap":0}},{"family":"Margarine","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":2048,"asc":2075,"des":-678,"tAsc":2075,"tDes":-678,"tLGap":0,"wAsc":2075,"wDes":678,"xH":0,"capH":0,"yMin":-678,"yMax":2075,"hAsc":2075,"hDes":-678,"lGap":0}},{"family":"Markazi Text","fallbacks":["serif"],"weights":[400,500,600,700],"styles":["regular"],"variants":[[0,400],[0,500],[0,600],[0,700]],"service":"fonts.google.com","metrics":{"upm":2048,"asc":1718,"des":-740,"tAsc":1718,"tDes":-740,"tLGap":0,"wAsc":1695,"wDes":963,"xH":746,"capH":990,"yMin":-893,"yMax":1664,"hAsc":1718,"hDes":-740,"lGap":0}},{"family":"Marko One","fallbacks":["serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":2048,"asc":2019,"des":-727,"tAsc":2019,"tDes":-727,"tLGap":0,"wAsc":2019,"wDes":727,"xH":713,"capH":1475,"yMin":-727,"yMax":2019,"hAsc":2019,"hDes":-727,"lGap":0}},{"family":"Marmelad","fallbacks":["sans-serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":2048,"asc":1989,"des":-451,"tAsc":1989,"tDes":-451,"tLGap":0,"wAsc":1989,"wDes":451,"xH":1028,"capH":1452,"yMin":-451,"yMax":1989,"hAsc":1989,"hDes":-451,"lGap":0}},{"family":"Martel","fallbacks":["serif"],"weights":[200,300,400,600,700,800,900],"styles":["regular"],"variants":[[0,200],[0,300],[0,400],[0,600],[0,700],[0,800],[0,900]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1125,"des":-562,"tAsc":1125,"tDes":-562,"tLGap":0,"wAsc":1125,"wDes":562,"xH":546,"capH":758,"yMin":-542,"yMax":1050,"hAsc":1125,"hDes":-562,"lGap":0}},{"family":"Martel Sans","fallbacks":["sans-serif"],"weights":[200,300,400,600,700,800,900],"styles":["regular"],"variants":[[0,200],[0,300],[0,400],[0,600],[0,700],[0,800],[0,900]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1150,"des":-674,"tAsc":1150,"tDes":-674,"tLGap":0,"wAsc":1150,"wDes":674,"xH":534,"capH":680,"yMin":-519,"yMax":1071,"hAsc":1150,"hDes":-674,"lGap":0}},{"family":"Marvel","fallbacks":["sans-serif"],"weights":[400,700],"styles":["regular","italic"],"variants":[[0,400],[1,400],[0,700],[1,700]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":951,"des":-259,"tAsc":951,"tDes":-259,"tLGap":0,"wAsc":951,"wDes":259,"xH":500,"capH":700,"yMin":-259,"yMax":951,"hAsc":951,"hDes":-259,"lGap":0}},{"family":"Mate","fallbacks":["serif"],"weights":[400],"styles":["regular","italic"],"variants":[[0,400],[1,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":958,"des":-262,"tAsc":958,"tDes":-262,"tLGap":0,"wAsc":958,"wDes":262,"xH":456,"capH":700,"yMin":-262,"yMax":935,"hAsc":958,"hDes":-262,"lGap":0}},{"family":"Mate SC","fallbacks":["serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":958,"des":-262,"tAsc":958,"tDes":-262,"tLGap":0,"wAsc":958,"wDes":262,"xH":473,"capH":700,"yMin":-241,"yMax":935,"hAsc":958,"hDes":-262,"lGap":0}},{"family":"Maven Pro","fallbacks":["sans-serif"],"weights":[400,500,600,700,800,900],"styles":["regular"],"variants":[[0,400],[0,500],[0,600],[0,700],[0,800],[0,900]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":965,"des":-210,"tAsc":965,"tDes":-210,"tLGap":0,"wAsc":1065,"wDes":233,"xH":499,"capH":667,"yMin":-217,"yMax":1030,"hAsc":965,"hDes":-210,"lGap":0}},{"family":"McLaren","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":2048,"asc":2216,"des":-722,"tAsc":2216,"tDes":-722,"tLGap":0,"wAsc":2216,"wDes":722,"xH":1042,"capH":1445,"yMin":-729,"yMax":2216,"hAsc":2216,"hDes":-722,"lGap":0}},{"family":"Meddon","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":2048,"asc":2860,"des":-1457,"tAsc":2860,"tDes":-1457,"tLGap":0,"wAsc":2860,"wDes":1457,"xH":756,"capH":2177,"yMin":-1457,"yMax":3565,"hAsc":2860,"hDes":-1457,"lGap":0}},{"family":"MedievalSharp","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":2048,"asc":1771,"des":-543,"tAsc":1771,"tDes":-543,"tLGap":0,"wAsc":1771,"wDes":543,"xH":224,"capH":201,"yMin":-467,"yMax":1951,"hAsc":1771,"hDes":-543,"lGap":0}},{"family":"Medula One","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":846,"des":-162,"tAsc":846,"tDes":-162,"tLGap":0,"wAsc":846,"wDes":162,"xH":490,"capH":650,"yMin":-162,"yMax":846,"hAsc":846,"hDes":-162,"lGap":0}},{"family":"Meera Inimai","fallbacks":["sans-serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":2048,"asc":1986,"des":-1200,"tAsc":1638,"tDes":-410,"tLGap":184,"wAsc":1986,"wDes":1200,"xH":1056,"capH":1460,"yMin":-1200,"yMax":1986,"hAsc":1986,"hDes":-1200,"lGap":184}},{"family":"Megrim","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":880,"des":-200,"tAsc":800,"tDes":-200,"tLGap":90,"wAsc":880,"wDes":200,"xH":580,"capH":700,"yMin":-200,"yMax":880,"hAsc":880,"hDes":-200,"lGap":90}},{"family":"Meie Script","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":2048,"asc":1814,"des":-780,"tAsc":1814,"tDes":-780,"tLGap":0,"wAsc":1814,"wDes":780,"xH":354,"capH":862,"yMin":-780,"yMax":1814,"hAsc":1814,"hDes":-780,"lGap":0}},{"family":"Merienda","fallbacks":["cursive"],"weights":[400,700],"styles":["regular"],"variants":[[0,400],[0,700]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1102,"des":-342,"tAsc":1102,"tDes":-342,"tLGap":0,"wAsc":1102,"wDes":342,"xH":599,"capH":802,"yMin":-342,"yMax":1084,"hAsc":1102,"hDes":-342,"lGap":0}},{"family":"Merienda One","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1102,"des":-342,"tAsc":1102,"tDes":-342,"tLGap":0,"wAsc":1102,"wDes":342,"xH":379,"capH":439,"yMin":-342,"yMax":1102,"hAsc":1102,"hDes":-342,"lGap":0}},{"family":"Merriweather","fallbacks":["serif"],"weights":[300,400,700,900],"styles":["italic","regular"],"variants":[[0,300],[1,300],[0,400],[1,400],[0,700],[1,700],[0,900],[1,900]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":984,"des":-273,"tAsc":984,"tDes":-273,"tLGap":0,"wAsc":1065,"wDes":273,"xH":555,"capH":743,"yMin":-272,"yMax":1055,"hAsc":984,"hDes":-273,"lGap":0}},{"family":"Merriweather Sans","fallbacks":["sans-serif"],"weights":[300,400,500,600,700,800],"styles":["regular","italic"],"variants":[[0,300],[0,400],[0,500],[0,600],[0,700],[0,800],[1,300],[1,400],[1,500],[1,600],[1,700],[1,800]],"service":"fonts.google.com","metrics":{"upm":2000,"asc":1968,"des":-546,"tAsc":1968,"tDes":-546,"tLGap":0,"wAsc":2580,"wDes":660,"xH":1114,"capH":1486,"yMin":-567,"yMax":2472,"hAsc":1968,"hDes":-546,"lGap":0}},{"family":"Metal","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":2048,"asc":2600,"des":-1600,"tAsc":2600,"tDes":-1600,"tLGap":0,"wAsc":3166,"wDes":1600,"xH":1098,"capH":1462,"yMin":-1600,"yMax":3166,"hAsc":2600,"hDes":-1600,"lGap":0}},{"family":"Metal Mania","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1024,"asc":965,"des":-303,"tAsc":965,"tDes":-303,"tLGap":0,"wAsc":965,"wDes":303,"xH":620,"capH":820,"yMin":-303,"yMax":965,"hAsc":965,"hDes":-303,"lGap":0}},{"family":"Metamorphous","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":2048,"asc":1972,"des":-588,"tAsc":1972,"tDes":-588,"tLGap":0,"wAsc":1972,"wDes":588,"xH":1208,"capH":1530,"yMin":-588,"yMax":1972,"hAsc":1972,"hDes":-588,"lGap":0}},{"family":"Metrophobic","fallbacks":["sans-serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":2048,"asc":2065,"des":-460,"tAsc":2065,"tDes":-460,"tLGap":0,"wAsc":2438,"wDes":765,"xH":1011,"capH":1441,"yMin":-765,"yMax":2438,"hAsc":2065,"hDes":-460,"lGap":0}},{"family":"Michroma","fallbacks":["sans-serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":2048,"asc":2368,"des":-544,"tAsc":2368,"tDes":-544,"tLGap":0,"wAsc":2368,"wDes":544,"xH":1152,"capH":1536,"yMin":-622,"yMax":3066,"hAsc":2368,"hDes":-544,"lGap":0}},{"family":"Milonga","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":990,"des":-260,"tAsc":990,"tDes":-260,"tLGap":0,"wAsc":990,"wDes":260,"xH":458,"capH":809,"yMin":-260,"yMax":990,"hAsc":990,"hDes":-260,"lGap":0}},{"family":"Miltonian","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":918,"des":-274,"tAsc":918,"tDes":-274,"tLGap":0,"wAsc":918,"wDes":274,"xH":454,"capH":689,"yMin":-274,"yMax":918,"hAsc":918,"hDes":-274,"lGap":0}},{"family":"Miltonian Tattoo","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":918,"des":-274,"tAsc":918,"tDes":-274,"tLGap":0,"wAsc":918,"wDes":274,"xH":454,"capH":689,"yMin":-274,"yMax":918,"hAsc":918,"hDes":-274,"lGap":0}},{"family":"Mina","fallbacks":["sans-serif"],"weights":[400,700],"styles":["regular"],"variants":[[0,400],[0,700]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1075,"des":-515,"tAsc":1075,"tDes":-515,"tLGap":0,"wAsc":1075,"wDes":539,"yMin":-487,"yMax":1002,"hAsc":1075,"hDes":-515,"lGap":0}},{"family":"Miniver","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1024,"asc":1019,"des":-474,"tAsc":1019,"tDes":-474,"tLGap":0,"wAsc":1019,"wDes":474,"xH":501,"capH":782,"yMin":-474,"yMax":1019,"hAsc":1019,"hDes":-474,"lGap":0}},{"family":"Miriam Libre","fallbacks":["sans-serif"],"weights":[400,700],"styles":["regular"],"variants":[[0,400],[0,700]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":969,"des":-344,"tAsc":969,"tDes":-344,"tLGap":0,"wAsc":969,"wDes":344,"xH":566,"capH":695,"yMin":-335,"yMax":952,"hAsc":969,"hDes":-344,"lGap":0}},{"family":"Mirza","fallbacks":["cursive"],"weights":[400,500,600,700],"styles":["regular"],"variants":[[0,400],[0,500],[0,600],[0,700]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":547,"des":-453,"tAsc":800,"tDes":-200,"tLGap":200,"wAsc":1000,"wDes":200,"xH":500,"capH":700,"yMin":-571,"yMax":1088,"hAsc":547,"hDes":-453,"lGap":200}},{"family":"Miss Fajardose","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":859,"des":-389,"tAsc":859,"tDes":-389,"tLGap":0,"wAsc":859,"wDes":389,"xH":158,"capH":658,"yMin":-389,"yMax":859,"hAsc":859,"hDes":-389,"lGap":0}},{"family":"Mitr","fallbacks":["sans-serif"],"weights":[200,300,400,500,600,700],"styles":["regular"],"variants":[[0,200],[0,300],[0,400],[0,500],[0,600],[0,700]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1150,"des":-420,"tAsc":750,"tDes":-250,"tLGap":200,"wAsc":1150,"wDes":420,"xH":536,"capH":714,"yMin":-389,"yMax":1079,"hAsc":1150,"hDes":-420,"lGap":0}},{"family":"Mochiy Pop One","fallbacks":["sans-serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1160,"des":-288,"tAsc":880,"tDes":-120,"tLGap":0,"wAsc":1160,"wDes":288,"xH":543,"capH":733,"yMin":-295,"yMax":1142,"hAsc":1160,"hDes":-288,"lGap":0}},{"family":"Mochiy Pop P One","fallbacks":["sans-serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1160,"des":-288,"tAsc":880,"tDes":-120,"tLGap":0,"wAsc":1160,"wDes":288,"xH":543,"capH":733,"yMin":-295,"yMax":1142,"hAsc":1160,"hDes":-288,"lGap":0}},{"family":"Modak","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":2048,"asc":2035,"des":-1049,"tAsc":2035,"tDes":-1049,"tLGap":0,"wAsc":2035,"wDes":1049,"xH":1099,"capH":1290,"yMin":-1049,"yMax":2035,"hAsc":2035,"hDes":-1049,"lGap":0}},{"family":"Modern Antiqua","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":2048,"asc":1815,"des":-508,"tAsc":1815,"tDes":-508,"tLGap":0,"wAsc":1815,"wDes":508,"xH":1089,"capH":1511,"yMin":-435,"yMax":1950,"hAsc":1815,"hDes":-508,"lGap":0}},{"family":"Mogra","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":750,"des":-250,"tAsc":750,"tDes":-250,"tLGap":200,"wAsc":850,"wDes":350,"xH":565,"capH":705,"yMin":-574,"yMax":1063,"hAsc":750,"hDes":-250,"lGap":200}},{"family":"Mohave","fallbacks":["sans-serif"],"weights":[300,400,500,600,700],"styles":["regular","italic"],"variants":[[0,300],[0,400],[0,500],[0,600],[0,700],[1,300],[1,400],[1,500],[1,600],[1,700]],"service":"fonts.google.com","metrics":{"upm":2000,"asc":1980,"des":-806,"tAsc":1980,"tDes":-806,"tLGap":0,"wAsc":1980,"wDes":806,"xH":1080,"capH":1500,"yMin":-806,"yMax":1980,"hAsc":1980,"hDes":-806,"lGap":0}},{"family":"Molengo","fallbacks":["sans-serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":2048,"asc":1928,"des":-522,"tAsc":1928,"tDes":-522,"tLGap":0,"wAsc":1928,"wDes":522,"xH":938,"capH":1391,"yMin":-522,"yMax":1928,"hAsc":1928,"hDes":-522,"lGap":0}},{"family":"Molle","fallbacks":["cursive"],"weights":[400],"styles":["italic"],"variants":[[1,400]],"service":"fonts.google.com","metrics":{"upm":2048,"asc":1852,"des":-701,"tAsc":1852,"tDes":-701,"tLGap":0,"wAsc":1852,"wDes":701,"xH":910,"capH":1588,"yMin":-701,"yMax":1852,"hAsc":1852,"hDes":-701,"lGap":0}},{"family":"Monda","fallbacks":["sans-serif"],"weights":[400,700],"styles":["regular"],"variants":[[0,400],[0,700]],"service":"fonts.google.com","metrics":{"upm":2048,"asc":2461,"des":-875,"tAsc":2461,"tDes":-875,"tLGap":0,"wAsc":2480,"wDes":875,"xH":1060,"capH":1446,"yMin":-770,"yMax":2383,"hAsc":2461,"hDes":-875,"lGap":0}},{"family":"Monofett","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":2048,"asc":2001,"des":-315,"tAsc":2001,"tDes":-315,"tLGap":0,"wAsc":2001,"wDes":315,"xH":1370,"capH":1370,"yMin":-315,"yMax":2007,"hAsc":2001,"hDes":-315,"lGap":0}},{"family":"Monoton","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":2048,"asc":2366,"des":-822,"tAsc":2366,"tDes":-822,"tLGap":0,"wAsc":2366,"wDes":822,"xH":1440,"capH":1656,"yMin":-822,"yMax":2366,"hAsc":2366,"hDes":-822,"lGap":0}},{"family":"Monsieur La Doulaise","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1048,"des":-513,"tAsc":1048,"tDes":-513,"tLGap":0,"wAsc":1048,"wDes":513,"xH":164,"capH":729,"yMin":-513,"yMax":1048,"hAsc":1048,"hDes":-513,"lGap":0}},{"family":"Montaga","fallbacks":["serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":978,"des":-254,"tAsc":978,"tDes":-254,"tLGap":0,"wAsc":978,"wDes":254,"xH":466,"capH":700,"yMin":-254,"yMax":978,"hAsc":978,"hDes":-254,"lGap":0}},{"family":"Montagu Slab","fallbacks":["serif"],"weights":[100,200,300,400,500,600,700],"styles":["regular"],"variants":[[0,100],[0,200],[0,300],[0,400],[0,500],[0,600],[0,700]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":982,"des":-300,"tAsc":982,"tDes":-300,"tLGap":0,"wAsc":1136,"wDes":318,"xH":518,"capH":682,"yMin":-312,"yMax":1122,"hAsc":982,"hDes":-300,"lGap":0}},{"family":"MonteCarlo","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1200,"des":-500,"tAsc":1200,"tDes":-500,"tLGap":0,"wAsc":1795,"wDes":1290,"xH":315,"capH":750,"yMin":-1293,"yMax":1794,"hAsc":1200,"hDes":-500,"lGap":0}},{"family":"Montez","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":2048,"asc":1831,"des":-848,"tAsc":1831,"tDes":-848,"tLGap":0,"wAsc":1831,"wDes":848,"xH":766,"capH":1456,"yMin":-848,"yMax":1831,"hAsc":1831,"hDes":-848,"lGap":0}},{"family":"Montserrat","fallbacks":["sans-serif"],"weights":[100,200,300,400,500,600,700,800,900],"styles":["italic","regular"],"variants":[[0,100],[1,100],[0,200],[1,200],[0,300],[1,300],[0,400],[1,400],[0,500],[1,500],[0,600],[1,600],[0,700],[1,700],[0,800],[1,800],[0,900],[1,900]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":968,"des":-251,"tAsc":968,"tDes":-251,"tLGap":0,"wAsc":1109,"wDes":270,"xH":525,"capH":700,"yMin":-262,"yMax":1043,"hAsc":968,"hDes":-251,"lGap":0}},{"family":"Montserrat Alternates","fallbacks":["sans-serif"],"weights":[100,200,300,400,500,600,700,800,900],"styles":["italic","regular"],"variants":[[0,100],[1,100],[0,200],[1,200],[0,300],[1,300],[0,400],[1,400],[0,500],[1,500],[0,600],[1,600],[0,700],[1,700],[0,800],[1,800],[0,900],[1,900]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":968,"des":-251,"tAsc":968,"tDes":-251,"tLGap":0,"wAsc":1109,"wDes":270,"xH":525,"capH":700,"yMin":-262,"yMax":1043,"hAsc":968,"hDes":-251,"lGap":0}},{"family":"Montserrat Subrayada","fallbacks":["sans-serif"],"weights":[400,700],"styles":["regular"],"variants":[[0,400],[0,700]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":968,"des":-251,"tAsc":968,"tDes":-251,"tLGap":0,"wAsc":968,"wDes":251,"xH":699,"capH":699,"yMin":-250,"yMax":932,"hAsc":968,"hDes":-251,"lGap":0}},{"family":"Moul","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":2048,"asc":2500,"des":-1200,"tAsc":2500,"tDes":-1200,"tLGap":0,"wAsc":2500,"wDes":1200,"xH":1098,"capH":1462,"yMin":-1201,"yMax":2501,"hAsc":2500,"hDes":-1200,"lGap":0}},{"family":"Moulpali","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":2048,"asc":2900,"des":-1600,"tAsc":2900,"tDes":-1600,"tLGap":0,"wAsc":2950,"wDes":1600,"xH":1098,"capH":1462,"yMin":-1600,"yMax":2950,"hAsc":2900,"hDes":-1600,"lGap":0}},{"family":"Mountains of Christmas","fallbacks":["cursive"],"weights":[400,700],"styles":["regular"],"variants":[[0,400],[0,700]],"service":"fonts.google.com","metrics":{"upm":1024,"asc":1066,"des":-354,"tAsc":1066,"tDes":-354,"tLGap":0,"wAsc":1066,"wDes":354,"xH":515,"capH":743,"yMin":-347,"yMax":1066,"hAsc":1066,"hDes":-354,"lGap":0}},{"family":"Mouse Memoirs","fallbacks":["sans-serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":2048,"asc":1917,"des":-428,"tAsc":1917,"tDes":-428,"tLGap":0,"wAsc":1917,"wDes":428,"xH":1044,"capH":1448,"yMin":-428,"yMax":1917,"hAsc":1917,"hDes":-428,"lGap":0}},{"family":"Mr Bedfort","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1015,"des":-661,"tAsc":1015,"tDes":-661,"tLGap":0,"wAsc":1015,"wDes":661,"xH":245,"capH":770,"yMin":-661,"yMax":1015,"hAsc":1015,"hDes":-661,"lGap":0}},{"family":"Mr Dafoe","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":981,"des":-416,"tAsc":981,"tDes":-416,"tLGap":0,"wAsc":981,"wDes":416,"xH":313,"capH":622,"yMin":-416,"yMax":981,"hAsc":981,"hDes":-416,"lGap":0}},{"family":"Mr De Haviland","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":875,"des":-442,"tAsc":875,"tDes":-442,"tLGap":0,"wAsc":875,"wDes":442,"xH":217,"capH":557,"yMin":-442,"yMax":891,"hAsc":875,"hDes":-442,"lGap":0}},{"family":"Mrs Saint Delafield","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":906,"des":-619,"tAsc":906,"tDes":-619,"tLGap":0,"wAsc":906,"wDes":619,"xH":224,"capH":708,"yMin":-619,"yMax":906,"hAsc":906,"hDes":-619,"lGap":0}},{"family":"Mrs Sheppards","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":959,"des":-378,"tAsc":959,"tDes":-378,"tLGap":0,"wAsc":959,"wDes":378,"xH":285,"capH":662,"yMin":-378,"yMax":959,"hAsc":959,"hDes":-378,"lGap":0}},{"family":"Mukta","fallbacks":["sans-serif"],"weights":[200,300,400,500,600,700,800],"styles":["regular"],"variants":[[0,200],[0,300],[0,400],[0,500],[0,600],[0,700],[0,800]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1130,"des":-532,"tAsc":1130,"tDes":-532,"tLGap":0,"wAsc":1130,"wDes":532,"xH":468,"capH":630,"yMin":-508,"yMax":1130,"hAsc":1130,"hDes":-532,"lGap":0}},{"family":"Mukta Mahee","fallbacks":["sans-serif"],"weights":[200,300,400,500,600,700,800],"styles":["regular"],"variants":[[0,200],[0,300],[0,400],[0,500],[0,600],[0,700],[0,800]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1130,"des":-532,"tAsc":1130,"tDes":-532,"tLGap":0,"wAsc":1130,"wDes":532,"xH":468,"capH":630,"yMin":-541,"yMax":956,"hAsc":1130,"hDes":-532,"lGap":0}},{"family":"Mukta Malar","fallbacks":["sans-serif"],"weights":[200,300,400,500,600,700,800],"styles":["regular"],"variants":[[0,200],[0,300],[0,400],[0,500],[0,600],[0,700],[0,800]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1130,"des":-532,"tAsc":1130,"tDes":-532,"tLGap":0,"wAsc":1130,"wDes":532,"xH":468,"capH":630,"yMin":-351,"yMax":935,"hAsc":1130,"hDes":-532,"lGap":0}},{"family":"Mukta Vaani","fallbacks":["sans-serif"],"weights":[200,300,400,500,600,700,800],"styles":["regular"],"variants":[[0,200],[0,300],[0,400],[0,500],[0,600],[0,700],[0,800]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1130,"des":-532,"tAsc":1130,"tDes":-532,"tLGap":0,"wAsc":1130,"wDes":532,"xH":468,"capH":630,"yMin":-494,"yMax":935,"hAsc":1130,"hDes":-532,"lGap":0}},{"family":"Mulish","fallbacks":["sans-serif"],"weights":[200,300,400,500,600,700,800,900],"styles":["regular","italic"],"variants":[[0,200],[0,300],[0,400],[0,500],[0,600],[0,700],[0,800],[0,900],[1,200],[1,300],[1,400],[1,500],[1,600],[1,700],[1,800],[1,900]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1005,"des":-250,"tAsc":1005,"tDes":-250,"tLGap":0,"wAsc":1065,"wDes":297,"xH":500,"capH":705,"yMin":-270,"yMax":1036,"hAsc":1005,"hDes":-250,"lGap":0}},{"family":"MuseoModerno","fallbacks":["cursive"],"weights":[100,200,300,400,500,600,700,800,900],"styles":["regular"],"variants":[[0,100],[0,200],[0,300],[0,400],[0,500],[0,600],[0,700],[0,800],[0,900]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1145,"des":-445,"tAsc":1145,"tDes":-445,"tLGap":0,"wAsc":1145,"wDes":445,"xH":510,"capH":700,"yMin":-322,"yMax":1110,"hAsc":1145,"hDes":-445,"lGap":0}},{"family":"Mystery Quest","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1024,"asc":989,"des":-409,"tAsc":989,"tDes":-409,"tLGap":0,"wAsc":989,"wDes":419,"xH":626,"capH":769,"yMin":-409,"yMax":989,"hAsc":989,"hDes":-409,"lGap":0}},{"family":"Nanum Brush Script","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":920,"des":-230,"tAsc":800,"tDes":-200,"tLGap":0,"wAsc":920,"wDes":230,"xH":500,"capH":700,"yMin":-200,"yMax":802,"hAsc":920,"hDes":-230,"lGap":0}},{"family":"Nanum Gothic","fallbacks":["sans-serif"],"weights":[400,700,800],"styles":["regular"],"variants":[[0,400],[0,700],[0,800]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":920,"des":-230,"tAsc":800,"tDes":-200,"tLGap":0,"wAsc":920,"wDes":230,"xH":500,"capH":700,"yMin":-200,"yMax":801,"hAsc":920,"hDes":-230,"lGap":0}},{"family":"Nanum Gothic Coding","fallbacks":["monospace"],"weights":[400,700],"styles":["regular"],"variants":[[0,400],[0,700]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":800,"des":-200,"tAsc":800,"tDes":-200,"tLGap":0,"wAsc":800,"wDes":200,"xH":498,"capH":699,"yMin":-200,"yMax":801,"hAsc":800,"hDes":-200,"lGap":0}},{"family":"Nanum Myeongjo","fallbacks":["serif"],"weights":[400,700,800],"styles":["regular"],"variants":[[0,400],[0,700],[0,800]],"service":"fonts.google.com","metrics":{"upm":1024,"asc":942,"des":-236,"tAsc":819,"tDes":-205,"tLGap":0,"wAsc":942,"wDes":236,"xH":480,"capH":755,"yMin":-239,"yMax":978,"hAsc":942,"hDes":-236,"lGap":0}},{"family":"Nanum Pen Script","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":920,"des":-230,"tAsc":800,"tDes":-200,"tLGap":0,"wAsc":920,"wDes":230,"xH":476,"capH":674,"yMin":-200,"yMax":800,"hAsc":920,"hDes":-230,"lGap":0}},{"family":"Nerko One","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":894,"des":-317,"tAsc":894,"tDes":-317,"tLGap":0,"wAsc":937,"wDes":319,"xH":426,"capH":586,"yMin":-319,"yMax":937,"hAsc":894,"hDes":-317,"lGap":0}},{"family":"Neucha","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1024,"asc":787,"des":-292,"tAsc":787,"tDes":-292,"tLGap":49,"wAsc":954,"wDes":296,"xH":523,"capH":720,"yMin":-296,"yMax":981,"hAsc":787,"hDes":-292,"lGap":49}},{"family":"Neuton","fallbacks":["serif"],"weights":[200,300,400,700,800],"styles":["regular","italic"],"variants":[[0,200],[0,300],[0,400],[1,400],[0,700],[0,800]],"service":"fonts.google.com","metrics":{"upm":2048,"asc":2106,"des":-485,"tAsc":2106,"tDes":-485,"tLGap":0,"wAsc":2106,"wDes":485,"xH":0,"capH":0,"yMin":-418,"yMax":1710,"hAsc":2106,"hDes":-485,"lGap":0}},{"family":"New Rocker","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":946,"des":-283,"tAsc":946,"tDes":-283,"tLGap":0,"wAsc":946,"wDes":283,"xH":465,"capH":733,"yMin":-283,"yMax":946,"hAsc":946,"hDes":-283,"lGap":0}},{"family":"New Tegomin","fallbacks":["serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1160,"des":-288,"tAsc":880,"tDes":-120,"tLGap":0,"wAsc":1160,"wDes":288,"xH":438,"capH":635,"yMin":-281,"yMax":914,"hAsc":1160,"hDes":-288,"lGap":0}},{"family":"News Cycle","fallbacks":["sans-serif"],"weights":[400,700],"styles":["regular"],"variants":[[0,400],[0,700]],"service":"fonts.google.com","metrics":{"upm":2048,"asc":2574,"des":-794,"tAsc":2574,"tDes":-794,"tLGap":0,"wAsc":2574,"wDes":794,"yMin":-794,"yMax":2510,"hAsc":2574,"hDes":-794,"lGap":0}},{"family":"Newsreader","fallbacks":["serif"],"weights":[200,300,400,500,600,700,800],"styles":["regular","italic"],"variants":[[0,200],[0,300],[0,400],[0,500],[0,600],[0,700],[0,800],[1,200],[1,300],[1,400],[1,500],[1,600],[1,700],[1,800]],"service":"fonts.google.com","metrics":{"upm":2000,"asc":1470,"des":-530,"tAsc":1470,"tDes":-530,"tLGap":0,"wAsc":2326,"wDes":531,"xH":852,"capH":1340,"yMin":-530,"yMax":2092,"hAsc":1470,"hDes":-530,"lGap":0}},{"family":"Niconne","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":2048,"asc":1898,"des":-585,"tAsc":1898,"tDes":-585,"tLGap":0,"wAsc":1898,"wDes":585,"xH":218,"capH":1442,"yMin":-585,"yMax":1898,"hAsc":1898,"hDes":-585,"lGap":0}},{"family":"Niramit","fallbacks":["sans-serif"],"weights":[200,300,400,500,600,700],"styles":["italic","regular"],"variants":[[0,200],[1,200],[0,300],[1,300],[0,400],[1,400],[0,500],[1,500],[0,600],[1,600],[0,700],[1,700]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1105,"des":-195,"tAsc":1105,"tDes":-195,"tLGap":0,"wAsc":1250,"wDes":534,"xH":485,"capH":700,"yMin":-476,"yMax":1205,"hAsc":1105,"hDes":-195,"lGap":0}},{"family":"Nixie One","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":926,"des":-210,"tAsc":926,"tDes":-210,"tLGap":0,"wAsc":926,"wDes":210,"xH":500,"capH":700,"yMin":-210,"yMax":920,"hAsc":926,"hDes":-210,"lGap":0}},{"family":"Nobile","fallbacks":["sans-serif"],"weights":[400,500,700],"styles":["regular","italic"],"variants":[[0,400],[1,400],[0,500],[1,500],[0,700],[1,700]],"service":"fonts.google.com","metrics":{"upm":2048,"asc":1731,"des":-578,"tAsc":1614,"tDes":-502,"tLGap":0,"wAsc":1731,"wDes":578,"xH":1169,"capH":1579,"yMin":-617,"yMax":2353,"hAsc":1731,"hDes":-578,"lGap":0}},{"family":"Nokora","fallbacks":["sans-serif"],"weights":[100,300,400,700,900],"styles":["regular"],"variants":[[0,100],[0,300],[0,400],[0,700],[0,900]],"service":"fonts.google.com","metrics":{"upm":2048,"asc":1907,"des":-800,"tAsc":1907,"tDes":-800,"tLGap":0,"wAsc":1940,"wDes":810,"xH":1098,"capH":1462,"yMin":-800,"yMax":1900,"hAsc":1907,"hDes":-800,"lGap":0}},{"family":"Norican","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":2048,"asc":2095,"des":-791,"tAsc":2095,"tDes":-791,"tLGap":0,"wAsc":2095,"wDes":791,"xH":807,"capH":1530,"yMin":-791,"yMax":2095,"hAsc":2095,"hDes":-791,"lGap":0}},{"family":"Nosifer","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":2048,"asc":2236,"des":-1328,"tAsc":2236,"tDes":-1328,"tLGap":0,"wAsc":2236,"wDes":1328,"xH":925,"capH":854,"yMin":-1328,"yMax":2236,"hAsc":2236,"hDes":-1328,"lGap":0}},{"family":"Notable","fallbacks":["sans-serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1143,"des":-157,"tAsc":1143,"tDes":-157,"tLGap":0,"wAsc":1275,"wDes":300,"xH":356,"capH":700,"yMin":-213,"yMax":907,"hAsc":1143,"hDes":-157,"lGap":0}},{"family":"Nothing You Could Do","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1024,"asc":959,"des":-407,"tAsc":962,"tDes":-407,"tLGap":0,"wAsc":959,"wDes":407,"xH":462,"capH":758,"yMin":-407,"yMax":959,"hAsc":959,"hDes":-407,"lGap":0}},{"family":"Noticia Text","fallbacks":["serif"],"weights":[400,700],"styles":["regular","italic"],"variants":[[0,400],[1,400],[0,700],[1,700]],"service":"fonts.google.com","metrics":{"upm":2048,"asc":2202,"des":-593,"tAsc":2202,"tDes":-593,"tLGap":0,"wAsc":2202,"wDes":593,"xH":1085,"capH":1353,"yMin":-593,"yMax":2167,"hAsc":2202,"hDes":-593,"lGap":0}},{"family":"Noto Kufi Arabic","fallbacks":["sans-serif"],"weights":[100,200,300,400,500,600,700,800,900],"styles":["regular"],"variants":[[0,100],[0,200],[0,300],[0,400],[0,500],[0,600],[0,700],[0,800],[0,900]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1282,"des":-615,"tAsc":1282,"tDes":-615,"tLGap":0,"wAsc":1282,"wDes":615,"xH":890,"capH":1272,"yMin":-548,"yMax":1270,"hAsc":1282,"hDes":-615,"lGap":0}},{"family":"Noto Music","fallbacks":["sans-serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1389,"des":-398,"tAsc":1389,"tDes":-398,"tLGap":0,"wAsc":1389,"wDes":398,"xH":536,"capH":714,"yMin":-709,"yMax":1645,"hAsc":1389,"hDes":-398,"lGap":0}},{"family":"Noto Naskh Arabic","fallbacks":["serif"],"weights":[400,500,600,700],"styles":["regular"],"variants":[[0,400],[0,500],[0,600],[0,700]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1069,"des":-634,"tAsc":1069,"tDes":-634,"tLGap":0,"wAsc":1069,"wDes":634,"xH":0,"capH":0,"yMin":-610,"yMax":1056,"hAsc":1069,"hDes":-634,"lGap":0}},{"family":"Noto Nastaliq Urdu","fallbacks":["serif"],"weights":[400,700],"styles":["regular"],"variants":[[0,400],[0,700]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1904,"des":-596,"tAsc":1904,"tDes":-596,"tLGap":0,"wAsc":1904,"wDes":596,"xH":536,"capH":714,"yMin":-1382,"yMax":1805,"hAsc":1904,"hDes":-596,"lGap":0}},{"family":"Noto Rashi Hebrew","fallbacks":["serif"],"weights":[100,200,300,400,500,600,700,800,900],"styles":["regular"],"variants":[[0,100],[0,200],[0,300],[0,400],[0,500],[0,600],[0,700],[0,800],[0,900]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":896,"des":-290,"tAsc":896,"tDes":-290,"tLGap":0,"wAsc":896,"wDes":290,"xH":536,"capH":714,"yMin":-290,"yMax":896,"hAsc":896,"hDes":-290,"lGap":0}},{"family":"Noto Sans","fallbacks":["sans-serif"],"weights":[400,700],"styles":["regular","italic"],"variants":[[0,400],[1,400],[0,700],[1,700]],"service":"fonts.google.com","metrics":{"upm":2048,"asc":2189,"des":-600,"tAsc":2189,"tDes":-600,"tLGap":0,"wAsc":2189,"wDes":600,"xH":1098,"capH":1462,"yMin":-806,"yMax":2146,"hAsc":2189,"hDes":-600,"lGap":0}},{"family":"Noto Sans Adlam","fallbacks":["sans-serif"],"weights":[400,500,600,700],"styles":["regular"],"variants":[[0,400],[0,500],[0,600],[0,700]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1069,"des":-293,"tAsc":1069,"tDes":-293,"tLGap":0,"wAsc":1069,"wDes":293,"xH":575,"capH":714,"yMin":-241,"yMax":1004,"hAsc":1069,"hDes":-293,"lGap":0}},{"family":"Noto Sans Adlam Unjoined","fallbacks":["sans-serif"],"weights":[400,500,600,700],"styles":["regular"],"variants":[[0,400],[0,500],[0,600],[0,700]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1069,"des":-293,"tAsc":1069,"tDes":-293,"tLGap":0,"wAsc":1069,"wDes":293,"xH":575,"capH":714,"yMin":-241,"yMax":1004,"hAsc":1069,"hDes":-293,"lGap":0}},{"family":"Noto Sans Anatolian Hieroglyphs","fallbacks":["sans-serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1153,"des":-253,"tAsc":1153,"tDes":-253,"tLGap":0,"wAsc":1153,"wDes":253,"xH":536,"capH":714,"yMin":-250,"yMax":1148,"hAsc":1153,"hDes":-253,"lGap":0}},{"family":"Noto Sans Arabic","fallbacks":["sans-serif"],"weights":[100,200,300,400,500,600,700,800,900],"styles":["regular"],"variants":[[0,100],[0,200],[0,300],[0,400],[0,500],[0,600],[0,700],[0,800],[0,900]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1374,"des":-738,"tAsc":1374,"tDes":-738,"tLGap":0,"wAsc":1374,"wDes":738,"xH":374,"capH":416,"yMin":-573,"yMax":1114,"hAsc":1374,"hDes":-738,"lGap":0}},{"family":"Noto Sans Armenian","fallbacks":["sans-serif"],"weights":[100,200,300,400,500,600,700,800,900],"styles":["regular"],"variants":[[0,100],[0,200],[0,300],[0,400],[0,500],[0,600],[0,700],[0,800],[0,900]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1068,"des":-292,"tAsc":1068,"tDes":-292,"tLGap":0,"wAsc":1068,"wDes":292,"xH":536,"capH":714,"yMin":-245,"yMax":829,"hAsc":1068,"hDes":-292,"lGap":0}},{"family":"Noto Sans Avestan","fallbacks":["sans-serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1069,"des":-293,"tAsc":1069,"tDes":-293,"tLGap":0,"wAsc":1069,"wDes":293,"xH":536,"capH":652,"yMin":-240,"yMax":788,"hAsc":1069,"hDes":-293,"lGap":0}},{"family":"Noto Sans Balinese","fallbacks":["sans-serif"],"weights":[400,500,600,700],"styles":["regular"],"variants":[[0,400],[0,500],[0,600],[0,700]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1363,"des":-838,"tAsc":1363,"tDes":-838,"tLGap":0,"wAsc":1363,"wDes":838,"xH":536,"capH":700,"yMin":-830,"yMax":1289,"hAsc":1363,"hDes":-838,"lGap":0}},{"family":"Noto Sans Bamum","fallbacks":["sans-serif"],"weights":[400,500,600,700],"styles":["regular"],"variants":[[0,400],[0,500],[0,600],[0,700]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1069,"des":-293,"tAsc":1069,"tDes":-293,"tLGap":0,"wAsc":1069,"wDes":293,"xH":536,"capH":714,"yMin":-190,"yMax":1035,"hAsc":1069,"hDes":-293,"lGap":0}},{"family":"Noto Sans Bassa Vah","fallbacks":["sans-serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1069,"des":-293,"tAsc":1069,"tDes":-293,"tLGap":0,"wAsc":1069,"wDes":293,"xH":536,"capH":674,"yMin":-20,"yMax":714,"hAsc":1069,"hDes":-293,"lGap":0}},{"family":"Noto Sans Batak","fallbacks":["sans-serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1069,"des":-293,"tAsc":1069,"tDes":-293,"tLGap":0,"wAsc":1069,"wDes":293,"xH":536,"capH":714,"yMin":-191,"yMax":861,"hAsc":1069,"hDes":-293,"lGap":0}},{"family":"Noto Sans Bengali","fallbacks":["sans-serif"],"weights":[100,200,300,400,500,600,700,800,900],"styles":["regular"],"variants":[[0,100],[0,200],[0,300],[0,400],[0,500],[0,600],[0,700],[0,800],[0,900]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":917,"des":-408,"tAsc":917,"tDes":-408,"tLGap":0,"wAsc":917,"wDes":408,"xH":536,"capH":622,"yMin":-404,"yMax":917,"hAsc":917,"hDes":-408,"lGap":0}},{"family":"Noto Sans Bhaiksuki","fallbacks":["sans-serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":960,"des":-460,"tAsc":960,"tDes":-460,"tLGap":0,"wAsc":960,"wDes":460,"xH":536,"capH":714,"yMin":-630,"yMax":954,"hAsc":960,"hDes":-460,"lGap":0}},{"family":"Noto Sans Brahmi","fallbacks":["sans-serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1069,"des":-306,"tAsc":1069,"tDes":-306,"tLGap":0,"wAsc":1069,"wDes":306,"xH":536,"capH":714,"yMin":-303,"yMax":927,"hAsc":1069,"hDes":-306,"lGap":0}},{"family":"Noto Sans Buginese","fallbacks":["sans-serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1069,"des":-293,"tAsc":1069,"tDes":-293,"tLGap":0,"wAsc":1069,"wDes":293,"xH":536,"capH":714,"yMin":-186,"yMax":983,"hAsc":1069,"hDes":-293,"lGap":0}},{"family":"Noto Sans Buhid","fallbacks":["sans-serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1069,"des":-293,"tAsc":1069,"tDes":-293,"tLGap":0,"wAsc":1069,"wDes":293,"xH":536,"capH":714,"yMin":-250,"yMax":750,"hAsc":1069,"hDes":-293,"lGap":0}},{"family":"Noto Sans Canadian Aboriginal","fallbacks":["sans-serif"],"weights":[100,200,300,400,500,600,700,800,900],"styles":["regular"],"variants":[[0,100],[0,200],[0,300],[0,400],[0,500],[0,600],[0,700],[0,800],[0,900]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1069,"des":-293,"tAsc":1069,"tDes":-293,"tLGap":0,"wAsc":1069,"wDes":293,"xH":500,"capH":714,"yMin":-267,"yMax":993,"hAsc":1069,"hDes":-293,"lGap":0}},{"family":"Noto Sans Carian","fallbacks":["sans-serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1069,"des":-293,"tAsc":1069,"tDes":-293,"tLGap":0,"wAsc":1069,"wDes":293,"xH":536,"capH":714,"yMin":-10,"yMax":725,"hAsc":1069,"hDes":-293,"lGap":0}},{"family":"Noto Sans Caucasian Albanian","fallbacks":["sans-serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":976,"des":-274,"tAsc":976,"tDes":-274,"tLGap":0,"wAsc":976,"wDes":274,"xH":410,"capH":714,"yMin":-271,"yMax":971,"hAsc":976,"hDes":-274,"lGap":0}},{"family":"Noto Sans Chakma","fallbacks":["sans-serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1140,"des":-320,"tAsc":1140,"tDes":-320,"tLGap":0,"wAsc":1140,"wDes":320,"xH":536,"capH":714,"yMin":-467,"yMax":1347,"hAsc":1140,"hDes":-320,"lGap":0}},{"family":"Noto Sans Cham","fallbacks":["sans-serif"],"weights":[100,200,300,400,500,600,700,800,900],"styles":["regular"],"variants":[[0,100],[0,200],[0,300],[0,400],[0,500],[0,600],[0,700],[0,800],[0,900]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1117,"des":-351,"tAsc":1117,"tDes":-351,"tLGap":0,"wAsc":1117,"wDes":351,"xH":536,"capH":594,"yMin":-494,"yMax":1242,"hAsc":1117,"hDes":-351,"lGap":0}},{"family":"Noto Sans Cherokee","fallbacks":["sans-serif"],"weights":[100,200,300,400,500,600,700,800,900],"styles":["regular"],"variants":[[0,100],[0,200],[0,300],[0,400],[0,500],[0,600],[0,700],[0,800],[0,900]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1069,"des":-293,"tAsc":1069,"tDes":-293,"tLGap":0,"wAsc":1069,"wDes":293,"xH":535,"capH":714,"yMin":-269,"yMax":783,"hAsc":1069,"hDes":-293,"lGap":0}},{"family":"Noto Sans Coptic","fallbacks":["sans-serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1069,"des":-293,"tAsc":1069,"tDes":-293,"tLGap":0,"wAsc":1069,"wDes":293,"xH":536,"capH":714,"yMin":-240,"yMax":1044,"hAsc":1069,"hDes":-293,"lGap":0}},{"family":"Noto Sans Cuneiform","fallbacks":["sans-serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1596,"des":-690,"tAsc":1596,"tDes":-690,"tLGap":0,"wAsc":1596,"wDes":690,"xH":536,"capH":714,"yMin":-690,"yMax":1596,"hAsc":1596,"hDes":-690,"lGap":0}},{"family":"Noto Sans Cypriot","fallbacks":["sans-serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1069,"des":-293,"tAsc":1069,"tDes":-293,"tLGap":0,"wAsc":1069,"wDes":293,"xH":536,"capH":736,"yMin":-79,"yMax":736,"hAsc":1069,"hDes":-293,"lGap":0}},{"family":"Noto Sans Deseret","fallbacks":["sans-serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1069,"des":-293,"tAsc":1069,"tDes":-293,"tLGap":0,"wAsc":1069,"wDes":293,"xH":536,"capH":714,"yMin":-17,"yMax":725,"hAsc":1069,"hDes":-293,"lGap":0}},{"family":"Noto Sans Devanagari","fallbacks":["sans-serif"],"weights":[100,200,300,400,500,600,700,800,900],"styles":["regular"],"variants":[[0,100],[0,200],[0,300],[0,400],[0,500],[0,600],[0,700],[0,800],[0,900]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":896,"des":-408,"tAsc":896,"tDes":-408,"tLGap":0,"wAsc":896,"wDes":408,"xH":536,"capH":622,"yMin":-394,"yMax":1347,"hAsc":896,"hDes":-408,"lGap":0}},{"family":"Noto Sans Display","fallbacks":["sans-serif"],"weights":[100,200,300,400,500,600,700,800,900],"styles":["regular","italic"],"variants":[[0,100],[0,200],[0,300],[0,400],[0,500],[0,600],[0,700],[0,800],[0,900],[1,100],[1,200],[1,300],[1,400],[1,500],[1,600],[1,700],[1,800],[1,900]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1069,"des":-293,"tAsc":1069,"tDes":-293,"tLGap":0,"wAsc":1069,"wDes":293,"xH":536,"capH":714,"yMin":-389,"yMax":1072,"hAsc":1069,"hDes":-293,"lGap":0}},{"family":"Noto Sans Duployan","fallbacks":["sans-serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1069,"des":-293,"tAsc":1069,"tDes":-293,"tLGap":0,"wAsc":1069,"wDes":293,"xH":536,"capH":730,"yMin":-250,"yMax":960,"hAsc":1069,"hDes":-293,"lGap":0}},{"family":"Noto Sans Egyptian Hieroglyphs","fallbacks":["sans-serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1324,"des":-326,"tAsc":1324,"tDes":-326,"tLGap":0,"wAsc":1324,"wDes":326,"xH":536,"capH":900,"yMin":-326,"yMax":1324,"hAsc":1324,"hDes":-326,"lGap":0}},{"family":"Noto Sans Elbasan","fallbacks":["sans-serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":847,"des":-270,"tAsc":847,"tDes":-270,"tLGap":0,"wAsc":847,"wDes":270,"xH":560,"capH":714,"yMin":-267,"yMax":841,"hAsc":847,"hDes":-270,"lGap":0}},{"family":"Noto Sans Elymaic","fallbacks":["sans-serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":920,"des":-280,"tAsc":720,"tDes":-280,"tLGap":200,"wAsc":920,"wDes":280,"xH":570,"capH":570,"yMin":-290,"yMax":740,"hAsc":920,"hDes":-280,"lGap":0}},{"family":"Noto Sans Georgian","fallbacks":["sans-serif"],"weights":[100,200,300,400,500,600,700,800,900],"styles":["regular"],"variants":[[0,100],[0,200],[0,300],[0,400],[0,500],[0,600],[0,700],[0,800],[0,900]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1068,"des":-292,"tAsc":1068,"tDes":-292,"tLGap":0,"wAsc":1068,"wDes":292,"xH":536,"capH":714,"yMin":-250,"yMax":1043,"hAsc":1068,"hDes":-292,"lGap":0}},{"family":"Noto Sans Glagolitic","fallbacks":["sans-serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1069,"des":-293,"tAsc":1069,"tDes":-293,"tLGap":0,"wAsc":1069,"wDes":293,"xH":536,"capH":714,"yMin":-167,"yMax":951,"hAsc":1069,"hDes":-293,"lGap":0}},{"family":"Noto Sans Gothic","fallbacks":["sans-serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1069,"des":-293,"tAsc":1069,"tDes":-293,"tLGap":0,"wAsc":1069,"wDes":293,"xH":536,"capH":646,"yMin":-240,"yMax":975,"hAsc":1069,"hDes":-293,"lGap":0}},{"family":"Noto Sans Grantha","fallbacks":["sans-serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1290,"des":-534,"tAsc":1290,"tDes":-534,"tLGap":0,"wAsc":1290,"wDes":534,"xH":566,"capH":714,"yMin":-1755,"yMax":1135,"hAsc":1290,"hDes":-534,"lGap":0}},{"family":"Noto Sans Gujarati","fallbacks":["sans-serif"],"weights":[100,200,300,400,500,600,700,800,900],"styles":["regular"],"variants":[[0,100],[0,200],[0,300],[0,400],[0,500],[0,600],[0,700],[0,800],[0,900]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":896,"des":-408,"tAsc":896,"tDes":-408,"tLGap":0,"wAsc":896,"wDes":408,"xH":536,"capH":592,"yMin":-394,"yMax":896,"hAsc":896,"hDes":-408,"lGap":0}},{"family":"Noto Sans Gunjala Gondi","fallbacks":["sans-serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1014,"des":-252,"tAsc":1014,"tDes":-252,"tLGap":0,"wAsc":1014,"wDes":252,"xH":561,"capH":622,"yMin":-255,"yMax":1014,"hAsc":1014,"hDes":-252,"lGap":0}},{"family":"Noto Sans Gurmukhi","fallbacks":["sans-serif"],"weights":[100,200,300,400,500,600,700,800,900],"styles":["regular"],"variants":[[0,100],[0,200],[0,300],[0,400],[0,500],[0,600],[0,700],[0,800],[0,900]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":896,"des":-408,"tAsc":896,"tDes":-408,"tLGap":0,"wAsc":896,"wDes":408,"xH":622,"capH":622,"yMin":-398,"yMax":896,"hAsc":896,"hDes":-408,"lGap":0}},{"family":"Noto Sans Hanifi Rohingya","fallbacks":["sans-serif"],"weights":[400,500,600,700],"styles":["regular"],"variants":[[0,400],[0,500],[0,600],[0,700]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1069,"des":-293,"tAsc":1069,"tDes":-293,"tLGap":0,"wAsc":1069,"wDes":293,"xH":525,"capH":714,"yMin":-217,"yMax":1089,"hAsc":1069,"hDes":-293,"lGap":0}},{"family":"Noto Sans Hanunoo","fallbacks":["sans-serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1069,"des":-293,"tAsc":1069,"tDes":-293,"tLGap":0,"wAsc":1069,"wDes":293,"xH":536,"capH":714,"yMin":-165,"yMax":852,"hAsc":1069,"hDes":-293,"lGap":0}},{"family":"Noto Sans Hatran","fallbacks":["sans-serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1069,"des":-293,"tAsc":1069,"tDes":-293,"tLGap":0,"wAsc":1069,"wDes":293,"xH":560,"capH":763,"yMin":-220,"yMax":763,"hAsc":1069,"hDes":-293,"lGap":0}},{"family":"Noto Sans Hebrew","fallbacks":["sans-serif"],"weights":[100,200,300,400,500,600,700,800,900],"styles":["regular"],"variants":[[0,100],[0,200],[0,300],[0,400],[0,500],[0,600],[0,700],[0,800],[0,900]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1068,"des":-292,"tAsc":1068,"tDes":-292,"tLGap":0,"wAsc":1068,"wDes":292,"xH":536,"capH":714,"yMin":-251,"yMax":795,"hAsc":1068,"hDes":-292,"lGap":0}},{"family":"Noto Sans HK","fallbacks":["sans-serif"],"weights":[100,300,400,500,700,900],"styles":["regular"],"variants":[[0,100],[0,300],[0,400],[0,500],[0,700],[0,900]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1160,"des":-288,"tAsc":880,"tDes":-120,"tLGap":0,"wAsc":1160,"wDes":288,"xH":543,"capH":733,"yMin":-1048,"yMax":1808,"hAsc":1160,"hDes":-288,"lGap":0}},{"family":"Noto Sans Imperial Aramaic","fallbacks":["sans-serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1069,"des":-293,"tAsc":1069,"tDes":-293,"tLGap":0,"wAsc":1069,"wDes":293,"xH":536,"capH":714,"yMin":-276,"yMax":900,"hAsc":1069,"hDes":-293,"lGap":0}},{"family":"Noto Sans Indic Siyaq Numbers","fallbacks":["sans-serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1215,"des":-347,"tAsc":1215,"tDes":-347,"tLGap":0,"wAsc":1215,"wDes":347,"xH":553,"capH":964,"yMin":-303,"yMax":1210,"hAsc":1215,"hDes":-347,"lGap":0}},{"family":"Noto Sans Inscriptional Pahlavi","fallbacks":["sans-serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1069,"des":-352,"tAsc":1069,"tDes":-352,"tLGap":0,"wAsc":1069,"wDes":352,"xH":536,"capH":760,"yMin":-352,"yMax":770,"hAsc":1069,"hDes":-352,"lGap":0}},{"family":"Noto Sans Inscriptional Parthian","fallbacks":["sans-serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1069,"des":-301,"tAsc":1069,"tDes":-301,"tLGap":0,"wAsc":1069,"wDes":301,"xH":536,"capH":714,"yMin":-301,"yMax":760,"hAsc":1069,"hDes":-301,"lGap":0}},{"family":"Noto Sans Javanese","fallbacks":["sans-serif"],"weights":[400,700],"styles":["regular"],"variants":[[0,400],[0,700]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1120,"des":-916,"tAsc":1120,"tDes":-916,"tLGap":0,"wAsc":1120,"wDes":916,"xH":536,"capH":750,"yMin":-916,"yMax":1044,"hAsc":1120,"hDes":-916,"lGap":0}},{"family":"Noto Sans JP","fallbacks":["sans-serif"],"weights":[100,300,400,500,700,900],"styles":["regular"],"variants":[[0,100],[0,300],[0,400],[0,500],[0,700],[0,900]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1160,"des":-288,"tAsc":880,"tDes":-120,"tLGap":0,"wAsc":1160,"wDes":288,"xH":543,"capH":733,"yMin":-1048,"yMax":1808,"hAsc":1160,"hDes":-288,"lGap":0}},{"family":"Noto Sans Kaithi","fallbacks":["sans-serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1077,"des":-425,"tAsc":1077,"tDes":-425,"tLGap":0,"wAsc":1077,"wDes":425,"xH":536,"capH":622,"yMin":-425,"yMax":1024,"hAsc":1077,"hDes":-425,"lGap":0}},{"family":"Noto Sans Kannada","fallbacks":["sans-serif"],"weights":[100,200,300,400,500,600,700,800,900],"styles":["regular"],"variants":[[0,100],[0,200],[0,300],[0,400],[0,500],[0,600],[0,700],[0,800],[0,900]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":809,"des":-540,"tAsc":809,"tDes":-540,"tLGap":0,"wAsc":809,"wDes":540,"xH":551,"capH":690,"yMin":-532,"yMax":809,"hAsc":809,"hDes":-540,"lGap":0}},{"family":"Noto Sans Kayah Li","fallbacks":["sans-serif"],"weights":[400,500,600,700],"styles":["regular"],"variants":[[0,400],[0,500],[0,600],[0,700]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1069,"des":-293,"tAsc":1069,"tDes":-293,"tLGap":0,"wAsc":1069,"wDes":293,"xH":536,"capH":714,"yMin":-240,"yMax":771,"hAsc":1069,"hDes":-293,"lGap":0}},{"family":"Noto Sans Kharoshthi","fallbacks":["sans-serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1069,"des":-301,"tAsc":1069,"tDes":-301,"tLGap":0,"wAsc":1069,"wDes":301,"xH":536,"capH":714,"yMin":-301,"yMax":1046,"hAsc":1069,"hDes":-301,"lGap":0}},{"family":"Noto Sans Khmer","fallbacks":["sans-serif"],"weights":[100,200,300,400,500,600,700,800,900],"styles":["regular"],"variants":[[0,100],[0,200],[0,300],[0,400],[0,500],[0,600],[0,700],[0,800],[0,900]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1069,"des":-293,"tAsc":1069,"tDes":-293,"tLGap":0,"wAsc":1069,"wDes":293,"xH":536,"capH":714,"yMin":-691,"yMax":1155,"hAsc":1069,"hDes":-293,"lGap":0}},{"family":"Noto Sans Khojki","fallbacks":["sans-serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1409,"des":-447,"tAsc":1409,"tDes":-447,"tLGap":0,"wAsc":1409,"wDes":447,"xH":545,"capH":714,"yMin":-445,"yMax":1404,"hAsc":1409,"hDes":-447,"lGap":0}},{"family":"Noto Sans Khudawadi","fallbacks":["sans-serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":944,"des":-373,"tAsc":944,"tDes":-373,"tLGap":0,"wAsc":944,"wDes":373,"xH":536,"capH":620,"yMin":-370,"yMax":939,"hAsc":944,"hDes":-373,"lGap":0}},{"family":"Noto Sans KR","fallbacks":["sans-serif"],"weights":[100,300,400,500,700,900],"styles":["regular"],"variants":[[0,100],[0,300],[0,400],[0,500],[0,700],[0,900]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1160,"des":-288,"tAsc":880,"tDes":-120,"tLGap":0,"wAsc":1160,"wDes":288,"xH":543,"capH":733,"yMin":-1048,"yMax":1808,"hAsc":1160,"hDes":-288,"lGap":0}},{"family":"Noto Sans Lao","fallbacks":["sans-serif"],"weights":[100,200,300,400,500,600,700,800,900],"styles":["regular"],"variants":[[0,100],[0,200],[0,300],[0,400],[0,500],[0,600],[0,700],[0,800],[0,900]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1183,"des":-462,"tAsc":1183,"tDes":-462,"tLGap":0,"wAsc":1183,"wDes":462,"xH":536,"capH":714,"yMin":-438,"yMax":1107,"hAsc":1183,"hDes":-462,"lGap":0}},{"family":"Noto Sans Lepcha","fallbacks":["sans-serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1069,"des":-450,"tAsc":1069,"tDes":-450,"tLGap":0,"wAsc":1069,"wDes":450,"xH":536,"capH":714,"yMin":-234,"yMax":1028,"hAsc":1069,"hDes":-450,"lGap":0}},{"family":"Noto Sans Limbu","fallbacks":["sans-serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1069,"des":-293,"tAsc":1069,"tDes":-293,"tLGap":0,"wAsc":1069,"wDes":293,"xH":536,"capH":714,"yMin":-293,"yMax":875,"hAsc":1069,"hDes":-293,"lGap":0}},{"family":"Noto Sans Linear A","fallbacks":["sans-serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1069,"des":-293,"tAsc":1069,"tDes":-293,"tLGap":0,"wAsc":1069,"wDes":293,"xH":536,"capH":800,"yMin":-76,"yMax":959,"hAsc":1069,"hDes":-293,"lGap":0}},{"family":"Noto Sans Linear B","fallbacks":["sans-serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1069,"des":-293,"tAsc":1069,"tDes":-293,"tLGap":0,"wAsc":1069,"wDes":293,"xH":536,"capH":800,"yMin":-128,"yMax":1020,"hAsc":1069,"hDes":-293,"lGap":0}},{"family":"Noto Sans Lisu","fallbacks":["sans-serif"],"weights":[400,500,600,700],"styles":["regular"],"variants":[[0,400],[0,500],[0,600],[0,700]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1069,"des":-293,"tAsc":1069,"tDes":-293,"tLGap":0,"wAsc":1069,"wDes":293,"xH":536,"capH":714,"yMin":-150,"yMax":725,"hAsc":1069,"hDes":-293,"lGap":0}},{"family":"Noto Sans Lycian","fallbacks":["sans-serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1069,"des":-293,"tAsc":1069,"tDes":-293,"tLGap":0,"wAsc":1069,"wDes":293,"xH":536,"capH":714,"yMin":-16,"yMax":729,"hAsc":1069,"hDes":-293,"lGap":0}},{"family":"Noto Sans Lydian","fallbacks":["sans-serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1069,"des":-293,"tAsc":1069,"tDes":-293,"tLGap":0,"wAsc":1069,"wDes":293,"xH":536,"capH":714,"yMin":-20,"yMax":724,"hAsc":1069,"hDes":-293,"lGap":0}},{"family":"Noto Sans Mahajani","fallbacks":["sans-serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":757,"des":-243,"tAsc":757,"tDes":-243,"tLGap":0,"wAsc":757,"wDes":243,"xH":536,"capH":600,"yMin":-240,"yMax":716,"hAsc":757,"hDes":-243,"lGap":0}},{"family":"Noto Sans Malayalam","fallbacks":["sans-serif"],"weights":[100,200,300,400,500,600,700,800,900],"styles":["regular"],"variants":[[0,100],[0,200],[0,300],[0,400],[0,500],[0,600],[0,700],[0,800],[0,900]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":864,"des":-383,"tAsc":864,"tDes":-383,"tLGap":0,"wAsc":864,"wDes":383,"xH":554,"capH":714,"yMin":-383,"yMax":864,"hAsc":864,"hDes":-383,"lGap":0}},{"family":"Noto Sans Mandaic","fallbacks":["sans-serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":724,"des":-423,"tAsc":724,"tDes":-423,"tLGap":0,"wAsc":724,"wDes":423,"xH":536,"capH":694,"yMin":-403,"yMax":724,"hAsc":724,"hDes":-423,"lGap":0}},{"family":"Noto Sans Manichaean","fallbacks":["sans-serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":790,"des":-340,"tAsc":790,"tDes":-340,"tLGap":0,"wAsc":790,"wDes":340,"xH":439,"capH":625,"yMin":-337,"yMax":785,"hAsc":790,"hDes":-340,"lGap":0}},{"family":"Noto Sans Marchen","fallbacks":["sans-serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1107,"des":-534,"tAsc":1107,"tDes":-534,"tLGap":0,"wAsc":1107,"wDes":534,"xH":678,"capH":678,"yMin":-1025,"yMax":869,"hAsc":1107,"hDes":-534,"lGap":0}},{"family":"Noto Sans Masaram Gondi","fallbacks":["sans-serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1000,"des":-200,"tAsc":827,"tDes":-200,"tLGap":173,"wAsc":1000,"wDes":200,"xH":357,"capH":630,"yMin":-213,"yMax":833,"hAsc":1000,"hDes":-200,"lGap":0}},{"family":"Noto Sans Math","fallbacks":["sans-serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1069,"des":-423,"tAsc":1069,"tDes":-423,"tLGap":0,"wAsc":1069,"wDes":423,"xH":536,"capH":714,"yMin":-420,"yMax":1069,"hAsc":1069,"hDes":-423,"lGap":0}},{"family":"Noto Sans Mayan Numerals","fallbacks":["sans-serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1069,"des":-293,"tAsc":1069,"tDes":-293,"tLGap":0,"wAsc":1069,"wDes":293,"xH":536,"capH":714,"yMin":-21,"yMax":714,"hAsc":1069,"hDes":-293,"lGap":0}},{"family":"Noto Sans Medefaidrin","fallbacks":["sans-serif"],"weights":[400,500,600,700],"styles":["regular"],"variants":[[0,400],[0,500],[0,600],[0,700]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1069,"des":-293,"tAsc":1069,"tDes":-293,"tLGap":0,"wAsc":1069,"wDes":293,"xH":536,"capH":713,"yMin":-408,"yMax":846,"hAsc":1069,"hDes":-293,"lGap":0}},{"family":"Noto Sans Meetei Mayek","fallbacks":["sans-serif"],"weights":[100,200,300,400,500,600,700,800,900],"styles":["regular"],"variants":[[0,100],[0,200],[0,300],[0,400],[0,500],[0,600],[0,700],[0,800],[0,900]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1069,"des":-321,"tAsc":1069,"tDes":-321,"tLGap":0,"wAsc":1069,"wDes":321,"xH":536,"capH":659,"yMin":-318,"yMax":1018,"hAsc":1069,"hDes":-321,"lGap":0}},{"family":"Noto Sans Meroitic","fallbacks":["sans-serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":928,"des":-415,"tAsc":928,"tDes":-415,"tLGap":0,"wAsc":928,"wDes":415,"xH":536,"capH":680,"yMin":-412,"yMax":923,"hAsc":928,"hDes":-415,"lGap":0}},{"family":"Noto Sans Miao","fallbacks":["sans-serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1142,"des":-350,"tAsc":1142,"tDes":-350,"tLGap":0,"wAsc":1142,"wDes":350,"xH":341,"capH":714,"yMin":-553,"yMax":1268,"hAsc":1142,"hDes":-350,"lGap":0}},{"family":"Noto Sans Modi","fallbacks":["sans-serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":891,"des":-463,"tAsc":891,"tDes":-463,"tLGap":0,"wAsc":891,"wDes":463,"xH":536,"capH":622,"yMin":-460,"yMax":886,"hAsc":891,"hDes":-463,"lGap":0}},{"family":"Noto Sans Mongolian","fallbacks":["sans-serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1457,"des":-293,"tAsc":1457,"tDes":-293,"tLGap":0,"wAsc":1457,"wDes":293,"xH":444,"capH":714,"yMin":-266,"yMax":1457,"hAsc":1457,"hDes":-293,"lGap":0}},{"family":"Noto Sans Mono","fallbacks":["monospace"],"weights":[100,200,300,400,500,600,700,800,900],"styles":["regular"],"variants":[[0,100],[0,200],[0,300],[0,400],[0,500],[0,600],[0,700],[0,800],[0,900]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1069,"des":-293,"tAsc":1069,"tDes":-293,"tLGap":0,"wAsc":1069,"wDes":293,"xH":536,"capH":714,"yMin":-389,"yMax":1229,"hAsc":1069,"hDes":-293,"lGap":0}},{"family":"Noto Sans Mro","fallbacks":["sans-serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1069,"des":-293,"tAsc":1069,"tDes":-293,"tLGap":0,"wAsc":1069,"wDes":293,"xH":536,"capH":714,"yMin":-10,"yMax":725,"hAsc":1069,"hDes":-293,"lGap":0}},{"family":"Noto Sans Multani","fallbacks":["sans-serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1069,"des":-293,"tAsc":1069,"tDes":-293,"tLGap":0,"wAsc":1069,"wDes":293,"xH":510,"capH":630,"yMin":-66,"yMax":787,"hAsc":1069,"hDes":-293,"lGap":0}},{"family":"Noto Sans Myanmar","fallbacks":["sans-serif"],"weights":[100,200,300,400,500,600,700,800,900],"styles":["regular"],"variants":[[0,100],[0,200],[0,300],[0,400],[0,500],[0,600],[0,700],[0,800],[0,900]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1324,"des":-860,"tAsc":1324,"tDes":-860,"tLGap":0,"wAsc":1324,"wDes":860,"xH":536,"capH":714,"yMin":-690,"yMax":1252,"hAsc":1324,"hDes":-860,"lGap":0}},{"family":"Noto Sans N Ko","fallbacks":["sans-serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1069,"des":-293,"tAsc":1069,"tDes":-293,"tLGap":0,"wAsc":1069,"wDes":293,"xH":513,"capH":714,"yMin":-272,"yMax":1059,"hAsc":1069,"hDes":-293,"lGap":0}},{"family":"Noto Sans Nabataean","fallbacks":["sans-serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1069,"des":-293,"tAsc":1069,"tDes":-293,"tLGap":0,"wAsc":1069,"wDes":293,"xH":550,"capH":640,"yMin":-163,"yMax":730,"hAsc":1069,"hDes":-293,"lGap":0}},{"family":"Noto Sans New Tai Lue","fallbacks":["sans-serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1069,"des":-293,"tAsc":1069,"tDes":-293,"tLGap":0,"wAsc":1069,"wDes":293,"xH":536,"capH":714,"yMin":-293,"yMax":850,"hAsc":1069,"hDes":-293,"lGap":0}},{"family":"Noto Sans Newa","fallbacks":["sans-serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1036,"des":-396,"tAsc":1036,"tDes":-396,"tLGap":0,"wAsc":1036,"wDes":396,"xH":536,"capH":622,"yMin":-394,"yMax":1036,"hAsc":1036,"hDes":-396,"lGap":0}},{"family":"Noto Sans Nushu","fallbacks":["sans-serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1069,"des":-321,"tAsc":1069,"tDes":-321,"tLGap":0,"wAsc":1069,"wDes":321,"xH":536,"capH":714,"yMin":-205,"yMax":941,"hAsc":1069,"hDes":-321,"lGap":0}},{"family":"Noto Sans Ogham","fallbacks":["sans-serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1069,"des":-293,"tAsc":1069,"tDes":-293,"tLGap":0,"wAsc":1069,"wDes":293,"xH":536,"capH":695,"yMin":-100,"yMax":961,"hAsc":1069,"hDes":-293,"lGap":0}},{"family":"Noto Sans Ol Chiki","fallbacks":["sans-serif"],"weights":[400,500,600,700],"styles":["regular"],"variants":[[0,400],[0,500],[0,600],[0,700]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1069,"des":-293,"tAsc":1069,"tDes":-293,"tLGap":0,"wAsc":1069,"wDes":293,"xH":536,"capH":714,"yMin":-14,"yMax":730,"hAsc":1069,"hDes":-293,"lGap":0}},{"family":"Noto Sans Old Hungarian","fallbacks":["sans-serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":859,"des":-177,"tAsc":859,"tDes":-177,"tLGap":0,"wAsc":859,"wDes":177,"xH":600,"capH":714,"yMin":-174,"yMax":854,"hAsc":859,"hDes":-177,"lGap":0}},{"family":"Noto Sans Old Italic","fallbacks":["sans-serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1069,"des":-293,"tAsc":1069,"tDes":-293,"tLGap":0,"wAsc":1069,"wDes":293,"xH":536,"capH":714,"yMin":-50,"yMax":748,"hAsc":1069,"hDes":-293,"lGap":0}},{"family":"Noto Sans Old North Arabian","fallbacks":["sans-serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1069,"des":-293,"tAsc":1069,"tDes":-293,"tLGap":0,"wAsc":1069,"wDes":293,"xH":536,"capH":665,"yMin":-15,"yMax":714,"hAsc":1069,"hDes":-293,"lGap":0}},{"family":"Noto Sans Old Permic","fallbacks":["sans-serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1069,"des":-293,"tAsc":1069,"tDes":-293,"tLGap":0,"wAsc":1069,"wDes":293,"xH":536,"capH":638,"yMin":-204,"yMax":805,"hAsc":1069,"hDes":-293,"lGap":0}},{"family":"Noto Sans Old Persian","fallbacks":["sans-serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1069,"des":-293,"tAsc":1069,"tDes":-293,"tLGap":0,"wAsc":1069,"wDes":293,"xH":536,"capH":724,"yMin":-147,"yMax":780,"hAsc":1069,"hDes":-293,"lGap":0}},{"family":"Noto Sans Old Sogdian","fallbacks":["sans-serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1069,"des":-293,"tAsc":1069,"tDes":-293,"tLGap":0,"wAsc":1069,"wDes":293,"xH":536,"capH":714,"yMin":-180,"yMax":831,"hAsc":1069,"hDes":-293,"lGap":0}},{"family":"Noto Sans Old South Arabian","fallbacks":["sans-serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1069,"des":-293,"tAsc":1069,"tDes":-293,"tLGap":0,"wAsc":1069,"wDes":293,"xH":536,"capH":859,"yMin":-15,"yMax":874,"hAsc":1069,"hDes":-293,"lGap":0}},{"family":"Noto Sans Old Turkic","fallbacks":["sans-serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1069,"des":-293,"tAsc":1069,"tDes":-293,"tLGap":0,"wAsc":1069,"wDes":293,"xH":536,"capH":714,"yMin":-33,"yMax":746,"hAsc":1069,"hDes":-293,"lGap":0}},{"family":"Noto Sans Oriya","fallbacks":["sans-serif"],"weights":[100,400,700,900],"styles":["regular"],"variants":[[0,100],[0,400],[0,700],[0,900]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1069,"des":-293,"tAsc":1069,"tDes":-293,"tLGap":0,"wAsc":1069,"wDes":293,"xH":658,"capH":714,"yMin":-292,"yMax":971,"hAsc":1069,"hDes":-293,"lGap":0}},{"family":"Noto Sans Osage","fallbacks":["sans-serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1069,"des":-293,"tAsc":1069,"tDes":-293,"tLGap":0,"wAsc":1069,"wDes":293,"xH":536,"capH":714,"yMin":-256,"yMax":795,"hAsc":1069,"hDes":-293,"lGap":0}},{"family":"Noto Sans Osmanya","fallbacks":["sans-serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1069,"des":-293,"tAsc":1069,"tDes":-293,"tLGap":0,"wAsc":1069,"wDes":293,"xH":536,"capH":714,"yMin":-24,"yMax":730,"hAsc":1069,"hDes":-293,"lGap":0}},{"family":"Noto Sans Pahawh Hmong","fallbacks":["sans-serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1069,"des":-293,"tAsc":1069,"tDes":-293,"tLGap":0,"wAsc":1069,"wDes":293,"xH":536,"capH":714,"yMin":-213,"yMax":1055,"hAsc":1069,"hDes":-293,"lGap":0}},{"family":"Noto Sans Palmyrene","fallbacks":["sans-serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1069,"des":-293,"tAsc":1069,"tDes":-293,"tLGap":0,"wAsc":1069,"wDes":293,"xH":640,"capH":778,"yMin":-180,"yMax":778,"hAsc":1069,"hDes":-293,"lGap":0}},{"family":"Noto Sans Pau Cin Hau","fallbacks":["sans-serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1069,"des":-293,"tAsc":1069,"tDes":-293,"tLGap":0,"wAsc":1069,"wDes":293,"xH":536,"capH":714,"yMin":-10,"yMax":728,"hAsc":1069,"hDes":-293,"lGap":0}},{"family":"Noto Sans Phags Pa","fallbacks":["sans-serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1069,"des":-293,"tAsc":1069,"tDes":-293,"tLGap":0,"wAsc":1069,"wDes":293,"xH":536,"capH":670,"yMin":-129,"yMax":725,"hAsc":1069,"hDes":-293,"lGap":0}},{"family":"Noto Sans Phoenician","fallbacks":["sans-serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1069,"des":-293,"tAsc":1069,"tDes":-293,"tLGap":0,"wAsc":1069,"wDes":293,"xH":536,"capH":719,"yMin":-111,"yMax":738,"hAsc":1069,"hDes":-293,"lGap":0}},{"family":"Noto Sans Psalter Pahlavi","fallbacks":["sans-serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":737,"des":-554,"tAsc":737,"tDes":-554,"tLGap":0,"wAsc":737,"wDes":554,"xH":469,"capH":625,"yMin":-551,"yMax":732,"hAsc":737,"hDes":-554,"lGap":0}},{"family":"Noto Sans Rejang","fallbacks":["sans-serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1069,"des":-293,"tAsc":1069,"tDes":-293,"tLGap":0,"wAsc":1069,"wDes":293,"xH":536,"capH":714,"yMin":-203,"yMax":976,"hAsc":1069,"hDes":-293,"lGap":0}},{"family":"Noto Sans Runic","fallbacks":["sans-serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1069,"des":-293,"tAsc":1069,"tDes":-293,"tLGap":0,"wAsc":1069,"wDes":293,"xH":536,"capH":714,"yMin":0,"yMax":725,"hAsc":1069,"hDes":-293,"lGap":0}},{"family":"Noto Sans Samaritan","fallbacks":["sans-serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1069,"des":-293,"tAsc":1069,"tDes":-293,"tLGap":0,"wAsc":1069,"wDes":293,"xH":536,"capH":659,"yMin":-53,"yMax":1064,"hAsc":1069,"hDes":-293,"lGap":0}},{"family":"Noto Sans Saurashtra","fallbacks":["sans-serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1069,"des":-293,"tAsc":1069,"tDes":-293,"tLGap":0,"wAsc":1069,"wDes":293,"xH":536,"capH":714,"yMin":-256,"yMax":1021,"hAsc":1069,"hDes":-293,"lGap":0}},{"family":"Noto Sans SC","fallbacks":["sans-serif"],"weights":[100,300,400,500,700,900],"styles":["regular"],"variants":[[0,100],[0,300],[0,400],[0,500],[0,700],[0,900]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1160,"des":-288,"tAsc":880,"tDes":-120,"tLGap":0,"wAsc":1160,"wDes":288,"xH":543,"capH":733,"yMin":-1048,"yMax":1808,"hAsc":1160,"hDes":-288,"lGap":0}},{"family":"Noto Sans Sharada","fallbacks":["sans-serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":925,"des":-455,"tAsc":925,"tDes":-455,"tLGap":0,"wAsc":925,"wDes":455,"xH":536,"capH":625,"yMin":-402,"yMax":920,"hAsc":925,"hDes":-455,"lGap":0}},{"family":"Noto Sans Shavian","fallbacks":["sans-serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1069,"des":-293,"tAsc":1069,"tDes":-293,"tLGap":0,"wAsc":1069,"wDes":293,"xH":536,"capH":771,"yMin":-245,"yMax":781,"hAsc":1069,"hDes":-293,"lGap":0}},{"family":"Noto Sans Siddham","fallbacks":["sans-serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1000,"des":-1030,"tAsc":1000,"tDes":-1030,"tLGap":0,"wAsc":1000,"wDes":1030,"xH":683,"capH":714,"yMin":-1025,"yMax":995,"hAsc":1000,"hDes":-1030,"lGap":0}},{"family":"Noto Sans Sinhala","fallbacks":["sans-serif"],"weights":[100,200,300,400,500,600,700,800,900],"styles":["regular"],"variants":[[0,100],[0,200],[0,300],[0,400],[0,500],[0,600],[0,700],[0,800],[0,900]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1011,"des":-293,"tAsc":1011,"tDes":-293,"tLGap":0,"wAsc":1011,"wDes":293,"xH":536,"capH":612,"yMin":-271,"yMax":973,"hAsc":1011,"hDes":-293,"lGap":0}},{"family":"Noto Sans Sogdian","fallbacks":["sans-serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1069,"des":-313,"tAsc":1069,"tDes":-313,"tLGap":0,"wAsc":1069,"wDes":313,"xH":382,"capH":674,"yMin":-310,"yMax":738,"hAsc":1069,"hDes":-313,"lGap":0}},{"family":"Noto Sans Sora Sompeng","fallbacks":["sans-serif"],"weights":[400,500,600,700],"styles":["regular"],"variants":[[0,400],[0,500],[0,600],[0,700]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1069,"des":-293,"tAsc":1069,"tDes":-293,"tLGap":0,"wAsc":1069,"wDes":293,"xH":433,"capH":800,"yMin":-29,"yMax":814,"hAsc":1069,"hDes":-293,"lGap":0}},{"family":"Noto Sans Soyombo","fallbacks":["sans-serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1239,"des":-357,"tAsc":1239,"tDes":-357,"tLGap":0,"wAsc":1239,"wDes":357,"xH":536,"capH":714,"yMin":-354,"yMax":1234,"hAsc":1239,"hDes":-357,"lGap":0}},{"family":"Noto Sans Sundanese","fallbacks":["sans-serif"],"weights":[400,500,600,700],"styles":["regular"],"variants":[[0,400],[0,500],[0,600],[0,700]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1069,"des":-368,"tAsc":1069,"tDes":-368,"tLGap":0,"wAsc":1069,"wDes":368,"xH":536,"capH":714,"yMin":-368,"yMax":970,"hAsc":1069,"hDes":-368,"lGap":0}},{"family":"Noto Sans Syloti Nagri","fallbacks":["sans-serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1069,"des":-293,"tAsc":1069,"tDes":-293,"tLGap":0,"wAsc":1069,"wDes":293,"xH":536,"capH":679,"yMin":-293,"yMax":975,"hAsc":1069,"hDes":-293,"lGap":0}},{"family":"Noto Sans Symbols","fallbacks":["sans-serif"],"weights":[100,200,300,400,500,600,700,800,900],"styles":["regular"],"variants":[[0,100],[0,200],[0,300],[0,400],[0,500],[0,600],[0,700],[0,800],[0,900]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1480,"des":-570,"tAsc":1480,"tDes":-570,"tLGap":0,"wAsc":1480,"wDes":570,"xH":536,"capH":714,"yMin":-565,"yMax":1471,"hAsc":1480,"hDes":-570,"lGap":0}},{"family":"Noto Sans Symbols 2","fallbacks":["sans-serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1069,"des":-630,"tAsc":1069,"tDes":-630,"tLGap":0,"wAsc":1069,"wDes":630,"xH":536,"capH":945,"yMin":-422,"yMax":1069,"hAsc":1069,"hDes":-630,"lGap":0}},{"family":"Noto Sans Syriac","fallbacks":["sans-serif"],"weights":[100,400,900],"styles":["regular"],"variants":[[0,100],[0,400],[0,900]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":926,"des":-486,"tAsc":926,"tDes":-486,"tLGap":0,"wAsc":926,"wDes":486,"xH":553,"capH":714,"yMin":-442,"yMax":892,"hAsc":926,"hDes":-486,"lGap":0}},{"family":"Noto Sans Tagalog","fallbacks":["sans-serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1069,"des":-293,"tAsc":1069,"tDes":-293,"tLGap":0,"wAsc":1069,"wDes":293,"xH":536,"capH":714,"yMin":-155,"yMax":815,"hAsc":1069,"hDes":-293,"lGap":0}},{"family":"Noto Sans Tagbanwa","fallbacks":["sans-serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1069,"des":-293,"tAsc":1069,"tDes":-293,"tLGap":0,"wAsc":1069,"wDes":293,"xH":536,"capH":714,"yMin":-161,"yMax":815,"hAsc":1069,"hDes":-293,"lGap":0}},{"family":"Noto Sans Tai Le","fallbacks":["sans-serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1069,"des":-293,"tAsc":1069,"tDes":-293,"tLGap":0,"wAsc":1069,"wDes":293,"xH":536,"capH":714,"yMin":-293,"yMax":908,"hAsc":1069,"hDes":-293,"lGap":0}},{"family":"Noto Sans Tai Tham","fallbacks":["sans-serif"],"weights":[400,500,600,700],"styles":["regular"],"variants":[[0,400],[0,500],[0,600],[0,700]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1069,"des":-520,"tAsc":1069,"tDes":-520,"tLGap":0,"wAsc":1034,"wDes":520,"xH":534,"capH":700,"yMin":-520,"yMax":1034,"hAsc":1069,"hDes":-520,"lGap":0}},{"family":"Noto Sans Tai Viet","fallbacks":["sans-serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1069,"des":-293,"tAsc":1069,"tDes":-293,"tLGap":0,"wAsc":1069,"wDes":293,"xH":536,"capH":714,"yMin":-293,"yMax":1055,"hAsc":1069,"hDes":-293,"lGap":0}},{"family":"Noto Sans Takri","fallbacks":["sans-serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":955,"des":-307,"tAsc":955,"tDes":-307,"tLGap":0,"wAsc":955,"wDes":307,"xH":575,"capH":625,"yMin":-304,"yMax":950,"hAsc":955,"hDes":-307,"lGap":0}},{"family":"Noto Sans Tamil","fallbacks":["sans-serif"],"weights":[100,200,300,400,500,600,700,800,900],"styles":["regular"],"variants":[[0,100],[0,200],[0,300],[0,400],[0,500],[0,600],[0,700],[0,800],[0,900]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":870,"des":-370,"tAsc":870,"tDes":-370,"tLGap":0,"wAsc":870,"wDes":370,"xH":554,"capH":714,"yMin":-321,"yMax":870,"hAsc":870,"hDes":-370,"lGap":0}},{"family":"Noto Sans Tamil Supplement","fallbacks":["sans-serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":870,"des":-370,"tAsc":870,"tDes":-370,"tLGap":0,"wAsc":870,"wDes":370,"xH":554,"capH":714,"yMin":-451,"yMax":881,"hAsc":870,"hDes":-370,"lGap":0}},{"family":"Noto Sans TC","fallbacks":["sans-serif"],"weights":[100,300,400,500,700,900],"styles":["regular"],"variants":[[0,100],[0,300],[0,400],[0,500],[0,700],[0,900]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1160,"des":-288,"tAsc":880,"tDes":-120,"tLGap":0,"wAsc":1160,"wDes":288,"xH":543,"capH":733,"yMin":-1048,"yMax":1808,"hAsc":1160,"hDes":-288,"lGap":0}},{"family":"Noto Sans Telugu","fallbacks":["sans-serif"],"weights":[100,200,300,400,500,600,700,800,900],"styles":["regular"],"variants":[[0,100],[0,200],[0,300],[0,400],[0,500],[0,600],[0,700],[0,800],[0,900]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":869,"des":-483,"tAsc":869,"tDes":-483,"tLGap":0,"wAsc":869,"wDes":483,"xH":500,"capH":620,"yMin":-476,"yMax":869,"hAsc":869,"hDes":-483,"lGap":0}},{"family":"Noto Sans Thaana","fallbacks":["sans-serif"],"weights":[100,200,300,400,500,600,700,800,900],"styles":["regular"],"variants":[[0,100],[0,200],[0,300],[0,400],[0,500],[0,600],[0,700],[0,800],[0,900]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1069,"des":-424,"tAsc":1069,"tDes":-424,"tLGap":0,"wAsc":1069,"wDes":424,"xH":536,"capH":714,"yMin":-414,"yMax":1058,"hAsc":1069,"hDes":-424,"lGap":0}},{"family":"Noto Sans Thai","fallbacks":["sans-serif"],"weights":[100,200,300,400,500,600,700,800,900],"styles":["regular"],"variants":[[0,100],[0,200],[0,300],[0,400],[0,500],[0,600],[0,700],[0,800],[0,900]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1061,"des":-450,"tAsc":1061,"tDes":-450,"tLGap":0,"wAsc":1061,"wDes":450,"xH":556,"capH":714,"yMin":-433,"yMax":1009,"hAsc":1061,"hDes":-450,"lGap":0}},{"family":"Noto Sans Thai Looped","fallbacks":["sans-serif"],"weights":[100,200,300,400,500,600,700,800,900],"styles":["regular"],"variants":[[0,100],[0,200],[0,300],[0,400],[0,500],[0,600],[0,700],[0,800],[0,900]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1250,"des":-350,"tAsc":1250,"tDes":-350,"tLGap":0,"wAsc":1380,"wDes":620,"xH":536,"capH":714,"yMin":-533,"yMax":1179,"hAsc":1250,"hDes":-350,"lGap":0}},{"family":"Noto Sans Tifinagh","fallbacks":["sans-serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1069,"des":-293,"tAsc":1069,"tDes":-293,"tLGap":0,"wAsc":1069,"wDes":293,"xH":536,"capH":714,"yMin":-250,"yMax":966,"hAsc":1069,"hDes":-293,"lGap":0}},{"family":"Noto Sans Tirhuta","fallbacks":["sans-serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1026,"des":-519,"tAsc":1026,"tDes":-519,"tLGap":0,"wAsc":1026,"wDes":519,"xH":536,"capH":622,"yMin":-516,"yMax":1021,"hAsc":1026,"hDes":-519,"lGap":0}},{"family":"Noto Sans Ugaritic","fallbacks":["sans-serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":743,"des":-381,"tAsc":743,"tDes":-381,"tLGap":0,"wAsc":743,"wDes":381,"xH":536,"capH":723,"yMin":-381,"yMax":743,"hAsc":743,"hDes":-381,"lGap":0}},{"family":"Noto Sans Vai","fallbacks":["sans-serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1069,"des":-293,"tAsc":1069,"tDes":-293,"tLGap":0,"wAsc":1069,"wDes":293,"xH":536,"capH":714,"yMin":-162,"yMax":864,"hAsc":1069,"hDes":-293,"lGap":0}},{"family":"Noto Sans Wancho","fallbacks":["sans-serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1096,"des":-161,"tAsc":1096,"tDes":-161,"tLGap":0,"wAsc":1096,"wDes":161,"xH":536,"capH":710,"yMin":-158,"yMax":1078,"hAsc":1096,"hDes":-161,"lGap":0}},{"family":"Noto Sans Warang Citi","fallbacks":["sans-serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1042,"des":-100,"tAsc":1042,"tDes":-100,"tLGap":0,"wAsc":1042,"wDes":100,"xH":561,"capH":710,"yMin":-74,"yMax":830,"hAsc":1042,"hDes":-100,"lGap":0}},{"family":"Noto Sans Yi","fallbacks":["sans-serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1069,"des":-293,"tAsc":1069,"tDes":-293,"tLGap":0,"wAsc":1069,"wDes":293,"xH":536,"capH":714,"yMin":-129,"yMax":880,"hAsc":1069,"hDes":-293,"lGap":0}},{"family":"Noto Sans Zanabazar Square","fallbacks":["sans-serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1621,"des":-821,"tAsc":1621,"tDes":-821,"tLGap":0,"wAsc":1621,"wDes":821,"xH":536,"capH":678,"yMin":-821,"yMax":1621,"hAsc":1621,"hDes":-821,"lGap":0}},{"family":"Noto Serif","fallbacks":["serif"],"weights":[400,700],"styles":["regular","italic"],"variants":[[0,400],[1,400],[0,700],[1,700]],"service":"fonts.google.com","metrics":{"upm":2048,"asc":2189,"des":-600,"tAsc":2189,"tDes":-600,"tLGap":0,"wAsc":2189,"wDes":600,"xH":1098,"capH":1462,"yMin":-512,"yMax":2146,"hAsc":2189,"hDes":-600,"lGap":0}},{"family":"Noto Serif Ahom","fallbacks":["serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":980,"des":-675,"tAsc":980,"tDes":-675,"tLGap":0,"wAsc":980,"wDes":675,"xH":550,"capH":680,"yMin":-672,"yMax":975,"hAsc":980,"hDes":-675,"lGap":0}},{"family":"Noto Serif Armenian","fallbacks":["serif"],"weights":[100,200,300,400,500,600,700,800,900],"styles":["regular"],"variants":[[0,100],[0,200],[0,300],[0,400],[0,500],[0,600],[0,700],[0,800],[0,900]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1068,"des":-292,"tAsc":1068,"tDes":-292,"tLGap":0,"wAsc":1068,"wDes":292,"xH":536,"capH":714,"yMin":-268,"yMax":827,"hAsc":1068,"hDes":-292,"lGap":0}},{"family":"Noto Serif Balinese","fallbacks":["serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1069,"des":-726,"tAsc":1069,"tDes":-726,"tLGap":0,"wAsc":1069,"wDes":726,"xH":536,"capH":714,"yMin":-1005,"yMax":1153,"hAsc":1069,"hDes":-726,"lGap":0}},{"family":"Noto Serif Bengali","fallbacks":["serif"],"weights":[100,200,300,400,500,600,700,800,900],"styles":["regular"],"variants":[[0,100],[0,200],[0,300],[0,400],[0,500],[0,600],[0,700],[0,800],[0,900]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1092,"des":-502,"tAsc":1092,"tDes":-502,"tLGap":0,"wAsc":1092,"wDes":502,"xH":536,"capH":622,"yMin":-408,"yMax":1213,"hAsc":1092,"hDes":-502,"lGap":0}},{"family":"Noto Serif Devanagari","fallbacks":["serif"],"weights":[100,200,300,400,500,600,700,800,900],"styles":["regular"],"variants":[[0,100],[0,200],[0,300],[0,400],[0,500],[0,600],[0,700],[0,800],[0,900]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":930,"des":-625,"tAsc":930,"tDes":-625,"tLGap":0,"wAsc":930,"wDes":625,"xH":623,"capH":715,"yMin":-660,"yMax":1397,"hAsc":930,"hDes":-625,"lGap":0}},{"family":"Noto Serif Display","fallbacks":["serif"],"weights":[100,200,300,400,500,600,700,800,900],"styles":["regular","italic"],"variants":[[0,100],[0,200],[0,300],[0,400],[0,500],[0,600],[0,700],[0,800],[0,900],[1,100],[1,200],[1,300],[1,400],[1,500],[1,600],[1,700],[1,800],[1,900]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1069,"des":-293,"tAsc":1069,"tDes":-293,"tLGap":0,"wAsc":1069,"wDes":293,"xH":536,"capH":714,"yMin":-389,"yMax":1048,"hAsc":1069,"hDes":-293,"lGap":0}},{"family":"Noto Serif Dogra","fallbacks":["serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1130,"des":-364,"tAsc":1130,"tDes":-364,"tLGap":0,"wAsc":1130,"wDes":364,"xH":554,"capH":625,"yMin":-445,"yMax":1214,"hAsc":1130,"hDes":-364,"lGap":0}},{"family":"Noto Serif Ethiopic","fallbacks":["serif"],"weights":[100,200,300,400,500,600,700,800,900],"styles":["regular"],"variants":[[0,100],[0,200],[0,300],[0,400],[0,500],[0,600],[0,700],[0,800],[0,900]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1069,"des":-293,"tAsc":1069,"tDes":-293,"tLGap":0,"wAsc":1069,"wDes":293,"xH":536,"capH":714,"yMin":-105,"yMax":945,"hAsc":1069,"hDes":-293,"lGap":0}},{"family":"Noto Serif Georgian","fallbacks":["serif"],"weights":[100,200,300,400,500,600,700,800,900],"styles":["regular"],"variants":[[0,100],[0,200],[0,300],[0,400],[0,500],[0,600],[0,700],[0,800],[0,900]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1068,"des":-292,"tAsc":1068,"tDes":-292,"tLGap":0,"wAsc":1068,"wDes":292,"xH":536,"capH":714,"yMin":-252,"yMax":1046,"hAsc":1068,"hDes":-292,"lGap":0}},{"family":"Noto Serif Grantha","fallbacks":["serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1290,"des":-534,"tAsc":1290,"tDes":-534,"tLGap":0,"wAsc":1290,"wDes":534,"xH":566,"capH":714,"yMin":-1757,"yMax":1151,"hAsc":1290,"hDes":-534,"lGap":0}},{"family":"Noto Serif Gujarati","fallbacks":["serif"],"weights":[100,200,300,400,500,600,700,800,900],"styles":["regular"],"variants":[[0,100],[0,200],[0,300],[0,400],[0,500],[0,600],[0,700],[0,800],[0,900]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":997,"des":-450,"tAsc":997,"tDes":-450,"tLGap":0,"wAsc":997,"wDes":450,"xH":536,"capH":592,"yMin":-588,"yMax":916,"hAsc":997,"hDes":-450,"lGap":0}},{"family":"Noto Serif Gurmukhi","fallbacks":["serif"],"weights":[100,200,300,400,500,600,700,800,900],"styles":["regular"],"variants":[[0,100],[0,200],[0,300],[0,400],[0,500],[0,600],[0,700],[0,800],[0,900]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1006,"des":-428,"tAsc":1006,"tDes":-428,"tLGap":0,"wAsc":1006,"wDes":428,"xH":536,"capH":622,"yMin":-579,"yMax":953,"hAsc":1006,"hDes":-428,"lGap":0}},{"family":"Noto Serif Hebrew","fallbacks":["serif"],"weights":[100,200,300,400,500,600,700,800,900],"styles":["regular"],"variants":[[0,100],[0,200],[0,300],[0,400],[0,500],[0,600],[0,700],[0,800],[0,900]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":896,"des":-290,"tAsc":896,"tDes":-290,"tLGap":0,"wAsc":896,"wDes":290,"xH":536,"capH":714,"yMin":-290,"yMax":879,"hAsc":896,"hDes":-290,"lGap":0}},{"family":"Noto Serif JP","fallbacks":["serif"],"weights":[200,300,400,500,600,700,900],"styles":["regular"],"variants":[[0,200],[0,300],[0,400],[0,500],[0,600],[0,700],[0,900]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1151,"des":-286,"tAsc":880,"tDes":-120,"tLGap":0,"wAsc":1151,"wDes":286,"xH":514,"capH":729,"yMin":-1049,"yMax":1809,"hAsc":1151,"hDes":-286,"lGap":0}},{"family":"Noto Serif Kannada","fallbacks":["serif"],"weights":[100,200,300,400,500,600,700,800,900],"styles":["regular"],"variants":[[0,100],[0,200],[0,300],[0,400],[0,500],[0,600],[0,700],[0,800],[0,900]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":910,"des":-710,"tAsc":910,"tDes":-710,"tLGap":0,"wAsc":910,"wDes":710,"xH":547,"capH":690,"yMin":-710,"yMax":879,"hAsc":910,"hDes":-710,"lGap":0}},{"family":"Noto Serif Khmer","fallbacks":["serif"],"weights":[100,200,300,400,500,600,700,800,900],"styles":["regular"],"variants":[[0,100],[0,200],[0,300],[0,400],[0,500],[0,600],[0,700],[0,800],[0,900]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1069,"des":-293,"tAsc":1069,"tDes":-293,"tLGap":0,"wAsc":1069,"wDes":293,"xH":536,"capH":714,"yMin":-839,"yMax":1255,"hAsc":1069,"hDes":-293,"lGap":0}},{"family":"Noto Serif KR","fallbacks":["serif"],"weights":[200,300,400,500,600,700,900],"styles":["regular"],"variants":[[0,200],[0,300],[0,400],[0,500],[0,600],[0,700],[0,900]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1151,"des":-286,"tAsc":880,"tDes":-120,"tLGap":0,"wAsc":1151,"wDes":286,"xH":514,"capH":729,"yMin":-1049,"yMax":1809,"hAsc":1151,"hDes":-286,"lGap":0}},{"family":"Noto Serif Lao","fallbacks":["serif"],"weights":[100,200,300,400,500,600,700,800,900],"styles":["regular"],"variants":[[0,100],[0,200],[0,300],[0,400],[0,500],[0,600],[0,700],[0,800],[0,900]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1174,"des":-482,"tAsc":1174,"tDes":-482,"tLGap":0,"wAsc":1174,"wDes":482,"xH":536,"capH":714,"yMin":-447,"yMax":1162,"hAsc":1174,"hDes":-482,"lGap":0}},{"family":"Noto Serif Malayalam","fallbacks":["serif"],"weights":[100,200,300,400,500,600,700,800,900],"styles":["regular"],"variants":[[0,100],[0,200],[0,300],[0,400],[0,500],[0,600],[0,700],[0,800],[0,900]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":864,"des":-383,"tAsc":864,"tDes":-383,"tLGap":0,"wAsc":864,"wDes":383,"xH":554,"capH":714,"yMin":-383,"yMax":864,"hAsc":864,"hDes":-383,"lGap":0}},{"family":"Noto Serif Myanmar","fallbacks":["serif"],"weights":[100,200,300,400,500,600,700,800,900],"styles":["regular"],"variants":[[0,100],[0,200],[0,300],[0,400],[0,500],[0,600],[0,700],[0,800],[0,900]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1239,"des":-1260,"tAsc":1239,"tDes":-1260,"tLGap":0,"wAsc":1239,"wDes":1260,"xH":536,"capH":714,"yMin":-1210,"yMax":1212,"hAsc":1239,"hDes":-1260,"lGap":0}},{"family":"Noto Serif Nyiakeng Puachue Hmong","fallbacks":["serif"],"weights":[400,500,600,700],"styles":["regular"],"variants":[[0,400],[0,500],[0,600],[0,700]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1068,"des":-292,"tAsc":1068,"tDes":-292,"tLGap":0,"wAsc":1068,"wDes":292,"xH":536,"capH":714,"yMin":-236,"yMax":1039,"hAsc":1068,"hDes":-292,"lGap":0}},{"family":"Noto Serif SC","fallbacks":["serif"],"weights":[200,300,400,500,600,700,900],"styles":["regular"],"variants":[[0,200],[0,300],[0,400],[0,500],[0,600],[0,700],[0,900]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1151,"des":-286,"tAsc":880,"tDes":-120,"tLGap":0,"wAsc":1151,"wDes":286,"xH":514,"capH":729,"yMin":-1049,"yMax":1809,"hAsc":1151,"hDes":-286,"lGap":0}},{"family":"Noto Serif Sinhala","fallbacks":["serif"],"weights":[100,200,300,400,500,600,700,800,900],"styles":["regular"],"variants":[[0,100],[0,200],[0,300],[0,400],[0,500],[0,600],[0,700],[0,800],[0,900]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":997,"des":-307,"tAsc":997,"tDes":-307,"tLGap":0,"wAsc":997,"wDes":307,"xH":536,"capH":612,"yMin":-290,"yMax":963,"hAsc":997,"hDes":-307,"lGap":0}},{"family":"Noto Serif Tamil","fallbacks":["serif"],"weights":[100,200,300,400,500,600,700,800,900],"styles":["regular","italic"],"variants":[[0,100],[0,200],[0,300],[0,400],[0,500],[0,600],[0,700],[0,800],[0,900],[1,100],[1,200],[1,300],[1,400],[1,500],[1,600],[1,700],[1,800],[1,900]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1069,"des":-492,"tAsc":1069,"tDes":-492,"tLGap":0,"wAsc":1069,"wDes":492,"xH":554,"capH":829,"yMin":-547,"yMax":1107,"hAsc":1069,"hDes":-492,"lGap":0}},{"family":"Noto Serif Tangut","fallbacks":["serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":856,"des":-150,"tAsc":856,"tDes":-150,"tLGap":0,"wAsc":856,"wDes":150,"xH":536,"capH":743,"yMin":-140,"yMax":846,"hAsc":856,"hDes":-150,"lGap":0}},{"family":"Noto Serif TC","fallbacks":["serif"],"weights":[200,300,400,500,600,700,900],"styles":["regular"],"variants":[[0,200],[0,300],[0,400],[0,500],[0,600],[0,700],[0,900]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1151,"des":-286,"tAsc":880,"tDes":-120,"tLGap":0,"wAsc":1151,"wDes":286,"xH":514,"capH":729,"yMin":-1049,"yMax":1809,"hAsc":1151,"hDes":-286,"lGap":0}},{"family":"Noto Serif Telugu","fallbacks":["serif"],"weights":[100,200,300,400,500,600,700,800,900],"styles":["regular"],"variants":[[0,100],[0,200],[0,300],[0,400],[0,500],[0,600],[0,700],[0,800],[0,900]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":869,"des":-483,"tAsc":869,"tDes":-483,"tLGap":0,"wAsc":869,"wDes":483,"xH":500,"capH":620,"yMin":-477,"yMax":869,"hAsc":869,"hDes":-483,"lGap":0}},{"family":"Noto Serif Thai","fallbacks":["serif"],"weights":[100,200,300,400,500,600,700,800,900],"styles":["regular"],"variants":[[0,100],[0,200],[0,300],[0,400],[0,500],[0,600],[0,700],[0,800],[0,900]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1064,"des":-534,"tAsc":1064,"tDes":-534,"tLGap":0,"wAsc":1064,"wDes":534,"xH":536,"capH":714,"yMin":-472,"yMax":1056,"hAsc":1064,"hDes":-534,"lGap":0}},{"family":"Noto Serif Tibetan","fallbacks":["serif"],"weights":[100,200,300,400,500,600,700,800,900],"styles":["regular"],"variants":[[0,100],[0,200],[0,300],[0,400],[0,500],[0,600],[0,700],[0,800],[0,900]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1466,"des":-1349,"tAsc":1466,"tDes":-1349,"tLGap":0,"wAsc":1466,"wDes":1349,"xH":678,"capH":714,"yMin":-921,"yMax":1401,"hAsc":1466,"hDes":-1349,"lGap":0}},{"family":"Noto Serif Yezidi","fallbacks":["serif"],"weights":[400,500,600,700],"styles":["regular"],"variants":[[0,400],[0,500],[0,600],[0,700]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1068,"des":-292,"tAsc":1068,"tDes":-292,"tLGap":0,"wAsc":1068,"wDes":292,"xH":536,"capH":714,"yMin":-293,"yMax":913,"hAsc":1068,"hDes":-292,"lGap":0}},{"family":"Noto Traditional Nushu","fallbacks":["sans-serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1024,"asc":1080,"des":-120,"tAsc":880,"tDes":-120,"tLGap":92,"wAsc":1080,"wDes":120,"xH":543,"capH":733,"yMin":-327,"yMax":1020,"hAsc":1080,"hDes":-120,"lGap":0}},{"family":"Nova Cut","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":2048,"asc":1966,"des":-506,"tAsc":1966,"tDes":-506,"tLGap":0,"wAsc":1966,"wDes":506,"xH":1140,"capH":1550,"yMin":-450,"yMax":1966,"hAsc":1966,"hDes":-506,"lGap":0}},{"family":"Nova Flat","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":2048,"asc":1966,"des":-506,"tAsc":1966,"tDes":-506,"tLGap":0,"wAsc":1966,"wDes":506,"xH":1120,"capH":1530,"yMin":-450,"yMax":1966,"hAsc":1966,"hDes":-506,"lGap":0}},{"family":"Nova Mono","fallbacks":["monospace"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":2048,"asc":2215,"des":-639,"tAsc":2215,"tDes":-639,"tLGap":0,"wAsc":2215,"wDes":639,"xH":1120,"capH":1509,"yMin":-567,"yMax":2215,"hAsc":2215,"hDes":-639,"lGap":0}},{"family":"Nova Oval","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":2048,"asc":1966,"des":-506,"tAsc":1966,"tDes":-506,"tLGap":0,"wAsc":1966,"wDes":506,"xH":1120,"capH":1550,"yMin":-450,"yMax":1966,"hAsc":1966,"hDes":-506,"lGap":0}},{"family":"Nova Round","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":2048,"asc":1966,"des":-506,"tAsc":1966,"tDes":-506,"tLGap":0,"wAsc":1966,"wDes":506,"xH":1120,"capH":1530,"yMin":-450,"yMax":1966,"hAsc":1966,"hDes":-506,"lGap":0}},{"family":"Nova Script","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":2048,"asc":1966,"des":-506,"tAsc":1966,"tDes":-506,"tLGap":0,"wAsc":1966,"wDes":506,"xH":1120,"capH":1550,"yMin":-450,"yMax":1966,"hAsc":1966,"hDes":-506,"lGap":0}},{"family":"Nova Slim","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":2048,"asc":1966,"des":-506,"tAsc":1966,"tDes":-506,"tLGap":0,"wAsc":1966,"wDes":506,"xH":1120,"capH":1530,"yMin":-450,"yMax":1966,"hAsc":1966,"hDes":-506,"lGap":0}},{"family":"Nova Square","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":2048,"asc":1966,"des":-506,"tAsc":1966,"tDes":-506,"tLGap":0,"wAsc":1966,"wDes":506,"xH":1100,"capH":1510,"yMin":-450,"yMax":1966,"hAsc":1966,"hDes":-506,"lGap":0}},{"family":"NTR","fallbacks":["sans-serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1024,"asc":1294,"des":-877,"tAsc":1294,"tDes":-877,"tLGap":0,"wAsc":1294,"wDes":877,"xH":422,"capH":572,"yMin":-877,"yMax":1294,"hAsc":1294,"hDes":-877,"lGap":0}},{"family":"Numans","fallbacks":["sans-serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":2048,"asc":1853,"des":-553,"tAsc":1853,"tDes":-553,"tLGap":0,"wAsc":1853,"wDes":553,"xH":1096,"capH":1434,"yMin":-553,"yMax":1853,"hAsc":1853,"hDes":-553,"lGap":0}},{"family":"Nunito","fallbacks":["sans-serif"],"weights":[200,300,400,600,700,800,900],"styles":["italic","regular"],"variants":[[0,200],[1,200],[0,300],[1,300],[0,400],[1,400],[0,600],[1,600],[0,700],[1,700],[0,800],[1,800],[0,900],[1,900]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1011,"des":-353,"tAsc":1011,"tDes":-353,"tLGap":0,"wAsc":1077,"wDes":300,"xH":486,"capH":705,"yMin":-277,"yMax":1047,"hAsc":1011,"hDes":-353,"lGap":0}},{"family":"Nunito Sans","fallbacks":["sans-serif"],"weights":[200,300,400,600,700,800,900],"styles":["italic","regular"],"variants":[[0,200],[1,200],[0,300],[1,300],[0,400],[1,400],[0,600],[1,600],[0,700],[1,700],[0,800],[1,800],[0,900],[1,900]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1011,"des":-353,"tAsc":1011,"tDes":-353,"tLGap":0,"wAsc":1102,"wDes":327,"xH":486,"capH":705,"yMin":-270,"yMax":1043,"hAsc":1011,"hDes":-353,"lGap":0}},{"family":"Odibee Sans","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":858,"des":-250,"tAsc":858,"tDes":-250,"tLGap":0,"wAsc":858,"wDes":250,"xH":500,"capH":700,"yMin":-250,"yMax":858,"hAsc":858,"hDes":-250,"lGap":0}},{"family":"Odor Mean Chey","fallbacks":["serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":2048,"asc":2500,"des":-1200,"tAsc":2500,"tDes":-1200,"tLGap":0,"wAsc":2500,"wDes":1210,"xH":1098,"capH":1462,"yMin":-1210,"yMax":2500,"hAsc":2500,"hDes":-1200,"lGap":0}},{"family":"Offside","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":996,"des":-265,"tAsc":996,"tDes":-265,"tLGap":0,"wAsc":996,"wDes":265,"xH":605,"capH":740,"yMin":-265,"yMax":996,"hAsc":996,"hDes":-265,"lGap":0}},{"family":"Oi","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1070,"des":-510,"tAsc":1070,"tDes":-510,"tLGap":0,"wAsc":1070,"wDes":510,"xH":696,"capH":760,"yMin":-263,"yMax":953,"hAsc":1070,"hDes":-510,"lGap":0}},{"family":"Old Standard TT","fallbacks":["serif"],"weights":[400,700],"styles":["regular","italic"],"variants":[[0,400],[1,400],[0,700]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":762,"des":-238,"tAsc":762,"tDes":-238,"tLGap":236,"wAsc":948,"wDes":282,"xH":456,"capH":712,"yMin":-294,"yMax":1100,"hAsc":762,"hDes":-238,"lGap":236}},{"family":"Oldenburg","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":2048,"asc":2020,"des":-540,"tAsc":2020,"tDes":-540,"tLGap":0,"wAsc":2020,"wDes":540,"xH":482,"capH":1555,"yMin":-540,"yMax":2020,"hAsc":2020,"hDes":-540,"lGap":9}},{"family":"Oleo Script","fallbacks":["cursive"],"weights":[400,700],"styles":["regular"],"variants":[[0,400],[0,700]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1004,"des":-379,"tAsc":1004,"tDes":-379,"tLGap":0,"wAsc":1004,"wDes":379,"xH":443,"capH":710,"yMin":-279,"yMax":938,"hAsc":1004,"hDes":-379,"lGap":0}},{"family":"Oleo Script Swash Caps","fallbacks":["cursive"],"weights":[400,700],"styles":["regular"],"variants":[[0,400],[0,700]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1004,"des":-379,"tAsc":1004,"tDes":-379,"tLGap":0,"wAsc":1004,"wDes":379,"xH":443,"capH":747,"yMin":-369,"yMax":938,"hAsc":1004,"hDes":-379,"lGap":0}},{"family":"Open Sans","fallbacks":["sans-serif"],"weights":[300,400,500,600,700,800],"styles":["regular","italic"],"variants":[[0,300],[0,400],[0,500],[0,600],[0,700],[0,800],[1,300],[1,400],[1,500],[1,600],[1,700],[1,800]],"service":"fonts.google.com","metrics":{"upm":2048,"asc":2189,"des":-600,"tAsc":2189,"tDes":-600,"tLGap":0,"wAsc":2302,"wDes":651,"xH":1096,"capH":1462,"yMin":-557,"yMax":2146,"hAsc":2189,"hDes":-600,"lGap":0}},{"family":"Open Sans Condensed","fallbacks":["sans-serif"],"weights":[300,700],"styles":["italic"],"variants":[[0,300],[1,300],[0,700]],"service":"fonts.google.com","metrics":{"upm":2048,"asc":2189,"des":-600,"tAsc":1567,"tDes":-492,"tLGap":132,"wAsc":2189,"wDes":600,"xH":1085,"capH":1462,"yMin":-512,"yMax":2132,"hAsc":2189,"hDes":-600,"lGap":0}},{"family":"Oranienbaum","fallbacks":["serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":895,"des":-260,"tAsc":895,"tDes":-260,"tLGap":0,"wAsc":895,"wDes":260,"xH":475,"capH":700,"yMin":-260,"yMax":895,"hAsc":895,"hDes":-260,"lGap":0}},{"family":"Orbitron","fallbacks":["sans-serif"],"weights":[400,500,600,700,800,900],"styles":["regular"],"variants":[[0,400],[0,500],[0,600],[0,700],[0,800],[0,900]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1011,"des":-243,"tAsc":1011,"tDes":-243,"tLGap":0,"wAsc":1011,"wDes":243,"xH":580,"capH":720,"yMin":-250,"yMax":974,"hAsc":1011,"hDes":-243,"lGap":0}},{"family":"Oregano","fallbacks":["cursive"],"weights":[400],"styles":["regular","italic"],"variants":[[0,400],[1,400]],"service":"fonts.google.com","metrics":{"upm":2048,"asc":1975,"des":-669,"tAsc":1975,"tDes":-669,"tLGap":0,"wAsc":1975,"wDes":669,"xH":864,"capH":1460,"yMin":-669,"yMax":1975,"hAsc":1975,"hDes":-669,"lGap":0}},{"family":"Orelega One","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":4096,"asc":3296,"des":-801,"tAsc":3296,"tDes":-801,"tLGap":369,"wAsc":3480,"wDes":801,"xH":1840,"capH":2480,"yMin":-801,"yMax":3480,"hAsc":3296,"hDes":-801,"lGap":369}},{"family":"Orienta","fallbacks":["sans-serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":960,"des":-235,"tAsc":960,"tDes":-235,"tLGap":0,"wAsc":960,"wDes":235,"xH":530,"capH":700,"yMin":-235,"yMax":960,"hAsc":960,"hDes":-235,"lGap":0}},{"family":"Original Surfer","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":2048,"asc":2036,"des":-526,"tAsc":2036,"tDes":-526,"tLGap":0,"wAsc":2036,"wDes":526,"xH":987,"capH":1497,"yMin":-526,"yMax":2036,"hAsc":2036,"hDes":-526,"lGap":0}},{"family":"Oswald","fallbacks":["sans-serif"],"weights":[200,300,400,500,600,700],"styles":["regular"],"variants":[[0,200],[0,300],[0,400],[0,500],[0,600],[0,700]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1193,"des":-289,"tAsc":1193,"tDes":-289,"tLGap":0,"wAsc":1325,"wDes":377,"xH":578,"capH":810,"yMin":-287,"yMax":1297,"hAsc":1193,"hDes":-289,"lGap":0}},{"family":"Otomanopee One","fallbacks":["sans-serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1160,"des":-288,"tAsc":880,"tDes":-120,"tLGap":0,"wAsc":1160,"wDes":288,"xH":553,"capH":760,"yMin":-232,"yMax":997,"hAsc":1160,"hDes":-288,"lGap":0}},{"family":"Outfit","fallbacks":["sans-serif"],"weights":[100,200,300,400,500,600,700,800,900],"styles":["regular"],"variants":[[0,100],[0,200],[0,300],[0,400],[0,500],[0,600],[0,700],[0,800],[0,900]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1000,"des":-260,"tAsc":1000,"tDes":-260,"tLGap":0,"wAsc":1000,"wDes":260,"xH":460,"capH":676,"yMin":-206,"yMax":920,"hAsc":1000,"hDes":-260,"lGap":0}},{"family":"Over the Rainbow","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1024,"asc":1412,"des":-677,"tAsc":1412,"tDes":-677,"tLGap":0,"wAsc":1412,"wDes":677,"xH":636,"capH":812,"yMin":-677,"yMax":1410,"hAsc":1412,"hDes":-677,"lGap":0}},{"family":"Overlock","fallbacks":["cursive"],"weights":[400,700,900],"styles":["regular","italic"],"variants":[[0,400],[1,400],[0,700],[1,700],[0,900],[1,900]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":966,"des":-254,"tAsc":966,"tDes":-254,"tLGap":0,"wAsc":966,"wDes":254,"xH":125,"capH":154,"yMin":-253,"yMax":899,"hAsc":966,"hDes":-254,"lGap":0}},{"family":"Overlock SC","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":966,"des":-254,"tAsc":966,"tDes":-254,"tLGap":0,"wAsc":966,"wDes":254,"xH":159,"capH":154,"yMin":-253,"yMax":899,"hAsc":966,"hDes":-254,"lGap":0}},{"family":"Overpass","fallbacks":["sans-serif"],"weights":[100,200,300,400,500,600,700,800,900],"styles":["regular","italic"],"variants":[[0,100],[0,200],[0,300],[0,400],[0,500],[0,600],[0,700],[0,800],[0,900],[1,100],[1,200],[1,300],[1,400],[1,500],[1,600],[1,700],[1,800],[1,900]],"service":"fonts.google.com","metrics":{"upm":2000,"asc":1766,"des":-766,"tAsc":1766,"tDes":-766,"tLGap":0,"wAsc":2316,"wDes":756,"xH":1022,"capH":1400,"yMin":-756,"yMax":2298,"hAsc":1766,"hDes":-766,"lGap":0}},{"family":"Overpass Mono","fallbacks":["monospace"],"weights":[300,400,500,600,700],"styles":["regular"],"variants":[[0,300],[0,400],[0,500],[0,600],[0,700]],"service":"fonts.google.com","metrics":{"upm":2000,"asc":1766,"des":-766,"tAsc":1766,"tDes":-766,"tLGap":0,"wAsc":2316,"wDes":756,"xH":1022,"capH":1400,"yMin":-756,"yMax":2316,"hAsc":1766,"hDes":-766,"lGap":0}},{"family":"Ovo","fallbacks":["serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":2048,"asc":1770,"des":-534,"tAsc":1770,"tDes":-534,"tLGap":0,"wAsc":1770,"wDes":534,"xH":356,"capH":210,"yMin":-534,"yMax":1770,"hAsc":1770,"hDes":-534,"lGap":0}},{"family":"Oxanium","fallbacks":["cursive"],"weights":[200,300,400,500,600,700,800],"styles":["regular"],"variants":[[0,200],[0,300],[0,400],[0,500],[0,600],[0,700],[0,800]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":790,"des":-210,"tAsc":790,"tDes":-210,"tLGap":250,"wAsc":1000,"wDes":250,"xH":515,"capH":690,"yMin":-207,"yMax":957,"hAsc":790,"hDes":-210,"lGap":250}},{"family":"Oxygen","fallbacks":["sans-serif"],"weights":[300,400,700],"styles":["regular"],"variants":[[0,300],[0,400],[0,700]],"service":"fonts.google.com","metrics":{"upm":2048,"asc":2103,"des":-483,"tAsc":2103,"tDes":-483,"tLGap":0,"wAsc":2103,"wDes":483,"yMin":-672,"yMax":2131,"hAsc":2103,"hDes":-483,"lGap":0}},{"family":"Oxygen Mono","fallbacks":["monospace"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":2048,"asc":2015,"des":-672,"tAsc":2015,"tDes":-672,"tLGap":0,"wAsc":2015,"wDes":672,"xH":1097,"capH":1491,"yMin":-678,"yMax":2104,"hAsc":2015,"hDes":-672,"lGap":0}},{"family":"Pacifico","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1303,"des":-453,"tAsc":1303,"tDes":-453,"tLGap":0,"wAsc":1478,"wDes":457,"xH":460,"capH":840,"yMin":-457,"yMax":1478,"hAsc":1303,"hDes":-453,"lGap":0}},{"family":"Padauk","fallbacks":["sans-serif"],"weights":[400,700],"styles":["regular"],"variants":[[0,400],[0,700]],"service":"fonts.google.com","metrics":{"upm":1024,"asc":1010,"des":-500,"tAsc":1010,"tDes":-500,"tLGap":0,"wAsc":1010,"wDes":500,"yMin":-498,"yMax":955,"hAsc":1010,"hDes":-500,"lGap":0}},{"family":"Palanquin","fallbacks":["sans-serif"],"weights":[100,200,300,400,500,600,700],"styles":["regular"],"variants":[[0,100],[0,200],[0,300],[0,400],[0,500],[0,600],[0,700]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1320,"des":-491,"tAsc":770,"tDes":-230,"tLGap":0,"wAsc":1320,"wDes":491,"xH":485,"capH":680,"yMin":-432,"yMax":1320,"hAsc":1320,"hDes":-491,"lGap":0}},{"family":"Palanquin Dark","fallbacks":["sans-serif"],"weights":[400,500,600,700],"styles":["regular"],"variants":[[0,400],[0,500],[0,600],[0,700]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1320,"des":-491,"tAsc":770,"tDes":-230,"tLGap":0,"wAsc":1320,"wDes":491,"xH":500,"capH":700,"yMin":-491,"yMax":1320,"hAsc":1320,"hDes":-491,"lGap":0}},{"family":"Palatino","fallbacks":["Palatino Linotype","Palatino LT STD","Book Antiqua","Georgia","serif"],"metrics":{"upm":2048,"asc":1491,"des":-600,"tAsc":1491,"tDes":-580,"tLGap":0,"wAsc":2322,"wDes":2322,"yMin":-580,"yMax":2322,"hAsc":1491,"hDes":-600,"lGap":0},"weights":[400,700],"styles":["italic","regular"],"service":"system"},{"family":"Palette Mosaic","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1160,"des":-288,"tAsc":880,"tDes":-120,"tLGap":0,"wAsc":1160,"wDes":288,"xH":465,"capH":790,"yMin":-251,"yMax":876,"hAsc":1160,"hDes":-288,"lGap":0}},{"family":"Pangolin","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":937,"des":-312,"tAsc":937,"tDes":-312,"tLGap":0,"wAsc":1259,"wDes":255,"xH":555,"capH":720,"yMin":-256,"yMax":1259,"hAsc":937,"hDes":-312,"lGap":0}},{"family":"Paprika","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1145,"des":-274,"tAsc":1145,"tDes":-274,"tLGap":0,"wAsc":1145,"wDes":274,"xH":689,"capH":889,"yMin":-274,"yMax":1145,"hAsc":1145,"hDes":-274,"lGap":0}},{"family":"Papyrus","fallbacks":["fantasy"],"metrics":{"upm":2048,"asc":1925,"des":-1235,"tAsc":1913,"tDes":-780,"tLGap":-502,"wAsc":1925,"wDes":1925,"xH":910,"capH":1351,"yMin":-1235,"yMax":1935,"hAsc":1925,"hDes":-1235,"lGap":0},"weights":[400,700],"styles":["italic","regular"],"service":"system"},{"family":"Parisienne","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":2048,"asc":1875,"des":-915,"tAsc":1875,"tDes":-915,"tLGap":0,"wAsc":1875,"wDes":915,"xH":723,"capH":1558,"yMin":-915,"yMax":1875,"hAsc":1875,"hDes":-915,"lGap":0}},{"family":"Passero One","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":2048,"asc":1820,"des":-618,"tAsc":1820,"tDes":-618,"tLGap":0,"wAsc":1820,"wDes":618,"xH":983,"capH":1323,"yMin":-618,"yMax":1820,"hAsc":1820,"hDes":-618,"lGap":0}},{"family":"Passion One","fallbacks":["cursive"],"weights":[400,700,900],"styles":["regular"],"variants":[[0,400],[0,700],[0,900]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":835,"des":-266,"tAsc":835,"tDes":-266,"tLGap":0,"wAsc":835,"wDes":266,"xH":479,"capH":621,"yMin":-198,"yMax":835,"hAsc":835,"hDes":-266,"lGap":0}},{"family":"Passions Conflict","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":750,"des":-350,"tAsc":750,"tDes":-350,"tLGap":0,"wAsc":771,"wDes":350,"xH":170,"capH":475,"yMin":-346,"yMax":769,"hAsc":750,"hDes":-350,"lGap":0}},{"family":"Pathway Gothic One","fallbacks":["sans-serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":954,"des":-198,"tAsc":740,"tDes":-180,"tLGap":0,"wAsc":954,"wDes":198,"xH":540,"capH":700,"yMin":-198,"yMax":954,"hAsc":954,"hDes":-198,"lGap":0}},{"family":"Patrick Hand","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1042,"des":-312,"tAsc":1024,"tDes":-312,"tLGap":0,"wAsc":1042,"wDes":312,"xH":467,"capH":661,"yMin":-312,"yMax":1042,"hAsc":1042,"hDes":-312,"lGap":0}},{"family":"Patrick Hand SC","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1042,"des":-312,"tAsc":1024,"tDes":-312,"tLGap":0,"wAsc":1042,"wDes":312,"xH":464,"capH":661,"yMin":-307,"yMax":1042,"hAsc":1042,"hDes":-312,"lGap":0}},{"family":"Pattaya","fallbacks":["sans-serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":2048,"asc":2065,"des":-777,"tAsc":2065,"tDes":-777,"tLGap":0,"wAsc":2065,"wDes":777,"xH":1024,"capH":1532,"yMin":-777,"yMax":2065,"hAsc":2065,"hDes":-777,"lGap":0}},{"family":"Patua One","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":972,"des":-247,"tAsc":972,"tDes":-247,"tLGap":0,"wAsc":972,"wDes":247,"xH":500,"capH":690,"yMin":-247,"yMax":972,"hAsc":972,"hDes":-247,"lGap":0}},{"family":"Pavanam","fallbacks":["sans-serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":952,"des":-339,"tAsc":693,"tDes":-162,"tLGap":59,"wAsc":952,"wDes":339,"yMin":-322,"yMax":952,"hAsc":952,"hDes":-339,"lGap":0}},{"family":"Paytone One","fallbacks":["sans-serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1113,"des":-283,"tAsc":1113,"tDes":-283,"tLGap":0,"wAsc":1149,"wDes":430,"xH":501,"capH":688,"yMin":-371,"yMax":1271,"hAsc":1113,"hDes":-283,"lGap":0}},{"family":"Peddana","fallbacks":["serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":750,"asc":703,"des":-518,"tAsc":703,"tDes":-518,"tLGap":0,"wAsc":703,"wDes":518,"xH":241,"capH":329,"yMin":-518,"yMax":703,"hAsc":703,"hDes":-518,"lGap":0}},{"family":"Peralta","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":2048,"asc":2004,"des":-647,"tAsc":2004,"tDes":-647,"tLGap":0,"wAsc":2004,"wDes":647,"xH":1036,"capH":1479,"yMin":-647,"yMax":2004,"hAsc":2004,"hDes":-647,"lGap":0}},{"family":"Permanent Marker","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1024,"asc":1136,"des":-325,"tAsc":622,"tDes":-61,"tLGap":61,"wAsc":1136,"wDes":325,"xH":625,"capH":758,"yMin":-325,"yMax":1136,"hAsc":1136,"hDes":-325,"lGap":31}},{"family":"Petemoss","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":800,"des":-300,"tAsc":800,"tDes":-300,"tLGap":0,"wAsc":774,"wDes":335,"xH":305,"capH":480,"yMin":-335,"yMax":774,"hAsc":800,"hDes":-300,"lGap":0}},{"family":"Petit Formal Script","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":2048,"asc":2033,"des":-527,"tAsc":2033,"tDes":-527,"tLGap":0,"wAsc":2033,"wDes":527,"xH":1185,"capH":1609,"yMin":-527,"yMax":2033,"hAsc":2033,"hDes":-527,"lGap":0}},{"family":"Petrona","fallbacks":["serif"],"weights":[100,200,300,400,500,600,700,800,900],"styles":["regular","italic"],"variants":[[0,100],[0,200],[0,300],[0,400],[0,500],[0,600],[0,700],[0,800],[0,900],[1,100],[1,200],[1,300],[1,400],[1,500],[1,600],[1,700],[1,800],[1,900]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":858,"des":-270,"tAsc":858,"tDes":-270,"tLGap":0,"wAsc":1169,"wDes":342,"xH":443,"capH":641,"yMin":-270,"yMax":1076,"hAsc":858,"hDes":-270,"lGap":0}},{"family":"Philosopher","fallbacks":["sans-serif"],"weights":[400,700],"styles":["regular","italic"],"variants":[[0,400],[1,400],[0,700],[1,700]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":900,"des":-220,"tAsc":900,"tDes":-220,"tLGap":0,"wAsc":1020,"wDes":330,"xH":470,"capH":660,"yMin":-325,"yMax":975,"hAsc":900,"hDes":-220,"lGap":0}},{"family":"Piazzolla","fallbacks":["serif"],"weights":[100,200,300,400,500,600,700,800,900],"styles":["regular","italic"],"variants":[[0,100],[0,200],[0,300],[0,400],[0,500],[0,600],[0,700],[0,800],[0,900],[1,100],[1,200],[1,300],[1,400],[1,500],[1,600],[1,700],[1,800],[1,900]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1110,"des":-310,"tAsc":1110,"tDes":-310,"tLGap":0,"wAsc":1110,"wDes":310,"xH":478,"capH":644,"yMin":-212,"yMax":937,"hAsc":1110,"hDes":-310,"lGap":0}},{"family":"Piedra","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":973,"des":-328,"tAsc":973,"tDes":-328,"tLGap":0,"wAsc":973,"wDes":328,"xH":437,"capH":655,"yMin":-328,"yMax":973,"hAsc":973,"hDes":-328,"lGap":0}},{"family":"Pinyon Script","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":2048,"asc":1768,"des":-787,"tAsc":1768,"tDes":-787,"tLGap":0,"wAsc":1768,"wDes":787,"xH":390,"capH":892,"yMin":-787,"yMax":1768,"hAsc":1768,"hDes":-787,"lGap":0}},{"family":"Pirata One","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1006,"des":-279,"tAsc":1006,"tDes":-279,"tLGap":0,"wAsc":1006,"wDes":279,"xH":594,"capH":793,"yMin":-279,"yMax":1006,"hAsc":1006,"hDes":-279,"lGap":0}},{"family":"Plaster","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":2048,"asc":2000,"des":-560,"tAsc":2000,"tDes":-560,"tLGap":0,"wAsc":2000,"wDes":560,"xH":1020,"capH":1361,"yMin":-560,"yMax":2000,"hAsc":2000,"hDes":-560,"lGap":0}},{"family":"Play","fallbacks":["sans-serif"],"weights":[400,700],"styles":["regular"],"variants":[[0,400],[0,700]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":937,"des":-220,"tAsc":937,"tDes":-220,"tLGap":0,"wAsc":1052,"wDes":224,"xH":484,"capH":649,"yMin":-220,"yMax":1035,"hAsc":937,"hDes":-220,"lGap":0}},{"family":"Playball","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":950,"des":-300,"tAsc":950,"tDes":-300,"tLGap":0,"wAsc":1050,"wDes":400,"xH":403,"capH":706,"yMin":-359,"yMax":1031,"hAsc":950,"hDes":-300,"lGap":0}},{"family":"Playfair Display","fallbacks":["serif"],"weights":[400,500,600,700,800,900],"styles":["regular","italic"],"variants":[[0,400],[0,500],[0,600],[0,700],[0,800],[0,900],[1,400],[1,500],[1,600],[1,700],[1,800],[1,900]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1082,"des":-251,"tAsc":1082,"tDes":-251,"tLGap":0,"wAsc":1159,"wDes":251,"xH":514,"capH":708,"yMin":-241,"yMax":1159,"hAsc":1082,"hDes":-251,"lGap":0}},{"family":"Playfair Display SC","fallbacks":["serif"],"weights":[400,700,900],"styles":["regular","italic"],"variants":[[0,400],[1,400],[0,700],[1,700],[0,900],[1,900]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1082,"des":-251,"tAsc":1082,"tDes":-251,"tLGap":0,"wAsc":1201,"wDes":251,"xH":514,"capH":708,"yMin":-241,"yMax":1156,"hAsc":1082,"hDes":-251,"lGap":0}},{"family":"Podkova","fallbacks":["serif"],"weights":[400,500,600,700,800],"styles":["regular"],"variants":[[0,400],[0,500],[0,600],[0,700],[0,800]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":859,"des":-249,"tAsc":859,"tDes":-249,"tLGap":0,"wAsc":1091,"wDes":343,"xH":429,"capH":589,"yMin":-301,"yMax":969,"hAsc":859,"hDes":-249,"lGap":0}},{"family":"Poiret One","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":962,"des":-208,"tAsc":962,"tDes":-208,"tLGap":0,"wAsc":962,"wDes":208,"xH":450,"capH":750,"yMin":-208,"yMax":962,"hAsc":962,"hDes":-208,"lGap":0}},{"family":"Poller One","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":2048,"asc":1920,"des":-514,"tAsc":1920,"tDes":-514,"tLGap":0,"wAsc":1920,"wDes":514,"xH":991,"capH":1486,"yMin":-514,"yMax":1920,"hAsc":1920,"hDes":-514,"lGap":0}},{"family":"Poly","fallbacks":["serif"],"weights":[400],"styles":["regular","italic"],"variants":[[0,400],[1,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":964,"des":-224,"tAsc":964,"tDes":-224,"tLGap":0,"wAsc":964,"wDes":224,"xH":473,"capH":693,"yMin":-223,"yMax":919,"hAsc":964,"hDes":-224,"lGap":0}},{"family":"Pompiere","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":2048,"asc":1918,"des":-543,"tAsc":1919,"tDes":-543,"tLGap":0,"wAsc":1918,"wDes":543,"xH":616,"capH":1315,"yMin":-543,"yMax":1918,"hAsc":1918,"hDes":-543,"lGap":0}},{"family":"Pontano Sans","fallbacks":["sans-serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":2048,"asc":2025,"des":-599,"tAsc":2025,"tDes":-599,"tLGap":0,"wAsc":2025,"wDes":599,"yMin":-573,"yMax":2033,"hAsc":2025,"hDes":-599,"lGap":0}},{"family":"Poor Story","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1024,"asc":819,"des":-205,"tAsc":819,"tDes":-205,"tLGap":256,"wAsc":819,"wDes":205,"xH":389,"capH":641,"yMin":-205,"yMax":819,"hAsc":819,"hDes":-205,"lGap":256}},{"family":"Poppins","fallbacks":["sans-serif"],"weights":[100,200,300,400,500,600,700,800,900],"styles":["italic","regular"],"variants":[[0,100],[1,100],[0,200],[1,200],[0,300],[1,300],[0,400],[1,400],[0,500],[1,500],[0,600],[1,600],[0,700],[1,700],[0,800],[1,800],[0,900],[1,900]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1050,"des":-350,"tAsc":1050,"tDes":-350,"tLGap":100,"wAsc":1135,"wDes":627,"xH":548,"capH":698,"yMin":-572,"yMax":1065,"hAsc":1050,"hDes":-350,"lGap":100}},{"family":"Port Lligat Sans","fallbacks":["sans-serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":860,"des":-211,"tAsc":860,"tDes":-211,"tLGap":0,"wAsc":860,"wDes":211,"xH":178,"capH":125,"yMin":-211,"yMax":860,"hAsc":860,"hDes":-211,"lGap":0}},{"family":"Port Lligat Slab","fallbacks":["serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":860,"des":-211,"tAsc":860,"tDes":-211,"tLGap":0,"wAsc":860,"wDes":211,"xH":155,"capH":99,"yMin":-211,"yMax":860,"hAsc":860,"hDes":-211,"lGap":0}},{"family":"Potta One","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1160,"des":-288,"tAsc":880,"tDes":-120,"tLGap":0,"wAsc":1160,"wDes":288,"xH":565,"capH":780,"yMin":-290,"yMax":1160,"hAsc":1160,"hDes":-288,"lGap":0}},{"family":"Pragati Narrow","fallbacks":["sans-serif"],"weights":[400,700],"styles":["regular"],"variants":[[0,400],[0,700]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1158,"des":-534,"tAsc":1158,"tDes":-534,"tLGap":0,"wAsc":1158,"wDes":534,"xH":484,"capH":630,"yMin":-534,"yMax":1158,"hAsc":1158,"hDes":-534,"lGap":0}},{"family":"Praise","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":850,"des":-350,"tAsc":850,"tDes":-350,"tLGap":0,"wAsc":1023,"wDes":544,"xH":425,"capH":600,"yMin":-544,"yMax":1023,"hAsc":850,"hDes":-350,"lGap":0}},{"family":"Prata","fallbacks":["serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":993,"des":-362,"tAsc":993,"tDes":-362,"tLGap":0,"wAsc":1201,"wDes":362,"xH":518,"capH":800,"yMin":-362,"yMax":1201,"hAsc":993,"hDes":-362,"lGap":0}},{"family":"Preahvihear","fallbacks":["sans-serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":2048,"asc":2500,"des":-1200,"tAsc":2500,"tDes":-1200,"tLGap":0,"wAsc":2500,"wDes":1200,"xH":1098,"capH":1462,"yMin":-1200,"yMax":2500,"hAsc":2500,"hDes":-1200,"lGap":0}},{"family":"Press Start 2P","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1000,"des":0,"tAsc":1000,"tDes":0,"tLGap":0,"wAsc":1000,"wDes":374,"xH":750,"capH":1000,"yMin":-374,"yMax":1000,"hAsc":1000,"hDes":0,"lGap":0}},{"family":"Pridi","fallbacks":["serif"],"weights":[200,300,400,500,600,700],"styles":["regular"],"variants":[[0,200],[0,300],[0,400],[0,500],[0,600],[0,700]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1100,"des":-450,"tAsc":750,"tDes":-250,"tLGap":200,"wAsc":1100,"wDes":450,"xH":536,"capH":714,"yMin":-411,"yMax":1049,"hAsc":1100,"hDes":-450,"lGap":0}},{"family":"Princess Sofia","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1024,"asc":1010,"des":-574,"tAsc":1010,"tDes":-574,"tLGap":0,"wAsc":1010,"wDes":588,"xH":670,"capH":858,"yMin":-574,"yMax":1010,"hAsc":1010,"hDes":-574,"lGap":0}},{"family":"Prociono","fallbacks":["serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1008,"des":-212,"tAsc":1008,"tDes":-212,"tLGap":0,"wAsc":1008,"wDes":212,"xH":203,"capH":738,"yMin":-212,"yMax":1008,"hAsc":1008,"hDes":-212,"lGap":0}},{"family":"Prompt","fallbacks":["sans-serif"],"weights":[100,200,300,400,500,600,700,800,900],"styles":["italic","regular"],"variants":[[0,100],[1,100],[0,200],[1,200],[0,300],[1,300],[0,400],[1,400],[0,500],[1,500],[0,600],[1,600],[0,700],[1,700],[0,800],[1,800],[0,900],[1,900]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1090,"des":-422,"tAsc":750,"tDes":-250,"tLGap":200,"wAsc":1090,"wDes":422,"xH":536,"capH":714,"yMin":-368,"yMax":1061,"hAsc":1090,"hDes":-422,"lGap":0}},{"family":"Prosto One","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":940,"des":-295,"tAsc":940,"tDes":-295,"tLGap":0,"wAsc":940,"wDes":295,"xH":520,"capH":700,"yMin":-295,"yMax":940,"hAsc":940,"hDes":-295,"lGap":0}},{"family":"Proza Libre","fallbacks":["sans-serif"],"weights":[400,500,600,700,800],"styles":["regular","italic"],"variants":[[0,400],[1,400],[0,500],[1,500],[0,600],[1,600],[0,700],[1,700],[0,800],[1,800]],"service":"fonts.google.com","metrics":{"upm":2048,"asc":1996,"des":-800,"tAsc":1996,"tDes":-800,"tLGap":0,"wAsc":1996,"wDes":800,"xH":1060,"capH":1465,"yMin":-558,"yMax":1962,"hAsc":1996,"hDes":-800,"lGap":0}},{"family":"PT Mono","fallbacks":["monospace"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":885,"des":-235,"tAsc":885,"tDes":-235,"tLGap":0,"wAsc":885,"wDes":235,"xH":500,"capH":700,"yMin":-235,"yMax":915,"hAsc":885,"hDes":-235,"lGap":0}},{"family":"PT Sans","fallbacks":["sans-serif"],"weights":[400,700],"styles":["regular","italic"],"variants":[[0,400],[1,400],[0,700],[1,700]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1018,"des":-276,"tAsc":1018,"tDes":-276,"tLGap":0,"wAsc":1018,"wDes":276,"xH":500,"capH":700,"yMin":-245,"yMax":993,"hAsc":1018,"hDes":-276,"lGap":0}},{"family":"PT Sans Caption","fallbacks":["sans-serif"],"weights":[400,700],"styles":["regular"],"variants":[[0,400],[0,700]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1018,"des":-276,"tAsc":1018,"tDes":-276,"tLGap":0,"wAsc":1018,"wDes":276,"xH":525,"capH":700,"yMin":-251,"yMax":999,"hAsc":1018,"hDes":-276,"lGap":0}},{"family":"PT Sans Narrow","fallbacks":["sans-serif"],"weights":[400,700],"styles":["regular"],"variants":[[0,400],[0,700]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1018,"des":-276,"tAsc":1018,"tDes":-276,"tLGap":0,"wAsc":1018,"wDes":276,"xH":500,"capH":700,"yMin":-245,"yMax":993,"hAsc":1018,"hDes":-276,"lGap":0}},{"family":"PT Serif","fallbacks":["serif"],"weights":[400,700],"styles":["regular","italic"],"variants":[[0,400],[1,400],[0,700],[1,700]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1039,"des":-286,"tAsc":1039,"tDes":-286,"tLGap":0,"wAsc":1039,"wDes":286,"xH":500,"capH":700,"yMin":-272,"yMax":1003,"hAsc":1039,"hDes":-286,"lGap":0}},{"family":"PT Serif Caption","fallbacks":["serif"],"weights":[400],"styles":["regular","italic"],"variants":[[0,400],[1,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1039,"des":-286,"tAsc":1039,"tDes":-286,"tLGap":0,"wAsc":1039,"wDes":286,"xH":525,"capH":700,"yMin":-280,"yMax":1002,"hAsc":1039,"hDes":-286,"lGap":0}},{"family":"Public Sans","fallbacks":["sans-serif"],"weights":[100,200,300,400,500,600,700,800,900],"styles":["regular","italic"],"variants":[[0,100],[0,200],[0,300],[0,400],[0,500],[0,600],[0,700],[0,800],[0,900],[1,100],[1,200],[1,300],[1,400],[1,500],[1,600],[1,700],[1,800],[1,900]],"service":"fonts.google.com","metrics":{"upm":2000,"asc":1900,"des":-450,"tAsc":1900,"tDes":-450,"tLGap":0,"wAsc":2315,"wDes":495,"xH":1034,"capH":1446,"yMin":-480,"yMax":2174,"hAsc":1900,"hDes":-450,"lGap":0}},{"family":"Puppies Play","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":750,"des":-250,"tAsc":750,"tDes":-250,"tLGap":0,"wAsc":810,"wDes":280,"xH":260,"capH":530,"yMin":-278,"yMax":809,"hAsc":750,"hDes":-250,"lGap":0}},{"family":"Puritan","fallbacks":["sans-serif"],"weights":[400,700],"styles":["regular","italic"],"variants":[[0,400],[1,400],[0,700],[1,700]],"service":"fonts.google.com","metrics":{"upm":1024,"asc":881,"des":-256,"tAsc":881,"tDes":-255,"tLGap":0,"wAsc":881,"wDes":238,"xH":507,"capH":655,"yMin":-238,"yMax":881,"hAsc":881,"hDes":-256,"lGap":0}},{"family":"Purple Purse","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":2048,"asc":1870,"des":-690,"tAsc":1870,"tDes":-690,"tLGap":0,"wAsc":1870,"wDes":690,"xH":856,"capH":1419,"yMin":-690,"yMax":1869,"hAsc":1870,"hDes":-690,"lGap":0}},{"family":"Qahiri","fallbacks":["sans-serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":750,"asc":600,"des":-250,"tAsc":600,"tDes":-250,"tLGap":0,"wAsc":600,"wDes":250,"xH":230,"capH":560,"yMin":-250,"yMax":560,"hAsc":600,"hDes":-250,"lGap":0}},{"family":"Quando","fallbacks":["serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":2048,"asc":2030,"des":-530,"tAsc":2030,"tDes":-530,"tLGap":0,"wAsc":2030,"wDes":530,"xH":1200,"capH":1533,"yMin":-514,"yMax":2029,"hAsc":2030,"hDes":-530,"lGap":0}},{"family":"Quantico","fallbacks":["sans-serif"],"weights":[400,700],"styles":["regular","italic"],"variants":[[0,400],[1,400],[0,700],[1,700]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1063,"des":-367,"tAsc":1063,"tDes":-367,"tLGap":0,"wAsc":1063,"wDes":367,"xH":500,"capH":700,"yMin":-335,"yMax":1033,"hAsc":1063,"hDes":-367,"lGap":0}},{"family":"Quattrocento","fallbacks":["serif"],"weights":[400,700],"styles":["regular"],"variants":[[0,400],[0,700]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":848,"des":-260,"tAsc":848,"tDes":-260,"tLGap":0,"wAsc":848,"wDes":260,"xH":459,"capH":660,"yMin":-260,"yMax":849,"hAsc":848,"hDes":-260,"lGap":0}},{"family":"Quattrocento Sans","fallbacks":["sans-serif"],"weights":[400,700],"styles":["regular","italic"],"variants":[[0,400],[1,400],[0,700],[1,700]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":848,"des":-260,"tAsc":848,"tDes":-260,"tLGap":0,"wAsc":848,"wDes":260,"xH":460,"capH":660,"yMin":-260,"yMax":848,"hAsc":848,"hDes":-260,"lGap":0}},{"family":"Questrial","fallbacks":["sans-serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":820,"des":-210,"tAsc":820,"tDes":-210,"tLGap":0,"wAsc":1030,"wDes":440,"xH":500,"capH":662,"yMin":-439,"yMax":1028,"hAsc":820,"hDes":-210,"lGap":0}},{"family":"Quicksand","fallbacks":["sans-serif"],"weights":[300,400,500,600,700],"styles":["regular"],"variants":[[0,300],[0,400],[0,500],[0,600],[0,700]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1000,"des":-250,"tAsc":1000,"tDes":-250,"tLGap":0,"wAsc":1183,"wDes":303,"xH":503,"capH":700,"yMin":-221,"yMax":1130,"hAsc":1000,"hDes":-250,"lGap":0}},{"family":"Quintessential","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":2048,"asc":2341,"des":-799,"tAsc":2341,"tDes":-799,"tLGap":0,"wAsc":2341,"wDes":799,"xH":1057,"capH":1489,"yMin":-799,"yMax":2340,"hAsc":2341,"hDes":-799,"lGap":0}},{"family":"Qwigley","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":750,"des":-500,"tAsc":750,"tDes":-500,"tLGap":0,"wAsc":805,"wDes":500,"xH":300,"capH":460,"yMin":-470,"yMax":780,"hAsc":750,"hDes":-500,"lGap":0}},{"family":"Racing Sans One","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":976,"des":-284,"tAsc":976,"tDes":-284,"tLGap":0,"wAsc":976,"wDes":284,"xH":430,"capH":635,"yMin":-284,"yMax":976,"hAsc":976,"hDes":-284,"lGap":0}},{"family":"Radley","fallbacks":["serif"],"weights":[400],"styles":["regular","italic"],"variants":[[0,400],[1,400]],"service":"fonts.google.com","metrics":{"upm":2048,"asc":1973,"des":-615,"tAsc":1973,"tDes":-615,"tLGap":0,"wAsc":1980,"wDes":615,"xH":899,"capH":1302,"yMin":-615,"yMax":1980,"hAsc":1973,"hDes":-615,"lGap":0}},{"family":"Rajdhani","fallbacks":["sans-serif"],"weights":[300,400,500,600,700],"styles":["regular"],"variants":[[0,300],[0,400],[0,500],[0,600],[0,700]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":930,"des":-346,"tAsc":930,"tDes":-346,"tLGap":0,"wAsc":930,"wDes":346,"xH":510,"capH":643,"yMin":-314,"yMax":888,"hAsc":930,"hDes":-346,"lGap":0}},{"family":"Rakkas","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1046,"des":-445,"tAsc":1046,"tDes":-445,"tLGap":0,"wAsc":1046,"wDes":445,"xH":450,"capH":670,"yMin":-445,"yMax":1046,"hAsc":1046,"hDes":-445,"lGap":0}},{"family":"Raleway","fallbacks":["sans-serif"],"weights":[100,200,300,400,500,600,700,800,900],"styles":["regular","italic"],"variants":[[0,100],[0,200],[0,300],[0,400],[0,500],[0,600],[0,700],[0,800],[0,900],[1,100],[1,200],[1,300],[1,400],[1,500],[1,600],[1,700],[1,800],[1,900]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":940,"des":-234,"tAsc":940,"tDes":-234,"tLGap":0,"wAsc":1154,"wDes":234,"xH":519,"capH":710,"yMin":-223,"yMax":1151,"hAsc":940,"hDes":-234,"lGap":0}},{"family":"Raleway Dots","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":918,"des":-213,"tAsc":918,"tDes":-213,"tLGap":0,"wAsc":918,"wDes":213,"xH":520,"capH":710,"yMin":-218,"yMax":940,"hAsc":918,"hDes":-213,"lGap":0}},{"family":"Ramabhadra","fallbacks":["sans-serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":830,"asc":1101,"des":-474,"tAsc":1101,"tDes":-474,"tLGap":0,"wAsc":1101,"wDes":474,"xH":439,"capH":571,"yMin":-474,"yMax":1101,"hAsc":1101,"hDes":-474,"lGap":0}},{"family":"Ramaraja","fallbacks":["serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":750,"asc":741,"des":-544,"tAsc":741,"tDes":-544,"tLGap":0,"wAsc":741,"wDes":544,"xH":293,"capH":439,"yMin":-544,"yMax":741,"hAsc":741,"hDes":-544,"lGap":0}},{"family":"Rambla","fallbacks":["sans-serif"],"weights":[400,700],"styles":["regular","italic"],"variants":[[0,400],[1,400],[0,700],[1,700]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":929,"des":-295,"tAsc":929,"tDes":-295,"tLGap":0,"wAsc":929,"wDes":295,"xH":506,"capH":668,"yMin":-255,"yMax":929,"hAsc":929,"hDes":-295,"lGap":0}},{"family":"Rammetto One","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":2048,"asc":2437,"des":-1022,"tAsc":2437,"tDes":-1022,"tLGap":0,"wAsc":2437,"wDes":1022,"xH":1243,"capH":1597,"yMin":-1022,"yMax":2437,"hAsc":2437,"hDes":-1022,"lGap":0}},{"family":"Rampart One","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1160,"des":-288,"tAsc":880,"tDes":-120,"tLGap":0,"wAsc":1160,"wDes":288,"xH":555,"capH":764,"yMin":-276,"yMax":1076,"hAsc":1160,"hDes":-288,"lGap":0}},{"family":"Ranchers","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1045,"des":-205,"tAsc":1045,"tDes":-205,"tLGap":0,"wAsc":1045,"wDes":205,"xH":598,"capH":818,"yMin":-205,"yMax":1045,"hAsc":1045,"hDes":-205,"lGap":0}},{"family":"Rancho","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1024,"asc":919,"des":-329,"tAsc":681,"tDes":-259,"tLGap":48,"wAsc":919,"wDes":329,"xH":407,"capH":705,"yMin":-329,"yMax":919,"hAsc":919,"hDes":-329,"lGap":24}},{"family":"Ranga","fallbacks":["cursive"],"weights":[400,700],"styles":["regular"],"variants":[[0,400],[0,700]],"service":"fonts.google.com","metrics":{"upm":2218,"asc":2218,"des":-1027,"tAsc":2218,"tDes":-1027,"tLGap":0,"wAsc":2218,"wDes":1027,"xH":1040,"capH":1483,"yMin":-901,"yMax":2168,"hAsc":2218,"hDes":-1027,"lGap":0}},{"family":"Rasa","fallbacks":["serif"],"weights":[300,400,500,600,700],"styles":["regular","italic"],"variants":[[0,300],[0,400],[0,500],[0,600],[0,700],[1,300],[1,400],[1,500],[1,600],[1,700]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":728,"des":-272,"tAsc":728,"tDes":-272,"tLGap":218,"wAsc":971,"wDes":422,"xH":413,"capH":568,"yMin":-395,"yMax":925,"hAsc":728,"hDes":-272,"lGap":218}},{"family":"Rationale","fallbacks":["sans-serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":903,"des":-250,"tAsc":903,"tDes":-250,"tLGap":0,"wAsc":903,"wDes":250,"xH":508,"capH":700,"yMin":-250,"yMax":903,"hAsc":903,"hDes":-250,"lGap":0}},{"family":"Ravi Prakash","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1024,"asc":938,"des":-684,"tAsc":938,"tDes":-684,"tLGap":0,"wAsc":938,"wDes":684,"xH":410,"capH":552,"yMin":-684,"yMax":938,"hAsc":938,"hDes":-684,"lGap":0}},{"family":"Recursive","fallbacks":["sans-serif"],"weights":[300,400,500,600,700,800,900],"styles":["regular"],"variants":[[0,300],[0,400],[0,500],[0,600],[0,700],[0,800],[0,900]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":950,"des":-250,"tAsc":950,"tDes":-250,"tLGap":0,"wAsc":1207,"wDes":271,"xH":532,"capH":700,"yMin":-330,"yMax":1125,"hAsc":950,"hDes":-250,"lGap":0}},{"family":"Red Hat Display","fallbacks":["sans-serif"],"weights":[300,400,500,600,700,800,900],"styles":["regular","italic"],"variants":[[0,300],[0,400],[0,500],[0,600],[0,700],[0,800],[0,900],[1,300],[1,400],[1,500],[1,600],[1,700],[1,800],[1,900]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1018,"des":-305,"tAsc":1018,"tDes":-305,"tLGap":0,"wAsc":1018,"wDes":305,"xH":492,"capH":700,"yMin":-254,"yMax":1002,"hAsc":1018,"hDes":-305,"lGap":0}},{"family":"Red Hat Mono","fallbacks":["monospace"],"weights":[300,400,500,600,700],"styles":["regular","italic"],"variants":[[0,300],[0,400],[0,500],[0,600],[0,700],[1,300],[1,400],[1,500],[1,600],[1,700]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1018,"des":-305,"tAsc":1018,"tDes":-305,"tLGap":0,"wAsc":1018,"wDes":305,"xH":481,"capH":700,"yMin":-266,"yMax":1002,"hAsc":1018,"hDes":-305,"lGap":0}},{"family":"Red Hat Text","fallbacks":["sans-serif"],"weights":[300,400,500,600,700],"styles":["regular","italic"],"variants":[[0,300],[0,400],[0,500],[0,600],[0,700],[1,300],[1,400],[1,500],[1,600],[1,700]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1018,"des":-305,"tAsc":1018,"tDes":-305,"tLGap":0,"wAsc":1018,"wDes":305,"xH":481,"capH":700,"yMin":-266,"yMax":1002,"hAsc":1018,"hDes":-305,"lGap":0}},{"family":"Red Rose","fallbacks":["cursive"],"weights":[300,400,500,600,700],"styles":["regular"],"variants":[[0,300],[0,400],[0,500],[0,600],[0,700]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":937,"des":-312,"tAsc":937,"tDes":-312,"tLGap":0,"wAsc":1110,"wDes":690,"xH":468,"capH":600,"yMin":-680,"yMax":1086,"hAsc":937,"hDes":-312,"lGap":0}},{"family":"Redressed","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":2048,"asc":1907,"des":-494,"tAsc":1907,"tDes":-494,"tLGap":0,"wAsc":1907,"wDes":494,"xH":834,"capH":1495,"yMin":-494,"yMax":2353,"hAsc":1907,"hDes":-494,"lGap":0}},{"family":"Reem Kufi","fallbacks":["sans-serif"],"weights":[400,500,600,700],"styles":["regular"],"variants":[[0,400],[0,500],[0,600],[0,700]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1100,"des":-400,"tAsc":1100,"tDes":-400,"tLGap":0,"wAsc":1400,"wDes":400,"xH":418,"capH":725,"yMin":-400,"yMax":1192,"hAsc":1100,"hDes":-400,"lGap":0}},{"family":"Reenie Beanie","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":750,"des":-250,"tAsc":750,"tDes":-250,"tLGap":0,"wAsc":835,"wDes":300,"xH":500,"capH":700,"yMin":-314,"yMax":835,"hAsc":750,"hDes":-250,"lGap":0}},{"family":"Reggae One","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1160,"des":-288,"tAsc":880,"tDes":-120,"tLGap":0,"wAsc":1160,"wDes":288,"xH":557,"capH":780,"yMin":-229,"yMax":1066,"hAsc":1160,"hDes":-288,"lGap":0}},{"family":"Revalia","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":2048,"asc":2146,"des":382,"tAsc":2146,"tDes":382,"tLGap":0,"wAsc":2146,"wDes":382,"xH":1140,"capH":879,"yMin":-382,"yMax":2146,"hAsc":2146,"hDes":382,"lGap":0}},{"family":"Rhodium Libre","fallbacks":["serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1100,"des":-610,"tAsc":1100,"tDes":-610,"tLGap":705,"wAsc":1100,"wDes":610,"xH":502,"capH":680,"yMin":-532,"yMax":1152,"hAsc":1100,"hDes":-610,"lGap":0}},{"family":"Ribeye","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":2048,"asc":2130,"des":-668,"tAsc":2130,"tDes":-668,"tLGap":0,"wAsc":2130,"wDes":668,"xH":1061,"capH":1491,"yMin":-668,"yMax":2130,"hAsc":2130,"hDes":-668,"lGap":0}},{"family":"Ribeye Marrow","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":2048,"asc":2130,"des":-668,"tAsc":2130,"tDes":-668,"tLGap":0,"wAsc":2130,"wDes":668,"xH":1061,"capH":1460,"yMin":-668,"yMax":2130,"hAsc":2130,"hDes":-668,"lGap":0}},{"family":"Righteous","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":2048,"asc":2017,"des":-526,"tAsc":2017,"tDes":-526,"tLGap":0,"wAsc":2017,"wDes":526,"xH":1077,"capH":1434,"yMin":-526,"yMax":2017,"hAsc":2017,"hDes":-526,"lGap":0}},{"family":"Risque","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":2048,"asc":1853,"des":-514,"tAsc":1853,"tDes":-514,"tLGap":0,"wAsc":1853,"wDes":514,"xH":1016,"capH":1413,"yMin":-514,"yMax":1853,"hAsc":1853,"hDes":-514,"lGap":0}},{"family":"Road Rage","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":850,"des":-250,"tAsc":850,"tDes":-250,"tLGap":0,"wAsc":965,"wDes":253,"xH":450,"capH":600,"yMin":-253,"yMax":965,"hAsc":850,"hDes":-250,"lGap":0}},{"family":"Roboto","fallbacks":["sans-serif"],"weights":[100,300,400,500,700,900],"styles":["italic","regular"],"variants":[[0,100],[1,100],[0,300],[1,300],[0,400],[1,400],[0,500],[1,500],[0,700],[1,700],[0,900],[1,900]],"service":"fonts.google.com","metrics":{"upm":2048,"asc":1900,"des":-500,"tAsc":1536,"tDes":-512,"tLGap":102,"wAsc":1946,"wDes":512,"xH":1082,"capH":1456,"yMin":-555,"yMax":2163,"hAsc":1900,"hDes":-500,"lGap":0}},{"family":"Roboto Condensed","fallbacks":["sans-serif"],"weights":[300,400,700],"styles":["italic","regular"],"variants":[[0,300],[1,300],[0,400],[1,400],[0,700],[1,700]],"service":"fonts.google.com","metrics":{"upm":2048,"asc":1900,"des":-500,"tAsc":1536,"tDes":-512,"tLGap":102,"wAsc":1946,"wDes":512,"xH":1082,"capH":1456,"yMin":-555,"yMax":2163,"hAsc":1900,"hDes":-500,"lGap":0}},{"family":"Roboto Mono","fallbacks":["monospace"],"weights":[100,200,300,400,500,600,700],"styles":["regular","italic"],"variants":[[0,100],[0,200],[0,300],[0,400],[0,500],[0,600],[0,700],[1,100],[1,200],[1,300],[1,400],[1,500],[1,600],[1,700]],"service":"fonts.google.com","metrics":{"upm":2048,"asc":2146,"des":-555,"tAsc":2146,"tDes":-555,"tLGap":0,"wAsc":2146,"wDes":555,"xH":1082,"capH":1456,"yMin":-555,"yMax":2146,"hAsc":2146,"hDes":-555,"lGap":0}},{"family":"Roboto Slab","fallbacks":["serif"],"weights":[100,200,300,400,500,600,700,800,900],"styles":["regular"],"variants":[[0,100],[0,200],[0,300],[0,400],[0,500],[0,600],[0,700],[0,800],[0,900]],"service":"fonts.google.com","metrics":{"upm":2048,"asc":2146,"des":-555,"tAsc":2146,"tDes":-555,"tLGap":0,"wAsc":2146,"wDes":618,"xH":1082,"capH":1456,"yMin":-555,"yMax":2146,"hAsc":2146,"hDes":-555,"lGap":0}},{"family":"Rochester","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":2048,"asc":2109,"des":-528,"tAsc":2109,"tDes":-528,"tLGap":0,"wAsc":2109,"wDes":528,"xH":192,"capH":326,"yMin":-528,"yMax":2109,"hAsc":2109,"hDes":-528,"lGap":0}},{"family":"Rock Salt","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1024,"asc":1623,"des":-788,"tAsc":824,"tDes":-240,"tLGap":63,"wAsc":1623,"wDes":788,"xH":833,"capH":1154,"yMin":-787,"yMax":1623,"hAsc":1623,"hDes":-788,"lGap":32}},{"family":"RocknRoll One","fallbacks":["sans-serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1160,"des":-288,"tAsc":880,"tDes":-120,"tLGap":0,"wAsc":1160,"wDes":288,"xH":572,"capH":800,"yMin":-212,"yMax":1034,"hAsc":1160,"hDes":-288,"lGap":0}},{"family":"Rokkitt","fallbacks":["serif"],"weights":[100,200,300,400,500,600,700,800,900],"styles":["regular"],"variants":[[0,100],[0,200],[0,300],[0,400],[0,500],[0,600],[0,700],[0,800],[0,900]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":817,"des":-320,"tAsc":817,"tDes":-320,"tLGap":0,"wAsc":1111,"wDes":324,"xH":393,"capH":563,"yMin":-236,"yMax":953,"hAsc":817,"hDes":-320,"lGap":0}},{"family":"Romanesco","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":2048,"asc":1866,"des":-483,"tAsc":1866,"tDes":-483,"tLGap":0,"wAsc":1866,"wDes":483,"xH":780,"capH":1393,"yMin":-483,"yMax":1866,"hAsc":1866,"hDes":-483,"lGap":0}},{"family":"Ropa Sans","fallbacks":["sans-serif"],"weights":[400],"styles":["regular","italic"],"variants":[[0,400],[1,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":841,"des":-231,"tAsc":841,"tDes":-231,"tLGap":0,"wAsc":885,"wDes":231,"xH":488,"capH":655,"yMin":-231,"yMax":865,"hAsc":841,"hDes":-231,"lGap":0}},{"family":"Rosario","fallbacks":["sans-serif"],"weights":[300,400,500,600,700],"styles":["regular","italic"],"variants":[[0,300],[0,400],[0,500],[0,600],[0,700],[1,300],[1,400],[1,500],[1,600],[1,700]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":977,"des":-235,"tAsc":977,"tDes":-235,"tLGap":0,"wAsc":1167,"wDes":292,"xH":497,"capH":728,"yMin":-286,"yMax":1139,"hAsc":977,"hDes":-235,"lGap":0}},{"family":"Rosarivo","fallbacks":["serif"],"weights":[400],"styles":["regular","italic"],"variants":[[0,400],[1,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":979,"des":-424,"tAsc":979,"tDes":-424,"tLGap":0,"wAsc":979,"wDes":424,"xH":170,"capH":757,"yMin":-424,"yMax":979,"hAsc":979,"hDes":-424,"lGap":0}},{"family":"Rouge Script","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1250,"asc":1050,"des":-419,"tAsc":1050,"tDes":-419,"tLGap":0,"wAsc":1050,"wDes":419,"xH":534,"capH":385,"yMin":-419,"yMax":1050,"hAsc":1050,"hDes":-419,"lGap":0}},{"family":"Rowdies","fallbacks":["cursive"],"weights":[300,400,700],"styles":["regular"],"variants":[[0,300],[0,400],[0,700]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":997,"des":-245,"tAsc":997,"tDes":-245,"tLGap":0,"wAsc":1250,"wDes":700,"xH":473,"capH":708,"yMin":-680,"yMax":1228,"hAsc":997,"hDes":-245,"lGap":0}},{"family":"Rozha One","fallbacks":["serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":998,"des":-422,"tAsc":998,"tDes":-422,"tLGap":0,"wAsc":998,"wDes":422,"xH":460,"capH":560,"yMin":-422,"yMax":998,"hAsc":998,"hDes":-422,"lGap":0}},{"family":"Rubik","fallbacks":["sans-serif"],"weights":[300,400,500,600,700,800,900],"styles":["regular","italic"],"variants":[[0,300],[0,400],[0,500],[0,600],[0,700],[0,800],[0,900],[1,300],[1,400],[1,500],[1,600],[1,700],[1,800],[1,900]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":935,"des":-250,"tAsc":935,"tDes":-250,"tLGap":0,"wAsc":945,"wDes":307,"xH":520,"capH":700,"yMin":-264,"yMax":905,"hAsc":935,"hDes":-250,"lGap":0}},{"family":"Rubik Beastly","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":935,"des":-250,"tAsc":935,"tDes":-250,"tLGap":0,"wAsc":1040,"wDes":374,"xH":520,"capH":700,"yMin":-374,"yMax":1040,"hAsc":935,"hDes":-250,"lGap":0}},{"family":"Rubik Mono One","fallbacks":["sans-serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":932,"des":-306,"tAsc":932,"tDes":-306,"tLGap":0,"wAsc":932,"wDes":306,"xH":700,"capH":700,"yMin":-211,"yMax":860,"hAsc":932,"hDes":-306,"lGap":0}},{"family":"Ruda","fallbacks":["sans-serif"],"weights":[400,500,600,700,800,900],"styles":["regular"],"variants":[[0,400],[0,500],[0,600],[0,700],[0,800],[0,900]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":922,"des":-295,"tAsc":922,"tDes":-295,"tLGap":0,"wAsc":1030,"wDes":295,"xH":582,"capH":695,"yMin":-233,"yMax":1030,"hAsc":922,"hDes":-295,"lGap":0}},{"family":"Rufina","fallbacks":["serif"],"weights":[400,700],"styles":["regular"],"variants":[[0,400],[0,700]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":945,"des":-290,"tAsc":945,"tDes":-290,"tLGap":0,"wAsc":945,"wDes":290,"xH":488,"capH":668,"yMin":-290,"yMax":939,"hAsc":945,"hDes":-290,"lGap":0}},{"family":"Ruge Boogie","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":875,"des":-375,"tAsc":875,"tDes":-375,"tLGap":0,"wAsc":1026,"wDes":504,"xH":390,"capH":640,"yMin":-504,"yMax":1026,"hAsc":875,"hDes":-375,"lGap":0}},{"family":"Ruluko","fallbacks":["sans-serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":914,"des":-241,"tAsc":914,"tDes":-241,"tLGap":0,"wAsc":914,"wDes":241,"xH":470,"capH":690,"yMin":-241,"yMax":914,"hAsc":914,"hDes":-241,"lGap":0}},{"family":"Rum Raisin","fallbacks":["sans-serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":2048,"asc":2013,"des":-629,"tAsc":2013,"tDes":-629,"tLGap":0,"wAsc":2013,"wDes":629,"xH":1118,"capH":1466,"yMin":-629,"yMax":2013,"hAsc":2013,"hDes":-629,"lGap":0}},{"family":"Ruslan Display","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":688,"des":-397,"tAsc":688,"tDes":-397,"tLGap":0,"wAsc":688,"wDes":397,"xH":500,"capH":500,"yMin":-397,"yMax":688,"hAsc":688,"hDes":-397,"lGap":0}},{"family":"Russo One","fallbacks":["sans-serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":926,"des":-279,"tAsc":926,"tDes":-279,"tLGap":0,"wAsc":926,"wDes":279,"xH":530,"capH":700,"yMin":-279,"yMax":926,"hAsc":926,"hDes":-279,"lGap":0}},{"family":"Ruthie","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":800,"des":-450,"tAsc":800,"tDes":-450,"tLGap":0,"wAsc":940,"wDes":524,"xH":315,"capH":701,"yMin":-524,"yMax":938,"hAsc":800,"hDes":-450,"lGap":0}},{"family":"Rye","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":2048,"asc":2020,"des":-540,"tAsc":2020,"tDes":-540,"tLGap":0,"wAsc":2020,"wDes":540,"xH":387,"capH":363,"yMin":-540,"yMax":2020,"hAsc":2020,"hDes":-540,"lGap":0}},{"family":"Sacramento","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":2048,"asc":1905,"des":-1084,"tAsc":1905,"tDes":-1084,"tLGap":0,"wAsc":1905,"wDes":1084,"xH":627,"capH":1550,"yMin":-1084,"yMax":1905,"hAsc":1905,"hDes":-1084,"lGap":0}},{"family":"Sahitya","fallbacks":["serif"],"weights":[400,700],"styles":["regular"],"variants":[[0,400],[0,700]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1106,"des":-447,"tAsc":1106,"tDes":-447,"tLGap":0,"wAsc":1106,"wDes":447,"xH":452,"capH":637,"yMin":-412,"yMax":1053,"hAsc":1106,"hDes":-447,"lGap":0}},{"family":"Sail","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":860,"des":-294,"tAsc":860,"tDes":-294,"tLGap":0,"wAsc":860,"wDes":294,"xH":435,"capH":666,"yMin":-294,"yMax":860,"hAsc":860,"hDes":-294,"lGap":0}},{"family":"Saira","fallbacks":["sans-serif"],"weights":[100,200,300,400,500,600,700,800,900],"styles":["regular","italic"],"variants":[[0,100],[0,200],[0,300],[0,400],[0,500],[0,600],[0,700],[0,800],[0,900],[1,100],[1,200],[1,300],[1,400],[1,500],[1,600],[1,700],[1,800],[1,900]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1135,"des":-439,"tAsc":1135,"tDes":-439,"tLGap":0,"wAsc":1165,"wDes":439,"xH":510,"capH":688,"yMin":-393,"yMax":1162,"hAsc":1135,"hDes":-439,"lGap":0}},{"family":"Saira Condensed","fallbacks":["sans-serif"],"weights":[100,200,300,400,500,600,700,800,900],"styles":["regular"],"variants":[[0,100],[0,200],[0,300],[0,400],[0,500],[0,600],[0,700],[0,800],[0,900]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1135,"des":-439,"tAsc":1135,"tDes":-439,"tLGap":0,"wAsc":1135,"wDes":439,"xH":510,"capH":688,"yMin":-351,"yMax":1090,"hAsc":1135,"hDes":-439,"lGap":0}},{"family":"Saira Extra Condensed","fallbacks":["sans-serif"],"weights":[100,200,300,400,500,600,700,800,900],"styles":["regular"],"variants":[[0,100],[0,200],[0,300],[0,400],[0,500],[0,600],[0,700],[0,800],[0,900]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1135,"des":-439,"tAsc":1135,"tDes":-439,"tLGap":0,"wAsc":1135,"wDes":439,"xH":510,"capH":688,"yMin":-348,"yMax":1088,"hAsc":1135,"hDes":-439,"lGap":0}},{"family":"Saira Semi Condensed","fallbacks":["sans-serif"],"weights":[100,200,300,400,500,600,700,800,900],"styles":["regular"],"variants":[[0,100],[0,200],[0,300],[0,400],[0,500],[0,600],[0,700],[0,800],[0,900]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1135,"des":-439,"tAsc":1135,"tDes":-439,"tLGap":0,"wAsc":1135,"wDes":439,"xH":510,"capH":688,"yMin":-359,"yMax":1095,"hAsc":1135,"hDes":-439,"lGap":0}},{"family":"Saira Stencil One","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1135,"des":-439,"tAsc":1135,"tDes":-439,"tLGap":0,"wAsc":1163,"wDes":360,"xH":510,"capH":688,"yMin":-354,"yMax":1163,"hAsc":1135,"hDes":-439,"lGap":0}},{"family":"Salsa","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":974,"des":-252,"tAsc":974,"tDes":-252,"tLGap":0,"wAsc":974,"wDes":252,"xH":113,"capH":82,"yMin":-252,"yMax":974,"hAsc":974,"hDes":-252,"lGap":0}},{"family":"Sanchez","fallbacks":["serif"],"weights":[400],"styles":["regular","italic"],"variants":[[0,400],[1,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1004,"des":-274,"tAsc":1004,"tDes":-274,"tLGap":0,"wAsc":1004,"wDes":274,"xH":492,"capH":718,"yMin":-274,"yMax":1004,"hAsc":1004,"hDes":-274,"lGap":0}},{"family":"Sancreek","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":2048,"asc":2104,"des":-738,"tAsc":2104,"tDes":-738,"tLGap":0,"wAsc":2104,"wDes":738,"xH":402,"capH":281,"yMin":-738,"yMax":2104,"hAsc":2104,"hDes":-738,"lGap":0}},{"family":"Sansita","fallbacks":["sans-serif"],"weights":[400,700,800,900],"styles":["regular","italic"],"variants":[[0,400],[1,400],[0,700],[1,700],[0,800],[1,800],[0,900],[1,900]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1020,"des":-180,"tAsc":1020,"tDes":-180,"tLGap":0,"wAsc":959,"wDes":284,"xH":510,"capH":660,"yMin":-256,"yMax":920,"hAsc":1020,"hDes":-180,"lGap":0}},{"family":"Sansita Swashed","fallbacks":["cursive"],"weights":[300,400,500,600,700,800,900],"styles":["regular"],"variants":[[0,300],[0,400],[0,500],[0,600],[0,700],[0,800],[0,900]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1020,"des":-180,"tAsc":1020,"tDes":-180,"tLGap":0,"wAsc":1134,"wDes":337,"xH":510,"capH":660,"yMin":-293,"yMax":1108,"hAsc":1020,"hDes":-180,"lGap":0}},{"family":"Sarabun","fallbacks":["sans-serif"],"weights":[100,200,300,400,500,600,700,800],"styles":["italic","regular"],"variants":[[0,100],[1,100],[0,200],[1,200],[0,300],[1,300],[0,400],[1,400],[0,500],[1,500],[0,600],[1,600],[0,700],[1,700],[0,800],[1,800]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1068,"des":-232,"tAsc":1068,"tDes":-232,"tLGap":0,"wAsc":1286,"wDes":567,"xH":500,"capH":700,"yMin":-535,"yMax":1265,"hAsc":1068,"hDes":-232,"lGap":0}},{"family":"Sarala","fallbacks":["sans-serif"],"weights":[400,700],"styles":["regular"],"variants":[[0,400],[0,700]],"service":"fonts.google.com","metrics":{"upm":2048,"asc":2398,"des":-941,"tAsc":2398,"tDes":-941,"tLGap":0,"wAsc":2398,"wDes":941,"xH":1053,"capH":1450,"yMin":-829,"yMax":2300,"hAsc":2398,"hDes":-941,"lGap":0}},{"family":"Sarina","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":2048,"asc":1916,"des":-644,"tAsc":1916,"tDes":-644,"tLGap":0,"wAsc":1916,"wDes":644,"xH":1022,"capH":1530,"yMin":-664,"yMax":1916,"hAsc":1916,"hDes":-644,"lGap":0}},{"family":"Sarpanch","fallbacks":["sans-serif"],"weights":[400,500,600,700,800,900],"styles":["regular"],"variants":[[0,400],[0,500],[0,600],[0,700],[0,800],[0,900]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1050,"des":-350,"tAsc":1050,"tDes":-350,"tLGap":0,"wAsc":1050,"wDes":350,"xH":485,"capH":622,"yMin":-483,"yMax":996,"hAsc":1050,"hDes":-350,"lGap":0}},{"family":"Sassy Frass","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":800,"des":-300,"tAsc":800,"tDes":-300,"tLGap":0,"wAsc":800,"wDes":300,"xH":220,"capH":550,"yMin":-285,"yMax":759,"hAsc":800,"hDes":-300,"lGap":0}},{"family":"Satisfy","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1024,"asc":957,"des":-501,"tAsc":724,"tDes":-465,"tLGap":34,"wAsc":957,"wDes":501,"xH":417,"capH":767,"yMin":-501,"yMax":957,"hAsc":957,"hDes":-501,"lGap":17}},{"family":"Sawarabi Gothic","fallbacks":["sans-serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1110,"des":-272,"tAsc":834,"tDes":-166,"tLGap":90,"wAsc":1110,"wDes":292,"xH":524,"capH":725,"yMin":-282,"yMax":1100,"hAsc":1110,"hDes":-272,"lGap":90}},{"family":"Sawarabi Mincho","fallbacks":["sans-serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1070,"des":-319,"tAsc":834,"tDes":-165,"tLGap":90,"wAsc":1071,"wDes":320,"xH":512,"capH":727,"yMin":-320,"yMax":1070,"hAsc":1070,"hDes":-319,"lGap":90}},{"family":"Scada","fallbacks":["sans-serif"],"weights":[400,700],"styles":["regular","italic"],"variants":[[0,400],[1,400],[0,700],[1,700]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":955,"des":-289,"tAsc":955,"tDes":-289,"tLGap":0,"wAsc":955,"wDes":289,"xH":500,"capH":700,"yMin":-275,"yMax":930,"hAsc":955,"hDes":-289,"lGap":0}},{"family":"Scheherazade New","fallbacks":["serif"],"weights":[400,700],"styles":["regular"],"variants":[[0,400],[0,700]],"service":"fonts.google.com","metrics":{"upm":2048,"asc":2750,"des":-1427,"tAsc":2750,"tDes":-1427,"tLGap":0,"wAsc":2750,"wDes":1427,"xH":684,"capH":1034,"yMin":-1509,"yMax":2694,"hAsc":2750,"hDes":-1427,"lGap":0}},{"family":"Schoolbell","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1024,"asc":1019,"des":-383,"tAsc":794,"tDes":-326,"tLGap":48,"wAsc":1019,"wDes":383,"xH":485,"capH":770,"yMin":-383,"yMax":1019,"hAsc":1019,"hDes":-383,"lGap":24}},{"family":"Scope One","fallbacks":["serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":928,"des":-455,"tAsc":928,"tDes":-455,"tLGap":0,"wAsc":928,"wDes":455,"xH":500,"capH":645,"yMin":-455,"yMax":928,"hAsc":928,"hDes":-455,"lGap":0}},{"family":"Seaweed Script","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1024,"asc":969,"des":-421,"tAsc":969,"tDes":-421,"tLGap":0,"wAsc":969,"wDes":431,"xH":380,"capH":765,"yMin":-420,"yMax":969,"hAsc":969,"hDes":-421,"lGap":0}},{"family":"Secular One","fallbacks":["sans-serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1022,"des":-433,"tAsc":1022,"tDes":-433,"tLGap":0,"wAsc":1022,"wDes":433,"xH":515,"capH":666,"yMin":-433,"yMax":1022,"hAsc":1022,"hDes":-433,"lGap":0}},{"family":"Sedgwick Ave","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":937,"des":-312,"tAsc":937,"tDes":-312,"tLGap":0,"wAsc":2555,"wDes":551,"xH":660,"capH":950,"yMin":-521,"yMax":1361,"hAsc":937,"hDes":-312,"lGap":0}},{"family":"Sedgwick Ave Display","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":937,"des":-312,"tAsc":937,"tDes":-312,"tLGap":0,"wAsc":2555,"wDes":551,"xH":650,"capH":950,"yMin":-551,"yMax":2555,"hAsc":937,"hDes":-312,"lGap":0}},{"family":"Sen","fallbacks":["sans-serif"],"weights":[400,700,800],"styles":["regular"],"variants":[[0,400],[0,700],[0,800]],"service":"fonts.google.com","metrics":{"upm":1024,"asc":962,"des":-270,"tAsc":962,"tDes":-270,"tLGap":0,"wAsc":1169,"wDes":342,"xH":500,"capH":670,"yMin":-255,"yMax":940,"hAsc":962,"hDes":-270,"lGap":0}},{"family":"Sevillana","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":2048,"asc":2062,"des":-717,"tAsc":2062,"tDes":-717,"tLGap":0,"wAsc":2062,"wDes":717,"xH":860,"capH":1679,"yMin":-717,"yMax":2062,"hAsc":2062,"hDes":-717,"lGap":0}},{"family":"Seymour One","fallbacks":["sans-serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":2048,"asc":2015,"des":-559,"tAsc":2015,"tDes":-559,"tLGap":0,"wAsc":2015,"wDes":559,"yMin":-927,"yMax":2236,"hAsc":2015,"hDes":-559,"lGap":0}},{"family":"Shadows Into Light","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1024,"asc":1203,"des":-442,"tAsc":1203,"tDes":-443,"tLGap":0,"wAsc":1203,"wDes":440,"xH":616,"capH":648,"yMin":-434,"yMax":1203,"hAsc":1203,"hDes":-442,"lGap":0}},{"family":"Shadows Into Light Two","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1024,"asc":1145,"des":-341,"tAsc":1145,"tDes":-341,"tLGap":0,"wAsc":1145,"wDes":341,"xH":610,"capH":848,"yMin":-341,"yMax":1145,"hAsc":1145,"hDes":-341,"lGap":0}},{"family":"Shalimar","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":800,"des":-420,"tAsc":800,"tDes":-420,"tLGap":0,"wAsc":994,"wDes":645,"xH":315,"capH":560,"yMin":-642,"yMax":994,"hAsc":800,"hDes":-420,"lGap":0}},{"family":"Shanti","fallbacks":["sans-serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":2048,"asc":2012,"des":-599,"tAsc":2012,"tDes":-599,"tLGap":0,"wAsc":2012,"wDes":599,"xH":1024,"capH":1412,"yMin":-599,"yMax":2012,"hAsc":2012,"hDes":-599,"lGap":0}},{"family":"Share","fallbacks":["cursive"],"weights":[400,700],"styles":["regular","italic"],"variants":[[0,400],[1,400],[0,700],[1,700]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":885,"des":-242,"tAsc":885,"tDes":-242,"tLGap":0,"wAsc":885,"wDes":242,"xH":500,"capH":707,"yMin":-240,"yMax":855,"hAsc":885,"hDes":-242,"lGap":0}},{"family":"Share Tech","fallbacks":["sans-serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":885,"des":-242,"tAsc":885,"tDes":-242,"tLGap":0,"wAsc":885,"wDes":242,"xH":500,"capH":700,"yMin":-235,"yMax":855,"hAsc":885,"hDes":-242,"lGap":0}},{"family":"Share Tech Mono","fallbacks":["monospace"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":885,"des":-242,"tAsc":885,"tDes":-242,"tLGap":0,"wAsc":885,"wDes":242,"xH":500,"capH":700,"yMin":-235,"yMax":855,"hAsc":885,"hDes":-242,"lGap":0}},{"family":"Shippori Antique","fallbacks":["sans-serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1160,"des":-288,"tAsc":880,"tDes":-120,"tLGap":0,"wAsc":1160,"wDes":288,"xH":524,"capH":733,"yMin":-336,"yMax":981,"hAsc":1160,"hDes":-288,"lGap":0}},{"family":"Shippori Antique B1","fallbacks":["sans-serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1160,"des":-288,"tAsc":880,"tDes":-120,"tLGap":0,"wAsc":1160,"wDes":288,"xH":524,"capH":733,"yMin":-336,"yMax":981,"hAsc":1160,"hDes":-288,"lGap":0}},{"family":"Shippori Mincho","fallbacks":["serif"],"weights":[400,500,600,700,800],"styles":["regular"],"variants":[[0,400],[0,500],[0,600],[0,700],[0,800]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1160,"des":-288,"tAsc":880,"tDes":-120,"tLGap":0,"wAsc":1160,"wDes":288,"xH":480,"capH":726,"yMin":-266,"yMax":981,"hAsc":1160,"hDes":-288,"lGap":0}},{"family":"Shippori Mincho B1","fallbacks":["serif"],"weights":[400,500,600,700,800],"styles":["regular"],"variants":[[0,400],[0,500],[0,600],[0,700],[0,800]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1160,"des":-288,"tAsc":880,"tDes":-120,"tLGap":0,"wAsc":1160,"wDes":288,"xH":480,"capH":726,"yMin":-266,"yMax":981,"hAsc":1160,"hDes":-288,"lGap":0}},{"family":"Shojumaru","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":2048,"asc":2020,"des":-692,"tAsc":2020,"tDes":-692,"tLGap":0,"wAsc":2020,"wDes":692,"xH":1206,"capH":1534,"yMin":-692,"yMax":2020,"hAsc":2020,"hDes":-692,"lGap":0}},{"family":"Short Stack","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":2048,"asc":1913,"des":-609,"tAsc":1913,"tDes":-609,"tLGap":0,"wAsc":1913,"wDes":609,"xH":758,"capH":1367,"yMin":-609,"yMax":1913,"hAsc":1913,"hDes":-609,"lGap":0}},{"family":"Shrikhand","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1026,"des":-432,"tAsc":1026,"tDes":-432,"tLGap":0,"wAsc":1026,"wDes":432,"xH":520,"capH":669,"yMin":-432,"yMax":1026,"hAsc":1026,"hDes":-432,"lGap":0}},{"family":"Siemreap","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":2048,"asc":2500,"des":-1200,"tAsc":2500,"tDes":-1200,"tLGap":307,"wAsc":2500,"wDes":1200,"xH":0,"capH":0,"yMin":-1200,"yMax":2502,"hAsc":2500,"hDes":-1200,"lGap":67}},{"family":"Sigmar One","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1172,"des":-466,"tAsc":1172,"tDes":-466,"tLGap":0,"wAsc":1182,"wDes":466,"xH":578,"capH":676,"yMin":-375,"yMax":1182,"hAsc":1172,"hDes":-466,"lGap":0}},{"family":"Signika","fallbacks":["sans-serif"],"weights":[300,400,500,600,700],"styles":["regular"],"variants":[[0,300],[0,400],[0,500],[0,600],[0,700]],"service":"fonts.google.com","metrics":{"upm":2000,"asc":1880,"des":-584,"tAsc":1880,"tDes":-584,"tLGap":0,"wAsc":2307,"wDes":592,"xH":981,"capH":1370,"yMin":-501,"yMax":2107,"hAsc":1880,"hDes":-584,"lGap":0}},{"family":"Signika Negative","fallbacks":["sans-serif"],"weights":[300,400,500,600,700],"styles":["regular"],"variants":[[0,300],[0,400],[0,500],[0,600],[0,700]],"service":"fonts.google.com","metrics":{"upm":2000,"asc":1880,"des":-584,"tAsc":1880,"tDes":-584,"tLGap":0,"wAsc":2307,"wDes":592,"xH":980,"capH":1370,"yMin":-496,"yMax":2097,"hAsc":1880,"hDes":-584,"lGap":0}},{"family":"Simonetta","fallbacks":["cursive"],"weights":[400,900],"styles":["regular","italic"],"variants":[[0,400],[1,400],[0,900],[1,900]],"service":"fonts.google.com","metrics":{"upm":2048,"asc":1970,"des":-594,"tAsc":1970,"tDes":-594,"tLGap":0,"wAsc":1970,"wDes":594,"xH":897,"capH":1391,"yMin":-545,"yMax":1927,"hAsc":1970,"hDes":-594,"lGap":0}},{"family":"Single Day","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1024,"asc":779,"des":-245,"tAsc":779,"tDes":-245,"tLGap":256,"wAsc":779,"wDes":245,"xH":390,"capH":582,"yMin":-241,"yMax":773,"hAsc":779,"hDes":-245,"lGap":256}},{"family":"Sintony","fallbacks":["sans-serif"],"weights":[400,700],"styles":["regular"],"variants":[[0,400],[0,700]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":995,"des":-308,"tAsc":995,"tDes":-308,"tLGap":0,"wAsc":995,"wDes":308,"xH":572,"capH":730,"yMin":-301,"yMax":988,"hAsc":995,"hDes":-308,"lGap":0}},{"family":"Sirin Stencil","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":2048,"asc":2380,"des":-604,"tAsc":2380,"tDes":-604,"tLGap":0,"wAsc":2380,"wDes":604,"xH":1055,"capH":1423,"yMin":-604,"yMax":2380,"hAsc":2380,"hDes":-604,"lGap":0}},{"family":"Six Caps","fallbacks":["sans-serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":2048,"asc":2263,"des":-432,"tAsc":2263,"tDes":-432,"tLGap":0,"wAsc":2263,"wDes":432,"yMin":-506,"yMax":2281,"hAsc":2263,"hDes":-432,"lGap":0}},{"family":"Skranji","fallbacks":["cursive"],"weights":[400,700],"styles":["regular"],"variants":[[0,400],[0,700]],"service":"fonts.google.com","metrics":{"upm":1024,"asc":1008,"des":-383,"tAsc":1008,"tDes":-383,"tLGap":0,"wAsc":1008,"wDes":383,"xH":0,"capH":0,"yMin":-327,"yMax":1008,"hAsc":1008,"hDes":-383,"lGap":0}},{"family":"Slabo 13px","fallbacks":["serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":780,"asc":720,"des":-240,"tAsc":720,"tDes":-240,"tLGap":0,"wAsc":720,"wDes":240,"xH":420,"capH":540,"yMin":-180,"yMax":750,"hAsc":720,"hDes":-240,"lGap":0}},{"family":"Slabo 27px","fallbacks":["serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":810,"asc":750,"des":-240,"tAsc":750,"tDes":-240,"tLGap":0,"wAsc":750,"wDes":240,"xH":390,"capH":540,"yMin":-190,"yMax":740,"hAsc":750,"hDes":-240,"lGap":0}},{"family":"Slackey","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1024,"asc":1078,"des":-351,"tAsc":769,"tDes":-74,"tLGap":55,"wAsc":1078,"wDes":351,"xH":691,"capH":772,"yMin":-351,"yMax":1078,"hAsc":1078,"hDes":-351,"lGap":28}},{"family":"Smokum","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":2048,"asc":1986,"des":-512,"tAsc":1986,"tDes":-512,"tLGap":0,"wAsc":1986,"wDes":512,"xH":1024,"capH":1536,"yMin":-512,"yMax":1986,"hAsc":1986,"hDes":-512,"lGap":0}},{"family":"Smythe","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":2048,"asc":1883,"des":-480,"tAsc":1883,"tDes":-480,"tLGap":0,"wAsc":1883,"wDes":480,"xH":963,"capH":1317,"yMin":-527,"yMax":1883,"hAsc":1883,"hDes":-480,"lGap":0}},{"family":"Sniglet","fallbacks":["cursive"],"weights":[400,800],"styles":["regular"],"variants":[[0,400],[0,800]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":956,"des":-289,"tAsc":956,"tDes":-289,"tLGap":0,"wAsc":956,"wDes":289,"xH":500,"capH":700,"yMin":-260,"yMax":952,"hAsc":956,"hDes":-289,"lGap":0}},{"family":"Snippet","fallbacks":["sans-serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":890,"des":-261,"tAsc":890,"tDes":-261,"tLGap":0,"wAsc":890,"wDes":261,"xH":498,"capH":684,"yMin":-261,"yMax":890,"hAsc":890,"hDes":-261,"lGap":0}},{"family":"Snowburst One","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":2048,"asc":2134,"des":-454,"tAsc":2134,"tDes":-454,"tLGap":0,"wAsc":2134,"wDes":454,"xH":1347,"capH":1635,"yMin":-454,"yMax":2134,"hAsc":2134,"hDes":-454,"lGap":0}},{"family":"Sofadi One","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":856,"des":-310,"tAsc":856,"tDes":-310,"tLGap":0,"wAsc":856,"wDes":310,"xH":500,"capH":700,"yMin":-309,"yMax":856,"hAsc":856,"hDes":-310,"lGap":0}},{"family":"Sofia","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1138,"des":-438,"tAsc":1138,"tDes":-438,"tLGap":0,"wAsc":1138,"wDes":438,"xH":441,"capH":700,"yMin":-438,"yMax":1138,"hAsc":1138,"hDes":-438,"lGap":0}},{"family":"Solway","fallbacks":["serif"],"weights":[300,400,500,700,800],"styles":["regular"],"variants":[[0,300],[0,400],[0,500],[0,700],[0,800]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":950,"des":-250,"tAsc":950,"tDes":-250,"tLGap":0,"wAsc":1000,"wDes":400,"xH":500,"capH":700,"yMin":-263,"yMax":954,"hAsc":950,"hDes":-250,"lGap":0}},{"family":"Song Myung","fallbacks":["serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":848,"des":-152,"tAsc":848,"tDes":-152,"tLGap":250,"wAsc":848,"wDes":235,"xH":457,"capH":635,"yMin":-230,"yMax":848,"hAsc":848,"hDes":-152,"lGap":250}},{"family":"Sonsie One","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":2048,"asc":2050,"des":-600,"tAsc":2050,"tDes":-600,"tLGap":0,"wAsc":2050,"wDes":600,"xH":272,"capH":506,"yMin":-600,"yMax":2050,"hAsc":2050,"hDes":-600,"lGap":0}},{"family":"Sora","fallbacks":["sans-serif"],"weights":[100,200,300,400,500,600,700,800],"styles":["regular"],"variants":[[0,100],[0,200],[0,300],[0,400],[0,500],[0,600],[0,700],[0,800]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":970,"des":-290,"tAsc":970,"tDes":-290,"tLGap":0,"wAsc":1220,"wDes":320,"xH":534,"capH":730,"yMin":-284,"yMax":1180,"hAsc":970,"hDes":-290,"lGap":0}},{"family":"Sorts Mill Goudy","fallbacks":["serif"],"weights":[400],"styles":["regular","italic"],"variants":[[0,400],[1,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":960,"des":-478,"tAsc":960,"tDes":-478,"tLGap":0,"wAsc":960,"wDes":478,"xH":442,"capH":713,"yMin":-438,"yMax":960,"hAsc":960,"hDes":-478,"lGap":0}},{"family":"Source Code Pro","fallbacks":["monospace"],"weights":[200,300,400,500,600,700,900],"styles":["italic","regular"],"variants":[[0,200],[1,200],[0,300],[1,300],[0,400],[1,400],[0,500],[1,500],[0,600],[1,600],[0,700],[1,700],[0,900],[1,900]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":984,"des":-273,"tAsc":750,"tDes":-250,"tLGap":0,"wAsc":984,"wDes":273,"xH":480,"capH":660,"yMin":-454,"yMax":1060,"hAsc":984,"hDes":-273,"lGap":0}},{"family":"Source Sans Pro","fallbacks":["sans-serif"],"weights":[200,300,400,600,700,900],"styles":["italic","regular"],"variants":[[0,200],[1,200],[0,300],[1,300],[0,400],[1,400],[0,600],[1,600],[0,700],[1,700],[0,900],[1,900]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":984,"des":-273,"tAsc":750,"tDes":-250,"tLGap":0,"wAsc":984,"wDes":273,"xH":486,"capH":660,"yMin":-293,"yMax":968,"hAsc":984,"hDes":-273,"lGap":0}},{"family":"Source Serif Pro","fallbacks":["serif"],"weights":[200,300,400,600,700,900],"styles":["italic","regular"],"variants":[[0,200],[1,200],[0,300],[1,300],[0,400],[1,400],[0,600],[1,600],[0,700],[1,700],[0,900],[1,900]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":918,"des":-335,"tAsc":918,"tDes":-335,"tLGap":0,"wAsc":1036,"wDes":335,"xH":475,"capH":670,"yMin":-335,"yMax":1002,"hAsc":918,"hDes":-335,"lGap":0}},{"family":"Space Grotesk","fallbacks":["sans-serif"],"weights":[300,400,500,600,700],"styles":["regular"],"variants":[[0,300],[0,400],[0,500],[0,600],[0,700]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":984,"des":-292,"tAsc":984,"tDes":-292,"tLGap":0,"wAsc":1150,"wDes":292,"xH":486,"capH":700,"yMin":-274,"yMax":1081,"hAsc":984,"hDes":-292,"lGap":0}},{"family":"Space Mono","fallbacks":["monospace"],"weights":[400,700],"styles":["regular","italic"],"variants":[[0,400],[1,400],[0,700],[1,700]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1120,"des":-361,"tAsc":1120,"tDes":-361,"tLGap":0,"wAsc":1120,"wDes":361,"xH":496,"capH":700,"yMin":-309,"yMax":1090,"hAsc":1120,"hDes":-361,"lGap":0}},{"family":"Spartan","fallbacks":["sans-serif"],"weights":[100,200,300,400,500,600,700,800,900],"styles":["regular"],"variants":[[0,100],[0,200],[0,300],[0,400],[0,500],[0,600],[0,700],[0,800],[0,900]],"service":"fonts.google.com","metrics":{"upm":2000,"asc":1720,"des":-520,"tAsc":1720,"tDes":-520,"tLGap":130,"wAsc":2398,"wDes":592,"xH":1026,"capH":1650,"yMin":-592,"yMax":2304,"hAsc":1720,"hDes":-520,"lGap":0}},{"family":"Special Elite","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":2048,"asc":1440,"des":-608,"tAsc":1440,"tDes":-608,"tLGap":0,"wAsc":1440,"wDes":608,"xH":528,"capH":713,"yMin":-659,"yMax":1962,"hAsc":1440,"hDes":-608,"lGap":0}},{"family":"Spectral","fallbacks":["serif"],"weights":[200,300,400,500,600,700,800],"styles":["italic","regular"],"variants":[[0,200],[1,200],[0,300],[1,300],[0,400],[1,400],[0,500],[1,500],[0,600],[1,600],[0,700],[1,700],[0,800],[1,800]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1059,"des":-463,"tAsc":1059,"tDes":-463,"tLGap":0,"wAsc":1059,"wDes":463,"xH":450,"capH":660,"yMin":-250,"yMax":1057,"hAsc":1059,"hDes":-463,"lGap":0}},{"family":"Spectral SC","fallbacks":["serif"],"weights":[200,300,400,500,600,700,800],"styles":["italic","regular"],"variants":[[0,200],[1,200],[0,300],[1,300],[0,400],[1,400],[0,500],[1,500],[0,600],[1,600],[0,700],[1,700],[0,800],[1,800]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1059,"des":-463,"tAsc":1059,"tDes":-463,"tLGap":0,"wAsc":1059,"wDes":463,"xH":450,"capH":660,"yMin":-250,"yMax":1057,"hAsc":1059,"hDes":-463,"lGap":0}},{"family":"Spicy Rice","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":2048,"asc":2091,"des":-733,"tAsc":2091,"tDes":-733,"tLGap":0,"wAsc":2091,"wDes":733,"xH":1208,"capH":1481,"yMin":-733,"yMax":2091,"hAsc":2091,"hDes":-733,"lGap":0}},{"family":"Spinnaker","fallbacks":["sans-serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":2048,"asc":1920,"des":-487,"tAsc":1920,"tDes":-487,"tLGap":0,"wAsc":1920,"wDes":487,"xH":1000,"capH":1416,"yMin":-487,"yMax":1920,"hAsc":1920,"hDes":-487,"lGap":0}},{"family":"Spirax","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":947,"des":-288,"tAsc":947,"tDes":-288,"tLGap":0,"wAsc":947,"wDes":288,"xH":463,"capH":696,"yMin":-288,"yMax":947,"hAsc":947,"hDes":-288,"lGap":0}},{"family":"Squada One","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":861,"des":-196,"tAsc":861,"tDes":-196,"tLGap":0,"wAsc":861,"wDes":196,"xH":498,"capH":647,"yMin":-196,"yMax":861,"hAsc":861,"hDes":-196,"lGap":0}},{"family":"Sree Krushnadevaraya","fallbacks":["serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":720,"asc":1105,"des":-378,"tAsc":1105,"tDes":-378,"tLGap":0,"wAsc":1105,"wDes":378,"xH":273,"capH":408,"yMin":-378,"yMax":1105,"hAsc":1105,"hDes":-378,"lGap":0}},{"family":"Sriracha","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1220,"des":-550,"tAsc":750,"tDes":-250,"tLGap":200,"wAsc":1220,"wDes":550,"xH":474,"capH":656,"yMin":-562,"yMax":1220,"hAsc":1220,"hDes":-550,"lGap":0}},{"family":"Srisakdi","fallbacks":["cursive"],"weights":[400,700],"styles":["regular"],"variants":[[0,400],[0,700]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":950,"des":-250,"tAsc":950,"tDes":-250,"tLGap":0,"wAsc":1484,"wDes":664,"xH":470,"capH":700,"yMin":-664,"yMax":1484,"hAsc":950,"hDes":-250,"lGap":0}},{"family":"Staatliches","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":950,"des":-300,"tAsc":950,"tDes":-300,"tLGap":0,"wAsc":1006,"wDes":306,"xH":500,"capH":696,"yMin":-306,"yMax":1006,"hAsc":950,"hDes":-300,"lGap":0}},{"family":"Stalemate","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":2048,"asc":1837,"des":-1165,"tAsc":1837,"tDes":-1165,"tLGap":0,"wAsc":1837,"wDes":1165,"xH":539,"capH":1501,"yMin":-1165,"yMax":1837,"hAsc":1837,"hDes":-1165,"lGap":0}},{"family":"Stalinist One","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1037,"des":-439,"tAsc":1037,"tDes":-439,"tLGap":0,"wAsc":1037,"wDes":439,"xH":530,"capH":700,"yMin":-439,"yMax":1037,"hAsc":1037,"hDes":-439,"lGap":0}},{"family":"Stardos Stencil","fallbacks":["cursive"],"weights":[400,700],"styles":["regular"],"variants":[[0,400],[0,700]],"service":"fonts.google.com","metrics":{"upm":2048,"asc":1994,"des":-831,"tAsc":1994,"tDes":-831,"tLGap":0,"wAsc":1994,"wDes":831,"xH":981,"capH":1421,"yMin":-808,"yMax":1970,"hAsc":1994,"hDes":-831,"lGap":0}},{"family":"Stick","fallbacks":["sans-serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1160,"des":-288,"tAsc":880,"tDes":-120,"tLGap":0,"wAsc":1160,"wDes":288,"xH":520,"capH":715,"yMin":-274,"yMax":1160,"hAsc":1160,"hDes":-288,"lGap":0}},{"family":"Stick No Bills","fallbacks":["sans-serif"],"weights":[200,300,400,500,600,700,800],"styles":["regular"],"variants":[[0,200],[0,300],[0,400],[0,500],[0,600],[0,700],[0,800]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":940,"des":-312,"tAsc":940,"tDes":-312,"tLGap":0,"wAsc":1237,"wDes":622,"xH":515,"capH":700,"yMin":-311,"yMax":929,"hAsc":940,"hDes":-312,"lGap":0}},{"family":"Stint Ultra Condensed","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":2048,"asc":1829,"des":-483,"tAsc":1829,"tDes":-483,"tLGap":0,"wAsc":1829,"wDes":483,"xH":952,"capH":1374,"yMin":-483,"yMax":1829,"hAsc":1829,"hDes":-483,"lGap":0}},{"family":"Stint Ultra Expanded","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":2048,"asc":1853,"des":-483,"tAsc":1853,"tDes":-483,"tLGap":0,"wAsc":1853,"wDes":483,"xH":952,"capH":1374,"yMin":-483,"yMax":1853,"hAsc":1853,"hDes":-483,"lGap":0}},{"family":"STIX Two Text","fallbacks":["serif"],"weights":[400,500,600,700],"styles":["regular","italic"],"variants":[[0,400],[0,500],[0,600],[0,700],[1,400],[1,500],[1,600],[1,700]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":762,"des":-238,"tAsc":762,"tDes":-238,"tLGap":250,"wAsc":1047,"wDes":441,"xH":473,"capH":657,"yMin":-373,"yMax":1047,"hAsc":762,"hDes":-238,"lGap":250}},{"family":"Stoke","fallbacks":["serif"],"weights":[300,400],"styles":["regular"],"variants":[[0,300],[0,400]],"service":"fonts.google.com","metrics":{"upm":2048,"asc":2030,"des":-530,"tAsc":2030,"tDes":-530,"tLGap":0,"wAsc":2030,"wDes":530,"xH":479,"capH":683,"yMin":-526,"yMax":2027,"hAsc":2030,"hDes":-530,"lGap":0}},{"family":"Strait","fallbacks":["sans-serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":901,"des":-194,"tAsc":901,"tDes":-194,"tLGap":0,"wAsc":901,"wDes":194,"xH":520,"capH":700,"yMin":-194,"yMax":901,"hAsc":901,"hDes":-194,"lGap":0}},{"family":"Style Script","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1000,"des":-520,"tAsc":1000,"tDes":-520,"tLGap":0,"wAsc":1120,"wDes":800,"xH":434,"capH":700,"yMin":-799,"yMax":1113,"hAsc":1000,"hDes":-520,"lGap":0}},{"family":"Stylish","fallbacks":["sans-serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":821,"des":-179,"tAsc":821,"tDes":-179,"tLGap":250,"wAsc":848,"wDes":235,"xH":410,"capH":600,"yMin":-196,"yMax":820,"hAsc":821,"hDes":-179,"lGap":250}},{"family":"Sue Ellen Francisco","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1024,"asc":1362,"des":-634,"tAsc":1362,"tDes":-634,"tLGap":0,"wAsc":1362,"wDes":634,"xH":439,"capH":1085,"yMin":-571,"yMax":1362,"hAsc":1362,"hDes":-634,"lGap":0}},{"family":"Suez One","fallbacks":["serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":987,"des":-319,"tAsc":987,"tDes":-319,"tLGap":0,"wAsc":987,"wDes":319,"xH":523,"capH":674,"yMin":-319,"yMax":987,"hAsc":987,"hDes":-319,"lGap":0}},{"family":"Sulphur Point","fallbacks":["sans-serif"],"weights":[300,400,700],"styles":["regular"],"variants":[[0,300],[0,400],[0,700]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":790,"des":-210,"tAsc":790,"tDes":-210,"tLGap":369,"wAsc":893,"wDes":224,"xH":500,"capH":665,"yMin":-224,"yMax":892,"hAsc":790,"hDes":-210,"lGap":0}},{"family":"Sumana","fallbacks":["serif"],"weights":[400,700],"styles":["regular"],"variants":[[0,400],[0,700]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1922,"des":-1005,"tAsc":1922,"tDes":-1005,"tLGap":0,"wAsc":1922,"wDes":1005,"xH":500,"capH":700,"yMin":-493,"yMax":961,"hAsc":1922,"hDes":-1005,"lGap":0}},{"family":"Sunflower","fallbacks":["sans-serif"],"weights":[300,500,700],"styles":[],"variants":[[0,300],[0,500],[0,700]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":782,"des":-218,"tAsc":782,"tDes":-218,"tLGap":250,"wAsc":810,"wDes":235,"xH":500,"capH":692,"yMin":-235,"yMax":798,"hAsc":782,"hDes":-218,"lGap":250}},{"family":"Sunshiney","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1024,"asc":1019,"des":-306,"tAsc":626,"tDes":-190,"tLGap":53,"wAsc":1019,"wDes":306,"xH":391,"capH":759,"yMin":-306,"yMax":1019,"hAsc":1019,"hDes":-306,"lGap":27}},{"family":"Supermercado One","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":2048,"asc":1925,"des":-527,"tAsc":1925,"tDes":-527,"tLGap":0,"wAsc":1925,"wDes":527,"xH":1066,"capH":1359,"yMin":-526,"yMax":1925,"hAsc":1925,"hDes":-527,"lGap":0}},{"family":"Sura","fallbacks":["serif"],"weights":[400,700],"styles":["regular"],"variants":[[0,400],[0,700]],"service":"fonts.google.com","metrics":{"upm":2048,"asc":2359,"des":-872,"tAsc":2359,"tDes":-872,"tLGap":0,"wAsc":2359,"wDes":872,"xH":1022,"capH":1464,"yMin":-780,"yMax":2257,"hAsc":2359,"hDes":-872,"lGap":0}},{"family":"Suranna","fallbacks":["serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":780,"asc":1101,"des":-607,"tAsc":1101,"tDes":-607,"tLGap":0,"wAsc":1101,"wDes":607,"xH":319,"capH":492,"yMin":-607,"yMax":1101,"hAsc":1101,"hDes":-607,"lGap":0}},{"family":"Suravaram","fallbacks":["serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":980,"asc":1295,"des":-794,"tAsc":1295,"tDes":-794,"tLGap":0,"wAsc":1295,"wDes":794,"xH":344,"capH":482,"yMin":-794,"yMax":1295,"hAsc":1295,"hDes":-794,"lGap":0}},{"family":"Suwannaphum","fallbacks":["serif"],"weights":[100,300,400,700,900],"styles":["regular"],"variants":[[0,100],[0,300],[0,400],[0,700],[0,900]],"service":"fonts.google.com","metrics":{"upm":2048,"asc":2500,"des":-1200,"tAsc":2500,"tDes":-1200,"tLGap":0,"wAsc":2230,"wDes":910,"xH":1098,"capH":1462,"yMin":-910,"yMax":2202,"hAsc":2500,"hDes":-1200,"lGap":0}},{"family":"Swanky and Moo Moo","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1024,"asc":995,"des":-507,"tAsc":995,"tDes":-507,"tLGap":0,"wAsc":995,"wDes":507,"xH":341,"capH":424,"yMin":-507,"yMax":955,"hAsc":995,"hDes":-507,"lGap":0}},{"family":"Syncopate","fallbacks":["sans-serif"],"weights":[400,700],"styles":["regular"],"variants":[[0,400],[0,700]],"service":"fonts.google.com","metrics":{"upm":2048,"asc":1556,"des":-426,"tAsc":1556,"tDes":-426,"tLGap":150,"wAsc":1853,"wDes":483,"xH":958,"capH":1374,"yMin":-483,"yMax":1853,"hAsc":1556,"hDes":-426,"lGap":150}},{"family":"Syne","fallbacks":["sans-serif"],"weights":[400,500,600,700,800],"styles":["regular"],"variants":[[0,400],[0,500],[0,600],[0,700],[0,800]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":925,"des":-275,"tAsc":925,"tDes":-275,"tLGap":0,"wAsc":955,"wDes":495,"xH":500,"capH":650,"yMin":-254,"yMax":952,"hAsc":925,"hDes":-275,"lGap":0}},{"family":"Syne Mono","fallbacks":["monospace"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":925,"des":-275,"tAsc":925,"tDes":-275,"tLGap":0,"wAsc":955,"wDes":495,"xH":500,"capH":650,"yMin":-253,"yMax":917,"hAsc":925,"hDes":-275,"lGap":0}},{"family":"Syne Tactile","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":925,"des":-275,"tAsc":925,"tDes":-275,"tLGap":0,"wAsc":955,"wDes":495,"xH":500,"capH":650,"yMin":-493,"yMax":920,"hAsc":925,"hDes":-275,"lGap":0}},{"family":"Tahoma","fallbacks":["Verdana","Segoe","sans-serif"],"metrics":{"upm":2048,"asc":2049,"des":-423,"tAsc":1566,"tDes":-423,"tLGap":59,"wAsc":2049,"wDes":2049,"xH":1117,"capH":1489,"yMin":-442,"yMax":2118,"hAsc":2049,"hDes":-423,"lGap":0},"weights":[400,700],"styles":["italic","regular"],"service":"system"},{"family":"Tajawal","fallbacks":["sans-serif"],"weights":[200,300,400,500,700,800,900],"styles":["regular"],"variants":[[0,200],[0,300],[0,400],[0,500],[0,700],[0,800],[0,900]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":643,"des":-357,"tAsc":643,"tDes":-357,"tLGap":200,"wAsc":1016,"wDes":375,"xH":454,"capH":633,"yMin":-375,"yMax":995,"hAsc":643,"hDes":-357,"lGap":200}},{"family":"Tangerine","fallbacks":["cursive"],"weights":[400,700],"styles":["regular"],"variants":[[0,400],[0,700]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":750,"des":-250,"tAsc":750,"tDes":-250,"tLGap":0,"wAsc":765,"wDes":286,"xH":255,"capH":644,"yMin":-286,"yMax":765,"hAsc":750,"hDes":-250,"lGap":0}},{"family":"Taprom","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":2048,"asc":2500,"des":-1200,"tAsc":2500,"tDes":-1200,"tLGap":0,"wAsc":2500,"wDes":1200,"xH":1098,"capH":1462,"yMin":-1200,"yMax":2500,"hAsc":2500,"hDes":-1200,"lGap":0}},{"family":"Tauri","fallbacks":["sans-serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":2048,"asc":2040,"des":-520,"tAsc":2040,"tDes":-520,"tLGap":0,"wAsc":2040,"wDes":520,"xH":1135,"capH":1571,"yMin":-520,"yMax":2040,"hAsc":2040,"hDes":-520,"lGap":0}},{"family":"Taviraj","fallbacks":["serif"],"weights":[100,200,300,400,500,600,700,800,900],"styles":["italic","regular"],"variants":[[0,100],[1,100],[0,200],[1,200],[0,300],[1,300],[0,400],[1,400],[0,500],[1,500],[0,600],[1,600],[0,700],[1,700],[0,800],[1,800],[0,900],[1,900]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1172,"des":-534,"tAsc":750,"tDes":-250,"tLGap":200,"wAsc":1172,"wDes":534,"xH":470,"capH":700,"yMin":-489,"yMax":1131,"hAsc":1172,"hDes":-534,"lGap":0}},{"family":"Teko","fallbacks":["sans-serif"],"weights":[300,400,500,600,700],"styles":["regular"],"variants":[[0,300],[0,400],[0,500],[0,600],[0,700]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":958,"des":-475,"tAsc":958,"tDes":-475,"tLGap":0,"wAsc":958,"wDes":475,"xH":488,"capH":626,"yMin":-394,"yMax":866,"hAsc":958,"hDes":-475,"lGap":0}},{"family":"Telex","fallbacks":["sans-serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":945,"des":-260,"tAsc":945,"tDes":-260,"tLGap":0,"wAsc":945,"wDes":260,"xH":514,"capH":708,"yMin":-260,"yMax":945,"hAsc":945,"hDes":-260,"lGap":0}},{"family":"Tenali Ramakrishna","fallbacks":["sans-serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":750,"asc":661,"des":-512,"tAsc":661,"tDes":-512,"tLGap":0,"wAsc":661,"wDes":512,"xH":268,"capH":367,"yMin":-512,"yMax":661,"hAsc":661,"hDes":-512,"lGap":0}},{"family":"Tenor Sans","fallbacks":["sans-serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":920,"des":-250,"tAsc":920,"tDes":-250,"tLGap":0,"wAsc":920,"wDes":250,"xH":500,"capH":700,"yMin":-250,"yMax":920,"hAsc":920,"hDes":-250,"lGap":0}},{"family":"Text Me One","fallbacks":["sans-serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":952,"des":-269,"tAsc":952,"tDes":-269,"tLGap":0,"wAsc":952,"wDes":269,"xH":502,"capH":700,"yMin":-269,"yMax":952,"hAsc":952,"hDes":-269,"lGap":0}},{"family":"Texturina","fallbacks":["serif"],"weights":[100,200,300,400,500,600,700,800,900],"styles":["regular","italic"],"variants":[[0,100],[0,200],[0,300],[0,400],[0,500],[0,600],[0,700],[0,800],[0,900],[1,100],[1,200],[1,300],[1,400],[1,500],[1,600],[1,700],[1,800],[1,900]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1260,"des":-300,"tAsc":1260,"tDes":-300,"tLGap":0,"wAsc":1260,"wDes":300,"xH":500,"capH":704,"yMin":-282,"yMax":1201,"hAsc":1260,"hDes":-300,"lGap":0}},{"family":"Thasadith","fallbacks":["sans-serif"],"weights":[400,700],"styles":["regular","italic"],"variants":[[0,400],[1,400],[0,700],[1,700]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1005,"des":-295,"tAsc":1005,"tDes":-295,"tLGap":0,"wAsc":1177,"wDes":494,"xH":510,"capH":700,"yMin":-464,"yMax":1140,"hAsc":1005,"hDes":-295,"lGap":0}},{"family":"The Girl Next Door","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1024,"asc":1139,"des":-748,"tAsc":1139,"tDes":-748,"tLGap":0,"wAsc":1139,"wDes":748,"xH":519,"capH":627,"yMin":-673,"yMax":1025,"hAsc":1139,"hDes":-748,"lGap":0}},{"family":"Tienne","fallbacks":["serif"],"weights":[400,700,900],"styles":["regular"],"variants":[[0,400],[0,700],[0,900]],"service":"fonts.google.com","metrics":{"upm":2048,"asc":2030,"des":-724,"tAsc":2030,"tDes":-724,"tLGap":0,"wAsc":2030,"wDes":724,"xH":363,"capH":1437,"yMin":-724,"yMax":2030,"hAsc":2030,"hDes":-724,"lGap":0}},{"family":"Tillana","fallbacks":["cursive"],"weights":[400,500,600,700,800],"styles":["regular"],"variants":[[0,400],[0,500],[0,600],[0,700],[0,800]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1158,"des":-484,"tAsc":1158,"tDes":-484,"tLGap":0,"wAsc":1158,"wDes":484,"xH":546,"capH":732,"yMin":-312,"yMax":1041,"hAsc":1158,"hDes":-484,"lGap":0}},{"family":"Times New Roman","fallbacks":["Times New Roman","Times","Baskerville","Georgia","serif"],"metrics":{"upm":2048,"asc":1825,"des":-443,"tAsc":1420,"tDes":-442,"tLGap":307,"wAsc":1825,"wDes":1825,"xH":916,"capH":1356,"yMin":-628,"yMax":2062,"hAsc":1825,"hDes":-443,"lGap":87},"weights":[400,700],"styles":["italic","regular"],"service":"system"},{"family":"Timmana","fallbacks":["sans-serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":750,"asc":668,"des":-554,"tAsc":668,"tDes":-554,"tLGap":0,"wAsc":668,"wDes":554,"xH":354,"capH":454,"yMin":-554,"yMax":668,"hAsc":668,"hDes":-554,"lGap":0}},{"family":"Tinos","fallbacks":["serif"],"weights":[400,700],"styles":["regular","italic"],"variants":[[0,400],[1,400],[0,700],[1,700]],"service":"fonts.google.com","metrics":{"upm":2048,"asc":1825,"des":-443,"tAsc":1420,"tDes":-442,"tLGap":307,"wAsc":1825,"wDes":443,"xH":940,"capH":1341,"yMin":-621,"yMax":2010,"hAsc":1825,"hDes":-443,"lGap":87}},{"family":"Titan One","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":970,"des":-175,"tAsc":970,"tDes":-175,"tLGap":0,"wAsc":970,"wDes":175,"xH":580,"capH":710,"yMin":-175,"yMax":970,"hAsc":970,"hDes":-175,"lGap":0}},{"family":"Titillium Web","fallbacks":["sans-serif"],"weights":[200,300,400,600,700,900],"styles":["italic","regular"],"variants":[[0,200],[1,200],[0,300],[1,300],[0,400],[1,400],[0,600],[1,600],[0,700],[1,700],[0,900]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1133,"des":-388,"tAsc":1133,"tDes":-388,"tLGap":0,"wAsc":1133,"wDes":388,"xH":500,"capH":692,"yMin":-285,"yMax":1082,"hAsc":1133,"hDes":-388,"lGap":0}},{"family":"Tomorrow","fallbacks":["sans-serif"],"weights":[100,200,300,400,500,600,700,800,900],"styles":["italic","regular"],"variants":[[0,100],[1,100],[0,200],[1,200],[0,300],[1,300],[0,400],[1,400],[0,500],[1,500],[0,600],[1,600],[0,700],[1,700],[0,800],[1,800],[0,900],[1,900]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1000,"des":-200,"tAsc":1000,"tDes":-200,"tLGap":0,"wAsc":1233,"wDes":279,"xH":523,"capH":737,"yMin":-232,"yMax":1166,"hAsc":1000,"hDes":-200,"lGap":0}},{"family":"Tourney","fallbacks":["cursive"],"weights":[100,200,300,400,500,600,700,800,900],"styles":["regular","italic"],"variants":[[0,100],[0,200],[0,300],[0,400],[0,500],[0,600],[0,700],[0,800],[0,900],[1,100],[1,200],[1,300],[1,400],[1,500],[1,600],[1,700],[1,800],[1,900]],"service":"fonts.google.com","metrics":{"upm":2000,"asc":1800,"des":-400,"tAsc":1800,"tDes":-400,"tLGap":0,"wAsc":2160,"wDes":540,"xH":1080,"capH":1400,"yMin":-533,"yMax":2102,"hAsc":1800,"hDes":-400,"lGap":0}},{"family":"Trade Winds","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1024,"asc":1019,"des":-469,"tAsc":1019,"tDes":-469,"tLGap":0,"wAsc":1019,"wDes":469,"xH":576,"capH":814,"yMin":-469,"yMax":1019,"hAsc":1019,"hDes":-469,"lGap":0}},{"family":"Train One","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1160,"des":-288,"tAsc":880,"tDes":-120,"tLGap":0,"wAsc":1160,"wDes":288,"xH":557,"capH":780,"yMin":-221,"yMax":1061,"hAsc":1160,"hDes":-288,"lGap":0}},{"family":"Trebuchet MS","fallbacks":["Lucida Grande","Lucida Sans Unicode","Lucida Sans","Tahoma","sans-serif"],"metrics":{"upm":2048,"asc":1923,"des":-455,"tAsc":1510,"tDes":-420,"tLGap":0,"wAsc":1923,"wDes":1923,"yMin":-537,"yMax":1931,"hAsc":1923,"hDes":-455,"lGap":0},"weights":[400,700],"styles":["italic","regular"],"service":"system"},{"family":"Trirong","fallbacks":["serif"],"weights":[100,200,300,400,500,600,700,800,900],"styles":["italic","regular"],"variants":[[0,100],[1,100],[0,200],[1,200],[0,300],[1,300],[0,400],[1,400],[0,500],[1,500],[0,600],[1,600],[0,700],[1,700],[0,800],[1,800],[0,900],[1,900]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1200,"des":-534,"tAsc":750,"tDes":-250,"tLGap":200,"wAsc":1200,"wDes":534,"xH":498,"capH":700,"yMin":-487,"yMax":1133,"hAsc":1200,"hDes":-534,"lGap":0}},{"family":"Trispace","fallbacks":["sans-serif"],"weights":[100,200,300,400,500,600,700,800],"styles":["regular"],"variants":[[0,100],[0,200],[0,300],[0,400],[0,500],[0,600],[0,700],[0,800]],"service":"fonts.google.com","metrics":{"upm":2000,"asc":1830,"des":-430,"tAsc":1830,"tDes":-430,"tLGap":0,"wAsc":2355,"wDes":630,"xH":1000,"capH":1400,"yMin":-485,"yMax":2207,"hAsc":1830,"hDes":-430,"lGap":0}},{"family":"Trocchi","fallbacks":["serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":2048,"asc":2085,"des":-576,"tAsc":2085,"tDes":-576,"tLGap":0,"wAsc":2085,"wDes":576,"xH":1,"capH":1,"yMin":-576,"yMax":2085,"hAsc":2085,"hDes":-576,"lGap":0}},{"family":"Trochut","fallbacks":["cursive"],"weights":[400,700],"styles":["regular","italic"],"variants":[[0,400],[1,400],[0,700]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":967,"des":-210,"tAsc":967,"tDes":-210,"tLGap":0,"wAsc":967,"wDes":210,"xH":470,"capH":690,"yMin":-210,"yMax":922,"hAsc":967,"hDes":-210,"lGap":0}},{"family":"Truculenta","fallbacks":["sans-serif"],"weights":[100,200,300,400,500,600,700,800,900],"styles":["regular"],"variants":[[0,100],[0,200],[0,300],[0,400],[0,500],[0,600],[0,700],[0,800],[0,900]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1050,"des":-340,"tAsc":1050,"tDes":-340,"tLGap":0,"wAsc":1050,"wDes":340,"xH":515,"capH":693,"yMin":-288,"yMax":982,"hAsc":1050,"hDes":-340,"lGap":0}},{"family":"Trykker","fallbacks":["serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":2048,"asc":2022,"des":-538,"tAsc":2022,"tDes":-538,"tLGap":0,"wAsc":2022,"wDes":538,"xH":1013,"capH":1492,"yMin":-539,"yMax":2027,"hAsc":2022,"hDes":-538,"lGap":0}},{"family":"Tulpen One","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":2048,"asc":1767,"des":-465,"tAsc":1767,"tDes":-465,"tLGap":0,"wAsc":1767,"wDes":465,"xH":1018,"capH":1393,"yMin":-465,"yMax":1767,"hAsc":1767,"hDes":-465,"lGap":0}},{"family":"Turret Road","fallbacks":["cursive"],"weights":[200,300,400,500,700,800],"styles":["regular"],"variants":[[0,200],[0,300],[0,400],[0,500],[0,700],[0,800]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":850,"des":-243,"tAsc":850,"tDes":-243,"tLGap":0,"wAsc":931,"wDes":246,"xH":478,"capH":700,"yMin":-234,"yMax":924,"hAsc":850,"hDes":-243,"lGap":0}},{"family":"Ubuntu","fallbacks":["sans-serif"],"weights":[300,400,500,700],"styles":["italic","regular"],"variants":[[0,300],[1,300],[0,400],[1,400],[0,500],[1,500],[0,700],[1,700]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":932,"des":-189,"tAsc":776,"tDes":-185,"tLGap":56,"wAsc":932,"wDes":189,"xH":520,"capH":693,"yMin":-189,"yMax":962,"hAsc":932,"hDes":-189,"lGap":28}},{"family":"Ubuntu Condensed","fallbacks":["sans-serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":932,"des":-189,"tAsc":776,"tDes":-185,"tLGap":56,"wAsc":932,"wDes":189,"xH":520,"capH":693,"yMin":-195,"yMax":973,"hAsc":932,"hDes":-189,"lGap":28}},{"family":"Ubuntu Mono","fallbacks":["monospace"],"weights":[400,700],"styles":["regular","italic"],"variants":[[0,400],[1,400],[0,700],[1,700]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":830,"des":-170,"tAsc":693,"tDes":-165,"tLGap":49,"wAsc":830,"wDes":170,"xH":520,"capH":693,"yMin":-170,"yMax":830,"hAsc":830,"hDes":-170,"lGap":0}},{"family":"Uchen","fallbacks":["serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1024,"asc":1248,"des":-660,"tAsc":1248,"tDes":-660,"tLGap":0,"wAsc":1361,"wDes":909,"xH":485,"capH":744,"yMin":-909,"yMax":1361,"hAsc":1248,"hDes":-660,"lGap":0}},{"family":"Ultra","fallbacks":["serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":2048,"asc":2066,"des":-561,"tAsc":2066,"tDes":-561,"tLGap":0,"wAsc":2066,"wDes":561,"xH":1102,"capH":1473,"yMin":-561,"yMax":2066,"hAsc":2066,"hDes":-561,"lGap":0}},{"family":"Uncial Antiqua","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":2048,"asc":2019,"des":-676,"tAsc":2019,"tDes":-676,"tLGap":0,"wAsc":2019,"wDes":676,"xH":1079,"capH":1841,"yMin":-676,"yMax":2019,"hAsc":2019,"hDes":-676,"lGap":0}},{"family":"Underdog","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":909,"des":-247,"tAsc":909,"tDes":-247,"tLGap":0,"wAsc":909,"wDes":247,"xH":520,"capH":710,"yMin":-247,"yMax":915,"hAsc":909,"hDes":-247,"lGap":0}},{"family":"Unica One","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":917,"des":-265,"tAsc":917,"tDes":-265,"tLGap":0,"wAsc":917,"wDes":265,"xH":650,"capH":650,"yMin":-265,"yMax":917,"hAsc":917,"hDes":-265,"lGap":0}},{"family":"UnifrakturCook","fallbacks":["cursive"],"weights":[700],"styles":[],"variants":[[0,700]],"service":"fonts.google.com","metrics":{"upm":2048,"asc":2110,"des":-570,"tAsc":2110,"tDes":-570,"tLGap":0,"wAsc":2110,"wDes":570,"xH":319,"capH":485,"yMin":-570,"yMax":2110,"hAsc":2110,"hDes":-570,"lGap":0}},{"family":"UnifrakturMaguntia","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":2048,"asc":1607,"des":-513,"tAsc":1607,"tDes":-514,"tLGap":0,"wAsc":1607,"wDes":512,"xH":1095,"capH":1409,"yMin":-496,"yMax":1906,"hAsc":1607,"hDes":-513,"lGap":0}},{"family":"Unkempt","fallbacks":["cursive"],"weights":[400,700],"styles":["regular"],"variants":[[0,400],[0,700]],"service":"fonts.google.com","metrics":{"upm":1024,"asc":977,"des":-246,"tAsc":695,"tDes":-226,"tLGap":55,"wAsc":977,"wDes":246,"xH":482,"capH":753,"yMin":-246,"yMax":977,"hAsc":977,"hDes":-246,"lGap":28}},{"family":"Unlock","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":873,"des":-195,"tAsc":873,"tDes":-195,"tLGap":0,"wAsc":873,"wDes":195,"xH":550,"capH":635,"yMin":-195,"yMax":873,"hAsc":873,"hDes":-195,"lGap":0}},{"family":"Unna","fallbacks":["serif"],"weights":[400,700],"styles":["regular","italic"],"variants":[[0,400],[1,400],[0,700],[1,700]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":883,"des":-269,"tAsc":883,"tDes":-269,"tLGap":0,"wAsc":883,"wDes":269,"xH":420,"capH":597,"yMin":-269,"yMax":878,"hAsc":883,"hDes":-269,"lGap":0}},{"family":"Urbanist","fallbacks":["sans-serif"],"weights":[100,200,300,400,500,600,700,800,900],"styles":["regular","italic"],"variants":[[0,100],[0,200],[0,300],[0,400],[0,500],[0,600],[0,700],[0,800],[0,900],[1,100],[1,200],[1,300],[1,400],[1,500],[1,600],[1,700],[1,800],[1,900]],"service":"fonts.google.com","metrics":{"upm":2000,"asc":1900,"des":-500,"tAsc":1900,"tDes":-500,"tLGap":0,"wAsc":1900,"wDes":500,"xH":1000,"capH":1400,"yMin":-500,"yMax":1900,"hAsc":1900,"hDes":-500,"lGap":0}},{"family":"Vampiro One","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":956,"des":-294,"tAsc":956,"tDes":-294,"tLGap":0,"wAsc":956,"wDes":294,"xH":534,"capH":705,"yMin":-294,"yMax":956,"hAsc":956,"hDes":-294,"lGap":0}},{"family":"Varela","fallbacks":["sans-serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1015,"des":-285,"tAsc":1015,"tDes":-285,"tLGap":0,"wAsc":1015,"wDes":285,"xH":510,"capH":698,"yMin":-285,"yMax":1015,"hAsc":1015,"hDes":-285,"lGap":0}},{"family":"Varela Round","fallbacks":["sans-serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":918,"des":-286,"tAsc":918,"tDes":-286,"tLGap":0,"wAsc":1025,"wDes":286,"xH":510,"capH":698,"yMin":-286,"yMax":1025,"hAsc":918,"hDes":-286,"lGap":0}},{"family":"Varta","fallbacks":["sans-serif"],"weights":[300,400,500,600,700],"styles":["regular"],"variants":[[0,300],[0,400],[0,500],[0,600],[0,700]],"service":"fonts.google.com","metrics":{"upm":2048,"asc":1902,"des":-1068,"tAsc":1902,"tDes":-1068,"tLGap":0,"wAsc":2340,"wDes":1450,"xH":990,"capH":1346,"yMin":-1202,"yMax":1959,"hAsc":1902,"hDes":-1068,"lGap":0}},{"family":"Vast Shadow","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":2048,"asc":1875,"des":-685,"tAsc":1875,"tDes":-685,"tLGap":0,"wAsc":1875,"wDes":683,"xH":965,"capH":1245,"yMin":-685,"yMax":1875,"hAsc":1875,"hDes":-685,"lGap":0}},{"family":"Verdana","fallbacks":["Geneva","sans-serif"],"metrics":{"upm":2048,"asc":2059,"des":-430,"tAsc":1566,"tDes":-423,"tLGap":202,"wAsc":2059,"wDes":2059,"xH":1117,"capH":1489,"yMin":-621,"yMax":2049,"hAsc":2059,"hDes":-430,"lGap":0},"weights":[400,700],"styles":["italic","regular"],"service":"system"},{"family":"Vesper Libre","fallbacks":["serif"],"weights":[400,500,700,900],"styles":["regular"],"variants":[[0,400],[0,500],[0,700],[0,900]],"service":"fonts.google.com","metrics":{"upm":2048,"asc":2330,"des":-1550,"tAsc":2330,"tDes":-1550,"tLGap":0,"wAsc":2330,"wDes":1550,"xH":950,"capH":1384,"yMin":-1345,"yMax":2097,"hAsc":2330,"hDes":-1550,"lGap":0}},{"family":"Viaoda Libre","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1051,"des":-360,"tAsc":1051,"tDes":-360,"tLGap":0,"wAsc":1051,"wDes":360,"xH":467,"capH":740,"yMin":-360,"yMax":1051,"hAsc":1051,"hDes":-360,"lGap":0}},{"family":"Vibes","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1105,"des":-680,"tAsc":1105,"tDes":-680,"tLGap":0,"wAsc":1105,"wDes":680,"xH":500,"capH":38,"yMin":-680,"yMax":1105,"hAsc":1105,"hDes":-680,"lGap":0}},{"family":"Vibur","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":2048,"asc":1960,"des":-792,"tAsc":1638,"tDes":-410,"tLGap":184,"wAsc":1960,"wDes":792,"yMin":-792,"yMax":1960,"hAsc":1960,"hDes":-792,"lGap":184}},{"family":"Vidaloka","fallbacks":["serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":2048,"asc":1927,"des":-560,"tAsc":1927,"tDes":-560,"tLGap":0,"wAsc":1927,"wDes":560,"xH":1004,"capH":1427,"yMin":-560,"yMax":1927,"hAsc":1927,"hDes":-560,"lGap":0}},{"family":"Viga","fallbacks":["sans-serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1015,"des":-329,"tAsc":1015,"tDes":-329,"tLGap":0,"wAsc":1015,"wDes":329,"xH":571,"capH":712,"yMin":-329,"yMax":1015,"hAsc":1015,"hDes":-329,"lGap":0}},{"family":"Voces","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1014,"des":-335,"tAsc":1014,"tDes":-335,"tLGap":0,"wAsc":1014,"wDes":335,"xH":520,"capH":700,"yMin":-335,"yMax":1014,"hAsc":1014,"hDes":-335,"lGap":0}},{"family":"Volkhov","fallbacks":["serif"],"weights":[400,700],"styles":["regular","italic"],"variants":[[0,400],[1,400],[0,700],[1,700]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":971,"des":-319,"tAsc":971,"tDes":-319,"tLGap":0,"wAsc":971,"wDes":319,"xH":500,"capH":700,"yMin":-306,"yMax":970,"hAsc":971,"hDes":-319,"lGap":0}},{"family":"Vollkorn","fallbacks":["serif"],"weights":[400,500,600,700,800,900],"styles":["regular","italic"],"variants":[[0,400],[0,500],[0,600],[0,700],[0,800],[0,900],[1,400],[1,500],[1,600],[1,700],[1,800],[1,900]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":952,"des":-441,"tAsc":952,"tDes":-441,"tLGap":0,"wAsc":1115,"wDes":489,"xH":458,"capH":676,"yMin":-280,"yMax":1078,"hAsc":952,"hDes":-441,"lGap":0}},{"family":"Vollkorn SC","fallbacks":["serif"],"weights":[400,600,700,900],"styles":["regular"],"variants":[[0,400],[0,600],[0,700],[0,900]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":952,"des":-441,"tAsc":952,"tDes":-441,"tLGap":0,"wAsc":1115,"wDes":489,"xH":458,"capH":676,"yMin":-280,"yMax":1078,"hAsc":952,"hDes":-441,"lGap":0}},{"family":"Voltaire","fallbacks":["sans-serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":2048,"asc":2020,"des":-531,"tAsc":2020,"tDes":-531,"tLGap":0,"wAsc":2020,"wDes":531,"xH":1062,"capH":1593,"yMin":-531,"yMax":2020,"hAsc":2020,"hDes":-531,"lGap":0}},{"family":"VT323","fallbacks":["monospace"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":800,"des":-200,"tAsc":800,"tDes":-200,"tLGap":0,"wAsc":1040,"wDes":240,"xH":400,"capH":560,"yMin":-240,"yMax":1040,"hAsc":800,"hDes":-200,"lGap":0}},{"family":"Waiting for the Sunrise","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1024,"asc":1146,"des":-547,"tAsc":1146,"tDes":-547,"tLGap":0,"wAsc":1146,"wDes":547,"xH":570,"capH":755,"yMin":-547,"yMax":1146,"hAsc":1146,"hDes":-547,"lGap":0}},{"family":"Wallpoet","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":806,"des":-196,"tAsc":806,"tDes":-196,"tLGap":0,"wAsc":806,"wDes":196,"xH":440,"capH":575,"yMin":-196,"yMax":806,"hAsc":806,"hDes":-196,"lGap":0}},{"family":"Walter Turncoat","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1024,"asc":1078,"des":-323,"tAsc":544,"tDes":-64,"tLGap":57,"wAsc":1078,"wDes":323,"xH":559,"capH":752,"yMin":-322,"yMax":1078,"hAsc":1078,"hDes":-323,"lGap":29}},{"family":"Warnes","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":994,"des":-310,"tAsc":994,"tDes":-310,"tLGap":0,"wAsc":994,"wDes":310,"xH":540,"capH":710,"yMin":-310,"yMax":994,"hAsc":994,"hDes":-310,"lGap":0}},{"family":"Wellfleet","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":2048,"asc":2020,"des":-540,"tAsc":2020,"tDes":-540,"tLGap":0,"wAsc":2020,"wDes":540,"xH":747,"capH":1535,"yMin":-540,"yMax":2020,"hAsc":2020,"hDes":-540,"lGap":0}},{"family":"Wendy One","fallbacks":["sans-serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":819,"des":-236,"tAsc":819,"tDes":-236,"tLGap":0,"wAsc":819,"wDes":236,"xH":474,"capH":606,"yMin":-236,"yMax":819,"hAsc":819,"hDes":-236,"lGap":0}},{"family":"WindSong","fallbacks":["cursive"],"weights":[400,500],"styles":["regular"],"variants":[[0,400],[0,500]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":890,"des":-515,"tAsc":890,"tDes":-515,"tLGap":0,"wAsc":1930,"wDes":745,"xH":268,"capH":705,"yMin":-745,"yMax":1297,"hAsc":890,"hDes":-515,"lGap":0}},{"family":"Wire One","fallbacks":["sans-serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":2048,"asc":1821,"des":-430,"tAsc":1821,"tDes":-430,"tLGap":0,"wAsc":1821,"wDes":430,"xH":1044,"capH":1454,"yMin":-430,"yMax":1821,"hAsc":1821,"hDes":-430,"lGap":0}},{"family":"Work Sans","fallbacks":["sans-serif"],"weights":[100,200,300,400,500,600,700,800,900],"styles":["regular","italic"],"variants":[[0,100],[0,200],[0,300],[0,400],[0,500],[0,600],[0,700],[0,800],[0,900],[1,100],[1,200],[1,300],[1,400],[1,500],[1,600],[1,700],[1,800],[1,900]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":930,"des":-243,"tAsc":930,"tDes":-243,"tLGap":0,"wAsc":1105,"wDes":343,"xH":500,"capH":660,"yMin":-337,"yMax":1100,"hAsc":930,"hDes":-243,"lGap":0}},{"family":"Xanh Mono","fallbacks":["monospace"],"weights":[400],"styles":["regular","italic"],"variants":[[0,400],[1,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":970,"des":-220,"tAsc":970,"tDes":-220,"tLGap":0,"wAsc":1100,"wDes":220,"xH":540,"capH":740,"yMin":-213,"yMax":1100,"hAsc":970,"hDes":-220,"lGap":0}},{"family":"Yaldevi","fallbacks":["sans-serif"],"weights":[200,300,400,500,600,700],"styles":["regular"],"variants":[[0,200],[0,300],[0,400],[0,500],[0,600],[0,700]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1060,"des":-256,"tAsc":1060,"tDes":-256,"tLGap":0,"wAsc":1110,"wDes":450,"xH":570,"capH":769,"yMin":-324,"yMax":1086,"hAsc":1060,"hDes":-256,"lGap":0}},{"family":"Yanone Kaffeesatz","fallbacks":["sans-serif"],"weights":[200,300,400,500,600,700],"styles":["regular"],"variants":[[0,200],[0,300],[0,400],[0,500],[0,600],[0,700]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":735,"des":-200,"tAsc":735,"tDes":-200,"tLGap":57,"wAsc":1063,"wDes":279,"xH":500,"capH":700,"yMin":-235,"yMax":1063,"hAsc":735,"hDes":-200,"lGap":57}},{"family":"Yantramanav","fallbacks":["sans-serif"],"weights":[100,300,400,500,700,900],"styles":["regular"],"variants":[[0,100],[0,300],[0,400],[0,500],[0,700],[0,900]],"service":"fonts.google.com","metrics":{"upm":2048,"asc":1923,"des":-733,"tAsc":1923,"tDes":-733,"tLGap":0,"wAsc":1923,"wDes":733,"xH":986,"capH":1279,"yMin":-676,"yMax":1911,"hAsc":1923,"hDes":-733,"lGap":0}},{"family":"Yatra One","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":991,"des":-487,"tAsc":991,"tDes":-487,"tLGap":0,"wAsc":991,"wDes":487,"xH":460,"capH":679,"yMin":-487,"yMax":991,"hAsc":991,"hDes":-487,"lGap":0}},{"family":"Yellowtail","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":2048,"asc":1990,"des":-617,"tAsc":1638,"tDes":-410,"tLGap":184,"wAsc":1990,"wDes":617,"yMin":-617,"yMax":1990,"hAsc":1990,"hDes":-617,"lGap":184}},{"family":"Yeon Sung","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":800,"des":-200,"tAsc":800,"tDes":-200,"tLGap":250,"wAsc":830,"wDes":323,"xH":446,"capH":659,"yMin":-323,"yMax":830,"hAsc":800,"hDes":-200,"lGap":250}},{"family":"Yeseva One","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":915,"des":-240,"tAsc":915,"tDes":-240,"tLGap":0,"wAsc":1079,"wDes":310,"xH":500,"capH":700,"yMin":-310,"yMax":1079,"hAsc":915,"hDes":-240,"lGap":0}},{"family":"Yesteryear","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":2048,"asc":2001,"des":-1004,"tAsc":2001,"tDes":-1004,"tLGap":0,"wAsc":2001,"wDes":1004,"xH":625,"capH":1581,"yMin":-1004,"yMax":2001,"hAsc":2001,"hDes":-1004,"lGap":0}},{"family":"Yomogi","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1160,"des":-288,"tAsc":880,"tDes":-120,"tLGap":0,"wAsc":1160,"wDes":288,"xH":475,"capH":720,"yMin":-270,"yMax":1043,"hAsc":1160,"hDes":-288,"lGap":0}},{"family":"Yrsa","fallbacks":["serif"],"weights":[300,400,500,600,700],"styles":["regular","italic"],"variants":[[0,300],[0,400],[0,500],[0,600],[0,700],[1,300],[1,400],[1,500],[1,600],[1,700]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":728,"des":-272,"tAsc":728,"tDes":-272,"tLGap":218,"wAsc":971,"wDes":422,"xH":413,"capH":568,"yMin":-211,"yMax":925,"hAsc":728,"hDes":-272,"lGap":218}},{"family":"Yuji Boku","fallbacks":["serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1160,"des":-288,"tAsc":880,"tDes":-120,"tLGap":0,"wAsc":1160,"wDes":288,"xH":545,"capH":761,"yMin":-334,"yMax":936,"hAsc":1160,"hDes":-288,"lGap":0}},{"family":"Yuji Mai","fallbacks":["serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1160,"des":-288,"tAsc":880,"tDes":-120,"tLGap":0,"wAsc":1160,"wDes":288,"xH":545,"capH":761,"yMin":-255,"yMax":936,"hAsc":1160,"hDes":-288,"lGap":0}},{"family":"Yuji Syuku","fallbacks":["serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1160,"des":-288,"tAsc":880,"tDes":-120,"tLGap":0,"wAsc":1160,"wDes":288,"xH":545,"capH":761,"yMin":-190,"yMax":881,"hAsc":1160,"hDes":-288,"lGap":0}},{"family":"Yusei Magic","fallbacks":["sans-serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1160,"des":-288,"tAsc":880,"tDes":-120,"tLGap":0,"wAsc":1160,"wDes":288,"xH":510,"capH":760,"yMin":-233,"yMax":1047,"hAsc":1160,"hDes":-288,"lGap":0}},{"family":"ZCOOL KuaiLe","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":880,"des":-120,"tAsc":880,"tDes":-120,"tLGap":0,"wAsc":913,"wDes":152,"xH":512,"capH":700,"yMin":-152,"yMax":913,"hAsc":880,"hDes":-120,"lGap":0}},{"family":"ZCOOL QingKe HuangYou","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":880,"des":-120,"tAsc":880,"tDes":-120,"tLGap":0,"wAsc":884,"wDes":187,"xH":485,"capH":710,"yMin":-187,"yMax":884,"hAsc":880,"hDes":-120,"lGap":0}},{"family":"ZCOOL XiaoWei","fallbacks":["serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":880,"des":-120,"tAsc":880,"tDes":-120,"tLGap":0,"wAsc":1000,"wDes":210,"xH":470,"capH":660,"yMin":-210,"yMax":859,"hAsc":880,"hDes":-120,"lGap":0}},{"family":"Zen Antique","fallbacks":["serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1160,"des":-288,"tAsc":880,"tDes":-120,"tLGap":0,"wAsc":1160,"wDes":288,"xH":473,"capH":726,"yMin":-283,"yMax":965,"hAsc":1160,"hDes":-288,"lGap":0}},{"family":"Zen Antique Soft","fallbacks":["serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1160,"des":-288,"tAsc":880,"tDes":-120,"tLGap":0,"wAsc":1160,"wDes":288,"xH":473,"capH":726,"yMin":-283,"yMax":965,"hAsc":1160,"hDes":-288,"lGap":0}},{"family":"Zen Dots","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":930,"des":-270,"tAsc":930,"tDes":-270,"tLGap":0,"wAsc":960,"wDes":300,"xH":515,"capH":715,"yMin":-225,"yMax":960,"hAsc":930,"hDes":-270,"lGap":0}},{"family":"Zen Kaku Gothic Antique","fallbacks":["sans-serif"],"weights":[300,400,500,700,900],"styles":["regular"],"variants":[[0,300],[0,400],[0,500],[0,700],[0,900]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1160,"des":-288,"tAsc":880,"tDes":-120,"tLGap":0,"wAsc":1160,"wDes":288,"xH":479,"capH":700,"yMin":-216,"yMax":960,"hAsc":1160,"hDes":-288,"lGap":0}},{"family":"Zen Kaku Gothic New","fallbacks":["sans-serif"],"weights":[300,400,500,700,900],"styles":["regular"],"variants":[[0,300],[0,400],[0,500],[0,700],[0,900]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1160,"des":-288,"tAsc":880,"tDes":-120,"tLGap":0,"wAsc":1160,"wDes":288,"xH":479,"capH":700,"yMin":-216,"yMax":960,"hAsc":1160,"hDes":-288,"lGap":0}},{"family":"Zen Kurenaido","fallbacks":["sans-serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1160,"des":-288,"tAsc":880,"tDes":-120,"tLGap":0,"wAsc":1160,"wDes":288,"xH":406,"capH":700,"yMin":-253,"yMax":959,"hAsc":1160,"hDes":-288,"lGap":0}},{"family":"Zen Loop","fallbacks":["cursive"],"weights":[400],"styles":["regular","italic"],"variants":[[0,400],[1,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":850,"des":-275,"tAsc":850,"tDes":-275,"tLGap":0,"wAsc":850,"wDes":275,"xH":477,"capH":690,"yMin":-271,"yMax":835,"hAsc":850,"hDes":-275,"lGap":0}},{"family":"Zen Maru Gothic","fallbacks":["sans-serif"],"weights":[300,400,500,700,900],"styles":["regular"],"variants":[[0,300],[0,400],[0,500],[0,700],[0,900]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1160,"des":-288,"tAsc":880,"tDes":-120,"tLGap":0,"wAsc":1160,"wDes":288,"xH":479,"capH":700,"yMin":-216,"yMax":960,"hAsc":1160,"hDes":-288,"lGap":0}},{"family":"Zen Old Mincho","fallbacks":["serif"],"weights":[400,700,900],"styles":["regular"],"variants":[[0,400],[0,700],[0,900]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1160,"des":-288,"tAsc":880,"tDes":-120,"tLGap":0,"wAsc":1160,"wDes":288,"xH":430,"capH":726,"yMin":-303,"yMax":965,"hAsc":1160,"hDes":-288,"lGap":0}},{"family":"Zen Tokyo Zoo","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":950,"des":-250,"tAsc":950,"tDes":-250,"tLGap":0,"wAsc":1075,"wDes":250,"xH":402,"capH":804,"yMin":-230,"yMax":1074,"hAsc":950,"hDes":-250,"lGap":0}},{"family":"Zeyada","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1024,"asc":934,"des":-680,"tAsc":934,"tDes":-680,"tLGap":0,"wAsc":934,"wDes":680,"xH":312,"capH":602,"yMin":-680,"yMax":934,"hAsc":934,"hDes":-680,"lGap":0}},{"family":"Zhi Mang Xing","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":880,"des":-120,"tAsc":880,"tDes":-120,"tLGap":0,"wAsc":1000,"wDes":383,"xH":496,"capH":750,"yMin":-383,"yMax":912,"hAsc":880,"hDes":-120,"lGap":0}},{"family":"Zilla Slab","fallbacks":["serif"],"weights":[300,400,500,600,700],"styles":["italic","regular"],"variants":[[0,300],[1,300],[0,400],[1,400],[0,500],[1,500],[0,600],[1,600],[0,700],[1,700]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":944,"des":-256,"tAsc":787,"tDes":-213,"tLGap":200,"wAsc":944,"wDes":256,"xH":445,"capH":650,"yMin":-231,"yMax":883,"hAsc":944,"hDes":-256,"lGap":0}},{"family":"Zilla Slab Highlight","fallbacks":["cursive"],"weights":[400,700],"styles":["regular"],"variants":[[0,400],[0,700]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":944,"des":-256,"tAsc":787,"tDes":-213,"tLGap":200,"wAsc":944,"wDes":256,"xH":445,"capH":650,"yMin":-252,"yMax":918,"hAsc":944,"hDes":-256,"lGap":0}}]')}}]);
1
+ (window.__webStories_webpackJsonp=window.__webStories_webpackJsonp||[]).push([[187],{1001:function(s){s.exports=JSON.parse('[{"family":"ABeeZee","fallbacks":["sans-serif"],"weights":[400],"styles":["regular","italic"],"variants":[[0,400],[1,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":920,"des":-262,"tAsc":920,"tDes":-262,"tLGap":0,"wAsc":920,"wDes":262,"xH":520,"capH":700,"yMin":-262,"yMax":920,"hAsc":920,"hDes":-262,"lGap":0}},{"family":"Abel","fallbacks":["sans-serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":2048,"asc":2006,"des":-604,"tAsc":2006,"tDes":-604,"tLGap":0,"wAsc":2006,"wDes":604,"xH":1044,"capH":1434,"yMin":-604,"yMax":2005,"hAsc":2006,"hDes":-604,"lGap":0}},{"family":"Abhaya Libre","fallbacks":["serif"],"weights":[400,500,600,700,800],"styles":["regular"],"variants":[[0,400],[0,500],[0,600],[0,700],[0,800]],"service":"fonts.google.com","metrics":{"upm":1024,"asc":860,"des":-348,"tAsc":860,"tDes":-348,"tLGap":0,"wAsc":860,"wDes":348,"yMin":-340,"yMax":856,"hAsc":860,"hDes":-348,"lGap":0}},{"family":"Abril Fatface","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1058,"des":-291,"tAsc":1058,"tDes":-291,"tLGap":0,"wAsc":1058,"wDes":291,"xH":476,"capH":700,"yMin":-291,"yMax":1058,"hAsc":1058,"hDes":-291,"lGap":0}},{"family":"Aclonica","fallbacks":["sans-serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":2048,"asc":1687,"des":-533,"tAsc":1687,"tDes":-533,"tLGap":101,"wAsc":1687,"wDes":533,"xH":1155,"capH":1440,"yMin":-607,"yMax":2141,"hAsc":1687,"hDes":-533,"lGap":101}},{"family":"Acme","fallbacks":["sans-serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":959,"des":-307,"tAsc":959,"tDes":-307,"tLGap":0,"wAsc":959,"wDes":307,"xH":107,"capH":695,"yMin":-307,"yMax":959,"hAsc":959,"hDes":-307,"lGap":0}},{"family":"Actor","fallbacks":["sans-serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":941,"des":-262,"tAsc":941,"tDes":-262,"tLGap":0,"wAsc":941,"wDes":262,"xH":503,"capH":682,"yMin":-262,"yMax":941,"hAsc":941,"hDes":-262,"lGap":0}},{"family":"Adamina","fallbacks":["serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1072,"des":-290,"tAsc":1072,"tDes":-290,"tLGap":0,"wAsc":1072,"wDes":290,"xH":534,"capH":796,"yMin":-290,"yMax":1072,"hAsc":1072,"hDes":-290,"lGap":0}},{"family":"Advent Pro","fallbacks":["sans-serif"],"weights":[100,200,300,400,500,600,700],"styles":["regular"],"variants":[[0,100],[0,200],[0,300],[0,400],[0,500],[0,600],[0,700]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":964,"des":-232,"tAsc":962,"tDes":-232,"tLGap":0,"wAsc":962,"wDes":232,"xH":501,"capH":700,"yMin":-219,"yMax":964,"hAsc":964,"hDes":-232,"lGap":0}},{"family":"Aguafina Script","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":966,"des":-581,"tAsc":966,"tDes":-581,"tLGap":0,"wAsc":966,"wDes":581,"xH":356,"capH":780,"yMin":-581,"yMax":966,"hAsc":966,"hDes":-581,"lGap":0}},{"family":"Akaya Kanadaka","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":920,"des":-276,"tAsc":920,"tDes":-276,"tLGap":0,"wAsc":1011,"wDes":834,"xH":396,"capH":634,"yMin":-834,"yMax":920,"hAsc":920,"hDes":-276,"lGap":0}},{"family":"Akaya Telivigala","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":920,"des":-276,"tAsc":920,"tDes":-276,"tLGap":0,"wAsc":1011,"wDes":834,"xH":450,"capH":613,"yMin":-805,"yMax":1011,"hAsc":920,"hDes":-276,"lGap":0}},{"family":"Akronim","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":785,"des":-314,"tAsc":785,"tDes":-314,"tLGap":43,"wAsc":989,"wDes":404,"xH":486,"capH":730,"yMin":-404,"yMax":989,"hAsc":785,"hDes":-314,"lGap":43}},{"family":"Aladin","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":905,"des":-321,"tAsc":905,"tDes":-321,"tLGap":0,"wAsc":905,"wDes":321,"xH":337,"capH":387,"yMin":-321,"yMax":905,"hAsc":905,"hDes":-321,"lGap":0}},{"family":"Alata","fallbacks":["sans-serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1100,"des":-280,"tAsc":1100,"tDes":-280,"tLGap":0,"wAsc":1300,"wDes":350,"xH":459,"capH":735,"yMin":-274,"yMax":1244,"hAsc":1100,"hDes":-280,"lGap":0}},{"family":"Alatsi","fallbacks":["sans-serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":2000,"asc":2000,"des":-560,"tAsc":2000,"tDes":-560,"tLGap":0,"wAsc":3000,"wDes":700,"xH":996,"capH":1394,"yMin":-550,"yMax":2408,"hAsc":2000,"hDes":-560,"lGap":0}},{"family":"Aldrich","fallbacks":["sans-serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":2048,"asc":1475,"des":-430,"tAsc":1475,"tDes":-430,"tLGap":98,"wAsc":1872,"wDes":586,"xH":1065,"capH":1434,"yMin":-809,"yMax":2120,"hAsc":1475,"hDes":-430,"lGap":98}},{"family":"Alef","fallbacks":["sans-serif"],"weights":[400,700],"styles":["regular"],"variants":[[0,400],[0,700]],"service":"fonts.google.com","metrics":{"upm":2048,"asc":2067,"des":-722,"tAsc":1638,"tDes":-410,"tLGap":0,"wAsc":2067,"wDes":722,"xH":1040,"capH":1438,"yMin":-682,"yMax":2067,"hAsc":2067,"hDes":-722,"lGap":0}},{"family":"Alegreya","fallbacks":["serif"],"weights":[400,500,600,700,800,900],"styles":["regular","italic"],"variants":[[0,400],[0,500],[0,600],[0,700],[0,800],[0,900],[1,400],[1,500],[1,600],[1,700],[1,800],[1,900]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1016,"des":-345,"tAsc":1016,"tDes":-345,"tLGap":0,"wAsc":1123,"wDes":345,"xH":452,"capH":637,"yMin":-293,"yMax":962,"hAsc":1016,"hDes":-345,"lGap":0}},{"family":"Alegreya Sans","fallbacks":["sans-serif"],"weights":[100,300,400,500,700,800,900],"styles":["italic","regular"],"variants":[[0,100],[1,100],[0,300],[1,300],[0,400],[1,400],[0,500],[1,500],[0,700],[1,700],[0,800],[1,800],[0,900],[1,900]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":900,"des":-300,"tAsc":800,"tDes":-200,"tLGap":200,"wAsc":1126,"wDes":312,"xH":458,"capH":641,"yMin":-262,"yMax":1012,"hAsc":900,"hDes":-300,"lGap":0}},{"family":"Alegreya Sans SC","fallbacks":["sans-serif"],"weights":[100,300,400,500,700,800,900],"styles":["italic","regular"],"variants":[[0,100],[1,100],[0,300],[1,300],[0,400],[1,400],[0,500],[1,500],[0,700],[1,700],[0,800],[1,800],[0,900],[1,900]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":900,"des":-300,"tAsc":800,"tDes":-200,"tLGap":200,"wAsc":1131,"wDes":312,"xH":458,"capH":641,"yMin":-262,"yMax":1012,"hAsc":900,"hDes":-300,"lGap":0}},{"family":"Alegreya SC","fallbacks":["serif"],"weights":[400,500,700,800,900],"styles":["regular","italic"],"variants":[[0,400],[1,400],[0,500],[1,500],[0,700],[1,700],[0,800],[1,800],[0,900],[1,900]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1016,"des":-345,"tAsc":1016,"tDes":-345,"tLGap":0,"wAsc":1123,"wDes":345,"xH":452,"capH":636,"yMin":-293,"yMax":1025,"hAsc":1016,"hDes":-345,"lGap":0}},{"family":"Aleo","fallbacks":["serif"],"weights":[300,400,700],"styles":["italic","regular"],"variants":[[0,300],[1,300],[0,400],[1,400],[0,700],[1,700]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":805,"des":-195,"tAsc":805,"tDes":-195,"tLGap":200,"wAsc":1005,"wDes":374,"xH":506,"capH":716,"yMin":-314,"yMax":934,"hAsc":805,"hDes":-195,"lGap":200}},{"family":"Alex Brush","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":825,"des":-425,"tAsc":825,"tDes":-425,"tLGap":0,"wAsc":950,"wDes":430,"xH":320,"capH":700,"yMin":-425,"yMax":888,"hAsc":825,"hDes":-425,"lGap":0}},{"family":"Alfa Slab One","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1036,"des":-333,"tAsc":1036,"tDes":-333,"tLGap":0,"wAsc":1238,"wDes":327,"xH":556,"capH":778,"yMin":-327,"yMax":1238,"hAsc":1036,"hDes":-333,"lGap":0}},{"family":"Alice","fallbacks":["serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":909,"des":-234,"tAsc":909,"tDes":-234,"tLGap":0,"wAsc":946,"wDes":321,"xH":453,"capH":631,"yMin":-321,"yMax":868,"hAsc":909,"hDes":-234,"lGap":0}},{"family":"Alike","fallbacks":["serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":984,"des":-270,"tAsc":984,"tDes":-270,"tLGap":0,"wAsc":984,"wDes":270,"xH":505,"capH":705,"yMin":-270,"yMax":984,"hAsc":984,"hDes":-270,"lGap":0}},{"family":"Alike Angular","fallbacks":["serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":984,"des":-270,"tAsc":984,"tDes":-270,"tLGap":0,"wAsc":984,"wDes":270,"xH":505,"capH":705,"yMin":-270,"yMax":977,"hAsc":984,"hDes":-270,"lGap":0}},{"family":"Allan","fallbacks":["cursive"],"weights":[400,700],"styles":["regular"],"variants":[[0,400],[0,700]],"service":"fonts.google.com","metrics":{"upm":2048,"asc":1928,"des":-412,"tAsc":1928,"tDes":-412,"tLGap":0,"wAsc":1928,"wDes":412,"xH":1040,"capH":1483,"yMin":-418,"yMax":1929,"hAsc":1928,"hDes":-412,"lGap":0}},{"family":"Allerta","fallbacks":["sans-serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1024,"asc":1057,"des":-252,"tAsc":1057,"tDes":-252,"tLGap":0,"wAsc":1057,"wDes":252,"xH":564,"capH":737,"yMin":-252,"yMax":1057,"hAsc":1057,"hDes":-252,"lGap":0}},{"family":"Allerta Stencil","fallbacks":["sans-serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1024,"asc":1057,"des":-252,"tAsc":1057,"tDes":-252,"tLGap":0,"wAsc":1057,"wDes":252,"xH":564,"capH":737,"yMin":-252,"yMax":1055,"hAsc":1057,"hDes":-252,"lGap":0}},{"family":"Allison","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":890,"des":-380,"tAsc":890,"tDes":-380,"tLGap":0,"wAsc":920,"wDes":396,"xH":220,"capH":630,"yMin":-396,"yMax":916,"hAsc":890,"hDes":-380,"lGap":0}},{"family":"Allura","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":800,"des":-450,"tAsc":800,"tDes":-450,"tLGap":0,"wAsc":1105,"wDes":615,"xH":295,"capH":590,"yMin":-612,"yMax":1101,"hAsc":800,"hDes":-450,"lGap":0}},{"family":"Almarai","fallbacks":["sans-serif"],"weights":[300,400,700,800],"styles":["regular"],"variants":[[0,300],[0,400],[0,700],[0,800]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":905,"des":-211,"tAsc":905,"tDes":-211,"tLGap":0,"wAsc":1108,"wDes":453,"xH":514,"capH":716,"yMin":-396,"yMax":1090,"hAsc":905,"hDes":-211,"lGap":0}},{"family":"Almendra","fallbacks":["serif"],"weights":[400,700],"styles":["regular","italic"],"variants":[[0,400],[1,400],[0,700],[1,700]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":951,"des":-345,"tAsc":951,"tDes":-345,"tLGap":0,"wAsc":951,"wDes":345,"xH":514,"capH":666,"yMin":-227,"yMax":939,"hAsc":951,"hDes":-345,"lGap":0}},{"family":"Almendra Display","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":951,"des":-345,"tAsc":951,"tDes":-345,"tLGap":0,"wAsc":951,"wDes":345,"xH":505,"capH":666,"yMin":-233,"yMax":879,"hAsc":951,"hDes":-345,"lGap":0}},{"family":"Almendra SC","fallbacks":["serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":939,"des":-251,"tAsc":939,"tDes":-251,"tLGap":0,"wAsc":939,"wDes":251,"xH":193,"capH":271,"yMin":-219,"yMax":885,"hAsc":939,"hDes":-251,"lGap":0}},{"family":"Alumni Sans","fallbacks":["sans-serif"],"weights":[100,200,300,400,500,600,700,800,900],"styles":["regular","italic"],"variants":[[0,100],[0,200],[0,300],[0,400],[0,500],[0,600],[0,700],[0,800],[0,900],[1,100],[1,200],[1,300],[1,400],[1,500],[1,600],[1,700],[1,800],[1,900]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":900,"des":-300,"tAsc":900,"tDes":-300,"tLGap":0,"wAsc":940,"wDes":305,"xH":495,"capH":591,"yMin":-288,"yMax":784,"hAsc":900,"hDes":-300,"lGap":0}},{"family":"Amarante","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":2048,"asc":2020,"des":-540,"tAsc":2020,"tDes":-540,"tLGap":0,"wAsc":2020,"wDes":540,"xH":1010,"capH":1530,"yMin":-540,"yMax":2020,"hAsc":2020,"hDes":-540,"lGap":0}},{"family":"Amaranth","fallbacks":["sans-serif"],"weights":[400,700],"styles":["regular","italic"],"variants":[[0,400],[1,400],[0,700],[1,700]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":976,"des":-236,"tAsc":976,"tDes":-236,"tLGap":0,"wAsc":976,"wDes":236,"xH":498,"capH":677,"yMin":-223,"yMax":928,"hAsc":976,"hDes":-236,"lGap":0}},{"family":"Amatic SC","fallbacks":["cursive"],"weights":[400,700],"styles":["regular"],"variants":[[0,400],[0,700]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1016,"des":-245,"tAsc":1016,"tDes":-245,"tLGap":0,"wAsc":1139,"wDes":265,"xH":659,"capH":754,"yMin":-234,"yMax":1093,"hAsc":1016,"hDes":-245,"lGap":0}},{"family":"Amethysta","fallbacks":["serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":2048,"asc":2022,"des":-563,"tAsc":2022,"tDes":-563,"tLGap":0,"wAsc":2022,"wDes":563,"xH":1024,"capH":1475,"yMin":-563,"yMax":1952,"hAsc":2022,"hDes":-563,"lGap":0}},{"family":"Amiko","fallbacks":["sans-serif"],"weights":[400,600,700],"styles":["regular"],"variants":[[0,400],[0,600],[0,700]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":928,"des":-406,"tAsc":928,"tDes":-406,"tLGap":0,"wAsc":928,"wDes":406,"xH":522,"capH":696,"yMin":-406,"yMax":929,"hAsc":928,"hDes":-406,"lGap":0}},{"family":"Amiri","fallbacks":["serif"],"weights":[400,700],"styles":["regular","italic"],"variants":[[0,400],[1,400],[0,700],[1,700]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1124,"des":-634,"tAsc":1124,"tDes":-634,"tLGap":0,"wAsc":2546,"wDes":1629,"xH":433,"capH":646,"yMin":-900,"yMax":1815,"hAsc":1124,"hDes":-634,"lGap":0}},{"family":"Amita","fallbacks":["cursive"],"weights":[400,700],"styles":["regular"],"variants":[[0,400],[0,700]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1292,"des":-650,"tAsc":1292,"tDes":-650,"tLGap":0,"wAsc":1292,"wDes":650,"xH":495,"capH":720,"yMin":-619,"yMax":1292,"hAsc":1292,"hDes":-650,"lGap":0}},{"family":"Anaheim","fallbacks":["sans-serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":2048,"asc":1968,"des":-672,"tAsc":1968,"tDes":-672,"tLGap":0,"wAsc":1968,"wDes":672,"yMin":-672,"yMax":1968,"hAsc":1968,"hDes":-672,"lGap":0}},{"family":"Andada Pro","fallbacks":["serif"],"weights":[400,500,600,700,800],"styles":["regular","italic"],"variants":[[0,400],[0,500],[0,600],[0,700],[0,800],[1,400],[1,500],[1,600],[1,700],[1,800]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":942,"des":-235,"tAsc":942,"tDes":-235,"tLGap":0,"wAsc":1100,"wDes":390,"xH":494,"capH":705,"yMin":-382,"yMax":1068,"hAsc":942,"hDes":-235,"lGap":0}},{"family":"Andika","fallbacks":["sans-serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":2048,"asc":2500,"des":-800,"tAsc":2500,"tDes":-800,"tLGap":0,"wAsc":2500,"wDes":800,"xH":1040,"capH":1485,"yMin":-1148,"yMax":2810,"hAsc":2500,"hDes":-800,"lGap":0}},{"family":"Andika New Basic","fallbacks":["sans-serif"],"weights":[400,700],"styles":["regular","italic"],"variants":[[0,400],[1,400],[0,700],[1,700]],"service":"fonts.google.com","metrics":{"upm":2048,"asc":2500,"des":-800,"tAsc":2500,"tDes":-800,"tLGap":0,"wAsc":2630,"wDes":580,"xH":1040,"capH":1485,"yMin":-520,"yMax":2620,"hAsc":2500,"hDes":-800,"lGap":0}},{"family":"Angkor","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":2048,"asc":2500,"des":-1200,"tAsc":2500,"tDes":-1200,"tLGap":0,"wAsc":2500,"wDes":1130,"xH":1098,"capH":1462,"yMin":-1130,"yMax":2500,"hAsc":2500,"hDes":-1200,"lGap":0}},{"family":"Annie Use Your Telescope","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1024,"asc":1049,"des":-419,"tAsc":1049,"tDes":-419,"tLGap":0,"wAsc":1049,"wDes":419,"xH":427,"capH":730,"yMin":-419,"yMax":1049,"hAsc":1049,"hDes":-419,"lGap":0}},{"family":"Anonymous Pro","fallbacks":["monospace"],"weights":[400,700],"styles":["regular","italic"],"variants":[[0,400],[1,400],[0,700],[1,700]],"service":"fonts.google.com","metrics":{"upm":2048,"asc":1675,"des":-373,"tAsc":1675,"tDes":-373,"tLGap":0,"wAsc":1675,"wDes":373,"xH":932,"capH":1305,"yMin":-395,"yMax":1854,"hAsc":1675,"hDes":-373,"lGap":0}},{"family":"Antic","fallbacks":["sans-serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":940,"des":-251,"tAsc":940,"tDes":-251,"tLGap":0,"wAsc":940,"wDes":251,"xH":500,"capH":700,"yMin":-251,"yMax":940,"hAsc":940,"hDes":-251,"lGap":0}},{"family":"Antic Didone","fallbacks":["serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":940,"des":-250,"tAsc":940,"tDes":-250,"tLGap":0,"wAsc":940,"wDes":250,"xH":500,"capH":700,"yMin":-250,"yMax":940,"hAsc":940,"hDes":-250,"lGap":0}},{"family":"Antic Slab","fallbacks":["serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":940,"des":-250,"tAsc":940,"tDes":-250,"tLGap":0,"wAsc":940,"wDes":250,"xH":500,"capH":700,"yMin":-250,"yMax":940,"hAsc":940,"hDes":-250,"lGap":0}},{"family":"Anton","fallbacks":["sans-serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":2048,"asc":2409,"des":-674,"tAsc":2409,"tDes":-674,"tLGap":0,"wAsc":2876,"wDes":674,"xH":1500,"capH":1760,"yMin":-667,"yMax":2874,"hAsc":2409,"hDes":-674,"lGap":0}},{"family":"Antonio","fallbacks":["sans-serif"],"weights":[100,200,300,400,500,600,700],"styles":["regular"],"variants":[[0,100],[0,200],[0,300],[0,400],[0,500],[0,600],[0,700]],"service":"fonts.google.com","metrics":{"upm":2048,"asc":2365,"des":-285,"tAsc":2365,"tDes":-285,"tLGap":0,"wAsc":2365,"wDes":689,"xH":1500,"capH":1760,"yMin":-637,"yMax":2326,"hAsc":2365,"hDes":-285,"lGap":0}},{"family":"Arapey","fallbacks":["serif"],"weights":[400],"styles":["regular","italic"],"variants":[[0,400],[1,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":868,"des":-228,"tAsc":868,"tDes":-228,"tLGap":0,"wAsc":868,"wDes":228,"xH":438,"capH":639,"yMin":-228,"yMax":868,"hAsc":868,"hDes":-228,"lGap":0}},{"family":"Arbutus","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":2048,"asc":2010,"des":-550,"tAsc":2010,"tDes":-550,"tLGap":0,"wAsc":2010,"wDes":550,"xH":234,"capH":103,"yMin":-550,"yMax":2010,"hAsc":2010,"hDes":-550,"lGap":0}},{"family":"Arbutus Slab","fallbacks":["serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":2048,"asc":2010,"des":-550,"tAsc":2010,"tDes":-550,"tLGap":0,"wAsc":2010,"wDes":550,"xH":1014,"capH":1500,"yMin":-550,"yMax":2010,"hAsc":2010,"hDes":-550,"lGap":0}},{"family":"Architects Daughter","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1024,"asc":1010,"des":-413,"tAsc":1010,"tDes":-413,"tLGap":0,"wAsc":1010,"wDes":413,"xH":439,"capH":675,"yMin":-431,"yMax":1010,"hAsc":1010,"hDes":-413,"lGap":0}},{"family":"Archivo","fallbacks":["sans-serif"],"weights":[100,200,300,400,500,600,700,800,900],"styles":["regular","italic"],"variants":[[0,100],[0,200],[0,300],[0,400],[0,500],[0,600],[0,700],[0,800],[0,900],[1,100],[1,200],[1,300],[1,400],[1,500],[1,600],[1,700],[1,800],[1,900]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":878,"des":-210,"tAsc":878,"tDes":-210,"tLGap":0,"wAsc":1100,"wDes":410,"xH":526,"capH":686,"yMin":-406,"yMax":1092,"hAsc":878,"hDes":-210,"lGap":0}},{"family":"Archivo Black","fallbacks":["sans-serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":878,"des":-210,"tAsc":878,"tDes":-210,"tLGap":0,"wAsc":1035,"wDes":312,"xH":528,"capH":688,"yMin":-267,"yMax":957,"hAsc":878,"hDes":-210,"lGap":0}},{"family":"Archivo Narrow","fallbacks":["sans-serif"],"weights":[400,500,600,700],"styles":["regular","italic"],"variants":[[0,400],[0,500],[0,600],[0,700],[1,400],[1,500],[1,600],[1,700]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1035,"des":-312,"tAsc":1035,"tDes":-312,"tLGap":0,"wAsc":1050,"wDes":303,"xH":526,"capH":686,"yMin":-303,"yMax":1050,"hAsc":1035,"hDes":-312,"lGap":0}},{"family":"Are You Serious","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":880,"des":-320,"tAsc":880,"tDes":-320,"tLGap":0,"wAsc":931,"wDes":601,"xH":300,"capH":660,"yMin":-601,"yMax":931,"hAsc":880,"hDes":-320,"lGap":0}},{"family":"Aref Ruqaa","fallbacks":["serif"],"weights":[400,700],"styles":["regular"],"variants":[[0,400],[0,700]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1221,"des":-244,"tAsc":1221,"tDes":-244,"tLGap":98,"wAsc":1221,"wDes":439,"xH":462,"capH":683,"yMin":-379,"yMax":1028,"hAsc":1221,"hDes":-244,"lGap":98}},{"family":"Arial","fallbacks":["Helvetica Neue","Helvetica","sans-serif"],"metrics":{"upm":2048,"asc":1854,"des":-434,"tAsc":1491,"tDes":-431,"tLGap":307,"wAsc":1854,"wDes":1854,"xH":1062,"capH":1467,"yMin":-665,"yMax":2060,"hAsc":1854,"hDes":-434,"lGap":67},"weights":[400,700],"styles":["italic","regular"],"service":"system"},{"family":"Arial Black","fallbacks":["Arial Black","Arial Bold","Gadget","sans-serif"],"metrics":{"upm":2048,"asc":2254,"des":-634,"tAsc":1466,"tDes":434,"tLGap":291,"wAsc":2254,"wDes":2254,"xH":1062,"capH":1467,"yMin":-628,"yMax":2219,"hAsc":2254,"hDes":-634,"lGap":0},"weights":[400,700],"styles":["italic","regular"],"service":"system"},{"family":"Arial Narrow","fallbacks":["Arial","sans-serif"],"metrics":{"upm":2048,"asc":1916,"des":-434,"tAsc":1491,"tDes":-431,"tLGap":269,"wAsc":1888,"wDes":1888,"xH":1062,"capH":1467,"yMin":-628,"yMax":2224,"hAsc":1916,"hDes":-434,"lGap":0},"weights":[400,700],"styles":["italic","regular"],"service":"system"},{"family":"Arima Madurai","fallbacks":["cursive"],"weights":[100,200,300,400,500,700,800,900],"styles":["regular"],"variants":[[0,100],[0,200],[0,300],[0,400],[0,500],[0,700],[0,800],[0,900]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1073,"des":-560,"tAsc":1073,"tDes":-560,"tLGap":0,"wAsc":1073,"wDes":560,"xH":509,"capH":700,"yMin":-400,"yMax":1015,"hAsc":1073,"hDes":-560,"lGap":0}},{"family":"Arimo","fallbacks":["sans-serif"],"weights":[400,500,600,700],"styles":["regular","italic"],"variants":[[0,400],[0,500],[0,600],[0,700],[1,400],[1,500],[1,600],[1,700]],"service":"fonts.google.com","metrics":{"upm":2048,"asc":1854,"des":-434,"tAsc":1854,"tDes":-434,"tLGap":67,"wAsc":2136,"wDes":797,"xH":1082,"capH":1409,"yMin":-797,"yMax":2136,"hAsc":1854,"hDes":-434,"lGap":67}},{"family":"Arizonia","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":900,"des":-350,"tAsc":900,"tDes":-350,"tLGap":0,"wAsc":900,"wDes":350,"xH":237,"capH":636,"yMin":-350,"yMax":900,"hAsc":900,"hDes":-350,"lGap":0}},{"family":"Armata","fallbacks":["sans-serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":2048,"asc":2000,"des":-560,"tAsc":2000,"tDes":-560,"tLGap":0,"wAsc":2000,"wDes":560,"xH":1190,"capH":1530,"yMin":-560,"yMax":2000,"hAsc":2000,"hDes":-560,"lGap":0}},{"family":"Arsenal","fallbacks":["sans-serif"],"weights":[400,700],"styles":["regular","italic"],"variants":[[0,400],[1,400],[0,700],[1,700]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1000,"des":-254,"tAsc":1000,"tDes":-254,"tLGap":0,"wAsc":1044,"wDes":339,"xH":500,"capH":650,"yMin":-288,"yMax":1012,"hAsc":1000,"hDes":-254,"lGap":0}},{"family":"Artifika","fallbacks":["serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":2048,"asc":1984,"des":-508,"tAsc":1984,"tDes":-508,"tLGap":0,"wAsc":1984,"wDes":508,"xH":1045,"capH":1433,"yMin":-508,"yMax":1984,"hAsc":1984,"hDes":-508,"lGap":0}},{"family":"Arvo","fallbacks":["serif"],"weights":[400,700],"styles":["regular","italic"],"variants":[[0,400],[1,400],[0,700],[1,700]],"service":"fonts.google.com","metrics":{"upm":2048,"asc":1968,"des":-506,"tAsc":1556,"tDes":-471,"tLGap":110,"wAsc":1968,"wDes":506,"xH":1036,"capH":1516,"yMin":-506,"yMax":1969,"hAsc":1968,"hDes":-506,"lGap":55}},{"family":"Arya","fallbacks":["sans-serif"],"weights":[400,700],"styles":["regular"],"variants":[[0,400],[0,700]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1265,"des":-544,"tAsc":1265,"tDes":-544,"tLGap":0,"wAsc":1265,"wDes":544,"xH":392,"capH":579,"yMin":-544,"yMax":1265,"hAsc":1265,"hDes":-544,"lGap":0}},{"family":"Asap","fallbacks":["sans-serif"],"weights":[400,500,600,700],"styles":["regular","italic"],"variants":[[0,400],[0,500],[0,600],[0,700],[1,400],[1,500],[1,600],[1,700]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":934,"des":-212,"tAsc":934,"tDes":-212,"tLGap":0,"wAsc":1055,"wDes":264,"xH":523,"capH":700,"yMin":-237,"yMax":1042,"hAsc":934,"hDes":-212,"lGap":0}},{"family":"Asap Condensed","fallbacks":["sans-serif"],"weights":[400,500,600,700],"styles":["regular","italic"],"variants":[[0,400],[1,400],[0,500],[1,500],[0,600],[1,600],[0,700],[1,700]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":934,"des":-212,"tAsc":934,"tDes":-212,"tLGap":0,"wAsc":1055,"wDes":242,"xH":523,"capH":700,"yMin":-237,"yMax":1042,"hAsc":934,"hDes":-212,"lGap":0}},{"family":"Asar","fallbacks":["serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1196,"des":-557,"tAsc":1196,"tDes":-557,"tLGap":0,"wAsc":1196,"wDes":557,"xH":484,"capH":680,"yMin":-555,"yMax":1194,"hAsc":1196,"hDes":-557,"lGap":0}},{"family":"Asset","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":2048,"asc":1971,"des":-589,"tAsc":1971,"tDes":-598,"tLGap":0,"wAsc":1971,"wDes":589,"xH":1047,"capH":1291,"yMin":-589,"yMax":1971,"hAsc":1971,"hDes":-589,"lGap":0}},{"family":"Assistant","fallbacks":["sans-serif"],"weights":[200,300,400,500,600,700,800],"styles":["regular"],"variants":[[0,200],[0,300],[0,400],[0,500],[0,600],[0,700],[0,800]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1021,"des":-287,"tAsc":1021,"tDes":-287,"tLGap":200,"wAsc":1021,"wDes":287,"xH":500,"capH":750,"yMin":-250,"yMax":1021,"hAsc":1021,"hDes":-287,"lGap":0}},{"family":"Astloch","fallbacks":["cursive"],"weights":[400,700],"styles":["regular"],"variants":[[0,400],[0,700]],"service":"fonts.google.com","metrics":{"upm":2048,"asc":1948,"des":-526,"tAsc":1696,"tDes":-352,"tLGap":106,"wAsc":1948,"wDes":526,"xH":1200,"capH":1567,"yMin":-376,"yMax":1934,"hAsc":1948,"hDes":-526,"lGap":53}},{"family":"Asul","fallbacks":["sans-serif"],"weights":[400,700],"styles":["regular"],"variants":[[0,400],[0,700]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":949,"des":-264,"tAsc":949,"tDes":-264,"tLGap":0,"wAsc":949,"wDes":264,"xH":488,"capH":703,"yMin":-264,"yMax":949,"hAsc":949,"hDes":-264,"lGap":0}},{"family":"Athiti","fallbacks":["sans-serif"],"weights":[200,300,400,500,600,700],"styles":["regular"],"variants":[[0,200],[0,300],[0,400],[0,500],[0,600],[0,700]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1150,"des":-450,"tAsc":750,"tDes":-250,"tLGap":200,"wAsc":1150,"wDes":450,"xH":468,"capH":614,"yMin":-437,"yMax":1080,"hAsc":1150,"hDes":-450,"lGap":0}},{"family":"Atkinson Hyperlegible","fallbacks":["sans-serif"],"weights":[400,700],"styles":["regular","italic"],"variants":[[0,400],[1,400],[0,700],[1,700]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":950,"des":-290,"tAsc":950,"tDes":-290,"tLGap":0,"wAsc":950,"wDes":290,"xH":496,"capH":668,"yMin":-250,"yMax":888,"hAsc":950,"hDes":-290,"lGap":0}},{"family":"Atma","fallbacks":["cursive"],"weights":[300,400,500,600,700],"styles":["regular"],"variants":[[0,300],[0,400],[0,500],[0,600],[0,700]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1101,"des":-518,"tAsc":1101,"tDes":-518,"tLGap":0,"wAsc":1101,"wDes":518,"xH":500,"capH":750,"yMin":-441,"yMax":990,"hAsc":1101,"hDes":-518,"lGap":0}},{"family":"Atomic Age","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":2048,"asc":2091,"des":-656,"tAsc":2091,"tDes":-656,"tLGap":0,"wAsc":2091,"wDes":656,"xH":1047,"capH":1516,"yMin":-656,"yMax":2091,"hAsc":2091,"hDes":-656,"lGap":0}},{"family":"Aubrey","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":2048,"asc":1699,"des":-433,"tAsc":1699,"tDes":-433,"tLGap":0,"wAsc":1699,"wDes":433,"xH":922,"capH":1262,"yMin":-433,"yMax":1699,"hAsc":1699,"hDes":-433,"lGap":0}},{"family":"Audiowide","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":2048,"asc":2027,"des":-584,"tAsc":2027,"tDes":-584,"tLGap":0,"wAsc":2027,"wDes":584,"xH":1083,"capH":1434,"yMin":-584,"yMax":2027,"hAsc":2027,"hDes":-584,"lGap":0}},{"family":"Autour One","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":2048,"asc":2010,"des":-550,"tAsc":2010,"tDes":-550,"tLGap":0,"wAsc":2010,"wDes":550,"xH":1190,"capH":1561,"yMin":-550,"yMax":2012,"hAsc":2010,"hDes":-550,"lGap":0}},{"family":"Average","fallbacks":["serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":953,"des":-263,"tAsc":953,"tDes":-263,"tLGap":0,"wAsc":953,"wDes":263,"xH":196,"capH":106,"yMin":-263,"yMax":953,"hAsc":953,"hDes":-263,"lGap":0}},{"family":"Average Sans","fallbacks":["sans-serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1027,"des":-269,"tAsc":1027,"tDes":-269,"tLGap":0,"wAsc":1027,"wDes":269,"xH":456,"capH":691,"yMin":-269,"yMax":1027,"hAsc":1027,"hDes":-269,"lGap":0}},{"family":"Averia Gruesa Libre","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":2048,"asc":1952,"des":-492,"tAsc":1952,"tDes":-492,"tLGap":0,"wAsc":1952,"wDes":492,"yMin":-460,"yMax":1884,"hAsc":1952,"hDes":-492,"lGap":0}},{"family":"Averia Libre","fallbacks":["cursive"],"weights":[300,400,700],"styles":["italic","regular"],"variants":[[0,300],[1,300],[0,400],[1,400],[0,700],[1,700]],"service":"fonts.google.com","metrics":{"upm":2048,"asc":1952,"des":-492,"tAsc":1952,"tDes":-492,"tLGap":0,"wAsc":1952,"wDes":492,"yMin":-458,"yMax":1891,"hAsc":1952,"hDes":-492,"lGap":0}},{"family":"Averia Sans Libre","fallbacks":["cursive"],"weights":[300,400,700],"styles":["italic","regular"],"variants":[[0,300],[1,300],[0,400],[1,400],[0,700],[1,700]],"service":"fonts.google.com","metrics":{"upm":2048,"asc":2035,"des":-499,"tAsc":2035,"tDes":-499,"tLGap":0,"wAsc":2035,"wDes":499,"yMin":-467,"yMax":1954,"hAsc":2035,"hDes":-499,"lGap":0}},{"family":"Averia Serif Libre","fallbacks":["cursive"],"weights":[300,400,700],"styles":["italic","regular"],"variants":[[0,300],[1,300],[0,400],[1,400],[0,700],[1,700]],"service":"fonts.google.com","metrics":{"upm":2048,"asc":1828,"des":-465,"tAsc":1622,"tDes":-426,"tLGap":184,"wAsc":1828,"wDes":465,"yMin":-465,"yMax":1828,"hAsc":1828,"hDes":-465,"lGap":184}},{"family":"Azeret Mono","fallbacks":["monospace"],"weights":[100,200,300,400,500,600,700,800,900],"styles":["regular","italic"],"variants":[[0,100],[0,200],[0,300],[0,400],[0,500],[0,600],[0,700],[0,800],[0,900],[1,100],[1,200],[1,300],[1,400],[1,500],[1,600],[1,700],[1,800],[1,900]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":937,"des":-230,"tAsc":937,"tDes":-230,"tLGap":0,"wAsc":1112,"wDes":230,"xH":544,"capH":698,"yMin":-221,"yMax":1099,"hAsc":937,"hDes":-230,"lGap":0}},{"family":"B612","fallbacks":["sans-serif"],"weights":[400,700],"styles":["regular","italic"],"variants":[[0,400],[1,400],[0,700],[1,700]],"service":"fonts.google.com","metrics":{"upm":2000,"asc":1930,"des":-500,"tAsc":1930,"tDes":-500,"tLGap":0,"wAsc":1934,"wDes":712,"xH":1100,"capH":1500,"yMin":-710,"yMax":1920,"hAsc":1930,"hDes":-500,"lGap":0}},{"family":"B612 Mono","fallbacks":["monospace"],"weights":[400,700],"styles":["regular","italic"],"variants":[[0,400],[1,400],[0,700],[1,700]],"service":"fonts.google.com","metrics":{"upm":2000,"asc":1930,"des":-500,"tAsc":1930,"tDes":-500,"tLGap":0,"wAsc":1966,"wDes":712,"xH":1100,"capH":1500,"yMin":-710,"yMax":1924,"hAsc":1930,"hDes":-500,"lGap":0}},{"family":"Bad Script","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":2048,"asc":2710,"des":-1327,"tAsc":2710,"tDes":-1327,"tLGap":0,"wAsc":2710,"wDes":1327,"xH":1034,"capH":1966,"yMin":-1327,"yMax":2710,"hAsc":2710,"hDes":-1327,"lGap":0}},{"family":"Bahiana","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":900,"des":-250,"tAsc":900,"tDes":-250,"tLGap":0,"wAsc":900,"wDes":250,"xH":492,"capH":710,"yMin":-250,"yMax":900,"hAsc":900,"hDes":-250,"lGap":0}},{"family":"Bahianita","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":962,"des":-238,"tAsc":962,"tDes":-238,"tLGap":0,"wAsc":1007,"wDes":330,"xH":582,"capH":710,"yMin":-330,"yMax":1007,"hAsc":962,"hDes":-238,"lGap":0}},{"family":"Bai Jamjuree","fallbacks":["sans-serif"],"weights":[200,300,400,500,600,700],"styles":["italic","regular"],"variants":[[0,200],[1,200],[0,300],[1,300],[0,400],[1,400],[0,500],[1,500],[0,600],[1,600],[0,700],[1,700]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1000,"des":-250,"tAsc":1000,"tDes":-250,"tLGap":0,"wAsc":1225,"wDes":561,"xH":499,"capH":700,"yMin":-488,"yMax":1206,"hAsc":1000,"hDes":-250,"lGap":0}},{"family":"Ballet","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1130,"des":-770,"tAsc":1130,"tDes":-770,"tLGap":0,"wAsc":1160,"wDes":920,"xH":339,"capH":1209,"yMin":-913,"yMax":1152,"hAsc":1130,"hDes":-770,"lGap":0}},{"family":"Baloo 2","fallbacks":["cursive"],"weights":[400,500,600,700,800],"styles":["regular"],"variants":[[0,400],[0,500],[0,600],[0,700],[0,800]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1050,"des":-524,"tAsc":1050,"tDes":-524,"tLGap":0,"wAsc":1078,"wDes":524,"xH":462,"capH":608,"yMin":-470,"yMax":1018,"hAsc":1050,"hDes":-524,"lGap":0}},{"family":"Baloo Bhai 2","fallbacks":["cursive"],"weights":[400,500,600,700,800],"styles":["regular"],"variants":[[0,400],[0,500],[0,600],[0,700],[0,800]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1050,"des":-544,"tAsc":1050,"tDes":-544,"tLGap":0,"wAsc":1078,"wDes":544,"xH":462,"capH":608,"yMin":-459,"yMax":1018,"hAsc":1050,"hDes":-544,"lGap":0}},{"family":"Baloo Bhaina 2","fallbacks":["cursive"],"weights":[400,500,600,700,800],"styles":["regular"],"variants":[[0,400],[0,500],[0,600],[0,700],[0,800]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1185,"des":-827,"tAsc":1185,"tDes":-827,"tLGap":0,"wAsc":1185,"wDes":827,"xH":462,"capH":608,"yMin":-721,"yMax":1023,"hAsc":1185,"hDes":-827,"lGap":0}},{"family":"Baloo Chettan 2","fallbacks":["cursive"],"weights":[400,500,600,700,800],"styles":["regular"],"variants":[[0,400],[0,500],[0,600],[0,700],[0,800]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1050,"des":-390,"tAsc":1050,"tDes":-390,"tLGap":0,"wAsc":1078,"wDes":392,"xH":462,"capH":608,"yMin":-349,"yMax":1018,"hAsc":1050,"hDes":-390,"lGap":0}},{"family":"Baloo Da 2","fallbacks":["cursive"],"weights":[400,500,600,700,800],"styles":["regular"],"variants":[[0,400],[0,500],[0,600],[0,700],[0,800]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1095,"des":-589,"tAsc":1095,"tDes":-589,"tLGap":0,"wAsc":1095,"wDes":589,"xH":462,"capH":608,"yMin":-579,"yMax":1029,"hAsc":1095,"hDes":-589,"lGap":0}},{"family":"Baloo Paaji 2","fallbacks":["cursive"],"weights":[400,500,600,700,800],"styles":["regular"],"variants":[[0,400],[0,500],[0,600],[0,700],[0,800]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1157,"des":-604,"tAsc":1157,"tDes":-604,"tLGap":0,"wAsc":1157,"wDes":614,"xH":462,"capH":608,"yMin":-523,"yMax":1018,"hAsc":1157,"hDes":-604,"lGap":0}},{"family":"Baloo Tamma 2","fallbacks":["cursive"],"weights":[400,500,600,700,800],"styles":["regular"],"variants":[[0,400],[0,500],[0,600],[0,700],[0,800]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1050,"des":-673,"tAsc":1050,"tDes":-673,"tLGap":0,"wAsc":1078,"wDes":673,"xH":462,"capH":608,"yMin":-636,"yMax":1018,"hAsc":1050,"hDes":-673,"lGap":0}},{"family":"Baloo Tammudu 2","fallbacks":["cursive"],"weights":[400,500,600,700,800],"styles":["regular"],"variants":[[0,400],[0,500],[0,600],[0,700],[0,800]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1177,"des":-1041,"tAsc":1177,"tDes":-1041,"tLGap":0,"wAsc":1177,"wDes":1119,"xH":462,"capH":608,"yMin":-1065,"yMax":1071,"hAsc":1177,"hDes":-1041,"lGap":0}},{"family":"Baloo Thambi 2","fallbacks":["cursive"],"weights":[400,500,600,700,800],"styles":["regular"],"variants":[[0,400],[0,500],[0,600],[0,700],[0,800]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1050,"des":-486,"tAsc":1050,"tDes":-486,"tLGap":0,"wAsc":1078,"wDes":486,"xH":462,"capH":608,"yMin":-432,"yMax":1018,"hAsc":1050,"hDes":-486,"lGap":0}},{"family":"Balsamiq Sans","fallbacks":["cursive"],"weights":[400,700],"styles":["regular","italic"],"variants":[[0,400],[1,400],[0,700],[1,700]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":900,"des":-300,"tAsc":900,"tDes":-300,"tLGap":0,"wAsc":1220,"wDes":420,"xH":520,"capH":715,"yMin":-346,"yMax":1134,"hAsc":900,"hDes":-300,"lGap":0}},{"family":"Balthazar","fallbacks":["serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":796,"des":-222,"tAsc":796,"tDes":-222,"tLGap":0,"wAsc":796,"wDes":222,"xH":399,"capH":605,"yMin":-222,"yMax":796,"hAsc":796,"hDes":-222,"lGap":0}},{"family":"Bangers","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":883,"des":-181,"tAsc":883,"tDes":-181,"tLGap":0,"wAsc":1401,"wDes":356,"xH":721,"capH":721,"yMin":-356,"yMax":1401,"hAsc":883,"hDes":-181,"lGap":0}},{"family":"Barlow","fallbacks":["sans-serif"],"weights":[100,200,300,400,500,600,700,800,900],"styles":["italic","regular"],"variants":[[0,100],[1,100],[0,200],[1,200],[0,300],[1,300],[0,400],[1,400],[0,500],[1,500],[0,600],[1,600],[0,700],[1,700],[0,800],[1,800],[0,900],[1,900]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1000,"des":-200,"tAsc":1000,"tDes":-200,"tLGap":0,"wAsc":1112,"wDes":249,"xH":506,"capH":700,"yMin":-209,"yMax":1084,"hAsc":1000,"hDes":-200,"lGap":0}},{"family":"Barlow Condensed","fallbacks":["sans-serif"],"weights":[100,200,300,400,500,600,700,800,900],"styles":["italic","regular"],"variants":[[0,100],[1,100],[0,200],[1,200],[0,300],[1,300],[0,400],[1,400],[0,500],[1,500],[0,600],[1,600],[0,700],[1,700],[0,800],[1,800],[0,900],[1,900]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1000,"des":-200,"tAsc":1000,"tDes":-200,"tLGap":0,"wAsc":1075,"wDes":274,"xH":506,"capH":700,"yMin":-209,"yMax":1074,"hAsc":1000,"hDes":-200,"lGap":0}},{"family":"Barlow Semi Condensed","fallbacks":["sans-serif"],"weights":[100,200,300,400,500,600,700,800,900],"styles":["italic","regular"],"variants":[[0,100],[1,100],[0,200],[1,200],[0,300],[1,300],[0,400],[1,400],[0,500],[1,500],[0,600],[1,600],[0,700],[1,700],[0,800],[1,800],[0,900],[1,900]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1000,"des":-200,"tAsc":1000,"tDes":-200,"tLGap":0,"wAsc":1089,"wDes":261,"xH":506,"capH":700,"yMin":-212,"yMax":1079,"hAsc":1000,"hDes":-200,"lGap":0}},{"family":"Barriecito","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":962,"des":-238,"tAsc":962,"tDes":-238,"tLGap":0,"wAsc":1041,"wDes":346,"xH":582,"capH":710,"yMin":-346,"yMax":1041,"hAsc":962,"hDes":-238,"lGap":0}},{"family":"Barrio","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":880,"des":-247,"tAsc":880,"tDes":-247,"tLGap":0,"wAsc":880,"wDes":247,"xH":492,"capH":710,"yMin":-247,"yMax":880,"hAsc":880,"hDes":-247,"lGap":0}},{"family":"Basic","fallbacks":["sans-serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":2048,"asc":2066,"des":-511,"tAsc":2066,"tDes":-511,"tLGap":0,"wAsc":2066,"wDes":511,"xH":1022,"capH":1358,"yMin":-507,"yMax":1960,"hAsc":2066,"hDes":-511,"lGap":0}},{"family":"Baskerville","fallbacks":["Baskerville Old Face","Hoefler Text","Garamond","Times New Roman","serif"],"metrics":{"upm":2048,"asc":1839,"des":-504,"tAsc":1376,"tDes":-504,"tLGap":311,"wAsc":1839,"wDes":1839,"xH":819,"capH":1356,"yMin":-504,"yMax":1869,"hAsc":1839,"hDes":-504,"lGap":0},"weights":[400,700],"styles":["italic","regular"],"service":"system"},{"family":"Baskervville","fallbacks":["serif"],"weights":[400],"styles":["regular","italic"],"variants":[[0,400],[1,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":998,"des":-295,"tAsc":998,"tDes":-295,"tLGap":0,"wAsc":1138,"wDes":296,"xH":436,"capH":710,"yMin":-296,"yMax":1138,"hAsc":998,"hDes":-295,"lGap":0}},{"family":"Battambang","fallbacks":["cursive"],"weights":[100,300,400,700,900],"styles":["regular"],"variants":[[0,100],[0,300],[0,400],[0,700],[0,900]],"service":"fonts.google.com","metrics":{"upm":2048,"asc":2500,"des":-1200,"tAsc":2500,"tDes":-1200,"tLGap":0,"wAsc":2197,"wDes":1051,"xH":1098,"capH":1462,"yMin":-1050,"yMax":2181,"hAsc":2500,"hDes":-1200,"lGap":0}},{"family":"Baumans","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":942,"des":-240,"tAsc":942,"tDes":-240,"tLGap":0,"wAsc":942,"wDes":240,"xH":480,"capH":700,"yMin":-240,"yMax":942,"hAsc":942,"hDes":-240,"lGap":0}},{"family":"Bayon","fallbacks":["sans-serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":2048,"asc":2500,"des":-1200,"tAsc":2500,"tDes":-1200,"tLGap":0,"wAsc":2500,"wDes":1200,"xH":1098,"capH":1462,"yMin":-1200,"yMax":2500,"hAsc":2500,"hDes":-1200,"lGap":0}},{"family":"Be Vietnam Pro","fallbacks":["sans-serif"],"weights":[100,200,300,400,500,600,700,800,900],"styles":["italic","regular"],"variants":[[0,100],[1,100],[0,200],[1,200],[0,300],[1,300],[0,400],[1,400],[0,500],[1,500],[0,600],[1,600],[0,700],[1,700],[0,800],[1,800],[0,900],[1,900]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1000,"des":-265,"tAsc":1000,"tDes":-265,"tLGap":0,"wAsc":1261,"wDes":265,"xH":530,"capH":740,"yMin":-263,"yMax":1199,"hAsc":1000,"hDes":-265,"lGap":0}},{"family":"Bebas Neue","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":900,"des":-300,"tAsc":900,"tDes":-300,"tLGap":0,"wAsc":950,"wDes":350,"xH":700,"capH":700,"yMin":-200,"yMax":912,"hAsc":900,"hDes":-300,"lGap":0}},{"family":"Belgrano","fallbacks":["serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":990,"des":-278,"tAsc":990,"tDes":-278,"tLGap":0,"wAsc":990,"wDes":278,"xH":499,"capH":706,"yMin":-279,"yMax":990,"hAsc":990,"hDes":-278,"lGap":0}},{"family":"Bellefair","fallbacks":["serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":869,"des":-277,"tAsc":869,"tDes":-277,"tLGap":0,"wAsc":869,"wDes":277,"xH":364,"capH":688,"yMin":-277,"yMax":869,"hAsc":869,"hDes":-277,"lGap":0}},{"family":"Belleza","fallbacks":["sans-serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":928,"des":-224,"tAsc":928,"tDes":-224,"tLGap":0,"wAsc":928,"wDes":224,"xH":452,"capH":662,"yMin":-224,"yMax":928,"hAsc":928,"hDes":-224,"lGap":0}},{"family":"Bellota","fallbacks":["cursive"],"weights":[300,400,700],"styles":["italic","regular"],"variants":[[0,300],[1,300],[0,400],[1,400],[0,700],[1,700]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":968,"des":-290,"tAsc":968,"tDes":-290,"tLGap":0,"wAsc":1175,"wDes":325,"xH":500,"capH":684,"yMin":-317,"yMax":1147,"hAsc":968,"hDes":-290,"lGap":0}},{"family":"Bellota Text","fallbacks":["cursive"],"weights":[300,400,700],"styles":["italic","regular"],"variants":[[0,300],[1,300],[0,400],[1,400],[0,700],[1,700]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":968,"des":-290,"tAsc":968,"tDes":-290,"tLGap":0,"wAsc":1175,"wDes":325,"xH":500,"capH":684,"yMin":-317,"yMax":1147,"hAsc":968,"hDes":-290,"lGap":0}},{"family":"BenchNine","fallbacks":["sans-serif"],"weights":[300,400,700],"styles":["regular"],"variants":[[0,300],[0,400],[0,700]],"service":"fonts.google.com","metrics":{"upm":2048,"asc":2020,"des":-720,"tAsc":2020,"tDes":-720,"tLGap":0,"wAsc":2020,"wDes":720,"xH":1006,"capH":1438,"yMin":-683,"yMax":2018,"hAsc":2020,"hDes":-720,"lGap":0}},{"family":"Benne","fallbacks":["serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":630,"des":-370,"tAsc":630,"tDes":-370,"tLGap":0,"wAsc":1105,"wDes":742,"xH":404,"capH":655,"yMin":-742,"yMax":1105,"hAsc":630,"hDes":-370,"lGap":0}},{"family":"Bentham","fallbacks":["serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1024,"asc":879,"des":-260,"tAsc":768,"tDes":-256,"tLGap":92,"wAsc":879,"wDes":260,"yMin":-260,"yMax":878,"hAsc":879,"hDes":-260,"lGap":92}},{"family":"Berkshire Swash","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":2048,"asc":2007,"des":-537,"tAsc":2007,"tDes":-537,"tLGap":0,"wAsc":2007,"wDes":537,"xH":1038,"capH":1858,"yMin":-537,"yMax":2007,"hAsc":2007,"hDes":-537,"lGap":0}},{"family":"Besley","fallbacks":["serif"],"weights":[400,500,600,700,800,900],"styles":["regular","italic"],"variants":[[0,400],[0,500],[0,600],[0,700],[0,800],[0,900],[1,400],[1,500],[1,600],[1,700],[1,800],[1,900]],"service":"fonts.google.com","metrics":{"upm":2000,"asc":2500,"des":-850,"tAsc":2500,"tDes":-850,"tLGap":0,"wAsc":2500,"wDes":850,"xH":1040,"capH":1500,"yMin":-623,"yMax":2159,"hAsc":2500,"hDes":-850,"lGap":0}},{"family":"Beth Ellen","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":2000,"asc":3250,"des":-1190,"tAsc":3250,"tDes":-1190,"tLGap":0,"wAsc":3224,"wDes":946,"xH":1208,"capH":2248,"yMin":-946,"yMax":3224,"hAsc":3250,"hDes":-1190,"lGap":0}},{"family":"Bevan","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1155,"des":-452,"tAsc":1155,"tDes":-452,"tLGap":0,"wAsc":1313,"wDes":425,"xH":523,"capH":777,"yMin":-425,"yMax":1313,"hAsc":1155,"hDes":-452,"lGap":0}},{"family":"Big Shoulders Display","fallbacks":["cursive"],"weights":[100,200,300,400,500,600,700,800,900],"styles":["regular"],"variants":[[0,100],[0,200],[0,300],[0,400],[0,500],[0,600],[0,700],[0,800],[0,900]],"service":"fonts.google.com","metrics":{"upm":2000,"asc":1968,"des":-426,"tAsc":1968,"tDes":-426,"tLGap":0,"wAsc":2614,"wDes":730,"xH":1200,"capH":1600,"yMin":-410,"yMax":2122,"hAsc":1968,"hDes":-426,"lGap":0}},{"family":"Big Shoulders Inline Display","fallbacks":["cursive"],"weights":[100,200,300,400,500,600,700,800,900],"styles":["regular"],"variants":[[0,100],[0,200],[0,300],[0,400],[0,500],[0,600],[0,700],[0,800],[0,900]],"service":"fonts.google.com","metrics":{"upm":4000,"asc":3936,"des":-852,"tAsc":3936,"tDes":-852,"tLGap":0,"wAsc":5228,"wDes":1460,"xH":2400,"capH":3200,"yMin":-820,"yMax":4218,"hAsc":3936,"hDes":-852,"lGap":0}},{"family":"Big Shoulders Inline Text","fallbacks":["cursive"],"weights":[100,200,300,400,500,600,700,800,900],"styles":["regular"],"variants":[[0,100],[0,200],[0,300],[0,400],[0,500],[0,600],[0,700],[0,800],[0,900]],"service":"fonts.google.com","metrics":{"upm":4000,"asc":3936,"des":-852,"tAsc":3936,"tDes":-852,"tLGap":0,"wAsc":5228,"wDes":1460,"xH":2400,"capH":3200,"yMin":-824,"yMax":4330,"hAsc":3936,"hDes":-852,"lGap":0}},{"family":"Big Shoulders Stencil Display","fallbacks":["cursive"],"weights":[100,200,300,400,500,600,700,800,900],"styles":["regular"],"variants":[[0,100],[0,200],[0,300],[0,400],[0,500],[0,600],[0,700],[0,800],[0,900]],"service":"fonts.google.com","metrics":{"upm":2000,"asc":1968,"des":-426,"tAsc":1968,"tDes":-426,"tLGap":0,"wAsc":2614,"wDes":730,"xH":1200,"capH":1600,"yMin":-408,"yMax":2122,"hAsc":1968,"hDes":-426,"lGap":0}},{"family":"Big Shoulders Stencil Text","fallbacks":["cursive"],"weights":[100,200,300,400,500,600,700,800,900],"styles":["regular"],"variants":[[0,100],[0,200],[0,300],[0,400],[0,500],[0,600],[0,700],[0,800],[0,900]],"service":"fonts.google.com","metrics":{"upm":2000,"asc":1968,"des":-426,"tAsc":1968,"tDes":-426,"tLGap":0,"wAsc":2614,"wDes":730,"xH":1200,"capH":1600,"yMin":-411,"yMax":2220,"hAsc":1968,"hDes":-426,"lGap":0}},{"family":"Big Shoulders Text","fallbacks":["cursive"],"weights":[100,200,300,400,500,600,700,800,900],"styles":["regular"],"variants":[[0,100],[0,200],[0,300],[0,400],[0,500],[0,600],[0,700],[0,800],[0,900]],"service":"fonts.google.com","metrics":{"upm":2000,"asc":1968,"des":-426,"tAsc":1968,"tDes":-426,"tLGap":0,"wAsc":2614,"wDes":730,"xH":1200,"capH":1600,"yMin":-412,"yMax":2220,"hAsc":1968,"hDes":-426,"lGap":0}},{"family":"Bigelow Rules","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":2048,"asc":1857,"des":-516,"tAsc":1857,"tDes":-516,"tLGap":0,"wAsc":1857,"wDes":516,"xH":1227,"capH":1528,"yMin":-516,"yMax":1857,"hAsc":1857,"hDes":-516,"lGap":0}},{"family":"Bigshot One","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":869,"des":-179,"tAsc":869,"tDes":-179,"tLGap":0,"wAsc":869,"wDes":179,"xH":449,"capH":615,"yMin":-179,"yMax":869,"hAsc":869,"hDes":-179,"lGap":0}},{"family":"Bilbo","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":850,"des":-400,"tAsc":850,"tDes":-400,"tLGap":0,"wAsc":1030,"wDes":630,"xH":375,"capH":650,"yMin":-627,"yMax":1024,"hAsc":850,"hDes":-400,"lGap":0}},{"family":"Bilbo Swash Caps","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":850,"des":-400,"tAsc":850,"tDes":-400,"tLGap":0,"wAsc":850,"wDes":400,"xH":327,"capH":542,"yMin":-400,"yMax":850,"hAsc":850,"hDes":-400,"lGap":0}},{"family":"BioRhyme","fallbacks":["serif"],"weights":[200,300,400,700,800],"styles":["regular"],"variants":[[0,200],[0,300],[0,400],[0,700],[0,800]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1127,"des":-422,"tAsc":1127,"tDes":-422,"tLGap":0,"wAsc":1127,"wDes":422,"xH":471,"capH":686,"yMin":-369,"yMax":1117,"hAsc":1127,"hDes":-422,"lGap":0}},{"family":"BioRhyme Expanded","fallbacks":["serif"],"weights":[200,300,400,700,800],"styles":["regular"],"variants":[[0,200],[0,300],[0,400],[0,700],[0,800]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1127,"des":-422,"tAsc":1127,"tDes":-422,"tLGap":0,"wAsc":1127,"wDes":422,"xH":471,"capH":686,"yMin":-398,"yMax":1120,"hAsc":1127,"hDes":-422,"lGap":0}},{"family":"Birthstone","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":950,"des":-410,"tAsc":950,"tDes":-410,"tLGap":0,"wAsc":1078,"wDes":685,"xH":320,"capH":880,"yMin":-648,"yMax":1052,"hAsc":950,"hDes":-410,"lGap":0}},{"family":"Birthstone Bounce","fallbacks":["cursive"],"weights":[400,500],"styles":["regular"],"variants":[[0,400],[0,500]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":950,"des":-410,"tAsc":950,"tDes":-410,"tLGap":0,"wAsc":1078,"wDes":685,"xH":390,"capH":700,"yMin":-643,"yMax":1046,"hAsc":950,"hDes":-410,"lGap":0}},{"family":"Biryani","fallbacks":["sans-serif"],"weights":[200,300,400,600,700,800,900],"styles":["regular"],"variants":[[0,200],[0,300],[0,400],[0,600],[0,700],[0,800],[0,900]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1109,"des":-656,"tAsc":1109,"tDes":-656,"tLGap":0,"wAsc":1109,"wDes":656,"xH":563,"capH":758,"yMin":-592,"yMax":1109,"hAsc":1109,"hDes":-656,"lGap":0}},{"family":"Bitter","fallbacks":["serif"],"weights":[100,200,300,400,500,600,700,800,900],"styles":["regular","italic"],"variants":[[0,100],[0,200],[0,300],[0,400],[0,500],[0,600],[0,700],[0,800],[0,900],[1,100],[1,200],[1,300],[1,400],[1,500],[1,600],[1,700],[1,800],[1,900]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":935,"des":-265,"tAsc":935,"tDes":-265,"tLGap":0,"wAsc":1255,"wDes":376,"xH":522,"capH":692,"yMin":-237,"yMax":983,"hAsc":935,"hDes":-265,"lGap":0}},{"family":"Black And White Picture","fallbacks":["sans-serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":800,"des":-200,"tAsc":800,"tDes":-200,"tLGap":250,"wAsc":848,"wDes":297,"xH":442,"capH":648,"yMin":-297,"yMax":802,"hAsc":800,"hDes":-200,"lGap":250}},{"family":"Black Han Sans","fallbacks":["sans-serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":790,"des":-210,"tAsc":790,"tDes":-210,"tLGap":250,"wAsc":810,"wDes":210,"xH":600,"capH":750,"yMin":-198,"yMax":810,"hAsc":790,"hDes":-210,"lGap":250}},{"family":"Black Ops One","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":2048,"asc":1871,"des":-689,"tAsc":1871,"tDes":-689,"tLGap":0,"wAsc":1871,"wDes":689,"xH":1062,"capH":1327,"yMin":-689,"yMax":1871,"hAsc":1871,"hDes":-689,"lGap":0}},{"family":"Blinker","fallbacks":["sans-serif"],"weights":[100,200,300,400,600,700,800,900],"styles":["regular"],"variants":[[0,100],[0,200],[0,300],[0,400],[0,600],[0,700],[0,800],[0,900]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":960,"des":-240,"tAsc":960,"tDes":-240,"tLGap":0,"wAsc":960,"wDes":240,"xH":494,"capH":627,"yMin":-223,"yMax":838,"hAsc":960,"hDes":-240,"lGap":0}},{"family":"Bodoni Moda","fallbacks":["serif"],"weights":[400,500,600,700,800,900],"styles":["regular","italic"],"variants":[[0,400],[0,500],[0,600],[0,700],[0,800],[0,900],[1,400],[1,500],[1,600],[1,700],[1,800],[1,900]],"service":"fonts.google.com","metrics":{"upm":2000,"asc":2250,"des":-800,"tAsc":2250,"tDes":-800,"tLGap":0,"wAsc":2250,"wDes":800,"xH":920,"capH":1500,"yMin":-627,"yMax":2095,"hAsc":2250,"hDes":-800,"lGap":0}},{"family":"Bokor","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":2048,"asc":2500,"des":-1200,"tAsc":2500,"tDes":-1200,"tLGap":0,"wAsc":2594,"wDes":1200,"xH":1098,"capH":1462,"yMin":-1200,"yMax":2594,"hAsc":2500,"hDes":-1200,"lGap":0}},{"family":"Bona Nova","fallbacks":["serif"],"weights":[400,700],"styles":["regular","italic"],"variants":[[0,400],[1,400],[0,700]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":932,"des":-268,"tAsc":932,"tDes":-268,"tLGap":0,"wAsc":1130,"wDes":500,"xH":440,"capH":665,"yMin":-456,"yMax":1090,"hAsc":932,"hDes":-268,"lGap":0}},{"family":"Bonbon","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":845,"des":-330,"tAsc":845,"tDes":-330,"tLGap":0,"wAsc":845,"wDes":330,"xH":504,"capH":644,"yMin":-330,"yMax":845,"hAsc":845,"hDes":-330,"lGap":0}},{"family":"Bonheur Royale","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":780,"des":-380,"tAsc":780,"tDes":-380,"tLGap":0,"wAsc":923,"wDes":440,"xH":280,"capH":620,"yMin":-440,"yMax":923,"hAsc":780,"hDes":-380,"lGap":0}},{"family":"Boogaloo","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":943,"des":-246,"tAsc":943,"tDes":-246,"tLGap":0,"wAsc":943,"wDes":246,"xH":338,"capH":469,"yMin":-246,"yMax":943,"hAsc":943,"hDes":-246,"lGap":0}},{"family":"Bowlby One","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":2048,"asc":2276,"des":-932,"tAsc":2276,"tDes":-932,"tLGap":0,"wAsc":2276,"wDes":932,"xH":1196,"capH":1520,"yMin":-932,"yMax":2276,"hAsc":2276,"hDes":-932,"lGap":0}},{"family":"Bowlby One SC","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":2048,"asc":2248,"des":-876,"tAsc":2248,"tDes":-876,"tLGap":0,"wAsc":2248,"wDes":876,"xH":1392,"capH":1520,"yMin":-876,"yMax":2248,"hAsc":2248,"hDes":-876,"lGap":0}},{"family":"Brawler","fallbacks":["serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":2048,"asc":1988,"des":-506,"tAsc":1988,"tDes":-506,"tLGap":0,"wAsc":1988,"wDes":506,"xH":1065,"capH":1434,"yMin":-506,"yMax":1988,"hAsc":1988,"hDes":-506,"lGap":0}},{"family":"Bree Serif","fallbacks":["serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1077,"des":-281,"tAsc":1077,"tDes":-281,"tLGap":0,"wAsc":1077,"wDes":281,"xH":503,"capH":665,"yMin":-281,"yMax":1077,"hAsc":1077,"hDes":-281,"lGap":0}},{"family":"Brush Script MT","fallbacks":["cursive"],"metrics":{"upm":2048,"asc":1820,"des":-692,"tAsc":1229,"tDes":-506,"tLGap":456,"wAsc":1820,"wDes":1820,"yMin":-692,"yMax":1983,"hAsc":1820,"hDes":-692,"lGap":0},"weights":[400,700],"styles":["italic","regular"],"service":"system"},{"family":"Brygada 1918","fallbacks":["serif"],"weights":[400,500,600,700],"styles":["regular","italic"],"variants":[[0,400],[0,500],[0,600],[0,700],[1,400],[1,500],[1,600],[1,700]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":920,"des":-250,"tAsc":920,"tDes":-250,"tLGap":0,"wAsc":1070,"wDes":440,"xH":460,"capH":670,"yMin":-436,"yMax":1049,"hAsc":920,"hDes":-250,"lGap":0}},{"family":"Bubblegum Sans","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":852,"des":-311,"tAsc":852,"tDes":-311,"tLGap":0,"wAsc":852,"wDes":311,"xH":410,"capH":470,"yMin":-311,"yMax":852,"hAsc":852,"hDes":-311,"lGap":0}},{"family":"Bubbler One","fallbacks":["sans-serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":900,"des":-263,"tAsc":900,"tDes":-263,"tLGap":0,"wAsc":900,"wDes":65273,"xH":500,"capH":700,"yMin":-263,"yMax":900,"hAsc":900,"hDes":-263,"lGap":0}},{"family":"Buda","fallbacks":["cursive"],"weights":[300],"styles":[],"variants":[[0,300]],"service":"fonts.google.com","metrics":{"upm":2048,"asc":1836,"des":-724,"tAsc":1519,"tDes":-529,"tLGap":512,"wAsc":1836,"wDes":724,"yMin":-446,"yMax":1862,"hAsc":1836,"hDes":-724,"lGap":0}},{"family":"Buenard","fallbacks":["serif"],"weights":[400,700],"styles":["regular"],"variants":[[0,400],[0,700]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1031,"des":-270,"tAsc":1031,"tDes":-270,"tLGap":0,"wAsc":1031,"wDes":270,"xH":95,"capH":178,"yMin":-260,"yMax":1009,"hAsc":1031,"hDes":-270,"lGap":0}},{"family":"Bungee","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":860,"des":-140,"tAsc":860,"tDes":-140,"tLGap":200,"wAsc":1634,"wDes":914,"xH":500,"capH":720,"yMin":-916,"yMax":1636,"hAsc":860,"hDes":-140,"lGap":200}},{"family":"Bungee Hairline","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":860,"des":-140,"tAsc":860,"tDes":-140,"tLGap":200,"wAsc":1614,"wDes":894,"xH":500,"capH":720,"yMin":-894,"yMax":1614,"hAsc":860,"hDes":-140,"lGap":200}},{"family":"Bungee Inline","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":860,"des":-140,"tAsc":860,"tDes":-140,"tLGap":200,"wAsc":1634,"wDes":914,"xH":500,"capH":720,"yMin":-916,"yMax":1636,"hAsc":860,"hDes":-140,"lGap":200}},{"family":"Bungee Outline","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":860,"des":-140,"tAsc":860,"tDes":-140,"tLGap":200,"wAsc":1644,"wDes":924,"xH":500,"capH":720,"yMin":-924,"yMax":1644,"hAsc":860,"hDes":-140,"lGap":200}},{"family":"Bungee Shade","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":860,"des":-140,"tAsc":860,"tDes":-140,"tLGap":200,"wAsc":1634,"wDes":914,"xH":500,"capH":720,"yMin":-916,"yMax":1636,"hAsc":860,"hDes":-140,"lGap":200}},{"family":"Butcherman","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":2048,"asc":2600,"des":-1363,"tAsc":2600,"tDes":-1363,"tLGap":0,"wAsc":2600,"wDes":1363,"xH":1521,"capH":1509,"yMin":-1363,"yMax":2600,"hAsc":2600,"hDes":-1363,"lGap":0}},{"family":"Butterfly Kids","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1024,"asc":917,"des":-304,"tAsc":917,"tDes":-304,"tLGap":0,"wAsc":917,"wDes":304,"xH":338,"capH":802,"yMin":-304,"yMax":917,"hAsc":917,"hDes":-304,"lGap":0}},{"family":"Cabin","fallbacks":["sans-serif"],"weights":[400,500,600,700],"styles":["regular","italic"],"variants":[[0,400],[0,500],[0,600],[0,700],[1,400],[1,500],[1,600],[1,700]],"service":"fonts.google.com","metrics":{"upm":2000,"asc":1930,"des":-500,"tAsc":1930,"tDes":-500,"tLGap":0,"wAsc":2300,"wDes":630,"xH":980,"capH":1400,"yMin":-608,"yMax":2276,"hAsc":1930,"hDes":-500,"lGap":0}},{"family":"Cabin Condensed","fallbacks":["sans-serif"],"weights":[400,500,600,700],"styles":["regular"],"variants":[[0,400],[0,500],[0,600],[0,700]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":965,"des":-250,"tAsc":965,"tDes":-250,"tLGap":0,"wAsc":1139,"wDes":314,"xH":490,"capH":700,"yMin":-284,"yMax":1124,"hAsc":965,"hDes":-250,"lGap":0}},{"family":"Cabin Sketch","fallbacks":["cursive"],"weights":[400,700],"styles":["regular"],"variants":[[0,400],[0,700]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":873,"des":-298,"tAsc":873,"tDes":-298,"tLGap":0,"wAsc":873,"wDes":298,"xH":505,"capH":652,"yMin":-249,"yMax":865,"hAsc":873,"hDes":-298,"lGap":0}},{"family":"Caesar Dressing","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1024,"asc":1017,"des":-226,"tAsc":1017,"tDes":-226,"tLGap":0,"wAsc":1017,"wDes":231,"xH":772,"capH":773,"yMin":-226,"yMax":1017,"hAsc":1017,"hDes":-226,"lGap":0}},{"family":"Cagliostro","fallbacks":["sans-serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":998,"des":-355,"tAsc":998,"tDes":-355,"tLGap":0,"wAsc":998,"wDes":355,"xH":444,"capH":700,"yMin":-355,"yMax":998,"hAsc":998,"hDes":-355,"lGap":0}},{"family":"Cairo","fallbacks":["sans-serif"],"weights":[200,300,400,500,600,700,800,900],"styles":["regular"],"variants":[[0,200],[0,300],[0,400],[0,500],[0,600],[0,700],[0,800],[0,900]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1303,"des":-571,"tAsc":1303,"tDes":-571,"tLGap":0,"wAsc":1312,"wDes":571,"xH":500,"capH":700,"yMin":-430,"yMax":1084,"hAsc":1303,"hDes":-571,"lGap":0}},{"family":"Caladea","fallbacks":["serif"],"weights":[400,700],"styles":["regular","italic"],"variants":[[0,400],[1,400],[0,700],[1,700]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":900,"des":-250,"tAsc":900,"tDes":-250,"tLGap":0,"wAsc":1050,"wDes":250,"xH":467,"capH":667,"yMin":-222,"yMax":936,"hAsc":900,"hDes":-250,"lGap":0}},{"family":"Calistoga","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1000,"des":-300,"tAsc":1000,"tDes":-300,"tLGap":0,"wAsc":1300,"wDes":400,"xH":530,"capH":698,"yMin":-396,"yMax":1225,"hAsc":1000,"hDes":-300,"lGap":0}},{"family":"Calligraffitti","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1024,"asc":986,"des":-607,"tAsc":866,"tDes":-457,"tLGap":28,"wAsc":986,"wDes":607,"xH":819,"capH":841,"yMin":-607,"yMax":986,"hAsc":986,"hDes":-607,"lGap":14}},{"family":"Cambay","fallbacks":["sans-serif"],"weights":[400,700],"styles":["regular","italic"],"variants":[[0,400],[1,400],[0,700],[1,700]],"service":"fonts.google.com","metrics":{"upm":800,"asc":800,"des":-503,"tAsc":800,"tDes":-503,"tLGap":0,"wAsc":800,"wDes":503,"xH":384,"capH":550,"yMin":-499,"yMax":760,"hAsc":800,"hDes":-503,"lGap":0}},{"family":"Cambo","fallbacks":["serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":879,"des":-243,"tAsc":879,"tDes":-243,"tLGap":0,"wAsc":879,"wDes":243,"xH":506,"capH":676,"yMin":-243,"yMax":879,"hAsc":879,"hDes":-243,"lGap":0}},{"family":"Candal","fallbacks":["sans-serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":2048,"asc":2226,"des":-432,"tAsc":2226,"tDes":-432,"tLGap":0,"wAsc":2226,"wDes":432,"xH":1079,"capH":1414,"yMin":-997,"yMax":2226,"hAsc":2226,"hDes":-432,"lGap":0}},{"family":"Cantarell","fallbacks":["sans-serif"],"weights":[400,700],"styles":["regular","italic"],"variants":[[0,400],[1,400],[0,700],[1,700]],"service":"fonts.google.com","metrics":{"upm":2048,"asc":2137,"des":-555,"tAsc":1514,"tDes":-534,"tLGap":211,"wAsc":2137,"wDes":555,"yMin":-555,"yMax":2137,"hAsc":2137,"hDes":-555,"lGap":211}},{"family":"Cantata One","fallbacks":["serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":2048,"asc":2040,"des":-560,"tAsc":2040,"tDes":-560,"tLGap":0,"wAsc":2040,"wDes":560,"xH":1023,"capH":1530,"yMin":-560,"yMax":2040,"hAsc":2040,"hDes":-560,"lGap":0}},{"family":"Cantora One","fallbacks":["sans-serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1000,"des":-250,"tAsc":1000,"tDes":-250,"tLGap":0,"wAsc":1000,"wDes":250,"xH":500,"capH":700,"yMin":-250,"yMax":1000,"hAsc":1000,"hDes":-250,"lGap":0}},{"family":"Capriola","fallbacks":["sans-serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":2048,"asc":1992,"des":-568,"tAsc":1992,"tDes":-568,"tLGap":0,"wAsc":1992,"wDes":568,"xH":1128,"capH":1533,"yMin":-568,"yMax":1994,"hAsc":1992,"hDes":-568,"lGap":0}},{"family":"Caramel","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":900,"des":-300,"tAsc":900,"tDes":-300,"tLGap":0,"wAsc":923,"wDes":335,"xH":270,"capH":650,"yMin":-335,"yMax":923,"hAsc":900,"hDes":-300,"lGap":0}},{"family":"Carattere","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":800,"des":-350,"tAsc":800,"tDes":-350,"tLGap":0,"wAsc":1011,"wDes":568,"xH":350,"capH":690,"yMin":-568,"yMax":1011,"hAsc":800,"hDes":-350,"lGap":0}},{"family":"Cardo","fallbacks":["serif"],"weights":[400,700],"styles":["regular","italic"],"variants":[[0,400],[1,400],[0,700]],"service":"fonts.google.com","metrics":{"upm":2048,"asc":2028,"des":-745,"tAsc":2028,"tDes":-745,"tLGap":0,"wAsc":2028,"wDes":745,"xH":900,"capH":1410,"yMin":-745,"yMax":2336,"hAsc":2028,"hDes":-745,"lGap":0}},{"family":"Carme","fallbacks":["sans-serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":2048,"asc":1946,"des":-513,"tAsc":1946,"tDes":-513,"tLGap":0,"wAsc":1946,"wDes":513,"xH":1024,"capH":1434,"yMin":-513,"yMax":1946,"hAsc":1946,"hDes":-513,"lGap":0}},{"family":"Carrois Gothic","fallbacks":["sans-serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":922,"des":-270,"tAsc":922,"tDes":-270,"tLGap":0,"wAsc":922,"wDes":270,"xH":560,"capH":720,"yMin":-270,"yMax":922,"hAsc":922,"hDes":-270,"lGap":0}},{"family":"Carrois Gothic SC","fallbacks":["sans-serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":922,"des":-270,"tAsc":922,"tDes":-270,"tLGap":0,"wAsc":922,"wDes":270,"xH":560,"capH":720,"yMin":-270,"yMax":922,"hAsc":922,"hDes":-270,"lGap":0}},{"family":"Carter One","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":2048,"asc":2264,"des":-890,"tAsc":2264,"tDes":-890,"tLGap":0,"wAsc":2264,"wDes":890,"xH":473,"capH":1481,"yMin":-891,"yMax":2264,"hAsc":2264,"hDes":-890,"lGap":0}},{"family":"Castoro","fallbacks":["serif"],"weights":[400],"styles":["regular","italic"],"variants":[[0,400],[1,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":755,"des":-245,"tAsc":755,"tDes":-245,"tLGap":250,"wAsc":1091,"wDes":430,"xH":475,"capH":699,"yMin":-430,"yMax":1091,"hAsc":755,"hDes":-245,"lGap":250}},{"family":"Catamaran","fallbacks":["sans-serif"],"weights":[100,200,300,400,500,600,700,800,900],"styles":["regular"],"variants":[[0,100],[0,200],[0,300],[0,400],[0,500],[0,600],[0,700],[0,800],[0,900]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1100,"des":-540,"tAsc":1100,"tDes":-540,"tLGap":0,"wAsc":1100,"wDes":540,"xH":485,"capH":680,"yMin":-377,"yMax":1100,"hAsc":1100,"hDes":-540,"lGap":0}},{"family":"Caudex","fallbacks":["serif"],"weights":[400,700],"styles":["regular","italic"],"variants":[[0,400],[1,400],[0,700],[1,700]],"service":"fonts.google.com","metrics":{"upm":2048,"asc":2034,"des":-606,"tAsc":2034,"tDes":-606,"tLGap":0,"wAsc":2034,"wDes":606,"yMin":-606,"yMax":2034,"hAsc":2034,"hDes":-606,"lGap":0}},{"family":"Caveat","fallbacks":["cursive"],"weights":[400,500,600,700],"styles":["regular"],"variants":[[0,400],[0,500],[0,600],[0,700]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":960,"des":-300,"tAsc":960,"tDes":-300,"tLGap":0,"wAsc":974,"wDes":315,"xH":400,"capH":610,"yMin":-299,"yMax":960,"hAsc":960,"hDes":-300,"lGap":0}},{"family":"Caveat Brush","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":960,"des":-300,"tAsc":960,"tDes":-300,"tLGap":0,"wAsc":960,"wDes":300,"xH":420,"capH":660,"yMin":-300,"yMax":900,"hAsc":960,"hDes":-300,"lGap":0}},{"family":"Cedarville Cursive","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1024,"asc":1279,"des":-663,"tAsc":1279,"tDes":-663,"tLGap":0,"wAsc":1279,"wDes":663,"xH":400,"capH":775,"yMin":-663,"yMax":1279,"hAsc":1279,"hDes":-663,"lGap":0}},{"family":"Century Gothic","fallbacks":["CenturyGothic","AppleGothic","sans-serif"],"metrics":{"upm":2048,"asc":2060,"des":-451,"tAsc":1536,"tDes":-426,"tLGap":229,"wAsc":1989,"wDes":1989,"yMin":-628,"yMax":2170,"hAsc":2060,"hDes":-451,"lGap":0},"weights":[400,700],"styles":["italic","regular"],"service":"system"},{"family":"Ceviche One","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":806,"des":-237,"tAsc":806,"tDes":-237,"tLGap":0,"wAsc":806,"wDes":237,"xH":451,"capH":425,"yMin":-237,"yMax":806,"hAsc":806,"hDes":-237,"lGap":0}},{"family":"Chakra Petch","fallbacks":["sans-serif"],"weights":[300,400,500,600,700],"styles":["italic","regular"],"variants":[[0,300],[1,300],[0,400],[1,400],[0,500],[1,500],[0,600],[1,600],[0,700],[1,700]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":992,"des":-308,"tAsc":992,"tDes":-308,"tLGap":0,"wAsc":1248,"wDes":566,"xH":498,"capH":700,"yMin":-533,"yMax":1236,"hAsc":992,"hDes":-308,"lGap":0}},{"family":"Changa","fallbacks":["sans-serif"],"weights":[200,300,400,500,600,700,800],"styles":["regular"],"variants":[[0,200],[0,300],[0,400],[0,500],[0,600],[0,700],[0,800]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1227,"des":-613,"tAsc":1227,"tDes":-613,"tLGap":0,"wAsc":1368,"wDes":680,"xH":500,"capH":625,"yMin":-553,"yMax":1223,"hAsc":1227,"hDes":-613,"lGap":0}},{"family":"Changa One","fallbacks":["cursive"],"weights":[400],"styles":["regular","italic"],"variants":[[0,400],[1,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":882,"des":-180,"tAsc":882,"tDes":-180,"tLGap":0,"wAsc":882,"wDes":180,"xH":500,"capH":625,"yMin":-180,"yMax":882,"hAsc":882,"hDes":-180,"lGap":0}},{"family":"Chango","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":995,"des":-216,"tAsc":995,"tDes":-216,"tLGap":0,"wAsc":995,"wDes":216,"xH":509,"capH":700,"yMin":-216,"yMax":995,"hAsc":995,"hDes":-216,"lGap":0}},{"family":"Charm","fallbacks":["cursive"],"weights":[400,700],"styles":["regular"],"variants":[[0,400],[0,700]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1115,"des":-434,"tAsc":1115,"tDes":-434,"tLGap":0,"wAsc":1639,"wDes":714,"xH":466,"capH":684,"yMin":-692,"yMax":1597,"hAsc":1115,"hDes":-434,"lGap":0}},{"family":"Charmonman","fallbacks":["cursive"],"weights":[400,700],"styles":["regular"],"variants":[[0,400],[0,700]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1200,"des":-700,"tAsc":1200,"tDes":-700,"tLGap":0,"wAsc":1630,"wDes":937,"xH":420,"capH":700,"yMin":-919,"yMax":1562,"hAsc":1200,"hDes":-700,"lGap":0}},{"family":"Chathura","fallbacks":["sans-serif"],"weights":[100,300,400,700,800],"styles":["regular"],"variants":[[0,100],[0,300],[0,400],[0,700],[0,800]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1020,"des":-602,"tAsc":1020,"tDes":-602,"tLGap":0,"wAsc":1020,"wDes":602,"xH":294,"capH":404,"yMin":-602,"yMax":1020,"hAsc":1020,"hDes":-602,"lGap":0}},{"family":"Chau Philomene One","fallbacks":["sans-serif"],"weights":[400],"styles":["regular","italic"],"variants":[[0,400],[1,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1033,"des":-334,"tAsc":1033,"tDes":-334,"tLGap":0,"wAsc":1033,"wDes":334,"xH":512,"capH":752,"yMin":-334,"yMax":1033,"hAsc":1033,"hDes":-334,"lGap":0}},{"family":"Chela One","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":942,"des":-235,"tAsc":942,"tDes":-235,"tLGap":0,"wAsc":942,"wDes":235,"xH":534,"capH":721,"yMin":-235,"yMax":942,"hAsc":942,"hDes":-235,"lGap":0}},{"family":"Chelsea Market","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1024,"asc":1029,"des":-274,"tAsc":1029,"tDes":-274,"tLGap":0,"wAsc":1029,"wDes":274,"xH":608,"capH":796,"yMin":-274,"yMax":1029,"hAsc":1029,"hDes":-274,"lGap":0}},{"family":"Chenla","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":2048,"asc":2500,"des":-1200,"tAsc":2500,"tDes":-1200,"tLGap":307,"wAsc":2500,"wDes":1200,"xH":0,"capH":0,"yMin":-1200,"yMax":2500,"hAsc":2500,"hDes":-1200,"lGap":67}},{"family":"Cherish","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":850,"des":-320,"tAsc":850,"tDes":-320,"tLGap":0,"wAsc":981,"wDes":465,"xH":330,"capH":600,"yMin":-465,"yMax":981,"hAsc":850,"hDes":-320,"lGap":0}},{"family":"Cherry Cream Soda","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1024,"asc":1006,"des":-247,"tAsc":738,"tDes":-247,"tLGap":57,"wAsc":1006,"wDes":247,"xH":502,"capH":741,"yMin":-247,"yMax":1006,"hAsc":1006,"hDes":-247,"lGap":29}},{"family":"Cherry Swash","fallbacks":["cursive"],"weights":[400,700],"styles":["regular"],"variants":[[0,400],[0,700]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1025,"des":-301,"tAsc":1025,"tDes":-301,"tLGap":0,"wAsc":1025,"wDes":301,"xH":500,"capH":700,"yMin":-301,"yMax":1000,"hAsc":1025,"hDes":-301,"lGap":0}},{"family":"Chewy","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1024,"asc":1003,"des":-310,"tAsc":801,"tDes":-308,"tLGap":49,"wAsc":1003,"wDes":310,"xH":577,"capH":768,"yMin":-310,"yMax":1003,"hAsc":1003,"hDes":-310,"lGap":25}},{"family":"Chicle","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":915,"des":-294,"tAsc":915,"tDes":-294,"tLGap":0,"wAsc":915,"wDes":294,"xH":277,"capH":513,"yMin":-294,"yMax":915,"hAsc":915,"hDes":-294,"lGap":0}},{"family":"Chilanka","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":2048,"asc":1500,"des":-750,"tAsc":1500,"tDes":-750,"tLGap":0,"wAsc":1914,"wDes":1282,"xH":999,"capH":1448,"yMin":-1282,"yMax":1914,"hAsc":1500,"hDes":-750,"lGap":0}},{"family":"Chivo","fallbacks":["sans-serif"],"weights":[300,400,700,900],"styles":["italic","regular"],"variants":[[0,300],[1,300],[0,400],[1,400],[0,700],[1,700],[0,900],[1,900]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":940,"des":-250,"tAsc":940,"tDes":-250,"tLGap":0,"wAsc":937,"wDes":250,"xH":511,"capH":686,"yMin":-250,"yMax":926,"hAsc":940,"hDes":-250,"lGap":0}},{"family":"Chonburi","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":950,"des":-250,"tAsc":750,"tDes":-250,"tLGap":200,"wAsc":950,"wDes":250,"xH":536,"capH":714,"yMin":-401,"yMax":1072,"hAsc":950,"hDes":-250,"lGap":0}},{"family":"Cinzel","fallbacks":["serif"],"weights":[400,500,600,700,800,900],"styles":["regular"],"variants":[[0,400],[0,500],[0,600],[0,700],[0,800],[0,900]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":976,"des":-372,"tAsc":976,"tDes":-372,"tLGap":0,"wAsc":976,"wDes":372,"xH":500,"capH":700,"yMin":-372,"yMax":976,"hAsc":976,"hDes":-372,"lGap":0}},{"family":"Cinzel Decorative","fallbacks":["cursive"],"weights":[400,700,900],"styles":["regular"],"variants":[[0,400],[0,700],[0,900]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":976,"des":-372,"tAsc":976,"tDes":-372,"tLGap":0,"wAsc":976,"wDes":372,"xH":714,"capH":700,"yMin":-284,"yMax":945,"hAsc":976,"hDes":-372,"lGap":0}},{"family":"Clicker Script","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":2048,"asc":1898,"des":-807,"tAsc":1898,"tDes":-807,"tLGap":0,"wAsc":1898,"wDes":807,"xH":621,"capH":1358,"yMin":-807,"yMax":1898,"hAsc":1898,"hDes":-807,"lGap":0}},{"family":"Coda","fallbacks":["cursive"],"weights":[400,800],"styles":["regular"],"variants":[[0,400],[0,800]],"service":"fonts.google.com","metrics":{"upm":2048,"asc":2124,"des":-784,"tAsc":2124,"tDes":-784,"tLGap":0,"wAsc":2124,"wDes":784,"yMin":-691,"yMax":2124,"hAsc":2124,"hDes":-784,"lGap":0}},{"family":"Coda Caption","fallbacks":["sans-serif"],"weights":[800],"styles":[],"variants":[[0,800]],"service":"fonts.google.com","metrics":{"upm":2048,"asc":2450,"des":-783,"tAsc":2450,"tDes":-783,"tLGap":0,"wAsc":2450,"wDes":783,"yMin":-1021,"yMax":2655,"hAsc":2450,"hDes":-783,"lGap":0}},{"family":"Codystar","fallbacks":["cursive"],"weights":[300,400],"styles":["regular"],"variants":[[0,300],[0,400]],"service":"fonts.google.com","metrics":{"upm":1024,"asc":953,"des":-255,"tAsc":953,"tDes":-255,"tLGap":0,"wAsc":953,"wDes":255,"xH":753,"capH":761,"yMin":-255,"yMax":953,"hAsc":953,"hDes":-255,"lGap":0}},{"family":"Coiny","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":750,"des":250,"tAsc":750,"tDes":-250,"tLGap":600,"wAsc":750,"wDes":250,"yMin":-466,"yMax":1311,"hAsc":750,"hDes":250,"lGap":600}},{"family":"Combo","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":907,"des":-269,"tAsc":907,"tDes":-269,"tLGap":0,"wAsc":907,"wDes":269,"xH":516,"capH":670,"yMin":-269,"yMax":907,"hAsc":907,"hDes":-269,"lGap":0}},{"family":"Comfortaa","fallbacks":["cursive"],"weights":[300,400,500,600,700],"styles":["regular"],"variants":[[0,300],[0,400],[0,500],[0,600],[0,700]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":881,"des":-234,"tAsc":881,"tDes":-234,"tLGap":0,"wAsc":1285,"wDes":332,"xH":547,"capH":781,"yMin":-289,"yMax":1264,"hAsc":881,"hDes":-234,"lGap":0}},{"family":"Comforter","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":930,"des":-480,"tAsc":930,"tDes":-480,"tLGap":0,"wAsc":1167,"wDes":739,"xH":400,"capH":750,"yMin":-654,"yMax":1119,"hAsc":930,"hDes":-480,"lGap":0}},{"family":"Comforter Brush","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":930,"des":-480,"tAsc":930,"tDes":-480,"tLGap":0,"wAsc":1167,"wDes":739,"xH":400,"capH":750,"yMin":-661,"yMax":1114,"hAsc":930,"hDes":-480,"lGap":0}},{"family":"Comic Neue","fallbacks":["cursive"],"weights":[300,400,700],"styles":["italic","regular"],"variants":[[0,300],[1,300],[0,400],[1,400],[0,700],[1,700]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":900,"des":-250,"tAsc":900,"tDes":-250,"tLGap":0,"wAsc":1000,"wDes":350,"xH":487,"capH":670,"yMin":-215,"yMax":928,"hAsc":900,"hDes":-250,"lGap":0}},{"family":"Coming Soon","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1024,"asc":1053,"des":-498,"tAsc":792,"tDes":-444,"tLGap":42,"wAsc":1053,"wDes":498,"xH":569,"capH":763,"yMin":-498,"yMax":1053,"hAsc":1053,"hDes":-498,"lGap":21}},{"family":"Commissioner","fallbacks":["sans-serif"],"weights":[100,200,300,400,500,600,700,800,900],"styles":["regular"],"variants":[[0,100],[0,200],[0,300],[0,400],[0,500],[0,600],[0,700],[0,800],[0,900]],"service":"fonts.google.com","metrics":{"upm":2000,"asc":2034,"des":-412,"tAsc":2034,"tDes":-412,"tLGap":0,"wAsc":2424,"wDes":586,"xH":988,"capH":1426,"yMin":-564,"yMax":2282,"hAsc":2034,"hDes":-412,"lGap":0}},{"family":"Concert One","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":2048,"asc":2005,"des":410,"tAsc":2005,"tDes":410,"tLGap":0,"wAsc":2005,"wDes":410,"xH":1004,"capH":1400,"yMin":-400,"yMax":1958,"hAsc":2005,"hDes":410,"lGap":0}},{"family":"Condiment","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":882,"des":-641,"tAsc":882,"tDes":-641,"tLGap":0,"wAsc":882,"wDes":641,"xH":317,"capH":327,"yMin":-641,"yMax":882,"hAsc":882,"hDes":-641,"lGap":0}},{"family":"Content","fallbacks":["cursive"],"weights":[400,700],"styles":["regular"],"variants":[[0,400],[0,700]],"service":"fonts.google.com","metrics":{"upm":2048,"asc":2500,"des":-1200,"tAsc":2500,"tDes":-1200,"tLGap":307,"wAsc":2500,"wDes":1200,"xH":0,"capH":0,"yMin":-1200,"yMax":2500,"hAsc":2500,"hDes":-1200,"lGap":67}},{"family":"Contrail One","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":2048,"asc":1939,"des":-625,"tAsc":1939,"tDes":-625,"tLGap":0,"wAsc":1939,"wDes":625,"xH":255,"capH":421,"yMin":-625,"yMax":1939,"hAsc":1939,"hDes":-625,"lGap":0}},{"family":"Convergence","fallbacks":["sans-serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":943,"des":-230,"tAsc":943,"tDes":-230,"tLGap":0,"wAsc":943,"wDes":230,"xH":541,"capH":727,"yMin":-230,"yMax":943,"hAsc":943,"hDes":-230,"lGap":0}},{"family":"Cookie","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":789,"des":-320,"tAsc":789,"tDes":-320,"tLGap":0,"wAsc":789,"wDes":320,"xH":115,"capH":312,"yMin":-320,"yMax":789,"hAsc":789,"hDes":-320,"lGap":0}},{"family":"Copperplate","fallbacks":["Copperplate Gothic Light","fantasy"],"metrics":{"upm":1000,"asc":763,"des":-248,"tAsc":763,"tDes":-250,"tLGap":20,"wAsc":763,"wDes":763,"xH":440,"capH":526,"yMin":-248,"yMax":924,"hAsc":763,"hDes":-248,"lGap":19},"weights":[400,700],"styles":["italic","regular"],"service":"system"},{"family":"Copse","fallbacks":["serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":2048,"asc":1991,"des":-483,"tAsc":1583,"tDes":-439,"tLGap":113,"wAsc":1991,"wDes":483,"xH":1001,"capH":1505,"yMin":-483,"yMax":1991,"hAsc":1991,"hDes":-483,"lGap":57}},{"family":"Corben","fallbacks":["cursive"],"weights":[400,700],"styles":["regular"],"variants":[[0,400],[0,700]],"service":"fonts.google.com","metrics":{"upm":2048,"asc":2826,"des":-969,"tAsc":2826,"tDes":-969,"tLGap":0,"wAsc":2826,"wDes":969,"xH":958,"capH":1404,"yMin":-495,"yMax":2202,"hAsc":2826,"hDes":-969,"lGap":0}},{"family":"Cormorant","fallbacks":["serif"],"weights":[300,400,500,600,700],"styles":["italic","regular"],"variants":[[0,300],[1,300],[0,400],[1,400],[0,500],[1,500],[0,600],[1,600],[0,700],[1,700]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":924,"des":-287,"tAsc":924,"tDes":-287,"tLGap":0,"wAsc":937,"wDes":283,"xH":386,"capH":625,"yMin":-283,"yMax":925,"hAsc":924,"hDes":-287,"lGap":0}},{"family":"Cormorant Garamond","fallbacks":["serif"],"weights":[300,400,500,600,700],"styles":["italic","regular"],"variants":[[0,300],[1,300],[0,400],[1,400],[0,500],[1,500],[0,600],[1,600],[0,700],[1,700]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":924,"des":-287,"tAsc":924,"tDes":-287,"tLGap":0,"wAsc":937,"wDes":283,"xH":386,"capH":625,"yMin":-283,"yMax":927,"hAsc":924,"hDes":-287,"lGap":0}},{"family":"Cormorant Infant","fallbacks":["serif"],"weights":[300,400,500,600,700],"styles":["italic","regular"],"variants":[[0,300],[1,300],[0,400],[1,400],[0,500],[1,500],[0,600],[1,600],[0,700],[1,700]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":924,"des":-287,"tAsc":924,"tDes":-287,"tLGap":0,"wAsc":937,"wDes":283,"xH":386,"capH":625,"yMin":-283,"yMax":927,"hAsc":924,"hDes":-287,"lGap":0}},{"family":"Cormorant SC","fallbacks":["serif"],"weights":[300,400,500,600,700],"styles":["regular"],"variants":[[0,300],[0,400],[0,500],[0,600],[0,700]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":924,"des":-287,"tAsc":924,"tDes":-287,"tLGap":0,"wAsc":937,"wDes":283,"xH":386,"capH":625,"yMin":-283,"yMax":927,"hAsc":924,"hDes":-287,"lGap":0}},{"family":"Cormorant Unicase","fallbacks":["serif"],"weights":[300,400,500,600,700],"styles":["regular"],"variants":[[0,300],[0,400],[0,500],[0,600],[0,700]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":924,"des":-287,"tAsc":924,"tDes":-287,"tLGap":0,"wAsc":937,"wDes":283,"xH":386,"capH":625,"yMin":-283,"yMax":927,"hAsc":924,"hDes":-287,"lGap":0}},{"family":"Cormorant Upright","fallbacks":["serif"],"weights":[300,400,500,600,700],"styles":["regular"],"variants":[[0,300],[0,400],[0,500],[0,600],[0,700]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":924,"des":-287,"tAsc":924,"tDes":-287,"tLGap":0,"wAsc":937,"wDes":283,"xH":386,"capH":625,"yMin":-281,"yMax":904,"hAsc":924,"hDes":-287,"lGap":0}},{"family":"Courgette","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":2048,"asc":2000,"des":-560,"tAsc":2000,"tDes":-560,"tLGap":0,"wAsc":2000,"wDes":560,"xH":112,"capH":301,"yMin":-560,"yMax":2005,"hAsc":2000,"hDes":-560,"lGap":0}},{"family":"Courier New","fallbacks":["Courier","Lucida Sans Typewriter","Lucida Typewriter","monospace"],"metrics":{"upm":2048,"asc":1705,"des":-615,"tAsc":1255,"tDes":-386,"tLGap":0,"wAsc":1705,"wDes":1705,"xH":866,"capH":1170,"yMin":-1392,"yMax":2091,"hAsc":1705,"hDes":-615,"lGap":0},"weights":[400,700],"styles":["italic","regular"],"service":"system"},{"family":"Courier Prime","fallbacks":["monospace"],"weights":[400,700],"styles":["regular","italic"],"variants":[[0,400],[1,400],[0,700],[1,700]],"service":"fonts.google.com","metrics":{"upm":2048,"asc":1600,"des":-700,"tAsc":1600,"tDes":-700,"tLGap":0,"wAsc":1900,"wDes":800,"xH":924,"capH":1187,"yMin":-526,"yMax":1827,"hAsc":1600,"hDes":-700,"lGap":0}},{"family":"Cousine","fallbacks":["monospace"],"weights":[400,700],"styles":["regular","italic"],"variants":[[0,400],[1,400],[0,700],[1,700]],"service":"fonts.google.com","metrics":{"upm":2048,"asc":1705,"des":-615,"tAsc":1255,"tDes":-386,"tLGap":0,"wAsc":1705,"wDes":615,"xH":1082,"capH":1349,"yMin":-615,"yMax":2009,"hAsc":1705,"hDes":-615,"lGap":0}},{"family":"Coustard","fallbacks":["serif"],"weights":[400,900],"styles":["regular"],"variants":[[0,400],[0,900]],"service":"fonts.google.com","metrics":{"upm":2048,"asc":2095,"des":-781,"tAsc":2095,"tDes":-781,"tLGap":0,"wAsc":2095,"wDes":781,"xH":1095,"capH":346,"yMin":-646,"yMax":2090,"hAsc":2095,"hDes":-781,"lGap":0}},{"family":"Covered By Your Grace","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1024,"asc":995,"des":-384,"tAsc":995,"tDes":-384,"tLGap":0,"wAsc":995,"wDes":384,"xH":500,"capH":795,"yMin":-384,"yMax":1021,"hAsc":995,"hDes":-384,"lGap":0}},{"family":"Crafty Girls","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1024,"asc":1001,"des":-461,"tAsc":761,"tDes":-327,"tLGap":40,"wAsc":1001,"wDes":461,"xH":548,"capH":772,"yMin":-461,"yMax":999,"hAsc":1001,"hDes":-461,"lGap":21}},{"family":"Creepster","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1024,"asc":974,"des":-223,"tAsc":974,"tDes":-223,"tLGap":0,"wAsc":974,"wDes":223,"xH":751,"capH":751,"yMin":-223,"yMax":971,"hAsc":974,"hDes":-223,"lGap":0}},{"family":"Crete Round","fallbacks":["serif"],"weights":[400],"styles":["regular","italic"],"variants":[[0,400],[1,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":990,"des":-286,"tAsc":990,"tDes":-286,"tLGap":0,"wAsc":990,"wDes":286,"xH":495,"capH":679,"yMin":-277,"yMax":990,"hAsc":990,"hDes":-286,"lGap":0}},{"family":"Crimson Pro","fallbacks":["serif"],"weights":[200,300,400,500,600,700,800,900],"styles":["regular","italic"],"variants":[[0,200],[0,300],[0,400],[0,500],[0,600],[0,700],[0,800],[0,900],[1,200],[1,300],[1,400],[1,500],[1,600],[1,700],[1,800],[1,900]],"service":"fonts.google.com","metrics":{"upm":1024,"asc":918,"des":-220,"tAsc":918,"tDes":-220,"tLGap":0,"wAsc":1006,"wDes":295,"xH":430,"capH":587,"yMin":-286,"yMax":984,"hAsc":918,"hDes":-220,"lGap":0}},{"family":"Croissant One","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1071,"des":-344,"tAsc":1071,"tDes":-344,"tLGap":0,"wAsc":1071,"wDes":344,"xH":500,"capH":700,"yMin":-344,"yMax":1071,"hAsc":1071,"hDes":-344,"lGap":0}},{"family":"Crushed","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":2048,"asc":1820,"des":-483,"tAsc":1374,"tDes":-115,"tLGap":100,"wAsc":1820,"wDes":483,"xH":958,"capH":1374,"yMin":-483,"yMax":1820,"hAsc":1820,"hDes":-483,"lGap":51}},{"family":"Cuprum","fallbacks":["sans-serif"],"weights":[400,500,600,700],"styles":["regular","italic"],"variants":[[0,400],[0,500],[0,600],[0,700],[1,400],[1,500],[1,600],[1,700]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":895,"des":-260,"tAsc":895,"tDes":-260,"tLGap":0,"wAsc":1100,"wDes":320,"xH":500,"capH":700,"yMin":-210,"yMax":1057,"hAsc":895,"hDes":-260,"lGap":0}},{"family":"Cute Font","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":710,"des":-290,"tAsc":710,"tDes":-290,"tLGap":250,"wAsc":708,"wDes":290,"xH":312,"capH":429,"yMin":-291,"yMax":708,"hAsc":710,"hDes":-290,"lGap":250}},{"family":"Cutive","fallbacks":["serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":2048,"asc":1473,"des":-575,"tAsc":2363,"tDes":804,"tLGap":0,"wAsc":2363,"wDes":804,"xH":1188,"capH":1714,"yMin":-785,"yMax":2364,"hAsc":1473,"hDes":-575,"lGap":200}},{"family":"Cutive Mono","fallbacks":["monospace"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":2048,"asc":1697,"des":-558,"tAsc":1697,"tDes":-558,"tLGap":0,"wAsc":1697,"wDes":558,"xH":774,"capH":1171,"yMin":-558,"yMax":1697,"hAsc":1697,"hDes":-558,"lGap":0}},{"family":"Damion","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":2048,"asc":2068,"des":-746,"tAsc":2068,"tDes":-746,"tLGap":0,"wAsc":2068,"wDes":746,"xH":299,"capH":432,"yMin":-746,"yMax":2068,"hAsc":2068,"hDes":-746,"lGap":0}},{"family":"Dancing Script","fallbacks":["cursive"],"weights":[400,500,600,700],"styles":["regular"],"variants":[[0,400],[0,500],[0,600],[0,700]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":920,"des":-280,"tAsc":920,"tDes":-280,"tLGap":0,"wAsc":1096,"wDes":306,"xH":332,"capH":720,"yMin":-284,"yMax":1095,"hAsc":920,"hDes":-280,"lGap":0}},{"family":"Dangrek","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":2048,"asc":2500,"des":-1200,"tAsc":2500,"tDes":-1200,"tLGap":0,"wAsc":2353,"wDes":1130,"xH":1098,"capH":1462,"yMin":-1130,"yMax":2353,"hAsc":2500,"hDes":-1200,"lGap":0}},{"family":"Darker Grotesque","fallbacks":["sans-serif"],"weights":[300,400,500,600,700,800,900],"styles":["regular"],"variants":[[0,300],[0,400],[0,500],[0,600],[0,700],[0,800],[0,900]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1060,"des":-296,"tAsc":1060,"tDes":-296,"tLGap":0,"wAsc":1060,"wDes":296,"xH":406,"capH":563,"yMin":-296,"yMax":1060,"hAsc":1060,"hDes":-296,"lGap":0}},{"family":"David Libre","fallbacks":["serif"],"weights":[400,500,700],"styles":["regular"],"variants":[[0,400],[0,500],[0,700]],"service":"fonts.google.com","metrics":{"upm":2048,"asc":1528,"des":-449,"tAsc":1528,"tDes":-449,"tLGap":0,"wAsc":1599,"wDes":449,"xH":989,"capH":1360,"yMin":-725,"yMax":2169,"hAsc":1528,"hDes":-449,"lGap":0}},{"family":"Dawning of a New Day","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1024,"asc":1151,"des":-500,"tAsc":1151,"tDes":-500,"tLGap":0,"wAsc":1151,"wDes":500,"xH":218,"capH":818,"yMin":-462,"yMax":1151,"hAsc":1151,"hDes":-500,"lGap":0}},{"family":"Days One","fallbacks":["sans-serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":2048,"asc":2040,"des":-567,"tAsc":2040,"tDes":-568,"tLGap":0,"wAsc":2040,"wDes":567,"xH":1096,"capH":1434,"yMin":-567,"yMax":2040,"hAsc":2040,"hDes":-567,"lGap":0}},{"family":"Dekko","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":2048,"asc":2231,"des":-1112,"tAsc":2231,"tDes":-1112,"tLGap":0,"wAsc":2231,"wDes":1112,"xH":995,"capH":1340,"yMin":-1112,"yMax":2231,"hAsc":2231,"hDes":-1112,"lGap":0}},{"family":"Dela Gothic One","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1160,"des":-288,"tAsc":880,"tDes":-120,"tLGap":0,"wAsc":1160,"wDes":288,"xH":540,"capH":726,"yMin":-288,"yMax":1150,"hAsc":1160,"hDes":-288,"lGap":0}},{"family":"Delius","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":986,"des":-270,"tAsc":986,"tDes":-270,"tLGap":0,"wAsc":986,"wDes":270,"xH":85,"capH":195,"yMin":-270,"yMax":986,"hAsc":986,"hDes":-270,"lGap":0}},{"family":"Delius Swash Caps","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":986,"des":-270,"tAsc":986,"tDes":-270,"tLGap":0,"wAsc":986,"wDes":270,"xH":113,"capH":282,"yMin":-270,"yMax":986,"hAsc":986,"hDes":-270,"lGap":0}},{"family":"Delius Unicase","fallbacks":["cursive"],"weights":[400,700],"styles":["regular"],"variants":[[0,400],[0,700]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1016,"des":-236,"tAsc":1016,"tDes":-236,"tLGap":0,"wAsc":1016,"wDes":236,"xH":320,"capH":195,"yMin":-236,"yMax":1016,"hAsc":1016,"hDes":-236,"lGap":0}},{"family":"Della Respira","fallbacks":["serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":2048,"asc":2196,"des":-607,"tAsc":2196,"tDes":-607,"tLGap":0,"wAsc":2196,"wDes":607,"yMin":-632,"yMax":2207,"hAsc":2196,"hDes":-607,"lGap":0}},{"family":"Denk One","fallbacks":["sans-serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":2048,"asc":2118,"des":-442,"tAsc":2118,"tDes":-442,"tLGap":0,"wAsc":2118,"wDes":442,"xH":1202,"capH":1690,"yMin":-442,"yMax":2118,"hAsc":2118,"hDes":-442,"lGap":0}},{"family":"Devonshire","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":981,"des":-433,"tAsc":981,"tDes":-433,"tLGap":0,"wAsc":981,"wDes":433,"xH":405,"capH":664,"yMin":-433,"yMax":981,"hAsc":981,"hDes":-433,"lGap":0}},{"family":"Dhurjati","fallbacks":["sans-serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":870,"asc":1101,"des":-509,"tAsc":1101,"tDes":-509,"tLGap":0,"wAsc":1101,"wDes":509,"xH":314,"capH":419,"yMin":-509,"yMax":1101,"hAsc":1101,"hDes":-509,"lGap":0}},{"family":"Didact Gothic","fallbacks":["sans-serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1046,"des":-265,"tAsc":1046,"tDes":-265,"tLGap":0,"wAsc":1169,"wDes":267,"xH":468,"capH":682,"yMin":-267,"yMax":1127,"hAsc":1046,"hDes":-265,"lGap":0}},{"family":"Diplomata","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":930,"des":-287,"tAsc":930,"tDes":-287,"tLGap":0,"wAsc":930,"wDes":287,"xH":558,"capH":650,"yMin":-287,"yMax":930,"hAsc":930,"hDes":-287,"lGap":0}},{"family":"Diplomata SC","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":930,"des":-287,"tAsc":930,"tDes":-287,"tLGap":0,"wAsc":930,"wDes":287,"xH":558,"capH":650,"yMin":-224,"yMax":930,"hAsc":930,"hDes":-287,"lGap":0}},{"family":"DM Mono","fallbacks":["monospace"],"weights":[300,400,500],"styles":["italic","regular"],"variants":[[0,300],[1,300],[0,400],[1,400],[0,500],[1,500]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":992,"des":-310,"tAsc":992,"tDes":-310,"tLGap":0,"wAsc":992,"wDes":310,"xH":496,"capH":700,"yMin":-270,"yMax":967,"hAsc":992,"hDes":-310,"lGap":0}},{"family":"DM Sans","fallbacks":["sans-serif"],"weights":[400,500,700],"styles":["regular","italic"],"variants":[[0,400],[1,400],[0,500],[1,500],[0,700],[1,700]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":992,"des":-310,"tAsc":992,"tDes":-310,"tLGap":0,"wAsc":992,"wDes":310,"xH":496,"capH":700,"yMin":-261,"yMax":967,"hAsc":992,"hDes":-310,"lGap":0}},{"family":"DM Serif Display","fallbacks":["serif"],"weights":[400],"styles":["regular","italic"],"variants":[[0,400],[1,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1036,"des":-335,"tAsc":1036,"tDes":-335,"tLGap":0,"wAsc":1036,"wDes":335,"xH":481,"capH":660,"yMin":-265,"yMax":916,"hAsc":1036,"hDes":-335,"lGap":0}},{"family":"DM Serif Text","fallbacks":["serif"],"weights":[400],"styles":["regular","italic"],"variants":[[0,400],[1,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1036,"des":-335,"tAsc":1036,"tDes":-335,"tLGap":0,"wAsc":1036,"wDes":335,"xH":480,"capH":661,"yMin":-263,"yMax":918,"hAsc":1036,"hDes":-335,"lGap":0}},{"family":"Do Hyeon","fallbacks":["sans-serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":800,"des":-200,"tAsc":800,"tDes":-200,"tLGap":250,"wAsc":800,"wDes":200,"xH":636,"capH":851,"yMin":-174,"yMax":761,"hAsc":800,"hDes":-200,"lGap":250}},{"family":"Dokdo","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":696,"des":-304,"tAsc":696,"tDes":-304,"tLGap":250,"wAsc":696,"wDes":394,"xH":272,"capH":475,"yMin":-394,"yMax":695,"hAsc":696,"hDes":-304,"lGap":250}},{"family":"Domine","fallbacks":["serif"],"weights":[400,500,600,700],"styles":["regular"],"variants":[[0,400],[0,500],[0,600],[0,700]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":900,"des":-240,"tAsc":900,"tDes":-240,"tLGap":0,"wAsc":900,"wDes":240,"xH":540,"capH":720,"yMin":-240,"yMax":908,"hAsc":900,"hDes":-240,"lGap":0}},{"family":"Donegal One","fallbacks":["serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":2048,"asc":2000,"des":-560,"tAsc":2000,"tDes":-560,"tLGap":0,"wAsc":2000,"wDes":560,"xH":1020,"capH":1530,"yMin":-537,"yMax":2000,"hAsc":2000,"hDes":-560,"lGap":0}},{"family":"Dongle","fallbacks":["sans-serif"],"weights":[300,400,700],"styles":["regular"],"variants":[[0,300],[0,400],[0,700]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":850,"des":-598,"tAsc":570,"tDes":-430,"tLGap":0,"wAsc":850,"wDes":598,"xH":280,"capH":395,"yMin":-460,"yMax":712,"hAsc":850,"hDes":-598,"lGap":0}},{"family":"Doppio One","fallbacks":["sans-serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":2048,"asc":2060,"des":-500,"tAsc":2060,"tDes":-500,"tLGap":0,"wAsc":2060,"wDes":500,"xH":1055,"capH":1427,"yMin":-500,"yMax":2060,"hAsc":2060,"hDes":-500,"lGap":0}},{"family":"Dorsa","fallbacks":["sans-serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":857,"des":-200,"tAsc":857,"tDes":-200,"tLGap":0,"wAsc":857,"wDes":200,"xH":500,"capH":700,"yMin":-200,"yMax":857,"hAsc":857,"hDes":-200,"lGap":0}},{"family":"Dosis","fallbacks":["sans-serif"],"weights":[200,300,400,500,600,700,800],"styles":["regular"],"variants":[[0,200],[0,300],[0,400],[0,500],[0,600],[0,700],[0,800]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1027,"des":-237,"tAsc":1027,"tDes":-237,"tLGap":0,"wAsc":1123,"wDes":237,"xH":472,"capH":731,"yMin":-237,"yMax":1057,"hAsc":1027,"hDes":-237,"lGap":0}},{"family":"DotGothic16","fallbacks":["sans-serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1160,"des":-288,"tAsc":880,"tDes":-120,"tLGap":0,"wAsc":1160,"wDes":288,"xH":540,"capH":787,"yMin":-120,"yMax":880,"hAsc":1160,"hDes":-288,"lGap":0}},{"family":"Dr Sugiyama","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1009,"des":-450,"tAsc":1009,"tDes":-450,"tLGap":0,"wAsc":1009,"wDes":450,"xH":235,"capH":710,"yMin":-450,"yMax":1009,"hAsc":1009,"hDes":-450,"lGap":0}},{"family":"Duru Sans","fallbacks":["sans-serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":2048,"asc":2020,"des":-540,"tAsc":2020,"tDes":-540,"tLGap":0,"wAsc":2020,"wDes":540,"xH":1157,"capH":1554,"yMin":-540,"yMax":2020,"hAsc":2020,"hDes":-540,"lGap":0}},{"family":"Dynalight","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":2048,"asc":1840,"des":-645,"tAsc":1840,"tDes":-645,"tLGap":0,"wAsc":1840,"wDes":645,"xH":723,"capH":1441,"yMin":-645,"yMax":1840,"hAsc":1840,"hDes":-645,"lGap":0}},{"family":"Eagle Lake","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":2048,"asc":2420,"des":-925,"tAsc":2420,"tDes":-925,"tLGap":0,"wAsc":2420,"wDes":925,"xH":1094,"capH":1518,"yMin":-926,"yMax":2420,"hAsc":2420,"hDes":-925,"lGap":0}},{"family":"East Sea Dokdo","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":706,"des":-294,"tAsc":706,"tDes":-294,"tLGap":250,"wAsc":707,"wDes":297,"xH":239,"capH":418,"yMin":-297,"yMax":707,"hAsc":706,"hDes":-294,"lGap":250}},{"family":"Eater","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":2048,"asc":2898,"des":-919,"tAsc":2898,"tDes":-919,"tLGap":0,"wAsc":2898,"wDes":919,"xH":1706,"capH":1729,"yMin":-919,"yMax":2898,"hAsc":2898,"hDes":-919,"lGap":0}},{"family":"EB Garamond","fallbacks":["serif"],"weights":[400,500,600,700,800],"styles":["regular","italic"],"variants":[[0,400],[0,500],[0,600],[0,700],[0,800],[1,400],[1,500],[1,600],[1,700],[1,800]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1007,"des":-298,"tAsc":1007,"tDes":-298,"tLGap":0,"wAsc":1047,"wDes":390,"xH":400,"capH":650,"yMin":-324,"yMax":985,"hAsc":1007,"hDes":-298,"lGap":0}},{"family":"Economica","fallbacks":["sans-serif"],"weights":[400,700],"styles":["regular","italic"],"variants":[[0,400],[1,400],[0,700],[1,700]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":949,"des":-200,"tAsc":949,"tDes":-200,"tLGap":0,"wAsc":949,"wDes":200,"xH":510,"capH":720,"yMin":-200,"yMax":927,"hAsc":949,"hDes":-200,"lGap":0}},{"family":"Eczar","fallbacks":["serif"],"weights":[400,500,600,700,800],"styles":["regular"],"variants":[[0,400],[0,500],[0,600],[0,700],[0,800]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1143,"des":-634,"tAsc":1143,"tDes":-634,"tLGap":0,"wAsc":1143,"wDes":634,"xH":470,"capH":650,"yMin":-473,"yMax":1016,"hAsc":1143,"hDes":-634,"lGap":0}},{"family":"El Messiri","fallbacks":["sans-serif"],"weights":[400,500,600,700],"styles":["regular"],"variants":[[0,400],[0,500],[0,600],[0,700]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1019,"des":-544,"tAsc":1019,"tDes":-544,"tLGap":0,"wAsc":1019,"wDes":544,"xH":480,"capH":660,"yMin":-437,"yMax":993,"hAsc":1019,"hDes":-544,"lGap":0}},{"family":"Electrolize","fallbacks":["sans-serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":911,"des":-275,"tAsc":911,"tDes":-275,"tLGap":0,"wAsc":911,"wDes":275,"xH":500,"capH":700,"yMin":-275,"yMax":911,"hAsc":911,"hDes":-275,"lGap":0}},{"family":"Elsie","fallbacks":["cursive"],"weights":[400,900],"styles":["regular"],"variants":[[0,400],[0,900]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":878,"des":-274,"tAsc":878,"tDes":-274,"tLGap":0,"wAsc":878,"wDes":274,"xH":511,"capH":650,"yMin":-238,"yMax":872,"hAsc":878,"hDes":-274,"lGap":0}},{"family":"Elsie Swash Caps","fallbacks":["cursive"],"weights":[400,900],"styles":["regular"],"variants":[[0,400],[0,900]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":878,"des":-274,"tAsc":878,"tDes":-274,"tLGap":0,"wAsc":878,"wDes":274,"xH":511,"capH":650,"yMin":-235,"yMax":872,"hAsc":878,"hDes":-274,"lGap":0}},{"family":"Emblema One","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":2048,"asc":1898,"des":-546,"tAsc":1898,"tDes":-546,"tLGap":0,"wAsc":1898,"wDes":546,"xH":1002,"capH":1361,"yMin":-546,"yMax":1898,"hAsc":1898,"hDes":-546,"lGap":0}},{"family":"Emilys Candy","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1024,"asc":996,"des":-286,"tAsc":996,"tDes":-286,"tLGap":0,"wAsc":996,"wDes":293,"xH":529,"capH":762,"yMin":-286,"yMax":996,"hAsc":996,"hDes":-286,"lGap":0}},{"family":"Encode Sans","fallbacks":["sans-serif"],"weights":[100,200,300,400,500,600,700,800,900],"styles":["regular"],"variants":[[0,100],[0,200],[0,300],[0,400],[0,500],[0,600],[0,700],[0,800],[0,900]],"service":"fonts.google.com","metrics":{"upm":2000,"asc":2060,"des":-440,"tAsc":2060,"tDes":-440,"tLGap":0,"wAsc":2758,"wDes":520,"xH":1080,"capH":1480,"yMin":-460,"yMax":2120,"hAsc":2060,"hDes":-440,"lGap":0}},{"family":"Encode Sans Condensed","fallbacks":["sans-serif"],"weights":[100,200,300,400,500,600,700,800,900],"styles":["regular"],"variants":[[0,100],[0,200],[0,300],[0,400],[0,500],[0,600],[0,700],[0,800],[0,900]],"service":"fonts.google.com","metrics":{"upm":2000,"asc":2060,"des":-440,"tAsc":2060,"tDes":-440,"tLGap":0,"wAsc":2758,"wDes":520,"xH":1085,"capH":1480,"yMin":-466,"yMax":2149,"hAsc":2060,"hDes":-440,"lGap":0}},{"family":"Encode Sans Expanded","fallbacks":["sans-serif"],"weights":[100,200,300,400,500,600,700,800,900],"styles":["regular"],"variants":[[0,100],[0,200],[0,300],[0,400],[0,500],[0,600],[0,700],[0,800],[0,900]],"service":"fonts.google.com","metrics":{"upm":2000,"asc":2060,"des":-440,"tAsc":2060,"tDes":-440,"tLGap":0,"wAsc":2758,"wDes":520,"xH":1085,"capH":1480,"yMin":-466,"yMax":2146,"hAsc":2060,"hDes":-440,"lGap":0}},{"family":"Encode Sans SC","fallbacks":["sans-serif"],"weights":[100,200,300,400,500,600,700,800,900],"styles":["regular"],"variants":[[0,100],[0,200],[0,300],[0,400],[0,500],[0,600],[0,700],[0,800],[0,900]],"service":"fonts.google.com","metrics":{"upm":2000,"asc":2060,"des":-440,"tAsc":2060,"tDes":-440,"tLGap":0,"wAsc":2758,"wDes":520,"xH":1080,"capH":1480,"yMin":-460,"yMax":2120,"hAsc":2060,"hDes":-440,"lGap":0}},{"family":"Encode Sans Semi Condensed","fallbacks":["sans-serif"],"weights":[100,200,300,400,500,600,700,800,900],"styles":["regular"],"variants":[[0,100],[0,200],[0,300],[0,400],[0,500],[0,600],[0,700],[0,800],[0,900]],"service":"fonts.google.com","metrics":{"upm":2000,"asc":2060,"des":-440,"tAsc":2060,"tDes":-440,"tLGap":0,"wAsc":2758,"wDes":520,"xH":1085,"capH":1480,"yMin":-465,"yMax":2141,"hAsc":2060,"hDes":-440,"lGap":0}},{"family":"Encode Sans Semi Expanded","fallbacks":["sans-serif"],"weights":[100,200,300,400,500,600,700,800,900],"styles":["regular"],"variants":[[0,100],[0,200],[0,300],[0,400],[0,500],[0,600],[0,700],[0,800],[0,900]],"service":"fonts.google.com","metrics":{"upm":2000,"asc":2060,"des":-440,"tAsc":2060,"tDes":-440,"tLGap":0,"wAsc":2758,"wDes":520,"xH":1085,"capH":1480,"yMin":-467,"yMax":2143,"hAsc":2060,"hDes":-440,"lGap":0}},{"family":"Engagement","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":2048,"asc":1843,"des":-684,"tAsc":1843,"tDes":-684,"tLGap":0,"wAsc":1843,"wDes":684,"xH":653,"capH":1500,"yMin":-684,"yMax":1843,"hAsc":1843,"hDes":-684,"lGap":0}},{"family":"Englebert","fallbacks":["sans-serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":2048,"asc":954,"des":-311,"tAsc":1954,"tDes":-637,"tLGap":0,"wAsc":1954,"wDes":637,"xH":1077,"capH":1466,"yMin":-637,"yMax":1954,"hAsc":954,"hDes":-311,"lGap":0}},{"family":"Enriqueta","fallbacks":["serif"],"weights":[400,500,600,700],"styles":["regular"],"variants":[[0,400],[0,500],[0,600],[0,700]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1077,"des":-261,"tAsc":1077,"tDes":-261,"tLGap":0,"wAsc":1053,"wDes":295,"xH":480,"capH":720,"yMin":-257,"yMax":1031,"hAsc":1077,"hDes":-261,"lGap":0}},{"family":"Ephesis","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":900,"des":-400,"tAsc":900,"tDes":-400,"tLGap":0,"wAsc":953,"wDes":646,"xH":300,"capH":670,"yMin":-618,"yMax":953,"hAsc":900,"hDes":-400,"lGap":0}},{"family":"Epilogue","fallbacks":["sans-serif"],"weights":[100,200,300,400,500,600,700,800,900],"styles":["regular","italic"],"variants":[[0,100],[0,200],[0,300],[0,400],[0,500],[0,600],[0,700],[0,800],[0,900],[1,100],[1,200],[1,300],[1,400],[1,500],[1,600],[1,700],[1,800],[1,900]],"service":"fonts.google.com","metrics":{"upm":2000,"asc":1580,"des":-470,"tAsc":1580,"tDes":-470,"tLGap":0,"wAsc":2310,"wDes":520,"xH":1062,"capH":1475,"yMin":-467,"yMax":2133,"hAsc":1580,"hDes":-470,"lGap":0}},{"family":"Erica One","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1153,"des":-339,"tAsc":1153,"tDes":-339,"tLGap":0,"wAsc":1153,"wDes":339,"xH":591,"capH":691,"yMin":-339,"yMax":1153,"hAsc":1153,"hDes":-339,"lGap":0}},{"family":"Esteban","fallbacks":["serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":984,"des":-290,"tAsc":984,"tDes":-290,"tLGap":0,"wAsc":984,"wDes":290,"xH":127,"capH":137,"yMin":-290,"yMax":984,"hAsc":984,"hDes":-290,"lGap":0}},{"family":"Estonia","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":900,"des":-340,"tAsc":900,"tDes":-340,"tLGap":0,"wAsc":1003,"wDes":789,"xH":261,"capH":447,"yMin":-789,"yMax":1003,"hAsc":900,"hDes":-340,"lGap":0}},{"family":"Euphoria Script","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1250,"asc":1014,"des":-442,"tAsc":1013,"tDes":-442,"tLGap":0,"wAsc":1014,"wDes":442,"xH":344,"capH":274,"yMin":-442,"yMax":1014,"hAsc":1014,"hDes":-442,"lGap":0}},{"family":"Ewert","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":944,"des":-299,"tAsc":944,"tDes":-299,"tLGap":0,"wAsc":944,"wDes":299,"xH":700,"capH":700,"yMin":-299,"yMax":944,"hAsc":944,"hDes":-299,"lGap":0}},{"family":"Exo","fallbacks":["sans-serif"],"weights":[100,200,300,400,500,600,700,800,900],"styles":["regular","italic"],"variants":[[0,100],[0,200],[0,300],[0,400],[0,500],[0,600],[0,700],[0,800],[0,900],[1,100],[1,200],[1,300],[1,400],[1,500],[1,600],[1,700],[1,800],[1,900]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1002,"des":-327,"tAsc":1002,"tDes":-327,"tLGap":0,"wAsc":1134,"wDes":270,"xH":531,"capH":732,"yMin":-270,"yMax":1086,"hAsc":1002,"hDes":-327,"lGap":0}},{"family":"Exo 2","fallbacks":["sans-serif"],"weights":[100,200,300,400,500,600,700,800,900],"styles":["regular","italic"],"variants":[[0,100],[0,200],[0,300],[0,400],[0,500],[0,600],[0,700],[0,800],[0,900],[1,100],[1,200],[1,300],[1,400],[1,500],[1,600],[1,700],[1,800],[1,900]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":999,"des":-201,"tAsc":999,"tDes":-201,"tLGap":0,"wAsc":1158,"wDes":311,"xH":487,"capH":690,"yMin":-275,"yMax":1051,"hAsc":999,"hDes":-201,"lGap":0}},{"family":"Expletus Sans","fallbacks":["cursive"],"weights":[400,500,600,700],"styles":["regular","italic"],"variants":[[0,400],[1,400],[0,500],[1,500],[0,600],[1,600],[0,700],[1,700]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":900,"des":-400,"tAsc":900,"tDes":-400,"tLGap":39,"wAsc":893,"wDes":293,"xH":517,"capH":727,"yMin":-293,"yMax":893,"hAsc":900,"hDes":-400,"lGap":39}},{"family":"Explora","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":850,"des":-350,"tAsc":850,"tDes":-350,"tLGap":0,"wAsc":938,"wDes":580,"xH":325,"capH":542,"yMin":-580,"yMax":938,"hAsc":850,"hDes":-350,"lGap":0}},{"family":"Fahkwang","fallbacks":["sans-serif"],"weights":[200,300,400,500,600,700],"styles":["italic","regular"],"variants":[[0,200],[1,200],[0,300],[1,300],[0,400],[1,400],[0,500],[1,500],[0,600],[1,600],[0,700],[1,700]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1008,"des":-292,"tAsc":1008,"tDes":-292,"tLGap":0,"wAsc":1258,"wDes":456,"xH":490,"capH":700,"yMin":-452,"yMax":1203,"hAsc":1008,"hDes":-292,"lGap":0}},{"family":"Fanwood Text","fallbacks":["serif"],"weights":[400],"styles":["regular","italic"],"variants":[[0,400],[1,400]],"service":"fonts.google.com","metrics":{"upm":4096,"asc":3761,"des":-1609,"tAsc":3761,"tDes":-1609,"tLGap":0,"wAsc":3761,"wDes":1609,"xH":1606,"capH":1282,"yMin":-1601,"yMax":3687,"hAsc":3761,"hDes":-1609,"lGap":0}},{"family":"Farro","fallbacks":["sans-serif"],"weights":[300,400,500,700],"styles":["regular"],"variants":[[0,300],[0,400],[0,500],[0,700]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":800,"des":-200,"tAsc":800,"tDes":-200,"tLGap":0,"wAsc":1014,"wDes":306,"xH":600,"capH":750,"yMin":-285,"yMax":1014,"hAsc":800,"hDes":-200,"lGap":0}},{"family":"Farsan","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":711,"des":-289,"tAsc":711,"tDes":-289,"tLGap":200,"wAsc":993,"wDes":391,"xH":441,"capH":664,"yMin":-391,"yMax":993,"hAsc":711,"hDes":-289,"lGap":200}},{"family":"Fascinate","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":2048,"asc":2125,"des":-591,"tAsc":2125,"tDes":-591,"tLGap":0,"wAsc":2125,"wDes":591,"xH":1024,"capH":1436,"yMin":-591,"yMax":2125,"hAsc":2125,"hDes":-591,"lGap":0}},{"family":"Fascinate Inline","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":2048,"asc":2125,"des":-591,"tAsc":2125,"tDes":-591,"tLGap":0,"wAsc":2125,"wDes":591,"xH":1024,"capH":1436,"yMin":-591,"yMax":2125,"hAsc":2125,"hDes":-591,"lGap":0}},{"family":"Faster One","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":898,"des":-165,"tAsc":898,"tDes":-165,"tLGap":0,"wAsc":898,"wDes":165,"xH":529,"capH":625,"yMin":-165,"yMax":898,"hAsc":898,"hDes":-165,"lGap":0}},{"family":"Fasthand","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":2048,"asc":2500,"des":-1200,"tAsc":2500,"tDes":-1200,"tLGap":0,"wAsc":2502,"wDes":1200,"xH":1098,"capH":1462,"yMin":-1200,"yMax":2502,"hAsc":2500,"hDes":-1200,"lGap":0}},{"family":"Fauna One","fallbacks":["serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":987,"des":-243,"tAsc":987,"tDes":-243,"tLGap":0,"wAsc":987,"wDes":243,"xH":572,"capH":730,"yMin":-243,"yMax":991,"hAsc":987,"hDes":-243,"lGap":0}},{"family":"Faustina","fallbacks":["serif"],"weights":[300,400,500,600,700,800],"styles":["regular","italic"],"variants":[[0,300],[0,400],[0,500],[0,600],[0,700],[0,800],[1,300],[1,400],[1,500],[1,600],[1,700],[1,800]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1043,"des":-217,"tAsc":1043,"tDes":-217,"tLGap":0,"wAsc":1043,"wDes":215,"xH":494,"capH":648,"yMin":-210,"yMax":1011,"hAsc":1043,"hDes":-217,"lGap":0}},{"family":"Federant","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":942,"des":-284,"tAsc":942,"tDes":-284,"tLGap":0,"wAsc":942,"wDes":284,"xH":516,"capH":714,"yMin":-377,"yMax":949,"hAsc":942,"hDes":-284,"lGap":0}},{"family":"Federo","fallbacks":["sans-serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":2048,"asc":1883,"des":-530,"tAsc":1883,"tDes":-530,"tLGap":0,"wAsc":1883,"wDes":530,"xH":942,"capH":1487,"yMin":-530,"yMax":1883,"hAsc":1883,"hDes":-530,"lGap":0}},{"family":"Felipa","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":966,"des":-319,"tAsc":966,"tDes":-319,"tLGap":0,"wAsc":966,"wDes":319,"xH":501,"capH":752,"yMin":-319,"yMax":966,"hAsc":966,"hDes":-319,"lGap":0}},{"family":"Fenix","fallbacks":["serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":879,"des":-238,"tAsc":879,"tDes":-238,"tLGap":0,"wAsc":879,"wDes":238,"xH":450,"capH":650,"yMin":-238,"yMax":879,"hAsc":879,"hDes":-238,"lGap":0}},{"family":"Festive","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1100,"des":-590,"tAsc":1100,"tDes":-590,"tLGap":0,"wAsc":1100,"wDes":590,"xH":360,"capH":800,"yMin":-587,"yMax":1055,"hAsc":1100,"hDes":-590,"lGap":0}},{"family":"Finger Paint","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1097,"des":-377,"tAsc":1097,"tDes":-377,"tLGap":0,"wAsc":1097,"wDes":377,"xH":540,"capH":720,"yMin":-377,"yMax":1097,"hAsc":1097,"hDes":-377,"lGap":0}},{"family":"Fira Code","fallbacks":["monospace"],"weights":[300,400,500,600,700],"styles":["regular"],"variants":[[0,300],[0,400],[0,500],[0,600],[0,700]],"service":"fonts.google.com","metrics":{"upm":2000,"asc":1980,"des":-644,"tAsc":1980,"tDes":-644,"tLGap":0,"wAsc":2164,"wDes":1000,"xH":1053,"capH":1377,"yMin":-1000,"yMax":2400,"hAsc":1980,"hDes":-644,"lGap":0}},{"family":"Fira Mono","fallbacks":["monospace"],"weights":[400,500,700],"styles":["regular"],"variants":[[0,400],[0,500],[0,700]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":935,"des":-265,"tAsc":935,"tDes":-265,"tLGap":0,"wAsc":935,"wDes":265,"xH":527,"capH":689,"yMin":-500,"yMax":1050,"hAsc":935,"hDes":-265,"lGap":0}},{"family":"Fira Sans","fallbacks":["sans-serif"],"weights":[100,200,300,400,500,600,700,800,900],"styles":["italic","regular"],"variants":[[0,100],[1,100],[0,200],[1,200],[0,300],[1,300],[0,400],[1,400],[0,500],[1,500],[0,600],[1,600],[0,700],[1,700],[0,800],[1,800],[0,900],[1,900]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":935,"des":-265,"tAsc":935,"tDes":-265,"tLGap":0,"wAsc":935,"wDes":265,"xH":527,"capH":689,"yMin":-353,"yMax":1104,"hAsc":935,"hDes":-265,"lGap":0}},{"family":"Fira Sans Condensed","fallbacks":["sans-serif"],"weights":[100,200,300,400,500,600,700,800,900],"styles":["italic","regular"],"variants":[[0,100],[1,100],[0,200],[1,200],[0,300],[1,300],[0,400],[1,400],[0,500],[1,500],[0,600],[1,600],[0,700],[1,700],[0,800],[1,800],[0,900],[1,900]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":935,"des":-265,"tAsc":935,"tDes":-265,"tLGap":0,"wAsc":935,"wDes":265,"xH":526,"capH":688,"yMin":-350,"yMax":1101,"hAsc":935,"hDes":-265,"lGap":0}},{"family":"Fira Sans Extra Condensed","fallbacks":["sans-serif"],"weights":[100,200,300,400,500,600,700,800,900],"styles":["italic","regular"],"variants":[[0,100],[1,100],[0,200],[1,200],[0,300],[1,300],[0,400],[1,400],[0,500],[1,500],[0,600],[1,600],[0,700],[1,700],[0,800],[1,800],[0,900],[1,900]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":935,"des":-265,"tAsc":935,"tDes":-265,"tLGap":0,"wAsc":935,"wDes":265,"xH":527,"capH":689,"yMin":-352,"yMax":1101,"hAsc":935,"hDes":-265,"lGap":0}},{"family":"Fjalla One","fallbacks":["sans-serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":2048,"asc":2066,"des":-508,"tAsc":1810,"tDes":-458,"tLGap":0,"wAsc":2066,"wDes":508,"xH":1377,"capH":1708,"yMin":-458,"yMax":2066,"hAsc":2066,"hDes":-508,"lGap":0}},{"family":"Fjord One","fallbacks":["serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":2048,"asc":1940,"des":-620,"tAsc":1940,"tDes":-620,"tLGap":0,"wAsc":1940,"wDes":620,"xH":950,"capH":1448,"yMin":-620,"yMax":1940,"hAsc":1940,"hDes":-620,"lGap":0}},{"family":"Flamenco","fallbacks":["cursive"],"weights":[300,400],"styles":["regular"],"variants":[[0,300],[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":800,"des":-231,"tAsc":800,"tDes":-231,"tLGap":0,"wAsc":800,"wDes":231,"xH":385,"capH":608,"yMin":-229,"yMax":800,"hAsc":800,"hDes":-231,"lGap":0}},{"family":"Flavors","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1024,"asc":1015,"des":-293,"tAsc":1015,"tDes":-293,"tLGap":0,"wAsc":1015,"wDes":300,"xH":845,"capH":801,"yMin":-293,"yMax":1014,"hAsc":1015,"hDes":-293,"lGap":0}},{"family":"Fleur De Leah","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":920,"des":-450,"tAsc":920,"tDes":-450,"tLGap":0,"wAsc":1017,"wDes":549,"xH":324,"capH":620,"yMin":-549,"yMax":913,"hAsc":920,"hDes":-450,"lGap":0}},{"family":"Flow Block","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1000,"des":-200,"tAsc":1000,"tDes":-200,"tLGap":0,"wAsc":1000,"wDes":200,"xH":320,"capH":640,"yMin":0,"yMax":470,"hAsc":1000,"hDes":-200,"lGap":0}},{"family":"Flow Circular","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1000,"des":-200,"tAsc":1000,"tDes":-200,"tLGap":0,"wAsc":1000,"wDes":200,"xH":320,"capH":640,"yMin":0,"yMax":470,"hAsc":1000,"hDes":-200,"lGap":0}},{"family":"Flow Rounded","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1000,"des":-200,"tAsc":1000,"tDes":-200,"tLGap":0,"wAsc":1000,"wDes":200,"xH":470,"capH":640,"yMin":0,"yMax":470,"hAsc":1000,"hDes":-200,"lGap":0}},{"family":"Fondamento","fallbacks":["cursive"],"weights":[400],"styles":["regular","italic"],"variants":[[0,400],[1,400]],"service":"fonts.google.com","metrics":{"upm":2048,"asc":2060,"des":-774,"tAsc":2060,"tDes":-774,"tLGap":0,"wAsc":2060,"wDes":774,"xH":953,"capH":1439,"yMin":-774,"yMax":2060,"hAsc":2060,"hDes":-774,"lGap":0}},{"family":"Fontdiner Swanky","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1024,"asc":1047,"des":-510,"tAsc":879,"tDes":-251,"tLGap":40,"wAsc":1047,"wDes":510,"xH":579,"capH":805,"yMin":-510,"yMax":1047,"hAsc":1047,"hDes":-510,"lGap":20}},{"family":"Forum","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":856,"des":-248,"tAsc":856,"tDes":-248,"tLGap":0,"wAsc":856,"wDes":248,"xH":420,"capH":660,"yMin":-248,"yMax":856,"hAsc":856,"hDes":-248,"lGap":0}},{"family":"Francois One","fallbacks":["sans-serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1089,"des":-329,"tAsc":1089,"tDes":-329,"tLGap":0,"wAsc":1351,"wDes":332,"xH":563,"capH":750,"yMin":-332,"yMax":1351,"hAsc":1089,"hDes":-329,"lGap":0}},{"family":"Frank Ruhl Libre","fallbacks":["serif"],"weights":[300,400,500,700,900],"styles":["regular"],"variants":[[0,300],[0,400],[0,500],[0,700],[0,900]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":957,"des":-334,"tAsc":957,"tDes":-334,"tLGap":0,"wAsc":957,"wDes":334,"xH":468,"capH":660,"yMin":-289,"yMax":947,"hAsc":957,"hDes":-334,"lGap":0}},{"family":"Fraunces","fallbacks":["serif"],"weights":[100,200,300,400,500,600,700,800,900],"styles":["regular","italic"],"variants":[[0,100],[0,200],[0,300],[0,400],[0,500],[0,600],[0,700],[0,800],[0,900],[1,100],[1,200],[1,300],[1,400],[1,500],[1,600],[1,700],[1,800],[1,900]],"service":"fonts.google.com","metrics":{"upm":2000,"asc":1956,"des":-510,"tAsc":1956,"tDes":-510,"tLGap":0,"wAsc":2340,"wDes":609,"xH":964,"capH":1400,"yMin":-609,"yMax":2264,"hAsc":1956,"hDes":-510,"lGap":0}},{"family":"Freckle Face","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":2048,"asc":1946,"des":-571,"tAsc":1946,"tDes":-571,"tLGap":0,"wAsc":1946,"wDes":571,"xH":1147,"capH":1563,"yMin":-571,"yMax":1946,"hAsc":1946,"hDes":-571,"lGap":0}},{"family":"Fredericka the Great","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1024,"asc":1001,"des":-254,"tAsc":1001,"tDes":-254,"tLGap":0,"wAsc":1001,"wDes":254,"xH":519,"capH":772,"yMin":-254,"yMax":1001,"hAsc":1001,"hDes":-254,"lGap":0}},{"family":"Fredoka One","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":974,"des":-236,"tAsc":974,"tDes":-236,"tLGap":0,"wAsc":974,"wDes":236,"xH":527,"capH":733,"yMin":-236,"yMax":974,"hAsc":974,"hDes":-236,"lGap":0}},{"family":"Freehand","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":2048,"asc":2500,"des":-1200,"tAsc":2500,"tDes":-1200,"tLGap":0,"wAsc":2501,"wDes":1200,"xH":1098,"capH":1462,"yMin":-1200,"yMax":2501,"hAsc":2500,"hDes":-1200,"lGap":0}},{"family":"Fresca","fallbacks":["sans-serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":869,"des":-285,"tAsc":869,"tDes":-285,"tLGap":0,"wAsc":869,"wDes":285,"xH":484,"capH":648,"yMin":-285,"yMax":869,"hAsc":869,"hDes":-285,"lGap":0}},{"family":"Frijole","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1024,"asc":1075,"des":-337,"tAsc":1075,"tDes":-7,"tLGap":0,"wAsc":1075,"wDes":337,"xH":712,"capH":788,"yMin":-337,"yMax":1075,"hAsc":1075,"hDes":-337,"lGap":0}},{"family":"Fruktur","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":2048,"asc":2020,"des":-540,"tAsc":2020,"tDes":-540,"tLGap":0,"wAsc":2020,"wDes":540,"xH":1182,"capH":1529,"yMin":-537,"yMax":2020,"hAsc":2020,"hDes":-540,"lGap":0}},{"family":"Fugaz One","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1046,"des":-422,"tAsc":1046,"tDes":-422,"tLGap":0,"wAsc":1046,"wDes":422,"xH":488,"capH":720,"yMin":-422,"yMax":1046,"hAsc":1046,"hDes":-422,"lGap":0}},{"family":"Fuggles","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":850,"des":-351,"tAsc":850,"tDes":-351,"tLGap":0,"wAsc":900,"wDes":555,"xH":400,"capH":667,"yMin":-552,"yMax":781,"hAsc":850,"hDes":-351,"lGap":0}},{"family":"Gabriela","fallbacks":["serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":986,"des":-295,"tAsc":986,"tDes":-295,"tLGap":0,"wAsc":986,"wDes":295,"xH":497,"capH":718,"yMin":-295,"yMax":986,"hAsc":986,"hDes":-295,"lGap":0}},{"family":"Gaegu","fallbacks":["cursive"],"weights":[300,400,700],"styles":["regular"],"variants":[[0,300],[0,400],[0,700]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":760,"des":-240,"tAsc":760,"tDes":-240,"tLGap":250,"wAsc":762,"wDes":242,"xH":340,"capH":525,"yMin":-240,"yMax":760,"hAsc":760,"hDes":-240,"lGap":250}},{"family":"Gafata","fallbacks":["sans-serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":921,"des":-202,"tAsc":921,"tDes":-202,"tLGap":0,"wAsc":921,"wDes":202,"xH":492,"capH":648,"yMin":-202,"yMax":921,"hAsc":921,"hDes":-202,"lGap":0}},{"family":"Galada","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1035,"des":-592,"tAsc":1035,"tDes":-592,"tLGap":0,"wAsc":1035,"wDes":592,"xH":500,"capH":750,"yMin":-592,"yMax":1035,"hAsc":1035,"hDes":-592,"lGap":0}},{"family":"Galdeano","fallbacks":["sans-serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":820,"des":-230,"tAsc":820,"tDes":-230,"tLGap":0,"wAsc":820,"wDes":230,"xH":166,"capH":605,"yMin":-230,"yMax":820,"hAsc":820,"hDes":-230,"lGap":0}},{"family":"Galindo","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":2048,"asc":2014,"des":-883,"tAsc":2014,"tDes":-883,"tLGap":0,"wAsc":2014,"wDes":883,"xH":1096,"capH":1505,"yMin":-883,"yMax":2014,"hAsc":2014,"hDes":-883,"lGap":0}},{"family":"Gamja Flower","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1024,"asc":800,"des":-224,"tAsc":800,"tDes":-224,"tLGap":256,"wAsc":800,"wDes":258,"xH":311,"capH":526,"yMin":-258,"yMax":799,"hAsc":800,"hDes":-224,"lGap":256}},{"family":"Garamond","fallbacks":["Baskerville","Baskerville Old Face","Hoefler Text","Times New Roman","serif"],"metrics":{"upm":2048,"asc":1765,"des":-539,"tAsc":1339,"tDes":-539,"tLGap":313,"wAsc":1765,"wDes":1765,"yMin":-762,"yMax":2040,"hAsc":1765,"hDes":-539,"lGap":0},"weights":[400,700],"styles":["italic","regular"],"service":"system"},{"family":"Gayathri","fallbacks":["sans-serif"],"weights":[100,400,700],"styles":["regular"],"variants":[[0,100],[0,400],[0,700]],"service":"fonts.google.com","metrics":{"upm":2048,"asc":1500,"des":-1000,"tAsc":1500,"tDes":-1000,"tLGap":0,"wAsc":2038,"wDes":1234,"xH":1000,"capH":1385,"yMin":-1173,"yMax":2036,"hAsc":1500,"hDes":-1000,"lGap":0}},{"family":"Gelasio","fallbacks":["serif"],"weights":[400,500,600,700],"styles":["regular","italic"],"variants":[[0,400],[1,400],[0,500],[1,500],[0,600],[1,600],[0,700],[1,700]],"service":"fonts.google.com","metrics":{"upm":2048,"asc":1900,"des":-700,"tAsc":1900,"tDes":-700,"tLGap":0,"wAsc":2600,"wDes":800,"xH":986,"capH":1419,"yMin":-635,"yMax":2593,"hAsc":1900,"hDes":-700,"lGap":0}},{"family":"Gemunu Libre","fallbacks":["sans-serif"],"weights":[200,300,400,500,600,700,800],"styles":["regular"],"variants":[[0,200],[0,300],[0,400],[0,500],[0,600],[0,700],[0,800]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":884,"des":-200,"tAsc":884,"tDes":-200,"tLGap":0,"wAsc":885,"wDes":311,"xH":0,"capH":0,"yMin":-311,"yMax":869,"hAsc":884,"hDes":-200,"lGap":0}},{"family":"Genos","fallbacks":["sans-serif"],"weights":[100,200,300,400,500,600,700,800,900],"styles":["regular","italic"],"variants":[[0,100],[0,200],[0,300],[0,400],[0,500],[0,600],[0,700],[0,800],[0,900],[1,100],[1,200],[1,300],[1,400],[1,500],[1,600],[1,700],[1,800],[1,900]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":900,"des":-300,"tAsc":900,"tDes":-300,"tLGap":0,"wAsc":900,"wDes":300,"xH":400,"capH":460,"yMin":-186,"yMax":729,"hAsc":900,"hDes":-300,"lGap":0}},{"family":"Gentium Basic","fallbacks":["serif"],"weights":[400,700],"styles":["regular","italic"],"variants":[[0,400],[1,400],[0,700],[1,700]],"service":"fonts.google.com","metrics":{"upm":2048,"asc":1790,"des":-580,"tAsc":1790,"tDes":-580,"tLGap":0,"wAsc":1790,"wDes":580,"xH":930,"capH":1260,"yMin":-725,"yMax":2169,"hAsc":1790,"hDes":-580,"lGap":0}},{"family":"Gentium Book Basic","fallbacks":["serif"],"weights":[400,700],"styles":["regular","italic"],"variants":[[0,400],[1,400],[0,700],[1,700]],"service":"fonts.google.com","metrics":{"upm":2048,"asc":1790,"des":-580,"tAsc":1790,"tDes":-580,"tLGap":0,"wAsc":1790,"wDes":580,"xH":930,"capH":1260,"yMin":-728,"yMax":2182,"hAsc":1790,"hDes":-580,"lGap":0}},{"family":"Geo","fallbacks":["sans-serif"],"weights":[400],"styles":["regular","italic"],"variants":[[0,400],[1,400]],"service":"fonts.google.com","metrics":{"upm":1024,"asc":821,"des":-225,"tAsc":819,"tDes":-205,"tLGap":92,"wAsc":821,"wDes":225,"xH":451,"capH":573,"yMin":-225,"yMax":821,"hAsc":821,"hDes":-225,"lGap":92}},{"family":"Georama","fallbacks":["sans-serif"],"weights":[100,200,300,400,500,600,700,800,900],"styles":["regular","italic"],"variants":[[0,100],[0,200],[0,300],[0,400],[0,500],[0,600],[0,700],[0,800],[0,900],[1,100],[1,200],[1,300],[1,400],[1,500],[1,600],[1,700],[1,800],[1,900]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":968,"des":-226,"tAsc":968,"tDes":-226,"tLGap":0,"wAsc":1184,"wDes":420,"xH":550,"capH":700,"yMin":-330,"yMax":1078,"hAsc":968,"hDes":-226,"lGap":0}},{"family":"Georgia","fallbacks":["Times","Times New Roman","serif"],"metrics":{"upm":2048,"asc":1878,"des":-449,"tAsc":1549,"tDes":-444,"tLGap":198,"wAsc":1878,"wDes":1878,"xH":986,"capH":1419,"yMin":-621,"yMax":2201,"hAsc":1878,"hDes":-449,"lGap":0},"weights":[400,700],"styles":["italic","regular"],"service":"system"},{"family":"Geostar","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":922,"des":-226,"tAsc":922,"tDes":-226,"tLGap":0,"wAsc":922,"wDes":226,"xH":469,"capH":695,"yMin":-226,"yMax":922,"hAsc":922,"hDes":-226,"lGap":0}},{"family":"Geostar Fill","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":922,"des":-226,"tAsc":922,"tDes":-226,"tLGap":0,"wAsc":922,"wDes":226,"xH":469,"capH":695,"yMin":-226,"yMax":922,"hAsc":922,"hDes":-226,"lGap":0}},{"family":"Germania One","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":911,"des":-250,"tAsc":911,"tDes":-250,"tLGap":0,"wAsc":911,"wDes":250,"xH":539,"capH":700,"yMin":-250,"yMax":911,"hAsc":911,"hDes":-250,"lGap":0}},{"family":"GFS Didot","fallbacks":["serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":947,"des":-277,"tAsc":703,"tDes":-271,"tLGap":50,"wAsc":947,"wDes":277,"xH":456,"capH":689,"yMin":-336,"yMax":1145,"hAsc":947,"hDes":-277,"lGap":25}},{"family":"GFS Neohellenic","fallbacks":["sans-serif"],"weights":[400,700],"styles":["regular","italic"],"variants":[[0,400],[1,400],[0,700],[1,700]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":873,"des":-245,"tAsc":600,"tDes":-222,"tLGap":47,"wAsc":873,"wDes":245,"xH":387,"capH":623,"yMin":-286,"yMax":1051,"hAsc":873,"hDes":-245,"lGap":24}},{"family":"Gideon Roman","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":900,"des":-300,"tAsc":900,"tDes":-300,"tLGap":0,"wAsc":1018,"wDes":398,"xH":475,"capH":660,"yMin":-398,"yMax":1018,"hAsc":900,"hDes":-300,"lGap":0}},{"family":"Gidugu","fallbacks":["sans-serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1124,"asc":1294,"des":-790,"tAsc":1294,"tDes":-790,"tLGap":0,"wAsc":1294,"wDes":790,"yMin":-790,"yMax":1294,"hAsc":1294,"hDes":-790,"lGap":0}},{"family":"Gilda Display","fallbacks":["serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":892,"des":-285,"tAsc":892,"tDes":-285,"tLGap":0,"wAsc":892,"wDes":285,"xH":473,"capH":700,"yMin":-285,"yMax":892,"hAsc":892,"hDes":-285,"lGap":0}},{"family":"Gill Sans","fallbacks":["Gill Sans MT","Calibri","sans-serif"],"metrics":{"upm":2048,"asc":1880,"des":-472,"tAsc":1415,"tDes":-471,"tLGap":305,"wAsc":1880,"wDes":1880,"xH":920,"capH":1397,"yMin":-473,"yMax":1896,"hAsc":1880,"hDes":-472,"lGap":0},"weights":[400,700],"styles":["italic","regular"],"service":"system"},{"family":"Girassol","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":944,"des":-250,"tAsc":944,"tDes":-250,"tLGap":0,"wAsc":1070,"wDes":326,"xH":540,"capH":750,"yMin":-326,"yMax":1070,"hAsc":944,"hDes":-250,"lGap":0}},{"family":"Give You Glory","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1024,"asc":1020,"des":-625,"tAsc":1020,"tDes":-627,"tLGap":0,"wAsc":1020,"wDes":621,"xH":551,"capH":747,"yMin":-619,"yMax":1020,"hAsc":1020,"hDes":-625,"lGap":0}},{"family":"Glass Antiqua","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":835,"des":-200,"tAsc":835,"tDes":-200,"tLGap":0,"wAsc":835,"wDes":200,"xH":480,"capH":638,"yMin":-200,"yMax":834,"hAsc":835,"hDes":-200,"lGap":0}},{"family":"Glegoo","fallbacks":["serif"],"weights":[400,700],"styles":["regular"],"variants":[[0,400],[0,700]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1267,"des":-526,"tAsc":1267,"tDes":-526,"tLGap":0,"wAsc":1267,"wDes":526,"yMin":-518,"yMax":1267,"hAsc":1267,"hDes":-526,"lGap":0}},{"family":"Gloria Hallelujah","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1024,"asc":1439,"des":-591,"tAsc":1439,"tDes":-591,"tLGap":0,"wAsc":1439,"wDes":591,"xH":580,"capH":904,"yMin":-591,"yMax":1439,"hAsc":1439,"hDes":-591,"lGap":0}},{"family":"Glory","fallbacks":["sans-serif"],"weights":[100,200,300,400,500,600,700,800],"styles":["regular","italic"],"variants":[[0,100],[0,200],[0,300],[0,400],[0,500],[0,600],[0,700],[0,800],[1,100],[1,200],[1,300],[1,400],[1,500],[1,600],[1,700],[1,800]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":900,"des":-220,"tAsc":900,"tDes":-220,"tLGap":0,"wAsc":1015,"wDes":280,"xH":472,"capH":672,"yMin":-241,"yMax":961,"hAsc":900,"hDes":-220,"lGap":0}},{"family":"Gluten","fallbacks":["cursive"],"weights":[100,200,300,400,500,600,700,800,900],"styles":["regular"],"variants":[[0,100],[0,200],[0,300],[0,400],[0,500],[0,600],[0,700],[0,800],[0,900]],"service":"fonts.google.com","metrics":{"upm":2000,"asc":1290,"des":-475,"tAsc":1290,"tDes":-475,"tLGap":0,"wAsc":2395,"wDes":550,"xH":833,"capH":1167,"yMin":-467,"yMax":2010,"hAsc":1290,"hDes":-475,"lGap":0}},{"family":"Goblin One","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":2048,"asc":1920,"des":-640,"tAsc":1920,"tDes":-640,"tLGap":0,"wAsc":1920,"wDes":640,"xH":1107,"capH":1434,"yMin":-640,"yMax":1920,"hAsc":1920,"hDes":-640,"lGap":0}},{"family":"Gochi Hand","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":2048,"asc":1579,"des":-835,"tAsc":1579,"tDes":-835,"tLGap":0,"wAsc":1579,"wDes":835,"xH":765,"capH":975,"yMin":-835,"yMax":1579,"hAsc":1579,"hDes":-835,"lGap":0}},{"family":"Goldman","fallbacks":["cursive"],"weights":[400,700],"styles":["regular"],"variants":[[0,400],[0,700]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":900,"des":-300,"tAsc":900,"tDes":-300,"tLGap":0,"wAsc":1100,"wDes":700,"xH":448,"capH":588,"yMin":-680,"yMax":1054,"hAsc":900,"hDes":-300,"lGap":0}},{"family":"Gorditas","fallbacks":["cursive"],"weights":[400,700],"styles":["regular"],"variants":[[0,400],[0,700]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":954,"des":-259,"tAsc":954,"tDes":-259,"tLGap":0,"wAsc":954,"wDes":259,"xH":274,"capH":380,"yMin":-250,"yMax":948,"hAsc":954,"hDes":-259,"lGap":0}},{"family":"Gothic A1","fallbacks":["sans-serif"],"weights":[100,200,300,400,500,600,700,800,900],"styles":["regular"],"variants":[[0,100],[0,200],[0,300],[0,400],[0,500],[0,600],[0,700],[0,800],[0,900]],"service":"fonts.google.com","metrics":{"upm":1024,"asc":817,"des":-207,"tAsc":817,"tDes":-207,"tLGap":256,"wAsc":1238,"wDes":378,"xH":538,"capH":749,"yMin":-329,"yMax":1137,"hAsc":817,"hDes":-207,"lGap":256}},{"family":"Gotu","fallbacks":["sans-serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1115,"des":-545,"tAsc":1115,"tDes":-545,"tLGap":0,"wAsc":1124,"wDes":545,"xH":514,"capH":713,"yMin":-543,"yMax":1124,"hAsc":1115,"hDes":-545,"lGap":0}},{"family":"Goudy Bookletter 1911","fallbacks":["serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1024,"asc":983,"des":-318,"tAsc":755,"tDes":-269,"tLGap":92,"wAsc":983,"wDes":318,"xH":458,"capH":691,"yMin":-319,"yMax":983,"hAsc":983,"hDes":-318,"lGap":92}},{"family":"Gowun Batang","fallbacks":["serif"],"weights":[400,700],"styles":["regular"],"variants":[[0,400],[0,700]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1160,"des":-288,"tAsc":880,"tDes":-120,"tLGap":0,"wAsc":1160,"wDes":288,"xH":540,"capH":775,"yMin":-170,"yMax":1155,"hAsc":1160,"hDes":-288,"lGap":0}},{"family":"Gowun Dodum","fallbacks":["sans-serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1160,"des":-288,"tAsc":880,"tDes":-120,"tLGap":0,"wAsc":1160,"wDes":288,"xH":540,"capH":775,"yMin":-170,"yMax":1158,"hAsc":1160,"hDes":-288,"lGap":0}},{"family":"Graduate","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":953,"des":-186,"tAsc":953,"tDes":-186,"tLGap":0,"wAsc":953,"wDes":186,"xH":650,"capH":750,"yMin":-186,"yMax":953,"hAsc":953,"hDes":-186,"lGap":0}},{"family":"Grand Hotel","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":2048,"asc":1938,"des":-844,"tAsc":1938,"tDes":-844,"tLGap":0,"wAsc":1938,"wDes":844,"xH":803,"capH":1434,"yMin":-844,"yMax":1938,"hAsc":1938,"hDes":-844,"lGap":0}},{"family":"Grandstander","fallbacks":["cursive"],"weights":[100,200,300,400,500,600,700,800,900],"styles":["regular","italic"],"variants":[[0,100],[0,200],[0,300],[0,400],[0,500],[0,600],[0,700],[0,800],[0,900],[1,100],[1,200],[1,300],[1,400],[1,500],[1,600],[1,700],[1,800],[1,900]],"service":"fonts.google.com","metrics":{"upm":2000,"asc":1465,"des":-530,"tAsc":1465,"tDes":-530,"tLGap":0,"wAsc":2395,"wDes":915,"xH":1063,"capH":1291,"yMin":-560,"yMax":2188,"hAsc":1465,"hDes":-530,"lGap":0}},{"family":"Gravitas One","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":2048,"asc":1937,"des":-668,"tAsc":1937,"tDes":-668,"tLGap":0,"wAsc":1937,"wDes":668,"xH":1113,"capH":1417,"yMin":-668,"yMax":1937,"hAsc":1937,"hDes":-668,"lGap":0}},{"family":"Great Vibes","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":851,"des":-401,"tAsc":851,"tDes":-401,"tLGap":0,"wAsc":1100,"wDes":590,"xH":345,"capH":800,"yMin":-589,"yMax":1099,"hAsc":851,"hDes":-401,"lGap":0}},{"family":"Grechen Fuemen","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":900,"des":-320,"tAsc":900,"tDes":-320,"tLGap":0,"wAsc":1032,"wDes":304,"xH":317,"capH":580,"yMin":-304,"yMax":1032,"hAsc":900,"hDes":-320,"lGap":0}},{"family":"Grenze","fallbacks":["serif"],"weights":[100,200,300,400,500,600,700,800,900],"styles":["italic","regular"],"variants":[[0,100],[1,100],[0,200],[1,200],[0,300],[1,300],[0,400],[1,400],[0,500],[1,500],[0,600],[1,600],[0,700],[1,700],[0,800],[1,800],[0,900],[1,900]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1100,"des":-380,"tAsc":1100,"tDes":-380,"tLGap":0,"wAsc":1111,"wDes":380,"xH":448,"capH":603,"yMin":-252,"yMax":1017,"hAsc":1100,"hDes":-380,"lGap":0}},{"family":"Grenze Gotisch","fallbacks":["cursive"],"weights":[100,200,300,400,500,600,700,800,900],"styles":["regular"],"variants":[[0,100],[0,200],[0,300],[0,400],[0,500],[0,600],[0,700],[0,800],[0,900]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1100,"des":-380,"tAsc":1100,"tDes":-380,"tLGap":0,"wAsc":1111,"wDes":380,"xH":448,"capH":603,"yMin":-271,"yMax":984,"hAsc":1100,"hDes":-380,"lGap":0}},{"family":"Grey Qo","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":900,"des":-360,"tAsc":900,"tDes":-360,"tLGap":0,"wAsc":800,"wDes":493,"xH":265,"capH":540,"yMin":-473,"yMax":793,"hAsc":900,"hDes":-360,"lGap":0}},{"family":"Griffy","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1024,"asc":984,"des":-399,"tAsc":984,"tDes":-399,"tLGap":0,"wAsc":984,"wDes":399,"xH":0,"capH":0,"yMin":-399,"yMax":984,"hAsc":984,"hDes":-399,"lGap":0}},{"family":"Gruppo","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":2048,"asc":1639,"des":-340,"tAsc":1639,"tDes":-340,"tLGap":0,"wAsc":1639,"wDes":340,"xH":766,"capH":1114,"yMin":-340,"yMax":1639,"hAsc":1639,"hDes":-340,"lGap":0}},{"family":"Gudea","fallbacks":["sans-serif"],"weights":[400,700],"styles":["regular","italic"],"variants":[[0,400],[1,400],[0,700]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":972,"des":-264,"tAsc":972,"tDes":-264,"tLGap":0,"wAsc":972,"wDes":264,"xH":501,"capH":700,"yMin":-240,"yMax":972,"hAsc":972,"hDes":-264,"lGap":0}},{"family":"Gugi","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":858,"des":-142,"tAsc":858,"tDes":-142,"tLGap":250,"wAsc":869,"wDes":169,"xH":602,"capH":794,"yMin":-169,"yMax":866,"hAsc":858,"hDes":-142,"lGap":250}},{"family":"Gupter","fallbacks":["serif"],"weights":[400,500,700],"styles":["regular"],"variants":[[0,400],[0,500],[0,700]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":900,"des":-250,"tAsc":900,"tDes":-250,"tLGap":0,"wAsc":1100,"wDes":400,"xH":450,"capH":622,"yMin":-235,"yMax":837,"hAsc":900,"hDes":-250,"lGap":0}},{"family":"Gurajada","fallbacks":["serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1070,"asc":1294,"des":-810,"tAsc":1294,"tDes":-810,"tLGap":0,"wAsc":1294,"wDes":810,"xH":358,"capH":482,"yMin":-810,"yMax":1294,"hAsc":1294,"hDes":-810,"lGap":0}},{"family":"Habibi","fallbacks":["serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":2048,"asc":2000,"des":-560,"tAsc":2000,"tDes":-560,"tLGap":0,"wAsc":2000,"wDes":560,"xH":989,"capH":1508,"yMin":-562,"yMax":2000,"hAsc":2000,"hDes":-560,"lGap":0}},{"family":"Hachi Maru Pop","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1160,"des":-288,"tAsc":880,"tDes":-120,"tLGap":0,"wAsc":1160,"wDes":288,"xH":500,"capH":700,"yMin":-271,"yMax":812,"hAsc":1160,"hDes":-288,"lGap":0}},{"family":"Hahmlet","fallbacks":["serif"],"weights":[100,200,300,400,500,600,700,800,900],"styles":["regular"],"variants":[[0,100],[0,200],[0,300],[0,400],[0,500],[0,600],[0,700],[0,800],[0,900]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1160,"des":-288,"tAsc":880,"tDes":-120,"tLGap":0,"wAsc":1160,"wDes":288,"xH":492,"capH":742,"yMin":-265,"yMax":1116,"hAsc":1160,"hDes":-288,"lGap":0}},{"family":"Halant","fallbacks":["serif"],"weights":[300,400,500,600,700],"styles":["regular"],"variants":[[0,300],[0,400],[0,500],[0,600],[0,700]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1089,"des":-486,"tAsc":1089,"tDes":-486,"tLGap":0,"wAsc":1089,"wDes":486,"xH":504,"capH":660,"yMin":-422,"yMax":1009,"hAsc":1089,"hDes":-486,"lGap":0}},{"family":"Hammersmith One","fallbacks":["sans-serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":2048,"asc":1844,"des":-716,"tAsc":1844,"tDes":-716,"tLGap":0,"wAsc":1844,"wDes":716,"xH":1045,"capH":1330,"yMin":-716,"yMax":1843,"hAsc":1844,"hDes":-716,"lGap":0}},{"family":"Hanalei","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":2048,"asc":2124,"des":-541,"tAsc":2124,"tDes":-541,"tLGap":0,"wAsc":2124,"wDes":541,"xH":0,"capH":0,"yMin":-541,"yMax":2124,"hAsc":2124,"hDes":-541,"lGap":0}},{"family":"Hanalei Fill","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":2048,"asc":2124,"des":-541,"tAsc":2124,"tDes":-541,"tLGap":0,"wAsc":2124,"wDes":541,"xH":0,"capH":0,"yMin":-541,"yMax":2124,"hAsc":2124,"hDes":-541,"lGap":0}},{"family":"Handlee","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":934,"des":-401,"tAsc":933,"tDes":-401,"tLGap":0,"wAsc":934,"wDes":401,"xH":331,"capH":438,"yMin":-400,"yMax":934,"hAsc":934,"hDes":-401,"lGap":0}},{"family":"Hanuman","fallbacks":["serif"],"weights":[100,300,400,700,900],"styles":["regular"],"variants":[[0,100],[0,300],[0,400],[0,700],[0,900]],"service":"fonts.google.com","metrics":{"upm":2048,"asc":2000,"des":-1000,"tAsc":2000,"tDes":-1000,"tLGap":0,"wAsc":2197,"wDes":950,"xH":1098,"capH":1462,"yMin":-901,"yMax":2150,"hAsc":2000,"hDes":-1000,"lGap":0}},{"family":"Happy Monkey","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":950,"des":-255,"tAsc":950,"tDes":-255,"tLGap":0,"wAsc":950,"wDes":255,"xH":500,"capH":699,"yMin":-255,"yMax":950,"hAsc":950,"hDes":-255,"lGap":0}},{"family":"Harmattan","fallbacks":["sans-serif"],"weights":[400,700],"styles":["regular"],"variants":[[0,400],[0,700]],"service":"fonts.google.com","metrics":{"upm":2048,"asc":2166,"des":-1323,"tAsc":2166,"tDes":-1323,"tLGap":0,"wAsc":2166,"wDes":1323,"xH":778,"capH":1111,"yMin":-1308,"yMax":2133,"hAsc":2166,"hDes":-1323,"lGap":0}},{"family":"Headland One","fallbacks":["serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":2048,"asc":2043,"des":-522,"tAsc":2043,"tDes":-522,"tLGap":0,"wAsc":2043,"wDes":522,"xH":1189,"capH":1530,"yMin":-522,"yMax":2043,"hAsc":2043,"hDes":-522,"lGap":0}},{"family":"Heebo","fallbacks":["sans-serif"],"weights":[100,200,300,400,500,600,700,800,900],"styles":["regular"],"variants":[[0,100],[0,200],[0,300],[0,400],[0,500],[0,600],[0,700],[0,800],[0,900]],"service":"fonts.google.com","metrics":{"upm":2048,"asc":2146,"des":-862,"tAsc":2146,"tDes":-862,"tLGap":0,"wAsc":2146,"wDes":862,"xH":1178,"capH":1456,"yMin":-687,"yMax":2146,"hAsc":2146,"hDes":-862,"lGap":0}},{"family":"Henny Penny","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":2048,"asc":2324,"des":-1305,"tAsc":2324,"tDes":-1305,"tLGap":0,"wAsc":2324,"wDes":1305,"xH":1264,"capH":1794,"yMin":-1305,"yMax":2324,"hAsc":2324,"hDes":-1305,"lGap":0}},{"family":"Hepta Slab","fallbacks":["serif"],"weights":[100,200,300,400,500,600,700,800,900],"styles":["regular"],"variants":[[0,100],[0,200],[0,300],[0,400],[0,500],[0,600],[0,700],[0,800],[0,900]],"service":"fonts.google.com","metrics":{"upm":2000,"asc":1976,"des":-526,"tAsc":1976,"tDes":-526,"tLGap":0,"wAsc":2800,"wDes":660,"xH":1052,"capH":1504,"yMin":-494,"yMax":2430,"hAsc":1976,"hDes":-526,"lGap":0}},{"family":"Herr Von Muellerhoff","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":925,"des":-497,"tAsc":925,"tDes":-497,"tLGap":0,"wAsc":925,"wDes":497,"xH":269,"capH":644,"yMin":-497,"yMax":925,"hAsc":925,"hDes":-497,"lGap":0}},{"family":"Hi Melody","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1024,"asc":679,"des":-345,"tAsc":679,"tDes":-345,"tLGap":256,"wAsc":679,"wDes":345,"xH":321,"capH":512,"yMin":-345,"yMax":679,"hAsc":679,"hDes":-345,"lGap":256}},{"family":"Hina Mincho","fallbacks":["serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1160,"des":-288,"tAsc":880,"tDes":-120,"tLGap":0,"wAsc":1160,"wDes":288,"xH":380,"capH":700,"yMin":-321,"yMax":1035,"hAsc":1160,"hDes":-288,"lGap":0}},{"family":"Hind","fallbacks":["sans-serif"],"weights":[300,400,500,600,700],"styles":["regular"],"variants":[[0,300],[0,400],[0,500],[0,600],[0,700]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1055,"des":-546,"tAsc":1055,"tDes":-546,"tLGap":0,"wAsc":1055,"wDes":546,"xH":505,"capH":679,"yMin":-440,"yMax":1003,"hAsc":1055,"hDes":-546,"lGap":0}},{"family":"Hind Guntur","fallbacks":["sans-serif"],"weights":[300,400,500,600,700],"styles":["regular"],"variants":[[0,300],[0,400],[0,500],[0,600],[0,700]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1115,"des":-773,"tAsc":1115,"tDes":-773,"tLGap":0,"wAsc":1115,"wDes":773,"xH":505,"capH":679,"yMin":-682,"yMax":1045,"hAsc":1115,"hDes":-773,"lGap":0}},{"family":"Hind Madurai","fallbacks":["sans-serif"],"weights":[300,400,500,600,700],"styles":["regular"],"variants":[[0,300],[0,400],[0,500],[0,600],[0,700]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":982,"des":-398,"tAsc":982,"tDes":-398,"tLGap":0,"wAsc":982,"wDes":398,"xH":505,"capH":679,"yMin":-388,"yMax":930,"hAsc":982,"hDes":-398,"lGap":0}},{"family":"Hind Siliguri","fallbacks":["sans-serif"],"weights":[300,400,500,600,700],"styles":["regular"],"variants":[[0,300],[0,400],[0,500],[0,600],[0,700]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1116,"des":-501,"tAsc":1116,"tDes":-501,"tLGap":0,"wAsc":1116,"wDes":501,"xH":505,"capH":679,"yMin":-499,"yMax":1033,"hAsc":1116,"hDes":-501,"lGap":0}},{"family":"Hind Vadodara","fallbacks":["sans-serif"],"weights":[300,400,500,600,700],"styles":["regular"],"variants":[[0,300],[0,400],[0,500],[0,600],[0,700]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1125,"des":-373,"tAsc":1125,"tDes":-373,"tLGap":0,"wAsc":1125,"wDes":373,"xH":505,"capH":679,"yMin":-371,"yMax":1037,"hAsc":1125,"hDes":-373,"lGap":0}},{"family":"Holtwood One SC","fallbacks":["serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":2048,"asc":2457,"des":-876,"tAsc":2457,"tDes":-876,"tLGap":0,"wAsc":2457,"wDes":876,"xH":1408,"capH":1536,"yMin":-1226,"yMax":2457,"hAsc":2457,"hDes":-876,"lGap":0}},{"family":"Homemade Apple","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1024,"asc":1327,"des":-866,"tAsc":989,"tDes":-662,"tLGap":35,"wAsc":1327,"wDes":866,"xH":600,"capH":1022,"yMin":-866,"yMax":1327,"hAsc":1327,"hDes":-866,"lGap":18}},{"family":"Homenaje","fallbacks":["sans-serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":892,"des":-204,"tAsc":892,"tDes":-204,"tLGap":0,"wAsc":1116,"wDes":163,"xH":520,"capH":700,"yMin":-204,"yMax":892,"hAsc":892,"hDes":-204,"lGap":0}},{"family":"Hurricane","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":950,"des":-430,"tAsc":950,"tDes":-430,"tLGap":0,"wAsc":982,"wDes":609,"xH":326,"capH":610,"yMin":-609,"yMax":982,"hAsc":950,"hDes":-430,"lGap":0}},{"family":"Ibarra Real Nova","fallbacks":["serif"],"weights":[400,500,600,700],"styles":["regular","italic"],"variants":[[0,400],[0,500],[0,600],[0,700],[1,400],[1,500],[1,600],[1,700]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":950,"des":-300,"tAsc":950,"tDes":-300,"tLGap":0,"wAsc":1100,"wDes":400,"xH":426,"capH":673,"yMin":-260,"yMax":881,"hAsc":950,"hDes":-300,"lGap":0}},{"family":"IBM Plex Mono","fallbacks":["monospace"],"weights":[100,200,300,400,500,600,700],"styles":["italic","regular"],"variants":[[0,100],[1,100],[0,200],[1,200],[0,300],[1,300],[0,400],[1,400],[0,500],[1,500],[0,600],[1,600],[0,700],[1,700]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1025,"des":-275,"tAsc":780,"tDes":-220,"tLGap":300,"wAsc":1025,"wDes":275,"xH":516,"capH":698,"yMin":-251,"yMax":1119,"hAsc":1025,"hDes":-275,"lGap":0}},{"family":"IBM Plex Sans","fallbacks":["sans-serif"],"weights":[100,200,300,400,500,600,700],"styles":["italic","regular"],"variants":[[0,100],[1,100],[0,200],[1,200],[0,300],[1,300],[0,400],[1,400],[0,500],[1,500],[0,600],[1,600],[0,700],[1,700]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1025,"des":-275,"tAsc":780,"tDes":-220,"tLGap":300,"wAsc":1025,"wDes":275,"xH":516,"capH":698,"yMin":-245,"yMax":1119,"hAsc":1025,"hDes":-275,"lGap":0}},{"family":"IBM Plex Sans Arabic","fallbacks":["sans-serif"],"weights":[100,200,300,400,500,600,700],"styles":["regular"],"variants":[[0,100],[0,200],[0,300],[0,400],[0,500],[0,600],[0,700]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1085,"des":-415,"tAsc":1085,"tDes":-415,"tLGap":0,"wAsc":1128,"wDes":601,"xH":516,"capH":698,"yMin":-568,"yMax":1075,"hAsc":1085,"hDes":-415,"lGap":0}},{"family":"IBM Plex Sans Condensed","fallbacks":["sans-serif"],"weights":[100,200,300,400,500,600,700],"styles":["italic","regular"],"variants":[[0,100],[1,100],[0,200],[1,200],[0,300],[1,300],[0,400],[1,400],[0,500],[1,500],[0,600],[1,600],[0,700],[1,700]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1025,"des":-275,"tAsc":780,"tDes":-220,"tLGap":300,"wAsc":1025,"wDes":275,"xH":516,"capH":698,"yMin":-246,"yMax":1126,"hAsc":1025,"hDes":-275,"lGap":0}},{"family":"IBM Plex Sans Devanagari","fallbacks":["sans-serif"],"weights":[100,200,300,400,500,600,700],"styles":["regular"],"variants":[[0,100],[0,200],[0,300],[0,400],[0,500],[0,600],[0,700]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1070,"des":-460,"tAsc":1070,"tDes":-460,"tLGap":0,"wAsc":1099,"wDes":488,"xH":516,"capH":698,"yMin":-421,"yMax":1021,"hAsc":1070,"hDes":-460,"lGap":0}},{"family":"IBM Plex Sans Hebrew","fallbacks":["sans-serif"],"weights":[100,200,300,400,500,600,700],"styles":["regular"],"variants":[[0,100],[0,200],[0,300],[0,400],[0,500],[0,600],[0,700]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1025,"des":-275,"tAsc":1025,"tDes":-275,"tLGap":0,"wAsc":1025,"wDes":365,"xH":516,"capH":698,"yMin":-314,"yMax":976,"hAsc":1025,"hDes":-275,"lGap":0}},{"family":"IBM Plex Sans KR","fallbacks":["sans-serif"],"weights":[100,200,300,400,500,600,700],"styles":["regular"],"variants":[[0,100],[0,200],[0,300],[0,400],[0,500],[0,600],[0,700]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1085,"des":-415,"tAsc":880,"tDes":-120,"tLGap":0,"wAsc":1085,"wDes":415,"xH":516,"capH":698,"yMin":-757,"yMax":1367,"hAsc":1085,"hDes":-415,"lGap":0}},{"family":"IBM Plex Sans Thai","fallbacks":["sans-serif"],"weights":[100,200,300,400,500,600,700],"styles":["regular"],"variants":[[0,100],[0,200],[0,300],[0,400],[0,500],[0,600],[0,700]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1116,"des":-534,"tAsc":1116,"tDes":-534,"tLGap":0,"wAsc":1116,"wDes":534,"xH":516,"capH":698,"yMin":-533,"yMax":1076,"hAsc":1116,"hDes":-534,"lGap":0}},{"family":"IBM Plex Sans Thai Looped","fallbacks":["sans-serif"],"weights":[100,200,300,400,500,600,700],"styles":["regular"],"variants":[[0,100],[0,200],[0,300],[0,400],[0,500],[0,600],[0,700]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1116,"des":-534,"tAsc":1116,"tDes":-534,"tLGap":0,"wAsc":1239,"wDes":534,"xH":516,"capH":698,"yMin":-533,"yMax":1159,"hAsc":1116,"hDes":-534,"lGap":0}},{"family":"IBM Plex Serif","fallbacks":["serif"],"weights":[100,200,300,400,500,600,700],"styles":["italic","regular"],"variants":[[0,100],[1,100],[0,200],[1,200],[0,300],[1,300],[0,400],[1,400],[0,500],[1,500],[0,600],[1,600],[0,700],[1,700]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1025,"des":-275,"tAsc":1025,"tDes":-275,"tLGap":0,"wAsc":1150,"wDes":286,"xH":516,"capH":698,"yMin":-246,"yMax":1122,"hAsc":1025,"hDes":-275,"lGap":0}},{"family":"Iceberg","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":936,"des":-284,"tAsc":936,"tDes":-284,"tLGap":0,"wAsc":936,"wDes":284,"xH":519,"capH":691,"yMin":-284,"yMax":936,"hAsc":936,"hDes":-284,"lGap":0}},{"family":"Iceland","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":750,"des":-220,"tAsc":750,"tDes":-220,"tLGap":0,"wAsc":750,"wDes":220,"xH":350,"capH":490,"yMin":-220,"yMax":750,"hAsc":750,"hDes":-220,"lGap":0}},{"family":"IM Fell Double Pica","fallbacks":["serif"],"weights":[400],"styles":["regular","italic"],"variants":[[0,400],[1,400]],"service":"fonts.google.com","metrics":{"upm":2048,"asc":1924,"des":-643,"tAsc":1485,"tDes":-593,"tLGap":489,"wAsc":1924,"wDes":643,"xH":926,"capH":1509,"yMin":-617,"yMax":1937,"hAsc":1924,"hDes":-643,"lGap":0}},{"family":"IM Fell Double Pica SC","fallbacks":["serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":2048,"asc":1924,"des":-643,"tAsc":1485,"tDes":-593,"tLGap":489,"wAsc":1924,"wDes":643,"xH":946,"capH":1509,"yMin":-595,"yMax":1926,"hAsc":1924,"hDes":-643,"lGap":0}},{"family":"IM Fell DW Pica","fallbacks":["serif"],"weights":[400],"styles":["regular","italic"],"variants":[[0,400],[1,400]],"service":"fonts.google.com","metrics":{"upm":2048,"asc":1868,"des":-692,"tAsc":1548,"tDes":-640,"tLGap":372,"wAsc":1868,"wDes":692,"xH":903,"capH":1438,"yMin":-645,"yMax":1915,"hAsc":1868,"hDes":-692,"lGap":0}},{"family":"IM Fell DW Pica SC","fallbacks":["serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":2048,"asc":1868,"des":-692,"tAsc":1548,"tDes":-640,"tLGap":372,"wAsc":1868,"wDes":692,"xH":903,"capH":1438,"yMin":-578,"yMax":1868,"hAsc":1868,"hDes":-692,"lGap":0}},{"family":"IM Fell English","fallbacks":["serif"],"weights":[400],"styles":["regular","italic"],"variants":[[0,400],[1,400]],"service":"fonts.google.com","metrics":{"upm":2048,"asc":1854,"des":-744,"tAsc":1519,"tDes":-637,"tLGap":442,"wAsc":1854,"wDes":744,"xH":962,"capH":1417,"yMin":-588,"yMax":1854,"hAsc":1854,"hDes":-744,"lGap":0}},{"family":"IM Fell English SC","fallbacks":["serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":2048,"asc":1854,"des":-744,"tAsc":1519,"tDes":-637,"tLGap":442,"wAsc":1854,"wDes":744,"xH":901,"capH":1417,"yMin":-588,"yMax":1854,"hAsc":1854,"hDes":-744,"lGap":0}},{"family":"IM Fell French Canon","fallbacks":["serif"],"weights":[400],"styles":["regular","italic"],"variants":[[0,400],[1,400]],"service":"fonts.google.com","metrics":{"upm":2048,"asc":1868,"des":-530,"tAsc":1501,"tDes":-508,"tLGap":389,"wAsc":1868,"wDes":530,"xH":981,"capH":1465,"yMin":-530,"yMax":1873,"hAsc":1868,"hDes":-530,"lGap":0}},{"family":"IM Fell French Canon SC","fallbacks":["serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":2048,"asc":1868,"des":-530,"tAsc":1501,"tDes":-508,"tLGap":389,"wAsc":1868,"wDes":530,"xH":984,"capH":1465,"yMin":-523,"yMax":1873,"hAsc":1868,"hDes":-530,"lGap":0}},{"family":"IM Fell Great Primer","fallbacks":["serif"],"weights":[400],"styles":["regular","italic"],"variants":[[0,400],[1,400]],"service":"fonts.google.com","metrics":{"upm":2048,"asc":1942,"des":-562,"tAsc":1500,"tDes":-505,"tLGap":499,"wAsc":1942,"wDes":562,"xH":962,"capH":1488,"yMin":-562,"yMax":1943,"hAsc":1942,"hDes":-562,"lGap":0}},{"family":"IM Fell Great Primer SC","fallbacks":["serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":2048,"asc":1942,"des":-562,"tAsc":1500,"tDes":-505,"tLGap":499,"wAsc":1942,"wDes":562,"xH":957,"capH":1488,"yMin":-562,"yMax":1943,"hAsc":1942,"hDes":-562,"lGap":0}},{"family":"Imbue","fallbacks":["serif"],"weights":[100,200,300,400,500,600,700,800,900],"styles":["regular"],"variants":[[0,100],[0,200],[0,300],[0,400],[0,500],[0,600],[0,700],[0,800],[0,900]],"service":"fonts.google.com","metrics":{"upm":2000,"asc":1900,"des":-500,"tAsc":1900,"tDes":-500,"tLGap":0,"wAsc":2020,"wDes":540,"xH":1046,"capH":1400,"yMin":-502,"yMax":2014,"hAsc":1900,"hDes":-500,"lGap":0}},{"family":"Imprima","fallbacks":["sans-serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":919,"des":-239,"tAsc":919,"tDes":-239,"tLGap":0,"wAsc":919,"wDes":239,"xH":500,"capH":680,"yMin":-239,"yMax":919,"hAsc":919,"hDes":-239,"lGap":0}},{"family":"Inconsolata","fallbacks":["monospace"],"weights":[200,300,400,500,600,700,800,900],"styles":["regular"],"variants":[[0,200],[0,300],[0,400],[0,500],[0,600],[0,700],[0,800],[0,900]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":859,"des":-190,"tAsc":859,"tDes":-190,"tLGap":0,"wAsc":1004,"wDes":454,"xH":457,"capH":623,"yMin":-400,"yMax":1000,"hAsc":859,"hDes":-190,"lGap":0}},{"family":"Inder","fallbacks":["sans-serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":2048,"asc":2040,"des":-520,"tAsc":2040,"tDes":-520,"tLGap":0,"wAsc":2040,"wDes":520,"xH":1032,"capH":1392,"yMin":-520,"yMax":2040,"hAsc":2040,"hDes":-520,"lGap":0}},{"family":"Indie Flower","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1024,"asc":994,"des":-500,"tAsc":994,"tDes":-500,"tLGap":0,"wAsc":994,"wDes":500,"xH":374,"capH":587,"yMin":-500,"yMax":994,"hAsc":994,"hDes":-500,"lGap":0}},{"family":"Inika","fallbacks":["serif"],"weights":[400,700],"styles":["regular"],"variants":[[0,400],[0,700]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1006,"des":-297,"tAsc":1006,"tDes":-297,"tLGap":0,"wAsc":1006,"wDes":297,"xH":509,"capH":700,"yMin":-289,"yMax":1006,"hAsc":1006,"hDes":-297,"lGap":0}},{"family":"Inknut Antiqua","fallbacks":["serif"],"weights":[300,400,500,600,700,800,900],"styles":["regular"],"variants":[[0,300],[0,400],[0,500],[0,600],[0,700],[0,800],[0,900]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1703,"des":-876,"tAsc":1703,"tDes":-876,"tLGap":0,"wAsc":1703,"wDes":876,"xH":531,"capH":786,"yMin":-846,"yMax":1566,"hAsc":1703,"hDes":-876,"lGap":0}},{"family":"Inria Sans","fallbacks":["sans-serif"],"weights":[300,400,700],"styles":["italic","regular"],"variants":[[0,300],[1,300],[0,400],[1,400],[0,700],[1,700]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":976,"des":-223,"tAsc":976,"tDes":-223,"tLGap":0,"wAsc":998,"wDes":256,"xH":495,"capH":680,"yMin":-248,"yMax":990,"hAsc":976,"hDes":-223,"lGap":0}},{"family":"Inria Serif","fallbacks":["serif"],"weights":[300,400,700],"styles":["italic","regular"],"variants":[[0,300],[1,300],[0,400],[1,400],[0,700],[1,700]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":976,"des":-223,"tAsc":976,"tDes":-223,"tLGap":0,"wAsc":976,"wDes":248,"xH":495,"capH":680,"yMin":-242,"yMax":974,"hAsc":976,"hDes":-223,"lGap":0}},{"family":"Inter","fallbacks":["sans-serif"],"weights":[100,200,300,400,500,600,700,800,900],"styles":["regular"],"variants":[[0,100],[0,200],[0,300],[0,400],[0,500],[0,600],[0,700],[0,800],[0,900]],"service":"fonts.google.com","metrics":{"upm":2816,"asc":2728,"des":-680,"tAsc":2728,"tDes":-680,"tLGap":0,"wAsc":2728,"wDes":680,"xH":1536,"capH":2048,"yMin":-900,"yMax":3072,"hAsc":2728,"hDes":-680,"lGap":0}},{"family":"Irish Grover","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1024,"asc":965,"des":-246,"tAsc":780,"tDes":-180,"tLGap":54,"wAsc":965,"wDes":246,"xH":573,"capH":731,"yMin":-246,"yMax":965,"hAsc":965,"hDes":-246,"lGap":27}},{"family":"Istok Web","fallbacks":["sans-serif"],"weights":[400,700],"styles":["regular","italic"],"variants":[[0,400],[1,400],[0,700],[1,700]],"service":"fonts.google.com","metrics":{"upm":2048,"asc":2061,"des":-887,"tAsc":2061,"tDes":-887,"tLGap":0,"wAsc":2061,"wDes":887,"xH":1050,"capH":1434,"yMin":-887,"yMax":2052,"hAsc":2061,"hDes":-887,"lGap":0}},{"family":"Italiana","fallbacks":["serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":928,"des":-250,"tAsc":928,"tDes":-250,"tLGap":0,"wAsc":928,"wDes":250,"xH":500,"capH":700,"yMin":-250,"yMax":928,"hAsc":928,"hDes":-250,"lGap":0}},{"family":"Italianno","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":800,"des":-450,"tAsc":800,"tDes":-450,"tLGap":0,"wAsc":900,"wDes":560,"xH":273,"capH":577,"yMin":-556,"yMax":876,"hAsc":800,"hDes":-450,"lGap":0}},{"family":"Itim","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":950,"des":-250,"tAsc":750,"tDes":-250,"tLGap":200,"wAsc":950,"wDes":250,"xH":474,"capH":635,"yMin":-452,"yMax":978,"hAsc":950,"hDes":-250,"lGap":0}},{"family":"Jacques Francois","fallbacks":["serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":2048,"asc":2095,"des":-606,"tAsc":2095,"tDes":-606,"tLGap":0,"wAsc":2095,"wDes":606,"xH":879,"capH":1464,"yMin":-565,"yMax":2054,"hAsc":2095,"hDes":-606,"lGap":0}},{"family":"Jacques Francois Shadow","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":2048,"asc":2095,"des":-606,"tAsc":2095,"tDes":-606,"tLGap":0,"wAsc":2095,"wDes":606,"xH":930,"capH":1513,"yMin":-606,"yMax":2095,"hAsc":2095,"hDes":-606,"lGap":0}},{"family":"Jaldi","fallbacks":["sans-serif"],"weights":[400,700],"styles":["regular"],"variants":[[0,400],[0,700]],"service":"fonts.google.com","metrics":{"upm":2048,"asc":2350,"des":-1111,"tAsc":2350,"tDes":-1111,"tLGap":0,"wAsc":2350,"wDes":1111,"xH":930,"capH":1243,"yMin":-972,"yMax":2350,"hAsc":2350,"hDes":-1111,"lGap":0}},{"family":"JetBrains Mono","fallbacks":["monospace"],"weights":[100,200,300,400,500,600,700,800],"styles":["regular","italic"],"variants":[[0,100],[0,200],[0,300],[0,400],[0,500],[0,600],[0,700],[0,800],[1,100],[1,200],[1,300],[1,400],[1,500],[1,600],[1,700],[1,800]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1020,"des":-300,"tAsc":1020,"tDes":-300,"tLGap":0,"wAsc":1020,"wDes":300,"xH":550,"capH":730,"yMin":-300,"yMax":1020,"hAsc":1020,"hDes":-300,"lGap":0}},{"family":"Jim Nightshade","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":2048,"asc":1852,"des":-1050,"tAsc":1852,"tDes":-1050,"tLGap":0,"wAsc":1852,"wDes":1050,"xH":930,"capH":1234,"yMin":-1050,"yMax":1852,"hAsc":1852,"hDes":-1050,"lGap":0}},{"family":"Jockey One","fallbacks":["sans-serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1079,"des":-319,"tAsc":1079,"tDes":-319,"tLGap":0,"wAsc":1079,"wDes":319,"xH":511,"capH":700,"yMin":-319,"yMax":1079,"hAsc":1079,"hDes":-319,"lGap":0}},{"family":"Jolly Lodger","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1024,"asc":988,"des":-257,"tAsc":988,"tDes":-257,"tLGap":0,"wAsc":988,"wDes":263,"xH":642,"capH":757,"yMin":-257,"yMax":988,"hAsc":988,"hDes":-257,"lGap":0}},{"family":"Jomhuria","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":3000,"asc":1840,"des":-1160,"tAsc":1840,"tDes":-1160,"tLGap":0,"wAsc":3083,"wDes":1575,"xH":850,"capH":1172,"yMin":-1575,"yMax":3083,"hAsc":1840,"hDes":-1160,"lGap":0}},{"family":"Jomolhari","fallbacks":["serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1024,"asc":1248,"des":-392,"tAsc":1248,"tDes":-392,"tLGap":0,"wAsc":1302,"wDes":610,"xH":360,"capH":756,"yMin":-610,"yMax":1302,"hAsc":1248,"hDes":-392,"lGap":0}},{"family":"Josefin Sans","fallbacks":["sans-serif"],"weights":[100,200,300,400,500,600,700],"styles":["regular","italic"],"variants":[[0,100],[0,200],[0,300],[0,400],[0,500],[0,600],[0,700],[1,100],[1,200],[1,300],[1,400],[1,500],[1,600],[1,700]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":750,"des":-250,"tAsc":750,"tDes":-250,"tLGap":0,"wAsc":1242,"wDes":324,"xH":378,"capH":702,"yMin":-233,"yMax":1096,"hAsc":750,"hDes":-250,"lGap":0}},{"family":"Josefin Slab","fallbacks":["serif"],"weights":[100,200,300,400,500,600,700],"styles":["regular","italic"],"variants":[[0,100],[0,200],[0,300],[0,400],[0,500],[0,600],[0,700],[1,100],[1,200],[1,300],[1,400],[1,500],[1,600],[1,700]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":750,"des":-250,"tAsc":750,"tDes":-250,"tLGap":0,"wAsc":932,"wDes":250,"xH":375,"capH":700,"yMin":-250,"yMax":931,"hAsc":750,"hDes":-250,"lGap":0}},{"family":"Jost","fallbacks":["sans-serif"],"weights":[100,200,300,400,500,600,700,800,900],"styles":["regular","italic"],"variants":[[0,100],[0,200],[0,300],[0,400],[0,500],[0,600],[0,700],[0,800],[0,900],[1,100],[1,200],[1,300],[1,400],[1,500],[1,600],[1,700],[1,800],[1,900]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1070,"des":-375,"tAsc":1070,"tDes":-375,"tLGap":0,"wAsc":1070,"wDes":375,"xH":460,"capH":700,"yMin":-350,"yMax":1030,"hAsc":1070,"hDes":-375,"lGap":0}},{"family":"Joti One","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1003,"des":-331,"tAsc":1003,"tDes":-331,"tLGap":0,"wAsc":1003,"wDes":331,"xH":500,"capH":665,"yMin":-331,"yMax":1003,"hAsc":1003,"hDes":-331,"lGap":0}},{"family":"Jua","fallbacks":["sans-serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":800,"des":-200,"tAsc":800,"tDes":-200,"tLGap":250,"wAsc":874,"wDes":239,"xH":432,"capH":711,"yMin":-242,"yMax":867,"hAsc":800,"hDes":-200,"lGap":250}},{"family":"Judson","fallbacks":["serif"],"weights":[400,700],"styles":["regular","italic"],"variants":[[0,400],[1,400],[0,700]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":902,"des":-248,"tAsc":902,"tDes":-248,"tLGap":0,"wAsc":902,"wDes":248,"xH":440,"capH":585,"yMin":-248,"yMax":902,"hAsc":902,"hDes":-248,"lGap":0}},{"family":"Julee","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":894,"des":-284,"tAsc":894,"tDes":-284,"tLGap":0,"wAsc":894,"wDes":284,"xH":153,"capH":207,"yMin":-284,"yMax":894,"hAsc":894,"hDes":-284,"lGap":0}},{"family":"Julius Sans One","fallbacks":["sans-serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":863,"des":-228,"tAsc":863,"tDes":-228,"tLGap":0,"wAsc":863,"wDes":228,"xH":649,"capH":715,"yMin":-228,"yMax":863,"hAsc":863,"hDes":-228,"lGap":0}},{"family":"Junge","fallbacks":["serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":2048,"asc":1901,"des":-588,"tAsc":1901,"tDes":-588,"tLGap":0,"wAsc":1901,"wDes":588,"xH":1010,"capH":1444,"yMin":-588,"yMax":1901,"hAsc":1901,"hDes":-588,"lGap":0}},{"family":"Jura","fallbacks":["sans-serif"],"weights":[300,400,500,600,700],"styles":["regular"],"variants":[[0,300],[0,400],[0,500],[0,600],[0,700]],"service":"fonts.google.com","metrics":{"upm":2000,"asc":1930,"des":-436,"tAsc":1930,"tDes":-436,"tLGap":0,"wAsc":2203,"wDes":456,"xH":922,"capH":1266,"yMin":-420,"yMax":2137,"hAsc":1930,"hDes":-436,"lGap":0}},{"family":"Just Another Hand","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":2048,"asc":1440,"des":-608,"tAsc":1440,"tDes":-608,"tLGap":0,"wAsc":1842,"wDes":755,"xH":880,"capH":1436,"yMin":-755,"yMax":1842,"hAsc":1440,"hDes":-608,"lGap":0}},{"family":"Just Me Again Down Here","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1069,"des":-429,"tAsc":1069,"tDes":-429,"tLGap":0,"wAsc":1069,"wDes":429,"xH":289,"capH":600,"yMin":-429,"yMax":1069,"hAsc":1069,"hDes":-429,"lGap":0}},{"family":"K2D","fallbacks":["sans-serif"],"weights":[100,200,300,400,500,600,700,800],"styles":["italic","regular"],"variants":[[0,100],[1,100],[0,200],[1,200],[0,300],[1,300],[0,400],[1,400],[0,500],[1,500],[0,600],[1,600],[0,700],[1,700],[0,800],[1,800]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1048,"des":-252,"tAsc":1048,"tDes":-252,"tLGap":0,"wAsc":1339,"wDes":577,"xH":500,"capH":700,"yMin":-513,"yMax":1262,"hAsc":1048,"hDes":-252,"lGap":0}},{"family":"Kadwa","fallbacks":["serif"],"weights":[400,700],"styles":["regular"],"variants":[[0,400],[0,700]],"service":"fonts.google.com","metrics":{"upm":2048,"asc":2691,"des":-1421,"tAsc":2691,"tDes":-1421,"tLGap":0,"wAsc":2691,"wDes":1421,"xH":1085,"capH":1434,"yMin":-1233,"yMax":2464,"hAsc":2691,"hDes":-1421,"lGap":0}},{"family":"Kaisei Decol","fallbacks":["serif"],"weights":[400,500,700],"styles":["regular"],"variants":[[0,400],[0,500],[0,700]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1160,"des":-288,"tAsc":880,"tDes":-120,"tLGap":0,"wAsc":1160,"wDes":288,"xH":501,"capH":738,"yMin":-209,"yMax":933,"hAsc":1160,"hDes":-288,"lGap":0}},{"family":"Kaisei HarunoUmi","fallbacks":["serif"],"weights":[400,500,700],"styles":["regular"],"variants":[[0,400],[0,500],[0,700]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1160,"des":-288,"tAsc":880,"tDes":-120,"tLGap":0,"wAsc":1160,"wDes":288,"xH":501,"capH":738,"yMin":-209,"yMax":933,"hAsc":1160,"hDes":-288,"lGap":0}},{"family":"Kaisei Opti","fallbacks":["serif"],"weights":[400,500,700],"styles":["regular"],"variants":[[0,400],[0,500],[0,700]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1160,"des":-288,"tAsc":880,"tDes":-120,"tLGap":0,"wAsc":1160,"wDes":288,"xH":501,"capH":738,"yMin":-209,"yMax":933,"hAsc":1160,"hDes":-288,"lGap":0}},{"family":"Kaisei Tokumin","fallbacks":["serif"],"weights":[400,500,700,800],"styles":["regular"],"variants":[[0,400],[0,500],[0,700],[0,800]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1160,"des":-288,"tAsc":880,"tDes":-120,"tLGap":0,"wAsc":1160,"wDes":288,"xH":501,"capH":738,"yMin":-209,"yMax":933,"hAsc":1160,"hDes":-288,"lGap":0}},{"family":"Kalam","fallbacks":["cursive"],"weights":[300,400,700],"styles":["regular"],"variants":[[0,300],[0,400],[0,700]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1063,"des":-531,"tAsc":1063,"tDes":-531,"tLGap":0,"wAsc":1063,"wDes":531,"xH":526,"capH":739,"yMin":-471,"yMax":1031,"hAsc":1063,"hDes":-531,"lGap":0}},{"family":"Kameron","fallbacks":["serif"],"weights":[400,700],"styles":["regular"],"variants":[[0,400],[0,700]],"service":"fonts.google.com","metrics":{"upm":2048,"asc":1823,"des":-608,"tAsc":1823,"tDes":-608,"tLGap":0,"wAsc":1823,"wDes":608,"xH":894,"capH":1290,"yMin":-608,"yMax":1823,"hAsc":1823,"hDes":-608,"lGap":0}},{"family":"Kanit","fallbacks":["sans-serif"],"weights":[100,200,300,400,500,600,700,800,900],"styles":["italic","regular"],"variants":[[0,100],[1,100],[0,200],[1,200],[0,300],[1,300],[0,400],[1,400],[0,500],[1,500],[0,600],[1,600],[0,700],[1,700],[0,800],[1,800],[0,900],[1,900]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1100,"des":-395,"tAsc":1100,"tDes":-395,"tLGap":0,"wAsc":1180,"wDes":400,"xH":474,"capH":644,"yMin":-351,"yMax":1061,"hAsc":1100,"hDes":-395,"lGap":0}},{"family":"Kantumruy","fallbacks":["sans-serif"],"weights":[300,400,700],"styles":["regular"],"variants":[[0,300],[0,400],[0,700]],"service":"fonts.google.com","metrics":{"upm":2048,"asc":2500,"des":-1200,"tAsc":2500,"tDes":-1200,"tLGap":132,"wAsc":2500,"wDes":1200,"xH":1098,"capH":1462,"yMin":-1200,"yMax":2500,"hAsc":2500,"hDes":-1200,"lGap":0}},{"family":"Karantina","fallbacks":["cursive"],"weights":[300,400,700],"styles":["regular"],"variants":[[0,300],[0,400],[0,700]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":859,"des":-153,"tAsc":859,"tDes":-153,"tLGap":0,"wAsc":859,"wDes":228,"xH":500,"capH":700,"yMin":-206,"yMax":845,"hAsc":859,"hDes":-153,"lGap":0}},{"family":"Karla","fallbacks":["sans-serif"],"weights":[200,300,400,500,600,700,800],"styles":["regular","italic"],"variants":[[0,200],[0,300],[0,400],[0,500],[0,600],[0,700],[0,800],[1,200],[1,300],[1,400],[1,500],[1,600],[1,700],[1,800]],"service":"fonts.google.com","metrics":{"upm":2000,"asc":1834,"des":-504,"tAsc":1834,"tDes":-504,"tLGap":0,"wAsc":2062,"wDes":545,"xH":956,"capH":1256,"yMin":-492,"yMax":1952,"hAsc":1834,"hDes":-504,"lGap":0}},{"family":"Karma","fallbacks":["serif"],"weights":[300,400,500,600,700],"styles":["regular"],"variants":[[0,300],[0,400],[0,500],[0,600],[0,700]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":945,"des":-508,"tAsc":945,"tDes":-508,"tLGap":0,"wAsc":945,"wDes":508,"xH":489,"capH":677,"yMin":-508,"yMax":945,"hAsc":945,"hDes":-508,"lGap":0}},{"family":"Katibeh","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":490,"des":-510,"tAsc":800,"tDes":-200,"tLGap":200,"wAsc":1000,"wDes":200,"xH":500,"capH":700,"yMin":-637,"yMax":1094,"hAsc":490,"hDes":-510,"lGap":200}},{"family":"Kaushan Script","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1084,"des":-367,"tAsc":1084,"tDes":-367,"tLGap":0,"wAsc":1084,"wDes":367,"xH":452,"capH":714,"yMin":-367,"yMax":1084,"hAsc":1084,"hDes":-367,"lGap":0}},{"family":"Kavivanar","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1065,"des":-417,"tAsc":1065,"tDes":-417,"tLGap":0,"wAsc":1065,"wDes":417,"yMin":-417,"yMax":1065,"hAsc":1065,"hDes":-417,"lGap":0}},{"family":"Kavoon","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":2048,"asc":2020,"des":-540,"tAsc":2020,"tDes":-540,"tLGap":0,"wAsc":2020,"wDes":540,"xH":1185,"capH":1530,"yMin":-524,"yMax":2365,"hAsc":2020,"hDes":-540,"lGap":0}},{"family":"Kdam Thmor","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":2048,"asc":2500,"des":-1200,"tAsc":2500,"tDes":-1200,"tLGap":132,"wAsc":2500,"wDes":1200,"xH":1098,"capH":1462,"yMin":-1200,"yMax":2450,"hAsc":2500,"hDes":-1200,"lGap":0}},{"family":"Keania One","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":989,"des":-228,"tAsc":989,"tDes":-228,"tLGap":0,"wAsc":989,"wDes":228,"xH":500,"capH":723,"yMin":-228,"yMax":989,"hAsc":989,"hDes":-228,"lGap":0}},{"family":"Kelly Slab","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":962,"des":-250,"tAsc":962,"tDes":-250,"tLGap":0,"wAsc":962,"wDes":250,"xH":500,"capH":750,"yMin":-250,"yMax":962,"hAsc":962,"hDes":-250,"lGap":0}},{"family":"Kenia","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":750,"des":-250,"tAsc":750,"tDes":-250,"tLGap":0,"wAsc":958,"wDes":330,"xH":512,"capH":727,"yMin":-330,"yMax":958,"hAsc":750,"hDes":-250,"lGap":0}},{"family":"Khand","fallbacks":["sans-serif"],"weights":[300,400,500,600,700],"styles":["regular"],"variants":[[0,300],[0,400],[0,500],[0,600],[0,700]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1050,"des":-479,"tAsc":1050,"tDes":-479,"tLGap":0,"wAsc":1050,"wDes":479,"xH":569,"capH":672,"yMin":-394,"yMax":933,"hAsc":1050,"hDes":-479,"lGap":0}},{"family":"Khmer","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":2048,"asc":2300,"des":-1200,"tAsc":2300,"tDes":-1200,"tLGap":132,"wAsc":2300,"wDes":1200,"xH":1098,"capH":1462,"yMin":-1200,"yMax":2283,"hAsc":2300,"hDes":-1200,"lGap":0}},{"family":"Khula","fallbacks":["sans-serif"],"weights":[300,400,600,700,800],"styles":["regular"],"variants":[[0,300],[0,400],[0,600],[0,700],[0,800]],"service":"fonts.google.com","metrics":{"upm":1978,"asc":1978,"des":-1198,"tAsc":1978,"tDes":-1198,"tLGap":0,"wAsc":1978,"wDes":1198,"xH":986,"capH":1316,"yMin":-1021,"yMax":1883,"hAsc":1978,"hDes":-1198,"lGap":0}},{"family":"Kings","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":950,"des":-450,"tAsc":950,"tDes":-450,"tLGap":0,"wAsc":1344,"wDes":508,"xH":460,"capH":630,"yMin":-508,"yMax":1344,"hAsc":950,"hDes":-450,"lGap":0}},{"family":"Kirang Haerang","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":750,"des":-250,"tAsc":750,"tDes":-250,"tLGap":250,"wAsc":800,"wDes":300,"xH":337,"capH":558,"yMin":-300,"yMax":800,"hAsc":750,"hDes":-250,"lGap":250}},{"family":"Kite One","fallbacks":["sans-serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1094,"des":-351,"tAsc":1094,"tDes":-351,"tLGap":0,"wAsc":1094,"wDes":351,"xH":493,"capH":860,"yMin":-351,"yMax":1094,"hAsc":1094,"hDes":-351,"lGap":0}},{"family":"Kiwi Maru","fallbacks":["serif"],"weights":[300,400,500],"styles":["regular"],"variants":[[0,300],[0,400],[0,500]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1160,"des":-288,"tAsc":880,"tDes":-120,"tLGap":0,"wAsc":1160,"wDes":288,"xH":506,"capH":727,"yMin":-259,"yMax":980,"hAsc":1160,"hDes":-288,"lGap":0}},{"family":"Klee One","fallbacks":["cursive"],"weights":[400,600],"styles":["regular"],"variants":[[0,400],[0,600]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1160,"des":-288,"tAsc":880,"tDes":-120,"tLGap":0,"wAsc":1160,"wDes":288,"xH":468,"capH":695,"yMin":-211,"yMax":942,"hAsc":1160,"hDes":-288,"lGap":0}},{"family":"Knewave","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1169,"des":-385,"tAsc":1169,"tDes":-385,"tLGap":0,"wAsc":1169,"wDes":385,"xH":497,"capH":780,"yMin":-365,"yMax":1146,"hAsc":1169,"hDes":-385,"lGap":0}},{"family":"Kodchasan","fallbacks":["sans-serif"],"weights":[200,300,400,500,600,700],"styles":["italic","regular"],"variants":[[0,200],[1,200],[0,300],[1,300],[0,400],[1,400],[0,500],[1,500],[0,600],[1,600],[0,700],[1,700]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1024,"des":-276,"tAsc":1024,"tDes":-276,"tLGap":0,"wAsc":1249,"wDes":539,"xH":490,"capH":700,"yMin":-510,"yMax":1192,"hAsc":1024,"hDes":-276,"lGap":0}},{"family":"Koh Santepheap","fallbacks":["cursive"],"weights":[100,300,400,700,900],"styles":["regular"],"variants":[[0,100],[0,300],[0,400],[0,700],[0,900]],"service":"fonts.google.com","metrics":{"upm":2048,"asc":2050,"des":-550,"tAsc":2050,"tDes":-550,"tLGap":132,"wAsc":2320,"wDes":909,"xH":500,"capH":700,"yMin":-900,"yMax":2290,"hAsc":2050,"hDes":-550,"lGap":0}},{"family":"KoHo","fallbacks":["sans-serif"],"weights":[200,300,400,500,600,700],"styles":["italic","regular"],"variants":[[0,200],[1,200],[0,300],[1,300],[0,400],[1,400],[0,500],[1,500],[0,600],[1,600],[0,700],[1,700]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1045,"des":-255,"tAsc":1045,"tDes":-255,"tLGap":0,"wAsc":1187,"wDes":479,"xH":470,"capH":700,"yMin":-461,"yMax":1135,"hAsc":1045,"hDes":-255,"lGap":0}},{"family":"Kosugi","fallbacks":["sans-serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1024,"asc":901,"des":-123,"tAsc":901,"tDes":-123,"tLGap":0,"wAsc":901,"wDes":123,"xH":539,"capH":774,"yMin":-123,"yMax":901,"hAsc":901,"hDes":-123,"lGap":0}},{"family":"Kosugi Maru","fallbacks":["sans-serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1024,"asc":901,"des":-123,"tAsc":901,"tDes":-123,"tLGap":0,"wAsc":901,"wDes":123,"xH":546,"capH":781,"yMin":-123,"yMax":901,"hAsc":901,"hDes":-123,"lGap":0}},{"family":"Kotta One","fallbacks":["serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":915,"des":-288,"tAsc":915,"tDes":-288,"tLGap":0,"wAsc":915,"wDes":288,"xH":76,"capH":212,"yMin":-288,"yMax":915,"hAsc":915,"hDes":-288,"lGap":0}},{"family":"Koulen","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":2048,"asc":2500,"des":-1200,"tAsc":2500,"tDes":-1200,"tLGap":0,"wAsc":2501,"wDes":1126,"xH":1098,"capH":1462,"yMin":-1126,"yMax":2501,"hAsc":2500,"hDes":-1200,"lGap":0}},{"family":"Kranky","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1024,"asc":977,"des":-294,"tAsc":744,"tDes":-221,"tLGap":55,"wAsc":977,"wDes":294,"xH":432,"capH":777,"yMin":-294,"yMax":977,"hAsc":977,"hDes":-294,"lGap":28}},{"family":"Kreon","fallbacks":["serif"],"weights":[300,400,500,600,700],"styles":["regular"],"variants":[[0,300],[0,400],[0,500],[0,600],[0,700]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":974,"des":-286,"tAsc":974,"tDes":-286,"tLGap":0,"wAsc":1137,"wDes":326,"xH":481,"capH":691,"yMin":-274,"yMax":1086,"hAsc":974,"hDes":-286,"lGap":0}},{"family":"Kristi","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":2048,"asc":1836,"des":-724,"tAsc":1272,"tDes":-776,"tLGap":512,"wAsc":1836,"wDes":724,"yMin":-1035,"yMax":1613,"hAsc":1836,"hDes":-724,"lGap":0}},{"family":"Krona One","fallbacks":["sans-serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":2048,"asc":2030,"des":-530,"tAsc":2030,"tDes":-530,"tLGap":0,"wAsc":2030,"wDes":530,"xH":1180,"capH":1563,"yMin":-530,"yMax":2030,"hAsc":2030,"hDes":-530,"lGap":0}},{"family":"Krub","fallbacks":["sans-serif"],"weights":[200,300,400,500,600,700],"styles":["italic","regular"],"variants":[[0,200],[1,200],[0,300],[1,300],[0,400],[1,400],[0,500],[1,500],[0,600],[1,600],[0,700],[1,700]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1007,"des":-293,"tAsc":1007,"tDes":-293,"tLGap":0,"wAsc":1232,"wDes":507,"xH":550,"capH":700,"yMin":-498,"yMax":1201,"hAsc":1007,"hDes":-293,"lGap":0}},{"family":"Kufam","fallbacks":["sans-serif"],"weights":[400,500,600,700,800,900],"styles":["regular","italic"],"variants":[[0,400],[0,500],[0,600],[0,700],[0,800],[0,900],[1,400],[1,500],[1,600],[1,700],[1,800],[1,900]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":900,"des":-400,"tAsc":900,"tDes":-400,"tLGap":0,"wAsc":1252,"wDes":1050,"xH":544,"capH":720,"yMin":-1008,"yMax":1228,"hAsc":900,"hDes":-400,"lGap":0}},{"family":"Kulim Park","fallbacks":["sans-serif"],"weights":[200,300,400,600,700],"styles":["italic","regular"],"variants":[[0,200],[1,200],[0,300],[1,300],[0,400],[1,400],[0,600],[1,600],[0,700],[1,700]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":931,"des":-204,"tAsc":931,"tDes":-204,"tLGap":0,"wAsc":931,"wDes":238,"xH":500,"capH":700,"yMin":-220,"yMax":918,"hAsc":931,"hDes":-204,"lGap":0}},{"family":"Kumar One","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1137,"des":-642,"tAsc":1137,"tDes":-642,"tLGap":0,"wAsc":1137,"wDes":642,"xH":600,"capH":800,"yMin":-642,"yMax":1137,"hAsc":1137,"hDes":-642,"lGap":0}},{"family":"Kumar One Outline","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1137,"des":-642,"tAsc":1137,"tDes":-642,"tLGap":0,"wAsc":1137,"wDes":642,"xH":600,"capH":800,"yMin":-642,"yMax":1137,"hAsc":1137,"hDes":-642,"lGap":0}},{"family":"Kumbh Sans","fallbacks":["sans-serif"],"weights":[100,200,300,400,500,600,700,800,900],"styles":["regular"],"variants":[[0,100],[0,200],[0,300],[0,400],[0,500],[0,600],[0,700],[0,800],[0,900]],"service":"fonts.google.com","metrics":{"upm":2048,"asc":2020,"des":-520,"tAsc":2020,"tDes":-520,"tLGap":0,"wAsc":2020,"wDes":520,"xH":1000,"capH":1500,"yMin":-520,"yMax":2020,"hAsc":2020,"hDes":-520,"lGap":0}},{"family":"Kurale","fallbacks":["serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1095,"des":-383,"tAsc":1095,"tDes":-383,"tLGap":0,"wAsc":1108,"wDes":383,"xH":450,"capH":650,"yMin":-383,"yMax":1108,"hAsc":1095,"hDes":-383,"lGap":0}},{"family":"La Belle Aurore","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1024,"asc":1103,"des":-794,"tAsc":1103,"tDes":-796,"tLGap":0,"wAsc":1103,"wDes":794,"xH":377,"capH":688,"yMin":-794,"yMax":1235,"hAsc":1103,"hDes":-794,"lGap":0}},{"family":"Lacquer","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1000,"des":-200,"tAsc":1000,"tDes":-200,"tLGap":0,"wAsc":1150,"wDes":557,"xH":500,"capH":700,"yMin":-557,"yMax":1150,"hAsc":1000,"hDes":-200,"lGap":0}},{"family":"Laila","fallbacks":["sans-serif"],"weights":[300,400,500,600,700],"styles":["regular"],"variants":[[0,300],[0,400],[0,500],[0,600],[0,700]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1098,"des":-452,"tAsc":1098,"tDes":-452,"tLGap":0,"wAsc":1098,"wDes":452,"xH":517,"capH":717,"yMin":-390,"yMax":1027,"hAsc":1098,"hDes":-452,"lGap":0}},{"family":"Lakki Reddy","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1024,"asc":938,"des":-765,"tAsc":938,"tDes":-765,"tLGap":0,"wAsc":938,"wDes":765,"xH":529,"capH":718,"yMin":-765,"yMax":965,"hAsc":938,"hDes":-765,"lGap":0}},{"family":"Lalezar","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":979,"des":-588,"tAsc":979,"tDes":-588,"tLGap":0,"wAsc":979,"wDes":588,"xH":186,"capH":570,"yMin":-588,"yMax":979,"hAsc":979,"hDes":-588,"lGap":0}},{"family":"Lancelot","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":2048,"asc":1595,"des":-668,"tAsc":1595,"tDes":-668,"tLGap":0,"wAsc":1595,"wDes":668,"xH":804,"capH":1190,"yMin":-668,"yMax":1595,"hAsc":1595,"hDes":-668,"lGap":0}},{"family":"Langar","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":739,"des":-200,"tAsc":739,"tDes":-200,"tLGap":455,"wAsc":1085,"wDes":390,"xH":500,"capH":700,"yMin":-390,"yMax":1085,"hAsc":739,"hDes":-200,"lGap":455}},{"family":"Lateef","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":2048,"asc":1937,"des":-1024,"tAsc":1937,"tDes":-1024,"tLGap":0,"wAsc":1937,"wDes":1024,"xH":690,"capH":1022,"yMin":-1021,"yMax":1928,"hAsc":1937,"hDes":-1024,"lGap":0}},{"family":"Lato","fallbacks":["sans-serif"],"weights":[100,300,400,700,900],"styles":["italic","regular"],"variants":[[0,100],[1,100],[0,300],[1,300],[0,400],[1,400],[0,700],[1,700],[0,900],[1,900]],"service":"fonts.google.com","metrics":{"upm":2000,"asc":1974,"des":-426,"tAsc":1610,"tDes":-390,"tLGap":400,"wAsc":1974,"wDes":426,"xH":1013,"capH":1433,"yMin":-365,"yMax":1837,"hAsc":1974,"hDes":-426,"lGap":0}},{"family":"League Script","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1536,"asc":1100,"des":-600,"tAsc":1100,"tDes":-600,"tLGap":0,"wAsc":1100,"wDes":600,"xH":542,"capH":936,"yMin":-598,"yMax":1315,"hAsc":1100,"hDes":-600,"lGap":0}},{"family":"Leckerli One","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1032,"des":-313,"tAsc":1032,"tDes":-313,"tLGap":0,"wAsc":1032,"wDes":313,"xH":300,"capH":521,"yMin":-313,"yMax":1032,"hAsc":1032,"hDes":-313,"lGap":0}},{"family":"Ledger","fallbacks":["serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1062,"des":-329,"tAsc":1062,"tDes":-329,"tLGap":0,"wAsc":1062,"wDes":329,"xH":487,"capH":750,"yMin":-329,"yMax":1062,"hAsc":1062,"hDes":-329,"lGap":0}},{"family":"Lekton","fallbacks":["sans-serif"],"weights":[400,700],"styles":["regular","italic"],"variants":[[0,400],[1,400],[0,700]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":750,"des":-250,"tAsc":750,"tDes":-250,"tLGap":0,"wAsc":1112,"wDes":585,"xH":475,"capH":655,"yMin":-585,"yMax":1112,"hAsc":750,"hDes":-250,"lGap":0}},{"family":"Lemon","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1019,"des":-287,"tAsc":1019,"tDes":-287,"tLGap":0,"wAsc":1019,"wDes":287,"xH":127,"capH":111,"yMin":-287,"yMax":1019,"hAsc":1019,"hDes":-287,"lGap":0}},{"family":"Lemonada","fallbacks":["cursive"],"weights":[300,400,500,600,700],"styles":["regular"],"variants":[[0,300],[0,400],[0,500],[0,600],[0,700]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1345,"des":-653,"tAsc":1345,"tDes":-653,"tLGap":0,"wAsc":1346,"wDes":651,"xH":575,"capH":710,"yMin":-566,"yMax":1345,"hAsc":1345,"hDes":-653,"lGap":0}},{"family":"Lexend","fallbacks":["sans-serif"],"weights":[100,200,300,400,500,600,700,800,900],"styles":["regular"],"variants":[[0,100],[0,200],[0,300],[0,400],[0,500],[0,600],[0,700],[0,800],[0,900]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1000,"des":-250,"tAsc":1000,"tDes":-250,"tLGap":0,"wAsc":1200,"wDes":390,"xH":525,"capH":700,"yMin":-245,"yMax":1080,"hAsc":1000,"hDes":-250,"lGap":0}},{"family":"Lexend Deca","fallbacks":["sans-serif"],"weights":[100,200,300,400,500,600,700,800,900],"styles":["regular"],"variants":[[0,100],[0,200],[0,300],[0,400],[0,500],[0,600],[0,700],[0,800],[0,900]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1000,"des":-250,"tAsc":1000,"tDes":-250,"tLGap":0,"wAsc":1200,"wDes":390,"xH":525,"capH":700,"yMin":-245,"yMax":1080,"hAsc":1000,"hDes":-250,"lGap":0}},{"family":"Lexend Exa","fallbacks":["sans-serif"],"weights":[100,200,300,400,500,600,700,800,900],"styles":["regular"],"variants":[[0,100],[0,200],[0,300],[0,400],[0,500],[0,600],[0,700],[0,800],[0,900]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1000,"des":-250,"tAsc":1000,"tDes":-250,"tLGap":0,"wAsc":1200,"wDes":390,"xH":525,"capH":700,"yMin":-245,"yMax":1112,"hAsc":1000,"hDes":-250,"lGap":0}},{"family":"Lexend Giga","fallbacks":["sans-serif"],"weights":[100,200,300,400,500,600,700,800,900],"styles":["regular"],"variants":[[0,100],[0,200],[0,300],[0,400],[0,500],[0,600],[0,700],[0,800],[0,900]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1000,"des":-250,"tAsc":1000,"tDes":-250,"tLGap":0,"wAsc":1200,"wDes":390,"xH":525,"capH":700,"yMin":-245,"yMax":1125,"hAsc":1000,"hDes":-250,"lGap":0}},{"family":"Lexend Mega","fallbacks":["sans-serif"],"weights":[100,200,300,400,500,600,700,800,900],"styles":["regular"],"variants":[[0,100],[0,200],[0,300],[0,400],[0,500],[0,600],[0,700],[0,800],[0,900]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1000,"des":-250,"tAsc":1000,"tDes":-250,"tLGap":0,"wAsc":1200,"wDes":390,"xH":525,"capH":700,"yMin":-245,"yMax":1131,"hAsc":1000,"hDes":-250,"lGap":0}},{"family":"Lexend Peta","fallbacks":["sans-serif"],"weights":[100,200,300,400,500,600,700,800,900],"styles":["regular"],"variants":[[0,100],[0,200],[0,300],[0,400],[0,500],[0,600],[0,700],[0,800],[0,900]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1000,"des":-250,"tAsc":1000,"tDes":-250,"tLGap":0,"wAsc":1200,"wDes":390,"xH":525,"capH":700,"yMin":-245,"yMax":1138,"hAsc":1000,"hDes":-250,"lGap":0}},{"family":"Lexend Tera","fallbacks":["sans-serif"],"weights":[100,200,300,400,500,600,700,800,900],"styles":["regular"],"variants":[[0,100],[0,200],[0,300],[0,400],[0,500],[0,600],[0,700],[0,800],[0,900]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1000,"des":-250,"tAsc":1000,"tDes":-250,"tLGap":0,"wAsc":1200,"wDes":390,"xH":525,"capH":700,"yMin":-245,"yMax":1144,"hAsc":1000,"hDes":-250,"lGap":0}},{"family":"Lexend Zetta","fallbacks":["sans-serif"],"weights":[100,200,300,400,500,600,700,800,900],"styles":["regular"],"variants":[[0,100],[0,200],[0,300],[0,400],[0,500],[0,600],[0,700],[0,800],[0,900]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1000,"des":-250,"tAsc":1000,"tDes":-250,"tLGap":0,"wAsc":1200,"wDes":390,"xH":525,"capH":700,"yMin":-245,"yMax":1160,"hAsc":1000,"hDes":-250,"lGap":0}},{"family":"Libre Barcode 128","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":600,"des":-400,"tAsc":600,"tDes":-400,"tLGap":0,"wAsc":600,"wDes":400,"xH":400,"capH":590,"yMin":-400,"yMax":600,"hAsc":600,"hDes":-400,"lGap":0}},{"family":"Libre Barcode 128 Text","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":600,"des":-400,"tAsc":600,"tDes":-400,"tLGap":0,"wAsc":600,"wDes":400,"xH":400,"capH":590,"yMin":-400,"yMax":600,"hAsc":600,"hDes":-400,"lGap":0}},{"family":"Libre Barcode 39","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":600,"des":-400,"tAsc":600,"tDes":-400,"tLGap":0,"wAsc":600,"wDes":400,"xH":400,"capH":590,"yMin":-400,"yMax":600,"hAsc":600,"hDes":-400,"lGap":0}},{"family":"Libre Barcode 39 Extended","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":600,"des":-400,"tAsc":600,"tDes":-400,"tLGap":0,"wAsc":600,"wDes":400,"xH":400,"capH":590,"yMin":-400,"yMax":600,"hAsc":600,"hDes":-400,"lGap":0}},{"family":"Libre Barcode 39 Extended Text","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":600,"des":-400,"tAsc":600,"tDes":-400,"tLGap":0,"wAsc":600,"wDes":400,"xH":400,"capH":590,"yMin":-400,"yMax":600,"hAsc":600,"hDes":-400,"lGap":0}},{"family":"Libre Barcode 39 Text","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":600,"des":-400,"tAsc":600,"tDes":-400,"tLGap":0,"wAsc":600,"wDes":400,"xH":400,"capH":590,"yMin":-400,"yMax":600,"hAsc":600,"hDes":-400,"lGap":0}},{"family":"Libre Barcode EAN13 Text","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1024,"asc":840,"des":-120,"tAsc":840,"tDes":-120,"tLGap":0,"wAsc":840,"wDes":120,"xH":420,"capH":840,"yMin":-120,"yMax":840,"hAsc":840,"hDes":-120,"lGap":0}},{"family":"Libre Baskerville","fallbacks":["serif"],"weights":[400,700],"styles":["regular","italic"],"variants":[[0,400],[1,400],[0,700]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":970,"des":-270,"tAsc":970,"tDes":-270,"tLGap":0,"wAsc":970,"wDes":270,"xH":530,"capH":770,"yMin":-260,"yMax":970,"hAsc":970,"hDes":-270,"lGap":0}},{"family":"Libre Caslon Display","fallbacks":["serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":970,"des":-266,"tAsc":970,"tDes":-266,"tLGap":0,"wAsc":963,"wDes":254,"xH":424,"capH":690,"yMin":-254,"yMax":963,"hAsc":970,"hDes":-266,"lGap":0}},{"family":"Libre Caslon Text","fallbacks":["serif"],"weights":[400,700],"styles":["regular","italic"],"variants":[[0,400],[1,400],[0,700]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":970,"des":-260,"tAsc":970,"tDes":-260,"tLGap":0,"wAsc":970,"wDes":260,"xH":530,"capH":770,"yMin":-260,"yMax":970,"hAsc":970,"hDes":-260,"lGap":0}},{"family":"Libre Franklin","fallbacks":["sans-serif"],"weights":[100,200,300,400,500,600,700,800,900],"styles":["regular","italic"],"variants":[[0,100],[0,200],[0,300],[0,400],[0,500],[0,600],[0,700],[0,800],[0,900],[1,100],[1,200],[1,300],[1,400],[1,500],[1,600],[1,700],[1,800],[1,900]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":966,"des":-246,"tAsc":966,"tDes":-246,"tLGap":0,"wAsc":1177,"wDes":246,"xH":530,"capH":742,"yMin":-236,"yMax":1147,"hAsc":966,"hDes":-246,"lGap":0}},{"family":"Life Savers","fallbacks":["cursive"],"weights":[400,700,800],"styles":["regular"],"variants":[[0,400],[0,700],[0,800]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":972,"des":-250,"tAsc":972,"tDes":-250,"tLGap":0,"wAsc":972,"wDes":250,"xH":436,"capH":821,"yMin":-250,"yMax":972,"hAsc":972,"hDes":-250,"lGap":0}},{"family":"Lilita One","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":923,"des":-220,"tAsc":922,"tDes":-219,"tLGap":0,"wAsc":923,"wDes":220,"xH":506,"capH":704,"yMin":-220,"yMax":923,"hAsc":923,"hDes":-220,"lGap":0}},{"family":"Lily Script One","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1017,"des":-359,"tAsc":1017,"tDes":-359,"tLGap":0,"wAsc":1017,"wDes":359,"xH":762,"capH":762,"yMin":-359,"yMax":1017,"hAsc":1017,"hDes":-359,"lGap":0}},{"family":"Limelight","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":2048,"asc":1864,"des":-629,"tAsc":1864,"tDes":-634,"tLGap":0,"wAsc":1864,"wDes":629,"xH":1068,"capH":1415,"yMin":-636,"yMax":1864,"hAsc":1864,"hDes":-629,"lGap":0}},{"family":"Linden Hill","fallbacks":["serif"],"weights":[400],"styles":["regular","italic"],"variants":[[0,400],[1,400]],"service":"fonts.google.com","metrics":{"upm":4096,"asc":3633,"des":-1888,"tAsc":3633,"tDes":-1888,"tLGap":0,"wAsc":3633,"wDes":1081,"xH":1606,"capH":2732,"yMin":-1081,"yMax":3633,"hAsc":3633,"hDes":-1888,"lGap":0}},{"family":"Literata","fallbacks":["serif"],"weights":[200,300,400,500,600,700,800,900],"styles":["regular","italic"],"variants":[[0,200],[0,300],[0,400],[0,500],[0,600],[0,700],[0,800],[0,900],[1,200],[1,300],[1,400],[1,500],[1,600],[1,700],[1,800],[1,900]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1177,"des":-308,"tAsc":1177,"tDes":-308,"tLGap":0,"wAsc":1177,"wDes":308,"xH":507,"capH":700,"yMin":-268,"yMax":1136,"hAsc":1177,"hDes":-308,"lGap":0}},{"family":"Liu Jian Mao Cao","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":880,"des":-120,"tAsc":880,"tDes":-120,"tLGap":0,"wAsc":1000,"wDes":615,"xH":420,"capH":600,"yMin":-615,"yMax":888,"hAsc":880,"hDes":-120,"lGap":0}},{"family":"Livvic","fallbacks":["sans-serif"],"weights":[100,200,300,400,500,600,700,900],"styles":["italic","regular"],"variants":[[0,100],[1,100],[0,200],[1,200],[0,300],[1,300],[0,400],[1,400],[0,500],[1,500],[0,600],[1,600],[0,700],[1,700],[0,900],[1,900]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1005,"des":-250,"tAsc":1005,"tDes":-250,"tLGap":0,"wAsc":1171,"wDes":285,"xH":497,"capH":710,"yMin":-270,"yMax":1101,"hAsc":1005,"hDes":-250,"lGap":0}},{"family":"Lobster","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1000,"des":-250,"tAsc":1000,"tDes":-250,"tLGap":0,"wAsc":1000,"wDes":490,"xH":500,"capH":748,"yMin":-490,"yMax":1000,"hAsc":1000,"hDes":-250,"lGap":0}},{"family":"Lobster Two","fallbacks":["cursive"],"weights":[400,700],"styles":["regular","italic"],"variants":[[0,400],[1,400],[0,700],[1,700]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1000,"des":-250,"tAsc":1000,"tDes":-250,"tLGap":0,"wAsc":1000,"wDes":250,"xH":500,"capH":754,"yMin":-250,"yMax":1000,"hAsc":1000,"hDes":-250,"lGap":0}},{"family":"Londrina Outline","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":945,"des":-238,"tAsc":945,"tDes":-238,"tLGap":0,"wAsc":940,"wDes":215,"xH":508,"capH":722,"yMin":-215,"yMax":940,"hAsc":945,"hDes":-238,"lGap":0}},{"family":"Londrina Shadow","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":945,"des":-238,"tAsc":945,"tDes":-238,"tLGap":0,"wAsc":945,"wDes":238,"xH":508,"capH":722,"yMin":-238,"yMax":945,"hAsc":945,"hDes":-238,"lGap":0}},{"family":"Londrina Sketch","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":945,"des":-238,"tAsc":945,"tDes":-238,"tLGap":0,"wAsc":935,"wDes":217,"xH":508,"capH":722,"yMin":-217,"yMax":935,"hAsc":945,"hDes":-238,"lGap":0}},{"family":"Londrina Solid","fallbacks":["cursive"],"weights":[100,300,400,900],"styles":["regular"],"variants":[[0,100],[0,300],[0,400],[0,900]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":945,"des":-238,"tAsc":945,"tDes":-238,"tLGap":0,"wAsc":941,"wDes":215,"xH":508,"capH":722,"yMin":-208,"yMax":937,"hAsc":945,"hDes":-238,"lGap":0}},{"family":"Long Cang","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":880,"des":-120,"tAsc":880,"tDes":-120,"tLGap":0,"wAsc":1000,"wDes":318,"xH":512,"capH":684,"yMin":-318,"yMax":868,"hAsc":880,"hDes":-120,"lGap":0}},{"family":"Lora","fallbacks":["serif"],"weights":[400,500,600,700],"styles":["regular","italic"],"variants":[[0,400],[0,500],[0,600],[0,700],[1,400],[1,500],[1,600],[1,700]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1006,"des":-274,"tAsc":1006,"tDes":-274,"tLGap":0,"wAsc":1206,"wDes":294,"xH":500,"capH":700,"yMin":-271,"yMax":1114,"hAsc":1006,"hDes":-274,"lGap":0}},{"family":"Love Ya Like A Sister","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1024,"asc":942,"des":-333,"tAsc":942,"tDes":-333,"tLGap":0,"wAsc":942,"wDes":333,"xH":510,"capH":674,"yMin":-333,"yMax":942,"hAsc":942,"hDes":-333,"lGap":0}},{"family":"Loved by the King","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":2048,"asc":2398,"des":-1137,"tAsc":2398,"tDes":-1137,"tLGap":0,"wAsc":2398,"wDes":1137,"xH":1111,"capH":1774,"yMin":-1024,"yMax":2157,"hAsc":2398,"hDes":-1137,"lGap":0}},{"family":"Lovers Quarrel","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":726,"des":-401,"tAsc":726,"tDes":-401,"tLGap":0,"wAsc":810,"wDes":420,"xH":274,"capH":609,"yMin":-402,"yMax":777,"hAsc":726,"hDes":-401,"lGap":0}},{"family":"Lucida Bright","fallbacks":["Georgia","serif"],"metrics":{"upm":2048,"asc":1980,"des":-432,"tAsc":1579,"tDes":-420,"tLGap":49,"wAsc":1900,"wDes":1900,"yMin":-432,"yMax":1900,"hAsc":1980,"hDes":-432,"lGap":0},"weights":[400,700],"styles":["italic","regular"],"service":"system"},{"family":"Lucida Sans Typewriter","fallbacks":["Lucida Console","monaco","Bitstream Vera Sans Mono","monospace"],"metrics":{"upm":2048,"asc":1974,"des":-432,"tAsc":1579,"tDes":420,"tLGap":49,"wAsc":1900,"wDes":1900,"yMin":-420,"yMax":1900,"hAsc":1974,"hDes":-432,"lGap":0},"weights":[400,700],"styles":["italic","regular"],"service":"system"},{"family":"Luckiest Guy","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":2048,"asc":1440,"des":-608,"tAsc":1440,"tDes":-608,"tLGap":0,"wAsc":2006,"wDes":504,"xH":1400,"capH":1424,"yMin":-716,"yMax":2045,"hAsc":1440,"hDes":-608,"lGap":0}},{"family":"Lusitana","fallbacks":["serif"],"weights":[400,700],"styles":["regular"],"variants":[[0,400],[0,700]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":956,"des":-341,"tAsc":956,"tDes":-341,"tLGap":0,"wAsc":956,"wDes":341,"xH":139,"capH":714,"yMin":-337,"yMax":933,"hAsc":956,"hDes":-341,"lGap":0}},{"family":"Lustria","fallbacks":["serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":955,"des":-327,"tAsc":955,"tDes":-227,"tLGap":0,"wAsc":955,"wDes":327,"xH":504,"capH":704,"yMin":-327,"yMax":955,"hAsc":955,"hDes":-327,"lGap":0}},{"family":"M PLUS 1","fallbacks":["sans-serif"],"weights":[100,200,300,400,500,600,700,800,900],"styles":["regular"],"variants":[[0,100],[0,200],[0,300],[0,400],[0,500],[0,600],[0,700],[0,800],[0,900]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1160,"des":-288,"tAsc":880,"tDes":-120,"tLGap":0,"wAsc":1160,"wDes":288,"xH":520,"capH":730,"yMin":-270,"yMax":1180,"hAsc":1160,"hDes":-288,"lGap":0}},{"family":"M PLUS 1 Code","fallbacks":["sans-serif"],"weights":[100,200,300,400,500,600,700],"styles":["regular"],"variants":[[0,100],[0,200],[0,300],[0,400],[0,500],[0,600],[0,700]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1000,"des":-235,"tAsc":1000,"tDes":-235,"tLGap":0,"wAsc":1235,"wDes":270,"xH":520,"capH":730,"yMin":-270,"yMax":1213,"hAsc":1000,"hDes":-235,"lGap":0}},{"family":"M PLUS 1p","fallbacks":["sans-serif"],"weights":[100,300,400,500,700,800,900],"styles":["regular"],"variants":[[0,100],[0,300],[0,400],[0,500],[0,700],[0,800],[0,900]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1075,"des":-320,"tAsc":860,"tDes":-140,"tLGap":90,"wAsc":1075,"wDes":320,"yMin":-343,"yMax":1075,"hAsc":1075,"hDes":-320,"lGap":90}},{"family":"M PLUS 2","fallbacks":["sans-serif"],"weights":[100,200,300,400,500,600,700,800,900],"styles":["regular"],"variants":[[0,100],[0,200],[0,300],[0,400],[0,500],[0,600],[0,700],[0,800],[0,900]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1160,"des":-288,"tAsc":880,"tDes":-120,"tLGap":0,"wAsc":1160,"wDes":288,"xH":520,"capH":730,"yMin":-270,"yMax":1180,"hAsc":1160,"hDes":-288,"lGap":0}},{"family":"M PLUS Code Latin","fallbacks":["sans-serif"],"weights":[100,200,300,400,500,600,700],"styles":["regular"],"variants":[[0,100],[0,200],[0,300],[0,400],[0,500],[0,600],[0,700]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1000,"des":-235,"tAsc":1000,"tDes":-235,"tLGap":0,"wAsc":1235,"wDes":270,"xH":520,"capH":730,"yMin":-270,"yMax":1213,"hAsc":1000,"hDes":-235,"lGap":0}},{"family":"M PLUS Rounded 1c","fallbacks":["sans-serif"],"weights":[100,300,400,500,700,800,900],"styles":["regular"],"variants":[[0,100],[0,300],[0,400],[0,500],[0,700],[0,800],[0,900]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1075,"des":-320,"tAsc":860,"tDes":-140,"tLGap":90,"wAsc":1075,"wDes":320,"yMin":-343,"yMax":1075,"hAsc":1075,"hDes":-320,"lGap":90}},{"family":"Ma Shan Zheng","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":880,"des":-120,"tAsc":880,"tDes":-120,"tLGap":0,"wAsc":1000,"wDes":373,"xH":506,"capH":760,"yMin":-373,"yMax":915,"hAsc":880,"hDes":-120,"lGap":0}},{"family":"Macondo","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":888,"des":-292,"tAsc":888,"tDes":-292,"tLGap":0,"wAsc":888,"wDes":292,"xH":24,"capH":53,"yMin":-292,"yMax":888,"hAsc":888,"hDes":-292,"lGap":0}},{"family":"Macondo Swash Caps","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":888,"des":-292,"tAsc":888,"tDes":-292,"tLGap":0,"wAsc":888,"wDes":292,"xH":24,"capH":696,"yMin":-292,"yMax":888,"hAsc":888,"hDes":-292,"lGap":0}},{"family":"Mada","fallbacks":["sans-serif"],"weights":[200,300,400,500,600,700,900],"styles":["regular"],"variants":[[0,200],[0,300],[0,400],[0,500],[0,600],[0,700],[0,900]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":900,"des":-300,"tAsc":900,"tDes":-300,"tLGap":100,"wAsc":776,"wDes":322,"xH":486,"capH":660,"yMin":-292,"yMax":880,"hAsc":900,"hDes":-300,"lGap":96}},{"family":"Magra","fallbacks":["sans-serif"],"weights":[400,700],"styles":["regular"],"variants":[[0,400],[0,700]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":968,"des":-247,"tAsc":968,"tDes":-247,"tLGap":0,"wAsc":968,"wDes":247,"xH":525,"capH":700,"yMin":-247,"yMax":941,"hAsc":968,"hDes":-247,"lGap":0}},{"family":"Maiden Orange","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":2048,"asc":1440,"des":-608,"tAsc":1440,"tDes":-608,"tLGap":0,"wAsc":1832,"wDes":506,"xH":1056,"capH":1406,"yMin":-635,"yMax":1848,"hAsc":1440,"hDes":-608,"lGap":0}},{"family":"Maitree","fallbacks":["serif"],"weights":[200,300,400,500,600,700],"styles":["regular"],"variants":[[0,200],[0,300],[0,400],[0,500],[0,600],[0,700]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1150,"des":-500,"tAsc":750,"tDes":-250,"tLGap":200,"wAsc":1150,"wDes":500,"xH":489,"capH":695,"yMin":-463,"yMax":1111,"hAsc":1150,"hDes":-500,"lGap":0}},{"family":"Major Mono Display","fallbacks":["monospace"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":900,"des":-100,"tAsc":900,"tDes":-100,"tLGap":0,"wAsc":1152,"wDes":223,"xH":696,"capH":696,"yMin":-223,"yMax":1152,"hAsc":900,"hDes":-100,"lGap":0}},{"family":"Mako","fallbacks":["sans-serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":2048,"asc":2141,"des":-538,"tAsc":2141,"tDes":-538,"tLGap":0,"wAsc":2141,"wDes":538,"xH":1031,"capH":1437,"yMin":-538,"yMax":2141,"hAsc":2141,"hDes":-538,"lGap":0}},{"family":"Mali","fallbacks":["cursive"],"weights":[200,300,400,500,600,700],"styles":["italic","regular"],"variants":[[0,200],[1,200],[0,300],[1,300],[0,400],[1,400],[0,500],[1,500],[0,600],[1,600],[0,700],[1,700]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1050,"des":-250,"tAsc":1050,"tDes":-250,"tLGap":0,"wAsc":1523,"wDes":599,"xH":500,"capH":700,"yMin":-516,"yMax":1410,"hAsc":1050,"hDes":-250,"lGap":0}},{"family":"Mallanna","fallbacks":["sans-serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":870,"asc":1105,"des":-504,"tAsc":1105,"tDes":-504,"tLGap":0,"wAsc":1105,"wDes":504,"xH":379,"capH":546,"yMin":-504,"yMax":1105,"hAsc":1105,"hDes":-504,"lGap":0}},{"family":"Mandali","fallbacks":["sans-serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":790,"asc":1087,"des":-475,"tAsc":1087,"tDes":-475,"tLGap":0,"wAsc":1087,"wDes":475,"xH":382,"capH":550,"yMin":-475,"yMax":1087,"hAsc":1087,"hDes":-475,"lGap":0}},{"family":"Manjari","fallbacks":["sans-serif"],"weights":[100,400,700],"styles":["regular"],"variants":[[0,100],[0,400],[0,700]],"service":"fonts.google.com","metrics":{"upm":2048,"asc":1500,"des":-750,"tAsc":1500,"tDes":-750,"tLGap":0,"wAsc":2076,"wDes":1285,"xH":1024,"capH":1385,"yMin":-1231,"yMax":1978,"hAsc":1500,"hDes":-750,"lGap":0}},{"family":"Manrope","fallbacks":["sans-serif"],"weights":[200,300,400,500,600,700,800],"styles":["regular"],"variants":[[0,200],[0,300],[0,400],[0,500],[0,600],[0,700],[0,800]],"service":"fonts.google.com","metrics":{"upm":2000,"asc":2132,"des":-600,"tAsc":2132,"tDes":-600,"tLGap":0,"wAsc":2132,"wDes":600,"xH":1080,"capH":1440,"yMin":-510,"yMax":2132,"hAsc":2132,"hDes":-600,"lGap":0}},{"family":"Mansalva","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":889,"des":-200,"tAsc":889,"tDes":-200,"tLGap":0,"wAsc":1112,"wDes":466,"xH":384,"capH":702,"yMin":-435,"yMax":1112,"hAsc":889,"hDes":-200,"lGap":0}},{"family":"Manuale","fallbacks":["serif"],"weights":[300,400,500,600,700,800],"styles":["regular","italic"],"variants":[[0,300],[0,400],[0,500],[0,600],[0,700],[0,800],[1,300],[1,400],[1,500],[1,600],[1,700],[1,800]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":980,"des":-236,"tAsc":980,"tDes":-236,"tLGap":221,"wAsc":980,"wDes":236,"xH":491,"capH":611,"yMin":-236,"yMax":980,"hAsc":980,"hDes":-236,"lGap":221}},{"family":"Marcellus","fallbacks":["serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":2048,"asc":1995,"des":-573,"tAsc":1995,"tDes":-573,"tLGap":0,"wAsc":1995,"wDes":573,"xH":1024,"capH":1434,"yMin":-573,"yMax":1995,"hAsc":1995,"hDes":-573,"lGap":0}},{"family":"Marcellus SC","fallbacks":["serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":2048,"asc":1995,"des":-573,"tAsc":1995,"tDes":-573,"tLGap":0,"wAsc":1995,"wDes":573,"xH":1075,"capH":1434,"yMin":-573,"yMax":1995,"hAsc":1995,"hDes":-573,"lGap":0}},{"family":"Marck Script","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":864,"des":-385,"tAsc":864,"tDes":-385,"tLGap":0,"wAsc":864,"wDes":385,"xH":263,"capH":638,"yMin":-385,"yMax":864,"hAsc":864,"hDes":-385,"lGap":0}},{"family":"Margarine","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":2048,"asc":2075,"des":-678,"tAsc":2075,"tDes":-678,"tLGap":0,"wAsc":2075,"wDes":678,"xH":0,"capH":0,"yMin":-678,"yMax":2075,"hAsc":2075,"hDes":-678,"lGap":0}},{"family":"Markazi Text","fallbacks":["serif"],"weights":[400,500,600,700],"styles":["regular"],"variants":[[0,400],[0,500],[0,600],[0,700]],"service":"fonts.google.com","metrics":{"upm":2048,"asc":1718,"des":-740,"tAsc":1718,"tDes":-740,"tLGap":0,"wAsc":1695,"wDes":963,"xH":746,"capH":990,"yMin":-893,"yMax":1664,"hAsc":1718,"hDes":-740,"lGap":0}},{"family":"Marko One","fallbacks":["serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":2048,"asc":2019,"des":-727,"tAsc":2019,"tDes":-727,"tLGap":0,"wAsc":2019,"wDes":727,"xH":713,"capH":1475,"yMin":-727,"yMax":2019,"hAsc":2019,"hDes":-727,"lGap":0}},{"family":"Marmelad","fallbacks":["sans-serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":2048,"asc":1989,"des":-451,"tAsc":1989,"tDes":-451,"tLGap":0,"wAsc":1989,"wDes":451,"xH":1028,"capH":1452,"yMin":-451,"yMax":1989,"hAsc":1989,"hDes":-451,"lGap":0}},{"family":"Martel","fallbacks":["serif"],"weights":[200,300,400,600,700,800,900],"styles":["regular"],"variants":[[0,200],[0,300],[0,400],[0,600],[0,700],[0,800],[0,900]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1125,"des":-562,"tAsc":1125,"tDes":-562,"tLGap":0,"wAsc":1125,"wDes":562,"xH":546,"capH":758,"yMin":-542,"yMax":1050,"hAsc":1125,"hDes":-562,"lGap":0}},{"family":"Martel Sans","fallbacks":["sans-serif"],"weights":[200,300,400,600,700,800,900],"styles":["regular"],"variants":[[0,200],[0,300],[0,400],[0,600],[0,700],[0,800],[0,900]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1150,"des":-674,"tAsc":1150,"tDes":-674,"tLGap":0,"wAsc":1150,"wDes":674,"xH":534,"capH":680,"yMin":-519,"yMax":1071,"hAsc":1150,"hDes":-674,"lGap":0}},{"family":"Marvel","fallbacks":["sans-serif"],"weights":[400,700],"styles":["regular","italic"],"variants":[[0,400],[1,400],[0,700],[1,700]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":951,"des":-259,"tAsc":951,"tDes":-259,"tLGap":0,"wAsc":951,"wDes":259,"xH":500,"capH":700,"yMin":-259,"yMax":951,"hAsc":951,"hDes":-259,"lGap":0}},{"family":"Mate","fallbacks":["serif"],"weights":[400],"styles":["regular","italic"],"variants":[[0,400],[1,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":958,"des":-262,"tAsc":958,"tDes":-262,"tLGap":0,"wAsc":958,"wDes":262,"xH":456,"capH":700,"yMin":-262,"yMax":935,"hAsc":958,"hDes":-262,"lGap":0}},{"family":"Mate SC","fallbacks":["serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":958,"des":-262,"tAsc":958,"tDes":-262,"tLGap":0,"wAsc":958,"wDes":262,"xH":473,"capH":700,"yMin":-241,"yMax":935,"hAsc":958,"hDes":-262,"lGap":0}},{"family":"Maven Pro","fallbacks":["sans-serif"],"weights":[400,500,600,700,800,900],"styles":["regular"],"variants":[[0,400],[0,500],[0,600],[0,700],[0,800],[0,900]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":965,"des":-210,"tAsc":965,"tDes":-210,"tLGap":0,"wAsc":1065,"wDes":233,"xH":499,"capH":667,"yMin":-217,"yMax":1030,"hAsc":965,"hDes":-210,"lGap":0}},{"family":"McLaren","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":2048,"asc":2216,"des":-722,"tAsc":2216,"tDes":-722,"tLGap":0,"wAsc":2216,"wDes":722,"xH":1042,"capH":1445,"yMin":-729,"yMax":2216,"hAsc":2216,"hDes":-722,"lGap":0}},{"family":"Meddon","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":2048,"asc":2860,"des":-1457,"tAsc":2860,"tDes":-1457,"tLGap":0,"wAsc":2860,"wDes":1457,"xH":756,"capH":2177,"yMin":-1457,"yMax":3565,"hAsc":2860,"hDes":-1457,"lGap":0}},{"family":"MedievalSharp","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":2048,"asc":1771,"des":-543,"tAsc":1771,"tDes":-543,"tLGap":0,"wAsc":1771,"wDes":543,"xH":224,"capH":201,"yMin":-467,"yMax":1951,"hAsc":1771,"hDes":-543,"lGap":0}},{"family":"Medula One","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":846,"des":-162,"tAsc":846,"tDes":-162,"tLGap":0,"wAsc":846,"wDes":162,"xH":490,"capH":650,"yMin":-162,"yMax":846,"hAsc":846,"hDes":-162,"lGap":0}},{"family":"Meera Inimai","fallbacks":["sans-serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":2048,"asc":1986,"des":-1200,"tAsc":1638,"tDes":-410,"tLGap":184,"wAsc":1986,"wDes":1200,"xH":1056,"capH":1460,"yMin":-1200,"yMax":1986,"hAsc":1986,"hDes":-1200,"lGap":184}},{"family":"Megrim","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":880,"des":-200,"tAsc":800,"tDes":-200,"tLGap":90,"wAsc":880,"wDes":200,"xH":580,"capH":700,"yMin":-200,"yMax":880,"hAsc":880,"hDes":-200,"lGap":90}},{"family":"Meie Script","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":2048,"asc":1814,"des":-780,"tAsc":1814,"tDes":-780,"tLGap":0,"wAsc":1814,"wDes":780,"xH":354,"capH":862,"yMin":-780,"yMax":1814,"hAsc":1814,"hDes":-780,"lGap":0}},{"family":"Merienda","fallbacks":["cursive"],"weights":[400,700],"styles":["regular"],"variants":[[0,400],[0,700]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1102,"des":-342,"tAsc":1102,"tDes":-342,"tLGap":0,"wAsc":1102,"wDes":342,"xH":599,"capH":802,"yMin":-342,"yMax":1084,"hAsc":1102,"hDes":-342,"lGap":0}},{"family":"Merienda One","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1102,"des":-342,"tAsc":1102,"tDes":-342,"tLGap":0,"wAsc":1102,"wDes":342,"xH":379,"capH":439,"yMin":-342,"yMax":1102,"hAsc":1102,"hDes":-342,"lGap":0}},{"family":"Merriweather","fallbacks":["serif"],"weights":[300,400,700,900],"styles":["italic","regular"],"variants":[[0,300],[1,300],[0,400],[1,400],[0,700],[1,700],[0,900],[1,900]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":984,"des":-273,"tAsc":984,"tDes":-273,"tLGap":0,"wAsc":1065,"wDes":273,"xH":555,"capH":743,"yMin":-272,"yMax":1055,"hAsc":984,"hDes":-273,"lGap":0}},{"family":"Merriweather Sans","fallbacks":["sans-serif"],"weights":[300,400,500,600,700,800],"styles":["regular","italic"],"variants":[[0,300],[0,400],[0,500],[0,600],[0,700],[0,800],[1,300],[1,400],[1,500],[1,600],[1,700],[1,800]],"service":"fonts.google.com","metrics":{"upm":2000,"asc":1968,"des":-546,"tAsc":1968,"tDes":-546,"tLGap":0,"wAsc":2580,"wDes":660,"xH":1114,"capH":1486,"yMin":-567,"yMax":2472,"hAsc":1968,"hDes":-546,"lGap":0}},{"family":"Metal","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":2048,"asc":2600,"des":-1600,"tAsc":2600,"tDes":-1600,"tLGap":0,"wAsc":3166,"wDes":1600,"xH":1098,"capH":1462,"yMin":-1600,"yMax":3166,"hAsc":2600,"hDes":-1600,"lGap":0}},{"family":"Metal Mania","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1024,"asc":965,"des":-303,"tAsc":965,"tDes":-303,"tLGap":0,"wAsc":965,"wDes":303,"xH":620,"capH":820,"yMin":-303,"yMax":965,"hAsc":965,"hDes":-303,"lGap":0}},{"family":"Metamorphous","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":2048,"asc":1972,"des":-588,"tAsc":1972,"tDes":-588,"tLGap":0,"wAsc":1972,"wDes":588,"xH":1208,"capH":1530,"yMin":-588,"yMax":1972,"hAsc":1972,"hDes":-588,"lGap":0}},{"family":"Metrophobic","fallbacks":["sans-serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":2048,"asc":2065,"des":-460,"tAsc":2065,"tDes":-460,"tLGap":0,"wAsc":2438,"wDes":765,"xH":1011,"capH":1441,"yMin":-765,"yMax":2438,"hAsc":2065,"hDes":-460,"lGap":0}},{"family":"Michroma","fallbacks":["sans-serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":2048,"asc":2368,"des":-544,"tAsc":2368,"tDes":-544,"tLGap":0,"wAsc":2368,"wDes":544,"xH":1152,"capH":1536,"yMin":-622,"yMax":3066,"hAsc":2368,"hDes":-544,"lGap":0}},{"family":"Milonga","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":990,"des":-260,"tAsc":990,"tDes":-260,"tLGap":0,"wAsc":990,"wDes":260,"xH":458,"capH":809,"yMin":-260,"yMax":990,"hAsc":990,"hDes":-260,"lGap":0}},{"family":"Miltonian","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":918,"des":-274,"tAsc":918,"tDes":-274,"tLGap":0,"wAsc":918,"wDes":274,"xH":454,"capH":689,"yMin":-274,"yMax":918,"hAsc":918,"hDes":-274,"lGap":0}},{"family":"Miltonian Tattoo","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":918,"des":-274,"tAsc":918,"tDes":-274,"tLGap":0,"wAsc":918,"wDes":274,"xH":454,"capH":689,"yMin":-274,"yMax":918,"hAsc":918,"hDes":-274,"lGap":0}},{"family":"Mina","fallbacks":["sans-serif"],"weights":[400,700],"styles":["regular"],"variants":[[0,400],[0,700]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1075,"des":-515,"tAsc":1075,"tDes":-515,"tLGap":0,"wAsc":1075,"wDes":539,"yMin":-487,"yMax":1002,"hAsc":1075,"hDes":-515,"lGap":0}},{"family":"Miniver","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1024,"asc":1019,"des":-474,"tAsc":1019,"tDes":-474,"tLGap":0,"wAsc":1019,"wDes":474,"xH":501,"capH":782,"yMin":-474,"yMax":1019,"hAsc":1019,"hDes":-474,"lGap":0}},{"family":"Miriam Libre","fallbacks":["sans-serif"],"weights":[400,700],"styles":["regular"],"variants":[[0,400],[0,700]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":969,"des":-344,"tAsc":969,"tDes":-344,"tLGap":0,"wAsc":969,"wDes":344,"xH":566,"capH":695,"yMin":-335,"yMax":952,"hAsc":969,"hDes":-344,"lGap":0}},{"family":"Mirza","fallbacks":["cursive"],"weights":[400,500,600,700],"styles":["regular"],"variants":[[0,400],[0,500],[0,600],[0,700]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":547,"des":-453,"tAsc":800,"tDes":-200,"tLGap":200,"wAsc":1000,"wDes":200,"xH":500,"capH":700,"yMin":-571,"yMax":1088,"hAsc":547,"hDes":-453,"lGap":200}},{"family":"Miss Fajardose","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":859,"des":-389,"tAsc":859,"tDes":-389,"tLGap":0,"wAsc":859,"wDes":389,"xH":158,"capH":658,"yMin":-389,"yMax":859,"hAsc":859,"hDes":-389,"lGap":0}},{"family":"Mitr","fallbacks":["sans-serif"],"weights":[200,300,400,500,600,700],"styles":["regular"],"variants":[[0,200],[0,300],[0,400],[0,500],[0,600],[0,700]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1150,"des":-420,"tAsc":750,"tDes":-250,"tLGap":200,"wAsc":1150,"wDes":420,"xH":536,"capH":714,"yMin":-389,"yMax":1079,"hAsc":1150,"hDes":-420,"lGap":0}},{"family":"Mochiy Pop One","fallbacks":["sans-serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1160,"des":-288,"tAsc":880,"tDes":-120,"tLGap":0,"wAsc":1160,"wDes":288,"xH":543,"capH":733,"yMin":-295,"yMax":1142,"hAsc":1160,"hDes":-288,"lGap":0}},{"family":"Mochiy Pop P One","fallbacks":["sans-serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1160,"des":-288,"tAsc":880,"tDes":-120,"tLGap":0,"wAsc":1160,"wDes":288,"xH":543,"capH":733,"yMin":-295,"yMax":1142,"hAsc":1160,"hDes":-288,"lGap":0}},{"family":"Modak","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":2048,"asc":2035,"des":-1049,"tAsc":2035,"tDes":-1049,"tLGap":0,"wAsc":2035,"wDes":1049,"xH":1099,"capH":1290,"yMin":-1049,"yMax":2035,"hAsc":2035,"hDes":-1049,"lGap":0}},{"family":"Modern Antiqua","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":2048,"asc":1815,"des":-508,"tAsc":1815,"tDes":-508,"tLGap":0,"wAsc":1815,"wDes":508,"xH":1089,"capH":1511,"yMin":-435,"yMax":1950,"hAsc":1815,"hDes":-508,"lGap":0}},{"family":"Mogra","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":750,"des":-250,"tAsc":750,"tDes":-250,"tLGap":200,"wAsc":850,"wDes":350,"xH":565,"capH":705,"yMin":-574,"yMax":1063,"hAsc":750,"hDes":-250,"lGap":200}},{"family":"Mohave","fallbacks":["sans-serif"],"weights":[300,400,500,600,700],"styles":["regular","italic"],"variants":[[0,300],[0,400],[0,500],[0,600],[0,700],[1,300],[1,400],[1,500],[1,600],[1,700]],"service":"fonts.google.com","metrics":{"upm":2000,"asc":1980,"des":-806,"tAsc":1980,"tDes":-806,"tLGap":0,"wAsc":1980,"wDes":806,"xH":1080,"capH":1500,"yMin":-806,"yMax":1980,"hAsc":1980,"hDes":-806,"lGap":0}},{"family":"Molengo","fallbacks":["sans-serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":2048,"asc":1928,"des":-522,"tAsc":1928,"tDes":-522,"tLGap":0,"wAsc":1928,"wDes":522,"xH":938,"capH":1391,"yMin":-522,"yMax":1928,"hAsc":1928,"hDes":-522,"lGap":0}},{"family":"Molle","fallbacks":["cursive"],"weights":[400],"styles":["italic"],"variants":[[1,400]],"service":"fonts.google.com","metrics":{"upm":2048,"asc":1852,"des":-701,"tAsc":1852,"tDes":-701,"tLGap":0,"wAsc":1852,"wDes":701,"xH":910,"capH":1588,"yMin":-701,"yMax":1852,"hAsc":1852,"hDes":-701,"lGap":0}},{"family":"Monda","fallbacks":["sans-serif"],"weights":[400,700],"styles":["regular"],"variants":[[0,400],[0,700]],"service":"fonts.google.com","metrics":{"upm":2048,"asc":2461,"des":-875,"tAsc":2461,"tDes":-875,"tLGap":0,"wAsc":2480,"wDes":875,"xH":1060,"capH":1446,"yMin":-770,"yMax":2383,"hAsc":2461,"hDes":-875,"lGap":0}},{"family":"Monofett","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":2048,"asc":2001,"des":-315,"tAsc":2001,"tDes":-315,"tLGap":0,"wAsc":2001,"wDes":315,"xH":1370,"capH":1370,"yMin":-315,"yMax":2007,"hAsc":2001,"hDes":-315,"lGap":0}},{"family":"Monoton","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":2048,"asc":2366,"des":-822,"tAsc":2366,"tDes":-822,"tLGap":0,"wAsc":2366,"wDes":822,"xH":1440,"capH":1656,"yMin":-822,"yMax":2366,"hAsc":2366,"hDes":-822,"lGap":0}},{"family":"Monsieur La Doulaise","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1048,"des":-513,"tAsc":1048,"tDes":-513,"tLGap":0,"wAsc":1048,"wDes":513,"xH":164,"capH":729,"yMin":-513,"yMax":1048,"hAsc":1048,"hDes":-513,"lGap":0}},{"family":"Montaga","fallbacks":["serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":978,"des":-254,"tAsc":978,"tDes":-254,"tLGap":0,"wAsc":978,"wDes":254,"xH":466,"capH":700,"yMin":-254,"yMax":978,"hAsc":978,"hDes":-254,"lGap":0}},{"family":"Montagu Slab","fallbacks":["serif"],"weights":[100,200,300,400,500,600,700],"styles":["regular"],"variants":[[0,100],[0,200],[0,300],[0,400],[0,500],[0,600],[0,700]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":982,"des":-300,"tAsc":982,"tDes":-300,"tLGap":0,"wAsc":1136,"wDes":318,"xH":518,"capH":682,"yMin":-312,"yMax":1122,"hAsc":982,"hDes":-300,"lGap":0}},{"family":"MonteCarlo","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1200,"des":-500,"tAsc":1200,"tDes":-500,"tLGap":0,"wAsc":1795,"wDes":1290,"xH":315,"capH":750,"yMin":-1293,"yMax":1794,"hAsc":1200,"hDes":-500,"lGap":0}},{"family":"Montez","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":2048,"asc":1831,"des":-848,"tAsc":1831,"tDes":-848,"tLGap":0,"wAsc":1831,"wDes":848,"xH":766,"capH":1456,"yMin":-848,"yMax":1831,"hAsc":1831,"hDes":-848,"lGap":0}},{"family":"Montserrat","fallbacks":["sans-serif"],"weights":[100,200,300,400,500,600,700,800,900],"styles":["italic","regular"],"variants":[[0,100],[1,100],[0,200],[1,200],[0,300],[1,300],[0,400],[1,400],[0,500],[1,500],[0,600],[1,600],[0,700],[1,700],[0,800],[1,800],[0,900],[1,900]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":968,"des":-251,"tAsc":968,"tDes":-251,"tLGap":0,"wAsc":1109,"wDes":270,"xH":525,"capH":700,"yMin":-262,"yMax":1043,"hAsc":968,"hDes":-251,"lGap":0}},{"family":"Montserrat Alternates","fallbacks":["sans-serif"],"weights":[100,200,300,400,500,600,700,800,900],"styles":["italic","regular"],"variants":[[0,100],[1,100],[0,200],[1,200],[0,300],[1,300],[0,400],[1,400],[0,500],[1,500],[0,600],[1,600],[0,700],[1,700],[0,800],[1,800],[0,900],[1,900]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":968,"des":-251,"tAsc":968,"tDes":-251,"tLGap":0,"wAsc":1109,"wDes":270,"xH":525,"capH":700,"yMin":-262,"yMax":1043,"hAsc":968,"hDes":-251,"lGap":0}},{"family":"Montserrat Subrayada","fallbacks":["sans-serif"],"weights":[400,700],"styles":["regular"],"variants":[[0,400],[0,700]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":968,"des":-251,"tAsc":968,"tDes":-251,"tLGap":0,"wAsc":968,"wDes":251,"xH":699,"capH":699,"yMin":-250,"yMax":932,"hAsc":968,"hDes":-251,"lGap":0}},{"family":"Moul","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":2048,"asc":2500,"des":-1200,"tAsc":2500,"tDes":-1200,"tLGap":0,"wAsc":2500,"wDes":1200,"xH":1098,"capH":1462,"yMin":-1201,"yMax":2501,"hAsc":2500,"hDes":-1200,"lGap":0}},{"family":"Moulpali","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":2048,"asc":2900,"des":-1600,"tAsc":2900,"tDes":-1600,"tLGap":0,"wAsc":2950,"wDes":1600,"xH":1098,"capH":1462,"yMin":-1600,"yMax":2950,"hAsc":2900,"hDes":-1600,"lGap":0}},{"family":"Mountains of Christmas","fallbacks":["cursive"],"weights":[400,700],"styles":["regular"],"variants":[[0,400],[0,700]],"service":"fonts.google.com","metrics":{"upm":1024,"asc":1066,"des":-354,"tAsc":1066,"tDes":-354,"tLGap":0,"wAsc":1066,"wDes":354,"xH":515,"capH":743,"yMin":-347,"yMax":1066,"hAsc":1066,"hDes":-354,"lGap":0}},{"family":"Mouse Memoirs","fallbacks":["sans-serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":2048,"asc":1917,"des":-428,"tAsc":1917,"tDes":-428,"tLGap":0,"wAsc":1917,"wDes":428,"xH":1044,"capH":1448,"yMin":-428,"yMax":1917,"hAsc":1917,"hDes":-428,"lGap":0}},{"family":"Mr Bedfort","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1015,"des":-661,"tAsc":1015,"tDes":-661,"tLGap":0,"wAsc":1015,"wDes":661,"xH":245,"capH":770,"yMin":-661,"yMax":1015,"hAsc":1015,"hDes":-661,"lGap":0}},{"family":"Mr Dafoe","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":981,"des":-416,"tAsc":981,"tDes":-416,"tLGap":0,"wAsc":981,"wDes":416,"xH":313,"capH":622,"yMin":-416,"yMax":981,"hAsc":981,"hDes":-416,"lGap":0}},{"family":"Mr De Haviland","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":875,"des":-442,"tAsc":875,"tDes":-442,"tLGap":0,"wAsc":875,"wDes":442,"xH":217,"capH":557,"yMin":-442,"yMax":891,"hAsc":875,"hDes":-442,"lGap":0}},{"family":"Mrs Saint Delafield","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":906,"des":-619,"tAsc":906,"tDes":-619,"tLGap":0,"wAsc":906,"wDes":619,"xH":224,"capH":708,"yMin":-619,"yMax":906,"hAsc":906,"hDes":-619,"lGap":0}},{"family":"Mrs Sheppards","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":959,"des":-378,"tAsc":959,"tDes":-378,"tLGap":0,"wAsc":959,"wDes":378,"xH":285,"capH":662,"yMin":-378,"yMax":959,"hAsc":959,"hDes":-378,"lGap":0}},{"family":"Mukta","fallbacks":["sans-serif"],"weights":[200,300,400,500,600,700,800],"styles":["regular"],"variants":[[0,200],[0,300],[0,400],[0,500],[0,600],[0,700],[0,800]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1130,"des":-532,"tAsc":1130,"tDes":-532,"tLGap":0,"wAsc":1130,"wDes":532,"xH":468,"capH":630,"yMin":-508,"yMax":1130,"hAsc":1130,"hDes":-532,"lGap":0}},{"family":"Mukta Mahee","fallbacks":["sans-serif"],"weights":[200,300,400,500,600,700,800],"styles":["regular"],"variants":[[0,200],[0,300],[0,400],[0,500],[0,600],[0,700],[0,800]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1130,"des":-532,"tAsc":1130,"tDes":-532,"tLGap":0,"wAsc":1130,"wDes":532,"xH":468,"capH":630,"yMin":-541,"yMax":956,"hAsc":1130,"hDes":-532,"lGap":0}},{"family":"Mukta Malar","fallbacks":["sans-serif"],"weights":[200,300,400,500,600,700,800],"styles":["regular"],"variants":[[0,200],[0,300],[0,400],[0,500],[0,600],[0,700],[0,800]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1130,"des":-532,"tAsc":1130,"tDes":-532,"tLGap":0,"wAsc":1130,"wDes":532,"xH":468,"capH":630,"yMin":-351,"yMax":935,"hAsc":1130,"hDes":-532,"lGap":0}},{"family":"Mukta Vaani","fallbacks":["sans-serif"],"weights":[200,300,400,500,600,700,800],"styles":["regular"],"variants":[[0,200],[0,300],[0,400],[0,500],[0,600],[0,700],[0,800]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1130,"des":-532,"tAsc":1130,"tDes":-532,"tLGap":0,"wAsc":1130,"wDes":532,"xH":468,"capH":630,"yMin":-494,"yMax":935,"hAsc":1130,"hDes":-532,"lGap":0}},{"family":"Mulish","fallbacks":["sans-serif"],"weights":[200,300,400,500,600,700,800,900],"styles":["regular","italic"],"variants":[[0,200],[0,300],[0,400],[0,500],[0,600],[0,700],[0,800],[0,900],[1,200],[1,300],[1,400],[1,500],[1,600],[1,700],[1,800],[1,900]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1005,"des":-250,"tAsc":1005,"tDes":-250,"tLGap":0,"wAsc":1065,"wDes":297,"xH":500,"capH":705,"yMin":-270,"yMax":1036,"hAsc":1005,"hDes":-250,"lGap":0}},{"family":"MuseoModerno","fallbacks":["cursive"],"weights":[100,200,300,400,500,600,700,800,900],"styles":["regular"],"variants":[[0,100],[0,200],[0,300],[0,400],[0,500],[0,600],[0,700],[0,800],[0,900]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1145,"des":-445,"tAsc":1145,"tDes":-445,"tLGap":0,"wAsc":1145,"wDes":445,"xH":510,"capH":700,"yMin":-322,"yMax":1110,"hAsc":1145,"hDes":-445,"lGap":0}},{"family":"Mystery Quest","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1024,"asc":989,"des":-409,"tAsc":989,"tDes":-409,"tLGap":0,"wAsc":989,"wDes":419,"xH":626,"capH":769,"yMin":-409,"yMax":989,"hAsc":989,"hDes":-409,"lGap":0}},{"family":"Nanum Brush Script","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":920,"des":-230,"tAsc":800,"tDes":-200,"tLGap":0,"wAsc":920,"wDes":230,"xH":500,"capH":700,"yMin":-200,"yMax":802,"hAsc":920,"hDes":-230,"lGap":0}},{"family":"Nanum Gothic","fallbacks":["sans-serif"],"weights":[400,700,800],"styles":["regular"],"variants":[[0,400],[0,700],[0,800]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":920,"des":-230,"tAsc":800,"tDes":-200,"tLGap":0,"wAsc":920,"wDes":230,"xH":500,"capH":700,"yMin":-200,"yMax":801,"hAsc":920,"hDes":-230,"lGap":0}},{"family":"Nanum Gothic Coding","fallbacks":["monospace"],"weights":[400,700],"styles":["regular"],"variants":[[0,400],[0,700]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":800,"des":-200,"tAsc":800,"tDes":-200,"tLGap":0,"wAsc":800,"wDes":200,"xH":498,"capH":699,"yMin":-200,"yMax":801,"hAsc":800,"hDes":-200,"lGap":0}},{"family":"Nanum Myeongjo","fallbacks":["serif"],"weights":[400,700,800],"styles":["regular"],"variants":[[0,400],[0,700],[0,800]],"service":"fonts.google.com","metrics":{"upm":1024,"asc":942,"des":-236,"tAsc":819,"tDes":-205,"tLGap":0,"wAsc":942,"wDes":236,"xH":480,"capH":755,"yMin":-239,"yMax":978,"hAsc":942,"hDes":-236,"lGap":0}},{"family":"Nanum Pen Script","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":920,"des":-230,"tAsc":800,"tDes":-200,"tLGap":0,"wAsc":920,"wDes":230,"xH":476,"capH":674,"yMin":-200,"yMax":800,"hAsc":920,"hDes":-230,"lGap":0}},{"family":"Nerko One","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":894,"des":-317,"tAsc":894,"tDes":-317,"tLGap":0,"wAsc":937,"wDes":319,"xH":426,"capH":586,"yMin":-319,"yMax":937,"hAsc":894,"hDes":-317,"lGap":0}},{"family":"Neucha","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1024,"asc":787,"des":-292,"tAsc":787,"tDes":-292,"tLGap":49,"wAsc":954,"wDes":296,"xH":523,"capH":720,"yMin":-296,"yMax":981,"hAsc":787,"hDes":-292,"lGap":49}},{"family":"Neuton","fallbacks":["serif"],"weights":[200,300,400,700,800],"styles":["regular","italic"],"variants":[[0,200],[0,300],[0,400],[1,400],[0,700],[0,800]],"service":"fonts.google.com","metrics":{"upm":2048,"asc":2106,"des":-485,"tAsc":2106,"tDes":-485,"tLGap":0,"wAsc":2106,"wDes":485,"xH":0,"capH":0,"yMin":-418,"yMax":1710,"hAsc":2106,"hDes":-485,"lGap":0}},{"family":"New Rocker","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":946,"des":-283,"tAsc":946,"tDes":-283,"tLGap":0,"wAsc":946,"wDes":283,"xH":465,"capH":733,"yMin":-283,"yMax":946,"hAsc":946,"hDes":-283,"lGap":0}},{"family":"New Tegomin","fallbacks":["serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1160,"des":-288,"tAsc":880,"tDes":-120,"tLGap":0,"wAsc":1160,"wDes":288,"xH":438,"capH":635,"yMin":-281,"yMax":914,"hAsc":1160,"hDes":-288,"lGap":0}},{"family":"News Cycle","fallbacks":["sans-serif"],"weights":[400,700],"styles":["regular"],"variants":[[0,400],[0,700]],"service":"fonts.google.com","metrics":{"upm":2048,"asc":2574,"des":-794,"tAsc":2574,"tDes":-794,"tLGap":0,"wAsc":2574,"wDes":794,"yMin":-794,"yMax":2510,"hAsc":2574,"hDes":-794,"lGap":0}},{"family":"Newsreader","fallbacks":["serif"],"weights":[200,300,400,500,600,700,800],"styles":["regular","italic"],"variants":[[0,200],[0,300],[0,400],[0,500],[0,600],[0,700],[0,800],[1,200],[1,300],[1,400],[1,500],[1,600],[1,700],[1,800]],"service":"fonts.google.com","metrics":{"upm":2000,"asc":1470,"des":-530,"tAsc":1470,"tDes":-530,"tLGap":0,"wAsc":2326,"wDes":531,"xH":852,"capH":1340,"yMin":-530,"yMax":2092,"hAsc":1470,"hDes":-530,"lGap":0}},{"family":"Niconne","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":2048,"asc":1898,"des":-585,"tAsc":1898,"tDes":-585,"tLGap":0,"wAsc":1898,"wDes":585,"xH":218,"capH":1442,"yMin":-585,"yMax":1898,"hAsc":1898,"hDes":-585,"lGap":0}},{"family":"Niramit","fallbacks":["sans-serif"],"weights":[200,300,400,500,600,700],"styles":["italic","regular"],"variants":[[0,200],[1,200],[0,300],[1,300],[0,400],[1,400],[0,500],[1,500],[0,600],[1,600],[0,700],[1,700]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1105,"des":-195,"tAsc":1105,"tDes":-195,"tLGap":0,"wAsc":1250,"wDes":534,"xH":485,"capH":700,"yMin":-476,"yMax":1205,"hAsc":1105,"hDes":-195,"lGap":0}},{"family":"Nixie One","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":926,"des":-210,"tAsc":926,"tDes":-210,"tLGap":0,"wAsc":926,"wDes":210,"xH":500,"capH":700,"yMin":-210,"yMax":920,"hAsc":926,"hDes":-210,"lGap":0}},{"family":"Nobile","fallbacks":["sans-serif"],"weights":[400,500,700],"styles":["regular","italic"],"variants":[[0,400],[1,400],[0,500],[1,500],[0,700],[1,700]],"service":"fonts.google.com","metrics":{"upm":2048,"asc":1731,"des":-578,"tAsc":1614,"tDes":-502,"tLGap":0,"wAsc":1731,"wDes":578,"xH":1169,"capH":1579,"yMin":-617,"yMax":2353,"hAsc":1731,"hDes":-578,"lGap":0}},{"family":"Nokora","fallbacks":["sans-serif"],"weights":[100,300,400,700,900],"styles":["regular"],"variants":[[0,100],[0,300],[0,400],[0,700],[0,900]],"service":"fonts.google.com","metrics":{"upm":2048,"asc":1907,"des":-800,"tAsc":1907,"tDes":-800,"tLGap":0,"wAsc":1940,"wDes":810,"xH":1098,"capH":1462,"yMin":-800,"yMax":1900,"hAsc":1907,"hDes":-800,"lGap":0}},{"family":"Norican","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":2048,"asc":2095,"des":-791,"tAsc":2095,"tDes":-791,"tLGap":0,"wAsc":2095,"wDes":791,"xH":807,"capH":1530,"yMin":-791,"yMax":2095,"hAsc":2095,"hDes":-791,"lGap":0}},{"family":"Nosifer","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":2048,"asc":2236,"des":-1328,"tAsc":2236,"tDes":-1328,"tLGap":0,"wAsc":2236,"wDes":1328,"xH":925,"capH":854,"yMin":-1328,"yMax":2236,"hAsc":2236,"hDes":-1328,"lGap":0}},{"family":"Notable","fallbacks":["sans-serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1143,"des":-157,"tAsc":1143,"tDes":-157,"tLGap":0,"wAsc":1275,"wDes":300,"xH":356,"capH":700,"yMin":-213,"yMax":907,"hAsc":1143,"hDes":-157,"lGap":0}},{"family":"Nothing You Could Do","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1024,"asc":959,"des":-407,"tAsc":962,"tDes":-407,"tLGap":0,"wAsc":959,"wDes":407,"xH":462,"capH":758,"yMin":-407,"yMax":959,"hAsc":959,"hDes":-407,"lGap":0}},{"family":"Noticia Text","fallbacks":["serif"],"weights":[400,700],"styles":["regular","italic"],"variants":[[0,400],[1,400],[0,700],[1,700]],"service":"fonts.google.com","metrics":{"upm":2048,"asc":2202,"des":-593,"tAsc":2202,"tDes":-593,"tLGap":0,"wAsc":2202,"wDes":593,"xH":1085,"capH":1353,"yMin":-593,"yMax":2167,"hAsc":2202,"hDes":-593,"lGap":0}},{"family":"Noto Kufi Arabic","fallbacks":["sans-serif"],"weights":[100,200,300,400,500,600,700,800,900],"styles":["regular"],"variants":[[0,100],[0,200],[0,300],[0,400],[0,500],[0,600],[0,700],[0,800],[0,900]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1282,"des":-615,"tAsc":1282,"tDes":-615,"tLGap":0,"wAsc":1282,"wDes":615,"xH":890,"capH":1272,"yMin":-548,"yMax":1270,"hAsc":1282,"hDes":-615,"lGap":0}},{"family":"Noto Music","fallbacks":["sans-serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1389,"des":-398,"tAsc":1389,"tDes":-398,"tLGap":0,"wAsc":1389,"wDes":398,"xH":536,"capH":714,"yMin":-709,"yMax":1645,"hAsc":1389,"hDes":-398,"lGap":0}},{"family":"Noto Naskh Arabic","fallbacks":["serif"],"weights":[400,500,600,700],"styles":["regular"],"variants":[[0,400],[0,500],[0,600],[0,700]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1069,"des":-634,"tAsc":1069,"tDes":-634,"tLGap":0,"wAsc":1069,"wDes":634,"xH":0,"capH":0,"yMin":-610,"yMax":1056,"hAsc":1069,"hDes":-634,"lGap":0}},{"family":"Noto Nastaliq Urdu","fallbacks":["serif"],"weights":[400,700],"styles":["regular"],"variants":[[0,400],[0,700]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1904,"des":-596,"tAsc":1904,"tDes":-596,"tLGap":0,"wAsc":1904,"wDes":596,"xH":536,"capH":714,"yMin":-1382,"yMax":1805,"hAsc":1904,"hDes":-596,"lGap":0}},{"family":"Noto Rashi Hebrew","fallbacks":["serif"],"weights":[100,200,300,400,500,600,700,800,900],"styles":["regular"],"variants":[[0,100],[0,200],[0,300],[0,400],[0,500],[0,600],[0,700],[0,800],[0,900]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":896,"des":-290,"tAsc":896,"tDes":-290,"tLGap":0,"wAsc":896,"wDes":290,"xH":536,"capH":714,"yMin":-290,"yMax":896,"hAsc":896,"hDes":-290,"lGap":0}},{"family":"Noto Sans","fallbacks":["sans-serif"],"weights":[400,700],"styles":["regular","italic"],"variants":[[0,400],[1,400],[0,700],[1,700]],"service":"fonts.google.com","metrics":{"upm":2048,"asc":2189,"des":-600,"tAsc":2189,"tDes":-600,"tLGap":0,"wAsc":2189,"wDes":600,"xH":1098,"capH":1462,"yMin":-806,"yMax":2146,"hAsc":2189,"hDes":-600,"lGap":0}},{"family":"Noto Sans Adlam","fallbacks":["sans-serif"],"weights":[400,500,600,700],"styles":["regular"],"variants":[[0,400],[0,500],[0,600],[0,700]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1069,"des":-293,"tAsc":1069,"tDes":-293,"tLGap":0,"wAsc":1069,"wDes":293,"xH":575,"capH":714,"yMin":-241,"yMax":1004,"hAsc":1069,"hDes":-293,"lGap":0}},{"family":"Noto Sans Adlam Unjoined","fallbacks":["sans-serif"],"weights":[400,500,600,700],"styles":["regular"],"variants":[[0,400],[0,500],[0,600],[0,700]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1069,"des":-293,"tAsc":1069,"tDes":-293,"tLGap":0,"wAsc":1069,"wDes":293,"xH":575,"capH":714,"yMin":-241,"yMax":1004,"hAsc":1069,"hDes":-293,"lGap":0}},{"family":"Noto Sans Anatolian Hieroglyphs","fallbacks":["sans-serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1153,"des":-253,"tAsc":1153,"tDes":-253,"tLGap":0,"wAsc":1153,"wDes":253,"xH":536,"capH":714,"yMin":-250,"yMax":1148,"hAsc":1153,"hDes":-253,"lGap":0}},{"family":"Noto Sans Arabic","fallbacks":["sans-serif"],"weights":[100,200,300,400,500,600,700,800,900],"styles":["regular"],"variants":[[0,100],[0,200],[0,300],[0,400],[0,500],[0,600],[0,700],[0,800],[0,900]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1374,"des":-738,"tAsc":1374,"tDes":-738,"tLGap":0,"wAsc":1374,"wDes":738,"xH":374,"capH":416,"yMin":-573,"yMax":1114,"hAsc":1374,"hDes":-738,"lGap":0}},{"family":"Noto Sans Armenian","fallbacks":["sans-serif"],"weights":[100,200,300,400,500,600,700,800,900],"styles":["regular"],"variants":[[0,100],[0,200],[0,300],[0,400],[0,500],[0,600],[0,700],[0,800],[0,900]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1068,"des":-292,"tAsc":1068,"tDes":-292,"tLGap":0,"wAsc":1068,"wDes":292,"xH":536,"capH":714,"yMin":-245,"yMax":829,"hAsc":1068,"hDes":-292,"lGap":0}},{"family":"Noto Sans Avestan","fallbacks":["sans-serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1069,"des":-293,"tAsc":1069,"tDes":-293,"tLGap":0,"wAsc":1069,"wDes":293,"xH":536,"capH":652,"yMin":-240,"yMax":788,"hAsc":1069,"hDes":-293,"lGap":0}},{"family":"Noto Sans Balinese","fallbacks":["sans-serif"],"weights":[400,500,600,700],"styles":["regular"],"variants":[[0,400],[0,500],[0,600],[0,700]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1363,"des":-838,"tAsc":1363,"tDes":-838,"tLGap":0,"wAsc":1363,"wDes":838,"xH":536,"capH":700,"yMin":-830,"yMax":1289,"hAsc":1363,"hDes":-838,"lGap":0}},{"family":"Noto Sans Bamum","fallbacks":["sans-serif"],"weights":[400,500,600,700],"styles":["regular"],"variants":[[0,400],[0,500],[0,600],[0,700]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1069,"des":-293,"tAsc":1069,"tDes":-293,"tLGap":0,"wAsc":1069,"wDes":293,"xH":536,"capH":714,"yMin":-190,"yMax":1035,"hAsc":1069,"hDes":-293,"lGap":0}},{"family":"Noto Sans Bassa Vah","fallbacks":["sans-serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1069,"des":-293,"tAsc":1069,"tDes":-293,"tLGap":0,"wAsc":1069,"wDes":293,"xH":536,"capH":674,"yMin":-20,"yMax":714,"hAsc":1069,"hDes":-293,"lGap":0}},{"family":"Noto Sans Batak","fallbacks":["sans-serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1069,"des":-293,"tAsc":1069,"tDes":-293,"tLGap":0,"wAsc":1069,"wDes":293,"xH":536,"capH":714,"yMin":-191,"yMax":861,"hAsc":1069,"hDes":-293,"lGap":0}},{"family":"Noto Sans Bengali","fallbacks":["sans-serif"],"weights":[100,200,300,400,500,600,700,800,900],"styles":["regular"],"variants":[[0,100],[0,200],[0,300],[0,400],[0,500],[0,600],[0,700],[0,800],[0,900]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":917,"des":-408,"tAsc":917,"tDes":-408,"tLGap":0,"wAsc":917,"wDes":408,"xH":536,"capH":622,"yMin":-404,"yMax":917,"hAsc":917,"hDes":-408,"lGap":0}},{"family":"Noto Sans Bhaiksuki","fallbacks":["sans-serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":960,"des":-460,"tAsc":960,"tDes":-460,"tLGap":0,"wAsc":960,"wDes":460,"xH":536,"capH":714,"yMin":-630,"yMax":954,"hAsc":960,"hDes":-460,"lGap":0}},{"family":"Noto Sans Brahmi","fallbacks":["sans-serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1069,"des":-306,"tAsc":1069,"tDes":-306,"tLGap":0,"wAsc":1069,"wDes":306,"xH":536,"capH":714,"yMin":-303,"yMax":927,"hAsc":1069,"hDes":-306,"lGap":0}},{"family":"Noto Sans Buginese","fallbacks":["sans-serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1069,"des":-293,"tAsc":1069,"tDes":-293,"tLGap":0,"wAsc":1069,"wDes":293,"xH":536,"capH":714,"yMin":-186,"yMax":983,"hAsc":1069,"hDes":-293,"lGap":0}},{"family":"Noto Sans Buhid","fallbacks":["sans-serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1069,"des":-293,"tAsc":1069,"tDes":-293,"tLGap":0,"wAsc":1069,"wDes":293,"xH":536,"capH":714,"yMin":-250,"yMax":750,"hAsc":1069,"hDes":-293,"lGap":0}},{"family":"Noto Sans Canadian Aboriginal","fallbacks":["sans-serif"],"weights":[100,200,300,400,500,600,700,800,900],"styles":["regular"],"variants":[[0,100],[0,200],[0,300],[0,400],[0,500],[0,600],[0,700],[0,800],[0,900]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1069,"des":-293,"tAsc":1069,"tDes":-293,"tLGap":0,"wAsc":1069,"wDes":293,"xH":500,"capH":714,"yMin":-267,"yMax":993,"hAsc":1069,"hDes":-293,"lGap":0}},{"family":"Noto Sans Carian","fallbacks":["sans-serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1069,"des":-293,"tAsc":1069,"tDes":-293,"tLGap":0,"wAsc":1069,"wDes":293,"xH":536,"capH":714,"yMin":-10,"yMax":725,"hAsc":1069,"hDes":-293,"lGap":0}},{"family":"Noto Sans Caucasian Albanian","fallbacks":["sans-serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":976,"des":-274,"tAsc":976,"tDes":-274,"tLGap":0,"wAsc":976,"wDes":274,"xH":410,"capH":714,"yMin":-271,"yMax":971,"hAsc":976,"hDes":-274,"lGap":0}},{"family":"Noto Sans Chakma","fallbacks":["sans-serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1140,"des":-320,"tAsc":1140,"tDes":-320,"tLGap":0,"wAsc":1140,"wDes":320,"xH":536,"capH":714,"yMin":-467,"yMax":1347,"hAsc":1140,"hDes":-320,"lGap":0}},{"family":"Noto Sans Cham","fallbacks":["sans-serif"],"weights":[100,200,300,400,500,600,700,800,900],"styles":["regular"],"variants":[[0,100],[0,200],[0,300],[0,400],[0,500],[0,600],[0,700],[0,800],[0,900]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1117,"des":-351,"tAsc":1117,"tDes":-351,"tLGap":0,"wAsc":1117,"wDes":351,"xH":536,"capH":594,"yMin":-494,"yMax":1242,"hAsc":1117,"hDes":-351,"lGap":0}},{"family":"Noto Sans Cherokee","fallbacks":["sans-serif"],"weights":[100,200,300,400,500,600,700,800,900],"styles":["regular"],"variants":[[0,100],[0,200],[0,300],[0,400],[0,500],[0,600],[0,700],[0,800],[0,900]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1069,"des":-293,"tAsc":1069,"tDes":-293,"tLGap":0,"wAsc":1069,"wDes":293,"xH":535,"capH":714,"yMin":-269,"yMax":783,"hAsc":1069,"hDes":-293,"lGap":0}},{"family":"Noto Sans Coptic","fallbacks":["sans-serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1069,"des":-293,"tAsc":1069,"tDes":-293,"tLGap":0,"wAsc":1069,"wDes":293,"xH":536,"capH":714,"yMin":-240,"yMax":1044,"hAsc":1069,"hDes":-293,"lGap":0}},{"family":"Noto Sans Cuneiform","fallbacks":["sans-serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1596,"des":-690,"tAsc":1596,"tDes":-690,"tLGap":0,"wAsc":1596,"wDes":690,"xH":536,"capH":714,"yMin":-690,"yMax":1596,"hAsc":1596,"hDes":-690,"lGap":0}},{"family":"Noto Sans Cypriot","fallbacks":["sans-serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1069,"des":-293,"tAsc":1069,"tDes":-293,"tLGap":0,"wAsc":1069,"wDes":293,"xH":536,"capH":736,"yMin":-79,"yMax":736,"hAsc":1069,"hDes":-293,"lGap":0}},{"family":"Noto Sans Deseret","fallbacks":["sans-serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1069,"des":-293,"tAsc":1069,"tDes":-293,"tLGap":0,"wAsc":1069,"wDes":293,"xH":536,"capH":714,"yMin":-17,"yMax":725,"hAsc":1069,"hDes":-293,"lGap":0}},{"family":"Noto Sans Devanagari","fallbacks":["sans-serif"],"weights":[100,200,300,400,500,600,700,800,900],"styles":["regular"],"variants":[[0,100],[0,200],[0,300],[0,400],[0,500],[0,600],[0,700],[0,800],[0,900]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":896,"des":-408,"tAsc":896,"tDes":-408,"tLGap":0,"wAsc":896,"wDes":408,"xH":536,"capH":622,"yMin":-394,"yMax":1347,"hAsc":896,"hDes":-408,"lGap":0}},{"family":"Noto Sans Display","fallbacks":["sans-serif"],"weights":[100,200,300,400,500,600,700,800,900],"styles":["regular","italic"],"variants":[[0,100],[0,200],[0,300],[0,400],[0,500],[0,600],[0,700],[0,800],[0,900],[1,100],[1,200],[1,300],[1,400],[1,500],[1,600],[1,700],[1,800],[1,900]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1069,"des":-293,"tAsc":1069,"tDes":-293,"tLGap":0,"wAsc":1069,"wDes":293,"xH":536,"capH":714,"yMin":-389,"yMax":1072,"hAsc":1069,"hDes":-293,"lGap":0}},{"family":"Noto Sans Duployan","fallbacks":["sans-serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1069,"des":-293,"tAsc":1069,"tDes":-293,"tLGap":0,"wAsc":1069,"wDes":293,"xH":536,"capH":730,"yMin":-250,"yMax":960,"hAsc":1069,"hDes":-293,"lGap":0}},{"family":"Noto Sans Egyptian Hieroglyphs","fallbacks":["sans-serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1324,"des":-326,"tAsc":1324,"tDes":-326,"tLGap":0,"wAsc":1324,"wDes":326,"xH":536,"capH":900,"yMin":-326,"yMax":1324,"hAsc":1324,"hDes":-326,"lGap":0}},{"family":"Noto Sans Elbasan","fallbacks":["sans-serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":847,"des":-270,"tAsc":847,"tDes":-270,"tLGap":0,"wAsc":847,"wDes":270,"xH":560,"capH":714,"yMin":-267,"yMax":841,"hAsc":847,"hDes":-270,"lGap":0}},{"family":"Noto Sans Elymaic","fallbacks":["sans-serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":920,"des":-280,"tAsc":720,"tDes":-280,"tLGap":200,"wAsc":920,"wDes":280,"xH":570,"capH":570,"yMin":-290,"yMax":740,"hAsc":920,"hDes":-280,"lGap":0}},{"family":"Noto Sans Georgian","fallbacks":["sans-serif"],"weights":[100,200,300,400,500,600,700,800,900],"styles":["regular"],"variants":[[0,100],[0,200],[0,300],[0,400],[0,500],[0,600],[0,700],[0,800],[0,900]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1068,"des":-292,"tAsc":1068,"tDes":-292,"tLGap":0,"wAsc":1068,"wDes":292,"xH":536,"capH":714,"yMin":-250,"yMax":1043,"hAsc":1068,"hDes":-292,"lGap":0}},{"family":"Noto Sans Glagolitic","fallbacks":["sans-serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1069,"des":-293,"tAsc":1069,"tDes":-293,"tLGap":0,"wAsc":1069,"wDes":293,"xH":536,"capH":714,"yMin":-167,"yMax":951,"hAsc":1069,"hDes":-293,"lGap":0}},{"family":"Noto Sans Gothic","fallbacks":["sans-serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1069,"des":-293,"tAsc":1069,"tDes":-293,"tLGap":0,"wAsc":1069,"wDes":293,"xH":536,"capH":646,"yMin":-240,"yMax":975,"hAsc":1069,"hDes":-293,"lGap":0}},{"family":"Noto Sans Grantha","fallbacks":["sans-serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1290,"des":-534,"tAsc":1290,"tDes":-534,"tLGap":0,"wAsc":1290,"wDes":534,"xH":566,"capH":714,"yMin":-1755,"yMax":1135,"hAsc":1290,"hDes":-534,"lGap":0}},{"family":"Noto Sans Gujarati","fallbacks":["sans-serif"],"weights":[100,200,300,400,500,600,700,800,900],"styles":["regular"],"variants":[[0,100],[0,200],[0,300],[0,400],[0,500],[0,600],[0,700],[0,800],[0,900]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":896,"des":-408,"tAsc":896,"tDes":-408,"tLGap":0,"wAsc":896,"wDes":408,"xH":536,"capH":592,"yMin":-394,"yMax":896,"hAsc":896,"hDes":-408,"lGap":0}},{"family":"Noto Sans Gunjala Gondi","fallbacks":["sans-serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1014,"des":-252,"tAsc":1014,"tDes":-252,"tLGap":0,"wAsc":1014,"wDes":252,"xH":561,"capH":622,"yMin":-255,"yMax":1014,"hAsc":1014,"hDes":-252,"lGap":0}},{"family":"Noto Sans Gurmukhi","fallbacks":["sans-serif"],"weights":[100,200,300,400,500,600,700,800,900],"styles":["regular"],"variants":[[0,100],[0,200],[0,300],[0,400],[0,500],[0,600],[0,700],[0,800],[0,900]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":896,"des":-408,"tAsc":896,"tDes":-408,"tLGap":0,"wAsc":896,"wDes":408,"xH":622,"capH":622,"yMin":-398,"yMax":896,"hAsc":896,"hDes":-408,"lGap":0}},{"family":"Noto Sans Hanifi Rohingya","fallbacks":["sans-serif"],"weights":[400,500,600,700],"styles":["regular"],"variants":[[0,400],[0,500],[0,600],[0,700]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1069,"des":-293,"tAsc":1069,"tDes":-293,"tLGap":0,"wAsc":1069,"wDes":293,"xH":525,"capH":714,"yMin":-217,"yMax":1089,"hAsc":1069,"hDes":-293,"lGap":0}},{"family":"Noto Sans Hanunoo","fallbacks":["sans-serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1069,"des":-293,"tAsc":1069,"tDes":-293,"tLGap":0,"wAsc":1069,"wDes":293,"xH":536,"capH":714,"yMin":-165,"yMax":852,"hAsc":1069,"hDes":-293,"lGap":0}},{"family":"Noto Sans Hatran","fallbacks":["sans-serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1069,"des":-293,"tAsc":1069,"tDes":-293,"tLGap":0,"wAsc":1069,"wDes":293,"xH":560,"capH":763,"yMin":-220,"yMax":763,"hAsc":1069,"hDes":-293,"lGap":0}},{"family":"Noto Sans Hebrew","fallbacks":["sans-serif"],"weights":[100,200,300,400,500,600,700,800,900],"styles":["regular"],"variants":[[0,100],[0,200],[0,300],[0,400],[0,500],[0,600],[0,700],[0,800],[0,900]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1068,"des":-292,"tAsc":1068,"tDes":-292,"tLGap":0,"wAsc":1068,"wDes":292,"xH":536,"capH":714,"yMin":-251,"yMax":795,"hAsc":1068,"hDes":-292,"lGap":0}},{"family":"Noto Sans HK","fallbacks":["sans-serif"],"weights":[100,300,400,500,700,900],"styles":["regular"],"variants":[[0,100],[0,300],[0,400],[0,500],[0,700],[0,900]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1160,"des":-288,"tAsc":880,"tDes":-120,"tLGap":0,"wAsc":1160,"wDes":288,"xH":543,"capH":733,"yMin":-1048,"yMax":1808,"hAsc":1160,"hDes":-288,"lGap":0}},{"family":"Noto Sans Imperial Aramaic","fallbacks":["sans-serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1069,"des":-293,"tAsc":1069,"tDes":-293,"tLGap":0,"wAsc":1069,"wDes":293,"xH":536,"capH":714,"yMin":-276,"yMax":900,"hAsc":1069,"hDes":-293,"lGap":0}},{"family":"Noto Sans Indic Siyaq Numbers","fallbacks":["sans-serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1215,"des":-347,"tAsc":1215,"tDes":-347,"tLGap":0,"wAsc":1215,"wDes":347,"xH":553,"capH":964,"yMin":-303,"yMax":1210,"hAsc":1215,"hDes":-347,"lGap":0}},{"family":"Noto Sans Inscriptional Pahlavi","fallbacks":["sans-serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1069,"des":-352,"tAsc":1069,"tDes":-352,"tLGap":0,"wAsc":1069,"wDes":352,"xH":536,"capH":760,"yMin":-352,"yMax":770,"hAsc":1069,"hDes":-352,"lGap":0}},{"family":"Noto Sans Inscriptional Parthian","fallbacks":["sans-serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1069,"des":-301,"tAsc":1069,"tDes":-301,"tLGap":0,"wAsc":1069,"wDes":301,"xH":536,"capH":714,"yMin":-301,"yMax":760,"hAsc":1069,"hDes":-301,"lGap":0}},{"family":"Noto Sans Javanese","fallbacks":["sans-serif"],"weights":[400,700],"styles":["regular"],"variants":[[0,400],[0,700]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1120,"des":-916,"tAsc":1120,"tDes":-916,"tLGap":0,"wAsc":1120,"wDes":916,"xH":536,"capH":750,"yMin":-916,"yMax":1044,"hAsc":1120,"hDes":-916,"lGap":0}},{"family":"Noto Sans JP","fallbacks":["sans-serif"],"weights":[100,300,400,500,700,900],"styles":["regular"],"variants":[[0,100],[0,300],[0,400],[0,500],[0,700],[0,900]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1160,"des":-288,"tAsc":880,"tDes":-120,"tLGap":0,"wAsc":1160,"wDes":288,"xH":543,"capH":733,"yMin":-1048,"yMax":1808,"hAsc":1160,"hDes":-288,"lGap":0}},{"family":"Noto Sans Kaithi","fallbacks":["sans-serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1077,"des":-425,"tAsc":1077,"tDes":-425,"tLGap":0,"wAsc":1077,"wDes":425,"xH":536,"capH":622,"yMin":-425,"yMax":1024,"hAsc":1077,"hDes":-425,"lGap":0}},{"family":"Noto Sans Kannada","fallbacks":["sans-serif"],"weights":[100,200,300,400,500,600,700,800,900],"styles":["regular"],"variants":[[0,100],[0,200],[0,300],[0,400],[0,500],[0,600],[0,700],[0,800],[0,900]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":809,"des":-540,"tAsc":809,"tDes":-540,"tLGap":0,"wAsc":809,"wDes":540,"xH":551,"capH":690,"yMin":-532,"yMax":809,"hAsc":809,"hDes":-540,"lGap":0}},{"family":"Noto Sans Kayah Li","fallbacks":["sans-serif"],"weights":[400,500,600,700],"styles":["regular"],"variants":[[0,400],[0,500],[0,600],[0,700]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1069,"des":-293,"tAsc":1069,"tDes":-293,"tLGap":0,"wAsc":1069,"wDes":293,"xH":536,"capH":714,"yMin":-240,"yMax":771,"hAsc":1069,"hDes":-293,"lGap":0}},{"family":"Noto Sans Kharoshthi","fallbacks":["sans-serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1069,"des":-301,"tAsc":1069,"tDes":-301,"tLGap":0,"wAsc":1069,"wDes":301,"xH":536,"capH":714,"yMin":-301,"yMax":1046,"hAsc":1069,"hDes":-301,"lGap":0}},{"family":"Noto Sans Khmer","fallbacks":["sans-serif"],"weights":[100,200,300,400,500,600,700,800,900],"styles":["regular"],"variants":[[0,100],[0,200],[0,300],[0,400],[0,500],[0,600],[0,700],[0,800],[0,900]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1069,"des":-293,"tAsc":1069,"tDes":-293,"tLGap":0,"wAsc":1069,"wDes":293,"xH":536,"capH":714,"yMin":-691,"yMax":1155,"hAsc":1069,"hDes":-293,"lGap":0}},{"family":"Noto Sans Khojki","fallbacks":["sans-serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1409,"des":-447,"tAsc":1409,"tDes":-447,"tLGap":0,"wAsc":1409,"wDes":447,"xH":545,"capH":714,"yMin":-445,"yMax":1404,"hAsc":1409,"hDes":-447,"lGap":0}},{"family":"Noto Sans Khudawadi","fallbacks":["sans-serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":944,"des":-373,"tAsc":944,"tDes":-373,"tLGap":0,"wAsc":944,"wDes":373,"xH":536,"capH":620,"yMin":-370,"yMax":939,"hAsc":944,"hDes":-373,"lGap":0}},{"family":"Noto Sans KR","fallbacks":["sans-serif"],"weights":[100,300,400,500,700,900],"styles":["regular"],"variants":[[0,100],[0,300],[0,400],[0,500],[0,700],[0,900]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1160,"des":-288,"tAsc":880,"tDes":-120,"tLGap":0,"wAsc":1160,"wDes":288,"xH":543,"capH":733,"yMin":-1048,"yMax":1808,"hAsc":1160,"hDes":-288,"lGap":0}},{"family":"Noto Sans Lao","fallbacks":["sans-serif"],"weights":[100,200,300,400,500,600,700,800,900],"styles":["regular"],"variants":[[0,100],[0,200],[0,300],[0,400],[0,500],[0,600],[0,700],[0,800],[0,900]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1183,"des":-462,"tAsc":1183,"tDes":-462,"tLGap":0,"wAsc":1183,"wDes":462,"xH":536,"capH":714,"yMin":-438,"yMax":1107,"hAsc":1183,"hDes":-462,"lGap":0}},{"family":"Noto Sans Lepcha","fallbacks":["sans-serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1069,"des":-450,"tAsc":1069,"tDes":-450,"tLGap":0,"wAsc":1069,"wDes":450,"xH":536,"capH":714,"yMin":-234,"yMax":1028,"hAsc":1069,"hDes":-450,"lGap":0}},{"family":"Noto Sans Limbu","fallbacks":["sans-serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1069,"des":-293,"tAsc":1069,"tDes":-293,"tLGap":0,"wAsc":1069,"wDes":293,"xH":536,"capH":714,"yMin":-293,"yMax":875,"hAsc":1069,"hDes":-293,"lGap":0}},{"family":"Noto Sans Linear A","fallbacks":["sans-serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1069,"des":-293,"tAsc":1069,"tDes":-293,"tLGap":0,"wAsc":1069,"wDes":293,"xH":536,"capH":800,"yMin":-76,"yMax":959,"hAsc":1069,"hDes":-293,"lGap":0}},{"family":"Noto Sans Linear B","fallbacks":["sans-serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1069,"des":-293,"tAsc":1069,"tDes":-293,"tLGap":0,"wAsc":1069,"wDes":293,"xH":536,"capH":800,"yMin":-128,"yMax":1020,"hAsc":1069,"hDes":-293,"lGap":0}},{"family":"Noto Sans Lisu","fallbacks":["sans-serif"],"weights":[400,500,600,700],"styles":["regular"],"variants":[[0,400],[0,500],[0,600],[0,700]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1069,"des":-293,"tAsc":1069,"tDes":-293,"tLGap":0,"wAsc":1069,"wDes":293,"xH":536,"capH":714,"yMin":-150,"yMax":725,"hAsc":1069,"hDes":-293,"lGap":0}},{"family":"Noto Sans Lycian","fallbacks":["sans-serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1069,"des":-293,"tAsc":1069,"tDes":-293,"tLGap":0,"wAsc":1069,"wDes":293,"xH":536,"capH":714,"yMin":-16,"yMax":729,"hAsc":1069,"hDes":-293,"lGap":0}},{"family":"Noto Sans Lydian","fallbacks":["sans-serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1069,"des":-293,"tAsc":1069,"tDes":-293,"tLGap":0,"wAsc":1069,"wDes":293,"xH":536,"capH":714,"yMin":-20,"yMax":724,"hAsc":1069,"hDes":-293,"lGap":0}},{"family":"Noto Sans Mahajani","fallbacks":["sans-serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":757,"des":-243,"tAsc":757,"tDes":-243,"tLGap":0,"wAsc":757,"wDes":243,"xH":536,"capH":600,"yMin":-240,"yMax":716,"hAsc":757,"hDes":-243,"lGap":0}},{"family":"Noto Sans Malayalam","fallbacks":["sans-serif"],"weights":[100,200,300,400,500,600,700,800,900],"styles":["regular"],"variants":[[0,100],[0,200],[0,300],[0,400],[0,500],[0,600],[0,700],[0,800],[0,900]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":864,"des":-383,"tAsc":864,"tDes":-383,"tLGap":0,"wAsc":864,"wDes":383,"xH":554,"capH":714,"yMin":-383,"yMax":864,"hAsc":864,"hDes":-383,"lGap":0}},{"family":"Noto Sans Mandaic","fallbacks":["sans-serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":724,"des":-423,"tAsc":724,"tDes":-423,"tLGap":0,"wAsc":724,"wDes":423,"xH":536,"capH":694,"yMin":-403,"yMax":724,"hAsc":724,"hDes":-423,"lGap":0}},{"family":"Noto Sans Manichaean","fallbacks":["sans-serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":790,"des":-340,"tAsc":790,"tDes":-340,"tLGap":0,"wAsc":790,"wDes":340,"xH":439,"capH":625,"yMin":-337,"yMax":785,"hAsc":790,"hDes":-340,"lGap":0}},{"family":"Noto Sans Marchen","fallbacks":["sans-serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1107,"des":-534,"tAsc":1107,"tDes":-534,"tLGap":0,"wAsc":1107,"wDes":534,"xH":678,"capH":678,"yMin":-1025,"yMax":869,"hAsc":1107,"hDes":-534,"lGap":0}},{"family":"Noto Sans Masaram Gondi","fallbacks":["sans-serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1000,"des":-200,"tAsc":827,"tDes":-200,"tLGap":173,"wAsc":1000,"wDes":200,"xH":357,"capH":630,"yMin":-213,"yMax":833,"hAsc":1000,"hDes":-200,"lGap":0}},{"family":"Noto Sans Math","fallbacks":["sans-serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1069,"des":-423,"tAsc":1069,"tDes":-423,"tLGap":0,"wAsc":1069,"wDes":423,"xH":536,"capH":714,"yMin":-420,"yMax":1069,"hAsc":1069,"hDes":-423,"lGap":0}},{"family":"Noto Sans Mayan Numerals","fallbacks":["sans-serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1069,"des":-293,"tAsc":1069,"tDes":-293,"tLGap":0,"wAsc":1069,"wDes":293,"xH":536,"capH":714,"yMin":-21,"yMax":714,"hAsc":1069,"hDes":-293,"lGap":0}},{"family":"Noto Sans Medefaidrin","fallbacks":["sans-serif"],"weights":[400,500,600,700],"styles":["regular"],"variants":[[0,400],[0,500],[0,600],[0,700]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1069,"des":-293,"tAsc":1069,"tDes":-293,"tLGap":0,"wAsc":1069,"wDes":293,"xH":536,"capH":713,"yMin":-408,"yMax":846,"hAsc":1069,"hDes":-293,"lGap":0}},{"family":"Noto Sans Meetei Mayek","fallbacks":["sans-serif"],"weights":[100,200,300,400,500,600,700,800,900],"styles":["regular"],"variants":[[0,100],[0,200],[0,300],[0,400],[0,500],[0,600],[0,700],[0,800],[0,900]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1069,"des":-321,"tAsc":1069,"tDes":-321,"tLGap":0,"wAsc":1069,"wDes":321,"xH":536,"capH":659,"yMin":-318,"yMax":1018,"hAsc":1069,"hDes":-321,"lGap":0}},{"family":"Noto Sans Meroitic","fallbacks":["sans-serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":928,"des":-415,"tAsc":928,"tDes":-415,"tLGap":0,"wAsc":928,"wDes":415,"xH":536,"capH":680,"yMin":-412,"yMax":923,"hAsc":928,"hDes":-415,"lGap":0}},{"family":"Noto Sans Miao","fallbacks":["sans-serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1142,"des":-350,"tAsc":1142,"tDes":-350,"tLGap":0,"wAsc":1142,"wDes":350,"xH":341,"capH":714,"yMin":-553,"yMax":1268,"hAsc":1142,"hDes":-350,"lGap":0}},{"family":"Noto Sans Modi","fallbacks":["sans-serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":891,"des":-463,"tAsc":891,"tDes":-463,"tLGap":0,"wAsc":891,"wDes":463,"xH":536,"capH":622,"yMin":-460,"yMax":886,"hAsc":891,"hDes":-463,"lGap":0}},{"family":"Noto Sans Mongolian","fallbacks":["sans-serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1457,"des":-293,"tAsc":1457,"tDes":-293,"tLGap":0,"wAsc":1457,"wDes":293,"xH":444,"capH":714,"yMin":-266,"yMax":1457,"hAsc":1457,"hDes":-293,"lGap":0}},{"family":"Noto Sans Mono","fallbacks":["monospace"],"weights":[100,200,300,400,500,600,700,800,900],"styles":["regular"],"variants":[[0,100],[0,200],[0,300],[0,400],[0,500],[0,600],[0,700],[0,800],[0,900]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1069,"des":-293,"tAsc":1069,"tDes":-293,"tLGap":0,"wAsc":1069,"wDes":293,"xH":536,"capH":714,"yMin":-389,"yMax":1229,"hAsc":1069,"hDes":-293,"lGap":0}},{"family":"Noto Sans Mro","fallbacks":["sans-serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1069,"des":-293,"tAsc":1069,"tDes":-293,"tLGap":0,"wAsc":1069,"wDes":293,"xH":536,"capH":714,"yMin":-10,"yMax":725,"hAsc":1069,"hDes":-293,"lGap":0}},{"family":"Noto Sans Multani","fallbacks":["sans-serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1069,"des":-293,"tAsc":1069,"tDes":-293,"tLGap":0,"wAsc":1069,"wDes":293,"xH":510,"capH":630,"yMin":-66,"yMax":787,"hAsc":1069,"hDes":-293,"lGap":0}},{"family":"Noto Sans Myanmar","fallbacks":["sans-serif"],"weights":[100,200,300,400,500,600,700,800,900],"styles":["regular"],"variants":[[0,100],[0,200],[0,300],[0,400],[0,500],[0,600],[0,700],[0,800],[0,900]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1324,"des":-860,"tAsc":1324,"tDes":-860,"tLGap":0,"wAsc":1324,"wDes":860,"xH":536,"capH":714,"yMin":-690,"yMax":1252,"hAsc":1324,"hDes":-860,"lGap":0}},{"family":"Noto Sans N Ko","fallbacks":["sans-serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1069,"des":-293,"tAsc":1069,"tDes":-293,"tLGap":0,"wAsc":1069,"wDes":293,"xH":513,"capH":714,"yMin":-272,"yMax":1059,"hAsc":1069,"hDes":-293,"lGap":0}},{"family":"Noto Sans Nabataean","fallbacks":["sans-serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1069,"des":-293,"tAsc":1069,"tDes":-293,"tLGap":0,"wAsc":1069,"wDes":293,"xH":550,"capH":640,"yMin":-163,"yMax":730,"hAsc":1069,"hDes":-293,"lGap":0}},{"family":"Noto Sans New Tai Lue","fallbacks":["sans-serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1069,"des":-293,"tAsc":1069,"tDes":-293,"tLGap":0,"wAsc":1069,"wDes":293,"xH":536,"capH":714,"yMin":-293,"yMax":850,"hAsc":1069,"hDes":-293,"lGap":0}},{"family":"Noto Sans Newa","fallbacks":["sans-serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1036,"des":-396,"tAsc":1036,"tDes":-396,"tLGap":0,"wAsc":1036,"wDes":396,"xH":536,"capH":622,"yMin":-394,"yMax":1036,"hAsc":1036,"hDes":-396,"lGap":0}},{"family":"Noto Sans Nushu","fallbacks":["sans-serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1069,"des":-321,"tAsc":1069,"tDes":-321,"tLGap":0,"wAsc":1069,"wDes":321,"xH":536,"capH":714,"yMin":-205,"yMax":941,"hAsc":1069,"hDes":-321,"lGap":0}},{"family":"Noto Sans Ogham","fallbacks":["sans-serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1069,"des":-293,"tAsc":1069,"tDes":-293,"tLGap":0,"wAsc":1069,"wDes":293,"xH":536,"capH":695,"yMin":-100,"yMax":961,"hAsc":1069,"hDes":-293,"lGap":0}},{"family":"Noto Sans Ol Chiki","fallbacks":["sans-serif"],"weights":[400,500,600,700],"styles":["regular"],"variants":[[0,400],[0,500],[0,600],[0,700]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1069,"des":-293,"tAsc":1069,"tDes":-293,"tLGap":0,"wAsc":1069,"wDes":293,"xH":536,"capH":714,"yMin":-14,"yMax":730,"hAsc":1069,"hDes":-293,"lGap":0}},{"family":"Noto Sans Old Hungarian","fallbacks":["sans-serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":859,"des":-177,"tAsc":859,"tDes":-177,"tLGap":0,"wAsc":859,"wDes":177,"xH":600,"capH":714,"yMin":-174,"yMax":854,"hAsc":859,"hDes":-177,"lGap":0}},{"family":"Noto Sans Old Italic","fallbacks":["sans-serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1069,"des":-293,"tAsc":1069,"tDes":-293,"tLGap":0,"wAsc":1069,"wDes":293,"xH":536,"capH":714,"yMin":-50,"yMax":748,"hAsc":1069,"hDes":-293,"lGap":0}},{"family":"Noto Sans Old North Arabian","fallbacks":["sans-serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1069,"des":-293,"tAsc":1069,"tDes":-293,"tLGap":0,"wAsc":1069,"wDes":293,"xH":536,"capH":665,"yMin":-15,"yMax":714,"hAsc":1069,"hDes":-293,"lGap":0}},{"family":"Noto Sans Old Permic","fallbacks":["sans-serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1069,"des":-293,"tAsc":1069,"tDes":-293,"tLGap":0,"wAsc":1069,"wDes":293,"xH":536,"capH":638,"yMin":-204,"yMax":805,"hAsc":1069,"hDes":-293,"lGap":0}},{"family":"Noto Sans Old Persian","fallbacks":["sans-serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1069,"des":-293,"tAsc":1069,"tDes":-293,"tLGap":0,"wAsc":1069,"wDes":293,"xH":536,"capH":724,"yMin":-147,"yMax":780,"hAsc":1069,"hDes":-293,"lGap":0}},{"family":"Noto Sans Old Sogdian","fallbacks":["sans-serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1069,"des":-293,"tAsc":1069,"tDes":-293,"tLGap":0,"wAsc":1069,"wDes":293,"xH":536,"capH":714,"yMin":-180,"yMax":831,"hAsc":1069,"hDes":-293,"lGap":0}},{"family":"Noto Sans Old South Arabian","fallbacks":["sans-serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1069,"des":-293,"tAsc":1069,"tDes":-293,"tLGap":0,"wAsc":1069,"wDes":293,"xH":536,"capH":859,"yMin":-15,"yMax":874,"hAsc":1069,"hDes":-293,"lGap":0}},{"family":"Noto Sans Old Turkic","fallbacks":["sans-serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1069,"des":-293,"tAsc":1069,"tDes":-293,"tLGap":0,"wAsc":1069,"wDes":293,"xH":536,"capH":714,"yMin":-33,"yMax":746,"hAsc":1069,"hDes":-293,"lGap":0}},{"family":"Noto Sans Oriya","fallbacks":["sans-serif"],"weights":[100,400,700,900],"styles":["regular"],"variants":[[0,100],[0,400],[0,700],[0,900]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1069,"des":-293,"tAsc":1069,"tDes":-293,"tLGap":0,"wAsc":1069,"wDes":293,"xH":658,"capH":714,"yMin":-292,"yMax":971,"hAsc":1069,"hDes":-293,"lGap":0}},{"family":"Noto Sans Osage","fallbacks":["sans-serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1069,"des":-293,"tAsc":1069,"tDes":-293,"tLGap":0,"wAsc":1069,"wDes":293,"xH":536,"capH":714,"yMin":-256,"yMax":795,"hAsc":1069,"hDes":-293,"lGap":0}},{"family":"Noto Sans Osmanya","fallbacks":["sans-serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1069,"des":-293,"tAsc":1069,"tDes":-293,"tLGap":0,"wAsc":1069,"wDes":293,"xH":536,"capH":714,"yMin":-24,"yMax":730,"hAsc":1069,"hDes":-293,"lGap":0}},{"family":"Noto Sans Pahawh Hmong","fallbacks":["sans-serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1069,"des":-293,"tAsc":1069,"tDes":-293,"tLGap":0,"wAsc":1069,"wDes":293,"xH":536,"capH":714,"yMin":-213,"yMax":1055,"hAsc":1069,"hDes":-293,"lGap":0}},{"family":"Noto Sans Palmyrene","fallbacks":["sans-serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1069,"des":-293,"tAsc":1069,"tDes":-293,"tLGap":0,"wAsc":1069,"wDes":293,"xH":640,"capH":778,"yMin":-180,"yMax":778,"hAsc":1069,"hDes":-293,"lGap":0}},{"family":"Noto Sans Pau Cin Hau","fallbacks":["sans-serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1069,"des":-293,"tAsc":1069,"tDes":-293,"tLGap":0,"wAsc":1069,"wDes":293,"xH":536,"capH":714,"yMin":-10,"yMax":728,"hAsc":1069,"hDes":-293,"lGap":0}},{"family":"Noto Sans Phags Pa","fallbacks":["sans-serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1069,"des":-293,"tAsc":1069,"tDes":-293,"tLGap":0,"wAsc":1069,"wDes":293,"xH":536,"capH":670,"yMin":-129,"yMax":725,"hAsc":1069,"hDes":-293,"lGap":0}},{"family":"Noto Sans Phoenician","fallbacks":["sans-serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1069,"des":-293,"tAsc":1069,"tDes":-293,"tLGap":0,"wAsc":1069,"wDes":293,"xH":536,"capH":719,"yMin":-111,"yMax":738,"hAsc":1069,"hDes":-293,"lGap":0}},{"family":"Noto Sans Psalter Pahlavi","fallbacks":["sans-serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":737,"des":-554,"tAsc":737,"tDes":-554,"tLGap":0,"wAsc":737,"wDes":554,"xH":469,"capH":625,"yMin":-551,"yMax":732,"hAsc":737,"hDes":-554,"lGap":0}},{"family":"Noto Sans Rejang","fallbacks":["sans-serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1069,"des":-293,"tAsc":1069,"tDes":-293,"tLGap":0,"wAsc":1069,"wDes":293,"xH":536,"capH":714,"yMin":-203,"yMax":976,"hAsc":1069,"hDes":-293,"lGap":0}},{"family":"Noto Sans Runic","fallbacks":["sans-serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1069,"des":-293,"tAsc":1069,"tDes":-293,"tLGap":0,"wAsc":1069,"wDes":293,"xH":536,"capH":714,"yMin":0,"yMax":725,"hAsc":1069,"hDes":-293,"lGap":0}},{"family":"Noto Sans Samaritan","fallbacks":["sans-serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1069,"des":-293,"tAsc":1069,"tDes":-293,"tLGap":0,"wAsc":1069,"wDes":293,"xH":536,"capH":659,"yMin":-53,"yMax":1064,"hAsc":1069,"hDes":-293,"lGap":0}},{"family":"Noto Sans Saurashtra","fallbacks":["sans-serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1069,"des":-293,"tAsc":1069,"tDes":-293,"tLGap":0,"wAsc":1069,"wDes":293,"xH":536,"capH":714,"yMin":-256,"yMax":1021,"hAsc":1069,"hDes":-293,"lGap":0}},{"family":"Noto Sans SC","fallbacks":["sans-serif"],"weights":[100,300,400,500,700,900],"styles":["regular"],"variants":[[0,100],[0,300],[0,400],[0,500],[0,700],[0,900]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1160,"des":-288,"tAsc":880,"tDes":-120,"tLGap":0,"wAsc":1160,"wDes":288,"xH":543,"capH":733,"yMin":-1048,"yMax":1808,"hAsc":1160,"hDes":-288,"lGap":0}},{"family":"Noto Sans Sharada","fallbacks":["sans-serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":925,"des":-455,"tAsc":925,"tDes":-455,"tLGap":0,"wAsc":925,"wDes":455,"xH":536,"capH":625,"yMin":-402,"yMax":920,"hAsc":925,"hDes":-455,"lGap":0}},{"family":"Noto Sans Shavian","fallbacks":["sans-serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1069,"des":-293,"tAsc":1069,"tDes":-293,"tLGap":0,"wAsc":1069,"wDes":293,"xH":536,"capH":771,"yMin":-245,"yMax":781,"hAsc":1069,"hDes":-293,"lGap":0}},{"family":"Noto Sans Siddham","fallbacks":["sans-serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1000,"des":-1030,"tAsc":1000,"tDes":-1030,"tLGap":0,"wAsc":1000,"wDes":1030,"xH":683,"capH":714,"yMin":-1025,"yMax":995,"hAsc":1000,"hDes":-1030,"lGap":0}},{"family":"Noto Sans Sinhala","fallbacks":["sans-serif"],"weights":[100,200,300,400,500,600,700,800,900],"styles":["regular"],"variants":[[0,100],[0,200],[0,300],[0,400],[0,500],[0,600],[0,700],[0,800],[0,900]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1011,"des":-293,"tAsc":1011,"tDes":-293,"tLGap":0,"wAsc":1011,"wDes":293,"xH":536,"capH":612,"yMin":-271,"yMax":973,"hAsc":1011,"hDes":-293,"lGap":0}},{"family":"Noto Sans Sogdian","fallbacks":["sans-serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1069,"des":-313,"tAsc":1069,"tDes":-313,"tLGap":0,"wAsc":1069,"wDes":313,"xH":382,"capH":674,"yMin":-310,"yMax":738,"hAsc":1069,"hDes":-313,"lGap":0}},{"family":"Noto Sans Sora Sompeng","fallbacks":["sans-serif"],"weights":[400,500,600,700],"styles":["regular"],"variants":[[0,400],[0,500],[0,600],[0,700]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1069,"des":-293,"tAsc":1069,"tDes":-293,"tLGap":0,"wAsc":1069,"wDes":293,"xH":433,"capH":800,"yMin":-29,"yMax":814,"hAsc":1069,"hDes":-293,"lGap":0}},{"family":"Noto Sans Soyombo","fallbacks":["sans-serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1239,"des":-357,"tAsc":1239,"tDes":-357,"tLGap":0,"wAsc":1239,"wDes":357,"xH":536,"capH":714,"yMin":-354,"yMax":1234,"hAsc":1239,"hDes":-357,"lGap":0}},{"family":"Noto Sans Sundanese","fallbacks":["sans-serif"],"weights":[400,500,600,700],"styles":["regular"],"variants":[[0,400],[0,500],[0,600],[0,700]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1069,"des":-368,"tAsc":1069,"tDes":-368,"tLGap":0,"wAsc":1069,"wDes":368,"xH":536,"capH":714,"yMin":-368,"yMax":970,"hAsc":1069,"hDes":-368,"lGap":0}},{"family":"Noto Sans Syloti Nagri","fallbacks":["sans-serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1069,"des":-293,"tAsc":1069,"tDes":-293,"tLGap":0,"wAsc":1069,"wDes":293,"xH":536,"capH":679,"yMin":-293,"yMax":975,"hAsc":1069,"hDes":-293,"lGap":0}},{"family":"Noto Sans Symbols","fallbacks":["sans-serif"],"weights":[100,200,300,400,500,600,700,800,900],"styles":["regular"],"variants":[[0,100],[0,200],[0,300],[0,400],[0,500],[0,600],[0,700],[0,800],[0,900]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1480,"des":-570,"tAsc":1480,"tDes":-570,"tLGap":0,"wAsc":1480,"wDes":570,"xH":536,"capH":714,"yMin":-565,"yMax":1471,"hAsc":1480,"hDes":-570,"lGap":0}},{"family":"Noto Sans Symbols 2","fallbacks":["sans-serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1069,"des":-630,"tAsc":1069,"tDes":-630,"tLGap":0,"wAsc":1069,"wDes":630,"xH":536,"capH":945,"yMin":-422,"yMax":1069,"hAsc":1069,"hDes":-630,"lGap":0}},{"family":"Noto Sans Syriac","fallbacks":["sans-serif"],"weights":[100,400,900],"styles":["regular"],"variants":[[0,100],[0,400],[0,900]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":926,"des":-486,"tAsc":926,"tDes":-486,"tLGap":0,"wAsc":926,"wDes":486,"xH":553,"capH":714,"yMin":-442,"yMax":892,"hAsc":926,"hDes":-486,"lGap":0}},{"family":"Noto Sans Tagalog","fallbacks":["sans-serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1069,"des":-293,"tAsc":1069,"tDes":-293,"tLGap":0,"wAsc":1069,"wDes":293,"xH":536,"capH":714,"yMin":-155,"yMax":815,"hAsc":1069,"hDes":-293,"lGap":0}},{"family":"Noto Sans Tagbanwa","fallbacks":["sans-serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1069,"des":-293,"tAsc":1069,"tDes":-293,"tLGap":0,"wAsc":1069,"wDes":293,"xH":536,"capH":714,"yMin":-161,"yMax":815,"hAsc":1069,"hDes":-293,"lGap":0}},{"family":"Noto Sans Tai Le","fallbacks":["sans-serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1069,"des":-293,"tAsc":1069,"tDes":-293,"tLGap":0,"wAsc":1069,"wDes":293,"xH":536,"capH":714,"yMin":-293,"yMax":908,"hAsc":1069,"hDes":-293,"lGap":0}},{"family":"Noto Sans Tai Tham","fallbacks":["sans-serif"],"weights":[400,500,600,700],"styles":["regular"],"variants":[[0,400],[0,500],[0,600],[0,700]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1069,"des":-520,"tAsc":1069,"tDes":-520,"tLGap":0,"wAsc":1034,"wDes":520,"xH":534,"capH":700,"yMin":-520,"yMax":1034,"hAsc":1069,"hDes":-520,"lGap":0}},{"family":"Noto Sans Tai Viet","fallbacks":["sans-serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1069,"des":-293,"tAsc":1069,"tDes":-293,"tLGap":0,"wAsc":1069,"wDes":293,"xH":536,"capH":714,"yMin":-293,"yMax":1055,"hAsc":1069,"hDes":-293,"lGap":0}},{"family":"Noto Sans Takri","fallbacks":["sans-serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":955,"des":-307,"tAsc":955,"tDes":-307,"tLGap":0,"wAsc":955,"wDes":307,"xH":575,"capH":625,"yMin":-304,"yMax":950,"hAsc":955,"hDes":-307,"lGap":0}},{"family":"Noto Sans Tamil","fallbacks":["sans-serif"],"weights":[100,200,300,400,500,600,700,800,900],"styles":["regular"],"variants":[[0,100],[0,200],[0,300],[0,400],[0,500],[0,600],[0,700],[0,800],[0,900]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":870,"des":-370,"tAsc":870,"tDes":-370,"tLGap":0,"wAsc":870,"wDes":370,"xH":554,"capH":714,"yMin":-321,"yMax":870,"hAsc":870,"hDes":-370,"lGap":0}},{"family":"Noto Sans Tamil Supplement","fallbacks":["sans-serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":870,"des":-370,"tAsc":870,"tDes":-370,"tLGap":0,"wAsc":870,"wDes":370,"xH":554,"capH":714,"yMin":-451,"yMax":881,"hAsc":870,"hDes":-370,"lGap":0}},{"family":"Noto Sans TC","fallbacks":["sans-serif"],"weights":[100,300,400,500,700,900],"styles":["regular"],"variants":[[0,100],[0,300],[0,400],[0,500],[0,700],[0,900]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1160,"des":-288,"tAsc":880,"tDes":-120,"tLGap":0,"wAsc":1160,"wDes":288,"xH":543,"capH":733,"yMin":-1048,"yMax":1808,"hAsc":1160,"hDes":-288,"lGap":0}},{"family":"Noto Sans Telugu","fallbacks":["sans-serif"],"weights":[100,200,300,400,500,600,700,800,900],"styles":["regular"],"variants":[[0,100],[0,200],[0,300],[0,400],[0,500],[0,600],[0,700],[0,800],[0,900]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":869,"des":-483,"tAsc":869,"tDes":-483,"tLGap":0,"wAsc":869,"wDes":483,"xH":500,"capH":620,"yMin":-476,"yMax":869,"hAsc":869,"hDes":-483,"lGap":0}},{"family":"Noto Sans Thaana","fallbacks":["sans-serif"],"weights":[100,200,300,400,500,600,700,800,900],"styles":["regular"],"variants":[[0,100],[0,200],[0,300],[0,400],[0,500],[0,600],[0,700],[0,800],[0,900]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1069,"des":-424,"tAsc":1069,"tDes":-424,"tLGap":0,"wAsc":1069,"wDes":424,"xH":536,"capH":714,"yMin":-414,"yMax":1058,"hAsc":1069,"hDes":-424,"lGap":0}},{"family":"Noto Sans Thai","fallbacks":["sans-serif"],"weights":[100,200,300,400,500,600,700,800,900],"styles":["regular"],"variants":[[0,100],[0,200],[0,300],[0,400],[0,500],[0,600],[0,700],[0,800],[0,900]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1061,"des":-450,"tAsc":1061,"tDes":-450,"tLGap":0,"wAsc":1061,"wDes":450,"xH":556,"capH":714,"yMin":-433,"yMax":1009,"hAsc":1061,"hDes":-450,"lGap":0}},{"family":"Noto Sans Thai Looped","fallbacks":["sans-serif"],"weights":[100,200,300,400,500,600,700,800,900],"styles":["regular"],"variants":[[0,100],[0,200],[0,300],[0,400],[0,500],[0,600],[0,700],[0,800],[0,900]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1250,"des":-350,"tAsc":1250,"tDes":-350,"tLGap":0,"wAsc":1380,"wDes":620,"xH":536,"capH":714,"yMin":-533,"yMax":1179,"hAsc":1250,"hDes":-350,"lGap":0}},{"family":"Noto Sans Tifinagh","fallbacks":["sans-serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1069,"des":-293,"tAsc":1069,"tDes":-293,"tLGap":0,"wAsc":1069,"wDes":293,"xH":536,"capH":714,"yMin":-250,"yMax":966,"hAsc":1069,"hDes":-293,"lGap":0}},{"family":"Noto Sans Tirhuta","fallbacks":["sans-serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1026,"des":-519,"tAsc":1026,"tDes":-519,"tLGap":0,"wAsc":1026,"wDes":519,"xH":536,"capH":622,"yMin":-516,"yMax":1021,"hAsc":1026,"hDes":-519,"lGap":0}},{"family":"Noto Sans Ugaritic","fallbacks":["sans-serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":743,"des":-381,"tAsc":743,"tDes":-381,"tLGap":0,"wAsc":743,"wDes":381,"xH":536,"capH":723,"yMin":-381,"yMax":743,"hAsc":743,"hDes":-381,"lGap":0}},{"family":"Noto Sans Vai","fallbacks":["sans-serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1069,"des":-293,"tAsc":1069,"tDes":-293,"tLGap":0,"wAsc":1069,"wDes":293,"xH":536,"capH":714,"yMin":-162,"yMax":864,"hAsc":1069,"hDes":-293,"lGap":0}},{"family":"Noto Sans Wancho","fallbacks":["sans-serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1096,"des":-161,"tAsc":1096,"tDes":-161,"tLGap":0,"wAsc":1096,"wDes":161,"xH":536,"capH":710,"yMin":-158,"yMax":1078,"hAsc":1096,"hDes":-161,"lGap":0}},{"family":"Noto Sans Warang Citi","fallbacks":["sans-serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1042,"des":-100,"tAsc":1042,"tDes":-100,"tLGap":0,"wAsc":1042,"wDes":100,"xH":561,"capH":710,"yMin":-74,"yMax":830,"hAsc":1042,"hDes":-100,"lGap":0}},{"family":"Noto Sans Yi","fallbacks":["sans-serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1069,"des":-293,"tAsc":1069,"tDes":-293,"tLGap":0,"wAsc":1069,"wDes":293,"xH":536,"capH":714,"yMin":-129,"yMax":880,"hAsc":1069,"hDes":-293,"lGap":0}},{"family":"Noto Sans Zanabazar Square","fallbacks":["sans-serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1621,"des":-821,"tAsc":1621,"tDes":-821,"tLGap":0,"wAsc":1621,"wDes":821,"xH":536,"capH":678,"yMin":-821,"yMax":1621,"hAsc":1621,"hDes":-821,"lGap":0}},{"family":"Noto Serif","fallbacks":["serif"],"weights":[400,700],"styles":["regular","italic"],"variants":[[0,400],[1,400],[0,700],[1,700]],"service":"fonts.google.com","metrics":{"upm":2048,"asc":2189,"des":-600,"tAsc":2189,"tDes":-600,"tLGap":0,"wAsc":2189,"wDes":600,"xH":1098,"capH":1462,"yMin":-512,"yMax":2146,"hAsc":2189,"hDes":-600,"lGap":0}},{"family":"Noto Serif Ahom","fallbacks":["serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":980,"des":-675,"tAsc":980,"tDes":-675,"tLGap":0,"wAsc":980,"wDes":675,"xH":550,"capH":680,"yMin":-672,"yMax":975,"hAsc":980,"hDes":-675,"lGap":0}},{"family":"Noto Serif Armenian","fallbacks":["serif"],"weights":[100,200,300,400,500,600,700,800,900],"styles":["regular"],"variants":[[0,100],[0,200],[0,300],[0,400],[0,500],[0,600],[0,700],[0,800],[0,900]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1068,"des":-292,"tAsc":1068,"tDes":-292,"tLGap":0,"wAsc":1068,"wDes":292,"xH":536,"capH":714,"yMin":-268,"yMax":827,"hAsc":1068,"hDes":-292,"lGap":0}},{"family":"Noto Serif Balinese","fallbacks":["serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1069,"des":-726,"tAsc":1069,"tDes":-726,"tLGap":0,"wAsc":1069,"wDes":726,"xH":536,"capH":714,"yMin":-1005,"yMax":1153,"hAsc":1069,"hDes":-726,"lGap":0}},{"family":"Noto Serif Bengali","fallbacks":["serif"],"weights":[100,200,300,400,500,600,700,800,900],"styles":["regular"],"variants":[[0,100],[0,200],[0,300],[0,400],[0,500],[0,600],[0,700],[0,800],[0,900]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1092,"des":-502,"tAsc":1092,"tDes":-502,"tLGap":0,"wAsc":1092,"wDes":502,"xH":536,"capH":622,"yMin":-408,"yMax":1213,"hAsc":1092,"hDes":-502,"lGap":0}},{"family":"Noto Serif Devanagari","fallbacks":["serif"],"weights":[100,200,300,400,500,600,700,800,900],"styles":["regular"],"variants":[[0,100],[0,200],[0,300],[0,400],[0,500],[0,600],[0,700],[0,800],[0,900]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":930,"des":-625,"tAsc":930,"tDes":-625,"tLGap":0,"wAsc":930,"wDes":625,"xH":623,"capH":715,"yMin":-660,"yMax":1397,"hAsc":930,"hDes":-625,"lGap":0}},{"family":"Noto Serif Display","fallbacks":["serif"],"weights":[100,200,300,400,500,600,700,800,900],"styles":["regular","italic"],"variants":[[0,100],[0,200],[0,300],[0,400],[0,500],[0,600],[0,700],[0,800],[0,900],[1,100],[1,200],[1,300],[1,400],[1,500],[1,600],[1,700],[1,800],[1,900]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1069,"des":-293,"tAsc":1069,"tDes":-293,"tLGap":0,"wAsc":1069,"wDes":293,"xH":536,"capH":714,"yMin":-389,"yMax":1048,"hAsc":1069,"hDes":-293,"lGap":0}},{"family":"Noto Serif Dogra","fallbacks":["serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1130,"des":-364,"tAsc":1130,"tDes":-364,"tLGap":0,"wAsc":1130,"wDes":364,"xH":554,"capH":625,"yMin":-445,"yMax":1214,"hAsc":1130,"hDes":-364,"lGap":0}},{"family":"Noto Serif Ethiopic","fallbacks":["serif"],"weights":[100,200,300,400,500,600,700,800,900],"styles":["regular"],"variants":[[0,100],[0,200],[0,300],[0,400],[0,500],[0,600],[0,700],[0,800],[0,900]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1069,"des":-293,"tAsc":1069,"tDes":-293,"tLGap":0,"wAsc":1069,"wDes":293,"xH":536,"capH":714,"yMin":-105,"yMax":945,"hAsc":1069,"hDes":-293,"lGap":0}},{"family":"Noto Serif Georgian","fallbacks":["serif"],"weights":[100,200,300,400,500,600,700,800,900],"styles":["regular"],"variants":[[0,100],[0,200],[0,300],[0,400],[0,500],[0,600],[0,700],[0,800],[0,900]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1068,"des":-292,"tAsc":1068,"tDes":-292,"tLGap":0,"wAsc":1068,"wDes":292,"xH":536,"capH":714,"yMin":-252,"yMax":1046,"hAsc":1068,"hDes":-292,"lGap":0}},{"family":"Noto Serif Grantha","fallbacks":["serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1290,"des":-534,"tAsc":1290,"tDes":-534,"tLGap":0,"wAsc":1290,"wDes":534,"xH":566,"capH":714,"yMin":-1757,"yMax":1151,"hAsc":1290,"hDes":-534,"lGap":0}},{"family":"Noto Serif Gujarati","fallbacks":["serif"],"weights":[100,200,300,400,500,600,700,800,900],"styles":["regular"],"variants":[[0,100],[0,200],[0,300],[0,400],[0,500],[0,600],[0,700],[0,800],[0,900]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":997,"des":-450,"tAsc":997,"tDes":-450,"tLGap":0,"wAsc":997,"wDes":450,"xH":536,"capH":592,"yMin":-588,"yMax":916,"hAsc":997,"hDes":-450,"lGap":0}},{"family":"Noto Serif Gurmukhi","fallbacks":["serif"],"weights":[100,200,300,400,500,600,700,800,900],"styles":["regular"],"variants":[[0,100],[0,200],[0,300],[0,400],[0,500],[0,600],[0,700],[0,800],[0,900]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1006,"des":-428,"tAsc":1006,"tDes":-428,"tLGap":0,"wAsc":1006,"wDes":428,"xH":536,"capH":622,"yMin":-579,"yMax":953,"hAsc":1006,"hDes":-428,"lGap":0}},{"family":"Noto Serif Hebrew","fallbacks":["serif"],"weights":[100,200,300,400,500,600,700,800,900],"styles":["regular"],"variants":[[0,100],[0,200],[0,300],[0,400],[0,500],[0,600],[0,700],[0,800],[0,900]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":896,"des":-290,"tAsc":896,"tDes":-290,"tLGap":0,"wAsc":896,"wDes":290,"xH":536,"capH":714,"yMin":-290,"yMax":879,"hAsc":896,"hDes":-290,"lGap":0}},{"family":"Noto Serif JP","fallbacks":["serif"],"weights":[200,300,400,500,600,700,900],"styles":["regular"],"variants":[[0,200],[0,300],[0,400],[0,500],[0,600],[0,700],[0,900]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1151,"des":-286,"tAsc":880,"tDes":-120,"tLGap":0,"wAsc":1151,"wDes":286,"xH":514,"capH":729,"yMin":-1049,"yMax":1809,"hAsc":1151,"hDes":-286,"lGap":0}},{"family":"Noto Serif Kannada","fallbacks":["serif"],"weights":[100,200,300,400,500,600,700,800,900],"styles":["regular"],"variants":[[0,100],[0,200],[0,300],[0,400],[0,500],[0,600],[0,700],[0,800],[0,900]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":910,"des":-710,"tAsc":910,"tDes":-710,"tLGap":0,"wAsc":910,"wDes":710,"xH":547,"capH":690,"yMin":-710,"yMax":879,"hAsc":910,"hDes":-710,"lGap":0}},{"family":"Noto Serif Khmer","fallbacks":["serif"],"weights":[100,200,300,400,500,600,700,800,900],"styles":["regular"],"variants":[[0,100],[0,200],[0,300],[0,400],[0,500],[0,600],[0,700],[0,800],[0,900]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1069,"des":-293,"tAsc":1069,"tDes":-293,"tLGap":0,"wAsc":1069,"wDes":293,"xH":536,"capH":714,"yMin":-839,"yMax":1255,"hAsc":1069,"hDes":-293,"lGap":0}},{"family":"Noto Serif KR","fallbacks":["serif"],"weights":[200,300,400,500,600,700,900],"styles":["regular"],"variants":[[0,200],[0,300],[0,400],[0,500],[0,600],[0,700],[0,900]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1151,"des":-286,"tAsc":880,"tDes":-120,"tLGap":0,"wAsc":1151,"wDes":286,"xH":514,"capH":729,"yMin":-1049,"yMax":1809,"hAsc":1151,"hDes":-286,"lGap":0}},{"family":"Noto Serif Lao","fallbacks":["serif"],"weights":[100,200,300,400,500,600,700,800,900],"styles":["regular"],"variants":[[0,100],[0,200],[0,300],[0,400],[0,500],[0,600],[0,700],[0,800],[0,900]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1174,"des":-482,"tAsc":1174,"tDes":-482,"tLGap":0,"wAsc":1174,"wDes":482,"xH":536,"capH":714,"yMin":-447,"yMax":1162,"hAsc":1174,"hDes":-482,"lGap":0}},{"family":"Noto Serif Malayalam","fallbacks":["serif"],"weights":[100,200,300,400,500,600,700,800,900],"styles":["regular"],"variants":[[0,100],[0,200],[0,300],[0,400],[0,500],[0,600],[0,700],[0,800],[0,900]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":864,"des":-383,"tAsc":864,"tDes":-383,"tLGap":0,"wAsc":864,"wDes":383,"xH":554,"capH":714,"yMin":-383,"yMax":864,"hAsc":864,"hDes":-383,"lGap":0}},{"family":"Noto Serif Myanmar","fallbacks":["serif"],"weights":[100,200,300,400,500,600,700,800,900],"styles":["regular"],"variants":[[0,100],[0,200],[0,300],[0,400],[0,500],[0,600],[0,700],[0,800],[0,900]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1239,"des":-1260,"tAsc":1239,"tDes":-1260,"tLGap":0,"wAsc":1239,"wDes":1260,"xH":536,"capH":714,"yMin":-1210,"yMax":1212,"hAsc":1239,"hDes":-1260,"lGap":0}},{"family":"Noto Serif Nyiakeng Puachue Hmong","fallbacks":["serif"],"weights":[400,500,600,700],"styles":["regular"],"variants":[[0,400],[0,500],[0,600],[0,700]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1068,"des":-292,"tAsc":1068,"tDes":-292,"tLGap":0,"wAsc":1068,"wDes":292,"xH":536,"capH":714,"yMin":-236,"yMax":1039,"hAsc":1068,"hDes":-292,"lGap":0}},{"family":"Noto Serif SC","fallbacks":["serif"],"weights":[200,300,400,500,600,700,900],"styles":["regular"],"variants":[[0,200],[0,300],[0,400],[0,500],[0,600],[0,700],[0,900]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1151,"des":-286,"tAsc":880,"tDes":-120,"tLGap":0,"wAsc":1151,"wDes":286,"xH":514,"capH":729,"yMin":-1049,"yMax":1809,"hAsc":1151,"hDes":-286,"lGap":0}},{"family":"Noto Serif Sinhala","fallbacks":["serif"],"weights":[100,200,300,400,500,600,700,800,900],"styles":["regular"],"variants":[[0,100],[0,200],[0,300],[0,400],[0,500],[0,600],[0,700],[0,800],[0,900]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":997,"des":-307,"tAsc":997,"tDes":-307,"tLGap":0,"wAsc":997,"wDes":307,"xH":536,"capH":612,"yMin":-290,"yMax":963,"hAsc":997,"hDes":-307,"lGap":0}},{"family":"Noto Serif Tamil","fallbacks":["serif"],"weights":[100,200,300,400,500,600,700,800,900],"styles":["regular","italic"],"variants":[[0,100],[0,200],[0,300],[0,400],[0,500],[0,600],[0,700],[0,800],[0,900],[1,100],[1,200],[1,300],[1,400],[1,500],[1,600],[1,700],[1,800],[1,900]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1069,"des":-492,"tAsc":1069,"tDes":-492,"tLGap":0,"wAsc":1069,"wDes":492,"xH":554,"capH":829,"yMin":-547,"yMax":1107,"hAsc":1069,"hDes":-492,"lGap":0}},{"family":"Noto Serif Tangut","fallbacks":["serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":856,"des":-150,"tAsc":856,"tDes":-150,"tLGap":0,"wAsc":856,"wDes":150,"xH":536,"capH":743,"yMin":-140,"yMax":846,"hAsc":856,"hDes":-150,"lGap":0}},{"family":"Noto Serif TC","fallbacks":["serif"],"weights":[200,300,400,500,600,700,900],"styles":["regular"],"variants":[[0,200],[0,300],[0,400],[0,500],[0,600],[0,700],[0,900]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1151,"des":-286,"tAsc":880,"tDes":-120,"tLGap":0,"wAsc":1151,"wDes":286,"xH":514,"capH":729,"yMin":-1049,"yMax":1809,"hAsc":1151,"hDes":-286,"lGap":0}},{"family":"Noto Serif Telugu","fallbacks":["serif"],"weights":[100,200,300,400,500,600,700,800,900],"styles":["regular"],"variants":[[0,100],[0,200],[0,300],[0,400],[0,500],[0,600],[0,700],[0,800],[0,900]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":869,"des":-483,"tAsc":869,"tDes":-483,"tLGap":0,"wAsc":869,"wDes":483,"xH":500,"capH":620,"yMin":-477,"yMax":869,"hAsc":869,"hDes":-483,"lGap":0}},{"family":"Noto Serif Thai","fallbacks":["serif"],"weights":[100,200,300,400,500,600,700,800,900],"styles":["regular"],"variants":[[0,100],[0,200],[0,300],[0,400],[0,500],[0,600],[0,700],[0,800],[0,900]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1064,"des":-534,"tAsc":1064,"tDes":-534,"tLGap":0,"wAsc":1064,"wDes":534,"xH":536,"capH":714,"yMin":-472,"yMax":1056,"hAsc":1064,"hDes":-534,"lGap":0}},{"family":"Noto Serif Tibetan","fallbacks":["serif"],"weights":[100,200,300,400,500,600,700,800,900],"styles":["regular"],"variants":[[0,100],[0,200],[0,300],[0,400],[0,500],[0,600],[0,700],[0,800],[0,900]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1466,"des":-1349,"tAsc":1466,"tDes":-1349,"tLGap":0,"wAsc":1466,"wDes":1349,"xH":678,"capH":714,"yMin":-921,"yMax":1401,"hAsc":1466,"hDes":-1349,"lGap":0}},{"family":"Noto Serif Yezidi","fallbacks":["serif"],"weights":[400,500,600,700],"styles":["regular"],"variants":[[0,400],[0,500],[0,600],[0,700]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1068,"des":-292,"tAsc":1068,"tDes":-292,"tLGap":0,"wAsc":1068,"wDes":292,"xH":536,"capH":714,"yMin":-293,"yMax":913,"hAsc":1068,"hDes":-292,"lGap":0}},{"family":"Noto Traditional Nushu","fallbacks":["sans-serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1024,"asc":1080,"des":-120,"tAsc":880,"tDes":-120,"tLGap":92,"wAsc":1080,"wDes":120,"xH":543,"capH":733,"yMin":-327,"yMax":1020,"hAsc":1080,"hDes":-120,"lGap":0}},{"family":"Nova Cut","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":2048,"asc":1966,"des":-506,"tAsc":1966,"tDes":-506,"tLGap":0,"wAsc":1966,"wDes":506,"xH":1140,"capH":1550,"yMin":-450,"yMax":1966,"hAsc":1966,"hDes":-506,"lGap":0}},{"family":"Nova Flat","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":2048,"asc":1966,"des":-506,"tAsc":1966,"tDes":-506,"tLGap":0,"wAsc":1966,"wDes":506,"xH":1120,"capH":1530,"yMin":-450,"yMax":1966,"hAsc":1966,"hDes":-506,"lGap":0}},{"family":"Nova Mono","fallbacks":["monospace"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":2048,"asc":2215,"des":-639,"tAsc":2215,"tDes":-639,"tLGap":0,"wAsc":2215,"wDes":639,"xH":1120,"capH":1509,"yMin":-567,"yMax":2215,"hAsc":2215,"hDes":-639,"lGap":0}},{"family":"Nova Oval","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":2048,"asc":1966,"des":-506,"tAsc":1966,"tDes":-506,"tLGap":0,"wAsc":1966,"wDes":506,"xH":1120,"capH":1550,"yMin":-450,"yMax":1966,"hAsc":1966,"hDes":-506,"lGap":0}},{"family":"Nova Round","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":2048,"asc":1966,"des":-506,"tAsc":1966,"tDes":-506,"tLGap":0,"wAsc":1966,"wDes":506,"xH":1120,"capH":1530,"yMin":-450,"yMax":1966,"hAsc":1966,"hDes":-506,"lGap":0}},{"family":"Nova Script","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":2048,"asc":1966,"des":-506,"tAsc":1966,"tDes":-506,"tLGap":0,"wAsc":1966,"wDes":506,"xH":1120,"capH":1550,"yMin":-450,"yMax":1966,"hAsc":1966,"hDes":-506,"lGap":0}},{"family":"Nova Slim","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":2048,"asc":1966,"des":-506,"tAsc":1966,"tDes":-506,"tLGap":0,"wAsc":1966,"wDes":506,"xH":1120,"capH":1530,"yMin":-450,"yMax":1966,"hAsc":1966,"hDes":-506,"lGap":0}},{"family":"Nova Square","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":2048,"asc":1966,"des":-506,"tAsc":1966,"tDes":-506,"tLGap":0,"wAsc":1966,"wDes":506,"xH":1100,"capH":1510,"yMin":-450,"yMax":1966,"hAsc":1966,"hDes":-506,"lGap":0}},{"family":"NTR","fallbacks":["sans-serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1024,"asc":1294,"des":-877,"tAsc":1294,"tDes":-877,"tLGap":0,"wAsc":1294,"wDes":877,"xH":422,"capH":572,"yMin":-877,"yMax":1294,"hAsc":1294,"hDes":-877,"lGap":0}},{"family":"Numans","fallbacks":["sans-serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":2048,"asc":1853,"des":-553,"tAsc":1853,"tDes":-553,"tLGap":0,"wAsc":1853,"wDes":553,"xH":1096,"capH":1434,"yMin":-553,"yMax":1853,"hAsc":1853,"hDes":-553,"lGap":0}},{"family":"Nunito","fallbacks":["sans-serif"],"weights":[200,300,400,600,700,800,900],"styles":["italic","regular"],"variants":[[0,200],[1,200],[0,300],[1,300],[0,400],[1,400],[0,600],[1,600],[0,700],[1,700],[0,800],[1,800],[0,900],[1,900]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1011,"des":-353,"tAsc":1011,"tDes":-353,"tLGap":0,"wAsc":1077,"wDes":300,"xH":486,"capH":705,"yMin":-277,"yMax":1047,"hAsc":1011,"hDes":-353,"lGap":0}},{"family":"Nunito Sans","fallbacks":["sans-serif"],"weights":[200,300,400,600,700,800,900],"styles":["italic","regular"],"variants":[[0,200],[1,200],[0,300],[1,300],[0,400],[1,400],[0,600],[1,600],[0,700],[1,700],[0,800],[1,800],[0,900],[1,900]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1011,"des":-353,"tAsc":1011,"tDes":-353,"tLGap":0,"wAsc":1102,"wDes":327,"xH":486,"capH":705,"yMin":-270,"yMax":1043,"hAsc":1011,"hDes":-353,"lGap":0}},{"family":"Odibee Sans","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":858,"des":-250,"tAsc":858,"tDes":-250,"tLGap":0,"wAsc":858,"wDes":250,"xH":500,"capH":700,"yMin":-250,"yMax":858,"hAsc":858,"hDes":-250,"lGap":0}},{"family":"Odor Mean Chey","fallbacks":["serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":2048,"asc":2500,"des":-1200,"tAsc":2500,"tDes":-1200,"tLGap":0,"wAsc":2500,"wDes":1210,"xH":1098,"capH":1462,"yMin":-1210,"yMax":2500,"hAsc":2500,"hDes":-1200,"lGap":0}},{"family":"Offside","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":996,"des":-265,"tAsc":996,"tDes":-265,"tLGap":0,"wAsc":996,"wDes":265,"xH":605,"capH":740,"yMin":-265,"yMax":996,"hAsc":996,"hDes":-265,"lGap":0}},{"family":"Oi","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1070,"des":-510,"tAsc":1070,"tDes":-510,"tLGap":0,"wAsc":1070,"wDes":510,"xH":696,"capH":760,"yMin":-263,"yMax":953,"hAsc":1070,"hDes":-510,"lGap":0}},{"family":"Old Standard TT","fallbacks":["serif"],"weights":[400,700],"styles":["regular","italic"],"variants":[[0,400],[1,400],[0,700]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":762,"des":-238,"tAsc":762,"tDes":-238,"tLGap":236,"wAsc":948,"wDes":282,"xH":456,"capH":712,"yMin":-294,"yMax":1100,"hAsc":762,"hDes":-238,"lGap":236}},{"family":"Oldenburg","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":2048,"asc":2020,"des":-540,"tAsc":2020,"tDes":-540,"tLGap":0,"wAsc":2020,"wDes":540,"xH":482,"capH":1555,"yMin":-540,"yMax":2020,"hAsc":2020,"hDes":-540,"lGap":9}},{"family":"Oleo Script","fallbacks":["cursive"],"weights":[400,700],"styles":["regular"],"variants":[[0,400],[0,700]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1004,"des":-379,"tAsc":1004,"tDes":-379,"tLGap":0,"wAsc":1004,"wDes":379,"xH":443,"capH":710,"yMin":-279,"yMax":938,"hAsc":1004,"hDes":-379,"lGap":0}},{"family":"Oleo Script Swash Caps","fallbacks":["cursive"],"weights":[400,700],"styles":["regular"],"variants":[[0,400],[0,700]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1004,"des":-379,"tAsc":1004,"tDes":-379,"tLGap":0,"wAsc":1004,"wDes":379,"xH":443,"capH":747,"yMin":-369,"yMax":938,"hAsc":1004,"hDes":-379,"lGap":0}},{"family":"Open Sans","fallbacks":["sans-serif"],"weights":[300,400,500,600,700,800],"styles":["regular","italic"],"variants":[[0,300],[0,400],[0,500],[0,600],[0,700],[0,800],[1,300],[1,400],[1,500],[1,600],[1,700],[1,800]],"service":"fonts.google.com","metrics":{"upm":2048,"asc":2189,"des":-600,"tAsc":2189,"tDes":-600,"tLGap":0,"wAsc":2302,"wDes":651,"xH":1096,"capH":1462,"yMin":-557,"yMax":2146,"hAsc":2189,"hDes":-600,"lGap":0}},{"family":"Open Sans Condensed","fallbacks":["sans-serif"],"weights":[300,700],"styles":["italic"],"variants":[[0,300],[1,300],[0,700]],"service":"fonts.google.com","metrics":{"upm":2048,"asc":2189,"des":-600,"tAsc":1567,"tDes":-492,"tLGap":132,"wAsc":2189,"wDes":600,"xH":1085,"capH":1462,"yMin":-512,"yMax":2132,"hAsc":2189,"hDes":-600,"lGap":0}},{"family":"Oranienbaum","fallbacks":["serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":895,"des":-260,"tAsc":895,"tDes":-260,"tLGap":0,"wAsc":895,"wDes":260,"xH":475,"capH":700,"yMin":-260,"yMax":895,"hAsc":895,"hDes":-260,"lGap":0}},{"family":"Orbitron","fallbacks":["sans-serif"],"weights":[400,500,600,700,800,900],"styles":["regular"],"variants":[[0,400],[0,500],[0,600],[0,700],[0,800],[0,900]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1011,"des":-243,"tAsc":1011,"tDes":-243,"tLGap":0,"wAsc":1011,"wDes":243,"xH":580,"capH":720,"yMin":-250,"yMax":974,"hAsc":1011,"hDes":-243,"lGap":0}},{"family":"Oregano","fallbacks":["cursive"],"weights":[400],"styles":["regular","italic"],"variants":[[0,400],[1,400]],"service":"fonts.google.com","metrics":{"upm":2048,"asc":1975,"des":-669,"tAsc":1975,"tDes":-669,"tLGap":0,"wAsc":1975,"wDes":669,"xH":864,"capH":1460,"yMin":-669,"yMax":1975,"hAsc":1975,"hDes":-669,"lGap":0}},{"family":"Orelega One","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":4096,"asc":3296,"des":-801,"tAsc":3296,"tDes":-801,"tLGap":369,"wAsc":3480,"wDes":801,"xH":1840,"capH":2480,"yMin":-801,"yMax":3480,"hAsc":3296,"hDes":-801,"lGap":369}},{"family":"Orienta","fallbacks":["sans-serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":960,"des":-235,"tAsc":960,"tDes":-235,"tLGap":0,"wAsc":960,"wDes":235,"xH":530,"capH":700,"yMin":-235,"yMax":960,"hAsc":960,"hDes":-235,"lGap":0}},{"family":"Original Surfer","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":2048,"asc":2036,"des":-526,"tAsc":2036,"tDes":-526,"tLGap":0,"wAsc":2036,"wDes":526,"xH":987,"capH":1497,"yMin":-526,"yMax":2036,"hAsc":2036,"hDes":-526,"lGap":0}},{"family":"Oswald","fallbacks":["sans-serif"],"weights":[200,300,400,500,600,700],"styles":["regular"],"variants":[[0,200],[0,300],[0,400],[0,500],[0,600],[0,700]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1193,"des":-289,"tAsc":1193,"tDes":-289,"tLGap":0,"wAsc":1325,"wDes":377,"xH":578,"capH":810,"yMin":-287,"yMax":1297,"hAsc":1193,"hDes":-289,"lGap":0}},{"family":"Otomanopee One","fallbacks":["sans-serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1160,"des":-288,"tAsc":880,"tDes":-120,"tLGap":0,"wAsc":1160,"wDes":288,"xH":553,"capH":760,"yMin":-232,"yMax":997,"hAsc":1160,"hDes":-288,"lGap":0}},{"family":"Outfit","fallbacks":["sans-serif"],"weights":[100,200,300,400,500,600,700,800,900],"styles":["regular"],"variants":[[0,100],[0,200],[0,300],[0,400],[0,500],[0,600],[0,700],[0,800],[0,900]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1000,"des":-260,"tAsc":1000,"tDes":-260,"tLGap":0,"wAsc":1000,"wDes":260,"xH":460,"capH":676,"yMin":-206,"yMax":920,"hAsc":1000,"hDes":-260,"lGap":0}},{"family":"Over the Rainbow","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1024,"asc":1412,"des":-677,"tAsc":1412,"tDes":-677,"tLGap":0,"wAsc":1412,"wDes":677,"xH":636,"capH":812,"yMin":-677,"yMax":1410,"hAsc":1412,"hDes":-677,"lGap":0}},{"family":"Overlock","fallbacks":["cursive"],"weights":[400,700,900],"styles":["regular","italic"],"variants":[[0,400],[1,400],[0,700],[1,700],[0,900],[1,900]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":966,"des":-254,"tAsc":966,"tDes":-254,"tLGap":0,"wAsc":966,"wDes":254,"xH":125,"capH":154,"yMin":-253,"yMax":899,"hAsc":966,"hDes":-254,"lGap":0}},{"family":"Overlock SC","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":966,"des":-254,"tAsc":966,"tDes":-254,"tLGap":0,"wAsc":966,"wDes":254,"xH":159,"capH":154,"yMin":-253,"yMax":899,"hAsc":966,"hDes":-254,"lGap":0}},{"family":"Overpass","fallbacks":["sans-serif"],"weights":[100,200,300,400,500,600,700,800,900],"styles":["regular","italic"],"variants":[[0,100],[0,200],[0,300],[0,400],[0,500],[0,600],[0,700],[0,800],[0,900],[1,100],[1,200],[1,300],[1,400],[1,500],[1,600],[1,700],[1,800],[1,900]],"service":"fonts.google.com","metrics":{"upm":2000,"asc":1766,"des":-766,"tAsc":1766,"tDes":-766,"tLGap":0,"wAsc":2316,"wDes":756,"xH":1022,"capH":1400,"yMin":-756,"yMax":2298,"hAsc":1766,"hDes":-766,"lGap":0}},{"family":"Overpass Mono","fallbacks":["monospace"],"weights":[300,400,500,600,700],"styles":["regular"],"variants":[[0,300],[0,400],[0,500],[0,600],[0,700]],"service":"fonts.google.com","metrics":{"upm":2000,"asc":1766,"des":-766,"tAsc":1766,"tDes":-766,"tLGap":0,"wAsc":2316,"wDes":756,"xH":1022,"capH":1400,"yMin":-756,"yMax":2316,"hAsc":1766,"hDes":-766,"lGap":0}},{"family":"Ovo","fallbacks":["serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":2048,"asc":1770,"des":-534,"tAsc":1770,"tDes":-534,"tLGap":0,"wAsc":1770,"wDes":534,"xH":356,"capH":210,"yMin":-534,"yMax":1770,"hAsc":1770,"hDes":-534,"lGap":0}},{"family":"Oxanium","fallbacks":["cursive"],"weights":[200,300,400,500,600,700,800],"styles":["regular"],"variants":[[0,200],[0,300],[0,400],[0,500],[0,600],[0,700],[0,800]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":790,"des":-210,"tAsc":790,"tDes":-210,"tLGap":250,"wAsc":1000,"wDes":250,"xH":515,"capH":690,"yMin":-207,"yMax":957,"hAsc":790,"hDes":-210,"lGap":250}},{"family":"Oxygen","fallbacks":["sans-serif"],"weights":[300,400,700],"styles":["regular"],"variants":[[0,300],[0,400],[0,700]],"service":"fonts.google.com","metrics":{"upm":2048,"asc":2103,"des":-483,"tAsc":2103,"tDes":-483,"tLGap":0,"wAsc":2103,"wDes":483,"yMin":-672,"yMax":2131,"hAsc":2103,"hDes":-483,"lGap":0}},{"family":"Oxygen Mono","fallbacks":["monospace"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":2048,"asc":2015,"des":-672,"tAsc":2015,"tDes":-672,"tLGap":0,"wAsc":2015,"wDes":672,"xH":1097,"capH":1491,"yMin":-678,"yMax":2104,"hAsc":2015,"hDes":-672,"lGap":0}},{"family":"Pacifico","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1303,"des":-453,"tAsc":1303,"tDes":-453,"tLGap":0,"wAsc":1478,"wDes":457,"xH":460,"capH":840,"yMin":-457,"yMax":1478,"hAsc":1303,"hDes":-453,"lGap":0}},{"family":"Padauk","fallbacks":["sans-serif"],"weights":[400,700],"styles":["regular"],"variants":[[0,400],[0,700]],"service":"fonts.google.com","metrics":{"upm":1024,"asc":1010,"des":-500,"tAsc":1010,"tDes":-500,"tLGap":0,"wAsc":1010,"wDes":500,"yMin":-498,"yMax":955,"hAsc":1010,"hDes":-500,"lGap":0}},{"family":"Palanquin","fallbacks":["sans-serif"],"weights":[100,200,300,400,500,600,700],"styles":["regular"],"variants":[[0,100],[0,200],[0,300],[0,400],[0,500],[0,600],[0,700]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1320,"des":-491,"tAsc":770,"tDes":-230,"tLGap":0,"wAsc":1320,"wDes":491,"xH":485,"capH":680,"yMin":-432,"yMax":1320,"hAsc":1320,"hDes":-491,"lGap":0}},{"family":"Palanquin Dark","fallbacks":["sans-serif"],"weights":[400,500,600,700],"styles":["regular"],"variants":[[0,400],[0,500],[0,600],[0,700]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1320,"des":-491,"tAsc":770,"tDes":-230,"tLGap":0,"wAsc":1320,"wDes":491,"xH":500,"capH":700,"yMin":-491,"yMax":1320,"hAsc":1320,"hDes":-491,"lGap":0}},{"family":"Palatino","fallbacks":["Palatino Linotype","Palatino LT STD","Book Antiqua","Georgia","serif"],"metrics":{"upm":2048,"asc":1491,"des":-600,"tAsc":1491,"tDes":-580,"tLGap":0,"wAsc":2322,"wDes":2322,"yMin":-580,"yMax":2322,"hAsc":1491,"hDes":-600,"lGap":0},"weights":[400,700],"styles":["italic","regular"],"service":"system"},{"family":"Palette Mosaic","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1160,"des":-288,"tAsc":880,"tDes":-120,"tLGap":0,"wAsc":1160,"wDes":288,"xH":465,"capH":790,"yMin":-251,"yMax":876,"hAsc":1160,"hDes":-288,"lGap":0}},{"family":"Pangolin","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":937,"des":-312,"tAsc":937,"tDes":-312,"tLGap":0,"wAsc":1259,"wDes":255,"xH":555,"capH":720,"yMin":-256,"yMax":1259,"hAsc":937,"hDes":-312,"lGap":0}},{"family":"Paprika","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1145,"des":-274,"tAsc":1145,"tDes":-274,"tLGap":0,"wAsc":1145,"wDes":274,"xH":689,"capH":889,"yMin":-274,"yMax":1145,"hAsc":1145,"hDes":-274,"lGap":0}},{"family":"Papyrus","fallbacks":["fantasy"],"metrics":{"upm":2048,"asc":1925,"des":-1235,"tAsc":1913,"tDes":-780,"tLGap":-502,"wAsc":1925,"wDes":1925,"xH":910,"capH":1351,"yMin":-1235,"yMax":1935,"hAsc":1925,"hDes":-1235,"lGap":0},"weights":[400,700],"styles":["italic","regular"],"service":"system"},{"family":"Parisienne","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":2048,"asc":1875,"des":-915,"tAsc":1875,"tDes":-915,"tLGap":0,"wAsc":1875,"wDes":915,"xH":723,"capH":1558,"yMin":-915,"yMax":1875,"hAsc":1875,"hDes":-915,"lGap":0}},{"family":"Passero One","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":2048,"asc":1820,"des":-618,"tAsc":1820,"tDes":-618,"tLGap":0,"wAsc":1820,"wDes":618,"xH":983,"capH":1323,"yMin":-618,"yMax":1820,"hAsc":1820,"hDes":-618,"lGap":0}},{"family":"Passion One","fallbacks":["cursive"],"weights":[400,700,900],"styles":["regular"],"variants":[[0,400],[0,700],[0,900]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":835,"des":-266,"tAsc":835,"tDes":-266,"tLGap":0,"wAsc":835,"wDes":266,"xH":479,"capH":621,"yMin":-198,"yMax":835,"hAsc":835,"hDes":-266,"lGap":0}},{"family":"Passions Conflict","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":750,"des":-350,"tAsc":750,"tDes":-350,"tLGap":0,"wAsc":771,"wDes":350,"xH":170,"capH":475,"yMin":-346,"yMax":769,"hAsc":750,"hDes":-350,"lGap":0}},{"family":"Pathway Gothic One","fallbacks":["sans-serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":954,"des":-198,"tAsc":740,"tDes":-180,"tLGap":0,"wAsc":954,"wDes":198,"xH":540,"capH":700,"yMin":-198,"yMax":954,"hAsc":954,"hDes":-198,"lGap":0}},{"family":"Patrick Hand","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1042,"des":-312,"tAsc":1024,"tDes":-312,"tLGap":0,"wAsc":1042,"wDes":312,"xH":467,"capH":661,"yMin":-312,"yMax":1042,"hAsc":1042,"hDes":-312,"lGap":0}},{"family":"Patrick Hand SC","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1042,"des":-312,"tAsc":1024,"tDes":-312,"tLGap":0,"wAsc":1042,"wDes":312,"xH":464,"capH":661,"yMin":-307,"yMax":1042,"hAsc":1042,"hDes":-312,"lGap":0}},{"family":"Pattaya","fallbacks":["sans-serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":2048,"asc":2065,"des":-777,"tAsc":2065,"tDes":-777,"tLGap":0,"wAsc":2065,"wDes":777,"xH":1024,"capH":1532,"yMin":-777,"yMax":2065,"hAsc":2065,"hDes":-777,"lGap":0}},{"family":"Patua One","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":972,"des":-247,"tAsc":972,"tDes":-247,"tLGap":0,"wAsc":972,"wDes":247,"xH":500,"capH":690,"yMin":-247,"yMax":972,"hAsc":972,"hDes":-247,"lGap":0}},{"family":"Pavanam","fallbacks":["sans-serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":952,"des":-339,"tAsc":693,"tDes":-162,"tLGap":59,"wAsc":952,"wDes":339,"yMin":-322,"yMax":952,"hAsc":952,"hDes":-339,"lGap":0}},{"family":"Paytone One","fallbacks":["sans-serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1113,"des":-283,"tAsc":1113,"tDes":-283,"tLGap":0,"wAsc":1149,"wDes":430,"xH":501,"capH":688,"yMin":-371,"yMax":1271,"hAsc":1113,"hDes":-283,"lGap":0}},{"family":"Peddana","fallbacks":["serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":750,"asc":703,"des":-518,"tAsc":703,"tDes":-518,"tLGap":0,"wAsc":703,"wDes":518,"xH":241,"capH":329,"yMin":-518,"yMax":703,"hAsc":703,"hDes":-518,"lGap":0}},{"family":"Peralta","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":2048,"asc":2004,"des":-647,"tAsc":2004,"tDes":-647,"tLGap":0,"wAsc":2004,"wDes":647,"xH":1036,"capH":1479,"yMin":-647,"yMax":2004,"hAsc":2004,"hDes":-647,"lGap":0}},{"family":"Permanent Marker","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1024,"asc":1136,"des":-325,"tAsc":622,"tDes":-61,"tLGap":61,"wAsc":1136,"wDes":325,"xH":625,"capH":758,"yMin":-325,"yMax":1136,"hAsc":1136,"hDes":-325,"lGap":31}},{"family":"Petemoss","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":800,"des":-300,"tAsc":800,"tDes":-300,"tLGap":0,"wAsc":774,"wDes":335,"xH":305,"capH":480,"yMin":-335,"yMax":774,"hAsc":800,"hDes":-300,"lGap":0}},{"family":"Petit Formal Script","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":2048,"asc":2033,"des":-527,"tAsc":2033,"tDes":-527,"tLGap":0,"wAsc":2033,"wDes":527,"xH":1185,"capH":1609,"yMin":-527,"yMax":2033,"hAsc":2033,"hDes":-527,"lGap":0}},{"family":"Petrona","fallbacks":["serif"],"weights":[100,200,300,400,500,600,700,800,900],"styles":["regular","italic"],"variants":[[0,100],[0,200],[0,300],[0,400],[0,500],[0,600],[0,700],[0,800],[0,900],[1,100],[1,200],[1,300],[1,400],[1,500],[1,600],[1,700],[1,800],[1,900]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":858,"des":-270,"tAsc":858,"tDes":-270,"tLGap":0,"wAsc":1169,"wDes":342,"xH":443,"capH":641,"yMin":-270,"yMax":1076,"hAsc":858,"hDes":-270,"lGap":0}},{"family":"Philosopher","fallbacks":["sans-serif"],"weights":[400,700],"styles":["regular","italic"],"variants":[[0,400],[1,400],[0,700],[1,700]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":900,"des":-220,"tAsc":900,"tDes":-220,"tLGap":0,"wAsc":1020,"wDes":330,"xH":470,"capH":660,"yMin":-325,"yMax":975,"hAsc":900,"hDes":-220,"lGap":0}},{"family":"Piazzolla","fallbacks":["serif"],"weights":[100,200,300,400,500,600,700,800,900],"styles":["regular","italic"],"variants":[[0,100],[0,200],[0,300],[0,400],[0,500],[0,600],[0,700],[0,800],[0,900],[1,100],[1,200],[1,300],[1,400],[1,500],[1,600],[1,700],[1,800],[1,900]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1110,"des":-310,"tAsc":1110,"tDes":-310,"tLGap":0,"wAsc":1110,"wDes":310,"xH":478,"capH":644,"yMin":-212,"yMax":937,"hAsc":1110,"hDes":-310,"lGap":0}},{"family":"Piedra","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":973,"des":-328,"tAsc":973,"tDes":-328,"tLGap":0,"wAsc":973,"wDes":328,"xH":437,"capH":655,"yMin":-328,"yMax":973,"hAsc":973,"hDes":-328,"lGap":0}},{"family":"Pinyon Script","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":2048,"asc":1768,"des":-787,"tAsc":1768,"tDes":-787,"tLGap":0,"wAsc":1768,"wDes":787,"xH":390,"capH":892,"yMin":-787,"yMax":1768,"hAsc":1768,"hDes":-787,"lGap":0}},{"family":"Pirata One","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1006,"des":-279,"tAsc":1006,"tDes":-279,"tLGap":0,"wAsc":1006,"wDes":279,"xH":594,"capH":793,"yMin":-279,"yMax":1006,"hAsc":1006,"hDes":-279,"lGap":0}},{"family":"Plaster","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":2048,"asc":2000,"des":-560,"tAsc":2000,"tDes":-560,"tLGap":0,"wAsc":2000,"wDes":560,"xH":1020,"capH":1361,"yMin":-560,"yMax":2000,"hAsc":2000,"hDes":-560,"lGap":0}},{"family":"Play","fallbacks":["sans-serif"],"weights":[400,700],"styles":["regular"],"variants":[[0,400],[0,700]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":937,"des":-220,"tAsc":937,"tDes":-220,"tLGap":0,"wAsc":1052,"wDes":224,"xH":484,"capH":649,"yMin":-220,"yMax":1035,"hAsc":937,"hDes":-220,"lGap":0}},{"family":"Playball","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":950,"des":-300,"tAsc":950,"tDes":-300,"tLGap":0,"wAsc":1050,"wDes":400,"xH":403,"capH":706,"yMin":-359,"yMax":1031,"hAsc":950,"hDes":-300,"lGap":0}},{"family":"Playfair Display","fallbacks":["serif"],"weights":[400,500,600,700,800,900],"styles":["regular","italic"],"variants":[[0,400],[0,500],[0,600],[0,700],[0,800],[0,900],[1,400],[1,500],[1,600],[1,700],[1,800],[1,900]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1082,"des":-251,"tAsc":1082,"tDes":-251,"tLGap":0,"wAsc":1159,"wDes":251,"xH":514,"capH":708,"yMin":-241,"yMax":1159,"hAsc":1082,"hDes":-251,"lGap":0}},{"family":"Playfair Display SC","fallbacks":["serif"],"weights":[400,700,900],"styles":["regular","italic"],"variants":[[0,400],[1,400],[0,700],[1,700],[0,900],[1,900]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1082,"des":-251,"tAsc":1082,"tDes":-251,"tLGap":0,"wAsc":1201,"wDes":251,"xH":514,"capH":708,"yMin":-241,"yMax":1156,"hAsc":1082,"hDes":-251,"lGap":0}},{"family":"Podkova","fallbacks":["serif"],"weights":[400,500,600,700,800],"styles":["regular"],"variants":[[0,400],[0,500],[0,600],[0,700],[0,800]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":859,"des":-249,"tAsc":859,"tDes":-249,"tLGap":0,"wAsc":1091,"wDes":343,"xH":429,"capH":589,"yMin":-301,"yMax":969,"hAsc":859,"hDes":-249,"lGap":0}},{"family":"Poiret One","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":962,"des":-208,"tAsc":962,"tDes":-208,"tLGap":0,"wAsc":962,"wDes":208,"xH":450,"capH":750,"yMin":-208,"yMax":962,"hAsc":962,"hDes":-208,"lGap":0}},{"family":"Poller One","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":2048,"asc":1920,"des":-514,"tAsc":1920,"tDes":-514,"tLGap":0,"wAsc":1920,"wDes":514,"xH":991,"capH":1486,"yMin":-514,"yMax":1920,"hAsc":1920,"hDes":-514,"lGap":0}},{"family":"Poly","fallbacks":["serif"],"weights":[400],"styles":["regular","italic"],"variants":[[0,400],[1,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":964,"des":-224,"tAsc":964,"tDes":-224,"tLGap":0,"wAsc":964,"wDes":224,"xH":473,"capH":693,"yMin":-223,"yMax":919,"hAsc":964,"hDes":-224,"lGap":0}},{"family":"Pompiere","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":2048,"asc":1918,"des":-543,"tAsc":1919,"tDes":-543,"tLGap":0,"wAsc":1918,"wDes":543,"xH":616,"capH":1315,"yMin":-543,"yMax":1918,"hAsc":1918,"hDes":-543,"lGap":0}},{"family":"Pontano Sans","fallbacks":["sans-serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":2048,"asc":2025,"des":-599,"tAsc":2025,"tDes":-599,"tLGap":0,"wAsc":2025,"wDes":599,"yMin":-573,"yMax":2033,"hAsc":2025,"hDes":-599,"lGap":0}},{"family":"Poor Story","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1024,"asc":819,"des":-205,"tAsc":819,"tDes":-205,"tLGap":256,"wAsc":819,"wDes":205,"xH":389,"capH":641,"yMin":-205,"yMax":819,"hAsc":819,"hDes":-205,"lGap":256}},{"family":"Poppins","fallbacks":["sans-serif"],"weights":[100,200,300,400,500,600,700,800,900],"styles":["italic","regular"],"variants":[[0,100],[1,100],[0,200],[1,200],[0,300],[1,300],[0,400],[1,400],[0,500],[1,500],[0,600],[1,600],[0,700],[1,700],[0,800],[1,800],[0,900],[1,900]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1050,"des":-350,"tAsc":1050,"tDes":-350,"tLGap":100,"wAsc":1135,"wDes":627,"xH":548,"capH":698,"yMin":-572,"yMax":1065,"hAsc":1050,"hDes":-350,"lGap":100}},{"family":"Port Lligat Sans","fallbacks":["sans-serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":860,"des":-211,"tAsc":860,"tDes":-211,"tLGap":0,"wAsc":860,"wDes":211,"xH":178,"capH":125,"yMin":-211,"yMax":860,"hAsc":860,"hDes":-211,"lGap":0}},{"family":"Port Lligat Slab","fallbacks":["serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":860,"des":-211,"tAsc":860,"tDes":-211,"tLGap":0,"wAsc":860,"wDes":211,"xH":155,"capH":99,"yMin":-211,"yMax":860,"hAsc":860,"hDes":-211,"lGap":0}},{"family":"Potta One","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1160,"des":-288,"tAsc":880,"tDes":-120,"tLGap":0,"wAsc":1160,"wDes":288,"xH":565,"capH":780,"yMin":-290,"yMax":1160,"hAsc":1160,"hDes":-288,"lGap":0}},{"family":"Pragati Narrow","fallbacks":["sans-serif"],"weights":[400,700],"styles":["regular"],"variants":[[0,400],[0,700]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1158,"des":-534,"tAsc":1158,"tDes":-534,"tLGap":0,"wAsc":1158,"wDes":534,"xH":484,"capH":630,"yMin":-534,"yMax":1158,"hAsc":1158,"hDes":-534,"lGap":0}},{"family":"Praise","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":850,"des":-350,"tAsc":850,"tDes":-350,"tLGap":0,"wAsc":1023,"wDes":544,"xH":425,"capH":600,"yMin":-544,"yMax":1023,"hAsc":850,"hDes":-350,"lGap":0}},{"family":"Prata","fallbacks":["serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":993,"des":-362,"tAsc":993,"tDes":-362,"tLGap":0,"wAsc":1201,"wDes":362,"xH":518,"capH":800,"yMin":-362,"yMax":1201,"hAsc":993,"hDes":-362,"lGap":0}},{"family":"Preahvihear","fallbacks":["sans-serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":2048,"asc":2500,"des":-1200,"tAsc":2500,"tDes":-1200,"tLGap":0,"wAsc":2500,"wDes":1200,"xH":1098,"capH":1462,"yMin":-1200,"yMax":2500,"hAsc":2500,"hDes":-1200,"lGap":0}},{"family":"Press Start 2P","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1000,"des":0,"tAsc":1000,"tDes":0,"tLGap":0,"wAsc":1000,"wDes":374,"xH":750,"capH":1000,"yMin":-374,"yMax":1000,"hAsc":1000,"hDes":0,"lGap":0}},{"family":"Pridi","fallbacks":["serif"],"weights":[200,300,400,500,600,700],"styles":["regular"],"variants":[[0,200],[0,300],[0,400],[0,500],[0,600],[0,700]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1100,"des":-450,"tAsc":750,"tDes":-250,"tLGap":200,"wAsc":1100,"wDes":450,"xH":536,"capH":714,"yMin":-411,"yMax":1049,"hAsc":1100,"hDes":-450,"lGap":0}},{"family":"Princess Sofia","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1024,"asc":1010,"des":-574,"tAsc":1010,"tDes":-574,"tLGap":0,"wAsc":1010,"wDes":588,"xH":670,"capH":858,"yMin":-574,"yMax":1010,"hAsc":1010,"hDes":-574,"lGap":0}},{"family":"Prociono","fallbacks":["serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1008,"des":-212,"tAsc":1008,"tDes":-212,"tLGap":0,"wAsc":1008,"wDes":212,"xH":203,"capH":738,"yMin":-212,"yMax":1008,"hAsc":1008,"hDes":-212,"lGap":0}},{"family":"Prompt","fallbacks":["sans-serif"],"weights":[100,200,300,400,500,600,700,800,900],"styles":["italic","regular"],"variants":[[0,100],[1,100],[0,200],[1,200],[0,300],[1,300],[0,400],[1,400],[0,500],[1,500],[0,600],[1,600],[0,700],[1,700],[0,800],[1,800],[0,900],[1,900]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1090,"des":-422,"tAsc":750,"tDes":-250,"tLGap":200,"wAsc":1090,"wDes":422,"xH":536,"capH":714,"yMin":-368,"yMax":1061,"hAsc":1090,"hDes":-422,"lGap":0}},{"family":"Prosto One","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":940,"des":-295,"tAsc":940,"tDes":-295,"tLGap":0,"wAsc":940,"wDes":295,"xH":520,"capH":700,"yMin":-295,"yMax":940,"hAsc":940,"hDes":-295,"lGap":0}},{"family":"Proza Libre","fallbacks":["sans-serif"],"weights":[400,500,600,700,800],"styles":["regular","italic"],"variants":[[0,400],[1,400],[0,500],[1,500],[0,600],[1,600],[0,700],[1,700],[0,800],[1,800]],"service":"fonts.google.com","metrics":{"upm":2048,"asc":1996,"des":-800,"tAsc":1996,"tDes":-800,"tLGap":0,"wAsc":1996,"wDes":800,"xH":1060,"capH":1465,"yMin":-558,"yMax":1962,"hAsc":1996,"hDes":-800,"lGap":0}},{"family":"PT Mono","fallbacks":["monospace"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":885,"des":-235,"tAsc":885,"tDes":-235,"tLGap":0,"wAsc":885,"wDes":235,"xH":500,"capH":700,"yMin":-235,"yMax":915,"hAsc":885,"hDes":-235,"lGap":0}},{"family":"PT Sans","fallbacks":["sans-serif"],"weights":[400,700],"styles":["regular","italic"],"variants":[[0,400],[1,400],[0,700],[1,700]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1018,"des":-276,"tAsc":1018,"tDes":-276,"tLGap":0,"wAsc":1018,"wDes":276,"xH":500,"capH":700,"yMin":-245,"yMax":993,"hAsc":1018,"hDes":-276,"lGap":0}},{"family":"PT Sans Caption","fallbacks":["sans-serif"],"weights":[400,700],"styles":["regular"],"variants":[[0,400],[0,700]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1018,"des":-276,"tAsc":1018,"tDes":-276,"tLGap":0,"wAsc":1018,"wDes":276,"xH":525,"capH":700,"yMin":-251,"yMax":999,"hAsc":1018,"hDes":-276,"lGap":0}},{"family":"PT Sans Narrow","fallbacks":["sans-serif"],"weights":[400,700],"styles":["regular"],"variants":[[0,400],[0,700]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1018,"des":-276,"tAsc":1018,"tDes":-276,"tLGap":0,"wAsc":1018,"wDes":276,"xH":500,"capH":700,"yMin":-245,"yMax":993,"hAsc":1018,"hDes":-276,"lGap":0}},{"family":"PT Serif","fallbacks":["serif"],"weights":[400,700],"styles":["regular","italic"],"variants":[[0,400],[1,400],[0,700],[1,700]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1039,"des":-286,"tAsc":1039,"tDes":-286,"tLGap":0,"wAsc":1039,"wDes":286,"xH":500,"capH":700,"yMin":-272,"yMax":1003,"hAsc":1039,"hDes":-286,"lGap":0}},{"family":"PT Serif Caption","fallbacks":["serif"],"weights":[400],"styles":["regular","italic"],"variants":[[0,400],[1,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1039,"des":-286,"tAsc":1039,"tDes":-286,"tLGap":0,"wAsc":1039,"wDes":286,"xH":525,"capH":700,"yMin":-280,"yMax":1002,"hAsc":1039,"hDes":-286,"lGap":0}},{"family":"Public Sans","fallbacks":["sans-serif"],"weights":[100,200,300,400,500,600,700,800,900],"styles":["regular","italic"],"variants":[[0,100],[0,200],[0,300],[0,400],[0,500],[0,600],[0,700],[0,800],[0,900],[1,100],[1,200],[1,300],[1,400],[1,500],[1,600],[1,700],[1,800],[1,900]],"service":"fonts.google.com","metrics":{"upm":2000,"asc":1900,"des":-450,"tAsc":1900,"tDes":-450,"tLGap":0,"wAsc":2315,"wDes":495,"xH":1034,"capH":1446,"yMin":-480,"yMax":2174,"hAsc":1900,"hDes":-450,"lGap":0}},{"family":"Puppies Play","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":750,"des":-250,"tAsc":750,"tDes":-250,"tLGap":0,"wAsc":810,"wDes":280,"xH":260,"capH":530,"yMin":-278,"yMax":809,"hAsc":750,"hDes":-250,"lGap":0}},{"family":"Puritan","fallbacks":["sans-serif"],"weights":[400,700],"styles":["regular","italic"],"variants":[[0,400],[1,400],[0,700],[1,700]],"service":"fonts.google.com","metrics":{"upm":1024,"asc":881,"des":-256,"tAsc":881,"tDes":-255,"tLGap":0,"wAsc":881,"wDes":238,"xH":507,"capH":655,"yMin":-238,"yMax":881,"hAsc":881,"hDes":-256,"lGap":0}},{"family":"Purple Purse","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":2048,"asc":1870,"des":-690,"tAsc":1870,"tDes":-690,"tLGap":0,"wAsc":1870,"wDes":690,"xH":856,"capH":1419,"yMin":-690,"yMax":1869,"hAsc":1870,"hDes":-690,"lGap":0}},{"family":"Qahiri","fallbacks":["sans-serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":750,"asc":600,"des":-250,"tAsc":600,"tDes":-250,"tLGap":0,"wAsc":600,"wDes":250,"xH":230,"capH":560,"yMin":-250,"yMax":560,"hAsc":600,"hDes":-250,"lGap":0}},{"family":"Quando","fallbacks":["serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":2048,"asc":2030,"des":-530,"tAsc":2030,"tDes":-530,"tLGap":0,"wAsc":2030,"wDes":530,"xH":1200,"capH":1533,"yMin":-514,"yMax":2029,"hAsc":2030,"hDes":-530,"lGap":0}},{"family":"Quantico","fallbacks":["sans-serif"],"weights":[400,700],"styles":["regular","italic"],"variants":[[0,400],[1,400],[0,700],[1,700]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1063,"des":-367,"tAsc":1063,"tDes":-367,"tLGap":0,"wAsc":1063,"wDes":367,"xH":500,"capH":700,"yMin":-335,"yMax":1033,"hAsc":1063,"hDes":-367,"lGap":0}},{"family":"Quattrocento","fallbacks":["serif"],"weights":[400,700],"styles":["regular"],"variants":[[0,400],[0,700]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":848,"des":-260,"tAsc":848,"tDes":-260,"tLGap":0,"wAsc":848,"wDes":260,"xH":459,"capH":660,"yMin":-260,"yMax":849,"hAsc":848,"hDes":-260,"lGap":0}},{"family":"Quattrocento Sans","fallbacks":["sans-serif"],"weights":[400,700],"styles":["regular","italic"],"variants":[[0,400],[1,400],[0,700],[1,700]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":848,"des":-260,"tAsc":848,"tDes":-260,"tLGap":0,"wAsc":848,"wDes":260,"xH":460,"capH":660,"yMin":-260,"yMax":848,"hAsc":848,"hDes":-260,"lGap":0}},{"family":"Questrial","fallbacks":["sans-serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":820,"des":-210,"tAsc":820,"tDes":-210,"tLGap":0,"wAsc":1030,"wDes":440,"xH":500,"capH":662,"yMin":-439,"yMax":1028,"hAsc":820,"hDes":-210,"lGap":0}},{"family":"Quicksand","fallbacks":["sans-serif"],"weights":[300,400,500,600,700],"styles":["regular"],"variants":[[0,300],[0,400],[0,500],[0,600],[0,700]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1000,"des":-250,"tAsc":1000,"tDes":-250,"tLGap":0,"wAsc":1183,"wDes":303,"xH":503,"capH":700,"yMin":-221,"yMax":1130,"hAsc":1000,"hDes":-250,"lGap":0}},{"family":"Quintessential","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":2048,"asc":2341,"des":-799,"tAsc":2341,"tDes":-799,"tLGap":0,"wAsc":2341,"wDes":799,"xH":1057,"capH":1489,"yMin":-799,"yMax":2340,"hAsc":2341,"hDes":-799,"lGap":0}},{"family":"Qwigley","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":750,"des":-500,"tAsc":750,"tDes":-500,"tLGap":0,"wAsc":805,"wDes":500,"xH":300,"capH":460,"yMin":-470,"yMax":780,"hAsc":750,"hDes":-500,"lGap":0}},{"family":"Racing Sans One","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":976,"des":-284,"tAsc":976,"tDes":-284,"tLGap":0,"wAsc":976,"wDes":284,"xH":430,"capH":635,"yMin":-284,"yMax":976,"hAsc":976,"hDes":-284,"lGap":0}},{"family":"Radley","fallbacks":["serif"],"weights":[400],"styles":["regular","italic"],"variants":[[0,400],[1,400]],"service":"fonts.google.com","metrics":{"upm":2048,"asc":1973,"des":-615,"tAsc":1973,"tDes":-615,"tLGap":0,"wAsc":1980,"wDes":615,"xH":899,"capH":1302,"yMin":-615,"yMax":1980,"hAsc":1973,"hDes":-615,"lGap":0}},{"family":"Rajdhani","fallbacks":["sans-serif"],"weights":[300,400,500,600,700],"styles":["regular"],"variants":[[0,300],[0,400],[0,500],[0,600],[0,700]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":930,"des":-346,"tAsc":930,"tDes":-346,"tLGap":0,"wAsc":930,"wDes":346,"xH":510,"capH":643,"yMin":-314,"yMax":888,"hAsc":930,"hDes":-346,"lGap":0}},{"family":"Rakkas","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1046,"des":-445,"tAsc":1046,"tDes":-445,"tLGap":0,"wAsc":1046,"wDes":445,"xH":450,"capH":670,"yMin":-445,"yMax":1046,"hAsc":1046,"hDes":-445,"lGap":0}},{"family":"Raleway","fallbacks":["sans-serif"],"weights":[100,200,300,400,500,600,700,800,900],"styles":["regular","italic"],"variants":[[0,100],[0,200],[0,300],[0,400],[0,500],[0,600],[0,700],[0,800],[0,900],[1,100],[1,200],[1,300],[1,400],[1,500],[1,600],[1,700],[1,800],[1,900]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":940,"des":-234,"tAsc":940,"tDes":-234,"tLGap":0,"wAsc":1154,"wDes":234,"xH":519,"capH":710,"yMin":-223,"yMax":1151,"hAsc":940,"hDes":-234,"lGap":0}},{"family":"Raleway Dots","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":918,"des":-213,"tAsc":918,"tDes":-213,"tLGap":0,"wAsc":918,"wDes":213,"xH":520,"capH":710,"yMin":-218,"yMax":940,"hAsc":918,"hDes":-213,"lGap":0}},{"family":"Ramabhadra","fallbacks":["sans-serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":830,"asc":1101,"des":-474,"tAsc":1101,"tDes":-474,"tLGap":0,"wAsc":1101,"wDes":474,"xH":439,"capH":571,"yMin":-474,"yMax":1101,"hAsc":1101,"hDes":-474,"lGap":0}},{"family":"Ramaraja","fallbacks":["serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":750,"asc":741,"des":-544,"tAsc":741,"tDes":-544,"tLGap":0,"wAsc":741,"wDes":544,"xH":293,"capH":439,"yMin":-544,"yMax":741,"hAsc":741,"hDes":-544,"lGap":0}},{"family":"Rambla","fallbacks":["sans-serif"],"weights":[400,700],"styles":["regular","italic"],"variants":[[0,400],[1,400],[0,700],[1,700]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":929,"des":-295,"tAsc":929,"tDes":-295,"tLGap":0,"wAsc":929,"wDes":295,"xH":506,"capH":668,"yMin":-255,"yMax":929,"hAsc":929,"hDes":-295,"lGap":0}},{"family":"Rammetto One","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":2048,"asc":2437,"des":-1022,"tAsc":2437,"tDes":-1022,"tLGap":0,"wAsc":2437,"wDes":1022,"xH":1243,"capH":1597,"yMin":-1022,"yMax":2437,"hAsc":2437,"hDes":-1022,"lGap":0}},{"family":"Rampart One","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1160,"des":-288,"tAsc":880,"tDes":-120,"tLGap":0,"wAsc":1160,"wDes":288,"xH":555,"capH":764,"yMin":-276,"yMax":1076,"hAsc":1160,"hDes":-288,"lGap":0}},{"family":"Ranchers","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1045,"des":-205,"tAsc":1045,"tDes":-205,"tLGap":0,"wAsc":1045,"wDes":205,"xH":598,"capH":818,"yMin":-205,"yMax":1045,"hAsc":1045,"hDes":-205,"lGap":0}},{"family":"Rancho","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1024,"asc":919,"des":-329,"tAsc":681,"tDes":-259,"tLGap":48,"wAsc":919,"wDes":329,"xH":407,"capH":705,"yMin":-329,"yMax":919,"hAsc":919,"hDes":-329,"lGap":24}},{"family":"Ranga","fallbacks":["cursive"],"weights":[400,700],"styles":["regular"],"variants":[[0,400],[0,700]],"service":"fonts.google.com","metrics":{"upm":2218,"asc":2218,"des":-1027,"tAsc":2218,"tDes":-1027,"tLGap":0,"wAsc":2218,"wDes":1027,"xH":1040,"capH":1483,"yMin":-901,"yMax":2168,"hAsc":2218,"hDes":-1027,"lGap":0}},{"family":"Rasa","fallbacks":["serif"],"weights":[300,400,500,600,700],"styles":["regular","italic"],"variants":[[0,300],[0,400],[0,500],[0,600],[0,700],[1,300],[1,400],[1,500],[1,600],[1,700]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":728,"des":-272,"tAsc":728,"tDes":-272,"tLGap":218,"wAsc":971,"wDes":422,"xH":413,"capH":568,"yMin":-395,"yMax":925,"hAsc":728,"hDes":-272,"lGap":218}},{"family":"Rationale","fallbacks":["sans-serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":903,"des":-250,"tAsc":903,"tDes":-250,"tLGap":0,"wAsc":903,"wDes":250,"xH":508,"capH":700,"yMin":-250,"yMax":903,"hAsc":903,"hDes":-250,"lGap":0}},{"family":"Ravi Prakash","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1024,"asc":938,"des":-684,"tAsc":938,"tDes":-684,"tLGap":0,"wAsc":938,"wDes":684,"xH":410,"capH":552,"yMin":-684,"yMax":938,"hAsc":938,"hDes":-684,"lGap":0}},{"family":"Recursive","fallbacks":["sans-serif"],"weights":[300,400,500,600,700,800,900],"styles":["regular"],"variants":[[0,300],[0,400],[0,500],[0,600],[0,700],[0,800],[0,900]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":950,"des":-250,"tAsc":950,"tDes":-250,"tLGap":0,"wAsc":1207,"wDes":271,"xH":532,"capH":700,"yMin":-330,"yMax":1125,"hAsc":950,"hDes":-250,"lGap":0}},{"family":"Red Hat Display","fallbacks":["sans-serif"],"weights":[300,400,500,600,700,800,900],"styles":["regular","italic"],"variants":[[0,300],[0,400],[0,500],[0,600],[0,700],[0,800],[0,900],[1,300],[1,400],[1,500],[1,600],[1,700],[1,800],[1,900]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1018,"des":-305,"tAsc":1018,"tDes":-305,"tLGap":0,"wAsc":1018,"wDes":305,"xH":492,"capH":700,"yMin":-254,"yMax":1002,"hAsc":1018,"hDes":-305,"lGap":0}},{"family":"Red Hat Mono","fallbacks":["monospace"],"weights":[300,400,500,600,700],"styles":["regular","italic"],"variants":[[0,300],[0,400],[0,500],[0,600],[0,700],[1,300],[1,400],[1,500],[1,600],[1,700]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1018,"des":-305,"tAsc":1018,"tDes":-305,"tLGap":0,"wAsc":1018,"wDes":305,"xH":481,"capH":700,"yMin":-266,"yMax":1002,"hAsc":1018,"hDes":-305,"lGap":0}},{"family":"Red Hat Text","fallbacks":["sans-serif"],"weights":[300,400,500,600,700],"styles":["regular","italic"],"variants":[[0,300],[0,400],[0,500],[0,600],[0,700],[1,300],[1,400],[1,500],[1,600],[1,700]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1018,"des":-305,"tAsc":1018,"tDes":-305,"tLGap":0,"wAsc":1018,"wDes":305,"xH":481,"capH":700,"yMin":-266,"yMax":1002,"hAsc":1018,"hDes":-305,"lGap":0}},{"family":"Red Rose","fallbacks":["cursive"],"weights":[300,400,500,600,700],"styles":["regular"],"variants":[[0,300],[0,400],[0,500],[0,600],[0,700]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":937,"des":-312,"tAsc":937,"tDes":-312,"tLGap":0,"wAsc":1110,"wDes":690,"xH":468,"capH":600,"yMin":-680,"yMax":1086,"hAsc":937,"hDes":-312,"lGap":0}},{"family":"Redressed","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":2048,"asc":1907,"des":-494,"tAsc":1907,"tDes":-494,"tLGap":0,"wAsc":1907,"wDes":494,"xH":834,"capH":1495,"yMin":-494,"yMax":2353,"hAsc":1907,"hDes":-494,"lGap":0}},{"family":"Reem Kufi","fallbacks":["sans-serif"],"weights":[400,500,600,700],"styles":["regular"],"variants":[[0,400],[0,500],[0,600],[0,700]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1100,"des":-400,"tAsc":1100,"tDes":-400,"tLGap":0,"wAsc":1400,"wDes":400,"xH":418,"capH":725,"yMin":-400,"yMax":1192,"hAsc":1100,"hDes":-400,"lGap":0}},{"family":"Reenie Beanie","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":750,"des":-250,"tAsc":750,"tDes":-250,"tLGap":0,"wAsc":835,"wDes":300,"xH":500,"capH":700,"yMin":-314,"yMax":835,"hAsc":750,"hDes":-250,"lGap":0}},{"family":"Reggae One","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1160,"des":-288,"tAsc":880,"tDes":-120,"tLGap":0,"wAsc":1160,"wDes":288,"xH":557,"capH":780,"yMin":-229,"yMax":1066,"hAsc":1160,"hDes":-288,"lGap":0}},{"family":"Revalia","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":2048,"asc":2146,"des":382,"tAsc":2146,"tDes":382,"tLGap":0,"wAsc":2146,"wDes":382,"xH":1140,"capH":879,"yMin":-382,"yMax":2146,"hAsc":2146,"hDes":382,"lGap":0}},{"family":"Rhodium Libre","fallbacks":["serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1100,"des":-610,"tAsc":1100,"tDes":-610,"tLGap":705,"wAsc":1100,"wDes":610,"xH":502,"capH":680,"yMin":-532,"yMax":1152,"hAsc":1100,"hDes":-610,"lGap":0}},{"family":"Ribeye","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":2048,"asc":2130,"des":-668,"tAsc":2130,"tDes":-668,"tLGap":0,"wAsc":2130,"wDes":668,"xH":1061,"capH":1491,"yMin":-668,"yMax":2130,"hAsc":2130,"hDes":-668,"lGap":0}},{"family":"Ribeye Marrow","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":2048,"asc":2130,"des":-668,"tAsc":2130,"tDes":-668,"tLGap":0,"wAsc":2130,"wDes":668,"xH":1061,"capH":1460,"yMin":-668,"yMax":2130,"hAsc":2130,"hDes":-668,"lGap":0}},{"family":"Righteous","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":2048,"asc":2017,"des":-526,"tAsc":2017,"tDes":-526,"tLGap":0,"wAsc":2017,"wDes":526,"xH":1077,"capH":1434,"yMin":-526,"yMax":2017,"hAsc":2017,"hDes":-526,"lGap":0}},{"family":"Risque","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":2048,"asc":1853,"des":-514,"tAsc":1853,"tDes":-514,"tLGap":0,"wAsc":1853,"wDes":514,"xH":1016,"capH":1413,"yMin":-514,"yMax":1853,"hAsc":1853,"hDes":-514,"lGap":0}},{"family":"Road Rage","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":850,"des":-250,"tAsc":850,"tDes":-250,"tLGap":0,"wAsc":965,"wDes":253,"xH":450,"capH":600,"yMin":-253,"yMax":965,"hAsc":850,"hDes":-250,"lGap":0}},{"family":"Roboto","fallbacks":["sans-serif"],"weights":[100,300,400,500,700,900],"styles":["italic","regular"],"variants":[[0,100],[1,100],[0,300],[1,300],[0,400],[1,400],[0,500],[1,500],[0,700],[1,700],[0,900],[1,900]],"service":"fonts.google.com","metrics":{"upm":2048,"asc":1900,"des":-500,"tAsc":1536,"tDes":-512,"tLGap":102,"wAsc":1946,"wDes":512,"xH":1082,"capH":1456,"yMin":-555,"yMax":2163,"hAsc":1900,"hDes":-500,"lGap":0}},{"family":"Roboto Condensed","fallbacks":["sans-serif"],"weights":[300,400,700],"styles":["italic","regular"],"variants":[[0,300],[1,300],[0,400],[1,400],[0,700],[1,700]],"service":"fonts.google.com","metrics":{"upm":2048,"asc":1900,"des":-500,"tAsc":1536,"tDes":-512,"tLGap":102,"wAsc":1946,"wDes":512,"xH":1082,"capH":1456,"yMin":-555,"yMax":2163,"hAsc":1900,"hDes":-500,"lGap":0}},{"family":"Roboto Mono","fallbacks":["monospace"],"weights":[100,200,300,400,500,600,700],"styles":["regular","italic"],"variants":[[0,100],[0,200],[0,300],[0,400],[0,500],[0,600],[0,700],[1,100],[1,200],[1,300],[1,400],[1,500],[1,600],[1,700]],"service":"fonts.google.com","metrics":{"upm":2048,"asc":2146,"des":-555,"tAsc":2146,"tDes":-555,"tLGap":0,"wAsc":2146,"wDes":555,"xH":1082,"capH":1456,"yMin":-555,"yMax":2146,"hAsc":2146,"hDes":-555,"lGap":0}},{"family":"Roboto Slab","fallbacks":["serif"],"weights":[100,200,300,400,500,600,700,800,900],"styles":["regular"],"variants":[[0,100],[0,200],[0,300],[0,400],[0,500],[0,600],[0,700],[0,800],[0,900]],"service":"fonts.google.com","metrics":{"upm":2048,"asc":2146,"des":-555,"tAsc":2146,"tDes":-555,"tLGap":0,"wAsc":2146,"wDes":618,"xH":1082,"capH":1456,"yMin":-555,"yMax":2146,"hAsc":2146,"hDes":-555,"lGap":0}},{"family":"Rochester","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":2048,"asc":2109,"des":-528,"tAsc":2109,"tDes":-528,"tLGap":0,"wAsc":2109,"wDes":528,"xH":192,"capH":326,"yMin":-528,"yMax":2109,"hAsc":2109,"hDes":-528,"lGap":0}},{"family":"Rock Salt","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1024,"asc":1623,"des":-788,"tAsc":824,"tDes":-240,"tLGap":63,"wAsc":1623,"wDes":788,"xH":833,"capH":1154,"yMin":-787,"yMax":1623,"hAsc":1623,"hDes":-788,"lGap":32}},{"family":"RocknRoll One","fallbacks":["sans-serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1160,"des":-288,"tAsc":880,"tDes":-120,"tLGap":0,"wAsc":1160,"wDes":288,"xH":572,"capH":800,"yMin":-212,"yMax":1034,"hAsc":1160,"hDes":-288,"lGap":0}},{"family":"Rokkitt","fallbacks":["serif"],"weights":[100,200,300,400,500,600,700,800,900],"styles":["regular"],"variants":[[0,100],[0,200],[0,300],[0,400],[0,500],[0,600],[0,700],[0,800],[0,900]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":817,"des":-320,"tAsc":817,"tDes":-320,"tLGap":0,"wAsc":1111,"wDes":324,"xH":393,"capH":563,"yMin":-236,"yMax":953,"hAsc":817,"hDes":-320,"lGap":0}},{"family":"Romanesco","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":2048,"asc":1866,"des":-483,"tAsc":1866,"tDes":-483,"tLGap":0,"wAsc":1866,"wDes":483,"xH":780,"capH":1393,"yMin":-483,"yMax":1866,"hAsc":1866,"hDes":-483,"lGap":0}},{"family":"Ropa Sans","fallbacks":["sans-serif"],"weights":[400],"styles":["regular","italic"],"variants":[[0,400],[1,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":841,"des":-231,"tAsc":841,"tDes":-231,"tLGap":0,"wAsc":885,"wDes":231,"xH":488,"capH":655,"yMin":-231,"yMax":865,"hAsc":841,"hDes":-231,"lGap":0}},{"family":"Rosario","fallbacks":["sans-serif"],"weights":[300,400,500,600,700],"styles":["regular","italic"],"variants":[[0,300],[0,400],[0,500],[0,600],[0,700],[1,300],[1,400],[1,500],[1,600],[1,700]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":977,"des":-235,"tAsc":977,"tDes":-235,"tLGap":0,"wAsc":1167,"wDes":292,"xH":497,"capH":728,"yMin":-286,"yMax":1139,"hAsc":977,"hDes":-235,"lGap":0}},{"family":"Rosarivo","fallbacks":["serif"],"weights":[400],"styles":["regular","italic"],"variants":[[0,400],[1,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":979,"des":-424,"tAsc":979,"tDes":-424,"tLGap":0,"wAsc":979,"wDes":424,"xH":170,"capH":757,"yMin":-424,"yMax":979,"hAsc":979,"hDes":-424,"lGap":0}},{"family":"Rouge Script","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1250,"asc":1050,"des":-419,"tAsc":1050,"tDes":-419,"tLGap":0,"wAsc":1050,"wDes":419,"xH":534,"capH":385,"yMin":-419,"yMax":1050,"hAsc":1050,"hDes":-419,"lGap":0}},{"family":"Rowdies","fallbacks":["cursive"],"weights":[300,400,700],"styles":["regular"],"variants":[[0,300],[0,400],[0,700]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":997,"des":-245,"tAsc":997,"tDes":-245,"tLGap":0,"wAsc":1250,"wDes":700,"xH":473,"capH":708,"yMin":-680,"yMax":1228,"hAsc":997,"hDes":-245,"lGap":0}},{"family":"Rozha One","fallbacks":["serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":998,"des":-422,"tAsc":998,"tDes":-422,"tLGap":0,"wAsc":998,"wDes":422,"xH":460,"capH":560,"yMin":-422,"yMax":998,"hAsc":998,"hDes":-422,"lGap":0}},{"family":"Rubik","fallbacks":["sans-serif"],"weights":[300,400,500,600,700,800,900],"styles":["regular","italic"],"variants":[[0,300],[0,400],[0,500],[0,600],[0,700],[0,800],[0,900],[1,300],[1,400],[1,500],[1,600],[1,700],[1,800],[1,900]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":935,"des":-250,"tAsc":935,"tDes":-250,"tLGap":0,"wAsc":945,"wDes":307,"xH":520,"capH":700,"yMin":-264,"yMax":905,"hAsc":935,"hDes":-250,"lGap":0}},{"family":"Rubik Beastly","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":935,"des":-250,"tAsc":935,"tDes":-250,"tLGap":0,"wAsc":1040,"wDes":374,"xH":520,"capH":700,"yMin":-374,"yMax":1040,"hAsc":935,"hDes":-250,"lGap":0}},{"family":"Rubik Mono One","fallbacks":["sans-serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":932,"des":-306,"tAsc":932,"tDes":-306,"tLGap":0,"wAsc":932,"wDes":306,"xH":700,"capH":700,"yMin":-211,"yMax":860,"hAsc":932,"hDes":-306,"lGap":0}},{"family":"Ruda","fallbacks":["sans-serif"],"weights":[400,500,600,700,800,900],"styles":["regular"],"variants":[[0,400],[0,500],[0,600],[0,700],[0,800],[0,900]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":922,"des":-295,"tAsc":922,"tDes":-295,"tLGap":0,"wAsc":1030,"wDes":295,"xH":582,"capH":695,"yMin":-233,"yMax":1030,"hAsc":922,"hDes":-295,"lGap":0}},{"family":"Rufina","fallbacks":["serif"],"weights":[400,700],"styles":["regular"],"variants":[[0,400],[0,700]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":945,"des":-290,"tAsc":945,"tDes":-290,"tLGap":0,"wAsc":945,"wDes":290,"xH":488,"capH":668,"yMin":-290,"yMax":939,"hAsc":945,"hDes":-290,"lGap":0}},{"family":"Ruge Boogie","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":875,"des":-375,"tAsc":875,"tDes":-375,"tLGap":0,"wAsc":1026,"wDes":504,"xH":390,"capH":640,"yMin":-504,"yMax":1026,"hAsc":875,"hDes":-375,"lGap":0}},{"family":"Ruluko","fallbacks":["sans-serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":914,"des":-241,"tAsc":914,"tDes":-241,"tLGap":0,"wAsc":914,"wDes":241,"xH":470,"capH":690,"yMin":-241,"yMax":914,"hAsc":914,"hDes":-241,"lGap":0}},{"family":"Rum Raisin","fallbacks":["sans-serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":2048,"asc":2013,"des":-629,"tAsc":2013,"tDes":-629,"tLGap":0,"wAsc":2013,"wDes":629,"xH":1118,"capH":1466,"yMin":-629,"yMax":2013,"hAsc":2013,"hDes":-629,"lGap":0}},{"family":"Ruslan Display","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":688,"des":-397,"tAsc":688,"tDes":-397,"tLGap":0,"wAsc":688,"wDes":397,"xH":500,"capH":500,"yMin":-397,"yMax":688,"hAsc":688,"hDes":-397,"lGap":0}},{"family":"Russo One","fallbacks":["sans-serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":926,"des":-279,"tAsc":926,"tDes":-279,"tLGap":0,"wAsc":926,"wDes":279,"xH":530,"capH":700,"yMin":-279,"yMax":926,"hAsc":926,"hDes":-279,"lGap":0}},{"family":"Ruthie","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":800,"des":-450,"tAsc":800,"tDes":-450,"tLGap":0,"wAsc":940,"wDes":524,"xH":315,"capH":701,"yMin":-524,"yMax":938,"hAsc":800,"hDes":-450,"lGap":0}},{"family":"Rye","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":2048,"asc":2020,"des":-540,"tAsc":2020,"tDes":-540,"tLGap":0,"wAsc":2020,"wDes":540,"xH":387,"capH":363,"yMin":-540,"yMax":2020,"hAsc":2020,"hDes":-540,"lGap":0}},{"family":"Sacramento","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":2048,"asc":1905,"des":-1084,"tAsc":1905,"tDes":-1084,"tLGap":0,"wAsc":1905,"wDes":1084,"xH":627,"capH":1550,"yMin":-1084,"yMax":1905,"hAsc":1905,"hDes":-1084,"lGap":0}},{"family":"Sahitya","fallbacks":["serif"],"weights":[400,700],"styles":["regular"],"variants":[[0,400],[0,700]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1106,"des":-447,"tAsc":1106,"tDes":-447,"tLGap":0,"wAsc":1106,"wDes":447,"xH":452,"capH":637,"yMin":-412,"yMax":1053,"hAsc":1106,"hDes":-447,"lGap":0}},{"family":"Sail","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":860,"des":-294,"tAsc":860,"tDes":-294,"tLGap":0,"wAsc":860,"wDes":294,"xH":435,"capH":666,"yMin":-294,"yMax":860,"hAsc":860,"hDes":-294,"lGap":0}},{"family":"Saira","fallbacks":["sans-serif"],"weights":[100,200,300,400,500,600,700,800,900],"styles":["regular","italic"],"variants":[[0,100],[0,200],[0,300],[0,400],[0,500],[0,600],[0,700],[0,800],[0,900],[1,100],[1,200],[1,300],[1,400],[1,500],[1,600],[1,700],[1,800],[1,900]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1135,"des":-439,"tAsc":1135,"tDes":-439,"tLGap":0,"wAsc":1165,"wDes":439,"xH":510,"capH":688,"yMin":-393,"yMax":1162,"hAsc":1135,"hDes":-439,"lGap":0}},{"family":"Saira Condensed","fallbacks":["sans-serif"],"weights":[100,200,300,400,500,600,700,800,900],"styles":["regular"],"variants":[[0,100],[0,200],[0,300],[0,400],[0,500],[0,600],[0,700],[0,800],[0,900]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1135,"des":-439,"tAsc":1135,"tDes":-439,"tLGap":0,"wAsc":1135,"wDes":439,"xH":510,"capH":688,"yMin":-351,"yMax":1090,"hAsc":1135,"hDes":-439,"lGap":0}},{"family":"Saira Extra Condensed","fallbacks":["sans-serif"],"weights":[100,200,300,400,500,600,700,800,900],"styles":["regular"],"variants":[[0,100],[0,200],[0,300],[0,400],[0,500],[0,600],[0,700],[0,800],[0,900]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1135,"des":-439,"tAsc":1135,"tDes":-439,"tLGap":0,"wAsc":1135,"wDes":439,"xH":510,"capH":688,"yMin":-348,"yMax":1088,"hAsc":1135,"hDes":-439,"lGap":0}},{"family":"Saira Semi Condensed","fallbacks":["sans-serif"],"weights":[100,200,300,400,500,600,700,800,900],"styles":["regular"],"variants":[[0,100],[0,200],[0,300],[0,400],[0,500],[0,600],[0,700],[0,800],[0,900]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1135,"des":-439,"tAsc":1135,"tDes":-439,"tLGap":0,"wAsc":1135,"wDes":439,"xH":510,"capH":688,"yMin":-359,"yMax":1095,"hAsc":1135,"hDes":-439,"lGap":0}},{"family":"Saira Stencil One","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1135,"des":-439,"tAsc":1135,"tDes":-439,"tLGap":0,"wAsc":1163,"wDes":360,"xH":510,"capH":688,"yMin":-354,"yMax":1163,"hAsc":1135,"hDes":-439,"lGap":0}},{"family":"Salsa","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":974,"des":-252,"tAsc":974,"tDes":-252,"tLGap":0,"wAsc":974,"wDes":252,"xH":113,"capH":82,"yMin":-252,"yMax":974,"hAsc":974,"hDes":-252,"lGap":0}},{"family":"Sanchez","fallbacks":["serif"],"weights":[400],"styles":["regular","italic"],"variants":[[0,400],[1,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1004,"des":-274,"tAsc":1004,"tDes":-274,"tLGap":0,"wAsc":1004,"wDes":274,"xH":492,"capH":718,"yMin":-274,"yMax":1004,"hAsc":1004,"hDes":-274,"lGap":0}},{"family":"Sancreek","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":2048,"asc":2104,"des":-738,"tAsc":2104,"tDes":-738,"tLGap":0,"wAsc":2104,"wDes":738,"xH":402,"capH":281,"yMin":-738,"yMax":2104,"hAsc":2104,"hDes":-738,"lGap":0}},{"family":"Sansita","fallbacks":["sans-serif"],"weights":[400,700,800,900],"styles":["regular","italic"],"variants":[[0,400],[1,400],[0,700],[1,700],[0,800],[1,800],[0,900],[1,900]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1020,"des":-180,"tAsc":1020,"tDes":-180,"tLGap":0,"wAsc":959,"wDes":284,"xH":510,"capH":660,"yMin":-256,"yMax":920,"hAsc":1020,"hDes":-180,"lGap":0}},{"family":"Sansita Swashed","fallbacks":["cursive"],"weights":[300,400,500,600,700,800,900],"styles":["regular"],"variants":[[0,300],[0,400],[0,500],[0,600],[0,700],[0,800],[0,900]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1020,"des":-180,"tAsc":1020,"tDes":-180,"tLGap":0,"wAsc":1134,"wDes":337,"xH":510,"capH":660,"yMin":-293,"yMax":1108,"hAsc":1020,"hDes":-180,"lGap":0}},{"family":"Sarabun","fallbacks":["sans-serif"],"weights":[100,200,300,400,500,600,700,800],"styles":["italic","regular"],"variants":[[0,100],[1,100],[0,200],[1,200],[0,300],[1,300],[0,400],[1,400],[0,500],[1,500],[0,600],[1,600],[0,700],[1,700],[0,800],[1,800]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1068,"des":-232,"tAsc":1068,"tDes":-232,"tLGap":0,"wAsc":1286,"wDes":567,"xH":500,"capH":700,"yMin":-535,"yMax":1265,"hAsc":1068,"hDes":-232,"lGap":0}},{"family":"Sarala","fallbacks":["sans-serif"],"weights":[400,700],"styles":["regular"],"variants":[[0,400],[0,700]],"service":"fonts.google.com","metrics":{"upm":2048,"asc":2398,"des":-941,"tAsc":2398,"tDes":-941,"tLGap":0,"wAsc":2398,"wDes":941,"xH":1053,"capH":1450,"yMin":-829,"yMax":2300,"hAsc":2398,"hDes":-941,"lGap":0}},{"family":"Sarina","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":2048,"asc":1916,"des":-644,"tAsc":1916,"tDes":-644,"tLGap":0,"wAsc":1916,"wDes":644,"xH":1022,"capH":1530,"yMin":-664,"yMax":1916,"hAsc":1916,"hDes":-644,"lGap":0}},{"family":"Sarpanch","fallbacks":["sans-serif"],"weights":[400,500,600,700,800,900],"styles":["regular"],"variants":[[0,400],[0,500],[0,600],[0,700],[0,800],[0,900]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1050,"des":-350,"tAsc":1050,"tDes":-350,"tLGap":0,"wAsc":1050,"wDes":350,"xH":485,"capH":622,"yMin":-483,"yMax":996,"hAsc":1050,"hDes":-350,"lGap":0}},{"family":"Sassy Frass","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":800,"des":-300,"tAsc":800,"tDes":-300,"tLGap":0,"wAsc":800,"wDes":300,"xH":220,"capH":550,"yMin":-285,"yMax":759,"hAsc":800,"hDes":-300,"lGap":0}},{"family":"Satisfy","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1024,"asc":957,"des":-501,"tAsc":724,"tDes":-465,"tLGap":34,"wAsc":957,"wDes":501,"xH":417,"capH":767,"yMin":-501,"yMax":957,"hAsc":957,"hDes":-501,"lGap":17}},{"family":"Sawarabi Gothic","fallbacks":["sans-serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1110,"des":-272,"tAsc":834,"tDes":-166,"tLGap":90,"wAsc":1110,"wDes":292,"xH":524,"capH":725,"yMin":-282,"yMax":1100,"hAsc":1110,"hDes":-272,"lGap":90}},{"family":"Sawarabi Mincho","fallbacks":["sans-serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1070,"des":-319,"tAsc":834,"tDes":-165,"tLGap":90,"wAsc":1071,"wDes":320,"xH":512,"capH":727,"yMin":-320,"yMax":1070,"hAsc":1070,"hDes":-319,"lGap":90}},{"family":"Scada","fallbacks":["sans-serif"],"weights":[400,700],"styles":["regular","italic"],"variants":[[0,400],[1,400],[0,700],[1,700]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":955,"des":-289,"tAsc":955,"tDes":-289,"tLGap":0,"wAsc":955,"wDes":289,"xH":500,"capH":700,"yMin":-275,"yMax":930,"hAsc":955,"hDes":-289,"lGap":0}},{"family":"Scheherazade New","fallbacks":["serif"],"weights":[400,700],"styles":["regular"],"variants":[[0,400],[0,700]],"service":"fonts.google.com","metrics":{"upm":2048,"asc":2750,"des":-1427,"tAsc":2750,"tDes":-1427,"tLGap":0,"wAsc":2750,"wDes":1427,"xH":684,"capH":1034,"yMin":-1509,"yMax":2694,"hAsc":2750,"hDes":-1427,"lGap":0}},{"family":"Schoolbell","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1024,"asc":1019,"des":-383,"tAsc":794,"tDes":-326,"tLGap":48,"wAsc":1019,"wDes":383,"xH":485,"capH":770,"yMin":-383,"yMax":1019,"hAsc":1019,"hDes":-383,"lGap":24}},{"family":"Scope One","fallbacks":["serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":928,"des":-455,"tAsc":928,"tDes":-455,"tLGap":0,"wAsc":928,"wDes":455,"xH":500,"capH":645,"yMin":-455,"yMax":928,"hAsc":928,"hDes":-455,"lGap":0}},{"family":"Seaweed Script","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1024,"asc":969,"des":-421,"tAsc":969,"tDes":-421,"tLGap":0,"wAsc":969,"wDes":431,"xH":380,"capH":765,"yMin":-420,"yMax":969,"hAsc":969,"hDes":-421,"lGap":0}},{"family":"Secular One","fallbacks":["sans-serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1022,"des":-433,"tAsc":1022,"tDes":-433,"tLGap":0,"wAsc":1022,"wDes":433,"xH":515,"capH":666,"yMin":-433,"yMax":1022,"hAsc":1022,"hDes":-433,"lGap":0}},{"family":"Sedgwick Ave","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":937,"des":-312,"tAsc":937,"tDes":-312,"tLGap":0,"wAsc":2555,"wDes":551,"xH":660,"capH":950,"yMin":-521,"yMax":1361,"hAsc":937,"hDes":-312,"lGap":0}},{"family":"Sedgwick Ave Display","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":937,"des":-312,"tAsc":937,"tDes":-312,"tLGap":0,"wAsc":2555,"wDes":551,"xH":650,"capH":950,"yMin":-551,"yMax":2555,"hAsc":937,"hDes":-312,"lGap":0}},{"family":"Sen","fallbacks":["sans-serif"],"weights":[400,700,800],"styles":["regular"],"variants":[[0,400],[0,700],[0,800]],"service":"fonts.google.com","metrics":{"upm":1024,"asc":962,"des":-270,"tAsc":962,"tDes":-270,"tLGap":0,"wAsc":1169,"wDes":342,"xH":500,"capH":670,"yMin":-255,"yMax":940,"hAsc":962,"hDes":-270,"lGap":0}},{"family":"Sevillana","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":2048,"asc":2062,"des":-717,"tAsc":2062,"tDes":-717,"tLGap":0,"wAsc":2062,"wDes":717,"xH":860,"capH":1679,"yMin":-717,"yMax":2062,"hAsc":2062,"hDes":-717,"lGap":0}},{"family":"Seymour One","fallbacks":["sans-serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":2048,"asc":2015,"des":-559,"tAsc":2015,"tDes":-559,"tLGap":0,"wAsc":2015,"wDes":559,"yMin":-927,"yMax":2236,"hAsc":2015,"hDes":-559,"lGap":0}},{"family":"Shadows Into Light","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1024,"asc":1203,"des":-442,"tAsc":1203,"tDes":-443,"tLGap":0,"wAsc":1203,"wDes":440,"xH":616,"capH":648,"yMin":-434,"yMax":1203,"hAsc":1203,"hDes":-442,"lGap":0}},{"family":"Shadows Into Light Two","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1024,"asc":1145,"des":-341,"tAsc":1145,"tDes":-341,"tLGap":0,"wAsc":1145,"wDes":341,"xH":610,"capH":848,"yMin":-341,"yMax":1145,"hAsc":1145,"hDes":-341,"lGap":0}},{"family":"Shalimar","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":800,"des":-420,"tAsc":800,"tDes":-420,"tLGap":0,"wAsc":994,"wDes":645,"xH":315,"capH":560,"yMin":-642,"yMax":994,"hAsc":800,"hDes":-420,"lGap":0}},{"family":"Shanti","fallbacks":["sans-serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":2048,"asc":2012,"des":-599,"tAsc":2012,"tDes":-599,"tLGap":0,"wAsc":2012,"wDes":599,"xH":1024,"capH":1412,"yMin":-599,"yMax":2012,"hAsc":2012,"hDes":-599,"lGap":0}},{"family":"Share","fallbacks":["cursive"],"weights":[400,700],"styles":["regular","italic"],"variants":[[0,400],[1,400],[0,700],[1,700]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":885,"des":-242,"tAsc":885,"tDes":-242,"tLGap":0,"wAsc":885,"wDes":242,"xH":500,"capH":707,"yMin":-240,"yMax":855,"hAsc":885,"hDes":-242,"lGap":0}},{"family":"Share Tech","fallbacks":["sans-serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":885,"des":-242,"tAsc":885,"tDes":-242,"tLGap":0,"wAsc":885,"wDes":242,"xH":500,"capH":700,"yMin":-235,"yMax":855,"hAsc":885,"hDes":-242,"lGap":0}},{"family":"Share Tech Mono","fallbacks":["monospace"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":885,"des":-242,"tAsc":885,"tDes":-242,"tLGap":0,"wAsc":885,"wDes":242,"xH":500,"capH":700,"yMin":-235,"yMax":855,"hAsc":885,"hDes":-242,"lGap":0}},{"family":"Shippori Antique","fallbacks":["sans-serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1160,"des":-288,"tAsc":880,"tDes":-120,"tLGap":0,"wAsc":1160,"wDes":288,"xH":524,"capH":733,"yMin":-336,"yMax":981,"hAsc":1160,"hDes":-288,"lGap":0}},{"family":"Shippori Antique B1","fallbacks":["sans-serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1160,"des":-288,"tAsc":880,"tDes":-120,"tLGap":0,"wAsc":1160,"wDes":288,"xH":524,"capH":733,"yMin":-336,"yMax":981,"hAsc":1160,"hDes":-288,"lGap":0}},{"family":"Shippori Mincho","fallbacks":["serif"],"weights":[400,500,600,700,800],"styles":["regular"],"variants":[[0,400],[0,500],[0,600],[0,700],[0,800]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1160,"des":-288,"tAsc":880,"tDes":-120,"tLGap":0,"wAsc":1160,"wDes":288,"xH":480,"capH":726,"yMin":-266,"yMax":981,"hAsc":1160,"hDes":-288,"lGap":0}},{"family":"Shippori Mincho B1","fallbacks":["serif"],"weights":[400,500,600,700,800],"styles":["regular"],"variants":[[0,400],[0,500],[0,600],[0,700],[0,800]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1160,"des":-288,"tAsc":880,"tDes":-120,"tLGap":0,"wAsc":1160,"wDes":288,"xH":480,"capH":726,"yMin":-266,"yMax":981,"hAsc":1160,"hDes":-288,"lGap":0}},{"family":"Shojumaru","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":2048,"asc":2020,"des":-692,"tAsc":2020,"tDes":-692,"tLGap":0,"wAsc":2020,"wDes":692,"xH":1206,"capH":1534,"yMin":-692,"yMax":2020,"hAsc":2020,"hDes":-692,"lGap":0}},{"family":"Short Stack","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":2048,"asc":1913,"des":-609,"tAsc":1913,"tDes":-609,"tLGap":0,"wAsc":1913,"wDes":609,"xH":758,"capH":1367,"yMin":-609,"yMax":1913,"hAsc":1913,"hDes":-609,"lGap":0}},{"family":"Shrikhand","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1026,"des":-432,"tAsc":1026,"tDes":-432,"tLGap":0,"wAsc":1026,"wDes":432,"xH":520,"capH":669,"yMin":-432,"yMax":1026,"hAsc":1026,"hDes":-432,"lGap":0}},{"family":"Siemreap","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":2048,"asc":2500,"des":-1200,"tAsc":2500,"tDes":-1200,"tLGap":307,"wAsc":2500,"wDes":1200,"xH":0,"capH":0,"yMin":-1200,"yMax":2502,"hAsc":2500,"hDes":-1200,"lGap":67}},{"family":"Sigmar One","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1172,"des":-466,"tAsc":1172,"tDes":-466,"tLGap":0,"wAsc":1182,"wDes":466,"xH":578,"capH":676,"yMin":-375,"yMax":1182,"hAsc":1172,"hDes":-466,"lGap":0}},{"family":"Signika","fallbacks":["sans-serif"],"weights":[300,400,500,600,700],"styles":["regular"],"variants":[[0,300],[0,400],[0,500],[0,600],[0,700]],"service":"fonts.google.com","metrics":{"upm":2000,"asc":1880,"des":-584,"tAsc":1880,"tDes":-584,"tLGap":0,"wAsc":2307,"wDes":592,"xH":981,"capH":1370,"yMin":-501,"yMax":2107,"hAsc":1880,"hDes":-584,"lGap":0}},{"family":"Signika Negative","fallbacks":["sans-serif"],"weights":[300,400,500,600,700],"styles":["regular"],"variants":[[0,300],[0,400],[0,500],[0,600],[0,700]],"service":"fonts.google.com","metrics":{"upm":2000,"asc":1880,"des":-584,"tAsc":1880,"tDes":-584,"tLGap":0,"wAsc":2307,"wDes":592,"xH":980,"capH":1370,"yMin":-496,"yMax":2097,"hAsc":1880,"hDes":-584,"lGap":0}},{"family":"Simonetta","fallbacks":["cursive"],"weights":[400,900],"styles":["regular","italic"],"variants":[[0,400],[1,400],[0,900],[1,900]],"service":"fonts.google.com","metrics":{"upm":2048,"asc":1970,"des":-594,"tAsc":1970,"tDes":-594,"tLGap":0,"wAsc":1970,"wDes":594,"xH":897,"capH":1391,"yMin":-545,"yMax":1927,"hAsc":1970,"hDes":-594,"lGap":0}},{"family":"Single Day","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1024,"asc":779,"des":-245,"tAsc":779,"tDes":-245,"tLGap":256,"wAsc":779,"wDes":245,"xH":390,"capH":582,"yMin":-241,"yMax":773,"hAsc":779,"hDes":-245,"lGap":256}},{"family":"Sintony","fallbacks":["sans-serif"],"weights":[400,700],"styles":["regular"],"variants":[[0,400],[0,700]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":995,"des":-308,"tAsc":995,"tDes":-308,"tLGap":0,"wAsc":995,"wDes":308,"xH":572,"capH":730,"yMin":-301,"yMax":988,"hAsc":995,"hDes":-308,"lGap":0}},{"family":"Sirin Stencil","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":2048,"asc":2380,"des":-604,"tAsc":2380,"tDes":-604,"tLGap":0,"wAsc":2380,"wDes":604,"xH":1055,"capH":1423,"yMin":-604,"yMax":2380,"hAsc":2380,"hDes":-604,"lGap":0}},{"family":"Six Caps","fallbacks":["sans-serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":2048,"asc":2263,"des":-432,"tAsc":2263,"tDes":-432,"tLGap":0,"wAsc":2263,"wDes":432,"yMin":-506,"yMax":2281,"hAsc":2263,"hDes":-432,"lGap":0}},{"family":"Skranji","fallbacks":["cursive"],"weights":[400,700],"styles":["regular"],"variants":[[0,400],[0,700]],"service":"fonts.google.com","metrics":{"upm":1024,"asc":1008,"des":-383,"tAsc":1008,"tDes":-383,"tLGap":0,"wAsc":1008,"wDes":383,"xH":0,"capH":0,"yMin":-327,"yMax":1008,"hAsc":1008,"hDes":-383,"lGap":0}},{"family":"Slabo 13px","fallbacks":["serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":780,"asc":720,"des":-240,"tAsc":720,"tDes":-240,"tLGap":0,"wAsc":720,"wDes":240,"xH":420,"capH":540,"yMin":-180,"yMax":750,"hAsc":720,"hDes":-240,"lGap":0}},{"family":"Slabo 27px","fallbacks":["serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":810,"asc":750,"des":-240,"tAsc":750,"tDes":-240,"tLGap":0,"wAsc":750,"wDes":240,"xH":390,"capH":540,"yMin":-190,"yMax":740,"hAsc":750,"hDes":-240,"lGap":0}},{"family":"Slackey","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1024,"asc":1078,"des":-351,"tAsc":769,"tDes":-74,"tLGap":55,"wAsc":1078,"wDes":351,"xH":691,"capH":772,"yMin":-351,"yMax":1078,"hAsc":1078,"hDes":-351,"lGap":28}},{"family":"Smokum","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":2048,"asc":1986,"des":-512,"tAsc":1986,"tDes":-512,"tLGap":0,"wAsc":1986,"wDes":512,"xH":1024,"capH":1536,"yMin":-512,"yMax":1986,"hAsc":1986,"hDes":-512,"lGap":0}},{"family":"Smythe","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":2048,"asc":1883,"des":-480,"tAsc":1883,"tDes":-480,"tLGap":0,"wAsc":1883,"wDes":480,"xH":963,"capH":1317,"yMin":-527,"yMax":1883,"hAsc":1883,"hDes":-480,"lGap":0}},{"family":"Sniglet","fallbacks":["cursive"],"weights":[400,800],"styles":["regular"],"variants":[[0,400],[0,800]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":956,"des":-289,"tAsc":956,"tDes":-289,"tLGap":0,"wAsc":956,"wDes":289,"xH":500,"capH":700,"yMin":-260,"yMax":952,"hAsc":956,"hDes":-289,"lGap":0}},{"family":"Snippet","fallbacks":["sans-serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":890,"des":-261,"tAsc":890,"tDes":-261,"tLGap":0,"wAsc":890,"wDes":261,"xH":498,"capH":684,"yMin":-261,"yMax":890,"hAsc":890,"hDes":-261,"lGap":0}},{"family":"Snowburst One","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":2048,"asc":2134,"des":-454,"tAsc":2134,"tDes":-454,"tLGap":0,"wAsc":2134,"wDes":454,"xH":1347,"capH":1635,"yMin":-454,"yMax":2134,"hAsc":2134,"hDes":-454,"lGap":0}},{"family":"Sofadi One","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":856,"des":-310,"tAsc":856,"tDes":-310,"tLGap":0,"wAsc":856,"wDes":310,"xH":500,"capH":700,"yMin":-309,"yMax":856,"hAsc":856,"hDes":-310,"lGap":0}},{"family":"Sofia","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1138,"des":-438,"tAsc":1138,"tDes":-438,"tLGap":0,"wAsc":1138,"wDes":438,"xH":441,"capH":700,"yMin":-438,"yMax":1138,"hAsc":1138,"hDes":-438,"lGap":0}},{"family":"Solway","fallbacks":["serif"],"weights":[300,400,500,700,800],"styles":["regular"],"variants":[[0,300],[0,400],[0,500],[0,700],[0,800]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":950,"des":-250,"tAsc":950,"tDes":-250,"tLGap":0,"wAsc":1000,"wDes":400,"xH":500,"capH":700,"yMin":-263,"yMax":954,"hAsc":950,"hDes":-250,"lGap":0}},{"family":"Song Myung","fallbacks":["serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":848,"des":-152,"tAsc":848,"tDes":-152,"tLGap":250,"wAsc":848,"wDes":235,"xH":457,"capH":635,"yMin":-230,"yMax":848,"hAsc":848,"hDes":-152,"lGap":250}},{"family":"Sonsie One","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":2048,"asc":2050,"des":-600,"tAsc":2050,"tDes":-600,"tLGap":0,"wAsc":2050,"wDes":600,"xH":272,"capH":506,"yMin":-600,"yMax":2050,"hAsc":2050,"hDes":-600,"lGap":0}},{"family":"Sora","fallbacks":["sans-serif"],"weights":[100,200,300,400,500,600,700,800],"styles":["regular"],"variants":[[0,100],[0,200],[0,300],[0,400],[0,500],[0,600],[0,700],[0,800]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":970,"des":-290,"tAsc":970,"tDes":-290,"tLGap":0,"wAsc":1220,"wDes":320,"xH":534,"capH":730,"yMin":-284,"yMax":1180,"hAsc":970,"hDes":-290,"lGap":0}},{"family":"Sorts Mill Goudy","fallbacks":["serif"],"weights":[400],"styles":["regular","italic"],"variants":[[0,400],[1,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":960,"des":-478,"tAsc":960,"tDes":-478,"tLGap":0,"wAsc":960,"wDes":478,"xH":442,"capH":713,"yMin":-438,"yMax":960,"hAsc":960,"hDes":-478,"lGap":0}},{"family":"Source Code Pro","fallbacks":["monospace"],"weights":[200,300,400,500,600,700,900],"styles":["italic","regular"],"variants":[[0,200],[1,200],[0,300],[1,300],[0,400],[1,400],[0,500],[1,500],[0,600],[1,600],[0,700],[1,700],[0,900],[1,900]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":984,"des":-273,"tAsc":750,"tDes":-250,"tLGap":0,"wAsc":984,"wDes":273,"xH":480,"capH":660,"yMin":-454,"yMax":1060,"hAsc":984,"hDes":-273,"lGap":0}},{"family":"Source Sans Pro","fallbacks":["sans-serif"],"weights":[200,300,400,600,700,900],"styles":["italic","regular"],"variants":[[0,200],[1,200],[0,300],[1,300],[0,400],[1,400],[0,600],[1,600],[0,700],[1,700],[0,900],[1,900]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":984,"des":-273,"tAsc":750,"tDes":-250,"tLGap":0,"wAsc":984,"wDes":273,"xH":486,"capH":660,"yMin":-293,"yMax":968,"hAsc":984,"hDes":-273,"lGap":0}},{"family":"Source Serif Pro","fallbacks":["serif"],"weights":[200,300,400,600,700,900],"styles":["italic","regular"],"variants":[[0,200],[1,200],[0,300],[1,300],[0,400],[1,400],[0,600],[1,600],[0,700],[1,700],[0,900],[1,900]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":918,"des":-335,"tAsc":918,"tDes":-335,"tLGap":0,"wAsc":1036,"wDes":335,"xH":475,"capH":670,"yMin":-335,"yMax":1002,"hAsc":918,"hDes":-335,"lGap":0}},{"family":"Space Grotesk","fallbacks":["sans-serif"],"weights":[300,400,500,600,700],"styles":["regular"],"variants":[[0,300],[0,400],[0,500],[0,600],[0,700]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":984,"des":-292,"tAsc":984,"tDes":-292,"tLGap":0,"wAsc":1150,"wDes":292,"xH":486,"capH":700,"yMin":-274,"yMax":1081,"hAsc":984,"hDes":-292,"lGap":0}},{"family":"Space Mono","fallbacks":["monospace"],"weights":[400,700],"styles":["regular","italic"],"variants":[[0,400],[1,400],[0,700],[1,700]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1120,"des":-361,"tAsc":1120,"tDes":-361,"tLGap":0,"wAsc":1120,"wDes":361,"xH":496,"capH":700,"yMin":-309,"yMax":1090,"hAsc":1120,"hDes":-361,"lGap":0}},{"family":"Spartan","fallbacks":["sans-serif"],"weights":[100,200,300,400,500,600,700,800,900],"styles":["regular"],"variants":[[0,100],[0,200],[0,300],[0,400],[0,500],[0,600],[0,700],[0,800],[0,900]],"service":"fonts.google.com","metrics":{"upm":2000,"asc":1720,"des":-520,"tAsc":1720,"tDes":-520,"tLGap":130,"wAsc":2398,"wDes":592,"xH":1026,"capH":1650,"yMin":-592,"yMax":2304,"hAsc":1720,"hDes":-520,"lGap":0}},{"family":"Special Elite","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":2048,"asc":1440,"des":-608,"tAsc":1440,"tDes":-608,"tLGap":0,"wAsc":1440,"wDes":608,"xH":528,"capH":713,"yMin":-659,"yMax":1962,"hAsc":1440,"hDes":-608,"lGap":0}},{"family":"Spectral","fallbacks":["serif"],"weights":[200,300,400,500,600,700,800],"styles":["italic","regular"],"variants":[[0,200],[1,200],[0,300],[1,300],[0,400],[1,400],[0,500],[1,500],[0,600],[1,600],[0,700],[1,700],[0,800],[1,800]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1059,"des":-463,"tAsc":1059,"tDes":-463,"tLGap":0,"wAsc":1059,"wDes":463,"xH":450,"capH":660,"yMin":-250,"yMax":1057,"hAsc":1059,"hDes":-463,"lGap":0}},{"family":"Spectral SC","fallbacks":["serif"],"weights":[200,300,400,500,600,700,800],"styles":["italic","regular"],"variants":[[0,200],[1,200],[0,300],[1,300],[0,400],[1,400],[0,500],[1,500],[0,600],[1,600],[0,700],[1,700],[0,800],[1,800]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1059,"des":-463,"tAsc":1059,"tDes":-463,"tLGap":0,"wAsc":1059,"wDes":463,"xH":450,"capH":660,"yMin":-250,"yMax":1057,"hAsc":1059,"hDes":-463,"lGap":0}},{"family":"Spicy Rice","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":2048,"asc":2091,"des":-733,"tAsc":2091,"tDes":-733,"tLGap":0,"wAsc":2091,"wDes":733,"xH":1208,"capH":1481,"yMin":-733,"yMax":2091,"hAsc":2091,"hDes":-733,"lGap":0}},{"family":"Spinnaker","fallbacks":["sans-serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":2048,"asc":1920,"des":-487,"tAsc":1920,"tDes":-487,"tLGap":0,"wAsc":1920,"wDes":487,"xH":1000,"capH":1416,"yMin":-487,"yMax":1920,"hAsc":1920,"hDes":-487,"lGap":0}},{"family":"Spirax","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":947,"des":-288,"tAsc":947,"tDes":-288,"tLGap":0,"wAsc":947,"wDes":288,"xH":463,"capH":696,"yMin":-288,"yMax":947,"hAsc":947,"hDes":-288,"lGap":0}},{"family":"Squada One","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":861,"des":-196,"tAsc":861,"tDes":-196,"tLGap":0,"wAsc":861,"wDes":196,"xH":498,"capH":647,"yMin":-196,"yMax":861,"hAsc":861,"hDes":-196,"lGap":0}},{"family":"Sree Krushnadevaraya","fallbacks":["serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":720,"asc":1105,"des":-378,"tAsc":1105,"tDes":-378,"tLGap":0,"wAsc":1105,"wDes":378,"xH":273,"capH":408,"yMin":-378,"yMax":1105,"hAsc":1105,"hDes":-378,"lGap":0}},{"family":"Sriracha","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1220,"des":-550,"tAsc":750,"tDes":-250,"tLGap":200,"wAsc":1220,"wDes":550,"xH":474,"capH":656,"yMin":-562,"yMax":1220,"hAsc":1220,"hDes":-550,"lGap":0}},{"family":"Srisakdi","fallbacks":["cursive"],"weights":[400,700],"styles":["regular"],"variants":[[0,400],[0,700]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":950,"des":-250,"tAsc":950,"tDes":-250,"tLGap":0,"wAsc":1484,"wDes":664,"xH":470,"capH":700,"yMin":-664,"yMax":1484,"hAsc":950,"hDes":-250,"lGap":0}},{"family":"Staatliches","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":950,"des":-300,"tAsc":950,"tDes":-300,"tLGap":0,"wAsc":1006,"wDes":306,"xH":500,"capH":696,"yMin":-306,"yMax":1006,"hAsc":950,"hDes":-300,"lGap":0}},{"family":"Stalemate","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":2048,"asc":1837,"des":-1165,"tAsc":1837,"tDes":-1165,"tLGap":0,"wAsc":1837,"wDes":1165,"xH":539,"capH":1501,"yMin":-1165,"yMax":1837,"hAsc":1837,"hDes":-1165,"lGap":0}},{"family":"Stalinist One","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1037,"des":-439,"tAsc":1037,"tDes":-439,"tLGap":0,"wAsc":1037,"wDes":439,"xH":530,"capH":700,"yMin":-439,"yMax":1037,"hAsc":1037,"hDes":-439,"lGap":0}},{"family":"Stardos Stencil","fallbacks":["cursive"],"weights":[400,700],"styles":["regular"],"variants":[[0,400],[0,700]],"service":"fonts.google.com","metrics":{"upm":2048,"asc":1994,"des":-831,"tAsc":1994,"tDes":-831,"tLGap":0,"wAsc":1994,"wDes":831,"xH":981,"capH":1421,"yMin":-808,"yMax":1970,"hAsc":1994,"hDes":-831,"lGap":0}},{"family":"Stick","fallbacks":["sans-serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1160,"des":-288,"tAsc":880,"tDes":-120,"tLGap":0,"wAsc":1160,"wDes":288,"xH":520,"capH":715,"yMin":-274,"yMax":1160,"hAsc":1160,"hDes":-288,"lGap":0}},{"family":"Stick No Bills","fallbacks":["sans-serif"],"weights":[200,300,400,500,600,700,800],"styles":["regular"],"variants":[[0,200],[0,300],[0,400],[0,500],[0,600],[0,700],[0,800]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":940,"des":-312,"tAsc":940,"tDes":-312,"tLGap":0,"wAsc":1237,"wDes":622,"xH":515,"capH":700,"yMin":-311,"yMax":929,"hAsc":940,"hDes":-312,"lGap":0}},{"family":"Stint Ultra Condensed","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":2048,"asc":1829,"des":-483,"tAsc":1829,"tDes":-483,"tLGap":0,"wAsc":1829,"wDes":483,"xH":952,"capH":1374,"yMin":-483,"yMax":1829,"hAsc":1829,"hDes":-483,"lGap":0}},{"family":"Stint Ultra Expanded","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":2048,"asc":1853,"des":-483,"tAsc":1853,"tDes":-483,"tLGap":0,"wAsc":1853,"wDes":483,"xH":952,"capH":1374,"yMin":-483,"yMax":1853,"hAsc":1853,"hDes":-483,"lGap":0}},{"family":"STIX Two Text","fallbacks":["serif"],"weights":[400,500,600,700],"styles":["regular","italic"],"variants":[[0,400],[0,500],[0,600],[0,700],[1,400],[1,500],[1,600],[1,700]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":762,"des":-238,"tAsc":762,"tDes":-238,"tLGap":250,"wAsc":1047,"wDes":441,"xH":473,"capH":657,"yMin":-373,"yMax":1047,"hAsc":762,"hDes":-238,"lGap":250}},{"family":"Stoke","fallbacks":["serif"],"weights":[300,400],"styles":["regular"],"variants":[[0,300],[0,400]],"service":"fonts.google.com","metrics":{"upm":2048,"asc":2030,"des":-530,"tAsc":2030,"tDes":-530,"tLGap":0,"wAsc":2030,"wDes":530,"xH":479,"capH":683,"yMin":-526,"yMax":2027,"hAsc":2030,"hDes":-530,"lGap":0}},{"family":"Strait","fallbacks":["sans-serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":901,"des":-194,"tAsc":901,"tDes":-194,"tLGap":0,"wAsc":901,"wDes":194,"xH":520,"capH":700,"yMin":-194,"yMax":901,"hAsc":901,"hDes":-194,"lGap":0}},{"family":"Style Script","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1000,"des":-520,"tAsc":1000,"tDes":-520,"tLGap":0,"wAsc":1120,"wDes":800,"xH":434,"capH":700,"yMin":-799,"yMax":1113,"hAsc":1000,"hDes":-520,"lGap":0}},{"family":"Stylish","fallbacks":["sans-serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":821,"des":-179,"tAsc":821,"tDes":-179,"tLGap":250,"wAsc":848,"wDes":235,"xH":410,"capH":600,"yMin":-196,"yMax":820,"hAsc":821,"hDes":-179,"lGap":250}},{"family":"Sue Ellen Francisco","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1024,"asc":1362,"des":-634,"tAsc":1362,"tDes":-634,"tLGap":0,"wAsc":1362,"wDes":634,"xH":439,"capH":1085,"yMin":-571,"yMax":1362,"hAsc":1362,"hDes":-634,"lGap":0}},{"family":"Suez One","fallbacks":["serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":987,"des":-319,"tAsc":987,"tDes":-319,"tLGap":0,"wAsc":987,"wDes":319,"xH":523,"capH":674,"yMin":-319,"yMax":987,"hAsc":987,"hDes":-319,"lGap":0}},{"family":"Sulphur Point","fallbacks":["sans-serif"],"weights":[300,400,700],"styles":["regular"],"variants":[[0,300],[0,400],[0,700]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":790,"des":-210,"tAsc":790,"tDes":-210,"tLGap":369,"wAsc":893,"wDes":224,"xH":500,"capH":665,"yMin":-224,"yMax":892,"hAsc":790,"hDes":-210,"lGap":0}},{"family":"Sumana","fallbacks":["serif"],"weights":[400,700],"styles":["regular"],"variants":[[0,400],[0,700]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1922,"des":-1005,"tAsc":1922,"tDes":-1005,"tLGap":0,"wAsc":1922,"wDes":1005,"xH":500,"capH":700,"yMin":-493,"yMax":961,"hAsc":1922,"hDes":-1005,"lGap":0}},{"family":"Sunflower","fallbacks":["sans-serif"],"weights":[300,500,700],"styles":[],"variants":[[0,300],[0,500],[0,700]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":782,"des":-218,"tAsc":782,"tDes":-218,"tLGap":250,"wAsc":810,"wDes":235,"xH":500,"capH":692,"yMin":-235,"yMax":798,"hAsc":782,"hDes":-218,"lGap":250}},{"family":"Sunshiney","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1024,"asc":1019,"des":-306,"tAsc":626,"tDes":-190,"tLGap":53,"wAsc":1019,"wDes":306,"xH":391,"capH":759,"yMin":-306,"yMax":1019,"hAsc":1019,"hDes":-306,"lGap":27}},{"family":"Supermercado One","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":2048,"asc":1925,"des":-527,"tAsc":1925,"tDes":-527,"tLGap":0,"wAsc":1925,"wDes":527,"xH":1066,"capH":1359,"yMin":-526,"yMax":1925,"hAsc":1925,"hDes":-527,"lGap":0}},{"family":"Sura","fallbacks":["serif"],"weights":[400,700],"styles":["regular"],"variants":[[0,400],[0,700]],"service":"fonts.google.com","metrics":{"upm":2048,"asc":2359,"des":-872,"tAsc":2359,"tDes":-872,"tLGap":0,"wAsc":2359,"wDes":872,"xH":1022,"capH":1464,"yMin":-780,"yMax":2257,"hAsc":2359,"hDes":-872,"lGap":0}},{"family":"Suranna","fallbacks":["serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":780,"asc":1101,"des":-607,"tAsc":1101,"tDes":-607,"tLGap":0,"wAsc":1101,"wDes":607,"xH":319,"capH":492,"yMin":-607,"yMax":1101,"hAsc":1101,"hDes":-607,"lGap":0}},{"family":"Suravaram","fallbacks":["serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":980,"asc":1295,"des":-794,"tAsc":1295,"tDes":-794,"tLGap":0,"wAsc":1295,"wDes":794,"xH":344,"capH":482,"yMin":-794,"yMax":1295,"hAsc":1295,"hDes":-794,"lGap":0}},{"family":"Suwannaphum","fallbacks":["serif"],"weights":[100,300,400,700,900],"styles":["regular"],"variants":[[0,100],[0,300],[0,400],[0,700],[0,900]],"service":"fonts.google.com","metrics":{"upm":2048,"asc":2500,"des":-1200,"tAsc":2500,"tDes":-1200,"tLGap":0,"wAsc":2230,"wDes":910,"xH":1098,"capH":1462,"yMin":-910,"yMax":2202,"hAsc":2500,"hDes":-1200,"lGap":0}},{"family":"Swanky and Moo Moo","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1024,"asc":995,"des":-507,"tAsc":995,"tDes":-507,"tLGap":0,"wAsc":995,"wDes":507,"xH":341,"capH":424,"yMin":-507,"yMax":955,"hAsc":995,"hDes":-507,"lGap":0}},{"family":"Syncopate","fallbacks":["sans-serif"],"weights":[400,700],"styles":["regular"],"variants":[[0,400],[0,700]],"service":"fonts.google.com","metrics":{"upm":2048,"asc":1556,"des":-426,"tAsc":1556,"tDes":-426,"tLGap":150,"wAsc":1853,"wDes":483,"xH":958,"capH":1374,"yMin":-483,"yMax":1853,"hAsc":1556,"hDes":-426,"lGap":150}},{"family":"Syne","fallbacks":["sans-serif"],"weights":[400,500,600,700,800],"styles":["regular"],"variants":[[0,400],[0,500],[0,600],[0,700],[0,800]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":925,"des":-275,"tAsc":925,"tDes":-275,"tLGap":0,"wAsc":955,"wDes":495,"xH":500,"capH":650,"yMin":-254,"yMax":952,"hAsc":925,"hDes":-275,"lGap":0}},{"family":"Syne Mono","fallbacks":["monospace"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":925,"des":-275,"tAsc":925,"tDes":-275,"tLGap":0,"wAsc":955,"wDes":495,"xH":500,"capH":650,"yMin":-253,"yMax":917,"hAsc":925,"hDes":-275,"lGap":0}},{"family":"Syne Tactile","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":925,"des":-275,"tAsc":925,"tDes":-275,"tLGap":0,"wAsc":955,"wDes":495,"xH":500,"capH":650,"yMin":-493,"yMax":920,"hAsc":925,"hDes":-275,"lGap":0}},{"family":"Tahoma","fallbacks":["Verdana","Segoe","sans-serif"],"metrics":{"upm":2048,"asc":2049,"des":-423,"tAsc":1566,"tDes":-423,"tLGap":59,"wAsc":2049,"wDes":2049,"xH":1117,"capH":1489,"yMin":-442,"yMax":2118,"hAsc":2049,"hDes":-423,"lGap":0},"weights":[400,700],"styles":["italic","regular"],"service":"system"},{"family":"Tajawal","fallbacks":["sans-serif"],"weights":[200,300,400,500,700,800,900],"styles":["regular"],"variants":[[0,200],[0,300],[0,400],[0,500],[0,700],[0,800],[0,900]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":643,"des":-357,"tAsc":643,"tDes":-357,"tLGap":200,"wAsc":1016,"wDes":375,"xH":454,"capH":633,"yMin":-375,"yMax":995,"hAsc":643,"hDes":-357,"lGap":200}},{"family":"Tangerine","fallbacks":["cursive"],"weights":[400,700],"styles":["regular"],"variants":[[0,400],[0,700]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":750,"des":-250,"tAsc":750,"tDes":-250,"tLGap":0,"wAsc":765,"wDes":286,"xH":255,"capH":644,"yMin":-286,"yMax":765,"hAsc":750,"hDes":-250,"lGap":0}},{"family":"Taprom","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":2048,"asc":2500,"des":-1200,"tAsc":2500,"tDes":-1200,"tLGap":0,"wAsc":2500,"wDes":1200,"xH":1098,"capH":1462,"yMin":-1200,"yMax":2500,"hAsc":2500,"hDes":-1200,"lGap":0}},{"family":"Tauri","fallbacks":["sans-serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":2048,"asc":2040,"des":-520,"tAsc":2040,"tDes":-520,"tLGap":0,"wAsc":2040,"wDes":520,"xH":1135,"capH":1571,"yMin":-520,"yMax":2040,"hAsc":2040,"hDes":-520,"lGap":0}},{"family":"Taviraj","fallbacks":["serif"],"weights":[100,200,300,400,500,600,700,800,900],"styles":["italic","regular"],"variants":[[0,100],[1,100],[0,200],[1,200],[0,300],[1,300],[0,400],[1,400],[0,500],[1,500],[0,600],[1,600],[0,700],[1,700],[0,800],[1,800],[0,900],[1,900]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1172,"des":-534,"tAsc":750,"tDes":-250,"tLGap":200,"wAsc":1172,"wDes":534,"xH":470,"capH":700,"yMin":-489,"yMax":1131,"hAsc":1172,"hDes":-534,"lGap":0}},{"family":"Teko","fallbacks":["sans-serif"],"weights":[300,400,500,600,700],"styles":["regular"],"variants":[[0,300],[0,400],[0,500],[0,600],[0,700]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":958,"des":-475,"tAsc":958,"tDes":-475,"tLGap":0,"wAsc":958,"wDes":475,"xH":488,"capH":626,"yMin":-394,"yMax":866,"hAsc":958,"hDes":-475,"lGap":0}},{"family":"Telex","fallbacks":["sans-serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":945,"des":-260,"tAsc":945,"tDes":-260,"tLGap":0,"wAsc":945,"wDes":260,"xH":514,"capH":708,"yMin":-260,"yMax":945,"hAsc":945,"hDes":-260,"lGap":0}},{"family":"Tenali Ramakrishna","fallbacks":["sans-serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":750,"asc":661,"des":-512,"tAsc":661,"tDes":-512,"tLGap":0,"wAsc":661,"wDes":512,"xH":268,"capH":367,"yMin":-512,"yMax":661,"hAsc":661,"hDes":-512,"lGap":0}},{"family":"Tenor Sans","fallbacks":["sans-serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":920,"des":-250,"tAsc":920,"tDes":-250,"tLGap":0,"wAsc":920,"wDes":250,"xH":500,"capH":700,"yMin":-250,"yMax":920,"hAsc":920,"hDes":-250,"lGap":0}},{"family":"Text Me One","fallbacks":["sans-serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":952,"des":-269,"tAsc":952,"tDes":-269,"tLGap":0,"wAsc":952,"wDes":269,"xH":502,"capH":700,"yMin":-269,"yMax":952,"hAsc":952,"hDes":-269,"lGap":0}},{"family":"Texturina","fallbacks":["serif"],"weights":[100,200,300,400,500,600,700,800,900],"styles":["regular","italic"],"variants":[[0,100],[0,200],[0,300],[0,400],[0,500],[0,600],[0,700],[0,800],[0,900],[1,100],[1,200],[1,300],[1,400],[1,500],[1,600],[1,700],[1,800],[1,900]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1260,"des":-300,"tAsc":1260,"tDes":-300,"tLGap":0,"wAsc":1260,"wDes":300,"xH":500,"capH":704,"yMin":-282,"yMax":1201,"hAsc":1260,"hDes":-300,"lGap":0}},{"family":"Thasadith","fallbacks":["sans-serif"],"weights":[400,700],"styles":["regular","italic"],"variants":[[0,400],[1,400],[0,700],[1,700]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1005,"des":-295,"tAsc":1005,"tDes":-295,"tLGap":0,"wAsc":1177,"wDes":494,"xH":510,"capH":700,"yMin":-464,"yMax":1140,"hAsc":1005,"hDes":-295,"lGap":0}},{"family":"The Girl Next Door","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1024,"asc":1139,"des":-748,"tAsc":1139,"tDes":-748,"tLGap":0,"wAsc":1139,"wDes":748,"xH":519,"capH":627,"yMin":-673,"yMax":1025,"hAsc":1139,"hDes":-748,"lGap":0}},{"family":"Tienne","fallbacks":["serif"],"weights":[400,700,900],"styles":["regular"],"variants":[[0,400],[0,700],[0,900]],"service":"fonts.google.com","metrics":{"upm":2048,"asc":2030,"des":-724,"tAsc":2030,"tDes":-724,"tLGap":0,"wAsc":2030,"wDes":724,"xH":363,"capH":1437,"yMin":-724,"yMax":2030,"hAsc":2030,"hDes":-724,"lGap":0}},{"family":"Tillana","fallbacks":["cursive"],"weights":[400,500,600,700,800],"styles":["regular"],"variants":[[0,400],[0,500],[0,600],[0,700],[0,800]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1158,"des":-484,"tAsc":1158,"tDes":-484,"tLGap":0,"wAsc":1158,"wDes":484,"xH":546,"capH":732,"yMin":-312,"yMax":1041,"hAsc":1158,"hDes":-484,"lGap":0}},{"family":"Times New Roman","fallbacks":["Times New Roman","Times","Baskerville","Georgia","serif"],"metrics":{"upm":2048,"asc":1825,"des":-443,"tAsc":1420,"tDes":-442,"tLGap":307,"wAsc":1825,"wDes":1825,"xH":916,"capH":1356,"yMin":-628,"yMax":2062,"hAsc":1825,"hDes":-443,"lGap":87},"weights":[400,700],"styles":["italic","regular"],"service":"system"},{"family":"Timmana","fallbacks":["sans-serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":750,"asc":668,"des":-554,"tAsc":668,"tDes":-554,"tLGap":0,"wAsc":668,"wDes":554,"xH":354,"capH":454,"yMin":-554,"yMax":668,"hAsc":668,"hDes":-554,"lGap":0}},{"family":"Tinos","fallbacks":["serif"],"weights":[400,700],"styles":["regular","italic"],"variants":[[0,400],[1,400],[0,700],[1,700]],"service":"fonts.google.com","metrics":{"upm":2048,"asc":1825,"des":-443,"tAsc":1420,"tDes":-442,"tLGap":307,"wAsc":1825,"wDes":443,"xH":940,"capH":1341,"yMin":-621,"yMax":2010,"hAsc":1825,"hDes":-443,"lGap":87}},{"family":"Titan One","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":970,"des":-175,"tAsc":970,"tDes":-175,"tLGap":0,"wAsc":970,"wDes":175,"xH":580,"capH":710,"yMin":-175,"yMax":970,"hAsc":970,"hDes":-175,"lGap":0}},{"family":"Titillium Web","fallbacks":["sans-serif"],"weights":[200,300,400,600,700,900],"styles":["italic","regular"],"variants":[[0,200],[1,200],[0,300],[1,300],[0,400],[1,400],[0,600],[1,600],[0,700],[1,700],[0,900]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1133,"des":-388,"tAsc":1133,"tDes":-388,"tLGap":0,"wAsc":1133,"wDes":388,"xH":500,"capH":692,"yMin":-285,"yMax":1082,"hAsc":1133,"hDes":-388,"lGap":0}},{"family":"Tomorrow","fallbacks":["sans-serif"],"weights":[100,200,300,400,500,600,700,800,900],"styles":["italic","regular"],"variants":[[0,100],[1,100],[0,200],[1,200],[0,300],[1,300],[0,400],[1,400],[0,500],[1,500],[0,600],[1,600],[0,700],[1,700],[0,800],[1,800],[0,900],[1,900]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1000,"des":-200,"tAsc":1000,"tDes":-200,"tLGap":0,"wAsc":1233,"wDes":279,"xH":523,"capH":737,"yMin":-232,"yMax":1166,"hAsc":1000,"hDes":-200,"lGap":0}},{"family":"Tourney","fallbacks":["cursive"],"weights":[100,200,300,400,500,600,700,800,900],"styles":["regular","italic"],"variants":[[0,100],[0,200],[0,300],[0,400],[0,500],[0,600],[0,700],[0,800],[0,900],[1,100],[1,200],[1,300],[1,400],[1,500],[1,600],[1,700],[1,800],[1,900]],"service":"fonts.google.com","metrics":{"upm":2000,"asc":1800,"des":-400,"tAsc":1800,"tDes":-400,"tLGap":0,"wAsc":2160,"wDes":540,"xH":1080,"capH":1400,"yMin":-533,"yMax":2102,"hAsc":1800,"hDes":-400,"lGap":0}},{"family":"Trade Winds","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1024,"asc":1019,"des":-469,"tAsc":1019,"tDes":-469,"tLGap":0,"wAsc":1019,"wDes":469,"xH":576,"capH":814,"yMin":-469,"yMax":1019,"hAsc":1019,"hDes":-469,"lGap":0}},{"family":"Train One","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1160,"des":-288,"tAsc":880,"tDes":-120,"tLGap":0,"wAsc":1160,"wDes":288,"xH":557,"capH":780,"yMin":-221,"yMax":1061,"hAsc":1160,"hDes":-288,"lGap":0}},{"family":"Trebuchet MS","fallbacks":["Lucida Grande","Lucida Sans Unicode","Lucida Sans","Tahoma","sans-serif"],"metrics":{"upm":2048,"asc":1923,"des":-455,"tAsc":1510,"tDes":-420,"tLGap":0,"wAsc":1923,"wDes":1923,"yMin":-537,"yMax":1931,"hAsc":1923,"hDes":-455,"lGap":0},"weights":[400,700],"styles":["italic","regular"],"service":"system"},{"family":"Trirong","fallbacks":["serif"],"weights":[100,200,300,400,500,600,700,800,900],"styles":["italic","regular"],"variants":[[0,100],[1,100],[0,200],[1,200],[0,300],[1,300],[0,400],[1,400],[0,500],[1,500],[0,600],[1,600],[0,700],[1,700],[0,800],[1,800],[0,900],[1,900]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1200,"des":-534,"tAsc":750,"tDes":-250,"tLGap":200,"wAsc":1200,"wDes":534,"xH":498,"capH":700,"yMin":-487,"yMax":1133,"hAsc":1200,"hDes":-534,"lGap":0}},{"family":"Trispace","fallbacks":["sans-serif"],"weights":[100,200,300,400,500,600,700,800],"styles":["regular"],"variants":[[0,100],[0,200],[0,300],[0,400],[0,500],[0,600],[0,700],[0,800]],"service":"fonts.google.com","metrics":{"upm":2000,"asc":1830,"des":-430,"tAsc":1830,"tDes":-430,"tLGap":0,"wAsc":2355,"wDes":630,"xH":1000,"capH":1400,"yMin":-485,"yMax":2207,"hAsc":1830,"hDes":-430,"lGap":0}},{"family":"Trocchi","fallbacks":["serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":2048,"asc":2085,"des":-576,"tAsc":2085,"tDes":-576,"tLGap":0,"wAsc":2085,"wDes":576,"xH":1,"capH":1,"yMin":-576,"yMax":2085,"hAsc":2085,"hDes":-576,"lGap":0}},{"family":"Trochut","fallbacks":["cursive"],"weights":[400,700],"styles":["regular","italic"],"variants":[[0,400],[1,400],[0,700]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":967,"des":-210,"tAsc":967,"tDes":-210,"tLGap":0,"wAsc":967,"wDes":210,"xH":470,"capH":690,"yMin":-210,"yMax":922,"hAsc":967,"hDes":-210,"lGap":0}},{"family":"Truculenta","fallbacks":["sans-serif"],"weights":[100,200,300,400,500,600,700,800,900],"styles":["regular"],"variants":[[0,100],[0,200],[0,300],[0,400],[0,500],[0,600],[0,700],[0,800],[0,900]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1050,"des":-340,"tAsc":1050,"tDes":-340,"tLGap":0,"wAsc":1050,"wDes":340,"xH":515,"capH":693,"yMin":-288,"yMax":982,"hAsc":1050,"hDes":-340,"lGap":0}},{"family":"Trykker","fallbacks":["serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":2048,"asc":2022,"des":-538,"tAsc":2022,"tDes":-538,"tLGap":0,"wAsc":2022,"wDes":538,"xH":1013,"capH":1492,"yMin":-539,"yMax":2027,"hAsc":2022,"hDes":-538,"lGap":0}},{"family":"Tulpen One","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":2048,"asc":1767,"des":-465,"tAsc":1767,"tDes":-465,"tLGap":0,"wAsc":1767,"wDes":465,"xH":1018,"capH":1393,"yMin":-465,"yMax":1767,"hAsc":1767,"hDes":-465,"lGap":0}},{"family":"Turret Road","fallbacks":["cursive"],"weights":[200,300,400,500,700,800],"styles":["regular"],"variants":[[0,200],[0,300],[0,400],[0,500],[0,700],[0,800]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":850,"des":-243,"tAsc":850,"tDes":-243,"tLGap":0,"wAsc":931,"wDes":246,"xH":478,"capH":700,"yMin":-234,"yMax":924,"hAsc":850,"hDes":-243,"lGap":0}},{"family":"Ubuntu","fallbacks":["sans-serif"],"weights":[300,400,500,700],"styles":["italic","regular"],"variants":[[0,300],[1,300],[0,400],[1,400],[0,500],[1,500],[0,700],[1,700]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":932,"des":-189,"tAsc":776,"tDes":-185,"tLGap":56,"wAsc":932,"wDes":189,"xH":520,"capH":693,"yMin":-189,"yMax":962,"hAsc":932,"hDes":-189,"lGap":28}},{"family":"Ubuntu Condensed","fallbacks":["sans-serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":932,"des":-189,"tAsc":776,"tDes":-185,"tLGap":56,"wAsc":932,"wDes":189,"xH":520,"capH":693,"yMin":-195,"yMax":973,"hAsc":932,"hDes":-189,"lGap":28}},{"family":"Ubuntu Mono","fallbacks":["monospace"],"weights":[400,700],"styles":["regular","italic"],"variants":[[0,400],[1,400],[0,700],[1,700]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":830,"des":-170,"tAsc":693,"tDes":-165,"tLGap":49,"wAsc":830,"wDes":170,"xH":520,"capH":693,"yMin":-170,"yMax":830,"hAsc":830,"hDes":-170,"lGap":0}},{"family":"Uchen","fallbacks":["serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1024,"asc":1248,"des":-660,"tAsc":1248,"tDes":-660,"tLGap":0,"wAsc":1361,"wDes":909,"xH":485,"capH":744,"yMin":-909,"yMax":1361,"hAsc":1248,"hDes":-660,"lGap":0}},{"family":"Ultra","fallbacks":["serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":2048,"asc":2066,"des":-561,"tAsc":2066,"tDes":-561,"tLGap":0,"wAsc":2066,"wDes":561,"xH":1102,"capH":1473,"yMin":-561,"yMax":2066,"hAsc":2066,"hDes":-561,"lGap":0}},{"family":"Uncial Antiqua","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":2048,"asc":2019,"des":-676,"tAsc":2019,"tDes":-676,"tLGap":0,"wAsc":2019,"wDes":676,"xH":1079,"capH":1841,"yMin":-676,"yMax":2019,"hAsc":2019,"hDes":-676,"lGap":0}},{"family":"Underdog","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":909,"des":-247,"tAsc":909,"tDes":-247,"tLGap":0,"wAsc":909,"wDes":247,"xH":520,"capH":710,"yMin":-247,"yMax":915,"hAsc":909,"hDes":-247,"lGap":0}},{"family":"Unica One","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":917,"des":-265,"tAsc":917,"tDes":-265,"tLGap":0,"wAsc":917,"wDes":265,"xH":650,"capH":650,"yMin":-265,"yMax":917,"hAsc":917,"hDes":-265,"lGap":0}},{"family":"UnifrakturCook","fallbacks":["cursive"],"weights":[700],"styles":[],"variants":[[0,700]],"service":"fonts.google.com","metrics":{"upm":2048,"asc":2110,"des":-570,"tAsc":2110,"tDes":-570,"tLGap":0,"wAsc":2110,"wDes":570,"xH":319,"capH":485,"yMin":-570,"yMax":2110,"hAsc":2110,"hDes":-570,"lGap":0}},{"family":"UnifrakturMaguntia","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":2048,"asc":1607,"des":-513,"tAsc":1607,"tDes":-514,"tLGap":0,"wAsc":1607,"wDes":512,"xH":1095,"capH":1409,"yMin":-496,"yMax":1906,"hAsc":1607,"hDes":-513,"lGap":0}},{"family":"Unkempt","fallbacks":["cursive"],"weights":[400,700],"styles":["regular"],"variants":[[0,400],[0,700]],"service":"fonts.google.com","metrics":{"upm":1024,"asc":977,"des":-246,"tAsc":695,"tDes":-226,"tLGap":55,"wAsc":977,"wDes":246,"xH":482,"capH":753,"yMin":-246,"yMax":977,"hAsc":977,"hDes":-246,"lGap":28}},{"family":"Unlock","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":873,"des":-195,"tAsc":873,"tDes":-195,"tLGap":0,"wAsc":873,"wDes":195,"xH":550,"capH":635,"yMin":-195,"yMax":873,"hAsc":873,"hDes":-195,"lGap":0}},{"family":"Unna","fallbacks":["serif"],"weights":[400,700],"styles":["regular","italic"],"variants":[[0,400],[1,400],[0,700],[1,700]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":883,"des":-269,"tAsc":883,"tDes":-269,"tLGap":0,"wAsc":883,"wDes":269,"xH":420,"capH":597,"yMin":-269,"yMax":878,"hAsc":883,"hDes":-269,"lGap":0}},{"family":"Urbanist","fallbacks":["sans-serif"],"weights":[100,200,300,400,500,600,700,800,900],"styles":["regular","italic"],"variants":[[0,100],[0,200],[0,300],[0,400],[0,500],[0,600],[0,700],[0,800],[0,900],[1,100],[1,200],[1,300],[1,400],[1,500],[1,600],[1,700],[1,800],[1,900]],"service":"fonts.google.com","metrics":{"upm":2000,"asc":1900,"des":-500,"tAsc":1900,"tDes":-500,"tLGap":0,"wAsc":1900,"wDes":500,"xH":1000,"capH":1400,"yMin":-500,"yMax":1900,"hAsc":1900,"hDes":-500,"lGap":0}},{"family":"Vampiro One","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":956,"des":-294,"tAsc":956,"tDes":-294,"tLGap":0,"wAsc":956,"wDes":294,"xH":534,"capH":705,"yMin":-294,"yMax":956,"hAsc":956,"hDes":-294,"lGap":0}},{"family":"Varela","fallbacks":["sans-serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1015,"des":-285,"tAsc":1015,"tDes":-285,"tLGap":0,"wAsc":1015,"wDes":285,"xH":510,"capH":698,"yMin":-285,"yMax":1015,"hAsc":1015,"hDes":-285,"lGap":0}},{"family":"Varela Round","fallbacks":["sans-serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":918,"des":-286,"tAsc":918,"tDes":-286,"tLGap":0,"wAsc":1025,"wDes":286,"xH":510,"capH":698,"yMin":-286,"yMax":1025,"hAsc":918,"hDes":-286,"lGap":0}},{"family":"Varta","fallbacks":["sans-serif"],"weights":[300,400,500,600,700],"styles":["regular"],"variants":[[0,300],[0,400],[0,500],[0,600],[0,700]],"service":"fonts.google.com","metrics":{"upm":2048,"asc":1902,"des":-1068,"tAsc":1902,"tDes":-1068,"tLGap":0,"wAsc":2340,"wDes":1450,"xH":990,"capH":1346,"yMin":-1202,"yMax":1959,"hAsc":1902,"hDes":-1068,"lGap":0}},{"family":"Vast Shadow","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":2048,"asc":1875,"des":-685,"tAsc":1875,"tDes":-685,"tLGap":0,"wAsc":1875,"wDes":683,"xH":965,"capH":1245,"yMin":-685,"yMax":1875,"hAsc":1875,"hDes":-685,"lGap":0}},{"family":"Verdana","fallbacks":["Geneva","sans-serif"],"metrics":{"upm":2048,"asc":2059,"des":-430,"tAsc":1566,"tDes":-423,"tLGap":202,"wAsc":2059,"wDes":2059,"xH":1117,"capH":1489,"yMin":-621,"yMax":2049,"hAsc":2059,"hDes":-430,"lGap":0},"weights":[400,700],"styles":["italic","regular"],"service":"system"},{"family":"Vesper Libre","fallbacks":["serif"],"weights":[400,500,700,900],"styles":["regular"],"variants":[[0,400],[0,500],[0,700],[0,900]],"service":"fonts.google.com","metrics":{"upm":2048,"asc":2330,"des":-1550,"tAsc":2330,"tDes":-1550,"tLGap":0,"wAsc":2330,"wDes":1550,"xH":950,"capH":1384,"yMin":-1345,"yMax":2097,"hAsc":2330,"hDes":-1550,"lGap":0}},{"family":"Viaoda Libre","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1051,"des":-360,"tAsc":1051,"tDes":-360,"tLGap":0,"wAsc":1051,"wDes":360,"xH":467,"capH":740,"yMin":-360,"yMax":1051,"hAsc":1051,"hDes":-360,"lGap":0}},{"family":"Vibes","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1105,"des":-680,"tAsc":1105,"tDes":-680,"tLGap":0,"wAsc":1105,"wDes":680,"xH":500,"capH":38,"yMin":-680,"yMax":1105,"hAsc":1105,"hDes":-680,"lGap":0}},{"family":"Vibur","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":2048,"asc":1960,"des":-792,"tAsc":1638,"tDes":-410,"tLGap":184,"wAsc":1960,"wDes":792,"yMin":-792,"yMax":1960,"hAsc":1960,"hDes":-792,"lGap":184}},{"family":"Vidaloka","fallbacks":["serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":2048,"asc":1927,"des":-560,"tAsc":1927,"tDes":-560,"tLGap":0,"wAsc":1927,"wDes":560,"xH":1004,"capH":1427,"yMin":-560,"yMax":1927,"hAsc":1927,"hDes":-560,"lGap":0}},{"family":"Viga","fallbacks":["sans-serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1015,"des":-329,"tAsc":1015,"tDes":-329,"tLGap":0,"wAsc":1015,"wDes":329,"xH":571,"capH":712,"yMin":-329,"yMax":1015,"hAsc":1015,"hDes":-329,"lGap":0}},{"family":"Voces","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1014,"des":-335,"tAsc":1014,"tDes":-335,"tLGap":0,"wAsc":1014,"wDes":335,"xH":520,"capH":700,"yMin":-335,"yMax":1014,"hAsc":1014,"hDes":-335,"lGap":0}},{"family":"Volkhov","fallbacks":["serif"],"weights":[400,700],"styles":["regular","italic"],"variants":[[0,400],[1,400],[0,700],[1,700]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":971,"des":-319,"tAsc":971,"tDes":-319,"tLGap":0,"wAsc":971,"wDes":319,"xH":500,"capH":700,"yMin":-306,"yMax":970,"hAsc":971,"hDes":-319,"lGap":0}},{"family":"Vollkorn","fallbacks":["serif"],"weights":[400,500,600,700,800,900],"styles":["regular","italic"],"variants":[[0,400],[0,500],[0,600],[0,700],[0,800],[0,900],[1,400],[1,500],[1,600],[1,700],[1,800],[1,900]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":952,"des":-441,"tAsc":952,"tDes":-441,"tLGap":0,"wAsc":1115,"wDes":489,"xH":458,"capH":676,"yMin":-280,"yMax":1078,"hAsc":952,"hDes":-441,"lGap":0}},{"family":"Vollkorn SC","fallbacks":["serif"],"weights":[400,600,700,900],"styles":["regular"],"variants":[[0,400],[0,600],[0,700],[0,900]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":952,"des":-441,"tAsc":952,"tDes":-441,"tLGap":0,"wAsc":1115,"wDes":489,"xH":458,"capH":676,"yMin":-280,"yMax":1078,"hAsc":952,"hDes":-441,"lGap":0}},{"family":"Voltaire","fallbacks":["sans-serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":2048,"asc":2020,"des":-531,"tAsc":2020,"tDes":-531,"tLGap":0,"wAsc":2020,"wDes":531,"xH":1062,"capH":1593,"yMin":-531,"yMax":2020,"hAsc":2020,"hDes":-531,"lGap":0}},{"family":"VT323","fallbacks":["monospace"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":800,"des":-200,"tAsc":800,"tDes":-200,"tLGap":0,"wAsc":1040,"wDes":240,"xH":400,"capH":560,"yMin":-240,"yMax":1040,"hAsc":800,"hDes":-200,"lGap":0}},{"family":"Waiting for the Sunrise","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1024,"asc":1146,"des":-547,"tAsc":1146,"tDes":-547,"tLGap":0,"wAsc":1146,"wDes":547,"xH":570,"capH":755,"yMin":-547,"yMax":1146,"hAsc":1146,"hDes":-547,"lGap":0}},{"family":"Wallpoet","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":806,"des":-196,"tAsc":806,"tDes":-196,"tLGap":0,"wAsc":806,"wDes":196,"xH":440,"capH":575,"yMin":-196,"yMax":806,"hAsc":806,"hDes":-196,"lGap":0}},{"family":"Walter Turncoat","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1024,"asc":1078,"des":-323,"tAsc":544,"tDes":-64,"tLGap":57,"wAsc":1078,"wDes":323,"xH":559,"capH":752,"yMin":-322,"yMax":1078,"hAsc":1078,"hDes":-323,"lGap":29}},{"family":"Warnes","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":994,"des":-310,"tAsc":994,"tDes":-310,"tLGap":0,"wAsc":994,"wDes":310,"xH":540,"capH":710,"yMin":-310,"yMax":994,"hAsc":994,"hDes":-310,"lGap":0}},{"family":"Wellfleet","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":2048,"asc":2020,"des":-540,"tAsc":2020,"tDes":-540,"tLGap":0,"wAsc":2020,"wDes":540,"xH":747,"capH":1535,"yMin":-540,"yMax":2020,"hAsc":2020,"hDes":-540,"lGap":0}},{"family":"Wendy One","fallbacks":["sans-serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":819,"des":-236,"tAsc":819,"tDes":-236,"tLGap":0,"wAsc":819,"wDes":236,"xH":474,"capH":606,"yMin":-236,"yMax":819,"hAsc":819,"hDes":-236,"lGap":0}},{"family":"WindSong","fallbacks":["cursive"],"weights":[400,500],"styles":["regular"],"variants":[[0,400],[0,500]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":890,"des":-515,"tAsc":890,"tDes":-515,"tLGap":0,"wAsc":1930,"wDes":745,"xH":268,"capH":705,"yMin":-745,"yMax":1297,"hAsc":890,"hDes":-515,"lGap":0}},{"family":"Wire One","fallbacks":["sans-serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":2048,"asc":1821,"des":-430,"tAsc":1821,"tDes":-430,"tLGap":0,"wAsc":1821,"wDes":430,"xH":1044,"capH":1454,"yMin":-430,"yMax":1821,"hAsc":1821,"hDes":-430,"lGap":0}},{"family":"Work Sans","fallbacks":["sans-serif"],"weights":[100,200,300,400,500,600,700,800,900],"styles":["regular","italic"],"variants":[[0,100],[0,200],[0,300],[0,400],[0,500],[0,600],[0,700],[0,800],[0,900],[1,100],[1,200],[1,300],[1,400],[1,500],[1,600],[1,700],[1,800],[1,900]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":930,"des":-243,"tAsc":930,"tDes":-243,"tLGap":0,"wAsc":1105,"wDes":343,"xH":500,"capH":660,"yMin":-337,"yMax":1100,"hAsc":930,"hDes":-243,"lGap":0}},{"family":"Xanh Mono","fallbacks":["monospace"],"weights":[400],"styles":["regular","italic"],"variants":[[0,400],[1,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":970,"des":-220,"tAsc":970,"tDes":-220,"tLGap":0,"wAsc":1100,"wDes":220,"xH":540,"capH":740,"yMin":-213,"yMax":1100,"hAsc":970,"hDes":-220,"lGap":0}},{"family":"Yaldevi","fallbacks":["sans-serif"],"weights":[200,300,400,500,600,700],"styles":["regular"],"variants":[[0,200],[0,300],[0,400],[0,500],[0,600],[0,700]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1060,"des":-256,"tAsc":1060,"tDes":-256,"tLGap":0,"wAsc":1110,"wDes":450,"xH":570,"capH":769,"yMin":-324,"yMax":1086,"hAsc":1060,"hDes":-256,"lGap":0}},{"family":"Yanone Kaffeesatz","fallbacks":["sans-serif"],"weights":[200,300,400,500,600,700],"styles":["regular"],"variants":[[0,200],[0,300],[0,400],[0,500],[0,600],[0,700]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":735,"des":-200,"tAsc":735,"tDes":-200,"tLGap":57,"wAsc":1063,"wDes":279,"xH":500,"capH":700,"yMin":-235,"yMax":1063,"hAsc":735,"hDes":-200,"lGap":57}},{"family":"Yantramanav","fallbacks":["sans-serif"],"weights":[100,300,400,500,700,900],"styles":["regular"],"variants":[[0,100],[0,300],[0,400],[0,500],[0,700],[0,900]],"service":"fonts.google.com","metrics":{"upm":2048,"asc":1923,"des":-733,"tAsc":1923,"tDes":-733,"tLGap":0,"wAsc":1923,"wDes":733,"xH":986,"capH":1279,"yMin":-676,"yMax":1911,"hAsc":1923,"hDes":-733,"lGap":0}},{"family":"Yatra One","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":991,"des":-487,"tAsc":991,"tDes":-487,"tLGap":0,"wAsc":991,"wDes":487,"xH":460,"capH":679,"yMin":-487,"yMax":991,"hAsc":991,"hDes":-487,"lGap":0}},{"family":"Yellowtail","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":2048,"asc":1990,"des":-617,"tAsc":1638,"tDes":-410,"tLGap":184,"wAsc":1990,"wDes":617,"yMin":-617,"yMax":1990,"hAsc":1990,"hDes":-617,"lGap":184}},{"family":"Yeon Sung","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":800,"des":-200,"tAsc":800,"tDes":-200,"tLGap":250,"wAsc":830,"wDes":323,"xH":446,"capH":659,"yMin":-323,"yMax":830,"hAsc":800,"hDes":-200,"lGap":250}},{"family":"Yeseva One","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":915,"des":-240,"tAsc":915,"tDes":-240,"tLGap":0,"wAsc":1079,"wDes":310,"xH":500,"capH":700,"yMin":-310,"yMax":1079,"hAsc":915,"hDes":-240,"lGap":0}},{"family":"Yesteryear","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":2048,"asc":2001,"des":-1004,"tAsc":2001,"tDes":-1004,"tLGap":0,"wAsc":2001,"wDes":1004,"xH":625,"capH":1581,"yMin":-1004,"yMax":2001,"hAsc":2001,"hDes":-1004,"lGap":0}},{"family":"Yomogi","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1160,"des":-288,"tAsc":880,"tDes":-120,"tLGap":0,"wAsc":1160,"wDes":288,"xH":475,"capH":720,"yMin":-270,"yMax":1043,"hAsc":1160,"hDes":-288,"lGap":0}},{"family":"Yrsa","fallbacks":["serif"],"weights":[300,400,500,600,700],"styles":["regular","italic"],"variants":[[0,300],[0,400],[0,500],[0,600],[0,700],[1,300],[1,400],[1,500],[1,600],[1,700]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":728,"des":-272,"tAsc":728,"tDes":-272,"tLGap":218,"wAsc":971,"wDes":422,"xH":413,"capH":568,"yMin":-211,"yMax":925,"hAsc":728,"hDes":-272,"lGap":218}},{"family":"Yuji Boku","fallbacks":["serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1160,"des":-288,"tAsc":880,"tDes":-120,"tLGap":0,"wAsc":1160,"wDes":288,"xH":545,"capH":761,"yMin":-334,"yMax":936,"hAsc":1160,"hDes":-288,"lGap":0}},{"family":"Yuji Mai","fallbacks":["serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1160,"des":-288,"tAsc":880,"tDes":-120,"tLGap":0,"wAsc":1160,"wDes":288,"xH":545,"capH":761,"yMin":-255,"yMax":936,"hAsc":1160,"hDes":-288,"lGap":0}},{"family":"Yuji Syuku","fallbacks":["serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1160,"des":-288,"tAsc":880,"tDes":-120,"tLGap":0,"wAsc":1160,"wDes":288,"xH":545,"capH":761,"yMin":-190,"yMax":881,"hAsc":1160,"hDes":-288,"lGap":0}},{"family":"Yusei Magic","fallbacks":["sans-serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1160,"des":-288,"tAsc":880,"tDes":-120,"tLGap":0,"wAsc":1160,"wDes":288,"xH":510,"capH":760,"yMin":-233,"yMax":1047,"hAsc":1160,"hDes":-288,"lGap":0}},{"family":"ZCOOL KuaiLe","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":880,"des":-120,"tAsc":880,"tDes":-120,"tLGap":0,"wAsc":913,"wDes":152,"xH":512,"capH":700,"yMin":-152,"yMax":913,"hAsc":880,"hDes":-120,"lGap":0}},{"family":"ZCOOL QingKe HuangYou","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":880,"des":-120,"tAsc":880,"tDes":-120,"tLGap":0,"wAsc":884,"wDes":187,"xH":485,"capH":710,"yMin":-187,"yMax":884,"hAsc":880,"hDes":-120,"lGap":0}},{"family":"ZCOOL XiaoWei","fallbacks":["serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":880,"des":-120,"tAsc":880,"tDes":-120,"tLGap":0,"wAsc":1000,"wDes":210,"xH":470,"capH":660,"yMin":-210,"yMax":859,"hAsc":880,"hDes":-120,"lGap":0}},{"family":"Zen Antique","fallbacks":["serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1160,"des":-288,"tAsc":880,"tDes":-120,"tLGap":0,"wAsc":1160,"wDes":288,"xH":473,"capH":726,"yMin":-283,"yMax":965,"hAsc":1160,"hDes":-288,"lGap":0}},{"family":"Zen Antique Soft","fallbacks":["serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1160,"des":-288,"tAsc":880,"tDes":-120,"tLGap":0,"wAsc":1160,"wDes":288,"xH":473,"capH":726,"yMin":-283,"yMax":965,"hAsc":1160,"hDes":-288,"lGap":0}},{"family":"Zen Dots","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":930,"des":-270,"tAsc":930,"tDes":-270,"tLGap":0,"wAsc":960,"wDes":300,"xH":515,"capH":715,"yMin":-225,"yMax":960,"hAsc":930,"hDes":-270,"lGap":0}},{"family":"Zen Kaku Gothic Antique","fallbacks":["sans-serif"],"weights":[300,400,500,700,900],"styles":["regular"],"variants":[[0,300],[0,400],[0,500],[0,700],[0,900]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1160,"des":-288,"tAsc":880,"tDes":-120,"tLGap":0,"wAsc":1160,"wDes":288,"xH":479,"capH":700,"yMin":-216,"yMax":960,"hAsc":1160,"hDes":-288,"lGap":0}},{"family":"Zen Kaku Gothic New","fallbacks":["sans-serif"],"weights":[300,400,500,700,900],"styles":["regular"],"variants":[[0,300],[0,400],[0,500],[0,700],[0,900]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1160,"des":-288,"tAsc":880,"tDes":-120,"tLGap":0,"wAsc":1160,"wDes":288,"xH":479,"capH":700,"yMin":-216,"yMax":960,"hAsc":1160,"hDes":-288,"lGap":0}},{"family":"Zen Kurenaido","fallbacks":["sans-serif"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1160,"des":-288,"tAsc":880,"tDes":-120,"tLGap":0,"wAsc":1160,"wDes":288,"xH":406,"capH":700,"yMin":-253,"yMax":959,"hAsc":1160,"hDes":-288,"lGap":0}},{"family":"Zen Loop","fallbacks":["cursive"],"weights":[400],"styles":["regular","italic"],"variants":[[0,400],[1,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":850,"des":-275,"tAsc":850,"tDes":-275,"tLGap":0,"wAsc":850,"wDes":275,"xH":477,"capH":690,"yMin":-271,"yMax":835,"hAsc":850,"hDes":-275,"lGap":0}},{"family":"Zen Maru Gothic","fallbacks":["sans-serif"],"weights":[300,400,500,700,900],"styles":["regular"],"variants":[[0,300],[0,400],[0,500],[0,700],[0,900]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1160,"des":-288,"tAsc":880,"tDes":-120,"tLGap":0,"wAsc":1160,"wDes":288,"xH":479,"capH":700,"yMin":-216,"yMax":960,"hAsc":1160,"hDes":-288,"lGap":0}},{"family":"Zen Old Mincho","fallbacks":["serif"],"weights":[400,700,900],"styles":["regular"],"variants":[[0,400],[0,700],[0,900]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1160,"des":-288,"tAsc":880,"tDes":-120,"tLGap":0,"wAsc":1160,"wDes":288,"xH":430,"capH":726,"yMin":-303,"yMax":965,"hAsc":1160,"hDes":-288,"lGap":0}},{"family":"Zen Tokyo Zoo","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":950,"des":-250,"tAsc":950,"tDes":-250,"tLGap":0,"wAsc":1075,"wDes":250,"xH":402,"capH":804,"yMin":-230,"yMax":1074,"hAsc":950,"hDes":-250,"lGap":0}},{"family":"Zeyada","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1024,"asc":934,"des":-680,"tAsc":934,"tDes":-680,"tLGap":0,"wAsc":934,"wDes":680,"xH":312,"capH":602,"yMin":-680,"yMax":934,"hAsc":934,"hDes":-680,"lGap":0}},{"family":"Zhi Mang Xing","fallbacks":["cursive"],"weights":[400],"styles":["regular"],"variants":[[0,400]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":880,"des":-120,"tAsc":880,"tDes":-120,"tLGap":0,"wAsc":1000,"wDes":383,"xH":496,"capH":750,"yMin":-383,"yMax":912,"hAsc":880,"hDes":-120,"lGap":0}},{"family":"Zilla Slab","fallbacks":["serif"],"weights":[300,400,500,600,700],"styles":["italic","regular"],"variants":[[0,300],[1,300],[0,400],[1,400],[0,500],[1,500],[0,600],[1,600],[0,700],[1,700]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":944,"des":-256,"tAsc":787,"tDes":-213,"tLGap":200,"wAsc":944,"wDes":256,"xH":445,"capH":650,"yMin":-231,"yMax":883,"hAsc":944,"hDes":-256,"lGap":0}},{"family":"Zilla Slab Highlight","fallbacks":["cursive"],"weights":[400,700],"styles":["regular"],"variants":[[0,400],[0,700]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":944,"des":-256,"tAsc":787,"tDes":-213,"tLGap":200,"wAsc":944,"wDes":256,"xH":445,"capH":650,"yMin":-252,"yMax":918,"hAsc":944,"hDes":-256,"lGap":0}}]')}}]);
assets/js/chunk-getStoryPropsToSave.js CHANGED
@@ -1,4 +1,4 @@
1
- (window.__webStories_webpackJsonp=window.__webStories_webpackJsonp||[]).push([[188],{101:function(e,t,C){"use strict";var a=C(374),n=C(250),r=C(49);t.a=function({id:e,targetRef:t,expectedStyle:C,resetOnNullTransform:l=!0}){Object(r.c)(e,(e=>{const r=void 0!==(null==t?void 0:t.current)?t.current:t;if(r)if(null===e)l&&(r.style.cssText="");else{const{color:t,style:l}=e;if(C&&C!==l)return;var i;if(t&&l)if("color"===l&&(null===(i=r.children)||void 0===i?void 0:i.length)>0){const e=Object(a.a)(Object(n.a)(t,l));for(const t of r.children)t.style.cssText=e}else r.style.cssText=Object(a.a)(Object(n.a)(t,l))}}))}},102:function(e,t,C){"use strict";C.d(t,"b",(function(){return a})),C.d(t,"a",(function(){return n})),C.d(t,"c",(function(){return r})),C.d(t,"d",(function(){return l}));const a=(e,t)=>"string"==typeof e&&e.startsWith(t),n=(e,t)=>e.slice(t.length+1),r=(e,t)=>`${e}-${t<0?"N":""}${Math.abs(t)}`,l=(e,t)=>{const C=n(t,e);return"N"===C.charAt(0)?-parseInt(C.slice(1)):parseInt(C)}},111:function(e,t,C){"use strict";C.d(t,"b",(function(){return o})),C.d(t,"a",(function(){return i})),C.d(t,"c",(function(){return c}));var a=C(0),n=C.n(a),r=(C(4),C(1)),l=C(38),i=Object(r.f)({state:{},actions:{}});var o=function CurrentUserProvider({children:e}){const[t,C]=Object(r.H)({}),{actions:{getCurrentUser:a,updateCurrentUser:o}}=Object(l.c)();Object(r.x)((()=>{Object.keys(t).length||a().then(C)}),[t,a]);const c=Object(r.r)((e=>o(e).then(C)),[o]),s=Object(r.r)((()=>c({meta:{web_stories_media_optimization:!t.meta.web_stories_media_optimization}})),[t,c]),d={state:{currentUser:t},actions:{toggleWebStoriesMediaOptimization:s,updateCurrentUser:c}};return n.a.createElement(i.Provider,{value:d},e)};var c=function(e){return Object(r.v)(i,null!=e?e:r.k)}},112:function(e,t,C){"use strict";var a=C(0),n=C.n(a),r=(C(4),C(3)),l=C(611);const i=Object(r.g)(["100%{transform:rotate(360deg)}"]),o=Object(r.g)(["0%{stroke-dasharray:1,200;stroke-dashoffset:0;}50%{stroke-dasharray:100,200;stroke-dashoffset:-15;}100%{stroke-dasharray:100,200;stroke-dashoffset:-125;}"]),c=r.f.div.attrs({role:"progressbar"}).withConfig({displayName:"circularProgress__Wrapper",componentId:"sc-18ucb7v-0"})(["width:",";height:",";animation:"," 1.4s linear infinite;"],(({size:e})=>`${e}px`),(({size:e})=>`${e}px`),i),s=r.f.svg.withConfig({displayName:"circularProgress__StyledSpinner",componentId:"sc-18ucb7v-1"})(["display:block;"]),d=r.f.circle.withConfig({displayName:"circularProgress__StyledCircle",componentId:"sc-18ucb7v-2"})(["animation:"," 1.4s ease-in-out infinite;stroke:",";"],o,(({theme:e})=>`${e.colors.accent.secondary}`));function CircularProgress({size:e,thickness:t}){return n.a.createElement(l.a,{in:!0,appear:!0,timeout:0},n.a.createElement(c,{size:e},n.a.createElement(s,{viewBox:`${e/2} ${e/2} ${e} ${e}`},n.a.createElement(d,{cx:e,cy:e,r:(e-t)/2,fill:"none",strokeWidth:t,stroke:"currentColor"}))))}CircularProgress.defaultProps={size:24,thickness:2},t.a=CircularProgress},113:function(e,t,C){"use strict";t.a=function(e){return e&&(e.horizontal||e.vertical)?`scale3d(${e.horizontal?"-":""}1, ${e.vertical?"-":""}1, 1)`:null}},114:function(e,t,C){"use strict";var a=C(264),n=C(400),r=C(401),l=C(766);var i=function(e){const{color:{r:t,g:C,b:a,a:n=1}}=e;return[t,C,a,Math.round(100*n)].map((e=>e.toString(16))).map((e=>e.padStart(2,"0"))).join("")},o=C(523),c=C(250),s=C(159),d=C(767),u=C(6),p=C(28),m=C(56),f=C(102);const h=e=>Object(l.a)(Object(f.a)(e,p.a)),b=e=>`${p.a}-${i(e)}`;var g={elementToStyle:function(e){const t="span"===e.tagName.toLowerCase(),C=e.style.color,a=Boolean(C);if(t&&a){const e=Object(o.a)(C);return b(e)}return null},stylesToCSS:function(e){const t=e.find((e=>Object(f.b)(e,p.a)));if(!t)return null;let C;try{C=h(t)}catch(e){return null}return Object(c.a)(C,"color")},autoFocus:!1,getters:{color:function(e){const t=Object(m.a)(e,p.a);if(t.length>1)return u.z;const C=t[0];return C===p.d?Object(s.a)(0,0,0):h(C)}},setters:{setColor:function(e,t){const C=Object(d.a)(Object(s.a)(0,0,0),t);return Object(m.b)(e,p.a,(()=>!C),(()=>b(t)))}}};function E(e){return Object(f.c)(p.c,e)}function v(e){return Object(f.d)(p.c,e)}var O={elementToStyle:function(e){const t="span"===e.tagName.toLowerCase(),C=parseFloat(e.style.letterSpacing),a=C&&!isNaN(C);return t&&a?E(100*C):null},stylesToCSS:function(e){const t=e.find((e=>Object(f.b)(e,p.c)));if(!t)return null;const C=v(t);return C?{letterSpacing:C/100+"em"}:null},autoFocus:!1,getters:{letterSpacing:function(e){const t=Object(m.a)(e,p.c);if(t.length>1)return u.z;const C=t[0];return C===p.d?0:v(C)}},setters:{setLetterSpacing:function(e,t){return Object(m.b)(e,p.c,(()=>0!==t),(()=>E(t)))}}},y=C(402);const M=[a.a,n.a,r.a,g,O,y.a];t.a=M},118:function(e,t,C){"use strict";function a(e,t=[]){return e&&"object"==typeof e?Object.assign({},...t.map((t=>e&&t in e?{[t]:e&&e[t]}:{}))):{}}C.d(t,"a",(function(){return a}))},121:function(e,t,C){"use strict";var a=C(1),n=C(394);t.a=function(e){return Object(a.v)(n.a,null!=e?e:a.k)}},122:function(e,t,C){"use strict";C.d(t,"a",(function(){return p})),C.d(t,"b",(function(){return m}));var a=C(0),n=C.n(a),r=(C(4),C(1));const l=["Karla","Lato","Lora","Merriweather","Montserrat","Nunito","Oswald","Playfair Display","Poppins","Raleway","Roboto","Roboto Condensed","Source Serif Pro","Titillium Web","Work Sans","Alegreya","Arimo","EB Garamond","IBM Plex Mono","IBM Plex Serif","Inconsolata","Mulish","Noto Sans","Noto Serif","Open Sans","Open Sans Condensed","PT Mono","PT Sans","PT Serif","Roboto Mono","Source Sans Pro","Ubuntu","Anton","BioRhyme","Bungee","Bungee Shade","Cookie","Dancing Script","Monoton","Nothing You Could Do","Parisienne","Rock Salt","UnifrakturMaguntia"];var i=function(e){return new Promise(((t,C)=>{const a=document.createElement("link");a.rel="stylesheet",a.href=e,a.addEventListener("load",t),a.addEventListener("error",C),document.head.appendChild(a)}))},o=C(6),c=C(258),s=C(412);var d=function({fonts:e,setFonts:t}){const C=e.length,{actions:{getFonts:a}}=Object(s.b)();Object(r.x)((()=>{C||async function(){const e=(await a()).map((e=>({id:e.family,name:e.family,value:e.family,...e})));t(e)}()}),[C,t,a])},u=C(387);var p=function FontProvider({children:e}){const[t,C]=Object(r.H)([]),[a,s]=Object(r.H)([]);d({fonts:t,setFonts:C});const p=Object(r.r)(((e,C)=>{const a=t.find((t=>t[e]===C));return a||{}}),[t]),m=Object(r.r)((e=>p("family",e)),[p]),f=Object(r.r)((e=>{const t=[{name:o.j[400],value:400}],C=m(e);let a=t;if(C){const{weights:e}=C;e&&(a=e.map((e=>({name:o.j[e],value:e}))))}return a}),[m]),h=Object(r.r)((e=>{const t=m(e);return null!=t&&t.fallbacks?t.fallbacks:[]}),[m]),b=Object(r.r)((e=>{const t=[e];a.forEach((C=>{e.family!==C.family&&t.push(C)})),s(t.slice(0,5))}),[a]),g=Object(r.F)([]),E=Object(r.r)((e=>{const t=e.filter((e=>!g.current.includes(e)));if(null==t||!t.length)return;g.current=g.current.concat(t);const C=encodeURIComponent(t.join("|"));i(`https://fonts.googleapis.com/css?family=${C}&subset=menu&display=swap`).catch((()=>{g.current=g.current.filter((e=>!t.includes(e)))}))}),[]),v=Object(u.a)(),O=Object(r.B)((()=>t.filter((e=>l.includes(e.name)))),[t]),y={state:{fonts:t,curatedFonts:O,recentFonts:a},actions:{getFontByName:m,maybeEnqueueFontStyle:v,getFontWeight:f,getFontFallback:h,ensureMenuFontsLoaded:E,addRecentFont:b}};return n.a.createElement(c.a.Provider,{value:y},e)};var m=function(e){return Object(r.v)(c.a,null!=e?e:r.k)}},123:function(e,t,C){"use strict";var a=C(0),n=C.n(a),r=C(3),l=C(1),i=(C(4),C(26)),o=C(32),c=C(89),s=C(50);function d(e,t){return e.startsWith("left")?t?0:-1:e.startsWith("right")||e.endsWith("-start")?t?-1:0:e.endsWith("-end")?t?0:-1:-.5}function u(e){return e.startsWith("top")||e===s.a.RIGHT_END||e===s.a.LEFT_END?-1:e===s.a.RIGHT||e===s.a.LEFT?-.5:null}function p(e,t){const C=d(e,t),a=u(e);if(!C&&!a)return"";return`translate(${100*(C||0)}%, ${100*(a||0)}%)`}function m(e,t,C,a,n,r){var l,o;const c=C.current.getBoundingClientRect(),p=document.body.getBoundingClientRect(),m=null===(l=n.current)||void 0===l?void 0:l.getBoundingClientRect(),f=null==a||null===(o=a.current)||void 0===o?void 0:o.getBoundingClientRect();var h,b;m&&(m.height=Math.max(m.height,null===(h=n.current)||void 0===h?void 0:h.scrollHeight),m.width=Math.max(m.width,null===(b=n.current)||void 0===b?void 0:b.scrollWidth));const{height:g=0,width:E=0}=m||{},{x:v=0,y:O=0}=t||{},y=function(e,t=0,C,a,n,r){const l=n.left+((null==a?void 0:a.left)||C.left)-t,i=n.left+((null==a?void 0:a.left)||C.left)+C.width+t,o=n.left+((null==a?void 0:a.left)||C.left)+C.width/2;switch(e){case s.a.BOTTOM_START:case s.a.TOP_START:case s.a.LEFT:case s.a.LEFT_END:case s.a.LEFT_START:return r?i:l;case s.a.BOTTOM_END:case s.a.TOP_END:case s.a.RIGHT:case s.a.RIGHT_END:case s.a.RIGHT_START:return r?l:i;case s.a.BOTTOM:case s.a.TOP:return o;default:return 0}}(e,v,c,f,p,r),M=p.width-E-d(e)*E,L=function(e,t=0,C){switch(e){case s.a.BOTTOM:case s.a.BOTTOM_START:case s.a.BOTTOM_END:case s.a.LEFT_END:case s.a.RIGHT_END:return C.top+C.height+t;case s.a.TOP:case s.a.TOP_START:case s.a.TOP_END:case s.a.LEFT_START:case s.a.RIGHT_START:return C.top-t;case s.a.RIGHT:case s.a.LEFT:return C.top+C.height/2;default:return 0}}(e,O,c),w=p.height+p.y-g-u(e)*g;return{x:Math.max(0,Math.min(y,M)),y:Math.max(i.b.WP_ADMIN.TOOLBAR_HEIGHT,Math.min(L,w)),width:c.width,height:c.height}}const f=r.f.div.attrs((({$offset:{x:e,y:t,width:C,height:a},fillWidth:n,fillHeight:r,placement:l,isRTL:i,invisible:o})=>({style:{transform:`translate(${e}px, ${t}px) ${p(l,i)}`,...n?{width:`${C}px`}:{},...r?{height:`${a}px`}:{},...o?{visibility:"hidden"}:{}}}))).withConfig({displayName:"popup__Container",componentId:"sc-ldpe7d-0"})(["/*! @noflip */ left:0px;top:0px;position:fixed;z-index:2;overflow-y:auto;max-height:calc(100vh - ","px);"],i.b.WP_ADMIN.TOOLBAR_HEIGHT);t.a=function Popup({anchor:e,dock:t,children:C,renderContents:a,placement:r=s.a.BOTTOM,spacing:i,isOpen:d,invisible:u,fillWidth:p=!1,fillHeight:h=!1,onPositionUpdate:b=c.a}){const[g,E]=Object(l.H)(null),[v,O]=Object(l.H)(!1),y=Object(l.F)(null),{isRTL:M}=Object(o.c)(),L=Object(l.r)((C=>{var a,n,l,o;v&&(null!=C&&null!==(a=C.target)&&void 0!==a&&a.nodeType&&null!==(n=y.current)&&void 0!==n&&n.contains(C.target)||E({offset:(null==e?void 0:e.current)&&m(r,i,e,t,y,M),height:null===(l=y.current)||void 0===l||null===(o=l.getBoundingClientRect())||void 0===o?void 0:o.height}))}),[e,t,r,i,v,M]);return Object(l.x)((()=>{var e,t;null!=g&&g.height&&g.height!==(null===(e=y.current)||void 0===e||null===(t=e.getBoundingClientRect())||void 0===t?void 0:t.height)&&L()}),[null==g?void 0:g.height,L]),Object(l.A)((()=>{if(O(!0),d)return L(),document.addEventListener("scroll",L,!0),()=>document.removeEventListener("scroll",L,!0)}),[d,L]),Object(l.A)(b,[g,b]),Object(l.G)({current:document.body},L,[L]),g&&d?Object(l.h)(n.a.createElement(f,{ref:y,fillWidth:p,fillHeight:h,placement:r,isRTL:M,$offset:g.offset,invisible:u},a?a({propagateDimensionChange:L}):C),document.body):null}},124:function(e,t,C){"use strict";var a=C(1),n=C(45);t.a=function(){const e=Object(a.r)(((e=!0)=>{setTimeout((()=>{const t=window.document;e&&t.activeElement&&t.activeElement!==t.body&&t.activeElement.blur();const C=new window.FocusEvent("focusout");t.dispatchEvent(C)}))}),[]);return Object(n.g)({key:"mod+option+2",editable:!0},(()=>e(!0)),[e]),e}},125:function(e,t,C){"use strict";var a=C(0),n=C.n(a),r=C(1),l=C(600),i=C(155);function o(){return(o=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var C=arguments[t];for(var a in C)Object.prototype.hasOwnProperty.call(C,a)&&(e[a]=C[a])}return e}).apply(this,arguments)}t.a=Object(r.j)((function MoveableWithRef({...e},t){return n.a.createElement(i.a,{zIndex:10,pointerEvents:"initial",render:({container:C})=>n.a.createElement(l.a,o({ref:t,container:C},e))})}))},127:function(e,t,C){"use strict";t.a=function(e){const t=e.map((e=>JSON.stringify(e)));return Array.from(new Set(t)).map((e=>JSON.parse(e)))}},129:function(e,t,C){"use strict";C.d(t,"a",(function(){return a}));const a={family:"Roboto",weights:[100,300,400,500,700,900],styles:["italic","regular"],variants:[[0,100],[1,100],[0,300],[1,300],[0,400],[1,400],[0,500],[1,500],[0,700],[1,700],[0,900],[1,900]],fallbacks:["Helvetica Neue","Helvetica","sans-serif"],service:"fonts.google.com",metrics:{upm:2048,asc:1900,des:-500,tAsc:1536,tDes:-512,tLGap:102,wAsc:1946,wDes:512,xH:1082,capH:1456,yMin:-555,yMax:2163,hAsc:1900,hDes:-500,lGap:0}}},13:function(e,t,C){"use strict";C.r(t),C.d(t,"TransformProvider",(function(){return W.a})),C.d(t,"useTransform",(function(){return W.b})),C.d(t,"useTransformHandler",(function(){return W.c})),C.d(t,"PreviewPage",(function(){return Re})),C.d(t,"PreviewErrorBoundary",(function(){return Pe})),C.d(t,"ConfigProvider",(function(){return j.b})),C.d(t,"ConfigContext",(function(){return j.a})),C.d(t,"useConfig",(function(){return j.c})),C.d(t,"StoryProvider",(function(){return I.c})),C.d(t,"StoryContext",(function(){return I.b})),C.d(t,"useStory",(function(){return I.d})),C.d(t,"useStoryTriggers",(function(){return I.f})),C.d(t,"useStoryTriggerListener",(function(){return I.e})),C.d(t,"useStoryTriggersDispatch",(function(){return I.g})),C.d(t,"STORY_EVENTS",(function(){return I.a})),C.d(t,"APIProvider",(function(){return x.b})),C.d(t,"APIContext",(function(){return x.a})),C.d(t,"useAPI",(function(){return x.c})),C.d(t,"RedoButton",(function(){return Redo})),C.d(t,"UndoButton",(function(){return Undo})),C.d(t,"PreviewButton",(function(){return De.a})),C.d(t,"PublishButton",(function(){return EA})),C.d(t,"SwitchToDraftButton",(function(){return vA})),C.d(t,"UpdateButton",(function(){return OA})),C.d(t,"HeaderTitle",(function(){return MA})),C.d(t,"ExcerptPanel",(function(){return wA})),C.d(t,"PageAdvancementPanel",(function(){return TA})),C.d(t,"SlugPanel",(function(){return PA})),C.d(t,"BackgroundAudioPanel",(function(){return BA})),C.d(t,"TaxonomiesPanel",(function(){return yT})),C.d(t,"Color",(function(){return or})),C.d(t,"FilterToggle",(function(){return hr})),C.d(t,"LinkIcon",(function(){return Ur})),C.d(t,"LinkInput",(function(){return qr})),C.d(t,"Media",(function(){return Hr})),C.d(t,"Row",(function(){return Yr})),C.d(t,"Switch",(function(){return ol})),C.d(t,"TextArea",(function(){return Ol})),C.d(t,"usePresubmitHandler",(function(){return Ll})),C.d(t,"DateTime",(function(){return Wl})),C.d(t,"Required",(function(){return Xl})),C.d(t,"RadioGroup",(function(){return di})),C.d(t,"Select",(function(){return Ei})),C.d(t,"HierarchicalInput",(function(){return ki})),C.d(t,"makeFlatOptionTree",(function(){return wi})),C.d(t,"Panel",(function(){return Sc})),C.d(t,"MAX_HEIGHT_DEFAULT",(function(){return Tc})),C.d(t,"panelContext",(function(){return Zc})),C.d(t,"PanelTitle",(function(){return Xc})),C.d(t,"PanelContent",(function(){return Jc})),C.d(t,"SimplePanel",(function(){return ts})),C.d(t,"FlipControls",(function(){return Wt})),C.d(t,"LinkRelations",(function(){return zi})),C.d(t,"getCommonValue",(function(){return Fi})),C.d(t,"getCommonObjectValue",(function(){return Hi})),C.d(t,"useCommonColorValue",(function(){return Vi})),C.d(t,"useCommonObjectValue",(function(){return Gi})),C.d(t,"focusStyle",(function(){return Ft})),C.d(t,"inputContainerStyleOverride",(function(){return Ht})),C.d(t,"ChecklistProvider",(function(){return Ge})),C.d(t,"useChecklist",(function(){return Ue})),C.d(t,"ChecklistCheckpointProvider",(function(){return ChecklistCheckpointProvider})),C.d(t,"useCheckpoint",(function(){return bt})),C.d(t,"CheckpointContext",(function(){return ht})),C.d(t,"ChecklistCountProvider",(function(){return ChecklistCountProvider})),C.d(t,"ChecklistCategoryProvider",(function(){return ChecklistCategoryProvider})),C.d(t,"useRegisterCheck",(function(){return Ot})),C.d(t,"useIsChecklistEmpty",(function(){return yt})),C.d(t,"useCategoryCount",(function(){return Mt})),C.d(t,"Checklist",(function(){return Checklist})),C.d(t,"ElementLinkTappableRegionTooBig",(function(){return dZ})),C.d(t,"ElementLinkTappableRegionTooSmall",(function(){return pZ})),C.d(t,"ImageElementMissingAlt",(function(){return fZ})),C.d(t,"ImageElementResolution",(function(){return EZ})),C.d(t,"PageBackgroundTextLowContrast",(function(){return AZ})),C.d(t,"PageTooLittleText",(function(){return IZ})),C.d(t,"PageTooManyLinks",(function(){return kZ})),C.d(t,"PageTooMuchText",(function(){return PZ})),C.d(t,"PublisherLogoMissing",(function(){return NZ})),C.d(t,"PublisherLogoSize",(function(){return BZ})),C.d(t,"StoryAmpValidationErrors",(function(){return zZ})),C.d(t,"StoryMissingExcerpt",(function(){return DZ})),C.d(t,"StoryMissingTitle",(function(){return FZ})),C.d(t,"StoryPagesCount",(function(){return HZ})),C.d(t,"StoryPosterAttached",(function(){return StoryPosterAttached})),C.d(t,"StoryPosterSize",(function(){return VZ})),C.d(t,"StoryTitleLength",(function(){return GZ})),C.d(t,"TextElementFontSizeTooSmall",(function(){return WZ})),C.d(t,"VideoElementLength",(function(){return XZ})),C.d(t,"VideoElementMissingCaptions",(function(){return KZ})),C.d(t,"VideoElementMissingDescription",(function(){return JZ})),C.d(t,"VideoElementMissingPoster",(function(){return tA})),C.d(t,"VideoElementResolution",(function(){return aA})),C.d(t,"VideoOptimization",(function(){return dA})),C.d(t,"ReviewChecklistDialog",(function(){return pA})),C.d(t,"ChecklistIcon",(function(){return mA})),C.d(t,"PPC_CHECKPOINT_STATE",(function(){return lt})),C.d(t,"CHECKLIST_PRIORITY_COPY",(function(){return rt})),C.d(t,"useIsChecklistMounted",(function(){return Jo})),C.d(t,"ChecklistCard",(function(){return CZ})),C.d(t,"CARD_TYPE",(function(){return Bx})),C.d(t,"GRID_VARIANT",(function(){return zx})),C.d(t,"GRID_TEMPLATE_AREA",(function(){return Dx})),C.d(t,"MAX_THUMBNAILS_DISPLAYED",(function(){return Fx})),C.d(t,"DEFAULT_OVERFLOW_LABEL",(function(){return Hx})),C.d(t,"ChecklistCardStyles",(function(){return a})),C.d(t,"DefaultCtaButton",(function(){return DefaultCtaButton})),C.d(t,"DefaultFooterText",(function(){return DefaultFooterText})),C.d(t,"CurrentUserProvider",(function(){return R.b})),C.d(t,"CurrentUserContext",(function(){return R.a})),C.d(t,"useCurrentUser",(function(){return R.c})),C.d(t,"OutputStory",(function(){return MT.a})),C.d(t,"getStoryMarkup",(function(){return LT.a})),C.d(t,"getStoryPropsToSave",(function(){return wT.a})),C.d(t,"useRefreshPostEditURL",(function(){return He.a})),C.d(t,"FontContext",(function(){return _T.a})),C.d(t,"useLoadFontFiles",(function(){return jT.a})),C.d(t,"StoryPropTypes",(function(){return ve.b})),C.d(t,"GlobalStyle",(function(){return h.a})),C.d(t,"theme",(function(){return h.b})),C.d(t,"CropMoveableGlobalStyle",(function(){return oe})),C.d(t,"CircularProgress",(function(){return ZC.a})),C.d(t,"InterfaceSkeleton",(function(){return RI})),C.d(t,"Tooltip",(function(){return Be.a})),C.d(t,"Popup",(function(){return LC.a})),C.d(t,"useInspector",(function(){return Fn})),C.d(t,"InspectorContext",(function(){return Dn})),C.d(t,"highlightStyles",(function(){return hx})),C.d(t,"highlightStates",(function(){return Yj})),C.d(t,"useHighlights",(function(){return sc})),C.d(t,"EditorConfigProvider",(function(){return j.b})),C.d(t,"Dialog",(function(){return be.a}));var a={};C.r(a),C.d(a,"Wrapper",(function(){return Gx})),C.d(a,"Container",(function(){return Ux})),C.d(a,"Title",(function(){return Wx})),C.d(a,"Cta",(function(){return Yx})),C.d(a,"CheckboxCtaLabel",(function(){return $x})),C.d(a,"CheckboxCtaContainer",(function(){return Xx})),C.d(a,"ThumbnailWrapper",(function(){return qx})),C.d(a,"StyledOverflowThumbnail",(function(){return Kx})),C.d(a,"Footer",(function(){return Qx})),C.d(a,"CardListWrapper",(function(){return Jx})),C.d(a,"StyledVideoOptimizationIcon",(function(){return eZ}));var n=C(0),r=C.n(n),l=C(3),i=C(236),o=C.n(i),c=C(4),s=C.n(c),d=C(722),u=C(723),p=C(375),m=C(1),f=C(41),h=C(152),b=C(9),g=C(2),E=C(161),v=C(31);const O=l.f.div.withConfig({displayName:"errorActions__Message",componentId:"sc-k9tus3-0"})(["color:#fff;font-size:16px;font-weight:300;line-height:1.6;padding:20px;button{margin-right:6px;}"]),y=l.f.p.withConfig({displayName:"errorActions__P",componentId:"sc-k9tus3-1"})(["margin:0 0 8px 0;"]),M=l.f.div.withConfig({displayName:"errorActions__Wrapper",componentId:"sc-k9tus3-2"})(["display:flex;"]);var L=function ErrorActions({error:e,errorInfo:t}){const C=`https://github.com/google/web-stories-wp/issues/new?labels=Type%3A+Bug&template=bug_report.md&title=${e}&body=${encodeURIComponent(`${e}${t.componentStack}`)}`;return r.a.createElement(O,null,r.a.createElement(y,null,Object(g.__)("Something went wrong!","web-stories")),r.a.createElement(y,null,Object(g.__)("The editor has crashed. Please try reloading the page and report the error using the button below.","web-stories")),r.a.createElement(y,null,Object(g.__)("Apologies for the inconvenience.","web-stories")),r.a.createElement(M,null,r.a.createElement(E.a,{variant:v.d.RECTANGLE,type:v.c.QUATERNARY,size:v.a.SMALL,onClick:()=>{window.location.reload(!0)}},Object(g.__)("Reload","web-stories")),r.a.createElement(E.a,{variant:v.d.RECTANGLE,type:v.c.PRIMARY,size:v.a.SMALL,href:C,target:"_blank",rel:"noreferrer"},Object(g.__)("Report Error","web-stories"))))};class w extends m.a{constructor(...e){var t,C,a;super(...e),a={error:null,errorInfo:null},(C="state")in(t=this)?Object.defineProperty(t,C,{value:a,enumerable:!0,configurable:!0,writable:!0}):t[C]=a}componentDidCatch(e,t){this.setState({error:e,errorInfo:t});const C=t?`${e.message}\n\n${t.componentName}\n${t.componentStack}`:e.message;Object(b.f)("editor_error_boundary",C,!0)}render(){const{error:e,errorInfo:t}=this.state;return e?r.a.createElement(L,{error:e,errorInfo:t}):this.props.children}}var _=w,j=C(32),x=C(38),Z=C(412),A=C(268),T=C(79),I=C(17),S=C(122),k=C(48),R=C(111),P=C(82),N=Object(m.f)({state:{},actions:{}});function B(e=[]){return e.reduce(((e,[t,C])=>(e[t]=C,e)),{})}function z(e={},t={}){return Object.entries(e).reduce(((e,[t,C])=>(e[t]={...C,...e[t]},e)),{...t})}function D(e=[],t){return e.reduce(((e,C)=>(e[C[t]]=C,e)),{})}function F(){return(F=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var C=arguments[t];for(var a in C)Object.prototype.hasOwnProperty.call(C,a)&&(e[a]=C[a])}return e}).apply(this,arguments)}var H=function TaxonomyProvider(e){const[t,C]=Object(m.H)([]),[a,n]=Object(m.H)({}),[l,i]=Object(m.H)(!0),{actions:{clearHistory:o}}=Object(T.b)(),{updateStory:c,isStoryLoaded:s,terms:d,hasTaxonomies:u}=Object(I.d)((({state:{pages:e,story:t},actions:{updateStory:C}})=>{var a;return{updateStory:C,isStoryLoaded:e.length>0,terms:t.terms,hasTaxonomies:(null==t||null===(a=t.taxonomies)||void 0===a?void 0:a.length)>0}})),{getTaxonomyTerm:p,createTaxonomyTerm:f,getTaxonomies:h}=Object(x.c)((({actions:e})=>e));Object(m.x)((()=>{u&&async function(){try{const e=await h();C(e)}catch(e){console.error(e.message)}}()}),[u,h]);const b=Object(m.F)(!1);Object(m.x)((()=>{if(t.length>0&&s&&!b.current){const e=D(t,"slug"),C=function(e={},t=(e=>e)){return B(Object.entries(e).map((([e,C])=>[t(e),C])))}(function(e=[]){return e.reduce(((e,t)=>((t||[]).forEach((t=>{e[t.taxonomy]=e[t.taxonomy]||{},e[t.taxonomy][t.slug]=t})),e)),{})}(d),(t=>{var C;return null===(C=e[t])||void 0===C?void 0:C.restBase})),a=function(e={},t=(e=>e)){return B(Object.entries(e).map((([e,C])=>[e,t(C)])))}(C,(e=>Object.values(e).map((e=>e.id))));n(C),o(),c({properties:{terms:a}}),b.current=!0}}),[d,s,t,n,o,c]);const g=Object(m.r)(((e,t=[])=>{c({properties:C=>{const a="function"==typeof t?t(C.terms[e.restBase]):t;return{...C,terms:{...C.terms,[e.restBase]:a}}}})}),[c]),E=Object(m.r)(((e,t)=>{g(e,((e=[])=>e.includes(t.id)?e:[...e,t.id]))}),[g]),v=Object(m.r)((async(e,t,C=!1)=>{let a=[];const r=null==e?void 0:e.restPath;if(!r)return[];try{a=await p(r,t)}catch(e){console.error(e.message)}if(a.length<1)return a;const l={[e.restBase]:D(a,"slug")};if(n((e=>z(e,l))),C&&t.search){const C=Object(P.a)(t.search),n=a.find((e=>e.slug===C));n&&E(e,n)}return a}),[p,E]),O=Object(m.r)((async(e,t,C,r=!1)=>{var l;const i={name:t};null!=C&&C.id&&(i.parent=C.id,i.slug=`${C.slug}-${Object(P.a)(i.name)}`);const o=(null==i?void 0:i.slug)||Object(P.a)(t),c=null===(l=a[e.restBase])||void 0===l?void 0:l[o];if(c)return void(r&&E(e,c));const s=null==e?void 0:e.restPath;if(s)try{const t=await f(s,i),C={[e.restBase]:{[t.slug]:t}};n((e=>z(e,C))),r&&E(e,t)}catch(C){"term_exists"===C.code&&v(e,{search:t},r)}}),[f,a,v,E]);Object(m.x)((()=>{if(l&&null!=t&&t.length){t.filter((e=>e.hierarchical)).forEach((e=>v(e,{per_page:-1}))),i(!1)}}),[v,l,t]);const y=Object(m.B)((()=>({state:{taxonomies:t,termCache:a,terms:Array.isArray(d)?{}:d},actions:{createTerm:O,addSearchResultsToCache:v,setTerms:g,addTermToSelection:E}})),[a,d,t,O,v,g,E]);return r.a.createElement(N.Provider,F({},e,{value:y}))};var V=function(e){return Object(m.v)(N,null!=e?e:m.k)},G=C(8);var U=function AutoSaveHandler(){const{autoSaveInterval:e}=Object(G.d)(),{state:{hasNewChanges:t}}=Object(G.h)(),{status:C,saveStory:a}=Object(G.l)((({state:{story:{status:e}},actions:{saveStory:t}})=>({status:e,saveStory:t}))),{isUploading:n}=Object(G.j)((e=>({isUploading:e.state.isUploading}))),r="draft"===C||!C,l=Object(m.F)(a);return Object(m.x)((()=>{l.current=a}),[a]),Object(m.x)((()=>{if(!r||!t||!e||n)return;const C=setTimeout((()=>l.current()),1e3*e);return()=>clearTimeout(C)}),[e,r,t,n]),null},W=C(49),Y=C(87),$=C(154),X=C(92),q=C(546),K=C(45);const Q="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAAACCAYAAABytg0kAAAAGElEQVQYV2NkYGD4////fwZGEMnIyMgAAEvqB/6wfXLSAAAAAElFTkSuQmCC",J=l.f.div.withConfig({displayName:"devTools__Container",componentId:"sc-1ebk327-0"})(["position:fixed;z-index:2147483646;bottom:0;left:0;display:flex;flex-direction:column;width:35%;height:50%;border:6px solid ",";background:",";color:",";"],(({theme:e})=>e.colors.bg.secondary),(({theme:e})=>e.colors.bg.primary),(({theme:e})=>e.colors.fg.secondary)),ee=l.f.textarea.withConfig({displayName:"devTools__Textarea",componentId:"sc-1ebk327-1"})(["flex:1;border:0;background:",";color:",";white-space:nowrap;overflow:auto;"],(({theme:e})=>e.colors.bg.primary),(({theme:e})=>e.colors.fg.secondary)),te=l.f.div.withConfig({displayName:"devTools__Options",componentId:"sc-1ebk327-2"})(["display:flex;justify-content:space-between;padding:6px;"]),Ce=l.f.label.withConfig({displayName:"devTools__Label",componentId:"sc-1ebk327-3"})(["margin-right:6px;"]),ae=l.f.button.withConfig({displayName:"devTools__Button",componentId:"sc-1ebk327-4"})(["margin-left:6px;"]),ne=e=>{const t=[];return[{...e,pages:e.pages.map((e=>({...e,elements:e.elements.map((e=>{const C={...e};return"resource"in e&&(C.resource={...e.resource},"video"===e.type&&(C.resource.mimeType="video/mp4",C.resource.src="data:video/mp4;base64,AAAAIGZ0eXBtcDQyAAACAGlzb21pc28yYXZjMW1wNDEAAAPEbW9vdgAAAGxtdmhkAAAAANrF/AXaxfwFAAAD6AAAB9AAAQAAAQAAAAAAAAAAAAAAAAEAAAAAAAAAAAAAAAAAAAABAAAAAAAAAAAAAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAABhpb2RzAAAAABCAgIAHAE///////wAAAzh0cmFrAAAAXHRraGQAAAAB2sX8BdrF/AUAAAABAAAAAAAAB9AAAAAAAAAAAAAAAAAAAAAAAAEAAAAAAAAAAAAAAAAAAAABAAAAAAAAAAAAAAAAAABAAAAAABQAAAAUAAAAAAKwbWRpYQAAACBtZGhkAAAAANrF/AXaxfwFAAAD6AAAB9BVxAAAAAAAIWhkbHIAAAAAAAAAAHZpZGUAAAAAAAAAAAAAAAAAAAACZ21pbmYAAAAUdm1oZAAAAAEAAAAAAAAAAAAAACRkaW5mAAAAHGRyZWYAAAAAAAAAAQAAAAx1cmwgAAAAAQAAAidzdGJsAAAAq3N0c2QAAAAAAAAAAQAAAJthdmMxAAAAAAAAAAEAAAAAAAAAAAAAAAAAAAAAABQAFABIAAAASAAAAAAAAAABDkpWVC9BVkMgQ29kaW5nAAAAAAAAAAAAAAAAAAAAAAAAGP//AAAAM2F2Y0MBTUAK/+EAG2dNQArsxLzzzUBAQZAAAAMAEAAAAwFI8SJZoAEABWjpeyyAAAAAEmNvbHJuY2xjAAEAAQAGAAAAGHN0dHMAAAAAAAAAAQAAABQAAABkAAAAZHN0c3oAAAAAAAAAAAAAABQAAAC1AAAADAAAAAwAAAAMAAAADAAAAGcAAAAOAAAADQAAAAwAAADEAAAADwAAAA4AAAAMAAAAmgAAAA8AAAAMAAAADAAAABEAAAAOAAAADAAAABxzdHNjAAAAAAAAAAEAAAABAAAACgAAAAEAAAAgY282NAAAAAAAAAACAAAAAAAAA/QAAAAAAAAGKwAAAKhjdHRzAAAAAAAAABMAAAABAAAAyAAAAAEAAAH0AAAAAQAAAMgAAAABAAAAAAAAAAEAAABkAAAAAQAAAfQAAAABAAAAyAAAAAEAAAAAAAAAAQAAAGQAAAABAAAB9AAAAAEAAADIAAAAAQAAAAAAAAABAAAAZAAAAAEAAAH0AAAAAQAAAMgAAAABAAAAAAAAAAEAAABkAAAAAQAAAZAAAAACAAAAZAAAABRzdHNzAAAAAAAAAAEAAAABAAAAJGVkdHMAAAAcZWxzdAAAAAAAAAABAAAH0AAAAMgAAQAAAAAAAW1kYXQAAAAAAAADXAAAALFliIQAIf8tERhKDUPN//6tPIlfMgqs2j4bf1chdW+++2VwQdh75gd9Y8UGeNAnhlaisT01Zs49a/0nV0aO/GLhqiGwvWR/s1K9W3zBx2od2cS1bT/kb2rz7FeHrWTqTLX6Gx65Y6i33pdJ/uLJd1nt76ybxnGFuPrIHacdB39MBmZsd4t/m7wPBzhrJIjUCiCUcSaxJPxvEH+6DID5TqxsXtv0RS9+hTuYECGa+YWdx4EAAAAIQZokbEMfi4AAAAAIQZ5COIc/0YEAAAAIAZ5hNEEH1YAAAAAIAZ5jakEH1YEAAABjQZpoSahBaJlMCM/eVhjnGE9A+AdJ7SwN5vlKUC/otPa/5jefanvcx5sQZ4c8/3tiMqvDgQF8rydFoFe3gcpkTP4xG9DP5oXTv1DTSsVi1O/u9fkq6BMYR61X6/n148wbBk3hAAAACkGehi5RMJfxO6sAAAAJAZ6lKRDn87czAAAACAGep25Cn8WAAAAAwEGarDUILakymAT/lvijvmpe6mLGpu6rJNoev4/97f/3/AViMdt7WMTLeGSxGKwsecwmz+Z5NTf4Lgky4aLbYBjw9pUtNg4bov9E4yT+OadpewkQxiWZZozDDf98P4PN72xr+rkQJcODW8z2LOkQVijjHcWSmTAvF7/ANFm8TO5l9vC/tz7FvEis+ba+dTueI87l9hdLXQfWqKN+J9j1fj5cguj08byzEmWnKbLlqG1uTZmu0LDedc3Ugo76bySHIAAAAAtBnspklERc3+sNqQAAAAoBnukpEZ/3fsMPAAAACAGe625N/6+AAAAAlkGa8DUILakymARfBGYe5snAbMic1iEEu9W/yugK09WdqQ1/7ftt/lUz4i6orQg+4cIz2nHYVKTXCJJbyOrz/tGL+TWtNtUBVK2kbTsfCYF8ddhk+qL5Jr82IUEUALXNsKpx1hhGIJnvqqlGTOyyOpmwbHhNUa2TaBkzzVzuaVnuHnaL3sjfLR0XEc/T6ntUXHacPLf94QAAAAtBnw5klERd//FEowAAAAgBny1pFf+ngQAAAAgBny9uf+yhJAAAAA1BmzM1CC2pMpgE/xwwAAAACkGfUWSURFz/kYEAAAAIAZ9ybkv/mIA=",C.resource.poster=Q,t.push(C.id)),"image"===e.type&&(C.resource.mimeType="image/png",C.resource.src=Q)),C}))})))},t]},re=e=>{if(!e.length)return e;const t=e.match(/\/([^/?#]+)[^/]*$/);return t.length>1?`__WEB_STORIES_TEMPLATE_BASE_URL__/images/templates/%%templateName%%/${t[1]}`:e};var le=function DevTools(){const[e,t]=Object(m.H)(!1),[C,a]=Object(m.H)(!1),[n,l]=Object(m.H)(!1),[i,o]=Object(m.H)(!1),{showSnackbar:c}=Object(q.a)(),s=Object(m.F)(),{reducerState:d,restore:u}=Object(I.d)((({internal:e})=>({reducerState:e.reducerState,restore:e.restore}))),{pages:p,current:f,selection:h,story:{globalStoryStyles:b}}=d,g={current:f,selection:h,story:{globalStoryStyles:b},version:X.a,pages:p},E=n?ne(g)[0]:i?(v=g,{...v,current:null,selection:[],story:{},pages:v.pages.map((e=>{var t;return{...e,elements:e.elements.map((e=>{const t={...e};return"resource"in e&&(t.resource={...e.resource},"video"===e.type&&(t.resource.id=0,t.resource.posterId=0,t.resource.src=re(t.resource.src),t.resource.poster=re(t.resource.poster)),"image"===e.type&&(t.resource.id=0,t.resource.sizes=[],t.resource.src=re(t.resource.src))),t})),pageTemplateType:null!==(t=null==e?void 0:e.pageTemplateType)&&void 0!==t?t:""}}))}):g;var v;const O=()=>t((e=>!e));Object(K.g)({key:"mod+shift+alt+j",editable:!0},O);const y=JSON.stringify(E,null,2),M=C?window.btoa(y):y,[L,w]=Object(m.H)(M);return Object(m.x)((()=>w(M)),[M]),e?r.a.createElement(J,null,r.a.createElement(te,null,r.a.createElement("div",null,r.a.createElement(Ce,{title:"For easier sharing thru various channels"},r.a.createElement("input",{type:"checkbox",checked:C,onChange:()=>a((e=>!e))}),"Base64"),r.a.createElement(Ce,{title:"Replace resources with dummy resources"},r.a.createElement("input",{type:"checkbox",checked:n,onChange:()=>l((e=>!e))}),"Dummy resources"),r.a.createElement(Ce,{title:"Export as Template"},r.a.createElement("input",{type:"checkbox",checked:i,onChange:()=>o((e=>!e))}),"Template")),r.a.createElement("div",null,r.a.createElement(ae,{title:"Load data from input",onClick:()=>{let e=L;try{e=window.atob(e)}catch(e){}const t=JSON.parse(e),C={...t,story:{...d.story,...t.story},capabilities:d.capabilities},[a,r]=n?ne(C):[C];u(a),r.length>0&&r.forEach((e=>{const t=document.getElementById(`video-${e}`);t&&t.load()})),c({message:"Story restored from input",timeout:1200})}},"Load"),r.a.createElement(ae,{title:"Copy data to clipboard",onClick:()=>{s.current.select(),document.execCommand("copy"),s.current.setSelectionRange(0,0),c({message:"Copied to clipboard",timeout:1200})}},"Copy"),r.a.createElement(ae,{title:"Close DevTools",onClick:O},"X"))),r.a.createElement(ee,{ref:s,className:"mousetrap",value:L,onChange:e=>w(e.target.value)})):null};const ie=Object(l.d)([".default-moveable .moveable-control,.default-moveable .moveable-line.moveable-rotation-line .moveable-control{background:"," !important;border:1px solid "," !important;}.default-moveable.type-text .moveable-direction.moveable-n,.default-moveable.type-text .moveable-direction.moveable-s{pointer-events:none;}.default-moveable .moveable-control.moveable-n{display:none !important;}.default-moveable .moveable-line{border:0;background:transparent !important;width:1px;height:1px;}.default-moveable .moveable-horizontal{border-bottom:1px dashed "," !important;}.default-moveable .moveable-vertical{border-right:1px dashed "," !important;}.default-moveable .moveable-gap{border-color:"," !important;}.default-moveable .moveable-target{border-style:solid !important;}.default-moveable .moveable-control.moveable-s,.default-moveable .moveable-control.moveable-e,.default-moveable .moveable-control.moveable-w{border-radius:4px;}.default-moveable .moveable-control.moveable-nw,.default-moveable .moveable-control.moveable-ne,.default-moveable .moveable-control.moveable-sw,.default-moveable .moveable-control.moveable-se{border-radius:2px;width:8px;height:8px;margin-left:-4px;margin-top:-4px;}.default-moveable .moveable-control.moveable-s{height:6px !important;width:16px !important;margin-top:-3px !important;}.default-moveable .moveable-control.moveable-e{height:16px !important;width:6px !important;margin-left:-3px !important;}.default-moveable .moveable-control.moveable-w{height:16px !important;width:6px !important;margin-left:-3px !important;}.default-moveable.moveable-control-box .moveable-line.moveable-direction{background:"," !important;width:1px;height:1px;}.default-moveable.moveable-control-box .moveable-line.moveable-rotation-line{background:"," !important;width:1px;height:15px;top:25px;}.default-moveable.moveable-control-box .moveable-control.moveable-rotation-control{border-radius:50px;width:10px;height:10px;margin-left:-5px;top:25px;}.default-moveable.hide-handles .moveable-line.moveable-rotation-line,.default-moveable.hide-handles .moveable-line.moveable-direction{display:none;}.default-moveable.visually-hide-handles .moveable-control.moveable-e,.default-moveable.visually-hide-handles .moveable-control.moveable-w,.default-moveable.visually-hide-handles .moveable-control.moveable-s,.default-moveable.visually-hide-handles .moveable-control.moveable-ne,.default-moveable.visually-hide-handles .moveable-control.moveable-nw,.default-moveable.visually-hide-handles .moveable-control.moveable-sw{opacity:0;}"],(({theme:e})=>e.colors.bg.primary),(({theme:e})=>e.colors.border.selection),(({theme:e})=>e.colors.border.focus),(({theme:e})=>e.colors.border.focus),(({theme:e})=>e.colors.border.negativePress),(({theme:e})=>e.colors.border.selection),(({theme:e})=>e.colors.border.selection)),oe=Object(l.d)([".crop-moveable .moveable-control{background:"," !important;border:none !important;}.crop-moveable .moveable-control.moveable-n,.crop-moveable .moveable-control.moveable-s,.crop-moveable .moveable-control.moveable-e,.crop-moveable .moveable-control.moveable-w{border:1px solid "," !important;border-radius:4px;}.crop-moveable .moveable-control.moveable-n,.crop-moveable .moveable-control.moveable-s{width:","px !important;height:","px !important;margin-left:-12px !important;}.crop-moveable .moveable-control.moveable-n{margin-top:-8px !important;}.crop-moveable .moveable-control.moveable-s{margin-top:0px !important;}.crop-moveable .moveable-control.moveable-e{margin-left:0 !important;}.crop-moveable .moveable-control.moveable-w{margin-top:0 !important;margin-left:-8px !important;}.crop-moveable .moveable-control.moveable-e,.crop-moveable .moveable-control.moveable-w{width:","px !important;height:","px !important;margin-top:-12px !important;}.crop-moveable .moveable-control.moveable-nw,.crop-moveable .moveable-control.moveable-ne,.crop-moveable .moveable-control.moveable-sw,.crop-moveable .moveable-control.moveable-se,.crop-moveable .moveable-control.moveable-nw::before,.crop-moveable .moveable-control.moveable-ne::before,.crop-moveable .moveable-control.moveable-sw::before,.crop-moveable .moveable-control.moveable-se::before,.crop-moveable .moveable-control.moveable-nw::after,.crop-moveable .moveable-control.moveable-ne::after,.crop-moveable .moveable-control.moveable-sw::after,.crop-moveable .moveable-control.moveable-se::after{left:initial !important;right:initial !important;top:initial !important;bottom:initial !important;background:"," !important;position:absolute !important;border-style:solid !important;border-color:"," !important;}.crop-moveable .moveable-control.moveable-nw::before,.crop-moveable .moveable-control.moveable-ne::before,.crop-moveable .moveable-control.moveable-sw::before,.crop-moveable .moveable-control.moveable-se::before,.crop-moveable .moveable-control.moveable-nw::after,.crop-moveable .moveable-control.moveable-ne::after,.crop-moveable .moveable-control.moveable-sw::after,.crop-moveable .moveable-control.moveable-se::after{content:'';}.crop-moveable .moveable-control.moveable-nw,.crop-moveable .moveable-control.moveable-ne,.crop-moveable .moveable-control.moveable-sw,.crop-moveable .moveable-control.moveable-se{width:","px !important;height:","px !important;}.crop-moveable .moveable-control.moveable-nw{top:-","px !important;left:-","px !important;border-width:1px 0 0 1px !important;border-radius:2px 0 0 0 !important;}.crop-moveable .moveable-control.moveable-ne{top:-","px !important;right:-","px !important;border-width:1px 1px 0 0 !important;border-radius:0 2px 0 0 !important;}.crop-moveable .moveable-control.moveable-sw{left:-","px !important;bottom:-","px !important;border-width:0 0 1px 1px !important;border-radius:0 0 0 2px !important;}.crop-moveable .moveable-control.moveable-se{right:-","px !important;bottom:-","px !important;border-width:0 1px 1px 0 !important;border-radius:0 0 2px 0 !important;}.crop-moveable .moveable-control.moveable-nw::before,.crop-moveable .moveable-control.moveable-ne::before,.crop-moveable .moveable-control.moveable-sw::before,.crop-moveable .moveable-control.moveable-se::before{width:","px !important;height:","px !important;top:0;}.crop-moveable .moveable-control.moveable-nw::before,.crop-moveable .moveable-control.moveable-sw::before{left:","px !important;border-width:1px 1px 1px 0;border-radius:0 2px 2px 0;}.crop-moveable .moveable-control.moveable-ne::before,.crop-moveable .moveable-control.moveable-se::before{right:","px !important;border-width:1px 0 1px 1px;border-radius:2px 0 0 2px;}.crop-moveable .moveable-control.moveable-nw::before,.crop-moveable .moveable-control.moveable-ne::before{top:-","px !important;}.crop-moveable .moveable-control.moveable-sw::before,.crop-moveable .moveable-control.moveable-se::before{bottom:-","px !important;}.crop-moveable .moveable-control.moveable-nw::after,.crop-moveable .moveable-control.moveable-ne::after,.crop-moveable .moveable-control.moveable-sw::after,.crop-moveable .moveable-control.moveable-se::after{width:","px !important;height:","px !important;}.crop-moveable .moveable-control.moveable-nw::after,.crop-moveable .moveable-control.moveable-ne::after{top:","px !important;border-width:0 1px 1px 1px;border-radius:0 0 2px 2px;}.crop-moveable .moveable-control.moveable-sw::after,.crop-moveable .moveable-control.moveable-se::after{bottom:","px !important;border-width:1px 1px 0 1px;border-radius:2px 2px 0 0;}.crop-moveable .moveable-control.moveable-nw::after,.crop-moveable .moveable-control.moveable-sw::after{left:-","px !important;}.crop-moveable .moveable-control.moveable-ne::after,.crop-moveable .moveable-control.moveable-se::after{right:-",'px !important;}.crop-moveable .moveable-line.moveable-direction[data-line-index="0"]{margin-top:-4px;}.crop-moveable .moveable-line.moveable-direction[data-line-index="3"]{margin-top:4px;}.crop-moveable .moveable-line.moveable-direction[data-line-index="1"]{margin-left:4px;}.crop-moveable .moveable-line.moveable-direction[data-line-index="2"]{margin-left:-4px;}.crop-moveable .moveable-direction.moveable-line{background:'," !important;width:2px;height:2px;pointer-events:none;}"],(({theme:e})=>e.colors.bg.primary),(({theme:e})=>e.colors.border.selection),24,8,8,24,(({theme:e})=>e.colors.bg.primary),(({theme:e})=>e.colors.border.selection),7,7,1,1,1,7,1,7,7,7,17,8,6,6,1,1,8,17,6,6,1,1,(({theme:e})=>e.colors.border.selection)),ce=Object(l.d)([".react-calendar__tile--now.react-calendar__month-view__days__day:focus{background-color:#eeeec1;}"]),se="useskeyboard",de=".useskeyboard",ue=Object(l.d)(["body:not(",") *:focus{outline:none !important;}"],de),pe=["ArrowUp","ArrowDown","ArrowLeft","ArrowRight","Tab","Digit1","Digit2","Digit3"];var me=()=>{const[e,t]=Object(m.H)(!1),C=C=>{!e&&pe.includes(C.code)&&t(!0)},a=()=>{e&&t(!1)};return document.addEventListener("keydown",C,!0),document.addEventListener("mousedown",a,!0),Object(m.x)((()=>function(){document.removeEventListener("keydown",C,!0),document.removeEventListener("mousedown",a,!0)})),Object(m.x)((()=>{document.body.classList.toggle(se,e)}),[e]),r.a.createElement(ue,null)};var fe={locale:{locale:"en-US",dateFormat:"F j, Y",timeFormat:"g:i a",gmtOffset:"0",timezone:"",months:["January","February","March","April","May","June","July","August","September","October","November","December"],monthsShort:["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"],weekdays:["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],weekdaysShort:["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],weekdaysInitials:["S","M","T","W","T","F","S"],weekStartsOn:1},allowedFileTypes:["gif","jpe","jpeg","jpg","m4v","mp4","png","svg","svgz","webm","webp"],allowedTranscodableMimeTypes:["video/3gpp","video/3gpp2","video/MP2T","video/mp4","video/mpeg","video/ogg","video/quicktime","video/webm","video/x-flv","video/x-h261","video/x-h263","video/x-m4v","video/x-matroska","video/x-mjpeg","video/x-ms-asf","video/x-msvideo","video/x-nut"],allowedImageFileTypes:["gif","jpe","jpeg","jpg","png","webp"],allowedImageMimeTypes:["image/webp","image/png","image/jpeg","image/gif"],allowedAudioFileTypes:["aac","m4a","m4b","mp3","oga","ogg","wav"],allowedAudioMimeTypes:["audio/mpeg","audio/aac","audio/wav","audio/ogg"],allowedMimeTypes:{image:["image/webp","image/png","image/jpeg","image/gif","image/svg+xml"],audio:[],video:["video/mp4","video/webm"]},isRTL:!1,storyId:1,cdnURL:"https://wp.stories.google/static/main/",maxUpload:314572800,capabilities:{hasUploadMediaAction:!1,canManageSettings:!1},metadata:{publisher:""},showMedia3p:!0,encodeMarkup:!0,ffmpegCoreUrl:"https://wp.stories.google/static/main/js/@ffmpeg/core@0.10.0/dist/ffmpeg-core.js",apiCallbacks:{},MediaUpload:()=>null};var he=function StoryEditor({config:e,initialEdits:t,children:C}){const a=Object(m.B)((()=>Object(d.a)(fe,e)),[e]),{storyId:n,isRTL:i,flags:c}=a;return r.a.createElement(f.a,{features:c},r.a.createElement(l.a,{stylisPlugins:i?[o.a]:[]},r.a.createElement(l.c,{theme:h.b},r.a.createElement(_,null,r.a.createElement(j.b,{config:a},r.a.createElement(x.b,null,r.a.createElement(Z.a,null,r.a.createElement(A.a,null,r.a.createElement(T.a,{size:50},r.a.createElement(u.a,null,r.a.createElement(I.c,{storyId:n,initialEdits:t},r.a.createElement(H,null,r.a.createElement(R.b,null,r.a.createElement(S.a,null,r.a.createElement(k.b,null,r.a.createElement(U,null),r.a.createElement(W.a,null,r.a.createElement(Y.a,null,r.a.createElement($.a,null,r.a.createElement(h.a,null),r.a.createElement(le,null),r.a.createElement(ie,null),r.a.createElement(oe,null),r.a.createElement(p.b,null),r.a.createElement(ce,null),r.a.createElement(me,null),C))))))))))))))))))},be=C(66),ge=C(250),Ee=C(7),ve=C(22),Oe=C(768),ye=C(15),Me=C(35),Le=C(362),we=C(101),_e=C(53);function je(){return(je=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var C=arguments[t];for(var a in C)Object.prototype.hasOwnProperty.call(C,a)&&(e[a]=C[a])}return e}).apply(this,arguments)}const xe=l.f.div.attrs((({previewMode:e,x:t,y:C,width:a,height:n,rotationAngle:r})=>e?{style:{position:"absolute",zIndex:1,left:`${t}px`,top:`${C}px`,width:`${a}px`,height:`${n}px`,transform:`rotate(${r}deg)`}}:{})).withConfig({displayName:"displayElement__Wrapper",componentId:"sc-uesp27-0"})([""," "," "," contain:layout;transition:opacity 0.15s cubic-bezier(0,0,0.54,1);",""],(({previewMode:e})=>!e&&Me.h),(({previewMode:e})=>!e&&Me.j),(({previewMode:e})=>!e&&Me.i),(({isBackground:e,theme:t})=>e&&Object(l.e)(["border-radius:",";overflow:hidden;"],t.borders.radius.small))),Ze=l.f.div.withConfig({displayName:"displayElement__BackgroundOverlay",componentId:"sc-uesp27-1"})(["position:absolute;width:100%;height:100%;top:0;left:0;"]),Ae=l.f.div.withConfig({displayName:"displayElement__ReplacementContainer",componentId:"sc-uesp27-2"})(["transition:opacity 0.25s cubic-bezier(0,0,0.54,1);pointer-events:none;opacity:",";height:100%;"],(({hasReplacement:e})=>e?1:0));function AnimationWrapper({children:e,id:t,isAnimatable:C}){return C?r.a.createElement(Ee.m.WAAPIWrapper,{target:t},e):e}var Te=Object(m.m)((function DisplayElement({element:e,previewMode:t,isAnimatable:C=!1}){const{getBox:a,dataToEditorX:n}=Object(Oe.a)((e=>({getBox:e.actions.getBox,dataToEditorX:e.actions.dataToEditorX}))),[l,i]=Object(m.H)(null),o=Boolean(l),{id:c,opacity:s,type:d,isBackground:u,overlay:p,border:f={},flip:h}=e,b=o?{...e,type:l.resource.type,resource:l.resource,scale:l.scale,focalX:l.focalX,focalY:l.focalY,flip:u?l.flip:h,overlay:u?l.overlay:p}:null,{Display:g}=Object(ye.g)(d),{Display:E}=Object(ye.g)(null==l?void 0:l.resource.type)||{},v=Object(m.F)(null),O=a(e);Object(W.c)(c,(e=>{const t=v.current;if(null===e)t.style.transform="",t.style.width="",t.style.height="";else{const{translate:C,rotate:a,resize:n,dropTargets:r}=e;t.style.transform=`translate(${null==C?void 0:C[0]}px, ${null==C?void 0:C[1]}px) rotate(${a}deg)`,n&&0!==n[0]&&0!==n[1]&&(t.style.width=`${n[0]}px`,t.style.height=`${n[1]}px`),void 0!==(null==r?void 0:r.hover)&&(t.style.opacity=r.hover?0:1),void 0!==(null==r?void 0:r.replacement)&&i(r.replacement||null)}}));const y=Object(m.F)(null);return Object(we.a)({id:c,targetRef:y,resetOnNullTransform:!1}),r.a.createElement(xe,je({ref:v,"data-element-id":c,isBackground:e.isBackground,previewMode:t},O),r.a.createElement(AnimationWrapper,{id:c,isAnimatable:C},r.a.createElement(Le.a,{element:e,fill:!0,box:O,style:{opacity:void 0!==s?s/100:null,...Object(_e.e)(e)?Object(_e.a)({...Object(_e.d)(f,t,n),width:`${O.width}px`,height:`${O.height}px`}):null},previewMode:t},r.a.createElement(g,{element:e,previewMode:t,box:O})),!t&&r.a.createElement(Ae,{hasReplacement:o},b&&r.a.createElement(Le.a,{element:b,fill:!0,box:O,style:{opacity:s?s/100:null},previewMode:t},r.a.createElement(E,{element:b,box:O}))),u&&p&&!o&&r.a.createElement(Ze,{ref:y,style:Object(ge.a)(p)})))}));var Ie=Object(m.m)((function PreviewPageElements({page:e}){return e.elements.map((t=>r.a.createElement(Te,{previewMode:!0,key:t.id,page:e,element:t,isAnimatable:!0})))}));const Se=l.f.div.withConfig({displayName:"previewPage__FullBleedPreviewWrapper",componentId:"sc-x79euf-0"})(["height:",";width:100%;overflow:hidden;position:relative;display:flex;align-items:center;background-color:white;",";"],(({pageSize:e})=>`${e.containerHeight}px`),(({background:e})=>Object(ge.a)(e))),ke=l.f.div.withConfig({displayName:"previewPage__PreviewSafeZone",componentId:"sc-x79euf-1"})(["width:100%;height:",";overflow:visible;position:absolute;margin:0;"],(({pageSize:e})=>`${e.height}px`));function PreviewPageController({page:e,animationState:t,subscribeGlobalTime:C,pageSize:a}){const{actions:{WAAPIAnimationMethods:n}}=Object(Ee.t)();return Object(m.x)((()=>{switch(t){case Ee.l.PLAYING:return n.play(),()=>{};case Ee.l.RESET:return n.reset(),()=>{};case Ee.l.SCRUBBING:return n.pause(),null==C?void 0:C(n.setCurrentTime);case Ee.l.PAUSED:return n.pause(),()=>{};default:return()=>{}}}),[t,n,C]),Object(m.x)((()=>()=>n.reset()),[n]),r.a.createElement(Se,{pageSize:a,background:e.backgroundColor},r.a.createElement(ke,{pageSize:a},r.a.createElement(Ie,{page:e})))}var Re=function PreviewPage({page:e,pageSize:t,animationState:C=Ee.l.RESET,onAnimationComplete:a,subscribeGlobalTime:n}){return r.a.createElement(l.a,{stylisPlugins:[]},r.a.createElement(Ee.m.Provider,{animations:e.animations,elements:e.elements,onWAAPIFinish:a},r.a.createElement(PreviewPageController,{page:e,pageSize:t,animationState:C,onAnimationComplete:a,subscribeGlobalTime:n})))};class Pe extends m.a{constructor(...e){var t,C,a;super(...e),a={hasError:!1},(C="state")in(t=this)?Object.defineProperty(t,C,{value:a,enumerable:!0,configurable:!0,writable:!0}):t[C]=a}static getDerivedStateFromError(){return{hasError:!0}}componentDidCatch(e,t){console.error(e,t)}render(){return this.state.hasError?r.a.createElement("div",null):this.props.children}}var Ne=C(5),Be=C(30);function ze(){return(ze=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var C=arguments[t];for(var a in C)Object.prototype.hasOwnProperty.call(C,a)&&(e[a]=C[a])}return e}).apply(this,arguments)}function HistoryButton({title:e,shortcut:t,children:C,...a}){return r.a.createElement(Be.a,{title:e,shortcut:t,hasTail:!0},r.a.createElement(E.a,ze({variant:v.d.SQUARE,type:v.c.QUATERNARY,size:v.a.SMALL},a),C))}function Redo(){const{state:{canRedo:e},actions:{redo:t}}=Object(G.h)(),{isRTL:C}=Object(G.d)(),a=Object(m.r)((()=>t()),[t]);return r.a.createElement(HistoryButton,{title:Object(g.__)("Redo","web-stories"),shortcut:"shift+mod+z",disabled:!e,onClick:a,"aria-label":Object(g.__)("Redo Changes","web-stories")},C?r.a.createElement(Ne.a.ArrowDownLeftCurved,null):r.a.createElement(Ne.a.ArrowDownRightCurved,null))}function Undo(){const{state:{canUndo:e},actions:{undo:t}}=Object(G.h)(),{isRTL:C}=Object(G.d)(),a=Object(m.r)((()=>t()),[t]);return r.a.createElement(HistoryButton,{title:Object(g.__)("Undo","web-stories"),shortcut:"mod+z",disabled:!e,onClick:a,"aria-label":Object(g.__)("Undo Changes","web-stories")},C?r.a.createElement(Ne.a.ArrowDownRightCurved,null):r.a.createElement(Ne.a.ArrowDownLeftCurved,null))}var De=C(549),Fe=C(37),He=C(259),Ve=Object(m.f)({state:{},actions:{}});var Ge=({children:e})=>{const[t,C]=Object(m.H)(!1),[a,n]=Object(m.H)(),[l,i]=Object(m.H)(!1),o=Object(m.r)((e=>{n(e)}),[n]),c=Object(m.r)((()=>{Object(b.g)("checklist_toggled",{status:t?"closed":"open"}),C((e=>!e))}),[t]),s=Object(m.r)((()=>{Object(b.g)("checklist_toggled",{status:"closed"}),C(!1)}),[]),d=Object(m.r)((()=>{Object(b.g)("checklist_toggled",{status:"open"}),C(!0)}),[]),u=Object(m.B)((()=>({state:{isOpen:t,isChecklistMounted:l,openPanel:a},actions:{toggle:c,close:s,open:d,setIsChecklistMounted:i,setOpenPanel:o}})),[s,a,t,d,c,o,i,l]);return r.a.createElement(Ve.Provider,{value:u},e)};function Ue(e){return Object(m.v)(Ve,null!=e?e:m.k)}var We=C(376),Ye=C(26);const $e=70,Xe=Math.floor(1),qe=640,Ke=853,Qe=96,Je="checklist_companion",et=Object(g.__)("Checklist","web-stories"),tt={ACCESSIBILITY:"accessibility",DESIGN:"design",PRIORITY:"priority"},Ct={[tt.ACCESSIBILITY]:Object(g.__)("Accessibility","web-stories"),[tt.DESIGN]:Object(g.__)("Design","web-stories"),[tt.PRIORITY]:Object(g.__)("Priority","web-stories")},at={fontSizeTooSmall:{title:Object(g.sprintf)(
2
  /* translators: %d: minimum font size. */
3
  Object(g.__)("Increase font size to %s or above","web-stories"),12),footer:Object(g.sprintf)(
4
  /* translators: %d: minimum font size. */
@@ -62,25 +62,25 @@ Object(g.__)("Use an image that's at least %s","web-stories"),"640x853px")),r.a.
62
  /* translators: %s: aspect ratio. */
63
  Object(g.__)("Maintain a %s aspect ratio","web-stories"),"3:4")))},videoNotOptimized:{title:Object(g.__)("Optimize videos","web-stories"),footer:Object(g.sprintf)(
64
  /* translators: %s: video resolution (720p) */
65
- Object(g.__)("Videos larger than %s can cause slower loading and higher bandwidth costs.","web-stories"),"720p")},storyMissingPublisherName:{title:Object(g.__)("Add Site Title","web-stories")},ampValidation:{title:Object(g.__)("Compatibility","web-stories"),footer:r.a.createElement(g.TranslateWithMarkup,{mapping:{a:r.a.createElement(We.a,{href:Object(g.__)("https://wp.stories.google/docs/","web-stories"),rel:"noreferrer",target:"_blank",onClick:e=>Object(b.e)(e,"click_checklist_amp_test"),size:Ye.b.TYPOGRAPHY.PRESET_SIZES.X_SMALL})}},Object(g.__)("Your story contains errors that can affect eligibility to appear on Google. Please see <a>our FAQ</a> for more information.","web-stories"))}},lt={UNAVAILABLE:"unavailable",ONLY_RECOMMENDED:"recommended",ALL:"all"},it={[lt.UNAVAILABLE]:[],[lt.ONLY_RECOMMENDED]:[tt.ACCESSIBILITY,tt.DESIGN],[lt.ALL]:Object.values(tt)},ot={[lt.UNAVAILABLE]:null,[lt.ONLY_RECOMMENDED]:tt.DESIGN,[lt.ALL]:tt.PRIORITY},ct="story is no longer empty",st="publish button is pressed",dt="story 'recommended' section enabled",ut="story 'high priority' section enabled",pt="story is published, regardless of recommendations",mt={[lt.UNAVAILABLE]:{[ct]:lt.ONLY_RECOMMENDED,[st]:lt.ALL,[pt]:lt.ALL,[dt]:lt.ONLY_RECOMMENDED},[lt.ONLY_RECOMMENDED]:{[ut]:lt.ALL,[st]:lt.ALL,[pt]:lt.ALL},[lt.ALL]:{}},ft=(e,t)=>mt[e][t]||e,ht=Object(m.f)({state:{},actions:{}});function ChecklistCheckpointProvider({children:e}){const[t,C]=Object(m.D)(ft,lt.UNAVAILABLE),[a,n]=Object(m.H)(),[l,i]=Object(m.H)(),o=a>0||[lt.UNAVAILABLE,lt.ONLY_RECOMMENDED].includes(t),c=Object(G.l)((({state:{story:e}})=>e.status));Object(m.x)((()=>{"publish"===c&&C(pt)}),[c]),Object(G.m)(G.a.onSecondPageAdded,Object(m.r)((()=>{C(dt)}),[])),Object(G.m)(G.a.onFifthPageAdded,Object(m.r)((()=>{C(ut)}),[])),Object(G.m)(G.a.onInitialElementAdded,Object(m.r)((()=>{C(ct)}),[]));const s=Object(m.r)((e=>{n(e)}),[]),d=Object(m.r)((()=>{i(!0),C(st)}),[]),u=Object(m.r)((()=>{i(!1)}),[]),p=Object(m.B)((()=>({state:{checkpoint:t,shouldReviewDialogBeSeen:o,reviewDialogRequested:l},actions:{updateHighPriorityCount:s,onReviewDialogRequest:d,onResetReviewDialogRequest:u}})),[t,d,u,l,o,s]);return r.a.createElement(ht.Provider,{value:p},e)}function bt(e){return Object(m.v)(ht,null!=e?e:m.k)}const gt=Object(m.f)(null),Et=Object(m.f)(null),vt={[tt.PRIORITY]:{},[tt.DESIGN]:{},[tt.ACCESSIBILITY]:{}};function ChecklistCountProvider({children:e}){const t=Object(m.H)(vt);return r.a.createElement(gt.Provider,{value:t},e)}function ChecklistCategoryProvider({children:e,category:t}){var C;const a=null===(C=Object(m.t)(gt))||void 0===C?void 0:C[1];if(!a)throw new Error("Cannot use `ChecklistCategoryProvider` outside of `ChecklistCountProvider`");const n=Object(m.r)((e=>a((C=>({...C,[t]:{...C[t],...e}})))),[t,a]);return r.a.createElement(Et.Provider,{value:n},e)}function Ot(e,t){const C=Object(m.t)(Et);if(!C)throw new Error("Cannot use `useRegisterCheck` outside of `ChecklistCategoryProvider`");Object(m.x)((()=>C({[e]:t})),[e,C,t])}function yt(){var e;const t=null===(e=Object(m.t)(gt))||void 0===e?void 0:e[0];if(!t)throw new Error("Cannot use `useIsChecklistEmpty` outside of `ChecklistCountProvider`");return Object.values(t).map((e=>Object.values(e))).flatMap((e=>e)).filter((e=>e)).length>0}function Mt(e){var t;const C=null===(t=Object(m.t)(gt))||void 0===t?void 0:t[0];if(!C)throw new Error("Cannot use `useCategoryCount` outside of `ChecklistCountProvider`");return Object.values(C[e]||{}).filter((e=>e)).length}var Lt=C(6);const wt=[o.a],_t=[];var jt=function DirectionAware({children:e}){const{isRTL:t}=Object(G.d)();return r.a.createElement(l.a,{stylisPlugins:t?wt:_t},e)},xt=C(382);const Zt="entering",At="entered",Tt="exiting",It={initial:"default",states:{default:{entering:Zt},entering:{entered:At},entered:{exiting:Tt},exiting:{exited:"exited"},exited:{entering:Zt}}},St=(e,t)=>{var C;return(null===(C=It.states[e])||void 0===C?void 0:C[t])||e};function Interpreter({state:e,children:t}){const[C,a]=Object(m.D)(St,e===At?e:It.initial),[n,r]=Object(m.H)(e);Object(m.x)((()=>{const t=requestAnimationFrame((()=>r(e)));return()=>cancelAnimationFrame(t)}),[e]),Object(m.x)((()=>{a(n)}),[n]);const l=[Zt,At].includes(C)&&"exiting"===e;return t([Tt].includes(C)&&[Zt,At].includes(e)||l?e:C)}function ScheduledTransition({children:e,...t}){return r.a.createElement(xt.a,t,(t=>r.a.createElement(Interpreter,{state:t},(t=>e(t)))))}var kt=C(89);var Rt=l.f.div.withConfig({displayName:"navigationWrapper__NavigationWrapper",componentId:"sc-j8u8sh-0"})(["position:absolute;left:0;bottom:0;max-height:calc(100vh - ","px);width:","px;color:",";background-color:",";border:1px solid ",";border-radius:",";overflow:hidden;",""],161,310,(({theme:e})=>e.colors.fg.primary),(({theme:e})=>e.colors.bg.primary),(({theme:e})=>e.colors.bg.tertiary),(({theme:e})=>e.borders.radius.small),(({isOpen:e})=>!e&&Object(l.e)(["&,*{height:0;visibility:hidden;}"]))),Pt=C(547);var Nt=C(12),Bt=C(358),zt=C(359);function Dt(){return(Dt=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var C=arguments[t];for(var a in C)Object.prototype.hasOwnProperty.call(C,a)&&(e[a]=C[a])}return e}).apply(this,arguments)}function ToggleButton({isToggled:e=!1,type:t=null,...C}){const a=t===v.c.QUATERNARY?t:e?v.c.SECONDARY:v.c.TERTIARY;return r.a.createElement(E.a,Dt({},C,{type:a,"aria-pressed":e,isToggled:e}))}function LockToggle({isLocked:e=!1,...t}){return r.a.createElement(E.a,Dt({},t,{"aria-pressed":e,type:v.c.TERTIARY,size:v.a.SMALL,variant:v.d.SQUARE}),e?r.a.createElement(Bt.a,null):r.a.createElement(zt.a,null))}const Ft=Object(l.e)(["",";"],(({theme:e})=>Nt.c.focusableOutlineCSS(e.colors.border.focus,e.colors.bg.secondary))),Ht=Object(l.e)([":focus-within{",";}"],(({theme:e})=>Nt.c.focusCSS(e.colors.border.focus,e.colors.bg.secondary))),Vt=l.f.div.withConfig({displayName:"flipControls__ControlsContainer",componentId:"sc-1pemiea-0"})(["display:flex;justify-content:left;align-items:flex-start;"]),Gt=l.f.div.withConfig({displayName:"flipControls__Space",componentId:"sc-1pemiea-1"})(["width:8px;"]),Ut=Object(l.f)(ToggleButton).withConfig({displayName:"flipControls__StyledToggleButton",componentId:"sc-1pemiea-2"})(["",";"],Ft);var Wt=function FlipControls({value:e,onChange:t}){const C=Object(m.r)((t=>!0===e[t]),[e]);return r.a.createElement(Vt,null,r.a.createElement(Be.a,{title:Object(g.__)("Flip horizontally","web-stories")},r.a.createElement(Ut,{variant:v.d.SQUARE,size:v.a.SMALL,isToggled:!0===e.horizontal,onClick:()=>t({...e,horizontal:!C("horizontal")}),"aria-label":Object(g.__)("Flip horizontally","web-stories")},r.a.createElement(Ne.a.MirrorLeftright,null))),r.a.createElement(Gt,null),r.a.createElement(Be.a,{title:Object(g.__)("Flip vertically","web-stories")},r.a.createElement(Ut,{variant:v.d.SQUARE,size:v.a.SMALL,isToggled:!0===e.vertical,onClick:()=>t({...e,vertical:!C("vertical")}),"aria-label":Object(g.__)("Flip vertically","web-stories")},r.a.createElement(Ne.a.MirrorUpdown,null))))},Yt=C(110),$t=C(731);var Xt=function(e){if(!e)return null;switch(e.type){case"radial":return Object(g.__)("Radial","web-stories");case"linear":return Object(g.__)("Linear","web-stories");case"solid":default:{const{color:{r:t,g:C,b:a}}=e;return function(e,t,C){const a=e=>e.toString(16).padStart(2,"0");return`${a(e)}${a(t)}${a(C)}`.toUpperCase()}(t,C,a)}}},qt=({onChange:e})=>{const{fullbleedContainer:t,eyedropperPixelData:a,setEyedropperCallback:n,setIsEyedropperActive:r,setEyedropperImg:l,setEyedropperPixelData:i}=Object(G.c)((({state:{fullbleedContainer:e,eyedropperPixelData:t},actions:{setEyedropperCallback:C,setIsEyedropperActive:a,setEyedropperImg:n,setEyedropperPixelData:r}})=>({fullbleedContainer:e,setEyedropperCallback:C,eyedropperPixelData:t,setIsEyedropperActive:a,setEyedropperImg:n,setEyedropperPixelData:r}))),{zoomSetting:o,setZoomSetting:c}=Object(G.i)((({state:{zoomSetting:e},actions:{setZoomSetting:t}})=>({zoomSetting:e,setZoomSetting:t})));return{initEyedropper:Object(m.r)(((s=!0)=>async()=>{if(!s&&o!==Lt.G.FIT)return;s&&r(!0);a&&s||(s&&c(Lt.G.FIT),await new Promise((e=>{setTimeout((()=>{C.e(198).then(C.bind(null,1007)).then((C=>{C.toCanvas(t,{preferredFontFormat:"woff2",pixelRatio:1}).then((t=>{const C=t.getContext("2d").getImageData(0,0,t.width,t.height).data;i(C),l(t.toDataURL()),e()}))}))}))}))),n((()=>t=>{e(t),r(!1),l(null),i(null)}))}),[t,e,a,o,r,n,l,i,c])}};var Kt=function(e,t){if(!e)return null;const{type:C}=e;if(!C||"solid"===C){const{color:{r:C,g:a,b:n}}=e;return{color:{r:C,g:a,b:n,a:t}}}return{...e,alpha:t}},Qt=C(277),Jt=C.n(Qt);function eC(e,{allowEmpty:t,isFloat:C,min:a,max:n}){if(`${e}`.length>0){const t=C?parseFloat(e):parseInt(e);let r=t;return void 0!==a&&(r=Math.max(a,t)),void 0!==n&&(r=Math.min(n,t)),isNaN(r)?null:r}return t?"":null}const tC=({allowEmpty:e,isFloat:t,max:C,min:a,onChange:n,value:r})=>{const l=Object(m.F)(null),i=Object(m.F)(r),o=Object(m.F)(!1),[c,s]=Object(m.H)(r),d=Object(m.B)((()=>({allowEmpty:e,isFloat:t,max:C,min:a})),[e,t,C,a]),u=Object(m.r)((e=>{let t=eC(i.current,d);if(!o.current){const e=eC(c,d);null!==e&&(t=e)}o.current=!1,null!==t&&(s(t),t!==i.current&&n(e,t))}),[c,n,d]),p=Object(m.r)((e=>{s(e.target.value)}),[]),f=Object(m.r)((e=>{const{altKey:t,key:r}=e;let l=function(e,{allowEmpty:t,isFloat:C,max:a,min:n}){if(t&&0===`${e}`.length)return!0;const r=C?parseFloat(e):parseInt(e);return!(void 0!==n&&r<n||void 0!==a&&r>a||isNaN(r))}(c,d)?eC(c,d):0;const i=Jt()(d.isFloat&&t?.1:1);"ArrowUp"===r?l=void 0!==C?Math.min(C,Jt()(l).plus(i)):Jt()(l).plus(i):"ArrowDown"===r&&(l=void 0!==a?Math.max(a,Jt()(l).minus(i)):Jt()(l).minus(i)),n(e,Number(l))}),[c,C,a,n,d]),h=Object(m.r)((()=>{var e;s(i.current),o.current=!0,l&&(null===(e=l.current)||void 0===e||e.blur())}),[]);return Object(m.x)((()=>{i.current=r,s(r)}),[r]),{currentValue:c,inputRef:l,handleBlur:u,handleChange:p,handleEsc:h,handleKeyUpAndDown:f,isIndeterminate:i.current===c}};var CC=C(364);function aC(){return(aC=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var C=arguments[t];for(var a in C)Object.prototype.hasOwnProperty.call(C,a)&&(e[a]=C[a])}return e}).apply(this,arguments)}const NumericInput=({allowEmpty:e,isFloat:t,onChange:C,max:a,min:n,value:l="",isIndeterminate:i,...o})=>{const{currentValue:c,handleBlur:s,handleChange:d,handleEsc:u,handleKeyUpAndDown:p,inputRef:m,isIndeterminate:f}=tC({allowEmpty:e,isFloat:t,onChange:C,max:a,min:n,value:l,isIndeterminate:i});return Object(K.h)(m,{key:["up","alt+up","down","alt+down"],editable:!0},p,[p]),Object(K.h)(m,{key:["escape"],editable:!0},u,[u]),Object(K.h)(m,{key:["enter"],editable:!0},s,[s]),r.a.createElement(CC.b,aC({ref:m,onBlur:s,onChange:d,value:String(c),isIndeterminate:f&&i},o))};var nC=function(e){if(!e||e===Lt.z)return null;if(!("solid"===e.type||!e.type)){const{alpha:t=1}=e;return 100*t}const{color:{a:t=1}}=e;return Math.round(100*t)};const rC=Object(l.f)(NumericInput).withConfig({displayName:"opacityInput__Input",componentId:"sc-pgqg8m-0"})(["min-width:100px;div{background-color:transparent;}"]);var lC=function OpacityInput({value:e,onChange:t}){const[C,a]=Object(m.H)(""),n=Object(m.r)(((e,C)=>{a(C),isNaN(C)||t(C/100)}),[t]),l=Object(m.r)((()=>a(nC(e))),[e]);return Object(m.x)((()=>l()),[l,e]),r.a.createElement(rC,{"aria-label":Object(g.__)("Opacity","web-stories"),onChange:n,value:C,unit:Object(g._x)("%","Percentage","web-stories"),suffix:r.a.createElement(Ne.a.ColorDrop,null),min:0,max:100,allowEmpty:!1,isFloat:!1,containerStyleOverride:Ht})};var iC=function(e){if(!e.type||"solid"===e.type){const{color:t}=e;return{color:{...t,a:1}}}return t=e,C=["alpha"],Object.keys(t).filter((e=>!C.includes(e))).reduce(((e,C)=>({...e,[C]:t[C]})),{});var t,C};var oC=C(16);var cC=function(e){const t=(e||"").toUpperCase().trim().replace(/^#/,"");return/[^0-9a-f]/i.test(t)?null:6===t.length?t:1===t.length?t.repeat(6):2===t.length?t.repeat(3):3===t.length?t.replace(/./g,"$&$&"):4===t.length?`${t.substring(0,2).repeat(2)}${t.substring(2)}`:null};function sC(){return(sC=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var C=arguments[t];for(var a in C)Object.prototype.hasOwnProperty.call(C,a)&&(e[a]=C[a])}return e}).apply(this,arguments)}const dC=Object(m.j)((function Hex({value:e,placeholder:t,onChange:C,...a},n){const[l,i]=Object(m.H)(""),o=Object(m.F)(null),c=Object(m.F)(!1),s=Xt(e);Object(m.x)((()=>i(s)),[s]);const d=Object(m.r)((e=>{const t=e.target.value.trim().replace(/^#/,"");i(t)}),[]),u=Object(m.r)((()=>{var t;const a=null!==(t=cC(l))&&void 0!==t?t:s;if(i(a),a!==s){const{red:t,green:n,blue:r}=Object(oC.a)(`#${a}`),l=e.color.a;C({color:{r:t,g:n,b:r,a:l}})}}),[l,s,C,e]),p=Object(m.r)((()=>{u()}),[u]),f=Object(m.r)((()=>{c.current||u(),c.current=!1}),[u]),h=Object(m.r)((()=>{i(s),c.current=!0;(null!=n&&n.current?n:o).current.blur()}),[s,n]);return Object(K.h)(o,{key:["escape"],editable:!0},h,[h]),Object(K.h)(o,{key:["enter"],editable:!0},p,[p]),r.a.createElement(CC.b,sC({ref:n||o,value:l||"",onChange:d,onBlur:f,placeholder:t},a))}));function uC(e){return void 0!==e.a&&e.a<1}var pC=function(e){const{color:t,alpha:C,stops:a}=e;if(t)return Boolean(uC(t));if("number"==typeof C&&C<1)return!0;for(const e of a||[])if(uC(e.color))return!0;return!1};var mC=function(e){return Boolean(null==e?void 0:e.type)&&"solid"!==e.type};function fC(){return(fC=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var C=arguments[t];for(var a in C)Object.prototype.hasOwnProperty.call(C,a)&&(e[a]=C[a])}return e}).apply(this,arguments)}const hC=l.f.div.withConfig({displayName:"swatch__Transparent",componentId:"sc-zzfj65-0"})(["width:100%;height:100%;position:absolute;border-radius:100%;",""],Nt.c.transparentBg),bC=l.f.button.withConfig({displayName:"swatch__SwatchButton",componentId:"sc-zzfj65-1"})(["cursor:pointer;background-color:transparent;border-color:transparent;padding:0;border-width:0;display:block;width:","px;height:","px;border-radius:100%;overflow:hidden;position:relative;"," ",";::after{content:'';position:absolute;pointer-events:none;left:0;top:0;width:100%;height:100%;border-radius:50%;border:1px solid ",";}"],(({isSmall:e})=>e?24:32),(({isSmall:e})=>e?24:32),(({disabled:e})=>e&&Object(l.e)(["opacity:0.4;cursor:default;pointer-events:none;"])),(({theme:e})=>Nt.c.focusableOutlineCSS(e.colors.border.focus)),(({theme:e})=>e.colors.divider.primary)),gC=Object(l.f)(bC).attrs({as:"div",type:""}).withConfig({displayName:"swatch__SwatchPreview",componentId:"sc-zzfj65-2"})([""]),EC=Object(l.e)(["display:block;width:100%;height:100%;font-size:13px;position:relative;svg{width:","px;height:","px;position:absolute;top:calc(50% - ","px);left:calc(50% - ","px);filter:drop-shadow(0px 0px 4px rgba(0,0,0,0.4));}"],32,32,16,16),vC=l.f.div.withConfig({displayName:"swatch__SwatchItem",componentId:"sc-zzfj65-3"})([""," "," transform:rotate(","deg);svg{color:",";transform:rotate(","deg);}"],EC,(({$pattern:e})=>Object(ge.a)(e)),(({displaySplit:e})=>e?-45:0),(({theme:e})=>e.colors.fg.primary),(({displaySplit:e})=>e?45:0)),OC=l.f.div.withConfig({displayName:"swatch__OpaqueColorWrapper",componentId:"sc-zzfj65-4"})(["height:","px;width:50%;overflow:hidden;position:absolute;left:0;top:0;"],(({isSmall:e})=>e?24:32)),yC=l.f.div.withConfig({displayName:"swatch__OpaqueColor",componentId:"sc-zzfj65-5"})(["height:","px;width:","px;position:absolute;top:0;left:0;",""],(({isSmall:e})=>e?24:32),(({isSmall:e})=>e?24:32),(({pattern:e})=>Object(ge.a)(e)));function Swatch({pattern:e,isDisabled:t=!1,isSmall:C=!1,children:a,isPreview:n,className:l="",...i}){if(!e)return null;const o=pC(e),c=mC(e),s=o?iC(e):e,d=!C&&!c&&o,u=n?gC:bC;return r.a.createElement(u,fC({disabled:t,isSmall:C,className:l},i),o&&r.a.createElement(hC,null),r.a.createElement(vC,{$pattern:e,displaySplit:d},d&&r.a.createElement(OC,{isSmall:C},r.a.createElement(yC,{isSmall:C,pattern:s})),a))}var MC=C(19),LC=C(123),wC=C(611),_C=C(267),jC=C(78),xC=C(159),ZC=C(112);function AC(){return(AC=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var C=arguments[t];for(var a in C)Object.prototype.hasOwnProperty.call(C,a)&&(e[a]=C[a])}return e}).apply(this,arguments)}const TC=({r:e=0,g:t=0,b:C=0}={})=>`rgb(${e},${t},${C})`,IC=({r:e,g:t,b:C,a:a})=>{const n=e=>255*(1-a)+a*e;return`rgb(${n(e)}, ${n(t)}, ${n(C)})`},SC=24,kC=l.f.div.attrs((({currentColor:e={},withAlpha:t})=>({style:{background:t?IC(e):TC(e)}}))).withConfig({displayName:"pointer__PointerElement",componentId:"sc-1ye7lxq-0"})(["width:","px;height:","px;transform:translate( "," );background:transparent;border:","px solid ",";border-radius:100%;position:relative;&:before{content:'';display:block;width:","px;height:","px;position:absolute;top:-","px;left:-","px;}"],SC,SC,(({offsetX:e=0,offsetY:t=0,isRTL:C})=>`${(C?-1:1)*e}px, ${t}px`),2,(({theme:e})=>e.colors.fg.primary),48,48,14,14);var RC=function Pointer(e){const{isRTL:t}=Object(G.d)();return r.a.createElement(kC,AC({},e,{isRTL:t}))};const PC=Object(m.l)((()=>C.e(200).then(C.t.bind(null,1004,7)).then((e=>({default:e.EditableInput}))))),NC=l.f.button.withConfig({displayName:"editablePreview__Preview",componentId:"sc-t3ujjh-0"})(["margin:0;padding:5px 7px;border:1px solid ",";border-radius:4px;background:transparent;color:",";width:100%;",";"],(({theme:e})=>e.colors.border.defaultNormal),(({theme:e})=>e.colors.fg.primary),Ft),BC=l.f.div.withConfig({displayName:"editablePreview__Wrapper",componentId:"sc-t3ujjh-1"})(["input{",";}"],Ft);function EditablePreview({label:e,value:t,width:C,format:a,onChange:n}){const[l,i]=Object(m.H)(!1),o=Object(m.r)((()=>i(!0)),[]),c=Object(m.r)((()=>i(!1)),[]),s=Object(m.F)(null),d=Object(m.F)(),u=Object(m.B)((()=>({input:{textAlign:"center",textTransform:"lowercase",width:"100%",padding:"6px 12px",border:"1px solid #5E6668",color:"#E4E5E6",borderRadius:"4px",background:"transparent",lineHeight:"18px"},wrap:{lineHeight:0,maxWidth:`${C}px`}})),[C]);Object(K.h)(s,{key:"esc",editable:!0},c,[l]);if(Object(m.A)((()=>{const t=setTimeout((()=>{l&&d.current&&(d.current.input.focus(),d.current.input.select(),d.current.input.setAttribute("aria-label",e))}));return()=>clearTimeout(t)}),[l,e]),!l)return r.a.createElement(NC,{"aria-label":e,onClick:o,onFocus:o},r.a.createElement(Yt.a,{size:Ye.b.TYPOGRAPHY.PRESET_SIZES.SMALL},a(t)));const p="transparent"===t?"000000":t;return r.a.createElement(BC,{ref:s,tabIndex:-1,onBlur:e=>{e.currentTarget.contains(e.relatedTarget)||c()}},r.a.createElement(m.d,{fallback:null},r.a.createElement(PC,{value:p,ref:d,onChange:n,onChangeComplete:c,style:u})))}EditablePreview.defaultProps={label:"",value:""};var zC=EditablePreview;const DC=Object(m.l)((()=>C.e(200).then(C.t.bind(null,1004,7)).then((e=>({default:e.Saturation}))))),FC=Object(m.l)((()=>C.e(200).then(C.t.bind(null,1004,7)).then((e=>({default:e.Hue}))))),HC=Object(m.l)((()=>C.e(200).then(C.t.bind(null,1004,7)).then((e=>({default:e.Alpha}))))),VC=l.f.div.withConfig({displayName:"currentColorPicker__Container",componentId:"sc-1qn97qy-0"})(["user-select:none;padding:0 ","px;"],16),GC=l.f.div.withConfig({displayName:"currentColorPicker__Body",componentId:"sc-1qn97qy-1"})(["padding-bottom:0;"]),UC=l.f.div.withConfig({displayName:"currentColorPicker__BodyFallback",componentId:"sc-1qn97qy-2"})(["height:","px;display:flex;align-items:center;justify-content:center;"],304),WC=l.f.div.withConfig({displayName:"currentColorPicker__SaturationWrapper",componentId:"sc-1qn97qy-3"})(["position:relative;height:","px;margin-bottom:16px;"],156),YC=Object(l.e)(["margin-bottom:16px;border:1px solid ",";height:","px;position:relative;border-radius:","px;background-clip:padding-box;"],(({theme:e})=>e.colors.shadow.active),28,50),$C=l.f.div.withConfig({displayName:"currentColorPicker__HueWrapper",componentId:"sc-1qn97qy-4"})(["",""],YC),XC=l.f.div.withConfig({displayName:"currentColorPicker__AlphaWrapper",componentId:"sc-1qn97qy-5"})([""," div:first-child div:first-child div:first-child{background-image:conic-gradient( "," 0.25turn,transparent 0turn 0.5turn,"," 0turn 0.75turn,transparent 0turn 1turn ) !important;background-size:8px 8px !important;}"],YC,(({theme:e})=>e.colors.fg.tertiary),(({theme:e})=>e.colors.fg.tertiary)),qC=l.f.div.withConfig({displayName:"currentColorPicker__Footer",componentId:"sc-1qn97qy-6"})(["height:","px;line-height:19px;position:relative;margin-top:7px;display:flex;gap:10px;margin-bottom:16px;"],36),KC=l.f.div.withConfig({displayName:"currentColorPicker__HexValue",componentId:"sc-1qn97qy-7"})(["width:","px;"],74),QC=l.f.div.withConfig({displayName:"currentColorPicker__Opacity",componentId:"sc-1qn97qy-8"})(["width:","px;"],52);function CurrentColorPicker({rgb:e,hsl:t,hsv:C,hex:a,onChange:n,showOpacity:l}){const i=String(Math.round(100*e.a)),o="#"===a[0]?a.substr(1):a,c=Object(m.r)((e=>("transparent"===e&&(e="000000"),`#${e}`)),[]),s=Object(m.r)((e=>`${e}%`),[]),d=Object(m.r)((e=>n({hex:e})),[n]),u=Object(m.r)((t=>n({...e,a:isNaN(t)?1:parseInt(t)/100})),[e,n]),{initEyedropper:p}=qt({onChange:n});return r.a.createElement(VC,{"data-testid":"colorPicker"},r.a.createElement(GC,{showOpacity:l},r.a.createElement(m.d,{fallback:null},r.a.createElement(WC,null,r.a.createElement(DC,{radius:"8px",pointer:()=>r.a.createElement(RC,{offsetX:-12,offsetY:-12,currentColor:e}),hsl:t,hsv:C,onChange:n})),r.a.createElement($C,null,r.a.createElement(FC,{direction:"horizontal",height:"28px",radius:"50px",pointer:()=>r.a.createElement(RC,{offsetX:-12,offsetY:1,currentColor:e}),hsl:t,onChange:n})),l&&r.a.createElement(XC,null,r.a.createElement(HC,{direction:"horizontal",height:"28px",radius:"50px",pointer:()=>r.a.createElement(RC,{offsetX:-12,offsetY:1,currentColor:e,withAlpha:!0}),rgb:e,hsl:t,onChange:n})))),r.a.createElement(qC,null,r.a.createElement(E.a,{variant:v.d.SQUARE,type:v.c.QUATERNARY,size:v.a.SMALL,"aria-label":Object(g.__)("Pick a color from canvas","web-stories"),onClick:p(),onPointerEnter:p(!1)},r.a.createElement(Ne.a.Pipette,null)),r.a.createElement(KC,null,r.a.createElement(zC,{label:Object(g.__)("Edit hex value","web-stories"),value:o,onChange:d,width:80,format:c})),l&&r.a.createElement(QC,null,r.a.createElement(zC,{label:Object(g.__)("Edit opacity","web-stories"),value:i,width:52,format:s,onChange:u}))))}CurrentColorPicker.defaultProps={showOpacity:!0};var JC=((...e)=>function DynamicFetcher(t){const a=Object(m.F)(!1),[n,l]=Object(m.H)(null);return Object(m.x)((()=>(a.current=!0,C.e(200).then(C.bind(null,1005)).then((({CustomPicker:t})=>{a.current&&l({component:t(...e)})})),()=>{a.current=!1})),[]),n?r.a.createElement(n.component,t):r.a.createElement(UC,null,r.a.createElement(ZC.a,null))})(CurrentColorPicker),ea=C(523);const ta=1
1
+ (window.__webStories_webpackJsonp=window.__webStories_webpackJsonp||[]).push([[188],{101:function(e,t,C){"use strict";var a=C(374),n=C(250),r=C(49);t.a=function({id:e,targetRef:t,expectedStyle:C,resetOnNullTransform:l=!0}){Object(r.c)(e,(e=>{const r=void 0!==(null==t?void 0:t.current)?t.current:t;if(r)if(null===e)l&&(r.style.cssText="");else{const{color:t,style:l}=e;if(C&&C!==l)return;var i;if(t&&l)if("color"===l&&(null===(i=r.children)||void 0===i?void 0:i.length)>0){const e=Object(a.a)(Object(n.a)(t,l));for(const t of r.children)t.style.cssText=e}else r.style.cssText=Object(a.a)(Object(n.a)(t,l))}}))}},102:function(e,t,C){"use strict";C.d(t,"b",(function(){return a})),C.d(t,"a",(function(){return n})),C.d(t,"c",(function(){return r})),C.d(t,"d",(function(){return l}));const a=(e,t)=>"string"==typeof e&&e.startsWith(t),n=(e,t)=>e.slice(t.length+1),r=(e,t)=>`${e}-${t<0?"N":""}${Math.abs(t)}`,l=(e,t)=>{const C=n(t,e);return"N"===C.charAt(0)?-parseInt(C.slice(1)):parseInt(C)}},111:function(e,t,C){"use strict";C.d(t,"b",(function(){return o})),C.d(t,"a",(function(){return i})),C.d(t,"c",(function(){return c}));var a=C(0),n=C.n(a),r=(C(4),C(1)),l=C(38),i=Object(r.f)({state:{},actions:{}});var o=function CurrentUserProvider({children:e}){const[t,C]=Object(r.H)({}),{actions:{getCurrentUser:a,updateCurrentUser:o}}=Object(l.c)();Object(r.x)((()=>{Object.keys(t).length||a().then(C)}),[t,a]);const c=Object(r.r)((e=>o(e).then(C)),[o]),s=Object(r.r)((()=>c({meta:{web_stories_media_optimization:!t.meta.web_stories_media_optimization}})),[t,c]),d={state:{currentUser:t},actions:{toggleWebStoriesMediaOptimization:s,updateCurrentUser:c}};return n.a.createElement(i.Provider,{value:d},e)};var c=function(e){return Object(r.v)(i,null!=e?e:r.k)}},112:function(e,t,C){"use strict";var a=C(0),n=C.n(a),r=(C(4),C(3)),l=C(612);const i=Object(r.g)(["100%{transform:rotate(360deg)}"]),o=Object(r.g)(["0%{stroke-dasharray:1,200;stroke-dashoffset:0;}50%{stroke-dasharray:100,200;stroke-dashoffset:-15;}100%{stroke-dasharray:100,200;stroke-dashoffset:-125;}"]),c=r.f.div.attrs({role:"progressbar"}).withConfig({displayName:"circularProgress__Wrapper",componentId:"sc-18ucb7v-0"})(["width:",";height:",";animation:"," 1.4s linear infinite;"],(({size:e})=>`${e}px`),(({size:e})=>`${e}px`),i),s=r.f.svg.withConfig({displayName:"circularProgress__StyledSpinner",componentId:"sc-18ucb7v-1"})(["display:block;"]),d=r.f.circle.withConfig({displayName:"circularProgress__StyledCircle",componentId:"sc-18ucb7v-2"})(["animation:"," 1.4s ease-in-out infinite;stroke:",";"],o,(({theme:e})=>`${e.colors.accent.secondary}`));function CircularProgress({size:e,thickness:t}){return n.a.createElement(l.a,{in:!0,appear:!0,timeout:0},n.a.createElement(c,{size:e},n.a.createElement(s,{viewBox:`${e/2} ${e/2} ${e} ${e}`},n.a.createElement(d,{cx:e,cy:e,r:(e-t)/2,fill:"none",strokeWidth:t,stroke:"currentColor"}))))}CircularProgress.defaultProps={size:24,thickness:2},t.a=CircularProgress},113:function(e,t,C){"use strict";t.a=function(e){return e&&(e.horizontal||e.vertical)?`scale3d(${e.horizontal?"-":""}1, ${e.vertical?"-":""}1, 1)`:null}},114:function(e,t,C){"use strict";var a=C(264),n=C(400),r=C(401),l=C(767);var i=function(e){const{color:{r:t,g:C,b:a,a:n=1}}=e;return[t,C,a,Math.round(100*n)].map((e=>e.toString(16))).map((e=>e.padStart(2,"0"))).join("")},o=C(524),c=C(250),s=C(159),d=C(768),u=C(6),p=C(28),m=C(56),f=C(102);const h=e=>Object(l.a)(Object(f.a)(e,p.a)),b=e=>`${p.a}-${i(e)}`;var g={elementToStyle:function(e){const t="span"===e.tagName.toLowerCase(),C=e.style.color,a=Boolean(C);if(t&&a){const e=Object(o.a)(C);return b(e)}return null},stylesToCSS:function(e){const t=e.find((e=>Object(f.b)(e,p.a)));if(!t)return null;let C;try{C=h(t)}catch(e){return null}return Object(c.a)(C,"color")},autoFocus:!1,getters:{color:function(e){const t=Object(m.a)(e,p.a);if(t.length>1)return u.z;const C=t[0];return C===p.d?Object(s.a)(0,0,0):h(C)}},setters:{setColor:function(e,t){const C=Object(d.a)(Object(s.a)(0,0,0),t);return Object(m.b)(e,p.a,(()=>!C),(()=>b(t)))}}};function E(e){return Object(f.c)(p.c,e)}function v(e){return Object(f.d)(p.c,e)}var O={elementToStyle:function(e){const t="span"===e.tagName.toLowerCase(),C=parseFloat(e.style.letterSpacing),a=C&&!isNaN(C);return t&&a?E(100*C):null},stylesToCSS:function(e){const t=e.find((e=>Object(f.b)(e,p.c)));if(!t)return null;const C=v(t);return C?{letterSpacing:C/100+"em"}:null},autoFocus:!1,getters:{letterSpacing:function(e){const t=Object(m.a)(e,p.c);if(t.length>1)return u.z;const C=t[0];return C===p.d?0:v(C)}},setters:{setLetterSpacing:function(e,t){return Object(m.b)(e,p.c,(()=>0!==t),(()=>E(t)))}}},y=C(402);const M=[a.a,n.a,r.a,g,O,y.a];t.a=M},118:function(e,t,C){"use strict";function a(e,t=[]){return e&&"object"==typeof e?Object.assign({},...t.map((t=>e&&t in e?{[t]:e&&e[t]}:{}))):{}}C.d(t,"a",(function(){return a}))},121:function(e,t,C){"use strict";var a=C(1),n=C(394);t.a=function(e){return Object(a.v)(n.a,null!=e?e:a.k)}},122:function(e,t,C){"use strict";C.d(t,"a",(function(){return p})),C.d(t,"b",(function(){return m}));var a=C(0),n=C.n(a),r=(C(4),C(1));const l=["Karla","Lato","Lora","Merriweather","Montserrat","Nunito","Oswald","Playfair Display","Poppins","Raleway","Roboto","Roboto Condensed","Source Serif Pro","Titillium Web","Work Sans","Alegreya","Arimo","EB Garamond","IBM Plex Mono","IBM Plex Serif","Inconsolata","Mulish","Noto Sans","Noto Serif","Open Sans","Open Sans Condensed","PT Mono","PT Sans","PT Serif","Roboto Mono","Source Sans Pro","Ubuntu","Anton","BioRhyme","Bungee","Bungee Shade","Cookie","Dancing Script","Monoton","Nothing You Could Do","Parisienne","Rock Salt","UnifrakturMaguntia"];var i=function(e){return new Promise(((t,C)=>{const a=document.createElement("link");a.rel="stylesheet",a.href=e,a.addEventListener("load",t),a.addEventListener("error",C),document.head.appendChild(a)}))},o=C(6),c=C(258),s=C(413);var d=function({fonts:e,setFonts:t}){const C=e.length,{actions:{getFonts:a}}=Object(s.b)();Object(r.x)((()=>{C||async function(){const e=(await a()).map((e=>({id:e.family,name:e.family,value:e.family,...e})));t(e)}()}),[C,t,a])},u=C(387);var p=function FontProvider({children:e}){const[t,C]=Object(r.H)([]),[a,s]=Object(r.H)([]);d({fonts:t,setFonts:C});const p=Object(r.r)(((e,C)=>{const a=t.find((t=>t[e]===C));return a||{}}),[t]),m=Object(r.r)((e=>p("family",e)),[p]),f=Object(r.r)((e=>{const t=[{name:o.j[400],value:400}],C=m(e);let a=t;if(C){const{weights:e}=C;e&&(a=e.map((e=>({name:o.j[e],value:e}))))}return a}),[m]),h=Object(r.r)((e=>{const t=m(e);return null!=t&&t.fallbacks?t.fallbacks:[]}),[m]),b=Object(r.r)((e=>{const t=[e];a.forEach((C=>{e.family!==C.family&&t.push(C)})),s(t.slice(0,5))}),[a]),g=Object(r.F)([]),E=Object(r.r)((e=>{const t=e.filter((e=>!g.current.includes(e)));if(null==t||!t.length)return;g.current=g.current.concat(t);const C=encodeURIComponent(t.join("|"));i(`https://fonts.googleapis.com/css?family=${C}&subset=menu&display=swap`).catch((()=>{g.current=g.current.filter((e=>!t.includes(e)))}))}),[]),v=Object(u.a)(),O=Object(r.B)((()=>t.filter((e=>l.includes(e.name)))),[t]),y={state:{fonts:t,curatedFonts:O,recentFonts:a},actions:{getFontByName:m,maybeEnqueueFontStyle:v,getFontWeight:f,getFontFallback:h,ensureMenuFontsLoaded:E,addRecentFont:b}};return n.a.createElement(c.a.Provider,{value:y},e)};var m=function(e){return Object(r.v)(c.a,null!=e?e:r.k)}},123:function(e,t,C){"use strict";var a=C(0),n=C.n(a),r=C(3),l=C(1),i=(C(4),C(26)),o=C(32),c=C(90),s=C(50);function d(e,t){return e.startsWith("left")?t?0:-1:e.startsWith("right")||e.endsWith("-start")?t?-1:0:e.endsWith("-end")?t?0:-1:-.5}function u(e){return e.startsWith("top")||e===s.a.RIGHT_END||e===s.a.LEFT_END?-1:e===s.a.RIGHT||e===s.a.LEFT?-.5:null}function p(e,t){const C=d(e,t),a=u(e);if(!C&&!a)return"";return`translate(${100*(C||0)}%, ${100*(a||0)}%)`}function m(e,t,C,a,n,r){var l,o;const c=C.current.getBoundingClientRect(),p=document.body.getBoundingClientRect(),m=null===(l=n.current)||void 0===l?void 0:l.getBoundingClientRect(),f=null==a||null===(o=a.current)||void 0===o?void 0:o.getBoundingClientRect();var h,b;m&&(m.height=Math.max(m.height,null===(h=n.current)||void 0===h?void 0:h.scrollHeight),m.width=Math.max(m.width,null===(b=n.current)||void 0===b?void 0:b.scrollWidth));const{height:g=0,width:E=0}=m||{},{x:v=0,y:O=0}=t||{},y=function(e,t=0,C,a,n,r){const l=n.left+((null==a?void 0:a.left)||C.left)-t,i=n.left+((null==a?void 0:a.left)||C.left)+C.width+t,o=n.left+((null==a?void 0:a.left)||C.left)+C.width/2;switch(e){case s.a.BOTTOM_START:case s.a.TOP_START:case s.a.LEFT:case s.a.LEFT_END:case s.a.LEFT_START:return r?i:l;case s.a.BOTTOM_END:case s.a.TOP_END:case s.a.RIGHT:case s.a.RIGHT_END:case s.a.RIGHT_START:return r?l:i;case s.a.BOTTOM:case s.a.TOP:return o;default:return 0}}(e,v,c,f,p,r),M=p.width-E-d(e)*E,L=function(e,t=0,C){switch(e){case s.a.BOTTOM:case s.a.BOTTOM_START:case s.a.BOTTOM_END:case s.a.LEFT_END:case s.a.RIGHT_END:return C.top+C.height+t;case s.a.TOP:case s.a.TOP_START:case s.a.TOP_END:case s.a.LEFT_START:case s.a.RIGHT_START:return C.top-t;case s.a.RIGHT:case s.a.LEFT:return C.top+C.height/2;default:return 0}}(e,O,c),w=p.height+p.y-g-u(e)*g;return{x:Math.max(0,Math.min(y,M)),y:Math.max(i.b.WP_ADMIN.TOOLBAR_HEIGHT,Math.min(L,w)),width:c.width,height:c.height}}const f=r.f.div.attrs((({$offset:{x:e,y:t,width:C,height:a},fillWidth:n,fillHeight:r,placement:l,isRTL:i,invisible:o})=>({style:{transform:`translate(${e}px, ${t}px) ${p(l,i)}`,...n?{width:`${C}px`}:{},...r?{height:`${a}px`}:{},...o?{visibility:"hidden"}:{}}}))).withConfig({displayName:"popup__Container",componentId:"sc-ldpe7d-0"})(["/*! @noflip */ left:0px;top:0px;position:fixed;z-index:2;overflow-y:auto;max-height:calc(100vh - ","px);"],i.b.WP_ADMIN.TOOLBAR_HEIGHT);t.a=function Popup({anchor:e,dock:t,children:C,renderContents:a,placement:r=s.a.BOTTOM,spacing:i,isOpen:d,invisible:u,fillWidth:p=!1,fillHeight:h=!1,onPositionUpdate:b=c.a}){const[g,E]=Object(l.H)(null),[v,O]=Object(l.H)(!1),y=Object(l.F)(null),{isRTL:M}=Object(o.c)(),L=Object(l.r)((C=>{var a,n,l,o;v&&(null!=C&&null!==(a=C.target)&&void 0!==a&&a.nodeType&&null!==(n=y.current)&&void 0!==n&&n.contains(C.target)||E({offset:(null==e?void 0:e.current)&&m(r,i,e,t,y,M),height:null===(l=y.current)||void 0===l||null===(o=l.getBoundingClientRect())||void 0===o?void 0:o.height}))}),[e,t,r,i,v,M]);return Object(l.x)((()=>{var e,t;null!=g&&g.height&&g.height!==(null===(e=y.current)||void 0===e||null===(t=e.getBoundingClientRect())||void 0===t?void 0:t.height)&&L()}),[null==g?void 0:g.height,L]),Object(l.A)((()=>{if(O(!0),d)return L(),document.addEventListener("scroll",L,!0),()=>document.removeEventListener("scroll",L,!0)}),[d,L]),Object(l.A)(b,[g,b]),Object(l.G)({current:document.body},L,[L]),g&&d?Object(l.h)(n.a.createElement(f,{ref:y,fillWidth:p,fillHeight:h,placement:r,isRTL:M,$offset:g.offset,invisible:u},a?a({propagateDimensionChange:L}):C),document.body):null}},124:function(e,t,C){"use strict";var a=C(1),n=C(45);t.a=function(){const e=Object(a.r)(((e=!0)=>{setTimeout((()=>{const t=window.document;e&&t.activeElement&&t.activeElement!==t.body&&t.activeElement.blur();const C=new window.FocusEvent("focusout");t.dispatchEvent(C)}))}),[]);return Object(n.g)({key:"mod+option+2",editable:!0},(()=>e(!0)),[e]),e}},125:function(e,t,C){"use strict";var a=C(0),n=C.n(a),r=C(1),l=C(601),i=C(155);function o(){return(o=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var C=arguments[t];for(var a in C)Object.prototype.hasOwnProperty.call(C,a)&&(e[a]=C[a])}return e}).apply(this,arguments)}t.a=Object(r.j)((function MoveableWithRef({...e},t){return n.a.createElement(i.a,{zIndex:10,pointerEvents:"initial",render:({container:C})=>n.a.createElement(l.a,o({ref:t,container:C},e))})}))},127:function(e,t,C){"use strict";t.a=function(e){const t=e.map((e=>JSON.stringify(e)));return Array.from(new Set(t)).map((e=>JSON.parse(e)))}},129:function(e,t,C){"use strict";C.d(t,"a",(function(){return a}));const a={family:"Roboto",weights:[100,300,400,500,700,900],styles:["italic","regular"],variants:[[0,100],[1,100],[0,300],[1,300],[0,400],[1,400],[0,500],[1,500],[0,700],[1,700],[0,900],[1,900]],fallbacks:["Helvetica Neue","Helvetica","sans-serif"],service:"fonts.google.com",metrics:{upm:2048,asc:1900,des:-500,tAsc:1536,tDes:-512,tLGap:102,wAsc:1946,wDes:512,xH:1082,capH:1456,yMin:-555,yMax:2163,hAsc:1900,hDes:-500,lGap:0}}},13:function(e,t,C){"use strict";C.r(t),C.d(t,"TransformProvider",(function(){return W.a})),C.d(t,"useTransform",(function(){return W.b})),C.d(t,"useTransformHandler",(function(){return W.c})),C.d(t,"PreviewPage",(function(){return Re})),C.d(t,"PreviewErrorBoundary",(function(){return Pe})),C.d(t,"ConfigProvider",(function(){return j.b})),C.d(t,"ConfigContext",(function(){return j.a})),C.d(t,"useConfig",(function(){return j.c})),C.d(t,"StoryProvider",(function(){return I.c})),C.d(t,"StoryContext",(function(){return I.b})),C.d(t,"useStory",(function(){return I.d})),C.d(t,"useStoryTriggers",(function(){return I.f})),C.d(t,"useStoryTriggerListener",(function(){return I.e})),C.d(t,"useStoryTriggersDispatch",(function(){return I.g})),C.d(t,"STORY_EVENTS",(function(){return I.a})),C.d(t,"APIProvider",(function(){return x.b})),C.d(t,"APIContext",(function(){return x.a})),C.d(t,"useAPI",(function(){return x.c})),C.d(t,"RedoButton",(function(){return Redo})),C.d(t,"UndoButton",(function(){return Undo})),C.d(t,"PreviewButton",(function(){return De.a})),C.d(t,"PublishButton",(function(){return vA})),C.d(t,"SwitchToDraftButton",(function(){return OA})),C.d(t,"UpdateButton",(function(){return yA})),C.d(t,"HeaderTitle",(function(){return LA})),C.d(t,"ExcerptPanel",(function(){return _A})),C.d(t,"PageAdvancementPanel",(function(){return IA})),C.d(t,"SlugPanel",(function(){return NA})),C.d(t,"BackgroundAudioPanel",(function(){return zA})),C.d(t,"TaxonomiesPanel",(function(){return MT})),C.d(t,"Color",(function(){return or})),C.d(t,"FilterToggle",(function(){return hr})),C.d(t,"LinkIcon",(function(){return Ur})),C.d(t,"LinkInput",(function(){return qr})),C.d(t,"Media",(function(){return Hr})),C.d(t,"Row",(function(){return Yr})),C.d(t,"Switch",(function(){return ol})),C.d(t,"TextArea",(function(){return Ol})),C.d(t,"usePresubmitHandler",(function(){return Ll})),C.d(t,"DateTime",(function(){return Wl})),C.d(t,"Required",(function(){return Xl})),C.d(t,"RadioGroup",(function(){return di})),C.d(t,"Select",(function(){return Ei})),C.d(t,"HierarchicalInput",(function(){return ki})),C.d(t,"makeFlatOptionTree",(function(){return wi})),C.d(t,"Panel",(function(){return Sc})),C.d(t,"MAX_HEIGHT_DEFAULT",(function(){return Tc})),C.d(t,"panelContext",(function(){return Zc})),C.d(t,"PanelTitle",(function(){return Xc})),C.d(t,"PanelContent",(function(){return Jc})),C.d(t,"SimplePanel",(function(){return ts})),C.d(t,"FlipControls",(function(){return Wt})),C.d(t,"LinkRelations",(function(){return zi})),C.d(t,"getCommonValue",(function(){return Fi})),C.d(t,"getCommonObjectValue",(function(){return Hi})),C.d(t,"useCommonColorValue",(function(){return Vi})),C.d(t,"useCommonObjectValue",(function(){return Gi})),C.d(t,"focusStyle",(function(){return Ft})),C.d(t,"inputContainerStyleOverride",(function(){return Ht})),C.d(t,"ChecklistProvider",(function(){return Ge})),C.d(t,"useChecklist",(function(){return Ue})),C.d(t,"ChecklistCheckpointProvider",(function(){return ChecklistCheckpointProvider})),C.d(t,"useCheckpoint",(function(){return bt})),C.d(t,"CheckpointContext",(function(){return ht})),C.d(t,"ChecklistCountProvider",(function(){return ChecklistCountProvider})),C.d(t,"ChecklistCategoryProvider",(function(){return ChecklistCategoryProvider})),C.d(t,"useRegisterCheck",(function(){return Ot})),C.d(t,"useIsChecklistEmpty",(function(){return yt})),C.d(t,"useCategoryCount",(function(){return Mt})),C.d(t,"Checklist",(function(){return Checklist})),C.d(t,"ElementLinkTappableRegionTooBig",(function(){return uZ})),C.d(t,"ElementLinkTappableRegionTooSmall",(function(){return mZ})),C.d(t,"ImageElementMissingAlt",(function(){return hZ})),C.d(t,"ImageElementResolution",(function(){return vZ})),C.d(t,"PageBackgroundTextLowContrast",(function(){return TZ})),C.d(t,"PageTooLittleText",(function(){return SZ})),C.d(t,"PageTooManyLinks",(function(){return RZ})),C.d(t,"PageTooMuchText",(function(){return NZ})),C.d(t,"PublisherLogoMissing",(function(){return BZ})),C.d(t,"PublisherLogoSize",(function(){return zZ})),C.d(t,"StoryAmpValidationErrors",(function(){return DZ})),C.d(t,"StoryMissingExcerpt",(function(){return FZ})),C.d(t,"StoryMissingTitle",(function(){return HZ})),C.d(t,"StoryPagesCount",(function(){return VZ})),C.d(t,"StoryPosterAttached",(function(){return StoryPosterAttached})),C.d(t,"StoryPosterSize",(function(){return GZ})),C.d(t,"StoryTitleLength",(function(){return UZ})),C.d(t,"TextElementFontSizeTooSmall",(function(){return YZ})),C.d(t,"VideoElementLength",(function(){return qZ})),C.d(t,"VideoElementMissingCaptions",(function(){return QZ})),C.d(t,"VideoElementMissingDescription",(function(){return eA})),C.d(t,"VideoElementMissingPoster",(function(){return CA})),C.d(t,"VideoElementResolution",(function(){return nA})),C.d(t,"VideoOptimization",(function(){return uA})),C.d(t,"ReviewChecklistDialog",(function(){return mA})),C.d(t,"ChecklistIcon",(function(){return fA})),C.d(t,"PPC_CHECKPOINT_STATE",(function(){return lt})),C.d(t,"CHECKLIST_PRIORITY_COPY",(function(){return rt})),C.d(t,"useIsChecklistMounted",(function(){return Jo})),C.d(t,"ChecklistCard",(function(){return aZ})),C.d(t,"CARD_TYPE",(function(){return zx})),C.d(t,"GRID_VARIANT",(function(){return Dx})),C.d(t,"GRID_TEMPLATE_AREA",(function(){return Fx})),C.d(t,"MAX_THUMBNAILS_DISPLAYED",(function(){return Hx})),C.d(t,"DEFAULT_OVERFLOW_LABEL",(function(){return Vx})),C.d(t,"ChecklistCardStyles",(function(){return a})),C.d(t,"DefaultCtaButton",(function(){return DefaultCtaButton})),C.d(t,"DefaultFooterText",(function(){return DefaultFooterText})),C.d(t,"CurrentUserProvider",(function(){return R.b})),C.d(t,"CurrentUserContext",(function(){return R.a})),C.d(t,"useCurrentUser",(function(){return R.c})),C.d(t,"OutputStory",(function(){return LT.a})),C.d(t,"getStoryMarkup",(function(){return wT.a})),C.d(t,"getStoryPropsToSave",(function(){return _T.a})),C.d(t,"useRefreshPostEditURL",(function(){return He.a})),C.d(t,"FontContext",(function(){return jT.a})),C.d(t,"useLoadFontFiles",(function(){return xT.a})),C.d(t,"StoryPropTypes",(function(){return ve.b})),C.d(t,"GlobalStyle",(function(){return h.a})),C.d(t,"theme",(function(){return h.b})),C.d(t,"CropMoveableGlobalStyle",(function(){return oe})),C.d(t,"CircularProgress",(function(){return ZC.a})),C.d(t,"InterfaceSkeleton",(function(){return PI})),C.d(t,"Tooltip",(function(){return Be.a})),C.d(t,"Popup",(function(){return LC.a})),C.d(t,"useInspector",(function(){return Fn})),C.d(t,"InspectorContext",(function(){return Dn})),C.d(t,"highlightStyles",(function(){return bx})),C.d(t,"highlightStates",(function(){return $j})),C.d(t,"useHighlights",(function(){return sc})),C.d(t,"EditorConfigProvider",(function(){return j.b})),C.d(t,"Dialog",(function(){return be.a}));var a={};C.r(a),C.d(a,"Wrapper",(function(){return Ux})),C.d(a,"Container",(function(){return Wx})),C.d(a,"Title",(function(){return Yx})),C.d(a,"Cta",(function(){return $x})),C.d(a,"CheckboxCtaLabel",(function(){return Xx})),C.d(a,"CheckboxCtaContainer",(function(){return qx})),C.d(a,"ThumbnailWrapper",(function(){return Kx})),C.d(a,"StyledOverflowThumbnail",(function(){return Qx})),C.d(a,"Footer",(function(){return Jx})),C.d(a,"CardListWrapper",(function(){return eZ})),C.d(a,"StyledVideoOptimizationIcon",(function(){return tZ}));var n=C(0),r=C.n(n),l=C(3),i=C(236),o=C.n(i),c=C(4),s=C.n(c),d=C(723),u=C(724),p=C(375),m=C(1),f=C(41),h=C(152),b=C(9),g=C(2),E=C(161),v=C(31);const O=l.f.div.withConfig({displayName:"errorActions__Message",componentId:"sc-k9tus3-0"})(["color:#fff;font-size:16px;font-weight:300;line-height:1.6;padding:20px;button{margin-right:6px;}"]),y=l.f.p.withConfig({displayName:"errorActions__P",componentId:"sc-k9tus3-1"})(["margin:0 0 8px 0;"]),M=l.f.div.withConfig({displayName:"errorActions__Wrapper",componentId:"sc-k9tus3-2"})(["display:flex;"]);var L=function ErrorActions({error:e,errorInfo:t}){const C=`https://github.com/google/web-stories-wp/issues/new?labels=Type%3A+Bug&template=bug_report.md&title=${e}&body=${encodeURIComponent(`${e}${t.componentStack}`)}`;return r.a.createElement(O,null,r.a.createElement(y,null,Object(g.__)("Something went wrong!","web-stories")),r.a.createElement(y,null,Object(g.__)("The editor has crashed. Please try reloading the page and report the error using the button below.","web-stories")),r.a.createElement(y,null,Object(g.__)("Apologies for the inconvenience.","web-stories")),r.a.createElement(M,null,r.a.createElement(E.a,{variant:v.d.RECTANGLE,type:v.c.QUATERNARY,size:v.a.SMALL,onClick:()=>{window.location.reload(!0)}},Object(g.__)("Reload","web-stories")),r.a.createElement(E.a,{variant:v.d.RECTANGLE,type:v.c.PRIMARY,size:v.a.SMALL,href:C,target:"_blank",rel:"noreferrer"},Object(g.__)("Report Error","web-stories"))))};class w extends m.a{constructor(...e){var t,C,a;super(...e),a={error:null,errorInfo:null},(C="state")in(t=this)?Object.defineProperty(t,C,{value:a,enumerable:!0,configurable:!0,writable:!0}):t[C]=a}componentDidCatch(e,t){this.setState({error:e,errorInfo:t});const C=t?`${e.message}\n\n${t.componentName}\n${t.componentStack}`:e.message;Object(b.f)("editor_error_boundary",C,!0)}render(){const{error:e,errorInfo:t}=this.state;return e?r.a.createElement(L,{error:e,errorInfo:t}):this.props.children}}var _=w,j=C(32),x=C(38),Z=C(413),A=C(268),T=C(80),I=C(17),S=C(122),k=C(48),R=C(111),P=C(83),N=Object(m.f)({state:{},actions:{}});function B(e=[]){return e.reduce(((e,[t,C])=>(e[t]=C,e)),{})}function z(e={},t={}){return Object.entries(e).reduce(((e,[t,C])=>(e[t]={...C,...e[t]},e)),{...t})}function D(e=[],t){return e.reduce(((e,C)=>(e[C[t]]=C,e)),{})}function F(){return(F=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var C=arguments[t];for(var a in C)Object.prototype.hasOwnProperty.call(C,a)&&(e[a]=C[a])}return e}).apply(this,arguments)}var H=function TaxonomyProvider(e){const[t,C]=Object(m.H)([]),[a,n]=Object(m.H)({}),[l,i]=Object(m.H)(!0),{actions:{clearHistory:o}}=Object(T.b)(),{updateStory:c,isStoryLoaded:s,terms:d,hasTaxonomies:u}=Object(I.d)((({state:{pages:e,story:t},actions:{updateStory:C}})=>{var a;return{updateStory:C,isStoryLoaded:e.length>0,terms:t.terms,hasTaxonomies:(null==t||null===(a=t.taxonomies)||void 0===a?void 0:a.length)>0}})),{getTaxonomyTerm:p,createTaxonomyTerm:f,getTaxonomies:h}=Object(x.c)((({actions:e})=>e));Object(m.x)((()=>{u&&async function(){try{const e=await h();C(e)}catch(e){console.error(e.message)}}()}),[u,h]);const b=Object(m.F)(!1);Object(m.x)((()=>{if(t.length>0&&s&&!b.current){const e=D(t,"slug"),C=function(e={},t=(e=>e)){return B(Object.entries(e).map((([e,C])=>[t(e),C])))}(function(e=[]){return e.reduce(((e,t)=>((t||[]).forEach((t=>{e[t.taxonomy]=e[t.taxonomy]||{},e[t.taxonomy][t.slug]=t})),e)),{})}(d),(t=>{var C;return null===(C=e[t])||void 0===C?void 0:C.restBase})),a=function(e={},t=(e=>e)){return B(Object.entries(e).map((([e,C])=>[e,t(C)])))}(C,(e=>Object.values(e).map((e=>e.id))));n(C),o(),c({properties:{terms:a}}),b.current=!0}}),[d,s,t,n,o,c]);const g=Object(m.r)(((e,t=[])=>{c({properties:C=>{const a="function"==typeof t?t(C.terms[e.restBase]):t;return{...C,terms:{...C.terms,[e.restBase]:a}}}})}),[c]),E=Object(m.r)(((e,t)=>{g(e,((e=[])=>e.includes(t.id)?e:[...e,t.id]))}),[g]),v=Object(m.r)((async(e,t,C=!1)=>{let a=[];const r=null==e?void 0:e.restPath;if(!r)return[];try{a=await p(r,t)}catch(e){console.error(e.message)}if(a.length<1)return a;const l={[e.restBase]:D(a,"slug")};if(n((e=>z(e,l))),C&&t.search){const C=Object(P.a)(t.search),n=a.find((e=>e.slug===C));n&&E(e,n)}return a}),[p,E]),O=Object(m.r)((async(e,t,C,r=!1)=>{var l;const i={name:t};null!=C&&C.id&&(i.parent=C.id,i.slug=`${C.slug}-${Object(P.a)(i.name)}`);const o=(null==i?void 0:i.slug)||Object(P.a)(t),c=null===(l=a[e.restBase])||void 0===l?void 0:l[o];if(c)return void(r&&E(e,c));const s=null==e?void 0:e.restPath;if(s)try{const t=await f(s,i),C={[e.restBase]:{[t.slug]:t}};n((e=>z(e,C))),r&&E(e,t)}catch(C){"term_exists"===C.code&&v(e,{search:t},r)}}),[f,a,v,E]);Object(m.x)((()=>{if(l&&null!=t&&t.length){t.filter((e=>e.hierarchical)).forEach((e=>v(e,{per_page:-1}))),i(!1)}}),[v,l,t]);const y=Object(m.B)((()=>({state:{taxonomies:t,termCache:a,terms:Array.isArray(d)?{}:d},actions:{createTerm:O,addSearchResultsToCache:v,setTerms:g,addTermToSelection:E}})),[a,d,t,O,v,g,E]);return r.a.createElement(N.Provider,F({},e,{value:y}))};var V=function(e){return Object(m.v)(N,null!=e?e:m.k)},G=C(8);var U=function AutoSaveHandler(){const{autoSaveInterval:e}=Object(G.d)(),{state:{hasNewChanges:t}}=Object(G.h)(),{status:C,saveStory:a}=Object(G.l)((({state:{story:{status:e}},actions:{saveStory:t}})=>({status:e,saveStory:t}))),{isUploading:n}=Object(G.j)((e=>({isUploading:e.state.isUploading}))),r="draft"===C||!C,l=Object(m.F)(a);return Object(m.x)((()=>{l.current=a}),[a]),Object(m.x)((()=>{if(!r||!t||!e||n)return;const C=setTimeout((()=>l.current()),1e3*e);return()=>clearTimeout(C)}),[e,r,t,n]),null},W=C(49),Y=C(88),$=C(154),X=C(76),q=C(547),K=C(45);const Q="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAAACCAYAAABytg0kAAAAGElEQVQYV2NkYGD4////fwZGEMnIyMgAAEvqB/6wfXLSAAAAAElFTkSuQmCC",J=l.f.div.withConfig({displayName:"devTools__Container",componentId:"sc-1ebk327-0"})(["position:fixed;z-index:2147483646;bottom:0;left:0;display:flex;flex-direction:column;width:35%;height:50%;border:6px solid ",";background:",";color:",";"],(({theme:e})=>e.colors.bg.secondary),(({theme:e})=>e.colors.bg.primary),(({theme:e})=>e.colors.fg.secondary)),ee=l.f.textarea.withConfig({displayName:"devTools__Textarea",componentId:"sc-1ebk327-1"})(["flex:1;border:0;background:",";color:",";white-space:nowrap;overflow:auto;"],(({theme:e})=>e.colors.bg.primary),(({theme:e})=>e.colors.fg.secondary)),te=l.f.div.withConfig({displayName:"devTools__Options",componentId:"sc-1ebk327-2"})(["display:flex;justify-content:space-between;padding:6px;"]),Ce=l.f.label.withConfig({displayName:"devTools__Label",componentId:"sc-1ebk327-3"})(["margin-right:6px;"]),ae=l.f.button.withConfig({displayName:"devTools__Button",componentId:"sc-1ebk327-4"})(["margin-left:6px;"]),ne=e=>{const t=[];return[{...e,pages:e.pages.map((e=>({...e,elements:e.elements.map((e=>{const C={...e};return"resource"in e&&(C.resource={...e.resource},"video"===e.type&&(C.resource.mimeType="video/mp4",C.resource.src="data:video/mp4;base64,AAAAIGZ0eXBtcDQyAAACAGlzb21pc28yYXZjMW1wNDEAAAPEbW9vdgAAAGxtdmhkAAAAANrF/AXaxfwFAAAD6AAAB9AAAQAAAQAAAAAAAAAAAAAAAAEAAAAAAAAAAAAAAAAAAAABAAAAAAAAAAAAAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAABhpb2RzAAAAABCAgIAHAE///////wAAAzh0cmFrAAAAXHRraGQAAAAB2sX8BdrF/AUAAAABAAAAAAAAB9AAAAAAAAAAAAAAAAAAAAAAAAEAAAAAAAAAAAAAAAAAAAABAAAAAAAAAAAAAAAAAABAAAAAABQAAAAUAAAAAAKwbWRpYQAAACBtZGhkAAAAANrF/AXaxfwFAAAD6AAAB9BVxAAAAAAAIWhkbHIAAAAAAAAAAHZpZGUAAAAAAAAAAAAAAAAAAAACZ21pbmYAAAAUdm1oZAAAAAEAAAAAAAAAAAAAACRkaW5mAAAAHGRyZWYAAAAAAAAAAQAAAAx1cmwgAAAAAQAAAidzdGJsAAAAq3N0c2QAAAAAAAAAAQAAAJthdmMxAAAAAAAAAAEAAAAAAAAAAAAAAAAAAAAAABQAFABIAAAASAAAAAAAAAABDkpWVC9BVkMgQ29kaW5nAAAAAAAAAAAAAAAAAAAAAAAAGP//AAAAM2F2Y0MBTUAK/+EAG2dNQArsxLzzzUBAQZAAAAMAEAAAAwFI8SJZoAEABWjpeyyAAAAAEmNvbHJuY2xjAAEAAQAGAAAAGHN0dHMAAAAAAAAAAQAAABQAAABkAAAAZHN0c3oAAAAAAAAAAAAAABQAAAC1AAAADAAAAAwAAAAMAAAADAAAAGcAAAAOAAAADQAAAAwAAADEAAAADwAAAA4AAAAMAAAAmgAAAA8AAAAMAAAADAAAABEAAAAOAAAADAAAABxzdHNjAAAAAAAAAAEAAAABAAAACgAAAAEAAAAgY282NAAAAAAAAAACAAAAAAAAA/QAAAAAAAAGKwAAAKhjdHRzAAAAAAAAABMAAAABAAAAyAAAAAEAAAH0AAAAAQAAAMgAAAABAAAAAAAAAAEAAABkAAAAAQAAAfQAAAABAAAAyAAAAAEAAAAAAAAAAQAAAGQAAAABAAAB9AAAAAEAAADIAAAAAQAAAAAAAAABAAAAZAAAAAEAAAH0AAAAAQAAAMgAAAABAAAAAAAAAAEAAABkAAAAAQAAAZAAAAACAAAAZAAAABRzdHNzAAAAAAAAAAEAAAABAAAAJGVkdHMAAAAcZWxzdAAAAAAAAAABAAAH0AAAAMgAAQAAAAAAAW1kYXQAAAAAAAADXAAAALFliIQAIf8tERhKDUPN//6tPIlfMgqs2j4bf1chdW+++2VwQdh75gd9Y8UGeNAnhlaisT01Zs49a/0nV0aO/GLhqiGwvWR/s1K9W3zBx2od2cS1bT/kb2rz7FeHrWTqTLX6Gx65Y6i33pdJ/uLJd1nt76ybxnGFuPrIHacdB39MBmZsd4t/m7wPBzhrJIjUCiCUcSaxJPxvEH+6DID5TqxsXtv0RS9+hTuYECGa+YWdx4EAAAAIQZokbEMfi4AAAAAIQZ5COIc/0YEAAAAIAZ5hNEEH1YAAAAAIAZ5jakEH1YEAAABjQZpoSahBaJlMCM/eVhjnGE9A+AdJ7SwN5vlKUC/otPa/5jefanvcx5sQZ4c8/3tiMqvDgQF8rydFoFe3gcpkTP4xG9DP5oXTv1DTSsVi1O/u9fkq6BMYR61X6/n148wbBk3hAAAACkGehi5RMJfxO6sAAAAJAZ6lKRDn87czAAAACAGep25Cn8WAAAAAwEGarDUILakymAT/lvijvmpe6mLGpu6rJNoev4/97f/3/AViMdt7WMTLeGSxGKwsecwmz+Z5NTf4Lgky4aLbYBjw9pUtNg4bov9E4yT+OadpewkQxiWZZozDDf98P4PN72xr+rkQJcODW8z2LOkQVijjHcWSmTAvF7/ANFm8TO5l9vC/tz7FvEis+ba+dTueI87l9hdLXQfWqKN+J9j1fj5cguj08byzEmWnKbLlqG1uTZmu0LDedc3Ugo76bySHIAAAAAtBnspklERc3+sNqQAAAAoBnukpEZ/3fsMPAAAACAGe625N/6+AAAAAlkGa8DUILakymARfBGYe5snAbMic1iEEu9W/yugK09WdqQ1/7ftt/lUz4i6orQg+4cIz2nHYVKTXCJJbyOrz/tGL+TWtNtUBVK2kbTsfCYF8ddhk+qL5Jr82IUEUALXNsKpx1hhGIJnvqqlGTOyyOpmwbHhNUa2TaBkzzVzuaVnuHnaL3sjfLR0XEc/T6ntUXHacPLf94QAAAAtBnw5klERd//FEowAAAAgBny1pFf+ngQAAAAgBny9uf+yhJAAAAA1BmzM1CC2pMpgE/xwwAAAACkGfUWSURFz/kYEAAAAIAZ9ybkv/mIA=",C.resource.poster=Q,t.push(C.id)),"image"===e.type&&(C.resource.mimeType="image/png",C.resource.src=Q)),C}))})))},t]},re=e=>{if(!e.length)return e;const t=e.match(/\/([^/?#]+)[^/]*$/);return t.length>1?`__WEB_STORIES_TEMPLATE_BASE_URL__/images/templates/%%templateName%%/${t[1]}`:e};var le=function DevTools(){const[e,t]=Object(m.H)(!1),[C,a]=Object(m.H)(!1),[n,l]=Object(m.H)(!1),[i,o]=Object(m.H)(!1),{showSnackbar:c}=Object(q.a)(),s=Object(m.F)(),{reducerState:d,restore:u}=Object(I.d)((({internal:e})=>({reducerState:e.reducerState,restore:e.restore}))),{pages:p,current:f,selection:h,story:{globalStoryStyles:b}}=d,g={current:f,selection:h,story:{globalStoryStyles:b},version:X.a,pages:p},E=n?ne(g)[0]:i?(v=g,{...v,current:null,selection:[],story:{},pages:v.pages.map((e=>{var t;return{...e,elements:e.elements.map((e=>{const t={...e};return"resource"in e&&(t.resource={...e.resource},"video"===e.type&&(t.resource.id=0,t.resource.posterId=0,t.resource.src=re(t.resource.src),t.resource.poster=re(t.resource.poster)),"image"===e.type&&(t.resource.id=0,t.resource.sizes=[],t.resource.src=re(t.resource.src))),t})),pageTemplateType:null!==(t=null==e?void 0:e.pageTemplateType)&&void 0!==t?t:""}}))}):g;var v;const O=()=>t((e=>!e));Object(K.g)({key:"mod+shift+alt+j",editable:!0},O);const y=JSON.stringify(E,null,2),M=C?window.btoa(y):y,[L,w]=Object(m.H)(M);return Object(m.x)((()=>w(M)),[M]),e?r.a.createElement(J,null,r.a.createElement(te,null,r.a.createElement("div",null,r.a.createElement(Ce,{title:"For easier sharing thru various channels"},r.a.createElement("input",{type:"checkbox",checked:C,onChange:()=>a((e=>!e))}),"Base64"),r.a.createElement(Ce,{title:"Replace resources with dummy resources"},r.a.createElement("input",{type:"checkbox",checked:n,onChange:()=>l((e=>!e))}),"Dummy resources"),r.a.createElement(Ce,{title:"Export as Template"},r.a.createElement("input",{type:"checkbox",checked:i,onChange:()=>o((e=>!e))}),"Template")),r.a.createElement("div",null,r.a.createElement(ae,{title:"Load data from input",onClick:()=>{let e=L;try{e=window.atob(e)}catch(e){}const t=JSON.parse(e),C={...t,story:{...d.story,...t.story},capabilities:d.capabilities},[a,r]=n?ne(C):[C];u(a),r.length>0&&r.forEach((e=>{const t=document.getElementById(`video-${e}`);t&&t.load()})),c({message:"Story restored from input",timeout:1200})}},"Load"),r.a.createElement(ae,{title:"Copy data to clipboard",onClick:()=>{s.current.select(),document.execCommand("copy"),s.current.setSelectionRange(0,0),c({message:"Copied to clipboard",timeout:1200})}},"Copy"),r.a.createElement(ae,{title:"Close DevTools",onClick:O},"X"))),r.a.createElement(ee,{ref:s,className:"mousetrap",value:L,onChange:e=>w(e.target.value)})):null};const ie=Object(l.d)([".default-moveable .moveable-control,.default-moveable .moveable-line.moveable-rotation-line .moveable-control{background:"," !important;border:1px solid "," !important;}.default-moveable.type-text .moveable-direction.moveable-n,.default-moveable.type-text .moveable-direction.moveable-s{pointer-events:none;}.default-moveable .moveable-control.moveable-n{display:none !important;}.default-moveable .moveable-line{border:0;background:transparent !important;width:1px;height:1px;}.default-moveable .moveable-horizontal{border-bottom:1px dashed "," !important;}.default-moveable .moveable-vertical{border-right:1px dashed "," !important;}.default-moveable .moveable-gap{border-color:"," !important;}.default-moveable .moveable-target{border-style:solid !important;}.default-moveable .moveable-control.moveable-s,.default-moveable .moveable-control.moveable-e,.default-moveable .moveable-control.moveable-w{border-radius:4px;}.default-moveable .moveable-control.moveable-nw,.default-moveable .moveable-control.moveable-ne,.default-moveable .moveable-control.moveable-sw,.default-moveable .moveable-control.moveable-se{border-radius:2px;width:8px;height:8px;margin-left:-4px;margin-top:-4px;}.default-moveable .moveable-control.moveable-s{height:6px !important;width:16px !important;margin-top:-3px !important;}.default-moveable .moveable-control.moveable-e{height:16px !important;width:6px !important;margin-left:-3px !important;}.default-moveable .moveable-control.moveable-w{height:16px !important;width:6px !important;margin-left:-3px !important;}.default-moveable.moveable-control-box .moveable-line.moveable-direction{background:"," !important;width:1px;height:1px;}.default-moveable.moveable-control-box .moveable-line.moveable-rotation-line{background:"," !important;width:1px;height:15px;top:25px;}.default-moveable.moveable-control-box .moveable-control.moveable-rotation-control{border-radius:50px;width:10px;height:10px;margin-left:-5px;top:25px;}.default-moveable.hide-handles .moveable-line.moveable-rotation-line,.default-moveable.hide-handles .moveable-line.moveable-direction{display:none;}.default-moveable.visually-hide-handles .moveable-control.moveable-e,.default-moveable.visually-hide-handles .moveable-control.moveable-w,.default-moveable.visually-hide-handles .moveable-control.moveable-s,.default-moveable.visually-hide-handles .moveable-control.moveable-ne,.default-moveable.visually-hide-handles .moveable-control.moveable-nw,.default-moveable.visually-hide-handles .moveable-control.moveable-sw{opacity:0;}"],(({theme:e})=>e.colors.bg.primary),(({theme:e})=>e.colors.border.selection),(({theme:e})=>e.colors.border.focus),(({theme:e})=>e.colors.border.focus),(({theme:e})=>e.colors.border.negativePress),(({theme:e})=>e.colors.border.selection),(({theme:e})=>e.colors.border.selection)),oe=Object(l.d)([".crop-moveable .moveable-control{background:"," !important;border:none !important;}.crop-moveable .moveable-control.moveable-n,.crop-moveable .moveable-control.moveable-s,.crop-moveable .moveable-control.moveable-e,.crop-moveable .moveable-control.moveable-w{border:1px solid "," !important;border-radius:4px;}.crop-moveable .moveable-control.moveable-n,.crop-moveable .moveable-control.moveable-s{width:","px !important;height:","px !important;margin-left:-12px !important;}.crop-moveable .moveable-control.moveable-n{margin-top:-8px !important;}.crop-moveable .moveable-control.moveable-s{margin-top:0px !important;}.crop-moveable .moveable-control.moveable-e{margin-left:0 !important;}.crop-moveable .moveable-control.moveable-w{margin-top:0 !important;margin-left:-8px !important;}.crop-moveable .moveable-control.moveable-e,.crop-moveable .moveable-control.moveable-w{width:","px !important;height:","px !important;margin-top:-12px !important;}.crop-moveable .moveable-control.moveable-nw,.crop-moveable .moveable-control.moveable-ne,.crop-moveable .moveable-control.moveable-sw,.crop-moveable .moveable-control.moveable-se,.crop-moveable .moveable-control.moveable-nw::before,.crop-moveable .moveable-control.moveable-ne::before,.crop-moveable .moveable-control.moveable-sw::before,.crop-moveable .moveable-control.moveable-se::before,.crop-moveable .moveable-control.moveable-nw::after,.crop-moveable .moveable-control.moveable-ne::after,.crop-moveable .moveable-control.moveable-sw::after,.crop-moveable .moveable-control.moveable-se::after{left:initial !important;right:initial !important;top:initial !important;bottom:initial !important;background:"," !important;position:absolute !important;border-style:solid !important;border-color:"," !important;}.crop-moveable .moveable-control.moveable-nw::before,.crop-moveable .moveable-control.moveable-ne::before,.crop-moveable .moveable-control.moveable-sw::before,.crop-moveable .moveable-control.moveable-se::before,.crop-moveable .moveable-control.moveable-nw::after,.crop-moveable .moveable-control.moveable-ne::after,.crop-moveable .moveable-control.moveable-sw::after,.crop-moveable .moveable-control.moveable-se::after{content:'';}.crop-moveable .moveable-control.moveable-nw,.crop-moveable .moveable-control.moveable-ne,.crop-moveable .moveable-control.moveable-sw,.crop-moveable .moveable-control.moveable-se{width:","px !important;height:","px !important;}.crop-moveable .moveable-control.moveable-nw{top:-","px !important;left:-","px !important;border-width:1px 0 0 1px !important;border-radius:2px 0 0 0 !important;}.crop-moveable .moveable-control.moveable-ne{top:-","px !important;right:-","px !important;border-width:1px 1px 0 0 !important;border-radius:0 2px 0 0 !important;}.crop-moveable .moveable-control.moveable-sw{left:-","px !important;bottom:-","px !important;border-width:0 0 1px 1px !important;border-radius:0 0 0 2px !important;}.crop-moveable .moveable-control.moveable-se{right:-","px !important;bottom:-","px !important;border-width:0 1px 1px 0 !important;border-radius:0 0 2px 0 !important;}.crop-moveable .moveable-control.moveable-nw::before,.crop-moveable .moveable-control.moveable-ne::before,.crop-moveable .moveable-control.moveable-sw::before,.crop-moveable .moveable-control.moveable-se::before{width:","px !important;height:","px !important;top:0;}.crop-moveable .moveable-control.moveable-nw::before,.crop-moveable .moveable-control.moveable-sw::before{left:","px !important;border-width:1px 1px 1px 0;border-radius:0 2px 2px 0;}.crop-moveable .moveable-control.moveable-ne::before,.crop-moveable .moveable-control.moveable-se::before{right:","px !important;border-width:1px 0 1px 1px;border-radius:2px 0 0 2px;}.crop-moveable .moveable-control.moveable-nw::before,.crop-moveable .moveable-control.moveable-ne::before{top:-","px !important;}.crop-moveable .moveable-control.moveable-sw::before,.crop-moveable .moveable-control.moveable-se::before{bottom:-","px !important;}.crop-moveable .moveable-control.moveable-nw::after,.crop-moveable .moveable-control.moveable-ne::after,.crop-moveable .moveable-control.moveable-sw::after,.crop-moveable .moveable-control.moveable-se::after{width:","px !important;height:","px !important;}.crop-moveable .moveable-control.moveable-nw::after,.crop-moveable .moveable-control.moveable-ne::after{top:","px !important;border-width:0 1px 1px 1px;border-radius:0 0 2px 2px;}.crop-moveable .moveable-control.moveable-sw::after,.crop-moveable .moveable-control.moveable-se::after{bottom:","px !important;border-width:1px 1px 0 1px;border-radius:2px 2px 0 0;}.crop-moveable .moveable-control.moveable-nw::after,.crop-moveable .moveable-control.moveable-sw::after{left:-","px !important;}.crop-moveable .moveable-control.moveable-ne::after,.crop-moveable .moveable-control.moveable-se::after{right:-",'px !important;}.crop-moveable .moveable-line.moveable-direction[data-line-index="0"]{margin-top:-4px;}.crop-moveable .moveable-line.moveable-direction[data-line-index="3"]{margin-top:4px;}.crop-moveable .moveable-line.moveable-direction[data-line-index="1"]{margin-left:4px;}.crop-moveable .moveable-line.moveable-direction[data-line-index="2"]{margin-left:-4px;}.crop-moveable .moveable-direction.moveable-line{background:'," !important;width:2px;height:2px;pointer-events:none;}"],(({theme:e})=>e.colors.bg.primary),(({theme:e})=>e.colors.border.selection),24,8,8,24,(({theme:e})=>e.colors.bg.primary),(({theme:e})=>e.colors.border.selection),7,7,1,1,1,7,1,7,7,7,17,8,6,6,1,1,8,17,6,6,1,1,(({theme:e})=>e.colors.border.selection)),ce=Object(l.d)([".react-calendar__tile--now.react-calendar__month-view__days__day:focus{background-color:#eeeec1;}"]),se="useskeyboard",de=".useskeyboard",ue=Object(l.d)(["body:not(",") *:focus{outline:none !important;}"],de),pe=["ArrowUp","ArrowDown","ArrowLeft","ArrowRight","Tab","Digit1","Digit2","Digit3"];var me=()=>{const[e,t]=Object(m.H)(!1),C=C=>{!e&&pe.includes(C.code)&&t(!0)},a=()=>{e&&t(!1)};return document.addEventListener("keydown",C,!0),document.addEventListener("mousedown",a,!0),Object(m.x)((()=>function(){document.removeEventListener("keydown",C,!0),document.removeEventListener("mousedown",a,!0)})),Object(m.x)((()=>{document.body.classList.toggle(se,e)}),[e]),r.a.createElement(ue,null)};var fe={locale:{locale:"en-US",dateFormat:"F j, Y",timeFormat:"g:i a",gmtOffset:"0",timezone:"",months:["January","February","March","April","May","June","July","August","September","October","November","December"],monthsShort:["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"],weekdays:["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],weekdaysShort:["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],weekdaysInitials:["S","M","T","W","T","F","S"],weekStartsOn:1},allowedFileTypes:["gif","jpe","jpeg","jpg","m4v","mp4","png","svg","svgz","webm","webp"],allowedTranscodableMimeTypes:["video/3gpp","video/3gpp2","video/MP2T","video/mp4","video/mpeg","video/ogg","video/quicktime","video/webm","video/x-flv","video/x-h261","video/x-h263","video/x-m4v","video/x-matroska","video/x-mjpeg","video/x-ms-asf","video/x-msvideo","video/x-nut"],allowedImageFileTypes:["gif","jpe","jpeg","jpg","png","webp"],allowedImageMimeTypes:["image/webp","image/png","image/jpeg","image/gif"],allowedAudioFileTypes:["aac","m4a","m4b","mp3","oga","ogg","wav"],allowedAudioMimeTypes:["audio/mpeg","audio/aac","audio/wav","audio/ogg"],allowedMimeTypes:{image:["image/webp","image/png","image/jpeg","image/gif","image/svg+xml"],audio:[],video:["video/mp4","video/webm"]},isRTL:!1,storyId:1,cdnURL:"https://wp.stories.google/static/main/",maxUpload:314572800,capabilities:{hasUploadMediaAction:!1,canManageSettings:!1},metadata:{publisher:""},showMedia3p:!0,encodeMarkup:!0,ffmpegCoreUrl:"https://wp.stories.google/static/main/js/@ffmpeg/core@0.10.0/dist/ffmpeg-core.js",apiCallbacks:{},MediaUpload:()=>null};var he=function StoryEditor({config:e,initialEdits:t,children:C}){const a=Object(m.B)((()=>Object(d.a)(fe,e)),[e]),{storyId:n,isRTL:i,flags:c}=a;return r.a.createElement(f.a,{features:c},r.a.createElement(l.a,{stylisPlugins:i?[o.a]:[]},r.a.createElement(l.c,{theme:h.b},r.a.createElement(_,null,r.a.createElement(j.b,{config:a},r.a.createElement(x.b,null,r.a.createElement(Z.a,null,r.a.createElement(A.a,null,r.a.createElement(T.a,{size:50},r.a.createElement(u.a,null,r.a.createElement(I.c,{storyId:n,initialEdits:t},r.a.createElement(H,null,r.a.createElement(R.b,null,r.a.createElement(S.a,null,r.a.createElement(k.b,null,r.a.createElement(U,null),r.a.createElement(W.a,null,r.a.createElement(Y.a,null,r.a.createElement($.a,null,r.a.createElement(h.a,null),r.a.createElement(le,null),r.a.createElement(ie,null),r.a.createElement(oe,null),r.a.createElement(p.b,null),r.a.createElement(ce,null),r.a.createElement(me,null),C))))))))))))))))))},be=C(66),ge=C(250),Ee=C(7),ve=C(22),Oe=C(769),ye=C(15),Me=C(35),Le=C(362),we=C(101),_e=C(53);function je(){return(je=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var C=arguments[t];for(var a in C)Object.prototype.hasOwnProperty.call(C,a)&&(e[a]=C[a])}return e}).apply(this,arguments)}const xe=l.f.div.attrs((({previewMode:e,x:t,y:C,width:a,height:n,rotationAngle:r})=>e?{style:{position:"absolute",zIndex:1,left:`${t}px`,top:`${C}px`,width:`${a}px`,height:`${n}px`,transform:`rotate(${r}deg)`}}:{})).withConfig({displayName:"displayElement__Wrapper",componentId:"sc-uesp27-0"})([""," "," "," contain:layout;transition:opacity 0.15s cubic-bezier(0,0,0.54,1);",""],(({previewMode:e})=>!e&&Me.h),(({previewMode:e})=>!e&&Me.j),(({previewMode:e})=>!e&&Me.i),(({isBackground:e,theme:t})=>e&&Object(l.e)(["border-radius:",";overflow:hidden;"],t.borders.radius.small))),Ze=l.f.div.withConfig({displayName:"displayElement__BackgroundOverlay",componentId:"sc-uesp27-1"})(["position:absolute;width:100%;height:100%;top:0;left:0;"]),Ae=l.f.div.withConfig({displayName:"displayElement__ReplacementContainer",componentId:"sc-uesp27-2"})(["transition:opacity 0.25s cubic-bezier(0,0,0.54,1);pointer-events:none;opacity:",";height:100%;"],(({hasReplacement:e})=>e?1:0));function AnimationWrapper({children:e,id:t,isAnimatable:C}){return C?r.a.createElement(Ee.m.WAAPIWrapper,{target:t},e):e}var Te=Object(m.m)((function DisplayElement({element:e,previewMode:t,isAnimatable:C=!1}){const{getBox:a,dataToEditorX:n}=Object(Oe.a)((e=>({getBox:e.actions.getBox,dataToEditorX:e.actions.dataToEditorX}))),[l,i]=Object(m.H)(null),o=Boolean(l),{id:c,opacity:s,type:d,isBackground:u,overlay:p,border:f={},flip:h}=e,b=o?{...e,type:l.resource.type,resource:l.resource,scale:l.scale,focalX:l.focalX,focalY:l.focalY,flip:u?l.flip:h,overlay:u?l.overlay:p}:null,{Display:g}=Object(ye.g)(d),{Display:E}=Object(ye.g)(null==l?void 0:l.resource.type)||{},v=Object(m.F)(null),O=a(e);Object(W.c)(c,(e=>{const t=v.current;if(null===e)t.style.transform="",t.style.width="",t.style.height="";else{const{translate:C,rotate:a,resize:n,dropTargets:r}=e;t.style.transform=`translate(${null==C?void 0:C[0]}px, ${null==C?void 0:C[1]}px) rotate(${a}deg)`,n&&0!==n[0]&&0!==n[1]&&(t.style.width=`${n[0]}px`,t.style.height=`${n[1]}px`),void 0!==(null==r?void 0:r.hover)&&(t.style.opacity=r.hover?0:1),void 0!==(null==r?void 0:r.replacement)&&i(r.replacement||null)}}));const y=Object(m.F)(null);return Object(we.a)({id:c,targetRef:y,resetOnNullTransform:!1}),r.a.createElement(xe,je({ref:v,"data-element-id":c,isBackground:e.isBackground,previewMode:t},O),r.a.createElement(AnimationWrapper,{id:c,isAnimatable:C},r.a.createElement(Le.a,{element:e,fill:!0,box:O,style:{opacity:void 0!==s?s/100:null,...Object(_e.e)(e)?Object(_e.a)({...Object(_e.d)(f,t,n),width:`${O.width}px`,height:`${O.height}px`}):null},previewMode:t},r.a.createElement(g,{element:e,previewMode:t,box:O})),!t&&r.a.createElement(Ae,{hasReplacement:o},b&&r.a.createElement(Le.a,{element:b,fill:!0,box:O,style:{opacity:s?s/100:null},previewMode:t},r.a.createElement(E,{element:b,box:O}))),u&&p&&!o&&r.a.createElement(Ze,{ref:y,style:Object(ge.a)(p)})))}));var Ie=Object(m.m)((function PreviewPageElements({page:e}){return e.elements.map((t=>r.a.createElement(Te,{previewMode:!0,key:t.id,page:e,element:t,isAnimatable:!0})))}));const Se=l.f.div.withConfig({displayName:"previewPage__FullBleedPreviewWrapper",componentId:"sc-x79euf-0"})(["height:",";width:100%;overflow:hidden;position:relative;display:flex;align-items:center;background-color:white;",";"],(({pageSize:e})=>`${e.containerHeight}px`),(({background:e})=>Object(ge.a)(e))),ke=l.f.div.withConfig({displayName:"previewPage__PreviewSafeZone",componentId:"sc-x79euf-1"})(["width:100%;height:",";overflow:visible;position:absolute;margin:0;"],(({pageSize:e})=>`${e.height}px`));function PreviewPageController({page:e,animationState:t,subscribeGlobalTime:C,pageSize:a}){const{actions:{WAAPIAnimationMethods:n}}=Object(Ee.t)();return Object(m.x)((()=>{switch(t){case Ee.l.PLAYING:return n.play(),()=>{};case Ee.l.RESET:return n.reset(),()=>{};case Ee.l.SCRUBBING:return n.pause(),null==C?void 0:C(n.setCurrentTime);case Ee.l.PAUSED:return n.pause(),()=>{};default:return()=>{}}}),[t,n,C]),Object(m.x)((()=>()=>n.reset()),[n]),r.a.createElement(Se,{pageSize:a,background:e.backgroundColor},r.a.createElement(ke,{pageSize:a},r.a.createElement(Ie,{page:e})))}var Re=function PreviewPage({page:e,pageSize:t,animationState:C=Ee.l.RESET,onAnimationComplete:a,subscribeGlobalTime:n}){return r.a.createElement(l.a,{stylisPlugins:[]},r.a.createElement(Ee.m.Provider,{animations:e.animations,elements:e.elements,onWAAPIFinish:a},r.a.createElement(PreviewPageController,{page:e,pageSize:t,animationState:C,onAnimationComplete:a,subscribeGlobalTime:n})))};class Pe extends m.a{constructor(...e){var t,C,a;super(...e),a={hasError:!1},(C="state")in(t=this)?Object.defineProperty(t,C,{value:a,enumerable:!0,configurable:!0,writable:!0}):t[C]=a}static getDerivedStateFromError(){return{hasError:!0}}componentDidCatch(e,t){console.error(e,t)}render(){return this.state.hasError?r.a.createElement("div",null):this.props.children}}var Ne=C(5),Be=C(30);function ze(){return(ze=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var C=arguments[t];for(var a in C)Object.prototype.hasOwnProperty.call(C,a)&&(e[a]=C[a])}return e}).apply(this,arguments)}function HistoryButton({title:e,shortcut:t,children:C,...a}){return r.a.createElement(Be.a,{title:e,shortcut:t,hasTail:!0},r.a.createElement(E.a,ze({variant:v.d.SQUARE,type:v.c.QUATERNARY,size:v.a.SMALL},a),C))}function Redo(){const{state:{canRedo:e},actions:{redo:t}}=Object(G.h)(),{isRTL:C}=Object(G.d)(),a=Object(m.r)((()=>t()),[t]);return r.a.createElement(HistoryButton,{title:Object(g.__)("Redo","web-stories"),shortcut:"shift+mod+z",disabled:!e,onClick:a,"aria-label":Object(g.__)("Redo Changes","web-stories")},C?r.a.createElement(Ne.a.ArrowDownLeftCurved,null):r.a.createElement(Ne.a.ArrowDownRightCurved,null))}function Undo(){const{state:{canUndo:e},actions:{undo:t}}=Object(G.h)(),{isRTL:C}=Object(G.d)(),a=Object(m.r)((()=>t()),[t]);return r.a.createElement(HistoryButton,{title:Object(g.__)("Undo","web-stories"),shortcut:"mod+z",disabled:!e,onClick:a,"aria-label":Object(g.__)("Undo Changes","web-stories")},C?r.a.createElement(Ne.a.ArrowDownRightCurved,null):r.a.createElement(Ne.a.ArrowDownLeftCurved,null))}var De=C(550),Fe=C(37),He=C(259),Ve=Object(m.f)({state:{},actions:{}});var Ge=({children:e})=>{const[t,C]=Object(m.H)(!1),[a,n]=Object(m.H)(),[l,i]=Object(m.H)(!1),o=Object(m.r)((e=>{n(e)}),[n]),c=Object(m.r)((()=>{Object(b.g)("checklist_toggled",{status:t?"closed":"open"}),C((e=>!e))}),[t]),s=Object(m.r)((()=>{Object(b.g)("checklist_toggled",{status:"closed"}),C(!1)}),[]),d=Object(m.r)((()=>{Object(b.g)("checklist_toggled",{status:"open"}),C(!0)}),[]),u=Object(m.B)((()=>({state:{isOpen:t,isChecklistMounted:l,openPanel:a},actions:{toggle:c,close:s,open:d,setIsChecklistMounted:i,setOpenPanel:o}})),[s,a,t,d,c,o,i,l]);return r.a.createElement(Ve.Provider,{value:u},e)};function Ue(e){return Object(m.v)(Ve,null!=e?e:m.k)}var We=C(376),Ye=C(26);const $e=70,Xe=Math.floor(1),qe=640,Ke=853,Qe=96,Je="checklist_companion",et=Object(g.__)("Checklist","web-stories"),tt={ACCESSIBILITY:"accessibility",DESIGN:"design",PRIORITY:"priority"},Ct={[tt.ACCESSIBILITY]:Object(g.__)("Accessibility","web-stories"),[tt.DESIGN]:Object(g.__)("Design","web-stories"),[tt.PRIORITY]:Object(g.__)("Priority","web-stories")},at={fontSizeTooSmall:{title:Object(g.sprintf)(
2
  /* translators: %d: minimum font size. */
3
  Object(g.__)("Increase font size to %s or above","web-stories"),12),footer:Object(g.sprintf)(
4
  /* translators: %d: minimum font size. */
62
  /* translators: %s: aspect ratio. */
63
  Object(g.__)("Maintain a %s aspect ratio","web-stories"),"3:4")))},videoNotOptimized:{title:Object(g.__)("Optimize videos","web-stories"),footer:Object(g.sprintf)(
64
  /* translators: %s: video resolution (720p) */