@abtasty/widget-quality 0.4.1-0 → 0.4.2
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/form.js +1 -1
- package/dist/main.js +1 -1
- package/package.json +2 -2
package/dist/main.js
CHANGED
@@ -1 +1 @@
|
|
1
|
-
!function(){"use strict";const t=()=>Object.prototype.hasOwnProperty.call(window,"ABTastyEditor"),a=()=>{let t;return window.ABTasty||window.ABTASTY_S?(window.ABTASTY_S&&window.ABTASTY_S.USER&&window.ABTASTY_S.USER.accountIdentifier&&window.ABTASTY_S.USER.accountIdentifier.length?t=window.ABTASTY_S.USER.accountIdentifier:window.ABTasty&&window.ABTasty.getAccountSettings&&"function"==typeof window.ABTasty.getAccountSettings?t=window.ABTasty.getAccountSettings().identifier:window.ABTasty&&window.ABTasty.accountSettings&&(t=window.ABTasty.accountSettings.identifier),t):t},l=()=>{const t=!!document.getElementById("ABTastyPreviewBar"),a=location.href.includes("ab_project=preview");return t||a},e=()=>!t()&&(l()||!!window.ABTasty.getTestsOnPage()[TEST_ID]),o=()=>window.ABTasty&&!0===window.ABTasty.consentReady,s="style",n="layout",i="conditions",f="select",c="colorpicker",v="number",u="radio",d="switch",m="slider",b="remove",r="rebuild",g="rgba(57, 57, 57, 1)",p="https://api-social-proof.abtasty.com/clients/",h=()=>{const{type:t}=DATA;return`${PACKAGE.replace("@abtasty/","")}${t?`_${t}`:""}`},k=()=>{const t=h();return`${t.charAt(0).toUpperCase()}${t.slice(1)}`.split("-").join(" ")},N=()=>`${PLUGIN_ID.split("-")[0]}_${TEST_ID}`,I=a=>{if((()=>{if(t()||l())return!1;const a=ABTasty.getTestsOnPage()[TEST_ID];return!!a&&Object.keys(a.targetings.qaParameters).length>0})()){const t=k();window.console.log(`%c${t} - QA Mode for campaign ${TEST_ID}\n${a}`,"background-color: rgba(0, 127, 145, 1); color: rgba(247, 247, 247, 1)")}},R=t=>{const a={promise:null,resolve:null,reject:null,name:t};return a.promise=new Promise(((t,l)=>{a.resolve=t,a.reject=l})),a},w=(t,a)=>{let l=document.querySelector(t);const e=[document.body||document.querySelector("html"),{childList:!0,subtree:!0,attributes:!0}],o=()=>n.disconnect(),s=()=>n.observe(...e),n=new MutationObserver((()=>(l=document.querySelector(t),l&&!o()&&a(l))));return l?setTimeout((()=>a(l)),0):s(),{selector:t,clear:o,observe:s}};function S(t,a){return a(t)||!t.parentElement?t:S(t.parentElement,a)}const y=a=>{t()||(a.preventDefault(),a.stopPropagation(),a.stopImmediatePropagation())};function C(){return"IntersectionObserver"in window&&"IntersectionObserverEntry"in window&&"intersectionRatio"in window.IntersectionObserverEntry.prototype||(t="https://polyfill.io/v3/polyfill.min.js?flags=gated&features=IntersectionObserver",new Promise(((a,l)=>{const e=window.document.getElementsByTagName("script")[0],o=window.document.createElement("script");o.src=t,e.parentNode.insertBefore(o,e),o.onload=a,o.onerror=l})));var t}class x{constructor(){this.targets=[],this.existingTargets=[],this.inViewportTargets=[],this.visibilityObserver=this.startVisibilityObserver(),this.mutationObserver=this.startMutationObserver(),this.mouseOverEvent=this.mouseOverHandler()}intersectionHandler(t){t.forEach((t=>{t.isIntersecting?(this.existingTargets.forEach((a=>{a.element.isSameNode(t.target)&&(this.inViewportTargets.push(a),this.mouseOverEvent.start())})),this.checkElements()):this.inViewportTargets=this.inViewportTargets.filter((a=>!a.element.isSameNode(t.target)||(this.mouseOverEvent.clear(),!1)))}))}startVisibilityObserver(){return new IntersectionObserver(this.intersectionHandler.bind(this),{root:null,rootMargin:"0px",threshold:0})}startMutationObserver(){const t=this.mutationObserver||new MutationObserver(this.checkElements.bind(this));return document.body&&t.observe(document.body,{attributes:!0,childList:!0,subtree:!0}),t}onMouseOver({target:t,path:a}){const l=this.inViewportTargets.find((({element:l,selector:e})=>{if(l.isSameNode(t))return!0;const o=[...t.querySelectorAll(e)];if(o.length){if(o.includes(l))return!0}if(a.includes(l))return!0;const s=[...t.parentElement.children],n=s.findIndex((a=>a.isSameNode(t))),i=s.filter(((t,a)=>a>n));if(i.length){if(i.includes(l))return!0;if(i.some((t=>[...t.querySelectorAll(e)].includes(l))))return!0}return!1}));if(l&&this.isElementVisible(l.element)){const{selector:t,element:a,uniqueId:e}=l,o=this.targets.find((a=>a.selector===t&&a.uniqueId===e));o&&o.resolve(a),this.clear(t,e)}}mouseOverHandler(){const t=["mouseover",t=>setTimeout((()=>this.onMouseOver(t)),50),!0];return{start:()=>document.addEventListener(...t),clear:()=>document.removeEventListener(...t)}}isElementVisible(t){return this.isElementTopmost(t)&&this.isElementOpaque(t)}isElementOpaque(t){return"HTML"===S(t,(t=>"0"===window.getComputedStyle(t).opacity)).nodeName}isElementTopmost(t){const a=t.getBoundingClientRect(),l=[[a.left,a.top],[a.right,a.top],[a.left,a.bottom],[a.right,a.bottom],[a.left+a.width/2,a.top],[a.left+a.width/2,a.bottom],[a.left,a.height/2],[a.right,a.height/2],[a.left+a.left/2,a.height/2]];let e=!1,o=0;for(;!e&&o<l.length;){const a=document.elementFromPoint(...l[o]);e=t===a||t.contains(a),o+=1}return e}checkElements(){this.targets.forEach((({selector:t,uniqueId:a})=>{const l=document.querySelector(t);l&&!this.existingTargets.find((l=>l.element.matches(t)&&l.uniqueId===a))&&(this.existingTargets.push({element:l,selector:t,uniqueId:a}),this.visibilityObserver.observe(l))})),this.existingTargets=this.existingTargets.filter((({selector:t,element:a})=>!!document.querySelector(t)||(a&&this.visibilityObserver.unobserve(a),!1))),this.inViewportTargets=this.inViewportTargets.filter((({selector:t,element:a,uniqueId:l})=>{if(a.matches(t)&&this.isElementVisible(a)){const e=this.targets.find((a=>a.selector===t&&a.uniqueId===l));return e&&e.resolve(a),this.clear(t,l),!1}return!0}))}watch(t,a,l){this.targets.push({selector:t,resolve:a,uniqueId:l});const e=()=>{this.startMutationObserver(),this.checkElements()};document.body?e():w("body",e)}clear(t,a){[this.targets,this.existingTargets,this.inViewportTargets]=[this.targets,this.existingTargets,this.inViewportTargets].map((l=>l.filter((({selector:l,uniqueId:e})=>l!==t&&e!==a))));const l=document.querySelector(t);l&&this.visibilityObserver.unobserve(l),0===this.targets.length&&this.mutationObserver.disconnect(),0===this.inViewportTargets.length&&this.mouseOverEvent.clear()}}class M{constructor({triggerEvent:t,triggerSelector:a,triggerDelay:l}){this.event=t,this.selector=a&&a.length?a:"body",this.delay=1e3*l,this.elementsSelectors=[],this.eventsListeners=[],this.timeouts=[],this.intervals=[],this.observers=[],this.promises=[],this.visibilityObservers=[],this.elementsWaiters=[]}async onElementVisible({promise:t,resolve:a}){const l=R(`${this.event}DomReady`);this.promises.push(l);const e=await this.onPageLoad(l),o=await async function(t){let a;switch(t){case"IntersectionObserver":a=await C();break;default:a=!0}return a}("IntersectionObserver"),s=new x;if(this.visibilityObservers.push(s),o&&e){const t=N();s.watch(this.selector,a,t)}return t}onPageLoad({promise:t,resolve:a}){const l=()=>"complete"===document.readyState;if(!l()){const e=["readystatechange",()=>l()&&a(!0),{passive:!0}];return this.eventsListeners.push(e),document.addEventListener(...e),t}return a(!0),t}onClick({promise:t,resolve:a}){const l=document.createElement("style");l.type="text/css",l.id=`Click_${N()}`,l.innerHTML=`${this.selector} {\n\t\t\tcursor: pointer !important;\n\t\t\tpointer-events: all !important;\n\t\t}`,document.head.appendChild(l),this.elementsSelectors.push(`#${l.id}`);const e=t=>[...document.querySelectorAll(this.selector)].some((a=>a.isSameNode(t)||!!t.closest(this.selector))),o=["click",({target:t})=>e(t)&&a(!0),{passive:!0,capture:!0}];return this.eventsListeners.push(o),document.addEventListener(...o),t}onExitIntent({promise:t,resolve:a}){const l=["mouseleave",async({clientY:t})=>{t<=0&&a(!0)},{passive:!0}],e=w("body",(t=>{t.addEventListener(...l),this.eventsListeners.push([t,...l]),this.elementsWaiters=this.elementsWaiters.filter((t=>t!==e))}));return this.elementsWaiters.push(e),t}onReengage({promise:t,resolve:a}){const l=this.delay;let e=l;const o=[()=>(e=l,e),{passive:!0}];["click","mousemove","scroll","keypress"].forEach((t=>{document.addEventListener(t,...o),this.eventsListeners.push([t,...o])}));const s=setInterval((()=>{e<=0?a(!0):e-=100}),100);return this.intervals.push(s),t}onCustomTrigger({promise:t,resolve:a}){const{triggerEventCustomScript:l}=DATA;return new Function(`return new Promise(async resolve => {${l}})`)().then((t=>t&&a(!0))),t}getSocialProofPurchases({promise:t,resolve:l}){const e=window.ABTastyProductKey,o=a(),{viewInterval:s,triggerSocialProofMinPurchases:n,spNoTrim:i}=DATA;if(e||(I("Not able to find ABTastyProductKey, impossible to call the API."),l(!1)),e&&o){fetch(`${p}${o}/metrics/i?key=${e}${i?"&noTrim=true":""}`).then((t=>t.ok&&t.json())).then((t=>(t=>{if(void 0===s||void 0===n)return!1;const a=void 0!==t[s]&&t[s]>=n;return a||I(`Widget will not be shown, product has been purchased ${t[s]} times while ${n} are required`),a})(t)&&l(`${t[s]}`))).catch((()=>I("Failed to fetch datas from server.")))}else l(!1);return t}getSocialProofPageViews({promise:t,resolve:l}){const{viewInterval:e,triggerSocialProofMinPageViews:o,spNoTrim:s}=DATA,n=encodeURIComponent(s?window.location.href.replace(window.location.origin,""):`${window.location.pathname}`),i=a();if(n&&i){fetch(`${p}${i}/metrics/pv?key=${n}${s?"&noTrim=true":""}`).then((t=>t.ok&&t.json())).then((t=>(t=>{if(void 0===e||void 0===o)return!1;const a=void 0!==t[e]&&t[e]>=o;return a||I(`Widget will not be shown, page has been seen ${t[e]} times while ${o} are required`),a})(t)&&l(`${t[e]}`))).catch((()=>I("Failed to fetch datas from server.")))}else l(!1);return t}onConsent({promise:t,resolve:a}){if(!o()){const l=["abtasty_consentValid",()=>a(!0)];return this.eventsListeners.push(l),window.addEventListener(...l),t}return a(!0),t}clear(){if(this.elementsSelectors.length&&(this.elementsSelectors.forEach((t=>{document.querySelector(t)&&document.querySelector(t).remove()})),this.elementsSelectors=[]),this.eventsListeners.length&&(this.eventsListeners.forEach((t=>{const[a,...l]="string"==typeof t[0]?[document,...t]:t;a&&l.length>1&&a.removeEventListener(...l)})),this.eventsListeners=[]),this.timeouts.length&&(this.timeouts.forEach((t=>clearTimeout(t))),this.timeouts=[]),this.intervals.length&&(this.intervals.forEach((t=>clearInterval(t))),this.intervals=[]),this.observers.length&&(this.observers.forEach((t=>t.disconnect())),this.observers=[]),this.visibilityObservers.length){const t=N();this.visibilityObservers.forEach((a=>a.clear(this.selector,t))),this.visibilityObservers=[]}return this.promises.length&&(this.promises.forEach((t=>t.resolve(!1))),this.promises=[]),this.elementsWaiters.length&&(this.elementsWaiters.forEach((t=>t.clear())),this.elementsWaiters=[]),this}async isTriggered(){this.clear();const t=R(this.event);this.promises.push(t);const a={consent:()=>this.onConsent(t),direct:()=>!0,pageLoad:()=>this.onPageLoad(t),click:()=>this.onClick(t),exitIntent:()=>this.onExitIntent(t),reengage:()=>this.onReengage(t),elementVisible:()=>this.onElementVisible(t),script:()=>this.onCustomTrigger(t),socialProofPurchases:()=>this.getSocialProofPurchases(t),socialProofPageViews:()=>this.getSocialProofPageViews(t)},l=!Object.prototype.hasOwnProperty.call(a,this.event)||await a[this.event]();this.clear();return"reengage"!==this.event&&this.delay?l&&await(async()=>{const t=R(`${this.event}Delay`);return this.promises.push(t),setTimeout((()=>{t.resolve(!0),this.clear()}),this.delay),t.promise})():l}}const E="display",B="closing",A="validation",F="ABTastyWidgets",P="ABTastyWidgetsTemporary";class _{constructor({displayRecurrence:t,closingRecurrence:a,validationRecurrence:l},e){this.displayRecurrence=parseFloat(t),this.closingRecurrence=parseFloat(a),this.validationRecurrence=parseFloat(l),this.onSetCallback=e,this.widgetName=h(),this.uniqueId=N(),this.recurrenceKey=`${this.widgetName}_${this.uniqueId}`,this.isListeningStorageEvent=this.listenStorageEvent(),this.pendingRecurrence=!1,this.pendingRecurrenceValue={}}onStorage({key:t}){const a=localStorage.getItem(P),l=sessionStorage.getItem(F);"ABTastyData"===t&&!a&&l&&localStorage.setItem(P,l)}listenStorageEvent(){return this.isListeningStorageEvent||window.addEventListener("storage",this.onStorage.bind(this)),!0}getGivenRecurrenceStorageParsed(t){try{const a=t.getItem(F);return JSON.parse(a)}catch(a){return t.removeItem(F),!1}}getSessionRecurrenceStorageParsed(){return this.getGivenRecurrenceStorageParsed(window.sessionStorage)}getLocalRecurrenceStorageParsed(){return this.getGivenRecurrenceStorageParsed(window.localStorage)}removeGivenStorage(t,a){const{[this.recurrenceKey]:l,...e}=a;return Object.entries(e).length?(t.setItem(F,JSON.stringify(e)),e):(t.removeItem(F),!1)}removeSessionRecurrenceStorage(){const t=this.getSessionRecurrenceStorageParsed();return!!t&&this.removeGivenStorage(window.sessionStorage,t)}removeLocalRecurrenceStorage(){const t=this.getLocalRecurrenceStorageParsed();return!!t&&this.removeGivenStorage(window.localStorage,t)}getSessionRecurrence(){const t=this.getSessionRecurrenceStorageParsed();return!!t&&t[this.recurrenceKey]}getLocalRecurrence(){const t=this.getLocalRecurrenceStorageParsed();return!!t&&t[this.recurrenceKey]}getCurrentRecurrence(){if(this.pendingRecurrence)return this.pendingRecurrenceValue;const t=this.getSessionRecurrence(),a=this.getLocalRecurrence();return t||a||{type:!1}}isOver(){const t=localStorage.getItem(P),a=!(!t||!t.includes(this.recurrenceKey))||this.getSessionRecurrence();t&&(sessionStorage.setItem(F,t),localStorage.removeItem(P));const l=this.getLocalRecurrence(),e=(l?parseFloat(l.stamp):0)<(new Date).getTime();return e&&this.removeLocalRecurrenceStorage(),!this.pendingRecurrence&&e&&!this.getLocalRecurrence()&&!a}setRecurrence(t,a){0!==t&&(window.removeEventListener("storage",this.onStorage.bind(this)),this.isListeningStorageEvent=!1);const e=this.getTypeOfStorage(t);if(l()||!e&&"object"!=typeof e)return!1;const{storageString:s,storageMethod:n}=e,i=this.getStamp(t),f={type:a,stamp:i},{type:c}=this.getCurrentRecurrence(),v=async()=>{if(!o()){this.pendingRecurrence=!0,this.pendingRecurrenceValue=f;const t=new M({triggerEvent:"consent"});await t.isTriggered(),this.pendingRecurrence=!1,this.pendingRecurrenceValue={}}const t=this.getSessionRecurrence(),a=this.getLocalRecurrence();let l;"session"===s?t?l=this.removeSessionRecurrenceStorage():(this.removeLocalRecurrenceStorage(),l=this.getSessionRecurrenceStorageParsed()):"local"===s&&(a?l=this.removeLocalRecurrenceStorage():(this.removeSessionRecurrenceStorage(),l=this.getLocalRecurrenceStorageParsed()));const e=l?{[this.recurrenceKey]:f,...l}:{[this.recurrenceKey]:f};n.setItem(F,JSON.stringify(e)),this.onSetCallback&&"function"==typeof this.onSetCallback&&this.onSetCallback()};if(!n)return!1;if(c&&a!==A)if(a===B&&c!==A)v();else{if(a!==E||c===A||c===B)return!1;v()}else v();return i}setDisplayRecurrence(){this.setRecurrence(this.displayRecurrence,"display")}setClosingRecurrence(){this.setRecurrence(this.closingRecurrence,"closing")}setValidationRecurrence(){this.setRecurrence(this.validationRecurrence,"validation")}getStamp(t){return(new Date).getTime()+864e5*t}getTypeOfStorage(t){return!(isNaN(t)||t<0||0!==t&&!t)&&(t>0?{storageString:"local",storageMethod:window.localStorage}:0===t&&{storageString:"session",storageMethod:window.sessionStorage})}}class Y{constructor(t,a,l){this.recurrence=t,this.isWidgetApplied=a,this.callback=l,this.observer=new MutationObserver(this.observerHandler.bind(this)),this.eventListenerParams=["abtasty_resetActionTracking",this.eventHandler.bind(this),{passive:!0}],this.elementsWaiters=[]}recurrenceIsDone(){return!this.recurrence||this.recurrence.isOver()}decisionHandler(t){const a=e(),{type:l}=this.recurrence?this.recurrence.getCurrentRecurrence():{type:!1},o=()=>{const a=this.recurrenceIsDone();return t&&"display"===l||a};return!this.isWidgetApplied()&&a&&o()?(this.clearWatcher(),this.callback(r,t)):(!this.isWidgetApplied()||a&&o())&&(this.isWidgetApplied()||a)||(this.clearWatcher(),this.callback(b,t),this.watch()),this}eventHandler(){let t=e();return[250,500].forEach((a=>{setTimeout((()=>500===a&&e()===t?this:(t=e(),this.decisionHandler(!1))),a)})),this}observerHandler(t){const a=t.some((({removedNodes:t})=>t&&t.length)),l=t.some((({addedNodes:t})=>t&&t.length));return a||l?(this.decisionHandler(!0),this):this}watch(){if(t())return this;this.clearWatcher(),document.addEventListener(...this.eventListenerParams);const a=w("body",(t=>{const l=[t,{childList:!0,subtree:!0}];this.observer.observe(...l),this.elementsWaiters=this.elementsWaiters.filter((t=>t!==a))}));return this.elementsWaiters.push(a),this}clearWatcher(){return document.removeEventListener(...this.eventListenerParams),this.elementsWaiters.length&&(this.elementsWaiters.forEach((t=>t.clear())),this.elementsWaiters=[]),this.observer.disconnect(),this}}const j=/.+\/([^.]+)\.(otf|ttf)$/;class X{constructor(){this.children=void 0,this.uniqueId=N(),this.widgetName=h(),this.prettyName=k(),this.recurrenceParams=(()=>{const{displayRecurrence:a,closingRecurrence:l,validationRecurrence:e}=DATA;if(t()||!a&&!l&&!e)return!1;const o={everytime:()=>-1,session:()=>0,once:()=>395,day:t=>DATA[`${t}_day`],week:t=>7*DATA[`${t}_week`],month:t=>30.5*DATA[`${t}_month`]},s={};return a&&(s.displayRecurrence=o[a]("displayRecurrence")),l&&(s.closingRecurrence=o[l]("closingRecurrence")),e&&(s.validationRecurrence=o[e]("validationRecurrence")),s})(),this.triggerParams=(()=>{let{triggerEvent:a}=DATA;const{triggerEventClick:l,triggerEventReengageDelay:e,socialProofContentType:o,triggerEventElementVisible:s,triggerEventDelay:n}=DATA;if(t()||!a&&!o)return!1;const i={click:()=>l,elementVisible:()=>s},f=Object.prototype.hasOwnProperty.call(i,a)?i[a]():"body",c="reengage"===a?e:n;return o&&(a=1===o?"socialProofPurchases":"socialProofPageViews"),{triggerEvent:a,triggerSelector:f,triggerDelay:c}})(),this.recurrence=!!this.recurrenceParams&&new _(this.recurrenceParams,this.clearGivenClearables.bind(this)),this.trigger=!!this.triggerParams&&new M(this.triggerParams),this.pageWatcher=new Y(this.recurrence,this.isWidgetApplied.bind(this),this.onPageChange.bind(this)),this.hasOncePerPageTrigger=(()=>{const{isOncePerPageTrigger:t,triggerEvent:a}=DATA;return!a||(!(!t||!["click","script"].includes(a))||["pageLoad","direct","reengage","socialProofPurchases","socialProofPageViews","elementVisible"].some((t=>t===a)))})(),this.basicClassName=`ab_widget_container_${this.widgetName}`,this.widgetContainerId=`${this.basicClassName}_${this.uniqueId}`,this.contentClassName=`${this.basicClassName}_content`,this.overlayClassName=`${this.basicClassName}_overlay`,this.closeButtonClassName=`${this.basicClassName}_close_button`,this.hideClassName=`ab_hide_${this.uniqueId}`,this.domElement=this.getDom(),this.hasBeenShown=!1,this.closedByUser=!1,this.eventsListeners=[],this.timeouts=[],this.intervals=[],this.observers=[],this.promises=[],this.elementsWaiters=[]}clearGivenClearables(){this.eventsListeners.length&&(this.eventsListeners.forEach((t=>document.removeEventListener(...t))),this.eventsListeners=[]),this.timeouts.length&&(this.timeouts.forEach((t=>clearTimeout(t))),this.timeouts=[]),this.intervals.length&&(this.intervals.forEach((t=>clearInterval(t))),this.intervals=[]),this.observers.length&&(this.observers.forEach((t=>t.disconnect())),this.observers=[]),this.promises.length&&(this.promises.forEach((t=>t.resolve(!1))),this.promises=[]),this.elementsWaiters.length&&(this.elementsWaiters.forEach((t=>t.clear())),this.elementsWaiters=[])}isWidgetApplied(){return this.domElement&&!!this.domElement.closest("html")}removeOldDomElement(){const t=document.getElementById(this.widgetContainerId);return t&&t.remove(),this}async insert(){const t=new Promise((t=>{const a=w("head",(a=>{this.elementsWaiters=this.elementsWaiters.filter((({selector:t})=>"head"!==t)),t(a.appendChild(this.styleElement))}));this.elementsWaiters.push(a)})),a=new Promise((t=>{const{layout:a,elementReferrer:l,referrerInsertType:e}=DATA,{selector:o,position:s}="string"==typeof a&&"free"===a&&"string"==typeof l&&"string"==typeof e?{selector:l,position:e}:{selector:"body",position:"beforeend"},n=w(o,(a=>{this.elementsWaiters=this.elementsWaiters.filter((t=>t.selector!==o)),this.removeOldDomElement(),t(a.insertAdjacentElement(s,this.domElement))}));this.elementsWaiters.push(n)}));return Promise.all([a,t]).then((()=>this))}remove(){return this.pageWatcher.clearWatcher(),this.domElement&&this.domElement.closest("html")&&this.domElement.remove(),this.styleElement&&this.styleElement.closest("html")&&this.styleElement.remove(),this.hasOncePerPageTrigger?this.pageWatcher.watch():t()||this.init().then((({response:t})=>t?this.show():this)),this}show(){return this.hasBeenShown&&this.hasOncePerPageTrigger||t()||window.ABTastyEvent(`${this.prettyName} displayed`,null,TEST_ID),this.closedByUser=!1,this.domElement.classList.remove(this.hideClassName),this.recurrence&&this.recurrence.setDisplayRecurrence(),this.hasBeenShown=!0,this.pageWatcher.watch(),this}hide(){return this.hasBeenShown&&!t()&&window.ABTastyEvent(`${this.prettyName} closed`,null,TEST_ID),this.closedByUser=!0,this.domElement.classList.add(this.hideClassName),this}async init(a){if(!t()&&!e())return!1;if(this.trigger&&this.trigger.promises.length)return!1;const l=this.recurrence&&this.recurrence.isOver();if(this.recurrence&&!l)return this.pageWatcher.watch(),!1;this.pageWatcher.watch();const o=t()||!this.trigger||this.trigger&&await this.trigger.isTriggered();return!!o&&(await this.insert(),this.addCloseEvent(),t()||a||this.hasBeenShown||void 0===this.children||"function"!=typeof this.children.refreshContent||this.children.refreshContent(o),{container:this,response:o})}onPageChange(t,a){const l=()=>this.init().then((({response:t})=>t&&this.show()));switch(a||(this.hasBeenShown=!1),t){case b:this.isWidgetApplied()?this.remove():(this.trigger&&this.trigger.clear(),this.pageWatcher.watch());break;case r:this.hasBeenShown?this.closedByUser?this.pageWatcher.watch():this.insert().then((t=>t.show())).catch((()=>{this.pageWatcher.watch()})):l()}}addCloseEvent(...a){const{closeButton:l,overlay:e,overlayClickable:o,layout:s}=DATA,n=[];if(void 0!==e&&!0!==e||!0!==o||"popin"!==s||n.push(`.${this.overlayClassName}`),void 0!==l&&l&&n.push(`.${this.closeButtonClassName}`),!n.length)return this;const i=this.domElement.querySelectorAll(n.join(", "));return i.length?(a.push(...i),a.forEach((a=>{t()&&(a.dataset.abtastyActionnable="true"),a.addEventListener("click",(t=>{y(t),this.recurrence&&this.recurrence.setClosingRecurrence(),this.hide(),setTimeout((()=>this.remove()),1e3)}),{once:!0,capture:!0})})),this):this}getDom(){const{closeButton:t,layout:a,overlay:l=!0}=DATA,e=document.createElement("div");return e.className=`${this.basicClassName} ${this.hideClassName}`,e.id=this.widgetContainerId,e.innerHTML=`\n\t\t\t${"popin"===a&&!0===l?`<div class="${this.overlayClassName}"></div>`:""}\n\t\t\t<div class="${this.contentClassName}">\n\t\t\t${t?`<button class="${this.closeButtonClassName}"><svg viewBox="0 0 16 16">\n\t<defs><path id="prefix__a" d="M12 4.991L11.009 4 8 7.009 4.991 4 4 4.991 7.009 8 4 11.009 4.991 12 8 8.991 11.009 12 12 11.009 8.991 8z"></path></defs>\n\t<g><use xlink:href="#prefix__a"></use></g>\n</svg></button>`:""}\n\t\t\t</div>`,e}loadFont(t,a){if(!t||"inherit"===t)return;const l=document.createElement("style"),e=a.match(j)?a.match(j)[1]:"";l.appendChild(document.createTextNode(`\t\t\t@font-face { \t\tfont-family: '${t}_${e}'; src: url('${a}');\t\t\t}\t\t`)),document.head.appendChild(l)}getStyleTag(a=""){const{noStyles:l,layout:e}=DATA,{backgroundColor:o,isBackgroundImage:s,backgroundImage:n,backgroundSize:i,backgroundPosition:f,backgroundRepeat:c,borderColor:v,borderRadius:u,borderWidth:d,textColor:m,textAlign:b,fontName:r,fontStyle:p,fontSize:h,isTitle:k,titleTextAlign:N,titleTextColor:I,titleFontName:R,titleFontStyle:w,titleFontSize:S,overlay:y,overlayColor:C,dropShadow:x,dropShadowColor:M,dropShadowBlur:E,containerMargin:B,containerPadding:A,closeButton:F,closeButtonPosition:P,closeButtonSize:_,closeButtonBorderRadius:Y,closeButtonBorderWidth:X,closeButtonBorderColor:L,closeButtonColor:D,closeButtonBackgroundColor:O,buttonsBorderWidth:K,buttonsBorderColor:G,buttonsBorderRadius:q,buttonsBackgroundColor:T,buttonsTextColor:J,buttonsFontName:U,buttonsFontStyle:Q,buttonsFontSize:H}=l?{}:DATA,V=document.createElement("style");V.type="text/css",t()&&V.setAttribute("abtasty-script-added","true"),this.loadFont(r,p),this.loadFont(R,w),this.loadFont(U,Q);const W=`background: ${["string"==typeof o?o:"rgba(255, 255, 255, 1)",s&&"string"==typeof n&&n.length?`url(${n})`:"",s&&"string"==typeof f&&"100% 100%"!==i?f:"0 0",s&&"string"==typeof i?`/ ${i}`:"/ auto",s&&c&&!["cover","100% 100%"].includes(i)?"repeat":"no-repeat"].join(" ").trim()};`,Z="number"==typeof d&&d>0,z=`border: ${[Z?`${d}px`:"unset",Z?"solid":"",Z&&"string"==typeof v&&v.length?v:""].join(" ").trim()};`,$=void 0!==u?`border-radius: ${u}px;`:"",tt=void 0!==m?`color: ${m}; fill: ${m}; -webkit-text-fill-color: ${m};`:"",at=void 0!==b?`text-align: ${b};`:"",lt=r&&"inherit"!==r?`font-family:${r}_${p.match(j)?p.match(j)[1]:""};`:p||"",et=h?`font-size: ${h}px;`:"",ot=void 0!==x&&x?`box-shadow: 0 5px ${E}px 0 ${M};`:"",st=B instanceof Array&&1===B.length&&B[0],nt=st?`margin: ${st.top}px ${st.right}px ${st.bottom}px ${st.left}px;`:"",it=st?`margin: calc(${st.top}px * 0.5) calc(${st.right}px * 0.5) calc(${st.bottom}px * 0.5) calc(${st.left}px * 0.5);`:"",ft=A instanceof Array&&1===A.length&&A[0],ct=ft?`padding: ${ft.top}px ${ft.right}px ${ft.bottom}px ${ft.left}px;`:"",vt=ft?`padding: calc(${ft.top}px * 0.5) calc(${ft.right}px * 0.5) calc(${ft.bottom}px * 0.5) calc(${ft.left}px * 0.5);`:"",ut=void 0!==K&&K?`border-width: ${K}px; border-style: solid;`:"",dt=[G,K].every((t=>void 0!==t))&&K?`border-color: ${G};`:"",mt=void 0!==q?`border-radius: ${q}px;`:"",bt=void 0!==T?`background-color: ${T};`:"",rt=void 0!==J?`color: ${J}; fill: ${J}; -webkit-text-fill-color: ${J};`:"",gt=U&&"inherit"!==U?`font-family:${U}_${Q.match(j)?Q.match(j)[1]:""};`:Q||"",pt=H?`font-size: ${H}px;`:"",ht="popin"!==e||void 0!==y&&!0!==y?"":[`#${this.widgetContainerId} .${this.overlayClassName} {`,`background-color: ${void 0!==C?C:"rgba(0, 0, 0, 0.6)"};`,"}"].join(""),kt="number"==typeof _?_:16,Nt=kt/2,It=l||void 0!==F&&F?[`#${this.widgetContainerId} .${this.contentClassName} .${this.closeButtonClassName} {`,"position: absolute;",("out"===P?`bottom: calc(100% + ${Nt}px)`:`top: ${Nt}px`)+";",`right: ${Nt}px;`,"width: auto;","height: auto;","background: none;","border: none;","cursor: pointer;","outline: none;","padding: 0;","margin: 0;","line-height: 0;",""+("number"==typeof Y?`border-radius: ${Y}px;`:""),""+("number"==typeof X&&X>0?`border: ${X}px solid ${void 0!==L?L:g};`:""),""+("string"==typeof O?`background-color: ${O};`:""),"}",`#${this.widgetContainerId} .${this.contentClassName} .${this.closeButtonClassName} svg {`,"pointer-events: none;",`width: ${kt}px;`,`height: ${kt}px;`,""+("string"==typeof D?`fill: ${D};`:""),"}"].join(""):"",Rt=k&&"string"==typeof I?[`#${this.widgetContainerId} .${this.contentClassName} > * h1, `,`#${this.widgetContainerId} .${this.contentClassName} > * h2, `,`#${this.widgetContainerId} .${this.contentClassName} > * h3, `,`#${this.widgetContainerId} .${this.contentClassName} > * h4, `,`#${this.widgetContainerId} .${this.contentClassName} > * h5, `,`#${this.widgetContainerId} .${this.contentClassName} > * h6 {`,`color: ${I}; fill: ${I}; -webkit-text-fill-color: ${I};`,void 0!==N?`text-align: ${N};`:"",R&&"inherit"!==R?`font-family:${R}_${w.match(j)?w.match(j)[1]:""};`:w||"",S?`font-size: ${S}px;`:"","}"].join(""):"";return V.textContent=[`.${this.hideClassName} {`,"opacity: 0 !important;","pointer-events: none;","}",`#${this.widgetContainerId} .${this.contentClassName} {`,W,$,z,tt,at,ot,nt,lt,et,"}",`#${this.widgetContainerId} .${this.contentClassName} p {`,tt,at,lt,et,"}",`#${this.widgetContainerId} .${this.contentClassName} > * {`,"display: block;","line-height: 1;","text-indent: unset;",ct,lt,et,"}",`#${this.widgetContainerId} .${this.contentClassName} > * a, `,`#${this.widgetContainerId} .${this.contentClassName} > * button {`,"box-sizing: border-box;","display: inline-block;",ut,dt,mt,bt,rt,gt,pt,"}",`#${this.widgetContainerId} .${this.contentClassName} > * a *, `,`#${this.widgetContainerId} .${this.contentClassName} > * button * {`,rt,gt,pt,"}","@media screen and (max-width: 579px) {",`#${this.widgetContainerId} .${this.contentClassName} {`,it,"}",`#${this.widgetContainerId} .${this.contentClassName} > * {`,vt,"}","}",ht,It,Rt,`${a}`].join(""),V}}const L=["top: 0;","top: 50%;","bottom: 0;"],D=["left: 0;","left: 50%;","right: 0;"],O=t=>1===t?"-50%":0,K=()=>{if(Array.isArray(DATA.popinPosition)){const{popinPosition:[{x:t,y:a}]}=DATA,l=`translate(${O(a)}, ${O(t)});`;return`${L[t]}${D[a]}transform: ${l}`}return"left: 50%;top: 50%;transform: translate(-50%, -50%);"},G=()=>"autoWidth"in DATA&&!0===DATA.autoWidth,q=()=>{if(G())return"width: auto;height: auto;";const{popinPercentWidth:t,popinPixelsWidth:a,widthUnit:l,autoHeight:e,popinPercentHeight:o,popinPixelsHeight:s,heightUnit:n}=DATA;return`width: ${"px"===l?a:t}${l};height: ${e?"auto":`${"px"===n?s:o}${n}`};`};class T extends X{constructor(){super(),this.stringStyles=this.getStyles(),this.styleElement=this.getStyleTag(this.stringStyles)}getStyles(){const{zindex:t,zindexCustom:a}=DATA;return[`#${this.widgetContainerId} {`,"position: fixed;","top: 0;","left: 0;","width: 100%;","height: 100%;",`z-index: ${"custom"===t?a:t};`,"opacity: 1;","transition: opacity 0.25s ease;","background: none;","}",`#${this.widgetContainerId} .${this.overlayClassName} {`,"position: absolute;","z-index: -1;","top: 0;","left: 0;","width: 100%;","height: 100%;","}",`#${this.widgetContainerId} .${this.contentClassName} {`,"position: absolute;",K(),q(),"}",`${G()?"":[`#${this.widgetContainerId} .${this.contentClassName} > div {`,"height: 100%;","overflow: auto;","box-sizing: border-box;","}"].join("")}`,"@media screen and (max-width: 579px) {",`#${this.widgetContainerId} .${this.contentClassName} {`,"max-width: 94vw;","}","}"].join("")}}class J extends X{constructor(){super(),this.position="string"==typeof DATA.layout&&"bannerTop"===DATA.layout?"top":"bottom",this.stringStyles=this.getStyles(),this.styleElement=this.getStyleTag(this.stringStyles)}getStyles(){const{zindex:t,zindexCustom:a}=DATA;return[`#${this.widgetContainerId} {`,"position: fixed;",`${this.position}: 0;`,"left: 0;","width: 100%;","height: auto;",`z-index: ${"custom"===t?a:t};`,"opacity: 1;","transition: opacity 0.25s ease;","background: none;","}",`#${this.widgetContainerId} .${this.contentClassName} {`,"position: relative;","}"].join("")}}class U extends X{constructor(){super(),this.stringStyles=this.getStyles(),this.styleElement=this.getStyleTag(this.stringStyles)}getStyles(){return[`#${this.widgetContainerId} {`,"width: auto;","height: auto;","margin: 0;","padding: 0;","background: none;","}",`#${this.widgetContainerId} .${this.contentClassName} {`,"position: relative;","}"].join("")}}const Q="week",H="month",V=[{label:"widget_common_conditions_recurrence_option_everyTime",value:"everytime"},{label:"widget_common_conditions_recurrence_option_everySession",value:"session"},{label:"widget_common_conditions_recurrence_option_everyXDays",value:"day"},{label:"widget_common_conditions_recurrence_option_everyXWeeks",value:Q},{label:"widget_common_conditions_recurrence_option_everyXMonths",value:H},{label:"widget_common_conditions_recurrence_option_once",value:"once"}],W={category:i,type:m,min:1},Z=[{...W,propName:"day",label:"widget_common_conditions_recurrence_ifOptionVariable_labelDays",value:5,max:395},{...W,propName:Q,label:"widget_common_conditions_recurrence_ifOptionVariable_labelWeeks",value:2,max:56},{...W,propName:H,label:"widget_common_conditions_recurrence_ifOptionVariable_labelMonths",value:1,max:13}],z={category:i,type:f,options:V,value:"everytime"},$={...z,label:"widget_common_conditions_recurrence_label_widgetDisplayed",propName:"displayRecurrence"},tt={...z,label:"widget_common_conditions_recurrence_label_widgetDisplayedAfterClosure",propName:"closingRecurrence"},at={...z,label:"widget_common_conditions_recurrence_label_widgetDisplayedAfterSubmission",propName:"validationRecurrence"};Z.map((t=>{const{propName:a}=t;return{...t,propName:`${$.propName}_${a}`,conditions:[{field:$.propName,value:a}]}})),Z.map((t=>{const{propName:a}=t;return{...t,propName:`${tt.propName}_${a}`,conditions:[{field:tt.propName,value:a}]}})),Z.map((t=>{const{propName:a}=t;return{...t,propName:`${at.propName}_${a}`,conditions:[{field:at.propName,value:a}]}})),tt.condition=({closeButton:t,layout:a,overlayClickable:l,linkType:e})=>!("string"!=typeof e||!e.includes("Close"))||("popin"!==a||!1!==t||!1!==l)&&(void 0===a||"popin"===a||!1!==t);const lt="triggerEvent",et={category:i,type:m,propName:"triggerEventDelay",label:"widget_common_conditions_triggering_delay_label",min:0,max:60,value:0},ot={...et,propName:"triggerEventReengageDelay",value:10,max:180},st={category:i,type:"selectelement",propName:"triggerEventClick",value:"body"},nt={...st,propName:"triggerEventElementVisible"},it={category:i,type:"codeeditor",label:"widget_common_conditions_triggering_label_customTriggerJSCode",propName:"triggerEventCustomScript",value:"/* In this example snippet, the widget will be triggered as soon as any scroll is detected.\nCreate your own by resolving resolve() with true (which does trigger) or false (which doesn't trigger) */\n\nfunction launchIfScroll() {\n\treturn new Promise(resolve => {\n\t\tdocument.addEventListener('scroll', () => resolve(true), {once: true});\n\t});\n}\n\nconst result = await launchIfScroll();\nreturn resolve(result);",rows:15},ft={category:i,type:d,propName:"isOncePerPageTrigger",value:!0,label:"widget_common_conditions_triggering_label_triggerOnlyOnce"};st.conditions=[{field:lt,value:"click"}],ot.conditions=[{field:lt,value:"reengage"}],nt.conditions=[{field:lt,value:"elementVisible"}],it.conditions=[{field:lt,value:"script"}],et.conditions=[{field:lt,value:t=>"reengage"!==t}],ft.conditions=[{field:lt,value:t=>"click"===t||"script"===t}];const ct={category:n,type:f,options:[{label:"px",value:"px"},{label:"%",value:"%"},{label:"em",value:"em"},{label:"vw (% of viewport width)",value:"vw"},{label:"vh (% of viewport height)",value:"vh"},{label:"vmin (% of viewport minimum size)",value:"vmin"},{label:"vmax (% of viewport maximum size)",value:"vmax"}]},vt={category:n,type:d,propName:"autoHeight",label:"widget_common_layout_toggler_label_keepHeightAuto",value:!0},ut={category:n,propName:"widthUnit",value:"vw",...ct},dt={category:n,propName:"heightUnit",value:"vh",condition:({autoHeight:t})=>!t,...ct},mt={category:n,type:v,label:"widget_common_layout_popinDimensions_label_width"},bt={...mt,propName:"popinPercentWidth",value:50,max:100,condition:({widthUnit:t,layout:a})=>"px"!==t&&"popin"===a},rt={...mt,propName:"popinPixelsWidth",value:parseInt(window.innerWidth/2.5,10),max:window.innerWidth,condition:({widthUnit:t,layout:a})=>"px"===t&&"popin"===a},gt={category:n,type:v,label:"widget_common_layout_popinDimensions_label_height",condition:({autoHeight:t})=>!t},pt={...gt,propName:"popinPercentHeight",value:50,max:100,condition:({autoHeight:t,heightUnit:a,layout:l})=>!t&&"px"!==a&&"popin"===l},ht={...gt,propName:"popinPixelsHeight",value:parseInt(window.innerHeight/2.5,10),max:window.innerHeight,condition:({autoHeight:t,heightUnit:a,layout:l})=>!t&&"px"===a&&"popin"===l},kt=({autoWidth:t})=>!t;[bt,rt,ut,vt,pt,ht,dt].map((t=>{if("condition"in t){const a=t.condition,l=t=>a(t)&&kt(t);return{...t,condition:l}}return{...t,condition:kt}}));const Nt="isBackgroundImage",It={category:s,type:"mediaupload",label:"widget_common_style_toggler_label_backgroundImage",propName:"backgroundImage",value:""},Rt={category:s,type:u,label:"widget_common_style_backgroundImageUploader_imageOptions_label",propName:"backgroundSize",value:"cover",options:[{label:"widget_common_style_backgroundImageUploader_imageOptions_option_cover",value:"cover"},{label:"widget_common_style_backgroundImageUploader_imageOptions_option_contain",value:"contain"},{label:"widget_common_style_backgroundImageUploader_imageOptions_option_fill",value:"100% 100%"},{label:"widget_common_style_backgroundImageUploader_imageOptions_option_none",value:"auto"}]},wt={category:s,type:f,label:"widget_common_style_backgroundImageUploader_imagePosition_select_label",propName:"backgroundPosition",value:"center",options:[{label:"widget_common_style_backgroundImageUploader_imagePosition_option_top",value:"top"},{label:"widget_common_style_backgroundImageUploader_imagePosition_option_bottom",value:"bottom"},{label:"widget_common_style_backgroundImageUploader_imagePosition_option_center",value:"center"},{label:"widget_common_style_backgroundImageUploader_imagePosition_option_left",value:"left"},{label:"widget_common_style_backgroundImageUploader_imagePosition_option_right",value:"right"},{label:"widget_common_style_backgroundImageUploader_imagePosition_option_topLeft",value:"top left"},{label:"widget_common_style_backgroundImageUploader_imagePosition_option_topRight",value:"top right"},{label:"widget_common_style_backgroundImageUploader_imagePosition_option_bottomLeft",value:"bottom left"},{label:"widget_common_style_backgroundImageUploader_imagePosition_option_bottomRight",value:"bottom right"}]},St={category:s,type:d,label:"widget_common_style_backgroundImageUploader_toggler_repeatBackgroundImage",propName:"backgroundRepeat",value:!1},yt=[{label:"widget_common_style_fontStyle_option_regular",value:"font-style: normal !important; font-weight: normal;",conditions:[{field:"fontName",value:"inherit"}],fallback:""},{label:"widget_common_style_fontStyle_option_bold",value:"font-weight: bold !important;",conditions:[{field:"fontName",value:"inherit"}],fallback:""},{label:"widget_common_style_fontStyle_option_italic",value:"font-style: italic !important; font-weight: normal;",conditions:[{field:"fontName",value:"inherit"}],fallback:""},{label:"widget_common_style_fontStyle_option_boldItalic",value:"font-style: italic !important; font-weight: bold !important;",conditions:[{field:"fontName",value:"inherit"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/roboto/v20/KFOmCnqEu92Fr1Me5WZLCzYlKw.ttf",conditions:[{field:"fontName",value:"Roboto"}],fallback:""},{label:"Italic",value:"https://fonts.gstatic.com/s/roboto/v20/KFOkCnqEu92Fr1Mu52xPKTM1K9nz.ttf",conditions:[{field:"fontName",value:"Roboto"}],fallback:""},{label:"100",value:"https://fonts.gstatic.com/s/roboto/v20/KFOkCnqEu92Fr1MmgWxPKTM1K9nz.ttf",conditions:[{field:"fontName",value:"Roboto"}],fallback:""},{label:"100 Italic",value:"https://fonts.gstatic.com/s/roboto/v20/KFOiCnqEu92Fr1Mu51QrIzcXLsnzjYk.ttf",conditions:[{field:"fontName",value:"Roboto"}],fallback:""},{label:"300",value:"https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmSU5vAx05IsDqlA.ttf",conditions:[{field:"fontName",value:"Roboto"}],fallback:""},{label:"300 Italic",value:"https://fonts.gstatic.com/s/roboto/v20/KFOjCnqEu92Fr1Mu51TjARc9AMX6lJBP.ttf",conditions:[{field:"fontName",value:"Roboto"}],fallback:""},{label:"500",value:"https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmEU9vAx05IsDqlA.ttf",conditions:[{field:"fontName",value:"Roboto"}],fallback:""},{label:"500 Italic",value:"https://fonts.gstatic.com/s/roboto/v20/KFOjCnqEu92Fr1Mu51S7ABc9AMX6lJBP.ttf",conditions:[{field:"fontName",value:"Roboto"}],fallback:""},{label:"700",value:"https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmWUlvAx05IsDqlA.ttf",conditions:[{field:"fontName",value:"Roboto"}],fallback:""},{label:"700 Italic",value:"https://fonts.gstatic.com/s/roboto/v20/KFOjCnqEu92Fr1Mu51TzBhc9AMX6lJBP.ttf",conditions:[{field:"fontName",value:"Roboto"}],fallback:""},{label:"900",value:"https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmYUtvAx05IsDqlA.ttf",conditions:[{field:"fontName",value:"Roboto"}],fallback:""},{label:"900 Italic",value:"https://fonts.gstatic.com/s/roboto/v20/KFOjCnqEu92Fr1Mu51TLBBc9AMX6lJBP.ttf",conditions:[{field:"fontName",value:"Roboto"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/opensans/v17/mem8YaGs126MiZpBA-U1UpcaXcl0Aw.ttf",conditions:[{field:"fontName",value:"Open Sans"}],fallback:""},{label:"Italic",value:"https://fonts.gstatic.com/s/opensans/v17/mem6YaGs126MiZpBA-UFUJ0ef8xkA76a.ttf",conditions:[{field:"fontName",value:"Open Sans"}],fallback:""},{label:"300",value:"https://fonts.gstatic.com/s/opensans/v17/mem5YaGs126MiZpBA-UN_r8-VeJoCqeDjg.ttf",conditions:[{field:"fontName",value:"Open Sans"}],fallback:""},{label:"300 Italic",value:"https://fonts.gstatic.com/s/opensans/v17/memnYaGs126MiZpBA-UFUKWyV-hsKKKTjrPW.ttf",conditions:[{field:"fontName",value:"Open Sans"}],fallback:""},{label:"600",value:"https://fonts.gstatic.com/s/opensans/v17/mem5YaGs126MiZpBA-UNirk-VeJoCqeDjg.ttf",conditions:[{field:"fontName",value:"Open Sans"}],fallback:""},{label:"600 Italic",value:"https://fonts.gstatic.com/s/opensans/v17/memnYaGs126MiZpBA-UFUKXGUehsKKKTjrPW.ttf",conditions:[{field:"fontName",value:"Open Sans"}],fallback:""},{label:"700",value:"https://fonts.gstatic.com/s/opensans/v17/mem5YaGs126MiZpBA-UN7rg-VeJoCqeDjg.ttf",conditions:[{field:"fontName",value:"Open Sans"}],fallback:""},{label:"700 Italic",value:"https://fonts.gstatic.com/s/opensans/v17/memnYaGs126MiZpBA-UFUKWiUOhsKKKTjrPW.ttf",conditions:[{field:"fontName",value:"Open Sans"}],fallback:""},{label:"800",value:"https://fonts.gstatic.com/s/opensans/v17/mem5YaGs126MiZpBA-UN8rs-VeJoCqeDjg.ttf",conditions:[{field:"fontName",value:"Open Sans"}],fallback:""},{label:"800 Italic",value:"https://fonts.gstatic.com/s/opensans/v17/memnYaGs126MiZpBA-UFUKW-U-hsKKKTjrPW.ttf",conditions:[{field:"fontName",value:"Open Sans"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/notosansjp/v25/-F62fjtqLzI2JPCgQBnw7HFowAIO2lZ9hg.otf",conditions:[{field:"fontName",value:"Noto Sans JP"}],fallback:""},{label:"100",value:"https://fonts.gstatic.com/s/notosansjp/v25/-F6ofjtqLzI2JPCgQBnw7HFQoggM-FNthvIU.otf",conditions:[{field:"fontName",value:"Noto Sans JP"}],fallback:""},{label:"300",value:"https://fonts.gstatic.com/s/notosansjp/v25/-F6pfjtqLzI2JPCgQBnw7HFQaioq1H1hj-sNFQ.otf",conditions:[{field:"fontName",value:"Noto Sans JP"}],fallback:""},{label:"500",value:"https://fonts.gstatic.com/s/notosansjp/v25/-F6pfjtqLzI2JPCgQBnw7HFQMisq1H1hj-sNFQ.otf",conditions:[{field:"fontName",value:"Noto Sans JP"}],fallback:""},{label:"700",value:"https://fonts.gstatic.com/s/notosansjp/v25/-F6pfjtqLzI2JPCgQBnw7HFQei0q1H1hj-sNFQ.otf",conditions:[{field:"fontName",value:"Noto Sans JP"}],fallback:""},{label:"900",value:"https://fonts.gstatic.com/s/notosansjp/v25/-F6pfjtqLzI2JPCgQBnw7HFQQi8q1H1hj-sNFQ.otf",conditions:[{field:"fontName",value:"Noto Sans JP"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/lato/v16/S6uyw4BMUTPHvxk6XweuBCY.ttf",conditions:[{field:"fontName",value:"Lato"}],fallback:""},{label:"Italic",value:"https://fonts.gstatic.com/s/lato/v16/S6u8w4BMUTPHjxswWyWrFCbw7A.ttf",conditions:[{field:"fontName",value:"Lato"}],fallback:""},{label:"100",value:"https://fonts.gstatic.com/s/lato/v16/S6u8w4BMUTPHh30wWyWrFCbw7A.ttf",conditions:[{field:"fontName",value:"Lato"}],fallback:""},{label:"100 Italic",value:"https://fonts.gstatic.com/s/lato/v16/S6u-w4BMUTPHjxsIPy-vNiPg7MU0.ttf",conditions:[{field:"fontName",value:"Lato"}],fallback:""},{label:"300",value:"https://fonts.gstatic.com/s/lato/v16/S6u9w4BMUTPHh7USew-FGC_p9dw.ttf",conditions:[{field:"fontName",value:"Lato"}],fallback:""},{label:"300 Italic",value:"https://fonts.gstatic.com/s/lato/v16/S6u_w4BMUTPHjxsI9w2PHA3s5dwt7w.ttf",conditions:[{field:"fontName",value:"Lato"}],fallback:""},{label:"700",value:"https://fonts.gstatic.com/s/lato/v16/S6u9w4BMUTPHh6UVew-FGC_p9dw.ttf",conditions:[{field:"fontName",value:"Lato"}],fallback:""},{label:"700 Italic",value:"https://fonts.gstatic.com/s/lato/v16/S6u_w4BMUTPHjxsI5wqPHA3s5dwt7w.ttf",conditions:[{field:"fontName",value:"Lato"}],fallback:""},{label:"900",value:"https://fonts.gstatic.com/s/lato/v16/S6u9w4BMUTPHh50Xew-FGC_p9dw.ttf",conditions:[{field:"fontName",value:"Lato"}],fallback:""},{label:"900 Italic",value:"https://fonts.gstatic.com/s/lato/v16/S6u_w4BMUTPHjxsI3wiPHA3s5dwt7w.ttf",conditions:[{field:"fontName",value:"Lato"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/montserrat/v14/JTUSjIg1_i6t8kCHKm45xW5rygbi49c.ttf",conditions:[{field:"fontName",value:"Montserrat"}],fallback:""},{label:"Italic",value:"https://fonts.gstatic.com/s/montserrat/v14/JTUQjIg1_i6t8kCHKm459WxhziTn89dtpQ.ttf",conditions:[{field:"fontName",value:"Montserrat"}],fallback:""},{label:"100",value:"https://fonts.gstatic.com/s/montserrat/v14/JTUQjIg1_i6t8kCHKm45_QphziTn89dtpQ.ttf",conditions:[{field:"fontName",value:"Montserrat"}],fallback:""},{label:"100 Italic",value:"https://fonts.gstatic.com/s/montserrat/v14/JTUOjIg1_i6t8kCHKm459WxZqi7j0dJ9pTOi.ttf",conditions:[{field:"fontName",value:"Montserrat"}],fallback:""},{label:"200",value:"https://fonts.gstatic.com/s/montserrat/v14/JTURjIg1_i6t8kCHKm45_aZA7g7J_950vCo.ttf",conditions:[{field:"fontName",value:"Montserrat"}],fallback:""},{label:"200 Italic",value:"https://fonts.gstatic.com/s/montserrat/v14/JTUPjIg1_i6t8kCHKm459WxZBg_D-_xxrCq7qg.ttf",conditions:[{field:"fontName",value:"Montserrat"}],fallback:""},{label:"300",value:"https://fonts.gstatic.com/s/montserrat/v14/JTURjIg1_i6t8kCHKm45_cJD7g7J_950vCo.ttf",conditions:[{field:"fontName",value:"Montserrat"}],fallback:""},{label:"300 Italic",value:"https://fonts.gstatic.com/s/montserrat/v14/JTUPjIg1_i6t8kCHKm459WxZYgzD-_xxrCq7qg.ttf",conditions:[{field:"fontName",value:"Montserrat"}],fallback:""},{label:"500",value:"https://fonts.gstatic.com/s/montserrat/v14/JTURjIg1_i6t8kCHKm45_ZpC7g7J_950vCo.ttf",conditions:[{field:"fontName",value:"Montserrat"}],fallback:""},{label:"500 Italic",value:"https://fonts.gstatic.com/s/montserrat/v14/JTUPjIg1_i6t8kCHKm459WxZOg3D-_xxrCq7qg.ttf",conditions:[{field:"fontName",value:"Montserrat"}],fallback:""},{label:"600",value:"https://fonts.gstatic.com/s/montserrat/v14/JTURjIg1_i6t8kCHKm45_bZF7g7J_950vCo.ttf",conditions:[{field:"fontName",value:"Montserrat"}],fallback:""},{label:"600 Italic",value:"https://fonts.gstatic.com/s/montserrat/v14/JTUPjIg1_i6t8kCHKm459WxZFgrD-_xxrCq7qg.ttf",conditions:[{field:"fontName",value:"Montserrat"}],fallback:""},{label:"700",value:"https://fonts.gstatic.com/s/montserrat/v14/JTURjIg1_i6t8kCHKm45_dJE7g7J_950vCo.ttf",conditions:[{field:"fontName",value:"Montserrat"}],fallback:""},{label:"700 Italic",value:"https://fonts.gstatic.com/s/montserrat/v14/JTUPjIg1_i6t8kCHKm459WxZcgvD-_xxrCq7qg.ttf",conditions:[{field:"fontName",value:"Montserrat"}],fallback:""},{label:"800",value:"https://fonts.gstatic.com/s/montserrat/v14/JTURjIg1_i6t8kCHKm45_c5H7g7J_950vCo.ttf",conditions:[{field:"fontName",value:"Montserrat"}],fallback:""},{label:"800 Italic",value:"https://fonts.gstatic.com/s/montserrat/v14/JTUPjIg1_i6t8kCHKm459WxZbgjD-_xxrCq7qg.ttf",conditions:[{field:"fontName",value:"Montserrat"}],fallback:""},{label:"900",value:"https://fonts.gstatic.com/s/montserrat/v14/JTURjIg1_i6t8kCHKm45_epG7g7J_950vCo.ttf",conditions:[{field:"fontName",value:"Montserrat"}],fallback:""},{label:"900 Italic",value:"https://fonts.gstatic.com/s/montserrat/v14/JTUPjIg1_i6t8kCHKm459WxZSgnD-_xxrCq7qg.ttf",conditions:[{field:"fontName",value:"Montserrat"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/robotocondensed/v18/ieVl2ZhZI2eCN5jzbjEETS9weq8-59WxDCs5cvI.ttf",conditions:[{field:"fontName",value:"Roboto Condensed"}],fallback:""},{label:"Italic",value:"https://fonts.gstatic.com/s/robotocondensed/v18/ieVj2ZhZI2eCN5jzbjEETS9weq8-19e7CAk8YvJEeg.ttf",conditions:[{field:"fontName",value:"Roboto Condensed"}],fallback:""},{label:"300",value:"https://fonts.gstatic.com/s/robotocondensed/v18/ieVi2ZhZI2eCN5jzbjEETS9weq8-33mZKCMSbvtdYyQ.ttf",conditions:[{field:"fontName",value:"Roboto Condensed"}],fallback:""},{label:"300 Italic",value:"https://fonts.gstatic.com/s/robotocondensed/v18/ieVg2ZhZI2eCN5jzbjEETS9weq8-19eDpCEYatlYcyRi4A.ttf",conditions:[{field:"fontName",value:"Roboto Condensed"}],fallback:""},{label:"700",value:"https://fonts.gstatic.com/s/robotocondensed/v18/ieVi2ZhZI2eCN5jzbjEETS9weq8-32meKCMSbvtdYyQ.ttf",conditions:[{field:"fontName",value:"Roboto Condensed"}],fallback:""},{label:"700 Italic",value:"https://fonts.gstatic.com/s/robotocondensed/v18/ieVg2ZhZI2eCN5jzbjEETS9weq8-19eDtCYYatlYcyRi4A.ttf",conditions:[{field:"fontName",value:"Roboto Condensed"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/sourcesanspro/v13/6xK3dSBYKcSV-LCoeQqfX1RYOo3aP6TkmDZz9g.ttf",conditions:[{field:"fontName",value:"Source Sans Pro"}],fallback:""},{label:"Italic",value:"https://fonts.gstatic.com/s/sourcesanspro/v13/6xK1dSBYKcSV-LCoeQqfX1RYOo3qPa7gujNj9tmf.ttf",conditions:[{field:"fontName",value:"Source Sans Pro"}],fallback:""},{label:"200",value:"https://fonts.gstatic.com/s/sourcesanspro/v13/6xKydSBYKcSV-LCoeQqfX1RYOo3i94_AkB1v_8CGxg.ttf",conditions:[{field:"fontName",value:"Source Sans Pro"}],fallback:""},{label:"200 Italic",value:"https://fonts.gstatic.com/s/sourcesanspro/v13/6xKwdSBYKcSV-LCoeQqfX1RYOo3qPZYokRdr3cWWxg40.ttf",conditions:[{field:"fontName",value:"Source Sans Pro"}],fallback:""},{label:"300",value:"https://fonts.gstatic.com/s/sourcesanspro/v13/6xKydSBYKcSV-LCoeQqfX1RYOo3ik4zAkB1v_8CGxg.ttf",conditions:[{field:"fontName",value:"Source Sans Pro"}],fallback:""},{label:"300 Italic",value:"https://fonts.gstatic.com/s/sourcesanspro/v13/6xKwdSBYKcSV-LCoeQqfX1RYOo3qPZZMkhdr3cWWxg40.ttf",conditions:[{field:"fontName",value:"Source Sans Pro"}],fallback:""},{label:"600",value:"https://fonts.gstatic.com/s/sourcesanspro/v13/6xKydSBYKcSV-LCoeQqfX1RYOo3i54rAkB1v_8CGxg.ttf",conditions:[{field:"fontName",value:"Source Sans Pro"}],fallback:""},{label:"600 Italic",value:"https://fonts.gstatic.com/s/sourcesanspro/v13/6xKwdSBYKcSV-LCoeQqfX1RYOo3qPZY4lBdr3cWWxg40.ttf",conditions:[{field:"fontName",value:"Source Sans Pro"}],fallback:""},{label:"700",value:"https://fonts.gstatic.com/s/sourcesanspro/v13/6xKydSBYKcSV-LCoeQqfX1RYOo3ig4vAkB1v_8CGxg.ttf",conditions:[{field:"fontName",value:"Source Sans Pro"}],fallback:""},{label:"700 Italic",value:"https://fonts.gstatic.com/s/sourcesanspro/v13/6xKwdSBYKcSV-LCoeQqfX1RYOo3qPZZclRdr3cWWxg40.ttf",conditions:[{field:"fontName",value:"Source Sans Pro"}],fallback:""},{label:"900",value:"https://fonts.gstatic.com/s/sourcesanspro/v13/6xKydSBYKcSV-LCoeQqfX1RYOo3iu4nAkB1v_8CGxg.ttf",conditions:[{field:"fontName",value:"Source Sans Pro"}],fallback:""},{label:"900 Italic",value:"https://fonts.gstatic.com/s/sourcesanspro/v13/6xKwdSBYKcSV-LCoeQqfX1RYOo3qPZZklxdr3cWWxg40.ttf",conditions:[{field:"fontName",value:"Source Sans Pro"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/oswald/v35/TK3_WkUHHAIjg75cFRf3bXL8LICs1_FvgUFoZAaRliE.ttf",conditions:[{field:"fontName",value:"Oswald"}],fallback:""},{label:"200",value:"https://fonts.gstatic.com/s/oswald/v35/TK3_WkUHHAIjg75cFRf3bXL8LICs13FvgUFoZAaRliE.ttf",conditions:[{field:"fontName",value:"Oswald"}],fallback:""},{label:"300",value:"https://fonts.gstatic.com/s/oswald/v35/TK3_WkUHHAIjg75cFRf3bXL8LICs169vgUFoZAaRliE.ttf",conditions:[{field:"fontName",value:"Oswald"}],fallback:""},{label:"500",value:"https://fonts.gstatic.com/s/oswald/v35/TK3_WkUHHAIjg75cFRf3bXL8LICs18NvgUFoZAaRliE.ttf",conditions:[{field:"fontName",value:"Oswald"}],fallback:""},{label:"600",value:"https://fonts.gstatic.com/s/oswald/v35/TK3_WkUHHAIjg75cFRf3bXL8LICs1y9ogUFoZAaRliE.ttf",conditions:[{field:"fontName",value:"Oswald"}],fallback:""},{label:"700",value:"https://fonts.gstatic.com/s/oswald/v35/TK3_WkUHHAIjg75cFRf3bXL8LICs1xZogUFoZAaRliE.ttf",conditions:[{field:"fontName",value:"Oswald"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/robotomono/v12/L0xuDF4xlVMF-BfR8bXMIhJHg45mwgGEFl0_3vqPQ--5Ip2sSQ.ttf",conditions:[{field:"fontName",value:"Roboto Mono"}],fallback:""},{label:"Italic",value:"https://fonts.gstatic.com/s/robotomono/v12/L0xoDF4xlVMF-BfR8bXMIjhOsXG-q2oeuFoqFrlnAOW9AJi8SZwt.ttf",conditions:[{field:"fontName",value:"Roboto Mono"}],fallback:""},{label:"100",value:"https://fonts.gstatic.com/s/robotomono/v12/L0xuDF4xlVMF-BfR8bXMIhJHg45mwgGEFl0_3vuPQ--5Ip2sSQ.ttf",conditions:[{field:"fontName",value:"Roboto Mono"}],fallback:""},{label:"100 Italic",value:"https://fonts.gstatic.com/s/robotomono/v12/L0xoDF4xlVMF-BfR8bXMIjhOsXG-q2oeuFoqFrlnAeW9AJi8SZwt.ttf",conditions:[{field:"fontName",value:"Roboto Mono"}],fallback:""},{label:"200",value:"https://fonts.gstatic.com/s/robotomono/v12/L0xuDF4xlVMF-BfR8bXMIhJHg45mwgGEFl0_XvqPQ--5Ip2sSQ.ttf",conditions:[{field:"fontName",value:"Roboto Mono"}],fallback:""},{label:"200 Italic",value:"https://fonts.gstatic.com/s/robotomono/v12/L0xoDF4xlVMF-BfR8bXMIjhOsXG-q2oeuFoqFrnnAOW9AJi8SZwt.ttf",conditions:[{field:"fontName",value:"Roboto Mono"}],fallback:""},{label:"300",value:"https://fonts.gstatic.com/s/robotomono/v12/L0xuDF4xlVMF-BfR8bXMIhJHg45mwgGEFl0_gPqPQ--5Ip2sSQ.ttf",conditions:[{field:"fontName",value:"Roboto Mono"}],fallback:""},{label:"300 Italic",value:"https://fonts.gstatic.com/s/robotomono/v12/L0xoDF4xlVMF-BfR8bXMIjhOsXG-q2oeuFoqFrk5AOW9AJi8SZwt.ttf",conditions:[{field:"fontName",value:"Roboto Mono"}],fallback:""},{label:"500",value:"https://fonts.gstatic.com/s/robotomono/v12/L0xuDF4xlVMF-BfR8bXMIhJHg45mwgGEFl0_7PqPQ--5Ip2sSQ.ttf",conditions:[{field:"fontName",value:"Roboto Mono"}],fallback:""},{label:"500 Italic",value:"https://fonts.gstatic.com/s/robotomono/v12/L0xoDF4xlVMF-BfR8bXMIjhOsXG-q2oeuFoqFrlVAOW9AJi8SZwt.ttf",conditions:[{field:"fontName",value:"Roboto Mono"}],fallback:""},{label:"600",value:"https://fonts.gstatic.com/s/robotomono/v12/L0xuDF4xlVMF-BfR8bXMIhJHg45mwgGEFl0_AP2PQ--5Ip2sSQ.ttf",conditions:[{field:"fontName",value:"Roboto Mono"}],fallback:""},{label:"600 Italic",value:"https://fonts.gstatic.com/s/robotomono/v12/L0xoDF4xlVMF-BfR8bXMIjhOsXG-q2oeuFoqFrm5B-W9AJi8SZwt.ttf",conditions:[{field:"fontName",value:"Roboto Mono"}],fallback:""},{label:"700",value:"https://fonts.gstatic.com/s/robotomono/v12/L0xuDF4xlVMF-BfR8bXMIhJHg45mwgGEFl0_Of2PQ--5Ip2sSQ.ttf",conditions:[{field:"fontName",value:"Roboto Mono"}],fallback:""},{label:"700 Italic",value:"https://fonts.gstatic.com/s/robotomono/v12/L0xoDF4xlVMF-BfR8bXMIjhOsXG-q2oeuFoqFrmAB-W9AJi8SZwt.ttf",conditions:[{field:"fontName",value:"Roboto Mono"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/raleway/v17/1Ptxg8zYS_SKggPN4iEgvnHyvveLxVvaooCPNLA3JC9c.ttf",conditions:[{field:"fontName",value:"Raleway"}],fallback:""},{label:"Italic",value:"https://fonts.gstatic.com/s/raleway/v17/1Pt_g8zYS_SKggPNyCgSQamb1W0lwk4S4WjMPrQVIT9c2c8.ttf",conditions:[{field:"fontName",value:"Raleway"}],fallback:""},{label:"100",value:"https://fonts.gstatic.com/s/raleway/v17/1Ptxg8zYS_SKggPN4iEgvnHyvveLxVvao4CPNLA3JC9c.ttf",conditions:[{field:"fontName",value:"Raleway"}],fallback:""},{label:"100 Italic",value:"https://fonts.gstatic.com/s/raleway/v17/1Pt_g8zYS_SKggPNyCgSQamb1W0lwk4S4WjNPrQVIT9c2c8.ttf",conditions:[{field:"fontName",value:"Raleway"}],fallback:""},{label:"200",value:"https://fonts.gstatic.com/s/raleway/v17/1Ptxg8zYS_SKggPN4iEgvnHyvveLxVtaooCPNLA3JC9c.ttf",conditions:[{field:"fontName",value:"Raleway"}],fallback:""},{label:"200 Italic",value:"https://fonts.gstatic.com/s/raleway/v17/1Pt_g8zYS_SKggPNyCgSQamb1W0lwk4S4ejMPrQVIT9c2c8.ttf",conditions:[{field:"fontName",value:"Raleway"}],fallback:""},{label:"300",value:"https://fonts.gstatic.com/s/raleway/v17/1Ptxg8zYS_SKggPN4iEgvnHyvveLxVuEooCPNLA3JC9c.ttf",conditions:[{field:"fontName",value:"Raleway"}],fallback:""},{label:"300 Italic",value:"https://fonts.gstatic.com/s/raleway/v17/1Pt_g8zYS_SKggPNyCgSQamb1W0lwk4S4TbMPrQVIT9c2c8.ttf",conditions:[{field:"fontName",value:"Raleway"}],fallback:""},{label:"500",value:"https://fonts.gstatic.com/s/raleway/v17/1Ptxg8zYS_SKggPN4iEgvnHyvveLxVvoooCPNLA3JC9c.ttf",conditions:[{field:"fontName",value:"Raleway"}],fallback:""},{label:"500 Italic",value:"https://fonts.gstatic.com/s/raleway/v17/1Pt_g8zYS_SKggPNyCgSQamb1W0lwk4S4VrMPrQVIT9c2c8.ttf",conditions:[{field:"fontName",value:"Raleway"}],fallback:""},{label:"600",value:"https://fonts.gstatic.com/s/raleway/v17/1Ptxg8zYS_SKggPN4iEgvnHyvveLxVsEpYCPNLA3JC9c.ttf",conditions:[{field:"fontName",value:"Raleway"}],fallback:""},{label:"600 Italic",value:"https://fonts.gstatic.com/s/raleway/v17/1Pt_g8zYS_SKggPNyCgSQamb1W0lwk4S4bbLPrQVIT9c2c8.ttf",conditions:[{field:"fontName",value:"Raleway"}],fallback:""},{label:"700",value:"https://fonts.gstatic.com/s/raleway/v17/1Ptxg8zYS_SKggPN4iEgvnHyvveLxVs9pYCPNLA3JC9c.ttf",conditions:[{field:"fontName",value:"Raleway"}],fallback:""},{label:"700 Italic",value:"https://fonts.gstatic.com/s/raleway/v17/1Pt_g8zYS_SKggPNyCgSQamb1W0lwk4S4Y_LPrQVIT9c2c8.ttf",conditions:[{field:"fontName",value:"Raleway"}],fallback:""},{label:"800",value:"https://fonts.gstatic.com/s/raleway/v17/1Ptxg8zYS_SKggPN4iEgvnHyvveLxVtapYCPNLA3JC9c.ttf",conditions:[{field:"fontName",value:"Raleway"}],fallback:""},{label:"800 Italic",value:"https://fonts.gstatic.com/s/raleway/v17/1Pt_g8zYS_SKggPNyCgSQamb1W0lwk4S4ejLPrQVIT9c2c8.ttf",conditions:[{field:"fontName",value:"Raleway"}],fallback:""},{label:"900",value:"https://fonts.gstatic.com/s/raleway/v17/1Ptxg8zYS_SKggPN4iEgvnHyvveLxVtzpYCPNLA3JC9c.ttf",conditions:[{field:"fontName",value:"Raleway"}],fallback:""},{label:"900 Italic",value:"https://fonts.gstatic.com/s/raleway/v17/1Pt_g8zYS_SKggPNyCgSQamb1W0lwk4S4cHLPrQVIT9c2c8.ttf",conditions:[{field:"fontName",value:"Raleway"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/poppins/v12/pxiEyp8kv8JHgFVrFJDUc1NECPY.ttf",conditions:[{field:"fontName",value:"Poppins"}],fallback:""},{label:"Italic",value:"https://fonts.gstatic.com/s/poppins/v12/pxiGyp8kv8JHgFVrJJLed3FBGPaTSQ.ttf",conditions:[{field:"fontName",value:"Poppins"}],fallback:""},{label:"100",value:"https://fonts.gstatic.com/s/poppins/v12/pxiGyp8kv8JHgFVrLPTed3FBGPaTSQ.ttf",conditions:[{field:"fontName",value:"Poppins"}],fallback:""},{label:"100 Italic",value:"https://fonts.gstatic.com/s/poppins/v12/pxiAyp8kv8JHgFVrJJLmE3tFOvODSVFF.ttf",conditions:[{field:"fontName",value:"Poppins"}],fallback:""},{label:"200",value:"https://fonts.gstatic.com/s/poppins/v12/pxiByp8kv8JHgFVrLFj_V1tvFP-KUEg.ttf",conditions:[{field:"fontName",value:"Poppins"}],fallback:""},{label:"200 Italic",value:"https://fonts.gstatic.com/s/poppins/v12/pxiDyp8kv8JHgFVrJJLmv1plEN2PQEhcqw.ttf",conditions:[{field:"fontName",value:"Poppins"}],fallback:""},{label:"300",value:"https://fonts.gstatic.com/s/poppins/v12/pxiByp8kv8JHgFVrLDz8V1tvFP-KUEg.ttf",conditions:[{field:"fontName",value:"Poppins"}],fallback:""},{label:"300 Italic",value:"https://fonts.gstatic.com/s/poppins/v12/pxiDyp8kv8JHgFVrJJLm21llEN2PQEhcqw.ttf",conditions:[{field:"fontName",value:"Poppins"}],fallback:""},{label:"500",value:"https://fonts.gstatic.com/s/poppins/v12/pxiByp8kv8JHgFVrLGT9V1tvFP-KUEg.ttf",conditions:[{field:"fontName",value:"Poppins"}],fallback:""},{label:"500 Italic",value:"https://fonts.gstatic.com/s/poppins/v12/pxiDyp8kv8JHgFVrJJLmg1hlEN2PQEhcqw.ttf",conditions:[{field:"fontName",value:"Poppins"}],fallback:""},{label:"600",value:"https://fonts.gstatic.com/s/poppins/v12/pxiByp8kv8JHgFVrLEj6V1tvFP-KUEg.ttf",conditions:[{field:"fontName",value:"Poppins"}],fallback:""},{label:"600 Italic",value:"https://fonts.gstatic.com/s/poppins/v12/pxiDyp8kv8JHgFVrJJLmr19lEN2PQEhcqw.ttf",conditions:[{field:"fontName",value:"Poppins"}],fallback:""},{label:"700",value:"https://fonts.gstatic.com/s/poppins/v12/pxiByp8kv8JHgFVrLCz7V1tvFP-KUEg.ttf",conditions:[{field:"fontName",value:"Poppins"}],fallback:""},{label:"700 Italic",value:"https://fonts.gstatic.com/s/poppins/v12/pxiDyp8kv8JHgFVrJJLmy15lEN2PQEhcqw.ttf",conditions:[{field:"fontName",value:"Poppins"}],fallback:""},{label:"800",value:"https://fonts.gstatic.com/s/poppins/v12/pxiByp8kv8JHgFVrLDD4V1tvFP-KUEg.ttf",conditions:[{field:"fontName",value:"Poppins"}],fallback:""},{label:"800 Italic",value:"https://fonts.gstatic.com/s/poppins/v12/pxiDyp8kv8JHgFVrJJLm111lEN2PQEhcqw.ttf",conditions:[{field:"fontName",value:"Poppins"}],fallback:""},{label:"900",value:"https://fonts.gstatic.com/s/poppins/v12/pxiByp8kv8JHgFVrLBT5V1tvFP-KUEg.ttf",conditions:[{field:"fontName",value:"Poppins"}],fallback:""},{label:"900 Italic",value:"https://fonts.gstatic.com/s/poppins/v12/pxiDyp8kv8JHgFVrJJLm81xlEN2PQEhcqw.ttf",conditions:[{field:"fontName",value:"Poppins"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/notosans/v9/o-0IIpQlx3QUlC5A4PNb4j5Ba_2c7A.ttf",conditions:[{field:"fontName",value:"Noto Sans"}],fallback:""},{label:"Italic",value:"https://fonts.gstatic.com/s/notosans/v9/o-0OIpQlx3QUlC5A4PNr4DRFSfiM7HBj.ttf",conditions:[{field:"fontName",value:"Noto Sans"}],fallback:""},{label:"700",value:"https://fonts.gstatic.com/s/notosans/v9/o-0NIpQlx3QUlC5A4PNjXhFlY9aA5Wl6PQ.ttf",conditions:[{field:"fontName",value:"Noto Sans"}],fallback:""},{label:"700 Italic",value:"https://fonts.gstatic.com/s/notosans/v9/o-0TIpQlx3QUlC5A4PNr4Az5ZtyEx2xqPaif.ttf",conditions:[{field:"fontName",value:"Noto Sans"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/ptsans/v11/jizaRExUiTo99u79P0WOxOGMMDQ.ttf",conditions:[{field:"fontName",value:"PT Sans"}],fallback:""},{label:"Italic",value:"https://fonts.gstatic.com/s/ptsans/v11/jizYRExUiTo99u79D0eEwMOJIDQA-g.ttf",conditions:[{field:"fontName",value:"PT Sans"}],fallback:""},{label:"700",value:"https://fonts.gstatic.com/s/ptsans/v11/jizfRExUiTo99u79B_mh4OmnLD0Z4zM.ttf",conditions:[{field:"fontName",value:"PT Sans"}],fallback:""},{label:"700 Italic",value:"https://fonts.gstatic.com/s/ptsans/v11/jizdRExUiTo99u79D0e8fOytKB8c8zMrig.ttf",conditions:[{field:"fontName",value:"PT Sans"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/robotoslab/v12/BngbUXZYTXPIvIBgJJSb6s3BzlRRfKOFbvjojISWaG5iddG-1A.ttf",conditions:[{field:"fontName",value:"Roboto Slab"}],fallback:""},{label:"100",value:"https://fonts.gstatic.com/s/robotoslab/v12/BngbUXZYTXPIvIBgJJSb6s3BzlRRfKOFbvjojIWWaG5iddG-1A.ttf",conditions:[{field:"fontName",value:"Roboto Slab"}],fallback:""},{label:"200",value:"https://fonts.gstatic.com/s/robotoslab/v12/BngbUXZYTXPIvIBgJJSb6s3BzlRRfKOFbvjoDISWaG5iddG-1A.ttf",conditions:[{field:"fontName",value:"Roboto Slab"}],fallback:""},{label:"300",value:"https://fonts.gstatic.com/s/robotoslab/v12/BngbUXZYTXPIvIBgJJSb6s3BzlRRfKOFbvjo0oSWaG5iddG-1A.ttf",conditions:[{field:"fontName",value:"Roboto Slab"}],fallback:""},{label:"500",value:"https://fonts.gstatic.com/s/robotoslab/v12/BngbUXZYTXPIvIBgJJSb6s3BzlRRfKOFbvjovoSWaG5iddG-1A.ttf",conditions:[{field:"fontName",value:"Roboto Slab"}],fallback:""},{label:"600",value:"https://fonts.gstatic.com/s/robotoslab/v12/BngbUXZYTXPIvIBgJJSb6s3BzlRRfKOFbvjoUoOWaG5iddG-1A.ttf",conditions:[{field:"fontName",value:"Roboto Slab"}],fallback:""},{label:"700",value:"https://fonts.gstatic.com/s/robotoslab/v12/BngbUXZYTXPIvIBgJJSb6s3BzlRRfKOFbvjoa4OWaG5iddG-1A.ttf",conditions:[{field:"fontName",value:"Roboto Slab"}],fallback:""},{label:"800",value:"https://fonts.gstatic.com/s/robotoslab/v12/BngbUXZYTXPIvIBgJJSb6s3BzlRRfKOFbvjoDIOWaG5iddG-1A.ttf",conditions:[{field:"fontName",value:"Roboto Slab"}],fallback:""},{label:"900",value:"https://fonts.gstatic.com/s/robotoslab/v12/BngbUXZYTXPIvIBgJJSb6s3BzlRRfKOFbvjoJYOWaG5iddG-1A.ttf",conditions:[{field:"fontName",value:"Roboto Slab"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/merriweather/v21/u-440qyriQwlOrhSvowK_l5OeyxNV-bnrw.ttf",conditions:[{field:"fontName",value:"Merriweather"}],fallback:""},{label:"Italic",value:"https://fonts.gstatic.com/s/merriweather/v21/u-4m0qyriQwlOrhSvowK_l5-eSZJdeP3r-Ho.ttf",conditions:[{field:"fontName",value:"Merriweather"}],fallback:""},{label:"300",value:"https://fonts.gstatic.com/s/merriweather/v21/u-4n0qyriQwlOrhSvowK_l521wRpX837pvjxPA.ttf",conditions:[{field:"fontName",value:"Merriweather"}],fallback:""},{label:"300 Italic",value:"https://fonts.gstatic.com/s/merriweather/v21/u-4l0qyriQwlOrhSvowK_l5-eR7lXcf_hP3hPGWH.ttf",conditions:[{field:"fontName",value:"Merriweather"}],fallback:""},{label:"700",value:"https://fonts.gstatic.com/s/merriweather/v21/u-4n0qyriQwlOrhSvowK_l52xwNpX837pvjxPA.ttf",conditions:[{field:"fontName",value:"Merriweather"}],fallback:""},{label:"700 Italic",value:"https://fonts.gstatic.com/s/merriweather/v21/u-4l0qyriQwlOrhSvowK_l5-eR71Wsf_hP3hPGWH.ttf",conditions:[{field:"fontName",value:"Merriweather"}],fallback:""},{label:"900",value:"https://fonts.gstatic.com/s/merriweather/v21/u-4n0qyriQwlOrhSvowK_l52_wFpX837pvjxPA.ttf",conditions:[{field:"fontName",value:"Merriweather"}],fallback:""},{label:"900 Italic",value:"https://fonts.gstatic.com/s/merriweather/v21/u-4l0qyriQwlOrhSvowK_l5-eR7NWMf_hP3hPGWH.ttf",conditions:[{field:"fontName",value:"Merriweather"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/ubuntu/v14/4iCs6KVjbNBYlgo6eAT3v02QFg.ttf",conditions:[{field:"fontName",value:"Ubuntu"}],fallback:""},{label:"Italic",value:"https://fonts.gstatic.com/s/ubuntu/v14/4iCu6KVjbNBYlgoKeg7znUiAFpxm.ttf",conditions:[{field:"fontName",value:"Ubuntu"}],fallback:""},{label:"300",value:"https://fonts.gstatic.com/s/ubuntu/v14/4iCv6KVjbNBYlgoC1CzTt2aMH4V_gg.ttf",conditions:[{field:"fontName",value:"Ubuntu"}],fallback:""},{label:"300 Italic",value:"https://fonts.gstatic.com/s/ubuntu/v14/4iCp6KVjbNBYlgoKejZftWyIPYBvgpUI.ttf",conditions:[{field:"fontName",value:"Ubuntu"}],fallback:""},{label:"500",value:"https://fonts.gstatic.com/s/ubuntu/v14/4iCv6KVjbNBYlgoCjC3Tt2aMH4V_gg.ttf",conditions:[{field:"fontName",value:"Ubuntu"}],fallback:""},{label:"500 Italic",value:"https://fonts.gstatic.com/s/ubuntu/v14/4iCp6KVjbNBYlgoKejYHtGyIPYBvgpUI.ttf",conditions:[{field:"fontName",value:"Ubuntu"}],fallback:""},{label:"700",value:"https://fonts.gstatic.com/s/ubuntu/v14/4iCv6KVjbNBYlgoCxCvTt2aMH4V_gg.ttf",conditions:[{field:"fontName",value:"Ubuntu"}],fallback:""},{label:"700 Italic",value:"https://fonts.gstatic.com/s/ubuntu/v14/4iCp6KVjbNBYlgoKejZPsmyIPYBvgpUI.ttf",conditions:[{field:"fontName",value:"Ubuntu"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/playfairdisplay/v21/nuFvD-vYSZviVYUb_rj3ij__anPXJzDwcbmjWBN2PKdFvUDQZNLo_U2r.ttf",conditions:[{field:"fontName",value:"Playfair Display"}],fallback:""},{label:"Italic",value:"https://fonts.gstatic.com/s/playfairdisplay/v21/nuFRD-vYSZviVYUb_rj3ij__anPXDTnCjmHKM4nYO7KN_qiTbtbK-F2rA0s.ttf",conditions:[{field:"fontName",value:"Playfair Display"}],fallback:""},{label:"500",value:"https://fonts.gstatic.com/s/playfairdisplay/v21/nuFvD-vYSZviVYUb_rj3ij__anPXJzDwcbmjWBN2PKd3vUDQZNLo_U2r.ttf",conditions:[{field:"fontName",value:"Playfair Display"}],fallback:""},{label:"500 Italic",value:"https://fonts.gstatic.com/s/playfairdisplay/v21/nuFRD-vYSZviVYUb_rj3ij__anPXDTnCjmHKM4nYO7KN_pqTbtbK-F2rA0s.ttf",conditions:[{field:"fontName",value:"Playfair Display"}],fallback:""},{label:"600",value:"https://fonts.gstatic.com/s/playfairdisplay/v21/nuFvD-vYSZviVYUb_rj3ij__anPXJzDwcbmjWBN2PKebukDQZNLo_U2r.ttf",conditions:[{field:"fontName",value:"Playfair Display"}],fallback:""},{label:"600 Italic",value:"https://fonts.gstatic.com/s/playfairdisplay/v21/nuFRD-vYSZviVYUb_rj3ij__anPXDTnCjmHKM4nYO7KN_naUbtbK-F2rA0s.ttf",conditions:[{field:"fontName",value:"Playfair Display"}],fallback:""},{label:"700",value:"https://fonts.gstatic.com/s/playfairdisplay/v21/nuFvD-vYSZviVYUb_rj3ij__anPXJzDwcbmjWBN2PKeiukDQZNLo_U2r.ttf",conditions:[{field:"fontName",value:"Playfair Display"}],fallback:""},{label:"700 Italic",value:"https://fonts.gstatic.com/s/playfairdisplay/v21/nuFRD-vYSZviVYUb_rj3ij__anPXDTnCjmHKM4nYO7KN_k-UbtbK-F2rA0s.ttf",conditions:[{field:"fontName",value:"Playfair Display"}],fallback:""},{label:"800",value:"https://fonts.gstatic.com/s/playfairdisplay/v21/nuFvD-vYSZviVYUb_rj3ij__anPXJzDwcbmjWBN2PKfFukDQZNLo_U2r.ttf",conditions:[{field:"fontName",value:"Playfair Display"}],fallback:""},{label:"800 Italic",value:"https://fonts.gstatic.com/s/playfairdisplay/v21/nuFRD-vYSZviVYUb_rj3ij__anPXDTnCjmHKM4nYO7KN_iiUbtbK-F2rA0s.ttf",conditions:[{field:"fontName",value:"Playfair Display"}],fallback:""},{label:"900",value:"https://fonts.gstatic.com/s/playfairdisplay/v21/nuFvD-vYSZviVYUb_rj3ij__anPXJzDwcbmjWBN2PKfsukDQZNLo_U2r.ttf",conditions:[{field:"fontName",value:"Playfair Display"}],fallback:""},{label:"900 Italic",value:"https://fonts.gstatic.com/s/playfairdisplay/v21/nuFRD-vYSZviVYUb_rj3ij__anPXDTnCjmHKM4nYO7KN_gGUbtbK-F2rA0s.ttf",conditions:[{field:"fontName",value:"Playfair Display"}],fallback:""},{label:"300",value:"https://fonts.gstatic.com/s/opensanscondensed/v14/z7NFdQDnbTkabZAIOl9il_O6KJj73e7Ff1GhPuLGRpWRyAs.ttf",conditions:[{field:"fontName",value:"Open Sans Condensed"}],fallback:""},{label:"300 Italic",value:"https://fonts.gstatic.com/s/opensanscondensed/v14/z7NHdQDnbTkabZAIOl9il_O6KJj73e7Fd_-7suDMQreU2AsJSg.ttf",conditions:[{field:"fontName",value:"Open Sans Condensed"}],fallback:""},{label:"700",value:"https://fonts.gstatic.com/s/opensanscondensed/v14/z7NFdQDnbTkabZAIOl9il_O6KJj73e7Ff0GmPuLGRpWRyAs.ttf",conditions:[{field:"fontName",value:"Open Sans Condensed"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/nunito/v13/XRXV3I6Li01BKof4MuyAbsrVcA.ttf",conditions:[{field:"fontName",value:"Nunito"}],fallback:""},{label:"Italic",value:"https://fonts.gstatic.com/s/nunito/v13/XRXX3I6Li01BKofIMOaETM_FcCIG.ttf",conditions:[{field:"fontName",value:"Nunito"}],fallback:""},{label:"200",value:"https://fonts.gstatic.com/s/nunito/v13/XRXW3I6Li01BKofA-sekZuHJeTsfDQ.ttf",conditions:[{field:"fontName",value:"Nunito"}],fallback:""},{label:"200 Italic",value:"https://fonts.gstatic.com/s/nunito/v13/XRXQ3I6Li01BKofIMN5MZ-vNWz4PDWtj.ttf",conditions:[{field:"fontName",value:"Nunito"}],fallback:""},{label:"300",value:"https://fonts.gstatic.com/s/nunito/v13/XRXW3I6Li01BKofAnsSkZuHJeTsfDQ.ttf",conditions:[{field:"fontName",value:"Nunito"}],fallback:""},{label:"300 Italic",value:"https://fonts.gstatic.com/s/nunito/v13/XRXQ3I6Li01BKofIMN4oZOvNWz4PDWtj.ttf",conditions:[{field:"fontName",value:"Nunito"}],fallback:""},{label:"600",value:"https://fonts.gstatic.com/s/nunito/v13/XRXW3I6Li01BKofA6sKkZuHJeTsfDQ.ttf",conditions:[{field:"fontName",value:"Nunito"}],fallback:""},{label:"600 Italic",value:"https://fonts.gstatic.com/s/nunito/v13/XRXQ3I6Li01BKofIMN5cYuvNWz4PDWtj.ttf",conditions:[{field:"fontName",value:"Nunito"}],fallback:""},{label:"700",value:"https://fonts.gstatic.com/s/nunito/v13/XRXW3I6Li01BKofAjsOkZuHJeTsfDQ.ttf",conditions:[{field:"fontName",value:"Nunito"}],fallback:""},{label:"700 Italic",value:"https://fonts.gstatic.com/s/nunito/v13/XRXQ3I6Li01BKofIMN44Y-vNWz4PDWtj.ttf",conditions:[{field:"fontName",value:"Nunito"}],fallback:""},{label:"800",value:"https://fonts.gstatic.com/s/nunito/v13/XRXW3I6Li01BKofAksCkZuHJeTsfDQ.ttf",conditions:[{field:"fontName",value:"Nunito"}],fallback:""},{label:"800 Italic",value:"https://fonts.gstatic.com/s/nunito/v13/XRXQ3I6Li01BKofIMN4kYOvNWz4PDWtj.ttf",conditions:[{field:"fontName",value:"Nunito"}],fallback:""},{label:"900",value:"https://fonts.gstatic.com/s/nunito/v13/XRXW3I6Li01BKofAtsGkZuHJeTsfDQ.ttf",conditions:[{field:"fontName",value:"Nunito"}],fallback:""},{label:"900 Italic",value:"https://fonts.gstatic.com/s/nunito/v13/XRXQ3I6Li01BKofIMN4AYevNWz4PDWtj.ttf",conditions:[{field:"fontName",value:"Nunito"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/lora/v16/0QI6MX1D_JOuGQbT0gvTJPa787weuyJGmKxemMeZ.ttf",conditions:[{field:"fontName",value:"Lora"}],fallback:""},{label:"Italic",value:"https://fonts.gstatic.com/s/lora/v16/0QI8MX1D_JOuMw_hLdO6T2wV9KnW-MoFkqh8ndeZzZ0.ttf",conditions:[{field:"fontName",value:"Lora"}],fallback:""},{label:"500",value:"https://fonts.gstatic.com/s/lora/v16/0QI6MX1D_JOuGQbT0gvTJPa787wsuyJGmKxemMeZ.ttf",conditions:[{field:"fontName",value:"Lora"}],fallback:""},{label:"500 Italic",value:"https://fonts.gstatic.com/s/lora/v16/0QI8MX1D_JOuMw_hLdO6T2wV9KnW-PgFkqh8ndeZzZ0.ttf",conditions:[{field:"fontName",value:"Lora"}],fallback:""},{label:"600",value:"https://fonts.gstatic.com/s/lora/v16/0QI6MX1D_JOuGQbT0gvTJPa787zAvCJGmKxemMeZ.ttf",conditions:[{field:"fontName",value:"Lora"}],fallback:""},{label:"600 Italic",value:"https://fonts.gstatic.com/s/lora/v16/0QI8MX1D_JOuMw_hLdO6T2wV9KnW-BQCkqh8ndeZzZ0.ttf",conditions:[{field:"fontName",value:"Lora"}],fallback:""},{label:"700",value:"https://fonts.gstatic.com/s/lora/v16/0QI6MX1D_JOuGQbT0gvTJPa787z5vCJGmKxemMeZ.ttf",conditions:[{field:"fontName",value:"Lora"}],fallback:""},{label:"700 Italic",value:"https://fonts.gstatic.com/s/lora/v16/0QI8MX1D_JOuMw_hLdO6T2wV9KnW-C0Ckqh8ndeZzZ0.ttf",conditions:[{field:"fontName",value:"Lora"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/ptserif/v11/EJRVQgYoZZY2vCFuvDFRxL6ddjb-.ttf",conditions:[{field:"fontName",value:"PT Serif"}],fallback:""},{label:"Italic",value:"https://fonts.gstatic.com/s/ptserif/v11/EJRTQgYoZZY2vCFuvAFTzrq_cyb-vco.ttf",conditions:[{field:"fontName",value:"PT Serif"}],fallback:""},{label:"700",value:"https://fonts.gstatic.com/s/ptserif/v11/EJRSQgYoZZY2vCFuvAnt65qVXSr3pNNB.ttf",conditions:[{field:"fontName",value:"PT Serif"}],fallback:""},{label:"700 Italic",value:"https://fonts.gstatic.com/s/ptserif/v11/EJRQQgYoZZY2vCFuvAFT9gaQVy7VocNB6Iw.ttf",conditions:[{field:"fontName",value:"PT Serif"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/mukta/v7/iJWKBXyXfDDVXYnGp32S0H3f.ttf",conditions:[{field:"fontName",value:"Mukta"}],fallback:""},{label:"200",value:"https://fonts.gstatic.com/s/mukta/v7/iJWHBXyXfDDVXbEOjFma-2HW7ZB_.ttf",conditions:[{field:"fontName",value:"Mukta"}],fallback:""},{label:"300",value:"https://fonts.gstatic.com/s/mukta/v7/iJWHBXyXfDDVXbFqj1ma-2HW7ZB_.ttf",conditions:[{field:"fontName",value:"Mukta"}],fallback:""},{label:"500",value:"https://fonts.gstatic.com/s/mukta/v7/iJWHBXyXfDDVXbEyjlma-2HW7ZB_.ttf",conditions:[{field:"fontName",value:"Mukta"}],fallback:""},{label:"600",value:"https://fonts.gstatic.com/s/mukta/v7/iJWHBXyXfDDVXbEeiVma-2HW7ZB_.ttf",conditions:[{field:"fontName",value:"Mukta"}],fallback:""},{label:"700",value:"https://fonts.gstatic.com/s/mukta/v7/iJWHBXyXfDDVXbF6iFma-2HW7ZB_.ttf",conditions:[{field:"fontName",value:"Mukta"}],fallback:""},{label:"800",value:"https://fonts.gstatic.com/s/mukta/v7/iJWHBXyXfDDVXbFmi1ma-2HW7ZB_.ttf",conditions:[{field:"fontName",value:"Mukta"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/notosanskr/v12/PbykFmXiEBPT4ITbgNA5Cgm20HTs4JMMuA.otf",conditions:[{field:"fontName",value:"Noto Sans KR"}],fallback:""},{label:"100",value:"https://fonts.gstatic.com/s/notosanskr/v12/Pby6FmXiEBPT4ITbgNA5CgmOsn7uwpYcuH8y.otf",conditions:[{field:"fontName",value:"Noto Sans KR"}],fallback:""},{label:"300",value:"https://fonts.gstatic.com/s/notosanskr/v12/Pby7FmXiEBPT4ITbgNA5CgmOelzI7rgQsWYrzw.otf",conditions:[{field:"fontName",value:"Noto Sans KR"}],fallback:""},{label:"500",value:"https://fonts.gstatic.com/s/notosanskr/v12/Pby7FmXiEBPT4ITbgNA5CgmOIl3I7rgQsWYrzw.otf",conditions:[{field:"fontName",value:"Noto Sans KR"}],fallback:""},{label:"700",value:"https://fonts.gstatic.com/s/notosanskr/v12/Pby7FmXiEBPT4ITbgNA5CgmOalvI7rgQsWYrzw.otf",conditions:[{field:"fontName",value:"Noto Sans KR"}],fallback:""},{label:"900",value:"https://fonts.gstatic.com/s/notosanskr/v12/Pby7FmXiEBPT4ITbgNA5CgmOUlnI7rgQsWYrzw.otf",conditions:[{field:"fontName",value:"Noto Sans KR"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/rubik/v10/iJWZBXyIfDnIV5PNhY1KTN7Z-Yh-B4i1UE80V4bVkA.ttf",conditions:[{field:"fontName",value:"Rubik"}],fallback:""},{label:"Italic",value:"https://fonts.gstatic.com/s/rubik/v10/iJWbBXyIfDnIV7nEt3KSJbVDV49rz8tdE0UwdYPFkJ1O.ttf",conditions:[{field:"fontName",value:"Rubik"}],fallback:""},{label:"300",value:"https://fonts.gstatic.com/s/rubik/v10/iJWZBXyIfDnIV5PNhY1KTN7Z-Yh-WYi1UE80V4bVkA.ttf",conditions:[{field:"fontName",value:"Rubik"}],fallback:""},{label:"300 Italic",value:"https://fonts.gstatic.com/s/rubik/v10/iJWbBXyIfDnIV7nEt3KSJbVDV49rz8sDE0UwdYPFkJ1O.ttf",conditions:[{field:"fontName",value:"Rubik"}],fallback:""},{label:"500",value:"https://fonts.gstatic.com/s/rubik/v10/iJWZBXyIfDnIV5PNhY1KTN7Z-Yh-NYi1UE80V4bVkA.ttf",conditions:[{field:"fontName",value:"Rubik"}],fallback:""},{label:"500 Italic",value:"https://fonts.gstatic.com/s/rubik/v10/iJWbBXyIfDnIV7nEt3KSJbVDV49rz8tvE0UwdYPFkJ1O.ttf",conditions:[{field:"fontName",value:"Rubik"}],fallback:""},{label:"600",value:"https://fonts.gstatic.com/s/rubik/v10/iJWZBXyIfDnIV5PNhY1KTN7Z-Yh-2Y-1UE80V4bVkA.ttf",conditions:[{field:"fontName",value:"Rubik"}],fallback:""},{label:"600 Italic",value:"https://fonts.gstatic.com/s/rubik/v10/iJWbBXyIfDnIV7nEt3KSJbVDV49rz8uDFEUwdYPFkJ1O.ttf",conditions:[{field:"fontName",value:"Rubik"}],fallback:""},{label:"700",value:"https://fonts.gstatic.com/s/rubik/v10/iJWZBXyIfDnIV5PNhY1KTN7Z-Yh-4I-1UE80V4bVkA.ttf",conditions:[{field:"fontName",value:"Rubik"}],fallback:""},{label:"700 Italic",value:"https://fonts.gstatic.com/s/rubik/v10/iJWbBXyIfDnIV7nEt3KSJbVDV49rz8u6FEUwdYPFkJ1O.ttf",conditions:[{field:"fontName",value:"Rubik"}],fallback:""},{label:"800",value:"https://fonts.gstatic.com/s/rubik/v10/iJWZBXyIfDnIV5PNhY1KTN7Z-Yh-h4-1UE80V4bVkA.ttf",conditions:[{field:"fontName",value:"Rubik"}],fallback:""},{label:"800 Italic",value:"https://fonts.gstatic.com/s/rubik/v10/iJWbBXyIfDnIV7nEt3KSJbVDV49rz8vdFEUwdYPFkJ1O.ttf",conditions:[{field:"fontName",value:"Rubik"}],fallback:""},{label:"900",value:"https://fonts.gstatic.com/s/rubik/v10/iJWZBXyIfDnIV5PNhY1KTN7Z-Yh-ro-1UE80V4bVkA.ttf",conditions:[{field:"fontName",value:"Rubik"}],fallback:""},{label:"900 Italic",value:"https://fonts.gstatic.com/s/rubik/v10/iJWbBXyIfDnIV7nEt3KSJbVDV49rz8v0FEUwdYPFkJ1O.ttf",conditions:[{field:"fontName",value:"Rubik"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/worksans/v8/QGY_z_wNahGAdqQ43RhVcIgYT2Xz5u32K0nXNigDp6_cOyA.ttf",conditions:[{field:"fontName",value:"Work Sans"}],fallback:""},{label:"Italic",value:"https://fonts.gstatic.com/s/worksans/v8/QGY9z_wNahGAdqQ43Rh_ebrnlwyYfEPxPoGU3msJo43ZKyDSQQ.ttf",conditions:[{field:"fontName",value:"Work Sans"}],fallback:""},{label:"100",value:"https://fonts.gstatic.com/s/worksans/v8/QGY_z_wNahGAdqQ43RhVcIgYT2Xz5u32K0nWNigDp6_cOyA.ttf",conditions:[{field:"fontName",value:"Work Sans"}],fallback:""},{label:"100 Italic",value:"https://fonts.gstatic.com/s/worksans/v8/QGY9z_wNahGAdqQ43Rh_ebrnlwyYfEPxPoGU3moJo43ZKyDSQQ.ttf",conditions:[{field:"fontName",value:"Work Sans"}],fallback:""},{label:"200",value:"https://fonts.gstatic.com/s/worksans/v8/QGY_z_wNahGAdqQ43RhVcIgYT2Xz5u32K8nXNigDp6_cOyA.ttf",conditions:[{field:"fontName",value:"Work Sans"}],fallback:""},{label:"200 Italic",value:"https://fonts.gstatic.com/s/worksans/v8/QGY9z_wNahGAdqQ43Rh_ebrnlwyYfEPxPoGUXmsJo43ZKyDSQQ.ttf",conditions:[{field:"fontName",value:"Work Sans"}],fallback:""},{label:"300",value:"https://fonts.gstatic.com/s/worksans/v8/QGY_z_wNahGAdqQ43RhVcIgYT2Xz5u32KxfXNigDp6_cOyA.ttf",conditions:[{field:"fontName",value:"Work Sans"}],fallback:""},{label:"300 Italic",value:"https://fonts.gstatic.com/s/worksans/v8/QGY9z_wNahGAdqQ43Rh_ebrnlwyYfEPxPoGUgGsJo43ZKyDSQQ.ttf",conditions:[{field:"fontName",value:"Work Sans"}],fallback:""},{label:"500",value:"https://fonts.gstatic.com/s/worksans/v8/QGY_z_wNahGAdqQ43RhVcIgYT2Xz5u32K3vXNigDp6_cOyA.ttf",conditions:[{field:"fontName",value:"Work Sans"}],fallback:""},{label:"500 Italic",value:"https://fonts.gstatic.com/s/worksans/v8/QGY9z_wNahGAdqQ43Rh_ebrnlwyYfEPxPoGU7GsJo43ZKyDSQQ.ttf",conditions:[{field:"fontName",value:"Work Sans"}],fallback:""},{label:"600",value:"https://fonts.gstatic.com/s/worksans/v8/QGY_z_wNahGAdqQ43RhVcIgYT2Xz5u32K5fQNigDp6_cOyA.ttf",conditions:[{field:"fontName",value:"Work Sans"}],fallback:""},{label:"600 Italic",value:"https://fonts.gstatic.com/s/worksans/v8/QGY9z_wNahGAdqQ43Rh_ebrnlwyYfEPxPoGUAGwJo43ZKyDSQQ.ttf",conditions:[{field:"fontName",value:"Work Sans"}],fallback:""},{label:"700",value:"https://fonts.gstatic.com/s/worksans/v8/QGY_z_wNahGAdqQ43RhVcIgYT2Xz5u32K67QNigDp6_cOyA.ttf",conditions:[{field:"fontName",value:"Work Sans"}],fallback:""},{label:"700 Italic",value:"https://fonts.gstatic.com/s/worksans/v8/QGY9z_wNahGAdqQ43Rh_ebrnlwyYfEPxPoGUOWwJo43ZKyDSQQ.ttf",conditions:[{field:"fontName",value:"Work Sans"}],fallback:""},{label:"800",value:"https://fonts.gstatic.com/s/worksans/v8/QGY_z_wNahGAdqQ43RhVcIgYT2Xz5u32K8nQNigDp6_cOyA.ttf",conditions:[{field:"fontName",value:"Work Sans"}],fallback:""},{label:"800 Italic",value:"https://fonts.gstatic.com/s/worksans/v8/QGY9z_wNahGAdqQ43Rh_ebrnlwyYfEPxPoGUXmwJo43ZKyDSQQ.ttf",conditions:[{field:"fontName",value:"Work Sans"}],fallback:""},{label:"900",value:"https://fonts.gstatic.com/s/worksans/v8/QGY_z_wNahGAdqQ43RhVcIgYT2Xz5u32K-DQNigDp6_cOyA.ttf",conditions:[{field:"fontName",value:"Work Sans"}],fallback:""},{label:"900 Italic",value:"https://fonts.gstatic.com/s/worksans/v8/QGY9z_wNahGAdqQ43Rh_ebrnlwyYfEPxPoGUd2wJo43ZKyDSQQ.ttf",conditions:[{field:"fontName",value:"Work Sans"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/notoserif/v8/ga6Iaw1J5X9T9RW6j9bNTFAcaRi_bMQ.ttf",conditions:[{field:"fontName",value:"Noto Serif"}],fallback:""},{label:"Italic",value:"https://fonts.gstatic.com/s/notoserif/v8/ga6Kaw1J5X9T9RW6j9bNfFIWbTq6fMRRMw.ttf",conditions:[{field:"fontName",value:"Noto Serif"}],fallback:""},{label:"700",value:"https://fonts.gstatic.com/s/notoserif/v8/ga6Law1J5X9T9RW6j9bNdOwzTRCUcM1IKoY.ttf",conditions:[{field:"fontName",value:"Noto Serif"}],fallback:""},{label:"700 Italic",value:"https://fonts.gstatic.com/s/notoserif/v8/ga6Vaw1J5X9T9RW6j9bNfFIu0RWedO9NOoYIDg.ttf",conditions:[{field:"fontName",value:"Noto Serif"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/firasans/v10/va9E4kDNxMZdWfMOD5VfkILKSTbndQ.ttf",conditions:[{field:"fontName",value:"Fira Sans"}],fallback:""},{label:"Italic",value:"https://fonts.gstatic.com/s/firasans/v10/va9C4kDNxMZdWfMOD5VvkojOazP3dUTP.ttf",conditions:[{field:"fontName",value:"Fira Sans"}],fallback:""},{label:"100",value:"https://fonts.gstatic.com/s/firasans/v10/va9C4kDNxMZdWfMOD5Vn9IjOazP3dUTP.ttf",conditions:[{field:"fontName",value:"Fira Sans"}],fallback:""},{label:"100 Italic",value:"https://fonts.gstatic.com/s/firasans/v10/va9A4kDNxMZdWfMOD5VvkrCqYTfVcFTPj0s.ttf",conditions:[{field:"fontName",value:"Fira Sans"}],fallback:""},{label:"200",value:"https://fonts.gstatic.com/s/firasans/v10/va9B4kDNxMZdWfMOD5VnWKnuQR37fF3Wlg.ttf",conditions:[{field:"fontName",value:"Fira Sans"}],fallback:""},{label:"200 Italic",value:"https://fonts.gstatic.com/s/firasans/v10/va9f4kDNxMZdWfMOD5VvkrAGQBf_XljGllLX.ttf",conditions:[{field:"fontName",value:"Fira Sans"}],fallback:""},{label:"300",value:"https://fonts.gstatic.com/s/firasans/v10/va9B4kDNxMZdWfMOD5VnPKruQR37fF3Wlg.ttf",conditions:[{field:"fontName",value:"Fira Sans"}],fallback:""},{label:"300 Italic",value:"https://fonts.gstatic.com/s/firasans/v10/va9f4kDNxMZdWfMOD5VvkrBiQxf_XljGllLX.ttf",conditions:[{field:"fontName",value:"Fira Sans"}],fallback:""},{label:"500",value:"https://fonts.gstatic.com/s/firasans/v10/va9B4kDNxMZdWfMOD5VnZKvuQR37fF3Wlg.ttf",conditions:[{field:"fontName",value:"Fira Sans"}],fallback:""},{label:"500 Italic",value:"https://fonts.gstatic.com/s/firasans/v10/va9f4kDNxMZdWfMOD5VvkrA6Qhf_XljGllLX.ttf",conditions:[{field:"fontName",value:"Fira Sans"}],fallback:""},{label:"600",value:"https://fonts.gstatic.com/s/firasans/v10/va9B4kDNxMZdWfMOD5VnSKzuQR37fF3Wlg.ttf",conditions:[{field:"fontName",value:"Fira Sans"}],fallback:""},{label:"600 Italic",value:"https://fonts.gstatic.com/s/firasans/v10/va9f4kDNxMZdWfMOD5VvkrAWRRf_XljGllLX.ttf",conditions:[{field:"fontName",value:"Fira Sans"}],fallback:""},{label:"700",value:"https://fonts.gstatic.com/s/firasans/v10/va9B4kDNxMZdWfMOD5VnLK3uQR37fF3Wlg.ttf",conditions:[{field:"fontName",value:"Fira Sans"}],fallback:""},{label:"700 Italic",value:"https://fonts.gstatic.com/s/firasans/v10/va9f4kDNxMZdWfMOD5VvkrByRBf_XljGllLX.ttf",conditions:[{field:"fontName",value:"Fira Sans"}],fallback:""},{label:"800",value:"https://fonts.gstatic.com/s/firasans/v10/va9B4kDNxMZdWfMOD5VnMK7uQR37fF3Wlg.ttf",conditions:[{field:"fontName",value:"Fira Sans"}],fallback:""},{label:"800 Italic",value:"https://fonts.gstatic.com/s/firasans/v10/va9f4kDNxMZdWfMOD5VvkrBuRxf_XljGllLX.ttf",conditions:[{field:"fontName",value:"Fira Sans"}],fallback:""},{label:"900",value:"https://fonts.gstatic.com/s/firasans/v10/va9B4kDNxMZdWfMOD5VnFK_uQR37fF3Wlg.ttf",conditions:[{field:"fontName",value:"Fira Sans"}],fallback:""},{label:"900 Italic",value:"https://fonts.gstatic.com/s/firasans/v10/va9f4kDNxMZdWfMOD5VvkrBKRhf_XljGllLX.ttf",conditions:[{field:"fontName",value:"Fira Sans"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/nanumgothic/v17/PN_3Rfi-oW3hYwmKDpxS7F_z_tLfxno73g.ttf",conditions:[{field:"fontName",value:"Nanum Gothic"}],fallback:""},{label:"700",value:"https://fonts.gstatic.com/s/nanumgothic/v17/PN_oRfi-oW3hYwmKDpxS7F_LQv37zlEn14YEUQ.ttf",conditions:[{field:"fontName",value:"Nanum Gothic"}],fallback:""},{label:"800",value:"https://fonts.gstatic.com/s/nanumgothic/v17/PN_oRfi-oW3hYwmKDpxS7F_LXv77zlEn14YEUQ.ttf",conditions:[{field:"fontName",value:"Nanum Gothic"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/titilliumweb/v8/NaPecZTIAOhVxoMyOr9n_E7fRMTsDIRSfr0.ttf",conditions:[{field:"fontName",value:"Titillium Web"}],fallback:""},{label:"Italic",value:"https://fonts.gstatic.com/s/titilliumweb/v8/NaPAcZTIAOhVxoMyOr9n_E7fdMbmCKZXbr2BsA.ttf",conditions:[{field:"fontName",value:"Titillium Web"}],fallback:""},{label:"200",value:"https://fonts.gstatic.com/s/titilliumweb/v8/NaPDcZTIAOhVxoMyOr9n_E7ffAzHKIx5YrSYqWM.ttf",conditions:[{field:"fontName",value:"Titillium Web"}],fallback:""},{label:"200 Italic",value:"https://fonts.gstatic.com/s/titilliumweb/v8/NaPFcZTIAOhVxoMyOr9n_E7fdMbewI1zZpaduWMmxA.ttf",conditions:[{field:"fontName",value:"Titillium Web"}],fallback:""},{label:"300",value:"https://fonts.gstatic.com/s/titilliumweb/v8/NaPDcZTIAOhVxoMyOr9n_E7ffGjEKIx5YrSYqWM.ttf",conditions:[{field:"fontName",value:"Titillium Web"}],fallback:""},{label:"300 Italic",value:"https://fonts.gstatic.com/s/titilliumweb/v8/NaPFcZTIAOhVxoMyOr9n_E7fdMbepI5zZpaduWMmxA.ttf",conditions:[{field:"fontName",value:"Titillium Web"}],fallback:""},{label:"600",value:"https://fonts.gstatic.com/s/titilliumweb/v8/NaPDcZTIAOhVxoMyOr9n_E7ffBzCKIx5YrSYqWM.ttf",conditions:[{field:"fontName",value:"Titillium Web"}],fallback:""},{label:"600 Italic",value:"https://fonts.gstatic.com/s/titilliumweb/v8/NaPFcZTIAOhVxoMyOr9n_E7fdMbe0IhzZpaduWMmxA.ttf",conditions:[{field:"fontName",value:"Titillium Web"}],fallback:""},{label:"700",value:"https://fonts.gstatic.com/s/titilliumweb/v8/NaPDcZTIAOhVxoMyOr9n_E7ffHjDKIx5YrSYqWM.ttf",conditions:[{field:"fontName",value:"Titillium Web"}],fallback:""},{label:"700 Italic",value:"https://fonts.gstatic.com/s/titilliumweb/v8/NaPFcZTIAOhVxoMyOr9n_E7fdMbetIlzZpaduWMmxA.ttf",conditions:[{field:"fontName",value:"Titillium Web"}],fallback:""},{label:"900",value:"https://fonts.gstatic.com/s/titilliumweb/v8/NaPDcZTIAOhVxoMyOr9n_E7ffEDBKIx5YrSYqWM.ttf",conditions:[{field:"fontName",value:"Titillium Web"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/nunitosans/v5/pe0qMImSLYBIv1o4X1M8cfe6Kdpickwp.ttf",conditions:[{field:"fontName",value:"Nunito Sans"}],fallback:""},{label:"Italic",value:"https://fonts.gstatic.com/s/nunitosans/v5/pe0oMImSLYBIv1o4X1M8cce4I95Ad1wpT5A.ttf",conditions:[{field:"fontName",value:"Nunito Sans"}],fallback:""},{label:"200",value:"https://fonts.gstatic.com/s/nunitosans/v5/pe03MImSLYBIv1o4X1M8cc9yAv5qWVAgVol-.ttf",conditions:[{field:"fontName",value:"Nunito Sans"}],fallback:""},{label:"200 Italic",value:"https://fonts.gstatic.com/s/nunitosans/v5/pe01MImSLYBIv1o4X1M8cce4GxZrU1QCU5l-06Y.ttf",conditions:[{field:"fontName",value:"Nunito Sans"}],fallback:""},{label:"300",value:"https://fonts.gstatic.com/s/nunitosans/v5/pe03MImSLYBIv1o4X1M8cc8WAf5qWVAgVol-.ttf",conditions:[{field:"fontName",value:"Nunito Sans"}],fallback:""},{label:"300 Italic",value:"https://fonts.gstatic.com/s/nunitosans/v5/pe01MImSLYBIv1o4X1M8cce4G3JoU1QCU5l-06Y.ttf",conditions:[{field:"fontName",value:"Nunito Sans"}],fallback:""},{label:"600",value:"https://fonts.gstatic.com/s/nunitosans/v5/pe03MImSLYBIv1o4X1M8cc9iB_5qWVAgVol-.ttf",conditions:[{field:"fontName",value:"Nunito Sans"}],fallback:""},{label:"600 Italic",value:"https://fonts.gstatic.com/s/nunitosans/v5/pe01MImSLYBIv1o4X1M8cce4GwZuU1QCU5l-06Y.ttf",conditions:[{field:"fontName",value:"Nunito Sans"}],fallback:""},{label:"700",value:"https://fonts.gstatic.com/s/nunitosans/v5/pe03MImSLYBIv1o4X1M8cc8GBv5qWVAgVol-.ttf",conditions:[{field:"fontName",value:"Nunito Sans"}],fallback:""},{label:"700 Italic",value:"https://fonts.gstatic.com/s/nunitosans/v5/pe01MImSLYBIv1o4X1M8cce4G2JvU1QCU5l-06Y.ttf",conditions:[{field:"fontName",value:"Nunito Sans"}],fallback:""},{label:"800",value:"https://fonts.gstatic.com/s/nunitosans/v5/pe03MImSLYBIv1o4X1M8cc8aBf5qWVAgVol-.ttf",conditions:[{field:"fontName",value:"Nunito Sans"}],fallback:""},{label:"800 Italic",value:"https://fonts.gstatic.com/s/nunitosans/v5/pe01MImSLYBIv1o4X1M8cce4G35sU1QCU5l-06Y.ttf",conditions:[{field:"fontName",value:"Nunito Sans"}],fallback:""},{label:"900",value:"https://fonts.gstatic.com/s/nunitosans/v5/pe03MImSLYBIv1o4X1M8cc8-BP5qWVAgVol-.ttf",conditions:[{field:"fontName",value:"Nunito Sans"}],fallback:""},{label:"900 Italic",value:"https://fonts.gstatic.com/s/nunitosans/v5/pe01MImSLYBIv1o4X1M8cce4G1ptU1QCU5l-06Y.ttf",conditions:[{field:"fontName",value:"Nunito Sans"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/quicksand/v21/6xK-dSZaM9iE8KbpRA_LJ3z8mH9BOJvgkP8o18G0wx40QDw.ttf",conditions:[{field:"fontName",value:"Quicksand"}],fallback:""},{label:"300",value:"https://fonts.gstatic.com/s/quicksand/v21/6xK-dSZaM9iE8KbpRA_LJ3z8mH9BOJvgkKEo18G0wx40QDw.ttf",conditions:[{field:"fontName",value:"Quicksand"}],fallback:""},{label:"500",value:"https://fonts.gstatic.com/s/quicksand/v21/6xK-dSZaM9iE8KbpRA_LJ3z8mH9BOJvgkM0o18G0wx40QDw.ttf",conditions:[{field:"fontName",value:"Quicksand"}],fallback:""},{label:"600",value:"https://fonts.gstatic.com/s/quicksand/v21/6xK-dSZaM9iE8KbpRA_LJ3z8mH9BOJvgkCEv18G0wx40QDw.ttf",conditions:[{field:"fontName",value:"Quicksand"}],fallback:""},{label:"700",value:"https://fonts.gstatic.com/s/quicksand/v21/6xK-dSZaM9iE8KbpRA_LJ3z8mH9BOJvgkBgv18G0wx40QDw.ttf",conditions:[{field:"fontName",value:"Quicksand"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/notosanstc/v10/-nF7OG829Oofr2wohFbTp9iFOSsLA_ZJ1g.otf",conditions:[{field:"fontName",value:"Noto Sans TC"}],fallback:""},{label:"100",value:"https://fonts.gstatic.com/s/notosanstc/v10/-nFlOG829Oofr2wohFbTp9i9WyEJIfNZ1sjy.otf",conditions:[{field:"fontName",value:"Noto Sans TC"}],fallback:""},{label:"300",value:"https://fonts.gstatic.com/s/notosanstc/v10/-nFkOG829Oofr2wohFbTp9i9kwMvDd1V39Hr7g.otf",conditions:[{field:"fontName",value:"Noto Sans TC"}],fallback:""},{label:"500",value:"https://fonts.gstatic.com/s/notosanstc/v10/-nFkOG829Oofr2wohFbTp9i9ywIvDd1V39Hr7g.otf",conditions:[{field:"fontName",value:"Noto Sans TC"}],fallback:""},{label:"700",value:"https://fonts.gstatic.com/s/notosanstc/v10/-nFkOG829Oofr2wohFbTp9i9gwQvDd1V39Hr7g.otf",conditions:[{field:"fontName",value:"Noto Sans TC"}],fallback:""},{label:"900",value:"https://fonts.gstatic.com/s/notosanstc/v10/-nFkOG829Oofr2wohFbTp9i9uwYvDd1V39Hr7g.otf",conditions:[{field:"fontName",value:"Noto Sans TC"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/hindsiliguri/v6/ijwTs5juQtsyLLR5jN4cxBEofJvQxuk0Nig.ttf",conditions:[{field:"fontName",value:"Hind Siliguri"}],fallback:""},{label:"300",value:"https://fonts.gstatic.com/s/hindsiliguri/v6/ijwOs5juQtsyLLR5jN4cxBEoRDf44uEfKiGvxts.ttf",conditions:[{field:"fontName",value:"Hind Siliguri"}],fallback:""},{label:"500",value:"https://fonts.gstatic.com/s/hindsiliguri/v6/ijwOs5juQtsyLLR5jN4cxBEoRG_54uEfKiGvxts.ttf",conditions:[{field:"fontName",value:"Hind Siliguri"}],fallback:""},{label:"600",value:"https://fonts.gstatic.com/s/hindsiliguri/v6/ijwOs5juQtsyLLR5jN4cxBEoREP-4uEfKiGvxts.ttf",conditions:[{field:"fontName",value:"Hind Siliguri"}],fallback:""},{label:"700",value:"https://fonts.gstatic.com/s/hindsiliguri/v6/ijwOs5juQtsyLLR5jN4cxBEoRCf_4uEfKiGvxts.ttf",conditions:[{field:"fontName",value:"Hind Siliguri"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/heebo/v9/NGSpv5_NC0k9P_v6ZUCbLRAHxK1EiSycckOnz02SXQ.ttf",conditions:[{field:"fontName",value:"Heebo"}],fallback:""},{label:"100",value:"https://fonts.gstatic.com/s/heebo/v9/NGSpv5_NC0k9P_v6ZUCbLRAHxK1EiS2cckOnz02SXQ.ttf",conditions:[{field:"fontName",value:"Heebo"}],fallback:""},{label:"200",value:"https://fonts.gstatic.com/s/heebo/v9/NGSpv5_NC0k9P_v6ZUCbLRAHxK1ECSycckOnz02SXQ.ttf",conditions:[{field:"fontName",value:"Heebo"}],fallback:""},{label:"300",value:"https://fonts.gstatic.com/s/heebo/v9/NGSpv5_NC0k9P_v6ZUCbLRAHxK1E1yycckOnz02SXQ.ttf",conditions:[{field:"fontName",value:"Heebo"}],fallback:""},{label:"500",value:"https://fonts.gstatic.com/s/heebo/v9/NGSpv5_NC0k9P_v6ZUCbLRAHxK1EuyycckOnz02SXQ.ttf",conditions:[{field:"fontName",value:"Heebo"}],fallback:""},{label:"600",value:"https://fonts.gstatic.com/s/heebo/v9/NGSpv5_NC0k9P_v6ZUCbLRAHxK1EVyucckOnz02SXQ.ttf",conditions:[{field:"fontName",value:"Heebo"}],fallback:""},{label:"700",value:"https://fonts.gstatic.com/s/heebo/v9/NGSpv5_NC0k9P_v6ZUCbLRAHxK1EbiucckOnz02SXQ.ttf",conditions:[{field:"fontName",value:"Heebo"}],fallback:""},{label:"800",value:"https://fonts.gstatic.com/s/heebo/v9/NGSpv5_NC0k9P_v6ZUCbLRAHxK1ECSucckOnz02SXQ.ttf",conditions:[{field:"fontName",value:"Heebo"}],fallback:""},{label:"900",value:"https://fonts.gstatic.com/s/heebo/v9/NGSpv5_NC0k9P_v6ZUCbLRAHxK1EICucckOnz02SXQ.ttf",conditions:[{field:"fontName",value:"Heebo"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/barlow/v4/7cHpv4kjgoGqM7EPC8E46HsxnA.ttf",conditions:[{field:"fontName",value:"Barlow"}],fallback:""},{label:"Italic",value:"https://fonts.gstatic.com/s/barlow/v4/7cHrv4kjgoGqM7E_Ccs8yn4hnCci.ttf",conditions:[{field:"fontName",value:"Barlow"}],fallback:""},{label:"100",value:"https://fonts.gstatic.com/s/barlow/v4/7cHrv4kjgoGqM7E3b8s8yn4hnCci.ttf",conditions:[{field:"fontName",value:"Barlow"}],fallback:""},{label:"100 Italic",value:"https://fonts.gstatic.com/s/barlow/v4/7cHtv4kjgoGqM7E_CfNYwHoDmTcibrA.ttf",conditions:[{field:"fontName",value:"Barlow"}],fallback:""},{label:"200",value:"https://fonts.gstatic.com/s/barlow/v4/7cHqv4kjgoGqM7E3w-oc4FAtlT47dw.ttf",conditions:[{field:"fontName",value:"Barlow"}],fallback:""},{label:"200 Italic",value:"https://fonts.gstatic.com/s/barlow/v4/7cHsv4kjgoGqM7E_CfP04Voptzsrd6m9.ttf",conditions:[{field:"fontName",value:"Barlow"}],fallback:""},{label:"300",value:"https://fonts.gstatic.com/s/barlow/v4/7cHqv4kjgoGqM7E3p-kc4FAtlT47dw.ttf",conditions:[{field:"fontName",value:"Barlow"}],fallback:""},{label:"300 Italic",value:"https://fonts.gstatic.com/s/barlow/v4/7cHsv4kjgoGqM7E_CfOQ4loptzsrd6m9.ttf",conditions:[{field:"fontName",value:"Barlow"}],fallback:""},{label:"500",value:"https://fonts.gstatic.com/s/barlow/v4/7cHqv4kjgoGqM7E3_-gc4FAtlT47dw.ttf",conditions:[{field:"fontName",value:"Barlow"}],fallback:""},{label:"500 Italic",value:"https://fonts.gstatic.com/s/barlow/v4/7cHsv4kjgoGqM7E_CfPI41optzsrd6m9.ttf",conditions:[{field:"fontName",value:"Barlow"}],fallback:""},{label:"600",value:"https://fonts.gstatic.com/s/barlow/v4/7cHqv4kjgoGqM7E30-8c4FAtlT47dw.ttf",conditions:[{field:"fontName",value:"Barlow"}],fallback:""},{label:"600 Italic",value:"https://fonts.gstatic.com/s/barlow/v4/7cHsv4kjgoGqM7E_CfPk5Foptzsrd6m9.ttf",conditions:[{field:"fontName",value:"Barlow"}],fallback:""},{label:"700",value:"https://fonts.gstatic.com/s/barlow/v4/7cHqv4kjgoGqM7E3t-4c4FAtlT47dw.ttf",conditions:[{field:"fontName",value:"Barlow"}],fallback:""},{label:"700 Italic",value:"https://fonts.gstatic.com/s/barlow/v4/7cHsv4kjgoGqM7E_CfOA5Voptzsrd6m9.ttf",conditions:[{field:"fontName",value:"Barlow"}],fallback:""},{label:"800",value:"https://fonts.gstatic.com/s/barlow/v4/7cHqv4kjgoGqM7E3q-0c4FAtlT47dw.ttf",conditions:[{field:"fontName",value:"Barlow"}],fallback:""},{label:"800 Italic",value:"https://fonts.gstatic.com/s/barlow/v4/7cHsv4kjgoGqM7E_CfOc5loptzsrd6m9.ttf",conditions:[{field:"fontName",value:"Barlow"}],fallback:""},{label:"900",value:"https://fonts.gstatic.com/s/barlow/v4/7cHqv4kjgoGqM7E3j-wc4FAtlT47dw.ttf",conditions:[{field:"fontName",value:"Barlow"}],fallback:""},{label:"900 Italic",value:"https://fonts.gstatic.com/s/barlow/v4/7cHsv4kjgoGqM7E_CfO451optzsrd6m9.ttf",conditions:[{field:"fontName",value:"Barlow"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/yanonekaffeesatz/v15/3y9I6aknfjLm_3lMKjiMgmUUYBs04aUXNxt9gW2LIfto9tWpcGuLCnXkVA.ttf",conditions:[{field:"fontName",value:"Yanone Kaffeesatz"}],fallback:""},{label:"200",value:"https://fonts.gstatic.com/s/yanonekaffeesatz/v15/3y9I6aknfjLm_3lMKjiMgmUUYBs04aUXNxt9gW2LIftodtWpcGuLCnXkVA.ttf",conditions:[{field:"fontName",value:"Yanone Kaffeesatz"}],fallback:""},{label:"300",value:"https://fonts.gstatic.com/s/yanonekaffeesatz/v15/3y9I6aknfjLm_3lMKjiMgmUUYBs04aUXNxt9gW2LIftoqNWpcGuLCnXkVA.ttf",conditions:[{field:"fontName",value:"Yanone Kaffeesatz"}],fallback:""},{label:"500",value:"https://fonts.gstatic.com/s/yanonekaffeesatz/v15/3y9I6aknfjLm_3lMKjiMgmUUYBs04aUXNxt9gW2LIftoxNWpcGuLCnXkVA.ttf",conditions:[{field:"fontName",value:"Yanone Kaffeesatz"}],fallback:""},{label:"600",value:"https://fonts.gstatic.com/s/yanonekaffeesatz/v15/3y9I6aknfjLm_3lMKjiMgmUUYBs04aUXNxt9gW2LIftoKNKpcGuLCnXkVA.ttf",conditions:[{field:"fontName",value:"Yanone Kaffeesatz"}],fallback:""},{label:"700",value:"https://fonts.gstatic.com/s/yanonekaffeesatz/v15/3y9I6aknfjLm_3lMKjiMgmUUYBs04aUXNxt9gW2LIftoEdKpcGuLCnXkVA.ttf",conditions:[{field:"fontName",value:"Yanone Kaffeesatz"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/ptsansnarrow/v11/BngRUXNadjH0qYEzV7ab-oWlsYCByxyKeuDp.ttf",conditions:[{field:"fontName",value:"PT Sans Narrow"}],fallback:""},{label:"700",value:"https://fonts.gstatic.com/s/ptsansnarrow/v11/BngSUXNadjH0qYEzV7ab-oWlsbg95DiCUfzgRd-3.ttf",conditions:[{field:"fontName",value:"PT Sans Narrow"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/inconsolata/v20/QldgNThLqRwH-OJ1UHjlKENVzkWGVkL3GZQmAwLYxYWI2qfdm7Lpp4U8aRr8lleY2co.ttf",conditions:[{field:"fontName",value:"Inconsolata"}],fallback:""},{label:"200",value:"https://fonts.gstatic.com/s/inconsolata/v20/QldgNThLqRwH-OJ1UHjlKENVzkWGVkL3GZQmAwLYxYWI2qfdm7LppwU8aRr8lleY2co.ttf",conditions:[{field:"fontName",value:"Inconsolata"}],fallback:""},{label:"300",value:"https://fonts.gstatic.com/s/inconsolata/v20/QldgNThLqRwH-OJ1UHjlKENVzkWGVkL3GZQmAwLYxYWI2qfdm7Lpp9s8aRr8lleY2co.ttf",conditions:[{field:"fontName",value:"Inconsolata"}],fallback:""},{label:"500",value:"https://fonts.gstatic.com/s/inconsolata/v20/QldgNThLqRwH-OJ1UHjlKENVzkWGVkL3GZQmAwLYxYWI2qfdm7Lpp7c8aRr8lleY2co.ttf",conditions:[{field:"fontName",value:"Inconsolata"}],fallback:""},{label:"600",value:"https://fonts.gstatic.com/s/inconsolata/v20/QldgNThLqRwH-OJ1UHjlKENVzkWGVkL3GZQmAwLYxYWI2qfdm7Lpp1s7aRr8lleY2co.ttf",conditions:[{field:"fontName",value:"Inconsolata"}],fallback:""},{label:"700",value:"https://fonts.gstatic.com/s/inconsolata/v20/QldgNThLqRwH-OJ1UHjlKENVzkWGVkL3GZQmAwLYxYWI2qfdm7Lpp2I7aRr8lleY2co.ttf",conditions:[{field:"fontName",value:"Inconsolata"}],fallback:""},{label:"800",value:"https://fonts.gstatic.com/s/inconsolata/v20/QldgNThLqRwH-OJ1UHjlKENVzkWGVkL3GZQmAwLYxYWI2qfdm7LppwU7aRr8lleY2co.ttf",conditions:[{field:"fontName",value:"Inconsolata"}],fallback:""},{label:"900",value:"https://fonts.gstatic.com/s/inconsolata/v20/QldgNThLqRwH-OJ1UHjlKENVzkWGVkL3GZQmAwLYxYWI2qfdm7Lppyw7aRr8lleY2co.ttf",conditions:[{field:"fontName",value:"Inconsolata"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/oxygen/v9/2sDfZG1Wl4Lcnbu6iUcnZ0SkAg.ttf",conditions:[{field:"fontName",value:"Oxygen"}],fallback:""},{label:"300",value:"https://fonts.gstatic.com/s/oxygen/v9/2sDcZG1Wl4LcnbuCJW8Db2-4C7wFZQ.ttf",conditions:[{field:"fontName",value:"Oxygen"}],fallback:""},{label:"700",value:"https://fonts.gstatic.com/s/oxygen/v9/2sDcZG1Wl4LcnbuCNWgDb2-4C7wFZQ.ttf",conditions:[{field:"fontName",value:"Oxygen"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/anton/v11/1Ptgg87LROyAm0K08i4gS7lu.ttf",conditions:[{field:"fontName",value:"Anton"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/arimo/v13/P5sMzZCDf9_T_20eziBMjI-u.ttf",conditions:[{field:"fontName",value:"Arimo"}],fallback:""},{label:"Italic",value:"https://fonts.gstatic.com/s/arimo/v13/P5sCzZCDf9_T_10cxCRuiZ-uydg.ttf",conditions:[{field:"fontName",value:"Arimo"}],fallback:""},{label:"700",value:"https://fonts.gstatic.com/s/arimo/v13/P5sBzZCDf9_T_1Wi4QREp5On0ME2.ttf",conditions:[{field:"fontName",value:"Arimo"}],fallback:""},{label:"700 Italic",value:"https://fonts.gstatic.com/s/arimo/v13/P5sHzZCDf9_T_10c_JhBrZeF1dE2PY4.ttf",conditions:[{field:"fontName",value:"Arimo"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/dosis/v18/HhyJU5sn9vOmLxNkIwRSjTVNWLEJN7MV3BkFTq4EPw.ttf",conditions:[{field:"fontName",value:"Dosis"}],fallback:""},{label:"200",value:"https://fonts.gstatic.com/s/dosis/v18/HhyJU5sn9vOmLxNkIwRSjTVNWLEJt7MV3BkFTq4EPw.ttf",conditions:[{field:"fontName",value:"Dosis"}],fallback:""},{label:"300",value:"https://fonts.gstatic.com/s/dosis/v18/HhyJU5sn9vOmLxNkIwRSjTVNWLEJabMV3BkFTq4EPw.ttf",conditions:[{field:"fontName",value:"Dosis"}],fallback:""},{label:"500",value:"https://fonts.gstatic.com/s/dosis/v18/HhyJU5sn9vOmLxNkIwRSjTVNWLEJBbMV3BkFTq4EPw.ttf",conditions:[{field:"fontName",value:"Dosis"}],fallback:""},{label:"600",value:"https://fonts.gstatic.com/s/dosis/v18/HhyJU5sn9vOmLxNkIwRSjTVNWLEJ6bQV3BkFTq4EPw.ttf",conditions:[{field:"fontName",value:"Dosis"}],fallback:""},{label:"700",value:"https://fonts.gstatic.com/s/dosis/v18/HhyJU5sn9vOmLxNkIwRSjTVNWLEJ0LQV3BkFTq4EPw.ttf",conditions:[{field:"fontName",value:"Dosis"}],fallback:""},{label:"800",value:"https://fonts.gstatic.com/s/dosis/v18/HhyJU5sn9vOmLxNkIwRSjTVNWLEJt7QV3BkFTq4EPw.ttf",conditions:[{field:"fontName",value:"Dosis"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/karla/v13/qkBbXvYC6trAT4RSJN225aZO.ttf",conditions:[{field:"fontName",value:"Karla"}],fallback:""},{label:"Italic",value:"https://fonts.gstatic.com/s/karla/v13/qkBVXvYC6trAT7RQLtmU4LZOgAU.ttf",conditions:[{field:"fontName",value:"Karla"}],fallback:""},{label:"700",value:"https://fonts.gstatic.com/s/karla/v13/qkBWXvYC6trAT7zuC_m-zrpHmRzC.ttf",conditions:[{field:"fontName",value:"Karla"}],fallback:""},{label:"700 Italic",value:"https://fonts.gstatic.com/s/karla/v13/qkBQXvYC6trAT7RQFmW7xL5lnAzCKNg.ttf",conditions:[{field:"fontName",value:"Karla"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/crimsontext/v10/wlp2gwHKFkZgtmSR3NB0oRJvaAJSA_JN3Q.ttf",conditions:[{field:"fontName",value:"Crimson Text"}],fallback:""},{label:"Italic",value:"https://fonts.gstatic.com/s/crimsontext/v10/wlpogwHKFkZgtmSR3NB0oRJfaghWIfdd3ahG.ttf",conditions:[{field:"fontName",value:"Crimson Text"}],fallback:""},{label:"600",value:"https://fonts.gstatic.com/s/crimsontext/v10/wlppgwHKFkZgtmSR3NB0oRJXsCx2C9lR1LFffg.ttf",conditions:[{field:"fontName",value:"Crimson Text"}],fallback:""},{label:"600 Italic",value:"https://fonts.gstatic.com/s/crimsontext/v10/wlprgwHKFkZgtmSR3NB0oRJfajCOD9NV9rRPfrKu.ttf",conditions:[{field:"fontName",value:"Crimson Text"}],fallback:""},{label:"700",value:"https://fonts.gstatic.com/s/crimsontext/v10/wlppgwHKFkZgtmSR3NB0oRJX1C12C9lR1LFffg.ttf",conditions:[{field:"fontName",value:"Crimson Text"}],fallback:""},{label:"700 Italic",value:"https://fonts.gstatic.com/s/crimsontext/v10/wlprgwHKFkZgtmSR3NB0oRJfajDqDtNV9rRPfrKu.ttf",conditions:[{field:"fontName",value:"Crimson Text"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/bebasneue/v1/JTUSjIg69CK48gW7PXooxW5rygbi49c.ttf",conditions:[{field:"fontName",value:"Bebas Neue"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/librebaskerville/v7/kmKnZrc3Hgbbcjq75U4uslyuy4kn0pNeYRI4CN2V.ttf",conditions:[{field:"fontName",value:"Libre Baskerville"}],fallback:""},{label:"Italic",value:"https://fonts.gstatic.com/s/librebaskerville/v7/kmKhZrc3Hgbbcjq75U4uslyuy4kn0qNcaxYaDc2V2ro.ttf",conditions:[{field:"fontName",value:"Libre Baskerville"}],fallback:""},{label:"700",value:"https://fonts.gstatic.com/s/librebaskerville/v7/kmKiZrc3Hgbbcjq75U4uslyuy4kn0qviTjYwI8Gcw6Oi.ttf",conditions:[{field:"fontName",value:"Libre Baskerville"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/josefinsans/v16/Qw3PZQNVED7rKGKxtqIqX5E-AVSJrOCfjY46_DjQXMFrLgTsQV0.ttf",conditions:[{field:"fontName",value:"Josefin Sans"}],fallback:""},{label:"Italic",value:"https://fonts.gstatic.com/s/josefinsans/v16/Qw3JZQNVED7rKGKxtqIqX5EUCGZ2dIn0FyA96fCTtIJhKibpUV3MEQ.ttf",conditions:[{field:"fontName",value:"Josefin Sans"}],fallback:""},{label:"100",value:"https://fonts.gstatic.com/s/josefinsans/v16/Qw3PZQNVED7rKGKxtqIqX5E-AVSJrOCfjY46_DjRXMFrLgTsQV0.ttf",conditions:[{field:"fontName",value:"Josefin Sans"}],fallback:""},{label:"100 Italic",value:"https://fonts.gstatic.com/s/josefinsans/v16/Qw3JZQNVED7rKGKxtqIqX5EUCGZ2dIn0FyA96fCTtINhKibpUV3MEQ.ttf",conditions:[{field:"fontName",value:"Josefin Sans"}],fallback:""},{label:"200",value:"https://fonts.gstatic.com/s/josefinsans/v16/Qw3PZQNVED7rKGKxtqIqX5E-AVSJrOCfjY46_LjQXMFrLgTsQV0.ttf",conditions:[{field:"fontName",value:"Josefin Sans"}],fallback:""},{label:"200 Italic",value:"https://fonts.gstatic.com/s/josefinsans/v16/Qw3JZQNVED7rKGKxtqIqX5EUCGZ2dIn0FyA96fCTNIJhKibpUV3MEQ.ttf",conditions:[{field:"fontName",value:"Josefin Sans"}],fallback:""},{label:"300",value:"https://fonts.gstatic.com/s/josefinsans/v16/Qw3PZQNVED7rKGKxtqIqX5E-AVSJrOCfjY46_GbQXMFrLgTsQV0.ttf",conditions:[{field:"fontName",value:"Josefin Sans"}],fallback:""},{label:"300 Italic",value:"https://fonts.gstatic.com/s/josefinsans/v16/Qw3JZQNVED7rKGKxtqIqX5EUCGZ2dIn0FyA96fCT6oJhKibpUV3MEQ.ttf",conditions:[{field:"fontName",value:"Josefin Sans"}],fallback:""},{label:"500",value:"https://fonts.gstatic.com/s/josefinsans/v16/Qw3PZQNVED7rKGKxtqIqX5E-AVSJrOCfjY46_ArQXMFrLgTsQV0.ttf",conditions:[{field:"fontName",value:"Josefin Sans"}],fallback:""},{label:"500 Italic",value:"https://fonts.gstatic.com/s/josefinsans/v16/Qw3JZQNVED7rKGKxtqIqX5EUCGZ2dIn0FyA96fCThoJhKibpUV3MEQ.ttf",conditions:[{field:"fontName",value:"Josefin Sans"}],fallback:""},{label:"600",value:"https://fonts.gstatic.com/s/josefinsans/v16/Qw3PZQNVED7rKGKxtqIqX5E-AVSJrOCfjY46_ObXXMFrLgTsQV0.ttf",conditions:[{field:"fontName",value:"Josefin Sans"}],fallback:""},{label:"600 Italic",value:"https://fonts.gstatic.com/s/josefinsans/v16/Qw3JZQNVED7rKGKxtqIqX5EUCGZ2dIn0FyA96fCTaoVhKibpUV3MEQ.ttf",conditions:[{field:"fontName",value:"Josefin Sans"}],fallback:""},{label:"700",value:"https://fonts.gstatic.com/s/josefinsans/v16/Qw3PZQNVED7rKGKxtqIqX5E-AVSJrOCfjY46_N_XXMFrLgTsQV0.ttf",conditions:[{field:"fontName",value:"Josefin Sans"}],fallback:""},{label:"700 Italic",value:"https://fonts.gstatic.com/s/josefinsans/v16/Qw3JZQNVED7rKGKxtqIqX5EUCGZ2dIn0FyA96fCTU4VhKibpUV3MEQ.ttf",conditions:[{field:"fontName",value:"Josefin Sans"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/sourcecodepro/v11/HI_SiYsKILxRpg3hIP6sJ7fM7PqVOuHXvMY3xw.ttf",conditions:[{field:"fontName",value:"Source Code Pro"}],fallback:""},{label:"Italic",value:"https://fonts.gstatic.com/s/sourcecodepro/v11/HI_QiYsKILxRpg3hIP6sJ7fM7PqlOOvTnsMnx3C9.ttf",conditions:[{field:"fontName",value:"Source Code Pro"}],fallback:""},{label:"200",value:"https://fonts.gstatic.com/s/sourcecodepro/v11/HI_XiYsKILxRpg3hIP6sJ7fM7Pqt8srztO0rzmmkDQ.ttf",conditions:[{field:"fontName",value:"Source Code Pro"}],fallback:""},{label:"200 Italic",value:"https://fonts.gstatic.com/s/sourcecodepro/v11/HI_ViYsKILxRpg3hIP6sJ7fM7PqlONMbtecv7Gy0DRzS.ttf",conditions:[{field:"fontName",value:"Source Code Pro"}],fallback:""},{label:"300",value:"https://fonts.gstatic.com/s/sourcecodepro/v11/HI_XiYsKILxRpg3hIP6sJ7fM7PqtlsnztO0rzmmkDQ.ttf",conditions:[{field:"fontName",value:"Source Code Pro"}],fallback:""},{label:"300 Italic",value:"https://fonts.gstatic.com/s/sourcecodepro/v11/HI_ViYsKILxRpg3hIP6sJ7fM7PqlONN_tucv7Gy0DRzS.ttf",conditions:[{field:"fontName",value:"Source Code Pro"}],fallback:""},{label:"500",value:"https://fonts.gstatic.com/s/sourcecodepro/v11/HI_XiYsKILxRpg3hIP6sJ7fM7PqtzsjztO0rzmmkDQ.ttf",conditions:[{field:"fontName",value:"Source Code Pro"}],fallback:""},{label:"500 Italic",value:"https://fonts.gstatic.com/s/sourcecodepro/v11/HI_ViYsKILxRpg3hIP6sJ7fM7PqlONMnt-cv7Gy0DRzS.ttf",conditions:[{field:"fontName",value:"Source Code Pro"}],fallback:""},{label:"600",value:"https://fonts.gstatic.com/s/sourcecodepro/v11/HI_XiYsKILxRpg3hIP6sJ7fM7Pqt4s_ztO0rzmmkDQ.ttf",conditions:[{field:"fontName",value:"Source Code Pro"}],fallback:""},{label:"600 Italic",value:"https://fonts.gstatic.com/s/sourcecodepro/v11/HI_ViYsKILxRpg3hIP6sJ7fM7PqlONMLsOcv7Gy0DRzS.ttf",conditions:[{field:"fontName",value:"Source Code Pro"}],fallback:""},{label:"700",value:"https://fonts.gstatic.com/s/sourcecodepro/v11/HI_XiYsKILxRpg3hIP6sJ7fM7Pqths7ztO0rzmmkDQ.ttf",conditions:[{field:"fontName",value:"Source Code Pro"}],fallback:""},{label:"700 Italic",value:"https://fonts.gstatic.com/s/sourcecodepro/v11/HI_ViYsKILxRpg3hIP6sJ7fM7PqlONNvsecv7Gy0DRzS.ttf",conditions:[{field:"fontName",value:"Source Code Pro"}],fallback:""},{label:"900",value:"https://fonts.gstatic.com/s/sourcecodepro/v11/HI_XiYsKILxRpg3hIP6sJ7fM7PqtvszztO0rzmmkDQ.ttf",conditions:[{field:"fontName",value:"Source Code Pro"}],fallback:""},{label:"900 Italic",value:"https://fonts.gstatic.com/s/sourcecodepro/v11/HI_ViYsKILxRpg3hIP6sJ7fM7PqlONNXs-cv7Gy0DRzS.ttf",conditions:[{field:"fontName",value:"Source Code Pro"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/slabo27px/v6/mFT0WbgBwKPR_Z4hGN2qsxgJ1EJ7i90.ttf",conditions:[{field:"fontName",value:"Slabo 27px"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/bitter/v16/raxhHiqOu8IVPmnRc6SY1KXhnF_Y8fbfCL_EXFh2reU.ttf",conditions:[{field:"fontName",value:"Bitter"}],fallback:""},{label:"Italic",value:"https://fonts.gstatic.com/s/bitter/v16/raxjHiqOu8IVPmn7epZnDMyKBvHf5D6c4PzOWHpzveWxBw.ttf",conditions:[{field:"fontName",value:"Bitter"}],fallback:""},{label:"100",value:"https://fonts.gstatic.com/s/bitter/v16/raxhHiqOu8IVPmnRc6SY1KXhnF_Y8fbeCL_EXFh2reU.ttf",conditions:[{field:"fontName",value:"Bitter"}],fallback:""},{label:"100 Italic",value:"https://fonts.gstatic.com/s/bitter/v16/raxjHiqOu8IVPmn7epZnDMyKBvHf5D6c4P3OWHpzveWxBw.ttf",conditions:[{field:"fontName",value:"Bitter"}],fallback:""},{label:"200",value:"https://fonts.gstatic.com/s/bitter/v16/raxhHiqOu8IVPmnRc6SY1KXhnF_Y8XbfCL_EXFh2reU.ttf",conditions:[{field:"fontName",value:"Bitter"}],fallback:""},{label:"200 Italic",value:"https://fonts.gstatic.com/s/bitter/v16/raxjHiqOu8IVPmn7epZnDMyKBvHf5D6cYPzOWHpzveWxBw.ttf",conditions:[{field:"fontName",value:"Bitter"}],fallback:""},{label:"300",value:"https://fonts.gstatic.com/s/bitter/v16/raxhHiqOu8IVPmnRc6SY1KXhnF_Y8ajfCL_EXFh2reU.ttf",conditions:[{field:"fontName",value:"Bitter"}],fallback:""},{label:"300 Italic",value:"https://fonts.gstatic.com/s/bitter/v16/raxjHiqOu8IVPmn7epZnDMyKBvHf5D6cvvzOWHpzveWxBw.ttf",conditions:[{field:"fontName",value:"Bitter"}],fallback:""},{label:"500",value:"https://fonts.gstatic.com/s/bitter/v16/raxhHiqOu8IVPmnRc6SY1KXhnF_Y8cTfCL_EXFh2reU.ttf",conditions:[{field:"fontName",value:"Bitter"}],fallback:""},{label:"500 Italic",value:"https://fonts.gstatic.com/s/bitter/v16/raxjHiqOu8IVPmn7epZnDMyKBvHf5D6c0vzOWHpzveWxBw.ttf",conditions:[{field:"fontName",value:"Bitter"}],fallback:""},{label:"600",value:"https://fonts.gstatic.com/s/bitter/v16/raxhHiqOu8IVPmnRc6SY1KXhnF_Y8SjYCL_EXFh2reU.ttf",conditions:[{field:"fontName",value:"Bitter"}],fallback:""},{label:"600 Italic",value:"https://fonts.gstatic.com/s/bitter/v16/raxjHiqOu8IVPmn7epZnDMyKBvHf5D6cPvvOWHpzveWxBw.ttf",conditions:[{field:"fontName",value:"Bitter"}],fallback:""},{label:"700",value:"https://fonts.gstatic.com/s/bitter/v16/raxhHiqOu8IVPmnRc6SY1KXhnF_Y8RHYCL_EXFh2reU.ttf",conditions:[{field:"fontName",value:"Bitter"}],fallback:""},{label:"700 Italic",value:"https://fonts.gstatic.com/s/bitter/v16/raxjHiqOu8IVPmn7epZnDMyKBvHf5D6cB_vOWHpzveWxBw.ttf",conditions:[{field:"fontName",value:"Bitter"}],fallback:""},{label:"800",value:"https://fonts.gstatic.com/s/bitter/v16/raxhHiqOu8IVPmnRc6SY1KXhnF_Y8XbYCL_EXFh2reU.ttf",conditions:[{field:"fontName",value:"Bitter"}],fallback:""},{label:"800 Italic",value:"https://fonts.gstatic.com/s/bitter/v16/raxjHiqOu8IVPmn7epZnDMyKBvHf5D6cYPvOWHpzveWxBw.ttf",conditions:[{field:"fontName",value:"Bitter"}],fallback:""},{label:"900",value:"https://fonts.gstatic.com/s/bitter/v16/raxhHiqOu8IVPmnRc6SY1KXhnF_Y8V_YCL_EXFh2reU.ttf",conditions:[{field:"fontName",value:"Bitter"}],fallback:""},{label:"900 Italic",value:"https://fonts.gstatic.com/s/bitter/v16/raxjHiqOu8IVPmn7epZnDMyKBvHf5D6cSfvOWHpzveWxBw.ttf",conditions:[{field:"fontName",value:"Bitter"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/hind/v10/5aU69_a8oxmIRG5yBROzkDM.ttf",conditions:[{field:"fontName",value:"Hind"}],fallback:""},{label:"300",value:"https://fonts.gstatic.com/s/hind/v10/5aU19_a8oxmIfMJaIRuYjDpf5Vw.ttf",conditions:[{field:"fontName",value:"Hind"}],fallback:""},{label:"500",value:"https://fonts.gstatic.com/s/hind/v10/5aU19_a8oxmIfJpbIRuYjDpf5Vw.ttf",conditions:[{field:"fontName",value:"Hind"}],fallback:""},{label:"600",value:"https://fonts.gstatic.com/s/hind/v10/5aU19_a8oxmIfLZcIRuYjDpf5Vw.ttf",conditions:[{field:"fontName",value:"Hind"}],fallback:""},{label:"700",value:"https://fonts.gstatic.com/s/hind/v10/5aU19_a8oxmIfNJdIRuYjDpf5Vw.ttf",conditions:[{field:"fontName",value:"Hind"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/librefranklin/v4/jizDREVItHgc8qDIbSTKq4XkRhUY0TY7ikbI.ttf",conditions:[{field:"fontName",value:"Libre Franklin"}],fallback:""},{label:"Italic",value:"https://fonts.gstatic.com/s/librefranklin/v4/jizBREVItHgc8qDIbSTKq4XkRiUa2zIZj1bIkNo.ttf",conditions:[{field:"fontName",value:"Libre Franklin"}],fallback:""},{label:"100",value:"https://fonts.gstatic.com/s/librefranklin/v4/jizBREVItHgc8qDIbSTKq4XkRi182zIZj1bIkNo.ttf",conditions:[{field:"fontName",value:"Libre Franklin"}],fallback:""},{label:"100 Italic",value:"https://fonts.gstatic.com/s/librefranklin/v4/jizHREVItHgc8qDIbSTKq4XkRiUa41YTi3TNgNq55w.ttf",conditions:[{field:"fontName",value:"Libre Franklin"}],fallback:""},{label:"200",value:"https://fonts.gstatic.com/s/librefranklin/v4/jizAREVItHgc8qDIbSTKq4XkRi3Q-hIzoVrBicOg.ttf",conditions:[{field:"fontName",value:"Libre Franklin"}],fallback:""},{label:"200 Italic",value:"https://fonts.gstatic.com/s/librefranklin/v4/jizGREVItHgc8qDIbSTKq4XkRiUa4_oyq17jjNOg_oc.ttf",conditions:[{field:"fontName",value:"Libre Franklin"}],fallback:""},{label:"300",value:"https://fonts.gstatic.com/s/librefranklin/v4/jizAREVItHgc8qDIbSTKq4XkRi20-RIzoVrBicOg.ttf",conditions:[{field:"fontName",value:"Libre Franklin"}],fallback:""},{label:"300 Italic",value:"https://fonts.gstatic.com/s/librefranklin/v4/jizGREVItHgc8qDIbSTKq4XkRiUa454xq17jjNOg_oc.ttf",conditions:[{field:"fontName",value:"Libre Franklin"}],fallback:""},{label:"500",value:"https://fonts.gstatic.com/s/librefranklin/v4/jizAREVItHgc8qDIbSTKq4XkRi3s-BIzoVrBicOg.ttf",conditions:[{field:"fontName",value:"Libre Franklin"}],fallback:""},{label:"500 Italic",value:"https://fonts.gstatic.com/s/librefranklin/v4/jizGREVItHgc8qDIbSTKq4XkRiUa48Ywq17jjNOg_oc.ttf",conditions:[{field:"fontName",value:"Libre Franklin"}],fallback:""},{label:"600",value:"https://fonts.gstatic.com/s/librefranklin/v4/jizAREVItHgc8qDIbSTKq4XkRi3A_xIzoVrBicOg.ttf",conditions:[{field:"fontName",value:"Libre Franklin"}],fallback:""},{label:"600 Italic",value:"https://fonts.gstatic.com/s/librefranklin/v4/jizGREVItHgc8qDIbSTKq4XkRiUa4-o3q17jjNOg_oc.ttf",conditions:[{field:"fontName",value:"Libre Franklin"}],fallback:""},{label:"700",value:"https://fonts.gstatic.com/s/librefranklin/v4/jizAREVItHgc8qDIbSTKq4XkRi2k_hIzoVrBicOg.ttf",conditions:[{field:"fontName",value:"Libre Franklin"}],fallback:""},{label:"700 Italic",value:"https://fonts.gstatic.com/s/librefranklin/v4/jizGREVItHgc8qDIbSTKq4XkRiUa4442q17jjNOg_oc.ttf",conditions:[{field:"fontName",value:"Libre Franklin"}],fallback:""},{label:"800",value:"https://fonts.gstatic.com/s/librefranklin/v4/jizAREVItHgc8qDIbSTKq4XkRi24_RIzoVrBicOg.ttf",conditions:[{field:"fontName",value:"Libre Franklin"}],fallback:""},{label:"800 Italic",value:"https://fonts.gstatic.com/s/librefranklin/v4/jizGREVItHgc8qDIbSTKq4XkRiUa45I1q17jjNOg_oc.ttf",conditions:[{field:"fontName",value:"Libre Franklin"}],fallback:""},{label:"900",value:"https://fonts.gstatic.com/s/librefranklin/v4/jizAREVItHgc8qDIbSTKq4XkRi2c_BIzoVrBicOg.ttf",conditions:[{field:"fontName",value:"Libre Franklin"}],fallback:""},{label:"900 Italic",value:"https://fonts.gstatic.com/s/librefranklin/v4/jizGREVItHgc8qDIbSTKq4XkRiUa47Y0q17jjNOg_oc.ttf",conditions:[{field:"fontName",value:"Libre Franklin"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/cabin/v14/u-4x0qWljRw-Pe839fxqmjRv.ttf",conditions:[{field:"fontName",value:"Cabin"}],fallback:""},{label:"Italic",value:"https://fonts.gstatic.com/s/cabin/v14/u-4_0qWljRw-Pd81__hInyRvYwc.ttf",conditions:[{field:"fontName",value:"Cabin"}],fallback:""},{label:"500",value:"https://fonts.gstatic.com/s/cabin/v14/u-480qWljRw-PdfD3NhisShmeh5I.ttf",conditions:[{field:"fontName",value:"Cabin"}],fallback:""},{label:"500 Italic",value:"https://fonts.gstatic.com/s/cabin/v14/u-460qWljRw-Pd81xwxhuyxEfw5IR-Y.ttf",conditions:[{field:"fontName",value:"Cabin"}],fallback:""},{label:"600",value:"https://fonts.gstatic.com/s/cabin/v14/u-480qWljRw-Pdfv29hisShmeh5I.ttf",conditions:[{field:"fontName",value:"Cabin"}],fallback:""},{label:"600 Italic",value:"https://fonts.gstatic.com/s/cabin/v14/u-460qWljRw-Pd81xyBmuyxEfw5IR-Y.ttf",conditions:[{field:"fontName",value:"Cabin"}],fallback:""},{label:"700",value:"https://fonts.gstatic.com/s/cabin/v14/u-480qWljRw-PdeL2thisShmeh5I.ttf",conditions:[{field:"fontName",value:"Cabin"}],fallback:""},{label:"700 Italic",value:"https://fonts.gstatic.com/s/cabin/v14/u-460qWljRw-Pd81x0RnuyxEfw5IR-Y.ttf",conditions:[{field:"fontName",value:"Cabin"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/russoone/v8/Z9XUDmZRWg6M1LvRYsH-yMOInrib9Q.ttf",conditions:[{field:"fontName",value:"Russo One"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/overpass/v4/qFdH35WCmI96Ajtm82GiWdrCwwcJ.ttf",conditions:[{field:"fontName",value:"Overpass"}],fallback:""},{label:"Italic",value:"https://fonts.gstatic.com/s/overpass/v4/qFdB35WCmI96Ajtm81GgU97gxhcJk1s.ttf",conditions:[{field:"fontName",value:"Overpass"}],fallback:""},{label:"100",value:"https://fonts.gstatic.com/s/overpass/v4/qFdB35WCmI96Ajtm81nGU97gxhcJk1s.ttf",conditions:[{field:"fontName",value:"Overpass"}],fallback:""},{label:"100 Italic",value:"https://fonts.gstatic.com/s/overpass/v4/qFdD35WCmI96Ajtm81Gga7rqwjUMg1siNQ.ttf",conditions:[{field:"fontName",value:"Overpass"}],fallback:""},{label:"200",value:"https://fonts.gstatic.com/s/overpass/v4/qFdA35WCmI96Ajtm81lqcv7K6BsAikI7.ttf",conditions:[{field:"fontName",value:"Overpass"}],fallback:""},{label:"200 Italic",value:"https://fonts.gstatic.com/s/overpass/v4/qFdC35WCmI96Ajtm81GgaxbL4h8ij1I7LLE.ttf",conditions:[{field:"fontName",value:"Overpass"}],fallback:""},{label:"300",value:"https://fonts.gstatic.com/s/overpass/v4/qFdA35WCmI96Ajtm81kOcf7K6BsAikI7.ttf",conditions:[{field:"fontName",value:"Overpass"}],fallback:""},{label:"300 Italic",value:"https://fonts.gstatic.com/s/overpass/v4/qFdC35WCmI96Ajtm81Gga3LI4h8ij1I7LLE.ttf",conditions:[{field:"fontName",value:"Overpass"}],fallback:""},{label:"600",value:"https://fonts.gstatic.com/s/overpass/v4/qFdA35WCmI96Ajtm81l6d_7K6BsAikI7.ttf",conditions:[{field:"fontName",value:"Overpass"}],fallback:""},{label:"600 Italic",value:"https://fonts.gstatic.com/s/overpass/v4/qFdC35WCmI96Ajtm81GgawbO4h8ij1I7LLE.ttf",conditions:[{field:"fontName",value:"Overpass"}],fallback:""},{label:"700",value:"https://fonts.gstatic.com/s/overpass/v4/qFdA35WCmI96Ajtm81kedv7K6BsAikI7.ttf",conditions:[{field:"fontName",value:"Overpass"}],fallback:""},{label:"700 Italic",value:"https://fonts.gstatic.com/s/overpass/v4/qFdC35WCmI96Ajtm81Gga2LP4h8ij1I7LLE.ttf",conditions:[{field:"fontName",value:"Overpass"}],fallback:""},{label:"800",value:"https://fonts.gstatic.com/s/overpass/v4/qFdA35WCmI96Ajtm81kCdf7K6BsAikI7.ttf",conditions:[{field:"fontName",value:"Overpass"}],fallback:""},{label:"800 Italic",value:"https://fonts.gstatic.com/s/overpass/v4/qFdC35WCmI96Ajtm81Gga37M4h8ij1I7LLE.ttf",conditions:[{field:"fontName",value:"Overpass"}],fallback:""},{label:"900",value:"https://fonts.gstatic.com/s/overpass/v4/qFdA35WCmI96Ajtm81kmdP7K6BsAikI7.ttf",conditions:[{field:"fontName",value:"Overpass"}],fallback:""},{label:"900 Italic",value:"https://fonts.gstatic.com/s/overpass/v4/qFdC35WCmI96Ajtm81Gga1rN4h8ij1I7LLE.ttf",conditions:[{field:"fontName",value:"Overpass"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/lobster/v22/neILzCirqoswsqX9_oWsMqEzSJQ.ttf",conditions:[{field:"fontName",value:"Lobster"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/fjallaone/v7/Yq6R-LCAWCX3-6Ky7FAFnOZwkxgtUb8.ttf",conditions:[{field:"fontName",value:"Fjalla One"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/dancingscript/v15/If2cXTr6YS-zF4S-kcSWSVi_sxjsohD9F50Ruu7BMSoHTeB9ptDqpw.ttf",conditions:[{field:"fontName",value:"Dancing Script"}],fallback:""},{label:"500",value:"https://fonts.gstatic.com/s/dancingscript/v15/If2cXTr6YS-zF4S-kcSWSVi_sxjsohD9F50Ruu7BAyoHTeB9ptDqpw.ttf",conditions:[{field:"fontName",value:"Dancing Script"}],fallback:""},{label:"600",value:"https://fonts.gstatic.com/s/dancingscript/v15/If2cXTr6YS-zF4S-kcSWSVi_sxjsohD9F50Ruu7B7y0HTeB9ptDqpw.ttf",conditions:[{field:"fontName",value:"Dancing Script"}],fallback:""},{label:"700",value:"https://fonts.gstatic.com/s/dancingscript/v15/If2cXTr6YS-zF4S-kcSWSVi_sxjsohD9F50Ruu7B1i0HTeB9ptDqpw.ttf",conditions:[{field:"fontName",value:"Dancing Script"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/abel/v11/MwQ5bhbm2POE6VhLPJp6qGI.ttf",conditions:[{field:"fontName",value:"Abel"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/sourceserifpro/v8/neIQzD-0qpwxpaWvjeD0X88SAOeaiXM0oSOL2Yw.ttf",conditions:[{field:"fontName",value:"Source Serif Pro"}],fallback:""},{label:"Italic",value:"https://fonts.gstatic.com/s/sourceserifpro/v8/neIWzD-0qpwxpaWvjeD0X88SAOeauXE-pQGOyYw2fw.ttf",conditions:[{field:"fontName",value:"Source Serif Pro"}],fallback:""},{label:"200",value:"https://fonts.gstatic.com/s/sourceserifpro/v8/neIXzD-0qpwxpaWvjeD0X88SAOeasbsfhSugxYUvZrI.ttf",conditions:[{field:"fontName",value:"Source Serif Pro"}],fallback:""},{label:"200 Italic",value:"https://fonts.gstatic.com/s/sourceserifpro/v8/neIVzD-0qpwxpaWvjeD0X88SAOeauXEGbSqqwacqdrKvbQ.ttf",conditions:[{field:"fontName",value:"Source Serif Pro"}],fallback:""},{label:"300",value:"https://fonts.gstatic.com/s/sourceserifpro/v8/neIXzD-0qpwxpaWvjeD0X88SAOeasd8chSugxYUvZrI.ttf",conditions:[{field:"fontName",value:"Source Serif Pro"}],fallback:""},{label:"300 Italic",value:"https://fonts.gstatic.com/s/sourceserifpro/v8/neIVzD-0qpwxpaWvjeD0X88SAOeauXEGCSmqwacqdrKvbQ.ttf",conditions:[{field:"fontName",value:"Source Serif Pro"}],fallback:""},{label:"600",value:"https://fonts.gstatic.com/s/sourceserifpro/v8/neIXzD-0qpwxpaWvjeD0X88SAOeasasahSugxYUvZrI.ttf",conditions:[{field:"fontName",value:"Source Serif Pro"}],fallback:""},{label:"600 Italic",value:"https://fonts.gstatic.com/s/sourceserifpro/v8/neIVzD-0qpwxpaWvjeD0X88SAOeauXEGfS-qwacqdrKvbQ.ttf",conditions:[{field:"fontName",value:"Source Serif Pro"}],fallback:""},{label:"700",value:"https://fonts.gstatic.com/s/sourceserifpro/v8/neIXzD-0qpwxpaWvjeD0X88SAOeasc8bhSugxYUvZrI.ttf",conditions:[{field:"fontName",value:"Source Serif Pro"}],fallback:""},{label:"700 Italic",value:"https://fonts.gstatic.com/s/sourceserifpro/v8/neIVzD-0qpwxpaWvjeD0X88SAOeauXEGGS6qwacqdrKvbQ.ttf",conditions:[{field:"fontName",value:"Source Serif Pro"}],fallback:""},{label:"900",value:"https://fonts.gstatic.com/s/sourceserifpro/v8/neIXzD-0qpwxpaWvjeD0X88SAOeasfcZhSugxYUvZrI.ttf",conditions:[{field:"fontName",value:"Source Serif Pro"}],fallback:""},{label:"900 Italic",value:"https://fonts.gstatic.com/s/sourceserifpro/v8/neIVzD-0qpwxpaWvjeD0X88SAOeauXEGISyqwacqdrKvbQ.ttf",conditions:[{field:"fontName",value:"Source Serif Pro"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/varelaround/v12/w8gdH283Tvk__Lua32TysjIvoMGOD9gxZw.ttf",conditions:[{field:"fontName",value:"Varela Round"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/notosanssc/v11/k3kXo84MPvpLmixcA63oeALhL4iJ-Q7m8w.otf",conditions:[{field:"fontName",value:"Noto Sans SC"}],fallback:""},{label:"100",value:"https://fonts.gstatic.com/s/notosanssc/v11/k3kJo84MPvpLmixcA63oeALZTYKL2wv287Sb.otf",conditions:[{field:"fontName",value:"Noto Sans SC"}],fallback:""},{label:"300",value:"https://fonts.gstatic.com/s/notosanssc/v11/k3kIo84MPvpLmixcA63oeALZhaCt9yX6-q2CGg.otf",conditions:[{field:"fontName",value:"Noto Sans SC"}],fallback:""},{label:"500",value:"https://fonts.gstatic.com/s/notosanssc/v11/k3kIo84MPvpLmixcA63oeALZ3aGt9yX6-q2CGg.otf",conditions:[{field:"fontName",value:"Noto Sans SC"}],fallback:""},{label:"700",value:"https://fonts.gstatic.com/s/notosanssc/v11/k3kIo84MPvpLmixcA63oeALZlaet9yX6-q2CGg.otf",conditions:[{field:"fontName",value:"Noto Sans SC"}],fallback:""},{label:"900",value:"https://fonts.gstatic.com/s/notosanssc/v11/k3kIo84MPvpLmixcA63oeALZraWt9yX6-q2CGg.otf",conditions:[{field:"fontName",value:"Noto Sans SC"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/alata/v2/PbytFmztEwbIofe6xKcRQEOX.ttf",conditions:[{field:"fontName",value:"Alata"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/arvo/v13/tDbD2oWUg0MKmSAa7Lzr7vs.ttf",conditions:[{field:"fontName",value:"Arvo"}],fallback:""},{label:"Italic",value:"https://fonts.gstatic.com/s/arvo/v13/tDbN2oWUg0MKqSIQ6J7u_vvijQ.ttf",conditions:[{field:"fontName",value:"Arvo"}],fallback:""},{label:"700",value:"https://fonts.gstatic.com/s/arvo/v13/tDbM2oWUg0MKoZw1yLTA8vL7lAE.ttf",conditions:[{field:"fontName",value:"Arvo"}],fallback:""},{label:"700 Italic",value:"https://fonts.gstatic.com/s/arvo/v13/tDbO2oWUg0MKqSIoVLHK9tD-hAHkGg.ttf",conditions:[{field:"fontName",value:"Arvo"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/ibmplexsans/v7/zYXgKVElMYYaJe8bpLHnCwDKtdbUFI5NadY.ttf",conditions:[{field:"fontName",value:"IBM Plex Sans"}],fallback:""},{label:"Italic",value:"https://fonts.gstatic.com/s/ibmplexsans/v7/zYX-KVElMYYaJe8bpLHnCwDKhdTeEKxIedbzDw.ttf",conditions:[{field:"fontName",value:"IBM Plex Sans"}],fallback:""},{label:"100",value:"https://fonts.gstatic.com/s/ibmplexsans/v7/zYX-KVElMYYaJe8bpLHnCwDKjbLeEKxIedbzDw.ttf",conditions:[{field:"fontName",value:"IBM Plex Sans"}],fallback:""},{label:"100 Italic",value:"https://fonts.gstatic.com/s/ibmplexsans/v7/zYX8KVElMYYaJe8bpLHnCwDKhdTmdKZMW9PjD3N8.ttf",conditions:[{field:"fontName",value:"IBM Plex Sans"}],fallback:""},{label:"200",value:"https://fonts.gstatic.com/s/ibmplexsans/v7/zYX9KVElMYYaJe8bpLHnCwDKjR7_MIZmdd_qFmo.ttf",conditions:[{field:"fontName",value:"IBM Plex Sans"}],fallback:""},{label:"200 Italic",value:"https://fonts.gstatic.com/s/ibmplexsans/v7/zYX7KVElMYYaJe8bpLHnCwDKhdTm2Idscf3vBmpl8A.ttf",conditions:[{field:"fontName",value:"IBM Plex Sans"}],fallback:""},{label:"300",value:"https://fonts.gstatic.com/s/ibmplexsans/v7/zYX9KVElMYYaJe8bpLHnCwDKjXr8MIZmdd_qFmo.ttf",conditions:[{field:"fontName",value:"IBM Plex Sans"}],fallback:""},{label:"300 Italic",value:"https://fonts.gstatic.com/s/ibmplexsans/v7/zYX7KVElMYYaJe8bpLHnCwDKhdTmvIRscf3vBmpl8A.ttf",conditions:[{field:"fontName",value:"IBM Plex Sans"}],fallback:""},{label:"500",value:"https://fonts.gstatic.com/s/ibmplexsans/v7/zYX9KVElMYYaJe8bpLHnCwDKjSL9MIZmdd_qFmo.ttf",conditions:[{field:"fontName",value:"IBM Plex Sans"}],fallback:""},{label:"500 Italic",value:"https://fonts.gstatic.com/s/ibmplexsans/v7/zYX7KVElMYYaJe8bpLHnCwDKhdTm5IVscf3vBmpl8A.ttf",conditions:[{field:"fontName",value:"IBM Plex Sans"}],fallback:""},{label:"600",value:"https://fonts.gstatic.com/s/ibmplexsans/v7/zYX9KVElMYYaJe8bpLHnCwDKjQ76MIZmdd_qFmo.ttf",conditions:[{field:"fontName",value:"IBM Plex Sans"}],fallback:""},{label:"600 Italic",value:"https://fonts.gstatic.com/s/ibmplexsans/v7/zYX7KVElMYYaJe8bpLHnCwDKhdTmyIJscf3vBmpl8A.ttf",conditions:[{field:"fontName",value:"IBM Plex Sans"}],fallback:""},{label:"700",value:"https://fonts.gstatic.com/s/ibmplexsans/v7/zYX9KVElMYYaJe8bpLHnCwDKjWr7MIZmdd_qFmo.ttf",conditions:[{field:"fontName",value:"IBM Plex Sans"}],fallback:""},{label:"700 Italic",value:"https://fonts.gstatic.com/s/ibmplexsans/v7/zYX7KVElMYYaJe8bpLHnCwDKhdTmrINscf3vBmpl8A.ttf",conditions:[{field:"fontName",value:"IBM Plex Sans"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/indieflower/v11/m8JVjfNVeKWVnh3QMuKkFcZlbkGG1dKEDw.ttf",conditions:[{field:"fontName",value:"Indie Flower"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/cairo/v7/SLXGc1nY6HkvamImRJqExst1.ttf",conditions:[{field:"fontName",value:"Cairo"}],fallback:""},{label:"200",value:"https://fonts.gstatic.com/s/cairo/v7/SLXLc1nY6Hkvalrub76M7dd8aGZk.ttf",conditions:[{field:"fontName",value:"Cairo"}],fallback:""},{label:"300",value:"https://fonts.gstatic.com/s/cairo/v7/SLXLc1nY6HkvalqKbL6M7dd8aGZk.ttf",conditions:[{field:"fontName",value:"Cairo"}],fallback:""},{label:"600",value:"https://fonts.gstatic.com/s/cairo/v7/SLXLc1nY6Hkvalr-ar6M7dd8aGZk.ttf",conditions:[{field:"fontName",value:"Cairo"}],fallback:""},{label:"700",value:"https://fonts.gstatic.com/s/cairo/v7/SLXLc1nY6Hkvalqaa76M7dd8aGZk.ttf",conditions:[{field:"fontName",value:"Cairo"}],fallback:""},{label:"900",value:"https://fonts.gstatic.com/s/cairo/v7/SLXLc1nY6Hkvalqiab6M7dd8aGZk.ttf",conditions:[{field:"fontName",value:"Cairo"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/exo2/v9/7cH1v4okm5zmbvwkAx_sfcEuiD8jvvKcPtq-rpvLpQ.ttf",conditions:[{field:"fontName",value:"Exo 2"}],fallback:""},{label:"Italic",value:"https://fonts.gstatic.com/s/exo2/v9/7cH3v4okm5zmbtYtMeA0FKq0Jjg2drF0fdC6jJ7bpQBL.ttf",conditions:[{field:"fontName",value:"Exo 2"}],fallback:""},{label:"100",value:"https://fonts.gstatic.com/s/exo2/v9/7cH1v4okm5zmbvwkAx_sfcEuiD8jvvOcPtq-rpvLpQ.ttf",conditions:[{field:"fontName",value:"Exo 2"}],fallback:""},{label:"100 Italic",value:"https://fonts.gstatic.com/s/exo2/v9/7cH3v4okm5zmbtYtMeA0FKq0Jjg2drF0fNC6jJ7bpQBL.ttf",conditions:[{field:"fontName",value:"Exo 2"}],fallback:""},{label:"200",value:"https://fonts.gstatic.com/s/exo2/v9/7cH1v4okm5zmbvwkAx_sfcEuiD8jPvKcPtq-rpvLpQ.ttf",conditions:[{field:"fontName",value:"Exo 2"}],fallback:""},{label:"200 Italic",value:"https://fonts.gstatic.com/s/exo2/v9/7cH3v4okm5zmbtYtMeA0FKq0Jjg2drH0fdC6jJ7bpQBL.ttf",conditions:[{field:"fontName",value:"Exo 2"}],fallback:""},{label:"300",value:"https://fonts.gstatic.com/s/exo2/v9/7cH1v4okm5zmbvwkAx_sfcEuiD8j4PKcPtq-rpvLpQ.ttf",conditions:[{field:"fontName",value:"Exo 2"}],fallback:""},{label:"300 Italic",value:"https://fonts.gstatic.com/s/exo2/v9/7cH3v4okm5zmbtYtMeA0FKq0Jjg2drEqfdC6jJ7bpQBL.ttf",conditions:[{field:"fontName",value:"Exo 2"}],fallback:""},{label:"500",value:"https://fonts.gstatic.com/s/exo2/v9/7cH1v4okm5zmbvwkAx_sfcEuiD8jjPKcPtq-rpvLpQ.ttf",conditions:[{field:"fontName",value:"Exo 2"}],fallback:""},{label:"500 Italic",value:"https://fonts.gstatic.com/s/exo2/v9/7cH3v4okm5zmbtYtMeA0FKq0Jjg2drFGfdC6jJ7bpQBL.ttf",conditions:[{field:"fontName",value:"Exo 2"}],fallback:""},{label:"600",value:"https://fonts.gstatic.com/s/exo2/v9/7cH1v4okm5zmbvwkAx_sfcEuiD8jYPWcPtq-rpvLpQ.ttf",conditions:[{field:"fontName",value:"Exo 2"}],fallback:""},{label:"600 Italic",value:"https://fonts.gstatic.com/s/exo2/v9/7cH3v4okm5zmbtYtMeA0FKq0Jjg2drGqetC6jJ7bpQBL.ttf",conditions:[{field:"fontName",value:"Exo 2"}],fallback:""},{label:"700",value:"https://fonts.gstatic.com/s/exo2/v9/7cH1v4okm5zmbvwkAx_sfcEuiD8jWfWcPtq-rpvLpQ.ttf",conditions:[{field:"fontName",value:"Exo 2"}],fallback:""},{label:"700 Italic",value:"https://fonts.gstatic.com/s/exo2/v9/7cH3v4okm5zmbtYtMeA0FKq0Jjg2drGTetC6jJ7bpQBL.ttf",conditions:[{field:"fontName",value:"Exo 2"}],fallback:""},{label:"800",value:"https://fonts.gstatic.com/s/exo2/v9/7cH1v4okm5zmbvwkAx_sfcEuiD8jPvWcPtq-rpvLpQ.ttf",conditions:[{field:"fontName",value:"Exo 2"}],fallback:""},{label:"800 Italic",value:"https://fonts.gstatic.com/s/exo2/v9/7cH3v4okm5zmbtYtMeA0FKq0Jjg2drH0etC6jJ7bpQBL.ttf",conditions:[{field:"fontName",value:"Exo 2"}],fallback:""},{label:"900",value:"https://fonts.gstatic.com/s/exo2/v9/7cH1v4okm5zmbvwkAx_sfcEuiD8jF_WcPtq-rpvLpQ.ttf",conditions:[{field:"fontName",value:"Exo 2"}],fallback:""},{label:"900 Italic",value:"https://fonts.gstatic.com/s/exo2/v9/7cH3v4okm5zmbtYtMeA0FKq0Jjg2drHdetC6jJ7bpQBL.ttf",conditions:[{field:"fontName",value:"Exo 2"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/merriweathersans/v12/2-cO9IRs1JiJN1FRAMjTN5zd9vgsFF_5asQTb6hZ2JKZou4ljuEG7xFHnQ.ttf",conditions:[{field:"fontName",value:"Merriweather Sans"}],fallback:""},{label:"Italic",value:"https://fonts.gstatic.com/s/merriweathersans/v12/2-cM9IRs1JiJN1FRAMjTN5zd9vgsFHXwWDvLBsPDdpWMaq3NzesCzRRXnaur.ttf",conditions:[{field:"fontName",value:"Merriweather Sans"}],fallback:""},{label:"300",value:"https://fonts.gstatic.com/s/merriweathersans/v12/2-cO9IRs1JiJN1FRAMjTN5zd9vgsFF_5asQTb6hZ2JKZ_O4ljuEG7xFHnQ.ttf",conditions:[{field:"fontName",value:"Merriweather Sans"}],fallback:""},{label:"300 Italic",value:"https://fonts.gstatic.com/s/merriweathersans/v12/2-cM9IRs1JiJN1FRAMjTN5zd9vgsFHXwWDvLBsPDdpWMaq2TzesCzRRXnaur.ttf",conditions:[{field:"fontName",value:"Merriweather Sans"}],fallback:""},{label:"500",value:"https://fonts.gstatic.com/s/merriweathersans/v12/2-cO9IRs1JiJN1FRAMjTN5zd9vgsFF_5asQTb6hZ2JKZkO4ljuEG7xFHnQ.ttf",conditions:[{field:"fontName",value:"Merriweather Sans"}],fallback:""},{label:"500 Italic",value:"https://fonts.gstatic.com/s/merriweathersans/v12/2-cM9IRs1JiJN1FRAMjTN5zd9vgsFHXwWDvLBsPDdpWMaq3_zesCzRRXnaur.ttf",conditions:[{field:"fontName",value:"Merriweather Sans"}],fallback:""},{label:"600",value:"https://fonts.gstatic.com/s/merriweathersans/v12/2-cO9IRs1JiJN1FRAMjTN5zd9vgsFF_5asQTb6hZ2JKZfOkljuEG7xFHnQ.ttf",conditions:[{field:"fontName",value:"Merriweather Sans"}],fallback:""},{label:"600 Italic",value:"https://fonts.gstatic.com/s/merriweathersans/v12/2-cM9IRs1JiJN1FRAMjTN5zd9vgsFHXwWDvLBsPDdpWMaq0TyusCzRRXnaur.ttf",conditions:[{field:"fontName",value:"Merriweather Sans"}],fallback:""},{label:"700",value:"https://fonts.gstatic.com/s/merriweathersans/v12/2-cO9IRs1JiJN1FRAMjTN5zd9vgsFF_5asQTb6hZ2JKZRekljuEG7xFHnQ.ttf",conditions:[{field:"fontName",value:"Merriweather Sans"}],fallback:""},{label:"700 Italic",value:"https://fonts.gstatic.com/s/merriweathersans/v12/2-cM9IRs1JiJN1FRAMjTN5zd9vgsFHXwWDvLBsPDdpWMaq0qyusCzRRXnaur.ttf",conditions:[{field:"fontName",value:"Merriweather Sans"}],fallback:""},{label:"800",value:"https://fonts.gstatic.com/s/merriweathersans/v12/2-cO9IRs1JiJN1FRAMjTN5zd9vgsFF_5asQTb6hZ2JKZIukljuEG7xFHnQ.ttf",conditions:[{field:"fontName",value:"Merriweather Sans"}],fallback:""},{label:"800 Italic",value:"https://fonts.gstatic.com/s/merriweathersans/v12/2-cM9IRs1JiJN1FRAMjTN5zd9vgsFHXwWDvLBsPDdpWMaq1NyusCzRRXnaur.ttf",conditions:[{field:"fontName",value:"Merriweather Sans"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/pacifico/v16/FwZY7-Qmy14u9lezJ96A4sijpFu_.ttf",conditions:[{field:"fontName",value:"Pacifico"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/comfortaa/v29/1Pt_g8LJRfWJmhDAuUsSQamb1W0lwk4S4WjMPrQVIT9c2c8.ttf",conditions:[{field:"fontName",value:"Comfortaa"}],fallback:""},{label:"300",value:"https://fonts.gstatic.com/s/comfortaa/v29/1Pt_g8LJRfWJmhDAuUsSQamb1W0lwk4S4TbMPrQVIT9c2c8.ttf",conditions:[{field:"fontName",value:"Comfortaa"}],fallback:""},{label:"500",value:"https://fonts.gstatic.com/s/comfortaa/v29/1Pt_g8LJRfWJmhDAuUsSQamb1W0lwk4S4VrMPrQVIT9c2c8.ttf",conditions:[{field:"fontName",value:"Comfortaa"}],fallback:""},{label:"600",value:"https://fonts.gstatic.com/s/comfortaa/v29/1Pt_g8LJRfWJmhDAuUsSQamb1W0lwk4S4bbLPrQVIT9c2c8.ttf",conditions:[{field:"fontName",value:"Comfortaa"}],fallback:""},{label:"700",value:"https://fonts.gstatic.com/s/comfortaa/v29/1Pt_g8LJRfWJmhDAuUsSQamb1W0lwk4S4Y_LPrQVIT9c2c8.ttf",conditions:[{field:"fontName",value:"Comfortaa"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/questrial/v10/QdVUSTchPBm7nuUeVf7EuStkm20oJA.ttf",conditions:[{field:"fontName",value:"Questrial"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/barlowcondensed/v4/HTx3L3I-JCGChYJ8VI-L6OO_au7B2xbZ23n3pKg.ttf",conditions:[{field:"fontName",value:"Barlow Condensed"}],fallback:""},{label:"Italic",value:"https://fonts.gstatic.com/s/barlowcondensed/v4/HTxxL3I-JCGChYJ8VI-L6OO_au7B6xTT31vytKgbaw.ttf",conditions:[{field:"fontName",value:"Barlow Condensed"}],fallback:""},{label:"100",value:"https://fonts.gstatic.com/s/barlowcondensed/v4/HTxxL3I-JCGChYJ8VI-L6OO_au7B43LT31vytKgbaw.ttf",conditions:[{field:"fontName",value:"Barlow Condensed"}],fallback:""},{label:"100 Italic",value:"https://fonts.gstatic.com/s/barlowcondensed/v4/HTxzL3I-JCGChYJ8VI-L6OO_au7B6xTru1H2lq0La6JN.ttf",conditions:[{field:"fontName",value:"Barlow Condensed"}],fallback:""},{label:"200",value:"https://fonts.gstatic.com/s/barlowcondensed/v4/HTxwL3I-JCGChYJ8VI-L6OO_au7B497y_3HcuKECcrs.ttf",conditions:[{field:"fontName",value:"Barlow Condensed"}],fallback:""},{label:"200 Italic",value:"https://fonts.gstatic.com/s/barlowcondensed/v4/HTxyL3I-JCGChYJ8VI-L6OO_au7B6xTrF3DWvIMHYrtUxg.ttf",conditions:[{field:"fontName",value:"Barlow Condensed"}],fallback:""},{label:"300",value:"https://fonts.gstatic.com/s/barlowcondensed/v4/HTxwL3I-JCGChYJ8VI-L6OO_au7B47rx_3HcuKECcrs.ttf",conditions:[{field:"fontName",value:"Barlow Condensed"}],fallback:""},{label:"300 Italic",value:"https://fonts.gstatic.com/s/barlowcondensed/v4/HTxyL3I-JCGChYJ8VI-L6OO_au7B6xTrc3PWvIMHYrtUxg.ttf",conditions:[{field:"fontName",value:"Barlow Condensed"}],fallback:""},{label:"500",value:"https://fonts.gstatic.com/s/barlowcondensed/v4/HTxwL3I-JCGChYJ8VI-L6OO_au7B4-Lw_3HcuKECcrs.ttf",conditions:[{field:"fontName",value:"Barlow Condensed"}],fallback:""},{label:"500 Italic",value:"https://fonts.gstatic.com/s/barlowcondensed/v4/HTxyL3I-JCGChYJ8VI-L6OO_au7B6xTrK3LWvIMHYrtUxg.ttf",conditions:[{field:"fontName",value:"Barlow Condensed"}],fallback:""},{label:"600",value:"https://fonts.gstatic.com/s/barlowcondensed/v4/HTxwL3I-JCGChYJ8VI-L6OO_au7B4873_3HcuKECcrs.ttf",conditions:[{field:"fontName",value:"Barlow Condensed"}],fallback:""},{label:"600 Italic",value:"https://fonts.gstatic.com/s/barlowcondensed/v4/HTxyL3I-JCGChYJ8VI-L6OO_au7B6xTrB3XWvIMHYrtUxg.ttf",conditions:[{field:"fontName",value:"Barlow Condensed"}],fallback:""},{label:"700",value:"https://fonts.gstatic.com/s/barlowcondensed/v4/HTxwL3I-JCGChYJ8VI-L6OO_au7B46r2_3HcuKECcrs.ttf",conditions:[{field:"fontName",value:"Barlow Condensed"}],fallback:""},{label:"700 Italic",value:"https://fonts.gstatic.com/s/barlowcondensed/v4/HTxyL3I-JCGChYJ8VI-L6OO_au7B6xTrY3TWvIMHYrtUxg.ttf",conditions:[{field:"fontName",value:"Barlow Condensed"}],fallback:""},{label:"800",value:"https://fonts.gstatic.com/s/barlowcondensed/v4/HTxwL3I-JCGChYJ8VI-L6OO_au7B47b1_3HcuKECcrs.ttf",conditions:[{field:"fontName",value:"Barlow Condensed"}],fallback:""},{label:"800 Italic",value:"https://fonts.gstatic.com/s/barlowcondensed/v4/HTxyL3I-JCGChYJ8VI-L6OO_au7B6xTrf3fWvIMHYrtUxg.ttf",conditions:[{field:"fontName",value:"Barlow Condensed"}],fallback:""},{label:"900",value:"https://fonts.gstatic.com/s/barlowcondensed/v4/HTxwL3I-JCGChYJ8VI-L6OO_au7B45L0_3HcuKECcrs.ttf",conditions:[{field:"fontName",value:"Barlow Condensed"}],fallback:""},{label:"900 Italic",value:"https://fonts.gstatic.com/s/barlowcondensed/v4/HTxyL3I-JCGChYJ8VI-L6OO_au7B6xTrW3bWvIMHYrtUxg.ttf",conditions:[{field:"fontName",value:"Barlow Condensed"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/archivonarrow/v11/tss0ApVBdCYD5Q7hcxTE1ArZ0Yb3g31S2s8p.ttf",conditions:[{field:"fontName",value:"Archivo Narrow"}],fallback:""},{label:"Italic",value:"https://fonts.gstatic.com/s/archivonarrow/v11/tss2ApVBdCYD5Q7hcxTE1ArZ0bb1iXlw398pJxk.ttf",conditions:[{field:"fontName",value:"Archivo Narrow"}],fallback:""},{label:"500",value:"https://fonts.gstatic.com/s/archivonarrow/v11/tss3ApVBdCYD5Q7hcxTE1ArZ0b4Dqlla8dMgPgBu.ttf",conditions:[{field:"fontName",value:"Archivo Narrow"}],fallback:""},{label:"500 Italic",value:"https://fonts.gstatic.com/s/archivonarrow/v11/tssxApVBdCYD5Q7hcxTE1ArZ0bb1sY1Z-9cCOxBu_BM.ttf",conditions:[{field:"fontName",value:"Archivo Narrow"}],fallback:""},{label:"600",value:"https://fonts.gstatic.com/s/archivonarrow/v11/tss3ApVBdCYD5Q7hcxTE1ArZ0b4vrVla8dMgPgBu.ttf",conditions:[{field:"fontName",value:"Archivo Narrow"}],fallback:""},{label:"600 Italic",value:"https://fonts.gstatic.com/s/archivonarrow/v11/tssxApVBdCYD5Q7hcxTE1ArZ0bb1saFe-9cCOxBu_BM.ttf",conditions:[{field:"fontName",value:"Archivo Narrow"}],fallback:""},{label:"700",value:"https://fonts.gstatic.com/s/archivonarrow/v11/tss3ApVBdCYD5Q7hcxTE1ArZ0b5LrFla8dMgPgBu.ttf",conditions:[{field:"fontName",value:"Archivo Narrow"}],fallback:""},{label:"700 Italic",value:"https://fonts.gstatic.com/s/archivonarrow/v11/tssxApVBdCYD5Q7hcxTE1ArZ0bb1scVf-9cCOxBu_BM.ttf",conditions:[{field:"fontName",value:"Archivo Narrow"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/zillaslab/v5/dFa6ZfeM_74wlPZtksIFWj0w_HyIRlE.ttf",conditions:[{field:"fontName",value:"Zilla Slab"}],fallback:""},{label:"Italic",value:"https://fonts.gstatic.com/s/zillaslab/v5/dFa4ZfeM_74wlPZtksIFaj86-F6NVlFqdA.ttf",conditions:[{field:"fontName",value:"Zilla Slab"}],fallback:""},{label:"300",value:"https://fonts.gstatic.com/s/zillaslab/v5/dFa5ZfeM_74wlPZtksIFYpEY2HSjWlhzbaw.ttf",conditions:[{field:"fontName",value:"Zilla Slab"}],fallback:""},{label:"300 Italic",value:"https://fonts.gstatic.com/s/zillaslab/v5/dFanZfeM_74wlPZtksIFaj8CVHapXnp2fazkfg.ttf",conditions:[{field:"fontName",value:"Zilla Slab"}],fallback:""},{label:"500",value:"https://fonts.gstatic.com/s/zillaslab/v5/dFa5ZfeM_74wlPZtksIFYskZ2HSjWlhzbaw.ttf",conditions:[{field:"fontName",value:"Zilla Slab"}],fallback:""},{label:"500 Italic",value:"https://fonts.gstatic.com/s/zillaslab/v5/dFanZfeM_74wlPZtksIFaj8CDHepXnp2fazkfg.ttf",conditions:[{field:"fontName",value:"Zilla Slab"}],fallback:""},{label:"600",value:"https://fonts.gstatic.com/s/zillaslab/v5/dFa5ZfeM_74wlPZtksIFYuUe2HSjWlhzbaw.ttf",conditions:[{field:"fontName",value:"Zilla Slab"}],fallback:""},{label:"600 Italic",value:"https://fonts.gstatic.com/s/zillaslab/v5/dFanZfeM_74wlPZtksIFaj8CIHCpXnp2fazkfg.ttf",conditions:[{field:"fontName",value:"Zilla Slab"}],fallback:""},{label:"700",value:"https://fonts.gstatic.com/s/zillaslab/v5/dFa5ZfeM_74wlPZtksIFYoEf2HSjWlhzbaw.ttf",conditions:[{field:"fontName",value:"Zilla Slab"}],fallback:""},{label:"700 Italic",value:"https://fonts.gstatic.com/s/zillaslab/v5/dFanZfeM_74wlPZtksIFaj8CRHGpXnp2fazkfg.ttf",conditions:[{field:"fontName",value:"Zilla Slab"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/shadowsintolight/v9/UqyNK9UOIntux_czAvDQx_ZcHqZXBNQDcsr4xzSMYA.ttf",conditions:[{field:"fontName",value:"Shadows Into Light"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/asap/v11/KFOoCniXp96a-zwU4UROGzY.ttf",conditions:[{field:"fontName",value:"Asap"}],fallback:""},{label:"Italic",value:"https://fonts.gstatic.com/s/asap/v11/KFOmCniXp96ayz4e5WZLCzYlKw.ttf",conditions:[{field:"fontName",value:"Asap"}],fallback:""},{label:"500",value:"https://fonts.gstatic.com/s/asap/v11/KFOnCniXp96aw8g9xUxlBz88MsA.ttf",conditions:[{field:"fontName",value:"Asap"}],fallback:""},{label:"500 Italic",value:"https://fonts.gstatic.com/s/asap/v11/KFOlCniXp96ayz4mEU9vAx05IsDqlA.ttf",conditions:[{field:"fontName",value:"Asap"}],fallback:""},{label:"600",value:"https://fonts.gstatic.com/s/asap/v11/KFOnCniXp96aw-Q6xUxlBz88MsA.ttf",conditions:[{field:"fontName",value:"Asap"}],fallback:""},{label:"600 Italic",value:"https://fonts.gstatic.com/s/asap/v11/KFOlCniXp96ayz4mPUhvAx05IsDqlA.ttf",conditions:[{field:"fontName",value:"Asap"}],fallback:""},{label:"700",value:"https://fonts.gstatic.com/s/asap/v11/KFOnCniXp96aw4A7xUxlBz88MsA.ttf",conditions:[{field:"fontName",value:"Asap"}],fallback:""},{label:"700 Italic",value:"https://fonts.gstatic.com/s/asap/v11/KFOlCniXp96ayz4mWUlvAx05IsDqlA.ttf",conditions:[{field:"fontName",value:"Asap"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/teko/v9/LYjNdG7kmE0gTaR3pCtBtVs.ttf",conditions:[{field:"fontName",value:"Teko"}],fallback:""},{label:"300",value:"https://fonts.gstatic.com/s/teko/v9/LYjCdG7kmE0gdQhfgCNqqVIuTN4.ttf",conditions:[{field:"fontName",value:"Teko"}],fallback:""},{label:"500",value:"https://fonts.gstatic.com/s/teko/v9/LYjCdG7kmE0gdVBegCNqqVIuTN4.ttf",conditions:[{field:"fontName",value:"Teko"}],fallback:""},{label:"600",value:"https://fonts.gstatic.com/s/teko/v9/LYjCdG7kmE0gdXxZgCNqqVIuTN4.ttf",conditions:[{field:"fontName",value:"Teko"}],fallback:""},{label:"700",value:"https://fonts.gstatic.com/s/teko/v9/LYjCdG7kmE0gdRhYgCNqqVIuTN4.ttf",conditions:[{field:"fontName",value:"Teko"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/notosanshk/v5/nKKQ-GM_FYFRJvXzVXaAPe9hMnB3Eu7mOQ.otf",conditions:[{field:"fontName",value:"Noto Sans HK"}],fallback:""},{label:"100",value:"https://fonts.gstatic.com/s/notosanshk/v5/nKKO-GM_FYFRJvXzVXaAPe9ZUHp1MOv2ObB7.otf",conditions:[{field:"fontName",value:"Noto Sans HK"}],fallback:""},{label:"300",value:"https://fonts.gstatic.com/s/notosanshk/v5/nKKP-GM_FYFRJvXzVXaAPe9ZmFhTHMX6MKliqQ.otf",conditions:[{field:"fontName",value:"Noto Sans HK"}],fallback:""},{label:"500",value:"https://fonts.gstatic.com/s/notosanshk/v5/nKKP-GM_FYFRJvXzVXaAPe9ZwFlTHMX6MKliqQ.otf",conditions:[{field:"fontName",value:"Noto Sans HK"}],fallback:""},{label:"700",value:"https://fonts.gstatic.com/s/notosanshk/v5/nKKP-GM_FYFRJvXzVXaAPe9ZiF9THMX6MKliqQ.otf",conditions:[{field:"fontName",value:"Noto Sans HK"}],fallback:""},{label:"900",value:"https://fonts.gstatic.com/s/notosanshk/v5/nKKP-GM_FYFRJvXzVXaAPe9ZsF1THMX6MKliqQ.otf",conditions:[{field:"fontName",value:"Noto Sans HK"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/kanit/v6/nKKZ-Go6G5tXcoaSEQGodLxA.ttf",conditions:[{field:"fontName",value:"Kanit"}],fallback:""},{label:"Italic",value:"https://fonts.gstatic.com/s/kanit/v6/nKKX-Go6G5tXcraQGwWKcaxALFs.ttf",conditions:[{field:"fontName",value:"Kanit"}],fallback:""},{label:"100",value:"https://fonts.gstatic.com/s/kanit/v6/nKKX-Go6G5tXcr72GwWKcaxALFs.ttf",conditions:[{field:"fontName",value:"Kanit"}],fallback:""},{label:"100 Italic",value:"https://fonts.gstatic.com/s/kanit/v6/nKKV-Go6G5tXcraQI2GAdY5FPFtrGw.ttf",conditions:[{field:"fontName",value:"Kanit"}],fallback:""},{label:"200",value:"https://fonts.gstatic.com/s/kanit/v6/nKKU-Go6G5tXcr5aOiWgX6BJNUJy.ttf",conditions:[{field:"fontName",value:"Kanit"}],fallback:""},{label:"200 Italic",value:"https://fonts.gstatic.com/s/kanit/v6/nKKS-Go6G5tXcraQI82hVaRrMFJyAu4.ttf",conditions:[{field:"fontName",value:"Kanit"}],fallback:""},{label:"300",value:"https://fonts.gstatic.com/s/kanit/v6/nKKU-Go6G5tXcr4-OSWgX6BJNUJy.ttf",conditions:[{field:"fontName",value:"Kanit"}],fallback:""},{label:"300 Italic",value:"https://fonts.gstatic.com/s/kanit/v6/nKKS-Go6G5tXcraQI6miVaRrMFJyAu4.ttf",conditions:[{field:"fontName",value:"Kanit"}],fallback:""},{label:"500",value:"https://fonts.gstatic.com/s/kanit/v6/nKKU-Go6G5tXcr5mOCWgX6BJNUJy.ttf",conditions:[{field:"fontName",value:"Kanit"}],fallback:""},{label:"500 Italic",value:"https://fonts.gstatic.com/s/kanit/v6/nKKS-Go6G5tXcraQI_GjVaRrMFJyAu4.ttf",conditions:[{field:"fontName",value:"Kanit"}],fallback:""},{label:"600",value:"https://fonts.gstatic.com/s/kanit/v6/nKKU-Go6G5tXcr5KPyWgX6BJNUJy.ttf",conditions:[{field:"fontName",value:"Kanit"}],fallback:""},{label:"600 Italic",value:"https://fonts.gstatic.com/s/kanit/v6/nKKS-Go6G5tXcraQI92kVaRrMFJyAu4.ttf",conditions:[{field:"fontName",value:"Kanit"}],fallback:""},{label:"700",value:"https://fonts.gstatic.com/s/kanit/v6/nKKU-Go6G5tXcr4uPiWgX6BJNUJy.ttf",conditions:[{field:"fontName",value:"Kanit"}],fallback:""},{label:"700 Italic",value:"https://fonts.gstatic.com/s/kanit/v6/nKKS-Go6G5tXcraQI7mlVaRrMFJyAu4.ttf",conditions:[{field:"fontName",value:"Kanit"}],fallback:""},{label:"800",value:"https://fonts.gstatic.com/s/kanit/v6/nKKU-Go6G5tXcr4yPSWgX6BJNUJy.ttf",conditions:[{field:"fontName",value:"Kanit"}],fallback:""},{label:"800 Italic",value:"https://fonts.gstatic.com/s/kanit/v6/nKKS-Go6G5tXcraQI6WmVaRrMFJyAu4.ttf",conditions:[{field:"fontName",value:"Kanit"}],fallback:""},{label:"900",value:"https://fonts.gstatic.com/s/kanit/v6/nKKU-Go6G5tXcr4WPCWgX6BJNUJy.ttf",conditions:[{field:"fontName",value:"Kanit"}],fallback:""},{label:"900 Italic",value:"https://fonts.gstatic.com/s/kanit/v6/nKKS-Go6G5tXcraQI4GnVaRrMFJyAu4.ttf",conditions:[{field:"fontName",value:"Kanit"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/architectsdaughter/v10/KtkxAKiDZI_td1Lkx62xHZHDtgO_Y-bvfY5q4szgE-Q.ttf",conditions:[{field:"fontName",value:"Architects Daughter"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/prompt/v4/-W__XJnvUD7dzB26Z9AcZkIzeg.ttf",conditions:[{field:"fontName",value:"Prompt"}],fallback:""},{label:"Italic",value:"https://fonts.gstatic.com/s/prompt/v4/-W_9XJnvUD7dzB2KZdoYREcjeo0k.ttf",conditions:[{field:"fontName",value:"Prompt"}],fallback:""},{label:"100",value:"https://fonts.gstatic.com/s/prompt/v4/-W_9XJnvUD7dzB2CA9oYREcjeo0k.ttf",conditions:[{field:"fontName",value:"Prompt"}],fallback:""},{label:"100 Italic",value:"https://fonts.gstatic.com/s/prompt/v4/-W_7XJnvUD7dzB2KZeJ8TkMBf50kbiM.ttf",conditions:[{field:"fontName",value:"Prompt"}],fallback:""},{label:"200",value:"https://fonts.gstatic.com/s/prompt/v4/-W_8XJnvUD7dzB2Cr_s4bmkvc5Q9dw.ttf",conditions:[{field:"fontName",value:"Prompt"}],fallback:""},{label:"200 Italic",value:"https://fonts.gstatic.com/s/prompt/v4/-W_6XJnvUD7dzB2KZeLQb2MrUZEtdzow.ttf",conditions:[{field:"fontName",value:"Prompt"}],fallback:""},{label:"300",value:"https://fonts.gstatic.com/s/prompt/v4/-W_8XJnvUD7dzB2Cy_g4bmkvc5Q9dw.ttf",conditions:[{field:"fontName",value:"Prompt"}],fallback:""},{label:"300 Italic",value:"https://fonts.gstatic.com/s/prompt/v4/-W_6XJnvUD7dzB2KZeK0bGMrUZEtdzow.ttf",conditions:[{field:"fontName",value:"Prompt"}],fallback:""},{label:"500",value:"https://fonts.gstatic.com/s/prompt/v4/-W_8XJnvUD7dzB2Ck_k4bmkvc5Q9dw.ttf",conditions:[{field:"fontName",value:"Prompt"}],fallback:""},{label:"500 Italic",value:"https://fonts.gstatic.com/s/prompt/v4/-W_6XJnvUD7dzB2KZeLsbWMrUZEtdzow.ttf",conditions:[{field:"fontName",value:"Prompt"}],fallback:""},{label:"600",value:"https://fonts.gstatic.com/s/prompt/v4/-W_8XJnvUD7dzB2Cv_44bmkvc5Q9dw.ttf",conditions:[{field:"fontName",value:"Prompt"}],fallback:""},{label:"600 Italic",value:"https://fonts.gstatic.com/s/prompt/v4/-W_6XJnvUD7dzB2KZeLAamMrUZEtdzow.ttf",conditions:[{field:"fontName",value:"Prompt"}],fallback:""},{label:"700",value:"https://fonts.gstatic.com/s/prompt/v4/-W_8XJnvUD7dzB2C2_84bmkvc5Q9dw.ttf",conditions:[{field:"fontName",value:"Prompt"}],fallback:""},{label:"700 Italic",value:"https://fonts.gstatic.com/s/prompt/v4/-W_6XJnvUD7dzB2KZeKka2MrUZEtdzow.ttf",conditions:[{field:"fontName",value:"Prompt"}],fallback:""},{label:"800",value:"https://fonts.gstatic.com/s/prompt/v4/-W_8XJnvUD7dzB2Cx_w4bmkvc5Q9dw.ttf",conditions:[{field:"fontName",value:"Prompt"}],fallback:""},{label:"800 Italic",value:"https://fonts.gstatic.com/s/prompt/v4/-W_6XJnvUD7dzB2KZeK4aGMrUZEtdzow.ttf",conditions:[{field:"fontName",value:"Prompt"}],fallback:""},{label:"900",value:"https://fonts.gstatic.com/s/prompt/v4/-W_8XJnvUD7dzB2C4_04bmkvc5Q9dw.ttf",conditions:[{field:"fontName",value:"Prompt"}],fallback:""},{label:"900 Italic",value:"https://fonts.gstatic.com/s/prompt/v4/-W_6XJnvUD7dzB2KZeKcaWMrUZEtdzow.ttf",conditions:[{field:"fontName",value:"Prompt"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/ebgaramond/v14/SlGDmQSNjdsmc35JDF1K5E55YMjF_7DPuGi-6_RUA4V-e6yHgQ.ttf",conditions:[{field:"fontName",value:"EB Garamond"}],fallback:""},{label:"Italic",value:"https://fonts.gstatic.com/s/ebgaramond/v14/SlGFmQSNjdsmc35JDF1K5GRwUjcdlttVFm-rI7e8QI96WamXgXFI.ttf",conditions:[{field:"fontName",value:"EB Garamond"}],fallback:""},{label:"500",value:"https://fonts.gstatic.com/s/ebgaramond/v14/SlGDmQSNjdsmc35JDF1K5E55YMjF_7DPuGi-2fRUA4V-e6yHgQ.ttf",conditions:[{field:"fontName",value:"EB Garamond"}],fallback:""},{label:"500 Italic",value:"https://fonts.gstatic.com/s/ebgaramond/v14/SlGFmQSNjdsmc35JDF1K5GRwUjcdlttVFm-rI7eOQI96WamXgXFI.ttf",conditions:[{field:"fontName",value:"EB Garamond"}],fallback:""},{label:"600",value:"https://fonts.gstatic.com/s/ebgaramond/v14/SlGDmQSNjdsmc35JDF1K5E55YMjF_7DPuGi-NfNUA4V-e6yHgQ.ttf",conditions:[{field:"fontName",value:"EB Garamond"}],fallback:""},{label:"600 Italic",value:"https://fonts.gstatic.com/s/ebgaramond/v14/SlGFmQSNjdsmc35JDF1K5GRwUjcdlttVFm-rI7diR496WamXgXFI.ttf",conditions:[{field:"fontName",value:"EB Garamond"}],fallback:""},{label:"700",value:"https://fonts.gstatic.com/s/ebgaramond/v14/SlGDmQSNjdsmc35JDF1K5E55YMjF_7DPuGi-DPNUA4V-e6yHgQ.ttf",conditions:[{field:"fontName",value:"EB Garamond"}],fallback:""},{label:"700 Italic",value:"https://fonts.gstatic.com/s/ebgaramond/v14/SlGFmQSNjdsmc35JDF1K5GRwUjcdlttVFm-rI7dbR496WamXgXFI.ttf",conditions:[{field:"fontName",value:"EB Garamond"}],fallback:""},{label:"800",value:"https://fonts.gstatic.com/s/ebgaramond/v14/SlGDmQSNjdsmc35JDF1K5E55YMjF_7DPuGi-a_NUA4V-e6yHgQ.ttf",conditions:[{field:"fontName",value:"EB Garamond"}],fallback:""},{label:"800 Italic",value:"https://fonts.gstatic.com/s/ebgaramond/v14/SlGFmQSNjdsmc35JDF1K5GRwUjcdlttVFm-rI7c8R496WamXgXFI.ttf",conditions:[{field:"fontName",value:"EB Garamond"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/abrilfatface/v11/zOL64pLDlL1D99S8g8PtiKchm-BsjOLhZBY.ttf",conditions:[{field:"fontName",value:"Abril Fatface"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/hindmadurai/v5/f0Xx0e2p98ZvDXdZQIOcpqjn8Y0DceA0OQ.ttf",conditions:[{field:"fontName",value:"Hind Madurai"}],fallback:""},{label:"300",value:"https://fonts.gstatic.com/s/hindmadurai/v5/f0Xu0e2p98ZvDXdZQIOcpqjfXaUnecsoMJ0b_g.ttf",conditions:[{field:"fontName",value:"Hind Madurai"}],fallback:""},{label:"500",value:"https://fonts.gstatic.com/s/hindmadurai/v5/f0Xu0e2p98ZvDXdZQIOcpqjfBaQnecsoMJ0b_g.ttf",conditions:[{field:"fontName",value:"Hind Madurai"}],fallback:""},{label:"600",value:"https://fonts.gstatic.com/s/hindmadurai/v5/f0Xu0e2p98ZvDXdZQIOcpqjfKaMnecsoMJ0b_g.ttf",conditions:[{field:"fontName",value:"Hind Madurai"}],fallback:""},{label:"700",value:"https://fonts.gstatic.com/s/hindmadurai/v5/f0Xu0e2p98ZvDXdZQIOcpqjfTaInecsoMJ0b_g.ttf",conditions:[{field:"fontName",value:"Hind Madurai"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/catamaran/v7/o-0bIpQoyXQa2RxT7-5B6Ryxs2E_6n1iPHjd1anXuluiLyw.ttf",conditions:[{field:"fontName",value:"Catamaran"}],fallback:""},{label:"100",value:"https://fonts.gstatic.com/s/catamaran/v7/o-0bIpQoyXQa2RxT7-5B6Ryxs2E_6n1iPHjc1anXuluiLyw.ttf",conditions:[{field:"fontName",value:"Catamaran"}],fallback:""},{label:"200",value:"https://fonts.gstatic.com/s/catamaran/v7/o-0bIpQoyXQa2RxT7-5B6Ryxs2E_6n1iPPjd1anXuluiLyw.ttf",conditions:[{field:"fontName",value:"Catamaran"}],fallback:""},{label:"300",value:"https://fonts.gstatic.com/s/catamaran/v7/o-0bIpQoyXQa2RxT7-5B6Ryxs2E_6n1iPCbd1anXuluiLyw.ttf",conditions:[{field:"fontName",value:"Catamaran"}],fallback:""},{label:"500",value:"https://fonts.gstatic.com/s/catamaran/v7/o-0bIpQoyXQa2RxT7-5B6Ryxs2E_6n1iPErd1anXuluiLyw.ttf",conditions:[{field:"fontName",value:"Catamaran"}],fallback:""},{label:"600",value:"https://fonts.gstatic.com/s/catamaran/v7/o-0bIpQoyXQa2RxT7-5B6Ryxs2E_6n1iPKba1anXuluiLyw.ttf",conditions:[{field:"fontName",value:"Catamaran"}],fallback:""},{label:"700",value:"https://fonts.gstatic.com/s/catamaran/v7/o-0bIpQoyXQa2RxT7-5B6Ryxs2E_6n1iPJ_a1anXuluiLyw.ttf",conditions:[{field:"fontName",value:"Catamaran"}],fallback:""},{label:"800",value:"https://fonts.gstatic.com/s/catamaran/v7/o-0bIpQoyXQa2RxT7-5B6Ryxs2E_6n1iPPja1anXuluiLyw.ttf",conditions:[{field:"fontName",value:"Catamaran"}],fallback:""},{label:"900",value:"https://fonts.gstatic.com/s/catamaran/v7/o-0bIpQoyXQa2RxT7-5B6Ryxs2E_6n1iPNHa1anXuluiLyw.ttf",conditions:[{field:"fontName",value:"Catamaran"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/acme/v9/RrQfboBx-C5_bx3Lb23lzLk.ttf",conditions:[{field:"fontName",value:"Acme"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/breeserif/v9/4UaHrEJCrhhnVA3DgluAx63j5pN1MwI.ttf",conditions:[{field:"fontName",value:"Bree Serif"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/monda/v9/TK3tWkYFABsmjvpmNBsLvPdG.ttf",conditions:[{field:"fontName",value:"Monda"}],fallback:""},{label:"700",value:"https://fonts.gstatic.com/s/monda/v9/TK3gWkYFABsmjsLaGz8Dl-tPKo2t.ttf",conditions:[{field:"fontName",value:"Monda"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/play/v11/6aez4K2oVqwIjtI8Hp8Tx3A.ttf",conditions:[{field:"fontName",value:"Play"}],fallback:""},{label:"700",value:"https://fonts.gstatic.com/s/play/v11/6ae84K2oVqwItm4TOpc423nTJTM.ttf",conditions:[{field:"fontName",value:"Play"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/balsamiqsans/v1/P5sEzZiAbNrN8SB3lQQX7Pnc8dkdIYdNHzs.ttf",conditions:[{field:"fontName",value:"Balsamiq Sans"}],fallback:""},{label:"Italic",value:"https://fonts.gstatic.com/s/balsamiqsans/v1/P5sazZiAbNrN8SB3lQQX7PncwdsXJaVIDzvcXA.ttf",conditions:[{field:"fontName",value:"Balsamiq Sans"}],fallback:""},{label:"700",value:"https://fonts.gstatic.com/s/balsamiqsans/v1/P5sZzZiAbNrN8SB3lQQX7PncyWUyBY9mAzLFRQI.ttf",conditions:[{field:"fontName",value:"Balsamiq Sans"}],fallback:""},{label:"700 Italic",value:"https://fonts.gstatic.com/s/balsamiqsans/v1/P5sfzZiAbNrN8SB3lQQX7PncwdsvmYpsBxDAVQI4aA.ttf",conditions:[{field:"fontName",value:"Balsamiq Sans"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/assistant/v4/2sDcZGJYnIjSi6H75xkDb2-4C7wFZQ.ttf",conditions:[{field:"fontName",value:"Assistant"}],fallback:""},{label:"200",value:"https://fonts.gstatic.com/s/assistant/v4/2sDZZGJYnIjSi6H75xk7p0ScA5cZbCjItw.ttf",conditions:[{field:"fontName",value:"Assistant"}],fallback:""},{label:"300",value:"https://fonts.gstatic.com/s/assistant/v4/2sDZZGJYnIjSi6H75xk7w0ecA5cZbCjItw.ttf",conditions:[{field:"fontName",value:"Assistant"}],fallback:""},{label:"600",value:"https://fonts.gstatic.com/s/assistant/v4/2sDZZGJYnIjSi6H75xk7t0GcA5cZbCjItw.ttf",conditions:[{field:"fontName",value:"Assistant"}],fallback:""},{label:"700",value:"https://fonts.gstatic.com/s/assistant/v4/2sDZZGJYnIjSi6H75xk700CcA5cZbCjItw.ttf",conditions:[{field:"fontName",value:"Assistant"}],fallback:""},{label:"800",value:"https://fonts.gstatic.com/s/assistant/v4/2sDZZGJYnIjSi6H75xk7z0OcA5cZbCjItw.ttf",conditions:[{field:"fontName",value:"Assistant"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/cormorantgaramond/v7/co3bmX5slCNuHLi8bLeY9MK7whWMhyjornFLsS6V7w.ttf",conditions:[{field:"fontName",value:"Cormorant Garamond"}],fallback:""},{label:"Italic",value:"https://fonts.gstatic.com/s/cormorantgaramond/v7/co3ZmX5slCNuHLi8bLeY9MK7whWMhyjYrHtPkyuF7w6C.ttf",conditions:[{field:"fontName",value:"Cormorant Garamond"}],fallback:""},{label:"300",value:"https://fonts.gstatic.com/s/cormorantgaramond/v7/co3YmX5slCNuHLi8bLeY9MK7whWMhyjQAllvuQWJ5heb_w.ttf",conditions:[{field:"fontName",value:"Cormorant Garamond"}],fallback:""},{label:"300 Italic",value:"https://fonts.gstatic.com/s/cormorantgaramond/v7/co3WmX5slCNuHLi8bLeY9MK7whWMhyjYrEPjuw-NxBKL_y94.ttf",conditions:[{field:"fontName",value:"Cormorant Garamond"}],fallback:""},{label:"500",value:"https://fonts.gstatic.com/s/cormorantgaramond/v7/co3YmX5slCNuHLi8bLeY9MK7whWMhyjQWlhvuQWJ5heb_w.ttf",conditions:[{field:"fontName",value:"Cormorant Garamond"}],fallback:""},{label:"500 Italic",value:"https://fonts.gstatic.com/s/cormorantgaramond/v7/co3WmX5slCNuHLi8bLeY9MK7whWMhyjYrEO7ug-NxBKL_y94.ttf",conditions:[{field:"fontName",value:"Cormorant Garamond"}],fallback:""},{label:"600",value:"https://fonts.gstatic.com/s/cormorantgaramond/v7/co3YmX5slCNuHLi8bLeY9MK7whWMhyjQdl9vuQWJ5heb_w.ttf",conditions:[{field:"fontName",value:"Cormorant Garamond"}],fallback:""},{label:"600 Italic",value:"https://fonts.gstatic.com/s/cormorantgaramond/v7/co3WmX5slCNuHLi8bLeY9MK7whWMhyjYrEOXvQ-NxBKL_y94.ttf",conditions:[{field:"fontName",value:"Cormorant Garamond"}],fallback:""},{label:"700",value:"https://fonts.gstatic.com/s/cormorantgaramond/v7/co3YmX5slCNuHLi8bLeY9MK7whWMhyjQEl5vuQWJ5heb_w.ttf",conditions:[{field:"fontName",value:"Cormorant Garamond"}],fallback:""},{label:"700 Italic",value:"https://fonts.gstatic.com/s/cormorantgaramond/v7/co3WmX5slCNuHLi8bLeY9MK7whWMhyjYrEPzvA-NxBKL_y94.ttf",conditions:[{field:"fontName",value:"Cormorant Garamond"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/ibmplexserif/v8/jizDREVNn1dOx-zrZ2X3pZvkThUY0TY7ikbI.ttf",conditions:[{field:"fontName",value:"IBM Plex Serif"}],fallback:""},{label:"Italic",value:"https://fonts.gstatic.com/s/ibmplexserif/v8/jizBREVNn1dOx-zrZ2X3pZvkTiUa2zIZj1bIkNo.ttf",conditions:[{field:"fontName",value:"IBM Plex Serif"}],fallback:""},{label:"100",value:"https://fonts.gstatic.com/s/ibmplexserif/v8/jizBREVNn1dOx-zrZ2X3pZvkTi182zIZj1bIkNo.ttf",conditions:[{field:"fontName",value:"IBM Plex Serif"}],fallback:""},{label:"100 Italic",value:"https://fonts.gstatic.com/s/ibmplexserif/v8/jizHREVNn1dOx-zrZ2X3pZvkTiUa41YTi3TNgNq55w.ttf",conditions:[{field:"fontName",value:"IBM Plex Serif"}],fallback:""},{label:"200",value:"https://fonts.gstatic.com/s/ibmplexserif/v8/jizAREVNn1dOx-zrZ2X3pZvkTi3Q-hIzoVrBicOg.ttf",conditions:[{field:"fontName",value:"IBM Plex Serif"}],fallback:""},{label:"200 Italic",value:"https://fonts.gstatic.com/s/ibmplexserif/v8/jizGREVNn1dOx-zrZ2X3pZvkTiUa4_oyq17jjNOg_oc.ttf",conditions:[{field:"fontName",value:"IBM Plex Serif"}],fallback:""},{label:"300",value:"https://fonts.gstatic.com/s/ibmplexserif/v8/jizAREVNn1dOx-zrZ2X3pZvkTi20-RIzoVrBicOg.ttf",conditions:[{field:"fontName",value:"IBM Plex Serif"}],fallback:""},{label:"300 Italic",value:"https://fonts.gstatic.com/s/ibmplexserif/v8/jizGREVNn1dOx-zrZ2X3pZvkTiUa454xq17jjNOg_oc.ttf",conditions:[{field:"fontName",value:"IBM Plex Serif"}],fallback:""},{label:"500",value:"https://fonts.gstatic.com/s/ibmplexserif/v8/jizAREVNn1dOx-zrZ2X3pZvkTi3s-BIzoVrBicOg.ttf",conditions:[{field:"fontName",value:"IBM Plex Serif"}],fallback:""},{label:"500 Italic",value:"https://fonts.gstatic.com/s/ibmplexserif/v8/jizGREVNn1dOx-zrZ2X3pZvkTiUa48Ywq17jjNOg_oc.ttf",conditions:[{field:"fontName",value:"IBM Plex Serif"}],fallback:""},{label:"600",value:"https://fonts.gstatic.com/s/ibmplexserif/v8/jizAREVNn1dOx-zrZ2X3pZvkTi3A_xIzoVrBicOg.ttf",conditions:[{field:"fontName",value:"IBM Plex Serif"}],fallback:""},{label:"600 Italic",value:"https://fonts.gstatic.com/s/ibmplexserif/v8/jizGREVNn1dOx-zrZ2X3pZvkTiUa4-o3q17jjNOg_oc.ttf",conditions:[{field:"fontName",value:"IBM Plex Serif"}],fallback:""},{label:"700",value:"https://fonts.gstatic.com/s/ibmplexserif/v8/jizAREVNn1dOx-zrZ2X3pZvkTi2k_hIzoVrBicOg.ttf",conditions:[{field:"fontName",value:"IBM Plex Serif"}],fallback:""},{label:"700 Italic",value:"https://fonts.gstatic.com/s/ibmplexserif/v8/jizGREVNn1dOx-zrZ2X3pZvkTiUa4442q17jjNOg_oc.ttf",conditions:[{field:"fontName",value:"IBM Plex Serif"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/martel/v4/PN_xRfK9oXHga0XtYcI-jT3L_w.ttf",conditions:[{field:"fontName",value:"Martel"}],fallback:""},{label:"200",value:"https://fonts.gstatic.com/s/martel/v4/PN_yRfK9oXHga0XVqekahRbX9vnDzw.ttf",conditions:[{field:"fontName",value:"Martel"}],fallback:""},{label:"300",value:"https://fonts.gstatic.com/s/martel/v4/PN_yRfK9oXHga0XVzeoahRbX9vnDzw.ttf",conditions:[{field:"fontName",value:"Martel"}],fallback:""},{label:"600",value:"https://fonts.gstatic.com/s/martel/v4/PN_yRfK9oXHga0XVuewahRbX9vnDzw.ttf",conditions:[{field:"fontName",value:"Martel"}],fallback:""},{label:"700",value:"https://fonts.gstatic.com/s/martel/v4/PN_yRfK9oXHga0XV3e0ahRbX9vnDzw.ttf",conditions:[{field:"fontName",value:"Martel"}],fallback:""},{label:"800",value:"https://fonts.gstatic.com/s/martel/v4/PN_yRfK9oXHga0XVwe4ahRbX9vnDzw.ttf",conditions:[{field:"fontName",value:"Martel"}],fallback:""},{label:"900",value:"https://fonts.gstatic.com/s/martel/v4/PN_yRfK9oXHga0XV5e8ahRbX9vnDzw.ttf",conditions:[{field:"fontName",value:"Martel"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/amaticsc/v13/TUZyzwprpvBS1izr_vO0De6ecZQf1A.ttf",conditions:[{field:"fontName",value:"Amatic SC"}],fallback:""},{label:"700",value:"https://fonts.gstatic.com/s/amaticsc/v13/TUZ3zwprpvBS1izr_vOMscG6eb8D3WTy-A.ttf",conditions:[{field:"fontName",value:"Amatic SC"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/anticslab/v8/bWt97fPFfRzkCa9Jlp6IWcJWXW5p5Qo.ttf",conditions:[{field:"fontName",value:"Antic Slab"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/caveat/v7/Wnz6HAc5bAfYB2QLYTwZqg_MPQ.ttf",conditions:[{field:"fontName",value:"Caveat"}],fallback:""},{label:"700",value:"https://fonts.gstatic.com/s/caveat/v7/Wnz5HAc5bAfYB2Qz3RM9oiTQNAuxjA.ttf",conditions:[{field:"fontName",value:"Caveat"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/mavenpro/v21/7Auup_AqnyWWAxW2Wk3swUz56MS91Eww8SX25nCpozp5GvU.ttf",conditions:[{field:"fontName",value:"Maven Pro"}],fallback:""},{label:"500",value:"https://fonts.gstatic.com/s/mavenpro/v21/7Auup_AqnyWWAxW2Wk3swUz56MS91Eww8Rf25nCpozp5GvU.ttf",conditions:[{field:"fontName",value:"Maven Pro"}],fallback:""},{label:"600",value:"https://fonts.gstatic.com/s/mavenpro/v21/7Auup_AqnyWWAxW2Wk3swUz56MS91Eww8fvx5nCpozp5GvU.ttf",conditions:[{field:"fontName",value:"Maven Pro"}],fallback:""},{label:"700",value:"https://fonts.gstatic.com/s/mavenpro/v21/7Auup_AqnyWWAxW2Wk3swUz56MS91Eww8cLx5nCpozp5GvU.ttf",conditions:[{field:"fontName",value:"Maven Pro"}],fallback:""},{label:"800",value:"https://fonts.gstatic.com/s/mavenpro/v21/7Auup_AqnyWWAxW2Wk3swUz56MS91Eww8aXx5nCpozp5GvU.ttf",conditions:[{field:"fontName",value:"Maven Pro"}],fallback:""},{label:"900",value:"https://fonts.gstatic.com/s/mavenpro/v21/7Auup_AqnyWWAxW2Wk3swUz56MS91Eww8Yzx5nCpozp5GvU.ttf",conditions:[{field:"fontName",value:"Maven Pro"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/domine/v7/L0x8DFMnlVwD4h3RvPCmRSlUig.ttf",conditions:[{field:"fontName",value:"Domine"}],fallback:""},{label:"700",value:"https://fonts.gstatic.com/s/domine/v7/L0x_DFMnlVwD4h3pAN-CTQJIg3uuXg.ttf",conditions:[{field:"fontName",value:"Domine"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/firasanscondensed/v4/wEOhEADFm8hSaQTFG18FErVhsC9x-tarYfHnrMtVbx8.ttf",conditions:[{field:"fontName",value:"Fira Sans Condensed"}],fallback:""},{label:"Italic",value:"https://fonts.gstatic.com/s/firasanscondensed/v4/wEOjEADFm8hSaQTFG18FErVhsC9x-tarUfPtqOlQfx9CjA.ttf",conditions:[{field:"fontName",value:"Fira Sans Condensed"}],fallback:""},{label:"100",value:"https://fonts.gstatic.com/s/firasanscondensed/v4/wEOjEADFm8hSaQTFG18FErVhsC9x-tarWZXtqOlQfx9CjA.ttf",conditions:[{field:"fontName",value:"Fira Sans Condensed"}],fallback:""},{label:"100 Italic",value:"https://fonts.gstatic.com/s/firasanscondensed/v4/wEOtEADFm8hSaQTFG18FErVhsC9x-tarUfPVzONUXRpSjJcu.ttf",conditions:[{field:"fontName",value:"Fira Sans Condensed"}],fallback:""},{label:"200",value:"https://fonts.gstatic.com/s/firasanscondensed/v4/wEOsEADFm8hSaQTFG18FErVhsC9x-tarWTnMiMN-cxZblY4.ttf",conditions:[{field:"fontName",value:"Fira Sans Condensed"}],fallback:""},{label:"200 Italic",value:"https://fonts.gstatic.com/s/firasanscondensed/v4/wEOuEADFm8hSaQTFG18FErVhsC9x-tarUfPVYMJ0dzRehY43EA.ttf",conditions:[{field:"fontName",value:"Fira Sans Condensed"}],fallback:""},{label:"300",value:"https://fonts.gstatic.com/s/firasanscondensed/v4/wEOsEADFm8hSaQTFG18FErVhsC9x-tarWV3PiMN-cxZblY4.ttf",conditions:[{field:"fontName",value:"Fira Sans Condensed"}],fallback:""},{label:"300 Italic",value:"https://fonts.gstatic.com/s/firasanscondensed/v4/wEOuEADFm8hSaQTFG18FErVhsC9x-tarUfPVBMF0dzRehY43EA.ttf",conditions:[{field:"fontName",value:"Fira Sans Condensed"}],fallback:""},{label:"500",value:"https://fonts.gstatic.com/s/firasanscondensed/v4/wEOsEADFm8hSaQTFG18FErVhsC9x-tarWQXOiMN-cxZblY4.ttf",conditions:[{field:"fontName",value:"Fira Sans Condensed"}],fallback:""},{label:"500 Italic",value:"https://fonts.gstatic.com/s/firasanscondensed/v4/wEOuEADFm8hSaQTFG18FErVhsC9x-tarUfPVXMB0dzRehY43EA.ttf",conditions:[{field:"fontName",value:"Fira Sans Condensed"}],fallback:""},{label:"600",value:"https://fonts.gstatic.com/s/firasanscondensed/v4/wEOsEADFm8hSaQTFG18FErVhsC9x-tarWSnJiMN-cxZblY4.ttf",conditions:[{field:"fontName",value:"Fira Sans Condensed"}],fallback:""},{label:"600 Italic",value:"https://fonts.gstatic.com/s/firasanscondensed/v4/wEOuEADFm8hSaQTFG18FErVhsC9x-tarUfPVcMd0dzRehY43EA.ttf",conditions:[{field:"fontName",value:"Fira Sans Condensed"}],fallback:""},{label:"700",value:"https://fonts.gstatic.com/s/firasanscondensed/v4/wEOsEADFm8hSaQTFG18FErVhsC9x-tarWU3IiMN-cxZblY4.ttf",conditions:[{field:"fontName",value:"Fira Sans Condensed"}],fallback:""},{label:"700 Italic",value:"https://fonts.gstatic.com/s/firasanscondensed/v4/wEOuEADFm8hSaQTFG18FErVhsC9x-tarUfPVFMZ0dzRehY43EA.ttf",conditions:[{field:"fontName",value:"Fira Sans Condensed"}],fallback:""},{label:"800",value:"https://fonts.gstatic.com/s/firasanscondensed/v4/wEOsEADFm8hSaQTFG18FErVhsC9x-tarWVHLiMN-cxZblY4.ttf",conditions:[{field:"fontName",value:"Fira Sans Condensed"}],fallback:""},{label:"800 Italic",value:"https://fonts.gstatic.com/s/firasanscondensed/v4/wEOuEADFm8hSaQTFG18FErVhsC9x-tarUfPVCMV0dzRehY43EA.ttf",conditions:[{field:"fontName",value:"Fira Sans Condensed"}],fallback:""},{label:"900",value:"https://fonts.gstatic.com/s/firasanscondensed/v4/wEOsEADFm8hSaQTFG18FErVhsC9x-tarWXXKiMN-cxZblY4.ttf",conditions:[{field:"fontName",value:"Fira Sans Condensed"}],fallback:""},{label:"900 Italic",value:"https://fonts.gstatic.com/s/firasanscondensed/v4/wEOuEADFm8hSaQTFG18FErVhsC9x-tarUfPVLMR0dzRehY43EA.ttf",conditions:[{field:"fontName",value:"Fira Sans Condensed"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/fredokaone/v7/k3kUo8kEI-tA1RRcTZGmTmHBA6aF8Bf_.ttf",conditions:[{field:"fontName",value:"Fredoka One"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/exo/v11/4UaZrEtFpBI4f1ZSIK9d4LjJ4lM3CwNsOl4p5Is.ttf",conditions:[{field:"fontName",value:"Exo"}],fallback:""},{label:"Italic",value:"https://fonts.gstatic.com/s/exo/v11/4UafrEtFpBISdmSt-MY2ehbO95t040BmPnws9Iu-uA.ttf",conditions:[{field:"fontName",value:"Exo"}],fallback:""},{label:"100",value:"https://fonts.gstatic.com/s/exo/v11/4UaZrEtFpBI4f1ZSIK9d4LjJ4lM2CwNsOl4p5Is.ttf",conditions:[{field:"fontName",value:"Exo"}],fallback:""},{label:"100 Italic",value:"https://fonts.gstatic.com/s/exo/v11/4UafrEtFpBISdmSt-MY2ehbO95t040FmPnws9Iu-uA.ttf",conditions:[{field:"fontName",value:"Exo"}],fallback:""},{label:"200",value:"https://fonts.gstatic.com/s/exo/v11/4UaZrEtFpBI4f1ZSIK9d4LjJ4tM3CwNsOl4p5Is.ttf",conditions:[{field:"fontName",value:"Exo"}],fallback:""},{label:"200 Italic",value:"https://fonts.gstatic.com/s/exo/v11/4UafrEtFpBISdmSt-MY2ehbO95t0Y0BmPnws9Iu-uA.ttf",conditions:[{field:"fontName",value:"Exo"}],fallback:""},{label:"300",value:"https://fonts.gstatic.com/s/exo/v11/4UaZrEtFpBI4f1ZSIK9d4LjJ4g03CwNsOl4p5Is.ttf",conditions:[{field:"fontName",value:"Exo"}],fallback:""},{label:"300 Italic",value:"https://fonts.gstatic.com/s/exo/v11/4UafrEtFpBISdmSt-MY2ehbO95t0vUBmPnws9Iu-uA.ttf",conditions:[{field:"fontName",value:"Exo"}],fallback:""},{label:"500",value:"https://fonts.gstatic.com/s/exo/v11/4UaZrEtFpBI4f1ZSIK9d4LjJ4mE3CwNsOl4p5Is.ttf",conditions:[{field:"fontName",value:"Exo"}],fallback:""},{label:"500 Italic",value:"https://fonts.gstatic.com/s/exo/v11/4UafrEtFpBISdmSt-MY2ehbO95t00UBmPnws9Iu-uA.ttf",conditions:[{field:"fontName",value:"Exo"}],fallback:""},{label:"600",value:"https://fonts.gstatic.com/s/exo/v11/4UaZrEtFpBI4f1ZSIK9d4LjJ4o0wCwNsOl4p5Is.ttf",conditions:[{field:"fontName",value:"Exo"}],fallback:""},{label:"600 Italic",value:"https://fonts.gstatic.com/s/exo/v11/4UafrEtFpBISdmSt-MY2ehbO95t0PUdmPnws9Iu-uA.ttf",conditions:[{field:"fontName",value:"Exo"}],fallback:""},{label:"700",value:"https://fonts.gstatic.com/s/exo/v11/4UaZrEtFpBI4f1ZSIK9d4LjJ4rQwCwNsOl4p5Is.ttf",conditions:[{field:"fontName",value:"Exo"}],fallback:""},{label:"700 Italic",value:"https://fonts.gstatic.com/s/exo/v11/4UafrEtFpBISdmSt-MY2ehbO95t0BEdmPnws9Iu-uA.ttf",conditions:[{field:"fontName",value:"Exo"}],fallback:""},{label:"800",value:"https://fonts.gstatic.com/s/exo/v11/4UaZrEtFpBI4f1ZSIK9d4LjJ4tMwCwNsOl4p5Is.ttf",conditions:[{field:"fontName",value:"Exo"}],fallback:""},{label:"800 Italic",value:"https://fonts.gstatic.com/s/exo/v11/4UafrEtFpBISdmSt-MY2ehbO95t0Y0dmPnws9Iu-uA.ttf",conditions:[{field:"fontName",value:"Exo"}],fallback:""},{label:"900",value:"https://fonts.gstatic.com/s/exo/v11/4UaZrEtFpBI4f1ZSIK9d4LjJ4vowCwNsOl4p5Is.ttf",conditions:[{field:"fontName",value:"Exo"}],fallback:""},{label:"900 Italic",value:"https://fonts.gstatic.com/s/exo/v11/4UafrEtFpBISdmSt-MY2ehbO95t0SkdmPnws9Iu-uA.ttf",conditions:[{field:"fontName",value:"Exo"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/permanentmarker/v9/Fh4uPib9Iyv2ucM6pGQMWimMp004HaqIfrT5nlk.ttf",conditions:[{field:"fontName",value:"Permanent Marker"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/amiri/v14/J7aRnpd8CGxBHqUpvrIw74NL.ttf",conditions:[{field:"fontName",value:"Amiri"}],fallback:""},{label:"Italic",value:"https://fonts.gstatic.com/s/amiri/v14/J7afnpd8CGxBHpUrtLYS6pNLAjk.ttf",conditions:[{field:"fontName",value:"Amiri"}],fallback:""},{label:"700",value:"https://fonts.gstatic.com/s/amiri/v14/J7acnpd8CGxBHp2VkZY4xJ9CGyAa.ttf",conditions:[{field:"fontName",value:"Amiri"}],fallback:""},{label:"700 Italic",value:"https://fonts.gstatic.com/s/amiri/v14/J7aanpd8CGxBHpUrjAo9zptgHjAavCA.ttf",conditions:[{field:"fontName",value:"Amiri"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/righteous/v8/1cXxaUPXBpj2rGoU7C9mj3uEicG01A.ttf",conditions:[{field:"fontName",value:"Righteous"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/ptsanscaption/v12/0FlMVP6Hrxmt7-fsUFhlFXNIlpcqfQXwQy6yxg.ttf",conditions:[{field:"fontName",value:"PT Sans Caption"}],fallback:""},{label:"700",value:"https://fonts.gstatic.com/s/ptsanscaption/v12/0FlJVP6Hrxmt7-fsUFhlFXNIlpcSwSrUSwWuz38Tgg.ttf",conditions:[{field:"fontName",value:"PT Sans Caption"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/patuaone/v10/ZXuke1cDvLCKLDcimxBI5PNvNA9LuA.ttf",conditions:[{field:"fontName",value:"Patua One"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/signika/v11/vEFO2_JTCgwQ5ejvMV0O96D01E8J0tJXHJbGhs_cfKe1.ttf",conditions:[{field:"fontName",value:"Signika"}],fallback:""},{label:"300",value:"https://fonts.gstatic.com/s/signika/v11/vEFO2_JTCgwQ5ejvMV0O96D01E8J0tIJHJbGhs_cfKe1.ttf",conditions:[{field:"fontName",value:"Signika"}],fallback:""},{label:"500",value:"https://fonts.gstatic.com/s/signika/v11/vEFO2_JTCgwQ5ejvMV0O96D01E8J0tJlHJbGhs_cfKe1.ttf",conditions:[{field:"fontName",value:"Signika"}],fallback:""},{label:"600",value:"https://fonts.gstatic.com/s/signika/v11/vEFO2_JTCgwQ5ejvMV0O96D01E8J0tKJG5bGhs_cfKe1.ttf",conditions:[{field:"fontName",value:"Signika"}],fallback:""},{label:"700",value:"https://fonts.gstatic.com/s/signika/v11/vEFO2_JTCgwQ5ejvMV0O96D01E8J0tKwG5bGhs_cfKe1.ttf",conditions:[{field:"fontName",value:"Signika"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/tajawal/v3/Iura6YBj_oCad4k1rzaLCr5IlLA.ttf",conditions:[{field:"fontName",value:"Tajawal"}],fallback:""},{label:"200",value:"https://fonts.gstatic.com/s/tajawal/v3/Iurf6YBj_oCad4k1l_6gLrZjiLlJ-G0.ttf",conditions:[{field:"fontName",value:"Tajawal"}],fallback:""},{label:"300",value:"https://fonts.gstatic.com/s/tajawal/v3/Iurf6YBj_oCad4k1l5qjLrZjiLlJ-G0.ttf",conditions:[{field:"fontName",value:"Tajawal"}],fallback:""},{label:"500",value:"https://fonts.gstatic.com/s/tajawal/v3/Iurf6YBj_oCad4k1l8KiLrZjiLlJ-G0.ttf",conditions:[{field:"fontName",value:"Tajawal"}],fallback:""},{label:"700",value:"https://fonts.gstatic.com/s/tajawal/v3/Iurf6YBj_oCad4k1l4qkLrZjiLlJ-G0.ttf",conditions:[{field:"fontName",value:"Tajawal"}],fallback:""},{label:"800",value:"https://fonts.gstatic.com/s/tajawal/v3/Iurf6YBj_oCad4k1l5anLrZjiLlJ-G0.ttf",conditions:[{field:"fontName",value:"Tajawal"}],fallback:""},{label:"900",value:"https://fonts.gstatic.com/s/tajawal/v3/Iurf6YBj_oCad4k1l7KmLrZjiLlJ-G0.ttf",conditions:[{field:"fontName",value:"Tajawal"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/satisfy/v10/rP2Hp2yn6lkG50LoOZSCHBeHFl0.ttf",conditions:[{field:"fontName",value:"Satisfy"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/creteround/v8/55xoey1sJNPjPiv1ZZZrxJ1827zAKnxN.ttf",conditions:[{field:"fontName",value:"Crete Round"}],fallback:""},{label:"Italic",value:"https://fonts.gstatic.com/s/creteround/v8/55xqey1sJNPjPiv1ZZZrxK1-0bjiL2xNhKc.ttf",conditions:[{field:"fontName",value:"Crete Round"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/inter/v2/UcCO3FwrK3iLTeHuS_fvQtMwCp50KnMw2boKoduKmMEVuLyfMZhrib2Bg-4.ttf",conditions:[{field:"fontName",value:"Inter"}],fallback:""},{label:"100",value:"https://fonts.gstatic.com/s/inter/v2/UcCO3FwrK3iLTeHuS_fvQtMwCp50KnMw2boKoduKmMEVuLyeMZhrib2Bg-4.ttf",conditions:[{field:"fontName",value:"Inter"}],fallback:""},{label:"200",value:"https://fonts.gstatic.com/s/inter/v2/UcCO3FwrK3iLTeHuS_fvQtMwCp50KnMw2boKoduKmMEVuDyfMZhrib2Bg-4.ttf",conditions:[{field:"fontName",value:"Inter"}],fallback:""},{label:"300",value:"https://fonts.gstatic.com/s/inter/v2/UcCO3FwrK3iLTeHuS_fvQtMwCp50KnMw2boKoduKmMEVuOKfMZhrib2Bg-4.ttf",conditions:[{field:"fontName",value:"Inter"}],fallback:""},{label:"500",value:"https://fonts.gstatic.com/s/inter/v2/UcCO3FwrK3iLTeHuS_fvQtMwCp50KnMw2boKoduKmMEVuI6fMZhrib2Bg-4.ttf",conditions:[{field:"fontName",value:"Inter"}],fallback:""},{label:"600",value:"https://fonts.gstatic.com/s/inter/v2/UcCO3FwrK3iLTeHuS_fvQtMwCp50KnMw2boKoduKmMEVuGKYMZhrib2Bg-4.ttf",conditions:[{field:"fontName",value:"Inter"}],fallback:""},{label:"700",value:"https://fonts.gstatic.com/s/inter/v2/UcCO3FwrK3iLTeHuS_fvQtMwCp50KnMw2boKoduKmMEVuFuYMZhrib2Bg-4.ttf",conditions:[{field:"fontName",value:"Inter"}],fallback:""},{label:"800",value:"https://fonts.gstatic.com/s/inter/v2/UcCO3FwrK3iLTeHuS_fvQtMwCp50KnMw2boKoduKmMEVuDyYMZhrib2Bg-4.ttf",conditions:[{field:"fontName",value:"Inter"}],fallback:""},{label:"900",value:"https://fonts.gstatic.com/s/inter/v2/UcCO3FwrK3iLTeHuS_fvQtMwCp50KnMw2boKoduKmMEVuBWYMZhrib2Bg-4.ttf",conditions:[{field:"fontName",value:"Inter"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/patrickhand/v13/LDI1apSQOAYtSuYWp8ZhfYeMWcjKm7sp8g.ttf",conditions:[{field:"fontName",value:"Patrick Hand"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/rajdhani/v9/LDIxapCSOBg7S-QT7q4AOeekWPrP.ttf",conditions:[{field:"fontName",value:"Rajdhani"}],fallback:""},{label:"300",value:"https://fonts.gstatic.com/s/rajdhani/v9/LDI2apCSOBg7S-QT7pasEcOsc-bGkqIw.ttf",conditions:[{field:"fontName",value:"Rajdhani"}],fallback:""},{label:"500",value:"https://fonts.gstatic.com/s/rajdhani/v9/LDI2apCSOBg7S-QT7pb0EMOsc-bGkqIw.ttf",conditions:[{field:"fontName",value:"Rajdhani"}],fallback:""},{label:"600",value:"https://fonts.gstatic.com/s/rajdhani/v9/LDI2apCSOBg7S-QT7pbYF8Osc-bGkqIw.ttf",conditions:[{field:"fontName",value:"Rajdhani"}],fallback:""},{label:"700",value:"https://fonts.gstatic.com/s/rajdhani/v9/LDI2apCSOBg7S-QT7pa8FsOsc-bGkqIw.ttf",conditions:[{field:"fontName",value:"Rajdhani"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/nanummyeongjo/v15/9Btx3DZF0dXLMZlywRbVRNhxy1LreHQ8juyl.ttf",conditions:[{field:"fontName",value:"Nanum Myeongjo"}],fallback:""},{label:"700",value:"https://fonts.gstatic.com/s/nanummyeongjo/v15/9Bty3DZF0dXLMZlywRbVRNhxy2pXV1A0pfCs5Kos.ttf",conditions:[{field:"fontName",value:"Nanum Myeongjo"}],fallback:""},{label:"800",value:"https://fonts.gstatic.com/s/nanummyeongjo/v15/9Bty3DZF0dXLMZlywRbVRNhxy2pLVFA0pfCs5Kos.ttf",conditions:[{field:"fontName",value:"Nanum Myeongjo"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/archivo/v6/k3kQo8UDI-1M0wlSTd7iL0nAMaM.ttf",conditions:[{field:"fontName",value:"Archivo"}],fallback:""},{label:"Italic",value:"https://fonts.gstatic.com/s/archivo/v6/k3kSo8UDI-1M0wlSfdzoK2vFIaOV8A.ttf",conditions:[{field:"fontName",value:"Archivo"}],fallback:""},{label:"500",value:"https://fonts.gstatic.com/s/archivo/v6/k3kVo8UDI-1M0wlSdSrLC0HrLaqM6Q4.ttf",conditions:[{field:"fontName",value:"Archivo"}],fallback:""},{label:"500 Italic",value:"https://fonts.gstatic.com/s/archivo/v6/k3kXo8UDI-1M0wlSfdzQ30LhKYiJ-Q7m8w.ttf",conditions:[{field:"fontName",value:"Archivo"}],fallback:""},{label:"600",value:"https://fonts.gstatic.com/s/archivo/v6/k3kVo8UDI-1M0wlSdQbMC0HrLaqM6Q4.ttf",conditions:[{field:"fontName",value:"Archivo"}],fallback:""},{label:"600 Italic",value:"https://fonts.gstatic.com/s/archivo/v6/k3kXo8UDI-1M0wlSfdzQ80XhKYiJ-Q7m8w.ttf",conditions:[{field:"fontName",value:"Archivo"}],fallback:""},{label:"700",value:"https://fonts.gstatic.com/s/archivo/v6/k3kVo8UDI-1M0wlSdWLNC0HrLaqM6Q4.ttf",conditions:[{field:"fontName",value:"Archivo"}],fallback:""},{label:"700 Italic",value:"https://fonts.gstatic.com/s/archivo/v6/k3kXo8UDI-1M0wlSfdzQl0ThKYiJ-Q7m8w.ttf",conditions:[{field:"fontName",value:"Archivo"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/vollkorn/v12/0ybgGDoxxrvAnPhYGzMlQLzuMasz6Df2MHGuGWOdEbD63w.ttf",conditions:[{field:"fontName",value:"Vollkorn"}],fallback:""},{label:"Italic",value:"https://fonts.gstatic.com/s/vollkorn/v12/0ybuGDoxxrvAnPhYGxksckM2WMCpRjDj-DJGWmmZM7Xq34g9.ttf",conditions:[{field:"fontName",value:"Vollkorn"}],fallback:""},{label:"500",value:"https://fonts.gstatic.com/s/vollkorn/v12/0ybgGDoxxrvAnPhYGzMlQLzuMasz6Df2AnGuGWOdEbD63w.ttf",conditions:[{field:"fontName",value:"Vollkorn"}],fallback:""},{label:"500 Italic",value:"https://fonts.gstatic.com/s/vollkorn/v12/0ybuGDoxxrvAnPhYGxksckM2WMCpRjDj-DJ0WmmZM7Xq34g9.ttf",conditions:[{field:"fontName",value:"Vollkorn"}],fallback:""},{label:"600",value:"https://fonts.gstatic.com/s/vollkorn/v12/0ybgGDoxxrvAnPhYGzMlQLzuMasz6Df27nauGWOdEbD63w.ttf",conditions:[{field:"fontName",value:"Vollkorn"}],fallback:""},{label:"600 Italic",value:"https://fonts.gstatic.com/s/vollkorn/v12/0ybuGDoxxrvAnPhYGxksckM2WMCpRjDj-DKYXWmZM7Xq34g9.ttf",conditions:[{field:"fontName",value:"Vollkorn"}],fallback:""},{label:"700",value:"https://fonts.gstatic.com/s/vollkorn/v12/0ybgGDoxxrvAnPhYGzMlQLzuMasz6Df213auGWOdEbD63w.ttf",conditions:[{field:"fontName",value:"Vollkorn"}],fallback:""},{label:"700 Italic",value:"https://fonts.gstatic.com/s/vollkorn/v12/0ybuGDoxxrvAnPhYGxksckM2WMCpRjDj-DKhXWmZM7Xq34g9.ttf",conditions:[{field:"fontName",value:"Vollkorn"}],fallback:""},{label:"800",value:"https://fonts.gstatic.com/s/vollkorn/v12/0ybgGDoxxrvAnPhYGzMlQLzuMasz6Df2sHauGWOdEbD63w.ttf",conditions:[{field:"fontName",value:"Vollkorn"}],fallback:""},{label:"800 Italic",value:"https://fonts.gstatic.com/s/vollkorn/v12/0ybuGDoxxrvAnPhYGxksckM2WMCpRjDj-DLGXWmZM7Xq34g9.ttf",conditions:[{field:"fontName",value:"Vollkorn"}],fallback:""},{label:"900",value:"https://fonts.gstatic.com/s/vollkorn/v12/0ybgGDoxxrvAnPhYGzMlQLzuMasz6Df2mXauGWOdEbD63w.ttf",conditions:[{field:"fontName",value:"Vollkorn"}],fallback:""},{label:"900 Italic",value:"https://fonts.gstatic.com/s/vollkorn/v12/0ybuGDoxxrvAnPhYGxksckM2WMCpRjDj-DLvXWmZM7Xq34g9.ttf",conditions:[{field:"fontName",value:"Vollkorn"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/ubuntucondensed/v10/u-4k0rCzjgs5J7oXnJcM_0kACGMtf-fVqvHoJXw.ttf",conditions:[{field:"fontName",value:"Ubuntu Condensed"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/abeezee/v13/esDR31xSG-6AGleN6tKukbcHCpE.ttf",conditions:[{field:"fontName",value:"ABeeZee"}],fallback:""},{label:"Italic",value:"https://fonts.gstatic.com/s/abeezee/v13/esDT31xSG-6AGleN2tCklZUCGpG-GQ.ttf",conditions:[{field:"fontName",value:"ABeeZee"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/alfaslabone/v9/6NUQ8FmMKwSEKjnm5-4v-4Jh6dVretWvYmE.ttf",conditions:[{field:"fontName",value:"Alfa Slab One"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/dmsans/v4/rP2Hp2ywxg089UriOZSCHBeHFl0.ttf",conditions:[{field:"fontName",value:"DM Sans"}],fallback:""},{label:"Italic",value:"https://fonts.gstatic.com/s/dmsans/v4/rP2Fp2ywxg089UriCZaIGDWCBl0O8Q.ttf",conditions:[{field:"fontName",value:"DM Sans"}],fallback:""},{label:"500",value:"https://fonts.gstatic.com/s/dmsans/v4/rP2Cp2ywxg089UriAWCrOB-sClQX6Cg.ttf",conditions:[{field:"fontName",value:"DM Sans"}],fallback:""},{label:"500 Italic",value:"https://fonts.gstatic.com/s/dmsans/v4/rP2Ap2ywxg089UriCZaw7BymDnYS-Cjk6Q.ttf",conditions:[{field:"fontName",value:"DM Sans"}],fallback:""},{label:"700",value:"https://fonts.gstatic.com/s/dmsans/v4/rP2Cp2ywxg089UriASitOB-sClQX6Cg.ttf",conditions:[{field:"fontName",value:"DM Sans"}],fallback:""},{label:"700 Italic",value:"https://fonts.gstatic.com/s/dmsans/v4/rP2Ap2ywxg089UriCZawpBqmDnYS-Cjk6Q.ttf",conditions:[{field:"fontName",value:"DM Sans"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/notoserifjp/v7/xn7mYHs72GKoTvER4Gn3b5eMXNikYkY0T84.otf",conditions:[{field:"fontName",value:"Noto Serif JP"}],fallback:""},{label:"200",value:"https://fonts.gstatic.com/s/notoserifjp/v7/xn77YHs72GKoTvER4Gn3b5eMZBaPRkgfU8fEwb0.otf",conditions:[{field:"fontName",value:"Noto Serif JP"}],fallback:""},{label:"300",value:"https://fonts.gstatic.com/s/notoserifjp/v7/xn77YHs72GKoTvER4Gn3b5eMZHKMRkgfU8fEwb0.otf",conditions:[{field:"fontName",value:"Noto Serif JP"}],fallback:""},{label:"500",value:"https://fonts.gstatic.com/s/notoserifjp/v7/xn77YHs72GKoTvER4Gn3b5eMZCqNRkgfU8fEwb0.otf",conditions:[{field:"fontName",value:"Noto Serif JP"}],fallback:""},{label:"600",value:"https://fonts.gstatic.com/s/notoserifjp/v7/xn77YHs72GKoTvER4Gn3b5eMZAaKRkgfU8fEwb0.otf",conditions:[{field:"fontName",value:"Noto Serif JP"}],fallback:""},{label:"700",value:"https://fonts.gstatic.com/s/notoserifjp/v7/xn77YHs72GKoTvER4Gn3b5eMZGKLRkgfU8fEwb0.otf",conditions:[{field:"fontName",value:"Noto Serif JP"}],fallback:""},{label:"900",value:"https://fonts.gstatic.com/s/notoserifjp/v7/xn77YHs72GKoTvER4Gn3b5eMZFqJRkgfU8fEwb0.otf",conditions:[{field:"fontName",value:"Noto Serif JP"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/cinzel/v10/8vIU7ww63mVu7gtR-kwKxNvkNOjw-tbnTYrvDE5ZdqU.ttf",conditions:[{field:"fontName",value:"Cinzel"}],fallback:""},{label:"500",value:"https://fonts.gstatic.com/s/cinzel/v10/8vIU7ww63mVu7gtR-kwKxNvkNOjw-uTnTYrvDE5ZdqU.ttf",conditions:[{field:"fontName",value:"Cinzel"}],fallback:""},{label:"600",value:"https://fonts.gstatic.com/s/cinzel/v10/8vIU7ww63mVu7gtR-kwKxNvkNOjw-gjgTYrvDE5ZdqU.ttf",conditions:[{field:"fontName",value:"Cinzel"}],fallback:""},{label:"700",value:"https://fonts.gstatic.com/s/cinzel/v10/8vIU7ww63mVu7gtR-kwKxNvkNOjw-jHgTYrvDE5ZdqU.ttf",conditions:[{field:"fontName",value:"Cinzel"}],fallback:""},{label:"800",value:"https://fonts.gstatic.com/s/cinzel/v10/8vIU7ww63mVu7gtR-kwKxNvkNOjw-lbgTYrvDE5ZdqU.ttf",conditions:[{field:"fontName",value:"Cinzel"}],fallback:""},{label:"900",value:"https://fonts.gstatic.com/s/cinzel/v10/8vIU7ww63mVu7gtR-kwKxNvkNOjw-n_gTYrvDE5ZdqU.ttf",conditions:[{field:"fontName",value:"Cinzel"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/francoisone/v14/_Xmr-H4zszafZw3A-KPSZutNxgKQu_avAg.ttf",conditions:[{field:"fontName",value:"Francois One"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/newscycle/v16/CSR64z1Qlv-GDxkbKVQ_TOcATNt_pOU.ttf",conditions:[{field:"fontName",value:"News Cycle"}],fallback:""},{label:"700",value:"https://fonts.gstatic.com/s/newscycle/v16/CSR54z1Qlv-GDxkbKVQ_dFsvaNNUuOwkC2s.ttf",conditions:[{field:"fontName",value:"News Cycle"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/cantarell/v9/B50NF7ZDq37KMUvlO01Ji6hqHK-CLA.ttf",conditions:[{field:"fontName",value:"Cantarell"}],fallback:""},{label:"Italic",value:"https://fonts.gstatic.com/s/cantarell/v9/B50LF7ZDq37KMUvlO015iaJuPqqSLJYf.ttf",conditions:[{field:"fontName",value:"Cantarell"}],fallback:""},{label:"700",value:"https://fonts.gstatic.com/s/cantarell/v9/B50IF7ZDq37KMUvlO01xN4dOFISeJY8GgQ.ttf",conditions:[{field:"fontName",value:"Cantarell"}],fallback:""},{label:"700 Italic",value:"https://fonts.gstatic.com/s/cantarell/v9/B50WF7ZDq37KMUvlO015iZrSEY6aB4oWgWHB.ttf",conditions:[{field:"fontName",value:"Cantarell"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/courgette/v7/wEO_EBrAnc9BLjLQAUkFUfAL3EsHiA.ttf",conditions:[{field:"fontName",value:"Courgette"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/kaushanscript/v8/vm8vdRfvXFLG3OLnsO15WYS5DF7_ytN3M48a.ttf",conditions:[{field:"fontName",value:"Kaushan Script"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/cardo/v11/wlp_gwjKBV1pqiv_1oAZ2H5O.ttf",conditions:[{field:"fontName",value:"Cardo"}],fallback:""},{label:"Italic",value:"https://fonts.gstatic.com/s/cardo/v11/wlpxgwjKBV1pqhv93IQ73W5OcCk.ttf",conditions:[{field:"fontName",value:"Cardo"}],fallback:""},{label:"700",value:"https://fonts.gstatic.com/s/cardo/v11/wlpygwjKBV1pqhND-aQR82JHaTBX.ttf",conditions:[{field:"fontName",value:"Cardo"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/archivoblack/v9/HTxqL289NzCGg4MzN6KJ7eW6OYuP_x7yx3A.ttf",conditions:[{field:"fontName",value:"Archivo Black"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/barlowsemicondensed/v5/wlpvgxjLBV1hqnzfr-F8sEYMB0Yybp0mudRnf4CrCEo4gg.ttf",conditions:[{field:"fontName",value:"Barlow Semi Condensed"}],fallback:""},{label:"Italic",value:"https://fonts.gstatic.com/s/barlowsemicondensed/v5/wlphgxjLBV1hqnzfr-F8sEYMB0Yybp0mudRXfYqvKk8ogoSP.ttf",conditions:[{field:"fontName",value:"Barlow Semi Condensed"}],fallback:""},{label:"100",value:"https://fonts.gstatic.com/s/barlowsemicondensed/v5/wlphgxjLBV1hqnzfr-F8sEYMB0Yybp0mudRfG4qvKk8ogoSP.ttf",conditions:[{field:"fontName",value:"Barlow Semi Condensed"}],fallback:""},{label:"100 Italic",value:"https://fonts.gstatic.com/s/barlowsemicondensed/v5/wlpjgxjLBV1hqnzfr-F8sEYMB0Yybp0mudRXfbLLIEsKh5SPZWs.ttf",conditions:[{field:"fontName",value:"Barlow Semi Condensed"}],fallback:""},{label:"200",value:"https://fonts.gstatic.com/s/barlowsemicondensed/v5/wlpigxjLBV1hqnzfr-F8sEYMB0Yybp0mudRft6uPAGEki52WfA.ttf",conditions:[{field:"fontName",value:"Barlow Semi Condensed"}],fallback:""},{label:"200 Italic",value:"https://fonts.gstatic.com/s/barlowsemicondensed/v5/wlpkgxjLBV1hqnzfr-F8sEYMB0Yybp0mudRXfbJnAWsgqZiGfHK5.ttf",conditions:[{field:"fontName",value:"Barlow Semi Condensed"}],fallback:""},{label:"300",value:"https://fonts.gstatic.com/s/barlowsemicondensed/v5/wlpigxjLBV1hqnzfr-F8sEYMB0Yybp0mudRf06iPAGEki52WfA.ttf",conditions:[{field:"fontName",value:"Barlow Semi Condensed"}],fallback:""},{label:"300 Italic",value:"https://fonts.gstatic.com/s/barlowsemicondensed/v5/wlpkgxjLBV1hqnzfr-F8sEYMB0Yybp0mudRXfbIDAmsgqZiGfHK5.ttf",conditions:[{field:"fontName",value:"Barlow Semi Condensed"}],fallback:""},{label:"500",value:"https://fonts.gstatic.com/s/barlowsemicondensed/v5/wlpigxjLBV1hqnzfr-F8sEYMB0Yybp0mudRfi6mPAGEki52WfA.ttf",conditions:[{field:"fontName",value:"Barlow Semi Condensed"}],fallback:""},{label:"500 Italic",value:"https://fonts.gstatic.com/s/barlowsemicondensed/v5/wlpkgxjLBV1hqnzfr-F8sEYMB0Yybp0mudRXfbJbA2sgqZiGfHK5.ttf",conditions:[{field:"fontName",value:"Barlow Semi Condensed"}],fallback:""},{label:"600",value:"https://fonts.gstatic.com/s/barlowsemicondensed/v5/wlpigxjLBV1hqnzfr-F8sEYMB0Yybp0mudRfp66PAGEki52WfA.ttf",conditions:[{field:"fontName",value:"Barlow Semi Condensed"}],fallback:""},{label:"600 Italic",value:"https://fonts.gstatic.com/s/barlowsemicondensed/v5/wlpkgxjLBV1hqnzfr-F8sEYMB0Yybp0mudRXfbJ3BGsgqZiGfHK5.ttf",conditions:[{field:"fontName",value:"Barlow Semi Condensed"}],fallback:""},{label:"700",value:"https://fonts.gstatic.com/s/barlowsemicondensed/v5/wlpigxjLBV1hqnzfr-F8sEYMB0Yybp0mudRfw6-PAGEki52WfA.ttf",conditions:[{field:"fontName",value:"Barlow Semi Condensed"}],fallback:""},{label:"700 Italic",value:"https://fonts.gstatic.com/s/barlowsemicondensed/v5/wlpkgxjLBV1hqnzfr-F8sEYMB0Yybp0mudRXfbITBWsgqZiGfHK5.ttf",conditions:[{field:"fontName",value:"Barlow Semi Condensed"}],fallback:""},{label:"800",value:"https://fonts.gstatic.com/s/barlowsemicondensed/v5/wlpigxjLBV1hqnzfr-F8sEYMB0Yybp0mudRf36yPAGEki52WfA.ttf",conditions:[{field:"fontName",value:"Barlow Semi Condensed"}],fallback:""},{label:"800 Italic",value:"https://fonts.gstatic.com/s/barlowsemicondensed/v5/wlpkgxjLBV1hqnzfr-F8sEYMB0Yybp0mudRXfbIPBmsgqZiGfHK5.ttf",conditions:[{field:"fontName",value:"Barlow Semi Condensed"}],fallback:""},{label:"900",value:"https://fonts.gstatic.com/s/barlowsemicondensed/v5/wlpigxjLBV1hqnzfr-F8sEYMB0Yybp0mudRf-62PAGEki52WfA.ttf",conditions:[{field:"fontName",value:"Barlow Semi Condensed"}],fallback:""},{label:"900 Italic",value:"https://fonts.gstatic.com/s/barlowsemicondensed/v5/wlpkgxjLBV1hqnzfr-F8sEYMB0Yybp0mudRXfbIrB2sgqZiGfHK5.ttf",conditions:[{field:"fontName",value:"Barlow Semi Condensed"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/frankruhllibre/v5/j8_w6_fAw7jrcalD7oKYNX0QfAnPa7fv4JjnmY4.ttf",conditions:[{field:"fontName",value:"Frank Ruhl Libre"}],fallback:""},{label:"300",value:"https://fonts.gstatic.com/s/frankruhllibre/v5/j8_36_fAw7jrcalD7oKYNX0QfAnPUxvHxJDMhYeIHw8.ttf",conditions:[{field:"fontName",value:"Frank Ruhl Libre"}],fallback:""},{label:"500",value:"https://fonts.gstatic.com/s/frankruhllibre/v5/j8_36_fAw7jrcalD7oKYNX0QfAnPU0PGxJDMhYeIHw8.ttf",conditions:[{field:"fontName",value:"Frank Ruhl Libre"}],fallback:""},{label:"700",value:"https://fonts.gstatic.com/s/frankruhllibre/v5/j8_36_fAw7jrcalD7oKYNX0QfAnPUwvAxJDMhYeIHw8.ttf",conditions:[{field:"fontName",value:"Frank Ruhl Libre"}],fallback:""},{label:"900",value:"https://fonts.gstatic.com/s/frankruhllibre/v5/j8_36_fAw7jrcalD7oKYNX0QfAnPUzPCxJDMhYeIHw8.ttf",conditions:[{field:"fontName",value:"Frank Ruhl Libre"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/alegreyasans/v10/5aUz9_-1phKLFgshYDvh6Vwt3V1nvEVXlm4.ttf",conditions:[{field:"fontName",value:"Alegreya Sans"}],fallback:""},{label:"Italic",value:"https://fonts.gstatic.com/s/alegreyasans/v10/5aUt9_-1phKLFgshYDvh6Vwt7V9tuGdShm5bsg.ttf",conditions:[{field:"fontName",value:"Alegreya Sans"}],fallback:""},{label:"100",value:"https://fonts.gstatic.com/s/alegreyasans/v10/5aUt9_-1phKLFgshYDvh6Vwt5TltuGdShm5bsg.ttf",conditions:[{field:"fontName",value:"Alegreya Sans"}],fallback:""},{label:"100 Italic",value:"https://fonts.gstatic.com/s/alegreyasans/v10/5aUv9_-1phKLFgshYDvh6Vwt7V9V3G1WpGtLsgu7.ttf",conditions:[{field:"fontName",value:"Alegreya Sans"}],fallback:""},{label:"300",value:"https://fonts.gstatic.com/s/alegreyasans/v10/5aUu9_-1phKLFgshYDvh6Vwt5fFPmE18imdCqxI.ttf",conditions:[{field:"fontName",value:"Alegreya Sans"}],fallback:""},{label:"300 Italic",value:"https://fonts.gstatic.com/s/alegreyasans/v10/5aUo9_-1phKLFgshYDvh6Vwt7V9VFE92jkVHuxKiBA.ttf",conditions:[{field:"fontName",value:"Alegreya Sans"}],fallback:""},{label:"500",value:"https://fonts.gstatic.com/s/alegreyasans/v10/5aUu9_-1phKLFgshYDvh6Vwt5alOmE18imdCqxI.ttf",conditions:[{field:"fontName",value:"Alegreya Sans"}],fallback:""},{label:"500 Italic",value:"https://fonts.gstatic.com/s/alegreyasans/v10/5aUo9_-1phKLFgshYDvh6Vwt7V9VTE52jkVHuxKiBA.ttf",conditions:[{field:"fontName",value:"Alegreya Sans"}],fallback:""},{label:"700",value:"https://fonts.gstatic.com/s/alegreyasans/v10/5aUu9_-1phKLFgshYDvh6Vwt5eFImE18imdCqxI.ttf",conditions:[{field:"fontName",value:"Alegreya Sans"}],fallback:""},{label:"700 Italic",value:"https://fonts.gstatic.com/s/alegreyasans/v10/5aUo9_-1phKLFgshYDvh6Vwt7V9VBEh2jkVHuxKiBA.ttf",conditions:[{field:"fontName",value:"Alegreya Sans"}],fallback:""},{label:"800",value:"https://fonts.gstatic.com/s/alegreyasans/v10/5aUu9_-1phKLFgshYDvh6Vwt5f1LmE18imdCqxI.ttf",conditions:[{field:"fontName",value:"Alegreya Sans"}],fallback:""},{label:"800 Italic",value:"https://fonts.gstatic.com/s/alegreyasans/v10/5aUo9_-1phKLFgshYDvh6Vwt7V9VGEt2jkVHuxKiBA.ttf",conditions:[{field:"fontName",value:"Alegreya Sans"}],fallback:""},{label:"900",value:"https://fonts.gstatic.com/s/alegreyasans/v10/5aUu9_-1phKLFgshYDvh6Vwt5dlKmE18imdCqxI.ttf",conditions:[{field:"fontName",value:"Alegreya Sans"}],fallback:""},{label:"900 Italic",value:"https://fonts.gstatic.com/s/alegreyasans/v10/5aUo9_-1phKLFgshYDvh6Vwt7V9VPEp2jkVHuxKiBA.ttf",conditions:[{field:"fontName",value:"Alegreya Sans"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/kronaone/v8/jAnEgHdjHcjgfIb1ZcUCMY-h3cWkWg.ttf",conditions:[{field:"fontName",value:"Krona One"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/noticiatext/v9/VuJ2dNDF2Yv9qppOePKYRP1GYTFZt0rNpQ.ttf",conditions:[{field:"fontName",value:"Noticia Text"}],fallback:""},{label:"Italic",value:"https://fonts.gstatic.com/s/noticiatext/v9/VuJodNDF2Yv9qppOePKYRP12YztdlU_dpSjt.ttf",conditions:[{field:"fontName",value:"Noticia Text"}],fallback:""},{label:"700",value:"https://fonts.gstatic.com/s/noticiatext/v9/VuJpdNDF2Yv9qppOePKYRP1-3R59v2HRrDH0eA.ttf",conditions:[{field:"fontName",value:"Noticia Text"}],fallback:""},{label:"700 Italic",value:"https://fonts.gstatic.com/s/noticiatext/v9/VuJrdNDF2Yv9qppOePKYRP12YwPhumvVjjTkeMnz.ttf",conditions:[{field:"fontName",value:"Noticia Text"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/kalam/v10/YA9dr0Wd4kDdMuhWMibDszkB.ttf",conditions:[{field:"fontName",value:"Kalam"}],fallback:""},{label:"300",value:"https://fonts.gstatic.com/s/kalam/v10/YA9Qr0Wd4kDdMtD6GgLLmCUItqGt.ttf",conditions:[{field:"fontName",value:"Kalam"}],fallback:""},{label:"700",value:"https://fonts.gstatic.com/s/kalam/v10/YA9Qr0Wd4kDdMtDqHQLLmCUItqGt.ttf",conditions:[{field:"fontName",value:"Kalam"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/alegreya/v13/4UaBrEBBsBhlBjvfkRLmzanB44N1.ttf",conditions:[{field:"fontName",value:"Alegreya"}],fallback:""},{label:"Italic",value:"https://fonts.gstatic.com/s/alegreya/v13/4UaHrEBBsBhlBjvfkSLkx63j5pN1MwI.ttf",conditions:[{field:"fontName",value:"Alegreya"}],fallback:""},{label:"500",value:"https://fonts.gstatic.com/s/alegreya/v13/4UaGrEBBsBhlBjvfkSoS5I3JyJ98KhtH.ttf",conditions:[{field:"fontName",value:"Alegreya"}],fallback:""},{label:"500 Italic",value:"https://fonts.gstatic.com/s/alegreya/v13/4UaErEBBsBhlBjvfkSLk_1nKwpteLwtHJlc.ttf",conditions:[{field:"fontName",value:"Alegreya"}],fallback:""},{label:"700",value:"https://fonts.gstatic.com/s/alegreya/v13/4UaGrEBBsBhlBjvfkSpa4o3JyJ98KhtH.ttf",conditions:[{field:"fontName",value:"Alegreya"}],fallback:""},{label:"700 Italic",value:"https://fonts.gstatic.com/s/alegreya/v13/4UaErEBBsBhlBjvfkSLk_xHMwpteLwtHJlc.ttf",conditions:[{field:"fontName",value:"Alegreya"}],fallback:""},{label:"800",value:"https://fonts.gstatic.com/s/alegreya/v13/4UaGrEBBsBhlBjvfkSpG4Y3JyJ98KhtH.ttf",conditions:[{field:"fontName",value:"Alegreya"}],fallback:""},{label:"800 Italic",value:"https://fonts.gstatic.com/s/alegreya/v13/4UaErEBBsBhlBjvfkSLk_w3PwpteLwtHJlc.ttf",conditions:[{field:"fontName",value:"Alegreya"}],fallback:""},{label:"900",value:"https://fonts.gstatic.com/s/alegreya/v13/4UaGrEBBsBhlBjvfkSpi4I3JyJ98KhtH.ttf",conditions:[{field:"fontName",value:"Alegreya"}],fallback:""},{label:"900 Italic",value:"https://fonts.gstatic.com/s/alegreya/v13/4UaErEBBsBhlBjvfkSLk_ynOwpteLwtHJlc.ttf",conditions:[{field:"fontName",value:"Alegreya"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/lobstertwo/v12/BngMUXZGTXPUvIoyV6yN59fK7KSJ4ACD.ttf",conditions:[{field:"fontName",value:"Lobster Two"}],fallback:""},{label:"Italic",value:"https://fonts.gstatic.com/s/lobstertwo/v12/BngOUXZGTXPUvIoyV6yN5-fI5qCr5RCDY_k.ttf",conditions:[{field:"fontName",value:"Lobster Two"}],fallback:""},{label:"700",value:"https://fonts.gstatic.com/s/lobstertwo/v12/BngRUXZGTXPUvIoyV6yN5-92w4CByxyKeuDp.ttf",conditions:[{field:"fontName",value:"Lobster Two"}],fallback:""},{label:"700 Italic",value:"https://fonts.gstatic.com/s/lobstertwo/v12/BngTUXZGTXPUvIoyV6yN5-fI3hyEwRiof_DpXMY.ttf",conditions:[{field:"fontName",value:"Lobster Two"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/greatvibes/v7/RWmMoKWR9v4ksMfaWd_JN-XCg6UKDXlq.ttf",conditions:[{field:"fontName",value:"Great Vibes"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/tinos/v13/buE4poGnedXvwgX8dGVh8TI-.ttf",conditions:[{field:"fontName",value:"Tinos"}],fallback:""},{label:"Italic",value:"https://fonts.gstatic.com/s/tinos/v13/buE2poGnedXvwjX-fmFD9CI-4NU.ttf",conditions:[{field:"fontName",value:"Tinos"}],fallback:""},{label:"700",value:"https://fonts.gstatic.com/s/tinos/v13/buE1poGnedXvwj1AW0Fp2i43-cxL.ttf",conditions:[{field:"fontName",value:"Tinos"}],fallback:""},{label:"700 Italic",value:"https://fonts.gstatic.com/s/tinos/v13/buEzpoGnedXvwjX-Rt1s0CoV_NxLeiw.ttf",conditions:[{field:"fontName",value:"Tinos"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/rokkitt/v19/qFdb35qfgYFjGy5hukqqhw5XeRgdi1ryd5DLE76HvN6n.ttf",conditions:[{field:"fontName",value:"Rokkitt"}],fallback:""},{label:"100",value:"https://fonts.gstatic.com/s/rokkitt/v19/qFdb35qfgYFjGy5hukqqhw5XeRgdi1rydpDLE76HvN6n.ttf",conditions:[{field:"fontName",value:"Rokkitt"}],fallback:""},{label:"200",value:"https://fonts.gstatic.com/s/rokkitt/v19/qFdb35qfgYFjGy5hukqqhw5XeRgdi1pyd5DLE76HvN6n.ttf",conditions:[{field:"fontName",value:"Rokkitt"}],fallback:""},{label:"300",value:"https://fonts.gstatic.com/s/rokkitt/v19/qFdb35qfgYFjGy5hukqqhw5XeRgdi1qsd5DLE76HvN6n.ttf",conditions:[{field:"fontName",value:"Rokkitt"}],fallback:""},{label:"500",value:"https://fonts.gstatic.com/s/rokkitt/v19/qFdb35qfgYFjGy5hukqqhw5XeRgdi1rAd5DLE76HvN6n.ttf",conditions:[{field:"fontName",value:"Rokkitt"}],fallback:""},{label:"600",value:"https://fonts.gstatic.com/s/rokkitt/v19/qFdb35qfgYFjGy5hukqqhw5XeRgdi1oscJDLE76HvN6n.ttf",conditions:[{field:"fontName",value:"Rokkitt"}],fallback:""},{label:"700",value:"https://fonts.gstatic.com/s/rokkitt/v19/qFdb35qfgYFjGy5hukqqhw5XeRgdi1oVcJDLE76HvN6n.ttf",conditions:[{field:"fontName",value:"Rokkitt"}],fallback:""},{label:"800",value:"https://fonts.gstatic.com/s/rokkitt/v19/qFdb35qfgYFjGy5hukqqhw5XeRgdi1pycJDLE76HvN6n.ttf",conditions:[{field:"fontName",value:"Rokkitt"}],fallback:""},{label:"900",value:"https://fonts.gstatic.com/s/rokkitt/v19/qFdb35qfgYFjGy5hukqqhw5XeRgdi1pbcJDLE76HvN6n.ttf",conditions:[{field:"fontName",value:"Rokkitt"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/pathwaygothicone/v8/MwQrbgD32-KAvjkYGNUUxAtW7pEBwx-dTFxeb80flQ.ttf",conditions:[{field:"fontName",value:"Pathway Gothic One"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/orbitron/v16/yMJMMIlzdpvBhQQL_SC3X9yhF25-T1nyGy6xpmIyXjU1pg.ttf",conditions:[{field:"fontName",value:"Orbitron"}],fallback:""},{label:"500",value:"https://fonts.gstatic.com/s/orbitron/v16/yMJMMIlzdpvBhQQL_SC3X9yhF25-T1nyKS6xpmIyXjU1pg.ttf",conditions:[{field:"fontName",value:"Orbitron"}],fallback:""},{label:"600",value:"https://fonts.gstatic.com/s/orbitron/v16/yMJMMIlzdpvBhQQL_SC3X9yhF25-T1nyxSmxpmIyXjU1pg.ttf",conditions:[{field:"fontName",value:"Orbitron"}],fallback:""},{label:"700",value:"https://fonts.gstatic.com/s/orbitron/v16/yMJMMIlzdpvBhQQL_SC3X9yhF25-T1ny_CmxpmIyXjU1pg.ttf",conditions:[{field:"fontName",value:"Orbitron"}],fallback:""},{label:"800",value:"https://fonts.gstatic.com/s/orbitron/v16/yMJMMIlzdpvBhQQL_SC3X9yhF25-T1nymymxpmIyXjU1pg.ttf",conditions:[{field:"fontName",value:"Orbitron"}],fallback:""},{label:"900",value:"https://fonts.gstatic.com/s/orbitron/v16/yMJMMIlzdpvBhQQL_SC3X9yhF25-T1nysimxpmIyXjU1pg.ttf",conditions:[{field:"fontName",value:"Orbitron"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/cuprum/v11/dg4k_pLmvrkcOkB9IeFDh701Sg.ttf",conditions:[{field:"fontName",value:"Cuprum"}],fallback:""},{label:"Italic",value:"https://fonts.gstatic.com/s/cuprum/v11/dg4m_pLmvrkcOkBNI-tHpbglShon.ttf",conditions:[{field:"fontName",value:"Cuprum"}],fallback:""},{label:"700",value:"https://fonts.gstatic.com/s/cuprum/v11/dg4n_pLmvrkcOkBFnc5nj5YpQwM-gg.ttf",conditions:[{field:"fontName",value:"Cuprum"}],fallback:""},{label:"700 Italic",value:"https://fonts.gstatic.com/s/cuprum/v11/dg4h_pLmvrkcOkBNI9P7ipwtYQYugjW4.ttf",conditions:[{field:"fontName",value:"Cuprum"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/firasansextracondensed/v4/NaPKcYDaAO5dirw6IaFn7lPJFqXmS-M9Atn3wgda5fiku3efvE8.ttf",conditions:[{field:"fontName",value:"Fira Sans Extra Condensed"}],fallback:""},{label:"Italic",value:"https://fonts.gstatic.com/s/firasansextracondensed/v4/NaPMcYDaAO5dirw6IaFn7lPJFqXmS-M9Atn3wgda1fquv1WarE9ncg.ttf",conditions:[{field:"fontName",value:"Fira Sans Extra Condensed"}],fallback:""},{label:"100",value:"https://fonts.gstatic.com/s/firasansextracondensed/v4/NaPMcYDaAO5dirw6IaFn7lPJFqXmS-M9Atn3wgda3Zyuv1WarE9ncg.ttf",conditions:[{field:"fontName",value:"Fira Sans Extra Condensed"}],fallback:""},{label:"100 Italic",value:"https://fonts.gstatic.com/s/firasansextracondensed/v4/NaPOcYDaAO5dirw6IaFn7lPJFqXmS-M9Atn3wgda1fqW21-ejkp3cn22.ttf",conditions:[{field:"fontName",value:"Fira Sans Extra Condensed"}],fallback:""},{label:"200",value:"https://fonts.gstatic.com/s/firasansextracondensed/v4/NaPPcYDaAO5dirw6IaFn7lPJFqXmS-M9Atn3wgda3TCPn3-0oEZ-a2Q.ttf",conditions:[{field:"fontName",value:"Fira Sans Extra Condensed"}],fallback:""},{label:"200 Italic",value:"https://fonts.gstatic.com/s/firasansextracondensed/v4/NaPxcYDaAO5dirw6IaFn7lPJFqXmS-M9Atn3wgda1fqWd36-pGR7e2SvJQ.ttf",conditions:[{field:"fontName",value:"Fira Sans Extra Condensed"}],fallback:""},{label:"300",value:"https://fonts.gstatic.com/s/firasansextracondensed/v4/NaPPcYDaAO5dirw6IaFn7lPJFqXmS-M9Atn3wgda3VSMn3-0oEZ-a2Q.ttf",conditions:[{field:"fontName",value:"Fira Sans Extra Condensed"}],fallback:""},{label:"300 Italic",value:"https://fonts.gstatic.com/s/firasansextracondensed/v4/NaPxcYDaAO5dirw6IaFn7lPJFqXmS-M9Atn3wgda1fqWE32-pGR7e2SvJQ.ttf",conditions:[{field:"fontName",value:"Fira Sans Extra Condensed"}],fallback:""},{label:"500",value:"https://fonts.gstatic.com/s/firasansextracondensed/v4/NaPPcYDaAO5dirw6IaFn7lPJFqXmS-M9Atn3wgda3QyNn3-0oEZ-a2Q.ttf",conditions:[{field:"fontName",value:"Fira Sans Extra Condensed"}],fallback:""},{label:"500 Italic",value:"https://fonts.gstatic.com/s/firasansextracondensed/v4/NaPxcYDaAO5dirw6IaFn7lPJFqXmS-M9Atn3wgda1fqWS3y-pGR7e2SvJQ.ttf",conditions:[{field:"fontName",value:"Fira Sans Extra Condensed"}],fallback:""},{label:"600",value:"https://fonts.gstatic.com/s/firasansextracondensed/v4/NaPPcYDaAO5dirw6IaFn7lPJFqXmS-M9Atn3wgda3SCKn3-0oEZ-a2Q.ttf",conditions:[{field:"fontName",value:"Fira Sans Extra Condensed"}],fallback:""},{label:"600 Italic",value:"https://fonts.gstatic.com/s/firasansextracondensed/v4/NaPxcYDaAO5dirw6IaFn7lPJFqXmS-M9Atn3wgda1fqWZ3u-pGR7e2SvJQ.ttf",conditions:[{field:"fontName",value:"Fira Sans Extra Condensed"}],fallback:""},{label:"700",value:"https://fonts.gstatic.com/s/firasansextracondensed/v4/NaPPcYDaAO5dirw6IaFn7lPJFqXmS-M9Atn3wgda3USLn3-0oEZ-a2Q.ttf",conditions:[{field:"fontName",value:"Fira Sans Extra Condensed"}],fallback:""},{label:"700 Italic",value:"https://fonts.gstatic.com/s/firasansextracondensed/v4/NaPxcYDaAO5dirw6IaFn7lPJFqXmS-M9Atn3wgda1fqWA3q-pGR7e2SvJQ.ttf",conditions:[{field:"fontName",value:"Fira Sans Extra Condensed"}],fallback:""},{label:"800",value:"https://fonts.gstatic.com/s/firasansextracondensed/v4/NaPPcYDaAO5dirw6IaFn7lPJFqXmS-M9Atn3wgda3ViIn3-0oEZ-a2Q.ttf",conditions:[{field:"fontName",value:"Fira Sans Extra Condensed"}],fallback:""},{label:"800 Italic",value:"https://fonts.gstatic.com/s/firasansextracondensed/v4/NaPxcYDaAO5dirw6IaFn7lPJFqXmS-M9Atn3wgda1fqWH3m-pGR7e2SvJQ.ttf",conditions:[{field:"fontName",value:"Fira Sans Extra Condensed"}],fallback:""},{label:"900",value:"https://fonts.gstatic.com/s/firasansextracondensed/v4/NaPPcYDaAO5dirw6IaFn7lPJFqXmS-M9Atn3wgda3XyJn3-0oEZ-a2Q.ttf",conditions:[{field:"fontName",value:"Fira Sans Extra Condensed"}],fallback:""},{label:"900 Italic",value:"https://fonts.gstatic.com/s/firasansextracondensed/v4/NaPxcYDaAO5dirw6IaFn7lPJFqXmS-M9Atn3wgda1fqWO3i-pGR7e2SvJQ.ttf",conditions:[{field:"fontName",value:"Fira Sans Extra Condensed"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/hindvadodara/v6/neINzCKvrIcn5pbuuuriV9tTcJXfrXsfvSo.ttf",conditions:[{field:"fontName",value:"Hind Vadodara"}],fallback:""},{label:"300",value:"https://fonts.gstatic.com/s/hindvadodara/v6/neIQzCKvrIcn5pbuuuriV9tTSDn3iXM0oSOL2Yw.ttf",conditions:[{field:"fontName",value:"Hind Vadodara"}],fallback:""},{label:"500",value:"https://fonts.gstatic.com/s/hindvadodara/v6/neIQzCKvrIcn5pbuuuriV9tTSGH2iXM0oSOL2Yw.ttf",conditions:[{field:"fontName",value:"Hind Vadodara"}],fallback:""},{label:"600",value:"https://fonts.gstatic.com/s/hindvadodara/v6/neIQzCKvrIcn5pbuuuriV9tTSE3xiXM0oSOL2Yw.ttf",conditions:[{field:"fontName",value:"Hind Vadodara"}],fallback:""},{label:"700",value:"https://fonts.gstatic.com/s/hindvadodara/v6/neIQzCKvrIcn5pbuuuriV9tTSCnwiXM0oSOL2Yw.ttf",conditions:[{field:"fontName",value:"Hind Vadodara"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/mplus1p/v19/e3tjeuShHdiFyPFzBRro-D4Ec2jKqw.ttf",conditions:[{field:"fontName",value:"M PLUS 1p"}],fallback:""},{label:"100",value:"https://fonts.gstatic.com/s/mplus1p/v19/e3tleuShHdiFyPFzBRrQnDQAUW3aq-5N.ttf",conditions:[{field:"fontName",value:"M PLUS 1p"}],fallback:""},{label:"300",value:"https://fonts.gstatic.com/s/mplus1p/v19/e3tmeuShHdiFyPFzBRrQVBYge0PWovdU4w.ttf",conditions:[{field:"fontName",value:"M PLUS 1p"}],fallback:""},{label:"500",value:"https://fonts.gstatic.com/s/mplus1p/v19/e3tmeuShHdiFyPFzBRrQDBcge0PWovdU4w.ttf",conditions:[{field:"fontName",value:"M PLUS 1p"}],fallback:""},{label:"700",value:"https://fonts.gstatic.com/s/mplus1p/v19/e3tmeuShHdiFyPFzBRrQRBEge0PWovdU4w.ttf",conditions:[{field:"fontName",value:"M PLUS 1p"}],fallback:""},{label:"800",value:"https://fonts.gstatic.com/s/mplus1p/v19/e3tmeuShHdiFyPFzBRrQWBIge0PWovdU4w.ttf",conditions:[{field:"fontName",value:"M PLUS 1p"}],fallback:""},{label:"900",value:"https://fonts.gstatic.com/s/mplus1p/v19/e3tmeuShHdiFyPFzBRrQfBMge0PWovdU4w.ttf",conditions:[{field:"fontName",value:"M PLUS 1p"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/specialelite/v10/XLYgIZbkc4JPUL5CVArUVL0nhncESXFtUsM.ttf",conditions:[{field:"fontName",value:"Special Elite"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/volkhov/v11/SlGQmQieoJcKemNeQTIOhHxzcD0.ttf",conditions:[{field:"fontName",value:"Volkhov"}],fallback:""},{label:"Italic",value:"https://fonts.gstatic.com/s/volkhov/v11/SlGSmQieoJcKemNecTAEgF52YD0NYw.ttf",conditions:[{field:"fontName",value:"Volkhov"}],fallback:""},{label:"700",value:"https://fonts.gstatic.com/s/volkhov/v11/SlGVmQieoJcKemNeeY4hoHRYbDQUego.ttf",conditions:[{field:"fontName",value:"Volkhov"}],fallback:""},{label:"700 Italic",value:"https://fonts.gstatic.com/s/volkhov/v11/SlGXmQieoJcKemNecTA8PHFSaBYRagrQrA.ttf",conditions:[{field:"fontName",value:"Volkhov"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/sacramento/v7/buEzpo6gcdjy0EiZMBUG0CoV_NxLeiw.ttf",conditions:[{field:"fontName",value:"Sacramento"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/bangers/v12/FeVQS0BTqb0h60ACL5la2bxii28.ttf",conditions:[{field:"fontName",value:"Bangers"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/dohyeon/v11/TwMN-I8CRRU2zM86HFE3ZwaH__-C.ttf",conditions:[{field:"fontName",value:"Do Hyeon"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/concertone/v10/VEM1Ro9xs5PjtzCu-srDqRTlhv-CuVAQ.ttf",conditions:[{field:"fontName",value:"Concert One"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/yantramanav/v5/flU8Rqu5zY00QEpyWJYWN6f0V-dRCQ41.ttf",conditions:[{field:"fontName",value:"Yantramanav"}],fallback:""},{label:"100",value:"https://fonts.gstatic.com/s/yantramanav/v5/flU-Rqu5zY00QEpyWJYWN5-QXeNzDB41rZg.ttf",conditions:[{field:"fontName",value:"Yantramanav"}],fallback:""},{label:"300",value:"https://fonts.gstatic.com/s/yantramanav/v5/flUhRqu5zY00QEpyWJYWN59Yf8NZIhI8tIHh.ttf",conditions:[{field:"fontName",value:"Yantramanav"}],fallback:""},{label:"500",value:"https://fonts.gstatic.com/s/yantramanav/v5/flUhRqu5zY00QEpyWJYWN58AfsNZIhI8tIHh.ttf",conditions:[{field:"fontName",value:"Yantramanav"}],fallback:""},{label:"700",value:"https://fonts.gstatic.com/s/yantramanav/v5/flUhRqu5zY00QEpyWJYWN59IeMNZIhI8tIHh.ttf",conditions:[{field:"fontName",value:"Yantramanav"}],fallback:""},{label:"900",value:"https://fonts.gstatic.com/s/yantramanav/v5/flUhRqu5zY00QEpyWJYWN59wesNZIhI8tIHh.ttf",conditions:[{field:"fontName",value:"Yantramanav"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/oldstandardtt/v12/MwQubh3o1vLImiwAVvYawgcf2eVurVC5RHdCZg.ttf",conditions:[{field:"fontName",value:"Old Standard TT"}],fallback:""},{label:"Italic",value:"https://fonts.gstatic.com/s/oldstandardtt/v12/MwQsbh3o1vLImiwAVvYawgcf2eVer1q9ZnJSZtQG.ttf",conditions:[{field:"fontName",value:"Old Standard TT"}],fallback:""},{label:"700",value:"https://fonts.gstatic.com/s/oldstandardtt/v12/MwQrbh3o1vLImiwAVvYawgcf2eVWEX-dTFxeb80flQ.ttf",conditions:[{field:"fontName",value:"Old Standard TT"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/quattrocentosans/v12/va9c4lja2NVIDdIAAoMR5MfuElaRB3zOvU7eHGHJ.ttf",conditions:[{field:"fontName",value:"Quattrocento Sans"}],fallback:""},{label:"Italic",value:"https://fonts.gstatic.com/s/quattrocentosans/v12/va9a4lja2NVIDdIAAoMR5MfuElaRB0zMt0r8GXHJkLI.ttf",conditions:[{field:"fontName",value:"Quattrocento Sans"}],fallback:""},{label:"700",value:"https://fonts.gstatic.com/s/quattrocentosans/v12/va9Z4lja2NVIDdIAAoMR5MfuElaRB0RykmrWN33AiasJ.ttf",conditions:[{field:"fontName",value:"Quattrocento Sans"}],fallback:""},{label:"700 Italic",value:"https://fonts.gstatic.com/s/quattrocentosans/v12/va9X4lja2NVIDdIAAoMR5MfuElaRB0zMj_bTPXnijLsJV7E.ttf",conditions:[{field:"fontName",value:"Quattrocento Sans"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/hindguntur/v5/wXKvE3UZrok56nvamSuJd8Qqt3M7tMDT.ttf",conditions:[{field:"fontName",value:"Hind Guntur"}],fallback:""},{label:"300",value:"https://fonts.gstatic.com/s/hindguntur/v5/wXKyE3UZrok56nvamSuJd_yGn1czn9zaj5Ju.ttf",conditions:[{field:"fontName",value:"Hind Guntur"}],fallback:""},{label:"500",value:"https://fonts.gstatic.com/s/hindguntur/v5/wXKyE3UZrok56nvamSuJd_zenlczn9zaj5Ju.ttf",conditions:[{field:"fontName",value:"Hind Guntur"}],fallback:""},{label:"600",value:"https://fonts.gstatic.com/s/hindguntur/v5/wXKyE3UZrok56nvamSuJd_zymVczn9zaj5Ju.ttf",conditions:[{field:"fontName",value:"Hind Guntur"}],fallback:""},{label:"700",value:"https://fonts.gstatic.com/s/hindguntur/v5/wXKyE3UZrok56nvamSuJd_yWmFczn9zaj5Ju.ttf",conditions:[{field:"fontName",value:"Hind Guntur"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/taviraj/v5/ahcZv8Cj3ylylTXzfO4hU-FwnU0.ttf",conditions:[{field:"fontName",value:"Taviraj"}],fallback:""},{label:"Italic",value:"https://fonts.gstatic.com/s/taviraj/v5/ahcbv8Cj3ylylTXzTOwrV8N1jU2gog.ttf",conditions:[{field:"fontName",value:"Taviraj"}],fallback:""},{label:"100",value:"https://fonts.gstatic.com/s/taviraj/v5/ahcbv8Cj3ylylTXzRIorV8N1jU2gog.ttf",conditions:[{field:"fontName",value:"Taviraj"}],fallback:""},{label:"100 Italic",value:"https://fonts.gstatic.com/s/taviraj/v5/ahcdv8Cj3ylylTXzTOwTM8lxr0iwolLl.ttf",conditions:[{field:"fontName",value:"Taviraj"}],fallback:""},{label:"200",value:"https://fonts.gstatic.com/s/taviraj/v5/ahccv8Cj3ylylTXzRCYKd-lbgUS5u0s.ttf",conditions:[{field:"fontName",value:"Taviraj"}],fallback:""},{label:"200 Italic",value:"https://fonts.gstatic.com/s/taviraj/v5/ahcev8Cj3ylylTXzTOwTn-hRhWa8q0v8ag.ttf",conditions:[{field:"fontName",value:"Taviraj"}],fallback:""},{label:"300",value:"https://fonts.gstatic.com/s/taviraj/v5/ahccv8Cj3ylylTXzREIJd-lbgUS5u0s.ttf",conditions:[{field:"fontName",value:"Taviraj"}],fallback:""},{label:"300 Italic",value:"https://fonts.gstatic.com/s/taviraj/v5/ahcev8Cj3ylylTXzTOwT--tRhWa8q0v8ag.ttf",conditions:[{field:"fontName",value:"Taviraj"}],fallback:""},{label:"500",value:"https://fonts.gstatic.com/s/taviraj/v5/ahccv8Cj3ylylTXzRBoId-lbgUS5u0s.ttf",conditions:[{field:"fontName",value:"Taviraj"}],fallback:""},{label:"500 Italic",value:"https://fonts.gstatic.com/s/taviraj/v5/ahcev8Cj3ylylTXzTOwTo-pRhWa8q0v8ag.ttf",conditions:[{field:"fontName",value:"Taviraj"}],fallback:""},{label:"600",value:"https://fonts.gstatic.com/s/taviraj/v5/ahccv8Cj3ylylTXzRDYPd-lbgUS5u0s.ttf",conditions:[{field:"fontName",value:"Taviraj"}],fallback:""},{label:"600 Italic",value:"https://fonts.gstatic.com/s/taviraj/v5/ahcev8Cj3ylylTXzTOwTj-1RhWa8q0v8ag.ttf",conditions:[{field:"fontName",value:"Taviraj"}],fallback:""},{label:"700",value:"https://fonts.gstatic.com/s/taviraj/v5/ahccv8Cj3ylylTXzRFIOd-lbgUS5u0s.ttf",conditions:[{field:"fontName",value:"Taviraj"}],fallback:""},{label:"700 Italic",value:"https://fonts.gstatic.com/s/taviraj/v5/ahcev8Cj3ylylTXzTOwT6-xRhWa8q0v8ag.ttf",conditions:[{field:"fontName",value:"Taviraj"}],fallback:""},{label:"800",value:"https://fonts.gstatic.com/s/taviraj/v5/ahccv8Cj3ylylTXzRE4Nd-lbgUS5u0s.ttf",conditions:[{field:"fontName",value:"Taviraj"}],fallback:""},{label:"800 Italic",value:"https://fonts.gstatic.com/s/taviraj/v5/ahcev8Cj3ylylTXzTOwT9-9RhWa8q0v8ag.ttf",conditions:[{field:"fontName",value:"Taviraj"}],fallback:""},{label:"900",value:"https://fonts.gstatic.com/s/taviraj/v5/ahccv8Cj3ylylTXzRGoMd-lbgUS5u0s.ttf",conditions:[{field:"fontName",value:"Taviraj"}],fallback:""},{label:"900 Italic",value:"https://fonts.gstatic.com/s/taviraj/v5/ahcev8Cj3ylylTXzTOwT0-5RhWa8q0v8ag.ttf",conditions:[{field:"fontName",value:"Taviraj"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/passionone/v10/PbynFmL8HhTPqbjUzux3JHuW_Frg6YoV.ttf",conditions:[{field:"fontName",value:"Passion One"}],fallback:""},{label:"700",value:"https://fonts.gstatic.com/s/passionone/v10/Pby6FmL8HhTPqbjUzux3JEMq037owpYcuH8y.ttf",conditions:[{field:"fontName",value:"Passion One"}],fallback:""},{label:"900",value:"https://fonts.gstatic.com/s/passionone/v10/Pby6FmL8HhTPqbjUzux3JEMS0X7owpYcuH8y.ttf",conditions:[{field:"fontName",value:"Passion One"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/didactgothic/v13/ahcfv8qz1zt6hCC5G4F_P4ASpUySp0LlcyQ.ttf",conditions:[{field:"fontName",value:"Didact Gothic"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/staatliches/v3/HI_OiY8KO6hCsQSoAPmtMbectJG9O9PS.ttf",conditions:[{field:"fontName",value:"Staatliches"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/prata/v11/6xKhdSpbNNCT-vWIAG_5LWwJ.ttf",conditions:[{field:"fontName",value:"Prata"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/neuton/v12/UMBTrPtMoH62xUZyyII7civlBw.ttf",conditions:[{field:"fontName",value:"Neuton"}],fallback:""},{label:"Italic",value:"https://fonts.gstatic.com/s/neuton/v12/UMBRrPtMoH62xUZCyog_UC71B6M5.ttf",conditions:[{field:"fontName",value:"Neuton"}],fallback:""},{label:"200",value:"https://fonts.gstatic.com/s/neuton/v12/UMBQrPtMoH62xUZKAKkfegD5Drog6Q.ttf",conditions:[{field:"fontName",value:"Neuton"}],fallback:""},{label:"300",value:"https://fonts.gstatic.com/s/neuton/v12/UMBQrPtMoH62xUZKZKofegD5Drog6Q.ttf",conditions:[{field:"fontName",value:"Neuton"}],fallback:""},{label:"700",value:"https://fonts.gstatic.com/s/neuton/v12/UMBQrPtMoH62xUZKdK0fegD5Drog6Q.ttf",conditions:[{field:"fontName",value:"Neuton"}],fallback:""},{label:"800",value:"https://fonts.gstatic.com/s/neuton/v12/UMBQrPtMoH62xUZKaK4fegD5Drog6Q.ttf",conditions:[{field:"fontName",value:"Neuton"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/parisienne/v7/E21i_d3kivvAkxhLEVZpcy96DuKuavM.ttf",conditions:[{field:"fontName",value:"Parisienne"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/adventpro/v10/V8mAoQfxVT4Dvddr_yOwtT2nKb5ZFtI.ttf",conditions:[{field:"fontName",value:"Advent Pro"}],fallback:""},{label:"100",value:"https://fonts.gstatic.com/s/adventpro/v10/V8mCoQfxVT4Dvddr_yOwjVmtLZxcBtItFw.ttf",conditions:[{field:"fontName",value:"Advent Pro"}],fallback:""},{label:"200",value:"https://fonts.gstatic.com/s/adventpro/v10/V8mDoQfxVT4Dvddr_yOwjfWMDbZyCts0DqQ.ttf",conditions:[{field:"fontName",value:"Advent Pro"}],fallback:""},{label:"300",value:"https://fonts.gstatic.com/s/adventpro/v10/V8mDoQfxVT4Dvddr_yOwjZGPDbZyCts0DqQ.ttf",conditions:[{field:"fontName",value:"Advent Pro"}],fallback:""},{label:"500",value:"https://fonts.gstatic.com/s/adventpro/v10/V8mDoQfxVT4Dvddr_yOwjcmODbZyCts0DqQ.ttf",conditions:[{field:"fontName",value:"Advent Pro"}],fallback:""},{label:"600",value:"https://fonts.gstatic.com/s/adventpro/v10/V8mDoQfxVT4Dvddr_yOwjeWJDbZyCts0DqQ.ttf",conditions:[{field:"fontName",value:"Advent Pro"}],fallback:""},{label:"700",value:"https://fonts.gstatic.com/s/adventpro/v10/V8mDoQfxVT4Dvddr_yOwjYGIDbZyCts0DqQ.ttf",conditions:[{field:"fontName",value:"Advent Pro"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/gloriahallelujah/v11/LYjYdHv3kUk9BMV96EIswT9DIbW-MLSy3TKEvkCF.ttf",conditions:[{field:"fontName",value:"Gloria Hallelujah"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/changa/v10/2-c79JNi2YuVOUcOarRPgnNGooxCZ62xQjDp9htf1ZM.ttf",conditions:[{field:"fontName",value:"Changa"}],fallback:""},{label:"200",value:"https://fonts.gstatic.com/s/changa/v10/2-c79JNi2YuVOUcOarRPgnNGooxCZy2xQjDp9htf1ZM.ttf",conditions:[{field:"fontName",value:"Changa"}],fallback:""},{label:"300",value:"https://fonts.gstatic.com/s/changa/v10/2-c79JNi2YuVOUcOarRPgnNGooxCZ_OxQjDp9htf1ZM.ttf",conditions:[{field:"fontName",value:"Changa"}],fallback:""},{label:"500",value:"https://fonts.gstatic.com/s/changa/v10/2-c79JNi2YuVOUcOarRPgnNGooxCZ5-xQjDp9htf1ZM.ttf",conditions:[{field:"fontName",value:"Changa"}],fallback:""},{label:"600",value:"https://fonts.gstatic.com/s/changa/v10/2-c79JNi2YuVOUcOarRPgnNGooxCZ3O2QjDp9htf1ZM.ttf",conditions:[{field:"fontName",value:"Changa"}],fallback:""},{label:"700",value:"https://fonts.gstatic.com/s/changa/v10/2-c79JNi2YuVOUcOarRPgnNGooxCZ0q2QjDp9htf1ZM.ttf",conditions:[{field:"fontName",value:"Changa"}],fallback:""},{label:"800",value:"https://fonts.gstatic.com/s/changa/v10/2-c79JNi2YuVOUcOarRPgnNGooxCZy22QjDp9htf1ZM.ttf",conditions:[{field:"fontName",value:"Changa"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/pragatinarrow/v5/vm8vdRf0T0bS1ffgsPB7WZ-mD17_ytN3M48a.ttf",conditions:[{field:"fontName",value:"Pragati Narrow"}],fallback:""},{label:"700",value:"https://fonts.gstatic.com/s/pragatinarrow/v5/vm8sdRf0T0bS1ffgsPB7WZ-mD2ZD5fd_GJMTlo_4.ttf",conditions:[{field:"fontName",value:"Pragati Narrow"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/ropasans/v9/EYqxmaNOzLlWtsZSScyKWjloU5KP2g.ttf",conditions:[{field:"fontName",value:"Ropa Sans"}],fallback:""},{label:"Italic",value:"https://fonts.gstatic.com/s/ropasans/v9/EYq3maNOzLlWtsZSScy6WDNscZef2mNE.ttf",conditions:[{field:"fontName",value:"Ropa Sans"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/almarai/v2/tsstApxBaigK_hnnc1qPonC3vqc.ttf",conditions:[{field:"fontName",value:"Almarai"}],fallback:""},{label:"300",value:"https://fonts.gstatic.com/s/almarai/v2/tssoApxBaigK_hnnS_anhnicoq72sXg.ttf",conditions:[{field:"fontName",value:"Almarai"}],fallback:""},{label:"700",value:"https://fonts.gstatic.com/s/almarai/v2/tssoApxBaigK_hnnS-aghnicoq72sXg.ttf",conditions:[{field:"fontName",value:"Almarai"}],fallback:""},{label:"800",value:"https://fonts.gstatic.com/s/almarai/v2/tssoApxBaigK_hnnS_qjhnicoq72sXg.ttf",conditions:[{field:"fontName",value:"Almarai"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/playfairdisplaysc/v9/ke85OhoaMkR6-hSn7kbHVoFf7ZfgMPr_pb4GEcM2M4s.ttf",conditions:[{field:"fontName",value:"Playfair Display SC"}],fallback:""},{label:"Italic",value:"https://fonts.gstatic.com/s/playfairdisplaysc/v9/ke87OhoaMkR6-hSn7kbHVoFf7ZfgMPr_lbwMFeEzI4sNKg.ttf",conditions:[{field:"fontName",value:"Playfair Display SC"}],fallback:""},{label:"700",value:"https://fonts.gstatic.com/s/playfairdisplaysc/v9/ke80OhoaMkR6-hSn7kbHVoFf7ZfgMPr_nQIpNcsdL4IUMyE.ttf",conditions:[{field:"fontName",value:"Playfair Display SC"}],fallback:""},{label:"700 Italic",value:"https://fonts.gstatic.com/s/playfairdisplaysc/v9/ke82OhoaMkR6-hSn7kbHVoFf7ZfgMPr_lbw0qc4XK6ARIyH5IA.ttf",conditions:[{field:"fontName",value:"Playfair Display SC"}],fallback:""},{label:"900",value:"https://fonts.gstatic.com/s/playfairdisplaysc/v9/ke80OhoaMkR6-hSn7kbHVoFf7ZfgMPr_nTorNcsdL4IUMyE.ttf",conditions:[{field:"fontName",value:"Playfair Display SC"}],fallback:""},{label:"900 Italic",value:"https://fonts.gstatic.com/s/playfairdisplaysc/v9/ke82OhoaMkR6-hSn7kbHVoFf7ZfgMPr_lbw0kcwXK6ARIyH5IA.ttf",conditions:[{field:"fontName",value:"Playfair Display SC"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/istokweb/v14/3qTvojGmgSyUukBzKslZAWF-9kIIaQ.ttf",conditions:[{field:"fontName",value:"Istok Web"}],fallback:""},{label:"Italic",value:"https://fonts.gstatic.com/s/istokweb/v14/3qTpojGmgSyUukBzKslpA2t61EcYaQ7F.ttf",conditions:[{field:"fontName",value:"Istok Web"}],fallback:""},{label:"700",value:"https://fonts.gstatic.com/s/istokweb/v14/3qTqojGmgSyUukBzKslhvU5a_mkUYBfcMw.ttf",conditions:[{field:"fontName",value:"Istok Web"}],fallback:""},{label:"700 Italic",value:"https://fonts.gstatic.com/s/istokweb/v14/3qT0ojGmgSyUukBzKslpA1PG-2MQQhLMMygN.ttf",conditions:[{field:"fontName",value:"Istok Web"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/poiretone/v8/UqyVK80NJXN4zfRgbdfbk5lWVscxdKE.ttf",conditions:[{field:"fontName",value:"Poiret One"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/squadaone/v8/BCasqZ8XsOrx4mcOk6MtWaA8WDBkHgs.ttf",conditions:[{field:"fontName",value:"Squada One"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/chivo/v11/va9I4kzIxd1KFoBvS-J3kbDP.ttf",conditions:[{field:"fontName",value:"Chivo"}],fallback:""},{label:"Italic",value:"https://fonts.gstatic.com/s/chivo/v11/va9G4kzIxd1KFrBtQeZVlKDPWTY.ttf",conditions:[{field:"fontName",value:"Chivo"}],fallback:""},{label:"300",value:"https://fonts.gstatic.com/s/chivo/v11/va9F4kzIxd1KFrjDY8Z_uqzGQC_-.ttf",conditions:[{field:"fontName",value:"Chivo"}],fallback:""},{label:"300 Italic",value:"https://fonts.gstatic.com/s/chivo/v11/va9D4kzIxd1KFrBteUp9sKjkRT_-bF0.ttf",conditions:[{field:"fontName",value:"Chivo"}],fallback:""},{label:"700",value:"https://fonts.gstatic.com/s/chivo/v11/va9F4kzIxd1KFrjTZMZ_uqzGQC_-.ttf",conditions:[{field:"fontName",value:"Chivo"}],fallback:""},{label:"700 Italic",value:"https://fonts.gstatic.com/s/chivo/v11/va9D4kzIxd1KFrBteVp6sKjkRT_-bF0.ttf",conditions:[{field:"fontName",value:"Chivo"}],fallback:""},{label:"900",value:"https://fonts.gstatic.com/s/chivo/v11/va9F4kzIxd1KFrjrZsZ_uqzGQC_-.ttf",conditions:[{field:"fontName",value:"Chivo"}],fallback:""},{label:"900 Italic",value:"https://fonts.gstatic.com/s/chivo/v11/va9D4kzIxd1KFrBteWJ4sKjkRT_-bF0.ttf",conditions:[{field:"fontName",value:"Chivo"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/sarabun/v7/DtVjJx26TKEr37c9WBJDnlQN9gk.ttf",conditions:[{field:"fontName",value:"Sarabun"}],fallback:""},{label:"Italic",value:"https://fonts.gstatic.com/s/sarabun/v7/DtVhJx26TKEr37c9aBBJmnYI5gnOpg.ttf",conditions:[{field:"fontName",value:"Sarabun"}],fallback:""},{label:"100",value:"https://fonts.gstatic.com/s/sarabun/v7/DtVhJx26TKEr37c9YHZJmnYI5gnOpg.ttf",conditions:[{field:"fontName",value:"Sarabun"}],fallback:""},{label:"100 Italic",value:"https://fonts.gstatic.com/s/sarabun/v7/DtVnJx26TKEr37c9aBBx_nwMxAzephhN.ttf",conditions:[{field:"fontName",value:"Sarabun"}],fallback:""},{label:"200",value:"https://fonts.gstatic.com/s/sarabun/v7/DtVmJx26TKEr37c9YNpoulwm6gDXvwE.ttf",conditions:[{field:"fontName",value:"Sarabun"}],fallback:""},{label:"200 Italic",value:"https://fonts.gstatic.com/s/sarabun/v7/DtVkJx26TKEr37c9aBBxUl0s7iLSrwFUlw.ttf",conditions:[{field:"fontName",value:"Sarabun"}],fallback:""},{label:"300",value:"https://fonts.gstatic.com/s/sarabun/v7/DtVmJx26TKEr37c9YL5rulwm6gDXvwE.ttf",conditions:[{field:"fontName",value:"Sarabun"}],fallback:""},{label:"300 Italic",value:"https://fonts.gstatic.com/s/sarabun/v7/DtVkJx26TKEr37c9aBBxNl4s7iLSrwFUlw.ttf",conditions:[{field:"fontName",value:"Sarabun"}],fallback:""},{label:"500",value:"https://fonts.gstatic.com/s/sarabun/v7/DtVmJx26TKEr37c9YOZqulwm6gDXvwE.ttf",conditions:[{field:"fontName",value:"Sarabun"}],fallback:""},{label:"500 Italic",value:"https://fonts.gstatic.com/s/sarabun/v7/DtVkJx26TKEr37c9aBBxbl8s7iLSrwFUlw.ttf",conditions:[{field:"fontName",value:"Sarabun"}],fallback:""},{label:"600",value:"https://fonts.gstatic.com/s/sarabun/v7/DtVmJx26TKEr37c9YMptulwm6gDXvwE.ttf",conditions:[{field:"fontName",value:"Sarabun"}],fallback:""},{label:"600 Italic",value:"https://fonts.gstatic.com/s/sarabun/v7/DtVkJx26TKEr37c9aBBxQlgs7iLSrwFUlw.ttf",conditions:[{field:"fontName",value:"Sarabun"}],fallback:""},{label:"700",value:"https://fonts.gstatic.com/s/sarabun/v7/DtVmJx26TKEr37c9YK5sulwm6gDXvwE.ttf",conditions:[{field:"fontName",value:"Sarabun"}],fallback:""},{label:"700 Italic",value:"https://fonts.gstatic.com/s/sarabun/v7/DtVkJx26TKEr37c9aBBxJlks7iLSrwFUlw.ttf",conditions:[{field:"fontName",value:"Sarabun"}],fallback:""},{label:"800",value:"https://fonts.gstatic.com/s/sarabun/v7/DtVmJx26TKEr37c9YLJvulwm6gDXvwE.ttf",conditions:[{field:"fontName",value:"Sarabun"}],fallback:""},{label:"800 Italic",value:"https://fonts.gstatic.com/s/sarabun/v7/DtVkJx26TKEr37c9aBBxOlos7iLSrwFUlw.ttf",conditions:[{field:"fontName",value:"Sarabun"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/mplusrounded1c/v10/VdGEAYIAV6gnpUpoWwNkYvrugw9RuPWGzr8C7vav.ttf",conditions:[{field:"fontName",value:"M PLUS Rounded 1c"}],fallback:""},{label:"100",value:"https://fonts.gstatic.com/s/mplusrounded1c/v10/VdGCAYIAV6gnpUpoWwNkYvrugw9RuM3ixLsg6-av1x0.ttf",conditions:[{field:"fontName",value:"M PLUS Rounded 1c"}],fallback:""},{label:"300",value:"https://fonts.gstatic.com/s/mplusrounded1c/v10/VdGBAYIAV6gnpUpoWwNkYvrugw9RuM0q5psKxeqmzgRK.ttf",conditions:[{field:"fontName",value:"M PLUS Rounded 1c"}],fallback:""},{label:"500",value:"https://fonts.gstatic.com/s/mplusrounded1c/v10/VdGBAYIAV6gnpUpoWwNkYvrugw9RuM1y55sKxeqmzgRK.ttf",conditions:[{field:"fontName",value:"M PLUS Rounded 1c"}],fallback:""},{label:"700",value:"https://fonts.gstatic.com/s/mplusrounded1c/v10/VdGBAYIAV6gnpUpoWwNkYvrugw9RuM064ZsKxeqmzgRK.ttf",conditions:[{field:"fontName",value:"M PLUS Rounded 1c"}],fallback:""},{label:"800",value:"https://fonts.gstatic.com/s/mplusrounded1c/v10/VdGBAYIAV6gnpUpoWwNkYvrugw9RuM0m4psKxeqmzgRK.ttf",conditions:[{field:"fontName",value:"M PLUS Rounded 1c"}],fallback:""},{label:"900",value:"https://fonts.gstatic.com/s/mplusrounded1c/v10/VdGBAYIAV6gnpUpoWwNkYvrugw9RuM0C45sKxeqmzgRK.ttf",conditions:[{field:"fontName",value:"M PLUS Rounded 1c"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/asapcondensed/v5/pxidypY1o9NHyXh3WvSbGSggdNeLYk1Mq3ap.ttf",conditions:[{field:"fontName",value:"Asap Condensed"}],fallback:""},{label:"Italic",value:"https://fonts.gstatic.com/s/asapcondensed/v5/pxifypY1o9NHyXh3WvSbGSggdOeJaElurmapvvM.ttf",conditions:[{field:"fontName",value:"Asap Condensed"}],fallback:""},{label:"500",value:"https://fonts.gstatic.com/s/asapcondensed/v5/pxieypY1o9NHyXh3WvSbGSggdO9_S2lEgGqgp-pO.ttf",conditions:[{field:"fontName",value:"Asap Condensed"}],fallback:""},{label:"500 Italic",value:"https://fonts.gstatic.com/s/asapcondensed/v5/pxiYypY1o9NHyXh3WvSbGSggdOeJUL1Him6CovpOkXA.ttf",conditions:[{field:"fontName",value:"Asap Condensed"}],fallback:""},{label:"600",value:"https://fonts.gstatic.com/s/asapcondensed/v5/pxieypY1o9NHyXh3WvSbGSggdO9TTGlEgGqgp-pO.ttf",conditions:[{field:"fontName",value:"Asap Condensed"}],fallback:""},{label:"600 Italic",value:"https://fonts.gstatic.com/s/asapcondensed/v5/pxiYypY1o9NHyXh3WvSbGSggdOeJUJFAim6CovpOkXA.ttf",conditions:[{field:"fontName",value:"Asap Condensed"}],fallback:""},{label:"700",value:"https://fonts.gstatic.com/s/asapcondensed/v5/pxieypY1o9NHyXh3WvSbGSggdO83TWlEgGqgp-pO.ttf",conditions:[{field:"fontName",value:"Asap Condensed"}],fallback:""},{label:"700 Italic",value:"https://fonts.gstatic.com/s/asapcondensed/v5/pxiYypY1o9NHyXh3WvSbGSggdOeJUPVBim6CovpOkXA.ttf",conditions:[{field:"fontName",value:"Asap Condensed"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/josefinslab/v10/lW-5wjwOK3Ps5GSJlNNkMalXrQSuJsv4Pw.ttf",conditions:[{field:"fontName",value:"Josefin Slab"}],fallback:""},{label:"Italic",value:"https://fonts.gstatic.com/s/josefinslab/v10/lW-nwjwOK3Ps5GSJlNNkMalnrw6qBM7oPxMX.ttf",conditions:[{field:"fontName",value:"Josefin Slab"}],fallback:""},{label:"100",value:"https://fonts.gstatic.com/s/josefinslab/v10/lW-nwjwOK3Ps5GSJlNNkMalvyQ6qBM7oPxMX.ttf",conditions:[{field:"fontName",value:"Josefin Slab"}],fallback:""},{label:"100 Italic",value:"https://fonts.gstatic.com/s/josefinslab/v10/lW-lwjwOK3Ps5GSJlNNkMalnrzbODsrKOgMX95A.ttf",conditions:[{field:"fontName",value:"Josefin Slab"}],fallback:""},{label:"300",value:"https://fonts.gstatic.com/s/josefinslab/v10/lW-mwjwOK3Ps5GSJlNNkMalvASyKLuDkNgoO7g.ttf",conditions:[{field:"fontName",value:"Josefin Slab"}],fallback:""},{label:"300 Italic",value:"https://fonts.gstatic.com/s/josefinslab/v10/lW-kwjwOK3Ps5GSJlNNkMalnrzYGLOrgFA8e7onu.ttf",conditions:[{field:"fontName",value:"Josefin Slab"}],fallback:""},{label:"600",value:"https://fonts.gstatic.com/s/josefinslab/v10/lW-mwjwOK3Ps5GSJlNNkMalvdSqKLuDkNgoO7g.ttf",conditions:[{field:"fontName",value:"Josefin Slab"}],fallback:""},{label:"600 Italic",value:"https://fonts.gstatic.com/s/josefinslab/v10/lW-kwjwOK3Ps5GSJlNNkMalnrzZyKurgFA8e7onu.ttf",conditions:[{field:"fontName",value:"Josefin Slab"}],fallback:""},{label:"700",value:"https://fonts.gstatic.com/s/josefinslab/v10/lW-mwjwOK3Ps5GSJlNNkMalvESuKLuDkNgoO7g.ttf",conditions:[{field:"fontName",value:"Josefin Slab"}],fallback:""},{label:"700 Italic",value:"https://fonts.gstatic.com/s/josefinslab/v10/lW-kwjwOK3Ps5GSJlNNkMalnrzYWK-rgFA8e7onu.ttf",conditions:[{field:"fontName",value:"Josefin Slab"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/sawarabimincho/v10/8QIRdiDaitzr7brc8ahpxt6GcIJTLahP46UDUw.ttf",conditions:[{field:"fontName",value:"Sawarabi Mincho"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/montserratalternates/v11/mFTvWacfw6zH4dthXcyms1lPpC8I_b0juU0J7K3RCJ1b0w.ttf",conditions:[{field:"fontName",value:"Montserrat Alternates"}],fallback:""},{label:"Italic",value:"https://fonts.gstatic.com/s/montserratalternates/v11/mFThWacfw6zH4dthXcyms1lPpC8I_b0juU057qfVKphL03l4.ttf",conditions:[{field:"fontName",value:"Montserrat Alternates"}],fallback:""},{label:"100",value:"https://fonts.gstatic.com/s/montserratalternates/v11/mFThWacfw6zH4dthXcyms1lPpC8I_b0juU0xiKfVKphL03l4.ttf",conditions:[{field:"fontName",value:"Montserrat Alternates"}],fallback:""},{label:"100 Italic",value:"https://fonts.gstatic.com/s/montserratalternates/v11/mFTjWacfw6zH4dthXcyms1lPpC8I_b0juU057p-xIJxp1ml4imo.ttf",conditions:[{field:"fontName",value:"Montserrat Alternates"}],fallback:""},{label:"200",value:"https://fonts.gstatic.com/s/montserratalternates/v11/mFTiWacfw6zH4dthXcyms1lPpC8I_b0juU0xJIb1ALZH2mBhkw.ttf",conditions:[{field:"fontName",value:"Montserrat Alternates"}],fallback:""},{label:"200 Italic",value:"https://fonts.gstatic.com/s/montserratalternates/v11/mFTkWacfw6zH4dthXcyms1lPpC8I_b0juU057p8dAbxD-GVxk3Nd.ttf",conditions:[{field:"fontName",value:"Montserrat Alternates"}],fallback:""},{label:"300",value:"https://fonts.gstatic.com/s/montserratalternates/v11/mFTiWacfw6zH4dthXcyms1lPpC8I_b0juU0xQIX1ALZH2mBhkw.ttf",conditions:[{field:"fontName",value:"Montserrat Alternates"}],fallback:""},{label:"300 Italic",value:"https://fonts.gstatic.com/s/montserratalternates/v11/mFTkWacfw6zH4dthXcyms1lPpC8I_b0juU057p95ArxD-GVxk3Nd.ttf",conditions:[{field:"fontName",value:"Montserrat Alternates"}],fallback:""},{label:"500",value:"https://fonts.gstatic.com/s/montserratalternates/v11/mFTiWacfw6zH4dthXcyms1lPpC8I_b0juU0xGIT1ALZH2mBhkw.ttf",conditions:[{field:"fontName",value:"Montserrat Alternates"}],fallback:""},{label:"500 Italic",value:"https://fonts.gstatic.com/s/montserratalternates/v11/mFTkWacfw6zH4dthXcyms1lPpC8I_b0juU057p8hA7xD-GVxk3Nd.ttf",conditions:[{field:"fontName",value:"Montserrat Alternates"}],fallback:""},{label:"600",value:"https://fonts.gstatic.com/s/montserratalternates/v11/mFTiWacfw6zH4dthXcyms1lPpC8I_b0juU0xNIP1ALZH2mBhkw.ttf",conditions:[{field:"fontName",value:"Montserrat Alternates"}],fallback:""},{label:"600 Italic",value:"https://fonts.gstatic.com/s/montserratalternates/v11/mFTkWacfw6zH4dthXcyms1lPpC8I_b0juU057p8NBLxD-GVxk3Nd.ttf",conditions:[{field:"fontName",value:"Montserrat Alternates"}],fallback:""},{label:"700",value:"https://fonts.gstatic.com/s/montserratalternates/v11/mFTiWacfw6zH4dthXcyms1lPpC8I_b0juU0xUIL1ALZH2mBhkw.ttf",conditions:[{field:"fontName",value:"Montserrat Alternates"}],fallback:""},{label:"700 Italic",value:"https://fonts.gstatic.com/s/montserratalternates/v11/mFTkWacfw6zH4dthXcyms1lPpC8I_b0juU057p9pBbxD-GVxk3Nd.ttf",conditions:[{field:"fontName",value:"Montserrat Alternates"}],fallback:""},{label:"800",value:"https://fonts.gstatic.com/s/montserratalternates/v11/mFTiWacfw6zH4dthXcyms1lPpC8I_b0juU0xTIH1ALZH2mBhkw.ttf",conditions:[{field:"fontName",value:"Montserrat Alternates"}],fallback:""},{label:"800 Italic",value:"https://fonts.gstatic.com/s/montserratalternates/v11/mFTkWacfw6zH4dthXcyms1lPpC8I_b0juU057p91BrxD-GVxk3Nd.ttf",conditions:[{field:"fontName",value:"Montserrat Alternates"}],fallback:""},{label:"900",value:"https://fonts.gstatic.com/s/montserratalternates/v11/mFTiWacfw6zH4dthXcyms1lPpC8I_b0juU0xaID1ALZH2mBhkw.ttf",conditions:[{field:"fontName",value:"Montserrat Alternates"}],fallback:""},{label:"900 Italic",value:"https://fonts.gstatic.com/s/montserratalternates/v11/mFTkWacfw6zH4dthXcyms1lPpC8I_b0juU057p9RB7xD-GVxk3Nd.ttf",conditions:[{field:"fontName",value:"Montserrat Alternates"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/quattrocento/v11/OZpEg_xvsDZQL_LKIF7q4jPHxGL7f4jFuA.ttf",conditions:[{field:"fontName",value:"Quattrocento"}],fallback:""},{label:"700",value:"https://fonts.gstatic.com/s/quattrocento/v11/OZpbg_xvsDZQL_LKIF7q4jP_eE3fd6PZsXcM9w.ttf",conditions:[{field:"fontName",value:"Quattrocento"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/ramabhadra/v9/EYq2maBOwqRW9P1SQ83LehNGX5uWw3o.ttf",conditions:[{field:"fontName",value:"Ramabhadra"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/benchnine/v8/ahcbv8612zF4jxrwMosrV8N1jU2gog.ttf",conditions:[{field:"fontName",value:"BenchNine"}],fallback:""},{label:"300",value:"https://fonts.gstatic.com/s/benchnine/v8/ahcev8612zF4jxrwMosT--tRhWa8q0v8ag.ttf",conditions:[{field:"fontName",value:"BenchNine"}],fallback:""},{label:"700",value:"https://fonts.gstatic.com/s/benchnine/v8/ahcev8612zF4jxrwMosT6-xRhWa8q0v8ag.ttf",conditions:[{field:"fontName",value:"BenchNine"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/baloo2/v1/wXKrE3kTposypRyd11_WAewrhXY.ttf",conditions:[{field:"fontName",value:"Baloo 2"}],fallback:""},{label:"500",value:"https://fonts.gstatic.com/s/baloo2/v1/wXKuE3kTposypRyd76v_JeQAmX8yrdk.ttf",conditions:[{field:"fontName",value:"Baloo 2"}],fallback:""},{label:"600",value:"https://fonts.gstatic.com/s/baloo2/v1/wXKuE3kTposypRyd74f4JeQAmX8yrdk.ttf",conditions:[{field:"fontName",value:"Baloo 2"}],fallback:""},{label:"700",value:"https://fonts.gstatic.com/s/baloo2/v1/wXKuE3kTposypRyd7-P5JeQAmX8yrdk.ttf",conditions:[{field:"fontName",value:"Baloo 2"}],fallback:""},{label:"800",value:"https://fonts.gstatic.com/s/baloo2/v1/wXKuE3kTposypRyd7__6JeQAmX8yrdk.ttf",conditions:[{field:"fontName",value:"Baloo 2"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/cookie/v11/syky-y18lb0tSbfNlQCT9tPdpw.ttf",conditions:[{field:"fontName",value:"Cookie"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/gudea/v9/neIFzCqgsI0mp-CP9IGON7Ez.ttf",conditions:[{field:"fontName",value:"Gudea"}],fallback:""},{label:"Italic",value:"https://fonts.gstatic.com/s/gudea/v9/neILzCqgsI0mp9CN_oWsMqEzSJQ.ttf",conditions:[{field:"fontName",value:"Gudea"}],fallback:""},{label:"700",value:"https://fonts.gstatic.com/s/gudea/v9/neIIzCqgsI0mp9gz26WGHK06UY30.ttf",conditions:[{field:"fontName",value:"Gudea"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/sairasemicondensed/v5/U9MD6c-2-nnJkHxyCjRcnMHcWVWV1cWRRU8LYuceqGT-.ttf",conditions:[{field:"fontName",value:"Saira Semi Condensed"}],fallback:""},{label:"100",value:"https://fonts.gstatic.com/s/sairasemicondensed/v5/U9MN6c-2-nnJkHxyCjRcnMHcWVWV1cWRRXdvaOM8rXT-8V8.ttf",conditions:[{field:"fontName",value:"Saira Semi Condensed"}],fallback:""},{label:"200",value:"https://fonts.gstatic.com/s/sairasemicondensed/v5/U9MM6c-2-nnJkHxyCjRcnMHcWVWV1cWRRXfDScMWg3j36Ebz.ttf",conditions:[{field:"fontName",value:"Saira Semi Condensed"}],fallback:""},{label:"300",value:"https://fonts.gstatic.com/s/sairasemicondensed/v5/U9MM6c-2-nnJkHxyCjRcnMHcWVWV1cWRRXenSsMWg3j36Ebz.ttf",conditions:[{field:"fontName",value:"Saira Semi Condensed"}],fallback:""},{label:"500",value:"https://fonts.gstatic.com/s/sairasemicondensed/v5/U9MM6c-2-nnJkHxyCjRcnMHcWVWV1cWRRXf_S8MWg3j36Ebz.ttf",conditions:[{field:"fontName",value:"Saira Semi Condensed"}],fallback:""},{label:"600",value:"https://fonts.gstatic.com/s/sairasemicondensed/v5/U9MM6c-2-nnJkHxyCjRcnMHcWVWV1cWRRXfTTMMWg3j36Ebz.ttf",conditions:[{field:"fontName",value:"Saira Semi Condensed"}],fallback:""},{label:"700",value:"https://fonts.gstatic.com/s/sairasemicondensed/v5/U9MM6c-2-nnJkHxyCjRcnMHcWVWV1cWRRXe3TcMWg3j36Ebz.ttf",conditions:[{field:"fontName",value:"Saira Semi Condensed"}],fallback:""},{label:"800",value:"https://fonts.gstatic.com/s/sairasemicondensed/v5/U9MM6c-2-nnJkHxyCjRcnMHcWVWV1cWRRXerTsMWg3j36Ebz.ttf",conditions:[{field:"fontName",value:"Saira Semi Condensed"}],fallback:""},{label:"900",value:"https://fonts.gstatic.com/s/sairasemicondensed/v5/U9MM6c-2-nnJkHxyCjRcnMHcWVWV1cWRRXePT8MWg3j36Ebz.ttf",conditions:[{field:"fontName",value:"Saira Semi Condensed"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/yellowtail/v10/OZpGg_pnoDtINPfRIlLotlzNwED-b4g.ttf",conditions:[{field:"fontName",value:"Yellowtail"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/sanchez/v7/Ycm2sZJORluHnXbITm5b_BwE1l0.ttf",conditions:[{field:"fontName",value:"Sanchez"}],fallback:""},{label:"Italic",value:"https://fonts.gstatic.com/s/sanchez/v7/Ycm0sZJORluHnXbIfmxR-D4Bxl3gkw.ttf",conditions:[{field:"fontName",value:"Sanchez"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/encodesans/v7/LDIcapOFNxEwR-Bd1O9uYNmnUQomAgE25imKSbHhROjLsZBWTSrQGGHjZtWP7FJCt2c.ttf",conditions:[{field:"fontName",value:"Encode Sans"}],fallback:""},{label:"100",value:"https://fonts.gstatic.com/s/encodesans/v7/LDIcapOFNxEwR-Bd1O9uYNmnUQomAgE25imKSbHhROjLsZBWTSrQGGHiZtWP7FJCt2c.ttf",conditions:[{field:"fontName",value:"Encode Sans"}],fallback:""},{label:"200",value:"https://fonts.gstatic.com/s/encodesans/v7/LDIcapOFNxEwR-Bd1O9uYNmnUQomAgE25imKSbHhROjLsZBWTSrQGOHjZtWP7FJCt2c.ttf",conditions:[{field:"fontName",value:"Encode Sans"}],fallback:""},{label:"300",value:"https://fonts.gstatic.com/s/encodesans/v7/LDIcapOFNxEwR-Bd1O9uYNmnUQomAgE25imKSbHhROjLsZBWTSrQGD_jZtWP7FJCt2c.ttf",conditions:[{field:"fontName",value:"Encode Sans"}],fallback:""},{label:"500",value:"https://fonts.gstatic.com/s/encodesans/v7/LDIcapOFNxEwR-Bd1O9uYNmnUQomAgE25imKSbHhROjLsZBWTSrQGFPjZtWP7FJCt2c.ttf",conditions:[{field:"fontName",value:"Encode Sans"}],fallback:""},{label:"600",value:"https://fonts.gstatic.com/s/encodesans/v7/LDIcapOFNxEwR-Bd1O9uYNmnUQomAgE25imKSbHhROjLsZBWTSrQGL_kZtWP7FJCt2c.ttf",conditions:[{field:"fontName",value:"Encode Sans"}],fallback:""},{label:"700",value:"https://fonts.gstatic.com/s/encodesans/v7/LDIcapOFNxEwR-Bd1O9uYNmnUQomAgE25imKSbHhROjLsZBWTSrQGIbkZtWP7FJCt2c.ttf",conditions:[{field:"fontName",value:"Encode Sans"}],fallback:""},{label:"800",value:"https://fonts.gstatic.com/s/encodesans/v7/LDIcapOFNxEwR-Bd1O9uYNmnUQomAgE25imKSbHhROjLsZBWTSrQGOHkZtWP7FJCt2c.ttf",conditions:[{field:"fontName",value:"Encode Sans"}],fallback:""},{label:"900",value:"https://fonts.gstatic.com/s/encodesans/v7/LDIcapOFNxEwR-Bd1O9uYNmnUQomAgE25imKSbHhROjLsZBWTSrQGMjkZtWP7FJCt2c.ttf",conditions:[{field:"fontName",value:"Encode Sans"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/ultra/v12/zOLy4prXmrtY-tT6yLOD6NxF.ttf",conditions:[{field:"fontName",value:"Ultra"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/faustina/v7/XLY4IZPxYpJfTbZAFXWzNT2SO8wpWHlsgoEvGVWWe8tbEg.ttf",conditions:[{field:"fontName",value:"Faustina"}],fallback:""},{label:"Italic",value:"https://fonts.gstatic.com/s/faustina/v7/XLY2IZPxYpJfTbZAFV-6B8JKUqez9n55SsLHWl-SWc5LEnoF.ttf",conditions:[{field:"fontName",value:"Faustina"}],fallback:""},{label:"500",value:"https://fonts.gstatic.com/s/faustina/v7/XLY4IZPxYpJfTbZAFXWzNT2SO8wpWHlssIEvGVWWe8tbEg.ttf",conditions:[{field:"fontName",value:"Faustina"}],fallback:""},{label:"500 Italic",value:"https://fonts.gstatic.com/s/faustina/v7/XLY2IZPxYpJfTbZAFV-6B8JKUqez9n55SsL1Wl-SWc5LEnoF.ttf",conditions:[{field:"fontName",value:"Faustina"}],fallback:""},{label:"600",value:"https://fonts.gstatic.com/s/faustina/v7/XLY4IZPxYpJfTbZAFXWzNT2SO8wpWHlsXIYvGVWWe8tbEg.ttf",conditions:[{field:"fontName",value:"Faustina"}],fallback:""},{label:"600 Italic",value:"https://fonts.gstatic.com/s/faustina/v7/XLY2IZPxYpJfTbZAFV-6B8JKUqez9n55SsIZXV-SWc5LEnoF.ttf",conditions:[{field:"fontName",value:"Faustina"}],fallback:""},{label:"700",value:"https://fonts.gstatic.com/s/faustina/v7/XLY4IZPxYpJfTbZAFXWzNT2SO8wpWHlsZYYvGVWWe8tbEg.ttf",conditions:[{field:"fontName",value:"Faustina"}],fallback:""},{label:"700 Italic",value:"https://fonts.gstatic.com/s/faustina/v7/XLY2IZPxYpJfTbZAFV-6B8JKUqez9n55SsIgXV-SWc5LEnoF.ttf",conditions:[{field:"fontName",value:"Faustina"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/khand/v8/TwMA-IINQlQQ0YpVWHU_TBqO.ttf",conditions:[{field:"fontName",value:"Khand"}],fallback:""},{label:"300",value:"https://fonts.gstatic.com/s/khand/v8/TwMN-IINQlQQ0bL5cFE3ZwaH__-C.ttf",conditions:[{field:"fontName",value:"Khand"}],fallback:""},{label:"500",value:"https://fonts.gstatic.com/s/khand/v8/TwMN-IINQlQQ0bKhcVE3ZwaH__-C.ttf",conditions:[{field:"fontName",value:"Khand"}],fallback:""},{label:"600",value:"https://fonts.gstatic.com/s/khand/v8/TwMN-IINQlQQ0bKNdlE3ZwaH__-C.ttf",conditions:[{field:"fontName",value:"Khand"}],fallback:""},{label:"700",value:"https://fonts.gstatic.com/s/khand/v8/TwMN-IINQlQQ0bLpd1E3ZwaH__-C.ttf",conditions:[{field:"fontName",value:"Khand"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/philosopher/v12/vEFV2_5QCwIS4_Dhez5jcVBpRUwU08qe.ttf",conditions:[{field:"fontName",value:"Philosopher"}],fallback:""},{label:"Italic",value:"https://fonts.gstatic.com/s/philosopher/v12/vEFX2_5QCwIS4_Dhez5jcWBrT0g21tqeR7c.ttf",conditions:[{field:"fontName",value:"Philosopher"}],fallback:""},{label:"700",value:"https://fonts.gstatic.com/s/philosopher/v12/vEFI2_5QCwIS4_Dhez5jcWjVamgc-NaXXq7H.ttf",conditions:[{field:"fontName",value:"Philosopher"}],fallback:""},{label:"700 Italic",value:"https://fonts.gstatic.com/s/philosopher/v12/vEFK2_5QCwIS4_Dhez5jcWBrd_QZ8tK1W77HtMo.ttf",conditions:[{field:"fontName",value:"Philosopher"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/vidaloka/v12/7cHrv4c3ipenMKlEass8yn4hnCci.ttf",conditions:[{field:"fontName",value:"Vidaloka"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/economica/v7/Qw3fZQZaHCLgIWa29ZBrMcgAAl1lfQ.ttf",conditions:[{field:"fontName",value:"Economica"}],fallback:""},{label:"Italic",value:"https://fonts.gstatic.com/s/economica/v7/Qw3ZZQZaHCLgIWa29ZBbM8IEIFh1fWUl.ttf",conditions:[{field:"fontName",value:"Economica"}],fallback:""},{label:"700",value:"https://fonts.gstatic.com/s/economica/v7/Qw3aZQZaHCLgIWa29ZBTjeckCnZ5dHw8iw.ttf",conditions:[{field:"fontName",value:"Economica"}],fallback:""},{label:"700 Italic",value:"https://fonts.gstatic.com/s/economica/v7/Qw3EZQZaHCLgIWa29ZBbM_q4D3x9Vnksi4M7.ttf",conditions:[{field:"fontName",value:"Economica"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/saira/v4/memwYa2wxmKQyOkgR5IdU6Uf.ttf",conditions:[{field:"fontName",value:"Saira"}],fallback:""},{label:"100",value:"https://fonts.gstatic.com/s/saira/v4/mem-Ya2wxmKQyNFETZY_VrUfTck.ttf",conditions:[{field:"fontName",value:"Saira"}],fallback:""},{label:"200",value:"https://fonts.gstatic.com/s/saira/v4/mem9Ya2wxmKQyNHobLYVeLkWVNBt.ttf",conditions:[{field:"fontName",value:"Saira"}],fallback:""},{label:"300",value:"https://fonts.gstatic.com/s/saira/v4/mem9Ya2wxmKQyNGMb7YVeLkWVNBt.ttf",conditions:[{field:"fontName",value:"Saira"}],fallback:""},{label:"500",value:"https://fonts.gstatic.com/s/saira/v4/mem9Ya2wxmKQyNHUbrYVeLkWVNBt.ttf",conditions:[{field:"fontName",value:"Saira"}],fallback:""},{label:"600",value:"https://fonts.gstatic.com/s/saira/v4/mem9Ya2wxmKQyNH4abYVeLkWVNBt.ttf",conditions:[{field:"fontName",value:"Saira"}],fallback:""},{label:"700",value:"https://fonts.gstatic.com/s/saira/v4/mem9Ya2wxmKQyNGcaLYVeLkWVNBt.ttf",conditions:[{field:"fontName",value:"Saira"}],fallback:""},{label:"800",value:"https://fonts.gstatic.com/s/saira/v4/mem9Ya2wxmKQyNGAa7YVeLkWVNBt.ttf",conditions:[{field:"fontName",value:"Saira"}],fallback:""},{label:"900",value:"https://fonts.gstatic.com/s/saira/v4/mem9Ya2wxmKQyNGkarYVeLkWVNBt.ttf",conditions:[{field:"fontName",value:"Saira"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/ruda/v13/k3kKo8YQJOpFgHQ1mQ5VkEbUKaJFsi_-2KiSGg-H.ttf",conditions:[{field:"fontName",value:"Ruda"}],fallback:""},{label:"500",value:"https://fonts.gstatic.com/s/ruda/v13/k3kKo8YQJOpFgHQ1mQ5VkEbUKaJ3si_-2KiSGg-H.ttf",conditions:[{field:"fontName",value:"Ruda"}],fallback:""},{label:"600",value:"https://fonts.gstatic.com/s/ruda/v13/k3kKo8YQJOpFgHQ1mQ5VkEbUKaKbtS_-2KiSGg-H.ttf",conditions:[{field:"fontName",value:"Ruda"}],fallback:""},{label:"700",value:"https://fonts.gstatic.com/s/ruda/v13/k3kKo8YQJOpFgHQ1mQ5VkEbUKaKitS_-2KiSGg-H.ttf",conditions:[{field:"fontName",value:"Ruda"}],fallback:""},{label:"800",value:"https://fonts.gstatic.com/s/ruda/v13/k3kKo8YQJOpFgHQ1mQ5VkEbUKaLFtS_-2KiSGg-H.ttf",conditions:[{field:"fontName",value:"Ruda"}],fallback:""},{label:"900",value:"https://fonts.gstatic.com/s/ruda/v13/k3kKo8YQJOpFgHQ1mQ5VkEbUKaLstS_-2KiSGg-H.ttf",conditions:[{field:"fontName",value:"Ruda"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/monoton/v9/5h1aiZUrOngCibe4fkbBQ2S7FU8.ttf",conditions:[{field:"fontName",value:"Monoton"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/markazitext/v12/sykh-ydym6AtQaiEtX7yhqb_rV1k_81ZVYYZtfSQT4MlBekmJLo.ttf",conditions:[{field:"fontName",value:"Markazi Text"}],fallback:""},{label:"500",value:"https://fonts.gstatic.com/s/markazitext/v12/sykh-ydym6AtQaiEtX7yhqb_rV1k_81ZVYYZtcaQT4MlBekmJLo.ttf",conditions:[{field:"fontName",value:"Markazi Text"}],fallback:""},{label:"600",value:"https://fonts.gstatic.com/s/markazitext/v12/sykh-ydym6AtQaiEtX7yhqb_rV1k_81ZVYYZtSqXT4MlBekmJLo.ttf",conditions:[{field:"fontName",value:"Markazi Text"}],fallback:""},{label:"700",value:"https://fonts.gstatic.com/s/markazitext/v12/sykh-ydym6AtQaiEtX7yhqb_rV1k_81ZVYYZtROXT4MlBekmJLo.ttf",conditions:[{field:"fontName",value:"Markazi Text"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/cormorant/v8/H4clBXOCl9bbnla_nHIa6JG8iqeuag.ttf",conditions:[{field:"fontName",value:"Cormorant"}],fallback:""},{label:"Italic",value:"https://fonts.gstatic.com/s/cormorant/v8/H4cjBXOCl9bbnla_nHIq6pu4qKK-aihq.ttf",conditions:[{field:"fontName",value:"Cormorant"}],fallback:""},{label:"300",value:"https://fonts.gstatic.com/s/cormorant/v8/H4cgBXOCl9bbnla_nHIiRLmYgoyyYzFzFw.ttf",conditions:[{field:"fontName",value:"Cormorant"}],fallback:""},{label:"300 Italic",value:"https://fonts.gstatic.com/s/cormorant/v8/H4c-BXOCl9bbnla_nHIq6qMUgIa2QTRjF8ER.ttf",conditions:[{field:"fontName",value:"Cormorant"}],fallback:""},{label:"500",value:"https://fonts.gstatic.com/s/cormorant/v8/H4cgBXOCl9bbnla_nHIiHLiYgoyyYzFzFw.ttf",conditions:[{field:"fontName",value:"Cormorant"}],fallback:""},{label:"500 Italic",value:"https://fonts.gstatic.com/s/cormorant/v8/H4c-BXOCl9bbnla_nHIq6qNMgYa2QTRjF8ER.ttf",conditions:[{field:"fontName",value:"Cormorant"}],fallback:""},{label:"600",value:"https://fonts.gstatic.com/s/cormorant/v8/H4cgBXOCl9bbnla_nHIiML-YgoyyYzFzFw.ttf",conditions:[{field:"fontName",value:"Cormorant"}],fallback:""},{label:"600 Italic",value:"https://fonts.gstatic.com/s/cormorant/v8/H4c-BXOCl9bbnla_nHIq6qNghoa2QTRjF8ER.ttf",conditions:[{field:"fontName",value:"Cormorant"}],fallback:""},{label:"700",value:"https://fonts.gstatic.com/s/cormorant/v8/H4cgBXOCl9bbnla_nHIiVL6YgoyyYzFzFw.ttf",conditions:[{field:"fontName",value:"Cormorant"}],fallback:""},{label:"700 Italic",value:"https://fonts.gstatic.com/s/cormorant/v8/H4c-BXOCl9bbnla_nHIq6qMEh4a2QTRjF8ER.ttf",conditions:[{field:"fontName",value:"Cormorant"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/ibmplexmono/v5/-F63fjptAgt5VM-kVkqdyU8n5igg1l9kn-s.ttf",conditions:[{field:"fontName",value:"IBM Plex Mono"}],fallback:""},{label:"Italic",value:"https://fonts.gstatic.com/s/ibmplexmono/v5/-F6pfjptAgt5VM-kVkqdyU8n1ioq0n1hj-sNFQ.ttf",conditions:[{field:"fontName",value:"IBM Plex Mono"}],fallback:""},{label:"100",value:"https://fonts.gstatic.com/s/ibmplexmono/v5/-F6pfjptAgt5VM-kVkqdyU8n3kwq0n1hj-sNFQ.ttf",conditions:[{field:"fontName",value:"IBM Plex Mono"}],fallback:""},{label:"100 Italic",value:"https://fonts.gstatic.com/s/ibmplexmono/v5/-F6rfjptAgt5VM-kVkqdyU8n1ioStndlre4dFcFh.ttf",conditions:[{field:"fontName",value:"IBM Plex Mono"}],fallback:""},{label:"200",value:"https://fonts.gstatic.com/s/ibmplexmono/v5/-F6qfjptAgt5VM-kVkqdyU8n3uAL8ldPg-IUDNg.ttf",conditions:[{field:"fontName",value:"IBM Plex Mono"}],fallback:""},{label:"200 Italic",value:"https://fonts.gstatic.com/s/ibmplexmono/v5/-F6sfjptAgt5VM-kVkqdyU8n1ioSGlZFh8ARHNh4zg.ttf",conditions:[{field:"fontName",value:"IBM Plex Mono"}],fallback:""},{label:"300",value:"https://fonts.gstatic.com/s/ibmplexmono/v5/-F6qfjptAgt5VM-kVkqdyU8n3oQI8ldPg-IUDNg.ttf",conditions:[{field:"fontName",value:"IBM Plex Mono"}],fallback:""},{label:"300 Italic",value:"https://fonts.gstatic.com/s/ibmplexmono/v5/-F6sfjptAgt5VM-kVkqdyU8n1ioSflVFh8ARHNh4zg.ttf",conditions:[{field:"fontName",value:"IBM Plex Mono"}],fallback:""},{label:"500",value:"https://fonts.gstatic.com/s/ibmplexmono/v5/-F6qfjptAgt5VM-kVkqdyU8n3twJ8ldPg-IUDNg.ttf",conditions:[{field:"fontName",value:"IBM Plex Mono"}],fallback:""},{label:"500 Italic",value:"https://fonts.gstatic.com/s/ibmplexmono/v5/-F6sfjptAgt5VM-kVkqdyU8n1ioSJlRFh8ARHNh4zg.ttf",conditions:[{field:"fontName",value:"IBM Plex Mono"}],fallback:""},{label:"600",value:"https://fonts.gstatic.com/s/ibmplexmono/v5/-F6qfjptAgt5VM-kVkqdyU8n3vAO8ldPg-IUDNg.ttf",conditions:[{field:"fontName",value:"IBM Plex Mono"}],fallback:""},{label:"600 Italic",value:"https://fonts.gstatic.com/s/ibmplexmono/v5/-F6sfjptAgt5VM-kVkqdyU8n1ioSClNFh8ARHNh4zg.ttf",conditions:[{field:"fontName",value:"IBM Plex Mono"}],fallback:""},{label:"700",value:"https://fonts.gstatic.com/s/ibmplexmono/v5/-F6qfjptAgt5VM-kVkqdyU8n3pQP8ldPg-IUDNg.ttf",conditions:[{field:"fontName",value:"IBM Plex Mono"}],fallback:""},{label:"700 Italic",value:"https://fonts.gstatic.com/s/ibmplexmono/v5/-F6sfjptAgt5VM-kVkqdyU8n1ioSblJFh8ARHNh4zg.ttf",conditions:[{field:"fontName",value:"IBM Plex Mono"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/cabincondensed/v13/nwpMtK6mNhBK2err_hqkYhHRqmwaYOjZ5HZl8Q.ttf",conditions:[{field:"fontName",value:"Cabin Condensed"}],fallback:""},{label:"500",value:"https://fonts.gstatic.com/s/cabincondensed/v13/nwpJtK6mNhBK2err_hqkYhHRqmwilMH97F15-K1oqQ.ttf",conditions:[{field:"fontName",value:"Cabin Condensed"}],fallback:""},{label:"600",value:"https://fonts.gstatic.com/s/cabincondensed/v13/nwpJtK6mNhBK2err_hqkYhHRqmwiuMb97F15-K1oqQ.ttf",conditions:[{field:"fontName",value:"Cabin Condensed"}],fallback:""},{label:"700",value:"https://fonts.gstatic.com/s/cabincondensed/v13/nwpJtK6mNhBK2err_hqkYhHRqmwi3Mf97F15-K1oqQ.ttf",conditions:[{field:"fontName",value:"Cabin Condensed"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/unicaone/v7/DPEuYwWHyAYGVTSmalshdtffuEY7FA.ttf",conditions:[{field:"fontName",value:"Unica One"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/alice/v11/OpNCnoEEmtHa6FcJpA_chzJ0.ttf",conditions:[{field:"fontName",value:"Alice"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/pressstart2p/v8/e3t4euO8T-267oIAQAu6jDQyK0nSgPJE4580.ttf",conditions:[{field:"fontName",value:"Press Start 2P"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/gothica1/v8/CSR94z5ZnPydRjlCCwl6bM0uQNJmvQ.ttf",conditions:[{field:"fontName",value:"Gothic A1"}],fallback:""},{label:"100",value:"https://fonts.gstatic.com/s/gothica1/v8/CSR74z5ZnPydRjlCCwlCCMcqYtd2vfwk.ttf",conditions:[{field:"fontName",value:"Gothic A1"}],fallback:""},{label:"200",value:"https://fonts.gstatic.com/s/gothica1/v8/CSR44z5ZnPydRjlCCwlCpOYKSPl6tOU9Eg.ttf",conditions:[{field:"fontName",value:"Gothic A1"}],fallback:""},{label:"300",value:"https://fonts.gstatic.com/s/gothica1/v8/CSR44z5ZnPydRjlCCwlCwOUKSPl6tOU9Eg.ttf",conditions:[{field:"fontName",value:"Gothic A1"}],fallback:""},{label:"500",value:"https://fonts.gstatic.com/s/gothica1/v8/CSR44z5ZnPydRjlCCwlCmOQKSPl6tOU9Eg.ttf",conditions:[{field:"fontName",value:"Gothic A1"}],fallback:""},{label:"600",value:"https://fonts.gstatic.com/s/gothica1/v8/CSR44z5ZnPydRjlCCwlCtOMKSPl6tOU9Eg.ttf",conditions:[{field:"fontName",value:"Gothic A1"}],fallback:""},{label:"700",value:"https://fonts.gstatic.com/s/gothica1/v8/CSR44z5ZnPydRjlCCwlC0OIKSPl6tOU9Eg.ttf",conditions:[{field:"fontName",value:"Gothic A1"}],fallback:""},{label:"800",value:"https://fonts.gstatic.com/s/gothica1/v8/CSR44z5ZnPydRjlCCwlCzOEKSPl6tOU9Eg.ttf",conditions:[{field:"fontName",value:"Gothic A1"}],fallback:""},{label:"900",value:"https://fonts.gstatic.com/s/gothica1/v8/CSR44z5ZnPydRjlCCwlC6OAKSPl6tOU9Eg.ttf",conditions:[{field:"fontName",value:"Gothic A1"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/playball/v9/TK3gWksYAxQ7jbsKcj8Dl-tPKo2t.ttf",conditions:[{field:"fontName",value:"Playball"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/viga/v8/xMQbuFFdSaiX_QIjD4e2OX8.ttf",conditions:[{field:"fontName",value:"Viga"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/handlee/v8/-F6xfjBsISg9aMakDmr6oilJ3ik.ttf",conditions:[{field:"fontName",value:"Handlee"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/elmessiri/v6/K2F0fZBRmr9vQ1pHEey6AoqKAyLzfWo.ttf",conditions:[{field:"fontName",value:"El Messiri"}],fallback:""},{label:"500",value:"https://fonts.gstatic.com/s/elmessiri/v6/K2F3fZBRmr9vQ1pHEey6On6jJyrYYWOMluQ.ttf",conditions:[{field:"fontName",value:"El Messiri"}],fallback:""},{label:"600",value:"https://fonts.gstatic.com/s/elmessiri/v6/K2F3fZBRmr9vQ1pHEey6OlKkJyrYYWOMluQ.ttf",conditions:[{field:"fontName",value:"El Messiri"}],fallback:""},{label:"700",value:"https://fonts.gstatic.com/s/elmessiri/v6/K2F3fZBRmr9vQ1pHEey6OjalJyrYYWOMluQ.ttf",conditions:[{field:"fontName",value:"El Messiri"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/oleoscript/v8/rax5HieDvtMOe0iICsUccBhasU7Q8Cad.ttf",conditions:[{field:"fontName",value:"Oleo Script"}],fallback:""},{label:"700",value:"https://fonts.gstatic.com/s/oleoscript/v8/raxkHieDvtMOe0iICsUccCDmnmrY2zqUKafv.ttf",conditions:[{field:"fontName",value:"Oleo Script"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/luckiestguy/v10/_gP_1RrxsjcxVyin9l9n_j2RStR3qDpraA.ttf",conditions:[{field:"fontName",value:"Luckiest Guy"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/sairacondensed/v5/EJROQgErUN8XuHNEtX81i9TmEkrfpeFE-IyCrw.ttf",conditions:[{field:"fontName",value:"Saira Condensed"}],fallback:""},{label:"100",value:"https://fonts.gstatic.com/s/sairacondensed/v5/EJRMQgErUN8XuHNEtX81i9TmEkrnwetA2omSrzS8.ttf",conditions:[{field:"fontName",value:"Saira Condensed"}],fallback:""},{label:"200",value:"https://fonts.gstatic.com/s/sairacondensed/v5/EJRLQgErUN8XuHNEtX81i9TmEkrnbcpg8Keepi2lHw.ttf",conditions:[{field:"fontName",value:"Saira Condensed"}],fallback:""},{label:"300",value:"https://fonts.gstatic.com/s/sairacondensed/v5/EJRLQgErUN8XuHNEtX81i9TmEkrnCclg8Keepi2lHw.ttf",conditions:[{field:"fontName",value:"Saira Condensed"}],fallback:""},{label:"500",value:"https://fonts.gstatic.com/s/sairacondensed/v5/EJRLQgErUN8XuHNEtX81i9TmEkrnUchg8Keepi2lHw.ttf",conditions:[{field:"fontName",value:"Saira Condensed"}],fallback:""},{label:"600",value:"https://fonts.gstatic.com/s/sairacondensed/v5/EJRLQgErUN8XuHNEtX81i9TmEkrnfc9g8Keepi2lHw.ttf",conditions:[{field:"fontName",value:"Saira Condensed"}],fallback:""},{label:"700",value:"https://fonts.gstatic.com/s/sairacondensed/v5/EJRLQgErUN8XuHNEtX81i9TmEkrnGc5g8Keepi2lHw.ttf",conditions:[{field:"fontName",value:"Saira Condensed"}],fallback:""},{label:"800",value:"https://fonts.gstatic.com/s/sairacondensed/v5/EJRLQgErUN8XuHNEtX81i9TmEkrnBc1g8Keepi2lHw.ttf",conditions:[{field:"fontName",value:"Saira Condensed"}],fallback:""},{label:"900",value:"https://fonts.gstatic.com/s/sairacondensed/v5/EJRLQgErUN8XuHNEtX81i9TmEkrnIcxg8Keepi2lHw.ttf",conditions:[{field:"fontName",value:"Saira Condensed"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/karma/v10/va9I4kzAzMZRGIBvS-J3kbDP.ttf",conditions:[{field:"fontName",value:"Karma"}],fallback:""},{label:"300",value:"https://fonts.gstatic.com/s/karma/v10/va9F4kzAzMZRGLjDY8Z_uqzGQC_-.ttf",conditions:[{field:"fontName",value:"Karma"}],fallback:""},{label:"500",value:"https://fonts.gstatic.com/s/karma/v10/va9F4kzAzMZRGLibYsZ_uqzGQC_-.ttf",conditions:[{field:"fontName",value:"Karma"}],fallback:""},{label:"600",value:"https://fonts.gstatic.com/s/karma/v10/va9F4kzAzMZRGLi3ZcZ_uqzGQC_-.ttf",conditions:[{field:"fontName",value:"Karma"}],fallback:""},{label:"700",value:"https://fonts.gstatic.com/s/karma/v10/va9F4kzAzMZRGLjTZMZ_uqzGQC_-.ttf",conditions:[{field:"fontName",value:"Karma"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/spectral/v6/rnCr-xNNww_2s0amA-M-mHnOSOuk.ttf",conditions:[{field:"fontName",value:"Spectral"}],fallback:""},{label:"Italic",value:"https://fonts.gstatic.com/s/spectral/v6/rnCt-xNNww_2s0amA9M8kn3sTfukQHs.ttf",conditions:[{field:"fontName",value:"Spectral"}],fallback:""},{label:"200",value:"https://fonts.gstatic.com/s/spectral/v6/rnCs-xNNww_2s0amA9v2s13GY_etWWIJ.ttf",conditions:[{field:"fontName",value:"Spectral"}],fallback:""},{label:"200 Italic",value:"https://fonts.gstatic.com/s/spectral/v6/rnCu-xNNww_2s0amA9M8qrXHafOPXHIJErY.ttf",conditions:[{field:"fontName",value:"Spectral"}],fallback:""},{label:"300",value:"https://fonts.gstatic.com/s/spectral/v6/rnCs-xNNww_2s0amA9uSsF3GY_etWWIJ.ttf",conditions:[{field:"fontName",value:"Spectral"}],fallback:""},{label:"300 Italic",value:"https://fonts.gstatic.com/s/spectral/v6/rnCu-xNNww_2s0amA9M8qtHEafOPXHIJErY.ttf",conditions:[{field:"fontName",value:"Spectral"}],fallback:""},{label:"500",value:"https://fonts.gstatic.com/s/spectral/v6/rnCs-xNNww_2s0amA9vKsV3GY_etWWIJ.ttf",conditions:[{field:"fontName",value:"Spectral"}],fallback:""},{label:"500 Italic",value:"https://fonts.gstatic.com/s/spectral/v6/rnCu-xNNww_2s0amA9M8qonFafOPXHIJErY.ttf",conditions:[{field:"fontName",value:"Spectral"}],fallback:""},{label:"600",value:"https://fonts.gstatic.com/s/spectral/v6/rnCs-xNNww_2s0amA9vmtl3GY_etWWIJ.ttf",conditions:[{field:"fontName",value:"Spectral"}],fallback:""},{label:"600 Italic",value:"https://fonts.gstatic.com/s/spectral/v6/rnCu-xNNww_2s0amA9M8qqXCafOPXHIJErY.ttf",conditions:[{field:"fontName",value:"Spectral"}],fallback:""},{label:"700",value:"https://fonts.gstatic.com/s/spectral/v6/rnCs-xNNww_2s0amA9uCt13GY_etWWIJ.ttf",conditions:[{field:"fontName",value:"Spectral"}],fallback:""},{label:"700 Italic",value:"https://fonts.gstatic.com/s/spectral/v6/rnCu-xNNww_2s0amA9M8qsHDafOPXHIJErY.ttf",conditions:[{field:"fontName",value:"Spectral"}],fallback:""},{label:"800",value:"https://fonts.gstatic.com/s/spectral/v6/rnCs-xNNww_2s0amA9uetF3GY_etWWIJ.ttf",conditions:[{field:"fontName",value:"Spectral"}],fallback:""},{label:"800 Italic",value:"https://fonts.gstatic.com/s/spectral/v6/rnCu-xNNww_2s0amA9M8qt3AafOPXHIJErY.ttf",conditions:[{field:"fontName",value:"Spectral"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/gentiumbasic/v11/Wnz9HAw9aB_JD2VGQVR80We3HAqDiTI_cIM.ttf",conditions:[{field:"fontName",value:"Gentium Basic"}],fallback:""},{label:"Italic",value:"https://fonts.gstatic.com/s/gentiumbasic/v11/WnzjHAw9aB_JD2VGQVR80We3LAiJjRA6YIORZQ.ttf",conditions:[{field:"fontName",value:"Gentium Basic"}],fallback:""},{label:"700",value:"https://fonts.gstatic.com/s/gentiumbasic/v11/WnzgHAw9aB_JD2VGQVR80We3JLasrToUbIqIfBU.ttf",conditions:[{field:"fontName",value:"Gentium Basic"}],fallback:""},{label:"700 Italic",value:"https://fonts.gstatic.com/s/gentiumbasic/v11/WnzmHAw9aB_JD2VGQVR80We3LAixMT8eaKiNbBVWkw.ttf",conditions:[{field:"fontName",value:"Gentium Basic"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/arapey/v8/-W__XJn-UDDA2RC6Z9AcZkIzeg.ttf",conditions:[{field:"fontName",value:"Arapey"}],fallback:""},{label:"Italic",value:"https://fonts.gstatic.com/s/arapey/v8/-W_9XJn-UDDA2RCKZdoYREcjeo0k.ttf",conditions:[{field:"fontName",value:"Arapey"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/neucha/v11/q5uGsou0JOdh94bvugNsCxVEgA.ttf",conditions:[{field:"fontName",value:"Neucha"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/homemadeapple/v10/Qw3EZQFXECDrI2q789EKQZJob3x9Vnksi4M7.ttf",conditions:[{field:"fontName",value:"Homemade Apple"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/paytoneone/v12/0nksC9P7MfYHj2oFtYm2CiTqivr9iBq_.ttf",conditions:[{field:"fontName",value:"Paytone One"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/notoseriftc/v7/XLYgIZb5bJNDGYxLBibeHZ0BhnEESXFtUsM.otf",conditions:[{field:"fontName",value:"Noto Serif TC"}],fallback:""},{label:"200",value:"https://fonts.gstatic.com/s/notoseriftc/v7/XLY9IZb5bJNDGYxLBibeHZ0Bvr8vbX9GTsoOAX4.otf",conditions:[{field:"fontName",value:"Noto Serif TC"}],fallback:""},{label:"300",value:"https://fonts.gstatic.com/s/notoseriftc/v7/XLY9IZb5bJNDGYxLBibeHZ0BvtssbX9GTsoOAX4.otf",conditions:[{field:"fontName",value:"Noto Serif TC"}],fallback:""},{label:"500",value:"https://fonts.gstatic.com/s/notoseriftc/v7/XLY9IZb5bJNDGYxLBibeHZ0BvoMtbX9GTsoOAX4.otf",conditions:[{field:"fontName",value:"Noto Serif TC"}],fallback:""},{label:"600",value:"https://fonts.gstatic.com/s/notoseriftc/v7/XLY9IZb5bJNDGYxLBibeHZ0Bvq8qbX9GTsoOAX4.otf",conditions:[{field:"fontName",value:"Noto Serif TC"}],fallback:""},{label:"700",value:"https://fonts.gstatic.com/s/notoseriftc/v7/XLY9IZb5bJNDGYxLBibeHZ0BvssrbX9GTsoOAX4.otf",conditions:[{field:"fontName",value:"Noto Serif TC"}],fallback:""},{label:"900",value:"https://fonts.gstatic.com/s/notoseriftc/v7/XLY9IZb5bJNDGYxLBibeHZ0BvvMpbX9GTsoOAX4.otf",conditions:[{field:"fontName",value:"Noto Serif TC"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/marckscript/v10/nwpTtK2oNgBA3Or78gapdwuCzyI-aMPF7Q.ttf",conditions:[{field:"fontName",value:"Marck Script"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/gochihand/v10/hES06XlsOjtJsgCkx1PkTo71-n0nXWA.ttf",conditions:[{field:"fontName",value:"Gochi Hand"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/hammersmithone/v10/qWcyB624q4L_C4jGQ9IK0O_dFlnbshsks4MRXw.ttf",conditions:[{field:"fontName",value:"Hammersmith One"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/jaldi/v6/or3sQ67z0_CI30NUZpD_B6g8.ttf",conditions:[{field:"fontName",value:"Jaldi"}],fallback:""},{label:"700",value:"https://fonts.gstatic.com/s/jaldi/v6/or3hQ67z0_CI33voSbT3LLQ1niPn.ttf",conditions:[{field:"fontName",value:"Jaldi"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/armata/v11/gokvH63_HV5jQ-E9lD53Q2u_mQ.ttf",conditions:[{field:"fontName",value:"Armata"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/pontanosans/v7/qFdD35GdgYR8EzR6oBLDHa3qwjUMg1siNQ.ttf",conditions:[{field:"fontName",value:"Pontano Sans"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/amaranth/v10/KtkuALODe433f0j1zPnCF9GqwnzW.ttf",conditions:[{field:"fontName",value:"Amaranth"}],fallback:""},{label:"Italic",value:"https://fonts.gstatic.com/s/amaranth/v10/KtkoALODe433f0j1zMnAHdWIx2zWD4I.ttf",conditions:[{field:"fontName",value:"Amaranth"}],fallback:""},{label:"700",value:"https://fonts.gstatic.com/s/amaranth/v10/KtkpALODe433f0j1zMF-OPWi6WDfFpuc.ttf",conditions:[{field:"fontName",value:"Amaranth"}],fallback:""},{label:"700 Italic",value:"https://fonts.gstatic.com/s/amaranth/v10/KtkrALODe433f0j1zMnAJWmn42T9E4ucRY8.ttf",conditions:[{field:"fontName",value:"Amaranth"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/actor/v9/wEOzEBbCkc5cO3ekXygtUMIO.ttf",conditions:[{field:"fontName",value:"Actor"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/pridi/v5/2sDQZG5JnZLfkfWao2krbl29.ttf",conditions:[{field:"fontName",value:"Pridi"}],fallback:""},{label:"200",value:"https://fonts.gstatic.com/s/pridi/v5/2sDdZG5JnZLfkc1SiE0jRUG0AqUc.ttf",conditions:[{field:"fontName",value:"Pridi"}],fallback:""},{label:"300",value:"https://fonts.gstatic.com/s/pridi/v5/2sDdZG5JnZLfkc02i00jRUG0AqUc.ttf",conditions:[{field:"fontName",value:"Pridi"}],fallback:""},{label:"500",value:"https://fonts.gstatic.com/s/pridi/v5/2sDdZG5JnZLfkc1uik0jRUG0AqUc.ttf",conditions:[{field:"fontName",value:"Pridi"}],fallback:""},{label:"600",value:"https://fonts.gstatic.com/s/pridi/v5/2sDdZG5JnZLfkc1CjU0jRUG0AqUc.ttf",conditions:[{field:"fontName",value:"Pridi"}],fallback:""},{label:"700",value:"https://fonts.gstatic.com/s/pridi/v5/2sDdZG5JnZLfkc0mjE0jRUG0AqUc.ttf",conditions:[{field:"fontName",value:"Pridi"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/spartan/v2/l7gAbjR61M69yt8Z8w6FZf9WoBxdBrGFuW6OChXtf4qS.ttf",conditions:[{field:"fontName",value:"Spartan"}],fallback:""},{label:"100",value:"https://fonts.gstatic.com/s/spartan/v2/l7gAbjR61M69yt8Z8w6FZf9WoBxdBrGFuG6OChXtf4qS.ttf",conditions:[{field:"fontName",value:"Spartan"}],fallback:""},{label:"200",value:"https://fonts.gstatic.com/s/spartan/v2/l7gAbjR61M69yt8Z8w6FZf9WoBxdBrEFuW6OChXtf4qS.ttf",conditions:[{field:"fontName",value:"Spartan"}],fallback:""},{label:"300",value:"https://fonts.gstatic.com/s/spartan/v2/l7gAbjR61M69yt8Z8w6FZf9WoBxdBrHbuW6OChXtf4qS.ttf",conditions:[{field:"fontName",value:"Spartan"}],fallback:""},{label:"500",value:"https://fonts.gstatic.com/s/spartan/v2/l7gAbjR61M69yt8Z8w6FZf9WoBxdBrG3uW6OChXtf4qS.ttf",conditions:[{field:"fontName",value:"Spartan"}],fallback:""},{label:"600",value:"https://fonts.gstatic.com/s/spartan/v2/l7gAbjR61M69yt8Z8w6FZf9WoBxdBrFbvm6OChXtf4qS.ttf",conditions:[{field:"fontName",value:"Spartan"}],fallback:""},{label:"700",value:"https://fonts.gstatic.com/s/spartan/v2/l7gAbjR61M69yt8Z8w6FZf9WoBxdBrFivm6OChXtf4qS.ttf",conditions:[{field:"fontName",value:"Spartan"}],fallback:""},{label:"800",value:"https://fonts.gstatic.com/s/spartan/v2/l7gAbjR61M69yt8Z8w6FZf9WoBxdBrEFvm6OChXtf4qS.ttf",conditions:[{field:"fontName",value:"Spartan"}],fallback:""},{label:"900",value:"https://fonts.gstatic.com/s/spartan/v2/l7gAbjR61M69yt8Z8w6FZf9WoBxdBrEsvm6OChXtf4qS.ttf",conditions:[{field:"fontName",value:"Spartan"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/badscript/v8/6NUT8F6PJgbFWQn47_x7lOwuzd1AZtw.ttf",conditions:[{field:"fontName",value:"Bad Script"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/ptmono/v7/9oRONYoBnWILk-9ArCg5MtPyAcg.ttf",conditions:[{field:"fontName",value:"PT Mono"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/tangerine/v11/IurY6Y5j_oScZZow4VOBDpxNhLBQ4Q.ttf",conditions:[{field:"fontName",value:"Tangerine"}],fallback:""},{label:"700",value:"https://fonts.gstatic.com/s/tangerine/v11/Iurd6Y5j_oScZZow4VO5srNpjJtM6G0t9w.ttf",conditions:[{field:"fontName",value:"Tangerine"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/rocksalt/v10/MwQ0bhv11fWD6QsAVOZbsEk7hbBWrA.ttf",conditions:[{field:"fontName",value:"Rock Salt"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/adamina/v13/j8_r6-DH1bjoc-dwu-reETl4Bno.ttf",conditions:[{field:"fontName",value:"Adamina"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/fugazone/v9/rax_HiWKp9EAITukFslMBBJek0vA8A.ttf",conditions:[{field:"fontName",value:"Fugaz One"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/allura/v8/9oRPNYsQpS4zjuAPjAIXPtrrGA.ttf",conditions:[{field:"fontName",value:"Allura"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/mitr/v5/pxiLypw5ucZFyTsyMJj_b1o.ttf",conditions:[{field:"fontName",value:"Mitr"}],fallback:""},{label:"200",value:"https://fonts.gstatic.com/s/mitr/v5/pxiEypw5ucZF8fMZFJDUc1NECPY.ttf",conditions:[{field:"fontName",value:"Mitr"}],fallback:""},{label:"300",value:"https://fonts.gstatic.com/s/mitr/v5/pxiEypw5ucZF8ZcaFJDUc1NECPY.ttf",conditions:[{field:"fontName",value:"Mitr"}],fallback:""},{label:"500",value:"https://fonts.gstatic.com/s/mitr/v5/pxiEypw5ucZF8c8bFJDUc1NECPY.ttf",conditions:[{field:"fontName",value:"Mitr"}],fallback:""},{label:"600",value:"https://fonts.gstatic.com/s/mitr/v5/pxiEypw5ucZF8eMcFJDUc1NECPY.ttf",conditions:[{field:"fontName",value:"Mitr"}],fallback:""},{label:"700",value:"https://fonts.gstatic.com/s/mitr/v5/pxiEypw5ucZF8YcdFJDUc1NECPY.ttf",conditions:[{field:"fontName",value:"Mitr"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/lusitana/v7/CSR84z9ShvucWzsMKxhaRuMiSct_.ttf",conditions:[{field:"fontName",value:"Lusitana"}],fallback:""},{label:"700",value:"https://fonts.gstatic.com/s/lusitana/v7/CSR74z9ShvucWzsMKyDmaccqYtd2vfwk.ttf",conditions:[{field:"fontName",value:"Lusitana"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/nanumgothiccoding/v14/8QIVdjzHisX_8vv59_xMxtPFW4IXROwsy6QxVs1X7tc.ttf",conditions:[{field:"fontName",value:"Nanum Gothic Coding"}],fallback:""},{label:"700",value:"https://fonts.gstatic.com/s/nanumgothiccoding/v14/8QIYdjzHisX_8vv59_xMxtPFW4IXROws8xgecsV88t5V9r4.ttf",conditions:[{field:"fontName",value:"Nanum Gothic Coding"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/electrolize/v8/cIf5Ma1dtE0zSiGSiED7AUEGso5tQafB.ttf",conditions:[{field:"fontName",value:"Electrolize"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/cousine/v14/d6lIkaiiRdih4SpPzSMlzTbtz9k.ttf",conditions:[{field:"fontName",value:"Cousine"}],fallback:""},{label:"Italic",value:"https://fonts.gstatic.com/s/cousine/v14/d6lKkaiiRdih4SpP_SEvyRTo39l8hw.ttf",conditions:[{field:"fontName",value:"Cousine"}],fallback:""},{label:"700",value:"https://fonts.gstatic.com/s/cousine/v14/d6lNkaiiRdih4SpP9Z8K6T7G09BlnmQ.ttf",conditions:[{field:"fontName",value:"Cousine"}],fallback:""},{label:"700 Italic",value:"https://fonts.gstatic.com/s/cousine/v14/d6lPkaiiRdih4SpP_SEXdTvM1_JgjmRpOA.ttf",conditions:[{field:"fontName",value:"Cousine"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/chewy/v11/uK_94ruUb-k-wk5xIDMfO-ed.ttf",conditions:[{field:"fontName",value:"Chewy"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/alef/v11/FeVfS0NQpLYgrjJbC5FxxbU.ttf",conditions:[{field:"fontName",value:"Alef"}],fallback:""},{label:"700",value:"https://fonts.gstatic.com/s/alef/v11/FeVQS0NQpLYglo50L5la2bxii28.ttf",conditions:[{field:"fontName",value:"Alef"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/merienda/v8/gNMHW3x8Qoy5_mf8uVMCOou6_dvg.ttf",conditions:[{field:"fontName",value:"Merienda"}],fallback:""},{label:"700",value:"https://fonts.gstatic.com/s/merienda/v8/gNMAW3x8Qoy5_mf8uWu-Fa-y1sfpPES4.ttf",conditions:[{field:"fontName",value:"Merienda"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/audiowide/v8/l7gdbjpo0cum0ckerWCtkQXPExpQBw.ttf",conditions:[{field:"fontName",value:"Audiowide"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/enriqueta/v9/goksH6L7AUFrRvV44HVTS0CjkP1Yog.ttf",conditions:[{field:"fontName",value:"Enriqueta"}],fallback:""},{label:"500",value:"https://fonts.gstatic.com/s/enriqueta/v9/gokpH6L7AUFrRvV44HVrv2mHmNZEq6TTFw.ttf",conditions:[{field:"fontName",value:"Enriqueta"}],fallback:""},{label:"600",value:"https://fonts.gstatic.com/s/enriqueta/v9/gokpH6L7AUFrRvV44HVrk26HmNZEq6TTFw.ttf",conditions:[{field:"fontName",value:"Enriqueta"}],fallback:""},{label:"700",value:"https://fonts.gstatic.com/s/enriqueta/v9/gokpH6L7AUFrRvV44HVr92-HmNZEq6TTFw.ttf",conditions:[{field:"fontName",value:"Enriqueta"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/aclonica/v10/K2FyfZJVlfNNSEBXGb7TCI6oBjLz.ttf",conditions:[{field:"fontName",value:"Aclonica"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/sawarabigothic/v8/x3d4ckfVaqqa-BEj-I9mE65u3k3NBSk3E2YljQ.ttf",conditions:[{field:"fontName",value:"Sawarabi Gothic"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/sigmarone/v10/co3DmWZ8kjZuErj9Ta3dk6Pjp3Di8U0.ttf",conditions:[{field:"fontName",value:"Sigmar One"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/gentiumbookbasic/v10/pe0zMJCbPYBVokB1LHA9bbyaQb8ZGjcIV7t7w6bE2A.ttf",conditions:[{field:"fontName",value:"Gentium Book Basic"}],fallback:""},{label:"Italic",value:"https://fonts.gstatic.com/s/gentiumbookbasic/v10/pe0xMJCbPYBVokB1LHA9bbyaQb8ZGjc4VbF_4aPU2Ec9.ttf",conditions:[{field:"fontName",value:"Gentium Book Basic"}],fallback:""},{label:"700",value:"https://fonts.gstatic.com/s/gentiumbookbasic/v10/pe0wMJCbPYBVokB1LHA9bbyaQb8ZGjcw65Rfy43Y0V4kvg.ttf",conditions:[{field:"fontName",value:"Gentium Book Basic"}],fallback:""},{label:"700 Italic",value:"https://fonts.gstatic.com/s/gentiumbookbasic/v10/pe0-MJCbPYBVokB1LHA9bbyaQb8ZGjc4VYnDzofc81s0voO3.ttf",conditions:[{field:"fontName",value:"Gentium Book Basic"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/chakrapetch/v3/cIf6MapbsEk7TDLdtEz1BwkmmKBhSL7Y1Q.ttf",conditions:[{field:"fontName",value:"Chakra Petch"}],fallback:""},{label:"Italic",value:"https://fonts.gstatic.com/s/chakrapetch/v3/cIfkMapbsEk7TDLdtEz1BwkWmqplarvI1R8t.ttf",conditions:[{field:"fontName",value:"Chakra Petch"}],fallback:""},{label:"300",value:"https://fonts.gstatic.com/s/chakrapetch/v3/cIflMapbsEk7TDLdtEz1BwkeNIhFQJXE3AY00g.ttf",conditions:[{field:"fontName",value:"Chakra Petch"}],fallback:""},{label:"300 Italic",value:"https://fonts.gstatic.com/s/chakrapetch/v3/cIfnMapbsEk7TDLdtEz1BwkWmpLJQp_A_gMk0izH.ttf",conditions:[{field:"fontName",value:"Chakra Petch"}],fallback:""},{label:"500",value:"https://fonts.gstatic.com/s/chakrapetch/v3/cIflMapbsEk7TDLdtEz1BwkebIlFQJXE3AY00g.ttf",conditions:[{field:"fontName",value:"Chakra Petch"}],fallback:""},{label:"500 Italic",value:"https://fonts.gstatic.com/s/chakrapetch/v3/cIfnMapbsEk7TDLdtEz1BwkWmpKRQ5_A_gMk0izH.ttf",conditions:[{field:"fontName",value:"Chakra Petch"}],fallback:""},{label:"600",value:"https://fonts.gstatic.com/s/chakrapetch/v3/cIflMapbsEk7TDLdtEz1BwkeQI5FQJXE3AY00g.ttf",conditions:[{field:"fontName",value:"Chakra Petch"}],fallback:""},{label:"600 Italic",value:"https://fonts.gstatic.com/s/chakrapetch/v3/cIfnMapbsEk7TDLdtEz1BwkWmpK9RJ_A_gMk0izH.ttf",conditions:[{field:"fontName",value:"Chakra Petch"}],fallback:""},{label:"700",value:"https://fonts.gstatic.com/s/chakrapetch/v3/cIflMapbsEk7TDLdtEz1BwkeJI9FQJXE3AY00g.ttf",conditions:[{field:"fontName",value:"Chakra Petch"}],fallback:""},{label:"700 Italic",value:"https://fonts.gstatic.com/s/chakrapetch/v3/cIfnMapbsEk7TDLdtEz1BwkWmpLZRZ_A_gMk0izH.ttf",conditions:[{field:"fontName",value:"Chakra Petch"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/juliussansone/v8/1Pt2g8TAX_SGgBGUi0tGOYEga5W-xXEW6aGXHw.ttf",conditions:[{field:"fontName",value:"Julius Sans One"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/abhayalibre/v5/e3tmeuGtX-Co5MNzeAOqinEge0PWovdU4w.ttf",conditions:[{field:"fontName",value:"Abhaya Libre"}],fallback:""},{label:"500",value:"https://fonts.gstatic.com/s/abhayalibre/v5/e3t5euGtX-Co5MNzeAOqinEYj2ryqtxI6oYtBA.ttf",conditions:[{field:"fontName",value:"Abhaya Libre"}],fallback:""},{label:"600",value:"https://fonts.gstatic.com/s/abhayalibre/v5/e3t5euGtX-Co5MNzeAOqinEYo23yqtxI6oYtBA.ttf",conditions:[{field:"fontName",value:"Abhaya Libre"}],fallback:""},{label:"700",value:"https://fonts.gstatic.com/s/abhayalibre/v5/e3t5euGtX-Co5MNzeAOqinEYx2zyqtxI6oYtBA.ttf",conditions:[{field:"fontName",value:"Abhaya Libre"}],fallback:""},{label:"800",value:"https://fonts.gstatic.com/s/abhayalibre/v5/e3t5euGtX-Co5MNzeAOqinEY22_yqtxI6oYtBA.ttf",conditions:[{field:"fontName",value:"Abhaya Libre"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/bungee/v5/N0bU2SZBIuF2PU_ECn50Kd_PmA.ttf",conditions:[{field:"fontName",value:"Bungee"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/signikanegative/v10/E218_cfngu7HiRpPX3ZpNE4kY5zKUvKrrpno9zY.ttf",conditions:[{field:"fontName",value:"Signika Negative"}],fallback:""},{label:"300",value:"https://fonts.gstatic.com/s/signikanegative/v10/E217_cfngu7HiRpPX3ZpNE4kY5zKal6DipHD6z_iXAs.ttf",conditions:[{field:"fontName",value:"Signika Negative"}],fallback:""},{label:"600",value:"https://fonts.gstatic.com/s/signikanegative/v10/E217_cfngu7HiRpPX3ZpNE4kY5zKaiqFipHD6z_iXAs.ttf",conditions:[{field:"fontName",value:"Signika Negative"}],fallback:""},{label:"700",value:"https://fonts.gstatic.com/s/signikanegative/v10/E217_cfngu7HiRpPX3ZpNE4kY5zKak6EipHD6z_iXAs.ttf",conditions:[{field:"fontName",value:"Signika Negative"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/carterone/v11/q5uCsoe5IOB2-pXv9UcNIxR2hYxREMs.ttf",conditions:[{field:"fontName",value:"Carter One"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/tenorsans/v11/bx6ANxqUneKx06UkIXISr3JyC22IyqI.ttf",conditions:[{field:"fontName",value:"Tenor Sans"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/sarala/v4/uK_y4riEZv4o1w9RCh0TMv6EXw.ttf",conditions:[{field:"fontName",value:"Sarala"}],fallback:""},{label:"700",value:"https://fonts.gstatic.com/s/sarala/v4/uK_x4riEZv4o1w9ptjI3OtWYVkMpXA.ttf",conditions:[{field:"fontName",value:"Sarala"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/alexbrush/v11/SZc83FzrJKuqFbwMKk6EtUL57DtOmCc.ttf",conditions:[{field:"fontName",value:"Alex Brush"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/damion/v9/hv-XlzJ3KEUe_YZUbWY3MTFgVg.ttf",conditions:[{field:"fontName",value:"Damion"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/pinyonscript/v10/6xKpdSJbL9-e9LuoeQiDRQR8aOLQO4bhiDY.ttf",conditions:[{field:"fontName",value:"Pinyon Script"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/judson/v12/FeVRS0Fbvbc14VxRD7N01bV7kg.ttf",conditions:[{field:"fontName",value:"Judson"}],fallback:""},{label:"Italic",value:"https://fonts.gstatic.com/s/judson/v12/FeVTS0Fbvbc14VxhDblw97BrknZf.ttf",conditions:[{field:"fontName",value:"Judson"}],fallback:""},{label:"700",value:"https://fonts.gstatic.com/s/judson/v12/FeVSS0Fbvbc14Vxps5xQ3Z5nm29Gww.ttf",conditions:[{field:"fontName",value:"Judson"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/sortsmillgoudy/v9/Qw3GZR9MED_6PSuS_50nEaVrfzgEXH0OjpM75PE.ttf",conditions:[{field:"fontName",value:"Sorts Mill Goudy"}],fallback:""},{label:"Italic",value:"https://fonts.gstatic.com/s/sortsmillgoudy/v9/Qw3AZR9MED_6PSuS_50nEaVrfzgEbH8EirE-9PGLfQ.ttf",conditions:[{field:"fontName",value:"Sorts Mill Goudy"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/dmserifdisplay/v4/-nFnOHM81r4j6k0gjAW3mujVU2B2K_d709jy92k.ttf",conditions:[{field:"fontName",value:"DM Serif Display"}],fallback:""},{label:"Italic",value:"https://fonts.gstatic.com/s/dmserifdisplay/v4/-nFhOHM81r4j6k0gjAW3mujVU2B2G_Vx1_r352np3Q.ttf",conditions:[{field:"fontName",value:"DM Serif Display"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/mrdafoe/v8/lJwE-pIzkS5NXuMMrGiqg7MCxz_C.ttf",conditions:[{field:"fontName",value:"Mr Dafoe"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/jura/v15/z7NOdRfiaC4Vd8hhoPzfb5vBTP1d7auhTfmrH_rt.ttf",conditions:[{field:"fontName",value:"Jura"}],fallback:""},{label:"300",value:"https://fonts.gstatic.com/s/jura/v15/z7NOdRfiaC4Vd8hhoPzfb5vBTP0D7auhTfmrH_rt.ttf",conditions:[{field:"fontName",value:"Jura"}],fallback:""},{label:"500",value:"https://fonts.gstatic.com/s/jura/v15/z7NOdRfiaC4Vd8hhoPzfb5vBTP1v7auhTfmrH_rt.ttf",conditions:[{field:"fontName",value:"Jura"}],fallback:""},{label:"600",value:"https://fonts.gstatic.com/s/jura/v15/z7NOdRfiaC4Vd8hhoPzfb5vBTP2D6quhTfmrH_rt.ttf",conditions:[{field:"fontName",value:"Jura"}],fallback:""},{label:"700",value:"https://fonts.gstatic.com/s/jura/v15/z7NOdRfiaC4Vd8hhoPzfb5vBTP266quhTfmrH_rt.ttf",conditions:[{field:"fontName",value:"Jura"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/yesevaone/v14/OpNJno4ck8vc-xYpwWWxpipfWhXD00c.ttf",conditions:[{field:"fontName",value:"Yeseva One"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/shadowsintolighttwo/v7/4iC86LVlZsRSjQhpWGedwyOoW-0A6_kpsyNmlAvNGLNnIF0.ttf",conditions:[{field:"fontName",value:"Shadows Into Light Two"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/kreon/v23/t5t9IRIUKY-TFF_LW5lnMR3v2DnvYtimejUfp2dWNg.ttf",conditions:[{field:"fontName",value:"Kreon"}],fallback:""},{label:"300",value:"https://fonts.gstatic.com/s/kreon/v23/t5t9IRIUKY-TFF_LW5lnMR3v2DnvPNimejUfp2dWNg.ttf",conditions:[{field:"fontName",value:"Kreon"}],fallback:""},{label:"500",value:"https://fonts.gstatic.com/s/kreon/v23/t5t9IRIUKY-TFF_LW5lnMR3v2DnvUNimejUfp2dWNg.ttf",conditions:[{field:"fontName",value:"Kreon"}],fallback:""},{label:"600",value:"https://fonts.gstatic.com/s/kreon/v23/t5t9IRIUKY-TFF_LW5lnMR3v2DnvvN-mejUfp2dWNg.ttf",conditions:[{field:"fontName",value:"Kreon"}],fallback:""},{label:"700",value:"https://fonts.gstatic.com/s/kreon/v23/t5t9IRIUKY-TFF_LW5lnMR3v2Dnvhd-mejUfp2dWNg.ttf",conditions:[{field:"fontName",value:"Kreon"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/ubuntumono/v9/KFOjCneDtsqEr0keqCMhbBc9AMX6lJBP.ttf",conditions:[{field:"fontName",value:"Ubuntu Mono"}],fallback:""},{label:"Italic",value:"https://fonts.gstatic.com/s/ubuntumono/v9/KFOhCneDtsqEr0keqCMhbCc_CsHYkYBPY3o.ttf",conditions:[{field:"fontName",value:"Ubuntu Mono"}],fallback:""},{label:"700",value:"https://fonts.gstatic.com/s/ubuntumono/v9/KFO-CneDtsqEr0keqCMhbC-BL-Hyv4xGemO1.ttf",conditions:[{field:"fontName",value:"Ubuntu Mono"}],fallback:""},{label:"700 Italic",value:"https://fonts.gstatic.com/s/ubuntumono/v9/KFO8CneDtsqEr0keqCMhbCc_Mn33tYhkf3O1GVg.ttf",conditions:[{field:"fontName",value:"Ubuntu Mono"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/quantico/v9/rax-HiSdp9cPL3KIF4xsLjxSmlLZ.ttf",conditions:[{field:"fontName",value:"Quantico"}],fallback:""},{label:"Italic",value:"https://fonts.gstatic.com/s/quantico/v9/rax4HiSdp9cPL3KIF7xuJDhwn0LZ6T8.ttf",conditions:[{field:"fontName",value:"Quantico"}],fallback:""},{label:"700",value:"https://fonts.gstatic.com/s/quantico/v9/rax5HiSdp9cPL3KIF7TQARhasU7Q8Cad.ttf",conditions:[{field:"fontName",value:"Quantico"}],fallback:""},{label:"700 Italic",value:"https://fonts.gstatic.com/s/quantico/v9/rax7HiSdp9cPL3KIF7xuHIRfu0ry9TadML4.ttf",conditions:[{field:"fontName",value:"Quantico"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/palanquin/v5/9XUnlJ90n1fBFg7ceXwsdlFMzLC2Zw.ttf",conditions:[{field:"fontName",value:"Palanquin"}],fallback:""},{label:"100",value:"https://fonts.gstatic.com/s/palanquin/v5/9XUhlJ90n1fBFg7ceXwUEltI7rWmZzTH.ttf",conditions:[{field:"fontName",value:"Palanquin"}],fallback:""},{label:"200",value:"https://fonts.gstatic.com/s/palanquin/v5/9XUilJ90n1fBFg7ceXwUvnpoxJuqbi3ezg.ttf",conditions:[{field:"fontName",value:"Palanquin"}],fallback:""},{label:"300",value:"https://fonts.gstatic.com/s/palanquin/v5/9XUilJ90n1fBFg7ceXwU2nloxJuqbi3ezg.ttf",conditions:[{field:"fontName",value:"Palanquin"}],fallback:""},{label:"500",value:"https://fonts.gstatic.com/s/palanquin/v5/9XUilJ90n1fBFg7ceXwUgnhoxJuqbi3ezg.ttf",conditions:[{field:"fontName",value:"Palanquin"}],fallback:""},{label:"600",value:"https://fonts.gstatic.com/s/palanquin/v5/9XUilJ90n1fBFg7ceXwUrn9oxJuqbi3ezg.ttf",conditions:[{field:"fontName",value:"Palanquin"}],fallback:""},{label:"700",value:"https://fonts.gstatic.com/s/palanquin/v5/9XUilJ90n1fBFg7ceXwUyn5oxJuqbi3ezg.ttf",conditions:[{field:"fontName",value:"Palanquin"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/berkshireswash/v8/ptRRTi-cavZOGqCvnNJDl5m5XmNPrcQybX4pQA.ttf",conditions:[{field:"fontName",value:"Berkshire Swash"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/marcellus/v7/wEO_EBrOk8hQLDvIAF8FUfAL3EsHiA.ttf",conditions:[{field:"fontName",value:"Marcellus"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/leckerlione/v10/V8mCoQH8VCsNttEnxnGQ-1itLZxcBtItFw.ttf",conditions:[{field:"fontName",value:"Leckerli One"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/coveredbyyourgrace/v9/QGYwz-AZahWOJJI9kykWW9mD6opopoqXSOS0FgItq6bFIg.ttf",conditions:[{field:"fontName",value:"Covered By Your Grace"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/varela/v10/DPEtYwqExx0AWHXJBBQFfvzDsQ.ttf",conditions:[{field:"fontName",value:"Varela"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/cantataone/v9/PlI5Fl60Nb5obNzNe2jslVxEt8CwfGaD.ttf",conditions:[{field:"fontName",value:"Cantata One"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/yrsa/v5/wlp-gwnQFlxs5QvV-IwQwWc.ttf",conditions:[{field:"fontName",value:"Yrsa"}],fallback:""},{label:"300",value:"https://fonts.gstatic.com/s/yrsa/v5/wlpxgwnQFlxs3af93IQ73W5OcCk.ttf",conditions:[{field:"fontName",value:"Yrsa"}],fallback:""},{label:"500",value:"https://fonts.gstatic.com/s/yrsa/v5/wlpxgwnQFlxs3f_83IQ73W5OcCk.ttf",conditions:[{field:"fontName",value:"Yrsa"}],fallback:""},{label:"600",value:"https://fonts.gstatic.com/s/yrsa/v5/wlpxgwnQFlxs3dP73IQ73W5OcCk.ttf",conditions:[{field:"fontName",value:"Yrsa"}],fallback:""},{label:"700",value:"https://fonts.gstatic.com/s/yrsa/v5/wlpxgwnQFlxs3bf63IQ73W5OcCk.ttf",conditions:[{field:"fontName",value:"Yrsa"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/nothingyoucoulddo/v9/oY1B8fbBpaP5OX3DtrRYf_Q2BPB1SnfZb0OJl1ol2Ymo.ttf",conditions:[{field:"fontName",value:"Nothing You Could Do"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/alegreyasanssc/v9/mtGh4-RGJqfMvt7P8FUr0Q1j-Hf1Nk5v9ixALYs.ttf",conditions:[{field:"fontName",value:"Alegreya Sans SC"}],fallback:""},{label:"Italic",value:"https://fonts.gstatic.com/s/alegreyasanssc/v9/mtGn4-RGJqfMvt7P8FUr0Q1j-Hf1Bkxl8g5FPYtmMg.ttf",conditions:[{field:"fontName",value:"Alegreya Sans SC"}],fallback:""},{label:"100",value:"https://fonts.gstatic.com/s/alegreyasanssc/v9/mtGn4-RGJqfMvt7P8FUr0Q1j-Hf1Dipl8g5FPYtmMg.ttf",conditions:[{field:"fontName",value:"Alegreya Sans SC"}],fallback:""},{label:"100 Italic",value:"https://fonts.gstatic.com/s/alegreyasanssc/v9/mtGl4-RGJqfMvt7P8FUr0Q1j-Hf1BkxdlgRBH452Mvds.ttf",conditions:[{field:"fontName",value:"Alegreya Sans SC"}],fallback:""},{label:"300",value:"https://fonts.gstatic.com/s/alegreyasanssc/v9/mtGm4-RGJqfMvt7P8FUr0Q1j-Hf1DuJH0iRrMYJ_K-4.ttf",conditions:[{field:"fontName",value:"Alegreya Sans SC"}],fallback:""},{label:"300 Italic",value:"https://fonts.gstatic.com/s/alegreyasanssc/v9/mtGk4-RGJqfMvt7P8FUr0Q1j-Hf1BkxdXiZhNaB6O-51OA.ttf",conditions:[{field:"fontName",value:"Alegreya Sans SC"}],fallback:""},{label:"500",value:"https://fonts.gstatic.com/s/alegreyasanssc/v9/mtGm4-RGJqfMvt7P8FUr0Q1j-Hf1DrpG0iRrMYJ_K-4.ttf",conditions:[{field:"fontName",value:"Alegreya Sans SC"}],fallback:""},{label:"500 Italic",value:"https://fonts.gstatic.com/s/alegreyasanssc/v9/mtGk4-RGJqfMvt7P8FUr0Q1j-Hf1BkxdBidhNaB6O-51OA.ttf",conditions:[{field:"fontName",value:"Alegreya Sans SC"}],fallback:""},{label:"700",value:"https://fonts.gstatic.com/s/alegreyasanssc/v9/mtGm4-RGJqfMvt7P8FUr0Q1j-Hf1DvJA0iRrMYJ_K-4.ttf",conditions:[{field:"fontName",value:"Alegreya Sans SC"}],fallback:""},{label:"700 Italic",value:"https://fonts.gstatic.com/s/alegreyasanssc/v9/mtGk4-RGJqfMvt7P8FUr0Q1j-Hf1BkxdTiFhNaB6O-51OA.ttf",conditions:[{field:"fontName",value:"Alegreya Sans SC"}],fallback:""},{label:"800",value:"https://fonts.gstatic.com/s/alegreyasanssc/v9/mtGm4-RGJqfMvt7P8FUr0Q1j-Hf1Du5D0iRrMYJ_K-4.ttf",conditions:[{field:"fontName",value:"Alegreya Sans SC"}],fallback:""},{label:"800 Italic",value:"https://fonts.gstatic.com/s/alegreyasanssc/v9/mtGk4-RGJqfMvt7P8FUr0Q1j-Hf1BkxdUiJhNaB6O-51OA.ttf",conditions:[{field:"fontName",value:"Alegreya Sans SC"}],fallback:""},{label:"900",value:"https://fonts.gstatic.com/s/alegreyasanssc/v9/mtGm4-RGJqfMvt7P8FUr0Q1j-Hf1DspC0iRrMYJ_K-4.ttf",conditions:[{field:"fontName",value:"Alegreya Sans SC"}],fallback:""},{label:"900 Italic",value:"https://fonts.gstatic.com/s/alegreyasanssc/v9/mtGk4-RGJqfMvt7P8FUr0Q1j-Hf1BkxddiNhNaB6O-51OA.ttf",conditions:[{field:"fontName",value:"Alegreya Sans SC"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/sintony/v7/XoHm2YDqR7-98cVUITQnu98ojjs.ttf",conditions:[{field:"fontName",value:"Sintony"}],fallback:""},{label:"700",value:"https://fonts.gstatic.com/s/sintony/v7/XoHj2YDqR7-98cVUGYgIn9cDkjLp6C8.ttf",conditions:[{field:"fontName",value:"Sintony"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/nanumpenscript/v15/daaDSSYiLGqEal3MvdA_FOL_3FkN2z7-aMFCcTU.ttf",conditions:[{field:"fontName",value:"Nanum Pen Script"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/khula/v5/OpNCnoEOns3V7FcJpA_chzJ0.ttf",conditions:[{field:"fontName",value:"Khula"}],fallback:""},{label:"300",value:"https://fonts.gstatic.com/s/khula/v5/OpNPnoEOns3V7G-ljCvUrC59XwXD.ttf",conditions:[{field:"fontName",value:"Khula"}],fallback:""},{label:"600",value:"https://fonts.gstatic.com/s/khula/v5/OpNPnoEOns3V7G_RiivUrC59XwXD.ttf",conditions:[{field:"fontName",value:"Khula"}],fallback:""},{label:"700",value:"https://fonts.gstatic.com/s/khula/v5/OpNPnoEOns3V7G-1iyvUrC59XwXD.ttf",conditions:[{field:"fontName",value:"Khula"}],fallback:""},{label:"800",value:"https://fonts.gstatic.com/s/khula/v5/OpNPnoEOns3V7G-piCvUrC59XwXD.ttf",conditions:[{field:"fontName",value:"Khula"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/daysone/v9/mem9YaCnxnKRiYZOCLYVeLkWVNBt.ttf",conditions:[{field:"fontName",value:"Days One"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/ptserifcaption/v11/ieVl2ZhbGCW-JoW6S34pSDpqYKU059WxDCs5cvI.ttf",conditions:[{field:"fontName",value:"PT Serif Caption"}],fallback:""},{label:"Italic",value:"https://fonts.gstatic.com/s/ptserifcaption/v11/ieVj2ZhbGCW-JoW6S34pSDpqYKU019e7CAk8YvJEeg.ttf",conditions:[{field:"fontName",value:"PT Serif Caption"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/rambla/v7/snfrs0ip98hx6mr0I7IONthkwQ.ttf",conditions:[{field:"fontName",value:"Rambla"}],fallback:""},{label:"Italic",value:"https://fonts.gstatic.com/s/rambla/v7/snfps0ip98hx6mrEIbgKFN10wYKa.ttf",conditions:[{field:"fontName",value:"Rambla"}],fallback:""},{label:"700",value:"https://fonts.gstatic.com/s/rambla/v7/snfos0ip98hx6mrMn50qPvN4yJuDYQ.ttf",conditions:[{field:"fontName",value:"Rambla"}],fallback:""},{label:"700 Italic",value:"https://fonts.gstatic.com/s/rambla/v7/snfus0ip98hx6mrEIYC2O_l86p6TYS-Y.ttf",conditions:[{field:"fontName",value:"Rambla"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/dmseriftext/v4/rnCu-xZa_krGokauCeNq1wWyafOPXHIJErY.ttf",conditions:[{field:"fontName",value:"DM Serif Text"}],fallback:""},{label:"Italic",value:"https://fonts.gstatic.com/s/dmseriftext/v4/rnCw-xZa_krGokauCeNq1wWyWfGFWFAMArZKqQ.ttf",conditions:[{field:"fontName",value:"DM Serif Text"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/arimamadurai/v5/t5tmIRoeKYORG0WNMgnC3seB7TnFrpOHYh4.ttf",conditions:[{field:"fontName",value:"Arima Madurai"}],fallback:""},{label:"100",value:"https://fonts.gstatic.com/s/arimamadurai/v5/t5t4IRoeKYORG0WNMgnC3seB1V3PqrGCch4Drg.ttf",conditions:[{field:"fontName",value:"Arima Madurai"}],fallback:""},{label:"200",value:"https://fonts.gstatic.com/s/arimamadurai/v5/t5t7IRoeKYORG0WNMgnC3seB1fHuipusfhcat2c.ttf",conditions:[{field:"fontName",value:"Arima Madurai"}],fallback:""},{label:"300",value:"https://fonts.gstatic.com/s/arimamadurai/v5/t5t7IRoeKYORG0WNMgnC3seB1ZXtipusfhcat2c.ttf",conditions:[{field:"fontName",value:"Arima Madurai"}],fallback:""},{label:"500",value:"https://fonts.gstatic.com/s/arimamadurai/v5/t5t7IRoeKYORG0WNMgnC3seB1c3sipusfhcat2c.ttf",conditions:[{field:"fontName",value:"Arima Madurai"}],fallback:""},{label:"700",value:"https://fonts.gstatic.com/s/arimamadurai/v5/t5t7IRoeKYORG0WNMgnC3seB1YXqipusfhcat2c.ttf",conditions:[{field:"fontName",value:"Arima Madurai"}],fallback:""},{label:"800",value:"https://fonts.gstatic.com/s/arimamadurai/v5/t5t7IRoeKYORG0WNMgnC3seB1Znpipusfhcat2c.ttf",conditions:[{field:"fontName",value:"Arima Madurai"}],fallback:""},{label:"900",value:"https://fonts.gstatic.com/s/arimamadurai/v5/t5t7IRoeKYORG0WNMgnC3seB1b3oipusfhcat2c.ttf",conditions:[{field:"fontName",value:"Arima Madurai"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/trirong/v5/7r3GqXNgp8wxdOdOr4wi2aZg-ug.ttf",conditions:[{field:"fontName",value:"Trirong"}],fallback:""},{label:"Italic",value:"https://fonts.gstatic.com/s/trirong/v5/7r3EqXNgp8wxdOdOn44o3YRl6ujngw.ttf",conditions:[{field:"fontName",value:"Trirong"}],fallback:""},{label:"100",value:"https://fonts.gstatic.com/s/trirong/v5/7r3EqXNgp8wxdOdOl-go3YRl6ujngw.ttf",conditions:[{field:"fontName",value:"Trirong"}],fallback:""},{label:"100 Italic",value:"https://fonts.gstatic.com/s/trirong/v5/7r3CqXNgp8wxdOdOn44QuY5hyO33g8IY.ttf",conditions:[{field:"fontName",value:"Trirong"}],fallback:""},{label:"200",value:"https://fonts.gstatic.com/s/trirong/v5/7r3DqXNgp8wxdOdOl0QJ_a5L5uH-mts.ttf",conditions:[{field:"fontName",value:"Trirong"}],fallback:""},{label:"200 Italic",value:"https://fonts.gstatic.com/s/trirong/v5/7r3BqXNgp8wxdOdOn44QFa9B4sP7itsB5g.ttf",conditions:[{field:"fontName",value:"Trirong"}],fallback:""},{label:"300",value:"https://fonts.gstatic.com/s/trirong/v5/7r3DqXNgp8wxdOdOlyAK_a5L5uH-mts.ttf",conditions:[{field:"fontName",value:"Trirong"}],fallback:""},{label:"300 Italic",value:"https://fonts.gstatic.com/s/trirong/v5/7r3BqXNgp8wxdOdOn44QcaxB4sP7itsB5g.ttf",conditions:[{field:"fontName",value:"Trirong"}],fallback:""},{label:"500",value:"https://fonts.gstatic.com/s/trirong/v5/7r3DqXNgp8wxdOdOl3gL_a5L5uH-mts.ttf",conditions:[{field:"fontName",value:"Trirong"}],fallback:""},{label:"500 Italic",value:"https://fonts.gstatic.com/s/trirong/v5/7r3BqXNgp8wxdOdOn44QKa1B4sP7itsB5g.ttf",conditions:[{field:"fontName",value:"Trirong"}],fallback:""},{label:"600",value:"https://fonts.gstatic.com/s/trirong/v5/7r3DqXNgp8wxdOdOl1QM_a5L5uH-mts.ttf",conditions:[{field:"fontName",value:"Trirong"}],fallback:""},{label:"600 Italic",value:"https://fonts.gstatic.com/s/trirong/v5/7r3BqXNgp8wxdOdOn44QBapB4sP7itsB5g.ttf",conditions:[{field:"fontName",value:"Trirong"}],fallback:""},{label:"700",value:"https://fonts.gstatic.com/s/trirong/v5/7r3DqXNgp8wxdOdOlzAN_a5L5uH-mts.ttf",conditions:[{field:"fontName",value:"Trirong"}],fallback:""},{label:"700 Italic",value:"https://fonts.gstatic.com/s/trirong/v5/7r3BqXNgp8wxdOdOn44QYatB4sP7itsB5g.ttf",conditions:[{field:"fontName",value:"Trirong"}],fallback:""},{label:"800",value:"https://fonts.gstatic.com/s/trirong/v5/7r3DqXNgp8wxdOdOlywO_a5L5uH-mts.ttf",conditions:[{field:"fontName",value:"Trirong"}],fallback:""},{label:"800 Italic",value:"https://fonts.gstatic.com/s/trirong/v5/7r3BqXNgp8wxdOdOn44QfahB4sP7itsB5g.ttf",conditions:[{field:"fontName",value:"Trirong"}],fallback:""},{label:"900",value:"https://fonts.gstatic.com/s/trirong/v5/7r3DqXNgp8wxdOdOlwgP_a5L5uH-mts.ttf",conditions:[{field:"fontName",value:"Trirong"}],fallback:""},{label:"900 Italic",value:"https://fonts.gstatic.com/s/trirong/v5/7r3BqXNgp8wxdOdOn44QWalB4sP7itsB5g.ttf",conditions:[{field:"fontName",value:"Trirong"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/candal/v9/XoHn2YH6T7-t_8cNAR4Jt9Yxlw.ttf",conditions:[{field:"fontName",value:"Candal"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/basic/v9/xfu_0WLxV2_XKQN34lDVyR7D.ttf",conditions:[{field:"fontName",value:"Basic"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/baloochettan2/v1/vm8udRbmXEva26PK-NtuX4ynWEzf4P17OpYDlg.ttf",conditions:[{field:"fontName",value:"Baloo Chettan 2"}],fallback:""},{label:"500",value:"https://fonts.gstatic.com/s/baloochettan2/v1/vm8rdRbmXEva26PK-NtuX4ynWEznFNRfMr0fn5bhCA.ttf",conditions:[{field:"fontName",value:"Baloo Chettan 2"}],fallback:""},{label:"600",value:"https://fonts.gstatic.com/s/baloochettan2/v1/vm8rdRbmXEva26PK-NtuX4ynWEznONNfMr0fn5bhCA.ttf",conditions:[{field:"fontName",value:"Baloo Chettan 2"}],fallback:""},{label:"700",value:"https://fonts.gstatic.com/s/baloochettan2/v1/vm8rdRbmXEva26PK-NtuX4ynWEznXNJfMr0fn5bhCA.ttf",conditions:[{field:"fontName",value:"Baloo Chettan 2"}],fallback:""},{label:"800",value:"https://fonts.gstatic.com/s/baloochettan2/v1/vm8rdRbmXEva26PK-NtuX4ynWEznQNFfMr0fn5bhCA.ttf",conditions:[{field:"fontName",value:"Baloo Chettan 2"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/itim/v4/0nknC9ziJOYewARKkc7ZdwU.ttf",conditions:[{field:"fontName",value:"Itim"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/sriracha/v4/0nkrC9D4IuYBgWcI9ObYRQDioeb0.ttf",conditions:[{field:"fontName",value:"Sriracha"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/glegoo/v9/_Xmt-HQyrTKWaw2Ji6mZAI91xw.ttf",conditions:[{field:"fontName",value:"Glegoo"}],fallback:""},{label:"700",value:"https://fonts.gstatic.com/s/glegoo/v9/_Xmu-HQyrTKWaw2xN4a9CKRpzimMsg.ttf",conditions:[{field:"fontName",value:"Glegoo"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/rubikmonoone/v8/UqyJK8kPP3hjw6ANTdfRk9YSN-8wRqQrc_j9.ttf",conditions:[{field:"fontName",value:"Rubik Mono One"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/rancho/v10/46kulbzmXjLaqZRlbWXgd0RY1g.ttf",conditions:[{field:"fontName",value:"Rancho"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/spacemono/v5/i7dPIFZifjKcF5UAWdDRUEZ2RFq7AwU.ttf",conditions:[{field:"fontName",value:"Space Mono"}],fallback:""},{label:"Italic",value:"https://fonts.gstatic.com/s/spacemono/v5/i7dNIFZifjKcF5UAWdDRYER8QHi-EwWMbg.ttf",conditions:[{field:"fontName",value:"Space Mono"}],fallback:""},{label:"700",value:"https://fonts.gstatic.com/s/spacemono/v5/i7dMIFZifjKcF5UAWdDRaPpZYFKQHwyVd3U.ttf",conditions:[{field:"fontName",value:"Space Mono"}],fallback:""},{label:"700 Italic",value:"https://fonts.gstatic.com/s/spacemono/v5/i7dSIFZifjKcF5UAWdDRYERE_FeaGy6QZ3WfYg.ttf",conditions:[{field:"fontName",value:"Space Mono"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/unna/v13/AYCEpXzofN0NCpgBlGHCWFM.ttf",conditions:[{field:"fontName",value:"Unna"}],fallback:""},{label:"Italic",value:"https://fonts.gstatic.com/s/unna/v13/AYCKpXzofN0NOpoLkEPHSFNyxw.ttf",conditions:[{field:"fontName",value:"Unna"}],fallback:""},{label:"700",value:"https://fonts.gstatic.com/s/unna/v13/AYCLpXzofN0NMiQusGnpRFpr3vc.ttf",conditions:[{field:"fontName",value:"Unna"}],fallback:""},{label:"700 Italic",value:"https://fonts.gstatic.com/s/unna/v13/AYCJpXzofN0NOpozLGzjQHhuzvef5Q.ttf",conditions:[{field:"fontName",value:"Unna"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/arsenal/v4/wXKrE3kQtZQ4pF3D11_WAewrhXY.ttf",conditions:[{field:"fontName",value:"Arsenal"}],fallback:""},{label:"Italic",value:"https://fonts.gstatic.com/s/arsenal/v4/wXKpE3kQtZQ4pF3D513cBc4ulXYrtA.ttf",conditions:[{field:"fontName",value:"Arsenal"}],fallback:""},{label:"700",value:"https://fonts.gstatic.com/s/arsenal/v4/wXKuE3kQtZQ4pF3D7-P5JeQAmX8yrdk.ttf",conditions:[{field:"fontName",value:"Arsenal"}],fallback:""},{label:"700 Italic",value:"https://fonts.gstatic.com/s/arsenal/v4/wXKsE3kQtZQ4pF3D513kueEKnV03vdnKjw.ttf",conditions:[{field:"fontName",value:"Arsenal"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/spinnaker/v11/w8gYH2oyX-I0_rvR6Hmn3HwLqOqSBg.ttf",conditions:[{field:"fontName",value:"Spinnaker"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/mulish/v1/1Ptyg83HX_SGhgqO0yLcmjzUAuWexZNRwaClGrw-PTY.ttf",conditions:[{field:"fontName",value:"Mulish"}],fallback:""},{label:"Italic",value:"https://fonts.gstatic.com/s/mulish/v1/1Ptwg83HX_SGhgqk2hAjQlW_mEuZ0FsSKeOvHp47LTZFwA.ttf",conditions:[{field:"fontName",value:"Mulish"}],fallback:""},{label:"200",value:"https://fonts.gstatic.com/s/mulish/v1/1Ptyg83HX_SGhgqO0yLcmjzUAuWexRNRwaClGrw-PTY.ttf",conditions:[{field:"fontName",value:"Mulish"}],fallback:""},{label:"200 Italic",value:"https://fonts.gstatic.com/s/mulish/v1/1Ptwg83HX_SGhgqk2hAjQlW_mEuZ0FsSqeOvHp47LTZFwA.ttf",conditions:[{field:"fontName",value:"Mulish"}],fallback:""},{label:"300",value:"https://fonts.gstatic.com/s/mulish/v1/1Ptyg83HX_SGhgqO0yLcmjzUAuWexc1RwaClGrw-PTY.ttf",conditions:[{field:"fontName",value:"Mulish"}],fallback:""},{label:"300 Italic",value:"https://fonts.gstatic.com/s/mulish/v1/1Ptwg83HX_SGhgqk2hAjQlW_mEuZ0FsSd-OvHp47LTZFwA.ttf",conditions:[{field:"fontName",value:"Mulish"}],fallback:""},{label:"500",value:"https://fonts.gstatic.com/s/mulish/v1/1Ptyg83HX_SGhgqO0yLcmjzUAuWexaFRwaClGrw-PTY.ttf",conditions:[{field:"fontName",value:"Mulish"}],fallback:""},{label:"500 Italic",value:"https://fonts.gstatic.com/s/mulish/v1/1Ptwg83HX_SGhgqk2hAjQlW_mEuZ0FsSG-OvHp47LTZFwA.ttf",conditions:[{field:"fontName",value:"Mulish"}],fallback:""},{label:"600",value:"https://fonts.gstatic.com/s/mulish/v1/1Ptyg83HX_SGhgqO0yLcmjzUAuWexU1WwaClGrw-PTY.ttf",conditions:[{field:"fontName",value:"Mulish"}],fallback:""},{label:"600 Italic",value:"https://fonts.gstatic.com/s/mulish/v1/1Ptwg83HX_SGhgqk2hAjQlW_mEuZ0FsS9-SvHp47LTZFwA.ttf",conditions:[{field:"fontName",value:"Mulish"}],fallback:""},{label:"700",value:"https://fonts.gstatic.com/s/mulish/v1/1Ptyg83HX_SGhgqO0yLcmjzUAuWexXRWwaClGrw-PTY.ttf",conditions:[{field:"fontName",value:"Mulish"}],fallback:""},{label:"700 Italic",value:"https://fonts.gstatic.com/s/mulish/v1/1Ptwg83HX_SGhgqk2hAjQlW_mEuZ0FsSzuSvHp47LTZFwA.ttf",conditions:[{field:"fontName",value:"Mulish"}],fallback:""},{label:"800",value:"https://fonts.gstatic.com/s/mulish/v1/1Ptyg83HX_SGhgqO0yLcmjzUAuWexRNWwaClGrw-PTY.ttf",conditions:[{field:"fontName",value:"Mulish"}],fallback:""},{label:"800 Italic",value:"https://fonts.gstatic.com/s/mulish/v1/1Ptwg83HX_SGhgqk2hAjQlW_mEuZ0FsSqeSvHp47LTZFwA.ttf",conditions:[{field:"fontName",value:"Mulish"}],fallback:""},{label:"900",value:"https://fonts.gstatic.com/s/mulish/v1/1Ptyg83HX_SGhgqO0yLcmjzUAuWexTpWwaClGrw-PTY.ttf",conditions:[{field:"fontName",value:"Mulish"}],fallback:""},{label:"900 Italic",value:"https://fonts.gstatic.com/s/mulish/v1/1Ptwg83HX_SGhgqk2hAjQlW_mEuZ0FsSgOSvHp47LTZFwA.ttf",conditions:[{field:"fontName",value:"Mulish"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/muktamalar/v6/MCoXzAXyz8LOE2FpJMxZqLv4LfQJwHbn.ttf",conditions:[{field:"fontName",value:"Mukta Malar"}],fallback:""},{label:"200",value:"https://fonts.gstatic.com/s/muktamalar/v6/MCoKzAXyz8LOE2FpJMxZqIMwBtAB62ruoAZW.ttf",conditions:[{field:"fontName",value:"Mukta Malar"}],fallback:""},{label:"300",value:"https://fonts.gstatic.com/s/muktamalar/v6/MCoKzAXyz8LOE2FpJMxZqINUBdAB62ruoAZW.ttf",conditions:[{field:"fontName",value:"Mukta Malar"}],fallback:""},{label:"500",value:"https://fonts.gstatic.com/s/muktamalar/v6/MCoKzAXyz8LOE2FpJMxZqIMMBNAB62ruoAZW.ttf",conditions:[{field:"fontName",value:"Mukta Malar"}],fallback:""},{label:"600",value:"https://fonts.gstatic.com/s/muktamalar/v6/MCoKzAXyz8LOE2FpJMxZqIMgA9AB62ruoAZW.ttf",conditions:[{field:"fontName",value:"Mukta Malar"}],fallback:""},{label:"700",value:"https://fonts.gstatic.com/s/muktamalar/v6/MCoKzAXyz8LOE2FpJMxZqINEAtAB62ruoAZW.ttf",conditions:[{field:"fontName",value:"Mukta Malar"}],fallback:""},{label:"800",value:"https://fonts.gstatic.com/s/muktamalar/v6/MCoKzAXyz8LOE2FpJMxZqINYAdAB62ruoAZW.ttf",conditions:[{field:"fontName",value:"Mukta Malar"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/kosugimaru/v6/0nksC9PgP_wGh21A2KeqGiTqivr9iBq_.ttf",conditions:[{field:"fontName",value:"Kosugi Maru"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/notoserifsc/v7/H4chBXePl9DZ0Xe7gG9cyOj7oqCcbzhqDtg.otf",conditions:[{field:"fontName",value:"Noto Serif SC"}],fallback:""},{label:"200",value:"https://fonts.gstatic.com/s/notoserifsc/v7/H4c8BXePl9DZ0Xe7gG9cyOj7mm63SzZBEtERe7U.otf",conditions:[{field:"fontName",value:"Noto Serif SC"}],fallback:""},{label:"300",value:"https://fonts.gstatic.com/s/notoserifsc/v7/H4c8BXePl9DZ0Xe7gG9cyOj7mgq0SzZBEtERe7U.otf",conditions:[{field:"fontName",value:"Noto Serif SC"}],fallback:""},{label:"500",value:"https://fonts.gstatic.com/s/notoserifsc/v7/H4c8BXePl9DZ0Xe7gG9cyOj7mlK1SzZBEtERe7U.otf",conditions:[{field:"fontName",value:"Noto Serif SC"}],fallback:""},{label:"600",value:"https://fonts.gstatic.com/s/notoserifsc/v7/H4c8BXePl9DZ0Xe7gG9cyOj7mn6ySzZBEtERe7U.otf",conditions:[{field:"fontName",value:"Noto Serif SC"}],fallback:""},{label:"700",value:"https://fonts.gstatic.com/s/notoserifsc/v7/H4c8BXePl9DZ0Xe7gG9cyOj7mhqzSzZBEtERe7U.otf",conditions:[{field:"fontName",value:"Noto Serif SC"}],fallback:""},{label:"900",value:"https://fonts.gstatic.com/s/notoserifsc/v7/H4c8BXePl9DZ0Xe7gG9cyOj7miKxSzZBEtERe7U.otf",conditions:[{field:"fontName",value:"Noto Serif SC"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/reemkufi/v7/2sDcZGJLip7W2J7v7wQDb2-4C7wFZQ.ttf",conditions:[{field:"fontName",value:"Reem Kufi"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/redhatdisplay/v3/8vIQ7wUr0m80wwYf0QCXZzYzUoTQ-jSgZYvdCQ.ttf",conditions:[{field:"fontName",value:"Red Hat Display"}],fallback:""},{label:"Italic",value:"https://fonts.gstatic.com/s/redhatdisplay/v3/8vIS7wUr0m80wwYf0QCXZzYzUoTg-D6kR47NCV5Z.ttf",conditions:[{field:"fontName",value:"Red Hat Display"}],fallback:""},{label:"500",value:"https://fonts.gstatic.com/s/redhatdisplay/v3/8vIV7wUr0m80wwYf0QCXZzYzUoToDh2EbaDBAEdAbw.ttf",conditions:[{field:"fontName",value:"Red Hat Display"}],fallback:""},{label:"500 Italic",value:"https://fonts.gstatic.com/s/redhatdisplay/v3/8vIX7wUr0m80wwYf0QCXZzYzUoTg-AZQbqrFIkJQb7zU.ttf",conditions:[{field:"fontName",value:"Red Hat Display"}],fallback:""},{label:"700",value:"https://fonts.gstatic.com/s/redhatdisplay/v3/8vIV7wUr0m80wwYf0QCXZzYzUoToRhuEbaDBAEdAbw.ttf",conditions:[{field:"fontName",value:"Red Hat Display"}],fallback:""},{label:"700 Italic",value:"https://fonts.gstatic.com/s/redhatdisplay/v3/8vIX7wUr0m80wwYf0QCXZzYzUoTg-AYYaKrFIkJQb7zU.ttf",conditions:[{field:"fontName",value:"Red Hat Display"}],fallback:""},{label:"900",value:"https://fonts.gstatic.com/s/redhatdisplay/v3/8vIV7wUr0m80wwYf0QCXZzYzUoTofhmEbaDBAEdAbw.ttf",conditions:[{field:"fontName",value:"Red Hat Display"}],fallback:""},{label:"900 Italic",value:"https://fonts.gstatic.com/s/redhatdisplay/v3/8vIX7wUr0m80wwYf0QCXZzYzUoTg-AYgaqrFIkJQb7zU.ttf",conditions:[{field:"fontName",value:"Red Hat Display"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/overpassmono/v5/_Xmq-H86tzKDdAPa-KPQZ-AC5ii-t_-2G38.ttf",conditions:[{field:"fontName",value:"Overpass Mono"}],fallback:""},{label:"300",value:"https://fonts.gstatic.com/s/overpassmono/v5/_Xm3-H86tzKDdAPa-KPQZ-AC3oSWk_edB3Zf8EQ.ttf",conditions:[{field:"fontName",value:"Overpass Mono"}],fallback:""},{label:"600",value:"https://fonts.gstatic.com/s/overpassmono/v5/_Xm3-H86tzKDdAPa-KPQZ-AC3vCQk_edB3Zf8EQ.ttf",conditions:[{field:"fontName",value:"Overpass Mono"}],fallback:""},{label:"700",value:"https://fonts.gstatic.com/s/overpassmono/v5/_Xm3-H86tzKDdAPa-KPQZ-AC3pSRk_edB3Zf8EQ.ttf",conditions:[{field:"fontName",value:"Overpass Mono"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/lilitaone/v7/i7dPIFZ9Zz-WBtRtedDbUEZ2RFq7AwU.ttf",conditions:[{field:"fontName",value:"Lilita One"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/coda/v15/SLXHc1jY5nQ8JUIMapaN39I.ttf",conditions:[{field:"fontName",value:"Coda"}],fallback:""},{label:"800",value:"https://fonts.gstatic.com/s/coda/v15/SLXIc1jY5nQ8HeIgTp6mw9t1cX8.ttf",conditions:[{field:"fontName",value:"Coda"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/mada/v8/7Auwp_0qnzeSTTXMLCrX0kU.ttf",conditions:[{field:"fontName",value:"Mada"}],fallback:""},{label:"200",value:"https://fonts.gstatic.com/s/mada/v8/7Au_p_0qnzeSdf3nCCL8zkwMIFg.ttf",conditions:[{field:"fontName",value:"Mada"}],fallback:""},{label:"300",value:"https://fonts.gstatic.com/s/mada/v8/7Au_p_0qnzeSdZnkCCL8zkwMIFg.ttf",conditions:[{field:"fontName",value:"Mada"}],fallback:""},{label:"500",value:"https://fonts.gstatic.com/s/mada/v8/7Au_p_0qnzeSdcHlCCL8zkwMIFg.ttf",conditions:[{field:"fontName",value:"Mada"}],fallback:""},{label:"600",value:"https://fonts.gstatic.com/s/mada/v8/7Au_p_0qnzeSde3iCCL8zkwMIFg.ttf",conditions:[{field:"fontName",value:"Mada"}],fallback:""},{label:"700",value:"https://fonts.gstatic.com/s/mada/v8/7Au_p_0qnzeSdYnjCCL8zkwMIFg.ttf",conditions:[{field:"fontName",value:"Mada"}],fallback:""},{label:"900",value:"https://fonts.gstatic.com/s/mada/v8/7Au_p_0qnzeSdbHhCCL8zkwMIFg.ttf",conditions:[{field:"fontName",value:"Mada"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/blackopsone/v11/qWcsB6-ypo7xBdr6Xshe96H3WDzRtjkho4M.ttf",conditions:[{field:"fontName",value:"Black Ops One"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/encodesanscondensed/v4/j8_16_LD37rqfuwxyIuaZhE6cRXOLtm2gfTGgaWNDw8VIw.ttf",conditions:[{field:"fontName",value:"Encode Sans Condensed"}],fallback:""},{label:"100",value:"https://fonts.gstatic.com/s/encodesanscondensed/v4/j8_76_LD37rqfuwxyIuaZhE6cRXOLtm2gfT-5a-JLQoFI2KR.ttf",conditions:[{field:"fontName",value:"Encode Sans Condensed"}],fallback:""},{label:"200",value:"https://fonts.gstatic.com/s/encodesanscondensed/v4/j8_46_LD37rqfuwxyIuaZhE6cRXOLtm2gfT-SY6pByQJKnuIFA.ttf",conditions:[{field:"fontName",value:"Encode Sans Condensed"}],fallback:""},{label:"300",value:"https://fonts.gstatic.com/s/encodesanscondensed/v4/j8_46_LD37rqfuwxyIuaZhE6cRXOLtm2gfT-LY2pByQJKnuIFA.ttf",conditions:[{field:"fontName",value:"Encode Sans Condensed"}],fallback:""},{label:"500",value:"https://fonts.gstatic.com/s/encodesanscondensed/v4/j8_46_LD37rqfuwxyIuaZhE6cRXOLtm2gfT-dYypByQJKnuIFA.ttf",conditions:[{field:"fontName",value:"Encode Sans Condensed"}],fallback:""},{label:"600",value:"https://fonts.gstatic.com/s/encodesanscondensed/v4/j8_46_LD37rqfuwxyIuaZhE6cRXOLtm2gfT-WYupByQJKnuIFA.ttf",conditions:[{field:"fontName",value:"Encode Sans Condensed"}],fallback:""},{label:"700",value:"https://fonts.gstatic.com/s/encodesanscondensed/v4/j8_46_LD37rqfuwxyIuaZhE6cRXOLtm2gfT-PYqpByQJKnuIFA.ttf",conditions:[{field:"fontName",value:"Encode Sans Condensed"}],fallback:""},{label:"800",value:"https://fonts.gstatic.com/s/encodesanscondensed/v4/j8_46_LD37rqfuwxyIuaZhE6cRXOLtm2gfT-IYmpByQJKnuIFA.ttf",conditions:[{field:"fontName",value:"Encode Sans Condensed"}],fallback:""},{label:"900",value:"https://fonts.gstatic.com/s/encodesanscondensed/v4/j8_46_LD37rqfuwxyIuaZhE6cRXOLtm2gfT-BYipByQJKnuIFA.ttf",conditions:[{field:"fontName",value:"Encode Sans Condensed"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/ralewaydots/v8/6NUR8FifJg6AfQvzpshgwJ8kyf9Fdty2ew.ttf",conditions:[{field:"fontName",value:"Raleway Dots"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/allerta/v10/TwMO-IAHRlkbx940UnEdSQqO5uY.ttf",conditions:[{field:"fontName",value:"Allerta"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/rufina/v7/Yq6V-LyURyLy-aKyoxRktOdClg.ttf",conditions:[{field:"fontName",value:"Rufina"}],fallback:""},{label:"700",value:"https://fonts.gstatic.com/s/rufina/v7/Yq6W-LyURyLy-aKKHztAvMxenxE0SA.ttf",conditions:[{field:"fontName",value:"Rufina"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/forum/v10/6aey4Ky-Vb8Ew_IWMJMa3mnT.ttf",conditions:[{field:"fontName",value:"Forum"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/shrikhand/v5/a8IbNovtLWfR7T7bMJwbBIiQ0zhMtA.ttf",conditions:[{field:"fontName",value:"Shrikhand"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/vt323/v11/pxiKyp0ihIEF2hsYHpT2dkNE.ttf",conditions:[{field:"fontName",value:"VT323"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/manrope/v3/xn7_YHE41ni1AdIRqAuZuw1Bx9mbZk79FO_F87jxeN7B.ttf",conditions:[{field:"fontName",value:"Manrope"}],fallback:""},{label:"200",value:"https://fonts.gstatic.com/s/manrope/v3/xn7_YHE41ni1AdIRqAuZuw1Bx9mbZk59FO_F87jxeN7B.ttf",conditions:[{field:"fontName",value:"Manrope"}],fallback:""},{label:"300",value:"https://fonts.gstatic.com/s/manrope/v3/xn7_YHE41ni1AdIRqAuZuw1Bx9mbZk6jFO_F87jxeN7B.ttf",conditions:[{field:"fontName",value:"Manrope"}],fallback:""},{label:"500",value:"https://fonts.gstatic.com/s/manrope/v3/xn7_YHE41ni1AdIRqAuZuw1Bx9mbZk7PFO_F87jxeN7B.ttf",conditions:[{field:"fontName",value:"Manrope"}],fallback:""},{label:"600",value:"https://fonts.gstatic.com/s/manrope/v3/xn7_YHE41ni1AdIRqAuZuw1Bx9mbZk4jE-_F87jxeN7B.ttf",conditions:[{field:"fontName",value:"Manrope"}],fallback:""},{label:"700",value:"https://fonts.gstatic.com/s/manrope/v3/xn7_YHE41ni1AdIRqAuZuw1Bx9mbZk4aE-_F87jxeN7B.ttf",conditions:[{field:"fontName",value:"Manrope"}],fallback:""},{label:"800",value:"https://fonts.gstatic.com/s/manrope/v3/xn7_YHE41ni1AdIRqAuZuw1Bx9mbZk59E-_F87jxeN7B.ttf",conditions:[{field:"fontName",value:"Manrope"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/mali/v3/N0ba2SRONuN4eCrODlxxOd8.ttf",conditions:[{field:"fontName",value:"Mali"}],fallback:""},{label:"Italic",value:"https://fonts.gstatic.com/s/mali/v3/N0bU2SRONuN4SCjECn50Kd_PmA.ttf",conditions:[{field:"fontName",value:"Mali"}],fallback:""},{label:"200",value:"https://fonts.gstatic.com/s/mali/v3/N0bV2SRONuN4QOLlKlRaJdbWgdY.ttf",conditions:[{field:"fontName",value:"Mali"}],fallback:""},{label:"200 Italic",value:"https://fonts.gstatic.com/s/mali/v3/N0bX2SRONuN4SCj8wlVQIfTTkdbJYA.ttf",conditions:[{field:"fontName",value:"Mali"}],fallback:""},{label:"300",value:"https://fonts.gstatic.com/s/mali/v3/N0bV2SRONuN4QIbmKlRaJdbWgdY.ttf",conditions:[{field:"fontName",value:"Mali"}],fallback:""},{label:"300 Italic",value:"https://fonts.gstatic.com/s/mali/v3/N0bX2SRONuN4SCj8plZQIfTTkdbJYA.ttf",conditions:[{field:"fontName",value:"Mali"}],fallback:""},{label:"500",value:"https://fonts.gstatic.com/s/mali/v3/N0bV2SRONuN4QN7nKlRaJdbWgdY.ttf",conditions:[{field:"fontName",value:"Mali"}],fallback:""},{label:"500 Italic",value:"https://fonts.gstatic.com/s/mali/v3/N0bX2SRONuN4SCj8_ldQIfTTkdbJYA.ttf",conditions:[{field:"fontName",value:"Mali"}],fallback:""},{label:"600",value:"https://fonts.gstatic.com/s/mali/v3/N0bV2SRONuN4QPLgKlRaJdbWgdY.ttf",conditions:[{field:"fontName",value:"Mali"}],fallback:""},{label:"600 Italic",value:"https://fonts.gstatic.com/s/mali/v3/N0bX2SRONuN4SCj80lBQIfTTkdbJYA.ttf",conditions:[{field:"fontName",value:"Mali"}],fallback:""},{label:"700",value:"https://fonts.gstatic.com/s/mali/v3/N0bV2SRONuN4QJbhKlRaJdbWgdY.ttf",conditions:[{field:"fontName",value:"Mali"}],fallback:""},{label:"700 Italic",value:"https://fonts.gstatic.com/s/mali/v3/N0bX2SRONuN4SCj8tlFQIfTTkdbJYA.ttf",conditions:[{field:"fontName",value:"Mali"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/italianno/v9/dg4n_p3sv6gCJkwzT6Rnj5YpQwM-gg.ttf",conditions:[{field:"fontName",value:"Italianno"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/syncopate/v11/pe0sMIuPIYBCpEV5eFdyAv2-C99ycg.ttf",conditions:[{field:"fontName",value:"Syncopate"}],fallback:""},{label:"700",value:"https://fonts.gstatic.com/s/syncopate/v11/pe0pMIuPIYBCpEV5eFdKvtKaA_Rue1UwVg.ttf",conditions:[{field:"fontName",value:"Syncopate"}],fallback:""},{label:"800",value:"https://fonts.gstatic.com/s/codacaption/v13/ieVm2YRII2GMY7SyXSoDRiQGqcx6x_-fACIgaw.ttf",conditions:[{field:"fontName",value:"Coda Caption"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/aleo/v3/c4mv1nF8G8_s8ArD0D1ogoY.ttf",conditions:[{field:"fontName",value:"Aleo"}],fallback:""},{label:"Italic",value:"https://fonts.gstatic.com/s/aleo/v3/c4mh1nF8G8_swAjJ1B9tkoZl_Q.ttf",conditions:[{field:"fontName",value:"Aleo"}],fallback:""},{label:"300",value:"https://fonts.gstatic.com/s/aleo/v3/c4mg1nF8G8_syKbr9DVDno985KM.ttf",conditions:[{field:"fontName",value:"Aleo"}],fallback:""},{label:"300 Italic",value:"https://fonts.gstatic.com/s/aleo/v3/c4mi1nF8G8_swAjxeDdJmq159KOnWA.ttf",conditions:[{field:"fontName",value:"Aleo"}],fallback:""},{label:"700",value:"https://fonts.gstatic.com/s/aleo/v3/c4mg1nF8G8_syLbs9DVDno985KM.ttf",conditions:[{field:"fontName",value:"Aleo"}],fallback:""},{label:"700 Italic",value:"https://fonts.gstatic.com/s/aleo/v3/c4mi1nF8G8_swAjxaDBJmq159KOnWA.ttf",conditions:[{field:"fontName",value:"Aleo"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/michroma/v10/PN_zRfy9qWD8fEagAMg6rzjb_-Da.ttf",conditions:[{field:"fontName",value:"Michroma"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/gruppo/v10/WwkfxPmzE06v_ZWFWXDAOIEQUQ.ttf",conditions:[{field:"fontName",value:"Gruppo"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/overlock/v9/Z9XVDmdMWRiN1_T9Z4Te4u2El6GC.ttf",conditions:[{field:"fontName",value:"Overlock"}],fallback:""},{label:"Italic",value:"https://fonts.gstatic.com/s/overlock/v9/Z9XTDmdMWRiN1_T9Z7Tc6OmmkrGC7Cs.ttf",conditions:[{field:"fontName",value:"Overlock"}],fallback:""},{label:"700",value:"https://fonts.gstatic.com/s/overlock/v9/Z9XSDmdMWRiN1_T9Z7xizcmMvL2L9TLT.ttf",conditions:[{field:"fontName",value:"Overlock"}],fallback:""},{label:"700 Italic",value:"https://fonts.gstatic.com/s/overlock/v9/Z9XQDmdMWRiN1_T9Z7Tc0FWJtrmp8CLTlNs.ttf",conditions:[{field:"fontName",value:"Overlock"}],fallback:""},{label:"900",value:"https://fonts.gstatic.com/s/overlock/v9/Z9XSDmdMWRiN1_T9Z7xaz8mMvL2L9TLT.ttf",conditions:[{field:"fontName",value:"Overlock"}],fallback:""},{label:"900 Italic",value:"https://fonts.gstatic.com/s/overlock/v9/Z9XQDmdMWRiN1_T9Z7Tc0G2Ltrmp8CLTlNs.ttf",conditions:[{field:"fontName",value:"Overlock"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/capriola/v7/wXKoE3YSppcvo1PDln_8L-AinG8y.ttf",conditions:[{field:"fontName",value:"Capriola"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/average/v9/fC1hPYBHe23MxA7rIeJwVWytTyk.ttf",conditions:[{field:"fontName",value:"Average"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/boogaloo/v11/kmK-Zq45GAvOdnaW6x1F_SrQo_1K.ttf",conditions:[{field:"fontName",value:"Boogaloo"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/palanquindark/v7/xn75YHgl1nqmANMB-26xC7yuF_6OTEo9VtfE.ttf",conditions:[{field:"fontName",value:"Palanquin Dark"}],fallback:""},{label:"500",value:"https://fonts.gstatic.com/s/palanquindark/v7/xn76YHgl1nqmANMB-26xC7yuF8Z6ZW41fcvN2KT4.ttf",conditions:[{field:"fontName",value:"Palanquin Dark"}],fallback:""},{label:"600",value:"https://fonts.gstatic.com/s/palanquindark/v7/xn76YHgl1nqmANMB-26xC7yuF8ZWYm41fcvN2KT4.ttf",conditions:[{field:"fontName",value:"Palanquin Dark"}],fallback:""},{label:"700",value:"https://fonts.gstatic.com/s/palanquindark/v7/xn76YHgl1nqmANMB-26xC7yuF8YyY241fcvN2KT4.ttf",conditions:[{field:"fontName",value:"Palanquin Dark"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/blackhansans/v8/ea8Aad44WunzF9a-dL6toA8r8nqVIXSkH-Hc.ttf",conditions:[{field:"fontName",value:"Black Han Sans"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/antic/v11/TuGfUVB8XY5DRaZLodgzydtk.ttf",conditions:[{field:"fontName",value:"Antic"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/sairaextracondensed/v5/-nFiOHYr-vcC7h8MklGBkrvmUG9rbpkisrTT70L11Ct8sw.ttf",conditions:[{field:"fontName",value:"Saira Extra Condensed"}],fallback:""},{label:"100",value:"https://fonts.gstatic.com/s/sairaextracondensed/v5/-nFsOHYr-vcC7h8MklGBkrvmUG9rbpkisrTri0jx9i5ss3a3.ttf",conditions:[{field:"fontName",value:"Saira Extra Condensed"}],fallback:""},{label:"200",value:"https://fonts.gstatic.com/s/sairaextracondensed/v5/-nFvOHYr-vcC7h8MklGBkrvmUG9rbpkisrTrJ2nR3ABgum-uoQ.ttf",conditions:[{field:"fontName",value:"Saira Extra Condensed"}],fallback:""},{label:"300",value:"https://fonts.gstatic.com/s/sairaextracondensed/v5/-nFvOHYr-vcC7h8MklGBkrvmUG9rbpkisrTrQ2rR3ABgum-uoQ.ttf",conditions:[{field:"fontName",value:"Saira Extra Condensed"}],fallback:""},{label:"500",value:"https://fonts.gstatic.com/s/sairaextracondensed/v5/-nFvOHYr-vcC7h8MklGBkrvmUG9rbpkisrTrG2vR3ABgum-uoQ.ttf",conditions:[{field:"fontName",value:"Saira Extra Condensed"}],fallback:""},{label:"600",value:"https://fonts.gstatic.com/s/sairaextracondensed/v5/-nFvOHYr-vcC7h8MklGBkrvmUG9rbpkisrTrN2zR3ABgum-uoQ.ttf",conditions:[{field:"fontName",value:"Saira Extra Condensed"}],fallback:""},{label:"700",value:"https://fonts.gstatic.com/s/sairaextracondensed/v5/-nFvOHYr-vcC7h8MklGBkrvmUG9rbpkisrTrU23R3ABgum-uoQ.ttf",conditions:[{field:"fontName",value:"Saira Extra Condensed"}],fallback:""},{label:"800",value:"https://fonts.gstatic.com/s/sairaextracondensed/v5/-nFvOHYr-vcC7h8MklGBkrvmUG9rbpkisrTrT27R3ABgum-uoQ.ttf",conditions:[{field:"fontName",value:"Saira Extra Condensed"}],fallback:""},{label:"900",value:"https://fonts.gstatic.com/s/sairaextracondensed/v5/-nFvOHYr-vcC7h8MklGBkrvmUG9rbpkisrTra2_R3ABgum-uoQ.ttf",conditions:[{field:"fontName",value:"Saira Extra Condensed"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/gelasio/v1/cIf9MaFfvUQxTTqSxCmrYGkHgIs.ttf",conditions:[{field:"fontName",value:"Gelasio"}],fallback:""},{label:"Italic",value:"https://fonts.gstatic.com/s/gelasio/v1/cIf_MaFfvUQxTTqS9CuhZEsCkIt9QQ.ttf",conditions:[{field:"fontName",value:"Gelasio"}],fallback:""},{label:"500",value:"https://fonts.gstatic.com/s/gelasio/v1/cIf4MaFfvUQxTTqS_N2CRGEsnIJkWL4.ttf",conditions:[{field:"fontName",value:"Gelasio"}],fallback:""},{label:"500 Italic",value:"https://fonts.gstatic.com/s/gelasio/v1/cIf6MaFfvUQxTTqS9CuZkGImmKBhSL7Y1Q.ttf",conditions:[{field:"fontName",value:"Gelasio"}],fallback:""},{label:"600",value:"https://fonts.gstatic.com/s/gelasio/v1/cIf4MaFfvUQxTTqS_PGFRGEsnIJkWL4.ttf",conditions:[{field:"fontName",value:"Gelasio"}],fallback:""},{label:"600 Italic",value:"https://fonts.gstatic.com/s/gelasio/v1/cIf6MaFfvUQxTTqS9CuZvGUmmKBhSL7Y1Q.ttf",conditions:[{field:"fontName",value:"Gelasio"}],fallback:""},{label:"700",value:"https://fonts.gstatic.com/s/gelasio/v1/cIf4MaFfvUQxTTqS_JWERGEsnIJkWL4.ttf",conditions:[{field:"fontName",value:"Gelasio"}],fallback:""},{label:"700 Italic",value:"https://fonts.gstatic.com/s/gelasio/v1/cIf6MaFfvUQxTTqS9CuZ2GQmmKBhSL7Y1Q.ttf",conditions:[{field:"fontName",value:"Gelasio"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/firamono/v8/N0bX2SlFPv1weGeLZDtQIfTTkdbJYA.ttf",conditions:[{field:"fontName",value:"Fira Mono"}],fallback:""},{label:"500",value:"https://fonts.gstatic.com/s/firamono/v8/N0bS2SlFPv1weGeLZDto1d33mf3VaZBRBQ.ttf",conditions:[{field:"fontName",value:"Fira Mono"}],fallback:""},{label:"700",value:"https://fonts.gstatic.com/s/firamono/v8/N0bS2SlFPv1weGeLZDtondv3mf3VaZBRBQ.ttf",conditions:[{field:"fontName",value:"Fira Mono"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/frederickathegreat/v9/9Bt33CxNwt7aOctW2xjbCstzwVKsIBVV-9Skz7Ylch2L.ttf",conditions:[{field:"fontName",value:"Fredericka the Great"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/lalezar/v6/zrfl0HLVx-HwTP82UaDyIiL0RCg.ttf",conditions:[{field:"fontName",value:"Lalezar"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/anonymouspro/v13/rP2Bp2a15UIB7Un-bOeISG3pLlw89CH98Ko.ttf",conditions:[{field:"fontName",value:"Anonymous Pro"}],fallback:""},{label:"Italic",value:"https://fonts.gstatic.com/s/anonymouspro/v13/rP2fp2a15UIB7Un-bOeISG3pHl428AP44Kqr2Q.ttf",conditions:[{field:"fontName",value:"Anonymous Pro"}],fallback:""},{label:"700",value:"https://fonts.gstatic.com/s/anonymouspro/v13/rP2cp2a15UIB7Un-bOeISG3pFuAT0CnW7KOywKo.ttf",conditions:[{field:"fontName",value:"Anonymous Pro"}],fallback:""},{label:"700 Italic",value:"https://fonts.gstatic.com/s/anonymouspro/v13/rP2ap2a15UIB7Un-bOeISG3pHl4OTCzc6IG30KqB9Q.ttf",conditions:[{field:"fontName",value:"Anonymous Pro"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/suezone/v4/taiJGmd_EZ6rqscQgNFJkIqg-I0w.ttf",conditions:[{field:"fontName",value:"Suez One"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/scheherazade/v17/YA9Ur0yF4ETZN60keViq1kQgt5OohvbJ9A.ttf",conditions:[{field:"fontName",value:"Scheherazade"}],fallback:""},{label:"700",value:"https://fonts.gstatic.com/s/scheherazade/v17/YA9Lr0yF4ETZN60keViq1kQYC7yMjt3V_dB0Yw.ttf",conditions:[{field:"fontName",value:"Scheherazade"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/niconne/v9/w8gaH2QvRug1_rTfrQut2F4OuOo.ttf",conditions:[{field:"fontName",value:"Niconne"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/caveatbrush/v5/EYq0maZfwr9S9-ETZc3fKXtMW7mT03pdQw.ttf",conditions:[{field:"fontName",value:"Caveat Brush"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/aldrich/v10/MCoTzAn-1s3IGyJMZaAS3pP5H_E.ttf",conditions:[{field:"fontName",value:"Aldrich"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/eczar/v8/BXRlvF3Pi-DLmw0iBu9y8Hf0.ttf",conditions:[{field:"fontName",value:"Eczar"}],fallback:""},{label:"500",value:"https://fonts.gstatic.com/s/eczar/v8/BXRovF3Pi-DLmzXWL8t622v9WNjW.ttf",conditions:[{field:"fontName",value:"Eczar"}],fallback:""},{label:"600",value:"https://fonts.gstatic.com/s/eczar/v8/BXRovF3Pi-DLmzX6KMt622v9WNjW.ttf",conditions:[{field:"fontName",value:"Eczar"}],fallback:""},{label:"700",value:"https://fonts.gstatic.com/s/eczar/v8/BXRovF3Pi-DLmzWeKct622v9WNjW.ttf",conditions:[{field:"fontName",value:"Eczar"}],fallback:""},{label:"800",value:"https://fonts.gstatic.com/s/eczar/v8/BXRovF3Pi-DLmzWCKst622v9WNjW.ttf",conditions:[{field:"fontName",value:"Eczar"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/telex/v8/ieVw2Y1fKWmIO9fTB1piKFIf.ttf",conditions:[{field:"fontName",value:"Telex"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/holtwoodonesc/v10/yYLx0hLR0P-3vMFSk1TCq3Txg5B3cbb6LZttyg.ttf",conditions:[{field:"fontName",value:"Holtwood One SC"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/arbutusslab/v8/oY1Z8e7OuLXkJGbXtr5ba7ZVa68dJlaFAQ.ttf",conditions:[{field:"fontName",value:"Arbutus Slab"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/sharetechmono/v9/J7aHnp1uDWRBEqV98dVQztYldFc7pAsEIc3Xew.ttf",conditions:[{field:"fontName",value:"Share Tech Mono"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/bentham/v10/VdGeAZQPEpYfmHglKWw7CJaK_y4.ttf",conditions:[{field:"fontName",value:"Bentham"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/cabinsketch/v13/QGYpz_kZZAGCONcK2A4bGOjMn9JM6fnuKg.ttf",conditions:[{field:"fontName",value:"Cabin Sketch"}],fallback:""},{label:"700",value:"https://fonts.gstatic.com/s/cabinsketch/v13/QGY2z_kZZAGCONcK2A4bGOj0I_1o4dLyI4CMFw.ttf",conditions:[{field:"fontName",value:"Cabin Sketch"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/bevan/v11/4iCj6KZ0a9NXjF8aUir7tlSJ.ttf",conditions:[{field:"fontName",value:"Bevan"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/allan/v12/ea8XadU7WuTxEtb2P9SF8nZE.ttf",conditions:[{field:"fontName",value:"Allan"}],fallback:""},{label:"700",value:"https://fonts.gstatic.com/s/allan/v12/ea8aadU7WuTxEu5KEPCN2WpNgEKU.ttf",conditions:[{field:"fontName",value:"Allan"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/schoolbell/v11/92zQtBZWOrcgoe-fgnJIVxIQ6mRqfiQ.ttf",conditions:[{field:"fontName",value:"Schoolbell"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/martelsans/v6/h0GsssGi7VdzDgKjM-4d8ijfze-PPlUu.ttf",conditions:[{field:"fontName",value:"Martel Sans"}],fallback:""},{label:"200",value:"https://fonts.gstatic.com/s/martelsans/v6/h0GxssGi7VdzDgKjM-4d8hAX5suHFUknqMxQ.ttf",conditions:[{field:"fontName",value:"Martel Sans"}],fallback:""},{label:"300",value:"https://fonts.gstatic.com/s/martelsans/v6/h0GxssGi7VdzDgKjM-4d8hBz5cuHFUknqMxQ.ttf",conditions:[{field:"fontName",value:"Martel Sans"}],fallback:""},{label:"600",value:"https://fonts.gstatic.com/s/martelsans/v6/h0GxssGi7VdzDgKjM-4d8hAH48uHFUknqMxQ.ttf",conditions:[{field:"fontName",value:"Martel Sans"}],fallback:""},{label:"700",value:"https://fonts.gstatic.com/s/martelsans/v6/h0GxssGi7VdzDgKjM-4d8hBj4suHFUknqMxQ.ttf",conditions:[{field:"fontName",value:"Martel Sans"}],fallback:""},{label:"800",value:"https://fonts.gstatic.com/s/martelsans/v6/h0GxssGi7VdzDgKjM-4d8hB_4cuHFUknqMxQ.ttf",conditions:[{field:"fontName",value:"Martel Sans"}],fallback:""},{label:"900",value:"https://fonts.gstatic.com/s/martelsans/v6/h0GxssGi7VdzDgKjM-4d8hBb4MuHFUknqMxQ.ttf",conditions:[{field:"fontName",value:"Martel Sans"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/share/v10/i7dEIFliZjKNF5VNHLq2cV5d.ttf",conditions:[{field:"fontName",value:"Share"}],fallback:""},{label:"Italic",value:"https://fonts.gstatic.com/s/share/v10/i7dKIFliZjKNF6VPFr6UdE5dWFM.ttf",conditions:[{field:"fontName",value:"Share"}],fallback:""},{label:"700",value:"https://fonts.gstatic.com/s/share/v10/i7dJIFliZjKNF63xM56-WkJUQUq7.ttf",conditions:[{field:"fontName",value:"Share"}],fallback:""},{label:"700 Italic",value:"https://fonts.gstatic.com/s/share/v10/i7dPIFliZjKNF6VPLgK7UEZ2RFq7AwU.ttf",conditions:[{field:"fontName",value:"Share"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/scada/v8/RLpxK5Pv5qumeWJoxzUobkvv.ttf",conditions:[{field:"fontName",value:"Scada"}],fallback:""},{label:"Italic",value:"https://fonts.gstatic.com/s/scada/v8/RLp_K5Pv5qumeVJqzTEKa1vvffg.ttf",conditions:[{field:"fontName",value:"Scada"}],fallback:""},{label:"700",value:"https://fonts.gstatic.com/s/scada/v8/RLp8K5Pv5qumeVrU6BEgRVfmZOE5.ttf",conditions:[{field:"fontName",value:"Scada"}],fallback:""},{label:"700 Italic",value:"https://fonts.gstatic.com/s/scada/v8/RLp6K5Pv5qumeVJq9Y0lT1PEYfE5p6g.ttf",conditions:[{field:"fontName",value:"Scada"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/annieuseyourtelescope/v10/daaLSS4tI2qYYl3Jq9s_Hu74xwktnlKxH6osGVGjlDfB3UUVZA.ttf",conditions:[{field:"fontName",value:"Annie Use Your Telescope"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/baijamjuree/v3/LDI1apSCOBt_aeQQ7ftydoaMWcjKm7sp8g.ttf",conditions:[{field:"fontName",value:"Bai Jamjuree"}],fallback:""},{label:"Italic",value:"https://fonts.gstatic.com/s/baijamjuree/v3/LDIrapSCOBt_aeQQ7ftydoa8W8LOub458jGL.ttf",conditions:[{field:"fontName",value:"Bai Jamjuree"}],fallback:""},{label:"200",value:"https://fonts.gstatic.com/s/baijamjuree/v3/LDIqapSCOBt_aeQQ7ftydoa0kePuk5A1-yiSgA.ttf",conditions:[{field:"fontName",value:"Bai Jamjuree"}],fallback:""},{label:"200 Italic",value:"https://fonts.gstatic.com/s/baijamjuree/v3/LDIoapSCOBt_aeQQ7ftydoa8W_oGkpox2S2CgOva.ttf",conditions:[{field:"fontName",value:"Bai Jamjuree"}],fallback:""},{label:"300",value:"https://fonts.gstatic.com/s/baijamjuree/v3/LDIqapSCOBt_aeQQ7ftydoa09eDuk5A1-yiSgA.ttf",conditions:[{field:"fontName",value:"Bai Jamjuree"}],fallback:""},{label:"300 Italic",value:"https://fonts.gstatic.com/s/baijamjuree/v3/LDIoapSCOBt_aeQQ7ftydoa8W_pikZox2S2CgOva.ttf",conditions:[{field:"fontName",value:"Bai Jamjuree"}],fallback:""},{label:"500",value:"https://fonts.gstatic.com/s/baijamjuree/v3/LDIqapSCOBt_aeQQ7ftydoa0reHuk5A1-yiSgA.ttf",conditions:[{field:"fontName",value:"Bai Jamjuree"}],fallback:""},{label:"500 Italic",value:"https://fonts.gstatic.com/s/baijamjuree/v3/LDIoapSCOBt_aeQQ7ftydoa8W_o6kJox2S2CgOva.ttf",conditions:[{field:"fontName",value:"Bai Jamjuree"}],fallback:""},{label:"600",value:"https://fonts.gstatic.com/s/baijamjuree/v3/LDIqapSCOBt_aeQQ7ftydoa0gebuk5A1-yiSgA.ttf",conditions:[{field:"fontName",value:"Bai Jamjuree"}],fallback:""},{label:"600 Italic",value:"https://fonts.gstatic.com/s/baijamjuree/v3/LDIoapSCOBt_aeQQ7ftydoa8W_oWl5ox2S2CgOva.ttf",conditions:[{field:"fontName",value:"Bai Jamjuree"}],fallback:""},{label:"700",value:"https://fonts.gstatic.com/s/baijamjuree/v3/LDIqapSCOBt_aeQQ7ftydoa05efuk5A1-yiSgA.ttf",conditions:[{field:"fontName",value:"Bai Jamjuree"}],fallback:""},{label:"700 Italic",value:"https://fonts.gstatic.com/s/baijamjuree/v3/LDIoapSCOBt_aeQQ7ftydoa8W_pylpox2S2CgOva.ttf",conditions:[{field:"fontName",value:"Bai Jamjuree"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/reeniebeanie/v10/z7NSdR76eDkaJKZJFkkjuvWxbP2_qoOgf_w.ttf",conditions:[{field:"fontName",value:"Reenie Beanie"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/sixcaps/v10/6ae_4KGrU7VR7bNmabcS9XXaPCop.ttf",conditions:[{field:"fontName",value:"Six Caps"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/bowlbyonesc/v11/DtVlJxerQqQm37tzN3wMug9Pzgj8owhNjuE.ttf",conditions:[{field:"fontName",value:"Bowlby One SC"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/kameron/v10/vm82dR7vXErQxuznsL4wL-XIYH8.ttf",conditions:[{field:"fontName",value:"Kameron"}],fallback:""},{label:"700",value:"https://fonts.gstatic.com/s/kameron/v10/vm8zdR7vXErQxuzniAIfC-3jfHb--NY.ttf",conditions:[{field:"fontName",value:"Kameron"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/cutivemono/v8/m8JWjfRfY7WVjVi2E-K9H5RFRG-K3Mud.ttf",conditions:[{field:"fontName",value:"Cutive Mono"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/cinzeldecorative/v8/daaCSScvJGqLYhG8nNt8KPPswUAPnh7URs1LaCyC.ttf",conditions:[{field:"fontName",value:"Cinzel Decorative"}],fallback:""},{label:"700",value:"https://fonts.gstatic.com/s/cinzeldecorative/v8/daaHSScvJGqLYhG8nNt8KPPswUAPniZoaelDQzCLlQXE.ttf",conditions:[{field:"fontName",value:"Cinzel Decorative"}],fallback:""},{label:"900",value:"https://fonts.gstatic.com/s/cinzeldecorative/v8/daaHSScvJGqLYhG8nNt8KPPswUAPniZQa-lDQzCLlQXE.ttf",conditions:[{field:"fontName",value:"Cinzel Decorative"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/londrinasolid/v9/flUhRq6sw40kQEJxWNgkLuudGcNZIhI8tIHh.ttf",conditions:[{field:"fontName",value:"Londrina Solid"}],fallback:""},{label:"100",value:"https://fonts.gstatic.com/s/londrinasolid/v9/flUjRq6sw40kQEJxWNgkLuudGfs9KBYesZHhV64.ttf",conditions:[{field:"fontName",value:"Londrina Solid"}],fallback:""},{label:"300",value:"https://fonts.gstatic.com/s/londrinasolid/v9/flUiRq6sw40kQEJxWNgkLuudGfv1CjY0n53oTrcL.ttf",conditions:[{field:"fontName",value:"Londrina Solid"}],fallback:""},{label:"900",value:"https://fonts.gstatic.com/s/londrinasolid/v9/flUiRq6sw40kQEJxWNgkLuudGfvdDzY0n53oTrcL.ttf",conditions:[{field:"fontName",value:"Londrina Solid"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/hanuman/v13/VuJxdNvD15HhpJJBeKbXOIFneRo.ttf",conditions:[{field:"fontName",value:"Hanuman"}],fallback:""},{label:"700",value:"https://fonts.gstatic.com/s/hanuman/v13/VuJ0dNvD15HhpJJBQBr4HIlMZRNcp0o.ttf",conditions:[{field:"fontName",value:"Hanuman"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/justanotherhand/v11/845CNN4-AJyIGvIou-6yJKyptyOpOcr_BmmlS5aw.ttf",conditions:[{field:"fontName",value:"Just Another Hand"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/miriamlibre/v6/DdTh798HsHwubBAqfkcBTL_vYJn_Teun9g.ttf",conditions:[{field:"fontName",value:"Miriam Libre"}],fallback:""},{label:"700",value:"https://fonts.gstatic.com/s/miriamlibre/v6/DdT-798HsHwubBAqfkcBTL_X3LbbRcC7_-Z7Hg.ttf",conditions:[{field:"fontName",value:"Miriam Libre"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/lexenddeca/v1/K2F1fZFYk-dHSE0UPPuwQ6qgLS76ZHOM.ttf",conditions:[{field:"fontName",value:"Lexend Deca"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/nobile/v11/m8JTjflSeaOVl1i2XqfXeLVdbw.ttf",conditions:[{field:"fontName",value:"Nobile"}],fallback:""},{label:"Italic",value:"https://fonts.gstatic.com/s/nobile/v11/m8JRjflSeaOVl1iGXK3TWrBNb3OD.ttf",conditions:[{field:"fontName",value:"Nobile"}],fallback:""},{label:"500",value:"https://fonts.gstatic.com/s/nobile/v11/m8JQjflSeaOVl1iOqo7zcJ5BZmqa3A.ttf",conditions:[{field:"fontName",value:"Nobile"}],fallback:""},{label:"500 Italic",value:"https://fonts.gstatic.com/s/nobile/v11/m8JWjflSeaOVl1iGXJUnc5RFRG-K3Mud.ttf",conditions:[{field:"fontName",value:"Nobile"}],fallback:""},{label:"700",value:"https://fonts.gstatic.com/s/nobile/v11/m8JQjflSeaOVl1iO4ojzcJ5BZmqa3A.ttf",conditions:[{field:"fontName",value:"Nobile"}],fallback:""},{label:"700 Italic",value:"https://fonts.gstatic.com/s/nobile/v11/m8JWjflSeaOVl1iGXJVvdZRFRG-K3Mud.ttf",conditions:[{field:"fontName",value:"Nobile"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/halant/v7/u-4-0qaujRI2PbsX39Jmky12eg.ttf",conditions:[{field:"fontName",value:"Halant"}],fallback:""},{label:"300",value:"https://fonts.gstatic.com/s/halant/v7/u-490qaujRI2Pbsvc_pCmwZqcwdRXg.ttf",conditions:[{field:"fontName",value:"Halant"}],fallback:""},{label:"500",value:"https://fonts.gstatic.com/s/halant/v7/u-490qaujRI2PbsvK_tCmwZqcwdRXg.ttf",conditions:[{field:"fontName",value:"Halant"}],fallback:""},{label:"600",value:"https://fonts.gstatic.com/s/halant/v7/u-490qaujRI2PbsvB_xCmwZqcwdRXg.ttf",conditions:[{field:"fontName",value:"Halant"}],fallback:""},{label:"700",value:"https://fonts.gstatic.com/s/halant/v7/u-490qaujRI2PbsvY_1CmwZqcwdRXg.ttf",conditions:[{field:"fontName",value:"Halant"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/allertastencil/v10/HTx0L209KT-LmIE9N7OR6eiycOeF-zz313DuvQ.ttf",conditions:[{field:"fontName",value:"Allerta Stencil"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/lemonada/v11/0QI-MXFD9oygTWy_R-FFlwV-bgfR7QJGeut2mfWc3Z2pTg.ttf",conditions:[{field:"fontName",value:"Lemonada"}],fallback:""},{label:"300",value:"https://fonts.gstatic.com/s/lemonada/v11/0QI-MXFD9oygTWy_R-FFlwV-bgfR7QJGJOt2mfWc3Z2pTg.ttf",conditions:[{field:"fontName",value:"Lemonada"}],fallback:""},{label:"500",value:"https://fonts.gstatic.com/s/lemonada/v11/0QI-MXFD9oygTWy_R-FFlwV-bgfR7QJGSOt2mfWc3Z2pTg.ttf",conditions:[{field:"fontName",value:"Lemonada"}],fallback:""},{label:"600",value:"https://fonts.gstatic.com/s/lemonada/v11/0QI-MXFD9oygTWy_R-FFlwV-bgfR7QJGpOx2mfWc3Z2pTg.ttf",conditions:[{field:"fontName",value:"Lemonada"}],fallback:""},{label:"700",value:"https://fonts.gstatic.com/s/lemonada/v11/0QI-MXFD9oygTWy_R-FFlwV-bgfR7QJGnex2mfWc3Z2pTg.ttf",conditions:[{field:"fontName",value:"Lemonada"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/krub/v3/sZlLdRyC6CRYXkYQDLlTW6E.ttf",conditions:[{field:"fontName",value:"Krub"}],fallback:""},{label:"Italic",value:"https://fonts.gstatic.com/s/krub/v3/sZlFdRyC6CRYbkQaCJtWS6EPcA.ttf",conditions:[{field:"fontName",value:"Krub"}],fallback:""},{label:"200",value:"https://fonts.gstatic.com/s/krub/v3/sZlEdRyC6CRYZo47KLF4R6gWaf8.ttf",conditions:[{field:"fontName",value:"Krub"}],fallback:""},{label:"200 Italic",value:"https://fonts.gstatic.com/s/krub/v3/sZlGdRyC6CRYbkQiwLByQ4oTef_6gQ.ttf",conditions:[{field:"fontName",value:"Krub"}],fallback:""},{label:"300",value:"https://fonts.gstatic.com/s/krub/v3/sZlEdRyC6CRYZuo4KLF4R6gWaf8.ttf",conditions:[{field:"fontName",value:"Krub"}],fallback:""},{label:"300 Italic",value:"https://fonts.gstatic.com/s/krub/v3/sZlGdRyC6CRYbkQipLNyQ4oTef_6gQ.ttf",conditions:[{field:"fontName",value:"Krub"}],fallback:""},{label:"500",value:"https://fonts.gstatic.com/s/krub/v3/sZlEdRyC6CRYZrI5KLF4R6gWaf8.ttf",conditions:[{field:"fontName",value:"Krub"}],fallback:""},{label:"500 Italic",value:"https://fonts.gstatic.com/s/krub/v3/sZlGdRyC6CRYbkQi_LJyQ4oTef_6gQ.ttf",conditions:[{field:"fontName",value:"Krub"}],fallback:""},{label:"600",value:"https://fonts.gstatic.com/s/krub/v3/sZlEdRyC6CRYZp4-KLF4R6gWaf8.ttf",conditions:[{field:"fontName",value:"Krub"}],fallback:""},{label:"600 Italic",value:"https://fonts.gstatic.com/s/krub/v3/sZlGdRyC6CRYbkQi0LVyQ4oTef_6gQ.ttf",conditions:[{field:"fontName",value:"Krub"}],fallback:""},{label:"700",value:"https://fonts.gstatic.com/s/krub/v3/sZlEdRyC6CRYZvo_KLF4R6gWaf8.ttf",conditions:[{field:"fontName",value:"Krub"}],fallback:""},{label:"700 Italic",value:"https://fonts.gstatic.com/s/krub/v3/sZlGdRyC6CRYbkQitLRyQ4oTef_6gQ.ttf",conditions:[{field:"fontName",value:"Krub"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/lateef/v15/hESw6XVnNCxEvkbMpheEZo_H_w.ttf",conditions:[{field:"fontName",value:"Lateef"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/publicsans/v4/ijwGs572Xtc6ZYQws9YVwllKVG8qX1oyOymuFpm5ww0pX189fg.ttf",conditions:[{field:"fontName",value:"Public Sans"}],fallback:""},{label:"Italic",value:"https://fonts.gstatic.com/s/publicsans/v4/ijwAs572Xtc6ZYQws9YVwnNDZpDyNjGolS673tpRgActfVotfj7j.ttf",conditions:[{field:"fontName",value:"Public Sans"}],fallback:""},{label:"100",value:"https://fonts.gstatic.com/s/publicsans/v4/ijwGs572Xtc6ZYQws9YVwllKVG8qX1oyOymuFpi5ww0pX189fg.ttf",conditions:[{field:"fontName",value:"Public Sans"}],fallback:""},{label:"100 Italic",value:"https://fonts.gstatic.com/s/publicsans/v4/ijwAs572Xtc6ZYQws9YVwnNDZpDyNjGolS673tpRgQctfVotfj7j.ttf",conditions:[{field:"fontName",value:"Public Sans"}],fallback:""},{label:"200",value:"https://fonts.gstatic.com/s/publicsans/v4/ijwGs572Xtc6ZYQws9YVwllKVG8qX1oyOymulpm5ww0pX189fg.ttf",conditions:[{field:"fontName",value:"Public Sans"}],fallback:""},{label:"200 Italic",value:"https://fonts.gstatic.com/s/publicsans/v4/ijwAs572Xtc6ZYQws9YVwnNDZpDyNjGolS673trRgActfVotfj7j.ttf",conditions:[{field:"fontName",value:"Public Sans"}],fallback:""},{label:"300",value:"https://fonts.gstatic.com/s/publicsans/v4/ijwGs572Xtc6ZYQws9YVwllKVG8qX1oyOymuSJm5ww0pX189fg.ttf",conditions:[{field:"fontName",value:"Public Sans"}],fallback:""},{label:"300 Italic",value:"https://fonts.gstatic.com/s/publicsans/v4/ijwAs572Xtc6ZYQws9YVwnNDZpDyNjGolS673toPgActfVotfj7j.ttf",conditions:[{field:"fontName",value:"Public Sans"}],fallback:""},{label:"500",value:"https://fonts.gstatic.com/s/publicsans/v4/ijwGs572Xtc6ZYQws9YVwllKVG8qX1oyOymuJJm5ww0pX189fg.ttf",conditions:[{field:"fontName",value:"Public Sans"}],fallback:""},{label:"500 Italic",value:"https://fonts.gstatic.com/s/publicsans/v4/ijwAs572Xtc6ZYQws9YVwnNDZpDyNjGolS673tpjgActfVotfj7j.ttf",conditions:[{field:"fontName",value:"Public Sans"}],fallback:""},{label:"600",value:"https://fonts.gstatic.com/s/publicsans/v4/ijwGs572Xtc6ZYQws9YVwllKVG8qX1oyOymuyJ65ww0pX189fg.ttf",conditions:[{field:"fontName",value:"Public Sans"}],fallback:""},{label:"600 Italic",value:"https://fonts.gstatic.com/s/publicsans/v4/ijwAs572Xtc6ZYQws9YVwnNDZpDyNjGolS673tqPhwctfVotfj7j.ttf",conditions:[{field:"fontName",value:"Public Sans"}],fallback:""},{label:"700",value:"https://fonts.gstatic.com/s/publicsans/v4/ijwGs572Xtc6ZYQws9YVwllKVG8qX1oyOymu8Z65ww0pX189fg.ttf",conditions:[{field:"fontName",value:"Public Sans"}],fallback:""},{label:"700 Italic",value:"https://fonts.gstatic.com/s/publicsans/v4/ijwAs572Xtc6ZYQws9YVwnNDZpDyNjGolS673tq2hwctfVotfj7j.ttf",conditions:[{field:"fontName",value:"Public Sans"}],fallback:""},{label:"800",value:"https://fonts.gstatic.com/s/publicsans/v4/ijwGs572Xtc6ZYQws9YVwllKVG8qX1oyOymulp65ww0pX189fg.ttf",conditions:[{field:"fontName",value:"Public Sans"}],fallback:""},{label:"800 Italic",value:"https://fonts.gstatic.com/s/publicsans/v4/ijwAs572Xtc6ZYQws9YVwnNDZpDyNjGolS673trRhwctfVotfj7j.ttf",conditions:[{field:"fontName",value:"Public Sans"}],fallback:""},{label:"900",value:"https://fonts.gstatic.com/s/publicsans/v4/ijwGs572Xtc6ZYQws9YVwllKVG8qX1oyOymuv565ww0pX189fg.ttf",conditions:[{field:"fontName",value:"Public Sans"}],fallback:""},{label:"900 Italic",value:"https://fonts.gstatic.com/s/publicsans/v4/ijwAs572Xtc6ZYQws9YVwnNDZpDyNjGolS673tr4hwctfVotfj7j.ttf",conditions:[{field:"fontName",value:"Public Sans"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/nixieone/v11/lW-8wjkKLXjg5y2o2uUoUOFzpS-yLw.ttf",conditions:[{field:"fontName",value:"Nixie One"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/kadwa/v4/rnCm-x5V0g7iphTHRcc2s2XH.ttf",conditions:[{field:"fontName",value:"Kadwa"}],fallback:""},{label:"700",value:"https://fonts.gstatic.com/s/kadwa/v4/rnCr-x5V0g7ipix7auM-mHnOSOuk.ttf",conditions:[{field:"fontName",value:"Kadwa"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/caudex/v9/esDQ311QOP6BJUrIyviAnb4eEw.ttf",conditions:[{field:"fontName",value:"Caudex"}],fallback:""},{label:"Italic",value:"https://fonts.gstatic.com/s/caudex/v9/esDS311QOP6BJUr4yPKEv7sOE4in.ttf",conditions:[{field:"fontName",value:"Caudex"}],fallback:""},{label:"700",value:"https://fonts.gstatic.com/s/caudex/v9/esDT311QOP6BJUrwdteklZUCGpG-GQ.ttf",conditions:[{field:"fontName",value:"Caudex"}],fallback:""},{label:"700 Italic",value:"https://fonts.gstatic.com/s/caudex/v9/esDV311QOP6BJUr4yMo4kJ8GOJSuGdLB.ttf",conditions:[{field:"fontName",value:"Caudex"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/biryani/v5/hv-WlzNxIFoO84YdTUwZPTh5T-s.ttf",conditions:[{field:"fontName",value:"Biryani"}],fallback:""},{label:"200",value:"https://fonts.gstatic.com/s/biryani/v5/hv-TlzNxIFoO84YddYQyGTBSU-J-RxQ.ttf",conditions:[{field:"fontName",value:"Biryani"}],fallback:""},{label:"300",value:"https://fonts.gstatic.com/s/biryani/v5/hv-TlzNxIFoO84YddeAxGTBSU-J-RxQ.ttf",conditions:[{field:"fontName",value:"Biryani"}],fallback:""},{label:"600",value:"https://fonts.gstatic.com/s/biryani/v5/hv-TlzNxIFoO84YddZQ3GTBSU-J-RxQ.ttf",conditions:[{field:"fontName",value:"Biryani"}],fallback:""},{label:"700",value:"https://fonts.gstatic.com/s/biryani/v5/hv-TlzNxIFoO84YddfA2GTBSU-J-RxQ.ttf",conditions:[{field:"fontName",value:"Biryani"}],fallback:""},{label:"800",value:"https://fonts.gstatic.com/s/biryani/v5/hv-TlzNxIFoO84Yddew1GTBSU-J-RxQ.ttf",conditions:[{field:"fontName",value:"Biryani"}],fallback:""},{label:"900",value:"https://fonts.gstatic.com/s/biryani/v5/hv-TlzNxIFoO84Yddcg0GTBSU-J-RxQ.ttf",conditions:[{field:"fontName",value:"Biryani"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/graduate/v7/C8cg4cs3o2n15t_2YxgR6X2NZAn2.ttf",conditions:[{field:"fontName",value:"Graduate"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/bubblegumsans/v9/AYCSpXb_Z9EORv1M5QTjEzMEtdaHzoPPb7R4.ttf",conditions:[{field:"fontName",value:"Bubblegum Sans"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/norican/v8/MwQ2bhXp1eSBqjkPGJJRtGs-lbA.ttf",conditions:[{field:"fontName",value:"Norican"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/racingsansone/v7/sykr-yRtm7EvTrXNxkv5jfKKyDCwL3rmWpIBtA.ttf",conditions:[{field:"fontName",value:"Racing Sans One"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/oranienbaum/v8/OZpHg_txtzZKMuXLIVrx-3zn7kz3dpHc.ttf",conditions:[{field:"fontName",value:"Oranienbaum"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/mrssaintdelafield/v7/v6-IGZDIOVXH9xtmTZfRagunqBw5WC62cK4tLsubB2w.ttf",conditions:[{field:"fontName",value:"Mrs Saint Delafield"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/alegreyasc/v11/taiOGmRtCJ62-O0HhNEa-a6o05E5abe_.ttf",conditions:[{field:"fontName",value:"Alegreya SC"}],fallback:""},{label:"Italic",value:"https://fonts.gstatic.com/s/alegreyasc/v11/taiMGmRtCJ62-O0HhNEa-Z6q2ZUbbKe_DGs.ttf",conditions:[{field:"fontName",value:"Alegreya SC"}],fallback:""},{label:"500",value:"https://fonts.gstatic.com/s/alegreyasc/v11/taiTGmRtCJ62-O0HhNEa-ZZc-rUxQqu2FXKD.ttf",conditions:[{field:"fontName",value:"Alegreya SC"}],fallback:""},{label:"500 Italic",value:"https://fonts.gstatic.com/s/alegreyasc/v11/taiRGmRtCJ62-O0HhNEa-Z6q4WEySK-UEGKDBz4.ttf",conditions:[{field:"fontName",value:"Alegreya SC"}],fallback:""},{label:"700",value:"https://fonts.gstatic.com/s/alegreyasc/v11/taiTGmRtCJ62-O0HhNEa-ZYU_LUxQqu2FXKD.ttf",conditions:[{field:"fontName",value:"Alegreya SC"}],fallback:""},{label:"700 Italic",value:"https://fonts.gstatic.com/s/alegreyasc/v11/taiRGmRtCJ62-O0HhNEa-Z6q4Sk0SK-UEGKDBz4.ttf",conditions:[{field:"fontName",value:"Alegreya SC"}],fallback:""},{label:"800",value:"https://fonts.gstatic.com/s/alegreyasc/v11/taiTGmRtCJ62-O0HhNEa-ZYI_7UxQqu2FXKD.ttf",conditions:[{field:"fontName",value:"Alegreya SC"}],fallback:""},{label:"800 Italic",value:"https://fonts.gstatic.com/s/alegreyasc/v11/taiRGmRtCJ62-O0HhNEa-Z6q4TU3SK-UEGKDBz4.ttf",conditions:[{field:"fontName",value:"Alegreya SC"}],fallback:""},{label:"900",value:"https://fonts.gstatic.com/s/alegreyasc/v11/taiTGmRtCJ62-O0HhNEa-ZYs_rUxQqu2FXKD.ttf",conditions:[{field:"fontName",value:"Alegreya SC"}],fallback:""},{label:"900 Italic",value:"https://fonts.gstatic.com/s/alegreyasc/v11/taiRGmRtCJ62-O0HhNEa-Z6q4RE2SK-UEGKDBz4.ttf",conditions:[{field:"fontName",value:"Alegreya SC"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/molengo/v10/I_uuMpWeuBzZNBtQbbRQkiCvs5Y.ttf",conditions:[{field:"fontName",value:"Molengo"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/galada/v5/H4cmBXyGmcjXlUX-8iw-4Lqggw.ttf",conditions:[{field:"fontName",value:"Galada"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/jockeyone/v9/HTxpL2g2KjCFj4x8WI6ArIb7HYOk4xc.ttf",conditions:[{field:"fontName",value:"Jockey One"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/comingsoon/v12/qWcuB6mzpYL7AJ2VfdQR1u-SUjjzsykh.ttf",conditions:[{field:"fontName",value:"Coming Soon"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/pattaya/v5/ea8ZadcqV_zkHY-XNdCn92ZEmVs.ttf",conditions:[{field:"fontName",value:"Pattaya"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/aladin/v9/ZgNSjPJFPrvJV5f16Sf4pGT2Ng.ttf",conditions:[{field:"fontName",value:"Aladin"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/bungeeinline/v6/Gg8zN58UcgnlCweMrih332VuDGJ1-FEglsc.ttf",conditions:[{field:"fontName",value:"Bungee Inline"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/contrailone/v10/eLGbP-j_JA-kG0_Zo51noafdZUvt_c092w.ttf",conditions:[{field:"fontName",value:"Contrail One"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/marcellussc/v7/ke8iOgUHP1dg-Rmi6RWjbLEPgdydGKikhA.ttf",conditions:[{field:"fontName",value:"Marcellus SC"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/marmelad/v10/Qw3eZQdSHj_jK2e-8tFLG-YMC0R8.ttf",conditions:[{field:"fontName",value:"Marmelad"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/kristi/v12/uK_y4ricdeU6zwdRCh0TMv6EXw.ttf",conditions:[{field:"fontName",value:"Kristi"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/montserratsubrayada/v9/U9MD6c-o9H7PgjlTHThBnNHGVUORwteQQE8LYuceqGT-.ttf",conditions:[{field:"fontName",value:"Montserrat Subrayada"}],fallback:""},{label:"700",value:"https://fonts.gstatic.com/s/montserratsubrayada/v9/U9MM6c-o9H7PgjlTHThBnNHGVUORwteQQHe3TcMWg3j36Ebz.ttf",conditions:[{field:"fontName",value:"Montserrat Subrayada"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/redhattext/v3/RrQXbohi_ic6B3yVSzGBrMxgb60sE8yZPA.ttf",conditions:[{field:"fontName",value:"Red Hat Text"}],fallback:""},{label:"Italic",value:"https://fonts.gstatic.com/s/redhattext/v3/RrQJbohi_ic6B3yVSzGBrMxQbacoMcmJPECN.ttf",conditions:[{field:"fontName",value:"Red Hat Text"}],fallback:""},{label:"500",value:"https://fonts.gstatic.com/s/redhattext/v3/RrQIbohi_ic6B3yVSzGBrMxYm4QIG-eFNVmULg.ttf",conditions:[{field:"fontName",value:"Red Hat Text"}],fallback:""},{label:"500 Italic",value:"https://fonts.gstatic.com/s/redhattext/v3/RrQKbohi_ic6B3yVSzGBrMxQbZ_cGO2BF1yELmgy.ttf",conditions:[{field:"fontName",value:"Red Hat Text"}],fallback:""},{label:"700",value:"https://fonts.gstatic.com/s/redhattext/v3/RrQIbohi_ic6B3yVSzGBrMxY04IIG-eFNVmULg.ttf",conditions:[{field:"fontName",value:"Red Hat Text"}],fallback:""},{label:"700 Italic",value:"https://fonts.gstatic.com/s/redhattext/v3/RrQKbohi_ic6B3yVSzGBrMxQbZ-UHu2BF1yELmgy.ttf",conditions:[{field:"fontName",value:"Red Hat Text"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/herrvonmuellerhoff/v10/WBL6rFjRZkREW8WqmCWYLgCkQKXb4CAft3c6_qJY3QPQ.ttf",conditions:[{field:"fontName",value:"Herr Von Muellerhoff"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/rye/v8/r05XGLJT86YDFpTsXOqx4w.ttf",conditions:[{field:"fontName",value:"Rye"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/magra/v9/uK_94ruaZus72k5xIDMfO-ed.ttf",conditions:[{field:"fontName",value:"Magra"}],fallback:""},{label:"700",value:"https://fonts.gstatic.com/s/magra/v9/uK_w4ruaZus72nbNDxcXEPuUX1ow.ttf",conditions:[{field:"fontName",value:"Magra"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/mallanna/v8/hv-Vlzx-KEQb84YaDGwzEzRwVvJ-.ttf",conditions:[{field:"fontName",value:"Mallanna"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/knewave/v8/sykz-yx0lLcxQaSItSq9-trEvlQ.ttf",conditions:[{field:"fontName",value:"Knewave"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/arizonia/v11/neIIzCemt4A5qa7mv6WGHK06UY30.ttf",conditions:[{field:"fontName",value:"Arizonia"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/rozhaone/v7/AlZy_zVFtYP12Zncg2khdXf4XB0Tow.ttf",conditions:[{field:"fontName",value:"Rozha One"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/carme/v11/ptRHTiWdbvZIDOjGxLNrxfbZ.ttf",conditions:[{field:"fontName",value:"Carme"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/averagesans/v9/1Ptpg8fLXP2dlAXR-HlJJNJPBdqazVoK4A.ttf",conditions:[{field:"fontName",value:"Average Sans"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/faunaone/v7/wlpzgwTPBVpjpCuwkuEx2UxLYClOCg.ttf",conditions:[{field:"fontName",value:"Fauna One"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/coustard/v11/3XFpErgg3YsZ5fqUU9UPvWXuROTd.ttf",conditions:[{field:"fontName",value:"Coustard"}],fallback:""},{label:"900",value:"https://fonts.gstatic.com/s/coustard/v11/3XFuErgg3YsZ5fqUU-2LkEHmb_jU3eRL.ttf",conditions:[{field:"fontName",value:"Coustard"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/yesteryear/v8/dg4g_p78rroaKl8kRKo1r7wHTwonmyw.ttf",conditions:[{field:"fontName",value:"Yesteryear"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/ibmplexsanscondensed/v7/Gg8lN4UfRSqiPg7Jn2ZI12V4DCEwkj1E4LVeHbauwq_jhJsM.ttf",conditions:[{field:"fontName",value:"IBM Plex Sans Condensed"}],fallback:""},{label:"Italic",value:"https://fonts.gstatic.com/s/ibmplexsanscondensed/v7/Gg8nN4UfRSqiPg7Jn2ZI12V4DCEwkj1E4LVeHYasyKvBgYsMDhM.ttf",conditions:[{field:"fontName",value:"IBM Plex Sans Condensed"}],fallback:""},{label:"100",value:"https://fonts.gstatic.com/s/ibmplexsanscondensed/v7/Gg8nN4UfRSqiPg7Jn2ZI12V4DCEwkj1E4LVeHY7KyKvBgYsMDhM.ttf",conditions:[{field:"fontName",value:"IBM Plex Sans Condensed"}],fallback:""},{label:"100 Italic",value:"https://fonts.gstatic.com/s/ibmplexsanscondensed/v7/Gg8hN4UfRSqiPg7Jn2ZI12V4DCEwkj1E4LVeHYas8M_LhakJHhOgBg.ttf",conditions:[{field:"fontName",value:"IBM Plex Sans Condensed"}],fallback:""},{label:"200",value:"https://fonts.gstatic.com/s/ibmplexsanscondensed/v7/Gg8gN4UfRSqiPg7Jn2ZI12V4DCEwkj1E4LVeHY5m6Yvrr4cFFwq5.ttf",conditions:[{field:"fontName",value:"IBM Plex Sans Condensed"}],fallback:""},{label:"200 Italic",value:"https://fonts.gstatic.com/s/ibmplexsanscondensed/v7/Gg8iN4UfRSqiPg7Jn2ZI12V4DCEwkj1E4LVeHYas8GPqpYMnEhq5H1w.ttf",conditions:[{field:"fontName",value:"IBM Plex Sans Condensed"}],fallback:""},{label:"300",value:"https://fonts.gstatic.com/s/ibmplexsanscondensed/v7/Gg8gN4UfRSqiPg7Jn2ZI12V4DCEwkj1E4LVeHY4C6ovrr4cFFwq5.ttf",conditions:[{field:"fontName",value:"IBM Plex Sans Condensed"}],fallback:""},{label:"300 Italic",value:"https://fonts.gstatic.com/s/ibmplexsanscondensed/v7/Gg8iN4UfRSqiPg7Jn2ZI12V4DCEwkj1E4LVeHYas8AfppYMnEhq5H1w.ttf",conditions:[{field:"fontName",value:"IBM Plex Sans Condensed"}],fallback:""},{label:"500",value:"https://fonts.gstatic.com/s/ibmplexsanscondensed/v7/Gg8gN4UfRSqiPg7Jn2ZI12V4DCEwkj1E4LVeHY5a64vrr4cFFwq5.ttf",conditions:[{field:"fontName",value:"IBM Plex Sans Condensed"}],fallback:""},{label:"500 Italic",value:"https://fonts.gstatic.com/s/ibmplexsanscondensed/v7/Gg8iN4UfRSqiPg7Jn2ZI12V4DCEwkj1E4LVeHYas8F_opYMnEhq5H1w.ttf",conditions:[{field:"fontName",value:"IBM Plex Sans Condensed"}],fallback:""},{label:"600",value:"https://fonts.gstatic.com/s/ibmplexsanscondensed/v7/Gg8gN4UfRSqiPg7Jn2ZI12V4DCEwkj1E4LVeHY527Ivrr4cFFwq5.ttf",conditions:[{field:"fontName",value:"IBM Plex Sans Condensed"}],fallback:""},{label:"600 Italic",value:"https://fonts.gstatic.com/s/ibmplexsanscondensed/v7/Gg8iN4UfRSqiPg7Jn2ZI12V4DCEwkj1E4LVeHYas8HPvpYMnEhq5H1w.ttf",conditions:[{field:"fontName",value:"IBM Plex Sans Condensed"}],fallback:""},{label:"700",value:"https://fonts.gstatic.com/s/ibmplexsanscondensed/v7/Gg8gN4UfRSqiPg7Jn2ZI12V4DCEwkj1E4LVeHY4S7Yvrr4cFFwq5.ttf",conditions:[{field:"fontName",value:"IBM Plex Sans Condensed"}],fallback:""},{label:"700 Italic",value:"https://fonts.gstatic.com/s/ibmplexsanscondensed/v7/Gg8iN4UfRSqiPg7Jn2ZI12V4DCEwkj1E4LVeHYas8BfupYMnEhq5H1w.ttf",conditions:[{field:"fontName",value:"IBM Plex Sans Condensed"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/suranna/v7/gokuH6ztGkFjWe58tBRZT2KmgP0.ttf",conditions:[{field:"fontName",value:"Suranna"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/corben/v14/LYjDdGzzklQtCMp9oAlEpVs3VQ.ttf",conditions:[{field:"fontName",value:"Corben"}],fallback:""},{label:"700",value:"https://fonts.gstatic.com/s/corben/v14/LYjAdGzzklQtCMpFHCZgrXArXN7HWQ.ttf",conditions:[{field:"fontName",value:"Corben"}],fallback:""},{label:"300",value:"https://fonts.gstatic.com/s/sunflower/v9/RWmPoKeF8fUjqIj7Vc-06MfiqYsGBGBzCw.ttf",conditions:[{field:"fontName",value:"Sunflower"}],fallback:""},{label:"500",value:"https://fonts.gstatic.com/s/sunflower/v9/RWmPoKeF8fUjqIj7Vc-0sMbiqYsGBGBzCw.ttf",conditions:[{field:"fontName",value:"Sunflower"}],fallback:""},{label:"700",value:"https://fonts.gstatic.com/s/sunflower/v9/RWmPoKeF8fUjqIj7Vc-0-MDiqYsGBGBzCw.ttf",conditions:[{field:"fontName",value:"Sunflower"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/seaweedscript/v7/bx6cNx6Tne2pxOATYE8C_Rsoe0WJ-KcGVbLW.ttf",conditions:[{field:"fontName",value:"Seaweed Script"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/lustria/v8/9oRONYodvDEyjuhOrCg5MtPyAcg.ttf",conditions:[{field:"fontName",value:"Lustria"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/pangolin/v6/cY9GfjGcW0FPpi-tWPfK5d3aiLBG.ttf",conditions:[{field:"fontName",value:"Pangolin"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/notoserifkr/v6/3Jn7SDn90Gmq2mr3blnHaTZXduZp1ONyKHQ.otf",conditions:[{field:"fontName",value:"Noto Serif KR"}],fallback:""},{label:"200",value:"https://fonts.gstatic.com/s/notoserifkr/v6/3JnmSDn90Gmq2mr3blnHaTZXTihC8O1ZNH1ahck.otf",conditions:[{field:"fontName",value:"Noto Serif KR"}],fallback:""},{label:"300",value:"https://fonts.gstatic.com/s/notoserifkr/v6/3JnmSDn90Gmq2mr3blnHaTZXTkxB8O1ZNH1ahck.otf",conditions:[{field:"fontName",value:"Noto Serif KR"}],fallback:""},{label:"500",value:"https://fonts.gstatic.com/s/notoserifkr/v6/3JnmSDn90Gmq2mr3blnHaTZXThRA8O1ZNH1ahck.otf",conditions:[{field:"fontName",value:"Noto Serif KR"}],fallback:""},{label:"600",value:"https://fonts.gstatic.com/s/notoserifkr/v6/3JnmSDn90Gmq2mr3blnHaTZXTjhH8O1ZNH1ahck.otf",conditions:[{field:"fontName",value:"Noto Serif KR"}],fallback:""},{label:"700",value:"https://fonts.gstatic.com/s/notoserifkr/v6/3JnmSDn90Gmq2mr3blnHaTZXTlxG8O1ZNH1ahck.otf",conditions:[{field:"fontName",value:"Noto Serif KR"}],fallback:""},{label:"900",value:"https://fonts.gstatic.com/s/notoserifkr/v6/3JnmSDn90Gmq2mr3blnHaTZXTmRE8O1ZNH1ahck.otf",conditions:[{field:"fontName",value:"Noto Serif KR"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/nanumbrushscript/v17/wXK2E2wfpokopxzthSqPbcR5_gVaxazyjqBr1lO97Q.ttf",conditions:[{field:"fontName",value:"Nanum Brush Script"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/mirza/v7/co3ImWlikiN5EurdKMewsrvI.ttf",conditions:[{field:"fontName",value:"Mirza"}],fallback:""},{label:"500",value:"https://fonts.gstatic.com/s/mirza/v7/co3FmWlikiN5EtIpAeO4mafBomDi.ttf",conditions:[{field:"fontName",value:"Mirza"}],fallback:""},{label:"600",value:"https://fonts.gstatic.com/s/mirza/v7/co3FmWlikiN5EtIFBuO4mafBomDi.ttf",conditions:[{field:"fontName",value:"Mirza"}],fallback:""},{label:"700",value:"https://fonts.gstatic.com/s/mirza/v7/co3FmWlikiN5EtJhB-O4mafBomDi.ttf",conditions:[{field:"fontName",value:"Mirza"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/copse/v10/11hPGpDKz1rGb0djHkihUb-A.ttf",conditions:[{field:"fontName",value:"Copse"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/sansita/v5/QldONTRRphEb_-V7HBm7TXFf3qw.ttf",conditions:[{field:"fontName",value:"Sansita"}],fallback:""},{label:"Italic",value:"https://fonts.gstatic.com/s/sansita/v5/QldMNTRRphEb_-V7LBuxSVNazqx2xg.ttf",conditions:[{field:"fontName",value:"Sansita"}],fallback:""},{label:"700",value:"https://fonts.gstatic.com/s/sansita/v5/QldLNTRRphEb_-V7JKWUaXl0wqVv3_g.ttf",conditions:[{field:"fontName",value:"Sansita"}],fallback:""},{label:"700 Italic",value:"https://fonts.gstatic.com/s/sansita/v5/QldJNTRRphEb_-V7LBuJ9Xx-xodqz_joDQ.ttf",conditions:[{field:"fontName",value:"Sansita"}],fallback:""},{label:"800",value:"https://fonts.gstatic.com/s/sansita/v5/QldLNTRRphEb_-V7JLmXaXl0wqVv3_g.ttf",conditions:[{field:"fontName",value:"Sansita"}],fallback:""},{label:"800 Italic",value:"https://fonts.gstatic.com/s/sansita/v5/QldJNTRRphEb_-V7LBuJ6X9-xodqz_joDQ.ttf",conditions:[{field:"fontName",value:"Sansita"}],fallback:""},{label:"900",value:"https://fonts.gstatic.com/s/sansita/v5/QldLNTRRphEb_-V7JJ2WaXl0wqVv3_g.ttf",conditions:[{field:"fontName",value:"Sansita"}],fallback:""},{label:"900 Italic",value:"https://fonts.gstatic.com/s/sansita/v5/QldJNTRRphEb_-V7LBuJzX5-xodqz_joDQ.ttf",conditions:[{field:"fontName",value:"Sansita"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/grandhotel/v8/7Au7p_IgjDKdCRWuR1azpmQNEl0O0kEx.ttf",conditions:[{field:"fontName",value:"Grand Hotel"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/changaone/v12/xfu00W3wXn3QLUJXhzq46AbouLfbK64.ttf",conditions:[{field:"fontName",value:"Changa One"}],fallback:""},{label:"Italic",value:"https://fonts.gstatic.com/s/changaone/v12/xfu20W3wXn3QLUJXhzq42ATivJXeO67ISw.ttf",conditions:[{field:"fontName",value:"Changa One"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/sen/v2/6xKjdSxYI9_Hm_-MImrpLQ.ttf",conditions:[{field:"fontName",value:"Sen"}],fallback:""},{label:"700",value:"https://fonts.gstatic.com/s/sen/v2/6xKudSxYI9__J9CoKkH1JHUQSQ.ttf",conditions:[{field:"fontName",value:"Sen"}],fallback:""},{label:"800",value:"https://fonts.gstatic.com/s/sen/v2/6xKudSxYI9__O9OoKkH1JHUQSQ.ttf",conditions:[{field:"fontName",value:"Sen"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/ovo/v12/yYLl0h7Wyfzjy4Q5_3WVxA.ttf",conditions:[{field:"fontName",value:"Ovo"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/rochester/v11/6ae-4KCqVa4Zy6Fif-Uy31vWNTMwoQ.ttf",conditions:[{field:"fontName",value:"Rochester"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/durusans/v14/xn7iYH8xwmSyTvEV_HOxT_fYdN-WZw.ttf",conditions:[{field:"fontName",value:"Duru Sans"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/petitformalscript/v8/B50TF6xQr2TXJBnGOFME6u5OR83oRP5qoHnqP4gZSiE.ttf",conditions:[{field:"fontName",value:"Petit Formal Script"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/calligraffitti/v12/46k2lbT3XjDVqJw3DCmCFjE0vnFZM5ZBpYN-.ttf",conditions:[{field:"fontName",value:"Calligraffitti"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/delius/v10/PN_xRfK0pW_9e1rtYcI-jT3L_w.ttf",conditions:[{field:"fontName",value:"Delius"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/voltaire/v10/1Pttg8PcRfSblAvGvQooYKVnBOif.ttf",conditions:[{field:"fontName",value:"Voltaire"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/imfelldoublepica/v10/3XF2EqMq_94s9PeKF7Fg4gOKINyMtZ8rT0S1UL5Ayp0.ttf",conditions:[{field:"fontName",value:"IM Fell Double Pica"}],fallback:""},{label:"Italic",value:"https://fonts.gstatic.com/s/imfelldoublepica/v10/3XF0EqMq_94s9PeKF7Fg4gOKINyMtZ8rf0a_VJxF2p2G8g.ttf",conditions:[{field:"fontName",value:"IM Fell Double Pica"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/slabo13px/v8/11hEGp_azEvXZUdSBzzRcKer2wkYnvI.ttf",conditions:[{field:"fontName",value:"Slabo 13px"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/amiko/v5/WwkQxPq1DFK04tqlc17MMZgJ.ttf",conditions:[{field:"fontName",value:"Amiko"}],fallback:""},{label:"600",value:"https://fonts.gstatic.com/s/amiko/v5/WwkdxPq1DFK04uJ9XXrEGoQAUco5.ttf",conditions:[{field:"fontName",value:"Amiko"}],fallback:""},{label:"700",value:"https://fonts.gstatic.com/s/amiko/v5/WwkdxPq1DFK04uIZXHrEGoQAUco5.ttf",conditions:[{field:"fontName",value:"Amiko"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/metrophobic/v14/sJoA3LZUhMSAPV_u0qwiAT-J737FPEEL.ttf",conditions:[{field:"fontName",value:"Metrophobic"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/meriendaone/v10/H4cgBXaMndbflEq6kyZ1ht6YgoyyYzFzFw.ttf",conditions:[{field:"fontName",value:"Merienda One"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/jost/v3/92zPtBhPNqw79Ij1E865zBUv7myjJQVGPokMmuHL.ttf",conditions:[{field:"fontName",value:"Jost"}],fallback:""},{label:"Italic",value:"https://fonts.gstatic.com/s/jost/v3/92zJtBhPNqw73oHH7BbQp4-B6XlrZu0FNI0un_HLMEo.ttf",conditions:[{field:"fontName",value:"Jost"}],fallback:""},{label:"100",value:"https://fonts.gstatic.com/s/jost/v3/92zPtBhPNqw79Ij1E865zBUv7myjJAVGPokMmuHL.ttf",conditions:[{field:"fontName",value:"Jost"}],fallback:""},{label:"100 Italic",value:"https://fonts.gstatic.com/s/jost/v3/92zJtBhPNqw73oHH7BbQp4-B6XlrZu0ENI0un_HLMEo.ttf",conditions:[{field:"fontName",value:"Jost"}],fallback:""},{label:"200",value:"https://fonts.gstatic.com/s/jost/v3/92zPtBhPNqw79Ij1E865zBUv7mwjJQVGPokMmuHL.ttf",conditions:[{field:"fontName",value:"Jost"}],fallback:""},{label:"200 Italic",value:"https://fonts.gstatic.com/s/jost/v3/92zJtBhPNqw73oHH7BbQp4-B6XlrZm0FNI0un_HLMEo.ttf",conditions:[{field:"fontName",value:"Jost"}],fallback:""},{label:"300",value:"https://fonts.gstatic.com/s/jost/v3/92zPtBhPNqw79Ij1E865zBUv7mz9JQVGPokMmuHL.ttf",conditions:[{field:"fontName",value:"Jost"}],fallback:""},{label:"300 Italic",value:"https://fonts.gstatic.com/s/jost/v3/92zJtBhPNqw73oHH7BbQp4-B6XlrZrMFNI0un_HLMEo.ttf",conditions:[{field:"fontName",value:"Jost"}],fallback:""},{label:"500",value:"https://fonts.gstatic.com/s/jost/v3/92zPtBhPNqw79Ij1E865zBUv7myRJQVGPokMmuHL.ttf",conditions:[{field:"fontName",value:"Jost"}],fallback:""},{label:"500 Italic",value:"https://fonts.gstatic.com/s/jost/v3/92zJtBhPNqw73oHH7BbQp4-B6XlrZt8FNI0un_HLMEo.ttf",conditions:[{field:"fontName",value:"Jost"}],fallback:""},{label:"600",value:"https://fonts.gstatic.com/s/jost/v3/92zPtBhPNqw79Ij1E865zBUv7mx9IgVGPokMmuHL.ttf",conditions:[{field:"fontName",value:"Jost"}],fallback:""},{label:"600 Italic",value:"https://fonts.gstatic.com/s/jost/v3/92zJtBhPNqw73oHH7BbQp4-B6XlrZjMCNI0un_HLMEo.ttf",conditions:[{field:"fontName",value:"Jost"}],fallback:""},{label:"700",value:"https://fonts.gstatic.com/s/jost/v3/92zPtBhPNqw79Ij1E865zBUv7mxEIgVGPokMmuHL.ttf",conditions:[{field:"fontName",value:"Jost"}],fallback:""},{label:"700 Italic",value:"https://fonts.gstatic.com/s/jost/v3/92zJtBhPNqw73oHH7BbQp4-B6XlrZgoCNI0un_HLMEo.ttf",conditions:[{field:"fontName",value:"Jost"}],fallback:""},{label:"800",value:"https://fonts.gstatic.com/s/jost/v3/92zPtBhPNqw79Ij1E865zBUv7mwjIgVGPokMmuHL.ttf",conditions:[{field:"fontName",value:"Jost"}],fallback:""},{label:"800 Italic",value:"https://fonts.gstatic.com/s/jost/v3/92zJtBhPNqw73oHH7BbQp4-B6XlrZm0CNI0un_HLMEo.ttf",conditions:[{field:"fontName",value:"Jost"}],fallback:""},{label:"900",value:"https://fonts.gstatic.com/s/jost/v3/92zPtBhPNqw79Ij1E865zBUv7mwKIgVGPokMmuHL.ttf",conditions:[{field:"fontName",value:"Jost"}],fallback:""},{label:"900 Italic",value:"https://fonts.gstatic.com/s/jost/v3/92zJtBhPNqw73oHH7BbQp4-B6XlrZkQCNI0un_HLMEo.ttf",conditions:[{field:"fontName",value:"Jost"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/carroisgothic/v11/Z9XPDmFATg-N1PLtLOOxvIHl9ZmD3i7ajcJ-.ttf",conditions:[{field:"fontName",value:"Carrois Gothic"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/gildadisplay/v8/t5tmIRoYMoaYG0WEOh7HwMeR7TnFrpOHYh4.ttf",conditions:[{field:"fontName",value:"Gilda Display"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/chauphilomeneone/v10/55xxezRsPtfie1vPY49qzdgSlJiHRQFsnIx7QMISdQ.ttf",conditions:[{field:"fontName",value:"Chau Philomene One"}],fallback:""},{label:"Italic",value:"https://fonts.gstatic.com/s/chauphilomeneone/v10/55xzezRsPtfie1vPY49qzdgSlJiHRQFcnoZ_YscCdXQB.ttf",conditions:[{field:"fontName",value:"Chau Philomene One"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/averiaseriflibre/v10/neIWzD2ms4wxr6GvjeD0X88SHPyX2xY-pQGOyYw2fw.ttf",conditions:[{field:"fontName",value:"Averia Serif Libre"}],fallback:""},{label:"Italic",value:"https://fonts.gstatic.com/s/averiaseriflibre/v10/neIUzD2ms4wxr6GvjeD0X88SHPyX2xYOpwuK64kmf6u2.ttf",conditions:[{field:"fontName",value:"Averia Serif Libre"}],fallback:""},{label:"300",value:"https://fonts.gstatic.com/s/averiaseriflibre/v10/neIVzD2ms4wxr6GvjeD0X88SHPyX2xYGCSmqwacqdrKvbQ.ttf",conditions:[{field:"fontName",value:"Averia Serif Libre"}],fallback:""},{label:"300 Italic",value:"https://fonts.gstatic.com/s/averiaseriflibre/v10/neIbzD2ms4wxr6GvjeD0X88SHPyX2xYOpzMmw60uVLe_bXHq.ttf",conditions:[{field:"fontName",value:"Averia Serif Libre"}],fallback:""},{label:"700",value:"https://fonts.gstatic.com/s/averiaseriflibre/v10/neIVzD2ms4wxr6GvjeD0X88SHPyX2xYGGS6qwacqdrKvbQ.ttf",conditions:[{field:"fontName",value:"Averia Serif Libre"}],fallback:""},{label:"700 Italic",value:"https://fonts.gstatic.com/s/averiaseriflibre/v10/neIbzD2ms4wxr6GvjeD0X88SHPyX2xYOpzM2xK0uVLe_bXHq.ttf",conditions:[{field:"fontName",value:"Averia Serif Libre"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/piedra/v8/ke8kOg8aN0Bn7hTunEyHN_M3gA.ttf",conditions:[{field:"fontName",value:"Piedra"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/loveyalikeasister/v11/R70EjzUBlOqPeouhFDfR80-0FhOqJubN-Be78nZcsGGycA.ttf",conditions:[{field:"fontName",value:"Love Ya Like A Sister"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/b612/v5/3JnySDDxiSz32jm4GDigUXw.ttf",conditions:[{field:"fontName",value:"B612"}],fallback:""},{label:"Italic",value:"https://fonts.gstatic.com/s/b612/v5/3Jn8SDDxiSz36juyHBqlQXwdVw.ttf",conditions:[{field:"fontName",value:"B612"}],fallback:""},{label:"700",value:"https://fonts.gstatic.com/s/b612/v5/3Jn9SDDxiSz34oWXPDCLTXUETuE.ttf",conditions:[{field:"fontName",value:"B612"}],fallback:""},{label:"700 Italic",value:"https://fonts.gstatic.com/s/b612/v5/3Jn_SDDxiSz36juKoDWBSVcBXuFb0Q.ttf",conditions:[{field:"fontName",value:"B612"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/maitree/v5/MjQGmil5tffhpBrkrtmmfJmDoL4.ttf",conditions:[{field:"fontName",value:"Maitree"}],fallback:""},{label:"200",value:"https://fonts.gstatic.com/s/maitree/v5/MjQDmil5tffhpBrklhGNWJGovLdh6OE.ttf",conditions:[{field:"fontName",value:"Maitree"}],fallback:""},{label:"300",value:"https://fonts.gstatic.com/s/maitree/v5/MjQDmil5tffhpBrklnWOWJGovLdh6OE.ttf",conditions:[{field:"fontName",value:"Maitree"}],fallback:""},{label:"500",value:"https://fonts.gstatic.com/s/maitree/v5/MjQDmil5tffhpBrkli2PWJGovLdh6OE.ttf",conditions:[{field:"fontName",value:"Maitree"}],fallback:""},{label:"600",value:"https://fonts.gstatic.com/s/maitree/v5/MjQDmil5tffhpBrklgGIWJGovLdh6OE.ttf",conditions:[{field:"fontName",value:"Maitree"}],fallback:""},{label:"700",value:"https://fonts.gstatic.com/s/maitree/v5/MjQDmil5tffhpBrklmWJWJGovLdh6OE.ttf",conditions:[{field:"fontName",value:"Maitree"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/chelseamarket/v8/BCawqZsHqfr89WNP_IApC8tzKBhlLA4uKkWk.ttf",conditions:[{field:"fontName",value:"Chelsea Market"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/tenaliramakrishna/v7/raxgHj6Yt9gAN3LLKs0BZVMo8jmwn1-8KJXqUFFvtA.ttf",conditions:[{field:"fontName",value:"Tenali Ramakrishna"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/chonburi/v5/8AtqGs-wOpGRTBq66IWaFr3biAfZ.ttf",conditions:[{field:"fontName",value:"Chonburi"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/cambay/v7/SLXJc1rY6H0_ZDsGbrSIz9JsaA.ttf",conditions:[{field:"fontName",value:"Cambay"}],fallback:""},{label:"Italic",value:"https://fonts.gstatic.com/s/cambay/v7/SLXLc1rY6H0_ZDs2bL6M7dd8aGZk.ttf",conditions:[{field:"fontName",value:"Cambay"}],fallback:""},{label:"700",value:"https://fonts.gstatic.com/s/cambay/v7/SLXKc1rY6H0_ZDs-0pusx_lwYX99kA.ttf",conditions:[{field:"fontName",value:"Cambay"}],fallback:""},{label:"700 Italic",value:"https://fonts.gstatic.com/s/cambay/v7/SLXMc1rY6H0_ZDs2bIYwwvN0Q3ptkDMN.ttf",conditions:[{field:"fontName",value:"Cambay"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/niramit/v5/I_uuMpWdvgLdNxVLbbRQkiCvs5Y.ttf",conditions:[{field:"fontName",value:"Niramit"}],fallback:""},{label:"Italic",value:"https://fonts.gstatic.com/s/niramit/v5/I_usMpWdvgLdNxVLXbZalgKqo5bYbA.ttf",conditions:[{field:"fontName",value:"Niramit"}],fallback:""},{label:"200",value:"https://fonts.gstatic.com/s/niramit/v5/I_urMpWdvgLdNxVLVXx7tiiEr5_BdZ8.ttf",conditions:[{field:"fontName",value:"Niramit"}],fallback:""},{label:"200 Italic",value:"https://fonts.gstatic.com/s/niramit/v5/I_upMpWdvgLdNxVLXbZiXimOq73EZZ_f6w.ttf",conditions:[{field:"fontName",value:"Niramit"}],fallback:""},{label:"300",value:"https://fonts.gstatic.com/s/niramit/v5/I_urMpWdvgLdNxVLVRh4tiiEr5_BdZ8.ttf",conditions:[{field:"fontName",value:"Niramit"}],fallback:""},{label:"300 Italic",value:"https://fonts.gstatic.com/s/niramit/v5/I_upMpWdvgLdNxVLXbZiOiqOq73EZZ_f6w.ttf",conditions:[{field:"fontName",value:"Niramit"}],fallback:""},{label:"500",value:"https://fonts.gstatic.com/s/niramit/v5/I_urMpWdvgLdNxVLVUB5tiiEr5_BdZ8.ttf",conditions:[{field:"fontName",value:"Niramit"}],fallback:""},{label:"500 Italic",value:"https://fonts.gstatic.com/s/niramit/v5/I_upMpWdvgLdNxVLXbZiYiuOq73EZZ_f6w.ttf",conditions:[{field:"fontName",value:"Niramit"}],fallback:""},{label:"600",value:"https://fonts.gstatic.com/s/niramit/v5/I_urMpWdvgLdNxVLVWx-tiiEr5_BdZ8.ttf",conditions:[{field:"fontName",value:"Niramit"}],fallback:""},{label:"600 Italic",value:"https://fonts.gstatic.com/s/niramit/v5/I_upMpWdvgLdNxVLXbZiTiyOq73EZZ_f6w.ttf",conditions:[{field:"fontName",value:"Niramit"}],fallback:""},{label:"700",value:"https://fonts.gstatic.com/s/niramit/v5/I_urMpWdvgLdNxVLVQh_tiiEr5_BdZ8.ttf",conditions:[{field:"fontName",value:"Niramit"}],fallback:""},{label:"700 Italic",value:"https://fonts.gstatic.com/s/niramit/v5/I_upMpWdvgLdNxVLXbZiKi2Oq73EZZ_f6w.ttf",conditions:[{field:"fontName",value:"Niramit"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/athiti/v5/pe0vMISdLIZIv1w4DBhWCtaiAg.ttf",conditions:[{field:"fontName",value:"Athiti"}],fallback:""},{label:"200",value:"https://fonts.gstatic.com/s/athiti/v5/pe0sMISdLIZIv1wAxDNyAv2-C99ycg.ttf",conditions:[{field:"fontName",value:"Athiti"}],fallback:""},{label:"300",value:"https://fonts.gstatic.com/s/athiti/v5/pe0sMISdLIZIv1wAoDByAv2-C99ycg.ttf",conditions:[{field:"fontName",value:"Athiti"}],fallback:""},{label:"500",value:"https://fonts.gstatic.com/s/athiti/v5/pe0sMISdLIZIv1wA-DFyAv2-C99ycg.ttf",conditions:[{field:"fontName",value:"Athiti"}],fallback:""},{label:"600",value:"https://fonts.gstatic.com/s/athiti/v5/pe0sMISdLIZIv1wA1DZyAv2-C99ycg.ttf",conditions:[{field:"fontName",value:"Athiti"}],fallback:""},{label:"700",value:"https://fonts.gstatic.com/s/athiti/v5/pe0sMISdLIZIv1wAsDdyAv2-C99ycg.ttf",conditions:[{field:"fontName",value:"Athiti"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/rosario/v18/xfuu0WDhWW_fOEoY8l_VPNZfB7jPM68YCWczd-YnOzUD.ttf",conditions:[{field:"fontName",value:"Rosario"}],fallback:""},{label:"Italic",value:"https://fonts.gstatic.com/s/rosario/v18/xfug0WDhWW_fOEoY2Fbnww42bCJhNLrQSo9wfeIFPiUDn08.ttf",conditions:[{field:"fontName",value:"Rosario"}],fallback:""},{label:"300",value:"https://fonts.gstatic.com/s/rosario/v18/xfuu0WDhWW_fOEoY8l_VPNZfB7jPM69GCWczd-YnOzUD.ttf",conditions:[{field:"fontName",value:"Rosario"}],fallback:""},{label:"300 Italic",value:"https://fonts.gstatic.com/s/rosario/v18/xfug0WDhWW_fOEoY2Fbnww42bCJhNLrQStFwfeIFPiUDn08.ttf",conditions:[{field:"fontName",value:"Rosario"}],fallback:""},{label:"500",value:"https://fonts.gstatic.com/s/rosario/v18/xfuu0WDhWW_fOEoY8l_VPNZfB7jPM68qCWczd-YnOzUD.ttf",conditions:[{field:"fontName",value:"Rosario"}],fallback:""},{label:"500 Italic",value:"https://fonts.gstatic.com/s/rosario/v18/xfug0WDhWW_fOEoY2Fbnww42bCJhNLrQSr1wfeIFPiUDn08.ttf",conditions:[{field:"fontName",value:"Rosario"}],fallback:""},{label:"600",value:"https://fonts.gstatic.com/s/rosario/v18/xfuu0WDhWW_fOEoY8l_VPNZfB7jPM6_GDmczd-YnOzUD.ttf",conditions:[{field:"fontName",value:"Rosario"}],fallback:""},{label:"600 Italic",value:"https://fonts.gstatic.com/s/rosario/v18/xfug0WDhWW_fOEoY2Fbnww42bCJhNLrQSlF3feIFPiUDn08.ttf",conditions:[{field:"fontName",value:"Rosario"}],fallback:""},{label:"700",value:"https://fonts.gstatic.com/s/rosario/v18/xfuu0WDhWW_fOEoY8l_VPNZfB7jPM6__Dmczd-YnOzUD.ttf",conditions:[{field:"fontName",value:"Rosario"}],fallback:""},{label:"700 Italic",value:"https://fonts.gstatic.com/s/rosario/v18/xfug0WDhWW_fOEoY2Fbnww42bCJhNLrQSmh3feIFPiUDn08.ttf",conditions:[{field:"fontName",value:"Rosario"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/mrdehaviland/v9/OpNVnooIhJj96FdB73296ksbOj3C4ULVNTlB.ttf",conditions:[{field:"fontName",value:"Mr De Haviland"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/muktavaani/v7/3Jn5SD_-ynaxmxnEfVHPIF0FfORL0fNy.ttf",conditions:[{field:"fontName",value:"Mukta Vaani"}],fallback:""},{label:"200",value:"https://fonts.gstatic.com/s/muktavaani/v7/3JnkSD_-ynaxmxnEfVHPIGXNV8BD-u97MW1a.ttf",conditions:[{field:"fontName",value:"Mukta Vaani"}],fallback:""},{label:"300",value:"https://fonts.gstatic.com/s/muktavaani/v7/3JnkSD_-ynaxmxnEfVHPIGWpVMBD-u97MW1a.ttf",conditions:[{field:"fontName",value:"Mukta Vaani"}],fallback:""},{label:"500",value:"https://fonts.gstatic.com/s/muktavaani/v7/3JnkSD_-ynaxmxnEfVHPIGXxVcBD-u97MW1a.ttf",conditions:[{field:"fontName",value:"Mukta Vaani"}],fallback:""},{label:"600",value:"https://fonts.gstatic.com/s/muktavaani/v7/3JnkSD_-ynaxmxnEfVHPIGXdUsBD-u97MW1a.ttf",conditions:[{field:"fontName",value:"Mukta Vaani"}],fallback:""},{label:"700",value:"https://fonts.gstatic.com/s/muktavaani/v7/3JnkSD_-ynaxmxnEfVHPIGW5U8BD-u97MW1a.ttf",conditions:[{field:"fontName",value:"Mukta Vaani"}],fallback:""},{label:"800",value:"https://fonts.gstatic.com/s/muktavaani/v7/3JnkSD_-ynaxmxnEfVHPIGWlUMBD-u97MW1a.ttf",conditions:[{field:"fontName",value:"Mukta Vaani"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/laila/v7/LYjMdG_8nE8jDIRdiidIrEIu.ttf",conditions:[{field:"fontName",value:"Laila"}],fallback:""},{label:"300",value:"https://fonts.gstatic.com/s/laila/v7/LYjBdG_8nE8jDLzxogNAh14nVcfe.ttf",conditions:[{field:"fontName",value:"Laila"}],fallback:""},{label:"500",value:"https://fonts.gstatic.com/s/laila/v7/LYjBdG_8nE8jDLypowNAh14nVcfe.ttf",conditions:[{field:"fontName",value:"Laila"}],fallback:""},{label:"600",value:"https://fonts.gstatic.com/s/laila/v7/LYjBdG_8nE8jDLyFpANAh14nVcfe.ttf",conditions:[{field:"fontName",value:"Laila"}],fallback:""},{label:"700",value:"https://fonts.gstatic.com/s/laila/v7/LYjBdG_8nE8jDLzhpQNAh14nVcfe.ttf",conditions:[{field:"fontName",value:"Laila"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/belgrano/v11/55xvey5tM9rwKWrJZcMFirl08KDJ.ttf",conditions:[{field:"fontName",value:"Belgrano"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/redrose/v1/QdVVSTYiLBjouPgEUbLkkwVoknQx.ttf",conditions:[{field:"fontName",value:"Red Rose"}],fallback:""},{label:"300",value:"https://fonts.gstatic.com/s/redrose/v1/QdVSSTYiLBjouPgEUYpIuyFguWg4JGcz.ttf",conditions:[{field:"fontName",value:"Red Rose"}],fallback:""},{label:"700",value:"https://fonts.gstatic.com/s/redrose/v1/QdVSSTYiLBjouPgEUYpYvCFguWg4JGcz.ttf",conditions:[{field:"fontName",value:"Red Rose"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/zcoolxiaowei/v5/i7dMIFFrTRywPpUVX9_RJyM1YFKQHwyVd3U.ttf",conditions:[{field:"fontName",value:"ZCOOL XiaoWei"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/oxygenmono/v8/h0GsssGg9FxgDgCjLeAd7ijfze-PPlUu.ttf",conditions:[{field:"fontName",value:"Oxygen Mono"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/kellyslab/v11/-W_7XJX0Rz3cxUnJC5t6TkMBf50kbiM.ttf",conditions:[{field:"fontName",value:"Kelly Slab"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/cedarvillecursive/v11/yYL00g_a2veiudhUmxjo5VKkoqA-B_neJbBxw8BeTg.ttf",conditions:[{field:"fontName",value:"Cedarville Cursive"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/gfsdidot/v10/Jqzh5TybZ9vZMWFssvwiF-fGFSCGAA.ttf",conditions:[{field:"fontName",value:"GFS Didot"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/belleza/v9/0nkoC9_pNeMfhX4BtcbyawzruP8.ttf",conditions:[{field:"fontName",value:"Belleza"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/literata/v16/or38Q6P12-iJxAIgLa78DkTtAoDhk0oVpaLVa5RXzC1KOw.ttf",conditions:[{field:"fontName",value:"Literata"}],fallback:""},{label:"Italic",value:"https://fonts.gstatic.com/s/literata/v16/or3yQ6P12-iJxAIgLYT1PLs1a-t7PU0AbeE9KJ5T7ihaO_CS.ttf",conditions:[{field:"fontName",value:"Literata"}],fallback:""},{label:"500",value:"https://fonts.gstatic.com/s/literata/v16/or38Q6P12-iJxAIgLa78DkTtAoDhk0oVl6LVa5RXzC1KOw.ttf",conditions:[{field:"fontName",value:"Literata"}],fallback:""},{label:"500 Italic",value:"https://fonts.gstatic.com/s/literata/v16/or3yQ6P12-iJxAIgLYT1PLs1a-t7PU0AbeEPKJ5T7ihaO_CS.ttf",conditions:[{field:"fontName",value:"Literata"}],fallback:""},{label:"600",value:"https://fonts.gstatic.com/s/literata/v16/or38Q6P12-iJxAIgLa78DkTtAoDhk0oVe6XVa5RXzC1KOw.ttf",conditions:[{field:"fontName",value:"Literata"}],fallback:""},{label:"600 Italic",value:"https://fonts.gstatic.com/s/literata/v16/or3yQ6P12-iJxAIgLYT1PLs1a-t7PU0AbeHjL55T7ihaO_CS.ttf",conditions:[{field:"fontName",value:"Literata"}],fallback:""},{label:"700",value:"https://fonts.gstatic.com/s/literata/v16/or38Q6P12-iJxAIgLa78DkTtAoDhk0oVQqXVa5RXzC1KOw.ttf",conditions:[{field:"fontName",value:"Literata"}],fallback:""},{label:"700 Italic",value:"https://fonts.gstatic.com/s/literata/v16/or3yQ6P12-iJxAIgLYT1PLs1a-t7PU0AbeHaL55T7ihaO_CS.ttf",conditions:[{field:"fontName",value:"Literata"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/katibeh/v7/ZGjXol5MQJog4bxDaC1RVDNdGDs.ttf",conditions:[{field:"fontName",value:"Katibeh"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/montaga/v8/H4cnBX2Ml8rCkEO_0gYQ7LO5mqc.ttf",conditions:[{field:"fontName",value:"Montaga"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/titanone/v8/mFTzWbsGxbbS_J5cQcjykzIn2Etikg.ttf",conditions:[{field:"fontName",value:"Titan One"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/harmattan/v8/goksH6L2DkFvVvRp9XpTS0CjkP1Yog.ttf",conditions:[{field:"fontName",value:"Harmattan"}],fallback:""},{label:"700",value:"https://fonts.gstatic.com/s/harmattan/v8/gokpH6L2DkFvVvRp9Xpr92-HmNZEq6TTFw.ttf",conditions:[{field:"fontName",value:"Harmattan"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/amethysta/v9/rP2Fp2K15kgb_F3ibfWIGDWCBl0O8Q.ttf",conditions:[{field:"fontName",value:"Amethysta"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/poly/v11/MQpb-W6wKNitRLCAq2Lpris.ttf",conditions:[{field:"fontName",value:"Poly"}],fallback:""},{label:"Italic",value:"https://fonts.gstatic.com/s/poly/v11/MQpV-W6wKNitdLKKr0DsviuGWA.ttf",conditions:[{field:"fontName",value:"Poly"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/goudybookletter1911/v10/sykt-z54laciWfKv-kX8krex0jDiD2HbY6I5tRbXZ4IXAA.ttf",conditions:[{field:"fontName",value:"Goudy Bookletter 1911"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/emilyscandy/v8/2EbgL-1mD1Rnb0OGKudbk0y5r9xrX84JjA.ttf",conditions:[{field:"fontName",value:"Emilys Candy"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/sofia/v9/8QIHdirahM3j_vu-sowsrqjk.ttf",conditions:[{field:"fontName",value:"Sofia"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/amita/v6/HhyaU5si9Om7PQlvAfSKEZZL.ttf",conditions:[{field:"fontName",value:"Amita"}],fallback:""},{label:"700",value:"https://fonts.gstatic.com/s/amita/v6/HhyXU5si9Om7PTHTLtCCOopCTKkI.ttf",conditions:[{field:"fontName",value:"Amita"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/marvel/v10/nwpVtKeoNgBV0qaIkV7ED366zg.ttf",conditions:[{field:"fontName",value:"Marvel"}],fallback:""},{label:"Italic",value:"https://fonts.gstatic.com/s/marvel/v10/nwpXtKeoNgBV0qa4k1TALXuqzhA7.ttf",conditions:[{field:"fontName",value:"Marvel"}],fallback:""},{label:"700",value:"https://fonts.gstatic.com/s/marvel/v10/nwpWtKeoNgBV0qawLXHgB1WmxwkiYQ.ttf",conditions:[{field:"fontName",value:"Marvel"}],fallback:""},{label:"700 Italic",value:"https://fonts.gstatic.com/s/marvel/v10/nwpQtKeoNgBV0qa4k2x8Al-i5QwyYdrc.ttf",conditions:[{field:"fontName",value:"Marvel"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/lekton/v11/SZc43FDmLaWmWpBeXxfonUPL6Q.ttf",conditions:[{field:"fontName",value:"Lekton"}],fallback:""},{label:"Italic",value:"https://fonts.gstatic.com/s/lekton/v11/SZc63FDmLaWmWpBuXR3sv0bb6StO.ttf",conditions:[{field:"fontName",value:"Lekton"}],fallback:""},{label:"700",value:"https://fonts.gstatic.com/s/lekton/v11/SZc73FDmLaWmWpBm4zjMlWjX4DJXgQ.ttf",conditions:[{field:"fontName",value:"Lekton"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/buenard/v12/OD5DuM6Cyma8FnnsPzf9qGi9HL4.ttf",conditions:[{field:"fontName",value:"Buenard"}],fallback:""},{label:"700",value:"https://fonts.gstatic.com/s/buenard/v12/OD5GuM6Cyma8FnnsB4vSjGCWALepwss.ttf",conditions:[{field:"fontName",value:"Buenard"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/cevicheone/v11/gyB4hws1IcA6JzR-GB_JX6zdZ4vZVbgZ.ttf",conditions:[{field:"fontName",value:"Ceviche One"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/sniglet/v12/cIf9MaFLtkE3UjaJxCmrYGkHgIs.ttf",conditions:[{field:"fontName",value:"Sniglet"}],fallback:""},{label:"800",value:"https://fonts.gstatic.com/s/sniglet/v12/cIf4MaFLtkE3UjaJ_ImHRGEsnIJkWL4.ttf",conditions:[{field:"fontName",value:"Sniglet"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/lemon/v9/HI_EiYEVKqRMq0jBSZXAQ4-d.ttf",conditions:[{field:"fontName",value:"Lemon"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/trocchi/v9/qWcqB6WkuIDxDZLcDrtUvMeTYD0.ttf",conditions:[{field:"fontName",value:"Trocchi"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/shanti/v12/t5thIREMM4uSDgzgU0ezpKfwzA.ttf",conditions:[{field:"fontName",value:"Shanti"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/federo/v12/iJWFBX-cbD_ETsbmjVOe2WTG7Q.ttf",conditions:[{field:"fontName",value:"Federo"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/esteban/v9/r05bGLZE-bdGdN-GdOuD5jokU8E.ttf",conditions:[{field:"fontName",value:"Esteban"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/radley/v15/LYjDdGzinEIjCN19oAlEpVs3VQ.ttf",conditions:[{field:"fontName",value:"Radley"}],fallback:""},{label:"Italic",value:"https://fonts.gstatic.com/s/radley/v15/LYjBdGzinEIjCN1NogNAh14nVcfe.ttf",conditions:[{field:"fontName",value:"Radley"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/sueellenfrancisco/v11/wXK3E20CsoJ9j1DDkjHcQ5ZL8xRaxru9ropF2lqk9H4.ttf",conditions:[{field:"fontName",value:"Sue Ellen Francisco"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/vastshadow/v10/pe0qMImKOZ1V62ZwbVY9dfe6Kdpickwp.ttf",conditions:[{field:"fontName",value:"Vast Shadow"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/cutive/v12/NaPZcZ_fHOhV3Ip7T_hDoyqlZQ.ttf",conditions:[{field:"fontName",value:"Cutive"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/thasadith/v4/mtG44_1TIqPYrd_f5R1YsEkU0CWuFw.ttf",conditions:[{field:"fontName",value:"Thasadith"}],fallback:""},{label:"Italic",value:"https://fonts.gstatic.com/s/thasadith/v4/mtG-4_1TIqPYrd_f5R1oskMQ8iC-F1ZE.ttf",conditions:[{field:"fontName",value:"Thasadith"}],fallback:""},{label:"700",value:"https://fonts.gstatic.com/s/thasadith/v4/mtG94_1TIqPYrd_f5R1gDGYw2A6yHk9d8w.ttf",conditions:[{field:"fontName",value:"Thasadith"}],fallback:""},{label:"700 Italic",value:"https://fonts.gstatic.com/s/thasadith/v4/mtGj4_1TIqPYrd_f5R1osnus3QS2PEpN8zxA.ttf",conditions:[{field:"fontName",value:"Thasadith"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/gugi/v8/A2BVn5dXywshVA6A9DEfgqM.ttf",conditions:[{field:"fontName",value:"Gugi"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/gurajada/v8/FwZY7-Qx308m-l-0Kd6A4sijpFu_.ttf",conditions:[{field:"fontName",value:"Gurajada"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/kurale/v6/4iCs6KV9e9dXjho6eAT3v02QFg.ttf",conditions:[{field:"fontName",value:"Kurale"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/freckleface/v9/AMOWz4SXrmKHCvXTohxY-YI0U1K2w9lb4g.ttf",conditions:[{field:"fontName",value:"Freckle Face"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/montez/v11/845ZNMk5GoGIX8lm1LDeSd-R_g.ttf",conditions:[{field:"fontName",value:"Montez"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/sedgwickave/v6/uK_04rKEYuguzAcSYRdWTJq8Xmg1Vcf5JA.ttf",conditions:[{field:"fontName",value:"Sedgwick Ave"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/librebarcode39/v10/-nFnOHM08vwC6h8Li1eQnP_AHzI2K_d709jy92k.ttf",conditions:[{field:"fontName",value:"Libre Barcode 39"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/imfellenglish/v10/Ktk1ALSLW8zDe0rthJysWrnLsAz3F6mZVY9Y5w.ttf",conditions:[{field:"fontName",value:"IM Fell English"}],fallback:""},{label:"Italic",value:"https://fonts.gstatic.com/s/imfellenglish/v10/Ktk3ALSLW8zDe0rthJysWrnLsAzHFaOdd4pI59zg.ttf",conditions:[{field:"fontName",value:"IM Fell English"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/gabriela/v9/qkBWXvsO6sreR8E-b_m-zrpHmRzC.ttf",conditions:[{field:"fontName",value:"Gabriela"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/cormorantinfant/v8/HhyPU44g9vKiM1sORYSiWeAsLN993_Af2DsAXq4.ttf",conditions:[{field:"fontName",value:"Cormorant Infant"}],fallback:""},{label:"Italic",value:"https://fonts.gstatic.com/s/cormorantinfant/v8/HhyJU44g9vKiM1sORYSiWeAsLN997_IV3BkFTq4EPw.ttf",conditions:[{field:"fontName",value:"Cormorant Infant"}],fallback:""},{label:"300",value:"https://fonts.gstatic.com/s/cormorantinfant/v8/HhyIU44g9vKiM1sORYSiWeAsLN9951w3_DMrQqcdJrk.ttf",conditions:[{field:"fontName",value:"Cormorant Infant"}],fallback:""},{label:"300 Italic",value:"https://fonts.gstatic.com/s/cormorantinfant/v8/HhyKU44g9vKiM1sORYSiWeAsLN997_ItcDEhRoUYNrn_Ig.ttf",conditions:[{field:"fontName",value:"Cormorant Infant"}],fallback:""},{label:"500",value:"https://fonts.gstatic.com/s/cormorantinfant/v8/HhyIU44g9vKiM1sORYSiWeAsLN995wQ2_DMrQqcdJrk.ttf",conditions:[{field:"fontName",value:"Cormorant Infant"}],fallback:""},{label:"500 Italic",value:"https://fonts.gstatic.com/s/cormorantinfant/v8/HhyKU44g9vKiM1sORYSiWeAsLN997_ItKDAhRoUYNrn_Ig.ttf",conditions:[{field:"fontName",value:"Cormorant Infant"}],fallback:""},{label:"600",value:"https://fonts.gstatic.com/s/cormorantinfant/v8/HhyIU44g9vKiM1sORYSiWeAsLN995ygx_DMrQqcdJrk.ttf",conditions:[{field:"fontName",value:"Cormorant Infant"}],fallback:""},{label:"600 Italic",value:"https://fonts.gstatic.com/s/cormorantinfant/v8/HhyKU44g9vKiM1sORYSiWeAsLN997_ItBDchRoUYNrn_Ig.ttf",conditions:[{field:"fontName",value:"Cormorant Infant"}],fallback:""},{label:"700",value:"https://fonts.gstatic.com/s/cormorantinfant/v8/HhyIU44g9vKiM1sORYSiWeAsLN9950ww_DMrQqcdJrk.ttf",conditions:[{field:"fontName",value:"Cormorant Infant"}],fallback:""},{label:"700 Italic",value:"https://fonts.gstatic.com/s/cormorantinfant/v8/HhyKU44g9vKiM1sORYSiWeAsLN997_ItYDYhRoUYNrn_Ig.ttf",conditions:[{field:"fontName",value:"Cormorant Infant"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/ledger/v9/j8_q6-HK1L3if_sxm8DwHTBhHw.ttf",conditions:[{field:"fontName",value:"Ledger"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/alike/v13/HI_EiYEYI6BIoEjBSZXAQ4-d.ttf",conditions:[{field:"fontName",value:"Alike"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/unifrakturmaguntia/v11/WWXPlieVYwiGNomYU-ciRLRvEmK7oaVun2xNNgNa1A.ttf",conditions:[{field:"fontName",value:"UnifrakturMaguntia"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/pompiere/v10/VEMyRoxis5Dwuyeov6Wt5jDtreOL.ttf",conditions:[{field:"fontName",value:"Pompiere"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/anaheim/v8/8vII7w042Wp87g4G0UTUEE5eK_w.ttf",conditions:[{field:"fontName",value:"Anaheim"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/convergence/v9/rax5HiePvdgXPmmMHcIPYRhasU7Q8Cad.ttf",conditions:[{field:"fontName",value:"Convergence"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/rougescript/v9/LYjFdGbiklMoCIQOw1Ep3S4PVPXbUJWq9g.ttf",conditions:[{field:"fontName",value:"Rouge Script"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/mandali/v9/LhWlMVbYOfASNfNUVFk1ZPdcKtA.ttf",conditions:[{field:"fontName",value:"Mandali"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/mate/v9/m8JdjftRd7WZ2z28WoXSaLU.ttf",conditions:[{field:"fontName",value:"Mate"}],fallback:""},{label:"Italic",value:"https://fonts.gstatic.com/s/mate/v9/m8JTjftRd7WZ6z-2XqfXeLVdbw.ttf",conditions:[{field:"fontName",value:"Mate"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/mclaren/v8/2EbnL-ZuAXFqZFXISYYf8z2Yt_c.ttf",conditions:[{field:"fontName",value:"McLaren"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/tauri/v9/TwMA-IISS0AM3IpVWHU_TBqO.ttf",conditions:[{field:"fontName",value:"Tauri"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/wallpoet/v12/f0X10em2_8RnXVVdUNbu7cXP8L8G.ttf",conditions:[{field:"fontName",value:"Wallpoet"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/gravitasone/v10/5h1diZ4hJ3cblKy3LWakKQmaDWRNr3DzbQ.ttf",conditions:[{field:"fontName",value:"Gravitas One"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/inder/v9/w8gUH2YoQe8_4vq6pw-P3U4O.ttf",conditions:[{field:"fontName",value:"Inder"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/secularone/v5/8QINdiTajsj_87rMuMdKypDlMul7LJpK.ttf",conditions:[{field:"fontName",value:"Secular One"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/rasa/v6/xn7vYHIn1mWmTqJelgiQV9w.ttf",conditions:[{field:"fontName",value:"Rasa"}],fallback:""},{label:"300",value:"https://fonts.gstatic.com/s/rasa/v6/xn7gYHIn1mWmdg52sgC7S9XdZN8.ttf",conditions:[{field:"fontName",value:"Rasa"}],fallback:""},{label:"500",value:"https://fonts.gstatic.com/s/rasa/v6/xn7gYHIn1mWmdlZ3sgC7S9XdZN8.ttf",conditions:[{field:"fontName",value:"Rasa"}],fallback:""},{label:"600",value:"https://fonts.gstatic.com/s/rasa/v6/xn7gYHIn1mWmdnpwsgC7S9XdZN8.ttf",conditions:[{field:"fontName",value:"Rasa"}],fallback:""},{label:"700",value:"https://fonts.gstatic.com/s/rasa/v6/xn7gYHIn1mWmdh5xsgC7S9XdZN8.ttf",conditions:[{field:"fontName",value:"Rasa"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/spectralsc/v5/KtkpALCRZonmalTgyPmRfvWi6WDfFpuc.ttf",conditions:[{field:"fontName",value:"Spectral SC"}],fallback:""},{label:"Italic",value:"https://fonts.gstatic.com/s/spectralsc/v5/KtkrALCRZonmalTgyPmRfsWg42T9E4ucRY8.ttf",conditions:[{field:"fontName",value:"Spectral SC"}],fallback:""},{label:"200",value:"https://fonts.gstatic.com/s/spectralsc/v5/Ktk0ALCRZonmalTgyPmRfs1qwkTXPYeVXJZB.ttf",conditions:[{field:"fontName",value:"Spectral SC"}],fallback:""},{label:"200 Italic",value:"https://fonts.gstatic.com/s/spectralsc/v5/Ktk2ALCRZonmalTgyPmRfsWg26zWN4O3WYZB_sU.ttf",conditions:[{field:"fontName",value:"Spectral SC"}],fallback:""},{label:"300",value:"https://fonts.gstatic.com/s/spectralsc/v5/Ktk0ALCRZonmalTgyPmRfs0OwUTXPYeVXJZB.ttf",conditions:[{field:"fontName",value:"Spectral SC"}],fallback:""},{label:"300 Italic",value:"https://fonts.gstatic.com/s/spectralsc/v5/Ktk2ALCRZonmalTgyPmRfsWg28jVN4O3WYZB_sU.ttf",conditions:[{field:"fontName",value:"Spectral SC"}],fallback:""},{label:"500",value:"https://fonts.gstatic.com/s/spectralsc/v5/Ktk0ALCRZonmalTgyPmRfs1WwETXPYeVXJZB.ttf",conditions:[{field:"fontName",value:"Spectral SC"}],fallback:""},{label:"500 Italic",value:"https://fonts.gstatic.com/s/spectralsc/v5/Ktk2ALCRZonmalTgyPmRfsWg25DUN4O3WYZB_sU.ttf",conditions:[{field:"fontName",value:"Spectral SC"}],fallback:""},{label:"600",value:"https://fonts.gstatic.com/s/spectralsc/v5/Ktk0ALCRZonmalTgyPmRfs16x0TXPYeVXJZB.ttf",conditions:[{field:"fontName",value:"Spectral SC"}],fallback:""},{label:"600 Italic",value:"https://fonts.gstatic.com/s/spectralsc/v5/Ktk2ALCRZonmalTgyPmRfsWg27zTN4O3WYZB_sU.ttf",conditions:[{field:"fontName",value:"Spectral SC"}],fallback:""},{label:"700",value:"https://fonts.gstatic.com/s/spectralsc/v5/Ktk0ALCRZonmalTgyPmRfs0exkTXPYeVXJZB.ttf",conditions:[{field:"fontName",value:"Spectral SC"}],fallback:""},{label:"700 Italic",value:"https://fonts.gstatic.com/s/spectralsc/v5/Ktk2ALCRZonmalTgyPmRfsWg29jSN4O3WYZB_sU.ttf",conditions:[{field:"fontName",value:"Spectral SC"}],fallback:""},{label:"800",value:"https://fonts.gstatic.com/s/spectralsc/v5/Ktk0ALCRZonmalTgyPmRfs0CxUTXPYeVXJZB.ttf",conditions:[{field:"fontName",value:"Spectral SC"}],fallback:""},{label:"800 Italic",value:"https://fonts.gstatic.com/s/spectralsc/v5/Ktk2ALCRZonmalTgyPmRfsWg28TRN4O3WYZB_sU.ttf",conditions:[{field:"fontName",value:"Spectral SC"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/andada/v12/uK_y4riWaego3w9RCh0TMv6EXw.ttf",conditions:[{field:"fontName",value:"Andada"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/cambo/v9/IFSqHeNEk8FJk416ok7xkPm8.ttf",conditions:[{field:"fontName",value:"Cambo"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/labelleaurore/v11/RrQIbot8-mNYKnGNDkWlocovHeIIG-eFNVmULg.ttf",conditions:[{field:"fontName",value:"La Belle Aurore"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/unkempt/v12/2EbnL-Z2DFZue0DSSYYf8z2Yt_c.ttf",conditions:[{field:"fontName",value:"Unkempt"}],fallback:""},{label:"700",value:"https://fonts.gstatic.com/s/unkempt/v12/2EbiL-Z2DFZue0DScTow1zWzq_5uT84.ttf",conditions:[{field:"fontName",value:"Unkempt"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/srisakdi/v4/yMJRMIlvdpDbkB0A-jq8fSx5i814.ttf",conditions:[{field:"fontName",value:"Srisakdi"}],fallback:""},{label:"700",value:"https://fonts.gstatic.com/s/srisakdi/v4/yMJWMIlvdpDbkB0A-gIAUghxoNFxW0Hz.ttf",conditions:[{field:"fontName",value:"Srisakdi"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/homenaje/v10/FwZY7-Q-xVAi_l-6Ld6A4sijpFu_.ttf",conditions:[{field:"fontName",value:"Homenaje"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/baumans/v10/-W_-XJj9QyTd3QfpR_oyaksqY5Q.ttf",conditions:[{field:"fontName",value:"Baumans"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/kosugi/v6/pxiFyp4_v8FCjlI4NLr6f1pdEQ.ttf",conditions:[{field:"fontName",value:"Kosugi"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/cormorantsc/v8/0yb5GD4kxqXBmOVLG30OGwserDow9Tbu-Q.ttf",conditions:[{field:"fontName",value:"Cormorant SC"}],fallback:""},{label:"300",value:"https://fonts.gstatic.com/s/cormorantsc/v8/0ybmGD4kxqXBmOVLG30OGwsmABIU_R3y8DOWGA.ttf",conditions:[{field:"fontName",value:"Cormorant SC"}],fallback:""},{label:"500",value:"https://fonts.gstatic.com/s/cormorantsc/v8/0ybmGD4kxqXBmOVLG30OGwsmWBMU_R3y8DOWGA.ttf",conditions:[{field:"fontName",value:"Cormorant SC"}],fallback:""},{label:"600",value:"https://fonts.gstatic.com/s/cormorantsc/v8/0ybmGD4kxqXBmOVLG30OGwsmdBQU_R3y8DOWGA.ttf",conditions:[{field:"fontName",value:"Cormorant SC"}],fallback:""},{label:"700",value:"https://fonts.gstatic.com/s/cormorantsc/v8/0ybmGD4kxqXBmOVLG30OGwsmEBUU_R3y8DOWGA.ttf",conditions:[{field:"fontName",value:"Cormorant SC"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/fanwoodtext/v10/3XFtErwl05Ad_vSCF6Fq7xXGRdbY1P1Sbg.ttf",conditions:[{field:"fontName",value:"Fanwood Text"}],fallback:""},{label:"Italic",value:"https://fonts.gstatic.com/s/fanwoodtext/v10/3XFzErwl05Ad_vSCF6Fq7xX2R9zc9vhCblye.ttf",conditions:[{field:"fontName",value:"Fanwood Text"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/padauk/v6/RrQRboJg-id7OnbBa0_g3LlYbg.ttf",conditions:[{field:"fontName",value:"Padauk"}],fallback:""},{label:"700",value:"https://fonts.gstatic.com/s/padauk/v6/RrQSboJg-id7Onb512DE1JJEZ4YwGg.ttf",conditions:[{field:"fontName",value:"Padauk"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/oleoscriptswashcaps/v8/Noaj6Vb-w5SFbTTAsZP_7JkCS08K-jCzDn_HMXquSY0Hg90.ttf",conditions:[{field:"fontName",value:"Oleo Script Swash Caps"}],fallback:""},{label:"700",value:"https://fonts.gstatic.com/s/oleoscriptswashcaps/v8/Noag6Vb-w5SFbTTAsZP_7JkCS08K-jCzDn_HCcaBbYUsn9T5dt0.ttf",conditions:[{field:"fontName",value:"Oleo Script Swash Caps"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/balthazar/v10/d6lKkaajS8Gm4CVQjFEvyRTo39l8hw.ttf",conditions:[{field:"fontName",value:"Balthazar"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/megrim/v11/46kulbz5WjvLqJZlbWXgd0RY1g.ttf",conditions:[{field:"fontName",value:"Megrim"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/sharetech/v10/7cHtv4Uyi5K0OeZ7bohUwHoDmTcibrA.ttf",conditions:[{field:"fontName",value:"Share Tech"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/limelight/v11/XLYkIZL7aopJVbZJHDuYPeNGrnY2TA.ttf",conditions:[{field:"fontName",value:"Limelight"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/charm/v5/7cHmv4oii5K0MeYvIe804WIo.ttf",conditions:[{field:"fontName",value:"Charm"}],fallback:""},{label:"700",value:"https://fonts.gstatic.com/s/charm/v5/7cHrv4oii5K0Md6TDss8yn4hnCci.ttf",conditions:[{field:"fontName",value:"Charm"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/fingerpaint/v10/0QInMXVJ-o-oRn_7dron8YWO85bS8ANesw.ttf",conditions:[{field:"fontName",value:"Finger Paint"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/heptaslab/v8/ea8JadoyU_jkHdalebHvyWVNdYoIsHe5HvkV5zfbY5B0NBkz.ttf",conditions:[{field:"fontName",value:"Hepta Slab"}],fallback:""},{label:"100",value:"https://fonts.gstatic.com/s/heptaslab/v8/ea8JadoyU_jkHdalebHvyWVNdYoIsHe5HvkV5jfbY5B0NBkz.ttf",conditions:[{field:"fontName",value:"Hepta Slab"}],fallback:""},{label:"200",value:"https://fonts.gstatic.com/s/heptaslab/v8/ea8JadoyU_jkHdalebHvyWVNdYoIsHe5HvmV5zfbY5B0NBkz.ttf",conditions:[{field:"fontName",value:"Hepta Slab"}],fallback:""},{label:"300",value:"https://fonts.gstatic.com/s/heptaslab/v8/ea8JadoyU_jkHdalebHvyWVNdYoIsHe5HvlL5zfbY5B0NBkz.ttf",conditions:[{field:"fontName",value:"Hepta Slab"}],fallback:""},{label:"500",value:"https://fonts.gstatic.com/s/heptaslab/v8/ea8JadoyU_jkHdalebHvyWVNdYoIsHe5Hvkn5zfbY5B0NBkz.ttf",conditions:[{field:"fontName",value:"Hepta Slab"}],fallback:""},{label:"600",value:"https://fonts.gstatic.com/s/heptaslab/v8/ea8JadoyU_jkHdalebHvyWVNdYoIsHe5HvnL4DfbY5B0NBkz.ttf",conditions:[{field:"fontName",value:"Hepta Slab"}],fallback:""},{label:"700",value:"https://fonts.gstatic.com/s/heptaslab/v8/ea8JadoyU_jkHdalebHvyWVNdYoIsHe5Hvny4DfbY5B0NBkz.ttf",conditions:[{field:"fontName",value:"Hepta Slab"}],fallback:""},{label:"800",value:"https://fonts.gstatic.com/s/heptaslab/v8/ea8JadoyU_jkHdalebHvyWVNdYoIsHe5HvmV4DfbY5B0NBkz.ttf",conditions:[{field:"fontName",value:"Hepta Slab"}],fallback:""},{label:"900",value:"https://fonts.gstatic.com/s/heptaslab/v8/ea8JadoyU_jkHdalebHvyWVNdYoIsHe5Hvm84DfbY5B0NBkz.ttf",conditions:[{field:"fontName",value:"Hepta Slab"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/quando/v9/xMQVuFNaVa6YuW0pC6WzKX_QmA.ttf",conditions:[{field:"fontName",value:"Quando"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/jua/v8/co3KmW9ljjAjc-DZCsKgsg.ttf",conditions:[{field:"fontName",value:"Jua"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/qwigley/v10/1cXzaU3UGJb5tGoCuVxsi1mBmcE.ttf",conditions:[{field:"fontName",value:"Qwigley"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/imfelldwpica/v10/2sDGZGRQotv9nbn2qSl0TxXVYNw9ZAPUvi88MQ.ttf",conditions:[{field:"fontName",value:"IM Fell DW Pica"}],fallback:""},{label:"Italic",value:"https://fonts.gstatic.com/s/imfelldwpica/v10/2sDEZGRQotv9nbn2qSl0TxXVYNwNZgnQnCosMXm0.ttf",conditions:[{field:"fontName",value:"IM Fell DW Pica"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/doppioone/v8/Gg8wN5gSaBfyBw2MqCh-lgshKGpe5Fg.ttf",conditions:[{field:"fontName",value:"Doppio One"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/expletussans/v14/RLp5K5v5_bqufTYdnhFzDj2dRfkSu6EuTHo.ttf",conditions:[{field:"fontName",value:"Expletus Sans"}],fallback:""},{label:"Italic",value:"https://fonts.gstatic.com/s/expletussans/v14/RLpnK5v5_bqufTYdnhFzDj2ddfsYv4MrXHrRDA.ttf",conditions:[{field:"fontName",value:"Expletus Sans"}],fallback:""},{label:"500",value:"https://fonts.gstatic.com/s/expletussans/v14/RLpkK5v5_bqufTYdnhFzDj2dfQ07n6kFUHPIFaU.ttf",conditions:[{field:"fontName",value:"Expletus Sans"}],fallback:""},{label:"500 Italic",value:"https://fonts.gstatic.com/s/expletussans/v14/RLpiK5v5_bqufTYdnhFzDj2ddfsgS6oPVFHNBaVImA.ttf",conditions:[{field:"fontName",value:"Expletus Sans"}],fallback:""},{label:"600",value:"https://fonts.gstatic.com/s/expletussans/v14/RLpkK5v5_bqufTYdnhFzDj2dfSE8n6kFUHPIFaU.ttf",conditions:[{field:"fontName",value:"Expletus Sans"}],fallback:""},{label:"600 Italic",value:"https://fonts.gstatic.com/s/expletussans/v14/RLpiK5v5_bqufTYdnhFzDj2ddfsgZ60PVFHNBaVImA.ttf",conditions:[{field:"fontName",value:"Expletus Sans"}],fallback:""},{label:"700",value:"https://fonts.gstatic.com/s/expletussans/v14/RLpkK5v5_bqufTYdnhFzDj2dfUU9n6kFUHPIFaU.ttf",conditions:[{field:"fontName",value:"Expletus Sans"}],fallback:""},{label:"700 Italic",value:"https://fonts.gstatic.com/s/expletussans/v14/RLpiK5v5_bqufTYdnhFzDj2ddfsgA6wPVFHNBaVImA.ttf",conditions:[{field:"fontName",value:"Expletus Sans"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/meerainimai/v5/845fNMM5EIqOW5MPuvO3ILep_2jDVevnLQ.ttf",conditions:[{field:"fontName",value:"Meera Inimai"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/k2d/v4/J7aTnpF2V0ETd68tnLcg7w.ttf",conditions:[{field:"fontName",value:"K2D"}],fallback:""},{label:"Italic",value:"https://fonts.gstatic.com/s/k2d/v4/J7aRnpF2V0EjdaUpvrIw74NL.ttf",conditions:[{field:"fontName",value:"K2D"}],fallback:""},{label:"100",value:"https://fonts.gstatic.com/s/k2d/v4/J7aRnpF2V0ErE6UpvrIw74NL.ttf",conditions:[{field:"fontName",value:"K2D"}],fallback:""},{label:"100 Italic",value:"https://fonts.gstatic.com/s/k2d/v4/J7afnpF2V0EjdZ1NtLYS6pNLAjk.ttf",conditions:[{field:"fontName",value:"K2D"}],fallback:""},{label:"200",value:"https://fonts.gstatic.com/s/k2d/v4/J7aenpF2V0Erv4QJlJw85ppSGw.ttf",conditions:[{field:"fontName",value:"K2D"}],fallback:""},{label:"200 Italic",value:"https://fonts.gstatic.com/s/k2d/v4/J7acnpF2V0EjdZ3hlZY4xJ9CGyAa.ttf",conditions:[{field:"fontName",value:"K2D"}],fallback:""},{label:"300",value:"https://fonts.gstatic.com/s/k2d/v4/J7aenpF2V0Er24cJlJw85ppSGw.ttf",conditions:[{field:"fontName",value:"K2D"}],fallback:""},{label:"300 Italic",value:"https://fonts.gstatic.com/s/k2d/v4/J7acnpF2V0EjdZ2FlpY4xJ9CGyAa.ttf",conditions:[{field:"fontName",value:"K2D"}],fallback:""},{label:"500",value:"https://fonts.gstatic.com/s/k2d/v4/J7aenpF2V0Erg4YJlJw85ppSGw.ttf",conditions:[{field:"fontName",value:"K2D"}],fallback:""},{label:"500 Italic",value:"https://fonts.gstatic.com/s/k2d/v4/J7acnpF2V0EjdZ3dl5Y4xJ9CGyAa.ttf",conditions:[{field:"fontName",value:"K2D"}],fallback:""},{label:"600",value:"https://fonts.gstatic.com/s/k2d/v4/J7aenpF2V0Err4EJlJw85ppSGw.ttf",conditions:[{field:"fontName",value:"K2D"}],fallback:""},{label:"600 Italic",value:"https://fonts.gstatic.com/s/k2d/v4/J7acnpF2V0EjdZ3xkJY4xJ9CGyAa.ttf",conditions:[{field:"fontName",value:"K2D"}],fallback:""},{label:"700",value:"https://fonts.gstatic.com/s/k2d/v4/J7aenpF2V0Ery4AJlJw85ppSGw.ttf",conditions:[{field:"fontName",value:"K2D"}],fallback:""},{label:"700 Italic",value:"https://fonts.gstatic.com/s/k2d/v4/J7acnpF2V0EjdZ2VkZY4xJ9CGyAa.ttf",conditions:[{field:"fontName",value:"K2D"}],fallback:""},{label:"800",value:"https://fonts.gstatic.com/s/k2d/v4/J7aenpF2V0Er14MJlJw85ppSGw.ttf",conditions:[{field:"fontName",value:"K2D"}],fallback:""},{label:"800 Italic",value:"https://fonts.gstatic.com/s/k2d/v4/J7acnpF2V0EjdZ2JkpY4xJ9CGyAa.ttf",conditions:[{field:"fontName",value:"K2D"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/rammettoone/v9/LhWiMV3HOfMbMetJG3lQDpp9Mvuciu-_SQ.ttf",conditions:[{field:"fontName",value:"Rammetto One"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/manjari/v3/k3kQo8UPMOBO2w1UTd7iL0nAMaM.ttf",conditions:[{field:"fontName",value:"Manjari"}],fallback:""},{label:"100",value:"https://fonts.gstatic.com/s/manjari/v3/k3kSo8UPMOBO2w1UdbroK2vFIaOV8A.ttf",conditions:[{field:"fontName",value:"Manjari"}],fallback:""},{label:"700",value:"https://fonts.gstatic.com/s/manjari/v3/k3kVo8UPMOBO2w1UdWLNC0HrLaqM6Q4.ttf",conditions:[{field:"fontName",value:"Manjari"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/bowlbyone/v12/taiPGmVuC4y96PFeqp8smo6C_Z0wcK4.ttf",conditions:[{field:"fontName",value:"Bowlby One"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/fasterone/v12/H4ciBXCHmdfClFb-vWhfyLuShq63czE.ttf",conditions:[{field:"fontName",value:"Faster One"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/imfellenglishsc/v10/a8IENpD3CDX-4zrWfr1VY879qFF05pZLO4gOg0shzA.ttf",conditions:[{field:"fontName",value:"IM Fell English SC"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/stardosstencil/v11/X7n94bcuGPC8hrvEOHXOgaKCc2TR71R3tiSx0g.ttf",conditions:[{field:"fontName",value:"Stardos Stencil"}],fallback:""},{label:"700",value:"https://fonts.gstatic.com/s/stardosstencil/v11/X7n44bcuGPC8hrvEOHXOgaKCc2TpU3tTvg-t29HSHw.ttf",conditions:[{field:"fontName",value:"Stardos Stencil"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/mansalva/v2/aWB4m0aacbtDfvq5NJllI47vdyBg.ttf",conditions:[{field:"fontName",value:"Mansalva"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/rakkas/v7/Qw3cZQlNHiblL3j_lttPOeMcCw.ttf",conditions:[{field:"fontName",value:"Rakkas"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/skranji/v8/OZpDg_dtriVFNerMYzuuklTm3Ek.ttf",conditions:[{field:"fontName",value:"Skranji"}],fallback:""},{label:"700",value:"https://fonts.gstatic.com/s/skranji/v8/OZpGg_dtriVFNerMW4eBtlzNwED-b4g.ttf",conditions:[{field:"fontName",value:"Skranji"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/cormorantupright/v6/VuJrdM3I2Y35poFONtLdafkUCHw1y2vVjjTkeMnz.ttf",conditions:[{field:"fontName",value:"Cormorant Upright"}],fallback:""},{label:"300",value:"https://fonts.gstatic.com/s/cormorantupright/v6/VuJudM3I2Y35poFONtLdafkUCHw1y1N5phDsU9X6RPzQ.ttf",conditions:[{field:"fontName",value:"Cormorant Upright"}],fallback:""},{label:"500",value:"https://fonts.gstatic.com/s/cormorantupright/v6/VuJudM3I2Y35poFONtLdafkUCHw1y1MhpxDsU9X6RPzQ.ttf",conditions:[{field:"fontName",value:"Cormorant Upright"}],fallback:""},{label:"600",value:"https://fonts.gstatic.com/s/cormorantupright/v6/VuJudM3I2Y35poFONtLdafkUCHw1y1MNoBDsU9X6RPzQ.ttf",conditions:[{field:"fontName",value:"Cormorant Upright"}],fallback:""},{label:"700",value:"https://fonts.gstatic.com/s/cormorantupright/v6/VuJudM3I2Y35poFONtLdafkUCHw1y1NpoRDsU9X6RPzQ.ttf",conditions:[{field:"fontName",value:"Cormorant Upright"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/patrickhandsc/v8/0nkwC9f7MfsBiWcLtY65AWDK873ViSi6JQc7Vg.ttf",conditions:[{field:"fontName",value:"Patrick Hand SC"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/clickerscript/v8/raxkHiKPvt8CMH6ZWP8PdlEq72rY2zqUKafv.ttf",conditions:[{field:"fontName",value:"Clicker Script"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/frijole/v9/uU9PCBUR8oakM2BQ7xPb3vyHmlI.ttf",conditions:[{field:"fontName",value:"Frijole"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/dawningofanewday/v11/t5t_IQMbOp2SEwuncwLRjMfIg1yYit_nAz8bhWJGNoBE.ttf",conditions:[{field:"fontName",value:"Dawning of a New Day"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/bungeeshade/v6/DtVkJxarWL0t2KdzK3oI_jks7iLSrwFUlw.ttf",conditions:[{field:"fontName",value:"Bungee Shade"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/fjordone/v9/zOL-4pbEnKBY_9S1jNKr6e5As-FeiQ.ttf",conditions:[{field:"fontName",value:"Fjord One"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/oregano/v8/If2IXTPxciS3H4S2kZffPznO3yM.ttf",conditions:[{field:"fontName",value:"Oregano"}],fallback:""},{label:"Italic",value:"https://fonts.gstatic.com/s/oregano/v8/If2KXTPxciS3H4S2oZXVOxvLzyP_qw.ttf",conditions:[{field:"fontName",value:"Oregano"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/bevietnam/v2/FBVzdDflz-iPfoPuIC2iEqEt6U9kO2c.ttf",conditions:[{field:"fontName",value:"Be Vietnam"}],fallback:""},{label:"Italic",value:"https://fonts.gstatic.com/s/bevietnam/v2/FBVxdDflz-iPfoPuIC2iIqMn7W1hK2czPg.ttf",conditions:[{field:"fontName",value:"Be Vietnam"}],fallback:""},{label:"100",value:"https://fonts.gstatic.com/s/bevietnam/v2/FBVxdDflz-iPfoPuIC2iKsUn7W1hK2czPg.ttf",conditions:[{field:"fontName",value:"Be Vietnam"}],fallback:""},{label:"100 Italic",value:"https://fonts.gstatic.com/s/bevietnam/v2/FBVvdDflz-iPfoPuIC2iIqMfiWdlCWIjPi5p.ttf",conditions:[{field:"fontName",value:"Be Vietnam"}],fallback:""},{label:"300",value:"https://fonts.gstatic.com/s/bevietnam/v2/FBVwdDflz-iPfoPuIC2iKg0FzUdPJ24qJzc.ttf",conditions:[{field:"fontName",value:"Be Vietnam"}],fallback:""},{label:"300 Italic",value:"https://fonts.gstatic.com/s/bevietnam/v2/FBVudDflz-iPfoPuIC2iIqMfQUVFI0wvNzdwXQ.ttf",conditions:[{field:"fontName",value:"Be Vietnam"}],fallback:""},{label:"500",value:"https://fonts.gstatic.com/s/bevietnam/v2/FBVwdDflz-iPfoPuIC2iKlUEzUdPJ24qJzc.ttf",conditions:[{field:"fontName",value:"Be Vietnam"}],fallback:""},{label:"500 Italic",value:"https://fonts.gstatic.com/s/bevietnam/v2/FBVudDflz-iPfoPuIC2iIqMfGURFI0wvNzdwXQ.ttf",conditions:[{field:"fontName",value:"Be Vietnam"}],fallback:""},{label:"600",value:"https://fonts.gstatic.com/s/bevietnam/v2/FBVwdDflz-iPfoPuIC2iKnkDzUdPJ24qJzc.ttf",conditions:[{field:"fontName",value:"Be Vietnam"}],fallback:""},{label:"600 Italic",value:"https://fonts.gstatic.com/s/bevietnam/v2/FBVudDflz-iPfoPuIC2iIqMfNUNFI0wvNzdwXQ.ttf",conditions:[{field:"fontName",value:"Be Vietnam"}],fallback:""},{label:"700",value:"https://fonts.gstatic.com/s/bevietnam/v2/FBVwdDflz-iPfoPuIC2iKh0CzUdPJ24qJzc.ttf",conditions:[{field:"fontName",value:"Be Vietnam"}],fallback:""},{label:"700 Italic",value:"https://fonts.gstatic.com/s/bevietnam/v2/FBVudDflz-iPfoPuIC2iIqMfUUJFI0wvNzdwXQ.ttf",conditions:[{field:"fontName",value:"Be Vietnam"}],fallback:""},{label:"800",value:"https://fonts.gstatic.com/s/bevietnam/v2/FBVwdDflz-iPfoPuIC2iKgEBzUdPJ24qJzc.ttf",conditions:[{field:"fontName",value:"Be Vietnam"}],fallback:""},{label:"800 Italic",value:"https://fonts.gstatic.com/s/bevietnam/v2/FBVudDflz-iPfoPuIC2iIqMfTUFFI0wvNzdwXQ.ttf",conditions:[{field:"fontName",value:"Be Vietnam"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/battambang/v14/uk-mEGe7raEw-HjkzZabDnWj4yxx7o8.ttf",conditions:[{field:"fontName",value:"Battambang"}],fallback:""},{label:"700",value:"https://fonts.gstatic.com/s/battambang/v14/uk-lEGe7raEw-HjkzZabNsmMxyRa8oZK9I0.ttf",conditions:[{field:"fontName",value:"Battambang"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/waitingforthesunrise/v11/WBL1rFvOYl9CEv2i1mO6KUW8RKWJ2zoXoz5JsYZQ9h_ZYk5J.ttf",conditions:[{field:"fontName",value:"Waiting for the Sunrise"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/podkova/v17/K2FufZ1EmftJSV9VQpXb1lo9vC3nZWtFzcU4EoporSHH.ttf",conditions:[{field:"fontName",value:"Podkova"}],fallback:""},{label:"500",value:"https://fonts.gstatic.com/s/podkova/v17/K2FufZ1EmftJSV9VQpXb1lo9vC3nZWt3zcU4EoporSHH.ttf",conditions:[{field:"fontName",value:"Podkova"}],fallback:""},{label:"600",value:"https://fonts.gstatic.com/s/podkova/v17/K2FufZ1EmftJSV9VQpXb1lo9vC3nZWubysU4EoporSHH.ttf",conditions:[{field:"fontName",value:"Podkova"}],fallback:""},{label:"700",value:"https://fonts.gstatic.com/s/podkova/v17/K2FufZ1EmftJSV9VQpXb1lo9vC3nZWuiysU4EoporSHH.ttf",conditions:[{field:"fontName",value:"Podkova"}],fallback:""},{label:"800",value:"https://fonts.gstatic.com/s/podkova/v17/K2FufZ1EmftJSV9VQpXb1lo9vC3nZWvFysU4EoporSHH.ttf",conditions:[{field:"fontName",value:"Podkova"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/shojumaru/v8/rax_HiWfutkLLnaKCtlMBBJek0vA8A.ttf",conditions:[{field:"fontName",value:"Shojumaru"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/happymonkey/v9/K2F2fZZcl-9SXwl5F_C4R_OABwD2bWqVjw.ttf",conditions:[{field:"fontName",value:"Happy Monkey"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/pavanam/v5/BXRrvF_aiezLh0xPDOtQ9Wf0QcE.ttf",conditions:[{field:"fontName",value:"Pavanam"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/craftygirls/v10/va9B4kXI39VaDdlPJo8N_NvuQR37fF3Wlg.ttf",conditions:[{field:"fontName",value:"Crafty Girls"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/numans/v10/SlGRmQmGupYAfH8IYRggiHVqaQ.ttf",conditions:[{field:"fontName",value:"Numans"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/atma/v6/uK_84rqWc-Eom25bDj8WIv4.ttf",conditions:[{field:"fontName",value:"Atma"}],fallback:""},{label:"300",value:"https://fonts.gstatic.com/s/atma/v6/uK_z4rqWc-Eoo8JzKjc9PvedRkM.ttf",conditions:[{field:"fontName",value:"Atma"}],fallback:""},{label:"500",value:"https://fonts.gstatic.com/s/atma/v6/uK_z4rqWc-Eoo5pyKjc9PvedRkM.ttf",conditions:[{field:"fontName",value:"Atma"}],fallback:""},{label:"600",value:"https://fonts.gstatic.com/s/atma/v6/uK_z4rqWc-Eoo7Z1Kjc9PvedRkM.ttf",conditions:[{field:"fontName",value:"Atma"}],fallback:""},{label:"700",value:"https://fonts.gstatic.com/s/atma/v6/uK_z4rqWc-Eoo9J0Kjc9PvedRkM.ttf",conditions:[{field:"fontName",value:"Atma"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/prozalibre/v5/LYjGdGHgj0k1DIQRyUEyyHovftvXWYyz.ttf",conditions:[{field:"fontName",value:"Proza Libre"}],fallback:""},{label:"Italic",value:"https://fonts.gstatic.com/s/prozalibre/v5/LYjEdGHgj0k1DIQRyUEyyEotdN_1XJyz7zc.ttf",conditions:[{field:"fontName",value:"Proza Libre"}],fallback:""},{label:"500",value:"https://fonts.gstatic.com/s/prozalibre/v5/LYjbdGHgj0k1DIQRyUEyyELbV__fcpC69i6N.ttf",conditions:[{field:"fontName",value:"Proza Libre"}],fallback:""},{label:"500 Italic",value:"https://fonts.gstatic.com/s/prozalibre/v5/LYjZdGHgj0k1DIQRyUEyyEotTCvceJSY8z6Np1k.ttf",conditions:[{field:"fontName",value:"Proza Libre"}],fallback:""},{label:"600",value:"https://fonts.gstatic.com/s/prozalibre/v5/LYjbdGHgj0k1DIQRyUEyyEL3UP_fcpC69i6N.ttf",conditions:[{field:"fontName",value:"Proza Libre"}],fallback:""},{label:"600 Italic",value:"https://fonts.gstatic.com/s/prozalibre/v5/LYjZdGHgj0k1DIQRyUEyyEotTAfbeJSY8z6Np1k.ttf",conditions:[{field:"fontName",value:"Proza Libre"}],fallback:""},{label:"700",value:"https://fonts.gstatic.com/s/prozalibre/v5/LYjbdGHgj0k1DIQRyUEyyEKTUf_fcpC69i6N.ttf",conditions:[{field:"fontName",value:"Proza Libre"}],fallback:""},{label:"700 Italic",value:"https://fonts.gstatic.com/s/prozalibre/v5/LYjZdGHgj0k1DIQRyUEyyEotTGPaeJSY8z6Np1k.ttf",conditions:[{field:"fontName",value:"Proza Libre"}],fallback:""},{label:"800",value:"https://fonts.gstatic.com/s/prozalibre/v5/LYjbdGHgj0k1DIQRyUEyyEKPUv_fcpC69i6N.ttf",conditions:[{field:"fontName",value:"Proza Libre"}],fallback:""},{label:"800 Italic",value:"https://fonts.gstatic.com/s/prozalibre/v5/LYjZdGHgj0k1DIQRyUEyyEotTH_ZeJSY8z6Np1k.ttf",conditions:[{field:"fontName",value:"Proza Libre"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/mountainsofchristmas/v13/3y9w6a4zcCnn5X0FDyrKi2ZRUBIy8uxoUo7ePNamMPNpJpc.ttf",conditions:[{field:"fontName",value:"Mountains of Christmas"}],fallback:""},{label:"700",value:"https://fonts.gstatic.com/s/mountainsofchristmas/v13/3y9z6a4zcCnn5X0FDyrKi2ZRUBIy8uxoUo7eBGqJFPtCOp6IaEA.ttf",conditions:[{field:"fontName",value:"Mountains of Christmas"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/zeyada/v10/11hAGpPTxVPUbgZDNGatWKaZ3g.ttf",conditions:[{field:"fontName",value:"Zeyada"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/bellefair/v6/kJExBuYY6AAuhiXUxG19__A2pOdvDA.ttf",conditions:[{field:"fontName",value:"Bellefair"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/vesperlibre/v12/bx6CNxyWnf-uxPdXDHUD_Rd4D0-N2qIWVQ.ttf",conditions:[{field:"fontName",value:"Vesper Libre"}],fallback:""},{label:"500",value:"https://fonts.gstatic.com/s/vesperlibre/v12/bx6dNxyWnf-uxPdXDHUD_RdA-2ap0okKXKvPlw.ttf",conditions:[{field:"fontName",value:"Vesper Libre"}],fallback:""},{label:"700",value:"https://fonts.gstatic.com/s/vesperlibre/v12/bx6dNxyWnf-uxPdXDHUD_RdAs2Cp0okKXKvPlw.ttf",conditions:[{field:"fontName",value:"Vesper Libre"}],fallback:""},{label:"900",value:"https://fonts.gstatic.com/s/vesperlibre/v12/bx6dNxyWnf-uxPdXDHUD_RdAi2Kp0okKXKvPlw.ttf",conditions:[{field:"fontName",value:"Vesper Libre"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/biorhyme/v5/1cXwaULHBpDMsHYW_HxGpVWIgNit.ttf",conditions:[{field:"fontName",value:"BioRhyme"}],fallback:""},{label:"200",value:"https://fonts.gstatic.com/s/biorhyme/v5/1cX3aULHBpDMsHYW_ESOjnGAq8Sk1PoH.ttf",conditions:[{field:"fontName",value:"BioRhyme"}],fallback:""},{label:"300",value:"https://fonts.gstatic.com/s/biorhyme/v5/1cX3aULHBpDMsHYW_ETqjXGAq8Sk1PoH.ttf",conditions:[{field:"fontName",value:"BioRhyme"}],fallback:""},{label:"700",value:"https://fonts.gstatic.com/s/biorhyme/v5/1cX3aULHBpDMsHYW_ET6inGAq8Sk1PoH.ttf",conditions:[{field:"fontName",value:"BioRhyme"}],fallback:""},{label:"800",value:"https://fonts.gstatic.com/s/biorhyme/v5/1cX3aULHBpDMsHYW_ETmiXGAq8Sk1PoH.ttf",conditions:[{field:"fontName",value:"BioRhyme"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/anticdidone/v9/RWmPoKKX6u8sp8fIWdnDKqDiqYsGBGBzCw.ttf",conditions:[{field:"fontName",value:"Antic Didone"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/brawler/v11/xn7gYHE3xXewAscGsgC7S9XdZN8.ttf",conditions:[{field:"fontName",value:"Brawler"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/alikeangular/v11/3qTrojWunjGQtEBlIcwMbSoI3kM6bB7FKjE.ttf",conditions:[{field:"fontName",value:"Alike Angular"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/ntr/v8/RLpzK5Xy0ZjiGGhs5TA4bg.ttf",conditions:[{field:"fontName",value:"NTR"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/denkone/v8/dg4m_pzhrqcFb2IzROtHpbglShon.ttf",conditions:[{field:"fontName",value:"Denk One"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/fondamento/v10/4UaHrEJGsxNmFTPDnkaJx63j5pN1MwI.ttf",conditions:[{field:"fontName",value:"Fondamento"}],fallback:""},{label:"Italic",value:"https://fonts.gstatic.com/s/fondamento/v10/4UaFrEJGsxNmFTPDnkaJ96_p4rFwIwJePw.ttf",conditions:[{field:"fontName",value:"Fondamento"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/encodesanssemiexpanded/v6/ke83OhAPMEZs-BDuzwftTNJ85JvwMOzE9d9Cca5TC4o_LyjgOXc.ttf",conditions:[{field:"fontName",value:"Encode Sans Semi Expanded"}],fallback:""},{label:"100",value:"https://fonts.gstatic.com/s/encodesanssemiexpanded/v6/ke8xOhAPMEZs-BDuzwftTNJ85JvwMOzE9d9Cca5TM-41KwrlKXeOEA.ttf",conditions:[{field:"fontName",value:"Encode Sans Semi Expanded"}],fallback:""},{label:"200",value:"https://fonts.gstatic.com/s/encodesanssemiexpanded/v6/ke8yOhAPMEZs-BDuzwftTNJ85JvwMOzE9d9Cca5TM0IUCyDLJX6XCWU.ttf",conditions:[{field:"fontName",value:"Encode Sans Semi Expanded"}],fallback:""},{label:"300",value:"https://fonts.gstatic.com/s/encodesanssemiexpanded/v6/ke8yOhAPMEZs-BDuzwftTNJ85JvwMOzE9d9Cca5TMyYXCyDLJX6XCWU.ttf",conditions:[{field:"fontName",value:"Encode Sans Semi Expanded"}],fallback:""},{label:"500",value:"https://fonts.gstatic.com/s/encodesanssemiexpanded/v6/ke8yOhAPMEZs-BDuzwftTNJ85JvwMOzE9d9Cca5TM34WCyDLJX6XCWU.ttf",conditions:[{field:"fontName",value:"Encode Sans Semi Expanded"}],fallback:""},{label:"600",value:"https://fonts.gstatic.com/s/encodesanssemiexpanded/v6/ke8yOhAPMEZs-BDuzwftTNJ85JvwMOzE9d9Cca5TM1IRCyDLJX6XCWU.ttf",conditions:[{field:"fontName",value:"Encode Sans Semi Expanded"}],fallback:""},{label:"700",value:"https://fonts.gstatic.com/s/encodesanssemiexpanded/v6/ke8yOhAPMEZs-BDuzwftTNJ85JvwMOzE9d9Cca5TMzYQCyDLJX6XCWU.ttf",conditions:[{field:"fontName",value:"Encode Sans Semi Expanded"}],fallback:""},{label:"800",value:"https://fonts.gstatic.com/s/encodesanssemiexpanded/v6/ke8yOhAPMEZs-BDuzwftTNJ85JvwMOzE9d9Cca5TMyoTCyDLJX6XCWU.ttf",conditions:[{field:"fontName",value:"Encode Sans Semi Expanded"}],fallback:""},{label:"900",value:"https://fonts.gstatic.com/s/encodesanssemiexpanded/v6/ke8yOhAPMEZs-BDuzwftTNJ85JvwMOzE9d9Cca5TMw4SCyDLJX6XCWU.ttf",conditions:[{field:"fontName",value:"Encode Sans Semi Expanded"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/iceland/v9/rax9HiuFsdMNOnWPWKxGADBbg0s.ttf",conditions:[{field:"fontName",value:"Iceland"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/andika/v12/mem_Ya6iyW-LwqgAbbwRWrwGVA.ttf",conditions:[{field:"fontName",value:"Andika"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/shortstack/v10/bMrzmS2X6p0jZC6EcmPFX-SScX8D0nq6.ttf",conditions:[{field:"fontName",value:"Short Stack"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/tradewinds/v9/AYCPpXPpYNIIT7h8-QenM3Jq7PKP5Z_G.ttf",conditions:[{field:"fontName",value:"Trade Winds"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/mako/v12/H4coBX6Mmc_Z0ST09g478Lo.ttf",conditions:[{field:"fontName",value:"Mako"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/giveyouglory/v10/8QIQdiHOgt3vv4LR7ahjw9-XYc1zB4ZD6rwa.ttf",conditions:[{field:"fontName",value:"Give You Glory"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/livvic/v3/rnCp-x1S2hzjrlfnb-k6unzeSA.ttf",conditions:[{field:"fontName",value:"Livvic"}],fallback:""},{label:"Italic",value:"https://fonts.gstatic.com/s/livvic/v3/rnCr-x1S2hzjrlfXbeM-mHnOSOuk.ttf",conditions:[{field:"fontName",value:"Livvic"}],fallback:""},{label:"100",value:"https://fonts.gstatic.com/s/livvic/v3/rnCr-x1S2hzjrlffC-M-mHnOSOuk.ttf",conditions:[{field:"fontName",value:"Livvic"}],fallback:""},{label:"100 Italic",value:"https://fonts.gstatic.com/s/livvic/v3/rnCt-x1S2hzjrlfXbdtakn3sTfukQHs.ttf",conditions:[{field:"fontName",value:"Livvic"}],fallback:""},{label:"200",value:"https://fonts.gstatic.com/s/livvic/v3/rnCq-x1S2hzjrlffp8IeslfCQfK9WQ.ttf",conditions:[{field:"fontName",value:"Livvic"}],fallback:""},{label:"200 Italic",value:"https://fonts.gstatic.com/s/livvic/v3/rnCs-x1S2hzjrlfXbdv2s13GY_etWWIJ.ttf",conditions:[{field:"fontName",value:"Livvic"}],fallback:""},{label:"300",value:"https://fonts.gstatic.com/s/livvic/v3/rnCq-x1S2hzjrlffw8EeslfCQfK9WQ.ttf",conditions:[{field:"fontName",value:"Livvic"}],fallback:""},{label:"300 Italic",value:"https://fonts.gstatic.com/s/livvic/v3/rnCs-x1S2hzjrlfXbduSsF3GY_etWWIJ.ttf",conditions:[{field:"fontName",value:"Livvic"}],fallback:""},{label:"500",value:"https://fonts.gstatic.com/s/livvic/v3/rnCq-x1S2hzjrlffm8AeslfCQfK9WQ.ttf",conditions:[{field:"fontName",value:"Livvic"}],fallback:""},{label:"500 Italic",value:"https://fonts.gstatic.com/s/livvic/v3/rnCs-x1S2hzjrlfXbdvKsV3GY_etWWIJ.ttf",conditions:[{field:"fontName",value:"Livvic"}],fallback:""},{label:"600",value:"https://fonts.gstatic.com/s/livvic/v3/rnCq-x1S2hzjrlfft8ceslfCQfK9WQ.ttf",conditions:[{field:"fontName",value:"Livvic"}],fallback:""},{label:"600 Italic",value:"https://fonts.gstatic.com/s/livvic/v3/rnCs-x1S2hzjrlfXbdvmtl3GY_etWWIJ.ttf",conditions:[{field:"fontName",value:"Livvic"}],fallback:""},{label:"700",value:"https://fonts.gstatic.com/s/livvic/v3/rnCq-x1S2hzjrlff08YeslfCQfK9WQ.ttf",conditions:[{field:"fontName",value:"Livvic"}],fallback:""},{label:"700 Italic",value:"https://fonts.gstatic.com/s/livvic/v3/rnCs-x1S2hzjrlfXbduCt13GY_etWWIJ.ttf",conditions:[{field:"fontName",value:"Livvic"}],fallback:""},{label:"900",value:"https://fonts.gstatic.com/s/livvic/v3/rnCq-x1S2hzjrlff68QeslfCQfK9WQ.ttf",conditions:[{field:"fontName",value:"Livvic"}],fallback:""},{label:"900 Italic",value:"https://fonts.gstatic.com/s/livvic/v3/rnCs-x1S2hzjrlfXbdu6tV3GY_etWWIJ.ttf",conditions:[{field:"fontName",value:"Livvic"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/b612mono/v5/kmK_Zq85QVWbN1eW6lJl1wTcquRTtg.ttf",conditions:[{field:"fontName",value:"B612 Mono"}],fallback:""},{label:"Italic",value:"https://fonts.gstatic.com/s/b612mono/v5/kmK5Zq85QVWbN1eW6lJV1Q7YiOFDtqtf.ttf",conditions:[{field:"fontName",value:"B612 Mono"}],fallback:""},{label:"700",value:"https://fonts.gstatic.com/s/b612mono/v5/kmK6Zq85QVWbN1eW6lJdayv4os9Pv7JGSg.ttf",conditions:[{field:"fontName",value:"B612 Mono"}],fallback:""},{label:"700 Italic",value:"https://fonts.gstatic.com/s/b612mono/v5/kmKkZq85QVWbN1eW6lJV1TZkp8VLnbdWSg4x.ttf",conditions:[{field:"fontName",value:"B612 Mono"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/novasquare/v13/RrQUbo9-9DV7b06QHgSWsZhARYMgGtWA.ttf",conditions:[{field:"fontName",value:"Nova Square"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/carroisgothicsc/v10/ZgNJjOVHM6jfUZCmyUqT2A2HVKjc-28nNHabY4dN.ttf",conditions:[{field:"fontName",value:"Carrois Gothic SC"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/librecaslontext/v2/DdT878IGsGw1aF1JU10PUbTvNNaDMcq_3eNrHgO1.ttf",conditions:[{field:"fontName",value:"Libre Caslon Text"}],fallback:""},{label:"Italic",value:"https://fonts.gstatic.com/s/librecaslontext/v2/DdT678IGsGw1aF1JU10PUbTvNNaDMfq91-dJGxO1q9o.ttf",conditions:[{field:"fontName",value:"Libre Caslon Text"}],fallback:""},{label:"700",value:"https://fonts.gstatic.com/s/librecaslontext/v2/DdT578IGsGw1aF1JU10PUbTvNNaDMfID8sdjNR-8ssPt.ttf",conditions:[{field:"fontName",value:"Libre Caslon Text"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/wendyone/v9/2sDcZGJOipXfgfXV5wgDb2-4C7wFZQ.ttf",conditions:[{field:"fontName",value:"Wendy One"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/crimsonpro/v13/q5uUsoa5M_tv7IihmnkabC5XiXCAlXGks1WZzm18OJE_VNWoyQ.ttf",conditions:[{field:"fontName",value:"Crimson Pro"}],fallback:""},{label:"Italic",value:"https://fonts.gstatic.com/s/crimsonpro/v13/q5uSsoa5M_tv7IihmnkabAReu49Y_Bo-HVKMBi6Ue5s7dtC4yZNE.ttf",conditions:[{field:"fontName",value:"Crimson Pro"}],fallback:""},{label:"200",value:"https://fonts.gstatic.com/s/crimsonpro/v13/q5uUsoa5M_tv7IihmnkabC5XiXCAlXGks1WZTm18OJE_VNWoyQ.ttf",conditions:[{field:"fontName",value:"Crimson Pro"}],fallback:""},{label:"200 Italic",value:"https://fonts.gstatic.com/s/crimsonpro/v13/q5uSsoa5M_tv7IihmnkabAReu49Y_Bo-HVKMBi4Ue5s7dtC4yZNE.ttf",conditions:[{field:"fontName",value:"Crimson Pro"}],fallback:""},{label:"300",value:"https://fonts.gstatic.com/s/crimsonpro/v13/q5uUsoa5M_tv7IihmnkabC5XiXCAlXGks1WZkG18OJE_VNWoyQ.ttf",conditions:[{field:"fontName",value:"Crimson Pro"}],fallback:""},{label:"300 Italic",value:"https://fonts.gstatic.com/s/crimsonpro/v13/q5uSsoa5M_tv7IihmnkabAReu49Y_Bo-HVKMBi7Ke5s7dtC4yZNE.ttf",conditions:[{field:"fontName",value:"Crimson Pro"}],fallback:""},{label:"500",value:"https://fonts.gstatic.com/s/crimsonpro/v13/q5uUsoa5M_tv7IihmnkabC5XiXCAlXGks1WZ_G18OJE_VNWoyQ.ttf",conditions:[{field:"fontName",value:"Crimson Pro"}],fallback:""},{label:"500 Italic",value:"https://fonts.gstatic.com/s/crimsonpro/v13/q5uSsoa5M_tv7IihmnkabAReu49Y_Bo-HVKMBi6me5s7dtC4yZNE.ttf",conditions:[{field:"fontName",value:"Crimson Pro"}],fallback:""},{label:"600",value:"https://fonts.gstatic.com/s/crimsonpro/v13/q5uUsoa5M_tv7IihmnkabC5XiXCAlXGks1WZEGp8OJE_VNWoyQ.ttf",conditions:[{field:"fontName",value:"Crimson Pro"}],fallback:""},{label:"600 Italic",value:"https://fonts.gstatic.com/s/crimsonpro/v13/q5uSsoa5M_tv7IihmnkabAReu49Y_Bo-HVKMBi5KfJs7dtC4yZNE.ttf",conditions:[{field:"fontName",value:"Crimson Pro"}],fallback:""},{label:"700",value:"https://fonts.gstatic.com/s/crimsonpro/v13/q5uUsoa5M_tv7IihmnkabC5XiXCAlXGks1WZKWp8OJE_VNWoyQ.ttf",conditions:[{field:"fontName",value:"Crimson Pro"}],fallback:""},{label:"700 Italic",value:"https://fonts.gstatic.com/s/crimsonpro/v13/q5uSsoa5M_tv7IihmnkabAReu49Y_Bo-HVKMBi5zfJs7dtC4yZNE.ttf",conditions:[{field:"fontName",value:"Crimson Pro"}],fallback:""},{label:"800",value:"https://fonts.gstatic.com/s/crimsonpro/v13/q5uUsoa5M_tv7IihmnkabC5XiXCAlXGks1WZTmp8OJE_VNWoyQ.ttf",conditions:[{field:"fontName",value:"Crimson Pro"}],fallback:""},{label:"800 Italic",value:"https://fonts.gstatic.com/s/crimsonpro/v13/q5uSsoa5M_tv7IihmnkabAReu49Y_Bo-HVKMBi4UfJs7dtC4yZNE.ttf",conditions:[{field:"fontName",value:"Crimson Pro"}],fallback:""},{label:"900",value:"https://fonts.gstatic.com/s/crimsonpro/v13/q5uUsoa5M_tv7IihmnkabC5XiXCAlXGks1WZZ2p8OJE_VNWoyQ.ttf",conditions:[{field:"fontName",value:"Crimson Pro"}],fallback:""},{label:"900 Italic",value:"https://fonts.gstatic.com/s/crimsonpro/v13/q5uSsoa5M_tv7IihmnkabAReu49Y_Bo-HVKMBi49fJs7dtC4yZNE.ttf",conditions:[{field:"fontName",value:"Crimson Pro"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/arya/v6/ga6CawNG-HJd9Ub1-beqdFE.ttf",conditions:[{field:"fontName",value:"Arya"}],fallback:""},{label:"700",value:"https://fonts.gstatic.com/s/arya/v6/ga6NawNG-HJdzfra3b-BaFg3dRE.ttf",conditions:[{field:"fontName",value:"Arya"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/meddon/v13/kmK8ZqA2EgDNeHTZhBdB3y_Aow.ttf",conditions:[{field:"fontName",value:"Meddon"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/strait/v8/DtViJxy6WaEr1LZzeDhtkl0U7w.ttf",conditions:[{field:"fontName",value:"Strait"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/euphoriascript/v9/mFTpWb0X2bLb_cx6To2B8GpKoD5ak_ZT1D8x7Q.ttf",conditions:[{field:"fontName",value:"Euphoria Script"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/lovedbytheking/v10/Gw6gwdP76VDVJNXerebZxUMeRXUF2PiNlXFu2R64.ttf",conditions:[{field:"fontName",value:"Loved by the King"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/lifesavers/v11/ZXuie1UftKKabUQMgxAal_lrFgpbuNvB.ttf",conditions:[{field:"fontName",value:"Life Savers"}],fallback:""},{label:"700",value:"https://fonts.gstatic.com/s/lifesavers/v11/ZXu_e1UftKKabUQMgxAal8HXOS5Tk8fIpPRW.ttf",conditions:[{field:"fontName",value:"Life Savers"}],fallback:""},{label:"800",value:"https://fonts.gstatic.com/s/lifesavers/v11/ZXu_e1UftKKabUQMgxAal8HLOi5Tk8fIpPRW.ttf",conditions:[{field:"fontName",value:"Life Savers"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/metamorphous/v11/Wnz8HA03aAXcC39ZEX5y1330PCCthTsmaQ.ttf",conditions:[{field:"fontName",value:"Metamorphous"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/timmana/v5/6xKvdShfL9yK-rvpCmvbKHwJUOM.ttf",conditions:[{field:"fontName",value:"Timmana"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/davidlibre/v5/snfus0W_99N64iuYSvp4W_l86p6TYS-Y.ttf",conditions:[{field:"fontName",value:"David Libre"}],fallback:""},{label:"500",value:"https://fonts.gstatic.com/s/davidlibre/v5/snfzs0W_99N64iuYSvp4W8GIw7qbSjORSo9W.ttf",conditions:[{field:"fontName",value:"David Libre"}],fallback:""},{label:"700",value:"https://fonts.gstatic.com/s/davidlibre/v5/snfzs0W_99N64iuYSvp4W8HAxbqbSjORSo9W.ttf",conditions:[{field:"fontName",value:"David Libre"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/cherrycreamsoda/v11/UMBIrOxBrW6w2FFyi9paG0fdVdRciTd6Cd47DJ7G.ttf",conditions:[{field:"fontName",value:"Cherry Cream Soda"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/salsa/v10/gNMKW3FiRpKj-imY8ncKEZez.ttf",conditions:[{field:"fontName",value:"Salsa"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/encodesanssemicondensed/v5/3qT4oiKqnDuUtQUEHMoXcmspmy55SFWrXFRp9FTOG2yR_sVPRsjp.ttf",conditions:[{field:"fontName",value:"Encode Sans Semi Condensed"}],fallback:""},{label:"100",value:"https://fonts.gstatic.com/s/encodesanssemicondensed/v5/3qT6oiKqnDuUtQUEHMoXcmspmy55SFWrXFRp9FTOG1T19MFtQ9jpVUA.ttf",conditions:[{field:"fontName",value:"Encode Sans Semi Condensed"}],fallback:""},{label:"200",value:"https://fonts.gstatic.com/s/encodesanssemicondensed/v5/3qT7oiKqnDuUtQUEHMoXcmspmy55SFWrXFRp9FTOG1RZ1eFHbdTgTFmr.ttf",conditions:[{field:"fontName",value:"Encode Sans Semi Condensed"}],fallback:""},{label:"300",value:"https://fonts.gstatic.com/s/encodesanssemicondensed/v5/3qT7oiKqnDuUtQUEHMoXcmspmy55SFWrXFRp9FTOG1Q91uFHbdTgTFmr.ttf",conditions:[{field:"fontName",value:"Encode Sans Semi Condensed"}],fallback:""},{label:"500",value:"https://fonts.gstatic.com/s/encodesanssemicondensed/v5/3qT7oiKqnDuUtQUEHMoXcmspmy55SFWrXFRp9FTOG1Rl1-FHbdTgTFmr.ttf",conditions:[{field:"fontName",value:"Encode Sans Semi Condensed"}],fallback:""},{label:"600",value:"https://fonts.gstatic.com/s/encodesanssemicondensed/v5/3qT7oiKqnDuUtQUEHMoXcmspmy55SFWrXFRp9FTOG1RJ0OFHbdTgTFmr.ttf",conditions:[{field:"fontName",value:"Encode Sans Semi Condensed"}],fallback:""},{label:"700",value:"https://fonts.gstatic.com/s/encodesanssemicondensed/v5/3qT7oiKqnDuUtQUEHMoXcmspmy55SFWrXFRp9FTOG1Qt0eFHbdTgTFmr.ttf",conditions:[{field:"fontName",value:"Encode Sans Semi Condensed"}],fallback:""},{label:"800",value:"https://fonts.gstatic.com/s/encodesanssemicondensed/v5/3qT7oiKqnDuUtQUEHMoXcmspmy55SFWrXFRp9FTOG1Qx0uFHbdTgTFmr.ttf",conditions:[{field:"fontName",value:"Encode Sans Semi Condensed"}],fallback:""},{label:"900",value:"https://fonts.gstatic.com/s/encodesanssemicondensed/v5/3qT7oiKqnDuUtQUEHMoXcmspmy55SFWrXFRp9FTOG1QV0-FHbdTgTFmr.ttf",conditions:[{field:"fontName",value:"Encode Sans Semi Condensed"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/sail/v11/DPEjYwiBxwYJFBTDADYAbvw.ttf",conditions:[{field:"fontName",value:"Sail"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/eater/v9/mtG04_FCK7bOvpu2u3FwsXsR.ttf",conditions:[{field:"fontName",value:"Eater"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/walterturncoat/v11/snfys0Gs98ln43n0d-14ULoToe67YB2dQ5ZPqQ.ttf",conditions:[{field:"fontName",value:"Walter Turncoat"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/baskervville/v1/YA9Ur0yU4l_XOrogbkun3kQgt5OohvbJ9A.ttf",conditions:[{field:"fontName",value:"Baskervville"}],fallback:""},{label:"Italic",value:"https://fonts.gstatic.com/s/baskervville/v1/YA9Kr0yU4l_XOrogbkun3kQQtZmspPPZ9Mlt.ttf",conditions:[{field:"fontName",value:"Baskervville"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/pollerone/v10/ahccv82n0TN3gia5E4Bud-lbgUS5u0s.ttf",conditions:[{field:"fontName",value:"Poller One"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/sarpanch/v6/hESy6Xt4NCpRuk6Pzh2ARIrX_20n.ttf",conditions:[{field:"fontName",value:"Sarpanch"}],fallback:""},{label:"500",value:"https://fonts.gstatic.com/s/sarpanch/v6/hES16Xt4NCpRuk6PziV0ba7f1HEuRHkM.ttf",conditions:[{field:"fontName",value:"Sarpanch"}],fallback:""},{label:"600",value:"https://fonts.gstatic.com/s/sarpanch/v6/hES16Xt4NCpRuk6PziVYaq7f1HEuRHkM.ttf",conditions:[{field:"fontName",value:"Sarpanch"}],fallback:""},{label:"700",value:"https://fonts.gstatic.com/s/sarpanch/v6/hES16Xt4NCpRuk6PziU8a67f1HEuRHkM.ttf",conditions:[{field:"fontName",value:"Sarpanch"}],fallback:""},{label:"800",value:"https://fonts.gstatic.com/s/sarpanch/v6/hES16Xt4NCpRuk6PziUgaK7f1HEuRHkM.ttf",conditions:[{field:"fontName",value:"Sarpanch"}],fallback:""},{label:"900",value:"https://fonts.gstatic.com/s/sarpanch/v6/hES16Xt4NCpRuk6PziUEaa7f1HEuRHkM.ttf",conditions:[{field:"fontName",value:"Sarpanch"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/aguafinascript/v9/If2QXTv_ZzSxGIO30LemWEOmt1bHqs4pgicOrg.ttf",conditions:[{field:"fontName",value:"Aguafina Script"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/artifika/v11/VEMyRoxzronptCuxu6Wt5jDtreOL.ttf",conditions:[{field:"fontName",value:"Artifika"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/mousememoirs/v8/t5tmIRoSNJ-PH0WNNgDYxdSb7TnFrpOHYh4.ttf",conditions:[{field:"fontName",value:"Mouse Memoirs"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/almendra/v13/H4ckBXKAlMnTn0CskyY6wr-wg763.ttf",conditions:[{field:"fontName",value:"Almendra"}],fallback:""},{label:"Italic",value:"https://fonts.gstatic.com/s/almendra/v13/H4ciBXKAlMnTn0CskxY4yLuShq63czE.ttf",conditions:[{field:"fontName",value:"Almendra"}],fallback:""},{label:"700",value:"https://fonts.gstatic.com/s/almendra/v13/H4cjBXKAlMnTn0Cskx6G7Zu4qKK-aihq.ttf",conditions:[{field:"fontName",value:"Almendra"}],fallback:""},{label:"700 Italic",value:"https://fonts.gstatic.com/s/almendra/v13/H4chBXKAlMnTn0CskxY48Ae9oqacbzhqDtg.ttf",conditions:[{field:"fontName",value:"Almendra"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/imprima/v9/VEMxRoN7sY3yuy-7-oWHyDzktPo.ttf",conditions:[{field:"fontName",value:"Imprima"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/cantoraone/v10/gyB4hws1JdgnKy56GB_JX6zdZ4vZVbgZ.ttf",conditions:[{field:"fontName",value:"Cantora One"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/balootamma2/v1/vEFX2_hCAgcR46PaajtrYlBbT0g21tqeR7c.ttf",conditions:[{field:"fontName",value:"Baloo Tamma 2"}],fallback:""},{label:"500",value:"https://fonts.gstatic.com/s/balootamma2/v1/vEFK2_hCAgcR46PaajtrYlBbd7wf8tK1W77HtMo.ttf",conditions:[{field:"fontName",value:"Baloo Tamma 2"}],fallback:""},{label:"600",value:"https://fonts.gstatic.com/s/balootamma2/v1/vEFK2_hCAgcR46PaajtrYlBbd5AY8tK1W77HtMo.ttf",conditions:[{field:"fontName",value:"Baloo Tamma 2"}],fallback:""},{label:"700",value:"https://fonts.gstatic.com/s/balootamma2/v1/vEFK2_hCAgcR46PaajtrYlBbd_QZ8tK1W77HtMo.ttf",conditions:[{field:"fontName",value:"Baloo Tamma 2"}],fallback:""},{label:"800",value:"https://fonts.gstatic.com/s/balootamma2/v1/vEFK2_hCAgcR46PaajtrYlBbd-ga8tK1W77HtMo.ttf",conditions:[{field:"fontName",value:"Baloo Tamma 2"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/voces/v10/-F6_fjJyLyU8d4PBBG7YpzlJ.ttf",conditions:[{field:"fontName",value:"Voces"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/encodesansexpanded/v5/c4m_1mF4GcnstG_Jh1QH6ac4hNLeNyeYUqoiIwdAd5Ab.ttf",conditions:[{field:"fontName",value:"Encode Sans Expanded"}],fallback:""},{label:"100",value:"https://fonts.gstatic.com/s/encodesansexpanded/v5/c4mx1mF4GcnstG_Jh1QH6ac4hNLeNyeYUpJGKQNicoAbJlw.ttf",conditions:[{field:"fontName",value:"Encode Sans Expanded"}],fallback:""},{label:"200",value:"https://fonts.gstatic.com/s/encodesansexpanded/v5/c4mw1mF4GcnstG_Jh1QH6ac4hNLeNyeYUpLqCCNIXIwSP0XD.ttf",conditions:[{field:"fontName",value:"Encode Sans Expanded"}],fallback:""},{label:"300",value:"https://fonts.gstatic.com/s/encodesansexpanded/v5/c4mw1mF4GcnstG_Jh1QH6ac4hNLeNyeYUpKOCyNIXIwSP0XD.ttf",conditions:[{field:"fontName",value:"Encode Sans Expanded"}],fallback:""},{label:"500",value:"https://fonts.gstatic.com/s/encodesansexpanded/v5/c4mw1mF4GcnstG_Jh1QH6ac4hNLeNyeYUpLWCiNIXIwSP0XD.ttf",conditions:[{field:"fontName",value:"Encode Sans Expanded"}],fallback:""},{label:"600",value:"https://fonts.gstatic.com/s/encodesansexpanded/v5/c4mw1mF4GcnstG_Jh1QH6ac4hNLeNyeYUpL6DSNIXIwSP0XD.ttf",conditions:[{field:"fontName",value:"Encode Sans Expanded"}],fallback:""},{label:"700",value:"https://fonts.gstatic.com/s/encodesansexpanded/v5/c4mw1mF4GcnstG_Jh1QH6ac4hNLeNyeYUpKeDCNIXIwSP0XD.ttf",conditions:[{field:"fontName",value:"Encode Sans Expanded"}],fallback:""},{label:"800",value:"https://fonts.gstatic.com/s/encodesansexpanded/v5/c4mw1mF4GcnstG_Jh1QH6ac4hNLeNyeYUpKCDyNIXIwSP0XD.ttf",conditions:[{field:"fontName",value:"Encode Sans Expanded"}],fallback:""},{label:"900",value:"https://fonts.gstatic.com/s/encodesansexpanded/v5/c4mw1mF4GcnstG_Jh1QH6ac4hNLeNyeYUpKmDiNIXIwSP0XD.ttf",conditions:[{field:"fontName",value:"Encode Sans Expanded"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/overtherainbow/v11/11haGoXG1k_HKhMLUWz7Mc7vvW5upvOm9NA2XG0.ttf",conditions:[{field:"fontName",value:"Over the Rainbow"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/gafata/v9/XRXV3I6Cn0VJKon4MuyAbsrVcA.ttf",conditions:[{field:"fontName",value:"Gafata"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/farro/v2/i7dEIFl3byGNHZVNHLq2cV5d.ttf",conditions:[{field:"fontName",value:"Farro"}],fallback:""},{label:"300",value:"https://fonts.gstatic.com/s/farro/v2/i7dJIFl3byGNHa3hNJ6-WkJUQUq7.ttf",conditions:[{field:"fontName",value:"Farro"}],fallback:""},{label:"500",value:"https://fonts.gstatic.com/s/farro/v2/i7dJIFl3byGNHa25NZ6-WkJUQUq7.ttf",conditions:[{field:"fontName",value:"Farro"}],fallback:""},{label:"700",value:"https://fonts.gstatic.com/s/farro/v2/i7dJIFl3byGNHa3xM56-WkJUQUq7.ttf",conditions:[{field:"fontName",value:"Farro"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/balooda2/v1/2-ci9J9j0IaUMQZwAJyJcu7XoZFDf2Q.ttf",conditions:[{field:"fontName",value:"Baloo Da 2"}],fallback:""},{label:"500",value:"https://fonts.gstatic.com/s/balooda2/v1/2-ch9J9j0IaUMQZwAJyJShr-hZloY23zejE.ttf",conditions:[{field:"fontName",value:"Baloo Da 2"}],fallback:""},{label:"600",value:"https://fonts.gstatic.com/s/balooda2/v1/2-ch9J9j0IaUMQZwAJyJSjb5hZloY23zejE.ttf",conditions:[{field:"fontName",value:"Baloo Da 2"}],fallback:""},{label:"700",value:"https://fonts.gstatic.com/s/balooda2/v1/2-ch9J9j0IaUMQZwAJyJSlL4hZloY23zejE.ttf",conditions:[{field:"fontName",value:"Baloo Da 2"}],fallback:""},{label:"800",value:"https://fonts.gstatic.com/s/balooda2/v1/2-ch9J9j0IaUMQZwAJyJSk77hZloY23zejE.ttf",conditions:[{field:"fontName",value:"Baloo Da 2"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/deliusswashcaps/v12/oY1E8fPLr7v4JWCExZpWebxVKORpXXedKmeBvEYs.ttf",conditions:[{field:"fontName",value:"Delius Swash Caps"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/bilboswashcaps/v13/zrf-0GXbz-H3Wb4XBsGrTgq2PVmdqAPopiRfKp8.ttf",conditions:[{field:"fontName",value:"Bilbo Swash Caps"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/asul/v10/VuJ-dNjKxYr46fMFXK78JIg.ttf",conditions:[{field:"fontName",value:"Asul"}],fallback:""},{label:"700",value:"https://fonts.gstatic.com/s/asul/v10/VuJxdNjKxYr40U8qeKbXOIFneRo.ttf",conditions:[{field:"fontName",value:"Asul"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/prostoone/v9/OpNJno4VhNfK-RgpwWWxpipfWhXD00c.ttf",conditions:[{field:"fontName",value:"Prosto One"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/peralta/v8/hYkJPu0-RP_9d3kRGxAhrv956B8.ttf",conditions:[{field:"fontName",value:"Peralta"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/cherryswash/v9/i7dNIFByZjaNAMxtZcnfAy58QHi-EwWMbg.ttf",conditions:[{field:"fontName",value:"Cherry Swash"}],fallback:""},{label:"700",value:"https://fonts.gstatic.com/s/cherryswash/v9/i7dSIFByZjaNAMxtZcnfAy5E_FeaGy6QZ3WfYg.ttf",conditions:[{field:"fontName",value:"Cherry Swash"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/dynalight/v9/1Ptsg8LOU_aOmQvTsF4ISotrDfGGxA.ttf",conditions:[{field:"fontName",value:"Dynalight"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/creepster/v9/AlZy_zVUqJz4yMrniH4hdXf4XB0Tow.ttf",conditions:[{field:"fontName",value:"Creepster"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/manuale/v7/f0Xp0eas_8Z-TFZdHv3mMxFaSqASeeHke7wD1TB_JHHY.ttf",conditions:[{field:"fontName",value:"Manuale"}],fallback:""},{label:"Italic",value:"https://fonts.gstatic.com/s/manuale/v7/f0Xn0eas_8Z-TFZdNPTUzMkzITq8fvQsOFRA3zRdIWHYr8M.ttf",conditions:[{field:"fontName",value:"Manuale"}],fallback:""},{label:"500",value:"https://fonts.gstatic.com/s/manuale/v7/f0Xp0eas_8Z-TFZdHv3mMxFaSqASeeHWe7wD1TB_JHHY.ttf",conditions:[{field:"fontName",value:"Manuale"}],fallback:""},{label:"500 Italic",value:"https://fonts.gstatic.com/s/manuale/v7/f0Xn0eas_8Z-TFZdNPTUzMkzITq8fvQsOGZA3zRdIWHYr8M.ttf",conditions:[{field:"fontName",value:"Manuale"}],fallback:""},{label:"600",value:"https://fonts.gstatic.com/s/manuale/v7/f0Xp0eas_8Z-TFZdHv3mMxFaSqASeeE6fLwD1TB_JHHY.ttf",conditions:[{field:"fontName",value:"Manuale"}],fallback:""},{label:"600 Italic",value:"https://fonts.gstatic.com/s/manuale/v7/f0Xn0eas_8Z-TFZdNPTUzMkzITq8fvQsOIpH3zRdIWHYr8M.ttf",conditions:[{field:"fontName",value:"Manuale"}],fallback:""},{label:"700",value:"https://fonts.gstatic.com/s/manuale/v7/f0Xp0eas_8Z-TFZdHv3mMxFaSqASeeEDfLwD1TB_JHHY.ttf",conditions:[{field:"fontName",value:"Manuale"}],fallback:""},{label:"700 Italic",value:"https://fonts.gstatic.com/s/manuale/v7/f0Xn0eas_8Z-TFZdNPTUzMkzITq8fvQsOLNH3zRdIWHYr8M.ttf",conditions:[{field:"fontName",value:"Manuale"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/vollkornsc/v4/j8_v6-zQ3rXpceZj9cqnVhF5NH-iSq_E.ttf",conditions:[{field:"fontName",value:"Vollkorn SC"}],fallback:""},{label:"600",value:"https://fonts.gstatic.com/s/vollkornsc/v4/j8_y6-zQ3rXpceZj9cqnVimhGluqYbPN5Yjn.ttf",conditions:[{field:"fontName",value:"Vollkorn SC"}],fallback:""},{label:"700",value:"https://fonts.gstatic.com/s/vollkornsc/v4/j8_y6-zQ3rXpceZj9cqnVinFG1uqYbPN5Yjn.ttf",conditions:[{field:"fontName",value:"Vollkorn SC"}],fallback:""},{label:"900",value:"https://fonts.gstatic.com/s/vollkornsc/v4/j8_y6-zQ3rXpceZj9cqnVin9GVuqYbPN5Yjn.ttf",conditions:[{field:"fontName",value:"Vollkorn SC"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/vibur/v11/DPEiYwmEzw0QRjTpLjoJd-Xa.ttf",conditions:[{field:"fontName",value:"Vibur"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/headlandone/v8/yYLu0hHR2vKnp89Tk1TCq3Tx0PlTeZ3mJA.ttf",conditions:[{field:"fontName",value:"Headland One"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/portlligatsans/v9/kmKmZrYrGBbdN1aV7Vokow6Lw4s4l7N0Tx4xEcQ.ttf",conditions:[{field:"fontName",value:"Port Lligat Sans"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/codystar/v8/FwZY7-Q1xVk-40qxOt6A4sijpFu_.ttf",conditions:[{field:"fontName",value:"Codystar"}],fallback:""},{label:"300",value:"https://fonts.gstatic.com/s/codystar/v8/FwZf7-Q1xVk-40qxOuYsyuyrj0e29bfC.ttf",conditions:[{field:"fontName",value:"Codystar"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/averiasanslibre/v9/ga6XaxZG_G5OvCf_rt7FH3B6BHLMEeVJGIMYDo_8.ttf",conditions:[{field:"fontName",value:"Averia Sans Libre"}],fallback:""},{label:"Italic",value:"https://fonts.gstatic.com/s/averiasanslibre/v9/ga6RaxZG_G5OvCf_rt7FH3B6BHLMEdVLEoc6C5_8N3k.ttf",conditions:[{field:"fontName",value:"Averia Sans Libre"}],fallback:""},{label:"300",value:"https://fonts.gstatic.com/s/averiasanslibre/v9/ga6SaxZG_G5OvCf_rt7FH3B6BHLMEd3lMKcQJZP1LmD9.ttf",conditions:[{field:"fontName",value:"Averia Sans Libre"}],fallback:""},{label:"300 Italic",value:"https://fonts.gstatic.com/s/averiasanslibre/v9/ga6caxZG_G5OvCf_rt7FH3B6BHLMEdVLKisSL5fXK3D9qtg.ttf",conditions:[{field:"fontName",value:"Averia Sans Libre"}],fallback:""},{label:"700",value:"https://fonts.gstatic.com/s/averiasanslibre/v9/ga6SaxZG_G5OvCf_rt7FH3B6BHLMEd31N6cQJZP1LmD9.ttf",conditions:[{field:"fontName",value:"Averia Sans Libre"}],fallback:""},{label:"700 Italic",value:"https://fonts.gstatic.com/s/averiasanslibre/v9/ga6caxZG_G5OvCf_rt7FH3B6BHLMEdVLKjsVL5fXK3D9qtg.ttf",conditions:[{field:"fontName",value:"Averia Sans Libre"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/thegirlnextdoor/v11/pe0zMJCIMIsBjFxqYBIcZ6_OI5oFHCYIV7t7w6bE2A.ttf",conditions:[{field:"fontName",value:"The Girl Next Door"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/sonsieone/v9/PbymFmP_EAnPqbKaoc18YVu80lbp8JM.ttf",conditions:[{field:"fontName",value:"Sonsie One"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/blinker/v4/cIf9MaFatEE-VTaPxCmrYGkHgIs.ttf",conditions:[{field:"fontName",value:"Blinker"}],fallback:""},{label:"100",value:"https://fonts.gstatic.com/s/blinker/v4/cIf_MaFatEE-VTaP_E2hZEsCkIt9QQ.ttf",conditions:[{field:"fontName",value:"Blinker"}],fallback:""},{label:"200",value:"https://fonts.gstatic.com/s/blinker/v4/cIf4MaFatEE-VTaP_OGARGEsnIJkWL4.ttf",conditions:[{field:"fontName",value:"Blinker"}],fallback:""},{label:"300",value:"https://fonts.gstatic.com/s/blinker/v4/cIf4MaFatEE-VTaP_IWDRGEsnIJkWL4.ttf",conditions:[{field:"fontName",value:"Blinker"}],fallback:""},{label:"600",value:"https://fonts.gstatic.com/s/blinker/v4/cIf4MaFatEE-VTaP_PGFRGEsnIJkWL4.ttf",conditions:[{field:"fontName",value:"Blinker"}],fallback:""},{label:"700",value:"https://fonts.gstatic.com/s/blinker/v4/cIf4MaFatEE-VTaP_JWERGEsnIJkWL4.ttf",conditions:[{field:"fontName",value:"Blinker"}],fallback:""},{label:"800",value:"https://fonts.gstatic.com/s/blinker/v4/cIf4MaFatEE-VTaP_ImHRGEsnIJkWL4.ttf",conditions:[{field:"fontName",value:"Blinker"}],fallback:""},{label:"900",value:"https://fonts.gstatic.com/s/blinker/v4/cIf4MaFatEE-VTaP_K2GRGEsnIJkWL4.ttf",conditions:[{field:"fontName",value:"Blinker"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/ruluko/v8/xMQVuFNZVaODtm0pC6WzKX_QmA.ttf",conditions:[{field:"fontName",value:"Ruluko"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/geo/v12/CSRz4zRZlufVL3BmQjlCbQ.ttf",conditions:[{field:"fontName",value:"Geo"}],fallback:""},{label:"Italic",value:"https://fonts.gstatic.com/s/geo/v12/CSRx4zRZluflLXpiYDxSbf8r.ttf",conditions:[{field:"fontName",value:"Geo"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/lilyscriptone/v8/LhW9MV7ZMfIPdMxeBjBvFN8SXLS4gsSjQNsRMg.ttf",conditions:[{field:"fontName",value:"Lily Script One"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/monsieurladoulaise/v9/_Xmz-GY4rjmCbQfc-aPRaa4pqV340p7EZl5ewkEU4HTy.ttf",conditions:[{field:"fontName",value:"Monsieur La Doulaise"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/elsie/v10/BCanqZABrez54yYu9slAeLgX.ttf",conditions:[{field:"fontName",value:"Elsie"}],fallback:""},{label:"900",value:"https://fonts.gstatic.com/s/elsie/v10/BCaqqZABrez54x6q2-1IU6QeXSBk.ttf",conditions:[{field:"fontName",value:"Elsie"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/darkergrotesque/v2/U9MH6cuh-mLQlC4BKCtayOfARkSVm7beJWcKUOI.ttf",conditions:[{field:"fontName",value:"Darker Grotesque"}],fallback:""},{label:"300",value:"https://fonts.gstatic.com/s/darkergrotesque/v2/U9MA6cuh-mLQlC4BKCtayOfARkSVoxr2AW8hTOsXsX0.ttf",conditions:[{field:"fontName",value:"Darker Grotesque"}],fallback:""},{label:"500",value:"https://fonts.gstatic.com/s/darkergrotesque/v2/U9MA6cuh-mLQlC4BKCtayOfARkSVo0L3AW8hTOsXsX0.ttf",conditions:[{field:"fontName",value:"Darker Grotesque"}],fallback:""},{label:"600",value:"https://fonts.gstatic.com/s/darkergrotesque/v2/U9MA6cuh-mLQlC4BKCtayOfARkSVo27wAW8hTOsXsX0.ttf",conditions:[{field:"fontName",value:"Darker Grotesque"}],fallback:""},{label:"700",value:"https://fonts.gstatic.com/s/darkergrotesque/v2/U9MA6cuh-mLQlC4BKCtayOfARkSVowrxAW8hTOsXsX0.ttf",conditions:[{field:"fontName",value:"Darker Grotesque"}],fallback:""},{label:"800",value:"https://fonts.gstatic.com/s/darkergrotesque/v2/U9MA6cuh-mLQlC4BKCtayOfARkSVoxbyAW8hTOsXsX0.ttf",conditions:[{field:"fontName",value:"Darker Grotesque"}],fallback:""},{label:"900",value:"https://fonts.gstatic.com/s/darkergrotesque/v2/U9MA6cuh-mLQlC4BKCtayOfARkSVozLzAW8hTOsXsX0.ttf",conditions:[{field:"fontName",value:"Darker Grotesque"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/orienta/v8/PlI9FlK4Jrl5Y9zNeyeo9HRFhcU.ttf",conditions:[{field:"fontName",value:"Orienta"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/caladea/v2/kJEzBugZ7AAjhybUjR93-9IztOc.ttf",conditions:[{field:"fontName",value:"Caladea"}],fallback:""},{label:"Italic",value:"https://fonts.gstatic.com/s/caladea/v2/kJExBugZ7AAjhybUvR19__A2pOdvDA.ttf",conditions:[{field:"fontName",value:"Caladea"}],fallback:""},{label:"700",value:"https://fonts.gstatic.com/s/caladea/v2/kJE2BugZ7AAjhybUtaNY39oYqO52FZ0.ttf",conditions:[{field:"fontName",value:"Caladea"}],fallback:""},{label:"700 Italic",value:"https://fonts.gstatic.com/s/caladea/v2/kJE0BugZ7AAjhybUvR1FQ98SrMxzBZ2lDA.ttf",conditions:[{field:"fontName",value:"Caladea"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/baloobhaina2/v1/qWczB6yyq4P9Adr3RtoX1q6yShz7mDUoupoI.ttf",conditions:[{field:"fontName",value:"Baloo Bhaina 2"}],fallback:""},{label:"500",value:"https://fonts.gstatic.com/s/baloobhaina2/v1/qWcwB6yyq4P9Adr3RtoX1q6ySiQPsREgkYYBX_3F.ttf",conditions:[{field:"fontName",value:"Baloo Bhaina 2"}],fallback:""},{label:"600",value:"https://fonts.gstatic.com/s/baloobhaina2/v1/qWcwB6yyq4P9Adr3RtoX1q6ySiQjthEgkYYBX_3F.ttf",conditions:[{field:"fontName",value:"Baloo Bhaina 2"}],fallback:""},{label:"700",value:"https://fonts.gstatic.com/s/baloobhaina2/v1/qWcwB6yyq4P9Adr3RtoX1q6ySiRHtxEgkYYBX_3F.ttf",conditions:[{field:"fontName",value:"Baloo Bhaina 2"}],fallback:""},{label:"800",value:"https://fonts.gstatic.com/s/baloobhaina2/v1/qWcwB6yyq4P9Adr3RtoX1q6ySiRbtBEgkYYBX_3F.ttf",conditions:[{field:"fontName",value:"Baloo Bhaina 2"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/novaround/v12/flU9Rqquw5UhEnlwTJYTYYfeeetYEBc.ttf",conditions:[{field:"fontName",value:"Nova Round"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/yatraone/v7/C8ch4copsHzj8p7NaF0xw1OBbRDvXw.ttf",conditions:[{field:"fontName",value:"Yatra One"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/mashanzheng/v5/NaPecZTRCLxvwo41b4gvzkXaRMTsDIRSfr0.ttf",conditions:[{field:"fontName",value:"Ma Shan Zheng"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/novamono/v11/Cn-0JtiGWQ5Ajb--MRKfYGxYrdM9Sg.ttf",conditions:[{field:"fontName",value:"Nova Mono"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/sumana/v5/4UaDrE5TqRBjGj-G8Bji76zR4w.ttf",conditions:[{field:"fontName",value:"Sumana"}],fallback:""},{label:"700",value:"https://fonts.gstatic.com/s/sumana/v5/4UaArE5TqRBjGj--TDfG54fN6ppsKg.ttf",conditions:[{field:"fontName",value:"Sumana"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/puritan/v12/845YNMgkAJ2VTtIo9JrwRdaI50M.ttf",conditions:[{field:"fontName",value:"Puritan"}],fallback:""},{label:"Italic",value:"https://fonts.gstatic.com/s/puritan/v12/845aNMgkAJ2VTtIoxJj6QfSN90PfXA.ttf",conditions:[{field:"fontName",value:"Puritan"}],fallback:""},{label:"700",value:"https://fonts.gstatic.com/s/puritan/v12/845dNMgkAJ2VTtIozCbfYd6j-0rGRes.ttf",conditions:[{field:"fontName",value:"Puritan"}],fallback:""},{label:"700 Italic",value:"https://fonts.gstatic.com/s/puritan/v12/845fNMgkAJ2VTtIoxJjC_dup_2jDVevnLQ.ttf",conditions:[{field:"fontName",value:"Puritan"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/sairastencilone/v2/SLXSc03I6HkvZGJ1GvvipLoYSTEL9AsMawif2YQ2.ttf",conditions:[{field:"fontName",value:"Saira Stencil One"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/slackey/v11/N0bV2SdQO-5yM0-dKlRaJdbWgdY.ttf",conditions:[{field:"fontName",value:"Slackey"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/dekko/v7/46khlb_wWjfSrttFR0vsfl1B.ttf",conditions:[{field:"fontName",value:"Dekko"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/portlligatslab/v9/LDIpaoiQNgArA8kR7ulhZ8P_NYOss7ob9yGLmfI.ttf",conditions:[{field:"fontName",value:"Port Lligat Slab"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/tienne/v13/AYCKpX7pe9YCRP0LkEPHSFNyxw.ttf",conditions:[{field:"fontName",value:"Tienne"}],fallback:""},{label:"700",value:"https://fonts.gstatic.com/s/tienne/v13/AYCJpX7pe9YCRP0zLGzjQHhuzvef5Q.ttf",conditions:[{field:"fontName",value:"Tienne"}],fallback:""},{label:"900",value:"https://fonts.gstatic.com/s/tienne/v13/AYCJpX7pe9YCRP0zFG7jQHhuzvef5Q.ttf",conditions:[{field:"fontName",value:"Tienne"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/farsan/v6/VEMwRoJ0vY_zsyz62q-pxDX9rQ.ttf",conditions:[{field:"fontName",value:"Farsan"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/medulaone/v10/YA9Wr0qb5kjJM6l2V0yukiEqs7GtlvY.ttf",conditions:[{field:"fontName",value:"Medula One"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/kumarone/v5/bMr1mS-P958wYi6YaGeGNO6WU3oT0g.ttf",conditions:[{field:"fontName",value:"Kumar One"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/zillaslabhighlight/v8/gNMbW2BrTpK8-inLtBJgMMfbm6uNVDvRxhtIY2DwSXlM.ttf",conditions:[{field:"fontName",value:"Zilla Slab Highlight"}],fallback:""},{label:"700",value:"https://fonts.gstatic.com/s/zillaslabhighlight/v8/gNMUW2BrTpK8-inLtBJgMMfbm6uNVDvRxiP0TET4YmVF0Mb6.ttf",conditions:[{field:"fontName",value:"Zilla Slab Highlight"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/milonga/v8/SZc53FHnIaK9W5kffz3GkUrS8DI.ttf",conditions:[{field:"fontName",value:"Milonga"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/amarante/v8/xMQXuF1KTa6EvGx9bq-3C3rAmD-b.ttf",conditions:[{field:"fontName",value:"Amarante"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/alatsi/v2/TK3iWkUJAxQ2nLNGHjUHte5fKg.ttf",conditions:[{field:"fontName",value:"Alatsi"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/bigshouldersdisplay/v2/fC1_PZJEZG-e9gHhdI4-NBbfd2ys3SjJCx1sy9rvLpMc2g.ttf",conditions:[{field:"fontName",value:"Big Shoulders Display"}],fallback:""},{label:"100",value:"https://fonts.gstatic.com/s/bigshouldersdisplay/v2/fC1xPZJEZG-e9gHhdI4-NBbfd2ys3SjJCx1Ur9DrDJYM2lAZ.ttf",conditions:[{field:"fontName",value:"Big Shoulders Display"}],fallback:""},{label:"300",value:"https://fonts.gstatic.com/s/bigshouldersdisplay/v2/fC1yPZJEZG-e9gHhdI4-NBbfd2ys3SjJCx1UZ_LLJrgA00kAdA.ttf",conditions:[{field:"fontName",value:"Big Shoulders Display"}],fallback:""},{label:"500",value:"https://fonts.gstatic.com/s/bigshouldersdisplay/v2/fC1yPZJEZG-e9gHhdI4-NBbfd2ys3SjJCx1UP_PLJrgA00kAdA.ttf",conditions:[{field:"fontName",value:"Big Shoulders Display"}],fallback:""},{label:"600",value:"https://fonts.gstatic.com/s/bigshouldersdisplay/v2/fC1yPZJEZG-e9gHhdI4-NBbfd2ys3SjJCx1UE_TLJrgA00kAdA.ttf",conditions:[{field:"fontName",value:"Big Shoulders Display"}],fallback:""},{label:"700",value:"https://fonts.gstatic.com/s/bigshouldersdisplay/v2/fC1yPZJEZG-e9gHhdI4-NBbfd2ys3SjJCx1Ud_XLJrgA00kAdA.ttf",conditions:[{field:"fontName",value:"Big Shoulders Display"}],fallback:""},{label:"800",value:"https://fonts.gstatic.com/s/bigshouldersdisplay/v2/fC1yPZJEZG-e9gHhdI4-NBbfd2ys3SjJCx1Ua_bLJrgA00kAdA.ttf",conditions:[{field:"fontName",value:"Big Shoulders Display"}],fallback:""},{label:"900",value:"https://fonts.gstatic.com/s/bigshouldersdisplay/v2/fC1yPZJEZG-e9gHhdI4-NBbfd2ys3SjJCx1UT_fLJrgA00kAdA.ttf",conditions:[{field:"fontName",value:"Big Shoulders Display"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/matesc/v9/-nF8OGQ1-uoVr2wKyiXZ95OkJwA.ttf",conditions:[{field:"fontName",value:"Mate SC"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/spicyrice/v9/uK_24rSEd-Uqwk4jY1RyGv-2WkowRcc.ttf",conditions:[{field:"fontName",value:"Spicy Rice"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/coiny/v6/gyByhwU1K989PXwbElSvO5Tc.ttf",conditions:[{field:"fontName",value:"Coiny"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/vampiroone/v11/gokqH6DoDl5yXvJytFsdLkqnsvhIor3K.ttf",conditions:[{field:"fontName",value:"Vampiro One"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/dokdo/v8/esDf315XNuCBLxLo4NaMlKcH.ttf",conditions:[{field:"fontName",value:"Dokdo"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/sirinstencil/v9/mem4YaWwznmLx-lzGfN7MdRydchGBq6al6o.ttf",conditions:[{field:"fontName",value:"Sirin Stencil"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/arefruqaa/v9/WwkbxPW1E165rajQKDulEIAiVNo5xNY.ttf",conditions:[{field:"fontName",value:"Aref Ruqaa"}],fallback:""},{label:"700",value:"https://fonts.gstatic.com/s/arefruqaa/v9/WwkYxPW1E165rajQKDulKDwNcNIS2N_7Bdk.ttf",conditions:[{field:"fontName",value:"Aref Ruqaa"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/crushed/v11/U9Mc6dym6WXImTlFT1kfuIqyLzA.ttf",conditions:[{field:"fontName",value:"Crushed"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/spirax/v9/buE3poKgYNLy0F3cXktt-Csn-Q.ttf",conditions:[{field:"fontName",value:"Spirax"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/gaegu/v8/TuGfUVB6Up9NU6ZLodgzydtk.ttf",conditions:[{field:"fontName",value:"Gaegu"}],fallback:""},{label:"300",value:"https://fonts.gstatic.com/s/gaegu/v8/TuGSUVB6Up9NU57nifw74sdtBk0x.ttf",conditions:[{field:"fontName",value:"Gaegu"}],fallback:""},{label:"700",value:"https://fonts.gstatic.com/s/gaegu/v8/TuGSUVB6Up9NU573jvw74sdtBk0x.ttf",conditions:[{field:"fontName",value:"Gaegu"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/justmeagaindownhere/v12/MwQmbgXtz-Wc6RUEGNMc0QpRrfUh2hSdBBMoAuwHvqDwc_fg.ttf",conditions:[{field:"fontName",value:"Just Me Again Down Here"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/scopeone/v7/WBLnrEXKYFlGHrOKmGD1W0_MJMGxiQ.ttf",conditions:[{field:"fontName",value:"Scope One"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/italiana/v9/QldNNTtLsx4E__B0XTmRY31Wx7Vv.ttf",conditions:[{field:"fontName",value:"Italiana"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/chathura/v6/_gP71R7-rzUuVjim418goUC5S-Zy.ttf",conditions:[{field:"fontName",value:"Chathura"}],fallback:""},{label:"100",value:"https://fonts.gstatic.com/s/chathura/v6/_gP91R7-rzUuVjim42dEq0SbTvZyuDo.ttf",conditions:[{field:"fontName",value:"Chathura"}],fallback:""},{label:"300",value:"https://fonts.gstatic.com/s/chathura/v6/_gP81R7-rzUuVjim42eMiWSxYPp7oSNy.ttf",conditions:[{field:"fontName",value:"Chathura"}],fallback:""},{label:"700",value:"https://fonts.gstatic.com/s/chathura/v6/_gP81R7-rzUuVjim42ecjmSxYPp7oSNy.ttf",conditions:[{field:"fontName",value:"Chathura"}],fallback:""},{label:"800",value:"https://fonts.gstatic.com/s/chathura/v6/_gP81R7-rzUuVjim42eAjWSxYPp7oSNy.ttf",conditions:[{field:"fontName",value:"Chathura"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/songmyung/v8/1cX2aUDWAJH5-EIC7DIhr1GqhcitzeM.ttf",conditions:[{field:"fontName",value:"Song Myung"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/notable/v5/gNMEW3N_SIqx-WX9-HMoFIez5MI.ttf",conditions:[{field:"fontName",value:"Notable"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/flamenco/v11/neIIzCehqYguo67ssaWGHK06UY30.ttf",conditions:[{field:"fontName",value:"Flamenco"}],fallback:""},{label:"300",value:"https://fonts.gstatic.com/s/flamenco/v11/neIPzCehqYguo67ssZ0qNIkyepH9qGsf.ttf",conditions:[{field:"fontName",value:"Flamenco"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/ranchers/v8/zrfm0H3Lx-P2Xvs2AoDYDC79XTHv.ttf",conditions:[{field:"fontName",value:"Ranchers"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/fontdinerswanky/v11/ijwOs4XgRNsiaI5-hcVb4hQgMvCD4uEfKiGvxts.ttf",conditions:[{field:"fontName",value:"Fontdiner Swanky"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/averialibre/v9/2V0aKIcMGZEnV6xygz7eNjEiAqPJZ2Xx8w.ttf",conditions:[{field:"fontName",value:"Averia Libre"}],fallback:""},{label:"Italic",value:"https://fonts.gstatic.com/s/averialibre/v9/2V0EKIcMGZEnV6xygz7eNjESAKnNRWDh8405.ttf",conditions:[{field:"fontName",value:"Averia Libre"}],fallback:""},{label:"300",value:"https://fonts.gstatic.com/s/averialibre/v9/2V0FKIcMGZEnV6xygz7eNjEarovtb07t-pQgTw.ttf",conditions:[{field:"fontName",value:"Averia Libre"}],fallback:""},{label:"300 Italic",value:"https://fonts.gstatic.com/s/averialibre/v9/2V0HKIcMGZEnV6xygz7eNjESAJFhbUTp2JEwT4Sk.ttf",conditions:[{field:"fontName",value:"Averia Libre"}],fallback:""},{label:"700",value:"https://fonts.gstatic.com/s/averialibre/v9/2V0FKIcMGZEnV6xygz7eNjEavoztb07t-pQgTw.ttf",conditions:[{field:"fontName",value:"Averia Libre"}],fallback:""},{label:"700 Italic",value:"https://fonts.gstatic.com/s/averialibre/v9/2V0HKIcMGZEnV6xygz7eNjESAJFxakTp2JEwT4Sk.ttf",conditions:[{field:"fontName",value:"Averia Libre"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/paprika/v8/8QIJdijZitv49rDfuIgOq7jkAOw.ttf",conditions:[{field:"fontName",value:"Paprika"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/ewert/v8/va9I4kzO2tFODYBvS-J3kbDP.ttf",conditions:[{field:"fontName",value:"Ewert"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/kranky/v11/hESw6XVgJzlPsFnMpheEZo_H_w.ttf",conditions:[{field:"fontName",value:"Kranky"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/calistoga/v2/6NUU8F2OJg6MeR7l4e0vtMYAwdRZfw.ttf",conditions:[{field:"fontName",value:"Calistoga"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/inknutantiqua/v6/Y4GSYax7VC4ot_qNB4nYpBdaKXUD6pzxRwYB.ttf",conditions:[{field:"fontName",value:"Inknut Antiqua"}],fallback:""},{label:"300",value:"https://fonts.gstatic.com/s/inknutantiqua/v6/Y4GRYax7VC4ot_qNB4nYpBdaKU2vwrj5bBoIYJNf.ttf",conditions:[{field:"fontName",value:"Inknut Antiqua"}],fallback:""},{label:"500",value:"https://fonts.gstatic.com/s/inknutantiqua/v6/Y4GRYax7VC4ot_qNB4nYpBdaKU33w7j5bBoIYJNf.ttf",conditions:[{field:"fontName",value:"Inknut Antiqua"}],fallback:""},{label:"600",value:"https://fonts.gstatic.com/s/inknutantiqua/v6/Y4GRYax7VC4ot_qNB4nYpBdaKU3bxLj5bBoIYJNf.ttf",conditions:[{field:"fontName",value:"Inknut Antiqua"}],fallback:""},{label:"700",value:"https://fonts.gstatic.com/s/inknutantiqua/v6/Y4GRYax7VC4ot_qNB4nYpBdaKU2_xbj5bBoIYJNf.ttf",conditions:[{field:"fontName",value:"Inknut Antiqua"}],fallback:""},{label:"800",value:"https://fonts.gstatic.com/s/inknutantiqua/v6/Y4GRYax7VC4ot_qNB4nYpBdaKU2jxrj5bBoIYJNf.ttf",conditions:[{field:"fontName",value:"Inknut Antiqua"}],fallback:""},{label:"900",value:"https://fonts.gstatic.com/s/inknutantiqua/v6/Y4GRYax7VC4ot_qNB4nYpBdaKU2Hx7j5bBoIYJNf.ttf",conditions:[{field:"fontName",value:"Inknut Antiqua"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/firacode/v9/uU9eCBsR6Z2vfE9aq3bL0fxyUs4tcw4W_D1sFVfxN87gsj0.ttf",conditions:[{field:"fontName",value:"Fira Code"}],fallback:""},{label:"300",value:"https://fonts.gstatic.com/s/firacode/v9/uU9eCBsR6Z2vfE9aq3bL0fxyUs4tcw4W_GNsFVfxN87gsj0.ttf",conditions:[{field:"fontName",value:"Fira Code"}],fallback:""},{label:"500",value:"https://fonts.gstatic.com/s/firacode/v9/uU9eCBsR6Z2vfE9aq3bL0fxyUs4tcw4W_A9sFVfxN87gsj0.ttf",conditions:[{field:"fontName",value:"Fira Code"}],fallback:""},{label:"600",value:"https://fonts.gstatic.com/s/firacode/v9/uU9eCBsR6Z2vfE9aq3bL0fxyUs4tcw4W_ONrFVfxN87gsj0.ttf",conditions:[{field:"fontName",value:"Fira Code"}],fallback:""},{label:"700",value:"https://fonts.gstatic.com/s/firacode/v9/uU9eCBsR6Z2vfE9aq3bL0fxyUs4tcw4W_NprFVfxN87gsj0.ttf",conditions:[{field:"fontName",value:"Fira Code"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/ribeyemarrow/v10/GFDsWApshnqMRO2JdtRZ2d0vEAwTVWgKdtw.ttf",conditions:[{field:"fontName",value:"Ribeye Marrow"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/wireone/v11/qFdH35Wah5htUhV75WGiWdrCwwcJ.ttf",conditions:[{field:"fontName",value:"Wire One"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/muktamahee/v6/XRXQ3IOIi0hcP8iVU67hA-vNWz4PDWtj.ttf",conditions:[{field:"fontName",value:"Mukta Mahee"}],fallback:""},{label:"200",value:"https://fonts.gstatic.com/s/muktamahee/v6/XRXN3IOIi0hcP8iVU67hA9MFcBoHJndqZCsW.ttf",conditions:[{field:"fontName",value:"Mukta Mahee"}],fallback:""},{label:"300",value:"https://fonts.gstatic.com/s/muktamahee/v6/XRXN3IOIi0hcP8iVU67hA9NhcxoHJndqZCsW.ttf",conditions:[{field:"fontName",value:"Mukta Mahee"}],fallback:""},{label:"500",value:"https://fonts.gstatic.com/s/muktamahee/v6/XRXN3IOIi0hcP8iVU67hA9M5choHJndqZCsW.ttf",conditions:[{field:"fontName",value:"Mukta Mahee"}],fallback:""},{label:"600",value:"https://fonts.gstatic.com/s/muktamahee/v6/XRXN3IOIi0hcP8iVU67hA9MVdRoHJndqZCsW.ttf",conditions:[{field:"fontName",value:"Mukta Mahee"}],fallback:""},{label:"700",value:"https://fonts.gstatic.com/s/muktamahee/v6/XRXN3IOIi0hcP8iVU67hA9NxdBoHJndqZCsW.ttf",conditions:[{field:"fontName",value:"Mukta Mahee"}],fallback:""},{label:"800",value:"https://fonts.gstatic.com/s/muktamahee/v6/XRXN3IOIi0hcP8iVU67hA9NtdxoHJndqZCsW.ttf",conditions:[{field:"fontName",value:"Mukta Mahee"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/quintessential/v8/fdNn9sOGq31Yjnh3qWU14DdtjY5wS7kmAyxM.ttf",conditions:[{field:"fontName",value:"Quintessential"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/imfellfrenchcanonsc/v10/FBVmdCru5-ifcor2bgq9V89khWcmQghEURY7H3c0UBCVIVqH.ttf",conditions:[{field:"fontName",value:"IM Fell French Canon SC"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/ruslandisplay/v11/Gw6jwczl81XcIZuckK_e3UpfdzxrldyFvm1n.ttf",conditions:[{field:"fontName",value:"Ruslan Display"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/germaniaone/v8/Fh4yPjrqIyv2ucM2qzBjeS3ezAJONau6ew.ttf",conditions:[{field:"fontName",value:"Germania One"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/bigshoulderstext/v2/55xxezRtP9G3CGPIf49hxc8P0eytUxBsnIx7QMISdQ.ttf",conditions:[{field:"fontName",value:"Big Shoulders Text"}],fallback:""},{label:"100",value:"https://fonts.gstatic.com/s/bigshoulderstext/v2/55xzezRtP9G3CGPIf49hxc8P0eytUxBU-IZ_YscCdXQB.ttf",conditions:[{field:"fontName",value:"Big Shoulders Text"}],fallback:""},{label:"300",value:"https://fonts.gstatic.com/s/bigshoulderstext/v2/55xyezRtP9G3CGPIf49hxc8P0eytUxBUMKRfSOkOfG0Y3A.ttf",conditions:[{field:"fontName",value:"Big Shoulders Text"}],fallback:""},{label:"500",value:"https://fonts.gstatic.com/s/bigshoulderstext/v2/55xyezRtP9G3CGPIf49hxc8P0eytUxBUaKVfSOkOfG0Y3A.ttf",conditions:[{field:"fontName",value:"Big Shoulders Text"}],fallback:""},{label:"600",value:"https://fonts.gstatic.com/s/bigshoulderstext/v2/55xyezRtP9G3CGPIf49hxc8P0eytUxBURKJfSOkOfG0Y3A.ttf",conditions:[{field:"fontName",value:"Big Shoulders Text"}],fallback:""},{label:"700",value:"https://fonts.gstatic.com/s/bigshoulderstext/v2/55xyezRtP9G3CGPIf49hxc8P0eytUxBUIKNfSOkOfG0Y3A.ttf",conditions:[{field:"fontName",value:"Big Shoulders Text"}],fallback:""},{label:"800",value:"https://fonts.gstatic.com/s/bigshoulderstext/v2/55xyezRtP9G3CGPIf49hxc8P0eytUxBUPKBfSOkOfG0Y3A.ttf",conditions:[{field:"fontName",value:"Big Shoulders Text"}],fallback:""},{label:"900",value:"https://fonts.gstatic.com/s/bigshoulderstext/v2/55xyezRtP9G3CGPIf49hxc8P0eytUxBUGKFfSOkOfG0Y3A.ttf",conditions:[{field:"fontName",value:"Big Shoulders Text"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/tillana/v6/VuJxdNvf35P4qJ1OeKbXOIFneRo.ttf",conditions:[{field:"fontName",value:"Tillana"}],fallback:""},{label:"500",value:"https://fonts.gstatic.com/s/tillana/v6/VuJ0dNvf35P4qJ1OQFL-HIlMZRNcp0o.ttf",conditions:[{field:"fontName",value:"Tillana"}],fallback:""},{label:"600",value:"https://fonts.gstatic.com/s/tillana/v6/VuJ0dNvf35P4qJ1OQH75HIlMZRNcp0o.ttf",conditions:[{field:"fontName",value:"Tillana"}],fallback:""},{label:"700",value:"https://fonts.gstatic.com/s/tillana/v6/VuJ0dNvf35P4qJ1OQBr4HIlMZRNcp0o.ttf",conditions:[{field:"fontName",value:"Tillana"}],fallback:""},{label:"800",value:"https://fonts.gstatic.com/s/tillana/v6/VuJ0dNvf35P4qJ1OQAb7HIlMZRNcp0o.ttf",conditions:[{field:"fontName",value:"Tillana"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/fresca/v9/6ae94K--SKgCzbM2Gr0W13DKPA.ttf",conditions:[{field:"fontName",value:"Fresca"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/comicneue/v2/4UaHrEJDsxBrF37olUeDx63j5pN1MwI.ttf",conditions:[{field:"fontName",value:"Comic Neue"}],fallback:""},{label:"Italic",value:"https://fonts.gstatic.com/s/comicneue/v2/4UaFrEJDsxBrF37olUeD96_p4rFwIwJePw.ttf",conditions:[{field:"fontName",value:"Comic Neue"}],fallback:""},{label:"300",value:"https://fonts.gstatic.com/s/comicneue/v2/4UaErEJDsxBrF37olUeD_wHLwpteLwtHJlc.ttf",conditions:[{field:"fontName",value:"Comic Neue"}],fallback:""},{label:"300 Italic",value:"https://fonts.gstatic.com/s/comicneue/v2/4UaarEJDsxBrF37olUeD96_RTplUKylCNlcw_Q.ttf",conditions:[{field:"fontName",value:"Comic Neue"}],fallback:""},{label:"700",value:"https://fonts.gstatic.com/s/comicneue/v2/4UaErEJDsxBrF37olUeD_xHMwpteLwtHJlc.ttf",conditions:[{field:"fontName",value:"Comic Neue"}],fallback:""},{label:"700 Italic",value:"https://fonts.gstatic.com/s/comicneue/v2/4UaarEJDsxBrF37olUeD96_RXp5UKylCNlcw_Q.ttf",conditions:[{field:"fontName",value:"Comic Neue"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/deliusunicase/v14/845BNMEwEIOVT8BmgfSzIr_6mmLHd-73LXWs.ttf",conditions:[{field:"fontName",value:"Delius Unicase"}],fallback:""},{label:"700",value:"https://fonts.gstatic.com/s/deliusunicase/v14/845CNMEwEIOVT8BmgfSzIr_6mlp7WMr_BmmlS5aw.ttf",conditions:[{field:"fontName",value:"Delius Unicase"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/librebarcode39extendedtext/v9/eLG1P_rwIgOiDA7yrs9LoKaYRVLQ1YldrrOnnL7xPO4jNP68fLIiPopNNA.ttf",conditions:[{field:"fontName",value:"Libre Barcode 39 Extended Text"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/fascinateinline/v10/jVyR7mzzB3zc-jp6QCAu60poNqIy1g3CfRXxWZQ.ttf",conditions:[{field:"fontName",value:"Fascinate Inline"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/sarina/v9/-F6wfjF3ITQwasLhLkDUriBQxw.ttf",conditions:[{field:"fontName",value:"Sarina"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/ribeye/v9/L0x8DFMxk1MP9R3RvPCmRSlUig.ttf",conditions:[{field:"fontName",value:"Ribeye"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/himelody/v8/46ktlbP8Vnz0pJcqCTbEf29E31BBGA.ttf",conditions:[{field:"fontName",value:"Hi Melody"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/jacquesfrancoisshadow/v9/KR1FBtOz8PKTMk-kqdkLVrvR0ECFrB6Pin-2_q8VsHuV5ULS.ttf",conditions:[{field:"fontName",value:"Jacques Francois Shadow"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/macondoswashcaps/v8/6NUL8EaAJgGKZA7lpt941Z9s6ZYgDq6Oekoa_mm5bA.ttf",conditions:[{field:"fontName",value:"Macondo Swash Caps"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/londrinaoutline/v11/C8c44dM8vmb14dfsZxhetg3pDH-SfuoxrSKMDvI.ttf",conditions:[{field:"fontName",value:"Londrina Outline"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/ranga/v6/C8ct4cYisGb28p6CLDwZwmGE.ttf",conditions:[{field:"fontName",value:"Ranga"}],fallback:""},{label:"700",value:"https://fonts.gstatic.com/s/ranga/v6/C8cg4cYisGb28qY-AxgR6X2NZAn2.ttf",conditions:[{field:"fontName",value:"Ranga"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/modak/v5/EJRYQgs1XtIEsnMH8BVZ76KU.ttf",conditions:[{field:"fontName",value:"Modak"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/nosifer/v9/ZGjXol5JTp0g5bxZaC1RVDNdGDs.ttf",conditions:[{field:"fontName",value:"Nosifer"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/leaguescript/v12/CSR54zpSlumSWj9CGVsoBZdeaNNUuOwkC2s.ttf",conditions:[{field:"fontName",value:"League Script"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/bilbo/v10/o-0EIpgpwWwZ210hpIRz4wxE.ttf",conditions:[{field:"fontName",value:"Bilbo"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/kodchasan/v4/1cXxaUPOAJv9sG4I-DJmj3uEicG01A.ttf",conditions:[{field:"fontName",value:"Kodchasan"}],fallback:""},{label:"Italic",value:"https://fonts.gstatic.com/s/kodchasan/v4/1cX3aUPOAJv9sG4I-DJWjXGAq8Sk1PoH.ttf",conditions:[{field:"fontName",value:"Kodchasan"}],fallback:""},{label:"200",value:"https://fonts.gstatic.com/s/kodchasan/v4/1cX0aUPOAJv9sG4I-DJeR1Cggeqo3eMeoA.ttf",conditions:[{field:"fontName",value:"Kodchasan"}],fallback:""},{label:"200 Italic",value:"https://fonts.gstatic.com/s/kodchasan/v4/1cXqaUPOAJv9sG4I-DJWjUlIgOCs_-YOoIgN.ttf",conditions:[{field:"fontName",value:"Kodchasan"}],fallback:""},{label:"300",value:"https://fonts.gstatic.com/s/kodchasan/v4/1cX0aUPOAJv9sG4I-DJeI1Oggeqo3eMeoA.ttf",conditions:[{field:"fontName",value:"Kodchasan"}],fallback:""},{label:"300 Italic",value:"https://fonts.gstatic.com/s/kodchasan/v4/1cXqaUPOAJv9sG4I-DJWjUksg-Cs_-YOoIgN.ttf",conditions:[{field:"fontName",value:"Kodchasan"}],fallback:""},{label:"500",value:"https://fonts.gstatic.com/s/kodchasan/v4/1cX0aUPOAJv9sG4I-DJee1Kggeqo3eMeoA.ttf",conditions:[{field:"fontName",value:"Kodchasan"}],fallback:""},{label:"500 Italic",value:"https://fonts.gstatic.com/s/kodchasan/v4/1cXqaUPOAJv9sG4I-DJWjUl0guCs_-YOoIgN.ttf",conditions:[{field:"fontName",value:"Kodchasan"}],fallback:""},{label:"600",value:"https://fonts.gstatic.com/s/kodchasan/v4/1cX0aUPOAJv9sG4I-DJeV1Wggeqo3eMeoA.ttf",conditions:[{field:"fontName",value:"Kodchasan"}],fallback:""},{label:"600 Italic",value:"https://fonts.gstatic.com/s/kodchasan/v4/1cXqaUPOAJv9sG4I-DJWjUlYheCs_-YOoIgN.ttf",conditions:[{field:"fontName",value:"Kodchasan"}],fallback:""},{label:"700",value:"https://fonts.gstatic.com/s/kodchasan/v4/1cX0aUPOAJv9sG4I-DJeM1Sggeqo3eMeoA.ttf",conditions:[{field:"fontName",value:"Kodchasan"}],fallback:""},{label:"700 Italic",value:"https://fonts.gstatic.com/s/kodchasan/v4/1cXqaUPOAJv9sG4I-DJWjUk8hOCs_-YOoIgN.ttf",conditions:[{field:"fontName",value:"Kodchasan"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/librecaslondisplay/v2/TuGOUUFxWphYQ6YI6q9Xp61FQzxDRKmzr2lRdRhtCC4d.ttf",conditions:[{field:"fontName",value:"Libre Caslon Display"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/sedgwickavedisplay/v6/xfuu0XPgU3jZPUoUo3ScvmPi-NapQ8OxM2czd-YnOzUD.ttf",conditions:[{field:"fontName",value:"Sedgwick Ave Display"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/oxanium/v2/RrQQboN_4yJ0JmiMS2XO0LBBd4Y.ttf",conditions:[{field:"fontName",value:"Oxanium"}],fallback:""},{label:"200",value:"https://fonts.gstatic.com/s/oxanium/v2/RrQVboN_4yJ0JmiMc63l9Lhqa48pA8w.ttf",conditions:[{field:"fontName",value:"Oxanium"}],fallback:""},{label:"300",value:"https://fonts.gstatic.com/s/oxanium/v2/RrQVboN_4yJ0JmiMc8nm9Lhqa48pA8w.ttf",conditions:[{field:"fontName",value:"Oxanium"}],fallback:""},{label:"500",value:"https://fonts.gstatic.com/s/oxanium/v2/RrQVboN_4yJ0JmiMc5Hn9Lhqa48pA8w.ttf",conditions:[{field:"fontName",value:"Oxanium"}],fallback:""},{label:"600",value:"https://fonts.gstatic.com/s/oxanium/v2/RrQVboN_4yJ0JmiMc73g9Lhqa48pA8w.ttf",conditions:[{field:"fontName",value:"Oxanium"}],fallback:""},{label:"700",value:"https://fonts.gstatic.com/s/oxanium/v2/RrQVboN_4yJ0JmiMc9nh9Lhqa48pA8w.ttf",conditions:[{field:"fontName",value:"Oxanium"}],fallback:""},{label:"800",value:"https://fonts.gstatic.com/s/oxanium/v2/RrQVboN_4yJ0JmiMc8Xi9Lhqa48pA8w.ttf",conditions:[{field:"fontName",value:"Oxanium"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/habibi/v9/CSR-4zFWkuqcTTNCShJeZOYySQ.ttf",conditions:[{field:"fontName",value:"Habibi"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/engagement/v10/x3dlckLDZbqa7RUs9MFVXNossybsHQI.ttf",conditions:[{field:"fontName",value:"Engagement"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/kiteone/v8/70lQu7shLnA_E02vyq1b6HnGO4uA.ttf",conditions:[{field:"fontName",value:"Kite One"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/baloothambi2/v1/cY9cfjeOW0NHpmOQXranrbDyu4hHBJOxZQPp.ttf",conditions:[{field:"fontName",value:"Baloo Thambi 2"}],fallback:""},{label:"500",value:"https://fonts.gstatic.com/s/baloothambi2/v1/cY9ffjeOW0NHpmOQXranrbDyu7CzLbe5Th_gRA7L.ttf",conditions:[{field:"fontName",value:"Baloo Thambi 2"}],fallback:""},{label:"600",value:"https://fonts.gstatic.com/s/baloothambi2/v1/cY9ffjeOW0NHpmOQXranrbDyu7CfKre5Th_gRA7L.ttf",conditions:[{field:"fontName",value:"Baloo Thambi 2"}],fallback:""},{label:"700",value:"https://fonts.gstatic.com/s/baloothambi2/v1/cY9ffjeOW0NHpmOQXranrbDyu7D7K7e5Th_gRA7L.ttf",conditions:[{field:"fontName",value:"Baloo Thambi 2"}],fallback:""},{label:"800",value:"https://fonts.gstatic.com/s/baloothambi2/v1/cY9ffjeOW0NHpmOQXranrbDyu7DnKLe5Th_gRA7L.ttf",conditions:[{field:"fontName",value:"Baloo Thambi 2"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/textmeone/v8/i7dOIFdlayuLUvgoFvHQFWZcalayGhyV.ttf",conditions:[{field:"fontName",value:"Text Me One"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/lakkireddy/v7/S6u5w49MUSzD9jlCPmvLZQfox9k97-xZ.ttf",conditions:[{field:"fontName",value:"Lakki Reddy"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/gamjaflower/v8/6NUR8FiKJg-Pa0rM6uN40Z4kyf9Fdty2ew.ttf",conditions:[{field:"fontName",value:"Gamja Flower"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/bubblerone/v9/f0Xy0eqj68ppQV9KBLmAouHH26MPePkt.ttf",conditions:[{field:"fontName",value:"Bubbler One"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/averiagruesalibre/v9/NGSov4nEGEktOaDRKsY-1dhh8eEtIx3ZUmmJw0SLRA8.ttf",conditions:[{field:"fontName",value:"Averia Gruesa Libre"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/loversquarrel/v8/Yq6N-LSKXTL-5bCy8ksBzpQ_-zAsY7pO6siz.ttf",conditions:[{field:"fontName",value:"Lovers Quarrel"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/yeonsung/v8/QldMNTpbohAGtsJvUn6xSVNazqx2xg.ttf",conditions:[{field:"fontName",value:"Yeon Sung"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/pirataone/v9/I_urMpiDvgLdLh0fAtoftiiEr5_BdZ8.ttf",conditions:[{field:"fontName",value:"Pirata One"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/hennypenny/v8/wXKvE3UZookzsxz_kjGSfMQqt3M7tMDT.ttf",conditions:[{field:"fontName",value:"Henny Penny"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/trochut/v8/CHyjV-fDDlP9bDIw5nSIfVIPLns.ttf",conditions:[{field:"fontName",value:"Trochut"}],fallback:""},{label:"Italic",value:"https://fonts.gstatic.com/s/trochut/v8/CHyhV-fDDlP9bDIw1naCeXAKPns8jw.ttf",conditions:[{field:"fontName",value:"Trochut"}],fallback:""},{label:"700",value:"https://fonts.gstatic.com/s/trochut/v8/CHymV-fDDlP9bDIw3sinWVokMnIllmA.ttf",conditions:[{field:"fontName",value:"Trochut"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/ibarrarealnova/v2/sZlfdQiA-DBIDCcaWtQzL4BZHoiDoHxSENxuLuE.ttf",conditions:[{field:"fontName",value:"Ibarra Real Nova"}],fallback:""},{label:"Italic",value:"https://fonts.gstatic.com/s/ibarrarealnova/v2/sZlZdQiA-DBIDCcaWtQzL4BZHoiDkH5YFP5rPuF6EA.ttf",conditions:[{field:"fontName",value:"Ibarra Real Nova"}],fallback:""},{label:"600",value:"https://fonts.gstatic.com/s/ibarrarealnova/v2/sZlYdQiA-DBIDCcaWtQzL4BZHoiDmKR8NNRFMuhjCXY.ttf",conditions:[{field:"fontName",value:"Ibarra Real Nova"}],fallback:""},{label:"600 Italic",value:"https://fonts.gstatic.com/s/ibarrarealnova/v2/sZladQiA-DBIDCcaWtQzL4BZHoiDkH5gzNBPNspmGXawpg.ttf",conditions:[{field:"fontName",value:"Ibarra Real Nova"}],fallback:""},{label:"700",value:"https://fonts.gstatic.com/s/ibarrarealnova/v2/sZlYdQiA-DBIDCcaWtQzL4BZHoiDmMB9NNRFMuhjCXY.ttf",conditions:[{field:"fontName",value:"Ibarra Real Nova"}],fallback:""},{label:"700 Italic",value:"https://fonts.gstatic.com/s/ibarrarealnova/v2/sZladQiA-DBIDCcaWtQzL4BZHoiDkH5gqNFPNspmGXawpg.ttf",conditions:[{field:"fontName",value:"Ibarra Real Nova"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/unlock/v10/7Au-p_8ykD-cDl7GKAjSwkUVOQ.ttf",conditions:[{field:"fontName",value:"Unlock"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/rosarivo/v8/PlI-Fl2lO6N9f8HaNAeC2nhMnNy5.ttf",conditions:[{field:"fontName",value:"Rosarivo"}],fallback:""},{label:"Italic",value:"https://fonts.gstatic.com/s/rosarivo/v8/PlI4Fl2lO6N9f8HaNDeA0Hxumcy5ZX8.ttf",conditions:[{field:"fontName",value:"Rosarivo"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/ramaraja/v5/SlGTmQearpYAYG1CABIkqnB6aSQU.ttf",conditions:[{field:"fontName",value:"Ramaraja"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/grenze/v2/O4ZTFGb7hR12Bxq3_2gnmgwKlg.ttf",conditions:[{field:"fontName",value:"Grenze"}],fallback:""},{label:"Italic",value:"https://fonts.gstatic.com/s/grenze/v2/O4ZRFGb7hR12BxqH_WIjuAkalnmd.ttf",conditions:[{field:"fontName",value:"Grenze"}],fallback:""},{label:"100",value:"https://fonts.gstatic.com/s/grenze/v2/O4ZRFGb7hR12BxqPm2IjuAkalnmd.ttf",conditions:[{field:"fontName",value:"Grenze"}],fallback:""},{label:"100 Italic",value:"https://fonts.gstatic.com/s/grenze/v2/O4ZXFGb7hR12BxqH_VpHsg04k2md0kI.ttf",conditions:[{field:"fontName",value:"Grenze"}],fallback:""},{label:"200",value:"https://fonts.gstatic.com/s/grenze/v2/O4ZQFGb7hR12BxqPN0MDkicWn2CEyw.ttf",conditions:[{field:"fontName",value:"Grenze"}],fallback:""},{label:"200 Italic",value:"https://fonts.gstatic.com/s/grenze/v2/O4ZWFGb7hR12BxqH_Vrrky0SvWWUy1uW.ttf",conditions:[{field:"fontName",value:"Grenze"}],fallback:""},{label:"300",value:"https://fonts.gstatic.com/s/grenze/v2/O4ZQFGb7hR12BxqPU0ADkicWn2CEyw.ttf",conditions:[{field:"fontName",value:"Grenze"}],fallback:""},{label:"300 Italic",value:"https://fonts.gstatic.com/s/grenze/v2/O4ZWFGb7hR12BxqH_VqPkC0SvWWUy1uW.ttf",conditions:[{field:"fontName",value:"Grenze"}],fallback:""},{label:"500",value:"https://fonts.gstatic.com/s/grenze/v2/O4ZQFGb7hR12BxqPC0EDkicWn2CEyw.ttf",conditions:[{field:"fontName",value:"Grenze"}],fallback:""},{label:"500 Italic",value:"https://fonts.gstatic.com/s/grenze/v2/O4ZWFGb7hR12BxqH_VrXkS0SvWWUy1uW.ttf",conditions:[{field:"fontName",value:"Grenze"}],fallback:""},{label:"600",value:"https://fonts.gstatic.com/s/grenze/v2/O4ZQFGb7hR12BxqPJ0YDkicWn2CEyw.ttf",conditions:[{field:"fontName",value:"Grenze"}],fallback:""},{label:"600 Italic",value:"https://fonts.gstatic.com/s/grenze/v2/O4ZWFGb7hR12BxqH_Vr7li0SvWWUy1uW.ttf",conditions:[{field:"fontName",value:"Grenze"}],fallback:""},{label:"700",value:"https://fonts.gstatic.com/s/grenze/v2/O4ZQFGb7hR12BxqPQ0cDkicWn2CEyw.ttf",conditions:[{field:"fontName",value:"Grenze"}],fallback:""},{label:"700 Italic",value:"https://fonts.gstatic.com/s/grenze/v2/O4ZWFGb7hR12BxqH_Vqfly0SvWWUy1uW.ttf",conditions:[{field:"fontName",value:"Grenze"}],fallback:""},{label:"800",value:"https://fonts.gstatic.com/s/grenze/v2/O4ZQFGb7hR12BxqPX0QDkicWn2CEyw.ttf",conditions:[{field:"fontName",value:"Grenze"}],fallback:""},{label:"800 Italic",value:"https://fonts.gstatic.com/s/grenze/v2/O4ZWFGb7hR12BxqH_VqDlC0SvWWUy1uW.ttf",conditions:[{field:"fontName",value:"Grenze"}],fallback:""},{label:"900",value:"https://fonts.gstatic.com/s/grenze/v2/O4ZQFGb7hR12BxqPe0UDkicWn2CEyw.ttf",conditions:[{field:"fontName",value:"Grenze"}],fallback:""},{label:"900 Italic",value:"https://fonts.gstatic.com/s/grenze/v2/O4ZWFGb7hR12BxqH_VqnlS0SvWWUy1uW.ttf",conditions:[{field:"fontName",value:"Grenze"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/rationale/v12/9XUnlJ92n0_JFxHIfHcsdlFMzLC2Zw.ttf",conditions:[{field:"fontName",value:"Rationale"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/fenix/v8/XoHo2YL_S7-g5ostKzAFvs8o.ttf",conditions:[{field:"fontName",value:"Fenix"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/sancreek/v11/pxiHypAnsdxUm159X7D-XV9NEe-K.ttf",conditions:[{field:"fontName",value:"Sancreek"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/markoone/v10/9Btq3DFG0cnVM5lw1haaKpUfrHPzUw.ttf",conditions:[{field:"fontName",value:"Marko One"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/barriecito/v3/WWXXlj-CbBOSLY2QTuY_KdUiYwTO0MU.ttf",conditions:[{field:"fontName",value:"Barriecito"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/rowdies/v1/ptRJTieMYPNBAK21zrdJwObZNQo.ttf",conditions:[{field:"fontName",value:"Rowdies"}],fallback:""},{label:"300",value:"https://fonts.gstatic.com/s/rowdies/v1/ptRMTieMYPNBAK219hth5O7yKQNute8.ttf",conditions:[{field:"fontName",value:"Rowdies"}],fallback:""},{label:"700",value:"https://fonts.gstatic.com/s/rowdies/v1/ptRMTieMYPNBAK219gtm5O7yKQNute8.ttf",conditions:[{field:"fontName",value:"Rowdies"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/tulpenone/v10/dFa6ZfeC474skLgesc0CWj0w_HyIRlE.ttf",conditions:[{field:"fontName",value:"Tulpen One"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/stalemate/v8/taiIGmZ_EJq97-UfkZRpuqSs8ZQpaQ.ttf",conditions:[{field:"fontName",value:"Stalemate"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/gupter/v2/2-cm9JNmxJqPO1QUYZa_Wu_lpA.ttf",conditions:[{field:"fontName",value:"Gupter"}],fallback:""},{label:"500",value:"https://fonts.gstatic.com/s/gupter/v2/2-cl9JNmxJqPO1Qslb-bUsT5rZhaZg.ttf",conditions:[{field:"fontName",value:"Gupter"}],fallback:""},{label:"700",value:"https://fonts.gstatic.com/s/gupter/v2/2-cl9JNmxJqPO1Qs3bmbUsT5rZhaZg.ttf",conditions:[{field:"fontName",value:"Gupter"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/simonetta/v11/x3dickHVYrCU5BU15c4BfPACvy_1BA.ttf",conditions:[{field:"fontName",value:"Simonetta"}],fallback:""},{label:"Italic",value:"https://fonts.gstatic.com/s/simonetta/v11/x3dkckHVYrCU5BU15c4xfvoGnSrlBBsy.ttf",conditions:[{field:"fontName",value:"Simonetta"}],fallback:""},{label:"900",value:"https://fonts.gstatic.com/s/simonetta/v11/x3dnckHVYrCU5BU15c45-N0mtwTpDQIrGg.ttf",conditions:[{field:"fontName",value:"Simonetta"}],fallback:""},{label:"900 Italic",value:"https://fonts.gstatic.com/s/simonetta/v11/x3d5ckHVYrCU5BU15c4xfsKCsA7tLwc7Gn88.ttf",conditions:[{field:"fontName",value:"Simonetta"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/lexendzetta/v1/ll87K2KYXje7CdOFnEWcU8soliQejRR7AQ.ttf",conditions:[{field:"fontName",value:"Lexend Zetta"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/junge/v8/gokgH670Gl1lUqAdvhB7SnKm.ttf",conditions:[{field:"fontName",value:"Junge"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/swankyandmoomoo/v10/flUlRrKz24IuWVI_WJYTYcqbEsMUZ3kUtbPkR64SYQ.ttf",conditions:[{field:"fontName",value:"Swanky and Moo Moo"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/donegalone/v8/m8JWjfRYea-ZnFz6fsK9FZRFRG-K3Mud.ttf",conditions:[{field:"fontName",value:"Donegal One"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/akronim/v10/fdN-9sqWtWZZlHRp-gBxkFYN-a8.ttf",conditions:[{field:"fontName",value:"Akronim"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/mogra/v7/f0X40eSs8c95TBo4DvLmxtnG.ttf",conditions:[{field:"fontName",value:"Mogra"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/mysteryquest/v8/-nF6OG414u0E6k0wynSGlujRHwElD_9Qz9E.ttf",conditions:[{field:"fontName",value:"Mystery Quest"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/girassol/v2/JTUUjIo_-DK48laaNC9Nz2pJzxbi.ttf",conditions:[{field:"fontName",value:"Girassol"}],fallback:""},{label:"300",value:"https://fonts.gstatic.com/s/buda/v11/GFDqWAN8mnyIJSSrG7UBr7pZKA0.ttf",conditions:[{field:"fontName",value:"Buda"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/moul/v12/nuF2D__FSo_3E-RYiJCy-00.ttf",conditions:[{field:"fontName",value:"Moul"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/imfellfrenchcanon/v10/-F6ufiNtDWYfYc-tDiyiw08rrghJszkK6coVPt1ozoPz.ttf",conditions:[{field:"fontName",value:"IM Fell French Canon"}],fallback:""},{label:"Italic",value:"https://fonts.gstatic.com/s/imfellfrenchcanon/v10/-F6gfiNtDWYfYc-tDiyiw08rrghJszkK6foXNNlKy5PzzrU.ttf",conditions:[{field:"fontName",value:"IM Fell French Canon"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/chelaone/v9/6ae-4KC7Uqgdz_JZdPIy31vWNTMwoQ.ttf",conditions:[{field:"fontName",value:"Chela One"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/mina/v4/-nFzOGc18vARrz9j7i3y65o.ttf",conditions:[{field:"fontName",value:"Mina"}],fallback:""},{label:"700",value:"https://fonts.gstatic.com/s/mina/v4/-nF8OGc18vARl4NMyiXZ95OkJwA.ttf",conditions:[{field:"fontName",value:"Mina"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/stintultraexpanded/v8/CSRg4yNNh-GbW3o3JkwoDcdvMKMf0oBAd0qoATQkWwam.ttf",conditions:[{field:"fontName",value:"Stint Ultra Expanded"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/barrio/v5/wEO8EBXBk8hBIDiEdQYhWdsX1Q.ttf",conditions:[{field:"fontName",value:"Barrio"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/asar/v8/sZlLdRyI6TBIXkYQDLlTW6E.ttf",conditions:[{field:"fontName",value:"Asar"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/stintultracondensed/v9/-W_gXIrsVjjeyEnPC45qD2NoFPtBE0xCh2A-qhUO2cNvdg.ttf",conditions:[{field:"fontName",value:"Stint Ultra Condensed"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/stoke/v10/z7NadRb7aTMfKONpfihK1YTV.ttf",conditions:[{field:"fontName",value:"Stoke"}],fallback:""},{label:"300",value:"https://fonts.gstatic.com/s/stoke/v10/z7NXdRb7aTMfKNvFVgxC_pjcTeWU.ttf",conditions:[{field:"fontName",value:"Stoke"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/chicle/v9/lJwG-pw9i2dqU-BDyWKuobYSxw.ttf",conditions:[{field:"fontName",value:"Chicle"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/englebert/v8/xn7iYH8w2XGrC8AR4HSxT_fYdN-WZw.ttf",conditions:[{field:"fontName",value:"Englebert"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/margarine/v9/qkBXXvoE6trLT9Y7YLye5JRLkAXbMQ.ttf",conditions:[{field:"fontName",value:"Margarine"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/bellotatext/v2/0FlTVP2VnlWS4f3-UE9hHXMB-dMOdS7sSg.ttf",conditions:[{field:"fontName",value:"Bellota Text"}],fallback:""},{label:"Italic",value:"https://fonts.gstatic.com/s/bellotatext/v2/0FlNVP2VnlWS4f3-UE9hHXMx-9kKVyv8Sjer.ttf",conditions:[{field:"fontName",value:"Bellota Text"}],fallback:""},{label:"300",value:"https://fonts.gstatic.com/s/bellotatext/v2/0FlMVP2VnlWS4f3-UE9hHXM5VfsqfQXwQy6yxg.ttf",conditions:[{field:"fontName",value:"Bellota Text"}],fallback:""},{label:"300 Italic",value:"https://fonts.gstatic.com/s/bellotatext/v2/0FlOVP2VnlWS4f3-UE9hHXMx--Gmfw_0YSuixmYK.ttf",conditions:[{field:"fontName",value:"Bellota Text"}],fallback:""},{label:"700",value:"https://fonts.gstatic.com/s/bellotatext/v2/0FlMVP2VnlWS4f3-UE9hHXM5RfwqfQXwQy6yxg.ttf",conditions:[{field:"fontName",value:"Bellota Text"}],fallback:""},{label:"700 Italic",value:"https://fonts.gstatic.com/s/bellotatext/v2/0FlOVP2VnlWS4f3-UE9hHXMx--G2eA_0YSuixmYK.ttf",conditions:[{field:"fontName",value:"Bellota Text"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/cormorantunicase/v8/HI_QiZUaILtOqhqgDeXoF_n1_fTGX-vTnsMnx3C9.ttf",conditions:[{field:"fontName",value:"Cormorant Unicase"}],fallback:""},{label:"300",value:"https://fonts.gstatic.com/s/cormorantunicase/v8/HI_ViZUaILtOqhqgDeXoF_n1_fTGX9N_tucv7Gy0DRzS.ttf",conditions:[{field:"fontName",value:"Cormorant Unicase"}],fallback:""},{label:"500",value:"https://fonts.gstatic.com/s/cormorantunicase/v8/HI_ViZUaILtOqhqgDeXoF_n1_fTGX9Mnt-cv7Gy0DRzS.ttf",conditions:[{field:"fontName",value:"Cormorant Unicase"}],fallback:""},{label:"600",value:"https://fonts.gstatic.com/s/cormorantunicase/v8/HI_ViZUaILtOqhqgDeXoF_n1_fTGX9MLsOcv7Gy0DRzS.ttf",conditions:[{field:"fontName",value:"Cormorant Unicase"}],fallback:""},{label:"700",value:"https://fonts.gstatic.com/s/cormorantunicase/v8/HI_ViZUaILtOqhqgDeXoF_n1_fTGX9Nvsecv7Gy0DRzS.ttf",conditions:[{field:"fontName",value:"Cormorant Unicase"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/overlocksc/v9/1cX3aUHKGZrstGAY8nwVzHGAq8Sk1PoH.ttf",conditions:[{field:"fontName",value:"Overlock SC"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/angkor/v13/H4cmBXyAlsPdnlb-8iw-4Lqggw.ttf",conditions:[{field:"fontName",value:"Angkor"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/nokora/v14/hYkIPuwgTubzaWxQOzoPovZg8Q.ttf",conditions:[{field:"fontName",value:"Nokora"}],fallback:""},{label:"700",value:"https://fonts.gstatic.com/s/nokora/v14/hYkLPuwgTubzaWxohxUrqt18-B9Uuw.ttf",conditions:[{field:"fontName",value:"Nokora"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/prociono/v10/r05YGLlR-KxAf9GGO8upyDYtStiJ.ttf",conditions:[{field:"fontName",value:"Prociono"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/courierprime/v2/u-450q2lgwslOqpF_6gQ8kELWwZjW-_-tvg.ttf",conditions:[{field:"fontName",value:"Courier Prime"}],fallback:""},{label:"Italic",value:"https://fonts.gstatic.com/s/courierprime/v2/u-4n0q2lgwslOqpF_6gQ8kELawRpX837pvjxPA.ttf",conditions:[{field:"fontName",value:"Courier Prime"}],fallback:""},{label:"700",value:"https://fonts.gstatic.com/s/courierprime/v2/u-4k0q2lgwslOqpF_6gQ8kELY7pMf-fVqvHoJXw.ttf",conditions:[{field:"fontName",value:"Courier Prime"}],fallback:""},{label:"700 Italic",value:"https://fonts.gstatic.com/s/courierprime/v2/u-4i0q2lgwslOqpF_6gQ8kELawRR4-LfrtPtNXyeAg.ttf",conditions:[{field:"fontName",value:"Courier Prime"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/condiment/v8/pONk1hggFNmwvXALyH6Sq4n4o1vyCQ.ttf",conditions:[{field:"fontName",value:"Condiment"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/kottaone/v8/S6u_w41LXzPc_jlfNWqPHA3s5dwt7w.ttf",conditions:[{field:"fontName",value:"Kotta One"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/bayon/v14/9XUrlJNmn0LPFl-pOhYEd2NJ.ttf",conditions:[{field:"fontName",value:"Bayon"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/khmer/v13/MjQImit_vPPwpF-BpN2EeYmD.ttf",conditions:[{field:"fontName",value:"Khmer"}],fallback:""},{label:"700",value:"https://fonts.gstatic.com/s/unifrakturcook/v12/IurA6Yli8YOdcoky-0PTTdkm56n05Uw13ILXs-h6.ttf",conditions:[{field:"fontName",value:"UnifrakturCook"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/sura/v5/SZc23FL5PbyzFf5UWzXtjUM.ttf",conditions:[{field:"fontName",value:"Sura"}],fallback:""},{label:"700",value:"https://fonts.gstatic.com/s/sura/v5/SZc53FL5PbyzLUJ7fz3GkUrS8DI.ttf",conditions:[{field:"fontName",value:"Sura"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/croissantone/v8/3y9n6bU9bTPg4m8NDy3Kq24UM3pqn5cdJ-4.ttf",conditions:[{field:"fontName",value:"Croissant One"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/cagliostro/v9/ZgNWjP5HM73BV5amnX-TjGXEM4COoE4.ttf",conditions:[{field:"fontName",value:"Cagliostro"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/trykker/v9/KtktALyWZJXudUPzhNnoOd2j22U.ttf",conditions:[{field:"fontName",value:"Trykker"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/julee/v10/TuGfUVB3RpZPQ6ZLodgzydtk.ttf",conditions:[{field:"fontName",value:"Julee"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/maidenorange/v11/kJE1BuIX7AUmhi2V4m08kb1XjOZdCZS8FY8.ttf",conditions:[{field:"fontName",value:"Maiden Orange"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/koulen/v14/AMOQz46as3KIBPeWgnA9kuYMUg.ttf",conditions:[{field:"fontName",value:"Koulen"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/petrona/v10/mtGl4_NXL7bZo9XXq35wRLONYyOjFk6NsQRBH452Mvds.ttf",conditions:[{field:"fontName",value:"Petrona"}],fallback:""},{label:"Italic",value:"https://fonts.gstatic.com/s/petrona/v10/mtGr4_NXL7bZo9XXgXdCu2vkCLkNEVtF8uwCFYpUN-dsIWs.ttf",conditions:[{field:"fontName",value:"Petrona"}],fallback:""},{label:"100",value:"https://fonts.gstatic.com/s/petrona/v10/mtGl4_NXL7bZo9XXq35wRLONYyOjFk6NsARBH452Mvds.ttf",conditions:[{field:"fontName",value:"Petrona"}],fallback:""},{label:"100 Italic",value:"https://fonts.gstatic.com/s/petrona/v10/mtGr4_NXL7bZo9XXgXdCu2vkCLkNEVtF8uwDFYpUN-dsIWs.ttf",conditions:[{field:"fontName",value:"Petrona"}],fallback:""},{label:"200",value:"https://fonts.gstatic.com/s/petrona/v10/mtGl4_NXL7bZo9XXq35wRLONYyOjFk4NsQRBH452Mvds.ttf",conditions:[{field:"fontName",value:"Petrona"}],fallback:""},{label:"200 Italic",value:"https://fonts.gstatic.com/s/petrona/v10/mtGr4_NXL7bZo9XXgXdCu2vkCLkNEVtF8mwCFYpUN-dsIWs.ttf",conditions:[{field:"fontName",value:"Petrona"}],fallback:""},{label:"300",value:"https://fonts.gstatic.com/s/petrona/v10/mtGl4_NXL7bZo9XXq35wRLONYyOjFk7TsQRBH452Mvds.ttf",conditions:[{field:"fontName",value:"Petrona"}],fallback:""},{label:"300 Italic",value:"https://fonts.gstatic.com/s/petrona/v10/mtGr4_NXL7bZo9XXgXdCu2vkCLkNEVtF8rICFYpUN-dsIWs.ttf",conditions:[{field:"fontName",value:"Petrona"}],fallback:""},{label:"500",value:"https://fonts.gstatic.com/s/petrona/v10/mtGl4_NXL7bZo9XXq35wRLONYyOjFk6_sQRBH452Mvds.ttf",conditions:[{field:"fontName",value:"Petrona"}],fallback:""},{label:"500 Italic",value:"https://fonts.gstatic.com/s/petrona/v10/mtGr4_NXL7bZo9XXgXdCu2vkCLkNEVtF8t4CFYpUN-dsIWs.ttf",conditions:[{field:"fontName",value:"Petrona"}],fallback:""},{label:"600",value:"https://fonts.gstatic.com/s/petrona/v10/mtGl4_NXL7bZo9XXq35wRLONYyOjFk5TtgRBH452Mvds.ttf",conditions:[{field:"fontName",value:"Petrona"}],fallback:""},{label:"600 Italic",value:"https://fonts.gstatic.com/s/petrona/v10/mtGr4_NXL7bZo9XXgXdCu2vkCLkNEVtF8jIFFYpUN-dsIWs.ttf",conditions:[{field:"fontName",value:"Petrona"}],fallback:""},{label:"700",value:"https://fonts.gstatic.com/s/petrona/v10/mtGl4_NXL7bZo9XXq35wRLONYyOjFk5qtgRBH452Mvds.ttf",conditions:[{field:"fontName",value:"Petrona"}],fallback:""},{label:"700 Italic",value:"https://fonts.gstatic.com/s/petrona/v10/mtGr4_NXL7bZo9XXgXdCu2vkCLkNEVtF8gsFFYpUN-dsIWs.ttf",conditions:[{field:"fontName",value:"Petrona"}],fallback:""},{label:"800",value:"https://fonts.gstatic.com/s/petrona/v10/mtGl4_NXL7bZo9XXq35wRLONYyOjFk4NtgRBH452Mvds.ttf",conditions:[{field:"fontName",value:"Petrona"}],fallback:""},{label:"800 Italic",value:"https://fonts.gstatic.com/s/petrona/v10/mtGr4_NXL7bZo9XXgXdCu2vkCLkNEVtF8mwFFYpUN-dsIWs.ttf",conditions:[{field:"fontName",value:"Petrona"}],fallback:""},{label:"900",value:"https://fonts.gstatic.com/s/petrona/v10/mtGl4_NXL7bZo9XXq35wRLONYyOjFk4ktgRBH452Mvds.ttf",conditions:[{field:"fontName",value:"Petrona"}],fallback:""},{label:"900 Italic",value:"https://fonts.gstatic.com/s/petrona/v10/mtGr4_NXL7bZo9XXgXdCu2vkCLkNEVtF8kUFFYpUN-dsIWs.ttf",conditions:[{field:"fontName",value:"Petrona"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/uncialantiqua/v8/N0bM2S5WOex4OUbESzoESK-i-PfRS5VBBSSF.ttf",conditions:[{field:"fontName",value:"Uncial Antiqua"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/imfellgreatprimer/v10/bx6aNwSJtayYxOkbYFsT6hMsLzX7u85rJorXvDo3SQY1.ttf",conditions:[{field:"fontName",value:"IM Fell Great Primer"}],fallback:""},{label:"Italic",value:"https://fonts.gstatic.com/s/imfellgreatprimer/v10/bx6UNwSJtayYxOkbYFsT6hMsLzX7u85rJrrVtj4VTBY1N6U.ttf",conditions:[{field:"fontName",value:"IM Fell Great Primer"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/stylish/v8/m8JSjfhPYriQkk7-fo35dLxEdmo.ttf",conditions:[{field:"fontName",value:"Stylish"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/vibes/v2/QdVYSTsmIB6tmbd3HpbsuBlh.ttf",conditions:[{field:"fontName",value:"Vibes"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/fahkwang/v4/Noax6Uj3zpmBOgbNpNqPsr1ZPTZ4.ttf",conditions:[{field:"fontName",value:"Fahkwang"}],fallback:""},{label:"Italic",value:"https://fonts.gstatic.com/s/fahkwang/v4/Noa36Uj3zpmBOgbNpOqNuLl7OCZ4ihE.ttf",conditions:[{field:"fontName",value:"Fahkwang"}],fallback:""},{label:"200",value:"https://fonts.gstatic.com/s/fahkwang/v4/Noa26Uj3zpmBOgbNpOJHmZlRFipxkwjx.ttf",conditions:[{field:"fontName",value:"Fahkwang"}],fallback:""},{label:"200 Italic",value:"https://fonts.gstatic.com/s/fahkwang/v4/Noa06Uj3zpmBOgbNpOqNgHFQHC5Tlhjxdw4.ttf",conditions:[{field:"fontName",value:"Fahkwang"}],fallback:""},{label:"300",value:"https://fonts.gstatic.com/s/fahkwang/v4/Noa26Uj3zpmBOgbNpOIjmplRFipxkwjx.ttf",conditions:[{field:"fontName",value:"Fahkwang"}],fallback:""},{label:"300 Italic",value:"https://fonts.gstatic.com/s/fahkwang/v4/Noa06Uj3zpmBOgbNpOqNgBVTHC5Tlhjxdw4.ttf",conditions:[{field:"fontName",value:"Fahkwang"}],fallback:""},{label:"500",value:"https://fonts.gstatic.com/s/fahkwang/v4/Noa26Uj3zpmBOgbNpOJ7m5lRFipxkwjx.ttf",conditions:[{field:"fontName",value:"Fahkwang"}],fallback:""},{label:"500 Italic",value:"https://fonts.gstatic.com/s/fahkwang/v4/Noa06Uj3zpmBOgbNpOqNgE1SHC5Tlhjxdw4.ttf",conditions:[{field:"fontName",value:"Fahkwang"}],fallback:""},{label:"600",value:"https://fonts.gstatic.com/s/fahkwang/v4/Noa26Uj3zpmBOgbNpOJXnJlRFipxkwjx.ttf",conditions:[{field:"fontName",value:"Fahkwang"}],fallback:""},{label:"600 Italic",value:"https://fonts.gstatic.com/s/fahkwang/v4/Noa06Uj3zpmBOgbNpOqNgGFVHC5Tlhjxdw4.ttf",conditions:[{field:"fontName",value:"Fahkwang"}],fallback:""},{label:"700",value:"https://fonts.gstatic.com/s/fahkwang/v4/Noa26Uj3zpmBOgbNpOIznZlRFipxkwjx.ttf",conditions:[{field:"fontName",value:"Fahkwang"}],fallback:""},{label:"700 Italic",value:"https://fonts.gstatic.com/s/fahkwang/v4/Noa06Uj3zpmBOgbNpOqNgAVUHC5Tlhjxdw4.ttf",conditions:[{field:"fontName",value:"Fahkwang"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/miniver/v9/eLGcP-PxIg-5H0vC770Cy8r8fWA.ttf",conditions:[{field:"fontName",value:"Miniver"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/dellarespira/v8/RLp5K5v44KaueWI6iEJQBiGPRfkSu6EuTHo.ttf",conditions:[{field:"fontName",value:"Della Respira"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/eaglelake/v8/ptRMTiqbbuNJDOiKj9wG5O7yKQNute8.ttf",conditions:[{field:"fontName",value:"Eagle Lake"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/kavoon/v9/pxiFyp4_scRYhlU4NLr6f1pdEQ.ttf",conditions:[{field:"fontName",value:"Kavoon"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/hanaleifill/v9/fC1mPYtObGbfyQznIaQzPQiMVwLBplm9aw.ttf",conditions:[{field:"fontName",value:"Hanalei Fill"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/majormonodisplay/v5/RWmVoLyb5fEqtsfBX9PDZIGr2tFubRhLCn2QIndPww.ttf",conditions:[{field:"fontName",value:"Major Mono Display"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/dorsa/v11/yYLn0hjd0OGwqo493XCFxAnQ.ttf",conditions:[{field:"fontName",value:"Dorsa"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/sreekrushnadevaraya/v8/R70FjzQeifmPepmyQQjQ9kvwMkWYPfTA_EWb2FhQuXir.ttf",conditions:[{field:"fontName",value:"Sree Krushnadevaraya"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/recursive/v20/8vJN7wMr0mhh-RQChyHEH06TlXhq_gukbYrFMk1QuAIcyEwG_X-dpEfaE5YaERmK-CImKsvxvU-MXGX2fSqasNfUvz2xbXfn1uEQadCCk018vwxjDJCL.ttf",conditions:[{field:"fontName",value:"Recursive"}],fallback:""},{label:"300",value:"https://fonts.gstatic.com/s/recursive/v20/8vJN7wMr0mhh-RQChyHEH06TlXhq_gukbYrFMk1QuAIcyEwG_X-dpEfaE5YaERmK-CImKsvxvU-MXGX2fSqasNfUvz2xbXfn1uEQadDck018vwxjDJCL.ttf",conditions:[{field:"fontName",value:"Recursive"}],fallback:""},{label:"500",value:"https://fonts.gstatic.com/s/recursive/v20/8vJN7wMr0mhh-RQChyHEH06TlXhq_gukbYrFMk1QuAIcyEwG_X-dpEfaE5YaERmK-CImKsvxvU-MXGX2fSqasNfUvz2xbXfn1uEQadCwk018vwxjDJCL.ttf",conditions:[{field:"fontName",value:"Recursive"}],fallback:""},{label:"600",value:"https://fonts.gstatic.com/s/recursive/v20/8vJN7wMr0mhh-RQChyHEH06TlXhq_gukbYrFMk1QuAIcyEwG_X-dpEfaE5YaERmK-CImKsvxvU-MXGX2fSqasNfUvz2xbXfn1uEQadBclE18vwxjDJCL.ttf",conditions:[{field:"fontName",value:"Recursive"}],fallback:""},{label:"700",value:"https://fonts.gstatic.com/s/recursive/v20/8vJN7wMr0mhh-RQChyHEH06TlXhq_gukbYrFMk1QuAIcyEwG_X-dpEfaE5YaERmK-CImKsvxvU-MXGX2fSqasNfUvz2xbXfn1uEQadBllE18vwxjDJCL.ttf",conditions:[{field:"fontName",value:"Recursive"}],fallback:""},{label:"800",value:"https://fonts.gstatic.com/s/recursive/v20/8vJN7wMr0mhh-RQChyHEH06TlXhq_gukbYrFMk1QuAIcyEwG_X-dpEfaE5YaERmK-CImKsvxvU-MXGX2fSqasNfUvz2xbXfn1uEQadAClE18vwxjDJCL.ttf",conditions:[{field:"fontName",value:"Recursive"}],fallback:""},{label:"900",value:"https://fonts.gstatic.com/s/recursive/v20/8vJN7wMr0mhh-RQChyHEH06TlXhq_gukbYrFMk1QuAIcyEwG_X-dpEfaE5YaERmK-CImKsvxvU-MXGX2fSqasNfUvz2xbXfn1uEQadArlE18vwxjDJCL.ttf",conditions:[{field:"fontName",value:"Recursive"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/lindenhill/v10/-F61fjxoKSg9Yc3hZgO8ygFI7CwC009k.ttf",conditions:[{field:"fontName",value:"Linden Hill"}],fallback:""},{label:"Italic",value:"https://fonts.gstatic.com/s/lindenhill/v10/-F63fjxoKSg9Yc3hZgO8yjFK5igg1l9kn-s.ttf",conditions:[{field:"fontName",value:"Linden Hill"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/kulimpark/v2/fdN79secq3hflz1Uu3IwtF4m5aZxebw.ttf",conditions:[{field:"fontName",value:"Kulim Park"}],fallback:""},{label:"Italic",value:"https://fonts.gstatic.com/s/kulimpark/v2/fdN59secq3hflz1Uu3IwhFws4YR0abw2Aw.ttf",conditions:[{field:"fontName",value:"Kulim Park"}],fallback:""},{label:"200",value:"https://fonts.gstatic.com/s/kulimpark/v2/fdN49secq3hflz1Uu3IwjJYNwa5aZbUvGjU.ttf",conditions:[{field:"fontName",value:"Kulim Park"}],fallback:""},{label:"200 Italic",value:"https://fonts.gstatic.com/s/kulimpark/v2/fdNm9secq3hflz1Uu3IwhFwUKa9QYZcqCjVVUA.ttf",conditions:[{field:"fontName",value:"Kulim Park"}],fallback:""},{label:"300",value:"https://fonts.gstatic.com/s/kulimpark/v2/fdN49secq3hflz1Uu3IwjPIOwa5aZbUvGjU.ttf",conditions:[{field:"fontName",value:"Kulim Park"}],fallback:""},{label:"300 Italic",value:"https://fonts.gstatic.com/s/kulimpark/v2/fdNm9secq3hflz1Uu3IwhFwUTaxQYZcqCjVVUA.ttf",conditions:[{field:"fontName",value:"Kulim Park"}],fallback:""},{label:"600",value:"https://fonts.gstatic.com/s/kulimpark/v2/fdN49secq3hflz1Uu3IwjIYIwa5aZbUvGjU.ttf",conditions:[{field:"fontName",value:"Kulim Park"}],fallback:""},{label:"600 Italic",value:"https://fonts.gstatic.com/s/kulimpark/v2/fdNm9secq3hflz1Uu3IwhFwUOapQYZcqCjVVUA.ttf",conditions:[{field:"fontName",value:"Kulim Park"}],fallback:""},{label:"700",value:"https://fonts.gstatic.com/s/kulimpark/v2/fdN49secq3hflz1Uu3IwjOIJwa5aZbUvGjU.ttf",conditions:[{field:"fontName",value:"Kulim Park"}],fallback:""},{label:"700 Italic",value:"https://fonts.gstatic.com/s/kulimpark/v2/fdNm9secq3hflz1Uu3IwhFwUXatQYZcqCjVVUA.ttf",conditions:[{field:"fontName",value:"Kulim Park"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/content/v13/zrfl0HLayePhU_AwUaDyIiL0RCg.ttf",conditions:[{field:"fontName",value:"Content"}],fallback:""},{label:"700",value:"https://fonts.gstatic.com/s/content/v13/zrfg0HLayePhU_AwaRzdBirfWCHvkAI.ttf",conditions:[{field:"fontName",value:"Content"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/newrocker/v9/MwQzbhjp3-HImzcCU_cJkGMViblPtXs.ttf",conditions:[{field:"fontName",value:"New Rocker"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/redressed/v11/x3dickHUbrmJ7wMy9MsBfPACvy_1BA.ttf",conditions:[{field:"fontName",value:"Redressed"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/koho/v4/K2F-fZ5fmddNBikefJbSOos.ttf",conditions:[{field:"fontName",value:"KoHo"}],fallback:""},{label:"Italic",value:"https://fonts.gstatic.com/s/koho/v4/K2FwfZ5fmddNNisUeLTXKou4Bg.ttf",conditions:[{field:"fontName",value:"KoHo"}],fallback:""},{label:"200",value:"https://fonts.gstatic.com/s/koho/v4/K2FxfZ5fmddNPuE1WJ75JoKhHys.ttf",conditions:[{field:"fontName",value:"KoHo"}],fallback:""},{label:"200 Italic",value:"https://fonts.gstatic.com/s/koho/v4/K2FzfZ5fmddNNisssJ_zIqCkDyvqZA.ttf",conditions:[{field:"fontName",value:"KoHo"}],fallback:""},{label:"300",value:"https://fonts.gstatic.com/s/koho/v4/K2FxfZ5fmddNPoU2WJ75JoKhHys.ttf",conditions:[{field:"fontName",value:"KoHo"}],fallback:""},{label:"300 Italic",value:"https://fonts.gstatic.com/s/koho/v4/K2FzfZ5fmddNNiss1JzzIqCkDyvqZA.ttf",conditions:[{field:"fontName",value:"KoHo"}],fallback:""},{label:"500",value:"https://fonts.gstatic.com/s/koho/v4/K2FxfZ5fmddNPt03WJ75JoKhHys.ttf",conditions:[{field:"fontName",value:"KoHo"}],fallback:""},{label:"500 Italic",value:"https://fonts.gstatic.com/s/koho/v4/K2FzfZ5fmddNNissjJ3zIqCkDyvqZA.ttf",conditions:[{field:"fontName",value:"KoHo"}],fallback:""},{label:"600",value:"https://fonts.gstatic.com/s/koho/v4/K2FxfZ5fmddNPvEwWJ75JoKhHys.ttf",conditions:[{field:"fontName",value:"KoHo"}],fallback:""},{label:"600 Italic",value:"https://fonts.gstatic.com/s/koho/v4/K2FzfZ5fmddNNissoJrzIqCkDyvqZA.ttf",conditions:[{field:"fontName",value:"KoHo"}],fallback:""},{label:"700",value:"https://fonts.gstatic.com/s/koho/v4/K2FxfZ5fmddNPpUxWJ75JoKhHys.ttf",conditions:[{field:"fontName",value:"KoHo"}],fallback:""},{label:"700 Italic",value:"https://fonts.gstatic.com/s/koho/v4/K2FzfZ5fmddNNissxJvzIqCkDyvqZA.ttf",conditions:[{field:"fontName",value:"KoHo"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/offside/v8/HI_KiYMWKa9QrAykQ5HiRp-dhpQ.ttf",conditions:[{field:"fontName",value:"Offside"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/charmonman/v3/MjQDmiR3vP_nuxDv47jiWJGovLdh6OE.ttf",conditions:[{field:"fontName",value:"Charmonman"}],fallback:""},{label:"700",value:"https://fonts.gstatic.com/s/charmonman/v3/MjQAmiR3vP_nuxDv47jiYC2HmL9K9OhmGnY.ttf",conditions:[{field:"fontName",value:"Charmonman"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/iceberg/v8/8QIJdijAiM7o-qnZuIgOq7jkAOw.ttf",conditions:[{field:"fontName",value:"Iceberg"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/jotione/v9/Z9XVDmdJQAmWm9TwaYTe4u2El6GC.ttf",conditions:[{field:"fontName",value:"Joti One"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/chango/v9/2V0cKI0OB5U7WaJyz324TFUaAw.ttf",conditions:[{field:"fontName",value:"Chango"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/ruthie/v11/gokvH63sGkdqXuU9lD53Q2u_mQ.ttf",conditions:[{field:"fontName",value:"Ruthie"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/baloopaaji2/v1/i7dMIFFzbz-QHZUdV9_UGWZuYFKQHwyVd3U.ttf",conditions:[{field:"fontName",value:"Baloo Paaji 2"}],fallback:""},{label:"500",value:"https://fonts.gstatic.com/s/baloopaaji2/v1/i7dRIFFzbz-QHZUdV9_UGWZuWKa5OwS-a3yGe9E.ttf",conditions:[{field:"fontName",value:"Baloo Paaji 2"}],fallback:""},{label:"600",value:"https://fonts.gstatic.com/s/baloopaaji2/v1/i7dRIFFzbz-QHZUdV9_UGWZuWIq-OwS-a3yGe9E.ttf",conditions:[{field:"fontName",value:"Baloo Paaji 2"}],fallback:""},{label:"700",value:"https://fonts.gstatic.com/s/baloopaaji2/v1/i7dRIFFzbz-QHZUdV9_UGWZuWO6_OwS-a3yGe9E.ttf",conditions:[{field:"fontName",value:"Baloo Paaji 2"}],fallback:""},{label:"800",value:"https://fonts.gstatic.com/s/baloopaaji2/v1/i7dRIFFzbz-QHZUdV9_UGWZuWPK8OwS-a3yGe9E.ttf",conditions:[{field:"fontName",value:"Baloo Paaji 2"}],fallback:""},{label:"Italic",value:"https://fonts.gstatic.com/s/molle/v9/E21n_dL5hOXFhWEsXzgmVydREus.ttf",conditions:[{field:"fontName",value:"Molle"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/baloobhai2/v1/sZlDdRSL-z1VEWZ4YNA7Y5I3cdTmiH1gFQ.ttf",conditions:[{field:"fontName",value:"Baloo Bhai 2"}],fallback:""},{label:"500",value:"https://fonts.gstatic.com/s/baloobhai2/v1/sZlcdRSL-z1VEWZ4YNA7Y5IPhf3CgFZ8HNV3Nw.ttf",conditions:[{field:"fontName",value:"Baloo Bhai 2"}],fallback:""},{label:"600",value:"https://fonts.gstatic.com/s/baloobhai2/v1/sZlcdRSL-z1VEWZ4YNA7Y5IPqfrCgFZ8HNV3Nw.ttf",conditions:[{field:"fontName",value:"Baloo Bhai 2"}],fallback:""},{label:"700",value:"https://fonts.gstatic.com/s/baloobhai2/v1/sZlcdRSL-z1VEWZ4YNA7Y5IPzfvCgFZ8HNV3Nw.ttf",conditions:[{field:"fontName",value:"Baloo Bhai 2"}],fallback:""},{label:"800",value:"https://fonts.gstatic.com/s/baloobhai2/v1/sZlcdRSL-z1VEWZ4YNA7Y5IP0fjCgFZ8HNV3Nw.ttf",conditions:[{field:"fontName",value:"Baloo Bhai 2"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/jomhuria/v8/Dxxp8j-TMXf-llKur2b1MOGbC3Dh.ttf",conditions:[{field:"fontName",value:"Jomhuria"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/bigshotone/v11/u-470qukhRkkO6BD_7cM_gxuUQJBXv_-.ttf",conditions:[{field:"fontName",value:"Bigshot One"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/kantumruy/v8/sykx-yJ0m7wyVb-f4FO3_vjBrlSILg.ttf",conditions:[{field:"fontName",value:"Kantumruy"}],fallback:""},{label:"300",value:"https://fonts.gstatic.com/s/kantumruy/v8/syk0-yJ0m7wyVb-f4FOPUtDlpn-UJ1H6Uw.ttf",conditions:[{field:"fontName",value:"Kantumruy"}],fallback:""},{label:"700",value:"https://fonts.gstatic.com/s/kantumruy/v8/syk0-yJ0m7wyVb-f4FOPQtflpn-UJ1H6Uw.ttf",conditions:[{field:"fontName",value:"Kantumruy"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/elsieswashcaps/v9/845DNN8xGZyVX5MVo_upKf7KnjK0ferVKGWsUo8.ttf",conditions:[{field:"fontName",value:"Elsie Swash Caps"}],fallback:""},{label:"900",value:"https://fonts.gstatic.com/s/elsieswashcaps/v9/845ENN8xGZyVX5MVo_upKf7KnjK0RW74DG2HToawrdU.ttf",conditions:[{field:"fontName",value:"Elsie Swash Caps"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/autourone/v10/UqyVK80cP25l3fJgbdfbk5lWVscxdKE.ttf",conditions:[{field:"fontName",value:"Autour One"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/galdeano/v10/uU9MCBoQ4YOqOW1boDPx8PCOg0uX.ttf",conditions:[{field:"fontName",value:"Galdeano"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/wellfleet/v8/nuF7D_LfQJb3VYgX6eyT42aLDhO2HA.ttf",conditions:[{field:"fontName",value:"Wellfleet"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/arbutus/v10/NaPYcZ7dG_5J3poob9JtryO8fMU.ttf",conditions:[{field:"fontName",value:"Arbutus"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/imfelldwpicasc/v10/0ybjGCAu5PfqkvtGVU15aBhXz3EUrnTW-BiKEUiBGA.ttf",conditions:[{field:"fontName",value:"IM Fell DW Pica SC"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/inika/v9/rnCm-x5X3QP-phTHRcc2s2XH.ttf",conditions:[{field:"fontName",value:"Inika"}],fallback:""},{label:"700",value:"https://fonts.gstatic.com/s/inika/v9/rnCr-x5X3QP-pix7auM-mHnOSOuk.ttf",conditions:[{field:"fontName",value:"Inika"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/rumraisin/v8/nwpRtKu3Ih8D5avB4h2uJ3-IywA7eMM.ttf",conditions:[{field:"fontName",value:"Rum Raisin"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/blackandwhitepicture/v8/TwMe-JAERlQd3ooUHBUXGmrmioKjjnRSFO-NqI5HbcMi-yWY.ttf",conditions:[{field:"fontName",value:"Black And White Picture"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/glassantiqua/v8/xfu30Wr0Wn3NOQM2piC0uXOjnL_wN6fRUkY.ttf",conditions:[{field:"fontName",value:"Glass Antiqua"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/metalmania/v10/RWmMoKWb4e8kqMfBUdPFJeXCg6UKDXlq.ttf",conditions:[{field:"fontName",value:"Metal Mania"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/tomorrow/v3/WBLmrETNbFtZCeGqgSXVcWHALdio.ttf",conditions:[{field:"fontName",value:"Tomorrow"}],fallback:""},{label:"Italic",value:"https://fonts.gstatic.com/s/tomorrow/v3/WBLgrETNbFtZCeGqgRXXe2XiKMiokE4.ttf",conditions:[{field:"fontName",value:"Tomorrow"}],fallback:""},{label:"100",value:"https://fonts.gstatic.com/s/tomorrow/v3/WBLgrETNbFtZCeGqgR2xe2XiKMiokE4.ttf",conditions:[{field:"fontName",value:"Tomorrow"}],fallback:""},{label:"100 Italic",value:"https://fonts.gstatic.com/s/tomorrow/v3/WBLirETNbFtZCeGqgRXXQwHoLOqtgE5h0A.ttf",conditions:[{field:"fontName",value:"Tomorrow"}],fallback:""},{label:"200",value:"https://fonts.gstatic.com/s/tomorrow/v3/WBLhrETNbFtZCeGqgR0dWkXIBsShiVd4.ttf",conditions:[{field:"fontName",value:"Tomorrow"}],fallback:""},{label:"200 Italic",value:"https://fonts.gstatic.com/s/tomorrow/v3/WBLjrETNbFtZCeGqgRXXQ63JDMCDjEd4yVY.ttf",conditions:[{field:"fontName",value:"Tomorrow"}],fallback:""},{label:"300",value:"https://fonts.gstatic.com/s/tomorrow/v3/WBLhrETNbFtZCeGqgR15WUXIBsShiVd4.ttf",conditions:[{field:"fontName",value:"Tomorrow"}],fallback:""},{label:"300 Italic",value:"https://fonts.gstatic.com/s/tomorrow/v3/WBLjrETNbFtZCeGqgRXXQ8nKDMCDjEd4yVY.ttf",conditions:[{field:"fontName",value:"Tomorrow"}],fallback:""},{label:"500",value:"https://fonts.gstatic.com/s/tomorrow/v3/WBLhrETNbFtZCeGqgR0hWEXIBsShiVd4.ttf",conditions:[{field:"fontName",value:"Tomorrow"}],fallback:""},{label:"500 Italic",value:"https://fonts.gstatic.com/s/tomorrow/v3/WBLjrETNbFtZCeGqgRXXQ5HLDMCDjEd4yVY.ttf",conditions:[{field:"fontName",value:"Tomorrow"}],fallback:""},{label:"600",value:"https://fonts.gstatic.com/s/tomorrow/v3/WBLhrETNbFtZCeGqgR0NX0XIBsShiVd4.ttf",conditions:[{field:"fontName",value:"Tomorrow"}],fallback:""},{label:"600 Italic",value:"https://fonts.gstatic.com/s/tomorrow/v3/WBLjrETNbFtZCeGqgRXXQ73MDMCDjEd4yVY.ttf",conditions:[{field:"fontName",value:"Tomorrow"}],fallback:""},{label:"700",value:"https://fonts.gstatic.com/s/tomorrow/v3/WBLhrETNbFtZCeGqgR1pXkXIBsShiVd4.ttf",conditions:[{field:"fontName",value:"Tomorrow"}],fallback:""},{label:"700 Italic",value:"https://fonts.gstatic.com/s/tomorrow/v3/WBLjrETNbFtZCeGqgRXXQ9nNDMCDjEd4yVY.ttf",conditions:[{field:"fontName",value:"Tomorrow"}],fallback:""},{label:"800",value:"https://fonts.gstatic.com/s/tomorrow/v3/WBLhrETNbFtZCeGqgR11XUXIBsShiVd4.ttf",conditions:[{field:"fontName",value:"Tomorrow"}],fallback:""},{label:"800 Italic",value:"https://fonts.gstatic.com/s/tomorrow/v3/WBLjrETNbFtZCeGqgRXXQ8XODMCDjEd4yVY.ttf",conditions:[{field:"fontName",value:"Tomorrow"}],fallback:""},{label:"900",value:"https://fonts.gstatic.com/s/tomorrow/v3/WBLhrETNbFtZCeGqgR1RXEXIBsShiVd4.ttf",conditions:[{field:"fontName",value:"Tomorrow"}],fallback:""},{label:"900 Italic",value:"https://fonts.gstatic.com/s/tomorrow/v3/WBLjrETNbFtZCeGqgRXXQ-HPDMCDjEd4yVY.ttf",conditions:[{field:"fontName",value:"Tomorrow"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/novaflat/v12/QdVUSTc-JgqpytEbVebEuStkm20oJA.ttf",conditions:[{field:"fontName",value:"Nova Flat"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/bellota/v2/MwQ2bhXl3_qEpiwAGJJRtGs-lbA.ttf",conditions:[{field:"fontName",value:"Bellota"}],fallback:""},{label:"Italic",value:"https://fonts.gstatic.com/s/bellota/v2/MwQ0bhXl3_qEpiwAKJBbsEk7hbBWrA.ttf",conditions:[{field:"fontName",value:"Bellota"}],fallback:""},{label:"300",value:"https://fonts.gstatic.com/s/bellota/v2/MwQzbhXl3_qEpiwAID55kGMViblPtXs.ttf",conditions:[{field:"fontName",value:"Bellota"}],fallback:""},{label:"300 Italic",value:"https://fonts.gstatic.com/s/bellota/v2/MwQxbhXl3_qEpiwAKJBjHGEfjZtKpXulTQ.ttf",conditions:[{field:"fontName",value:"Bellota"}],fallback:""},{label:"700",value:"https://fonts.gstatic.com/s/bellota/v2/MwQzbhXl3_qEpiwAIC5-kGMViblPtXs.ttf",conditions:[{field:"fontName",value:"Bellota"}],fallback:""},{label:"700 Italic",value:"https://fonts.gstatic.com/s/bellota/v2/MwQxbhXl3_qEpiwAKJBjDGYfjZtKpXulTQ.ttf",conditions:[{field:"fontName",value:"Bellota"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/snippet/v10/bWt47f7XfQH9Gupu2v_Afcp9QWc.ttf",conditions:[{field:"fontName",value:"Snippet"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/museomoderno/v2/zrf30HnU0_7wWdMrFcWqSEXPVyEaWJ55pTleMlZEuewajeKlCdo.ttf",conditions:[{field:"fontName",value:"MuseoModerno"}],fallback:""},{label:"100",value:"https://fonts.gstatic.com/s/museomoderno/v2/zrf30HnU0_7wWdMrFcWqSEXPVyEaWJ55pTleMlZFuewajeKlCdo.ttf",conditions:[{field:"fontName",value:"MuseoModerno"}],fallback:""},{label:"200",value:"https://fonts.gstatic.com/s/museomoderno/v2/zrf30HnU0_7wWdMrFcWqSEXPVyEaWJ55pTleMtZEuewajeKlCdo.ttf",conditions:[{field:"fontName",value:"MuseoModerno"}],fallback:""},{label:"300",value:"https://fonts.gstatic.com/s/museomoderno/v2/zrf30HnU0_7wWdMrFcWqSEXPVyEaWJ55pTleMghEuewajeKlCdo.ttf",conditions:[{field:"fontName",value:"MuseoModerno"}],fallback:""},{label:"500",value:"https://fonts.gstatic.com/s/museomoderno/v2/zrf30HnU0_7wWdMrFcWqSEXPVyEaWJ55pTleMmREuewajeKlCdo.ttf",conditions:[{field:"fontName",value:"MuseoModerno"}],fallback:""},{label:"600",value:"https://fonts.gstatic.com/s/museomoderno/v2/zrf30HnU0_7wWdMrFcWqSEXPVyEaWJ55pTleMohDuewajeKlCdo.ttf",conditions:[{field:"fontName",value:"MuseoModerno"}],fallback:""},{label:"700",value:"https://fonts.gstatic.com/s/museomoderno/v2/zrf30HnU0_7wWdMrFcWqSEXPVyEaWJ55pTleMrFDuewajeKlCdo.ttf",conditions:[{field:"fontName",value:"MuseoModerno"}],fallback:""},{label:"800",value:"https://fonts.gstatic.com/s/museomoderno/v2/zrf30HnU0_7wWdMrFcWqSEXPVyEaWJ55pTleMtZDuewajeKlCdo.ttf",conditions:[{field:"fontName",value:"MuseoModerno"}],fallback:""},{label:"900",value:"https://fonts.gstatic.com/s/museomoderno/v2/zrf30HnU0_7wWdMrFcWqSEXPVyEaWJ55pTleMv9DuewajeKlCdo.ttf",conditions:[{field:"fontName",value:"MuseoModerno"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/bokor/v13/m8JcjfpeeaqTiR2WdInbcaxE.ttf",conditions:[{field:"fontName",value:"Bokor"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/diplomata/v12/Cn-0JtiMXwhNwp-wKxyfYGxYrdM9Sg.ttf",conditions:[{field:"fontName",value:"Diplomata"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/monofett/v10/mFTyWbofw6zc9NtnW43SuRwr0VJ7.ttf",conditions:[{field:"fontName",value:"Monofett"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/atomicage/v13/f0Xz0eug6sdmRFkYZZGL58Ht9a8GYeA.ttf",conditions:[{field:"fontName",value:"Atomic Age"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/librebarcode128/v10/cIfnMbdUsUoiW3O_hVviCwVjuLtXeJ_A_gMk0izH.ttf",conditions:[{field:"fontName",value:"Libre Barcode 128"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/novaslim/v12/Z9XUDmZNQAuem8jyZcn-yMOInrib9Q.ttf",conditions:[{field:"fontName",value:"Nova Slim"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/odormeanchey/v12/raxkHiKDttkTe1aOGcJMR1A_4mrY2zqUKafv.ttf",conditions:[{field:"fontName",value:"Odor Mean Chey"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/rhodiumlibre/v5/1q2AY5adA0tn_ukeHcQHqpx6pETLeo2gm2U.ttf",conditions:[{field:"fontName",value:"Rhodium Libre"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/smokum/v11/TK3iWkUbAhopmrdGHjUHte5fKg.ttf",conditions:[{field:"fontName",value:"Smokum"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/modernantiqua/v10/NGStv5TIAUg6Iq_RLNo_2dp1sI1Ea2u0c3Gi.ttf",conditions:[{field:"fontName",value:"Modern Antiqua"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/suwannaphum/v14/jAnCgHV7GtDvc8jbe8hXXIWl_8C0Wg2V.ttf",conditions:[{field:"fontName",value:"Suwannaphum"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/bahiana/v5/uU9PCBUV4YenPWJU7xPb3vyHmlI.ttf",conditions:[{field:"fontName",value:"Bahiana"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/novacut/v12/KFOkCnSYu8mL-39LkWxPKTM1K9nz.ttf",conditions:[{field:"fontName",value:"Nova Cut"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/lexendexa/v1/UMBXrPdOoHOnxExyjdBeWirXArM58BY.ttf",conditions:[{field:"fontName",value:"Lexend Exa"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/diplomatasc/v9/buExpoi3ecvs3kidKgBJo2kf-P5Oaiw4cw.ttf",conditions:[{field:"fontName",value:"Diplomata SC"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/jomolhari/v2/EvONzA1M1Iw_CBd2hsQCF1IZKq5INg.ttf",conditions:[{field:"fontName",value:"Jomolhari"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/zcoolqingkehuangyou/v5/2Eb5L_R5IXJEWhD3AOhSvFC554MOOahI4mRIi_28c8bHWA.ttf",conditions:[{field:"fontName",value:"ZCOOL QingKe HuangYou"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/oldenburg/v8/fC1jPY5JYWzbywv7c4V6UU6oXyndrw.ttf",conditions:[{field:"fontName",value:"Oldenburg"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/meiescript/v8/_LOImzDK7erRjhunIspaMjxn5IXg0WDz.ttf",conditions:[{field:"fontName",value:"Meie Script"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/cutefont/v8/Noaw6Uny2oWPbSHMrY6vmJNVNC9hkw.ttf",conditions:[{field:"fontName",value:"Cute Font"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/griffy/v9/FwZa7-ox2FQh9kfwSNSEwM2zpA.ttf",conditions:[{field:"fontName",value:"Griffy"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/keaniaone/v8/zOL54pXJk65E8pXardnuycRuv-hHkOs.ttf",conditions:[{field:"fontName",value:"Keania One"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/felipa/v7/FwZa7-owz1Eu4F_wSNSEwM2zpA.ttf",conditions:[{field:"fontName",value:"Felipa"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/jimnightshade/v8/PlIkFlu9Pb08Q8HLM1PxmB0g-OS4V3qKaMxD.ttf",conditions:[{field:"fontName",value:"Jim Nightshade"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/smythe/v11/MwQ3bhT01--coT1BOLh_uGInjA.ttf",conditions:[{field:"fontName",value:"Smythe"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/devonshire/v9/46kqlbDwWirWr4gtBD2BX0Vq01lYAZM.ttf",conditions:[{field:"fontName",value:"Devonshire"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/revalia/v7/WwkexPimBE2-4ZPEeVruNIgJSNM.ttf",conditions:[{field:"fontName",value:"Revalia"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/poorstory/v8/jizfREFUsnUct9P6cDfd4OmnLD0Z4zM.ttf",conditions:[{field:"fontName",value:"Poor Story"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/originalsurfer/v9/RWmQoKGZ9vIirYntXJ3_MbekzNMiDEtvAlaMKw.ttf",conditions:[{field:"fontName",value:"Original Surfer"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/varta/v1/Qw3AZQpJHj_6LzHUngWbrFkDH1x9tD4EirE-9PGLfQ.ttf",conditions:[{field:"fontName",value:"Varta"}],fallback:""},{label:"300",value:"https://fonts.gstatic.com/s/varta/v1/Qw3AZQpJHj_6LzHUngWbrFkDH1x96j4EirE-9PGLfQ.ttf",conditions:[{field:"fontName",value:"Varta"}],fallback:""},{label:"500",value:"https://fonts.gstatic.com/s/varta/v1/Qw3AZQpJHj_6LzHUngWbrFkDH1x9hj4EirE-9PGLfQ.ttf",conditions:[{field:"fontName",value:"Varta"}],fallback:""},{label:"600",value:"https://fonts.gstatic.com/s/varta/v1/Qw3AZQpJHj_6LzHUngWbrFkDH1x9ajkEirE-9PGLfQ.ttf",conditions:[{field:"fontName",value:"Varta"}],fallback:""},{label:"700",value:"https://fonts.gstatic.com/s/varta/v1/Qw3AZQpJHj_6LzHUngWbrFkDH1x9UzkEirE-9PGLfQ.ttf",conditions:[{field:"fontName",value:"Varta"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/underdog/v9/CHygV-jCElj7diMroVSiU14GN2Il.ttf",conditions:[{field:"fontName",value:"Underdog"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/medievalsharp/v12/EvOJzAlL3oU5AQl2mP5KdgptAq96MwvXLDk.ttf",conditions:[{field:"fontName",value:"MedievalSharp"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/gorditas/v8/ll8_K2aTVD26DsPEtQDoDa4AlxYb.ttf",conditions:[{field:"fontName",value:"Gorditas"}],fallback:""},{label:"700",value:"https://fonts.gstatic.com/s/gorditas/v8/ll84K2aTVD26DsPEtThUIooIvAoShA1i.ttf",conditions:[{field:"fontName",value:"Gorditas"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/librebarcode39text/v10/sJoa3KhViNKANw_E3LwoDXvs5Un0HQ1vT-031RRL-9rYaw.ttf",conditions:[{field:"fontName",value:"Libre Barcode 39 Text"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/eastseadokdo/v8/xfuo0Wn2V2_KanASqXSZp22m05_aGavYS18y.ttf",conditions:[{field:"fontName",value:"East Sea Dokdo"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/lancelot/v10/J7acnppxBGtQEulG4JY4xJ9CGyAa.ttf",conditions:[{field:"fontName",value:"Lancelot"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/raviprakash/v7/gokpH6fsDkVrF9Bv9X8SOAKHmNZEq6TTFw.ttf",conditions:[{field:"fontName",value:"Ravi Prakash"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/irishgrover/v10/buExpoi6YtLz2QW7LA4flVgf-P5Oaiw4cw.ttf",conditions:[{field:"fontName",value:"Irish Grover"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/kavivanar/v6/o-0IIpQgyXYSwhxP7_Jb4j5Ba_2c7A.ttf",conditions:[{field:"fontName",value:"Kavivanar"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/mrssheppards/v9/PN_2Rfm9snC0XUGoEZhb91ig3vjxynMix4Y.ttf",conditions:[{field:"fontName",value:"Mrs Sheppards"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/siemreap/v13/Gg82N5oFbgLvHAfNl2YbnA8DLXpe.ttf",conditions:[{field:"fontName",value:"Siemreap"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/asset/v10/SLXGc1na-mM4cWImRJqExst1.ttf",conditions:[{field:"fontName",value:"Asset"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/purplepurse/v9/qWctB66gv53iAp-Vfs4My6qyeBb_ujA4ug.ttf",conditions:[{field:"fontName",value:"Purple Purse"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/flavors/v10/FBV2dDrhxqmveJTpbkzlNqkG9UY.ttf",conditions:[{field:"fontName",value:"Flavors"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/princesssofia/v9/qWczB6yguIb8DZ_GXZst16n7GRz7mDUoupoI.ttf",conditions:[{field:"fontName",value:"Princess Sofia"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/sahitya/v5/6qLAKZkOuhnuqlJAaScFPywEDnI.ttf",conditions:[{field:"fontName",value:"Sahitya"}],fallback:""},{label:"700",value:"https://fonts.gstatic.com/s/sahitya/v5/6qLFKZkOuhnuqlJAUZsqGyQvEnvSexI.ttf",conditions:[{field:"fontName",value:"Sahitya"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/butcherman/v12/2EbiL-thF0loflXUBOdb1zWzq_5uT84.ttf",conditions:[{field:"fontName",value:"Butcherman"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/almendrasc/v11/Iure6Yx284eebowr7hbyTZZJprVA4XQ0.ttf",conditions:[{field:"fontName",value:"Almendra SC"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/goblinone/v10/CSR64z1ZnOqZRjRCBVY_TOcATNt_pOU.ttf",conditions:[{field:"fontName",value:"Goblin One"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/romanesco/v9/w8gYH2ozQOY7_r_J7mSn3HwLqOqSBg.ttf",conditions:[{field:"fontName",value:"Romanesco"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/snowburstone/v8/MQpS-WezKdujBsXY3B7I-UT7eZ-UPyacPbo.ttf",conditions:[{field:"fontName",value:"Snowburst One"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/drsugiyama/v10/HTxoL2k4N3O9n5I1boGI7abRM4-t-g7y.ttf",conditions:[{field:"fontName",value:"Dr Sugiyama"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/emblemaone/v9/nKKT-GQ0F5dSY8vzG0rOEIRBHl57G_f_.ttf",conditions:[{field:"fontName",value:"Emblema One"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/caesardressing/v9/yYLx0hLa3vawqtwdswbotmK4vrR3cbb6LZttyg.ttf",conditions:[{field:"fontName",value:"Caesar Dressing"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/taprom/v12/UcCn3F82JHycULbFQyk3-0kvHg.ttf",conditions:[{field:"fontName",value:"Taprom"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/librebarcode128text/v10/fdNv9tubt3ZEnz1Gu3I4-zppwZ9CWZ16Z0w5cV3Y6M90w4k.ttf",conditions:[{field:"fontName",value:"Libre Barcode 128 Text"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/inriaserif/v2/fC1lPYxPY3rXxEndZJAzN0SsfSzNr0Ck.ttf",conditions:[{field:"fontName",value:"Inria Serif"}],fallback:""},{label:"Italic",value:"https://fonts.gstatic.com/s/inriaserif/v2/fC1nPYxPY3rXxEndZJAzN3SudyjvqlCkcmU.ttf",conditions:[{field:"fontName",value:"Inria Serif"}],fallback:""},{label:"300",value:"https://fonts.gstatic.com/s/inriaserif/v2/fC14PYxPY3rXxEndZJAzN3wAVQjFhFyta3xN.ttf",conditions:[{field:"fontName",value:"Inria Serif"}],fallback:""},{label:"300 Italic",value:"https://fonts.gstatic.com/s/inriaserif/v2/fC16PYxPY3rXxEndZJAzN3SuT4THjliPbmxN0_E.ttf",conditions:[{field:"fontName",value:"Inria Serif"}],fallback:""},{label:"700",value:"https://fonts.gstatic.com/s/inriaserif/v2/fC14PYxPY3rXxEndZJAzN3wQUgjFhFyta3xN.ttf",conditions:[{field:"fontName",value:"Inria Serif"}],fallback:""},{label:"700 Italic",value:"https://fonts.gstatic.com/s/inriaserif/v2/fC16PYxPY3rXxEndZJAzN3SuT5TAjliPbmxN0_E.ttf",conditions:[{field:"fontName",value:"Inria Serif"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/sora/v1/xMQOuFFYT72X5wkB_18qmnndmSdSnn-KIwNhBti0.ttf",conditions:[{field:"fontName",value:"Sora"}],fallback:""},{label:"100",value:"https://fonts.gstatic.com/s/sora/v1/xMQOuFFYT72X5wkB_18qmnndmSdSn3-KIwNhBti0.ttf",conditions:[{field:"fontName",value:"Sora"}],fallback:""},{label:"200",value:"https://fonts.gstatic.com/s/sora/v1/xMQOuFFYT72X5wkB_18qmnndmSfSnn-KIwNhBti0.ttf",conditions:[{field:"fontName",value:"Sora"}],fallback:""},{label:"300",value:"https://fonts.gstatic.com/s/sora/v1/xMQOuFFYT72X5wkB_18qmnndmScMnn-KIwNhBti0.ttf",conditions:[{field:"fontName",value:"Sora"}],fallback:""},{label:"500",value:"https://fonts.gstatic.com/s/sora/v1/xMQOuFFYT72X5wkB_18qmnndmSdgnn-KIwNhBti0.ttf",conditions:[{field:"fontName",value:"Sora"}],fallback:""},{label:"600",value:"https://fonts.gstatic.com/s/sora/v1/xMQOuFFYT72X5wkB_18qmnndmSeMmX-KIwNhBti0.ttf",conditions:[{field:"fontName",value:"Sora"}],fallback:""},{label:"700",value:"https://fonts.gstatic.com/s/sora/v1/xMQOuFFYT72X5wkB_18qmnndmSe1mX-KIwNhBti0.ttf",conditions:[{field:"fontName",value:"Sora"}],fallback:""},{label:"800",value:"https://fonts.gstatic.com/s/sora/v1/xMQOuFFYT72X5wkB_18qmnndmSfSmX-KIwNhBti0.ttf",conditions:[{field:"fontName",value:"Sora"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/freehand/v12/cIf-Ma5eqk01VjKTgAmBTmUOmZJk.ttf",conditions:[{field:"fontName",value:"Freehand"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/risque/v8/VdGfAZUfHosahXxoCUYVBJ-T5g.ttf",conditions:[{field:"fontName",value:"Risque"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/lexendtera/v1/RrQUbo98_jt_IXnBPwCWtZhARYMgGtWA.ttf",conditions:[{field:"fontName",value:"Lexend Tera"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/jollylodger/v8/BXRsvFTAh_bGkA1uQ48dlB3VWerT3ZyuqA.ttf",conditions:[{field:"fontName",value:"Jolly Lodger"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/lacquer/v3/EYqzma1QwqpG4_BBB7-AXhttQ5I.ttf",conditions:[{field:"fontName",value:"Lacquer"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/bigelowrules/v9/RrQWboly8iR_I3KWSzeRuN0zT4cCH8WAJVk.ttf",conditions:[{field:"fontName",value:"Bigelow Rules"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/gotu/v1/o-0FIpksx3QOlH0Lioh6-hU.ttf",conditions:[{field:"fontName",value:"Gotu"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/londrinashadow/v10/oPWX_kB4kOQoWNJmjxLV5JuoCUlXRlaSxkrMCQ.ttf",conditions:[{field:"fontName",value:"Londrina Shadow"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/librebarcode39extended/v9/8At7Gt6_O5yNS0-K4Nf5U922qSzhJ3dUdfJpwNUgfNRCOZ1GOBw.ttf",conditions:[{field:"fontName",value:"Libre Barcode 39 Extended"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/galindo/v8/HI_KiYMeLqVKqwyuQ5HiRp-dhpQ.ttf",conditions:[{field:"fontName",value:"Galindo"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/almendradisplay/v11/0FlPVOGWl1Sb4O3tETtADHRRlZhzXS_eTyer338.ttf",conditions:[{field:"fontName",value:"Almendra Display"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/federant/v13/2sDdZGNfip_eirT0_U0jRUG0AqUc.ttf",conditions:[{field:"fontName",value:"Federant"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/plaster/v12/DdTm79QatW80eRh4Ei5JOtLOeLI.ttf",conditions:[{field:"fontName",value:"Plaster"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/sulphurpoint/v2/RLp5K5vv8KaycDcazWFPBj2aRfkSu6EuTHo.ttf",conditions:[{field:"fontName",value:"Sulphur Point"}],fallback:""},{label:"300",value:"https://fonts.gstatic.com/s/sulphurpoint/v2/RLpkK5vv8KaycDcazWFPBj2afVU6n6kFUHPIFaU.ttf",conditions:[{field:"fontName",value:"Sulphur Point"}],fallback:""},{label:"700",value:"https://fonts.gstatic.com/s/sulphurpoint/v2/RLpkK5vv8KaycDcazWFPBj2afUU9n6kFUHPIFaU.ttf",conditions:[{field:"fontName",value:"Sulphur Point"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/kumaroneoutline/v6/Noao6VH62pyLP0fsrZ-v18wlUEcX9zDwRQu8EGKF.ttf",conditions:[{field:"fontName",value:"Kumar One Outline"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/dmmono/v2/aFTU7PB1QTsUX8KYhh2aBYyMcKw.ttf",conditions:[{field:"fontName",value:"DM Mono"}],fallback:""},{label:"Italic",value:"https://fonts.gstatic.com/s/dmmono/v2/aFTW7PB1QTsUX8KYth-QAa6JYKzkXw.ttf",conditions:[{field:"fontName",value:"DM Mono"}],fallback:""},{label:"300",value:"https://fonts.gstatic.com/s/dmmono/v2/aFTR7PB1QTsUX8KYvrGyIYSnbKX9Rlk.ttf",conditions:[{field:"fontName",value:"DM Mono"}],fallback:""},{label:"300 Italic",value:"https://fonts.gstatic.com/s/dmmono/v2/aFTT7PB1QTsUX8KYth-orYataIf4VllXuA.ttf",conditions:[{field:"fontName",value:"DM Mono"}],fallback:""},{label:"500",value:"https://fonts.gstatic.com/s/dmmono/v2/aFTR7PB1QTsUX8KYvumzIYSnbKX9Rlk.ttf",conditions:[{field:"fontName",value:"DM Mono"}],fallback:""},{label:"500 Italic",value:"https://fonts.gstatic.com/s/dmmono/v2/aFTT7PB1QTsUX8KYth-o9YetaIf4VllXuA.ttf",conditions:[{field:"fontName",value:"DM Mono"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/jacquesfrancois/v8/ZXu9e04ZvKeOOHIe1TMahbcIU2cgmcPqoeRWfbs.ttf",conditions:[{field:"fontName",value:"Jacques Francois"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/dangrek/v12/LYjCdG30nEgoH8E2gCNqqVIuTN4.ttf",conditions:[{field:"fontName",value:"Dangrek"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/gfsneohellenic/v13/8QIRdiDOrfiq0b7R8O1Iw9WLcY5TLahP46UDUw.ttf",conditions:[{field:"fontName",value:"GFS Neohellenic"}],fallback:""},{label:"Italic",value:"https://fonts.gstatic.com/s/gfsneohellenic/v13/8QITdiDOrfiq0b7R8O1Iw9WLcY5jL6JLwaATU91X.ttf",conditions:[{field:"fontName",value:"GFS Neohellenic"}],fallback:""},{label:"700",value:"https://fonts.gstatic.com/s/gfsneohellenic/v13/8QIUdiDOrfiq0b7R8O1Iw9WLcY5rkYdr644fWsRO9w.ttf",conditions:[{field:"fontName",value:"GFS Neohellenic"}],fallback:""},{label:"700 Italic",value:"https://fonts.gstatic.com/s/gfsneohellenic/v13/8QIWdiDOrfiq0b7R8O1Iw9WLcY5jL5r37oQbeMFe985V.ttf",conditions:[{field:"fontName",value:"GFS Neohellenic"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/missfajardose/v10/E21-_dn5gvrawDdPFVl-N0Ajb8qvWPaJq4no.ttf",conditions:[{field:"fontName",value:"Miss Fajardose"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/preahvihear/v12/6NUS8F-dNQeEYhzj7uluxswE49FJf8Wv.ttf",conditions:[{field:"fontName",value:"Preahvihear"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/sevillana/v9/KFOlCnWFscmDt1Bfiy1vAx05IsDqlA.ttf",conditions:[{field:"fontName",value:"Sevillana"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/bungeeoutline/v6/_6_mEDvmVP24UvU2MyiGDslL3Qg3YhJqPXxo.ttf",conditions:[{field:"fontName",value:"Bungee Outline"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/chilanka/v6/WWXRlj2DZQiMJYaYRrJQI9EAZhTO.ttf",conditions:[{field:"fontName",value:"Chilanka"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/rugeboogie/v11/JIA3UVFwbHRF_GIWSMhKNROiPzUveSxy.ttf",conditions:[{field:"fontName",value:"Ruge Boogie"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/imfelldoublepicasc/v10/neIazDmuiMkFo6zj_sHpQ8teNbWlwBB_hXjJ4Y0Eeru2dGg.ttf",conditions:[{field:"fontName",value:"IM Fell Double Pica SC"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/mrbedfort/v9/MQpR-WCtNZSWAdTMwBicliq0XZe_Iy8.ttf",conditions:[{field:"fontName",value:"Mr Bedfort"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/solway/v3/AMOQz46Cs2uTAOCWgnA9kuYMUg.ttf",conditions:[{field:"fontName",value:"Solway"}],fallback:""},{label:"300",value:"https://fonts.gstatic.com/s/solway/v3/AMOTz46Cs2uTAOCuLlgZms0QW3mqyg.ttf",conditions:[{field:"fontName",value:"Solway"}],fallback:""},{label:"500",value:"https://fonts.gstatic.com/s/solway/v3/AMOTz46Cs2uTAOCudlkZms0QW3mqyg.ttf",conditions:[{field:"fontName",value:"Solway"}],fallback:""},{label:"700",value:"https://fonts.gstatic.com/s/solway/v3/AMOTz46Cs2uTAOCuPl8Zms0QW3mqyg.ttf",conditions:[{field:"fontName",value:"Solway"}],fallback:""},{label:"800",value:"https://fonts.gstatic.com/s/solway/v3/AMOTz46Cs2uTAOCuIlwZms0QW3mqyg.ttf",conditions:[{field:"fontName",value:"Solway"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/imfellgreatprimersc/v10/ga6daxBOxyt6sCqz3fjZCTFCTUDMHagsQKdDTLf9BXz0s8FG.ttf",conditions:[{field:"fontName",value:"IM Fell Great Primer SC"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/fascinate/v9/z7NWdRrufC8XJK0IIEli1LbQRPyNrw.ttf",conditions:[{field:"fontName",value:"Fascinate"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/astloch/v12/TuGRUVJ8QI5GSeUjq9wRzMtkH1Q.ttf",conditions:[{field:"fontName",value:"Astloch"}],fallback:""},{label:"700",value:"https://fonts.gstatic.com/s/astloch/v12/TuGUUVJ8QI5GSeUjk2A-6MNPA10xLMQ.ttf",conditions:[{field:"fontName",value:"Astloch"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/zcoolkuaile/v5/tssqApdaRQokwFjFJjvM6h2WpozzoXhC2g.ttf",conditions:[{field:"fontName",value:"ZCOOL KuaiLe"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/seymourone/v8/4iCp6Khla9xbjQpoWGGd0myIPYBvgpUI.ttf",conditions:[{field:"fontName",value:"Seymour One"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/sunshiney/v11/LDIwapGTLBwsS-wT4vcgE8moUePWkg.ttf",conditions:[{field:"fontName",value:"Sunshiney"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/metal/v13/lW-wwjUJIXTo7i3nnoQAUdN2.ttf",conditions:[{field:"fontName",value:"Metal"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/macondo/v9/RrQQboN9-iB1IXmOS2XO0LBBd4Y.ttf",conditions:[{field:"fontName",value:"Macondo"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/bonbon/v12/0FlVVPeVlFec4ee_cDEAbQY5-A.ttf",conditions:[{field:"fontName",value:"Bonbon"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/peddana/v8/aFTU7PBhaX89UcKWhh2aBYyMcKw.ttf",conditions:[{field:"fontName",value:"Peddana"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/supermercadoone/v10/OpNXnpQWg8jc_xps_Gi14kVVEXOn60b3MClBRTs.ttf",conditions:[{field:"fontName",value:"Supermercado One"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/odibeesans/v2/neIPzCSooYAho6WvjeToRYkyepH9qGsf.ttf",conditions:[{field:"fontName",value:"Odibee Sans"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/gidugu/v7/L0x8DFMkk1Uf6w3RvPCmRSlUig.ttf",conditions:[{field:"fontName",value:"Gidugu"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/ericaone/v11/WBLnrEXccV9VGrOKmGD1W0_MJMGxiQ.ttf",conditions:[{field:"fontName",value:"Erica One"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/sofadione/v9/JIA2UVBxdnVBuElZaMFGcDOIETkmYDU.ttf",conditions:[{field:"fontName",value:"Sofadi One"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/bethellen/v3/WwkbxPW2BE-3rb_JNT-qEIAiVNo5xNY.ttf",conditions:[{field:"fontName",value:"Beth Ellen"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/combo/v9/BXRlvF3Jh_fIhg0iBu9y8Hf0.ttf",conditions:[{field:"fontName",value:"Combo"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/kiranghaerang/v8/E21-_dn_gvvIjhYON1lpIU4-bcqvWPaJq4no.ttf",conditions:[{field:"fontName",value:"Kirang Haerang"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/epilogue/v1/O4ZMFGj5hxF0EhjimngomvnCCtqb30OXMDPiDJXVigHPVA.ttf",conditions:[{field:"fontName",value:"Epilogue"}],fallback:""},{label:"Italic",value:"https://fonts.gstatic.com/s/epilogue/v1/O4ZCFGj5hxF0EhjimlIhqAYaY7EBcUSC-HAKT5_RqATfVHNU.ttf",conditions:[{field:"fontName",value:"Epilogue"}],fallback:""},{label:"100",value:"https://fonts.gstatic.com/s/epilogue/v1/O4ZMFGj5hxF0EhjimngomvnCCtqb30OXMDLiDJXVigHPVA.ttf",conditions:[{field:"fontName",value:"Epilogue"}],fallback:""},{label:"100 Italic",value:"https://fonts.gstatic.com/s/epilogue/v1/O4ZCFGj5hxF0EhjimlIhqAYaY7EBcUSC-HAKTp_RqATfVHNU.ttf",conditions:[{field:"fontName",value:"Epilogue"}],fallback:""},{label:"200",value:"https://fonts.gstatic.com/s/epilogue/v1/O4ZMFGj5hxF0EhjimngomvnCCtqb30OXsDPiDJXVigHPVA.ttf",conditions:[{field:"fontName",value:"Epilogue"}],fallback:""},{label:"200 Italic",value:"https://fonts.gstatic.com/s/epilogue/v1/O4ZCFGj5hxF0EhjimlIhqAYaY7EBcUSC-HCKT5_RqATfVHNU.ttf",conditions:[{field:"fontName",value:"Epilogue"}],fallback:""},{label:"300",value:"https://fonts.gstatic.com/s/epilogue/v1/O4ZMFGj5hxF0EhjimngomvnCCtqb30OXbjPiDJXVigHPVA.ttf",conditions:[{field:"fontName",value:"Epilogue"}],fallback:""},{label:"300 Italic",value:"https://fonts.gstatic.com/s/epilogue/v1/O4ZCFGj5hxF0EhjimlIhqAYaY7EBcUSC-HBUT5_RqATfVHNU.ttf",conditions:[{field:"fontName",value:"Epilogue"}],fallback:""},{label:"500",value:"https://fonts.gstatic.com/s/epilogue/v1/O4ZMFGj5hxF0EhjimngomvnCCtqb30OXAjPiDJXVigHPVA.ttf",conditions:[{field:"fontName",value:"Epilogue"}],fallback:""},{label:"500 Italic",value:"https://fonts.gstatic.com/s/epilogue/v1/O4ZCFGj5hxF0EhjimlIhqAYaY7EBcUSC-HA4T5_RqATfVHNU.ttf",conditions:[{field:"fontName",value:"Epilogue"}],fallback:""},{label:"600",value:"https://fonts.gstatic.com/s/epilogue/v1/O4ZMFGj5hxF0EhjimngomvnCCtqb30OX7jTiDJXVigHPVA.ttf",conditions:[{field:"fontName",value:"Epilogue"}],fallback:""},{label:"600 Italic",value:"https://fonts.gstatic.com/s/epilogue/v1/O4ZCFGj5hxF0EhjimlIhqAYaY7EBcUSC-HDUSJ_RqATfVHNU.ttf",conditions:[{field:"fontName",value:"Epilogue"}],fallback:""},{label:"700",value:"https://fonts.gstatic.com/s/epilogue/v1/O4ZMFGj5hxF0EhjimngomvnCCtqb30OX1zTiDJXVigHPVA.ttf",conditions:[{field:"fontName",value:"Epilogue"}],fallback:""},{label:"700 Italic",value:"https://fonts.gstatic.com/s/epilogue/v1/O4ZCFGj5hxF0EhjimlIhqAYaY7EBcUSC-HDtSJ_RqATfVHNU.ttf",conditions:[{field:"fontName",value:"Epilogue"}],fallback:""},{label:"800",value:"https://fonts.gstatic.com/s/epilogue/v1/O4ZMFGj5hxF0EhjimngomvnCCtqb30OXsDTiDJXVigHPVA.ttf",conditions:[{field:"fontName",value:"Epilogue"}],fallback:""},{label:"800 Italic",value:"https://fonts.gstatic.com/s/epilogue/v1/O4ZCFGj5hxF0EhjimlIhqAYaY7EBcUSC-HCKSJ_RqATfVHNU.ttf",conditions:[{field:"fontName",value:"Epilogue"}],fallback:""},{label:"900",value:"https://fonts.gstatic.com/s/epilogue/v1/O4ZMFGj5hxF0EhjimngomvnCCtqb30OXmTTiDJXVigHPVA.ttf",conditions:[{field:"fontName",value:"Epilogue"}],fallback:""},{label:"900 Italic",value:"https://fonts.gstatic.com/s/epilogue/v1/O4ZCFGj5hxF0EhjimlIhqAYaY7EBcUSC-HCjSJ_RqATfVHNU.ttf",conditions:[{field:"fontName",value:"Epilogue"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/butterflykids/v9/ll8lK2CWTjuqAsXDqlnIbMNs5S4arxFrAX1D.ttf",conditions:[{field:"fontName",value:"Butterfly Kids"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/novaoval/v12/jAnEgHdmANHvPenMaswCMY-h3cWkWg.ttf",conditions:[{field:"fontName",value:"Nova Oval"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/liujianmaocao/v5/845DNN84HJrccNonurqXILGpvCOoferVKGWsUo8.ttf",conditions:[{field:"fontName",value:"Liu Jian Mao Cao"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/fruktur/v13/SZc53FHsOru5QYsMfz3GkUrS8DI.ttf",conditions:[{field:"fontName",value:"Fruktur"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/novascript/v13/7Au7p_IpkSWSTWaFWkumvmQNEl0O0kEx.ttf",conditions:[{field:"fontName",value:"Nova Script"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/bungeehairline/v6/snfys0G548t04270a_ljTLUVrv-7YB2dQ5ZPqQ.ttf",conditions:[{field:"fontName",value:"Bungee Hairline"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/miltoniantattoo/v16/EvOUzBRL0o0kCxF-lcMCQxlpVsA_FwP8MDBku-s.ttf",conditions:[{field:"fontName",value:"Miltonian Tattoo"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/inriasans/v2/ptRMTiqXYfZMCOiVj9kQ5O7yKQNute8.ttf",conditions:[{field:"fontName",value:"Inria Sans"}],fallback:""},{label:"Italic",value:"https://fonts.gstatic.com/s/inriasans/v2/ptROTiqXYfZMCOiVj9kQ1Oz4LSFrpe8uZA.ttf",conditions:[{field:"fontName",value:"Inria Sans"}],fallback:""},{label:"300",value:"https://fonts.gstatic.com/s/inriasans/v2/ptRPTiqXYfZMCOiVj9kQ3ELaDQtFqeY3fX4.ttf",conditions:[{field:"fontName",value:"Inria Sans"}],fallback:""},{label:"300 Italic",value:"https://fonts.gstatic.com/s/inriasans/v2/ptRRTiqXYfZMCOiVj9kQ1OzAgQlPrcQybX4pQA.ttf",conditions:[{field:"fontName",value:"Inria Sans"}],fallback:""},{label:"700",value:"https://fonts.gstatic.com/s/inriasans/v2/ptRPTiqXYfZMCOiVj9kQ3FLdDQtFqeY3fX4.ttf",conditions:[{field:"fontName",value:"Inria Sans"}],fallback:""},{label:"700 Italic",value:"https://fonts.gstatic.com/s/inriasans/v2/ptRRTiqXYfZMCOiVj9kQ1OzAkQ5PrcQybX4pQA.ttf",conditions:[{field:"fontName",value:"Inria Sans"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/suravaram/v7/_gP61R_usiY7SCym4xIAi261Qv9roQ.ttf",conditions:[{field:"fontName",value:"Suravaram"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/passeroone/v12/JTUTjIko8DOq5FeaeEAjgE5B5Arr-s50.ttf",conditions:[{field:"fontName",value:"Passero One"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/geostarfill/v11/AMOWz4SWuWiXFfjEohxQ9os0U1K2w9lb4g.ttf",conditions:[{field:"fontName",value:"Geostar Fill"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/londrinasketch/v9/c4m41npxGMTnomOHtRU68eIJn8qfWWn5Pos6CA.ttf",conditions:[{field:"fontName",value:"Londrina Sketch"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/aubrey/v13/q5uGsou7NPBw-p7vugNsCxVEgA.ttf",conditions:[{field:"fontName",value:"Aubrey"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/zhimangxing/v5/f0Xw0ey79sErYFtWQ9a2rq-g0actfektIJ0.ttf",conditions:[{field:"fontName",value:"Zhi Mang Xing"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/gayathri/v2/MCoQzAb429DbBilWLIA48J_wBugA.ttf",conditions:[{field:"fontName",value:"Gayathri"}],fallback:""},{label:"100",value:"https://fonts.gstatic.com/s/gayathri/v2/MCoWzAb429DbBilWLLhc-pvSA_gA2W8.ttf",conditions:[{field:"fontName",value:"Gayathri"}],fallback:""},{label:"700",value:"https://fonts.gstatic.com/s/gayathri/v2/MCoXzAb429DbBilWLLiE37v4LfQJwHbn.ttf",conditions:[{field:"fontName",value:"Gayathri"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/chenla/v13/SZc43FDpIKu8WZ9eXxfonUPL6Q.ttf",conditions:[{field:"fontName",value:"Chenla"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/hanalei/v11/E21n_dD8iufIjBRHXzgmVydREus.ttf",conditions:[{field:"fontName",value:"Hanalei"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/miltonian/v14/zOL-4pbPn6Ne9JqTg9mr6e5As-FeiQ.ttf",conditions:[{field:"fontName",value:"Miltonian"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/geostar/v11/sykz-yx4n701VLOftSq9-trEvlQ.ttf",conditions:[{field:"fontName",value:"Geostar"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/moulpali/v13/H4ckBXKMl9HagUWymyY6wr-wg763.ttf",conditions:[{field:"fontName",value:"Moulpali"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/grenzegotisch/v1/Fh4hPjjqNDz1osh_jX9YfjudpBJBNV5y5wf_k1i5Lz9UcICdYPSd_w.ttf",conditions:[{field:"fontName",value:"Grenze Gotisch"}],fallback:""},{label:"100",value:"https://fonts.gstatic.com/s/grenzegotisch/v1/Fh4hPjjqNDz1osh_jX9YfjudpBJBNV5y5wf_k1i5Lz5UcICdYPSd_w.ttf",conditions:[{field:"fontName",value:"Grenze Gotisch"}],fallback:""},{label:"200",value:"https://fonts.gstatic.com/s/grenzegotisch/v1/Fh4hPjjqNDz1osh_jX9YfjudpBJBNV5y5wf_k1i5rz9UcICdYPSd_w.ttf",conditions:[{field:"fontName",value:"Grenze Gotisch"}],fallback:""},{label:"300",value:"https://fonts.gstatic.com/s/grenzegotisch/v1/Fh4hPjjqNDz1osh_jX9YfjudpBJBNV5y5wf_k1i5cT9UcICdYPSd_w.ttf",conditions:[{field:"fontName",value:"Grenze Gotisch"}],fallback:""},{label:"500",value:"https://fonts.gstatic.com/s/grenzegotisch/v1/Fh4hPjjqNDz1osh_jX9YfjudpBJBNV5y5wf_k1i5HT9UcICdYPSd_w.ttf",conditions:[{field:"fontName",value:"Grenze Gotisch"}],fallback:""},{label:"600",value:"https://fonts.gstatic.com/s/grenzegotisch/v1/Fh4hPjjqNDz1osh_jX9YfjudpBJBNV5y5wf_k1i58ThUcICdYPSd_w.ttf",conditions:[{field:"fontName",value:"Grenze Gotisch"}],fallback:""},{label:"700",value:"https://fonts.gstatic.com/s/grenzegotisch/v1/Fh4hPjjqNDz1osh_jX9YfjudpBJBNV5y5wf_k1i5yDhUcICdYPSd_w.ttf",conditions:[{field:"fontName",value:"Grenze Gotisch"}],fallback:""},{label:"800",value:"https://fonts.gstatic.com/s/grenzegotisch/v1/Fh4hPjjqNDz1osh_jX9YfjudpBJBNV5y5wf_k1i5rzhUcICdYPSd_w.ttf",conditions:[{field:"fontName",value:"Grenze Gotisch"}],fallback:""},{label:"900",value:"https://fonts.gstatic.com/s/grenzegotisch/v1/Fh4hPjjqNDz1osh_jX9YfjudpBJBNV5y5wf_k1i5hjhUcICdYPSd_w.ttf",conditions:[{field:"fontName",value:"Grenze Gotisch"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/kenia/v12/jizURE5PuHQH9qCONUGswfGM.ttf",conditions:[{field:"fontName",value:"Kenia"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/kdamthmor/v8/MwQzbhjs3veF6QwJVf0JkGMViblPtXs.ttf",conditions:[{field:"fontName",value:"Kdam Thmor"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/fasthand/v11/0yb9GDohyKTYn_ZEESkuYkw2rQg1.ttf",conditions:[{field:"fontName",value:"Fasthand"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/singleday/v2/LYjHdGDjlEgoAcF95EI5jVoFUNfeQJU.ttf",conditions:[{field:"fontName",value:"Single Day"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/stalinistone/v26/MQpS-WezM9W4Dd7D3B7I-UT7eZ-UPyacPbo.ttf",conditions:[{field:"fontName",value:"Stalinist One"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/longcang/v5/LYjAdGP8kkgoTec8zkRgrXArXN7HWQ.ttf",conditions:[{field:"fontName",value:"Long Cang"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/biorhymeexpanded/v6/i7dQIE1zZzytGswgU577CDY9LjbffySURXCPYsje.ttf",conditions:[{field:"fontName",value:"BioRhyme Expanded"}],fallback:""},{label:"200",value:"https://fonts.gstatic.com/s/biorhymeexpanded/v6/i7dVIE1zZzytGswgU577CDY9LjbffxxcblSHSdTXrb_z.ttf",conditions:[{field:"fontName",value:"BioRhyme Expanded"}],fallback:""},{label:"300",value:"https://fonts.gstatic.com/s/biorhymeexpanded/v6/i7dVIE1zZzytGswgU577CDY9Ljbffxw4bVSHSdTXrb_z.ttf",conditions:[{field:"fontName",value:"BioRhyme Expanded"}],fallback:""},{label:"700",value:"https://fonts.gstatic.com/s/biorhymeexpanded/v6/i7dVIE1zZzytGswgU577CDY9LjbffxwoalSHSdTXrb_z.ttf",conditions:[{field:"fontName",value:"BioRhyme Expanded"}],fallback:""},{label:"800",value:"https://fonts.gstatic.com/s/biorhymeexpanded/v6/i7dVIE1zZzytGswgU577CDY9Ljbffxw0aVSHSdTXrb_z.ttf",conditions:[{field:"fontName",value:"BioRhyme Expanded"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/lexendgiga/v1/PlI5Fl67Mah5Y8yMHE7lkVxEt8CwfGaD.ttf",conditions:[{field:"fontName",value:"Lexend Giga"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/lexendpeta/v1/BXRvvFPGjeLPh0kCfI4OkE_1c8Tf1IW3.ttf",conditions:[{field:"fontName",value:"Lexend Peta"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/dhurjati/v8/_6_8ED3gSeatXfFiFX3ySKQtuTA2.ttf",conditions:[{field:"fontName",value:"Dhurjati"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/turretroad/v2/pxiAypMgpcBFjE84Zv-fE3tFOvODSVFF.ttf",conditions:[{field:"fontName",value:"Turret Road"}],fallback:""},{label:"200",value:"https://fonts.gstatic.com/s/turretroad/v2/pxidypMgpcBFjE84Zv-fE0ONEdeLYk1Mq3ap.ttf",conditions:[{field:"fontName",value:"Turret Road"}],fallback:""},{label:"300",value:"https://fonts.gstatic.com/s/turretroad/v2/pxidypMgpcBFjE84Zv-fE0PpEteLYk1Mq3ap.ttf",conditions:[{field:"fontName",value:"Turret Road"}],fallback:""},{label:"500",value:"https://fonts.gstatic.com/s/turretroad/v2/pxidypMgpcBFjE84Zv-fE0OxE9eLYk1Mq3ap.ttf",conditions:[{field:"fontName",value:"Turret Road"}],fallback:""},{label:"700",value:"https://fonts.gstatic.com/s/turretroad/v2/pxidypMgpcBFjE84Zv-fE0P5FdeLYk1Mq3ap.ttf",conditions:[{field:"fontName",value:"Turret Road"}],fallback:""},{label:"800",value:"https://fonts.gstatic.com/s/turretroad/v2/pxidypMgpcBFjE84Zv-fE0PlFteLYk1Mq3ap.ttf",conditions:[{field:"fontName",value:"Turret Road"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/viaodalibre/v3/vEFW2_lWCgoR6OKuRz9kcRVJb2IY2tOHXg.ttf",conditions:[{field:"fontName",value:"Viaoda Libre"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/lexendmega/v1/qFdA35aBi5JtHD41zSTFEv7K6BsAikI7.ttf",conditions:[{field:"fontName",value:"Lexend Mega"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/warnes/v10/pONn1hc0GsW6sW5OpiC2o6Lkqg.ttf",conditions:[{field:"fontName",value:"Warnes"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/bahianita/v3/yYLr0hTb3vuqqsBUgxWtxTvV2NJPcA.ttf",conditions:[{field:"fontName",value:"Bahianita"}],fallback:""},{label:"Regular",value:"https://fonts.gstatic.com/s/balootammudu2/v1/1Pt2g8TIS_SAmkLguUdFP8UaJcK-xXEW6aGXHw.ttf",conditions:[{field:"fontName",value:"Baloo Tammudu 2"}],fallback:""},{label:"500",value:"https://fonts.gstatic.com/s/balootammudu2/v1/1Ptzg8TIS_SAmkLguUdFP8UaJcKGMVgy4YqLFrUnJA.ttf",conditions:[{field:"fontName",value:"Baloo Tammudu 2"}],fallback:""},{label:"600",value:"https://fonts.gstatic.com/s/balootammudu2/v1/1Ptzg8TIS_SAmkLguUdFP8UaJcKGHV8y4YqLFrUnJA.ttf",conditions:[{field:"fontName",value:"Baloo Tammudu 2"}],fallback:""},{label:"700",value:"https://fonts.gstatic.com/s/balootammudu2/v1/1Ptzg8TIS_SAmkLguUdFP8UaJcKGeV4y4YqLFrUnJA.ttf",conditions:[{field:"fontName",value:"Baloo Tammudu 2"}],fallback:""},{label:"800",value:"https://fonts.gstatic.com/s/balootammudu2/v1/1Ptzg8TIS_SAmkLguUdFP8UaJcKGZV0y4YqLFrUnJA.ttf",conditions:[{field:"fontName",value:"Baloo Tammudu 2"}],fallback:""}],Ct="closeButton",xt={category:s,type:u,label:"widget_common_style_closeButton_radio_closeButtonPosition",propName:"closeButtonPosition",value:"in",options:[{label:"widget_common_style_closeButton_radio_closeButtonPosition_option_inside",value:"in"},{label:"widget_common_style_closeButton_radio_closeButtonPosition_option_outside",value:"out"}]},Mt={category:s,type:v,label:"widget_common_style_closeButton_label_closeButtonSize",propName:"closeButtonSize",value:16,min:10,max:50},Et={category:s,type:c,label:"widget_common_style_closeButton_label_closeButtonColor",propName:"closeButtonColor",value:"rgba(119, 119, 119, 1)"},Bt={category:s,type:c,label:"widget_common_style_closeButton_label_closeButtonBackgroundColor",propName:"closeButtonBackgroundColor",value:"rgba(255, 255, 255, 0)"},At={category:s,type:m,label:"widget_common_style_closeButton_label_closeButtonBorderRadius",propName:"closeButtonBorderRadius",value:0,min:0,max:50},Ft={...At,label:"widget_common_style_closeButton_label_closeButtonBorderThickness",propName:"closeButtonBorderWidth"},Pt={category:s,type:c,label:"widget_common_style_closeButton_label_closeButtonBorderColor",propName:"closeButtonBorderColor",value:g};yt.map((t=>{const{conditions:[{value:a}]}=t;return{...t,conditions:[{value:a,field:"buttonsFontName"}]}}));const _t={field:Nt,value:!0},Yt={field:Rt.propName,value:t=>"cover"!==t},jt={field:Rt.propName,value:t=>"100% 100%"!==t};It.conditions=[_t],Rt.conditions=[_t],wt.conditions=[_t,jt],St.conditions=[_t,jt,Yt],yt.map((t=>{const{conditions:[{value:a}]}=t;return{...t,conditions:[{value:a,field:"titleFontName"}]}}));const Xt=[{field:Ct}];function Lt(t,a){for(var l=0;l<a.length;l++){var e=a[l];e.enumerable=e.enumerable||!1,e.configurable=!0,"value"in e&&(e.writable=!0),Object.defineProperty(t,e.key,e)}}Pt.conditions=[{field:Ft.propName,value:t=>t>0}],[xt,Mt,Et,Bt,At,Ft,Pt].map((t=>{const a=t.conditions||[];return a.push(Xt[0]),{...t,conditions:a}}));var Dt=function(){function a(t){var l=t.parentContainer;!function(t,a){if(!(t instanceof a))throw new TypeError("Cannot call a class as a function")}(this,a),this.parentContainer=l,this.baseClassName="promotionalbanner_container",this.className="".concat(this.baseClassName,"_").concat(l.uniqueId),this.contentElement=this.getContentElement(),this.styleElement=this.getStyleElement()}var l,e,o;return l=a,o=[{key:"getVariableText",value:function(){var t=DATA,a=t.textVariables,l=t.date,e=t.datetime,o=t.datetimeTimezone;top.console.log("datetimeTimezone",o);var s=new Date(l),n=new Date(e),i="".concat(s.getDate()),f="".concat(s.getMonth()+1),c="".concat(s.getFullYear()),v="".concat(n.getHours()),u="".concat(n.getMinutes()),d="".concat(n.getDate()),m="".concat(n.getMonth()+1),b="".concat(n.getFullYear()),r="".concat(i.length<2?"0".concat(i):i,"/").concat(f.length<2?"0".concat(f):f,"/").concat(c),g="".concat(v.length<2?"0".concat(v):v,":").concat(u.length<2?"0".concat(u):u),p="".concat(d.length<2?"0".concat(d):d,"/").concat(m.length<2?"0".concat(m):m,"/").concat(b),h=o.raw,k=h.followTheSun,N=h.timezone,I=h.previewTimezone,R=h.timedef,w=R.minute,S=R.hour,y=R.day,C=R.month,x=R.year,M="".concat("".concat(S).length<2?"0".concat(S):S,":").concat("".concat(w).length<2?"0".concat(w):w),E="".concat("".concat(y).length<2?"0".concat(y):y,"/").concat("".concat(C).length<2?"0".concat(C):C,"/").concat(x);return a.replace("!date!",'<span class="date">'.concat(r,"</span>")).replace("!timedate!",'<span class="timedate">'.concat(g,"</span>")).replace("!datetime!",'<span class="datetime">'.concat(p,"</span>")).replace("!timeTimezone!",'<span class="timeTimezone">'.concat(M,"</span>")).replace("!dateTimezone!",'<span class="dateTimezone">'.concat(E,"</span>")).replace("!timezone!",'<span class="timezone">'.concat(k?I:N,"</span>"))}}],(e=[{key:"insertIn",value:function(t,a){return document.head.insertAdjacentElement("beforeend",this.styleElement),t.insertAdjacentElement(a,this.contentElement),this}},{key:"addCloseEvent",value:function(a){var l=this;a&&a.addEventListener("click",(function(a){y(a),t()||l.parentContainer.recurrence.setClosingRecurrence(),l.parentContainer.hide(),setTimeout((function(){return l.parentContainer.remove()}),1e3)}),{capture:!0,passive:!1})}},{key:"addRedirectionEvent",value:function(a){var l=this;!t()&&a&&a.addEventListener("click",(function(){var a=DATA,e=a.autoHide,o=a.timeHide;e&&setTimeout((function(){return l.parentContainer.hide()}),1e3*o),t()||l.parentContainer.recurrence.setValidationRecurrence()}),{capture:!0,passive:!0})}},{key:"getButton",value:function(){var t=DATA,a=t.linkType,l=t.buttonText,e=t.redirectionUrl,o=t.openInNewTab,s=document.createElement("a");return s.className="popin_link",s.innerHTML="<span>".concat(l,"</span>"),"button"===a?(s.href=e,s.target=o?"_blank":"_self",this.addRedirectionEvent(s)):(s.href="#",s.dataset.abtastyActionnable="true",this.addCloseEvent(s)),s}},{key:"getContentElement",value:function(){var t=DATA,l=t.isTitle,e=t.isText,o=t.linkType,s=t.buttonText,n=t.iconPicker,i="string"==typeof o&&o.includes("widget")?"a":"div",f=document.createElement(i);if(f.className=this.className,""!==(null==n?void 0:n.src)){var c=document.createElement("img");c.setAttribute("src",n.src),c.setAttribute("alt",n.alt),c.classList.add("iconPicker"),f.appendChild(c)}if("widget"===o){var v=DATA,u=v.redirectionUrl,d=v.openInNewTab;f.href=u,f.target=d?"_blank":"_self",this.addRedirectionEvent(f)}else"widgetClose"===o&&(f.href="#",f.dataset.abtastyActionnable="true",this.addCloseEvent(f));if(l){var m=DATA.title,b=document.createElement("h4");b.textContent=m,f.appendChild(b)}if(e){var r=DATA,g=r.text,p=r.includeVariables,h=document.createElement("p"),k=p?a.getVariableText():g;h.innerHTML=k,f.appendChild(h)}if([o,s].every((function(t){return"string"==typeof t}))&&o.includes("button")&&s.length){var N=this.getButton(),I=document.createElement("div");I.className="buttons_container",I.appendChild(N),f.appendChild(I)}return f}},{key:"getStyleElement",value:function(){var a=DATA,l=a.textColor,e=a.textAlign,o=a.buttonsAlign,s="#".concat(this.parentContainer.widgetContainerId," .").concat(this.className),n=void 0!==l?"color: ".concat(l,";"):"",i=void 0!==e?"text-align: ".concat(e,";"):"",f=void 0!==o&&"fill"!==o?"text-align: ".concat(o,";"):"",c=document.createElement("style");return c.type="text/css",t()&&c.setAttribute("abtasty-script-added","true"),c.textContent=["".concat(s," > * {"),"display: inline-block;","vertical-align: middle;","}","".concat(s," .iconPicker {"),"width: 26px;","height: 26px;","}","".concat(s," h4 {"),"margin-bottom: 24px;","}","".concat(s," p {"),"width: 100%;","margin: 0;","white-space: pre-line;",n,i,"}","".concat(s," .buttons_container {"),"display: inline-block;","width: 100%;",f,"}","".concat(s," a {"),"margin-top: 24px;","padding: 6px 16px;","width: ".concat("fill"===o?"100%":"auto",";"),"}","@media screen and (min-width: 1024px) {","}","@media screen and (max-width: 1023px) {","}"].join(""),c}}])&&Lt(l.prototype,e),o&&Lt(l,o),a}();!function(){I("Widget launch");var t=(()=>{const{layout:t}=DATA;let a;switch(t){case"popin":a=new T;break;case"bannerTop":case"bannerBottom":a=new J;break;case"free":a=new U;break;default:a=new X}return a})(),a=t.domElement.querySelector(".".concat(t.contentClassName)),l=new Dt({parentContainer:t});t.children=l,l.insertIn(a,"beforeend"),t.init(!0).then((function(a){a.response&&t.show()}))}()}();
|
1
|
+
!function(){"use strict";const e=()=>Object.prototype.hasOwnProperty.call(window,"ABTastyEditor"),t=()=>{let e;return window.ABTasty||window.ABTASTY_S?(window.ABTASTY_S&&window.ABTASTY_S.USER&&window.ABTASTY_S.USER.accountIdentifier&&window.ABTASTY_S.USER.accountIdentifier.length?e=window.ABTASTY_S.USER.accountIdentifier:window.ABTasty&&window.ABTasty.getAccountSettings&&"function"==typeof window.ABTasty.getAccountSettings?e=window.ABTasty.getAccountSettings().identifier:window.ABTasty&&window.ABTasty.accountSettings&&(e=window.ABTasty.accountSettings.identifier),e):e},s=()=>{const e=!!document.getElementById("ABTastyPreviewBar"),t=location.href.includes("ab_project=preview");return e||t},i=()=>!e()&&(s()||!!window.ABTasty.getTestsOnPage()[TEST_ID]),n=()=>window.ABTasty&&!0===window.ABTasty.consentReady,r="remove",o="rebuild",a="update",c="https://api-social-proof.abtasty.com/clients/",l=()=>{const{type:e}=DATA;return`${PACKAGE.replace("@abtasty/","")}${e?`_${e}`:""}`},h=()=>{const e=l();return`${e.charAt(0).toUpperCase()}${e.slice(1)}`.split("-").join(" ")},d=()=>`${PLUGIN_ID.split("-")[0]}_${TEST_ID}`,u=t=>{if((()=>{if(e()||s())return!1;const t=ABTasty.getTestsOnPage()[TEST_ID];return!!t&&Object.keys(t.targetings.qaParameters).length>0})()){const e=h();window.console.log(`%c${e} - QA Mode for campaign ${TEST_ID}\n${t}`,"background-color: rgba(0, 127, 145, 1); color: rgba(247, 247, 247, 1)")}},g=e=>{const t={promise:null,resolve:null,reject:null,name:e};return t.promise=new Promise(((e,s)=>{t.resolve=e,t.reject=s})),t},m=(e,t)=>{const s=()=>{try{return document.querySelector(e)}catch(e){return null}};let i=s();const n=[document.body||document.documentElement,{childList:!0,subtree:!0,attributes:!0}],r=()=>a.disconnect(),o=()=>a.observe(...n),a=new MutationObserver((()=>(i=s(),i&&!r()&&t(i))));return i?setTimeout((()=>t(i)),0):o(),{selector:e,clear:r,observe:o}};function p(e,t){return t(e)||!e.parentElement?e:p(e.parentElement,t)}const v=t=>{e()||(t.preventDefault(),t.stopPropagation(),t.stopImmediatePropagation())},w=(e,t)=>[...document.querySelectorAll(t)].some((s=>s.isSameNode(e)||!!e.closest(t)));function y(){return"IntersectionObserver"in window&&"IntersectionObserverEntry"in window&&"intersectionRatio"in window.IntersectionObserverEntry.prototype||(e="https://polyfill.io/v3/polyfill.min.js?flags=gated&features=IntersectionObserver",new Promise(((t,s)=>{const i=window.document.getElementsByTagName("script")[0],n=window.document.createElement("script");n.src=e,i.parentNode.insertBefore(n,i),n.onload=t,n.onerror=s})));var e}class b{constructor(){this.targets=[],this.existingTargets=[],this.inViewportTargets=[],this.visibilityObserver=this.startVisibilityObserver(),this.mutationObserver=this.startMutationObserver(),this.mouseOverEvent=this.mouseOverHandler()}intersectionHandler(e){e.forEach((e=>{e.isIntersecting?(this.existingTargets.forEach((t=>{t.element.isSameNode(e.target)&&(this.inViewportTargets.push(t),this.mouseOverEvent.start())})),this.checkElements()):this.inViewportTargets=this.inViewportTargets.filter((t=>!t.element.isSameNode(e.target)||(this.mouseOverEvent.clear(),!1)))}))}startVisibilityObserver(){return new IntersectionObserver(this.intersectionHandler.bind(this),{root:null,rootMargin:"0px",threshold:0})}startMutationObserver(){const e=this.mutationObserver||new MutationObserver(this.checkElements.bind(this));return document.body&&e.observe(document.body,{attributes:!0,childList:!0,subtree:!0}),e}onMouseOver({target:e,path:t}){const s=this.inViewportTargets.find((({element:s,selector:i})=>{if(s.isSameNode(e))return!0;const n=[...e.querySelectorAll(i)];if(n.length){if(n.includes(s))return!0}if(t.includes(s))return!0;const r=[...e.parentElement.children],o=r.findIndex((t=>t.isSameNode(e))),a=r.filter(((e,t)=>t>o));if(a.length){if(a.includes(s))return!0;if(a.some((e=>[...e.querySelectorAll(i)].includes(s))))return!0}return!1}));if(s&&this.isElementVisible(s.element)){const{selector:e,element:t,uniqueId:i}=s,n=this.targets.find((t=>t.selector===e&&t.uniqueId===i));n&&n.resolve(t),this.clear(e,i)}}mouseOverHandler(){const e=["mouseover",e=>setTimeout((()=>this.onMouseOver(e)),50),!0];return{start:()=>document.addEventListener(...e),clear:()=>document.removeEventListener(...e)}}isElementVisible(e){return this.isElementTopmost(e)&&this.isElementOpaque(e)}isElementOpaque(e){return"HTML"===p(e,(e=>"0"===window.getComputedStyle(e).opacity)).nodeName}isElementTopmost(e){const t=e.getBoundingClientRect(),s=[[t.left,t.top],[t.right,t.top],[t.left,t.bottom],[t.right,t.bottom],[t.left+t.width/2,t.top],[t.left+t.width/2,t.bottom],[t.left,t.height/2],[t.right,t.height/2],[t.left+t.left/2,t.height/2]];let i=!1,n=0;for(;!i&&n<s.length;){const t=document.elementFromPoint(...s[n]);i=e===t||e.contains(t),n+=1}return i}checkElements(){this.targets.forEach((({selector:e,uniqueId:t})=>{const s=document.querySelector(e);s&&!this.existingTargets.find((s=>s.element.matches(e)&&s.uniqueId===t))&&(this.existingTargets.push({element:s,selector:e,uniqueId:t}),this.visibilityObserver.observe(s))})),this.existingTargets=this.existingTargets.filter((({selector:e,element:t})=>!!document.querySelector(e)||(t&&this.visibilityObserver.unobserve(t),!1))),this.inViewportTargets=this.inViewportTargets.filter((({selector:e,element:t,uniqueId:s})=>{if(t.matches(e)&&this.isElementVisible(t)){const i=this.targets.find((t=>t.selector===e&&t.uniqueId===s));return i&&i.resolve(t),this.clear(e,s),!1}return!0}))}watch(e,t,s){this.targets.push({selector:e,resolve:t,uniqueId:s});const i=()=>{this.startMutationObserver(),this.checkElements()};document.body?i():m("body",i)}clear(e,t){[this.targets,this.existingTargets,this.inViewportTargets]=[this.targets,this.existingTargets,this.inViewportTargets].map((s=>s.filter((({selector:s,uniqueId:i})=>s!==e&&i!==t))));const s=document.querySelector(e);s&&this.visibilityObserver.unobserve(s),0===this.targets.length&&this.mutationObserver.disconnect(),0===this.inViewportTargets.length&&this.mouseOverEvent.clear()}}class f{constructor({triggerEvent:e,triggerSelector:t,triggerDelay:s}){this.event=e,this.selector=t&&t.length?t:"body",this.delay=1e3*s,this.elementsSelectors=[],this.eventsListeners=[],this.timeouts=[],this.intervals=[],this.observers=[],this.promises=[],this.visibilityObservers=[],this.elementsWaiters=[]}async onElementVisible({promise:e,resolve:t}){const s=g(`${this.event}DomReady`);this.promises.push(s);const i=await this.onPageLoad(s),n=await async function(e){let t;t="IntersectionObserver"!==e||await y();return t}("IntersectionObserver"),r=new b;if(this.visibilityObservers.push(r),n&&i){const e=d();r.watch(this.selector,t,e)}return e}onPageLoad({promise:e,resolve:t}){const s=()=>"complete"===document.readyState;if(!s()){const i=["readystatechange",({isTrusted:e})=>e&&s()&&t(!0),{passive:!0}];return this.eventsListeners.push([document,...i]),document.addEventListener(...i),e}return t(!0),e}onClick({promise:e,resolve:t}){const s=document.createElement("style");s.type="text/css",s.id=`Click_${d()}`,s.innerHTML=`${this.selector} {\n\t\t\tcursor: pointer !important;\n\t\t\tpointer-events: all !important;\n\t\t}`,document.head.appendChild(s),this.elementsSelectors.push(`#${s.id}`);const i=["click",({isTrusted:e,target:s})=>e&&w(s,this.selector)&&t(!0),{passive:!0,capture:!0}];return this.eventsListeners.push([document,...i]),document.addEventListener(...i),e}onHover({promise:e,resolve:t}){const s=["mouseenter",({isTrusted:e,target:s})=>e&&w(s,this.selector)&&t(!0),{passive:!0,capture:!0}];return this.eventsListeners.push([document.documentElement,...s]),document.documentElement.addEventListener(...s),e}onExitIntent({promise:e,resolve:t}){const s=["mouseleave",({isTrusted:e,clientY:s})=>{e&&s<=0&&t(!0)},{passive:!0}],i=m("body",(e=>{this.eventsListeners.push([e,...s]),e.addEventListener(...s),this.elementsWaiters=this.elementsWaiters.filter((e=>e!==i))}));return this.elementsWaiters.push(i),e}onReengage({promise:e,resolve:t}){const s=this.delay;let i=s;const n=[({isTrusted:e})=>{e&&(i=s)},{passive:!0}];["click","mousemove","scroll","keypress"].forEach((e=>{this.eventsListeners.push([document,e,...n]),document.addEventListener(e,...n)}));const r=setInterval((()=>{i<=0?t(!0):i-=100}),100);return this.intervals.push(r),e}onCustomTrigger({promise:e,resolve:t}){const{triggerEventCustomScript:s}=DATA;return new Function(`return new Promise(async resolve => {${s}})`)().then((e=>e&&t(!0))),e}onScrollUp({promise:e,resolve:t}){let s=0;const i=["scroll",({isTrusted:e})=>{e&&(window.pageYOffset<s?t(!0):s=window.pageYOffset)},{passive:!0,capture:!0}];return this.eventsListeners.push([document,...i]),document.addEventListener(...i),e}onScrollPercentReached({promise:e,resolve:t}){const{triggerEventScrollPercent:s}=DATA,i=["scroll",({isTrusted:e})=>{if(!e)return;const i=(()=>{const{documentElement:e,body:t}=document,s=e.scrollTop||t.scrollTop,i=e.scrollHeight||t.scrollHeight;return Math.trunc(s/(i-e.clientHeight)*100,10)})();s<i&&t(!0)},{passive:!0,capture:!0}];return this.eventsListeners.push([document,...i]),document.addEventListener(...i),e}getSocialProofPurchases({promise:e,resolve:s}){const i=window.ABTastyProductKey,n=t(),{viewInterval:r,triggerSocialProofMinPurchases:o,spNoTrim:a}=DATA;if(i||(u("Not able to find ABTastyProductKey, impossible to call the API."),s(!1)),i&&n){fetch(`${c}${n}/metrics/i?key=${i}${a?"&noTrim=true":""}`).then((e=>e.ok&&e.json())).then((e=>(e=>{if(void 0===r||void 0===o)return!1;const t=void 0!==e[r]&&e[r]>=o;return t||u(`Widget will not be shown, product has been purchased ${e[r]} times while ${o} are required`),t})(e)&&s(`${e[r]}`))).catch((()=>u("Failed to fetch datas from server.")))}else s(!1);return e}getSocialProofPageViews({promise:e,resolve:s}){const{viewInterval:i,triggerSocialProofMinPageViews:n,spNoTrim:r}=DATA,o=encodeURIComponent(r?window.location.href.replace(window.location.origin,""):`${window.location.pathname}`),a=t();if(o&&a){fetch(`${c}${a}/metrics/pv?key=${o}${r?"&noTrim=true":""}`).then((e=>e.ok&&e.json())).then((e=>(e=>{if(void 0===i||void 0===n)return!1;const t=void 0!==e[i]&&e[i]>=n;return t||u(`Widget will not be shown, page has been seen ${e[i]} times while ${n} are required`),t})(e)&&s(`${e[i]}`))).catch((()=>u("Failed to fetch datas from server.")))}else s(!1);return e}onConsent({promise:e,resolve:t}){if(!n()){const s=["abtasty_consentValid",()=>t(!0)];return this.eventsListeners.push(s),window.addEventListener(...s),e}return t(!0),e}onTrackingSent({promise:e,resolve:t}){const{triggerEventTrackingSent:s}=DATA;let i=localStorage.getItem("ABTastyData");const n=()=>JSON.parse(i).ActionTracking.find((({name:e})=>e===s)),r=["storage",()=>{i=localStorage.getItem("ABTastyData"),n()&&t(!0)},{passive:!0,capture:!0}];return i&&n()?t(!0):(()=>{this.eventsListeners.push([window,...r]),window.addEventListener(...r)})(),e}onMinPagesViewed({promise:e,resolve:t}){const{triggerEventMinPagesViewed:s}=DATA;let i=localStorage.getItem("ABTastyData");const n=()=>s<=(i?JSON.parse(i).VisitedPages.length:0),r=["storage",()=>{i=localStorage.getItem("ABTastyData"),n()&&t(!0)},{passive:!0,capture:!0}];return i&&n()?t(!0):(()=>{this.eventsListeners.push([window,...r]),window.addEventListener(...r)})(),e}onRageClick({promise:e,resolve:t}){const{triggerEventRageClickQuantity:s,triggerEventRageClickDelay:i}=DATA;let n=0,r=!1;const o=["click",({isTrusted:e})=>{e&&(n+=1,n>=s&&t(!0),r||(r=!0,setTimeout((()=>{n=0,r=!1}),i)))},{passive:!0,capture:!0}];return this.eventsListeners.push([document,...o]),document.addEventListener(...o),e}clear(){if(this.elementsSelectors.length&&(this.elementsSelectors.forEach((e=>{document.querySelector(e)&&document.querySelector(e).remove()})),this.elementsSelectors=[]),this.eventsListeners.length&&(this.eventsListeners.forEach((e=>{const[t,...s]=e;t&&s.length>1&&t.removeEventListener(...s)})),this.eventsListeners=[]),this.timeouts.length&&(this.timeouts.forEach((e=>clearTimeout(e))),this.timeouts=[]),this.intervals.length&&(this.intervals.forEach((e=>clearInterval(e))),this.intervals=[]),this.observers.length&&(this.observers.forEach((e=>e.disconnect())),this.observers=[]),this.visibilityObservers.length){const e=d();this.visibilityObservers.forEach((t=>t.clear(this.selector,e))),this.visibilityObservers=[]}return this.promises.length&&(this.promises.forEach((e=>e.resolve(!1))),this.promises=[]),this.elementsWaiters.length&&(this.elementsWaiters.forEach((e=>e.clear())),this.elementsWaiters=[]),this}async isTriggered(){this.clear();const e=g(this.event);this.promises.push(e);const t={consent:()=>this.onConsent(e),direct:()=>!0,pageLoad:()=>this.onPageLoad(e),click:()=>this.onClick(e),exitIntent:()=>this.onExitIntent(e),reengage:()=>this.onReengage(e),elementVisible:()=>this.onElementVisible(e),script:()=>this.onCustomTrigger(e),hover:()=>this.onHover(e),scrollUp:()=>this.onScrollUp(e),scrollPercent:()=>this.onScrollPercentReached(e),rageClick:()=>this.onRageClick(e),minPagesViewed:()=>this.onMinPagesViewed(e),trackingSent:()=>this.onTrackingSent(e),socialProofPurchases:()=>this.getSocialProofPurchases(e),socialProofPageViews:()=>this.getSocialProofPageViews(e)},s=!Object.prototype.hasOwnProperty.call(t,this.event)||await t[this.event]();this.clear();return"reengage"!==this.event&&this.delay?s&&await(async()=>{const e=g(`${this.event}Delay`);return this.promises.push(e),setTimeout((()=>{e.resolve(!0),this.clear()}),this.delay),e.promise})():s}}const $="display",T="closing",S="validation",C="ABTastyWidgets",E="ABTastyWidgetsTemporary";class A{constructor({displayRecurrence:e,closingRecurrence:t,validationRecurrence:s},i){this.displayRecurrence=parseFloat(e),this.closingRecurrence=parseFloat(t),this.validationRecurrence=parseFloat(s),this.onSetCallback=i,this.widgetName=l(),this.uniqueId=d(),this.recurrenceKey=`${this.widgetName}_${this.uniqueId}`,this.isListeningStorageEvent=this.listenStorageEvent(),this.pendingRecurrence=!1,this.pendingRecurrenceValue={}}onStorage({key:e}){const t=localStorage.getItem(E),s=sessionStorage.getItem(C);"ABTastyData"===e&&!t&&s&&localStorage.setItem(E,s)}listenStorageEvent(){return this.isListeningStorageEvent||window.addEventListener("storage",this.onStorage.bind(this)),!0}getGivenRecurrenceStorageParsed(e){try{const t=e.getItem(C);return JSON.parse(t)}catch(t){return e.removeItem(C),!1}}getSessionRecurrenceStorageParsed(){return this.getGivenRecurrenceStorageParsed(window.sessionStorage)}getLocalRecurrenceStorageParsed(){return this.getGivenRecurrenceStorageParsed(window.localStorage)}removeGivenStorage(e,t){const{[this.recurrenceKey]:s,...i}=t;return Object.entries(i).length?(e.setItem(C,JSON.stringify(i)),i):(e.removeItem(C),!1)}removeSessionRecurrenceStorage(){const e=this.getSessionRecurrenceStorageParsed();return!!e&&this.removeGivenStorage(window.sessionStorage,e)}removeLocalRecurrenceStorage(){const e=this.getLocalRecurrenceStorageParsed();return!!e&&this.removeGivenStorage(window.localStorage,e)}getSessionRecurrence(){const e=this.getSessionRecurrenceStorageParsed();return!!e&&e[this.recurrenceKey]}getLocalRecurrence(){const e=this.getLocalRecurrenceStorageParsed();return!!e&&e[this.recurrenceKey]}getCurrentRecurrence(){if(this.pendingRecurrence)return this.pendingRecurrenceValue;const e=this.getSessionRecurrence(),t=this.getLocalRecurrence();return e||t||{type:!1}}isOver(){const e=localStorage.getItem(E),t=!(!e||!e.includes(this.recurrenceKey))||this.getSessionRecurrence();e&&(sessionStorage.setItem(C,e),localStorage.removeItem(E));const s=this.getLocalRecurrence(),i=(s?parseFloat(s.stamp):0)<(new Date).getTime();return i&&this.removeLocalRecurrenceStorage(),!this.pendingRecurrence&&i&&!this.getLocalRecurrence()&&!t}setRecurrence(e,t){0!==e&&(window.removeEventListener("storage",this.onStorage.bind(this)),this.isListeningStorageEvent=!1);const i=this.getTypeOfStorage(e);if(s()||!i&&"object"!=typeof i)return!1;const{storageString:r,storageMethod:o}=i,a=this.getStamp(e),c={type:t,stamp:a},{type:l}=this.getCurrentRecurrence(),h=async()=>{if(!n()){this.pendingRecurrence=!0,this.pendingRecurrenceValue=c;const e=new f({triggerEvent:"consent"});await e.isTriggered(),this.pendingRecurrence=!1,this.pendingRecurrenceValue={}}const e=this.getSessionRecurrence(),t=this.getLocalRecurrence();let s;"session"===r?e?s=this.removeSessionRecurrenceStorage():(this.removeLocalRecurrenceStorage(),s=this.getSessionRecurrenceStorageParsed()):"local"===r&&(t?s=this.removeLocalRecurrenceStorage():(this.removeSessionRecurrenceStorage(),s=this.getLocalRecurrenceStorageParsed()));const i=s?{[this.recurrenceKey]:c,...s}:{[this.recurrenceKey]:c};o.setItem(C,JSON.stringify(i)),this.onSetCallback&&"function"==typeof this.onSetCallback&&this.onSetCallback()};if(!o)return!1;if(l&&t!==S)if(t===T&&l!==S)h();else{if(t!==$||l===S||l===T)return!1;h()}else h();return a}setDisplayRecurrence(){this.setRecurrence(this.displayRecurrence,"display")}setClosingRecurrence(){this.setRecurrence(this.closingRecurrence,"closing")}setValidationRecurrence(){this.setRecurrence(this.validationRecurrence,"validation")}getStamp(e){return(new Date).getTime()+864e5*e}getTypeOfStorage(e){return!(isNaN(e)||e<0||0!==e&&!e)&&(e>0?{storageString:"local",storageMethod:window.localStorage}:0===e&&{storageString:"session",storageMethod:window.sessionStorage})}}class x{constructor(e,t,s){this.recurrence=e,this.isWidgetApplied=t,this.callback=s,this.observer=new MutationObserver(this.observerHandler.bind(this)),this.eventListenerParams=["abtasty_resetActionTracking",this.eventHandler.bind(this),{passive:!0}],this.elementsWaiters=[]}recurrenceIsDone(){return!this.recurrence||this.recurrence.isOver()}decisionHandler(e){const t=i(),{type:s}=this.recurrence?this.recurrence.getCurrentRecurrence():{type:!1};let n;const c=this.isWidgetApplied(),l=(()=>{const t=this.recurrenceIsDone();return e&&"display"===s||t})();return!c&&t&&l?n=o:c&&(!t||!l)||!c&&!t?n=r:c&&t&&l&&(n=a),"string"==typeof n&&(this.clearWatcher(),this.callback(n,e),this.watch()),this}eventHandler(){let e=i();return[250,500].forEach((t=>{setTimeout((()=>{const s=i();return 500===t&&s===e?this:(e=s,this.decisionHandler(!1))}),t)})),this}observerHandler(e){return e.some((e=>["removedNodes","addedNodes"].some((t=>e[t]&&e[t].length))))?this.decisionHandler(!0):this}watch(){if(e())return this;this.clearWatcher(),document.addEventListener(...this.eventListenerParams);const t=()=>{const e=[document.body,{childList:!0,subtree:!0}];this.observer.observe(...e)};return document.body?t():(()=>{const e=m("body",(()=>{t(),this.elementsWaiters=this.elementsWaiters.filter((t=>t!==e))}));this.elementsWaiters.push(e)})(),this}clearWatcher(){return document.removeEventListener(...this.eventListenerParams),this.elementsWaiters.length&&(this.elementsWaiters.forEach((e=>e.clear())),this.elementsWaiters=[]),this.observer.disconnect(),this}}const I=/.+\/([^.]+)\.(otf|ttf)$/,P=["triggerSocialProofMinPurchases","triggerSocialProofMinPageViews"];class N{constructor(){this.children=void 0,this.uniqueId=d(),this.widgetName=l(),this.prettyName=h(),this.recurrenceParams=(()=>{const{displayRecurrence:t,closingRecurrence:s,validationRecurrence:i}=DATA;if(e()||!t&&!s&&!i)return!1;const n={everytime:()=>-1,session:()=>0,once:()=>395,day:e=>DATA[`${e}_day`],week:e=>7*DATA[`${e}_week`],month:e=>30.5*DATA[`${e}_month`]},r={};return t&&(r.displayRecurrence=n[t]("displayRecurrence")),s&&(r.closingRecurrence=n[s]("closingRecurrence")),i&&(r.validationRecurrence=n[i]("validationRecurrence")),r})(),this.triggerParams=(()=>{let{triggerEvent:t}=DATA;const{triggerEventClick:s,triggerEventHover:i,triggerEventReengageDelay:n,socialProofContentType:r,triggerEventElementVisible:o,triggerEventDelay:a}=DATA;if(e()||!t&&!r)return!1;const c={click:()=>s,hover:()=>i,elementVisible:()=>o},l=Object.prototype.hasOwnProperty.call(c,t)?c[t]():"body",h="reengage"===t?n:a;return r&&(t=1===r?"socialProofPurchases":"socialProofPageViews"),{triggerEvent:t,triggerSelector:l,triggerDelay:h}})(),this.recurrence=!!this.recurrenceParams&&new A(this.recurrenceParams,this.clearGivenClearables.bind(this)),this.trigger=!!this.triggerParams&&new f(this.triggerParams),this.shouldUpdate=!!this.triggerParams&&P.includes(this.triggerParams.triggerEvent),this.pageWatcher=new x(this.recurrence,this.isWidgetApplied.bind(this),this.onPageChange.bind(this),this.shouldUpdate),this.hasOncePerPageTrigger=(()=>{const{isOncePerPageTrigger:e,triggerEvent:t}=DATA;return!t||(!["click","hover","scrollUp","script"].includes(t)||e)})(),this.basicClassName=`ab_widget_container_${this.widgetName}`,this.widgetContainerId=`${this.basicClassName}_${this.uniqueId}`,this.contentClassName=`${this.basicClassName}_content`,this.overlayClassName=`${this.basicClassName}_overlay`,this.closeButtonClassName=`${this.basicClassName}_close_button`,this.hideClassName=`ab_hide_${this.uniqueId}`,this.domElement=this.getDom(),this.hasBeenShown=!1,this.closedByUser=!1,this.eventsListeners=[],this.timeouts=[],this.intervals=[],this.observers=[],this.promises=[],this.elementsWaiters=[]}clearGivenClearables(){this.eventsListeners.length&&(this.eventsListeners.forEach((e=>document.removeEventListener(...e))),this.eventsListeners=[]),this.timeouts.length&&(this.timeouts.forEach((e=>clearTimeout(e))),this.timeouts=[]),this.intervals.length&&(this.intervals.forEach((e=>clearInterval(e))),this.intervals=[]),this.observers.length&&(this.observers.forEach((e=>e.disconnect())),this.observers=[]),this.promises.length&&(this.promises.forEach((e=>e.resolve(!1))),this.promises=[]),this.elementsWaiters.length&&(this.elementsWaiters.forEach((e=>e.clear())),this.elementsWaiters=[])}isWidgetApplied(){return this.domElement&&this.domElement.isConnected}removeOldDomElement(){const e=document.getElementById(this.widgetContainerId);return e&&e.remove(),this}async insert(){if(this.isWidgetApplied())return!1;const e=new Promise((e=>{const t=m("head",(t=>{this.elementsWaiters=this.elementsWaiters.filter((({selector:e})=>"head"!==e)),e(t.appendChild(this.styleElement))}));this.elementsWaiters.push(t)})),t=new Promise((e=>{const{elementReferrer:t="body",referrerInsertType:s="beforeend"}="free"===DATA.layout?DATA:{},i=m(t,(i=>{this.elementsWaiters=this.elementsWaiters.filter((e=>e.selector!==t)),this.removeOldDomElement(),e(i.insertAdjacentElement(s,this.domElement))}));this.elementsWaiters.push(i)}));return Promise.all([t,e]).then((()=>this))}remove(){return this.pageWatcher.clearWatcher(),[this.domElement,this.styleElement].forEach((e=>e&&e.isConnected&&e.remove())),this.hasOncePerPageTrigger?this.pageWatcher.watch():e()||this.init().then((({response:e})=>e?this.show():this)),this}show(){return e()||this.hasBeenShown&&this.hasOncePerPageTrigger||window.ABTastyEvent(`${this.prettyName} displayed`,null,TEST_ID),this.closedByUser=!1,setTimeout((()=>this.domElement.classList.remove(this.hideClassName)),50),this.recurrence&&this.recurrence.setDisplayRecurrence(),this.hasBeenShown=!0,this.pageWatcher.watch(),this}hide(){return!e()&&this.hasBeenShown&&window.ABTastyEvent(`${this.prettyName} closed`,null,TEST_ID),this.closedByUser=!0,this.domElement.classList.add(this.hideClassName),this}async init(t){const s=e(),n=i(),r=this.trigger&&this.trigger.promises.length,o=!this.recurrence||this.recurrence.isOver();if(!s&&!n||r||!o)return!1;this.pageWatcher.watch();const a=s||!this.trigger||this.trigger&&await this.trigger.isTriggered();return!!a&&(await this.insert(),this.addCloseEvent(),s||t||this.hasBeenShown||void 0===this.children||"function"!=typeof this.children.refreshContent||this.children.refreshContent(a),{container:this,response:a})}onPageChange(e,t){const s=()=>this.init().then((({response:e})=>e&&this.show()));t||(this.hasBeenShown=!1);const i=this.isWidgetApplied(),n={[r]:()=>{i?this.remove():(this.trigger&&this.trigger.clear(),this.pageWatcher.watch())},[o]:()=>{this.hasBeenShown?this.closedByUser?this.pageWatcher.watch():i||this.insert().then((e=>e.show())).catch(this.pageWatcher.watch):s()},[a]:s};"function"==typeof n[e]&&n[e]()}addCloseEvent(...t){const{closeButton:s,overlay:i,overlayClickable:n,layout:r,animationDuration:o=1e3}=DATA,a=[];if(void 0!==i&&!0!==i||!0!==n||"popin"!==r||a.push(`.${this.overlayClassName}`),void 0!==s&&s&&a.push(`.${this.closeButtonClassName}`),!a.length)return this;const c=this.domElement.querySelectorAll(a.join(", "));return c.length?(t.push(...c),t.forEach((t=>{e()&&(t.dataset.abtastyActionnable="true"),t.addEventListener("click",(e=>{v(e),this.recurrence&&this.recurrence.setClosingRecurrence(),this.hide(),setTimeout((()=>this.remove()),1.05*o)}),{once:!0,capture:!0})})),this):this}getDom(){const{closeButton:e,layout:t,overlay:s=!0}=DATA,i=document.createElement("div");return i.className=`${this.basicClassName} ${this.hideClassName}`,i.id=this.widgetContainerId,i.innerHTML=`\n\t\t\t${"popin"===t&&!0===s?`<div class="${this.overlayClassName}"></div>`:""}\n\t\t\t<div class="${this.contentClassName}">\n\t\t\t${e?`<button class="${this.closeButtonClassName}"><svg viewBox="0 0 16 16">\n\t<defs><path id="prefix__a" d="M12 4.991L11.009 4 8 7.009 4.991 4 4 4.991 7.009 8 4 11.009 4.991 12 8 8.991 11.009 12 12 11.009 8.991 8z"></path></defs>\n\t<g><use xlink:href="#prefix__a"></use></g>\n</svg></button>`:""}\n\t\t\t</div>`,i}loadFont(e,t){if(!e||"inherit"===e)return;const s=document.createElement("style"),i=t.match(I)?t.match(I)[1]:"";s.innerHTML=`@font-face { font-family: '${e}_${i}'; src: url('${t}'); font-display: swap; }`,document.head.appendChild(s)}getStyleTag(t="",s=DATA){const{noStyles:i,layout:n}=s,{backgroundColor:r,isBackgroundImage:o,backgroundImage:a,backgroundSize:c,backgroundPosition:l,backgroundRepeat:h,borderColor:d,borderRadius:u,borderWidth:g,textColor:m,textAlign:p,fontName:v,fontStyle:w,fontSize:y,isTitle:b,titleTextAlign:f,titleTextColor:$,titleFontName:T,titleFontStyle:S,titleFontSize:C,overlay:E,overlayColor:A,dropShadow:x,dropShadowColor:P,dropShadowBlur:N,containerMargin:R,containerPadding:k,closeButton:L,closeButtonPosition:B,closeButtonSize:D,closeButtonBorderRadius:O,closeButtonBorderWidth:W,closeButtonBorderColor:_,closeButtonColor:V,closeButtonBackgroundColor:j,buttonsAlign:q,buttonsBorderWidth:M,buttonsBorderColor:z,buttonsBorderRadius:H,buttonsBackgroundColor:F,buttonsTextColor:U,buttonsFontName:Y,buttonsFontStyle:G,buttonsFontSize:K,secondLink:J,secondLinkBorderWidth:Q,secondLinkBorderColor:X,secondLinkBorderRadius:Z,secondLinkBackgroundColor:ee,secondLinkTextColor:te,secondLinkFontName:se,secondLinkFontStyle:ie,secondLinkFontSize:ne,animation:re,animationDuration:oe,animationBehaviour:ae,animationSlideDirection:ce}=i?{}:s,le=document.createElement("style");le.type="text/css",e()&&le.setAttribute("abtasty-script-added","true"),this.loadFont(v,w),this.loadFont(T,S),this.loadFont(Y,G),this.loadFont(se,ie);const he=`background: ${["string"==typeof r?r:"rgba(255, 255, 255, 1)",o&&"string"==typeof a&&a.length?`url(${a})`:"",o&&"string"==typeof l&&"100% 100%"!==c?l:"0 0",o&&"string"==typeof c?`/ ${c}`:"/ auto",o&&h&&!["cover","100% 100%"].includes(c)?"repeat":"no-repeat"].join(" ").trim()};`,de="number"==typeof g&&g>0,ue=`border: ${[de?`${g}px`:"unset",de?"solid":"",de&&"string"==typeof d&&d.length?d:""].join(" ").trim()};`,ge=void 0!==u?`border-radius: ${u}px;`:"",me=void 0!==m?`color: ${m}; fill: ${m}; -webkit-text-fill-color: ${m};`:"",pe=void 0!==p?`text-align: ${p};`:"",ve=v&&"inherit"!==v?`font-family:${v}_${w.match(I)?w.match(I)[1]:""};`:w||"",we=y?`font-size: ${y}px;`:"",ye=void 0!==x&&x?`box-shadow: 0 5px ${N}px 0 ${P};`:"",be=R instanceof Array&&1===R.length&&R[0],fe=be?`margin: ${be.top}px ${be.right}px ${be.bottom}px ${be.left}px;`:"",$e=be?`margin: calc(${be.top}px * 0.5) calc(${be.right}px * 0.5) calc(${be.bottom}px * 0.5) calc(${be.left}px * 0.5);`:"",Te=k instanceof Array&&1===k.length&&k[0],Se=Te?`padding: ${Te.top}px ${Te.right}px ${Te.bottom}px ${Te.left}px;`:"",Ce=Te?`padding: calc(${Te.top}px * 0.5) calc(${Te.right}px * 0.5) calc(${Te.bottom}px * 0.5) calc(${Te.left}px * 0.5);`:"",Ee=void 0!==M&&M?`border-width: ${M}px; border-style: solid;`:"",Ae=[z,M].every((e=>void 0!==e))&&M?`border-color: ${z};`:"",xe=void 0!==H?`border-radius: ${H}px;`:"",Ie=void 0!==F?`background-color: ${F};`:"",Pe=void 0!==U?`color: ${U}; fill: ${U}; -webkit-text-fill-color: ${U};`:"",Ne=Y&&"inherit"!==Y?`font-family:${Y}_${G.match(I)?G.match(I)[1]:""};`:G||"",Re=K?`font-size: ${K}px;`:"",ke=void 0!==Q&&Q?`border-width: ${Q}px; border-style: solid;`:"",Le=[X,Q].every((e=>void 0!==e))&&Q?`border-color: ${X};`:"",Be=void 0!==Z?`border-radius: ${Z}px;`:"",De=void 0!==ee?`background-color: ${ee};`:"",Oe=void 0!==te?`color: ${te}; fill: ${te}; -webkit-text-fill-color: ${te};`:"",We=se&&"inherit"!==se?`font-family:${se}_${ie.match(I)?ie.match(I)[1]:""};`:ie||"",_e=ne?`font-size: ${ne}px;`:"",Ve="popin"!==n||void 0!==E&&!0!==E?"":[`#${this.widgetContainerId} .${this.overlayClassName} {`,`background-color: ${void 0!==A?A:"rgba(0, 0, 0, 0.6)"};`,"}"].join(""),je="number"==typeof D?D:16,qe=je/2,Me=i||void 0!==L&&L?[`#${this.widgetContainerId} .${this.contentClassName} .${this.closeButtonClassName} {`,"position: absolute;",("out"===B?`bottom: calc(100% + ${qe}px)`:`top: ${qe}px`)+";",`right: ${qe}px;`,"width: auto;","height: auto;","background: none;","border: none;","cursor: pointer;","outline: none;","padding: 0;","margin: 0;","line-height: 0;","z-index: 9;",""+("number"==typeof O?`border-radius: ${O}px;`:""),""+("number"==typeof W&&W>0?`border: ${W}px solid ${void 0!==_?_:"rgba(57, 57, 57, 1)"};`:""),""+("string"==typeof j?`background-color: ${j};`:""),"}",`#${this.widgetContainerId} .${this.contentClassName} .${this.closeButtonClassName} svg {`,"pointer-events: none;",`width: ${je}px;`,`height: ${je}px;`,""+("string"==typeof V?`fill: ${V};`:""),"}"].join(""):"",ze=b&&"string"==typeof $?[`#${this.widgetContainerId} .${this.contentClassName} > * h1, `,`#${this.widgetContainerId} .${this.contentClassName} > * h2, `,`#${this.widgetContainerId} .${this.contentClassName} > * h3, `,`#${this.widgetContainerId} .${this.contentClassName} > * h4, `,`#${this.widgetContainerId} .${this.contentClassName} > * h5, `,`#${this.widgetContainerId} .${this.contentClassName} > * h6 {`,`color: ${$}; fill: ${$}; -webkit-text-fill-color: ${$};`,void 0!==f?`text-align: ${f};`:"",T&&"inherit"!==T?`font-family:${T}_${S.match(I)?S.match(I)[1]:""};`:S||"",C?`font-size: ${C}px;`:"","}"].join(""):"";let He="";if("string"==typeof re){const t=(oe/1e3).toFixed(2),s=["top","bottom"].includes(ce),i=Number(s),n=[(["top","left"].includes(ce)?"-":"")+"100vmax",this.translateValues?this.translateValues[i]:"0"];s&&n.reverse(),He={none:[],fade:[`#${this.widgetContainerId} {`,`transition: opacity ${t}s ${ae};`,"}"],slide:[`.${this.hideClassName} .${this.overlayClassName} {`,"opacity: 0 !important;","}",`#${this.widgetContainerId} .${this.overlayClassName} {`,`transition: opacity ${t}s ${ae};`,"}",`.${this.hideClassName} .${this.contentClassName} {`,`transform: translate(${n.join(", ")}) !important;`,"}",`#${this.widgetContainerId} .${this.contentClassName} {`,`transition: transform ${t}s ${ae};`,"}"]}[e()&&!ABTASTY_S.WIDGETS.animationChanged?"none":re].join("")}const Fe=[`#${this.widgetContainerId} .${this.contentClassName} > * a:nth-child(2), `,`#${this.widgetContainerId} .${this.contentClassName} > * button:nth-child(2) {`,`margin-${"fill"===q?"top":"left"}: 8px;`,ke,Le,Be,De,Oe,We,_e,"}",`#${this.widgetContainerId} .${this.contentClassName} > * a:nth-child(2) *, `,`#${this.widgetContainerId} .${this.contentClassName} > * button:nth-child(2) * {`,Oe,We,_e,"}"];return le.textContent=[`.${this.hideClassName} {`,"opacity: 0 !important;","pointer-events: none;","}",`#${this.widgetContainerId} {`,"opacity: 1;","}",`#${this.widgetContainerId} .${this.contentClassName} {`,he,ge,ue,me,pe,ye,fe,ve,we,"}",`#${this.widgetContainerId} .${this.contentClassName} p {`,me,pe,ve,we,"}",`#${this.widgetContainerId} .${this.contentClassName} > * {`,"display: block;","line-height: 1;","text-indent: unset;",Se,ve,we,"}",`#${this.widgetContainerId} .${this.contentClassName} > * a, `,`#${this.widgetContainerId} .${this.contentClassName} > * button {`,"box-sizing: border-box;","display: inline-block;",Ee,Ae,xe,Ie,Pe,Ne,Re,"}",`#${this.widgetContainerId} .${this.contentClassName} > * a *, `,`#${this.widgetContainerId} .${this.contentClassName} > * button * {`,Pe,Ne,Re,"}",...J?Fe:[],"@media screen and (max-width: 579px) {",`#${this.widgetContainerId} .${this.contentClassName} {`,$e,"}",`#${this.widgetContainerId} .${this.contentClassName} > * {`,Ce,"}","}",Ve,Me,ze,He,`${t}`].join(""),le}}const R=["top: 0;","top: 50%;","bottom: 0;"],k=["left: 0;","left: 50%;","right: 0;"],L=e=>1===e?"-50%":0,B=()=>{if(Array.isArray(DATA.popinPosition)){const{popinPosition:[{x:e,y:t}]}=DATA,s=`translate(${L(t)}, ${L(e)});`;return`${R[e]}${k[t]}transform: ${s}`}return"left: 50%;top: 50%;transform: translate(-50%, -50%);"},D=()=>"autoWidth"in DATA&&!0===DATA.autoWidth,O=()=>{if(D())return"width: auto;height: auto;";const{popinPercentWidth:e,popinPixelsWidth:t,widthUnit:s,autoHeight:i,popinPercentHeight:n,popinPixelsHeight:r,heightUnit:o}=DATA;return`width: ${"px"===s?t:e}${s};height: ${i?"auto":`${"px"===o?r:n}${o}`};`};class W extends N{constructor(){super(),this.translateValues=Object.values(DATA.popinPosition[0]).map((e=>L(e))),this.stringStyles=this.getStyles(),this.styleElement=this.getStyleTag(this.stringStyles)}getStyles(){const{zindex:e,zindexCustom:t,overlay:s}=DATA;return[`#${this.widgetContainerId} {`,"position: fixed;","top: 0;","left: 0;","width: 100%;","height: 100%;",`z-index: ${"custom"===e?t:e};`,"background: none;","pointer-events: "+(!1===s?"none":"all"),"}",`#${this.widgetContainerId} .${this.overlayClassName} {`,"position: absolute;","z-index: -1;","top: 0;","left: 0;","width: 100%;","height: 100%;","}",`#${this.widgetContainerId} .${this.contentClassName} {`,"position: absolute;",B(),O(),"pointer-events: all","}",`${D()?"":[`#${this.widgetContainerId} .${this.contentClassName} > div {`,"height: 100%;","overflow: auto;","box-sizing: border-box;","}"].join("")}`,`${D()?"":["@media screen and (max-width: 579px) {",`#${this.widgetContainerId} .${this.contentClassName} {`,"max-width: 94vw;","}","}"].join("")}`].join("")}}class _ extends N{constructor(){super(),this.position="string"==typeof DATA.layout&&"bannerTop"===DATA.layout?"top":"bottom",this.stringStyles=this.getStyles(),this.styleElement=this.getStyleTag(this.stringStyles)}getStyles(){const{zindex:e,zindexCustom:t}=DATA;return[`#${this.widgetContainerId} {`,"position: fixed;",`${this.position}: 0;`,"left: 0;","width: 100%;","height: auto;",`z-index: ${"custom"===e?t:e};`,"background: none;","}",`#${this.widgetContainerId} .${this.contentClassName} {`,"position: relative;","}"].join("")}}class V extends N{constructor(){super(),this.stringStyles=this.getStyles(),this.styleElement=this.getStyleTag(this.stringStyles)}getStyles(){return[`#${this.widgetContainerId} {`,"width: auto;","height: auto;","margin: 0;","padding: 0;","background: none;","}",`#${this.widgetContainerId} .${this.contentClassName} {`,"position: relative;","}"].join("")}}e()&&Number(ABTASTY_S.USER.additionalInformation.account_iframe_less_mode);class j{constructor(e){let{parentContainer:t}=e;this.parentContainer=t,this.baseClassName="qualitywidget_container",this.className="".concat(this.baseClassName,"_").concat(t.uniqueId),this.contentElement=this.getContentElement(),this.styleElement=this.getStyleElement()}static getVariableText(){const{textVariables:e,date:t,time:s,datetime:i,datetimeTimezone:n}=DATA;top.console.log("datetimeTimezone",n);const r=new Date(t),o=new Date(i),a="".concat(r.getDate()),c="".concat(r.getMonth()+1),l="".concat(r.getFullYear()),h="".concat(o.getHours()),d="".concat(o.getMinutes()),u="".concat(o.getDate()),g="".concat(o.getMonth()+1),m="".concat(o.getFullYear()),p="".concat(a.length<2?"0".concat(a):a,"/").concat(c.length<2?"0".concat(c):c,"/").concat(l),v="".concat(h.length<2?"0".concat(h):h,":").concat(d.length<2?"0".concat(d):d),w="".concat(u.length<2?"0".concat(u):u,"/").concat(g.length<2?"0".concat(g):g,"/").concat(m),{raw:{followTheSun:y,timezone:b,previewTimezone:f,timedef:{minute:$,hour:T,day:S,month:C,year:E}}}=n,A="".concat("".concat(T).length<2?"0".concat(T):T,":").concat("".concat($).length<2?"0".concat($):$),x="".concat("".concat(S).length<2?"0".concat(S):S,"/").concat("".concat(C).length<2?"0".concat(C):C,"/").concat(E);return e.replace("!time!",'<code class="time">'.concat(JSON.stringify(s,null,0),"</code>")).replace("!date!",'<span class="date">'.concat(p,"</span>")).replace("!timedate!",'<span class="timedate">'.concat(v,"</span>")).replace("!datetime!",'<span class="datetime">'.concat(w,"</span>")).replace("!timeTimezone!",'<span class="timeTimezone">'.concat(A,"</span>")).replace("!dateTimezone!",'<span class="dateTimezone">'.concat(x,"</span>")).replace("!timezone!",'<span class="timezone">'.concat(y?f:b,"</span>"))}insertIn(e,t){return document.head.insertAdjacentElement("beforeend",this.styleElement),e.insertAdjacentElement(t,this.contentElement),this}addCloseEvent(t){t&&t.addEventListener("click",(t=>{v(t),e()||this.parentContainer.recurrence.setClosingRecurrence(),this.parentContainer.hide(),setTimeout((()=>this.parentContainer.remove()),1e3)}),{capture:!0,passive:!1})}addRedirectionEvent(t){!e()&&t&&t.addEventListener("click",(()=>{const{autoHide:t,timeHide:s}=DATA;t&&setTimeout((()=>this.parentContainer.hide()),1e3*s),e()||this.parentContainer.recurrence.setValidationRecurrence()}),{capture:!0,passive:!0})}getButton(){const{linkType:e,buttonText:t,redirectionUrl:s,openInNewTab:i}=DATA,n=document.createElement("a");return n.className="popin_link",n.innerHTML="<span>".concat(t,"</span>"),"button"===e?(n.href=s,n.target=i?"_blank":"_self",this.addRedirectionEvent(n)):(n.href="#",n.dataset.abtastyActionnable="true",this.addCloseEvent(n)),n}getContentElement(){const{isTitle:e,isText:t,linkType:s,buttonText:i,iconPicker:n}=DATA,r="string"==typeof s&&s.includes("widget")?"a":"div",o=document.createElement(r);if(o.className=this.className,""!==(null==n?void 0:n.src)){const e=document.createElement("img");e.setAttribute("src",n.src),e.setAttribute("alt",n.alt),e.classList.add("iconPicker"),o.appendChild(e)}if("widget"===s){const{redirectionUrl:e,openInNewTab:t}=DATA;o.href=e,o.target=t?"_blank":"_self",this.addRedirectionEvent(o)}else"widgetClose"===s&&(o.href="#",o.dataset.abtastyActionnable="true",this.addCloseEvent(o));if(e){const{title:e}=DATA,t=document.createElement("h4");t.textContent=e,o.appendChild(t)}if(t){const{text:e,includeVariables:t}=DATA,s=document.createElement("p"),i=t?j.getVariableText():e;s.innerHTML=i,o.appendChild(s)}if([s,i].every((e=>"string"==typeof e))&&s.includes("button")&&i.length){const e=this.getButton(),t=document.createElement("div");t.className="buttons_container",t.appendChild(e),o.appendChild(t)}return o}getStyleElement(){const{textColor:t,textAlign:s,buttonsAlign:i}=DATA,n="#".concat(this.parentContainer.widgetContainerId," .").concat(this.className),r=void 0!==t?"color: ".concat(t,";"):"",o=void 0!==s?"text-align: ".concat(s,";"):"",a=void 0!==i&&"fill"!==i?"text-align: ".concat(i,";"):"",c=document.createElement("style");return c.type="text/css",e()&&c.setAttribute("abtasty-script-added","true"),c.textContent=["".concat(n," > * {"),"display: inline-block;","vertical-align: middle;","}","".concat(n," .iconPicker {"),"width: 26px;","height: 26px;","}","".concat(n," h4 {"),"margin-bottom: 24px;","display: inline-block;","width: 100%","}","".concat(n," p {"),"width: 100%;","margin: 0;","white-space: pre-line;",r,o,"}","".concat(n," .buttons_container {"),"display: inline-block;","width: 100%;",a,"}","".concat(n," a {"),"margin-top: 24px;","padding: 6px 16px;","width: ".concat("fill"===i?"100%":"auto",";"),"}","@media screen and (min-width: 1024px) {","}","@media screen and (max-width: 1023px) {","}"].join(""),c}}!function(){u("Widget launch");const e=(()=>{const{layout:e}=DATA;let t;switch(e){case"popin":t=new W;break;case"bannerTop":case"bannerBottom":t=new _;break;case"free":t=new V;break;default:t=new N}return t})(),t=e.domElement.querySelector(".".concat(e.contentClassName)),s=new j({parentContainer:e});e.children=s,s.insertIn(t,"beforeend"),e.init(!0).then((t=>{let{response:s}=t;s&&e.show()}))}()}();
|