@abtasty/google-form-modal 1.7.2 → 1.7.4
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 +20 -22
- package/README.md +0 -1
package/dist/form.js
CHANGED
@@ -1 +1 @@
|
|
1
|
-
!function(e,o){"object"==typeof exports&&"undefined"!=typeof module?module.exports=o():"function"==typeof define&&define.amd?define(o):(e="undefined"!=typeof globalThis?globalThis:e||self).widgetForm=o()}(this,function(){"use strict";const e="style",o="layout",t="content",i="conditions",n="short-separator",l="select",a="colorpicker",r="number",_="selectelement",c="radio",d="switch",m="slider",g="group",p="inlinenotification",u="https://widgets-images.abtasty.com/",s=["area","base","br","col","embed","hr","img","input","keygen","link","meta","param","source","track","wbr","audio","canvas","iframe","optgroup","option","progress","select","svg","textarea","video"],b=["html","body","head"],y="week",v="month",w=[{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:y},{label:"widget_common_conditions_recurrence_option_everyXMonths",value:v},{label:"widget_common_conditions_recurrence_option_once",value:"once"}],f={category:i,type:m,min:1},h=[{...f,propName:"day",label:"widget_common_conditions_recurrence_ifOptionVariable_labelDays",value:5,max:395},{...f,propName:y,label:"widget_common_conditions_recurrence_ifOptionVariable_labelWeeks",value:2,max:56},{...f,propName:v,label:"widget_common_conditions_recurrence_ifOptionVariable_labelMonths",value:1,max:13}],k={category:i,type:l,options:w,value:"everytime",render:!1},N={...k,label:"widget_common_conditions_recurrence_label_widgetDisplayed",propName:"displayRecurrence"},x={...k,label:"widget_common_conditions_recurrence_label_widgetDisplayedAfterClosure",propName:"closingRecurrence"},B={...k,label:"widget_common_conditions_recurrence_label_widgetDisplayedAfterSubmission",propName:"validationRecurrence"},I=h.map(({type:e,min:o,propName:t,label:n,value:l,max:a})=>({category:i,type:e,min:o,max:a,label:n,value:l,render:!1,propName:`displayRecurrence_${t}`,conditions:[{field:"displayRecurrence",value:t}]})),P=h.map(({type:e,min:o,propName:t,label:n,value:l,max:a})=>({category:i,type:e,min:o,max:a,label:n,value:l,render:!1,propName:`closingRecurrence_${t}`,conditions:[{field:"closingRecurrence",value:t}]})),S=h.map(({type:e,min:o,propName:t,label:n,value:l,max:a})=>({category:i,type:e,min:o,max:a,label:n,value:l,render:!1,propName:`validationRecurrence_${t}`,conditions:[{field:"validationRecurrence",value:t}]})),T={category:i,type:n},C=({closeButton:e,layout:o,overlay:t,overlayClickable:i,linkType:n})=>!("string"!=typeof n||!n.includes("Close"))||("popin"!==o||!1!==e||!1!==t&&!1!==i)&&(void 0===o||"popin"===o||!1!==e),U={category:i,type:g,label:"widget_common_conditions_recurrence_blockTitle",collapsible:!0,children:[N,...I,{...T,condition:C},{...x,condition:C},...P,{...T},B,...S]},R="triggerEvent",E={category:i,type:m,propName:"triggerEventDelay",label:"widget_common_conditions_triggering_delay_label",min:0,max:60,value:0,render:!1},z={...E,propName:"triggerEventReengageDelay",value:10,max:180,render:!1},D={category:i,type:_,propName:"triggerEventClick",value:"body",render:!1},O={...D,propName:"triggerEventElementVisible",render:!1},V={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,render:!1},A={category:i,type:_,propName:"triggerEventHover",value:"body",render:!1},W={category:i,type:m,label:"widget_common_conditions_triggering_percent_scroll_to_reach",propName:"triggerEventScrollPercent",value:50,min:0,max:100,render:!1},H={category:i,type:m,label:"widget_common_conditions_triggering_number_rageclick_required",propName:"triggerEventRageClickQuantity",value:3,min:2,max:10,render:!1},L={category:i,type:m,label:"widget_common_conditions_triggering_number_rageclick_delay",propName:"triggerEventRageClickDelay",value:750,min:250,max:5e3,render:!1},$={category:i,type:m,propName:"triggerEventMinPagesViewed",value:3,min:2,max:10,render:!1},M={category:i,type:"text",propName:"triggerEventTrackingSent",value:"",placeholder:"Tracking name",render:!1},X={pageLoad:{label:"widget_common_conditions_triggering_option_pageload",value:"pageLoad"},direct:{label:"widget_common_conditions_triggering_option_asap",value:"direct"},exitIntent:{label:"widget_common_conditions_triggering_option_exitIntent",value:"exitIntent"},reengage:{label:"widget_common_conditions_triggering_option_afterXSecondsOfInactivity",value:"reengage"},click:{label:"widget_common_conditions_triggering_option_click",value:"click"},hover:{label:"widget_common_conditions_triggering_option_hover",value:"hover"},elementVisible:{label:"widget_common_conditions_triggering_option_elementVisible",value:"elementVisible"},scrollUp:{label:"widget_common_conditions_triggering_option_scrollup",value:"scrollUp"},scrollPercent:{label:"widget_common_conditions_triggering_option_scroll_percent",value:"scrollPercent"},rageClick:{label:"widget_common_conditions_triggering_option_rageclick",value:"rageClick"},minPagesViewed:{label:"widget_common_conditions_triggering_option_pageview",value:"minPagesViewed"},trackingSent:{label:"widget_common_conditions_triggering_option_tracking",value:"trackingSent"},customScript:{label:"widget_common_conditions_triggering_option_customTrigger",value:"script"}},Y={category:i,type:d,propName:"isOncePerPageTrigger",value:!0,label:"widget_common_conditions_triggering_label_triggerOnlyOnce",render:!1},j={category:i,type:l,label:"widget_common_conditions_triggering_label",options:[X.pageLoad,X.direct,X.exitIntent,X.reengage,X.click,X.hover,X.elementVisible,X.scrollUp,X.scrollPercent,X.minPagesViewed,X.trackingSent,X.rageClick,X.customScript],propName:R,value:"pageLoad",render:!1};D.conditions=[{field:R,value:"click"}],z.conditions=[{field:R,value:"reengage"}],O.conditions=[{field:R,value:"elementVisible"}],V.conditions=[{field:R,value:"script"}],A.conditions=[{field:R,value:"hover"}],W.conditions=[{field:R,value:"scrollPercent"}],H.conditions=[{field:R,value:"rageClick"}],L.conditions=[{field:R,value:"rageClick"}],$.conditions=[{field:R,value:"minPagesViewed"}],M.conditions=[{field:R,value:"trackingSent"}],E.conditions=[{field:R,value:e=>"reengage"!==e}],Y.conditions=[{field:R,value:e=>["click","hover","scrollUp","script"].includes(e)}];const q={category:i,type:g,label:"widget_common_conditions_triggering_blockTitle",collapsible:!0,children:[j,D,O,V,A,W,H,L,$,M,Y,z,E]},F={category:i,type:l,propName:"animation",label:"widget_common_conditions_animation_label",value:"none",options:[{label:"widget_common_conditions_animation_option_none",value:"none"},{label:"widget_common_conditions_animation_option_fade",value:"fade"},{label:"widget_common_conditions_animation_option_slide",value:"slide"}]},G={category:i,type:m,propName:"animationDuration",label:"widget_common_conditions_animation_duration_label",value:500,min:250,max:5e3},J={category:i,type:l,propName:"animationBehaviour",label:"widget_common_conditions_animation_behaviour_label",value:"ease",options:[{label:"widget_common_conditions_animation_behaviour_option_linear",value:"linear"},{label:"widget_common_conditions_animation_behaviour_option_ease",value:"ease"},{label:"widget_common_conditions_animation_behaviour_option_ease_in",value:"ease-in"},{label:"widget_common_conditions_animation_behaviour_option_ease_out",value:"ease-out"},{label:"widget_common_conditions_animation_behaviour_option_ease_in_out",value:"ease-in-out"}]},Q={category:i,type:l,propName:"animationSlideDirection",label:"widget_common_conditions_animation_slide_direction_label",value:"left",options:[{label:"widget_common_style_label_top",value:"top"},{label:"widget_common_style_label_right",value:"right"},{label:"widget_common_style_label_bottom",value:"bottom"},{label:"widget_common_style_label_left",value:"left"}]};G.conditions=[{field:"animation",value:e=>"none"!==e}],J.conditions=[{field:"animation",value:e=>"none"!==e}],Q.conditions=[{field:"animation",value:"slide"}];const K={category:i,type:g,label:"widget_common_conditions_animation_blockTitle",collapsible:!0,children:[F,G,J,Q]},Z={category:o,type:"radioImage",propName:"layout",label:"widget_common_layout_label_selectALayout",value:"popin",style:"big",options:[{label:"widget_common_layout_option_modal",value:"popin",src:`${u}layout/icon-layout-modal.png`},{label:"widget_common_layout_option_topBanner",value:"bannerTop",src:`${u}layout/icon-layout-topBanner.png`},{label:"widget_common_layout_option_bottomBanner",value:"bannerBottom",src:`${u}layout/icon-layout-bottomBanner.png`},{label:"widget_common_layout_option_freePlacement",value:"free",src:`${u}layout/icon-layout-freePlacement.png`}]},ee={category:o,type:_,propName:"elementReferrer",label:"widget_common_layout_label_selectElementContainWidget",value:"body"},oe=(e,o)=>{try{const t=window.ABTASTY_S&&window.ABTASTY_S.CLIENT_MANAGER.getDocument();return!o.includes(t.querySelector(e).localName)}catch(e){return!0}},te=({elementReferrer:e})=>oe(e,s),ie=({elementReferrer:e})=>oe(e,b),ne={category:o,type:c,propName:"referrerInsertType",value:"afterbegin",label:"widget_common_layout_positioning_label_selectPosition",options:[{label:"widget_common_layout_positioning_option_before",value:"beforebegin",condition:ie,fallback:"afterbegin"},{label:"widget_common_layout_positioning_option_atTheBeginning",value:"afterbegin",condition:te,fallback:"beforebegin"},{label:"widget_common_layout_positioning_option_atTheEnd",value:"beforeend",condition:te,fallback:"afterend"},{label:"widget_common_layout_positioning_option_after",value:"afterend",condition:ie,fallback:"beforeend"}]},le={category:o,type:"positioninput",propName:"popinPosition",label:"widget_common_layout_blockTitle_layout",value:[{x:1,y:1}],condition:({layout:e})=>"popin"===e},ae=[{field:"layout",value:"free"}];ee.conditions=ae,ne.conditions=ae;const re={category:o,type:g,label:"widget_common_layout_blockTitle_layout",collapsible:!0,children:[Z,ee,le,ne]},_e={category:o,type:d,label:"widget_common_layout_toggler_widgetDimensionsBasedOnContent",propName:"autoWidth",value:!0},ce=[{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"}],de={category:o,type:d,propName:"autoHeight",label:"widget_common_layout_toggler_label_keepHeightAuto",value:!0},me={category:o,type:l,propName:"widthUnit",value:"vw",options:ce},ge={category:o,type:l,propName:"heightUnit",value:"vh",condition:({autoHeight:e})=>!e,options:ce},pe={category:o,type:r,label:"widget_common_layout_popinDimensions_label_width",propName:"popinPercentWidth",value:50,max:100,condition:({widthUnit:e,layout:o})=>"px"!==e&&"popin"===o},ue={category:o,type:r,label:"widget_common_layout_popinDimensions_label_width",propName:"popinPixelsWidth",value:parseInt(window.innerWidth/2.5,10),max:window.innerWidth,condition:({widthUnit:e,layout:o})=>"px"===e&&"popin"===o},se={category:o,type:r,label:"widget_common_layout_popinDimensions_label_height",propName:"popinPercentHeight",value:50,max:100,condition:({autoHeight:e,heightUnit:o,layout:t})=>!e&&"px"!==o&&"popin"===t},be={category:o,type:r,label:"widget_common_layout_popinDimensions_label_height",propName:"popinPixelsHeight",value:parseInt(window.innerHeight/2.5,10),max:window.innerHeight,condition:({autoHeight:e,heightUnit:o,layout:t})=>!e&&"px"===o&&"popin"===t},ye=({autoWidth:e})=>!e;me.condition=ye,de.condition=ye;const ve=pe.condition;pe.condition=e=>ve(e)&&ye(e);const we=ue.condition;ue.condition=e=>we(e)&&ye(e);const fe=se.condition;se.condition=e=>fe(e)&&ye(e);const he=be.condition;be.condition=e=>he(e)&&ye(e);const ke=ge.condition;ge.condition=e=>ke(e)&&ye(e);const Ne={category:o,type:g,collapsible:!0,label:"widget_common_layout_blockTitle_dimensions",children:[_e,pe,ue,me,de,se,be,ge],conditions:[{field:"layout",value:"popin"}]},xe=Object.prototype.hasOwnProperty.call(window,"ABTastyEditor")&&Number(ABTASTY_S.USER.additionalInformation.account_iframe_less_mode)?2147483145:2147483647,Be={category:o,type:p,label:"widget_common_layout_zindex_alert_text",hrefUrl:"widget_common_layout_zindex_alert_link"},Ie={category:o,type:g,label:"widget_common_layout_blockTitle_layering",collapsible:!0,children:[{category:o,type:c,propName:"zindex",value:"9999",label:"widget_common_layout_zIndex_label",options:[{label:"widget_common_layout_zIndex_radio_option_above",value:xe.toString()},{label:"widget_common_layout_zIndex_radio_option_default",value:"9999"},{label:"widget_common_layout_zIndex_radio_option_auto",value:"auto"},{label:"widget_common_layout_zIndex_radio_option_under",value:"-1"},{label:"widget_common_layout_zIndex_radio_option_custom",value:"custom"}]},{category:o,type:r,propName:"zindexCustom",label:"widget_common_layout_zIndex_custom_numberInput_label",value:1,min:-2147483647,max:xe,conditions:[{field:"zindex",value:"custom"}]}],conditions:[{field:"layout",value:e=>"free"!==e}]},Pe={field:"isBackgroundImage",value:!0},Se={field:"backgroundSize",value:e=>"100% 100%"!==e},Te={category:e,type:a,label:"widget_common_style_container_label_backgroundColor",propName:"backgroundColor",value:"rgba(247, 247, 247, 1)"},Ce={category:e,type:d,label:"widget_common_style_toggler_label_backgroundImage",propName:"isBackgroundImage",value:!1},Ue={category:e,type:"mediaupload",label:"widget_common_style_toggler_label_backgroundImage",propName:"backgroundImage",value:"",conditions:[Pe]},Re={category:e,type:c,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"}],conditions:[Pe]},Ee={category:e,type:l,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"}],conditions:[Pe,Se]},ze={category:e,type:d,label:"widget_common_style_backgroundImageUploader_toggler_repeatBackgroundImage",propName:"backgroundRepeat",value:!1,conditions:[Pe,Se,{field:"backgroundSize",value:e=>"cover"!==e}]},De={category:e,type:a,label:"widget_common_style_border_label_borderColor",propName:"borderColor",value:"rgba(0, 127, 145, 1)"},Oe={category:e,type:m,label:"widget_common_style_border_label_borderRadius",propName:"borderRadius",value:4,unit:"px"},Ve={category:e,type:m,label:"widget_common_style_border_label_borderThickness",propName:"borderWidth",value:2,min:0,max:50,unit:"px"},Ae={category:e,type:"areainput"},We={...Ae,label:"widget_common_style_container_label_margin",propName:"containerMargin",value:[{top:0,left:0,bottom:0,right:0}]},He={...Ae,label:"widget_common_style_container_label_padding",propName:"containerPadding",value:[{top:35,left:60,bottom:35,right:60}]},Le={category:e,type:d,label:"widget_common_style_container_dropShadow_blockTitle",propName:"dropShadow",value:!1},$e={category:e,type:a,label:"widget_common_style_container_dropShadow_label_color",propName:"dropShadowColor",value:"rgba(57, 57, 57, 0.25);"},Me={category:e,type:m,label:"widget_common_style_container_dropShadow_label_blurRadius",propName:"dropShadowBlur",value:10,unit:"px"},Xe={category:e,type:d,label:"widget_common_style_closeButton_label_displayCloseButton",propName:"closeButton",value:!0},Ye={category:e,type:c,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"}]},je={category:e,type:m,label:"widget_common_style_closeButton_label_closeButtonSize",propName:"closeButtonSize",value:16,min:10,max:50},qe={category:e,type:a,label:"widget_common_style_closeButton_label_closeButtonColor",propName:"closeButtonColor",value:"rgba(119, 119, 119, 1)"},Fe={category:e,type:a,label:"widget_common_style_closeButton_label_closeButtonBackgroundColor",propName:"closeButtonBackgroundColor",value:"rgba(255, 255, 255, 0)"},Ge={category:e,type:m,label:"widget_common_style_closeButton_label_closeButtonBorderRadius",propName:"closeButtonBorderRadius",value:0,min:0,max:50},Je={category:e,type:m,label:"widget_common_style_closeButton_label_closeButtonBorderThickness",propName:"closeButtonBorderWidth",value:0,min:0,max:50},Qe={category:e,type:a,label:"widget_common_style_closeButton_label_closeButtonBorderColor",propName:"closeButtonBorderColor",value:"rgba(57, 57, 57, 1)",condition:({closeButtonBorderWidth:e})=>e>0},Ke={category:e,type:d,propName:"overlay",label:"widget_common_style_blockTitle_overlay",value:!0},Ze={category:e,type:a,label:"widget_common_style_overlay_label_overlayColor",propName:"overlayColor",value:"rgba(0, 0, 0, 0.6)"},eo={category:e,type:d,label:"widget_common_style_overlay_label_overlayClickable",propName:"overlayClickable",value:!0},oo=[Te,Ce,Ue,Re,Ee,ze],to=[{field:Ve.propName,value:e=>e>0}];De.conditions=to;const io={category:e,type:g,label:"widget_common_style_blockTitle_border",collapsible:!0,children:[Ve,De,Oe]},no={category:e,type:n},lo=[{field:"dropShadow",value:!0}],ao={category:e,type:g,label:"widget_common_style_blockTitle_container",collapsible:!0,children:[We,He,{...no},...oo,{...no},Le,{...$e,conditions:lo},{...Me,conditions:lo}]},ro=[{field:"overlay"}];Ze.conditions=ro,eo.conditions=ro;const _o={category:e,type:g,label:"widget_common_style_blockTitle_overlay",collapsible:!0,children:[Ke,Ze,eo],conditions:[{field:"layout",value:"popin"}]},co=({closeButton:e})=>e,mo={category:e,type:n,condition:co},go=Qe.condition;Ye.condition=co,je.condition=co,qe.condition=co,Fe.condition=co,Ge.condition=co,Je.condition=co,Qe.condition=e=>go(e)&&co(e);const po={category:e,type:g,label:"widget_common_style_blockTitle_closeButton",collapsible:!0,children:[Xe,Ye,{...mo},je,qe,Fe,{...mo},Ge,Je,Qe]};ao.collapsed=!1,re.collapsed=!1,q.collapsed=!1,ao.children.find(function(e){return"containerPadding"===e.propName}).value=[{top:0,left:0,bottom:0,right:0}];var uo=re.children.find(function(e){return"layout"===e.propName});uo.options=uo.options.filter(function(e){return!e.value.includes("banner")}),U.children=U.children.filter(function(e,o){return!e.propName&&"validationRecurrence"!==U.children[o+1].propName||e.propName&&!e.propName.includes("validationRecurrence")});var so=Ne.children.find(function(e){return"autoWidth"===e.propName}),bo=Ne.children.find(function(e){return"autoHeight"===e.propName});return so.value=!1,bo.value=!1,[re,Ne,Be,Ie,{type:p,category:t,label:"widget_iframe_closable_alert_text",hrefUrl:"widget_iframe_closable_alert_link"},{propName:"iframeUrl",type:"url",category:t,label:"widget_iframe_content_label_iframeUrl",value:"widget_iframe_content_defaultUrl"},ao,io,_o,po,q,U,K]});
|
1
|
+
!function(a,t){"object"==typeof exports&&"undefined"!=typeof module?module.exports=t():"function"==typeof define&&define.amd?define(t):(a="undefined"!=typeof globalThis?globalThis:a||self).widgetForm=t()}(this,function(){"use strict";const a="style",t="layout",o="content",l="conditions",e="short-separator",n="select",i="colorpicker",s="number",f="selectelement",c="radio",m="switch",b="slider",u="group",d="inlinenotification",r="https://widgets-images.abtasty.com/",v=["area","base","br","col","embed","hr","img","input","keygen","link","meta","param","source","track","wbr","audio","canvas","iframe","optgroup","option","progress","select","svg","textarea","video"],h=["html","body","head"],p="week",k="month",y=[{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:p},{label:"widget_common_conditions_recurrence_option_everyXMonths",value:k},{label:"widget_common_conditions_recurrence_option_once",value:"once"}],N={category:l,type:b,min:1},S=[{...N,propName:"day",label:"widget_common_conditions_recurrence_ifOptionVariable_labelDays",value:5,max:395},{...N,propName:p,label:"widget_common_conditions_recurrence_ifOptionVariable_labelWeeks",value:2,max:56},{...N,propName:k,label:"widget_common_conditions_recurrence_ifOptionVariable_labelMonths",value:1,max:13}],g={category:l,type:n,options:y,value:"everytime",render:!1},_={...g,label:"widget_common_conditions_recurrence_label_widgetDisplayed",propName:"displayRecurrence"},R={...g,label:"widget_common_conditions_recurrence_label_widgetDisplayedAfterClosure",propName:"closingRecurrence"},I={...g,label:"widget_common_conditions_recurrence_label_widgetDisplayedAfterSubmission",propName:"validationRecurrence"},M=S.map(({type:a,min:t,propName:o,label:e,value:n,max:i})=>({category:l,type:a,min:t,max:i,label:e,value:n,render:!1,propName:`displayRecurrence_${o}`,conditions:[{field:"displayRecurrence",value:o}]})),C=S.map(({type:a,min:t,propName:o,label:e,value:n,max:i})=>({category:l,type:a,min:t,max:i,label:e,value:n,render:!1,propName:`closingRecurrence_${o}`,conditions:[{field:"closingRecurrence",value:o}]})),B=S.map(({type:a,min:t,propName:o,label:e,value:n,max:i})=>({category:l,type:a,min:t,max:i,label:e,value:n,render:!1,propName:`validationRecurrence_${o}`,conditions:[{field:"validationRecurrence",value:o}]})),x={category:l,type:e},P=({closeButton:a,layout:t,overlay:o,overlayClickable:l,linkType:e})=>!("string"!=typeof e||!e.includes("Close"))||("popin"!==t||!1!==a||!1!==o&&!1!==l)&&(void 0===t||"popin"===t||!1!==a),A={category:l,type:u,label:"widget_common_conditions_recurrence_blockTitle",collapsible:!0,children:[_,...M,{...x,condition:P},{...R,condition:P},...C,{...x},I,...B]},w="triggerEvent",T={category:l,type:b,propName:`${w}Delay`,label:"widget_common_conditions_triggering_delay_label",min:0,max:60,value:0,render:!1},L={...T,propName:`${w}ReengageDelay`,value:10,max:180,render:!1},G={category:l,type:f,propName:`${w}Click`,value:"body",render:!1},K={...G,propName:`${w}ElementVisible`,render:!1},E={category:l,type:"codeeditor",label:"widget_common_conditions_triggering_label_customTriggerJSCode",propName:`${w}CustomScript`,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,render:!1},D={category:l,type:f,propName:`${w}Hover`,value:"body",render:!1},z={category:l,type:b,label:"widget_common_conditions_triggering_percent_scroll_to_reach",propName:`${w}ScrollPercent`,value:50,min:0,max:100,render:!1},O={category:l,type:b,label:"widget_common_conditions_triggering_number_rageclick_required",propName:`${w}RageClickQuantity`,value:3,min:2,max:10,render:!1},j={category:l,type:b,label:"widget_common_conditions_triggering_number_rageclick_delay",propName:`${w}RageClickDelay`,value:750,min:250,max:5e3,render:!1},F={category:l,type:b,propName:`${w}MinPagesViewed`,value:3,min:2,max:10,render:!1},H={category:l,type:"text",propName:`${w}TrackingSent`,value:"",placeholder:"Tracking name",render:!1},U={pageLoad:{label:"widget_common_conditions_triggering_option_pageload",value:"pageLoad"},direct:{label:"widget_common_conditions_triggering_option_asap",value:"direct"},exitIntent:{label:"widget_common_conditions_triggering_option_exitIntent",value:"exitIntent"},reengage:{label:"widget_common_conditions_triggering_option_afterXSecondsOfInactivity",value:"reengage"},click:{label:"widget_common_conditions_triggering_option_click",value:"click"},hover:{label:"widget_common_conditions_triggering_option_hover",value:"hover"},elementVisible:{label:"widget_common_conditions_triggering_option_elementVisible",value:"elementVisible"},scrollUp:{label:"widget_common_conditions_triggering_option_scrollup",value:"scrollUp"},scrollPercent:{label:"widget_common_conditions_triggering_option_scroll_percent",value:"scrollPercent"},rageClick:{label:"widget_common_conditions_triggering_option_rageclick",value:"rageClick"},minPagesViewed:{label:"widget_common_conditions_triggering_option_pageview",value:"minPagesViewed"},trackingSent:{label:"widget_common_conditions_triggering_option_tracking",value:"trackingSent"},customScript:{label:"widget_common_conditions_triggering_option_customTrigger",value:"script"}},J={category:l,type:m,propName:"isOncePerPageTrigger",value:!0,label:"widget_common_conditions_triggering_label_triggerOnlyOnce",render:!1},q={category:l,type:n,label:"widget_common_conditions_triggering_label",options:[U.pageLoad,U.direct,U.exitIntent,U.reengage,U.click,U.hover,U.elementVisible,U.scrollUp,U.scrollPercent,U.minPagesViewed,U.trackingSent,U.rageClick,U.customScript],propName:w,value:"pageLoad",render:!1};G.conditions=[{field:w,value:"click"}],L.conditions=[{field:w,value:"reengage"}],K.conditions=[{field:w,value:"elementVisible"}],E.conditions=[{field:w,value:"script"}],D.conditions=[{field:w,value:"hover"}],z.conditions=[{field:w,value:"scrollPercent"}],O.conditions=[{field:w,value:"rageClick"}],j.conditions=[{field:w,value:"rageClick"}],F.conditions=[{field:w,value:"minPagesViewed"}],H.conditions=[{field:w,value:"trackingSent"}],T.conditions=[{field:w,value:a=>"reengage"!==a}],J.conditions=[{field:w,value:a=>["click","hover","scrollUp","script"].includes(a)}];const V={category:l,type:u,label:"widget_common_conditions_triggering_blockTitle",collapsible:!0,children:[q,G,K,E,D,z,O,j,F,H,J,L,T]},W={category:l,type:n,propName:"animation",label:"widget_common_conditions_animation_label",value:"none",options:[{label:"widget_common_conditions_animation_option_none",value:"none"},{label:"widget_common_conditions_animation_option_fade",value:"fade"},{label:"widget_common_conditions_animation_option_slide",value:"slide"}]},Z={category:l,type:b,propName:"animationDuration",label:"widget_common_conditions_animation_duration_label",value:500,min:250,max:5e3},Y={category:l,type:n,propName:"animationBehaviour",label:"widget_common_conditions_animation_behaviour_label",value:"ease",options:[{label:"widget_common_conditions_animation_behaviour_option_linear",value:"linear"},{label:"widget_common_conditions_animation_behaviour_option_ease",value:"ease"},{label:"widget_common_conditions_animation_behaviour_option_ease_in",value:"ease-in"},{label:"widget_common_conditions_animation_behaviour_option_ease_out",value:"ease-out"},{label:"widget_common_conditions_animation_behaviour_option_ease_in_out",value:"ease-in-out"}]},Q={category:l,type:n,propName:"animationSlideDirection",label:"widget_common_conditions_animation_slide_direction_label",value:"left",options:[{label:"widget_common_style_label_top",value:"top"},{label:"widget_common_style_label_right",value:"right"},{label:"widget_common_style_label_bottom",value:"bottom"},{label:"widget_common_style_label_left",value:"left"}]};Z.conditions=[{field:"animation",value:a=>"none"!==a}],Y.conditions=[{field:"animation",value:a=>"none"!==a}],Q.conditions=[{field:"animation",value:"slide"}];const X={category:l,type:u,label:"widget_common_conditions_animation_blockTitle",collapsible:!0,children:[W,Z,Y,Q]},$={category:t,type:"radioImage",propName:"layout",label:"widget_common_layout_label_selectALayout",value:"popin",style:"big",options:[{label:"widget_common_layout_option_modal",value:"popin",src:`${r}layout/icon-layout-modal.png`},{label:"widget_common_layout_option_topBanner",value:"bannerTop",src:`${r}layout/icon-layout-topBanner.png`},{label:"widget_common_layout_option_bottomBanner",value:"bannerBottom",src:`${r}layout/icon-layout-bottomBanner.png`},{label:"widget_common_layout_option_freePlacement",value:"free",src:`${r}layout/icon-layout-freePlacement.png`}]},aa={category:t,type:f,propName:"elementReferrer",label:"widget_common_layout_label_selectElementContainWidget",value:"body"},ta=(a,t)=>{try{const o=window.ABTASTY_S&&window.ABTASTY_S.CLIENT_MANAGER.getDocument();return!t.includes(o.querySelector(a).localName)}catch(a){return!0}},oa=({elementReferrer:a})=>ta(a,v),la=({elementReferrer:a})=>ta(a,h),ea={category:t,type:c,propName:"referrerInsertType",value:"afterbegin",label:"widget_common_layout_positioning_label_selectPosition",options:[{label:"widget_common_layout_positioning_option_before",value:"beforebegin",condition:la,fallback:"afterbegin"},{label:"widget_common_layout_positioning_option_atTheBeginning",value:"afterbegin",condition:oa,fallback:"beforebegin"},{label:"widget_common_layout_positioning_option_atTheEnd",value:"beforeend",condition:oa,fallback:"afterend"},{label:"widget_common_layout_positioning_option_after",value:"afterend",condition:la,fallback:"beforeend"}]},na={category:t,type:"positioninput",propName:"popinPosition",label:"widget_common_layout_blockTitle_layout",value:[{x:1,y:1}],condition:({layout:a})=>"popin"===a},ia=[{field:"layout",value:"free"}];aa.conditions=ia,ea.conditions=ia;const sa={category:t,type:u,label:"widget_common_layout_blockTitle_layout",collapsible:!0,children:[$,aa,na,ea]},fa={category:t,type:m,label:"widget_common_layout_toggler_widgetDimensionsBasedOnContent",propName:"autoWidth",value:!0},ca=[{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"}],ma={category:t,type:m,propName:"autoHeight",label:"widget_common_layout_toggler_label_keepHeightAuto",value:!0},ba={category:t,type:n,propName:"widthUnit",value:"vw",options:ca},ua={category:t,type:n,propName:"heightUnit",value:"vh",condition:({autoHeight:a})=>!a,options:ca},da={category:t,type:s,label:"widget_common_layout_popinDimensions_label_width",propName:"popinPercentWidth",value:50,max:100,condition:({widthUnit:a,layout:t})=>"px"!==a&&"popin"===t},ra={category:t,type:s,label:"widget_common_layout_popinDimensions_label_width",propName:"popinPixelsWidth",value:parseInt(window.innerWidth/2.5,10),max:window.innerWidth,condition:({widthUnit:a,layout:t})=>"px"===a&&"popin"===t},va={category:t,type:s,label:"widget_common_layout_popinDimensions_label_height",propName:"popinPercentHeight",value:50,max:100,condition:({autoHeight:a,heightUnit:t,layout:o})=>!a&&"px"!==t&&"popin"===o},ha={category:t,type:s,label:"widget_common_layout_popinDimensions_label_height",propName:"popinPixelsHeight",value:parseInt(window.innerHeight/2.5,10),max:window.innerHeight,condition:({autoHeight:a,heightUnit:t,layout:o})=>!a&&"px"===t&&"popin"===o},pa=({autoWidth:a})=>!a;ba.condition=pa,ma.condition=pa;const ka=da.condition;da.condition=a=>ka(a)&&pa(a);const ya=ra.condition;ra.condition=a=>ya(a)&&pa(a);const Na=va.condition;va.condition=a=>Na(a)&&pa(a);const Sa=ha.condition;ha.condition=a=>Sa(a)&&pa(a);const ga=ua.condition;ua.condition=a=>ga(a)&&pa(a);const _a={category:t,type:u,collapsible:!0,label:"widget_common_layout_blockTitle_dimensions",children:[fa,da,ra,ba,ma,va,ha,ua],conditions:[{field:"layout",value:"popin"}]},Ra=Object.prototype.hasOwnProperty.call(window,"ABTastyEditor")&&Number(ABTASTY_S.USER.additionalInformation.account_iframe_less_mode)?2147483145:2147483647,Ia={category:t,type:d,label:"widget_common_layout_zindex_alert_text",hrefUrl:"widget_common_layout_zindex_alert_link"},Ma={category:t,type:u,label:"widget_common_layout_blockTitle_layering",collapsible:!0,children:[{category:t,type:c,propName:"zindex",value:"9999",label:"widget_common_layout_zIndex_label",options:[{label:"widget_common_layout_zIndex_radio_option_above",value:Ra.toString()},{label:"widget_common_layout_zIndex_radio_option_default",value:"9999"},{label:"widget_common_layout_zIndex_radio_option_auto",value:"auto"},{label:"widget_common_layout_zIndex_radio_option_under",value:"-1"},{label:"widget_common_layout_zIndex_radio_option_custom",value:"custom"}]},{category:t,type:s,propName:"zindexCustom",label:"widget_common_layout_zIndex_custom_numberInput_label",value:1,min:-2147483647,max:Ra,conditions:[{field:"zindex",value:"custom"}]}],conditions:[{field:"layout",value:a=>"free"!==a}]},Ca={field:"isBackgroundImage",value:!0},Ba={field:"backgroundSize",value:a=>"100% 100%"!==a},xa={category:a,type:i,label:"widget_common_style_container_label_backgroundColor",propName:"backgroundColor",value:THEME.backgroundColor||"rgba(247, 247, 247, 1)"},Pa={category:a,type:m,label:"widget_common_style_toggler_label_backgroundImage",propName:"isBackgroundImage",value:!1},Aa={category:a,type:"mediaupload",label:"widget_common_style_toggler_label_backgroundImage",propName:"backgroundImage",value:"",conditions:[Ca]},wa={category:a,type:c,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"}],conditions:[Ca]},Ta={category:a,type:n,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"}],conditions:[Ca,Ba]},La={category:a,type:m,label:"widget_common_style_backgroundImageUploader_toggler_repeatBackgroundImage",propName:"backgroundRepeat",value:!1,conditions:[Ca,Ba,{field:"backgroundSize",value:a=>"cover"!==a}]},Ga={category:a,type:i,label:"widget_common_style_border_label_borderColor",propName:"borderColor",value:THEME.borderColor||"rgba(0, 127, 145, 1)"},Ka={category:a,type:b,label:"widget_common_style_border_label_borderRadius",propName:"borderRadius",value:THEME.borderRadius||4,unit:"px"},Ea={category:a,type:b,label:"widget_common_style_border_label_borderThickness",propName:"borderWidth",value:THEME.borderWidth||2,min:0,max:50,unit:"px"},Da=[{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://common-fonts.abtasty.com/abeezee/ABeeZee-400.ttf",conditions:[{field:"fontName",value:"ABeeZee"}],fallback:""},{label:"Italic",value:"https://common-fonts.abtasty.com/abeezee/ABeeZee-400italic.ttf",conditions:[{field:"fontName",value:"ABeeZee"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/abel/Abel-400.ttf",conditions:[{field:"fontName",value:"Abel"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/abhaya-libre/Abhaya_Libre-400.ttf",conditions:[{field:"fontName",value:"Abhaya Libre"}],fallback:""},{label:"500",value:"https://common-fonts.abtasty.com/abhaya-libre/Abhaya_Libre-500.ttf",conditions:[{field:"fontName",value:"Abhaya Libre"}],fallback:""},{label:"600",value:"https://common-fonts.abtasty.com/abhaya-libre/Abhaya_Libre-600.ttf",conditions:[{field:"fontName",value:"Abhaya Libre"}],fallback:""},{label:"700",value:"https://common-fonts.abtasty.com/abhaya-libre/Abhaya_Libre-700.ttf",conditions:[{field:"fontName",value:"Abhaya Libre"}],fallback:""},{label:"800",value:"https://common-fonts.abtasty.com/abhaya-libre/Abhaya_Libre-800.ttf",conditions:[{field:"fontName",value:"Abhaya Libre"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/abril-fatface/Abril_Fatface-400.ttf",conditions:[{field:"fontName",value:"Abril Fatface"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/aclonica/Aclonica-400.ttf",conditions:[{field:"fontName",value:"Aclonica"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/acme/Acme-400.ttf",conditions:[{field:"fontName",value:"Acme"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/actor/Actor-400.ttf",conditions:[{field:"fontName",value:"Actor"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/adamina/Adamina-400.ttf",conditions:[{field:"fontName",value:"Adamina"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/advent-pro/Advent_Pro-400.ttf",conditions:[{field:"fontName",value:"Advent Pro"}],fallback:""},{label:"100",value:"https://common-fonts.abtasty.com/advent-pro/Advent_Pro-100.ttf",conditions:[{field:"fontName",value:"Advent Pro"}],fallback:""},{label:"200",value:"https://common-fonts.abtasty.com/advent-pro/Advent_Pro-200.ttf",conditions:[{field:"fontName",value:"Advent Pro"}],fallback:""},{label:"300",value:"https://common-fonts.abtasty.com/advent-pro/Advent_Pro-300.ttf",conditions:[{field:"fontName",value:"Advent Pro"}],fallback:""},{label:"500",value:"https://common-fonts.abtasty.com/advent-pro/Advent_Pro-500.ttf",conditions:[{field:"fontName",value:"Advent Pro"}],fallback:""},{label:"600",value:"https://common-fonts.abtasty.com/advent-pro/Advent_Pro-600.ttf",conditions:[{field:"fontName",value:"Advent Pro"}],fallback:""},{label:"700",value:"https://common-fonts.abtasty.com/advent-pro/Advent_Pro-700.ttf",conditions:[{field:"fontName",value:"Advent Pro"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/aguafina-script/Aguafina_Script-400.ttf",conditions:[{field:"fontName",value:"Aguafina Script"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/akaya-kanadaka/Akaya_Kanadaka-400.ttf",conditions:[{field:"fontName",value:"Akaya Kanadaka"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/akaya-telivigala/Akaya_Telivigala-400.ttf",conditions:[{field:"fontName",value:"Akaya Telivigala"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/akronim/Akronim-400.ttf",conditions:[{field:"fontName",value:"Akronim"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/akshar/Akshar-400.ttf",conditions:[{field:"fontName",value:"Akshar"}],fallback:""},{label:"300",value:"https://common-fonts.abtasty.com/akshar/Akshar-300.ttf",conditions:[{field:"fontName",value:"Akshar"}],fallback:""},{label:"500",value:"https://common-fonts.abtasty.com/akshar/Akshar-500.ttf",conditions:[{field:"fontName",value:"Akshar"}],fallback:""},{label:"600",value:"https://common-fonts.abtasty.com/akshar/Akshar-600.ttf",conditions:[{field:"fontName",value:"Akshar"}],fallback:""},{label:"700",value:"https://common-fonts.abtasty.com/akshar/Akshar-700.ttf",conditions:[{field:"fontName",value:"Akshar"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/aladin/Aladin-400.ttf",conditions:[{field:"fontName",value:"Aladin"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/alata/Alata-400.ttf",conditions:[{field:"fontName",value:"Alata"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/alatsi/Alatsi-400.ttf",conditions:[{field:"fontName",value:"Alatsi"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/albert-sans/Albert_Sans-400.ttf",conditions:[{field:"fontName",value:"Albert Sans"}],fallback:""},{label:"Italic",value:"https://common-fonts.abtasty.com/albert-sans/Albert_Sans-400italic.ttf",conditions:[{field:"fontName",value:"Albert Sans"}],fallback:""},{label:"100",value:"https://common-fonts.abtasty.com/albert-sans/Albert_Sans-100.ttf",conditions:[{field:"fontName",value:"Albert Sans"}],fallback:""},{label:"100 Italic",value:"https://common-fonts.abtasty.com/albert-sans/Albert_Sans-100italic.ttf",conditions:[{field:"fontName",value:"Albert Sans"}],fallback:""},{label:"200",value:"https://common-fonts.abtasty.com/albert-sans/Albert_Sans-200.ttf",conditions:[{field:"fontName",value:"Albert Sans"}],fallback:""},{label:"200 Italic",value:"https://common-fonts.abtasty.com/albert-sans/Albert_Sans-200italic.ttf",conditions:[{field:"fontName",value:"Albert Sans"}],fallback:""},{label:"300",value:"https://common-fonts.abtasty.com/albert-sans/Albert_Sans-300.ttf",conditions:[{field:"fontName",value:"Albert Sans"}],fallback:""},{label:"300 Italic",value:"https://common-fonts.abtasty.com/albert-sans/Albert_Sans-300italic.ttf",conditions:[{field:"fontName",value:"Albert Sans"}],fallback:""},{label:"500",value:"https://common-fonts.abtasty.com/albert-sans/Albert_Sans-500.ttf",conditions:[{field:"fontName",value:"Albert Sans"}],fallback:""},{label:"500 Italic",value:"https://common-fonts.abtasty.com/albert-sans/Albert_Sans-500italic.ttf",conditions:[{field:"fontName",value:"Albert Sans"}],fallback:""},{label:"600",value:"https://common-fonts.abtasty.com/albert-sans/Albert_Sans-600.ttf",conditions:[{field:"fontName",value:"Albert Sans"}],fallback:""},{label:"600 Italic",value:"https://common-fonts.abtasty.com/albert-sans/Albert_Sans-600italic.ttf",conditions:[{field:"fontName",value:"Albert Sans"}],fallback:""},{label:"700",value:"https://common-fonts.abtasty.com/albert-sans/Albert_Sans-700.ttf",conditions:[{field:"fontName",value:"Albert Sans"}],fallback:""},{label:"700 Italic",value:"https://common-fonts.abtasty.com/albert-sans/Albert_Sans-700italic.ttf",conditions:[{field:"fontName",value:"Albert Sans"}],fallback:""},{label:"800",value:"https://common-fonts.abtasty.com/albert-sans/Albert_Sans-800.ttf",conditions:[{field:"fontName",value:"Albert Sans"}],fallback:""},{label:"800 Italic",value:"https://common-fonts.abtasty.com/albert-sans/Albert_Sans-800italic.ttf",conditions:[{field:"fontName",value:"Albert Sans"}],fallback:""},{label:"900",value:"https://common-fonts.abtasty.com/albert-sans/Albert_Sans-900.ttf",conditions:[{field:"fontName",value:"Albert Sans"}],fallback:""},{label:"900 Italic",value:"https://common-fonts.abtasty.com/albert-sans/Albert_Sans-900italic.ttf",conditions:[{field:"fontName",value:"Albert Sans"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/aldrich/Aldrich-400.ttf",conditions:[{field:"fontName",value:"Aldrich"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/alef/Alef-400.ttf",conditions:[{field:"fontName",value:"Alef"}],fallback:""},{label:"700",value:"https://common-fonts.abtasty.com/alef/Alef-700.ttf",conditions:[{field:"fontName",value:"Alef"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/alegreya/Alegreya-400.ttf",conditions:[{field:"fontName",value:"Alegreya"}],fallback:""},{label:"Italic",value:"https://common-fonts.abtasty.com/alegreya/Alegreya-400italic.ttf",conditions:[{field:"fontName",value:"Alegreya"}],fallback:""},{label:"500",value:"https://common-fonts.abtasty.com/alegreya/Alegreya-500.ttf",conditions:[{field:"fontName",value:"Alegreya"}],fallback:""},{label:"500 Italic",value:"https://common-fonts.abtasty.com/alegreya/Alegreya-500italic.ttf",conditions:[{field:"fontName",value:"Alegreya"}],fallback:""},{label:"600",value:"https://common-fonts.abtasty.com/alegreya/Alegreya-600.ttf",conditions:[{field:"fontName",value:"Alegreya"}],fallback:""},{label:"600 Italic",value:"https://common-fonts.abtasty.com/alegreya/Alegreya-600italic.ttf",conditions:[{field:"fontName",value:"Alegreya"}],fallback:""},{label:"700",value:"https://common-fonts.abtasty.com/alegreya/Alegreya-700.ttf",conditions:[{field:"fontName",value:"Alegreya"}],fallback:""},{label:"700 Italic",value:"https://common-fonts.abtasty.com/alegreya/Alegreya-700italic.ttf",conditions:[{field:"fontName",value:"Alegreya"}],fallback:""},{label:"800",value:"https://common-fonts.abtasty.com/alegreya/Alegreya-800.ttf",conditions:[{field:"fontName",value:"Alegreya"}],fallback:""},{label:"800 Italic",value:"https://common-fonts.abtasty.com/alegreya/Alegreya-800italic.ttf",conditions:[{field:"fontName",value:"Alegreya"}],fallback:""},{label:"900",value:"https://common-fonts.abtasty.com/alegreya/Alegreya-900.ttf",conditions:[{field:"fontName",value:"Alegreya"}],fallback:""},{label:"900 Italic",value:"https://common-fonts.abtasty.com/alegreya/Alegreya-900italic.ttf",conditions:[{field:"fontName",value:"Alegreya"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/alegreya-sc/Alegreya_SC-400.ttf",conditions:[{field:"fontName",value:"Alegreya SC"}],fallback:""},{label:"Italic",value:"https://common-fonts.abtasty.com/alegreya-sc/Alegreya_SC-400italic.ttf",conditions:[{field:"fontName",value:"Alegreya SC"}],fallback:""},{label:"500",value:"https://common-fonts.abtasty.com/alegreya-sc/Alegreya_SC-500.ttf",conditions:[{field:"fontName",value:"Alegreya SC"}],fallback:""},{label:"500 Italic",value:"https://common-fonts.abtasty.com/alegreya-sc/Alegreya_SC-500italic.ttf",conditions:[{field:"fontName",value:"Alegreya SC"}],fallback:""},{label:"700",value:"https://common-fonts.abtasty.com/alegreya-sc/Alegreya_SC-700.ttf",conditions:[{field:"fontName",value:"Alegreya SC"}],fallback:""},{label:"700 Italic",value:"https://common-fonts.abtasty.com/alegreya-sc/Alegreya_SC-700italic.ttf",conditions:[{field:"fontName",value:"Alegreya SC"}],fallback:""},{label:"800",value:"https://common-fonts.abtasty.com/alegreya-sc/Alegreya_SC-800.ttf",conditions:[{field:"fontName",value:"Alegreya SC"}],fallback:""},{label:"800 Italic",value:"https://common-fonts.abtasty.com/alegreya-sc/Alegreya_SC-800italic.ttf",conditions:[{field:"fontName",value:"Alegreya SC"}],fallback:""},{label:"900",value:"https://common-fonts.abtasty.com/alegreya-sc/Alegreya_SC-900.ttf",conditions:[{field:"fontName",value:"Alegreya SC"}],fallback:""},{label:"900 Italic",value:"https://common-fonts.abtasty.com/alegreya-sc/Alegreya_SC-900italic.ttf",conditions:[{field:"fontName",value:"Alegreya SC"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/alegreya-sans/Alegreya_Sans-400.ttf",conditions:[{field:"fontName",value:"Alegreya Sans"}],fallback:""},{label:"Italic",value:"https://common-fonts.abtasty.com/alegreya-sans/Alegreya_Sans-400italic.ttf",conditions:[{field:"fontName",value:"Alegreya Sans"}],fallback:""},{label:"100",value:"https://common-fonts.abtasty.com/alegreya-sans/Alegreya_Sans-100.ttf",conditions:[{field:"fontName",value:"Alegreya Sans"}],fallback:""},{label:"100 Italic",value:"https://common-fonts.abtasty.com/alegreya-sans/Alegreya_Sans-100italic.ttf",conditions:[{field:"fontName",value:"Alegreya Sans"}],fallback:""},{label:"300",value:"https://common-fonts.abtasty.com/alegreya-sans/Alegreya_Sans-300.ttf",conditions:[{field:"fontName",value:"Alegreya Sans"}],fallback:""},{label:"300 Italic",value:"https://common-fonts.abtasty.com/alegreya-sans/Alegreya_Sans-300italic.ttf",conditions:[{field:"fontName",value:"Alegreya Sans"}],fallback:""},{label:"500",value:"https://common-fonts.abtasty.com/alegreya-sans/Alegreya_Sans-500.ttf",conditions:[{field:"fontName",value:"Alegreya Sans"}],fallback:""},{label:"500 Italic",value:"https://common-fonts.abtasty.com/alegreya-sans/Alegreya_Sans-500italic.ttf",conditions:[{field:"fontName",value:"Alegreya Sans"}],fallback:""},{label:"700",value:"https://common-fonts.abtasty.com/alegreya-sans/Alegreya_Sans-700.ttf",conditions:[{field:"fontName",value:"Alegreya Sans"}],fallback:""},{label:"700 Italic",value:"https://common-fonts.abtasty.com/alegreya-sans/Alegreya_Sans-700italic.ttf",conditions:[{field:"fontName",value:"Alegreya Sans"}],fallback:""},{label:"800",value:"https://common-fonts.abtasty.com/alegreya-sans/Alegreya_Sans-800.ttf",conditions:[{field:"fontName",value:"Alegreya Sans"}],fallback:""},{label:"800 Italic",value:"https://common-fonts.abtasty.com/alegreya-sans/Alegreya_Sans-800italic.ttf",conditions:[{field:"fontName",value:"Alegreya Sans"}],fallback:""},{label:"900",value:"https://common-fonts.abtasty.com/alegreya-sans/Alegreya_Sans-900.ttf",conditions:[{field:"fontName",value:"Alegreya Sans"}],fallback:""},{label:"900 Italic",value:"https://common-fonts.abtasty.com/alegreya-sans/Alegreya_Sans-900italic.ttf",conditions:[{field:"fontName",value:"Alegreya Sans"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/alegreya-sans-sc/Alegreya_Sans SC-400.ttf",conditions:[{field:"fontName",value:"Alegreya Sans SC"}],fallback:""},{label:"Italic",value:"https://common-fonts.abtasty.com/alegreya-sans-sc/Alegreya_Sans SC-400italic.ttf",conditions:[{field:"fontName",value:"Alegreya Sans SC"}],fallback:""},{label:"100",value:"https://common-fonts.abtasty.com/alegreya-sans-sc/Alegreya_Sans SC-100.ttf",conditions:[{field:"fontName",value:"Alegreya Sans SC"}],fallback:""},{label:"100 Italic",value:"https://common-fonts.abtasty.com/alegreya-sans-sc/Alegreya_Sans SC-100italic.ttf",conditions:[{field:"fontName",value:"Alegreya Sans SC"}],fallback:""},{label:"300",value:"https://common-fonts.abtasty.com/alegreya-sans-sc/Alegreya_Sans SC-300.ttf",conditions:[{field:"fontName",value:"Alegreya Sans SC"}],fallback:""},{label:"300 Italic",value:"https://common-fonts.abtasty.com/alegreya-sans-sc/Alegreya_Sans SC-300italic.ttf",conditions:[{field:"fontName",value:"Alegreya Sans SC"}],fallback:""},{label:"500",value:"https://common-fonts.abtasty.com/alegreya-sans-sc/Alegreya_Sans SC-500.ttf",conditions:[{field:"fontName",value:"Alegreya Sans SC"}],fallback:""},{label:"500 Italic",value:"https://common-fonts.abtasty.com/alegreya-sans-sc/Alegreya_Sans SC-500italic.ttf",conditions:[{field:"fontName",value:"Alegreya Sans SC"}],fallback:""},{label:"700",value:"https://common-fonts.abtasty.com/alegreya-sans-sc/Alegreya_Sans SC-700.ttf",conditions:[{field:"fontName",value:"Alegreya Sans SC"}],fallback:""},{label:"700 Italic",value:"https://common-fonts.abtasty.com/alegreya-sans-sc/Alegreya_Sans SC-700italic.ttf",conditions:[{field:"fontName",value:"Alegreya Sans SC"}],fallback:""},{label:"800",value:"https://common-fonts.abtasty.com/alegreya-sans-sc/Alegreya_Sans SC-800.ttf",conditions:[{field:"fontName",value:"Alegreya Sans SC"}],fallback:""},{label:"800 Italic",value:"https://common-fonts.abtasty.com/alegreya-sans-sc/Alegreya_Sans SC-800italic.ttf",conditions:[{field:"fontName",value:"Alegreya Sans SC"}],fallback:""},{label:"900",value:"https://common-fonts.abtasty.com/alegreya-sans-sc/Alegreya_Sans SC-900.ttf",conditions:[{field:"fontName",value:"Alegreya Sans SC"}],fallback:""},{label:"900 Italic",value:"https://common-fonts.abtasty.com/alegreya-sans-sc/Alegreya_Sans SC-900italic.ttf",conditions:[{field:"fontName",value:"Alegreya Sans SC"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/aleo/Aleo-400.ttf",conditions:[{field:"fontName",value:"Aleo"}],fallback:""},{label:"Italic",value:"https://common-fonts.abtasty.com/aleo/Aleo-400italic.ttf",conditions:[{field:"fontName",value:"Aleo"}],fallback:""},{label:"300",value:"https://common-fonts.abtasty.com/aleo/Aleo-300.ttf",conditions:[{field:"fontName",value:"Aleo"}],fallback:""},{label:"300 Italic",value:"https://common-fonts.abtasty.com/aleo/Aleo-300italic.ttf",conditions:[{field:"fontName",value:"Aleo"}],fallback:""},{label:"700",value:"https://common-fonts.abtasty.com/aleo/Aleo-700.ttf",conditions:[{field:"fontName",value:"Aleo"}],fallback:""},{label:"700 Italic",value:"https://common-fonts.abtasty.com/aleo/Aleo-700italic.ttf",conditions:[{field:"fontName",value:"Aleo"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/alex-brush/Alex_Brush-400.ttf",conditions:[{field:"fontName",value:"Alex Brush"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/alfa-slab-one/Alfa_Slab One-400.ttf",conditions:[{field:"fontName",value:"Alfa Slab One"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/alice/Alice-400.ttf",conditions:[{field:"fontName",value:"Alice"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/alike/Alike-400.ttf",conditions:[{field:"fontName",value:"Alike"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/alike-angular/Alike_Angular-400.ttf",conditions:[{field:"fontName",value:"Alike Angular"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/allan/Allan-400.ttf",conditions:[{field:"fontName",value:"Allan"}],fallback:""},{label:"700",value:"https://common-fonts.abtasty.com/allan/Allan-700.ttf",conditions:[{field:"fontName",value:"Allan"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/allerta/Allerta-400.ttf",conditions:[{field:"fontName",value:"Allerta"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/allerta-stencil/Allerta_Stencil-400.ttf",conditions:[{field:"fontName",value:"Allerta Stencil"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/allison/Allison-400.ttf",conditions:[{field:"fontName",value:"Allison"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/allura/Allura-400.ttf",conditions:[{field:"fontName",value:"Allura"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/almarai/Almarai-400.ttf",conditions:[{field:"fontName",value:"Almarai"}],fallback:""},{label:"300",value:"https://common-fonts.abtasty.com/almarai/Almarai-300.ttf",conditions:[{field:"fontName",value:"Almarai"}],fallback:""},{label:"700",value:"https://common-fonts.abtasty.com/almarai/Almarai-700.ttf",conditions:[{field:"fontName",value:"Almarai"}],fallback:""},{label:"800",value:"https://common-fonts.abtasty.com/almarai/Almarai-800.ttf",conditions:[{field:"fontName",value:"Almarai"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/almendra/Almendra-400.ttf",conditions:[{field:"fontName",value:"Almendra"}],fallback:""},{label:"Italic",value:"https://common-fonts.abtasty.com/almendra/Almendra-400italic.ttf",conditions:[{field:"fontName",value:"Almendra"}],fallback:""},{label:"700",value:"https://common-fonts.abtasty.com/almendra/Almendra-700.ttf",conditions:[{field:"fontName",value:"Almendra"}],fallback:""},{label:"700 Italic",value:"https://common-fonts.abtasty.com/almendra/Almendra-700italic.ttf",conditions:[{field:"fontName",value:"Almendra"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/almendra-display/Almendra_Display-400.ttf",conditions:[{field:"fontName",value:"Almendra Display"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/almendra-sc/Almendra_SC-400.ttf",conditions:[{field:"fontName",value:"Almendra SC"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/alumni-sans/Alumni_Sans-400.ttf",conditions:[{field:"fontName",value:"Alumni Sans"}],fallback:""},{label:"Italic",value:"https://common-fonts.abtasty.com/alumni-sans/Alumni_Sans-400italic.ttf",conditions:[{field:"fontName",value:"Alumni Sans"}],fallback:""},{label:"100",value:"https://common-fonts.abtasty.com/alumni-sans/Alumni_Sans-100.ttf",conditions:[{field:"fontName",value:"Alumni Sans"}],fallback:""},{label:"100 Italic",value:"https://common-fonts.abtasty.com/alumni-sans/Alumni_Sans-100italic.ttf",conditions:[{field:"fontName",value:"Alumni Sans"}],fallback:""},{label:"200",value:"https://common-fonts.abtasty.com/alumni-sans/Alumni_Sans-200.ttf",conditions:[{field:"fontName",value:"Alumni Sans"}],fallback:""},{label:"200 Italic",value:"https://common-fonts.abtasty.com/alumni-sans/Alumni_Sans-200italic.ttf",conditions:[{field:"fontName",value:"Alumni Sans"}],fallback:""},{label:"300",value:"https://common-fonts.abtasty.com/alumni-sans/Alumni_Sans-300.ttf",conditions:[{field:"fontName",value:"Alumni Sans"}],fallback:""},{label:"300 Italic",value:"https://common-fonts.abtasty.com/alumni-sans/Alumni_Sans-300italic.ttf",conditions:[{field:"fontName",value:"Alumni Sans"}],fallback:""},{label:"500",value:"https://common-fonts.abtasty.com/alumni-sans/Alumni_Sans-500.ttf",conditions:[{field:"fontName",value:"Alumni Sans"}],fallback:""},{label:"500 Italic",value:"https://common-fonts.abtasty.com/alumni-sans/Alumni_Sans-500italic.ttf",conditions:[{field:"fontName",value:"Alumni Sans"}],fallback:""},{label:"600",value:"https://common-fonts.abtasty.com/alumni-sans/Alumni_Sans-600.ttf",conditions:[{field:"fontName",value:"Alumni Sans"}],fallback:""},{label:"600 Italic",value:"https://common-fonts.abtasty.com/alumni-sans/Alumni_Sans-600italic.ttf",conditions:[{field:"fontName",value:"Alumni Sans"}],fallback:""},{label:"700",value:"https://common-fonts.abtasty.com/alumni-sans/Alumni_Sans-700.ttf",conditions:[{field:"fontName",value:"Alumni Sans"}],fallback:""},{label:"700 Italic",value:"https://common-fonts.abtasty.com/alumni-sans/Alumni_Sans-700italic.ttf",conditions:[{field:"fontName",value:"Alumni Sans"}],fallback:""},{label:"800",value:"https://common-fonts.abtasty.com/alumni-sans/Alumni_Sans-800.ttf",conditions:[{field:"fontName",value:"Alumni Sans"}],fallback:""},{label:"800 Italic",value:"https://common-fonts.abtasty.com/alumni-sans/Alumni_Sans-800italic.ttf",conditions:[{field:"fontName",value:"Alumni Sans"}],fallback:""},{label:"900",value:"https://common-fonts.abtasty.com/alumni-sans/Alumni_Sans-900.ttf",conditions:[{field:"fontName",value:"Alumni Sans"}],fallback:""},{label:"900 Italic",value:"https://common-fonts.abtasty.com/alumni-sans/Alumni_Sans-900italic.ttf",conditions:[{field:"fontName",value:"Alumni Sans"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/alumni-sans-inline-one/Alumni_Sans Inline One-400.ttf",conditions:[{field:"fontName",value:"Alumni Sans Inline One"}],fallback:""},{label:"Italic",value:"https://common-fonts.abtasty.com/alumni-sans-inline-one/Alumni_Sans Inline One-400italic.ttf",conditions:[{field:"fontName",value:"Alumni Sans Inline One"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/amarante/Amarante-400.ttf",conditions:[{field:"fontName",value:"Amarante"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/amaranth/Amaranth-400.ttf",conditions:[{field:"fontName",value:"Amaranth"}],fallback:""},{label:"Italic",value:"https://common-fonts.abtasty.com/amaranth/Amaranth-400italic.ttf",conditions:[{field:"fontName",value:"Amaranth"}],fallback:""},{label:"700",value:"https://common-fonts.abtasty.com/amaranth/Amaranth-700.ttf",conditions:[{field:"fontName",value:"Amaranth"}],fallback:""},{label:"700 Italic",value:"https://common-fonts.abtasty.com/amaranth/Amaranth-700italic.ttf",conditions:[{field:"fontName",value:"Amaranth"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/amatic-sc/Amatic_SC-400.ttf",conditions:[{field:"fontName",value:"Amatic SC"}],fallback:""},{label:"700",value:"https://common-fonts.abtasty.com/amatic-sc/Amatic_SC-700.ttf",conditions:[{field:"fontName",value:"Amatic SC"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/amethysta/Amethysta-400.ttf",conditions:[{field:"fontName",value:"Amethysta"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/amiko/Amiko-400.ttf",conditions:[{field:"fontName",value:"Amiko"}],fallback:""},{label:"600",value:"https://common-fonts.abtasty.com/amiko/Amiko-600.ttf",conditions:[{field:"fontName",value:"Amiko"}],fallback:""},{label:"700",value:"https://common-fonts.abtasty.com/amiko/Amiko-700.ttf",conditions:[{field:"fontName",value:"Amiko"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/amiri/Amiri-400.ttf",conditions:[{field:"fontName",value:"Amiri"}],fallback:""},{label:"Italic",value:"https://common-fonts.abtasty.com/amiri/Amiri-400italic.ttf",conditions:[{field:"fontName",value:"Amiri"}],fallback:""},{label:"700",value:"https://common-fonts.abtasty.com/amiri/Amiri-700.ttf",conditions:[{field:"fontName",value:"Amiri"}],fallback:""},{label:"700 Italic",value:"https://common-fonts.abtasty.com/amiri/Amiri-700italic.ttf",conditions:[{field:"fontName",value:"Amiri"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/amita/Amita-400.ttf",conditions:[{field:"fontName",value:"Amita"}],fallback:""},{label:"700",value:"https://common-fonts.abtasty.com/amita/Amita-700.ttf",conditions:[{field:"fontName",value:"Amita"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/anaheim/Anaheim-400.ttf",conditions:[{field:"fontName",value:"Anaheim"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/andada-pro/Andada_Pro-400.ttf",conditions:[{field:"fontName",value:"Andada Pro"}],fallback:""},{label:"Italic",value:"https://common-fonts.abtasty.com/andada-pro/Andada_Pro-400italic.ttf",conditions:[{field:"fontName",value:"Andada Pro"}],fallback:""},{label:"500",value:"https://common-fonts.abtasty.com/andada-pro/Andada_Pro-500.ttf",conditions:[{field:"fontName",value:"Andada Pro"}],fallback:""},{label:"500 Italic",value:"https://common-fonts.abtasty.com/andada-pro/Andada_Pro-500italic.ttf",conditions:[{field:"fontName",value:"Andada Pro"}],fallback:""},{label:"600",value:"https://common-fonts.abtasty.com/andada-pro/Andada_Pro-600.ttf",conditions:[{field:"fontName",value:"Andada Pro"}],fallback:""},{label:"600 Italic",value:"https://common-fonts.abtasty.com/andada-pro/Andada_Pro-600italic.ttf",conditions:[{field:"fontName",value:"Andada Pro"}],fallback:""},{label:"700",value:"https://common-fonts.abtasty.com/andada-pro/Andada_Pro-700.ttf",conditions:[{field:"fontName",value:"Andada Pro"}],fallback:""},{label:"700 Italic",value:"https://common-fonts.abtasty.com/andada-pro/Andada_Pro-700italic.ttf",conditions:[{field:"fontName",value:"Andada Pro"}],fallback:""},{label:"800",value:"https://common-fonts.abtasty.com/andada-pro/Andada_Pro-800.ttf",conditions:[{field:"fontName",value:"Andada Pro"}],fallback:""},{label:"800 Italic",value:"https://common-fonts.abtasty.com/andada-pro/Andada_Pro-800italic.ttf",conditions:[{field:"fontName",value:"Andada Pro"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/andika/Andika-400.ttf",conditions:[{field:"fontName",value:"Andika"}],fallback:""},{label:"Italic",value:"https://common-fonts.abtasty.com/andika/Andika-400italic.ttf",conditions:[{field:"fontName",value:"Andika"}],fallback:""},{label:"700",value:"https://common-fonts.abtasty.com/andika/Andika-700.ttf",conditions:[{field:"fontName",value:"Andika"}],fallback:""},{label:"700 Italic",value:"https://common-fonts.abtasty.com/andika/Andika-700italic.ttf",conditions:[{field:"fontName",value:"Andika"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/anek-bangla/Anek_Bangla-400.ttf",conditions:[{field:"fontName",value:"Anek Bangla"}],fallback:""},{label:"100",value:"https://common-fonts.abtasty.com/anek-bangla/Anek_Bangla-100.ttf",conditions:[{field:"fontName",value:"Anek Bangla"}],fallback:""},{label:"200",value:"https://common-fonts.abtasty.com/anek-bangla/Anek_Bangla-200.ttf",conditions:[{field:"fontName",value:"Anek Bangla"}],fallback:""},{label:"300",value:"https://common-fonts.abtasty.com/anek-bangla/Anek_Bangla-300.ttf",conditions:[{field:"fontName",value:"Anek Bangla"}],fallback:""},{label:"500",value:"https://common-fonts.abtasty.com/anek-bangla/Anek_Bangla-500.ttf",conditions:[{field:"fontName",value:"Anek Bangla"}],fallback:""},{label:"600",value:"https://common-fonts.abtasty.com/anek-bangla/Anek_Bangla-600.ttf",conditions:[{field:"fontName",value:"Anek Bangla"}],fallback:""},{label:"700",value:"https://common-fonts.abtasty.com/anek-bangla/Anek_Bangla-700.ttf",conditions:[{field:"fontName",value:"Anek Bangla"}],fallback:""},{label:"800",value:"https://common-fonts.abtasty.com/anek-bangla/Anek_Bangla-800.ttf",conditions:[{field:"fontName",value:"Anek Bangla"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/anek-devanagari/Anek_Devanagari-400.ttf",conditions:[{field:"fontName",value:"Anek Devanagari"}],fallback:""},{label:"100",value:"https://common-fonts.abtasty.com/anek-devanagari/Anek_Devanagari-100.ttf",conditions:[{field:"fontName",value:"Anek Devanagari"}],fallback:""},{label:"200",value:"https://common-fonts.abtasty.com/anek-devanagari/Anek_Devanagari-200.ttf",conditions:[{field:"fontName",value:"Anek Devanagari"}],fallback:""},{label:"300",value:"https://common-fonts.abtasty.com/anek-devanagari/Anek_Devanagari-300.ttf",conditions:[{field:"fontName",value:"Anek Devanagari"}],fallback:""},{label:"500",value:"https://common-fonts.abtasty.com/anek-devanagari/Anek_Devanagari-500.ttf",conditions:[{field:"fontName",value:"Anek Devanagari"}],fallback:""},{label:"600",value:"https://common-fonts.abtasty.com/anek-devanagari/Anek_Devanagari-600.ttf",conditions:[{field:"fontName",value:"Anek Devanagari"}],fallback:""},{label:"700",value:"https://common-fonts.abtasty.com/anek-devanagari/Anek_Devanagari-700.ttf",conditions:[{field:"fontName",value:"Anek Devanagari"}],fallback:""},{label:"800",value:"https://common-fonts.abtasty.com/anek-devanagari/Anek_Devanagari-800.ttf",conditions:[{field:"fontName",value:"Anek Devanagari"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/anek-gujarati/Anek_Gujarati-400.ttf",conditions:[{field:"fontName",value:"Anek Gujarati"}],fallback:""},{label:"100",value:"https://common-fonts.abtasty.com/anek-gujarati/Anek_Gujarati-100.ttf",conditions:[{field:"fontName",value:"Anek Gujarati"}],fallback:""},{label:"200",value:"https://common-fonts.abtasty.com/anek-gujarati/Anek_Gujarati-200.ttf",conditions:[{field:"fontName",value:"Anek Gujarati"}],fallback:""},{label:"300",value:"https://common-fonts.abtasty.com/anek-gujarati/Anek_Gujarati-300.ttf",conditions:[{field:"fontName",value:"Anek Gujarati"}],fallback:""},{label:"500",value:"https://common-fonts.abtasty.com/anek-gujarati/Anek_Gujarati-500.ttf",conditions:[{field:"fontName",value:"Anek Gujarati"}],fallback:""},{label:"600",value:"https://common-fonts.abtasty.com/anek-gujarati/Anek_Gujarati-600.ttf",conditions:[{field:"fontName",value:"Anek Gujarati"}],fallback:""},{label:"700",value:"https://common-fonts.abtasty.com/anek-gujarati/Anek_Gujarati-700.ttf",conditions:[{field:"fontName",value:"Anek Gujarati"}],fallback:""},{label:"800",value:"https://common-fonts.abtasty.com/anek-gujarati/Anek_Gujarati-800.ttf",conditions:[{field:"fontName",value:"Anek Gujarati"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/anek-gurmukhi/Anek_Gurmukhi-400.ttf",conditions:[{field:"fontName",value:"Anek Gurmukhi"}],fallback:""},{label:"100",value:"https://common-fonts.abtasty.com/anek-gurmukhi/Anek_Gurmukhi-100.ttf",conditions:[{field:"fontName",value:"Anek Gurmukhi"}],fallback:""},{label:"200",value:"https://common-fonts.abtasty.com/anek-gurmukhi/Anek_Gurmukhi-200.ttf",conditions:[{field:"fontName",value:"Anek Gurmukhi"}],fallback:""},{label:"300",value:"https://common-fonts.abtasty.com/anek-gurmukhi/Anek_Gurmukhi-300.ttf",conditions:[{field:"fontName",value:"Anek Gurmukhi"}],fallback:""},{label:"500",value:"https://common-fonts.abtasty.com/anek-gurmukhi/Anek_Gurmukhi-500.ttf",conditions:[{field:"fontName",value:"Anek Gurmukhi"}],fallback:""},{label:"600",value:"https://common-fonts.abtasty.com/anek-gurmukhi/Anek_Gurmukhi-600.ttf",conditions:[{field:"fontName",value:"Anek Gurmukhi"}],fallback:""},{label:"700",value:"https://common-fonts.abtasty.com/anek-gurmukhi/Anek_Gurmukhi-700.ttf",conditions:[{field:"fontName",value:"Anek Gurmukhi"}],fallback:""},{label:"800",value:"https://common-fonts.abtasty.com/anek-gurmukhi/Anek_Gurmukhi-800.ttf",conditions:[{field:"fontName",value:"Anek Gurmukhi"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/anek-kannada/Anek_Kannada-400.ttf",conditions:[{field:"fontName",value:"Anek Kannada"}],fallback:""},{label:"100",value:"https://common-fonts.abtasty.com/anek-kannada/Anek_Kannada-100.ttf",conditions:[{field:"fontName",value:"Anek Kannada"}],fallback:""},{label:"200",value:"https://common-fonts.abtasty.com/anek-kannada/Anek_Kannada-200.ttf",conditions:[{field:"fontName",value:"Anek Kannada"}],fallback:""},{label:"300",value:"https://common-fonts.abtasty.com/anek-kannada/Anek_Kannada-300.ttf",conditions:[{field:"fontName",value:"Anek Kannada"}],fallback:""},{label:"500",value:"https://common-fonts.abtasty.com/anek-kannada/Anek_Kannada-500.ttf",conditions:[{field:"fontName",value:"Anek Kannada"}],fallback:""},{label:"600",value:"https://common-fonts.abtasty.com/anek-kannada/Anek_Kannada-600.ttf",conditions:[{field:"fontName",value:"Anek Kannada"}],fallback:""},{label:"700",value:"https://common-fonts.abtasty.com/anek-kannada/Anek_Kannada-700.ttf",conditions:[{field:"fontName",value:"Anek Kannada"}],fallback:""},{label:"800",value:"https://common-fonts.abtasty.com/anek-kannada/Anek_Kannada-800.ttf",conditions:[{field:"fontName",value:"Anek Kannada"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/anek-latin/Anek_Latin-400.ttf",conditions:[{field:"fontName",value:"Anek Latin"}],fallback:""},{label:"100",value:"https://common-fonts.abtasty.com/anek-latin/Anek_Latin-100.ttf",conditions:[{field:"fontName",value:"Anek Latin"}],fallback:""},{label:"200",value:"https://common-fonts.abtasty.com/anek-latin/Anek_Latin-200.ttf",conditions:[{field:"fontName",value:"Anek Latin"}],fallback:""},{label:"300",value:"https://common-fonts.abtasty.com/anek-latin/Anek_Latin-300.ttf",conditions:[{field:"fontName",value:"Anek Latin"}],fallback:""},{label:"500",value:"https://common-fonts.abtasty.com/anek-latin/Anek_Latin-500.ttf",conditions:[{field:"fontName",value:"Anek Latin"}],fallback:""},{label:"600",value:"https://common-fonts.abtasty.com/anek-latin/Anek_Latin-600.ttf",conditions:[{field:"fontName",value:"Anek Latin"}],fallback:""},{label:"700",value:"https://common-fonts.abtasty.com/anek-latin/Anek_Latin-700.ttf",conditions:[{field:"fontName",value:"Anek Latin"}],fallback:""},{label:"800",value:"https://common-fonts.abtasty.com/anek-latin/Anek_Latin-800.ttf",conditions:[{field:"fontName",value:"Anek Latin"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/anek-malayalam/Anek_Malayalam-400.ttf",conditions:[{field:"fontName",value:"Anek Malayalam"}],fallback:""},{label:"100",value:"https://common-fonts.abtasty.com/anek-malayalam/Anek_Malayalam-100.ttf",conditions:[{field:"fontName",value:"Anek Malayalam"}],fallback:""},{label:"200",value:"https://common-fonts.abtasty.com/anek-malayalam/Anek_Malayalam-200.ttf",conditions:[{field:"fontName",value:"Anek Malayalam"}],fallback:""},{label:"300",value:"https://common-fonts.abtasty.com/anek-malayalam/Anek_Malayalam-300.ttf",conditions:[{field:"fontName",value:"Anek Malayalam"}],fallback:""},{label:"500",value:"https://common-fonts.abtasty.com/anek-malayalam/Anek_Malayalam-500.ttf",conditions:[{field:"fontName",value:"Anek Malayalam"}],fallback:""},{label:"600",value:"https://common-fonts.abtasty.com/anek-malayalam/Anek_Malayalam-600.ttf",conditions:[{field:"fontName",value:"Anek Malayalam"}],fallback:""},{label:"700",value:"https://common-fonts.abtasty.com/anek-malayalam/Anek_Malayalam-700.ttf",conditions:[{field:"fontName",value:"Anek Malayalam"}],fallback:""},{label:"800",value:"https://common-fonts.abtasty.com/anek-malayalam/Anek_Malayalam-800.ttf",conditions:[{field:"fontName",value:"Anek Malayalam"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/anek-odia/Anek_Odia-400.ttf",conditions:[{field:"fontName",value:"Anek Odia"}],fallback:""},{label:"100",value:"https://common-fonts.abtasty.com/anek-odia/Anek_Odia-100.ttf",conditions:[{field:"fontName",value:"Anek Odia"}],fallback:""},{label:"200",value:"https://common-fonts.abtasty.com/anek-odia/Anek_Odia-200.ttf",conditions:[{field:"fontName",value:"Anek Odia"}],fallback:""},{label:"300",value:"https://common-fonts.abtasty.com/anek-odia/Anek_Odia-300.ttf",conditions:[{field:"fontName",value:"Anek Odia"}],fallback:""},{label:"500",value:"https://common-fonts.abtasty.com/anek-odia/Anek_Odia-500.ttf",conditions:[{field:"fontName",value:"Anek Odia"}],fallback:""},{label:"600",value:"https://common-fonts.abtasty.com/anek-odia/Anek_Odia-600.ttf",conditions:[{field:"fontName",value:"Anek Odia"}],fallback:""},{label:"700",value:"https://common-fonts.abtasty.com/anek-odia/Anek_Odia-700.ttf",conditions:[{field:"fontName",value:"Anek Odia"}],fallback:""},{label:"800",value:"https://common-fonts.abtasty.com/anek-odia/Anek_Odia-800.ttf",conditions:[{field:"fontName",value:"Anek Odia"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/anek-tamil/Anek_Tamil-400.ttf",conditions:[{field:"fontName",value:"Anek Tamil"}],fallback:""},{label:"100",value:"https://common-fonts.abtasty.com/anek-tamil/Anek_Tamil-100.ttf",conditions:[{field:"fontName",value:"Anek Tamil"}],fallback:""},{label:"200",value:"https://common-fonts.abtasty.com/anek-tamil/Anek_Tamil-200.ttf",conditions:[{field:"fontName",value:"Anek Tamil"}],fallback:""},{label:"300",value:"https://common-fonts.abtasty.com/anek-tamil/Anek_Tamil-300.ttf",conditions:[{field:"fontName",value:"Anek Tamil"}],fallback:""},{label:"500",value:"https://common-fonts.abtasty.com/anek-tamil/Anek_Tamil-500.ttf",conditions:[{field:"fontName",value:"Anek Tamil"}],fallback:""},{label:"600",value:"https://common-fonts.abtasty.com/anek-tamil/Anek_Tamil-600.ttf",conditions:[{field:"fontName",value:"Anek Tamil"}],fallback:""},{label:"700",value:"https://common-fonts.abtasty.com/anek-tamil/Anek_Tamil-700.ttf",conditions:[{field:"fontName",value:"Anek Tamil"}],fallback:""},{label:"800",value:"https://common-fonts.abtasty.com/anek-tamil/Anek_Tamil-800.ttf",conditions:[{field:"fontName",value:"Anek Tamil"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/anek-telugu/Anek_Telugu-400.ttf",conditions:[{field:"fontName",value:"Anek Telugu"}],fallback:""},{label:"100",value:"https://common-fonts.abtasty.com/anek-telugu/Anek_Telugu-100.ttf",conditions:[{field:"fontName",value:"Anek Telugu"}],fallback:""},{label:"200",value:"https://common-fonts.abtasty.com/anek-telugu/Anek_Telugu-200.ttf",conditions:[{field:"fontName",value:"Anek Telugu"}],fallback:""},{label:"300",value:"https://common-fonts.abtasty.com/anek-telugu/Anek_Telugu-300.ttf",conditions:[{field:"fontName",value:"Anek Telugu"}],fallback:""},{label:"500",value:"https://common-fonts.abtasty.com/anek-telugu/Anek_Telugu-500.ttf",conditions:[{field:"fontName",value:"Anek Telugu"}],fallback:""},{label:"600",value:"https://common-fonts.abtasty.com/anek-telugu/Anek_Telugu-600.ttf",conditions:[{field:"fontName",value:"Anek Telugu"}],fallback:""},{label:"700",value:"https://common-fonts.abtasty.com/anek-telugu/Anek_Telugu-700.ttf",conditions:[{field:"fontName",value:"Anek Telugu"}],fallback:""},{label:"800",value:"https://common-fonts.abtasty.com/anek-telugu/Anek_Telugu-800.ttf",conditions:[{field:"fontName",value:"Anek Telugu"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/angkor/Angkor-400.ttf",conditions:[{field:"fontName",value:"Angkor"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/annie-use-your-telescope/Annie_Use Your Telescope-400.ttf",conditions:[{field:"fontName",value:"Annie Use Your Telescope"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/anonymous-pro/Anonymous_Pro-400.ttf",conditions:[{field:"fontName",value:"Anonymous Pro"}],fallback:""},{label:"Italic",value:"https://common-fonts.abtasty.com/anonymous-pro/Anonymous_Pro-400italic.ttf",conditions:[{field:"fontName",value:"Anonymous Pro"}],fallback:""},{label:"700",value:"https://common-fonts.abtasty.com/anonymous-pro/Anonymous_Pro-700.ttf",conditions:[{field:"fontName",value:"Anonymous Pro"}],fallback:""},{label:"700 Italic",value:"https://common-fonts.abtasty.com/anonymous-pro/Anonymous_Pro-700italic.ttf",conditions:[{field:"fontName",value:"Anonymous Pro"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/antic/Antic-400.ttf",conditions:[{field:"fontName",value:"Antic"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/antic-didone/Antic_Didone-400.ttf",conditions:[{field:"fontName",value:"Antic Didone"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/antic-slab/Antic_Slab-400.ttf",conditions:[{field:"fontName",value:"Antic Slab"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/anton/Anton-400.ttf",conditions:[{field:"fontName",value:"Anton"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/antonio/Antonio-400.ttf",conditions:[{field:"fontName",value:"Antonio"}],fallback:""},{label:"100",value:"https://common-fonts.abtasty.com/antonio/Antonio-100.ttf",conditions:[{field:"fontName",value:"Antonio"}],fallback:""},{label:"200",value:"https://common-fonts.abtasty.com/antonio/Antonio-200.ttf",conditions:[{field:"fontName",value:"Antonio"}],fallback:""},{label:"300",value:"https://common-fonts.abtasty.com/antonio/Antonio-300.ttf",conditions:[{field:"fontName",value:"Antonio"}],fallback:""},{label:"500",value:"https://common-fonts.abtasty.com/antonio/Antonio-500.ttf",conditions:[{field:"fontName",value:"Antonio"}],fallback:""},{label:"600",value:"https://common-fonts.abtasty.com/antonio/Antonio-600.ttf",conditions:[{field:"fontName",value:"Antonio"}],fallback:""},{label:"700",value:"https://common-fonts.abtasty.com/antonio/Antonio-700.ttf",conditions:[{field:"fontName",value:"Antonio"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/anybody/Anybody-400.ttf",conditions:[{field:"fontName",value:"Anybody"}],fallback:""},{label:"Italic",value:"https://common-fonts.abtasty.com/anybody/Anybody-400italic.ttf",conditions:[{field:"fontName",value:"Anybody"}],fallback:""},{label:"100",value:"https://common-fonts.abtasty.com/anybody/Anybody-100.ttf",conditions:[{field:"fontName",value:"Anybody"}],fallback:""},{label:"100 Italic",value:"https://common-fonts.abtasty.com/anybody/Anybody-100italic.ttf",conditions:[{field:"fontName",value:"Anybody"}],fallback:""},{label:"200",value:"https://common-fonts.abtasty.com/anybody/Anybody-200.ttf",conditions:[{field:"fontName",value:"Anybody"}],fallback:""},{label:"200 Italic",value:"https://common-fonts.abtasty.com/anybody/Anybody-200italic.ttf",conditions:[{field:"fontName",value:"Anybody"}],fallback:""},{label:"300",value:"https://common-fonts.abtasty.com/anybody/Anybody-300.ttf",conditions:[{field:"fontName",value:"Anybody"}],fallback:""},{label:"300 Italic",value:"https://common-fonts.abtasty.com/anybody/Anybody-300italic.ttf",conditions:[{field:"fontName",value:"Anybody"}],fallback:""},{label:"500",value:"https://common-fonts.abtasty.com/anybody/Anybody-500.ttf",conditions:[{field:"fontName",value:"Anybody"}],fallback:""},{label:"500 Italic",value:"https://common-fonts.abtasty.com/anybody/Anybody-500italic.ttf",conditions:[{field:"fontName",value:"Anybody"}],fallback:""},{label:"600",value:"https://common-fonts.abtasty.com/anybody/Anybody-600.ttf",conditions:[{field:"fontName",value:"Anybody"}],fallback:""},{label:"600 Italic",value:"https://common-fonts.abtasty.com/anybody/Anybody-600italic.ttf",conditions:[{field:"fontName",value:"Anybody"}],fallback:""},{label:"700",value:"https://common-fonts.abtasty.com/anybody/Anybody-700.ttf",conditions:[{field:"fontName",value:"Anybody"}],fallback:""},{label:"700 Italic",value:"https://common-fonts.abtasty.com/anybody/Anybody-700italic.ttf",conditions:[{field:"fontName",value:"Anybody"}],fallback:""},{label:"800",value:"https://common-fonts.abtasty.com/anybody/Anybody-800.ttf",conditions:[{field:"fontName",value:"Anybody"}],fallback:""},{label:"800 Italic",value:"https://common-fonts.abtasty.com/anybody/Anybody-800italic.ttf",conditions:[{field:"fontName",value:"Anybody"}],fallback:""},{label:"900",value:"https://common-fonts.abtasty.com/anybody/Anybody-900.ttf",conditions:[{field:"fontName",value:"Anybody"}],fallback:""},{label:"900 Italic",value:"https://common-fonts.abtasty.com/anybody/Anybody-900italic.ttf",conditions:[{field:"fontName",value:"Anybody"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/arapey/Arapey-400.ttf",conditions:[{field:"fontName",value:"Arapey"}],fallback:""},{label:"Italic",value:"https://common-fonts.abtasty.com/arapey/Arapey-400italic.ttf",conditions:[{field:"fontName",value:"Arapey"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/arbutus/Arbutus-400.ttf",conditions:[{field:"fontName",value:"Arbutus"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/arbutus-slab/Arbutus_Slab-400.ttf",conditions:[{field:"fontName",value:"Arbutus Slab"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/architects-daughter/Architects_Daughter-400.ttf",conditions:[{field:"fontName",value:"Architects Daughter"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/archivo/Archivo-400.ttf",conditions:[{field:"fontName",value:"Archivo"}],fallback:""},{label:"Italic",value:"https://common-fonts.abtasty.com/archivo/Archivo-400italic.ttf",conditions:[{field:"fontName",value:"Archivo"}],fallback:""},{label:"100",value:"https://common-fonts.abtasty.com/archivo/Archivo-100.ttf",conditions:[{field:"fontName",value:"Archivo"}],fallback:""},{label:"100 Italic",value:"https://common-fonts.abtasty.com/archivo/Archivo-100italic.ttf",conditions:[{field:"fontName",value:"Archivo"}],fallback:""},{label:"200",value:"https://common-fonts.abtasty.com/archivo/Archivo-200.ttf",conditions:[{field:"fontName",value:"Archivo"}],fallback:""},{label:"200 Italic",value:"https://common-fonts.abtasty.com/archivo/Archivo-200italic.ttf",conditions:[{field:"fontName",value:"Archivo"}],fallback:""},{label:"300",value:"https://common-fonts.abtasty.com/archivo/Archivo-300.ttf",conditions:[{field:"fontName",value:"Archivo"}],fallback:""},{label:"300 Italic",value:"https://common-fonts.abtasty.com/archivo/Archivo-300italic.ttf",conditions:[{field:"fontName",value:"Archivo"}],fallback:""},{label:"500",value:"https://common-fonts.abtasty.com/archivo/Archivo-500.ttf",conditions:[{field:"fontName",value:"Archivo"}],fallback:""},{label:"500 Italic",value:"https://common-fonts.abtasty.com/archivo/Archivo-500italic.ttf",conditions:[{field:"fontName",value:"Archivo"}],fallback:""},{label:"600",value:"https://common-fonts.abtasty.com/archivo/Archivo-600.ttf",conditions:[{field:"fontName",value:"Archivo"}],fallback:""},{label:"600 Italic",value:"https://common-fonts.abtasty.com/archivo/Archivo-600italic.ttf",conditions:[{field:"fontName",value:"Archivo"}],fallback:""},{label:"700",value:"https://common-fonts.abtasty.com/archivo/Archivo-700.ttf",conditions:[{field:"fontName",value:"Archivo"}],fallback:""},{label:"700 Italic",value:"https://common-fonts.abtasty.com/archivo/Archivo-700italic.ttf",conditions:[{field:"fontName",value:"Archivo"}],fallback:""},{label:"800",value:"https://common-fonts.abtasty.com/archivo/Archivo-800.ttf",conditions:[{field:"fontName",value:"Archivo"}],fallback:""},{label:"800 Italic",value:"https://common-fonts.abtasty.com/archivo/Archivo-800italic.ttf",conditions:[{field:"fontName",value:"Archivo"}],fallback:""},{label:"900",value:"https://common-fonts.abtasty.com/archivo/Archivo-900.ttf",conditions:[{field:"fontName",value:"Archivo"}],fallback:""},{label:"900 Italic",value:"https://common-fonts.abtasty.com/archivo/Archivo-900italic.ttf",conditions:[{field:"fontName",value:"Archivo"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/archivo-black/Archivo_Black-400.ttf",conditions:[{field:"fontName",value:"Archivo Black"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/archivo-narrow/Archivo_Narrow-400.ttf",conditions:[{field:"fontName",value:"Archivo Narrow"}],fallback:""},{label:"Italic",value:"https://common-fonts.abtasty.com/archivo-narrow/Archivo_Narrow-400italic.ttf",conditions:[{field:"fontName",value:"Archivo Narrow"}],fallback:""},{label:"500",value:"https://common-fonts.abtasty.com/archivo-narrow/Archivo_Narrow-500.ttf",conditions:[{field:"fontName",value:"Archivo Narrow"}],fallback:""},{label:"500 Italic",value:"https://common-fonts.abtasty.com/archivo-narrow/Archivo_Narrow-500italic.ttf",conditions:[{field:"fontName",value:"Archivo Narrow"}],fallback:""},{label:"600",value:"https://common-fonts.abtasty.com/archivo-narrow/Archivo_Narrow-600.ttf",conditions:[{field:"fontName",value:"Archivo Narrow"}],fallback:""},{label:"600 Italic",value:"https://common-fonts.abtasty.com/archivo-narrow/Archivo_Narrow-600italic.ttf",conditions:[{field:"fontName",value:"Archivo Narrow"}],fallback:""},{label:"700",value:"https://common-fonts.abtasty.com/archivo-narrow/Archivo_Narrow-700.ttf",conditions:[{field:"fontName",value:"Archivo Narrow"}],fallback:""},{label:"700 Italic",value:"https://common-fonts.abtasty.com/archivo-narrow/Archivo_Narrow-700italic.ttf",conditions:[{field:"fontName",value:"Archivo Narrow"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/are-you-serious/Are_You Serious-400.ttf",conditions:[{field:"fontName",value:"Are You Serious"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/aref-ruqaa/Aref_Ruqaa-400.ttf",conditions:[{field:"fontName",value:"Aref Ruqaa"}],fallback:""},{label:"700",value:"https://common-fonts.abtasty.com/aref-ruqaa/Aref_Ruqaa-700.ttf",conditions:[{field:"fontName",value:"Aref Ruqaa"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/arima/Arima-400.ttf",conditions:[{field:"fontName",value:"Arima"}],fallback:""},{label:"100",value:"https://common-fonts.abtasty.com/arima/Arima-100.ttf",conditions:[{field:"fontName",value:"Arima"}],fallback:""},{label:"200",value:"https://common-fonts.abtasty.com/arima/Arima-200.ttf",conditions:[{field:"fontName",value:"Arima"}],fallback:""},{label:"300",value:"https://common-fonts.abtasty.com/arima/Arima-300.ttf",conditions:[{field:"fontName",value:"Arima"}],fallback:""},{label:"500",value:"https://common-fonts.abtasty.com/arima/Arima-500.ttf",conditions:[{field:"fontName",value:"Arima"}],fallback:""},{label:"600",value:"https://common-fonts.abtasty.com/arima/Arima-600.ttf",conditions:[{field:"fontName",value:"Arima"}],fallback:""},{label:"700",value:"https://common-fonts.abtasty.com/arima/Arima-700.ttf",conditions:[{field:"fontName",value:"Arima"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/arima-madurai/Arima_Madurai-400.ttf",conditions:[{field:"fontName",value:"Arima Madurai"}],fallback:""},{label:"100",value:"https://common-fonts.abtasty.com/arima-madurai/Arima_Madurai-100.ttf",conditions:[{field:"fontName",value:"Arima Madurai"}],fallback:""},{label:"200",value:"https://common-fonts.abtasty.com/arima-madurai/Arima_Madurai-200.ttf",conditions:[{field:"fontName",value:"Arima Madurai"}],fallback:""},{label:"300",value:"https://common-fonts.abtasty.com/arima-madurai/Arima_Madurai-300.ttf",conditions:[{field:"fontName",value:"Arima Madurai"}],fallback:""},{label:"500",value:"https://common-fonts.abtasty.com/arima-madurai/Arima_Madurai-500.ttf",conditions:[{field:"fontName",value:"Arima Madurai"}],fallback:""},{label:"700",value:"https://common-fonts.abtasty.com/arima-madurai/Arima_Madurai-700.ttf",conditions:[{field:"fontName",value:"Arima Madurai"}],fallback:""},{label:"800",value:"https://common-fonts.abtasty.com/arima-madurai/Arima_Madurai-800.ttf",conditions:[{field:"fontName",value:"Arima Madurai"}],fallback:""},{label:"900",value:"https://common-fonts.abtasty.com/arima-madurai/Arima_Madurai-900.ttf",conditions:[{field:"fontName",value:"Arima Madurai"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/arimo/Arimo-400.ttf",conditions:[{field:"fontName",value:"Arimo"}],fallback:""},{label:"Italic",value:"https://common-fonts.abtasty.com/arimo/Arimo-400italic.ttf",conditions:[{field:"fontName",value:"Arimo"}],fallback:""},{label:"500",value:"https://common-fonts.abtasty.com/arimo/Arimo-500.ttf",conditions:[{field:"fontName",value:"Arimo"}],fallback:""},{label:"500 Italic",value:"https://common-fonts.abtasty.com/arimo/Arimo-500italic.ttf",conditions:[{field:"fontName",value:"Arimo"}],fallback:""},{label:"600",value:"https://common-fonts.abtasty.com/arimo/Arimo-600.ttf",conditions:[{field:"fontName",value:"Arimo"}],fallback:""},{label:"600 Italic",value:"https://common-fonts.abtasty.com/arimo/Arimo-600italic.ttf",conditions:[{field:"fontName",value:"Arimo"}],fallback:""},{label:"700",value:"https://common-fonts.abtasty.com/arimo/Arimo-700.ttf",conditions:[{field:"fontName",value:"Arimo"}],fallback:""},{label:"700 Italic",value:"https://common-fonts.abtasty.com/arimo/Arimo-700italic.ttf",conditions:[{field:"fontName",value:"Arimo"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/arizonia/Arizonia-400.ttf",conditions:[{field:"fontName",value:"Arizonia"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/armata/Armata-400.ttf",conditions:[{field:"fontName",value:"Armata"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/arsenal/Arsenal-400.ttf",conditions:[{field:"fontName",value:"Arsenal"}],fallback:""},{label:"Italic",value:"https://common-fonts.abtasty.com/arsenal/Arsenal-400italic.ttf",conditions:[{field:"fontName",value:"Arsenal"}],fallback:""},{label:"700",value:"https://common-fonts.abtasty.com/arsenal/Arsenal-700.ttf",conditions:[{field:"fontName",value:"Arsenal"}],fallback:""},{label:"700 Italic",value:"https://common-fonts.abtasty.com/arsenal/Arsenal-700italic.ttf",conditions:[{field:"fontName",value:"Arsenal"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/artifika/Artifika-400.ttf",conditions:[{field:"fontName",value:"Artifika"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/arvo/Arvo-400.ttf",conditions:[{field:"fontName",value:"Arvo"}],fallback:""},{label:"Italic",value:"https://common-fonts.abtasty.com/arvo/Arvo-400italic.ttf",conditions:[{field:"fontName",value:"Arvo"}],fallback:""},{label:"700",value:"https://common-fonts.abtasty.com/arvo/Arvo-700.ttf",conditions:[{field:"fontName",value:"Arvo"}],fallback:""},{label:"700 Italic",value:"https://common-fonts.abtasty.com/arvo/Arvo-700italic.ttf",conditions:[{field:"fontName",value:"Arvo"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/arya/Arya-400.ttf",conditions:[{field:"fontName",value:"Arya"}],fallback:""},{label:"700",value:"https://common-fonts.abtasty.com/arya/Arya-700.ttf",conditions:[{field:"fontName",value:"Arya"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/asap/Asap-400.ttf",conditions:[{field:"fontName",value:"Asap"}],fallback:""},{label:"Italic",value:"https://common-fonts.abtasty.com/asap/Asap-400italic.ttf",conditions:[{field:"fontName",value:"Asap"}],fallback:""},{label:"500",value:"https://common-fonts.abtasty.com/asap/Asap-500.ttf",conditions:[{field:"fontName",value:"Asap"}],fallback:""},{label:"500 Italic",value:"https://common-fonts.abtasty.com/asap/Asap-500italic.ttf",conditions:[{field:"fontName",value:"Asap"}],fallback:""},{label:"600",value:"https://common-fonts.abtasty.com/asap/Asap-600.ttf",conditions:[{field:"fontName",value:"Asap"}],fallback:""},{label:"600 Italic",value:"https://common-fonts.abtasty.com/asap/Asap-600italic.ttf",conditions:[{field:"fontName",value:"Asap"}],fallback:""},{label:"700",value:"https://common-fonts.abtasty.com/asap/Asap-700.ttf",conditions:[{field:"fontName",value:"Asap"}],fallback:""},{label:"700 Italic",value:"https://common-fonts.abtasty.com/asap/Asap-700italic.ttf",conditions:[{field:"fontName",value:"Asap"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/asap-condensed/Asap_Condensed-400.ttf",conditions:[{field:"fontName",value:"Asap Condensed"}],fallback:""},{label:"Italic",value:"https://common-fonts.abtasty.com/asap-condensed/Asap_Condensed-400italic.ttf",conditions:[{field:"fontName",value:"Asap Condensed"}],fallback:""},{label:"500",value:"https://common-fonts.abtasty.com/asap-condensed/Asap_Condensed-500.ttf",conditions:[{field:"fontName",value:"Asap Condensed"}],fallback:""},{label:"500 Italic",value:"https://common-fonts.abtasty.com/asap-condensed/Asap_Condensed-500italic.ttf",conditions:[{field:"fontName",value:"Asap Condensed"}],fallback:""},{label:"600",value:"https://common-fonts.abtasty.com/asap-condensed/Asap_Condensed-600.ttf",conditions:[{field:"fontName",value:"Asap Condensed"}],fallback:""},{label:"600 Italic",value:"https://common-fonts.abtasty.com/asap-condensed/Asap_Condensed-600italic.ttf",conditions:[{field:"fontName",value:"Asap Condensed"}],fallback:""},{label:"700",value:"https://common-fonts.abtasty.com/asap-condensed/Asap_Condensed-700.ttf",conditions:[{field:"fontName",value:"Asap Condensed"}],fallback:""},{label:"700 Italic",value:"https://common-fonts.abtasty.com/asap-condensed/Asap_Condensed-700italic.ttf",conditions:[{field:"fontName",value:"Asap Condensed"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/asar/Asar-400.ttf",conditions:[{field:"fontName",value:"Asar"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/asset/Asset-400.ttf",conditions:[{field:"fontName",value:"Asset"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/assistant/Assistant-400.ttf",conditions:[{field:"fontName",value:"Assistant"}],fallback:""},{label:"200",value:"https://common-fonts.abtasty.com/assistant/Assistant-200.ttf",conditions:[{field:"fontName",value:"Assistant"}],fallback:""},{label:"300",value:"https://common-fonts.abtasty.com/assistant/Assistant-300.ttf",conditions:[{field:"fontName",value:"Assistant"}],fallback:""},{label:"500",value:"https://common-fonts.abtasty.com/assistant/Assistant-500.ttf",conditions:[{field:"fontName",value:"Assistant"}],fallback:""},{label:"600",value:"https://common-fonts.abtasty.com/assistant/Assistant-600.ttf",conditions:[{field:"fontName",value:"Assistant"}],fallback:""},{label:"700",value:"https://common-fonts.abtasty.com/assistant/Assistant-700.ttf",conditions:[{field:"fontName",value:"Assistant"}],fallback:""},{label:"800",value:"https://common-fonts.abtasty.com/assistant/Assistant-800.ttf",conditions:[{field:"fontName",value:"Assistant"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/astloch/Astloch-400.ttf",conditions:[{field:"fontName",value:"Astloch"}],fallback:""},{label:"700",value:"https://common-fonts.abtasty.com/astloch/Astloch-700.ttf",conditions:[{field:"fontName",value:"Astloch"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/asul/Asul-400.ttf",conditions:[{field:"fontName",value:"Asul"}],fallback:""},{label:"700",value:"https://common-fonts.abtasty.com/asul/Asul-700.ttf",conditions:[{field:"fontName",value:"Asul"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/athiti/Athiti-400.ttf",conditions:[{field:"fontName",value:"Athiti"}],fallback:""},{label:"200",value:"https://common-fonts.abtasty.com/athiti/Athiti-200.ttf",conditions:[{field:"fontName",value:"Athiti"}],fallback:""},{label:"300",value:"https://common-fonts.abtasty.com/athiti/Athiti-300.ttf",conditions:[{field:"fontName",value:"Athiti"}],fallback:""},{label:"500",value:"https://common-fonts.abtasty.com/athiti/Athiti-500.ttf",conditions:[{field:"fontName",value:"Athiti"}],fallback:""},{label:"600",value:"https://common-fonts.abtasty.com/athiti/Athiti-600.ttf",conditions:[{field:"fontName",value:"Athiti"}],fallback:""},{label:"700",value:"https://common-fonts.abtasty.com/athiti/Athiti-700.ttf",conditions:[{field:"fontName",value:"Athiti"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/atkinson-hyperlegible/Atkinson_Hyperlegible-400.ttf",conditions:[{field:"fontName",value:"Atkinson Hyperlegible"}],fallback:""},{label:"Italic",value:"https://common-fonts.abtasty.com/atkinson-hyperlegible/Atkinson_Hyperlegible-400italic.ttf",conditions:[{field:"fontName",value:"Atkinson Hyperlegible"}],fallback:""},{label:"700",value:"https://common-fonts.abtasty.com/atkinson-hyperlegible/Atkinson_Hyperlegible-700.ttf",conditions:[{field:"fontName",value:"Atkinson Hyperlegible"}],fallback:""},{label:"700 Italic",value:"https://common-fonts.abtasty.com/atkinson-hyperlegible/Atkinson_Hyperlegible-700italic.ttf",conditions:[{field:"fontName",value:"Atkinson Hyperlegible"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/atma/Atma-400.ttf",conditions:[{field:"fontName",value:"Atma"}],fallback:""},{label:"300",value:"https://common-fonts.abtasty.com/atma/Atma-300.ttf",conditions:[{field:"fontName",value:"Atma"}],fallback:""},{label:"500",value:"https://common-fonts.abtasty.com/atma/Atma-500.ttf",conditions:[{field:"fontName",value:"Atma"}],fallback:""},{label:"600",value:"https://common-fonts.abtasty.com/atma/Atma-600.ttf",conditions:[{field:"fontName",value:"Atma"}],fallback:""},{label:"700",value:"https://common-fonts.abtasty.com/atma/Atma-700.ttf",conditions:[{field:"fontName",value:"Atma"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/atomic-age/Atomic_Age-400.ttf",conditions:[{field:"fontName",value:"Atomic Age"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/aubrey/Aubrey-400.ttf",conditions:[{field:"fontName",value:"Aubrey"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/audiowide/Audiowide-400.ttf",conditions:[{field:"fontName",value:"Audiowide"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/autour-one/Autour_One-400.ttf",conditions:[{field:"fontName",value:"Autour One"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/average/Average-400.ttf",conditions:[{field:"fontName",value:"Average"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/average-sans/Average_Sans-400.ttf",conditions:[{field:"fontName",value:"Average Sans"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/averia-gruesa-libre/Averia_Gruesa Libre-400.ttf",conditions:[{field:"fontName",value:"Averia Gruesa Libre"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/averia-libre/Averia_Libre-400.ttf",conditions:[{field:"fontName",value:"Averia Libre"}],fallback:""},{label:"Italic",value:"https://common-fonts.abtasty.com/averia-libre/Averia_Libre-400italic.ttf",conditions:[{field:"fontName",value:"Averia Libre"}],fallback:""},{label:"300",value:"https://common-fonts.abtasty.com/averia-libre/Averia_Libre-300.ttf",conditions:[{field:"fontName",value:"Averia Libre"}],fallback:""},{label:"300 Italic",value:"https://common-fonts.abtasty.com/averia-libre/Averia_Libre-300italic.ttf",conditions:[{field:"fontName",value:"Averia Libre"}],fallback:""},{label:"700",value:"https://common-fonts.abtasty.com/averia-libre/Averia_Libre-700.ttf",conditions:[{field:"fontName",value:"Averia Libre"}],fallback:""},{label:"700 Italic",value:"https://common-fonts.abtasty.com/averia-libre/Averia_Libre-700italic.ttf",conditions:[{field:"fontName",value:"Averia Libre"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/averia-sans-libre/Averia_Sans Libre-400.ttf",conditions:[{field:"fontName",value:"Averia Sans Libre"}],fallback:""},{label:"Italic",value:"https://common-fonts.abtasty.com/averia-sans-libre/Averia_Sans Libre-400italic.ttf",conditions:[{field:"fontName",value:"Averia Sans Libre"}],fallback:""},{label:"300",value:"https://common-fonts.abtasty.com/averia-sans-libre/Averia_Sans Libre-300.ttf",conditions:[{field:"fontName",value:"Averia Sans Libre"}],fallback:""},{label:"300 Italic",value:"https://common-fonts.abtasty.com/averia-sans-libre/Averia_Sans Libre-300italic.ttf",conditions:[{field:"fontName",value:"Averia Sans Libre"}],fallback:""},{label:"700",value:"https://common-fonts.abtasty.com/averia-sans-libre/Averia_Sans Libre-700.ttf",conditions:[{field:"fontName",value:"Averia Sans Libre"}],fallback:""},{label:"700 Italic",value:"https://common-fonts.abtasty.com/averia-sans-libre/Averia_Sans Libre-700italic.ttf",conditions:[{field:"fontName",value:"Averia Sans Libre"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/averia-serif-libre/Averia_Serif Libre-400.ttf",conditions:[{field:"fontName",value:"Averia Serif Libre"}],fallback:""},{label:"Italic",value:"https://common-fonts.abtasty.com/averia-serif-libre/Averia_Serif Libre-400italic.ttf",conditions:[{field:"fontName",value:"Averia Serif Libre"}],fallback:""},{label:"300",value:"https://common-fonts.abtasty.com/averia-serif-libre/Averia_Serif Libre-300.ttf",conditions:[{field:"fontName",value:"Averia Serif Libre"}],fallback:""},{label:"300 Italic",value:"https://common-fonts.abtasty.com/averia-serif-libre/Averia_Serif Libre-300italic.ttf",conditions:[{field:"fontName",value:"Averia Serif Libre"}],fallback:""},{label:"700",value:"https://common-fonts.abtasty.com/averia-serif-libre/Averia_Serif Libre-700.ttf",conditions:[{field:"fontName",value:"Averia Serif Libre"}],fallback:""},{label:"700 Italic",value:"https://common-fonts.abtasty.com/averia-serif-libre/Averia_Serif Libre-700italic.ttf",conditions:[{field:"fontName",value:"Averia Serif Libre"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/azeret-mono/Azeret_Mono-400.ttf",conditions:[{field:"fontName",value:"Azeret Mono"}],fallback:""},{label:"Italic",value:"https://common-fonts.abtasty.com/azeret-mono/Azeret_Mono-400italic.ttf",conditions:[{field:"fontName",value:"Azeret Mono"}],fallback:""},{label:"100",value:"https://common-fonts.abtasty.com/azeret-mono/Azeret_Mono-100.ttf",conditions:[{field:"fontName",value:"Azeret Mono"}],fallback:""},{label:"100 Italic",value:"https://common-fonts.abtasty.com/azeret-mono/Azeret_Mono-100italic.ttf",conditions:[{field:"fontName",value:"Azeret Mono"}],fallback:""},{label:"200",value:"https://common-fonts.abtasty.com/azeret-mono/Azeret_Mono-200.ttf",conditions:[{field:"fontName",value:"Azeret Mono"}],fallback:""},{label:"200 Italic",value:"https://common-fonts.abtasty.com/azeret-mono/Azeret_Mono-200italic.ttf",conditions:[{field:"fontName",value:"Azeret Mono"}],fallback:""},{label:"300",value:"https://common-fonts.abtasty.com/azeret-mono/Azeret_Mono-300.ttf",conditions:[{field:"fontName",value:"Azeret Mono"}],fallback:""},{label:"300 Italic",value:"https://common-fonts.abtasty.com/azeret-mono/Azeret_Mono-300italic.ttf",conditions:[{field:"fontName",value:"Azeret Mono"}],fallback:""},{label:"500",value:"https://common-fonts.abtasty.com/azeret-mono/Azeret_Mono-500.ttf",conditions:[{field:"fontName",value:"Azeret Mono"}],fallback:""},{label:"500 Italic",value:"https://common-fonts.abtasty.com/azeret-mono/Azeret_Mono-500italic.ttf",conditions:[{field:"fontName",value:"Azeret Mono"}],fallback:""},{label:"600",value:"https://common-fonts.abtasty.com/azeret-mono/Azeret_Mono-600.ttf",conditions:[{field:"fontName",value:"Azeret Mono"}],fallback:""},{label:"600 Italic",value:"https://common-fonts.abtasty.com/azeret-mono/Azeret_Mono-600italic.ttf",conditions:[{field:"fontName",value:"Azeret Mono"}],fallback:""},{label:"700",value:"https://common-fonts.abtasty.com/azeret-mono/Azeret_Mono-700.ttf",conditions:[{field:"fontName",value:"Azeret Mono"}],fallback:""},{label:"700 Italic",value:"https://common-fonts.abtasty.com/azeret-mono/Azeret_Mono-700italic.ttf",conditions:[{field:"fontName",value:"Azeret Mono"}],fallback:""},{label:"800",value:"https://common-fonts.abtasty.com/azeret-mono/Azeret_Mono-800.ttf",conditions:[{field:"fontName",value:"Azeret Mono"}],fallback:""},{label:"800 Italic",value:"https://common-fonts.abtasty.com/azeret-mono/Azeret_Mono-800italic.ttf",conditions:[{field:"fontName",value:"Azeret Mono"}],fallback:""},{label:"900",value:"https://common-fonts.abtasty.com/azeret-mono/Azeret_Mono-900.ttf",conditions:[{field:"fontName",value:"Azeret Mono"}],fallback:""},{label:"900 Italic",value:"https://common-fonts.abtasty.com/azeret-mono/Azeret_Mono-900italic.ttf",conditions:[{field:"fontName",value:"Azeret Mono"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/b612/B612-400.ttf",conditions:[{field:"fontName",value:"B612"}],fallback:""},{label:"Italic",value:"https://common-fonts.abtasty.com/b612/B612-400italic.ttf",conditions:[{field:"fontName",value:"B612"}],fallback:""},{label:"700",value:"https://common-fonts.abtasty.com/b612/B612-700.ttf",conditions:[{field:"fontName",value:"B612"}],fallback:""},{label:"700 Italic",value:"https://common-fonts.abtasty.com/b612/B612-700italic.ttf",conditions:[{field:"fontName",value:"B612"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/b612-mono/B612_Mono-400.ttf",conditions:[{field:"fontName",value:"B612 Mono"}],fallback:""},{label:"Italic",value:"https://common-fonts.abtasty.com/b612-mono/B612_Mono-400italic.ttf",conditions:[{field:"fontName",value:"B612 Mono"}],fallback:""},{label:"700",value:"https://common-fonts.abtasty.com/b612-mono/B612_Mono-700.ttf",conditions:[{field:"fontName",value:"B612 Mono"}],fallback:""},{label:"700 Italic",value:"https://common-fonts.abtasty.com/b612-mono/B612_Mono-700italic.ttf",conditions:[{field:"fontName",value:"B612 Mono"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/biz-udgothic/BIZ_UDGothic-400.ttf",conditions:[{field:"fontName",value:"BIZ UDGothic"}],fallback:""},{label:"700",value:"https://common-fonts.abtasty.com/biz-udgothic/BIZ_UDGothic-700.ttf",conditions:[{field:"fontName",value:"BIZ UDGothic"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/biz-udmincho/BIZ_UDMincho-400.ttf",conditions:[{field:"fontName",value:"BIZ UDMincho"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/biz-udpgothic/BIZ_UDPGothic-400.ttf",conditions:[{field:"fontName",value:"BIZ UDPGothic"}],fallback:""},{label:"700",value:"https://common-fonts.abtasty.com/biz-udpgothic/BIZ_UDPGothic-700.ttf",conditions:[{field:"fontName",value:"BIZ UDPGothic"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/biz-udpmincho/BIZ_UDPMincho-400.ttf",conditions:[{field:"fontName",value:"BIZ UDPMincho"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/babylonica/Babylonica-400.ttf",conditions:[{field:"fontName",value:"Babylonica"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/bad-script/Bad_Script-400.ttf",conditions:[{field:"fontName",value:"Bad Script"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/bahiana/Bahiana-400.ttf",conditions:[{field:"fontName",value:"Bahiana"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/bahianita/Bahianita-400.ttf",conditions:[{field:"fontName",value:"Bahianita"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/bai-jamjuree/Bai_Jamjuree-400.ttf",conditions:[{field:"fontName",value:"Bai Jamjuree"}],fallback:""},{label:"Italic",value:"https://common-fonts.abtasty.com/bai-jamjuree/Bai_Jamjuree-400italic.ttf",conditions:[{field:"fontName",value:"Bai Jamjuree"}],fallback:""},{label:"200",value:"https://common-fonts.abtasty.com/bai-jamjuree/Bai_Jamjuree-200.ttf",conditions:[{field:"fontName",value:"Bai Jamjuree"}],fallback:""},{label:"200 Italic",value:"https://common-fonts.abtasty.com/bai-jamjuree/Bai_Jamjuree-200italic.ttf",conditions:[{field:"fontName",value:"Bai Jamjuree"}],fallback:""},{label:"300",value:"https://common-fonts.abtasty.com/bai-jamjuree/Bai_Jamjuree-300.ttf",conditions:[{field:"fontName",value:"Bai Jamjuree"}],fallback:""},{label:"300 Italic",value:"https://common-fonts.abtasty.com/bai-jamjuree/Bai_Jamjuree-300italic.ttf",conditions:[{field:"fontName",value:"Bai Jamjuree"}],fallback:""},{label:"500",value:"https://common-fonts.abtasty.com/bai-jamjuree/Bai_Jamjuree-500.ttf",conditions:[{field:"fontName",value:"Bai Jamjuree"}],fallback:""},{label:"500 Italic",value:"https://common-fonts.abtasty.com/bai-jamjuree/Bai_Jamjuree-500italic.ttf",conditions:[{field:"fontName",value:"Bai Jamjuree"}],fallback:""},{label:"600",value:"https://common-fonts.abtasty.com/bai-jamjuree/Bai_Jamjuree-600.ttf",conditions:[{field:"fontName",value:"Bai Jamjuree"}],fallback:""},{label:"600 Italic",value:"https://common-fonts.abtasty.com/bai-jamjuree/Bai_Jamjuree-600italic.ttf",conditions:[{field:"fontName",value:"Bai Jamjuree"}],fallback:""},{label:"700",value:"https://common-fonts.abtasty.com/bai-jamjuree/Bai_Jamjuree-700.ttf",conditions:[{field:"fontName",value:"Bai Jamjuree"}],fallback:""},{label:"700 Italic",value:"https://common-fonts.abtasty.com/bai-jamjuree/Bai_Jamjuree-700italic.ttf",conditions:[{field:"fontName",value:"Bai Jamjuree"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/bakbak-one/Bakbak_One-400.ttf",conditions:[{field:"fontName",value:"Bakbak One"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/ballet/Ballet-400.ttf",conditions:[{field:"fontName",value:"Ballet"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/baloo-2/Baloo_2-400.ttf",conditions:[{field:"fontName",value:"Baloo 2"}],fallback:""},{label:"500",value:"https://common-fonts.abtasty.com/baloo-2/Baloo_2-500.ttf",conditions:[{field:"fontName",value:"Baloo 2"}],fallback:""},{label:"600",value:"https://common-fonts.abtasty.com/baloo-2/Baloo_2-600.ttf",conditions:[{field:"fontName",value:"Baloo 2"}],fallback:""},{label:"700",value:"https://common-fonts.abtasty.com/baloo-2/Baloo_2-700.ttf",conditions:[{field:"fontName",value:"Baloo 2"}],fallback:""},{label:"800",value:"https://common-fonts.abtasty.com/baloo-2/Baloo_2-800.ttf",conditions:[{field:"fontName",value:"Baloo 2"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/baloo-bhai-2/Baloo_Bhai 2-400.ttf",conditions:[{field:"fontName",value:"Baloo Bhai 2"}],fallback:""},{label:"500",value:"https://common-fonts.abtasty.com/baloo-bhai-2/Baloo_Bhai 2-500.ttf",conditions:[{field:"fontName",value:"Baloo Bhai 2"}],fallback:""},{label:"600",value:"https://common-fonts.abtasty.com/baloo-bhai-2/Baloo_Bhai 2-600.ttf",conditions:[{field:"fontName",value:"Baloo Bhai 2"}],fallback:""},{label:"700",value:"https://common-fonts.abtasty.com/baloo-bhai-2/Baloo_Bhai 2-700.ttf",conditions:[{field:"fontName",value:"Baloo Bhai 2"}],fallback:""},{label:"800",value:"https://common-fonts.abtasty.com/baloo-bhai-2/Baloo_Bhai 2-800.ttf",conditions:[{field:"fontName",value:"Baloo Bhai 2"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/baloo-bhaijaan-2/Baloo_Bhaijaan 2-400.ttf",conditions:[{field:"fontName",value:"Baloo Bhaijaan 2"}],fallback:""},{label:"500",value:"https://common-fonts.abtasty.com/baloo-bhaijaan-2/Baloo_Bhaijaan 2-500.ttf",conditions:[{field:"fontName",value:"Baloo Bhaijaan 2"}],fallback:""},{label:"600",value:"https://common-fonts.abtasty.com/baloo-bhaijaan-2/Baloo_Bhaijaan 2-600.ttf",conditions:[{field:"fontName",value:"Baloo Bhaijaan 2"}],fallback:""},{label:"700",value:"https://common-fonts.abtasty.com/baloo-bhaijaan-2/Baloo_Bhaijaan 2-700.ttf",conditions:[{field:"fontName",value:"Baloo Bhaijaan 2"}],fallback:""},{label:"800",value:"https://common-fonts.abtasty.com/baloo-bhaijaan-2/Baloo_Bhaijaan 2-800.ttf",conditions:[{field:"fontName",value:"Baloo Bhaijaan 2"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/baloo-bhaina-2/Baloo_Bhaina 2-400.ttf",conditions:[{field:"fontName",value:"Baloo Bhaina 2"}],fallback:""},{label:"500",value:"https://common-fonts.abtasty.com/baloo-bhaina-2/Baloo_Bhaina 2-500.ttf",conditions:[{field:"fontName",value:"Baloo Bhaina 2"}],fallback:""},{label:"600",value:"https://common-fonts.abtasty.com/baloo-bhaina-2/Baloo_Bhaina 2-600.ttf",conditions:[{field:"fontName",value:"Baloo Bhaina 2"}],fallback:""},{label:"700",value:"https://common-fonts.abtasty.com/baloo-bhaina-2/Baloo_Bhaina 2-700.ttf",conditions:[{field:"fontName",value:"Baloo Bhaina 2"}],fallback:""},{label:"800",value:"https://common-fonts.abtasty.com/baloo-bhaina-2/Baloo_Bhaina 2-800.ttf",conditions:[{field:"fontName",value:"Baloo Bhaina 2"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/baloo-chettan-2/Baloo_Chettan 2-400.ttf",conditions:[{field:"fontName",value:"Baloo Chettan 2"}],fallback:""},{label:"500",value:"https://common-fonts.abtasty.com/baloo-chettan-2/Baloo_Chettan 2-500.ttf",conditions:[{field:"fontName",value:"Baloo Chettan 2"}],fallback:""},{label:"600",value:"https://common-fonts.abtasty.com/baloo-chettan-2/Baloo_Chettan 2-600.ttf",conditions:[{field:"fontName",value:"Baloo Chettan 2"}],fallback:""},{label:"700",value:"https://common-fonts.abtasty.com/baloo-chettan-2/Baloo_Chettan 2-700.ttf",conditions:[{field:"fontName",value:"Baloo Chettan 2"}],fallback:""},{label:"800",value:"https://common-fonts.abtasty.com/baloo-chettan-2/Baloo_Chettan 2-800.ttf",conditions:[{field:"fontName",value:"Baloo Chettan 2"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/baloo-da-2/Baloo_Da 2-400.ttf",conditions:[{field:"fontName",value:"Baloo Da 2"}],fallback:""},{label:"500",value:"https://common-fonts.abtasty.com/baloo-da-2/Baloo_Da 2-500.ttf",conditions:[{field:"fontName",value:"Baloo Da 2"}],fallback:""},{label:"600",value:"https://common-fonts.abtasty.com/baloo-da-2/Baloo_Da 2-600.ttf",conditions:[{field:"fontName",value:"Baloo Da 2"}],fallback:""},{label:"700",value:"https://common-fonts.abtasty.com/baloo-da-2/Baloo_Da 2-700.ttf",conditions:[{field:"fontName",value:"Baloo Da 2"}],fallback:""},{label:"800",value:"https://common-fonts.abtasty.com/baloo-da-2/Baloo_Da 2-800.ttf",conditions:[{field:"fontName",value:"Baloo Da 2"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/baloo-paaji-2/Baloo_Paaji 2-400.ttf",conditions:[{field:"fontName",value:"Baloo Paaji 2"}],fallback:""},{label:"500",value:"https://common-fonts.abtasty.com/baloo-paaji-2/Baloo_Paaji 2-500.ttf",conditions:[{field:"fontName",value:"Baloo Paaji 2"}],fallback:""},{label:"600",value:"https://common-fonts.abtasty.com/baloo-paaji-2/Baloo_Paaji 2-600.ttf",conditions:[{field:"fontName",value:"Baloo Paaji 2"}],fallback:""},{label:"700",value:"https://common-fonts.abtasty.com/baloo-paaji-2/Baloo_Paaji 2-700.ttf",conditions:[{field:"fontName",value:"Baloo Paaji 2"}],fallback:""},{label:"800",value:"https://common-fonts.abtasty.com/baloo-paaji-2/Baloo_Paaji 2-800.ttf",conditions:[{field:"fontName",value:"Baloo Paaji 2"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/baloo-tamma-2/Baloo_Tamma 2-400.ttf",conditions:[{field:"fontName",value:"Baloo Tamma 2"}],fallback:""},{label:"500",value:"https://common-fonts.abtasty.com/baloo-tamma-2/Baloo_Tamma 2-500.ttf",conditions:[{field:"fontName",value:"Baloo Tamma 2"}],fallback:""},{label:"600",value:"https://common-fonts.abtasty.com/baloo-tamma-2/Baloo_Tamma 2-600.ttf",conditions:[{field:"fontName",value:"Baloo Tamma 2"}],fallback:""},{label:"700",value:"https://common-fonts.abtasty.com/baloo-tamma-2/Baloo_Tamma 2-700.ttf",conditions:[{field:"fontName",value:"Baloo Tamma 2"}],fallback:""},{label:"800",value:"https://common-fonts.abtasty.com/baloo-tamma-2/Baloo_Tamma 2-800.ttf",conditions:[{field:"fontName",value:"Baloo Tamma 2"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/baloo-tammudu-2/Baloo_Tammudu 2-400.ttf",conditions:[{field:"fontName",value:"Baloo Tammudu 2"}],fallback:""},{label:"500",value:"https://common-fonts.abtasty.com/baloo-tammudu-2/Baloo_Tammudu 2-500.ttf",conditions:[{field:"fontName",value:"Baloo Tammudu 2"}],fallback:""},{label:"600",value:"https://common-fonts.abtasty.com/baloo-tammudu-2/Baloo_Tammudu 2-600.ttf",conditions:[{field:"fontName",value:"Baloo Tammudu 2"}],fallback:""},{label:"700",value:"https://common-fonts.abtasty.com/baloo-tammudu-2/Baloo_Tammudu 2-700.ttf",conditions:[{field:"fontName",value:"Baloo Tammudu 2"}],fallback:""},{label:"800",value:"https://common-fonts.abtasty.com/baloo-tammudu-2/Baloo_Tammudu 2-800.ttf",conditions:[{field:"fontName",value:"Baloo Tammudu 2"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/baloo-thambi-2/Baloo_Thambi 2-400.ttf",conditions:[{field:"fontName",value:"Baloo Thambi 2"}],fallback:""},{label:"500",value:"https://common-fonts.abtasty.com/baloo-thambi-2/Baloo_Thambi 2-500.ttf",conditions:[{field:"fontName",value:"Baloo Thambi 2"}],fallback:""},{label:"600",value:"https://common-fonts.abtasty.com/baloo-thambi-2/Baloo_Thambi 2-600.ttf",conditions:[{field:"fontName",value:"Baloo Thambi 2"}],fallback:""},{label:"700",value:"https://common-fonts.abtasty.com/baloo-thambi-2/Baloo_Thambi 2-700.ttf",conditions:[{field:"fontName",value:"Baloo Thambi 2"}],fallback:""},{label:"800",value:"https://common-fonts.abtasty.com/baloo-thambi-2/Baloo_Thambi 2-800.ttf",conditions:[{field:"fontName",value:"Baloo Thambi 2"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/balsamiq-sans/Balsamiq_Sans-400.ttf",conditions:[{field:"fontName",value:"Balsamiq Sans"}],fallback:""},{label:"Italic",value:"https://common-fonts.abtasty.com/balsamiq-sans/Balsamiq_Sans-400italic.ttf",conditions:[{field:"fontName",value:"Balsamiq Sans"}],fallback:""},{label:"700",value:"https://common-fonts.abtasty.com/balsamiq-sans/Balsamiq_Sans-700.ttf",conditions:[{field:"fontName",value:"Balsamiq Sans"}],fallback:""},{label:"700 Italic",value:"https://common-fonts.abtasty.com/balsamiq-sans/Balsamiq_Sans-700italic.ttf",conditions:[{field:"fontName",value:"Balsamiq Sans"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/balthazar/Balthazar-400.ttf",conditions:[{field:"fontName",value:"Balthazar"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/bangers/Bangers-400.ttf",conditions:[{field:"fontName",value:"Bangers"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/barlow/Barlow-400.ttf",conditions:[{field:"fontName",value:"Barlow"}],fallback:""},{label:"Italic",value:"https://common-fonts.abtasty.com/barlow/Barlow-400italic.ttf",conditions:[{field:"fontName",value:"Barlow"}],fallback:""},{label:"100",value:"https://common-fonts.abtasty.com/barlow/Barlow-100.ttf",conditions:[{field:"fontName",value:"Barlow"}],fallback:""},{label:"100 Italic",value:"https://common-fonts.abtasty.com/barlow/Barlow-100italic.ttf",conditions:[{field:"fontName",value:"Barlow"}],fallback:""},{label:"200",value:"https://common-fonts.abtasty.com/barlow/Barlow-200.ttf",conditions:[{field:"fontName",value:"Barlow"}],fallback:""},{label:"200 Italic",value:"https://common-fonts.abtasty.com/barlow/Barlow-200italic.ttf",conditions:[{field:"fontName",value:"Barlow"}],fallback:""},{label:"300",value:"https://common-fonts.abtasty.com/barlow/Barlow-300.ttf",conditions:[{field:"fontName",value:"Barlow"}],fallback:""},{label:"300 Italic",value:"https://common-fonts.abtasty.com/barlow/Barlow-300italic.ttf",conditions:[{field:"fontName",value:"Barlow"}],fallback:""},{label:"500",value:"https://common-fonts.abtasty.com/barlow/Barlow-500.ttf",conditions:[{field:"fontName",value:"Barlow"}],fallback:""},{label:"500 Italic",value:"https://common-fonts.abtasty.com/barlow/Barlow-500italic.ttf",conditions:[{field:"fontName",value:"Barlow"}],fallback:""},{label:"600",value:"https://common-fonts.abtasty.com/barlow/Barlow-600.ttf",conditions:[{field:"fontName",value:"Barlow"}],fallback:""},{label:"600 Italic",value:"https://common-fonts.abtasty.com/barlow/Barlow-600italic.ttf",conditions:[{field:"fontName",value:"Barlow"}],fallback:""},{label:"700",value:"https://common-fonts.abtasty.com/barlow/Barlow-700.ttf",conditions:[{field:"fontName",value:"Barlow"}],fallback:""},{label:"700 Italic",value:"https://common-fonts.abtasty.com/barlow/Barlow-700italic.ttf",conditions:[{field:"fontName",value:"Barlow"}],fallback:""},{label:"800",value:"https://common-fonts.abtasty.com/barlow/Barlow-800.ttf",conditions:[{field:"fontName",value:"Barlow"}],fallback:""},{label:"800 Italic",value:"https://common-fonts.abtasty.com/barlow/Barlow-800italic.ttf",conditions:[{field:"fontName",value:"Barlow"}],fallback:""},{label:"900",value:"https://common-fonts.abtasty.com/barlow/Barlow-900.ttf",conditions:[{field:"fontName",value:"Barlow"}],fallback:""},{label:"900 Italic",value:"https://common-fonts.abtasty.com/barlow/Barlow-900italic.ttf",conditions:[{field:"fontName",value:"Barlow"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/barlow-condensed/Barlow_Condensed-400.ttf",conditions:[{field:"fontName",value:"Barlow Condensed"}],fallback:""},{label:"Italic",value:"https://common-fonts.abtasty.com/barlow-condensed/Barlow_Condensed-400italic.ttf",conditions:[{field:"fontName",value:"Barlow Condensed"}],fallback:""},{label:"100",value:"https://common-fonts.abtasty.com/barlow-condensed/Barlow_Condensed-100.ttf",conditions:[{field:"fontName",value:"Barlow Condensed"}],fallback:""},{label:"100 Italic",value:"https://common-fonts.abtasty.com/barlow-condensed/Barlow_Condensed-100italic.ttf",conditions:[{field:"fontName",value:"Barlow Condensed"}],fallback:""},{label:"200",value:"https://common-fonts.abtasty.com/barlow-condensed/Barlow_Condensed-200.ttf",conditions:[{field:"fontName",value:"Barlow Condensed"}],fallback:""},{label:"200 Italic",value:"https://common-fonts.abtasty.com/barlow-condensed/Barlow_Condensed-200italic.ttf",conditions:[{field:"fontName",value:"Barlow Condensed"}],fallback:""},{label:"300",value:"https://common-fonts.abtasty.com/barlow-condensed/Barlow_Condensed-300.ttf",conditions:[{field:"fontName",value:"Barlow Condensed"}],fallback:""},{label:"300 Italic",value:"https://common-fonts.abtasty.com/barlow-condensed/Barlow_Condensed-300italic.ttf",conditions:[{field:"fontName",value:"Barlow Condensed"}],fallback:""},{label:"500",value:"https://common-fonts.abtasty.com/barlow-condensed/Barlow_Condensed-500.ttf",conditions:[{field:"fontName",value:"Barlow Condensed"}],fallback:""},{label:"500 Italic",value:"https://common-fonts.abtasty.com/barlow-condensed/Barlow_Condensed-500italic.ttf",conditions:[{field:"fontName",value:"Barlow Condensed"}],fallback:""},{label:"600",value:"https://common-fonts.abtasty.com/barlow-condensed/Barlow_Condensed-600.ttf",conditions:[{field:"fontName",value:"Barlow Condensed"}],fallback:""},{label:"600 Italic",value:"https://common-fonts.abtasty.com/barlow-condensed/Barlow_Condensed-600italic.ttf",conditions:[{field:"fontName",value:"Barlow Condensed"}],fallback:""},{label:"700",value:"https://common-fonts.abtasty.com/barlow-condensed/Barlow_Condensed-700.ttf",conditions:[{field:"fontName",value:"Barlow Condensed"}],fallback:""},{label:"700 Italic",value:"https://common-fonts.abtasty.com/barlow-condensed/Barlow_Condensed-700italic.ttf",conditions:[{field:"fontName",value:"Barlow Condensed"}],fallback:""},{label:"800",value:"https://common-fonts.abtasty.com/barlow-condensed/Barlow_Condensed-800.ttf",conditions:[{field:"fontName",value:"Barlow Condensed"}],fallback:""},{label:"800 Italic",value:"https://common-fonts.abtasty.com/barlow-condensed/Barlow_Condensed-800italic.ttf",conditions:[{field:"fontName",value:"Barlow Condensed"}],fallback:""},{label:"900",value:"https://common-fonts.abtasty.com/barlow-condensed/Barlow_Condensed-900.ttf",conditions:[{field:"fontName",value:"Barlow Condensed"}],fallback:""},{label:"900 Italic",value:"https://common-fonts.abtasty.com/barlow-condensed/Barlow_Condensed-900italic.ttf",conditions:[{field:"fontName",value:"Barlow Condensed"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/barlow-semi-condensed/Barlow_Semi Condensed-400.ttf",conditions:[{field:"fontName",value:"Barlow Semi Condensed"}],fallback:""},{label:"Italic",value:"https://common-fonts.abtasty.com/barlow-semi-condensed/Barlow_Semi Condensed-400italic.ttf",conditions:[{field:"fontName",value:"Barlow Semi Condensed"}],fallback:""},{label:"100",value:"https://common-fonts.abtasty.com/barlow-semi-condensed/Barlow_Semi Condensed-100.ttf",conditions:[{field:"fontName",value:"Barlow Semi Condensed"}],fallback:""},{label:"100 Italic",value:"https://common-fonts.abtasty.com/barlow-semi-condensed/Barlow_Semi Condensed-100italic.ttf",conditions:[{field:"fontName",value:"Barlow Semi Condensed"}],fallback:""},{label:"200",value:"https://common-fonts.abtasty.com/barlow-semi-condensed/Barlow_Semi Condensed-200.ttf",conditions:[{field:"fontName",value:"Barlow Semi Condensed"}],fallback:""},{label:"200 Italic",value:"https://common-fonts.abtasty.com/barlow-semi-condensed/Barlow_Semi Condensed-200italic.ttf",conditions:[{field:"fontName",value:"Barlow Semi Condensed"}],fallback:""},{label:"300",value:"https://common-fonts.abtasty.com/barlow-semi-condensed/Barlow_Semi Condensed-300.ttf",conditions:[{field:"fontName",value:"Barlow Semi Condensed"}],fallback:""},{label:"300 Italic",value:"https://common-fonts.abtasty.com/barlow-semi-condensed/Barlow_Semi Condensed-300italic.ttf",conditions:[{field:"fontName",value:"Barlow Semi Condensed"}],fallback:""},{label:"500",value:"https://common-fonts.abtasty.com/barlow-semi-condensed/Barlow_Semi Condensed-500.ttf",conditions:[{field:"fontName",value:"Barlow Semi Condensed"}],fallback:""},{label:"500 Italic",value:"https://common-fonts.abtasty.com/barlow-semi-condensed/Barlow_Semi Condensed-500italic.ttf",conditions:[{field:"fontName",value:"Barlow Semi Condensed"}],fallback:""},{label:"600",value:"https://common-fonts.abtasty.com/barlow-semi-condensed/Barlow_Semi Condensed-600.ttf",conditions:[{field:"fontName",value:"Barlow Semi Condensed"}],fallback:""},{label:"600 Italic",value:"https://common-fonts.abtasty.com/barlow-semi-condensed/Barlow_Semi Condensed-600italic.ttf",conditions:[{field:"fontName",value:"Barlow Semi Condensed"}],fallback:""},{label:"700",value:"https://common-fonts.abtasty.com/barlow-semi-condensed/Barlow_Semi Condensed-700.ttf",conditions:[{field:"fontName",value:"Barlow Semi Condensed"}],fallback:""},{label:"700 Italic",value:"https://common-fonts.abtasty.com/barlow-semi-condensed/Barlow_Semi Condensed-700italic.ttf",conditions:[{field:"fontName",value:"Barlow Semi Condensed"}],fallback:""},{label:"800",value:"https://common-fonts.abtasty.com/barlow-semi-condensed/Barlow_Semi Condensed-800.ttf",conditions:[{field:"fontName",value:"Barlow Semi Condensed"}],fallback:""},{label:"800 Italic",value:"https://common-fonts.abtasty.com/barlow-semi-condensed/Barlow_Semi Condensed-800italic.ttf",conditions:[{field:"fontName",value:"Barlow Semi Condensed"}],fallback:""},{label:"900",value:"https://common-fonts.abtasty.com/barlow-semi-condensed/Barlow_Semi Condensed-900.ttf",conditions:[{field:"fontName",value:"Barlow Semi Condensed"}],fallback:""},{label:"900 Italic",value:"https://common-fonts.abtasty.com/barlow-semi-condensed/Barlow_Semi Condensed-900italic.ttf",conditions:[{field:"fontName",value:"Barlow Semi Condensed"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/barriecito/Barriecito-400.ttf",conditions:[{field:"fontName",value:"Barriecito"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/barrio/Barrio-400.ttf",conditions:[{field:"fontName",value:"Barrio"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/basic/Basic-400.ttf",conditions:[{field:"fontName",value:"Basic"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/baskervville/Baskervville-400.ttf",conditions:[{field:"fontName",value:"Baskervville"}],fallback:""},{label:"Italic",value:"https://common-fonts.abtasty.com/baskervville/Baskervville-400italic.ttf",conditions:[{field:"fontName",value:"Baskervville"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/battambang/Battambang-400.ttf",conditions:[{field:"fontName",value:"Battambang"}],fallback:""},{label:"100",value:"https://common-fonts.abtasty.com/battambang/Battambang-100.ttf",conditions:[{field:"fontName",value:"Battambang"}],fallback:""},{label:"300",value:"https://common-fonts.abtasty.com/battambang/Battambang-300.ttf",conditions:[{field:"fontName",value:"Battambang"}],fallback:""},{label:"700",value:"https://common-fonts.abtasty.com/battambang/Battambang-700.ttf",conditions:[{field:"fontName",value:"Battambang"}],fallback:""},{label:"900",value:"https://common-fonts.abtasty.com/battambang/Battambang-900.ttf",conditions:[{field:"fontName",value:"Battambang"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/baumans/Baumans-400.ttf",conditions:[{field:"fontName",value:"Baumans"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/bayon/Bayon-400.ttf",conditions:[{field:"fontName",value:"Bayon"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/be-vietnam-pro/Be_Vietnam Pro-400.ttf",conditions:[{field:"fontName",value:"Be Vietnam Pro"}],fallback:""},{label:"Italic",value:"https://common-fonts.abtasty.com/be-vietnam-pro/Be_Vietnam Pro-400italic.ttf",conditions:[{field:"fontName",value:"Be Vietnam Pro"}],fallback:""},{label:"100",value:"https://common-fonts.abtasty.com/be-vietnam-pro/Be_Vietnam Pro-100.ttf",conditions:[{field:"fontName",value:"Be Vietnam Pro"}],fallback:""},{label:"100 Italic",value:"https://common-fonts.abtasty.com/be-vietnam-pro/Be_Vietnam Pro-100italic.ttf",conditions:[{field:"fontName",value:"Be Vietnam Pro"}],fallback:""},{label:"200",value:"https://common-fonts.abtasty.com/be-vietnam-pro/Be_Vietnam Pro-200.ttf",conditions:[{field:"fontName",value:"Be Vietnam Pro"}],fallback:""},{label:"200 Italic",value:"https://common-fonts.abtasty.com/be-vietnam-pro/Be_Vietnam Pro-200italic.ttf",conditions:[{field:"fontName",value:"Be Vietnam Pro"}],fallback:""},{label:"300",value:"https://common-fonts.abtasty.com/be-vietnam-pro/Be_Vietnam Pro-300.ttf",conditions:[{field:"fontName",value:"Be Vietnam Pro"}],fallback:""},{label:"300 Italic",value:"https://common-fonts.abtasty.com/be-vietnam-pro/Be_Vietnam Pro-300italic.ttf",conditions:[{field:"fontName",value:"Be Vietnam Pro"}],fallback:""},{label:"500",value:"https://common-fonts.abtasty.com/be-vietnam-pro/Be_Vietnam Pro-500.ttf",conditions:[{field:"fontName",value:"Be Vietnam Pro"}],fallback:""},{label:"500 Italic",value:"https://common-fonts.abtasty.com/be-vietnam-pro/Be_Vietnam Pro-500italic.ttf",conditions:[{field:"fontName",value:"Be Vietnam Pro"}],fallback:""},{label:"600",value:"https://common-fonts.abtasty.com/be-vietnam-pro/Be_Vietnam Pro-600.ttf",conditions:[{field:"fontName",value:"Be Vietnam Pro"}],fallback:""},{label:"600 Italic",value:"https://common-fonts.abtasty.com/be-vietnam-pro/Be_Vietnam Pro-600italic.ttf",conditions:[{field:"fontName",value:"Be Vietnam Pro"}],fallback:""},{label:"700",value:"https://common-fonts.abtasty.com/be-vietnam-pro/Be_Vietnam Pro-700.ttf",conditions:[{field:"fontName",value:"Be Vietnam Pro"}],fallback:""},{label:"700 Italic",value:"https://common-fonts.abtasty.com/be-vietnam-pro/Be_Vietnam Pro-700italic.ttf",conditions:[{field:"fontName",value:"Be Vietnam Pro"}],fallback:""},{label:"800",value:"https://common-fonts.abtasty.com/be-vietnam-pro/Be_Vietnam Pro-800.ttf",conditions:[{field:"fontName",value:"Be Vietnam Pro"}],fallback:""},{label:"800 Italic",value:"https://common-fonts.abtasty.com/be-vietnam-pro/Be_Vietnam Pro-800italic.ttf",conditions:[{field:"fontName",value:"Be Vietnam Pro"}],fallback:""},{label:"900",value:"https://common-fonts.abtasty.com/be-vietnam-pro/Be_Vietnam Pro-900.ttf",conditions:[{field:"fontName",value:"Be Vietnam Pro"}],fallback:""},{label:"900 Italic",value:"https://common-fonts.abtasty.com/be-vietnam-pro/Be_Vietnam Pro-900italic.ttf",conditions:[{field:"fontName",value:"Be Vietnam Pro"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/beau-rivage/Beau_Rivage-400.ttf",conditions:[{field:"fontName",value:"Beau Rivage"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/bebas-neue/Bebas_Neue-400.ttf",conditions:[{field:"fontName",value:"Bebas Neue"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/belgrano/Belgrano-400.ttf",conditions:[{field:"fontName",value:"Belgrano"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/bellefair/Bellefair-400.ttf",conditions:[{field:"fontName",value:"Bellefair"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/belleza/Belleza-400.ttf",conditions:[{field:"fontName",value:"Belleza"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/bellota/Bellota-400.ttf",conditions:[{field:"fontName",value:"Bellota"}],fallback:""},{label:"Italic",value:"https://common-fonts.abtasty.com/bellota/Bellota-400italic.ttf",conditions:[{field:"fontName",value:"Bellota"}],fallback:""},{label:"300",value:"https://common-fonts.abtasty.com/bellota/Bellota-300.ttf",conditions:[{field:"fontName",value:"Bellota"}],fallback:""},{label:"300 Italic",value:"https://common-fonts.abtasty.com/bellota/Bellota-300italic.ttf",conditions:[{field:"fontName",value:"Bellota"}],fallback:""},{label:"700",value:"https://common-fonts.abtasty.com/bellota/Bellota-700.ttf",conditions:[{field:"fontName",value:"Bellota"}],fallback:""},{label:"700 Italic",value:"https://common-fonts.abtasty.com/bellota/Bellota-700italic.ttf",conditions:[{field:"fontName",value:"Bellota"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/bellota-text/Bellota_Text-400.ttf",conditions:[{field:"fontName",value:"Bellota Text"}],fallback:""},{label:"Italic",value:"https://common-fonts.abtasty.com/bellota-text/Bellota_Text-400italic.ttf",conditions:[{field:"fontName",value:"Bellota Text"}],fallback:""},{label:"300",value:"https://common-fonts.abtasty.com/bellota-text/Bellota_Text-300.ttf",conditions:[{field:"fontName",value:"Bellota Text"}],fallback:""},{label:"300 Italic",value:"https://common-fonts.abtasty.com/bellota-text/Bellota_Text-300italic.ttf",conditions:[{field:"fontName",value:"Bellota Text"}],fallback:""},{label:"700",value:"https://common-fonts.abtasty.com/bellota-text/Bellota_Text-700.ttf",conditions:[{field:"fontName",value:"Bellota Text"}],fallback:""},{label:"700 Italic",value:"https://common-fonts.abtasty.com/bellota-text/Bellota_Text-700italic.ttf",conditions:[{field:"fontName",value:"Bellota Text"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/benchnine/BenchNine-400.ttf",conditions:[{field:"fontName",value:"BenchNine"}],fallback:""},{label:"300",value:"https://common-fonts.abtasty.com/benchnine/BenchNine-300.ttf",conditions:[{field:"fontName",value:"BenchNine"}],fallback:""},{label:"700",value:"https://common-fonts.abtasty.com/benchnine/BenchNine-700.ttf",conditions:[{field:"fontName",value:"BenchNine"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/benne/Benne-400.ttf",conditions:[{field:"fontName",value:"Benne"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/bentham/Bentham-400.ttf",conditions:[{field:"fontName",value:"Bentham"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/berkshire-swash/Berkshire_Swash-400.ttf",conditions:[{field:"fontName",value:"Berkshire Swash"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/besley/Besley-400.ttf",conditions:[{field:"fontName",value:"Besley"}],fallback:""},{label:"Italic",value:"https://common-fonts.abtasty.com/besley/Besley-400italic.ttf",conditions:[{field:"fontName",value:"Besley"}],fallback:""},{label:"500",value:"https://common-fonts.abtasty.com/besley/Besley-500.ttf",conditions:[{field:"fontName",value:"Besley"}],fallback:""},{label:"500 Italic",value:"https://common-fonts.abtasty.com/besley/Besley-500italic.ttf",conditions:[{field:"fontName",value:"Besley"}],fallback:""},{label:"600",value:"https://common-fonts.abtasty.com/besley/Besley-600.ttf",conditions:[{field:"fontName",value:"Besley"}],fallback:""},{label:"600 Italic",value:"https://common-fonts.abtasty.com/besley/Besley-600italic.ttf",conditions:[{field:"fontName",value:"Besley"}],fallback:""},{label:"700",value:"https://common-fonts.abtasty.com/besley/Besley-700.ttf",conditions:[{field:"fontName",value:"Besley"}],fallback:""},{label:"700 Italic",value:"https://common-fonts.abtasty.com/besley/Besley-700italic.ttf",conditions:[{field:"fontName",value:"Besley"}],fallback:""},{label:"800",value:"https://common-fonts.abtasty.com/besley/Besley-800.ttf",conditions:[{field:"fontName",value:"Besley"}],fallback:""},{label:"800 Italic",value:"https://common-fonts.abtasty.com/besley/Besley-800italic.ttf",conditions:[{field:"fontName",value:"Besley"}],fallback:""},{label:"900",value:"https://common-fonts.abtasty.com/besley/Besley-900.ttf",conditions:[{field:"fontName",value:"Besley"}],fallback:""},{label:"900 Italic",value:"https://common-fonts.abtasty.com/besley/Besley-900italic.ttf",conditions:[{field:"fontName",value:"Besley"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/beth-ellen/Beth_Ellen-400.ttf",conditions:[{field:"fontName",value:"Beth Ellen"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/bevan/Bevan-400.ttf",conditions:[{field:"fontName",value:"Bevan"}],fallback:""},{label:"Italic",value:"https://common-fonts.abtasty.com/bevan/Bevan-400italic.ttf",conditions:[{field:"fontName",value:"Bevan"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/bhutuka-expanded-one/BhuTuka_Expanded One-400.ttf",conditions:[{field:"fontName",value:"BhuTuka Expanded One"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/big-shoulders-display/Big_Shoulders Display-400.ttf",conditions:[{field:"fontName",value:"Big Shoulders Display"}],fallback:""},{label:"100",value:"https://common-fonts.abtasty.com/big-shoulders-display/Big_Shoulders Display-100.ttf",conditions:[{field:"fontName",value:"Big Shoulders Display"}],fallback:""},{label:"200",value:"https://common-fonts.abtasty.com/big-shoulders-display/Big_Shoulders Display-200.ttf",conditions:[{field:"fontName",value:"Big Shoulders Display"}],fallback:""},{label:"300",value:"https://common-fonts.abtasty.com/big-shoulders-display/Big_Shoulders Display-300.ttf",conditions:[{field:"fontName",value:"Big Shoulders Display"}],fallback:""},{label:"500",value:"https://common-fonts.abtasty.com/big-shoulders-display/Big_Shoulders Display-500.ttf",conditions:[{field:"fontName",value:"Big Shoulders Display"}],fallback:""},{label:"600",value:"https://common-fonts.abtasty.com/big-shoulders-display/Big_Shoulders Display-600.ttf",conditions:[{field:"fontName",value:"Big Shoulders Display"}],fallback:""},{label:"700",value:"https://common-fonts.abtasty.com/big-shoulders-display/Big_Shoulders Display-700.ttf",conditions:[{field:"fontName",value:"Big Shoulders Display"}],fallback:""},{label:"800",value:"https://common-fonts.abtasty.com/big-shoulders-display/Big_Shoulders Display-800.ttf",conditions:[{field:"fontName",value:"Big Shoulders Display"}],fallback:""},{label:"900",value:"https://common-fonts.abtasty.com/big-shoulders-display/Big_Shoulders Display-900.ttf",conditions:[{field:"fontName",value:"Big Shoulders Display"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/big-shoulders-inline-display/Big_Shoulders Inline Display-400.ttf",conditions:[{field:"fontName",value:"Big Shoulders Inline Display"}],fallback:""},{label:"100",value:"https://common-fonts.abtasty.com/big-shoulders-inline-display/Big_Shoulders Inline Display-100.ttf",conditions:[{field:"fontName",value:"Big Shoulders Inline Display"}],fallback:""},{label:"200",value:"https://common-fonts.abtasty.com/big-shoulders-inline-display/Big_Shoulders Inline Display-200.ttf",conditions:[{field:"fontName",value:"Big Shoulders Inline Display"}],fallback:""},{label:"300",value:"https://common-fonts.abtasty.com/big-shoulders-inline-display/Big_Shoulders Inline Display-300.ttf",conditions:[{field:"fontName",value:"Big Shoulders Inline Display"}],fallback:""},{label:"500",value:"https://common-fonts.abtasty.com/big-shoulders-inline-display/Big_Shoulders Inline Display-500.ttf",conditions:[{field:"fontName",value:"Big Shoulders Inline Display"}],fallback:""},{label:"600",value:"https://common-fonts.abtasty.com/big-shoulders-inline-display/Big_Shoulders Inline Display-600.ttf",conditions:[{field:"fontName",value:"Big Shoulders Inline Display"}],fallback:""},{label:"700",value:"https://common-fonts.abtasty.com/big-shoulders-inline-display/Big_Shoulders Inline Display-700.ttf",conditions:[{field:"fontName",value:"Big Shoulders Inline Display"}],fallback:""},{label:"800",value:"https://common-fonts.abtasty.com/big-shoulders-inline-display/Big_Shoulders Inline Display-800.ttf",conditions:[{field:"fontName",value:"Big Shoulders Inline Display"}],fallback:""},{label:"900",value:"https://common-fonts.abtasty.com/big-shoulders-inline-display/Big_Shoulders Inline Display-900.ttf",conditions:[{field:"fontName",value:"Big Shoulders Inline Display"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/big-shoulders-inline-text/Big_Shoulders Inline Text-400.ttf",conditions:[{field:"fontName",value:"Big Shoulders Inline Text"}],fallback:""},{label:"100",value:"https://common-fonts.abtasty.com/big-shoulders-inline-text/Big_Shoulders Inline Text-100.ttf",conditions:[{field:"fontName",value:"Big Shoulders Inline Text"}],fallback:""},{label:"200",value:"https://common-fonts.abtasty.com/big-shoulders-inline-text/Big_Shoulders Inline Text-200.ttf",conditions:[{field:"fontName",value:"Big Shoulders Inline Text"}],fallback:""},{label:"300",value:"https://common-fonts.abtasty.com/big-shoulders-inline-text/Big_Shoulders Inline Text-300.ttf",conditions:[{field:"fontName",value:"Big Shoulders Inline Text"}],fallback:""},{label:"500",value:"https://common-fonts.abtasty.com/big-shoulders-inline-text/Big_Shoulders Inline Text-500.ttf",conditions:[{field:"fontName",value:"Big Shoulders Inline Text"}],fallback:""},{label:"600",value:"https://common-fonts.abtasty.com/big-shoulders-inline-text/Big_Shoulders Inline Text-600.ttf",conditions:[{field:"fontName",value:"Big Shoulders Inline Text"}],fallback:""},{label:"700",value:"https://common-fonts.abtasty.com/big-shoulders-inline-text/Big_Shoulders Inline Text-700.ttf",conditions:[{field:"fontName",value:"Big Shoulders Inline Text"}],fallback:""},{label:"800",value:"https://common-fonts.abtasty.com/big-shoulders-inline-text/Big_Shoulders Inline Text-800.ttf",conditions:[{field:"fontName",value:"Big Shoulders Inline Text"}],fallback:""},{label:"900",value:"https://common-fonts.abtasty.com/big-shoulders-inline-text/Big_Shoulders Inline Text-900.ttf",conditions:[{field:"fontName",value:"Big Shoulders Inline Text"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/big-shoulders-stencil-display/Big_Shoulders Stencil Display-400.ttf",conditions:[{field:"fontName",value:"Big Shoulders Stencil Display"}],fallback:""},{label:"100",value:"https://common-fonts.abtasty.com/big-shoulders-stencil-display/Big_Shoulders Stencil Display-100.ttf",conditions:[{field:"fontName",value:"Big Shoulders Stencil Display"}],fallback:""},{label:"200",value:"https://common-fonts.abtasty.com/big-shoulders-stencil-display/Big_Shoulders Stencil Display-200.ttf",conditions:[{field:"fontName",value:"Big Shoulders Stencil Display"}],fallback:""},{label:"300",value:"https://common-fonts.abtasty.com/big-shoulders-stencil-display/Big_Shoulders Stencil Display-300.ttf",conditions:[{field:"fontName",value:"Big Shoulders Stencil Display"}],fallback:""},{label:"500",value:"https://common-fonts.abtasty.com/big-shoulders-stencil-display/Big_Shoulders Stencil Display-500.ttf",conditions:[{field:"fontName",value:"Big Shoulders Stencil Display"}],fallback:""},{label:"600",value:"https://common-fonts.abtasty.com/big-shoulders-stencil-display/Big_Shoulders Stencil Display-600.ttf",conditions:[{field:"fontName",value:"Big Shoulders Stencil Display"}],fallback:""},{label:"700",value:"https://common-fonts.abtasty.com/big-shoulders-stencil-display/Big_Shoulders Stencil Display-700.ttf",conditions:[{field:"fontName",value:"Big Shoulders Stencil Display"}],fallback:""},{label:"800",value:"https://common-fonts.abtasty.com/big-shoulders-stencil-display/Big_Shoulders Stencil Display-800.ttf",conditions:[{field:"fontName",value:"Big Shoulders Stencil Display"}],fallback:""},{label:"900",value:"https://common-fonts.abtasty.com/big-shoulders-stencil-display/Big_Shoulders Stencil Display-900.ttf",conditions:[{field:"fontName",value:"Big Shoulders Stencil Display"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/big-shoulders-stencil-text/Big_Shoulders Stencil Text-400.ttf",conditions:[{field:"fontName",value:"Big Shoulders Stencil Text"}],fallback:""},{label:"100",value:"https://common-fonts.abtasty.com/big-shoulders-stencil-text/Big_Shoulders Stencil Text-100.ttf",conditions:[{field:"fontName",value:"Big Shoulders Stencil Text"}],fallback:""},{label:"200",value:"https://common-fonts.abtasty.com/big-shoulders-stencil-text/Big_Shoulders Stencil Text-200.ttf",conditions:[{field:"fontName",value:"Big Shoulders Stencil Text"}],fallback:""},{label:"300",value:"https://common-fonts.abtasty.com/big-shoulders-stencil-text/Big_Shoulders Stencil Text-300.ttf",conditions:[{field:"fontName",value:"Big Shoulders Stencil Text"}],fallback:""},{label:"500",value:"https://common-fonts.abtasty.com/big-shoulders-stencil-text/Big_Shoulders Stencil Text-500.ttf",conditions:[{field:"fontName",value:"Big Shoulders Stencil Text"}],fallback:""},{label:"600",value:"https://common-fonts.abtasty.com/big-shoulders-stencil-text/Big_Shoulders Stencil Text-600.ttf",conditions:[{field:"fontName",value:"Big Shoulders Stencil Text"}],fallback:""},{label:"700",value:"https://common-fonts.abtasty.com/big-shoulders-stencil-text/Big_Shoulders Stencil Text-700.ttf",conditions:[{field:"fontName",value:"Big Shoulders Stencil Text"}],fallback:""},{label:"800",value:"https://common-fonts.abtasty.com/big-shoulders-stencil-text/Big_Shoulders Stencil Text-800.ttf",conditions:[{field:"fontName",value:"Big Shoulders Stencil Text"}],fallback:""},{label:"900",value:"https://common-fonts.abtasty.com/big-shoulders-stencil-text/Big_Shoulders Stencil Text-900.ttf",conditions:[{field:"fontName",value:"Big Shoulders Stencil Text"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/big-shoulders-text/Big_Shoulders Text-400.ttf",conditions:[{field:"fontName",value:"Big Shoulders Text"}],fallback:""},{label:"100",value:"https://common-fonts.abtasty.com/big-shoulders-text/Big_Shoulders Text-100.ttf",conditions:[{field:"fontName",value:"Big Shoulders Text"}],fallback:""},{label:"200",value:"https://common-fonts.abtasty.com/big-shoulders-text/Big_Shoulders Text-200.ttf",conditions:[{field:"fontName",value:"Big Shoulders Text"}],fallback:""},{label:"300",value:"https://common-fonts.abtasty.com/big-shoulders-text/Big_Shoulders Text-300.ttf",conditions:[{field:"fontName",value:"Big Shoulders Text"}],fallback:""},{label:"500",value:"https://common-fonts.abtasty.com/big-shoulders-text/Big_Shoulders Text-500.ttf",conditions:[{field:"fontName",value:"Big Shoulders Text"}],fallback:""},{label:"600",value:"https://common-fonts.abtasty.com/big-shoulders-text/Big_Shoulders Text-600.ttf",conditions:[{field:"fontName",value:"Big Shoulders Text"}],fallback:""},{label:"700",value:"https://common-fonts.abtasty.com/big-shoulders-text/Big_Shoulders Text-700.ttf",conditions:[{field:"fontName",value:"Big Shoulders Text"}],fallback:""},{label:"800",value:"https://common-fonts.abtasty.com/big-shoulders-text/Big_Shoulders Text-800.ttf",conditions:[{field:"fontName",value:"Big Shoulders Text"}],fallback:""},{label:"900",value:"https://common-fonts.abtasty.com/big-shoulders-text/Big_Shoulders Text-900.ttf",conditions:[{field:"fontName",value:"Big Shoulders Text"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/bigelow-rules/Bigelow_Rules-400.ttf",conditions:[{field:"fontName",value:"Bigelow Rules"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/bigshot-one/Bigshot_One-400.ttf",conditions:[{field:"fontName",value:"Bigshot One"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/bilbo/Bilbo-400.ttf",conditions:[{field:"fontName",value:"Bilbo"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/bilbo-swash-caps/Bilbo_Swash Caps-400.ttf",conditions:[{field:"fontName",value:"Bilbo Swash Caps"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/biorhyme/BioRhyme-400.ttf",conditions:[{field:"fontName",value:"BioRhyme"}],fallback:""},{label:"200",value:"https://common-fonts.abtasty.com/biorhyme/BioRhyme-200.ttf",conditions:[{field:"fontName",value:"BioRhyme"}],fallback:""},{label:"300",value:"https://common-fonts.abtasty.com/biorhyme/BioRhyme-300.ttf",conditions:[{field:"fontName",value:"BioRhyme"}],fallback:""},{label:"700",value:"https://common-fonts.abtasty.com/biorhyme/BioRhyme-700.ttf",conditions:[{field:"fontName",value:"BioRhyme"}],fallback:""},{label:"800",value:"https://common-fonts.abtasty.com/biorhyme/BioRhyme-800.ttf",conditions:[{field:"fontName",value:"BioRhyme"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/biorhyme-expanded/BioRhyme_Expanded-400.ttf",conditions:[{field:"fontName",value:"BioRhyme Expanded"}],fallback:""},{label:"200",value:"https://common-fonts.abtasty.com/biorhyme-expanded/BioRhyme_Expanded-200.ttf",conditions:[{field:"fontName",value:"BioRhyme Expanded"}],fallback:""},{label:"300",value:"https://common-fonts.abtasty.com/biorhyme-expanded/BioRhyme_Expanded-300.ttf",conditions:[{field:"fontName",value:"BioRhyme Expanded"}],fallback:""},{label:"700",value:"https://common-fonts.abtasty.com/biorhyme-expanded/BioRhyme_Expanded-700.ttf",conditions:[{field:"fontName",value:"BioRhyme Expanded"}],fallback:""},{label:"800",value:"https://common-fonts.abtasty.com/biorhyme-expanded/BioRhyme_Expanded-800.ttf",conditions:[{field:"fontName",value:"BioRhyme Expanded"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/birthstone/Birthstone-400.ttf",conditions:[{field:"fontName",value:"Birthstone"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/birthstone-bounce/Birthstone_Bounce-400.ttf",conditions:[{field:"fontName",value:"Birthstone Bounce"}],fallback:""},{label:"500",value:"https://common-fonts.abtasty.com/birthstone-bounce/Birthstone_Bounce-500.ttf",conditions:[{field:"fontName",value:"Birthstone Bounce"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/biryani/Biryani-400.ttf",conditions:[{field:"fontName",value:"Biryani"}],fallback:""},{label:"200",value:"https://common-fonts.abtasty.com/biryani/Biryani-200.ttf",conditions:[{field:"fontName",value:"Biryani"}],fallback:""},{label:"300",value:"https://common-fonts.abtasty.com/biryani/Biryani-300.ttf",conditions:[{field:"fontName",value:"Biryani"}],fallback:""},{label:"600",value:"https://common-fonts.abtasty.com/biryani/Biryani-600.ttf",conditions:[{field:"fontName",value:"Biryani"}],fallback:""},{label:"700",value:"https://common-fonts.abtasty.com/biryani/Biryani-700.ttf",conditions:[{field:"fontName",value:"Biryani"}],fallback:""},{label:"800",value:"https://common-fonts.abtasty.com/biryani/Biryani-800.ttf",conditions:[{field:"fontName",value:"Biryani"}],fallback:""},{label:"900",value:"https://common-fonts.abtasty.com/biryani/Biryani-900.ttf",conditions:[{field:"fontName",value:"Biryani"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/bitter/Bitter-400.ttf",conditions:[{field:"fontName",value:"Bitter"}],fallback:""},{label:"Italic",value:"https://common-fonts.abtasty.com/bitter/Bitter-400italic.ttf",conditions:[{field:"fontName",value:"Bitter"}],fallback:""},{label:"100",value:"https://common-fonts.abtasty.com/bitter/Bitter-100.ttf",conditions:[{field:"fontName",value:"Bitter"}],fallback:""},{label:"100 Italic",value:"https://common-fonts.abtasty.com/bitter/Bitter-100italic.ttf",conditions:[{field:"fontName",value:"Bitter"}],fallback:""},{label:"200",value:"https://common-fonts.abtasty.com/bitter/Bitter-200.ttf",conditions:[{field:"fontName",value:"Bitter"}],fallback:""},{label:"200 Italic",value:"https://common-fonts.abtasty.com/bitter/Bitter-200italic.ttf",conditions:[{field:"fontName",value:"Bitter"}],fallback:""},{label:"300",value:"https://common-fonts.abtasty.com/bitter/Bitter-300.ttf",conditions:[{field:"fontName",value:"Bitter"}],fallback:""},{label:"300 Italic",value:"https://common-fonts.abtasty.com/bitter/Bitter-300italic.ttf",conditions:[{field:"fontName",value:"Bitter"}],fallback:""},{label:"500",value:"https://common-fonts.abtasty.com/bitter/Bitter-500.ttf",conditions:[{field:"fontName",value:"Bitter"}],fallback:""},{label:"500 Italic",value:"https://common-fonts.abtasty.com/bitter/Bitter-500italic.ttf",conditions:[{field:"fontName",value:"Bitter"}],fallback:""},{label:"600",value:"https://common-fonts.abtasty.com/bitter/Bitter-600.ttf",conditions:[{field:"fontName",value:"Bitter"}],fallback:""},{label:"600 Italic",value:"https://common-fonts.abtasty.com/bitter/Bitter-600italic.ttf",conditions:[{field:"fontName",value:"Bitter"}],fallback:""},{label:"700",value:"https://common-fonts.abtasty.com/bitter/Bitter-700.ttf",conditions:[{field:"fontName",value:"Bitter"}],fallback:""},{label:"700 Italic",value:"https://common-fonts.abtasty.com/bitter/Bitter-700italic.ttf",conditions:[{field:"fontName",value:"Bitter"}],fallback:""},{label:"800",value:"https://common-fonts.abtasty.com/bitter/Bitter-800.ttf",conditions:[{field:"fontName",value:"Bitter"}],fallback:""},{label:"800 Italic",value:"https://common-fonts.abtasty.com/bitter/Bitter-800italic.ttf",conditions:[{field:"fontName",value:"Bitter"}],fallback:""},{label:"900",value:"https://common-fonts.abtasty.com/bitter/Bitter-900.ttf",conditions:[{field:"fontName",value:"Bitter"}],fallback:""},{label:"900 Italic",value:"https://common-fonts.abtasty.com/bitter/Bitter-900italic.ttf",conditions:[{field:"fontName",value:"Bitter"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/black-and-white-picture/Black_And White Picture-400.ttf",conditions:[{field:"fontName",value:"Black And White Picture"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/black-han-sans/Black_Han Sans-400.ttf",conditions:[{field:"fontName",value:"Black Han Sans"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/black-ops-one/Black_Ops One-400.ttf",conditions:[{field:"fontName",value:"Black Ops One"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/blaka/Blaka-400.ttf",conditions:[{field:"fontName",value:"Blaka"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/blaka-hollow/Blaka_Hollow-400.ttf",conditions:[{field:"fontName",value:"Blaka Hollow"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/blinker/Blinker-400.ttf",conditions:[{field:"fontName",value:"Blinker"}],fallback:""},{label:"100",value:"https://common-fonts.abtasty.com/blinker/Blinker-100.ttf",conditions:[{field:"fontName",value:"Blinker"}],fallback:""},{label:"200",value:"https://common-fonts.abtasty.com/blinker/Blinker-200.ttf",conditions:[{field:"fontName",value:"Blinker"}],fallback:""},{label:"300",value:"https://common-fonts.abtasty.com/blinker/Blinker-300.ttf",conditions:[{field:"fontName",value:"Blinker"}],fallback:""},{label:"600",value:"https://common-fonts.abtasty.com/blinker/Blinker-600.ttf",conditions:[{field:"fontName",value:"Blinker"}],fallback:""},{label:"700",value:"https://common-fonts.abtasty.com/blinker/Blinker-700.ttf",conditions:[{field:"fontName",value:"Blinker"}],fallback:""},{label:"800",value:"https://common-fonts.abtasty.com/blinker/Blinker-800.ttf",conditions:[{field:"fontName",value:"Blinker"}],fallback:""},{label:"900",value:"https://common-fonts.abtasty.com/blinker/Blinker-900.ttf",conditions:[{field:"fontName",value:"Blinker"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/bodoni-moda/Bodoni_Moda-400.ttf",conditions:[{field:"fontName",value:"Bodoni Moda"}],fallback:""},{label:"Italic",value:"https://common-fonts.abtasty.com/bodoni-moda/Bodoni_Moda-400italic.ttf",conditions:[{field:"fontName",value:"Bodoni Moda"}],fallback:""},{label:"500",value:"https://common-fonts.abtasty.com/bodoni-moda/Bodoni_Moda-500.ttf",conditions:[{field:"fontName",value:"Bodoni Moda"}],fallback:""},{label:"500 Italic",value:"https://common-fonts.abtasty.com/bodoni-moda/Bodoni_Moda-500italic.ttf",conditions:[{field:"fontName",value:"Bodoni Moda"}],fallback:""},{label:"600",value:"https://common-fonts.abtasty.com/bodoni-moda/Bodoni_Moda-600.ttf",conditions:[{field:"fontName",value:"Bodoni Moda"}],fallback:""},{label:"600 Italic",value:"https://common-fonts.abtasty.com/bodoni-moda/Bodoni_Moda-600italic.ttf",conditions:[{field:"fontName",value:"Bodoni Moda"}],fallback:""},{label:"700",value:"https://common-fonts.abtasty.com/bodoni-moda/Bodoni_Moda-700.ttf",conditions:[{field:"fontName",value:"Bodoni Moda"}],fallback:""},{label:"700 Italic",value:"https://common-fonts.abtasty.com/bodoni-moda/Bodoni_Moda-700italic.ttf",conditions:[{field:"fontName",value:"Bodoni Moda"}],fallback:""},{label:"800",value:"https://common-fonts.abtasty.com/bodoni-moda/Bodoni_Moda-800.ttf",conditions:[{field:"fontName",value:"Bodoni Moda"}],fallback:""},{label:"800 Italic",value:"https://common-fonts.abtasty.com/bodoni-moda/Bodoni_Moda-800italic.ttf",conditions:[{field:"fontName",value:"Bodoni Moda"}],fallback:""},{label:"900",value:"https://common-fonts.abtasty.com/bodoni-moda/Bodoni_Moda-900.ttf",conditions:[{field:"fontName",value:"Bodoni Moda"}],fallback:""},{label:"900 Italic",value:"https://common-fonts.abtasty.com/bodoni-moda/Bodoni_Moda-900italic.ttf",conditions:[{field:"fontName",value:"Bodoni Moda"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/bokor/Bokor-400.ttf",conditions:[{field:"fontName",value:"Bokor"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/bona-nova/Bona_Nova-400.ttf",conditions:[{field:"fontName",value:"Bona Nova"}],fallback:""},{label:"Italic",value:"https://common-fonts.abtasty.com/bona-nova/Bona_Nova-400italic.ttf",conditions:[{field:"fontName",value:"Bona Nova"}],fallback:""},{label:"700",value:"https://common-fonts.abtasty.com/bona-nova/Bona_Nova-700.ttf",conditions:[{field:"fontName",value:"Bona Nova"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/bonbon/Bonbon-400.ttf",conditions:[{field:"fontName",value:"Bonbon"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/bonheur-royale/Bonheur_Royale-400.ttf",conditions:[{field:"fontName",value:"Bonheur Royale"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/boogaloo/Boogaloo-400.ttf",conditions:[{field:"fontName",value:"Boogaloo"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/bowlby-one/Bowlby_One-400.ttf",conditions:[{field:"fontName",value:"Bowlby One"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/bowlby-one-sc/Bowlby_One SC-400.ttf",conditions:[{field:"fontName",value:"Bowlby One SC"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/brawler/Brawler-400.ttf",conditions:[{field:"fontName",value:"Brawler"}],fallback:""},{label:"700",value:"https://common-fonts.abtasty.com/brawler/Brawler-700.ttf",conditions:[{field:"fontName",value:"Brawler"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/bree-serif/Bree_Serif-400.ttf",conditions:[{field:"fontName",value:"Bree Serif"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/brygada-1918/Brygada_1918-400.ttf",conditions:[{field:"fontName",value:"Brygada 1918"}],fallback:""},{label:"Italic",value:"https://common-fonts.abtasty.com/brygada-1918/Brygada_1918-400italic.ttf",conditions:[{field:"fontName",value:"Brygada 1918"}],fallback:""},{label:"500",value:"https://common-fonts.abtasty.com/brygada-1918/Brygada_1918-500.ttf",conditions:[{field:"fontName",value:"Brygada 1918"}],fallback:""},{label:"500 Italic",value:"https://common-fonts.abtasty.com/brygada-1918/Brygada_1918-500italic.ttf",conditions:[{field:"fontName",value:"Brygada 1918"}],fallback:""},{label:"600",value:"https://common-fonts.abtasty.com/brygada-1918/Brygada_1918-600.ttf",conditions:[{field:"fontName",value:"Brygada 1918"}],fallback:""},{label:"600 Italic",value:"https://common-fonts.abtasty.com/brygada-1918/Brygada_1918-600italic.ttf",conditions:[{field:"fontName",value:"Brygada 1918"}],fallback:""},{label:"700",value:"https://common-fonts.abtasty.com/brygada-1918/Brygada_1918-700.ttf",conditions:[{field:"fontName",value:"Brygada 1918"}],fallback:""},{label:"700 Italic",value:"https://common-fonts.abtasty.com/brygada-1918/Brygada_1918-700italic.ttf",conditions:[{field:"fontName",value:"Brygada 1918"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/bubblegum-sans/Bubblegum_Sans-400.ttf",conditions:[{field:"fontName",value:"Bubblegum Sans"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/bubbler-one/Bubbler_One-400.ttf",conditions:[{field:"fontName",value:"Bubbler One"}],fallback:""},{label:"300",value:"https://common-fonts.abtasty.com/buda/Buda-300.ttf",conditions:[{field:"fontName",value:"Buda"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/buenard/Buenard-400.ttf",conditions:[{field:"fontName",value:"Buenard"}],fallback:""},{label:"700",value:"https://common-fonts.abtasty.com/buenard/Buenard-700.ttf",conditions:[{field:"fontName",value:"Buenard"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/bungee/Bungee-400.ttf",conditions:[{field:"fontName",value:"Bungee"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/bungee-hairline/Bungee_Hairline-400.ttf",conditions:[{field:"fontName",value:"Bungee Hairline"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/bungee-inline/Bungee_Inline-400.ttf",conditions:[{field:"fontName",value:"Bungee Inline"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/bungee-outline/Bungee_Outline-400.ttf",conditions:[{field:"fontName",value:"Bungee Outline"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/bungee-shade/Bungee_Shade-400.ttf",conditions:[{field:"fontName",value:"Bungee Shade"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/butcherman/Butcherman-400.ttf",conditions:[{field:"fontName",value:"Butcherman"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/butterfly-kids/Butterfly_Kids-400.ttf",conditions:[{field:"fontName",value:"Butterfly Kids"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/cabin/Cabin-400.ttf",conditions:[{field:"fontName",value:"Cabin"}],fallback:""},{label:"Italic",value:"https://common-fonts.abtasty.com/cabin/Cabin-400italic.ttf",conditions:[{field:"fontName",value:"Cabin"}],fallback:""},{label:"500",value:"https://common-fonts.abtasty.com/cabin/Cabin-500.ttf",conditions:[{field:"fontName",value:"Cabin"}],fallback:""},{label:"500 Italic",value:"https://common-fonts.abtasty.com/cabin/Cabin-500italic.ttf",conditions:[{field:"fontName",value:"Cabin"}],fallback:""},{label:"600",value:"https://common-fonts.abtasty.com/cabin/Cabin-600.ttf",conditions:[{field:"fontName",value:"Cabin"}],fallback:""},{label:"600 Italic",value:"https://common-fonts.abtasty.com/cabin/Cabin-600italic.ttf",conditions:[{field:"fontName",value:"Cabin"}],fallback:""},{label:"700",value:"https://common-fonts.abtasty.com/cabin/Cabin-700.ttf",conditions:[{field:"fontName",value:"Cabin"}],fallback:""},{label:"700 Italic",value:"https://common-fonts.abtasty.com/cabin/Cabin-700italic.ttf",conditions:[{field:"fontName",value:"Cabin"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/cabin-condensed/Cabin_Condensed-400.ttf",conditions:[{field:"fontName",value:"Cabin Condensed"}],fallback:""},{label:"500",value:"https://common-fonts.abtasty.com/cabin-condensed/Cabin_Condensed-500.ttf",conditions:[{field:"fontName",value:"Cabin Condensed"}],fallback:""},{label:"600",value:"https://common-fonts.abtasty.com/cabin-condensed/Cabin_Condensed-600.ttf",conditions:[{field:"fontName",value:"Cabin Condensed"}],fallback:""},{label:"700",value:"https://common-fonts.abtasty.com/cabin-condensed/Cabin_Condensed-700.ttf",conditions:[{field:"fontName",value:"Cabin Condensed"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/cabin-sketch/Cabin_Sketch-400.ttf",conditions:[{field:"fontName",value:"Cabin Sketch"}],fallback:""},{label:"700",value:"https://common-fonts.abtasty.com/cabin-sketch/Cabin_Sketch-700.ttf",conditions:[{field:"fontName",value:"Cabin Sketch"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/caesar-dressing/Caesar_Dressing-400.ttf",conditions:[{field:"fontName",value:"Caesar Dressing"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/cagliostro/Cagliostro-400.ttf",conditions:[{field:"fontName",value:"Cagliostro"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/cairo/Cairo-400.ttf",conditions:[{field:"fontName",value:"Cairo"}],fallback:""},{label:"200",value:"https://common-fonts.abtasty.com/cairo/Cairo-200.ttf",conditions:[{field:"fontName",value:"Cairo"}],fallback:""},{label:"300",value:"https://common-fonts.abtasty.com/cairo/Cairo-300.ttf",conditions:[{field:"fontName",value:"Cairo"}],fallback:""},{label:"500",value:"https://common-fonts.abtasty.com/cairo/Cairo-500.ttf",conditions:[{field:"fontName",value:"Cairo"}],fallback:""},{label:"600",value:"https://common-fonts.abtasty.com/cairo/Cairo-600.ttf",conditions:[{field:"fontName",value:"Cairo"}],fallback:""},{label:"700",value:"https://common-fonts.abtasty.com/cairo/Cairo-700.ttf",conditions:[{field:"fontName",value:"Cairo"}],fallback:""},{label:"800",value:"https://common-fonts.abtasty.com/cairo/Cairo-800.ttf",conditions:[{field:"fontName",value:"Cairo"}],fallback:""},{label:"900",value:"https://common-fonts.abtasty.com/cairo/Cairo-900.ttf",conditions:[{field:"fontName",value:"Cairo"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/caladea/Caladea-400.ttf",conditions:[{field:"fontName",value:"Caladea"}],fallback:""},{label:"Italic",value:"https://common-fonts.abtasty.com/caladea/Caladea-400italic.ttf",conditions:[{field:"fontName",value:"Caladea"}],fallback:""},{label:"700",value:"https://common-fonts.abtasty.com/caladea/Caladea-700.ttf",conditions:[{field:"fontName",value:"Caladea"}],fallback:""},{label:"700 Italic",value:"https://common-fonts.abtasty.com/caladea/Caladea-700italic.ttf",conditions:[{field:"fontName",value:"Caladea"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/calistoga/Calistoga-400.ttf",conditions:[{field:"fontName",value:"Calistoga"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/calligraffitti/Calligraffitti-400.ttf",conditions:[{field:"fontName",value:"Calligraffitti"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/cambay/Cambay-400.ttf",conditions:[{field:"fontName",value:"Cambay"}],fallback:""},{label:"Italic",value:"https://common-fonts.abtasty.com/cambay/Cambay-400italic.ttf",conditions:[{field:"fontName",value:"Cambay"}],fallback:""},{label:"700",value:"https://common-fonts.abtasty.com/cambay/Cambay-700.ttf",conditions:[{field:"fontName",value:"Cambay"}],fallback:""},{label:"700 Italic",value:"https://common-fonts.abtasty.com/cambay/Cambay-700italic.ttf",conditions:[{field:"fontName",value:"Cambay"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/cambo/Cambo-400.ttf",conditions:[{field:"fontName",value:"Cambo"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/candal/Candal-400.ttf",conditions:[{field:"fontName",value:"Candal"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/cantarell/Cantarell-400.ttf",conditions:[{field:"fontName",value:"Cantarell"}],fallback:""},{label:"Italic",value:"https://common-fonts.abtasty.com/cantarell/Cantarell-400italic.ttf",conditions:[{field:"fontName",value:"Cantarell"}],fallback:""},{label:"700",value:"https://common-fonts.abtasty.com/cantarell/Cantarell-700.ttf",conditions:[{field:"fontName",value:"Cantarell"}],fallback:""},{label:"700 Italic",value:"https://common-fonts.abtasty.com/cantarell/Cantarell-700italic.ttf",conditions:[{field:"fontName",value:"Cantarell"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/cantata-one/Cantata_One-400.ttf",conditions:[{field:"fontName",value:"Cantata One"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/cantora-one/Cantora_One-400.ttf",conditions:[{field:"fontName",value:"Cantora One"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/capriola/Capriola-400.ttf",conditions:[{field:"fontName",value:"Capriola"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/caramel/Caramel-400.ttf",conditions:[{field:"fontName",value:"Caramel"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/carattere/Carattere-400.ttf",conditions:[{field:"fontName",value:"Carattere"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/cardo/Cardo-400.ttf",conditions:[{field:"fontName",value:"Cardo"}],fallback:""},{label:"Italic",value:"https://common-fonts.abtasty.com/cardo/Cardo-400italic.ttf",conditions:[{field:"fontName",value:"Cardo"}],fallback:""},{label:"700",value:"https://common-fonts.abtasty.com/cardo/Cardo-700.ttf",conditions:[{field:"fontName",value:"Cardo"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/carme/Carme-400.ttf",conditions:[{field:"fontName",value:"Carme"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/carrois-gothic/Carrois_Gothic-400.ttf",conditions:[{field:"fontName",value:"Carrois Gothic"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/carrois-gothic-sc/Carrois_Gothic SC-400.ttf",conditions:[{field:"fontName",value:"Carrois Gothic SC"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/carter-one/Carter_One-400.ttf",conditions:[{field:"fontName",value:"Carter One"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/castoro/Castoro-400.ttf",conditions:[{field:"fontName",value:"Castoro"}],fallback:""},{label:"Italic",value:"https://common-fonts.abtasty.com/castoro/Castoro-400italic.ttf",conditions:[{field:"fontName",value:"Castoro"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/catamaran/Catamaran-400.ttf",conditions:[{field:"fontName",value:"Catamaran"}],fallback:""},{label:"100",value:"https://common-fonts.abtasty.com/catamaran/Catamaran-100.ttf",conditions:[{field:"fontName",value:"Catamaran"}],fallback:""},{label:"200",value:"https://common-fonts.abtasty.com/catamaran/Catamaran-200.ttf",conditions:[{field:"fontName",value:"Catamaran"}],fallback:""},{label:"300",value:"https://common-fonts.abtasty.com/catamaran/Catamaran-300.ttf",conditions:[{field:"fontName",value:"Catamaran"}],fallback:""},{label:"500",value:"https://common-fonts.abtasty.com/catamaran/Catamaran-500.ttf",conditions:[{field:"fontName",value:"Catamaran"}],fallback:""},{label:"600",value:"https://common-fonts.abtasty.com/catamaran/Catamaran-600.ttf",conditions:[{field:"fontName",value:"Catamaran"}],fallback:""},{label:"700",value:"https://common-fonts.abtasty.com/catamaran/Catamaran-700.ttf",conditions:[{field:"fontName",value:"Catamaran"}],fallback:""},{label:"800",value:"https://common-fonts.abtasty.com/catamaran/Catamaran-800.ttf",conditions:[{field:"fontName",value:"Catamaran"}],fallback:""},{label:"900",value:"https://common-fonts.abtasty.com/catamaran/Catamaran-900.ttf",conditions:[{field:"fontName",value:"Catamaran"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/caudex/Caudex-400.ttf",conditions:[{field:"fontName",value:"Caudex"}],fallback:""},{label:"Italic",value:"https://common-fonts.abtasty.com/caudex/Caudex-400italic.ttf",conditions:[{field:"fontName",value:"Caudex"}],fallback:""},{label:"700",value:"https://common-fonts.abtasty.com/caudex/Caudex-700.ttf",conditions:[{field:"fontName",value:"Caudex"}],fallback:""},{label:"700 Italic",value:"https://common-fonts.abtasty.com/caudex/Caudex-700italic.ttf",conditions:[{field:"fontName",value:"Caudex"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/caveat/Caveat-400.ttf",conditions:[{field:"fontName",value:"Caveat"}],fallback:""},{label:"500",value:"https://common-fonts.abtasty.com/caveat/Caveat-500.ttf",conditions:[{field:"fontName",value:"Caveat"}],fallback:""},{label:"600",value:"https://common-fonts.abtasty.com/caveat/Caveat-600.ttf",conditions:[{field:"fontName",value:"Caveat"}],fallback:""},{label:"700",value:"https://common-fonts.abtasty.com/caveat/Caveat-700.ttf",conditions:[{field:"fontName",value:"Caveat"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/caveat-brush/Caveat_Brush-400.ttf",conditions:[{field:"fontName",value:"Caveat Brush"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/cedarville-cursive/Cedarville_Cursive-400.ttf",conditions:[{field:"fontName",value:"Cedarville Cursive"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/ceviche-one/Ceviche_One-400.ttf",conditions:[{field:"fontName",value:"Ceviche One"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/chakra-petch/Chakra_Petch-400.ttf",conditions:[{field:"fontName",value:"Chakra Petch"}],fallback:""},{label:"Italic",value:"https://common-fonts.abtasty.com/chakra-petch/Chakra_Petch-400italic.ttf",conditions:[{field:"fontName",value:"Chakra Petch"}],fallback:""},{label:"300",value:"https://common-fonts.abtasty.com/chakra-petch/Chakra_Petch-300.ttf",conditions:[{field:"fontName",value:"Chakra Petch"}],fallback:""},{label:"300 Italic",value:"https://common-fonts.abtasty.com/chakra-petch/Chakra_Petch-300italic.ttf",conditions:[{field:"fontName",value:"Chakra Petch"}],fallback:""},{label:"500",value:"https://common-fonts.abtasty.com/chakra-petch/Chakra_Petch-500.ttf",conditions:[{field:"fontName",value:"Chakra Petch"}],fallback:""},{label:"500 Italic",value:"https://common-fonts.abtasty.com/chakra-petch/Chakra_Petch-500italic.ttf",conditions:[{field:"fontName",value:"Chakra Petch"}],fallback:""},{label:"600",value:"https://common-fonts.abtasty.com/chakra-petch/Chakra_Petch-600.ttf",conditions:[{field:"fontName",value:"Chakra Petch"}],fallback:""},{label:"600 Italic",value:"https://common-fonts.abtasty.com/chakra-petch/Chakra_Petch-600italic.ttf",conditions:[{field:"fontName",value:"Chakra Petch"}],fallback:""},{label:"700",value:"https://common-fonts.abtasty.com/chakra-petch/Chakra_Petch-700.ttf",conditions:[{field:"fontName",value:"Chakra Petch"}],fallback:""},{label:"700 Italic",value:"https://common-fonts.abtasty.com/chakra-petch/Chakra_Petch-700italic.ttf",conditions:[{field:"fontName",value:"Chakra Petch"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/changa/Changa-400.ttf",conditions:[{field:"fontName",value:"Changa"}],fallback:""},{label:"200",value:"https://common-fonts.abtasty.com/changa/Changa-200.ttf",conditions:[{field:"fontName",value:"Changa"}],fallback:""},{label:"300",value:"https://common-fonts.abtasty.com/changa/Changa-300.ttf",conditions:[{field:"fontName",value:"Changa"}],fallback:""},{label:"500",value:"https://common-fonts.abtasty.com/changa/Changa-500.ttf",conditions:[{field:"fontName",value:"Changa"}],fallback:""},{label:"600",value:"https://common-fonts.abtasty.com/changa/Changa-600.ttf",conditions:[{field:"fontName",value:"Changa"}],fallback:""},{label:"700",value:"https://common-fonts.abtasty.com/changa/Changa-700.ttf",conditions:[{field:"fontName",value:"Changa"}],fallback:""},{label:"800",value:"https://common-fonts.abtasty.com/changa/Changa-800.ttf",conditions:[{field:"fontName",value:"Changa"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/changa-one/Changa_One-400.ttf",conditions:[{field:"fontName",value:"Changa One"}],fallback:""},{label:"Italic",value:"https://common-fonts.abtasty.com/changa-one/Changa_One-400italic.ttf",conditions:[{field:"fontName",value:"Changa One"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/chango/Chango-400.ttf",conditions:[{field:"fontName",value:"Chango"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/charis-sil/Charis_SIL-400.ttf",conditions:[{field:"fontName",value:"Charis SIL"}],fallback:""},{label:"Italic",value:"https://common-fonts.abtasty.com/charis-sil/Charis_SIL-400italic.ttf",conditions:[{field:"fontName",value:"Charis SIL"}],fallback:""},{label:"700",value:"https://common-fonts.abtasty.com/charis-sil/Charis_SIL-700.ttf",conditions:[{field:"fontName",value:"Charis SIL"}],fallback:""},{label:"700 Italic",value:"https://common-fonts.abtasty.com/charis-sil/Charis_SIL-700italic.ttf",conditions:[{field:"fontName",value:"Charis SIL"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/charm/Charm-400.ttf",conditions:[{field:"fontName",value:"Charm"}],fallback:""},{label:"700",value:"https://common-fonts.abtasty.com/charm/Charm-700.ttf",conditions:[{field:"fontName",value:"Charm"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/charmonman/Charmonman-400.ttf",conditions:[{field:"fontName",value:"Charmonman"}],fallback:""},{label:"700",value:"https://common-fonts.abtasty.com/charmonman/Charmonman-700.ttf",conditions:[{field:"fontName",value:"Charmonman"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/chathura/Chathura-400.ttf",conditions:[{field:"fontName",value:"Chathura"}],fallback:""},{label:"100",value:"https://common-fonts.abtasty.com/chathura/Chathura-100.ttf",conditions:[{field:"fontName",value:"Chathura"}],fallback:""},{label:"300",value:"https://common-fonts.abtasty.com/chathura/Chathura-300.ttf",conditions:[{field:"fontName",value:"Chathura"}],fallback:""},{label:"700",value:"https://common-fonts.abtasty.com/chathura/Chathura-700.ttf",conditions:[{field:"fontName",value:"Chathura"}],fallback:""},{label:"800",value:"https://common-fonts.abtasty.com/chathura/Chathura-800.ttf",conditions:[{field:"fontName",value:"Chathura"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/chau-philomene-one/Chau_Philomene One-400.ttf",conditions:[{field:"fontName",value:"Chau Philomene One"}],fallback:""},{label:"Italic",value:"https://common-fonts.abtasty.com/chau-philomene-one/Chau_Philomene One-400italic.ttf",conditions:[{field:"fontName",value:"Chau Philomene One"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/chela-one/Chela_One-400.ttf",conditions:[{field:"fontName",value:"Chela One"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/chelsea-market/Chelsea_Market-400.ttf",conditions:[{field:"fontName",value:"Chelsea Market"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/chenla/Chenla-400.ttf",conditions:[{field:"fontName",value:"Chenla"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/cherish/Cherish-400.ttf",conditions:[{field:"fontName",value:"Cherish"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/cherry-cream-soda/Cherry_Cream Soda-400.ttf",conditions:[{field:"fontName",value:"Cherry Cream Soda"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/cherry-swash/Cherry_Swash-400.ttf",conditions:[{field:"fontName",value:"Cherry Swash"}],fallback:""},{label:"700",value:"https://common-fonts.abtasty.com/cherry-swash/Cherry_Swash-700.ttf",conditions:[{field:"fontName",value:"Cherry Swash"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/chewy/Chewy-400.ttf",conditions:[{field:"fontName",value:"Chewy"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/chicle/Chicle-400.ttf",conditions:[{field:"fontName",value:"Chicle"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/chilanka/Chilanka-400.ttf",conditions:[{field:"fontName",value:"Chilanka"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/chivo/Chivo-400.ttf",conditions:[{field:"fontName",value:"Chivo"}],fallback:""},{label:"Italic",value:"https://common-fonts.abtasty.com/chivo/Chivo-400italic.ttf",conditions:[{field:"fontName",value:"Chivo"}],fallback:""},{label:"300",value:"https://common-fonts.abtasty.com/chivo/Chivo-300.ttf",conditions:[{field:"fontName",value:"Chivo"}],fallback:""},{label:"300 Italic",value:"https://common-fonts.abtasty.com/chivo/Chivo-300italic.ttf",conditions:[{field:"fontName",value:"Chivo"}],fallback:""},{label:"700",value:"https://common-fonts.abtasty.com/chivo/Chivo-700.ttf",conditions:[{field:"fontName",value:"Chivo"}],fallback:""},{label:"700 Italic",value:"https://common-fonts.abtasty.com/chivo/Chivo-700italic.ttf",conditions:[{field:"fontName",value:"Chivo"}],fallback:""},{label:"900",value:"https://common-fonts.abtasty.com/chivo/Chivo-900.ttf",conditions:[{field:"fontName",value:"Chivo"}],fallback:""},{label:"900 Italic",value:"https://common-fonts.abtasty.com/chivo/Chivo-900italic.ttf",conditions:[{field:"fontName",value:"Chivo"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/chonburi/Chonburi-400.ttf",conditions:[{field:"fontName",value:"Chonburi"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/cinzel/Cinzel-400.ttf",conditions:[{field:"fontName",value:"Cinzel"}],fallback:""},{label:"500",value:"https://common-fonts.abtasty.com/cinzel/Cinzel-500.ttf",conditions:[{field:"fontName",value:"Cinzel"}],fallback:""},{label:"600",value:"https://common-fonts.abtasty.com/cinzel/Cinzel-600.ttf",conditions:[{field:"fontName",value:"Cinzel"}],fallback:""},{label:"700",value:"https://common-fonts.abtasty.com/cinzel/Cinzel-700.ttf",conditions:[{field:"fontName",value:"Cinzel"}],fallback:""},{label:"800",value:"https://common-fonts.abtasty.com/cinzel/Cinzel-800.ttf",conditions:[{field:"fontName",value:"Cinzel"}],fallback:""},{label:"900",value:"https://common-fonts.abtasty.com/cinzel/Cinzel-900.ttf",conditions:[{field:"fontName",value:"Cinzel"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/cinzel-decorative/Cinzel_Decorative-400.ttf",conditions:[{field:"fontName",value:"Cinzel Decorative"}],fallback:""},{label:"700",value:"https://common-fonts.abtasty.com/cinzel-decorative/Cinzel_Decorative-700.ttf",conditions:[{field:"fontName",value:"Cinzel Decorative"}],fallback:""},{label:"900",value:"https://common-fonts.abtasty.com/cinzel-decorative/Cinzel_Decorative-900.ttf",conditions:[{field:"fontName",value:"Cinzel Decorative"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/clicker-script/Clicker_Script-400.ttf",conditions:[{field:"fontName",value:"Clicker Script"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/coda/Coda-400.ttf",conditions:[{field:"fontName",value:"Coda"}],fallback:""},{label:"800",value:"https://common-fonts.abtasty.com/coda/Coda-800.ttf",conditions:[{field:"fontName",value:"Coda"}],fallback:""},{label:"800",value:"https://common-fonts.abtasty.com/coda-caption/Coda_Caption-800.ttf",conditions:[{field:"fontName",value:"Coda Caption"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/codystar/Codystar-400.ttf",conditions:[{field:"fontName",value:"Codystar"}],fallback:""},{label:"300",value:"https://common-fonts.abtasty.com/codystar/Codystar-300.ttf",conditions:[{field:"fontName",value:"Codystar"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/coiny/Coiny-400.ttf",conditions:[{field:"fontName",value:"Coiny"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/combo/Combo-400.ttf",conditions:[{field:"fontName",value:"Combo"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/comfortaa/Comfortaa-400.ttf",conditions:[{field:"fontName",value:"Comfortaa"}],fallback:""},{label:"300",value:"https://common-fonts.abtasty.com/comfortaa/Comfortaa-300.ttf",conditions:[{field:"fontName",value:"Comfortaa"}],fallback:""},{label:"500",value:"https://common-fonts.abtasty.com/comfortaa/Comfortaa-500.ttf",conditions:[{field:"fontName",value:"Comfortaa"}],fallback:""},{label:"600",value:"https://common-fonts.abtasty.com/comfortaa/Comfortaa-600.ttf",conditions:[{field:"fontName",value:"Comfortaa"}],fallback:""},{label:"700",value:"https://common-fonts.abtasty.com/comfortaa/Comfortaa-700.ttf",conditions:[{field:"fontName",value:"Comfortaa"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/comforter/Comforter-400.ttf",conditions:[{field:"fontName",value:"Comforter"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/comforter-brush/Comforter_Brush-400.ttf",conditions:[{field:"fontName",value:"Comforter Brush"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/comic-neue/Comic_Neue-400.ttf",conditions:[{field:"fontName",value:"Comic Neue"}],fallback:""},{label:"Italic",value:"https://common-fonts.abtasty.com/comic-neue/Comic_Neue-400italic.ttf",conditions:[{field:"fontName",value:"Comic Neue"}],fallback:""},{label:"300",value:"https://common-fonts.abtasty.com/comic-neue/Comic_Neue-300.ttf",conditions:[{field:"fontName",value:"Comic Neue"}],fallback:""},{label:"300 Italic",value:"https://common-fonts.abtasty.com/comic-neue/Comic_Neue-300italic.ttf",conditions:[{field:"fontName",value:"Comic Neue"}],fallback:""},{label:"700",value:"https://common-fonts.abtasty.com/comic-neue/Comic_Neue-700.ttf",conditions:[{field:"fontName",value:"Comic Neue"}],fallback:""},{label:"700 Italic",value:"https://common-fonts.abtasty.com/comic-neue/Comic_Neue-700italic.ttf",conditions:[{field:"fontName",value:"Comic Neue"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/coming-soon/Coming_Soon-400.ttf",conditions:[{field:"fontName",value:"Coming Soon"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/commissioner/Commissioner-400.ttf",conditions:[{field:"fontName",value:"Commissioner"}],fallback:""},{label:"100",value:"https://common-fonts.abtasty.com/commissioner/Commissioner-100.ttf",conditions:[{field:"fontName",value:"Commissioner"}],fallback:""},{label:"200",value:"https://common-fonts.abtasty.com/commissioner/Commissioner-200.ttf",conditions:[{field:"fontName",value:"Commissioner"}],fallback:""},{label:"300",value:"https://common-fonts.abtasty.com/commissioner/Commissioner-300.ttf",conditions:[{field:"fontName",value:"Commissioner"}],fallback:""},{label:"500",value:"https://common-fonts.abtasty.com/commissioner/Commissioner-500.ttf",conditions:[{field:"fontName",value:"Commissioner"}],fallback:""},{label:"600",value:"https://common-fonts.abtasty.com/commissioner/Commissioner-600.ttf",conditions:[{field:"fontName",value:"Commissioner"}],fallback:""},{label:"700",value:"https://common-fonts.abtasty.com/commissioner/Commissioner-700.ttf",conditions:[{field:"fontName",value:"Commissioner"}],fallback:""},{label:"800",value:"https://common-fonts.abtasty.com/commissioner/Commissioner-800.ttf",conditions:[{field:"fontName",value:"Commissioner"}],fallback:""},{label:"900",value:"https://common-fonts.abtasty.com/commissioner/Commissioner-900.ttf",conditions:[{field:"fontName",value:"Commissioner"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/concert-one/Concert_One-400.ttf",conditions:[{field:"fontName",value:"Concert One"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/condiment/Condiment-400.ttf",conditions:[{field:"fontName",value:"Condiment"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/content/Content-400.ttf",conditions:[{field:"fontName",value:"Content"}],fallback:""},{label:"700",value:"https://common-fonts.abtasty.com/content/Content-700.ttf",conditions:[{field:"fontName",value:"Content"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/contrail-one/Contrail_One-400.ttf",conditions:[{field:"fontName",value:"Contrail One"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/convergence/Convergence-400.ttf",conditions:[{field:"fontName",value:"Convergence"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/cookie/Cookie-400.ttf",conditions:[{field:"fontName",value:"Cookie"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/copse/Copse-400.ttf",conditions:[{field:"fontName",value:"Copse"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/corben/Corben-400.ttf",conditions:[{field:"fontName",value:"Corben"}],fallback:""},{label:"700",value:"https://common-fonts.abtasty.com/corben/Corben-700.ttf",conditions:[{field:"fontName",value:"Corben"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/corinthia/Corinthia-400.ttf",conditions:[{field:"fontName",value:"Corinthia"}],fallback:""},{label:"700",value:"https://common-fonts.abtasty.com/corinthia/Corinthia-700.ttf",conditions:[{field:"fontName",value:"Corinthia"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/cormorant/Cormorant-400.ttf",conditions:[{field:"fontName",value:"Cormorant"}],fallback:""},{label:"Italic",value:"https://common-fonts.abtasty.com/cormorant/Cormorant-400italic.ttf",conditions:[{field:"fontName",value:"Cormorant"}],fallback:""},{label:"300",value:"https://common-fonts.abtasty.com/cormorant/Cormorant-300.ttf",conditions:[{field:"fontName",value:"Cormorant"}],fallback:""},{label:"300 Italic",value:"https://common-fonts.abtasty.com/cormorant/Cormorant-300italic.ttf",conditions:[{field:"fontName",value:"Cormorant"}],fallback:""},{label:"500",value:"https://common-fonts.abtasty.com/cormorant/Cormorant-500.ttf",conditions:[{field:"fontName",value:"Cormorant"}],fallback:""},{label:"500 Italic",value:"https://common-fonts.abtasty.com/cormorant/Cormorant-500italic.ttf",conditions:[{field:"fontName",value:"Cormorant"}],fallback:""},{label:"600",value:"https://common-fonts.abtasty.com/cormorant/Cormorant-600.ttf",conditions:[{field:"fontName",value:"Cormorant"}],fallback:""},{label:"600 Italic",value:"https://common-fonts.abtasty.com/cormorant/Cormorant-600italic.ttf",conditions:[{field:"fontName",value:"Cormorant"}],fallback:""},{label:"700",value:"https://common-fonts.abtasty.com/cormorant/Cormorant-700.ttf",conditions:[{field:"fontName",value:"Cormorant"}],fallback:""},{label:"700 Italic",value:"https://common-fonts.abtasty.com/cormorant/Cormorant-700italic.ttf",conditions:[{field:"fontName",value:"Cormorant"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/cormorant-garamond/Cormorant_Garamond-400.ttf",conditions:[{field:"fontName",value:"Cormorant Garamond"}],fallback:""},{label:"Italic",value:"https://common-fonts.abtasty.com/cormorant-garamond/Cormorant_Garamond-400italic.ttf",conditions:[{field:"fontName",value:"Cormorant Garamond"}],fallback:""},{label:"300",value:"https://common-fonts.abtasty.com/cormorant-garamond/Cormorant_Garamond-300.ttf",conditions:[{field:"fontName",value:"Cormorant Garamond"}],fallback:""},{label:"300 Italic",value:"https://common-fonts.abtasty.com/cormorant-garamond/Cormorant_Garamond-300italic.ttf",conditions:[{field:"fontName",value:"Cormorant Garamond"}],fallback:""},{label:"500",value:"https://common-fonts.abtasty.com/cormorant-garamond/Cormorant_Garamond-500.ttf",conditions:[{field:"fontName",value:"Cormorant Garamond"}],fallback:""},{label:"500 Italic",value:"https://common-fonts.abtasty.com/cormorant-garamond/Cormorant_Garamond-500italic.ttf",conditions:[{field:"fontName",value:"Cormorant Garamond"}],fallback:""},{label:"600",value:"https://common-fonts.abtasty.com/cormorant-garamond/Cormorant_Garamond-600.ttf",conditions:[{field:"fontName",value:"Cormorant Garamond"}],fallback:""},{label:"600 Italic",value:"https://common-fonts.abtasty.com/cormorant-garamond/Cormorant_Garamond-600italic.ttf",conditions:[{field:"fontName",value:"Cormorant Garamond"}],fallback:""},{label:"700",value:"https://common-fonts.abtasty.com/cormorant-garamond/Cormorant_Garamond-700.ttf",conditions:[{field:"fontName",value:"Cormorant Garamond"}],fallback:""},{label:"700 Italic",value:"https://common-fonts.abtasty.com/cormorant-garamond/Cormorant_Garamond-700italic.ttf",conditions:[{field:"fontName",value:"Cormorant Garamond"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/cormorant-infant/Cormorant_Infant-400.ttf",conditions:[{field:"fontName",value:"Cormorant Infant"}],fallback:""},{label:"Italic",value:"https://common-fonts.abtasty.com/cormorant-infant/Cormorant_Infant-400italic.ttf",conditions:[{field:"fontName",value:"Cormorant Infant"}],fallback:""},{label:"300",value:"https://common-fonts.abtasty.com/cormorant-infant/Cormorant_Infant-300.ttf",conditions:[{field:"fontName",value:"Cormorant Infant"}],fallback:""},{label:"300 Italic",value:"https://common-fonts.abtasty.com/cormorant-infant/Cormorant_Infant-300italic.ttf",conditions:[{field:"fontName",value:"Cormorant Infant"}],fallback:""},{label:"500",value:"https://common-fonts.abtasty.com/cormorant-infant/Cormorant_Infant-500.ttf",conditions:[{field:"fontName",value:"Cormorant Infant"}],fallback:""},{label:"500 Italic",value:"https://common-fonts.abtasty.com/cormorant-infant/Cormorant_Infant-500italic.ttf",conditions:[{field:"fontName",value:"Cormorant Infant"}],fallback:""},{label:"600",value:"https://common-fonts.abtasty.com/cormorant-infant/Cormorant_Infant-600.ttf",conditions:[{field:"fontName",value:"Cormorant Infant"}],fallback:""},{label:"600 Italic",value:"https://common-fonts.abtasty.com/cormorant-infant/Cormorant_Infant-600italic.ttf",conditions:[{field:"fontName",value:"Cormorant Infant"}],fallback:""},{label:"700",value:"https://common-fonts.abtasty.com/cormorant-infant/Cormorant_Infant-700.ttf",conditions:[{field:"fontName",value:"Cormorant Infant"}],fallback:""},{label:"700 Italic",value:"https://common-fonts.abtasty.com/cormorant-infant/Cormorant_Infant-700italic.ttf",conditions:[{field:"fontName",value:"Cormorant Infant"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/cormorant-sc/Cormorant_SC-400.ttf",conditions:[{field:"fontName",value:"Cormorant SC"}],fallback:""},{label:"300",value:"https://common-fonts.abtasty.com/cormorant-sc/Cormorant_SC-300.ttf",conditions:[{field:"fontName",value:"Cormorant SC"}],fallback:""},{label:"500",value:"https://common-fonts.abtasty.com/cormorant-sc/Cormorant_SC-500.ttf",conditions:[{field:"fontName",value:"Cormorant SC"}],fallback:""},{label:"600",value:"https://common-fonts.abtasty.com/cormorant-sc/Cormorant_SC-600.ttf",conditions:[{field:"fontName",value:"Cormorant SC"}],fallback:""},{label:"700",value:"https://common-fonts.abtasty.com/cormorant-sc/Cormorant_SC-700.ttf",conditions:[{field:"fontName",value:"Cormorant SC"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/cormorant-unicase/Cormorant_Unicase-400.ttf",conditions:[{field:"fontName",value:"Cormorant Unicase"}],fallback:""},{label:"300",value:"https://common-fonts.abtasty.com/cormorant-unicase/Cormorant_Unicase-300.ttf",conditions:[{field:"fontName",value:"Cormorant Unicase"}],fallback:""},{label:"500",value:"https://common-fonts.abtasty.com/cormorant-unicase/Cormorant_Unicase-500.ttf",conditions:[{field:"fontName",value:"Cormorant Unicase"}],fallback:""},{label:"600",value:"https://common-fonts.abtasty.com/cormorant-unicase/Cormorant_Unicase-600.ttf",conditions:[{field:"fontName",value:"Cormorant Unicase"}],fallback:""},{label:"700",value:"https://common-fonts.abtasty.com/cormorant-unicase/Cormorant_Unicase-700.ttf",conditions:[{field:"fontName",value:"Cormorant Unicase"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/cormorant-upright/Cormorant_Upright-400.ttf",conditions:[{field:"fontName",value:"Cormorant Upright"}],fallback:""},{label:"300",value:"https://common-fonts.abtasty.com/cormorant-upright/Cormorant_Upright-300.ttf",conditions:[{field:"fontName",value:"Cormorant Upright"}],fallback:""},{label:"500",value:"https://common-fonts.abtasty.com/cormorant-upright/Cormorant_Upright-500.ttf",conditions:[{field:"fontName",value:"Cormorant Upright"}],fallback:""},{label:"600",value:"https://common-fonts.abtasty.com/cormorant-upright/Cormorant_Upright-600.ttf",conditions:[{field:"fontName",value:"Cormorant Upright"}],fallback:""},{label:"700",value:"https://common-fonts.abtasty.com/cormorant-upright/Cormorant_Upright-700.ttf",conditions:[{field:"fontName",value:"Cormorant Upright"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/courgette/Courgette-400.ttf",conditions:[{field:"fontName",value:"Courgette"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/courier-prime/Courier_Prime-400.ttf",conditions:[{field:"fontName",value:"Courier Prime"}],fallback:""},{label:"Italic",value:"https://common-fonts.abtasty.com/courier-prime/Courier_Prime-400italic.ttf",conditions:[{field:"fontName",value:"Courier Prime"}],fallback:""},{label:"700",value:"https://common-fonts.abtasty.com/courier-prime/Courier_Prime-700.ttf",conditions:[{field:"fontName",value:"Courier Prime"}],fallback:""},{label:"700 Italic",value:"https://common-fonts.abtasty.com/courier-prime/Courier_Prime-700italic.ttf",conditions:[{field:"fontName",value:"Courier Prime"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/cousine/Cousine-400.ttf",conditions:[{field:"fontName",value:"Cousine"}],fallback:""},{label:"Italic",value:"https://common-fonts.abtasty.com/cousine/Cousine-400italic.ttf",conditions:[{field:"fontName",value:"Cousine"}],fallback:""},{label:"700",value:"https://common-fonts.abtasty.com/cousine/Cousine-700.ttf",conditions:[{field:"fontName",value:"Cousine"}],fallback:""},{label:"700 Italic",value:"https://common-fonts.abtasty.com/cousine/Cousine-700italic.ttf",conditions:[{field:"fontName",value:"Cousine"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/coustard/Coustard-400.ttf",conditions:[{field:"fontName",value:"Coustard"}],fallback:""},{label:"900",value:"https://common-fonts.abtasty.com/coustard/Coustard-900.ttf",conditions:[{field:"fontName",value:"Coustard"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/covered-by-your-grace/Covered_By Your Grace-400.ttf",conditions:[{field:"fontName",value:"Covered By Your Grace"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/crafty-girls/Crafty_Girls-400.ttf",conditions:[{field:"fontName",value:"Crafty Girls"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/creepster/Creepster-400.ttf",conditions:[{field:"fontName",value:"Creepster"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/crete-round/Crete_Round-400.ttf",conditions:[{field:"fontName",value:"Crete Round"}],fallback:""},{label:"Italic",value:"https://common-fonts.abtasty.com/crete-round/Crete_Round-400italic.ttf",conditions:[{field:"fontName",value:"Crete Round"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/crimson-pro/Crimson_Pro-400.ttf",conditions:[{field:"fontName",value:"Crimson Pro"}],fallback:""},{label:"Italic",value:"https://common-fonts.abtasty.com/crimson-pro/Crimson_Pro-400italic.ttf",conditions:[{field:"fontName",value:"Crimson Pro"}],fallback:""},{label:"200",value:"https://common-fonts.abtasty.com/crimson-pro/Crimson_Pro-200.ttf",conditions:[{field:"fontName",value:"Crimson Pro"}],fallback:""},{label:"200 Italic",value:"https://common-fonts.abtasty.com/crimson-pro/Crimson_Pro-200italic.ttf",conditions:[{field:"fontName",value:"Crimson Pro"}],fallback:""},{label:"300",value:"https://common-fonts.abtasty.com/crimson-pro/Crimson_Pro-300.ttf",conditions:[{field:"fontName",value:"Crimson Pro"}],fallback:""},{label:"300 Italic",value:"https://common-fonts.abtasty.com/crimson-pro/Crimson_Pro-300italic.ttf",conditions:[{field:"fontName",value:"Crimson Pro"}],fallback:""},{label:"500",value:"https://common-fonts.abtasty.com/crimson-pro/Crimson_Pro-500.ttf",conditions:[{field:"fontName",value:"Crimson Pro"}],fallback:""},{label:"500 Italic",value:"https://common-fonts.abtasty.com/crimson-pro/Crimson_Pro-500italic.ttf",conditions:[{field:"fontName",value:"Crimson Pro"}],fallback:""},{label:"600",value:"https://common-fonts.abtasty.com/crimson-pro/Crimson_Pro-600.ttf",conditions:[{field:"fontName",value:"Crimson Pro"}],fallback:""},{label:"600 Italic",value:"https://common-fonts.abtasty.com/crimson-pro/Crimson_Pro-600italic.ttf",conditions:[{field:"fontName",value:"Crimson Pro"}],fallback:""},{label:"700",value:"https://common-fonts.abtasty.com/crimson-pro/Crimson_Pro-700.ttf",conditions:[{field:"fontName",value:"Crimson Pro"}],fallback:""},{label:"700 Italic",value:"https://common-fonts.abtasty.com/crimson-pro/Crimson_Pro-700italic.ttf",conditions:[{field:"fontName",value:"Crimson Pro"}],fallback:""},{label:"800",value:"https://common-fonts.abtasty.com/crimson-pro/Crimson_Pro-800.ttf",conditions:[{field:"fontName",value:"Crimson Pro"}],fallback:""},{label:"800 Italic",value:"https://common-fonts.abtasty.com/crimson-pro/Crimson_Pro-800italic.ttf",conditions:[{field:"fontName",value:"Crimson Pro"}],fallback:""},{label:"900",value:"https://common-fonts.abtasty.com/crimson-pro/Crimson_Pro-900.ttf",conditions:[{field:"fontName",value:"Crimson Pro"}],fallback:""},{label:"900 Italic",value:"https://common-fonts.abtasty.com/crimson-pro/Crimson_Pro-900italic.ttf",conditions:[{field:"fontName",value:"Crimson Pro"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/crimson-text/Crimson_Text-400.ttf",conditions:[{field:"fontName",value:"Crimson Text"}],fallback:""},{label:"Italic",value:"https://common-fonts.abtasty.com/crimson-text/Crimson_Text-400italic.ttf",conditions:[{field:"fontName",value:"Crimson Text"}],fallback:""},{label:"600",value:"https://common-fonts.abtasty.com/crimson-text/Crimson_Text-600.ttf",conditions:[{field:"fontName",value:"Crimson Text"}],fallback:""},{label:"600 Italic",value:"https://common-fonts.abtasty.com/crimson-text/Crimson_Text-600italic.ttf",conditions:[{field:"fontName",value:"Crimson Text"}],fallback:""},{label:"700",value:"https://common-fonts.abtasty.com/crimson-text/Crimson_Text-700.ttf",conditions:[{field:"fontName",value:"Crimson Text"}],fallback:""},{label:"700 Italic",value:"https://common-fonts.abtasty.com/crimson-text/Crimson_Text-700italic.ttf",conditions:[{field:"fontName",value:"Crimson Text"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/croissant-one/Croissant_One-400.ttf",conditions:[{field:"fontName",value:"Croissant One"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/crushed/Crushed-400.ttf",conditions:[{field:"fontName",value:"Crushed"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/cuprum/Cuprum-400.ttf",conditions:[{field:"fontName",value:"Cuprum"}],fallback:""},{label:"Italic",value:"https://common-fonts.abtasty.com/cuprum/Cuprum-400italic.ttf",conditions:[{field:"fontName",value:"Cuprum"}],fallback:""},{label:"500",value:"https://common-fonts.abtasty.com/cuprum/Cuprum-500.ttf",conditions:[{field:"fontName",value:"Cuprum"}],fallback:""},{label:"500 Italic",value:"https://common-fonts.abtasty.com/cuprum/Cuprum-500italic.ttf",conditions:[{field:"fontName",value:"Cuprum"}],fallback:""},{label:"600",value:"https://common-fonts.abtasty.com/cuprum/Cuprum-600.ttf",conditions:[{field:"fontName",value:"Cuprum"}],fallback:""},{label:"600 Italic",value:"https://common-fonts.abtasty.com/cuprum/Cuprum-600italic.ttf",conditions:[{field:"fontName",value:"Cuprum"}],fallback:""},{label:"700",value:"https://common-fonts.abtasty.com/cuprum/Cuprum-700.ttf",conditions:[{field:"fontName",value:"Cuprum"}],fallback:""},{label:"700 Italic",value:"https://common-fonts.abtasty.com/cuprum/Cuprum-700italic.ttf",conditions:[{field:"fontName",value:"Cuprum"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/cute-font/Cute_Font-400.ttf",conditions:[{field:"fontName",value:"Cute Font"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/cutive/Cutive-400.ttf",conditions:[{field:"fontName",value:"Cutive"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/cutive-mono/Cutive_Mono-400.ttf",conditions:[{field:"fontName",value:"Cutive Mono"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/dm-mono/DM_Mono-400.ttf",conditions:[{field:"fontName",value:"DM Mono"}],fallback:""},{label:"Italic",value:"https://common-fonts.abtasty.com/dm-mono/DM_Mono-400italic.ttf",conditions:[{field:"fontName",value:"DM Mono"}],fallback:""},{label:"300",value:"https://common-fonts.abtasty.com/dm-mono/DM_Mono-300.ttf",conditions:[{field:"fontName",value:"DM Mono"}],fallback:""},{label:"300 Italic",value:"https://common-fonts.abtasty.com/dm-mono/DM_Mono-300italic.ttf",conditions:[{field:"fontName",value:"DM Mono"}],fallback:""},{label:"500",value:"https://common-fonts.abtasty.com/dm-mono/DM_Mono-500.ttf",conditions:[{field:"fontName",value:"DM Mono"}],fallback:""},{label:"500 Italic",value:"https://common-fonts.abtasty.com/dm-mono/DM_Mono-500italic.ttf",conditions:[{field:"fontName",value:"DM Mono"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/dm-sans/DM_Sans-400.ttf",conditions:[{field:"fontName",value:"DM Sans"}],fallback:""},{label:"Italic",value:"https://common-fonts.abtasty.com/dm-sans/DM_Sans-400italic.ttf",conditions:[{field:"fontName",value:"DM Sans"}],fallback:""},{label:"500",value:"https://common-fonts.abtasty.com/dm-sans/DM_Sans-500.ttf",conditions:[{field:"fontName",value:"DM Sans"}],fallback:""},{label:"500 Italic",value:"https://common-fonts.abtasty.com/dm-sans/DM_Sans-500italic.ttf",conditions:[{field:"fontName",value:"DM Sans"}],fallback:""},{label:"700",value:"https://common-fonts.abtasty.com/dm-sans/DM_Sans-700.ttf",conditions:[{field:"fontName",value:"DM Sans"}],fallback:""},{label:"700 Italic",value:"https://common-fonts.abtasty.com/dm-sans/DM_Sans-700italic.ttf",conditions:[{field:"fontName",value:"DM Sans"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/dm-serif-display/DM_Serif Display-400.ttf",conditions:[{field:"fontName",value:"DM Serif Display"}],fallback:""},{label:"Italic",value:"https://common-fonts.abtasty.com/dm-serif-display/DM_Serif Display-400italic.ttf",conditions:[{field:"fontName",value:"DM Serif Display"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/dm-serif-text/DM_Serif Text-400.ttf",conditions:[{field:"fontName",value:"DM Serif Text"}],fallback:""},{label:"Italic",value:"https://common-fonts.abtasty.com/dm-serif-text/DM_Serif Text-400italic.ttf",conditions:[{field:"fontName",value:"DM Serif Text"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/damion/Damion-400.ttf",conditions:[{field:"fontName",value:"Damion"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/dancing-script/Dancing_Script-400.ttf",conditions:[{field:"fontName",value:"Dancing Script"}],fallback:""},{label:"500",value:"https://common-fonts.abtasty.com/dancing-script/Dancing_Script-500.ttf",conditions:[{field:"fontName",value:"Dancing Script"}],fallback:""},{label:"600",value:"https://common-fonts.abtasty.com/dancing-script/Dancing_Script-600.ttf",conditions:[{field:"fontName",value:"Dancing Script"}],fallback:""},{label:"700",value:"https://common-fonts.abtasty.com/dancing-script/Dancing_Script-700.ttf",conditions:[{field:"fontName",value:"Dancing Script"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/dangrek/Dangrek-400.ttf",conditions:[{field:"fontName",value:"Dangrek"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/darker-grotesque/Darker_Grotesque-400.ttf",conditions:[{field:"fontName",value:"Darker Grotesque"}],fallback:""},{label:"300",value:"https://common-fonts.abtasty.com/darker-grotesque/Darker_Grotesque-300.ttf",conditions:[{field:"fontName",value:"Darker Grotesque"}],fallback:""},{label:"500",value:"https://common-fonts.abtasty.com/darker-grotesque/Darker_Grotesque-500.ttf",conditions:[{field:"fontName",value:"Darker Grotesque"}],fallback:""},{label:"600",value:"https://common-fonts.abtasty.com/darker-grotesque/Darker_Grotesque-600.ttf",conditions:[{field:"fontName",value:"Darker Grotesque"}],fallback:""},{label:"700",value:"https://common-fonts.abtasty.com/darker-grotesque/Darker_Grotesque-700.ttf",conditions:[{field:"fontName",value:"Darker Grotesque"}],fallback:""},{label:"800",value:"https://common-fonts.abtasty.com/darker-grotesque/Darker_Grotesque-800.ttf",conditions:[{field:"fontName",value:"Darker Grotesque"}],fallback:""},{label:"900",value:"https://common-fonts.abtasty.com/darker-grotesque/Darker_Grotesque-900.ttf",conditions:[{field:"fontName",value:"Darker Grotesque"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/david-libre/David_Libre-400.ttf",conditions:[{field:"fontName",value:"David Libre"}],fallback:""},{label:"500",value:"https://common-fonts.abtasty.com/david-libre/David_Libre-500.ttf",conditions:[{field:"fontName",value:"David Libre"}],fallback:""},{label:"700",value:"https://common-fonts.abtasty.com/david-libre/David_Libre-700.ttf",conditions:[{field:"fontName",value:"David Libre"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/dawning-of-a-new-day/Dawning_of a New Day-400.ttf",conditions:[{field:"fontName",value:"Dawning of a New Day"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/days-one/Days_One-400.ttf",conditions:[{field:"fontName",value:"Days One"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/dekko/Dekko-400.ttf",conditions:[{field:"fontName",value:"Dekko"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/dela-gothic-one/Dela_Gothic One-400.ttf",conditions:[{field:"fontName",value:"Dela Gothic One"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/delius/Delius-400.ttf",conditions:[{field:"fontName",value:"Delius"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/delius-swash-caps/Delius_Swash Caps-400.ttf",conditions:[{field:"fontName",value:"Delius Swash Caps"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/delius-unicase/Delius_Unicase-400.ttf",conditions:[{field:"fontName",value:"Delius Unicase"}],fallback:""},{label:"700",value:"https://common-fonts.abtasty.com/delius-unicase/Delius_Unicase-700.ttf",conditions:[{field:"fontName",value:"Delius Unicase"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/della-respira/Della_Respira-400.ttf",conditions:[{field:"fontName",value:"Della Respira"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/denk-one/Denk_One-400.ttf",conditions:[{field:"fontName",value:"Denk One"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/devonshire/Devonshire-400.ttf",conditions:[{field:"fontName",value:"Devonshire"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/dhurjati/Dhurjati-400.ttf",conditions:[{field:"fontName",value:"Dhurjati"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/didact-gothic/Didact_Gothic-400.ttf",conditions:[{field:"fontName",value:"Didact Gothic"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/diplomata/Diplomata-400.ttf",conditions:[{field:"fontName",value:"Diplomata"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/diplomata-sc/Diplomata_SC-400.ttf",conditions:[{field:"fontName",value:"Diplomata SC"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/do-hyeon/Do_Hyeon-400.ttf",conditions:[{field:"fontName",value:"Do Hyeon"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/dokdo/Dokdo-400.ttf",conditions:[{field:"fontName",value:"Dokdo"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/domine/Domine-400.ttf",conditions:[{field:"fontName",value:"Domine"}],fallback:""},{label:"500",value:"https://common-fonts.abtasty.com/domine/Domine-500.ttf",conditions:[{field:"fontName",value:"Domine"}],fallback:""},{label:"600",value:"https://common-fonts.abtasty.com/domine/Domine-600.ttf",conditions:[{field:"fontName",value:"Domine"}],fallback:""},{label:"700",value:"https://common-fonts.abtasty.com/domine/Domine-700.ttf",conditions:[{field:"fontName",value:"Domine"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/donegal-one/Donegal_One-400.ttf",conditions:[{field:"fontName",value:"Donegal One"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/dongle/Dongle-400.ttf",conditions:[{field:"fontName",value:"Dongle"}],fallback:""},{label:"300",value:"https://common-fonts.abtasty.com/dongle/Dongle-300.ttf",conditions:[{field:"fontName",value:"Dongle"}],fallback:""},{label:"700",value:"https://common-fonts.abtasty.com/dongle/Dongle-700.ttf",conditions:[{field:"fontName",value:"Dongle"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/doppio-one/Doppio_One-400.ttf",conditions:[{field:"fontName",value:"Doppio One"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/dorsa/Dorsa-400.ttf",conditions:[{field:"fontName",value:"Dorsa"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/dosis/Dosis-400.ttf",conditions:[{field:"fontName",value:"Dosis"}],fallback:""},{label:"200",value:"https://common-fonts.abtasty.com/dosis/Dosis-200.ttf",conditions:[{field:"fontName",value:"Dosis"}],fallback:""},{label:"300",value:"https://common-fonts.abtasty.com/dosis/Dosis-300.ttf",conditions:[{field:"fontName",value:"Dosis"}],fallback:""},{label:"500",value:"https://common-fonts.abtasty.com/dosis/Dosis-500.ttf",conditions:[{field:"fontName",value:"Dosis"}],fallback:""},{label:"600",value:"https://common-fonts.abtasty.com/dosis/Dosis-600.ttf",conditions:[{field:"fontName",value:"Dosis"}],fallback:""},{label:"700",value:"https://common-fonts.abtasty.com/dosis/Dosis-700.ttf",conditions:[{field:"fontName",value:"Dosis"}],fallback:""},{label:"800",value:"https://common-fonts.abtasty.com/dosis/Dosis-800.ttf",conditions:[{field:"fontName",value:"Dosis"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/dotgothic16/DotGothic16-400.ttf",conditions:[{field:"fontName",value:"DotGothic16"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/dr-sugiyama/Dr_Sugiyama-400.ttf",conditions:[{field:"fontName",value:"Dr Sugiyama"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/duru-sans/Duru_Sans-400.ttf",conditions:[{field:"fontName",value:"Duru Sans"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/dynalight/Dynalight-400.ttf",conditions:[{field:"fontName",value:"Dynalight"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/eb-garamond/EB_Garamond-400.ttf",conditions:[{field:"fontName",value:"EB Garamond"}],fallback:""},{label:"Italic",value:"https://common-fonts.abtasty.com/eb-garamond/EB_Garamond-400italic.ttf",conditions:[{field:"fontName",value:"EB Garamond"}],fallback:""},{label:"500",value:"https://common-fonts.abtasty.com/eb-garamond/EB_Garamond-500.ttf",conditions:[{field:"fontName",value:"EB Garamond"}],fallback:""},{label:"500 Italic",value:"https://common-fonts.abtasty.com/eb-garamond/EB_Garamond-500italic.ttf",conditions:[{field:"fontName",value:"EB Garamond"}],fallback:""},{label:"600",value:"https://common-fonts.abtasty.com/eb-garamond/EB_Garamond-600.ttf",conditions:[{field:"fontName",value:"EB Garamond"}],fallback:""},{label:"600 Italic",value:"https://common-fonts.abtasty.com/eb-garamond/EB_Garamond-600italic.ttf",conditions:[{field:"fontName",value:"EB Garamond"}],fallback:""},{label:"700",value:"https://common-fonts.abtasty.com/eb-garamond/EB_Garamond-700.ttf",conditions:[{field:"fontName",value:"EB Garamond"}],fallback:""},{label:"700 Italic",value:"https://common-fonts.abtasty.com/eb-garamond/EB_Garamond-700italic.ttf",conditions:[{field:"fontName",value:"EB Garamond"}],fallback:""},{label:"800",value:"https://common-fonts.abtasty.com/eb-garamond/EB_Garamond-800.ttf",conditions:[{field:"fontName",value:"EB Garamond"}],fallback:""},{label:"800 Italic",value:"https://common-fonts.abtasty.com/eb-garamond/EB_Garamond-800italic.ttf",conditions:[{field:"fontName",value:"EB Garamond"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/eagle-lake/Eagle_Lake-400.ttf",conditions:[{field:"fontName",value:"Eagle Lake"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/east-sea-dokdo/East_Sea Dokdo-400.ttf",conditions:[{field:"fontName",value:"East Sea Dokdo"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/eater/Eater-400.ttf",conditions:[{field:"fontName",value:"Eater"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/economica/Economica-400.ttf",conditions:[{field:"fontName",value:"Economica"}],fallback:""},{label:"Italic",value:"https://common-fonts.abtasty.com/economica/Economica-400italic.ttf",conditions:[{field:"fontName",value:"Economica"}],fallback:""},{label:"700",value:"https://common-fonts.abtasty.com/economica/Economica-700.ttf",conditions:[{field:"fontName",value:"Economica"}],fallback:""},{label:"700 Italic",value:"https://common-fonts.abtasty.com/economica/Economica-700italic.ttf",conditions:[{field:"fontName",value:"Economica"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/eczar/Eczar-400.ttf",conditions:[{field:"fontName",value:"Eczar"}],fallback:""},{label:"500",value:"https://common-fonts.abtasty.com/eczar/Eczar-500.ttf",conditions:[{field:"fontName",value:"Eczar"}],fallback:""},{label:"600",value:"https://common-fonts.abtasty.com/eczar/Eczar-600.ttf",conditions:[{field:"fontName",value:"Eczar"}],fallback:""},{label:"700",value:"https://common-fonts.abtasty.com/eczar/Eczar-700.ttf",conditions:[{field:"fontName",value:"Eczar"}],fallback:""},{label:"800",value:"https://common-fonts.abtasty.com/eczar/Eczar-800.ttf",conditions:[{field:"fontName",value:"Eczar"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/edu-nsw-act-foundation/Edu_NSW ACT Foundation-400.ttf",conditions:[{field:"fontName",value:"Edu NSW ACT Foundation"}],fallback:""},{label:"500",value:"https://common-fonts.abtasty.com/edu-nsw-act-foundation/Edu_NSW ACT Foundation-500.ttf",conditions:[{field:"fontName",value:"Edu NSW ACT Foundation"}],fallback:""},{label:"600",value:"https://common-fonts.abtasty.com/edu-nsw-act-foundation/Edu_NSW ACT Foundation-600.ttf",conditions:[{field:"fontName",value:"Edu NSW ACT Foundation"}],fallback:""},{label:"700",value:"https://common-fonts.abtasty.com/edu-nsw-act-foundation/Edu_NSW ACT Foundation-700.ttf",conditions:[{field:"fontName",value:"Edu NSW ACT Foundation"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/edu-qld-beginner/Edu_QLD Beginner-400.ttf",conditions:[{field:"fontName",value:"Edu QLD Beginner"}],fallback:""},{label:"500",value:"https://common-fonts.abtasty.com/edu-qld-beginner/Edu_QLD Beginner-500.ttf",conditions:[{field:"fontName",value:"Edu QLD Beginner"}],fallback:""},{label:"600",value:"https://common-fonts.abtasty.com/edu-qld-beginner/Edu_QLD Beginner-600.ttf",conditions:[{field:"fontName",value:"Edu QLD Beginner"}],fallback:""},{label:"700",value:"https://common-fonts.abtasty.com/edu-qld-beginner/Edu_QLD Beginner-700.ttf",conditions:[{field:"fontName",value:"Edu QLD Beginner"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/edu-sa-beginner/Edu_SA Beginner-400.ttf",conditions:[{field:"fontName",value:"Edu SA Beginner"}],fallback:""},{label:"500",value:"https://common-fonts.abtasty.com/edu-sa-beginner/Edu_SA Beginner-500.ttf",conditions:[{field:"fontName",value:"Edu SA Beginner"}],fallback:""},{label:"600",value:"https://common-fonts.abtasty.com/edu-sa-beginner/Edu_SA Beginner-600.ttf",conditions:[{field:"fontName",value:"Edu SA Beginner"}],fallback:""},{label:"700",value:"https://common-fonts.abtasty.com/edu-sa-beginner/Edu_SA Beginner-700.ttf",conditions:[{field:"fontName",value:"Edu SA Beginner"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/edu-tas-beginner/Edu_TAS Beginner-400.ttf",conditions:[{field:"fontName",value:"Edu TAS Beginner"}],fallback:""},{label:"500",value:"https://common-fonts.abtasty.com/edu-tas-beginner/Edu_TAS Beginner-500.ttf",conditions:[{field:"fontName",value:"Edu TAS Beginner"}],fallback:""},{label:"600",value:"https://common-fonts.abtasty.com/edu-tas-beginner/Edu_TAS Beginner-600.ttf",conditions:[{field:"fontName",value:"Edu TAS Beginner"}],fallback:""},{label:"700",value:"https://common-fonts.abtasty.com/edu-tas-beginner/Edu_TAS Beginner-700.ttf",conditions:[{field:"fontName",value:"Edu TAS Beginner"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/edu-vic-wa-nt-beginner/Edu_VIC WA NT Beginner-400.ttf",conditions:[{field:"fontName",value:"Edu VIC WA NT Beginner"}],fallback:""},{label:"500",value:"https://common-fonts.abtasty.com/edu-vic-wa-nt-beginner/Edu_VIC WA NT Beginner-500.ttf",conditions:[{field:"fontName",value:"Edu VIC WA NT Beginner"}],fallback:""},{label:"600",value:"https://common-fonts.abtasty.com/edu-vic-wa-nt-beginner/Edu_VIC WA NT Beginner-600.ttf",conditions:[{field:"fontName",value:"Edu VIC WA NT Beginner"}],fallback:""},{label:"700",value:"https://common-fonts.abtasty.com/edu-vic-wa-nt-beginner/Edu_VIC WA NT Beginner-700.ttf",conditions:[{field:"fontName",value:"Edu VIC WA NT Beginner"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/el-messiri/El_Messiri-400.ttf",conditions:[{field:"fontName",value:"El Messiri"}],fallback:""},{label:"500",value:"https://common-fonts.abtasty.com/el-messiri/El_Messiri-500.ttf",conditions:[{field:"fontName",value:"El Messiri"}],fallback:""},{label:"600",value:"https://common-fonts.abtasty.com/el-messiri/El_Messiri-600.ttf",conditions:[{field:"fontName",value:"El Messiri"}],fallback:""},{label:"700",value:"https://common-fonts.abtasty.com/el-messiri/El_Messiri-700.ttf",conditions:[{field:"fontName",value:"El Messiri"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/electrolize/Electrolize-400.ttf",conditions:[{field:"fontName",value:"Electrolize"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/elsie/Elsie-400.ttf",conditions:[{field:"fontName",value:"Elsie"}],fallback:""},{label:"900",value:"https://common-fonts.abtasty.com/elsie/Elsie-900.ttf",conditions:[{field:"fontName",value:"Elsie"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/elsie-swash-caps/Elsie_Swash Caps-400.ttf",conditions:[{field:"fontName",value:"Elsie Swash Caps"}],fallback:""},{label:"900",value:"https://common-fonts.abtasty.com/elsie-swash-caps/Elsie_Swash Caps-900.ttf",conditions:[{field:"fontName",value:"Elsie Swash Caps"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/emblema-one/Emblema_One-400.ttf",conditions:[{field:"fontName",value:"Emblema One"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/emilys-candy/Emilys_Candy-400.ttf",conditions:[{field:"fontName",value:"Emilys Candy"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/encode-sans/Encode_Sans-400.ttf",conditions:[{field:"fontName",value:"Encode Sans"}],fallback:""},{label:"100",value:"https://common-fonts.abtasty.com/encode-sans/Encode_Sans-100.ttf",conditions:[{field:"fontName",value:"Encode Sans"}],fallback:""},{label:"200",value:"https://common-fonts.abtasty.com/encode-sans/Encode_Sans-200.ttf",conditions:[{field:"fontName",value:"Encode Sans"}],fallback:""},{label:"300",value:"https://common-fonts.abtasty.com/encode-sans/Encode_Sans-300.ttf",conditions:[{field:"fontName",value:"Encode Sans"}],fallback:""},{label:"500",value:"https://common-fonts.abtasty.com/encode-sans/Encode_Sans-500.ttf",conditions:[{field:"fontName",value:"Encode Sans"}],fallback:""},{label:"600",value:"https://common-fonts.abtasty.com/encode-sans/Encode_Sans-600.ttf",conditions:[{field:"fontName",value:"Encode Sans"}],fallback:""},{label:"700",value:"https://common-fonts.abtasty.com/encode-sans/Encode_Sans-700.ttf",conditions:[{field:"fontName",value:"Encode Sans"}],fallback:""},{label:"800",value:"https://common-fonts.abtasty.com/encode-sans/Encode_Sans-800.ttf",conditions:[{field:"fontName",value:"Encode Sans"}],fallback:""},{label:"900",value:"https://common-fonts.abtasty.com/encode-sans/Encode_Sans-900.ttf",conditions:[{field:"fontName",value:"Encode Sans"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/encode-sans-condensed/Encode_Sans Condensed-400.ttf",conditions:[{field:"fontName",value:"Encode Sans Condensed"}],fallback:""},{label:"100",value:"https://common-fonts.abtasty.com/encode-sans-condensed/Encode_Sans Condensed-100.ttf",conditions:[{field:"fontName",value:"Encode Sans Condensed"}],fallback:""},{label:"200",value:"https://common-fonts.abtasty.com/encode-sans-condensed/Encode_Sans Condensed-200.ttf",conditions:[{field:"fontName",value:"Encode Sans Condensed"}],fallback:""},{label:"300",value:"https://common-fonts.abtasty.com/encode-sans-condensed/Encode_Sans Condensed-300.ttf",conditions:[{field:"fontName",value:"Encode Sans Condensed"}],fallback:""},{label:"500",value:"https://common-fonts.abtasty.com/encode-sans-condensed/Encode_Sans Condensed-500.ttf",conditions:[{field:"fontName",value:"Encode Sans Condensed"}],fallback:""},{label:"600",value:"https://common-fonts.abtasty.com/encode-sans-condensed/Encode_Sans Condensed-600.ttf",conditions:[{field:"fontName",value:"Encode Sans Condensed"}],fallback:""},{label:"700",value:"https://common-fonts.abtasty.com/encode-sans-condensed/Encode_Sans Condensed-700.ttf",conditions:[{field:"fontName",value:"Encode Sans Condensed"}],fallback:""},{label:"800",value:"https://common-fonts.abtasty.com/encode-sans-condensed/Encode_Sans Condensed-800.ttf",conditions:[{field:"fontName",value:"Encode Sans Condensed"}],fallback:""},{label:"900",value:"https://common-fonts.abtasty.com/encode-sans-condensed/Encode_Sans Condensed-900.ttf",conditions:[{field:"fontName",value:"Encode Sans Condensed"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/encode-sans-expanded/Encode_Sans Expanded-400.ttf",conditions:[{field:"fontName",value:"Encode Sans Expanded"}],fallback:""},{label:"100",value:"https://common-fonts.abtasty.com/encode-sans-expanded/Encode_Sans Expanded-100.ttf",conditions:[{field:"fontName",value:"Encode Sans Expanded"}],fallback:""},{label:"200",value:"https://common-fonts.abtasty.com/encode-sans-expanded/Encode_Sans Expanded-200.ttf",conditions:[{field:"fontName",value:"Encode Sans Expanded"}],fallback:""},{label:"300",value:"https://common-fonts.abtasty.com/encode-sans-expanded/Encode_Sans Expanded-300.ttf",conditions:[{field:"fontName",value:"Encode Sans Expanded"}],fallback:""},{label:"500",value:"https://common-fonts.abtasty.com/encode-sans-expanded/Encode_Sans Expanded-500.ttf",conditions:[{field:"fontName",value:"Encode Sans Expanded"}],fallback:""},{label:"600",value:"https://common-fonts.abtasty.com/encode-sans-expanded/Encode_Sans Expanded-600.ttf",conditions:[{field:"fontName",value:"Encode Sans Expanded"}],fallback:""},{label:"700",value:"https://common-fonts.abtasty.com/encode-sans-expanded/Encode_Sans Expanded-700.ttf",conditions:[{field:"fontName",value:"Encode Sans Expanded"}],fallback:""},{label:"800",value:"https://common-fonts.abtasty.com/encode-sans-expanded/Encode_Sans Expanded-800.ttf",conditions:[{field:"fontName",value:"Encode Sans Expanded"}],fallback:""},{label:"900",value:"https://common-fonts.abtasty.com/encode-sans-expanded/Encode_Sans Expanded-900.ttf",conditions:[{field:"fontName",value:"Encode Sans Expanded"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/encode-sans-sc/Encode_Sans SC-400.ttf",conditions:[{field:"fontName",value:"Encode Sans SC"}],fallback:""},{label:"100",value:"https://common-fonts.abtasty.com/encode-sans-sc/Encode_Sans SC-100.ttf",conditions:[{field:"fontName",value:"Encode Sans SC"}],fallback:""},{label:"200",value:"https://common-fonts.abtasty.com/encode-sans-sc/Encode_Sans SC-200.ttf",conditions:[{field:"fontName",value:"Encode Sans SC"}],fallback:""},{label:"300",value:"https://common-fonts.abtasty.com/encode-sans-sc/Encode_Sans SC-300.ttf",conditions:[{field:"fontName",value:"Encode Sans SC"}],fallback:""},{label:"500",value:"https://common-fonts.abtasty.com/encode-sans-sc/Encode_Sans SC-500.ttf",conditions:[{field:"fontName",value:"Encode Sans SC"}],fallback:""},{label:"600",value:"https://common-fonts.abtasty.com/encode-sans-sc/Encode_Sans SC-600.ttf",conditions:[{field:"fontName",value:"Encode Sans SC"}],fallback:""},{label:"700",value:"https://common-fonts.abtasty.com/encode-sans-sc/Encode_Sans SC-700.ttf",conditions:[{field:"fontName",value:"Encode Sans SC"}],fallback:""},{label:"800",value:"https://common-fonts.abtasty.com/encode-sans-sc/Encode_Sans SC-800.ttf",conditions:[{field:"fontName",value:"Encode Sans SC"}],fallback:""},{label:"900",value:"https://common-fonts.abtasty.com/encode-sans-sc/Encode_Sans SC-900.ttf",conditions:[{field:"fontName",value:"Encode Sans SC"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/encode-sans-semi-condensed/Encode_Sans Semi Condensed-400.ttf",conditions:[{field:"fontName",value:"Encode Sans Semi Condensed"}],fallback:""},{label:"100",value:"https://common-fonts.abtasty.com/encode-sans-semi-condensed/Encode_Sans Semi Condensed-100.ttf",conditions:[{field:"fontName",value:"Encode Sans Semi Condensed"}],fallback:""},{label:"200",value:"https://common-fonts.abtasty.com/encode-sans-semi-condensed/Encode_Sans Semi Condensed-200.ttf",conditions:[{field:"fontName",value:"Encode Sans Semi Condensed"}],fallback:""},{label:"300",value:"https://common-fonts.abtasty.com/encode-sans-semi-condensed/Encode_Sans Semi Condensed-300.ttf",conditions:[{field:"fontName",value:"Encode Sans Semi Condensed"}],fallback:""},{label:"500",value:"https://common-fonts.abtasty.com/encode-sans-semi-condensed/Encode_Sans Semi Condensed-500.ttf",conditions:[{field:"fontName",value:"Encode Sans Semi Condensed"}],fallback:""},{label:"600",value:"https://common-fonts.abtasty.com/encode-sans-semi-condensed/Encode_Sans Semi Condensed-600.ttf",conditions:[{field:"fontName",value:"Encode Sans Semi Condensed"}],fallback:""},{label:"700",value:"https://common-fonts.abtasty.com/encode-sans-semi-condensed/Encode_Sans Semi Condensed-700.ttf",conditions:[{field:"fontName",value:"Encode Sans Semi Condensed"}],fallback:""},{label:"800",value:"https://common-fonts.abtasty.com/encode-sans-semi-condensed/Encode_Sans Semi Condensed-800.ttf",conditions:[{field:"fontName",value:"Encode Sans Semi Condensed"}],fallback:""},{label:"900",value:"https://common-fonts.abtasty.com/encode-sans-semi-condensed/Encode_Sans Semi Condensed-900.ttf",conditions:[{field:"fontName",value:"Encode Sans Semi Condensed"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/encode-sans-semi-expanded/Encode_Sans Semi Expanded-400.ttf",conditions:[{field:"fontName",value:"Encode Sans Semi Expanded"}],fallback:""},{label:"100",value:"https://common-fonts.abtasty.com/encode-sans-semi-expanded/Encode_Sans Semi Expanded-100.ttf",conditions:[{field:"fontName",value:"Encode Sans Semi Expanded"}],fallback:""},{label:"200",value:"https://common-fonts.abtasty.com/encode-sans-semi-expanded/Encode_Sans Semi Expanded-200.ttf",conditions:[{field:"fontName",value:"Encode Sans Semi Expanded"}],fallback:""},{label:"300",value:"https://common-fonts.abtasty.com/encode-sans-semi-expanded/Encode_Sans Semi Expanded-300.ttf",conditions:[{field:"fontName",value:"Encode Sans Semi Expanded"}],fallback:""},{label:"500",value:"https://common-fonts.abtasty.com/encode-sans-semi-expanded/Encode_Sans Semi Expanded-500.ttf",conditions:[{field:"fontName",value:"Encode Sans Semi Expanded"}],fallback:""},{label:"600",value:"https://common-fonts.abtasty.com/encode-sans-semi-expanded/Encode_Sans Semi Expanded-600.ttf",conditions:[{field:"fontName",value:"Encode Sans Semi Expanded"}],fallback:""},{label:"700",value:"https://common-fonts.abtasty.com/encode-sans-semi-expanded/Encode_Sans Semi Expanded-700.ttf",conditions:[{field:"fontName",value:"Encode Sans Semi Expanded"}],fallback:""},{label:"800",value:"https://common-fonts.abtasty.com/encode-sans-semi-expanded/Encode_Sans Semi Expanded-800.ttf",conditions:[{field:"fontName",value:"Encode Sans Semi Expanded"}],fallback:""},{label:"900",value:"https://common-fonts.abtasty.com/encode-sans-semi-expanded/Encode_Sans Semi Expanded-900.ttf",conditions:[{field:"fontName",value:"Encode Sans Semi Expanded"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/engagement/Engagement-400.ttf",conditions:[{field:"fontName",value:"Engagement"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/englebert/Englebert-400.ttf",conditions:[{field:"fontName",value:"Englebert"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/enriqueta/Enriqueta-400.ttf",conditions:[{field:"fontName",value:"Enriqueta"}],fallback:""},{label:"500",value:"https://common-fonts.abtasty.com/enriqueta/Enriqueta-500.ttf",conditions:[{field:"fontName",value:"Enriqueta"}],fallback:""},{label:"600",value:"https://common-fonts.abtasty.com/enriqueta/Enriqueta-600.ttf",conditions:[{field:"fontName",value:"Enriqueta"}],fallback:""},{label:"700",value:"https://common-fonts.abtasty.com/enriqueta/Enriqueta-700.ttf",conditions:[{field:"fontName",value:"Enriqueta"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/ephesis/Ephesis-400.ttf",conditions:[{field:"fontName",value:"Ephesis"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/epilogue/Epilogue-400.ttf",conditions:[{field:"fontName",value:"Epilogue"}],fallback:""},{label:"Italic",value:"https://common-fonts.abtasty.com/epilogue/Epilogue-400italic.ttf",conditions:[{field:"fontName",value:"Epilogue"}],fallback:""},{label:"100",value:"https://common-fonts.abtasty.com/epilogue/Epilogue-100.ttf",conditions:[{field:"fontName",value:"Epilogue"}],fallback:""},{label:"100 Italic",value:"https://common-fonts.abtasty.com/epilogue/Epilogue-100italic.ttf",conditions:[{field:"fontName",value:"Epilogue"}],fallback:""},{label:"200",value:"https://common-fonts.abtasty.com/epilogue/Epilogue-200.ttf",conditions:[{field:"fontName",value:"Epilogue"}],fallback:""},{label:"200 Italic",value:"https://common-fonts.abtasty.com/epilogue/Epilogue-200italic.ttf",conditions:[{field:"fontName",value:"Epilogue"}],fallback:""},{label:"300",value:"https://common-fonts.abtasty.com/epilogue/Epilogue-300.ttf",conditions:[{field:"fontName",value:"Epilogue"}],fallback:""},{label:"300 Italic",value:"https://common-fonts.abtasty.com/epilogue/Epilogue-300italic.ttf",conditions:[{field:"fontName",value:"Epilogue"}],fallback:""},{label:"500",value:"https://common-fonts.abtasty.com/epilogue/Epilogue-500.ttf",conditions:[{field:"fontName",value:"Epilogue"}],fallback:""},{label:"500 Italic",value:"https://common-fonts.abtasty.com/epilogue/Epilogue-500italic.ttf",conditions:[{field:"fontName",value:"Epilogue"}],fallback:""},{label:"600",value:"https://common-fonts.abtasty.com/epilogue/Epilogue-600.ttf",conditions:[{field:"fontName",value:"Epilogue"}],fallback:""},{label:"600 Italic",value:"https://common-fonts.abtasty.com/epilogue/Epilogue-600italic.ttf",conditions:[{field:"fontName",value:"Epilogue"}],fallback:""},{label:"700",value:"https://common-fonts.abtasty.com/epilogue/Epilogue-700.ttf",conditions:[{field:"fontName",value:"Epilogue"}],fallback:""},{label:"700 Italic",value:"https://common-fonts.abtasty.com/epilogue/Epilogue-700italic.ttf",conditions:[{field:"fontName",value:"Epilogue"}],fallback:""},{label:"800",value:"https://common-fonts.abtasty.com/epilogue/Epilogue-800.ttf",conditions:[{field:"fontName",value:"Epilogue"}],fallback:""},{label:"800 Italic",value:"https://common-fonts.abtasty.com/epilogue/Epilogue-800italic.ttf",conditions:[{field:"fontName",value:"Epilogue"}],fallback:""},{label:"900",value:"https://common-fonts.abtasty.com/epilogue/Epilogue-900.ttf",conditions:[{field:"fontName",value:"Epilogue"}],fallback:""},{label:"900 Italic",value:"https://common-fonts.abtasty.com/epilogue/Epilogue-900italic.ttf",conditions:[{field:"fontName",value:"Epilogue"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/erica-one/Erica_One-400.ttf",conditions:[{field:"fontName",value:"Erica One"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/esteban/Esteban-400.ttf",conditions:[{field:"fontName",value:"Esteban"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/estonia/Estonia-400.ttf",conditions:[{field:"fontName",value:"Estonia"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/euphoria-script/Euphoria_Script-400.ttf",conditions:[{field:"fontName",value:"Euphoria Script"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/ewert/Ewert-400.ttf",conditions:[{field:"fontName",value:"Ewert"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/exo/Exo-400.ttf",conditions:[{field:"fontName",value:"Exo"}],fallback:""},{label:"Italic",value:"https://common-fonts.abtasty.com/exo/Exo-400italic.ttf",conditions:[{field:"fontName",value:"Exo"}],fallback:""},{label:"100",value:"https://common-fonts.abtasty.com/exo/Exo-100.ttf",conditions:[{field:"fontName",value:"Exo"}],fallback:""},{label:"100 Italic",value:"https://common-fonts.abtasty.com/exo/Exo-100italic.ttf",conditions:[{field:"fontName",value:"Exo"}],fallback:""},{label:"200",value:"https://common-fonts.abtasty.com/exo/Exo-200.ttf",conditions:[{field:"fontName",value:"Exo"}],fallback:""},{label:"200 Italic",value:"https://common-fonts.abtasty.com/exo/Exo-200italic.ttf",conditions:[{field:"fontName",value:"Exo"}],fallback:""},{label:"300",value:"https://common-fonts.abtasty.com/exo/Exo-300.ttf",conditions:[{field:"fontName",value:"Exo"}],fallback:""},{label:"300 Italic",value:"https://common-fonts.abtasty.com/exo/Exo-300italic.ttf",conditions:[{field:"fontName",value:"Exo"}],fallback:""},{label:"500",value:"https://common-fonts.abtasty.com/exo/Exo-500.ttf",conditions:[{field:"fontName",value:"Exo"}],fallback:""},{label:"500 Italic",value:"https://common-fonts.abtasty.com/exo/Exo-500italic.ttf",conditions:[{field:"fontName",value:"Exo"}],fallback:""},{label:"600",value:"https://common-fonts.abtasty.com/exo/Exo-600.ttf",conditions:[{field:"fontName",value:"Exo"}],fallback:""},{label:"600 Italic",value:"https://common-fonts.abtasty.com/exo/Exo-600italic.ttf",conditions:[{field:"fontName",value:"Exo"}],fallback:""},{label:"700",value:"https://common-fonts.abtasty.com/exo/Exo-700.ttf",conditions:[{field:"fontName",value:"Exo"}],fallback:""},{label:"700 Italic",value:"https://common-fonts.abtasty.com/exo/Exo-700italic.ttf",conditions:[{field:"fontName",value:"Exo"}],fallback:""},{label:"800",value:"https://common-fonts.abtasty.com/exo/Exo-800.ttf",conditions:[{field:"fontName",value:"Exo"}],fallback:""},{label:"800 Italic",value:"https://common-fonts.abtasty.com/exo/Exo-800italic.ttf",conditions:[{field:"fontName",value:"Exo"}],fallback:""},{label:"900",value:"https://common-fonts.abtasty.com/exo/Exo-900.ttf",conditions:[{field:"fontName",value:"Exo"}],fallback:""},{label:"900 Italic",value:"https://common-fonts.abtasty.com/exo/Exo-900italic.ttf",conditions:[{field:"fontName",value:"Exo"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/exo-2/Exo_2-400.ttf",conditions:[{field:"fontName",value:"Exo 2"}],fallback:""},{label:"Italic",value:"https://common-fonts.abtasty.com/exo-2/Exo_2-400italic.ttf",conditions:[{field:"fontName",value:"Exo 2"}],fallback:""},{label:"100",value:"https://common-fonts.abtasty.com/exo-2/Exo_2-100.ttf",conditions:[{field:"fontName",value:"Exo 2"}],fallback:""},{label:"100 Italic",value:"https://common-fonts.abtasty.com/exo-2/Exo_2-100italic.ttf",conditions:[{field:"fontName",value:"Exo 2"}],fallback:""},{label:"200",value:"https://common-fonts.abtasty.com/exo-2/Exo_2-200.ttf",conditions:[{field:"fontName",value:"Exo 2"}],fallback:""},{label:"200 Italic",value:"https://common-fonts.abtasty.com/exo-2/Exo_2-200italic.ttf",conditions:[{field:"fontName",value:"Exo 2"}],fallback:""},{label:"300",value:"https://common-fonts.abtasty.com/exo-2/Exo_2-300.ttf",conditions:[{field:"fontName",value:"Exo 2"}],fallback:""},{label:"300 Italic",value:"https://common-fonts.abtasty.com/exo-2/Exo_2-300italic.ttf",conditions:[{field:"fontName",value:"Exo 2"}],fallback:""},{label:"500",value:"https://common-fonts.abtasty.com/exo-2/Exo_2-500.ttf",conditions:[{field:"fontName",value:"Exo 2"}],fallback:""},{label:"500 Italic",value:"https://common-fonts.abtasty.com/exo-2/Exo_2-500italic.ttf",conditions:[{field:"fontName",value:"Exo 2"}],fallback:""},{label:"600",value:"https://common-fonts.abtasty.com/exo-2/Exo_2-600.ttf",conditions:[{field:"fontName",value:"Exo 2"}],fallback:""},{label:"600 Italic",value:"https://common-fonts.abtasty.com/exo-2/Exo_2-600italic.ttf",conditions:[{field:"fontName",value:"Exo 2"}],fallback:""},{label:"700",value:"https://common-fonts.abtasty.com/exo-2/Exo_2-700.ttf",conditions:[{field:"fontName",value:"Exo 2"}],fallback:""},{label:"700 Italic",value:"https://common-fonts.abtasty.com/exo-2/Exo_2-700italic.ttf",conditions:[{field:"fontName",value:"Exo 2"}],fallback:""},{label:"800",value:"https://common-fonts.abtasty.com/exo-2/Exo_2-800.ttf",conditions:[{field:"fontName",value:"Exo 2"}],fallback:""},{label:"800 Italic",value:"https://common-fonts.abtasty.com/exo-2/Exo_2-800italic.ttf",conditions:[{field:"fontName",value:"Exo 2"}],fallback:""},{label:"900",value:"https://common-fonts.abtasty.com/exo-2/Exo_2-900.ttf",conditions:[{field:"fontName",value:"Exo 2"}],fallback:""},{label:"900 Italic",value:"https://common-fonts.abtasty.com/exo-2/Exo_2-900italic.ttf",conditions:[{field:"fontName",value:"Exo 2"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/expletus-sans/Expletus_Sans-400.ttf",conditions:[{field:"fontName",value:"Expletus Sans"}],fallback:""},{label:"Italic",value:"https://common-fonts.abtasty.com/expletus-sans/Expletus_Sans-400italic.ttf",conditions:[{field:"fontName",value:"Expletus Sans"}],fallback:""},{label:"500",value:"https://common-fonts.abtasty.com/expletus-sans/Expletus_Sans-500.ttf",conditions:[{field:"fontName",value:"Expletus Sans"}],fallback:""},{label:"500 Italic",value:"https://common-fonts.abtasty.com/expletus-sans/Expletus_Sans-500italic.ttf",conditions:[{field:"fontName",value:"Expletus Sans"}],fallback:""},{label:"600",value:"https://common-fonts.abtasty.com/expletus-sans/Expletus_Sans-600.ttf",conditions:[{field:"fontName",value:"Expletus Sans"}],fallback:""},{label:"600 Italic",value:"https://common-fonts.abtasty.com/expletus-sans/Expletus_Sans-600italic.ttf",conditions:[{field:"fontName",value:"Expletus Sans"}],fallback:""},{label:"700",value:"https://common-fonts.abtasty.com/expletus-sans/Expletus_Sans-700.ttf",conditions:[{field:"fontName",value:"Expletus Sans"}],fallback:""},{label:"700 Italic",value:"https://common-fonts.abtasty.com/expletus-sans/Expletus_Sans-700italic.ttf",conditions:[{field:"fontName",value:"Expletus Sans"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/explora/Explora-400.ttf",conditions:[{field:"fontName",value:"Explora"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/fahkwang/Fahkwang-400.ttf",conditions:[{field:"fontName",value:"Fahkwang"}],fallback:""},{label:"Italic",value:"https://common-fonts.abtasty.com/fahkwang/Fahkwang-400italic.ttf",conditions:[{field:"fontName",value:"Fahkwang"}],fallback:""},{label:"200",value:"https://common-fonts.abtasty.com/fahkwang/Fahkwang-200.ttf",conditions:[{field:"fontName",value:"Fahkwang"}],fallback:""},{label:"200 Italic",value:"https://common-fonts.abtasty.com/fahkwang/Fahkwang-200italic.ttf",conditions:[{field:"fontName",value:"Fahkwang"}],fallback:""},{label:"300",value:"https://common-fonts.abtasty.com/fahkwang/Fahkwang-300.ttf",conditions:[{field:"fontName",value:"Fahkwang"}],fallback:""},{label:"300 Italic",value:"https://common-fonts.abtasty.com/fahkwang/Fahkwang-300italic.ttf",conditions:[{field:"fontName",value:"Fahkwang"}],fallback:""},{label:"500",value:"https://common-fonts.abtasty.com/fahkwang/Fahkwang-500.ttf",conditions:[{field:"fontName",value:"Fahkwang"}],fallback:""},{label:"500 Italic",value:"https://common-fonts.abtasty.com/fahkwang/Fahkwang-500italic.ttf",conditions:[{field:"fontName",value:"Fahkwang"}],fallback:""},{label:"600",value:"https://common-fonts.abtasty.com/fahkwang/Fahkwang-600.ttf",conditions:[{field:"fontName",value:"Fahkwang"}],fallback:""},{label:"600 Italic",value:"https://common-fonts.abtasty.com/fahkwang/Fahkwang-600italic.ttf",conditions:[{field:"fontName",value:"Fahkwang"}],fallback:""},{label:"700",value:"https://common-fonts.abtasty.com/fahkwang/Fahkwang-700.ttf",conditions:[{field:"fontName",value:"Fahkwang"}],fallback:""},{label:"700 Italic",value:"https://common-fonts.abtasty.com/fahkwang/Fahkwang-700italic.ttf",conditions:[{field:"fontName",value:"Fahkwang"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/familjen-grotesk/Familjen_Grotesk-400.ttf",conditions:[{field:"fontName",value:"Familjen Grotesk"}],fallback:""},{label:"Italic",value:"https://common-fonts.abtasty.com/familjen-grotesk/Familjen_Grotesk-400italic.ttf",conditions:[{field:"fontName",value:"Familjen Grotesk"}],fallback:""},{label:"500",value:"https://common-fonts.abtasty.com/familjen-grotesk/Familjen_Grotesk-500.ttf",conditions:[{field:"fontName",value:"Familjen Grotesk"}],fallback:""},{label:"500 Italic",value:"https://common-fonts.abtasty.com/familjen-grotesk/Familjen_Grotesk-500italic.ttf",conditions:[{field:"fontName",value:"Familjen Grotesk"}],fallback:""},{label:"600",value:"https://common-fonts.abtasty.com/familjen-grotesk/Familjen_Grotesk-600.ttf",conditions:[{field:"fontName",value:"Familjen Grotesk"}],fallback:""},{label:"600 Italic",value:"https://common-fonts.abtasty.com/familjen-grotesk/Familjen_Grotesk-600italic.ttf",conditions:[{field:"fontName",value:"Familjen Grotesk"}],fallback:""},{label:"700",value:"https://common-fonts.abtasty.com/familjen-grotesk/Familjen_Grotesk-700.ttf",conditions:[{field:"fontName",value:"Familjen Grotesk"}],fallback:""},{label:"700 Italic",value:"https://common-fonts.abtasty.com/familjen-grotesk/Familjen_Grotesk-700italic.ttf",conditions:[{field:"fontName",value:"Familjen Grotesk"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/fanwood-text/Fanwood_Text-400.ttf",conditions:[{field:"fontName",value:"Fanwood Text"}],fallback:""},{label:"Italic",value:"https://common-fonts.abtasty.com/fanwood-text/Fanwood_Text-400italic.ttf",conditions:[{field:"fontName",value:"Fanwood Text"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/farro/Farro-400.ttf",conditions:[{field:"fontName",value:"Farro"}],fallback:""},{label:"300",value:"https://common-fonts.abtasty.com/farro/Farro-300.ttf",conditions:[{field:"fontName",value:"Farro"}],fallback:""},{label:"500",value:"https://common-fonts.abtasty.com/farro/Farro-500.ttf",conditions:[{field:"fontName",value:"Farro"}],fallback:""},{label:"700",value:"https://common-fonts.abtasty.com/farro/Farro-700.ttf",conditions:[{field:"fontName",value:"Farro"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/farsan/Farsan-400.ttf",conditions:[{field:"fontName",value:"Farsan"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/fascinate/Fascinate-400.ttf",conditions:[{field:"fontName",value:"Fascinate"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/fascinate-inline/Fascinate_Inline-400.ttf",conditions:[{field:"fontName",value:"Fascinate Inline"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/faster-one/Faster_One-400.ttf",conditions:[{field:"fontName",value:"Faster One"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/fasthand/Fasthand-400.ttf",conditions:[{field:"fontName",value:"Fasthand"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/fauna-one/Fauna_One-400.ttf",conditions:[{field:"fontName",value:"Fauna One"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/faustina/Faustina-400.ttf",conditions:[{field:"fontName",value:"Faustina"}],fallback:""},{label:"Italic",value:"https://common-fonts.abtasty.com/faustina/Faustina-400italic.ttf",conditions:[{field:"fontName",value:"Faustina"}],fallback:""},{label:"300",value:"https://common-fonts.abtasty.com/faustina/Faustina-300.ttf",conditions:[{field:"fontName",value:"Faustina"}],fallback:""},{label:"300 Italic",value:"https://common-fonts.abtasty.com/faustina/Faustina-300italic.ttf",conditions:[{field:"fontName",value:"Faustina"}],fallback:""},{label:"500",value:"https://common-fonts.abtasty.com/faustina/Faustina-500.ttf",conditions:[{field:"fontName",value:"Faustina"}],fallback:""},{label:"500 Italic",value:"https://common-fonts.abtasty.com/faustina/Faustina-500italic.ttf",conditions:[{field:"fontName",value:"Faustina"}],fallback:""},{label:"600",value:"https://common-fonts.abtasty.com/faustina/Faustina-600.ttf",conditions:[{field:"fontName",value:"Faustina"}],fallback:""},{label:"600 Italic",value:"https://common-fonts.abtasty.com/faustina/Faustina-600italic.ttf",conditions:[{field:"fontName",value:"Faustina"}],fallback:""},{label:"700",value:"https://common-fonts.abtasty.com/faustina/Faustina-700.ttf",conditions:[{field:"fontName",value:"Faustina"}],fallback:""},{label:"700 Italic",value:"https://common-fonts.abtasty.com/faustina/Faustina-700italic.ttf",conditions:[{field:"fontName",value:"Faustina"}],fallback:""},{label:"800",value:"https://common-fonts.abtasty.com/faustina/Faustina-800.ttf",conditions:[{field:"fontName",value:"Faustina"}],fallback:""},{label:"800 Italic",value:"https://common-fonts.abtasty.com/faustina/Faustina-800italic.ttf",conditions:[{field:"fontName",value:"Faustina"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/federant/Federant-400.ttf",conditions:[{field:"fontName",value:"Federant"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/federo/Federo-400.ttf",conditions:[{field:"fontName",value:"Federo"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/felipa/Felipa-400.ttf",conditions:[{field:"fontName",value:"Felipa"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/fenix/Fenix-400.ttf",conditions:[{field:"fontName",value:"Fenix"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/festive/Festive-400.ttf",conditions:[{field:"fontName",value:"Festive"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/finger-paint/Finger_Paint-400.ttf",conditions:[{field:"fontName",value:"Finger Paint"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/finlandica/Finlandica-400.ttf",conditions:[{field:"fontName",value:"Finlandica"}],fallback:""},{label:"Italic",value:"https://common-fonts.abtasty.com/finlandica/Finlandica-400italic.ttf",conditions:[{field:"fontName",value:"Finlandica"}],fallback:""},{label:"500",value:"https://common-fonts.abtasty.com/finlandica/Finlandica-500.ttf",conditions:[{field:"fontName",value:"Finlandica"}],fallback:""},{label:"500 Italic",value:"https://common-fonts.abtasty.com/finlandica/Finlandica-500italic.ttf",conditions:[{field:"fontName",value:"Finlandica"}],fallback:""},{label:"600",value:"https://common-fonts.abtasty.com/finlandica/Finlandica-600.ttf",conditions:[{field:"fontName",value:"Finlandica"}],fallback:""},{label:"600 Italic",value:"https://common-fonts.abtasty.com/finlandica/Finlandica-600italic.ttf",conditions:[{field:"fontName",value:"Finlandica"}],fallback:""},{label:"700",value:"https://common-fonts.abtasty.com/finlandica/Finlandica-700.ttf",conditions:[{field:"fontName",value:"Finlandica"}],fallback:""},{label:"700 Italic",value:"https://common-fonts.abtasty.com/finlandica/Finlandica-700italic.ttf",conditions:[{field:"fontName",value:"Finlandica"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/fira-code/Fira_Code-400.ttf",conditions:[{field:"fontName",value:"Fira Code"}],fallback:""},{label:"300",value:"https://common-fonts.abtasty.com/fira-code/Fira_Code-300.ttf",conditions:[{field:"fontName",value:"Fira Code"}],fallback:""},{label:"500",value:"https://common-fonts.abtasty.com/fira-code/Fira_Code-500.ttf",conditions:[{field:"fontName",value:"Fira Code"}],fallback:""},{label:"600",value:"https://common-fonts.abtasty.com/fira-code/Fira_Code-600.ttf",conditions:[{field:"fontName",value:"Fira Code"}],fallback:""},{label:"700",value:"https://common-fonts.abtasty.com/fira-code/Fira_Code-700.ttf",conditions:[{field:"fontName",value:"Fira Code"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/fira-mono/Fira_Mono-400.ttf",conditions:[{field:"fontName",value:"Fira Mono"}],fallback:""},{label:"500",value:"https://common-fonts.abtasty.com/fira-mono/Fira_Mono-500.ttf",conditions:[{field:"fontName",value:"Fira Mono"}],fallback:""},{label:"700",value:"https://common-fonts.abtasty.com/fira-mono/Fira_Mono-700.ttf",conditions:[{field:"fontName",value:"Fira Mono"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/fira-sans/Fira_Sans-400.ttf",conditions:[{field:"fontName",value:"Fira Sans"}],fallback:""},{label:"Italic",value:"https://common-fonts.abtasty.com/fira-sans/Fira_Sans-400italic.ttf",conditions:[{field:"fontName",value:"Fira Sans"}],fallback:""},{label:"100",value:"https://common-fonts.abtasty.com/fira-sans/Fira_Sans-100.ttf",conditions:[{field:"fontName",value:"Fira Sans"}],fallback:""},{label:"100 Italic",value:"https://common-fonts.abtasty.com/fira-sans/Fira_Sans-100italic.ttf",conditions:[{field:"fontName",value:"Fira Sans"}],fallback:""},{label:"200",value:"https://common-fonts.abtasty.com/fira-sans/Fira_Sans-200.ttf",conditions:[{field:"fontName",value:"Fira Sans"}],fallback:""},{label:"200 Italic",value:"https://common-fonts.abtasty.com/fira-sans/Fira_Sans-200italic.ttf",conditions:[{field:"fontName",value:"Fira Sans"}],fallback:""},{label:"300",value:"https://common-fonts.abtasty.com/fira-sans/Fira_Sans-300.ttf",conditions:[{field:"fontName",value:"Fira Sans"}],fallback:""},{label:"300 Italic",value:"https://common-fonts.abtasty.com/fira-sans/Fira_Sans-300italic.ttf",conditions:[{field:"fontName",value:"Fira Sans"}],fallback:""},{label:"500",value:"https://common-fonts.abtasty.com/fira-sans/Fira_Sans-500.ttf",conditions:[{field:"fontName",value:"Fira Sans"}],fallback:""},{label:"500 Italic",value:"https://common-fonts.abtasty.com/fira-sans/Fira_Sans-500italic.ttf",conditions:[{field:"fontName",value:"Fira Sans"}],fallback:""},{label:"600",value:"https://common-fonts.abtasty.com/fira-sans/Fira_Sans-600.ttf",conditions:[{field:"fontName",value:"Fira Sans"}],fallback:""},{label:"600 Italic",value:"https://common-fonts.abtasty.com/fira-sans/Fira_Sans-600italic.ttf",conditions:[{field:"fontName",value:"Fira Sans"}],fallback:""},{label:"700",value:"https://common-fonts.abtasty.com/fira-sans/Fira_Sans-700.ttf",conditions:[{field:"fontName",value:"Fira Sans"}],fallback:""},{label:"700 Italic",value:"https://common-fonts.abtasty.com/fira-sans/Fira_Sans-700italic.ttf",conditions:[{field:"fontName",value:"Fira Sans"}],fallback:""},{label:"800",value:"https://common-fonts.abtasty.com/fira-sans/Fira_Sans-800.ttf",conditions:[{field:"fontName",value:"Fira Sans"}],fallback:""},{label:"800 Italic",value:"https://common-fonts.abtasty.com/fira-sans/Fira_Sans-800italic.ttf",conditions:[{field:"fontName",value:"Fira Sans"}],fallback:""},{label:"900",value:"https://common-fonts.abtasty.com/fira-sans/Fira_Sans-900.ttf",conditions:[{field:"fontName",value:"Fira Sans"}],fallback:""},{label:"900 Italic",value:"https://common-fonts.abtasty.com/fira-sans/Fira_Sans-900italic.ttf",conditions:[{field:"fontName",value:"Fira Sans"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/fira-sans-condensed/Fira_Sans Condensed-400.ttf",conditions:[{field:"fontName",value:"Fira Sans Condensed"}],fallback:""},{label:"Italic",value:"https://common-fonts.abtasty.com/fira-sans-condensed/Fira_Sans Condensed-400italic.ttf",conditions:[{field:"fontName",value:"Fira Sans Condensed"}],fallback:""},{label:"100",value:"https://common-fonts.abtasty.com/fira-sans-condensed/Fira_Sans Condensed-100.ttf",conditions:[{field:"fontName",value:"Fira Sans Condensed"}],fallback:""},{label:"100 Italic",value:"https://common-fonts.abtasty.com/fira-sans-condensed/Fira_Sans Condensed-100italic.ttf",conditions:[{field:"fontName",value:"Fira Sans Condensed"}],fallback:""},{label:"200",value:"https://common-fonts.abtasty.com/fira-sans-condensed/Fira_Sans Condensed-200.ttf",conditions:[{field:"fontName",value:"Fira Sans Condensed"}],fallback:""},{label:"200 Italic",value:"https://common-fonts.abtasty.com/fira-sans-condensed/Fira_Sans Condensed-200italic.ttf",conditions:[{field:"fontName",value:"Fira Sans Condensed"}],fallback:""},{label:"300",value:"https://common-fonts.abtasty.com/fira-sans-condensed/Fira_Sans Condensed-300.ttf",conditions:[{field:"fontName",value:"Fira Sans Condensed"}],fallback:""},{label:"300 Italic",value:"https://common-fonts.abtasty.com/fira-sans-condensed/Fira_Sans Condensed-300italic.ttf",conditions:[{field:"fontName",value:"Fira Sans Condensed"}],fallback:""},{label:"500",value:"https://common-fonts.abtasty.com/fira-sans-condensed/Fira_Sans Condensed-500.ttf",conditions:[{field:"fontName",value:"Fira Sans Condensed"}],fallback:""},{label:"500 Italic",value:"https://common-fonts.abtasty.com/fira-sans-condensed/Fira_Sans Condensed-500italic.ttf",conditions:[{field:"fontName",value:"Fira Sans Condensed"}],fallback:""},{label:"600",value:"https://common-fonts.abtasty.com/fira-sans-condensed/Fira_Sans Condensed-600.ttf",conditions:[{field:"fontName",value:"Fira Sans Condensed"}],fallback:""},{label:"600 Italic",value:"https://common-fonts.abtasty.com/fira-sans-condensed/Fira_Sans Condensed-600italic.ttf",conditions:[{field:"fontName",value:"Fira Sans Condensed"}],fallback:""},{label:"700",value:"https://common-fonts.abtasty.com/fira-sans-condensed/Fira_Sans Condensed-700.ttf",conditions:[{field:"fontName",value:"Fira Sans Condensed"}],fallback:""},{label:"700 Italic",value:"https://common-fonts.abtasty.com/fira-sans-condensed/Fira_Sans Condensed-700italic.ttf",conditions:[{field:"fontName",value:"Fira Sans Condensed"}],fallback:""},{label:"800",value:"https://common-fonts.abtasty.com/fira-sans-condensed/Fira_Sans Condensed-800.ttf",conditions:[{field:"fontName",value:"Fira Sans Condensed"}],fallback:""},{label:"800 Italic",value:"https://common-fonts.abtasty.com/fira-sans-condensed/Fira_Sans Condensed-800italic.ttf",conditions:[{field:"fontName",value:"Fira Sans Condensed"}],fallback:""},{label:"900",value:"https://common-fonts.abtasty.com/fira-sans-condensed/Fira_Sans Condensed-900.ttf",conditions:[{field:"fontName",value:"Fira Sans Condensed"}],fallback:""},{label:"900 Italic",value:"https://common-fonts.abtasty.com/fira-sans-condensed/Fira_Sans Condensed-900italic.ttf",conditions:[{field:"fontName",value:"Fira Sans Condensed"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/fira-sans-extra-condensed/Fira_Sans Extra Condensed-400.ttf",conditions:[{field:"fontName",value:"Fira Sans Extra Condensed"}],fallback:""},{label:"Italic",value:"https://common-fonts.abtasty.com/fira-sans-extra-condensed/Fira_Sans Extra Condensed-400italic.ttf",conditions:[{field:"fontName",value:"Fira Sans Extra Condensed"}],fallback:""},{label:"100",value:"https://common-fonts.abtasty.com/fira-sans-extra-condensed/Fira_Sans Extra Condensed-100.ttf",conditions:[{field:"fontName",value:"Fira Sans Extra Condensed"}],fallback:""},{label:"100 Italic",value:"https://common-fonts.abtasty.com/fira-sans-extra-condensed/Fira_Sans Extra Condensed-100italic.ttf",conditions:[{field:"fontName",value:"Fira Sans Extra Condensed"}],fallback:""},{label:"200",value:"https://common-fonts.abtasty.com/fira-sans-extra-condensed/Fira_Sans Extra Condensed-200.ttf",conditions:[{field:"fontName",value:"Fira Sans Extra Condensed"}],fallback:""},{label:"200 Italic",value:"https://common-fonts.abtasty.com/fira-sans-extra-condensed/Fira_Sans Extra Condensed-200italic.ttf",conditions:[{field:"fontName",value:"Fira Sans Extra Condensed"}],fallback:""},{label:"300",value:"https://common-fonts.abtasty.com/fira-sans-extra-condensed/Fira_Sans Extra Condensed-300.ttf",conditions:[{field:"fontName",value:"Fira Sans Extra Condensed"}],fallback:""},{label:"300 Italic",value:"https://common-fonts.abtasty.com/fira-sans-extra-condensed/Fira_Sans Extra Condensed-300italic.ttf",conditions:[{field:"fontName",value:"Fira Sans Extra Condensed"}],fallback:""},{label:"500",value:"https://common-fonts.abtasty.com/fira-sans-extra-condensed/Fira_Sans Extra Condensed-500.ttf",conditions:[{field:"fontName",value:"Fira Sans Extra Condensed"}],fallback:""},{label:"500 Italic",value:"https://common-fonts.abtasty.com/fira-sans-extra-condensed/Fira_Sans Extra Condensed-500italic.ttf",conditions:[{field:"fontName",value:"Fira Sans Extra Condensed"}],fallback:""},{label:"600",value:"https://common-fonts.abtasty.com/fira-sans-extra-condensed/Fira_Sans Extra Condensed-600.ttf",conditions:[{field:"fontName",value:"Fira Sans Extra Condensed"}],fallback:""},{label:"600 Italic",value:"https://common-fonts.abtasty.com/fira-sans-extra-condensed/Fira_Sans Extra Condensed-600italic.ttf",conditions:[{field:"fontName",value:"Fira Sans Extra Condensed"}],fallback:""},{label:"700",value:"https://common-fonts.abtasty.com/fira-sans-extra-condensed/Fira_Sans Extra Condensed-700.ttf",conditions:[{field:"fontName",value:"Fira Sans Extra Condensed"}],fallback:""},{label:"700 Italic",value:"https://common-fonts.abtasty.com/fira-sans-extra-condensed/Fira_Sans Extra Condensed-700italic.ttf",conditions:[{field:"fontName",value:"Fira Sans Extra Condensed"}],fallback:""},{label:"800",value:"https://common-fonts.abtasty.com/fira-sans-extra-condensed/Fira_Sans Extra Condensed-800.ttf",conditions:[{field:"fontName",value:"Fira Sans Extra Condensed"}],fallback:""},{label:"800 Italic",value:"https://common-fonts.abtasty.com/fira-sans-extra-condensed/Fira_Sans Extra Condensed-800italic.ttf",conditions:[{field:"fontName",value:"Fira Sans Extra Condensed"}],fallback:""},{label:"900",value:"https://common-fonts.abtasty.com/fira-sans-extra-condensed/Fira_Sans Extra Condensed-900.ttf",conditions:[{field:"fontName",value:"Fira Sans Extra Condensed"}],fallback:""},{label:"900 Italic",value:"https://common-fonts.abtasty.com/fira-sans-extra-condensed/Fira_Sans Extra Condensed-900italic.ttf",conditions:[{field:"fontName",value:"Fira Sans Extra Condensed"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/fjalla-one/Fjalla_One-400.ttf",conditions:[{field:"fontName",value:"Fjalla One"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/fjord-one/Fjord_One-400.ttf",conditions:[{field:"fontName",value:"Fjord One"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/flamenco/Flamenco-400.ttf",conditions:[{field:"fontName",value:"Flamenco"}],fallback:""},{label:"300",value:"https://common-fonts.abtasty.com/flamenco/Flamenco-300.ttf",conditions:[{field:"fontName",value:"Flamenco"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/flavors/Flavors-400.ttf",conditions:[{field:"fontName",value:"Flavors"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/fleur-de-leah/Fleur_De Leah-400.ttf",conditions:[{field:"fontName",value:"Fleur De Leah"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/flow-block/Flow_Block-400.ttf",conditions:[{field:"fontName",value:"Flow Block"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/flow-circular/Flow_Circular-400.ttf",conditions:[{field:"fontName",value:"Flow Circular"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/flow-rounded/Flow_Rounded-400.ttf",conditions:[{field:"fontName",value:"Flow Rounded"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/fondamento/Fondamento-400.ttf",conditions:[{field:"fontName",value:"Fondamento"}],fallback:""},{label:"Italic",value:"https://common-fonts.abtasty.com/fondamento/Fondamento-400italic.ttf",conditions:[{field:"fontName",value:"Fondamento"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/fontdiner-swanky/Fontdiner_Swanky-400.ttf",conditions:[{field:"fontName",value:"Fontdiner Swanky"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/forum/Forum-400.ttf",conditions:[{field:"fontName",value:"Forum"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/francois-one/Francois_One-400.ttf",conditions:[{field:"fontName",value:"Francois One"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/frank-ruhl-libre/Frank_Ruhl Libre-400.ttf",conditions:[{field:"fontName",value:"Frank Ruhl Libre"}],fallback:""},{label:"300",value:"https://common-fonts.abtasty.com/frank-ruhl-libre/Frank_Ruhl Libre-300.ttf",conditions:[{field:"fontName",value:"Frank Ruhl Libre"}],fallback:""},{label:"500",value:"https://common-fonts.abtasty.com/frank-ruhl-libre/Frank_Ruhl Libre-500.ttf",conditions:[{field:"fontName",value:"Frank Ruhl Libre"}],fallback:""},{label:"700",value:"https://common-fonts.abtasty.com/frank-ruhl-libre/Frank_Ruhl Libre-700.ttf",conditions:[{field:"fontName",value:"Frank Ruhl Libre"}],fallback:""},{label:"900",value:"https://common-fonts.abtasty.com/frank-ruhl-libre/Frank_Ruhl Libre-900.ttf",conditions:[{field:"fontName",value:"Frank Ruhl Libre"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/fraunces/Fraunces-400.ttf",conditions:[{field:"fontName",value:"Fraunces"}],fallback:""},{label:"Italic",value:"https://common-fonts.abtasty.com/fraunces/Fraunces-400italic.ttf",conditions:[{field:"fontName",value:"Fraunces"}],fallback:""},{label:"100",value:"https://common-fonts.abtasty.com/fraunces/Fraunces-100.ttf",conditions:[{field:"fontName",value:"Fraunces"}],fallback:""},{label:"100 Italic",value:"https://common-fonts.abtasty.com/fraunces/Fraunces-100italic.ttf",conditions:[{field:"fontName",value:"Fraunces"}],fallback:""},{label:"200",value:"https://common-fonts.abtasty.com/fraunces/Fraunces-200.ttf",conditions:[{field:"fontName",value:"Fraunces"}],fallback:""},{label:"200 Italic",value:"https://common-fonts.abtasty.com/fraunces/Fraunces-200italic.ttf",conditions:[{field:"fontName",value:"Fraunces"}],fallback:""},{label:"300",value:"https://common-fonts.abtasty.com/fraunces/Fraunces-300.ttf",conditions:[{field:"fontName",value:"Fraunces"}],fallback:""},{label:"300 Italic",value:"https://common-fonts.abtasty.com/fraunces/Fraunces-300italic.ttf",conditions:[{field:"fontName",value:"Fraunces"}],fallback:""},{label:"500",value:"https://common-fonts.abtasty.com/fraunces/Fraunces-500.ttf",conditions:[{field:"fontName",value:"Fraunces"}],fallback:""},{label:"500 Italic",value:"https://common-fonts.abtasty.com/fraunces/Fraunces-500italic.ttf",conditions:[{field:"fontName",value:"Fraunces"}],fallback:""},{label:"600",value:"https://common-fonts.abtasty.com/fraunces/Fraunces-600.ttf",conditions:[{field:"fontName",value:"Fraunces"}],fallback:""},{label:"600 Italic",value:"https://common-fonts.abtasty.com/fraunces/Fraunces-600italic.ttf",conditions:[{field:"fontName",value:"Fraunces"}],fallback:""},{label:"700",value:"https://common-fonts.abtasty.com/fraunces/Fraunces-700.ttf",conditions:[{field:"fontName",value:"Fraunces"}],fallback:""},{label:"700 Italic",value:"https://common-fonts.abtasty.com/fraunces/Fraunces-700italic.ttf",conditions:[{field:"fontName",value:"Fraunces"}],fallback:""},{label:"800",value:"https://common-fonts.abtasty.com/fraunces/Fraunces-800.ttf",conditions:[{field:"fontName",value:"Fraunces"}],fallback:""},{label:"800 Italic",value:"https://common-fonts.abtasty.com/fraunces/Fraunces-800italic.ttf",conditions:[{field:"fontName",value:"Fraunces"}],fallback:""},{label:"900",value:"https://common-fonts.abtasty.com/fraunces/Fraunces-900.ttf",conditions:[{field:"fontName",value:"Fraunces"}],fallback:""},{label:"900 Italic",value:"https://common-fonts.abtasty.com/fraunces/Fraunces-900italic.ttf",conditions:[{field:"fontName",value:"Fraunces"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/freckle-face/Freckle_Face-400.ttf",conditions:[{field:"fontName",value:"Freckle Face"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/fredericka-the-great/Fredericka_the Great-400.ttf",conditions:[{field:"fontName",value:"Fredericka the Great"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/fredoka/Fredoka-400.ttf",conditions:[{field:"fontName",value:"Fredoka"}],fallback:""},{label:"300",value:"https://common-fonts.abtasty.com/fredoka/Fredoka-300.ttf",conditions:[{field:"fontName",value:"Fredoka"}],fallback:""},{label:"500",value:"https://common-fonts.abtasty.com/fredoka/Fredoka-500.ttf",conditions:[{field:"fontName",value:"Fredoka"}],fallback:""},{label:"600",value:"https://common-fonts.abtasty.com/fredoka/Fredoka-600.ttf",conditions:[{field:"fontName",value:"Fredoka"}],fallback:""},{label:"700",value:"https://common-fonts.abtasty.com/fredoka/Fredoka-700.ttf",conditions:[{field:"fontName",value:"Fredoka"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/fredoka-one/Fredoka_One-400.ttf",conditions:[{field:"fontName",value:"Fredoka One"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/freehand/Freehand-400.ttf",conditions:[{field:"fontName",value:"Freehand"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/fresca/Fresca-400.ttf",conditions:[{field:"fontName",value:"Fresca"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/frijole/Frijole-400.ttf",conditions:[{field:"fontName",value:"Frijole"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/fruktur/Fruktur-400.ttf",conditions:[{field:"fontName",value:"Fruktur"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/fugaz-one/Fugaz_One-400.ttf",conditions:[{field:"fontName",value:"Fugaz One"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/fuggles/Fuggles-400.ttf",conditions:[{field:"fontName",value:"Fuggles"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/fuzzy-bubbles/Fuzzy_Bubbles-400.ttf",conditions:[{field:"fontName",value:"Fuzzy Bubbles"}],fallback:""},{label:"700",value:"https://common-fonts.abtasty.com/fuzzy-bubbles/Fuzzy_Bubbles-700.ttf",conditions:[{field:"fontName",value:"Fuzzy Bubbles"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/gfs-didot/GFS_Didot-400.ttf",conditions:[{field:"fontName",value:"GFS Didot"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/gfs-neohellenic/GFS_Neohellenic-400.ttf",conditions:[{field:"fontName",value:"GFS Neohellenic"}],fallback:""},{label:"Italic",value:"https://common-fonts.abtasty.com/gfs-neohellenic/GFS_Neohellenic-400italic.ttf",conditions:[{field:"fontName",value:"GFS Neohellenic"}],fallback:""},{label:"700",value:"https://common-fonts.abtasty.com/gfs-neohellenic/GFS_Neohellenic-700.ttf",conditions:[{field:"fontName",value:"GFS Neohellenic"}],fallback:""},{label:"700 Italic",value:"https://common-fonts.abtasty.com/gfs-neohellenic/GFS_Neohellenic-700italic.ttf",conditions:[{field:"fontName",value:"GFS Neohellenic"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/gabriela/Gabriela-400.ttf",conditions:[{field:"fontName",value:"Gabriela"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/gaegu/Gaegu-400.ttf",conditions:[{field:"fontName",value:"Gaegu"}],fallback:""},{label:"300",value:"https://common-fonts.abtasty.com/gaegu/Gaegu-300.ttf",conditions:[{field:"fontName",value:"Gaegu"}],fallback:""},{label:"700",value:"https://common-fonts.abtasty.com/gaegu/Gaegu-700.ttf",conditions:[{field:"fontName",value:"Gaegu"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/gafata/Gafata-400.ttf",conditions:[{field:"fontName",value:"Gafata"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/galada/Galada-400.ttf",conditions:[{field:"fontName",value:"Galada"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/galdeano/Galdeano-400.ttf",conditions:[{field:"fontName",value:"Galdeano"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/galindo/Galindo-400.ttf",conditions:[{field:"fontName",value:"Galindo"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/gamja-flower/Gamja_Flower-400.ttf",conditions:[{field:"fontName",value:"Gamja Flower"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/gantari/Gantari-400.ttf",conditions:[{field:"fontName",value:"Gantari"}],fallback:""},{label:"Italic",value:"https://common-fonts.abtasty.com/gantari/Gantari-400italic.ttf",conditions:[{field:"fontName",value:"Gantari"}],fallback:""},{label:"100",value:"https://common-fonts.abtasty.com/gantari/Gantari-100.ttf",conditions:[{field:"fontName",value:"Gantari"}],fallback:""},{label:"100 Italic",value:"https://common-fonts.abtasty.com/gantari/Gantari-100italic.ttf",conditions:[{field:"fontName",value:"Gantari"}],fallback:""},{label:"200",value:"https://common-fonts.abtasty.com/gantari/Gantari-200.ttf",conditions:[{field:"fontName",value:"Gantari"}],fallback:""},{label:"200 Italic",value:"https://common-fonts.abtasty.com/gantari/Gantari-200italic.ttf",conditions:[{field:"fontName",value:"Gantari"}],fallback:""},{label:"300",value:"https://common-fonts.abtasty.com/gantari/Gantari-300.ttf",conditions:[{field:"fontName",value:"Gantari"}],fallback:""},{label:"300 Italic",value:"https://common-fonts.abtasty.com/gantari/Gantari-300italic.ttf",conditions:[{field:"fontName",value:"Gantari"}],fallback:""},{label:"500",value:"https://common-fonts.abtasty.com/gantari/Gantari-500.ttf",conditions:[{field:"fontName",value:"Gantari"}],fallback:""},{label:"500 Italic",value:"https://common-fonts.abtasty.com/gantari/Gantari-500italic.ttf",conditions:[{field:"fontName",value:"Gantari"}],fallback:""},{label:"600",value:"https://common-fonts.abtasty.com/gantari/Gantari-600.ttf",conditions:[{field:"fontName",value:"Gantari"}],fallback:""},{label:"600 Italic",value:"https://common-fonts.abtasty.com/gantari/Gantari-600italic.ttf",conditions:[{field:"fontName",value:"Gantari"}],fallback:""},{label:"700",value:"https://common-fonts.abtasty.com/gantari/Gantari-700.ttf",conditions:[{field:"fontName",value:"Gantari"}],fallback:""},{label:"700 Italic",value:"https://common-fonts.abtasty.com/gantari/Gantari-700italic.ttf",conditions:[{field:"fontName",value:"Gantari"}],fallback:""},{label:"800",value:"https://common-fonts.abtasty.com/gantari/Gantari-800.ttf",conditions:[{field:"fontName",value:"Gantari"}],fallback:""},{label:"800 Italic",value:"https://common-fonts.abtasty.com/gantari/Gantari-800italic.ttf",conditions:[{field:"fontName",value:"Gantari"}],fallback:""},{label:"900",value:"https://common-fonts.abtasty.com/gantari/Gantari-900.ttf",conditions:[{field:"fontName",value:"Gantari"}],fallback:""},{label:"900 Italic",value:"https://common-fonts.abtasty.com/gantari/Gantari-900italic.ttf",conditions:[{field:"fontName",value:"Gantari"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/gayathri/Gayathri-400.ttf",conditions:[{field:"fontName",value:"Gayathri"}],fallback:""},{label:"100",value:"https://common-fonts.abtasty.com/gayathri/Gayathri-100.ttf",conditions:[{field:"fontName",value:"Gayathri"}],fallback:""},{label:"700",value:"https://common-fonts.abtasty.com/gayathri/Gayathri-700.ttf",conditions:[{field:"fontName",value:"Gayathri"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/gelasio/Gelasio-400.ttf",conditions:[{field:"fontName",value:"Gelasio"}],fallback:""},{label:"Italic",value:"https://common-fonts.abtasty.com/gelasio/Gelasio-400italic.ttf",conditions:[{field:"fontName",value:"Gelasio"}],fallback:""},{label:"500",value:"https://common-fonts.abtasty.com/gelasio/Gelasio-500.ttf",conditions:[{field:"fontName",value:"Gelasio"}],fallback:""},{label:"500 Italic",value:"https://common-fonts.abtasty.com/gelasio/Gelasio-500italic.ttf",conditions:[{field:"fontName",value:"Gelasio"}],fallback:""},{label:"600",value:"https://common-fonts.abtasty.com/gelasio/Gelasio-600.ttf",conditions:[{field:"fontName",value:"Gelasio"}],fallback:""},{label:"600 Italic",value:"https://common-fonts.abtasty.com/gelasio/Gelasio-600italic.ttf",conditions:[{field:"fontName",value:"Gelasio"}],fallback:""},{label:"700",value:"https://common-fonts.abtasty.com/gelasio/Gelasio-700.ttf",conditions:[{field:"fontName",value:"Gelasio"}],fallback:""},{label:"700 Italic",value:"https://common-fonts.abtasty.com/gelasio/Gelasio-700italic.ttf",conditions:[{field:"fontName",value:"Gelasio"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/gemunu-libre/Gemunu_Libre-400.ttf",conditions:[{field:"fontName",value:"Gemunu Libre"}],fallback:""},{label:"200",value:"https://common-fonts.abtasty.com/gemunu-libre/Gemunu_Libre-200.ttf",conditions:[{field:"fontName",value:"Gemunu Libre"}],fallback:""},{label:"300",value:"https://common-fonts.abtasty.com/gemunu-libre/Gemunu_Libre-300.ttf",conditions:[{field:"fontName",value:"Gemunu Libre"}],fallback:""},{label:"500",value:"https://common-fonts.abtasty.com/gemunu-libre/Gemunu_Libre-500.ttf",conditions:[{field:"fontName",value:"Gemunu Libre"}],fallback:""},{label:"600",value:"https://common-fonts.abtasty.com/gemunu-libre/Gemunu_Libre-600.ttf",conditions:[{field:"fontName",value:"Gemunu Libre"}],fallback:""},{label:"700",value:"https://common-fonts.abtasty.com/gemunu-libre/Gemunu_Libre-700.ttf",conditions:[{field:"fontName",value:"Gemunu Libre"}],fallback:""},{label:"800",value:"https://common-fonts.abtasty.com/gemunu-libre/Gemunu_Libre-800.ttf",conditions:[{field:"fontName",value:"Gemunu Libre"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/genos/Genos-400.ttf",conditions:[{field:"fontName",value:"Genos"}],fallback:""},{label:"Italic",value:"https://common-fonts.abtasty.com/genos/Genos-400italic.ttf",conditions:[{field:"fontName",value:"Genos"}],fallback:""},{label:"100",value:"https://common-fonts.abtasty.com/genos/Genos-100.ttf",conditions:[{field:"fontName",value:"Genos"}],fallback:""},{label:"100 Italic",value:"https://common-fonts.abtasty.com/genos/Genos-100italic.ttf",conditions:[{field:"fontName",value:"Genos"}],fallback:""},{label:"200",value:"https://common-fonts.abtasty.com/genos/Genos-200.ttf",conditions:[{field:"fontName",value:"Genos"}],fallback:""},{label:"200 Italic",value:"https://common-fonts.abtasty.com/genos/Genos-200italic.ttf",conditions:[{field:"fontName",value:"Genos"}],fallback:""},{label:"300",value:"https://common-fonts.abtasty.com/genos/Genos-300.ttf",conditions:[{field:"fontName",value:"Genos"}],fallback:""},{label:"300 Italic",value:"https://common-fonts.abtasty.com/genos/Genos-300italic.ttf",conditions:[{field:"fontName",value:"Genos"}],fallback:""},{label:"500",value:"https://common-fonts.abtasty.com/genos/Genos-500.ttf",conditions:[{field:"fontName",value:"Genos"}],fallback:""},{label:"500 Italic",value:"https://common-fonts.abtasty.com/genos/Genos-500italic.ttf",conditions:[{field:"fontName",value:"Genos"}],fallback:""},{label:"600",value:"https://common-fonts.abtasty.com/genos/Genos-600.ttf",conditions:[{field:"fontName",value:"Genos"}],fallback:""},{label:"600 Italic",value:"https://common-fonts.abtasty.com/genos/Genos-600italic.ttf",conditions:[{field:"fontName",value:"Genos"}],fallback:""},{label:"700",value:"https://common-fonts.abtasty.com/genos/Genos-700.ttf",conditions:[{field:"fontName",value:"Genos"}],fallback:""},{label:"700 Italic",value:"https://common-fonts.abtasty.com/genos/Genos-700italic.ttf",conditions:[{field:"fontName",value:"Genos"}],fallback:""},{label:"800",value:"https://common-fonts.abtasty.com/genos/Genos-800.ttf",conditions:[{field:"fontName",value:"Genos"}],fallback:""},{label:"800 Italic",value:"https://common-fonts.abtasty.com/genos/Genos-800italic.ttf",conditions:[{field:"fontName",value:"Genos"}],fallback:""},{label:"900",value:"https://common-fonts.abtasty.com/genos/Genos-900.ttf",conditions:[{field:"fontName",value:"Genos"}],fallback:""},{label:"900 Italic",value:"https://common-fonts.abtasty.com/genos/Genos-900italic.ttf",conditions:[{field:"fontName",value:"Genos"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/gentium-book-basic/Gentium_Book Basic-400.ttf",conditions:[{field:"fontName",value:"Gentium Book Basic"}],fallback:""},{label:"Italic",value:"https://common-fonts.abtasty.com/gentium-book-basic/Gentium_Book Basic-400italic.ttf",conditions:[{field:"fontName",value:"Gentium Book Basic"}],fallback:""},{label:"700",value:"https://common-fonts.abtasty.com/gentium-book-basic/Gentium_Book Basic-700.ttf",conditions:[{field:"fontName",value:"Gentium Book Basic"}],fallback:""},{label:"700 Italic",value:"https://common-fonts.abtasty.com/gentium-book-basic/Gentium_Book Basic-700italic.ttf",conditions:[{field:"fontName",value:"Gentium Book Basic"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/gentium-book-plus/Gentium_Book Plus-400.ttf",conditions:[{field:"fontName",value:"Gentium Book Plus"}],fallback:""},{label:"Italic",value:"https://common-fonts.abtasty.com/gentium-book-plus/Gentium_Book Plus-400italic.ttf",conditions:[{field:"fontName",value:"Gentium Book Plus"}],fallback:""},{label:"700",value:"https://common-fonts.abtasty.com/gentium-book-plus/Gentium_Book Plus-700.ttf",conditions:[{field:"fontName",value:"Gentium Book Plus"}],fallback:""},{label:"700 Italic",value:"https://common-fonts.abtasty.com/gentium-book-plus/Gentium_Book Plus-700italic.ttf",conditions:[{field:"fontName",value:"Gentium Book Plus"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/gentium-plus/Gentium_Plus-400.ttf",conditions:[{field:"fontName",value:"Gentium Plus"}],fallback:""},{label:"Italic",value:"https://common-fonts.abtasty.com/gentium-plus/Gentium_Plus-400italic.ttf",conditions:[{field:"fontName",value:"Gentium Plus"}],fallback:""},{label:"700",value:"https://common-fonts.abtasty.com/gentium-plus/Gentium_Plus-700.ttf",conditions:[{field:"fontName",value:"Gentium Plus"}],fallback:""},{label:"700 Italic",value:"https://common-fonts.abtasty.com/gentium-plus/Gentium_Plus-700italic.ttf",conditions:[{field:"fontName",value:"Gentium Plus"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/geo/Geo-400.ttf",conditions:[{field:"fontName",value:"Geo"}],fallback:""},{label:"Italic",value:"https://common-fonts.abtasty.com/geo/Geo-400italic.ttf",conditions:[{field:"fontName",value:"Geo"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/georama/Georama-400.ttf",conditions:[{field:"fontName",value:"Georama"}],fallback:""},{label:"Italic",value:"https://common-fonts.abtasty.com/georama/Georama-400italic.ttf",conditions:[{field:"fontName",value:"Georama"}],fallback:""},{label:"100",value:"https://common-fonts.abtasty.com/georama/Georama-100.ttf",conditions:[{field:"fontName",value:"Georama"}],fallback:""},{label:"100 Italic",value:"https://common-fonts.abtasty.com/georama/Georama-100italic.ttf",conditions:[{field:"fontName",value:"Georama"}],fallback:""},{label:"200",value:"https://common-fonts.abtasty.com/georama/Georama-200.ttf",conditions:[{field:"fontName",value:"Georama"}],fallback:""},{label:"200 Italic",value:"https://common-fonts.abtasty.com/georama/Georama-200italic.ttf",conditions:[{field:"fontName",value:"Georama"}],fallback:""},{label:"300",value:"https://common-fonts.abtasty.com/georama/Georama-300.ttf",conditions:[{field:"fontName",value:"Georama"}],fallback:""},{label:"300 Italic",value:"https://common-fonts.abtasty.com/georama/Georama-300italic.ttf",conditions:[{field:"fontName",value:"Georama"}],fallback:""},{label:"500",value:"https://common-fonts.abtasty.com/georama/Georama-500.ttf",conditions:[{field:"fontName",value:"Georama"}],fallback:""},{label:"500 Italic",value:"https://common-fonts.abtasty.com/georama/Georama-500italic.ttf",conditions:[{field:"fontName",value:"Georama"}],fallback:""},{label:"600",value:"https://common-fonts.abtasty.com/georama/Georama-600.ttf",conditions:[{field:"fontName",value:"Georama"}],fallback:""},{label:"600 Italic",value:"https://common-fonts.abtasty.com/georama/Georama-600italic.ttf",conditions:[{field:"fontName",value:"Georama"}],fallback:""},{label:"700",value:"https://common-fonts.abtasty.com/georama/Georama-700.ttf",conditions:[{field:"fontName",value:"Georama"}],fallback:""},{label:"700 Italic",value:"https://common-fonts.abtasty.com/georama/Georama-700italic.ttf",conditions:[{field:"fontName",value:"Georama"}],fallback:""},{label:"800",value:"https://common-fonts.abtasty.com/georama/Georama-800.ttf",conditions:[{field:"fontName",value:"Georama"}],fallback:""},{label:"800 Italic",value:"https://common-fonts.abtasty.com/georama/Georama-800italic.ttf",conditions:[{field:"fontName",value:"Georama"}],fallback:""},{label:"900",value:"https://common-fonts.abtasty.com/georama/Georama-900.ttf",conditions:[{field:"fontName",value:"Georama"}],fallback:""},{label:"900 Italic",value:"https://common-fonts.abtasty.com/georama/Georama-900italic.ttf",conditions:[{field:"fontName",value:"Georama"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/geostar/Geostar-400.ttf",conditions:[{field:"fontName",value:"Geostar"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/geostar-fill/Geostar_Fill-400.ttf",conditions:[{field:"fontName",value:"Geostar Fill"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/germania-one/Germania_One-400.ttf",conditions:[{field:"fontName",value:"Germania One"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/gideon-roman/Gideon_Roman-400.ttf",conditions:[{field:"fontName",value:"Gideon Roman"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/gidugu/Gidugu-400.ttf",conditions:[{field:"fontName",value:"Gidugu"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/gilda-display/Gilda_Display-400.ttf",conditions:[{field:"fontName",value:"Gilda Display"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/girassol/Girassol-400.ttf",conditions:[{field:"fontName",value:"Girassol"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/give-you-glory/Give_You Glory-400.ttf",conditions:[{field:"fontName",value:"Give You Glory"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/glass-antiqua/Glass_Antiqua-400.ttf",conditions:[{field:"fontName",value:"Glass Antiqua"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/glegoo/Glegoo-400.ttf",conditions:[{field:"fontName",value:"Glegoo"}],fallback:""},{label:"700",value:"https://common-fonts.abtasty.com/glegoo/Glegoo-700.ttf",conditions:[{field:"fontName",value:"Glegoo"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/gloria-hallelujah/Gloria_Hallelujah-400.ttf",conditions:[{field:"fontName",value:"Gloria Hallelujah"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/glory/Glory-400.ttf",conditions:[{field:"fontName",value:"Glory"}],fallback:""},{label:"Italic",value:"https://common-fonts.abtasty.com/glory/Glory-400italic.ttf",conditions:[{field:"fontName",value:"Glory"}],fallback:""},{label:"100",value:"https://common-fonts.abtasty.com/glory/Glory-100.ttf",conditions:[{field:"fontName",value:"Glory"}],fallback:""},{label:"100 Italic",value:"https://common-fonts.abtasty.com/glory/Glory-100italic.ttf",conditions:[{field:"fontName",value:"Glory"}],fallback:""},{label:"200",value:"https://common-fonts.abtasty.com/glory/Glory-200.ttf",conditions:[{field:"fontName",value:"Glory"}],fallback:""},{label:"200 Italic",value:"https://common-fonts.abtasty.com/glory/Glory-200italic.ttf",conditions:[{field:"fontName",value:"Glory"}],fallback:""},{label:"300",value:"https://common-fonts.abtasty.com/glory/Glory-300.ttf",conditions:[{field:"fontName",value:"Glory"}],fallback:""},{label:"300 Italic",value:"https://common-fonts.abtasty.com/glory/Glory-300italic.ttf",conditions:[{field:"fontName",value:"Glory"}],fallback:""},{label:"500",value:"https://common-fonts.abtasty.com/glory/Glory-500.ttf",conditions:[{field:"fontName",value:"Glory"}],fallback:""},{label:"500 Italic",value:"https://common-fonts.abtasty.com/glory/Glory-500italic.ttf",conditions:[{field:"fontName",value:"Glory"}],fallback:""},{label:"600",value:"https://common-fonts.abtasty.com/glory/Glory-600.ttf",conditions:[{field:"fontName",value:"Glory"}],fallback:""},{label:"600 Italic",value:"https://common-fonts.abtasty.com/glory/Glory-600italic.ttf",conditions:[{field:"fontName",value:"Glory"}],fallback:""},{label:"700",value:"https://common-fonts.abtasty.com/glory/Glory-700.ttf",conditions:[{field:"fontName",value:"Glory"}],fallback:""},{label:"700 Italic",value:"https://common-fonts.abtasty.com/glory/Glory-700italic.ttf",conditions:[{field:"fontName",value:"Glory"}],fallback:""},{label:"800",value:"https://common-fonts.abtasty.com/glory/Glory-800.ttf",conditions:[{field:"fontName",value:"Glory"}],fallback:""},{label:"800 Italic",value:"https://common-fonts.abtasty.com/glory/Glory-800italic.ttf",conditions:[{field:"fontName",value:"Glory"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/gluten/Gluten-400.ttf",conditions:[{field:"fontName",value:"Gluten"}],fallback:""},{label:"100",value:"https://common-fonts.abtasty.com/gluten/Gluten-100.ttf",conditions:[{field:"fontName",value:"Gluten"}],fallback:""},{label:"200",value:"https://common-fonts.abtasty.com/gluten/Gluten-200.ttf",conditions:[{field:"fontName",value:"Gluten"}],fallback:""},{label:"300",value:"https://common-fonts.abtasty.com/gluten/Gluten-300.ttf",conditions:[{field:"fontName",value:"Gluten"}],fallback:""},{label:"500",value:"https://common-fonts.abtasty.com/gluten/Gluten-500.ttf",conditions:[{field:"fontName",value:"Gluten"}],fallback:""},{label:"600",value:"https://common-fonts.abtasty.com/gluten/Gluten-600.ttf",conditions:[{field:"fontName",value:"Gluten"}],fallback:""},{label:"700",value:"https://common-fonts.abtasty.com/gluten/Gluten-700.ttf",conditions:[{field:"fontName",value:"Gluten"}],fallback:""},{label:"800",value:"https://common-fonts.abtasty.com/gluten/Gluten-800.ttf",conditions:[{field:"fontName",value:"Gluten"}],fallback:""},{label:"900",value:"https://common-fonts.abtasty.com/gluten/Gluten-900.ttf",conditions:[{field:"fontName",value:"Gluten"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/goblin-one/Goblin_One-400.ttf",conditions:[{field:"fontName",value:"Goblin One"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/gochi-hand/Gochi_Hand-400.ttf",conditions:[{field:"fontName",value:"Gochi Hand"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/goldman/Goldman-400.ttf",conditions:[{field:"fontName",value:"Goldman"}],fallback:""},{label:"700",value:"https://common-fonts.abtasty.com/goldman/Goldman-700.ttf",conditions:[{field:"fontName",value:"Goldman"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/gorditas/Gorditas-400.ttf",conditions:[{field:"fontName",value:"Gorditas"}],fallback:""},{label:"700",value:"https://common-fonts.abtasty.com/gorditas/Gorditas-700.ttf",conditions:[{field:"fontName",value:"Gorditas"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/gothic-a1/Gothic_A1-400.ttf",conditions:[{field:"fontName",value:"Gothic A1"}],fallback:""},{label:"100",value:"https://common-fonts.abtasty.com/gothic-a1/Gothic_A1-100.ttf",conditions:[{field:"fontName",value:"Gothic A1"}],fallback:""},{label:"200",value:"https://common-fonts.abtasty.com/gothic-a1/Gothic_A1-200.ttf",conditions:[{field:"fontName",value:"Gothic A1"}],fallback:""},{label:"300",value:"https://common-fonts.abtasty.com/gothic-a1/Gothic_A1-300.ttf",conditions:[{field:"fontName",value:"Gothic A1"}],fallback:""},{label:"500",value:"https://common-fonts.abtasty.com/gothic-a1/Gothic_A1-500.ttf",conditions:[{field:"fontName",value:"Gothic A1"}],fallback:""},{label:"600",value:"https://common-fonts.abtasty.com/gothic-a1/Gothic_A1-600.ttf",conditions:[{field:"fontName",value:"Gothic A1"}],fallback:""},{label:"700",value:"https://common-fonts.abtasty.com/gothic-a1/Gothic_A1-700.ttf",conditions:[{field:"fontName",value:"Gothic A1"}],fallback:""},{label:"800",value:"https://common-fonts.abtasty.com/gothic-a1/Gothic_A1-800.ttf",conditions:[{field:"fontName",value:"Gothic A1"}],fallback:""},{label:"900",value:"https://common-fonts.abtasty.com/gothic-a1/Gothic_A1-900.ttf",conditions:[{field:"fontName",value:"Gothic A1"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/gotu/Gotu-400.ttf",conditions:[{field:"fontName",value:"Gotu"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/goudy-bookletter-1911/Goudy_Bookletter 1911-400.ttf",conditions:[{field:"fontName",value:"Goudy Bookletter 1911"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/gowun-batang/Gowun_Batang-400.ttf",conditions:[{field:"fontName",value:"Gowun Batang"}],fallback:""},{label:"700",value:"https://common-fonts.abtasty.com/gowun-batang/Gowun_Batang-700.ttf",conditions:[{field:"fontName",value:"Gowun Batang"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/gowun-dodum/Gowun_Dodum-400.ttf",conditions:[{field:"fontName",value:"Gowun Dodum"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/graduate/Graduate-400.ttf",conditions:[{field:"fontName",value:"Graduate"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/grand-hotel/Grand_Hotel-400.ttf",conditions:[{field:"fontName",value:"Grand Hotel"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/grandstander/Grandstander-400.ttf",conditions:[{field:"fontName",value:"Grandstander"}],fallback:""},{label:"Italic",value:"https://common-fonts.abtasty.com/grandstander/Grandstander-400italic.ttf",conditions:[{field:"fontName",value:"Grandstander"}],fallback:""},{label:"100",value:"https://common-fonts.abtasty.com/grandstander/Grandstander-100.ttf",conditions:[{field:"fontName",value:"Grandstander"}],fallback:""},{label:"100 Italic",value:"https://common-fonts.abtasty.com/grandstander/Grandstander-100italic.ttf",conditions:[{field:"fontName",value:"Grandstander"}],fallback:""},{label:"200",value:"https://common-fonts.abtasty.com/grandstander/Grandstander-200.ttf",conditions:[{field:"fontName",value:"Grandstander"}],fallback:""},{label:"200 Italic",value:"https://common-fonts.abtasty.com/grandstander/Grandstander-200italic.ttf",conditions:[{field:"fontName",value:"Grandstander"}],fallback:""},{label:"300",value:"https://common-fonts.abtasty.com/grandstander/Grandstander-300.ttf",conditions:[{field:"fontName",value:"Grandstander"}],fallback:""},{label:"300 Italic",value:"https://common-fonts.abtasty.com/grandstander/Grandstander-300italic.ttf",conditions:[{field:"fontName",value:"Grandstander"}],fallback:""},{label:"500",value:"https://common-fonts.abtasty.com/grandstander/Grandstander-500.ttf",conditions:[{field:"fontName",value:"Grandstander"}],fallback:""},{label:"500 Italic",value:"https://common-fonts.abtasty.com/grandstander/Grandstander-500italic.ttf",conditions:[{field:"fontName",value:"Grandstander"}],fallback:""},{label:"600",value:"https://common-fonts.abtasty.com/grandstander/Grandstander-600.ttf",conditions:[{field:"fontName",value:"Grandstander"}],fallback:""},{label:"600 Italic",value:"https://common-fonts.abtasty.com/grandstander/Grandstander-600italic.ttf",conditions:[{field:"fontName",value:"Grandstander"}],fallback:""},{label:"700",value:"https://common-fonts.abtasty.com/grandstander/Grandstander-700.ttf",conditions:[{field:"fontName",value:"Grandstander"}],fallback:""},{label:"700 Italic",value:"https://common-fonts.abtasty.com/grandstander/Grandstander-700italic.ttf",conditions:[{field:"fontName",value:"Grandstander"}],fallback:""},{label:"800",value:"https://common-fonts.abtasty.com/grandstander/Grandstander-800.ttf",conditions:[{field:"fontName",value:"Grandstander"}],fallback:""},{label:"800 Italic",value:"https://common-fonts.abtasty.com/grandstander/Grandstander-800italic.ttf",conditions:[{field:"fontName",value:"Grandstander"}],fallback:""},{label:"900",value:"https://common-fonts.abtasty.com/grandstander/Grandstander-900.ttf",conditions:[{field:"fontName",value:"Grandstander"}],fallback:""},{label:"900 Italic",value:"https://common-fonts.abtasty.com/grandstander/Grandstander-900italic.ttf",conditions:[{field:"fontName",value:"Grandstander"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/grape-nuts/Grape_Nuts-400.ttf",conditions:[{field:"fontName",value:"Grape Nuts"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/gravitas-one/Gravitas_One-400.ttf",conditions:[{field:"fontName",value:"Gravitas One"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/great-vibes/Great_Vibes-400.ttf",conditions:[{field:"fontName",value:"Great Vibes"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/grechen-fuemen/Grechen_Fuemen-400.ttf",conditions:[{field:"fontName",value:"Grechen Fuemen"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/grenze/Grenze-400.ttf",conditions:[{field:"fontName",value:"Grenze"}],fallback:""},{label:"Italic",value:"https://common-fonts.abtasty.com/grenze/Grenze-400italic.ttf",conditions:[{field:"fontName",value:"Grenze"}],fallback:""},{label:"100",value:"https://common-fonts.abtasty.com/grenze/Grenze-100.ttf",conditions:[{field:"fontName",value:"Grenze"}],fallback:""},{label:"100 Italic",value:"https://common-fonts.abtasty.com/grenze/Grenze-100italic.ttf",conditions:[{field:"fontName",value:"Grenze"}],fallback:""},{label:"200",value:"https://common-fonts.abtasty.com/grenze/Grenze-200.ttf",conditions:[{field:"fontName",value:"Grenze"}],fallback:""},{label:"200 Italic",value:"https://common-fonts.abtasty.com/grenze/Grenze-200italic.ttf",conditions:[{field:"fontName",value:"Grenze"}],fallback:""},{label:"300",value:"https://common-fonts.abtasty.com/grenze/Grenze-300.ttf",conditions:[{field:"fontName",value:"Grenze"}],fallback:""},{label:"300 Italic",value:"https://common-fonts.abtasty.com/grenze/Grenze-300italic.ttf",conditions:[{field:"fontName",value:"Grenze"}],fallback:""},{label:"500",value:"https://common-fonts.abtasty.com/grenze/Grenze-500.ttf",conditions:[{field:"fontName",value:"Grenze"}],fallback:""},{label:"500 Italic",value:"https://common-fonts.abtasty.com/grenze/Grenze-500italic.ttf",conditions:[{field:"fontName",value:"Grenze"}],fallback:""},{label:"600",value:"https://common-fonts.abtasty.com/grenze/Grenze-600.ttf",conditions:[{field:"fontName",value:"Grenze"}],fallback:""},{label:"600 Italic",value:"https://common-fonts.abtasty.com/grenze/Grenze-600italic.ttf",conditions:[{field:"fontName",value:"Grenze"}],fallback:""},{label:"700",value:"https://common-fonts.abtasty.com/grenze/Grenze-700.ttf",conditions:[{field:"fontName",value:"Grenze"}],fallback:""},{label:"700 Italic",value:"https://common-fonts.abtasty.com/grenze/Grenze-700italic.ttf",conditions:[{field:"fontName",value:"Grenze"}],fallback:""},{label:"800",value:"https://common-fonts.abtasty.com/grenze/Grenze-800.ttf",conditions:[{field:"fontName",value:"Grenze"}],fallback:""},{label:"800 Italic",value:"https://common-fonts.abtasty.com/grenze/Grenze-800italic.ttf",conditions:[{field:"fontName",value:"Grenze"}],fallback:""},{label:"900",value:"https://common-fonts.abtasty.com/grenze/Grenze-900.ttf",conditions:[{field:"fontName",value:"Grenze"}],fallback:""},{label:"900 Italic",value:"https://common-fonts.abtasty.com/grenze/Grenze-900italic.ttf",conditions:[{field:"fontName",value:"Grenze"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/grenze-gotisch/Grenze_Gotisch-400.ttf",conditions:[{field:"fontName",value:"Grenze Gotisch"}],fallback:""},{label:"100",value:"https://common-fonts.abtasty.com/grenze-gotisch/Grenze_Gotisch-100.ttf",conditions:[{field:"fontName",value:"Grenze Gotisch"}],fallback:""},{label:"200",value:"https://common-fonts.abtasty.com/grenze-gotisch/Grenze_Gotisch-200.ttf",conditions:[{field:"fontName",value:"Grenze Gotisch"}],fallback:""},{label:"300",value:"https://common-fonts.abtasty.com/grenze-gotisch/Grenze_Gotisch-300.ttf",conditions:[{field:"fontName",value:"Grenze Gotisch"}],fallback:""},{label:"500",value:"https://common-fonts.abtasty.com/grenze-gotisch/Grenze_Gotisch-500.ttf",conditions:[{field:"fontName",value:"Grenze Gotisch"}],fallback:""},{label:"600",value:"https://common-fonts.abtasty.com/grenze-gotisch/Grenze_Gotisch-600.ttf",conditions:[{field:"fontName",value:"Grenze Gotisch"}],fallback:""},{label:"700",value:"https://common-fonts.abtasty.com/grenze-gotisch/Grenze_Gotisch-700.ttf",conditions:[{field:"fontName",value:"Grenze Gotisch"}],fallback:""},{label:"800",value:"https://common-fonts.abtasty.com/grenze-gotisch/Grenze_Gotisch-800.ttf",conditions:[{field:"fontName",value:"Grenze Gotisch"}],fallback:""},{label:"900",value:"https://common-fonts.abtasty.com/grenze-gotisch/Grenze_Gotisch-900.ttf",conditions:[{field:"fontName",value:"Grenze Gotisch"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/grey-qo/Grey_Qo-400.ttf",conditions:[{field:"fontName",value:"Grey Qo"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/griffy/Griffy-400.ttf",conditions:[{field:"fontName",value:"Griffy"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/gruppo/Gruppo-400.ttf",conditions:[{field:"fontName",value:"Gruppo"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/gudea/Gudea-400.ttf",conditions:[{field:"fontName",value:"Gudea"}],fallback:""},{label:"Italic",value:"https://common-fonts.abtasty.com/gudea/Gudea-400italic.ttf",conditions:[{field:"fontName",value:"Gudea"}],fallback:""},{label:"700",value:"https://common-fonts.abtasty.com/gudea/Gudea-700.ttf",conditions:[{field:"fontName",value:"Gudea"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/gugi/Gugi-400.ttf",conditions:[{field:"fontName",value:"Gugi"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/gulzar/Gulzar-400.ttf",conditions:[{field:"fontName",value:"Gulzar"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/gupter/Gupter-400.ttf",conditions:[{field:"fontName",value:"Gupter"}],fallback:""},{label:"500",value:"https://common-fonts.abtasty.com/gupter/Gupter-500.ttf",conditions:[{field:"fontName",value:"Gupter"}],fallback:""},{label:"700",value:"https://common-fonts.abtasty.com/gupter/Gupter-700.ttf",conditions:[{field:"fontName",value:"Gupter"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/gurajada/Gurajada-400.ttf",conditions:[{field:"fontName",value:"Gurajada"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/gwendolyn/Gwendolyn-400.ttf",conditions:[{field:"fontName",value:"Gwendolyn"}],fallback:""},{label:"700",value:"https://common-fonts.abtasty.com/gwendolyn/Gwendolyn-700.ttf",conditions:[{field:"fontName",value:"Gwendolyn"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/habibi/Habibi-400.ttf",conditions:[{field:"fontName",value:"Habibi"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/hachi-maru-pop/Hachi_Maru Pop-400.ttf",conditions:[{field:"fontName",value:"Hachi Maru Pop"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/hahmlet/Hahmlet-400.ttf",conditions:[{field:"fontName",value:"Hahmlet"}],fallback:""},{label:"100",value:"https://common-fonts.abtasty.com/hahmlet/Hahmlet-100.ttf",conditions:[{field:"fontName",value:"Hahmlet"}],fallback:""},{label:"200",value:"https://common-fonts.abtasty.com/hahmlet/Hahmlet-200.ttf",conditions:[{field:"fontName",value:"Hahmlet"}],fallback:""},{label:"300",value:"https://common-fonts.abtasty.com/hahmlet/Hahmlet-300.ttf",conditions:[{field:"fontName",value:"Hahmlet"}],fallback:""},{label:"500",value:"https://common-fonts.abtasty.com/hahmlet/Hahmlet-500.ttf",conditions:[{field:"fontName",value:"Hahmlet"}],fallback:""},{label:"600",value:"https://common-fonts.abtasty.com/hahmlet/Hahmlet-600.ttf",conditions:[{field:"fontName",value:"Hahmlet"}],fallback:""},{label:"700",value:"https://common-fonts.abtasty.com/hahmlet/Hahmlet-700.ttf",conditions:[{field:"fontName",value:"Hahmlet"}],fallback:""},{label:"800",value:"https://common-fonts.abtasty.com/hahmlet/Hahmlet-800.ttf",conditions:[{field:"fontName",value:"Hahmlet"}],fallback:""},{label:"900",value:"https://common-fonts.abtasty.com/hahmlet/Hahmlet-900.ttf",conditions:[{field:"fontName",value:"Hahmlet"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/halant/Halant-400.ttf",conditions:[{field:"fontName",value:"Halant"}],fallback:""},{label:"300",value:"https://common-fonts.abtasty.com/halant/Halant-300.ttf",conditions:[{field:"fontName",value:"Halant"}],fallback:""},{label:"500",value:"https://common-fonts.abtasty.com/halant/Halant-500.ttf",conditions:[{field:"fontName",value:"Halant"}],fallback:""},{label:"600",value:"https://common-fonts.abtasty.com/halant/Halant-600.ttf",conditions:[{field:"fontName",value:"Halant"}],fallback:""},{label:"700",value:"https://common-fonts.abtasty.com/halant/Halant-700.ttf",conditions:[{field:"fontName",value:"Halant"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/hammersmith-one/Hammersmith_One-400.ttf",conditions:[{field:"fontName",value:"Hammersmith One"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/hanalei/Hanalei-400.ttf",conditions:[{field:"fontName",value:"Hanalei"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/hanalei-fill/Hanalei_Fill-400.ttf",conditions:[{field:"fontName",value:"Hanalei Fill"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/handlee/Handlee-400.ttf",conditions:[{field:"fontName",value:"Handlee"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/hanuman/Hanuman-400.ttf",conditions:[{field:"fontName",value:"Hanuman"}],fallback:""},{label:"100",value:"https://common-fonts.abtasty.com/hanuman/Hanuman-100.ttf",conditions:[{field:"fontName",value:"Hanuman"}],fallback:""},{label:"300",value:"https://common-fonts.abtasty.com/hanuman/Hanuman-300.ttf",conditions:[{field:"fontName",value:"Hanuman"}],fallback:""},{label:"700",value:"https://common-fonts.abtasty.com/hanuman/Hanuman-700.ttf",conditions:[{field:"fontName",value:"Hanuman"}],fallback:""},{label:"900",value:"https://common-fonts.abtasty.com/hanuman/Hanuman-900.ttf",conditions:[{field:"fontName",value:"Hanuman"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/happy-monkey/Happy_Monkey-400.ttf",conditions:[{field:"fontName",value:"Happy Monkey"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/harmattan/Harmattan-400.ttf",conditions:[{field:"fontName",value:"Harmattan"}],fallback:""},{label:"700",value:"https://common-fonts.abtasty.com/harmattan/Harmattan-700.ttf",conditions:[{field:"fontName",value:"Harmattan"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/headland-one/Headland_One-400.ttf",conditions:[{field:"fontName",value:"Headland One"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/heebo/Heebo-400.ttf",conditions:[{field:"fontName",value:"Heebo"}],fallback:""},{label:"100",value:"https://common-fonts.abtasty.com/heebo/Heebo-100.ttf",conditions:[{field:"fontName",value:"Heebo"}],fallback:""},{label:"200",value:"https://common-fonts.abtasty.com/heebo/Heebo-200.ttf",conditions:[{field:"fontName",value:"Heebo"}],fallback:""},{label:"300",value:"https://common-fonts.abtasty.com/heebo/Heebo-300.ttf",conditions:[{field:"fontName",value:"Heebo"}],fallback:""},{label:"500",value:"https://common-fonts.abtasty.com/heebo/Heebo-500.ttf",conditions:[{field:"fontName",value:"Heebo"}],fallback:""},{label:"600",value:"https://common-fonts.abtasty.com/heebo/Heebo-600.ttf",conditions:[{field:"fontName",value:"Heebo"}],fallback:""},{label:"700",value:"https://common-fonts.abtasty.com/heebo/Heebo-700.ttf",conditions:[{field:"fontName",value:"Heebo"}],fallback:""},{label:"800",value:"https://common-fonts.abtasty.com/heebo/Heebo-800.ttf",conditions:[{field:"fontName",value:"Heebo"}],fallback:""},{label:"900",value:"https://common-fonts.abtasty.com/heebo/Heebo-900.ttf",conditions:[{field:"fontName",value:"Heebo"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/henny-penny/Henny_Penny-400.ttf",conditions:[{field:"fontName",value:"Henny Penny"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/hepta-slab/Hepta_Slab-400.ttf",conditions:[{field:"fontName",value:"Hepta Slab"}],fallback:""},{label:"100",value:"https://common-fonts.abtasty.com/hepta-slab/Hepta_Slab-100.ttf",conditions:[{field:"fontName",value:"Hepta Slab"}],fallback:""},{label:"200",value:"https://common-fonts.abtasty.com/hepta-slab/Hepta_Slab-200.ttf",conditions:[{field:"fontName",value:"Hepta Slab"}],fallback:""},{label:"300",value:"https://common-fonts.abtasty.com/hepta-slab/Hepta_Slab-300.ttf",conditions:[{field:"fontName",value:"Hepta Slab"}],fallback:""},{label:"500",value:"https://common-fonts.abtasty.com/hepta-slab/Hepta_Slab-500.ttf",conditions:[{field:"fontName",value:"Hepta Slab"}],fallback:""},{label:"600",value:"https://common-fonts.abtasty.com/hepta-slab/Hepta_Slab-600.ttf",conditions:[{field:"fontName",value:"Hepta Slab"}],fallback:""},{label:"700",value:"https://common-fonts.abtasty.com/hepta-slab/Hepta_Slab-700.ttf",conditions:[{field:"fontName",value:"Hepta Slab"}],fallback:""},{label:"800",value:"https://common-fonts.abtasty.com/hepta-slab/Hepta_Slab-800.ttf",conditions:[{field:"fontName",value:"Hepta Slab"}],fallback:""},{label:"900",value:"https://common-fonts.abtasty.com/hepta-slab/Hepta_Slab-900.ttf",conditions:[{field:"fontName",value:"Hepta Slab"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/herr-von-muellerhoff/Herr_Von Muellerhoff-400.ttf",conditions:[{field:"fontName",value:"Herr Von Muellerhoff"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/hi-melody/Hi_Melody-400.ttf",conditions:[{field:"fontName",value:"Hi Melody"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/hina-mincho/Hina_Mincho-400.ttf",conditions:[{field:"fontName",value:"Hina Mincho"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/hind/Hind-400.ttf",conditions:[{field:"fontName",value:"Hind"}],fallback:""},{label:"300",value:"https://common-fonts.abtasty.com/hind/Hind-300.ttf",conditions:[{field:"fontName",value:"Hind"}],fallback:""},{label:"500",value:"https://common-fonts.abtasty.com/hind/Hind-500.ttf",conditions:[{field:"fontName",value:"Hind"}],fallback:""},{label:"600",value:"https://common-fonts.abtasty.com/hind/Hind-600.ttf",conditions:[{field:"fontName",value:"Hind"}],fallback:""},{label:"700",value:"https://common-fonts.abtasty.com/hind/Hind-700.ttf",conditions:[{field:"fontName",value:"Hind"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/hind-guntur/Hind_Guntur-400.ttf",conditions:[{field:"fontName",value:"Hind Guntur"}],fallback:""},{label:"300",value:"https://common-fonts.abtasty.com/hind-guntur/Hind_Guntur-300.ttf",conditions:[{field:"fontName",value:"Hind Guntur"}],fallback:""},{label:"500",value:"https://common-fonts.abtasty.com/hind-guntur/Hind_Guntur-500.ttf",conditions:[{field:"fontName",value:"Hind Guntur"}],fallback:""},{label:"600",value:"https://common-fonts.abtasty.com/hind-guntur/Hind_Guntur-600.ttf",conditions:[{field:"fontName",value:"Hind Guntur"}],fallback:""},{label:"700",value:"https://common-fonts.abtasty.com/hind-guntur/Hind_Guntur-700.ttf",conditions:[{field:"fontName",value:"Hind Guntur"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/hind-madurai/Hind_Madurai-400.ttf",conditions:[{field:"fontName",value:"Hind Madurai"}],fallback:""},{label:"300",value:"https://common-fonts.abtasty.com/hind-madurai/Hind_Madurai-300.ttf",conditions:[{field:"fontName",value:"Hind Madurai"}],fallback:""},{label:"500",value:"https://common-fonts.abtasty.com/hind-madurai/Hind_Madurai-500.ttf",conditions:[{field:"fontName",value:"Hind Madurai"}],fallback:""},{label:"600",value:"https://common-fonts.abtasty.com/hind-madurai/Hind_Madurai-600.ttf",conditions:[{field:"fontName",value:"Hind Madurai"}],fallback:""},{label:"700",value:"https://common-fonts.abtasty.com/hind-madurai/Hind_Madurai-700.ttf",conditions:[{field:"fontName",value:"Hind Madurai"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/hind-siliguri/Hind_Siliguri-400.ttf",conditions:[{field:"fontName",value:"Hind Siliguri"}],fallback:""},{label:"300",value:"https://common-fonts.abtasty.com/hind-siliguri/Hind_Siliguri-300.ttf",conditions:[{field:"fontName",value:"Hind Siliguri"}],fallback:""},{label:"500",value:"https://common-fonts.abtasty.com/hind-siliguri/Hind_Siliguri-500.ttf",conditions:[{field:"fontName",value:"Hind Siliguri"}],fallback:""},{label:"600",value:"https://common-fonts.abtasty.com/hind-siliguri/Hind_Siliguri-600.ttf",conditions:[{field:"fontName",value:"Hind Siliguri"}],fallback:""},{label:"700",value:"https://common-fonts.abtasty.com/hind-siliguri/Hind_Siliguri-700.ttf",conditions:[{field:"fontName",value:"Hind Siliguri"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/hind-vadodara/Hind_Vadodara-400.ttf",conditions:[{field:"fontName",value:"Hind Vadodara"}],fallback:""},{label:"300",value:"https://common-fonts.abtasty.com/hind-vadodara/Hind_Vadodara-300.ttf",conditions:[{field:"fontName",value:"Hind Vadodara"}],fallback:""},{label:"500",value:"https://common-fonts.abtasty.com/hind-vadodara/Hind_Vadodara-500.ttf",conditions:[{field:"fontName",value:"Hind Vadodara"}],fallback:""},{label:"600",value:"https://common-fonts.abtasty.com/hind-vadodara/Hind_Vadodara-600.ttf",conditions:[{field:"fontName",value:"Hind Vadodara"}],fallback:""},{label:"700",value:"https://common-fonts.abtasty.com/hind-vadodara/Hind_Vadodara-700.ttf",conditions:[{field:"fontName",value:"Hind Vadodara"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/holtwood-one-sc/Holtwood_One SC-400.ttf",conditions:[{field:"fontName",value:"Holtwood One SC"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/homemade-apple/Homemade_Apple-400.ttf",conditions:[{field:"fontName",value:"Homemade Apple"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/homenaje/Homenaje-400.ttf",conditions:[{field:"fontName",value:"Homenaje"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/hubballi/Hubballi-400.ttf",conditions:[{field:"fontName",value:"Hubballi"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/hurricane/Hurricane-400.ttf",conditions:[{field:"fontName",value:"Hurricane"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/ibm-plex-mono/IBM_Plex Mono-400.ttf",conditions:[{field:"fontName",value:"IBM Plex Mono"}],fallback:""},{label:"Italic",value:"https://common-fonts.abtasty.com/ibm-plex-mono/IBM_Plex Mono-400italic.ttf",conditions:[{field:"fontName",value:"IBM Plex Mono"}],fallback:""},{label:"100",value:"https://common-fonts.abtasty.com/ibm-plex-mono/IBM_Plex Mono-100.ttf",conditions:[{field:"fontName",value:"IBM Plex Mono"}],fallback:""},{label:"100 Italic",value:"https://common-fonts.abtasty.com/ibm-plex-mono/IBM_Plex Mono-100italic.ttf",conditions:[{field:"fontName",value:"IBM Plex Mono"}],fallback:""},{label:"200",value:"https://common-fonts.abtasty.com/ibm-plex-mono/IBM_Plex Mono-200.ttf",conditions:[{field:"fontName",value:"IBM Plex Mono"}],fallback:""},{label:"200 Italic",value:"https://common-fonts.abtasty.com/ibm-plex-mono/IBM_Plex Mono-200italic.ttf",conditions:[{field:"fontName",value:"IBM Plex Mono"}],fallback:""},{label:"300",value:"https://common-fonts.abtasty.com/ibm-plex-mono/IBM_Plex Mono-300.ttf",conditions:[{field:"fontName",value:"IBM Plex Mono"}],fallback:""},{label:"300 Italic",value:"https://common-fonts.abtasty.com/ibm-plex-mono/IBM_Plex Mono-300italic.ttf",conditions:[{field:"fontName",value:"IBM Plex Mono"}],fallback:""},{label:"500",value:"https://common-fonts.abtasty.com/ibm-plex-mono/IBM_Plex Mono-500.ttf",conditions:[{field:"fontName",value:"IBM Plex Mono"}],fallback:""},{label:"500 Italic",value:"https://common-fonts.abtasty.com/ibm-plex-mono/IBM_Plex Mono-500italic.ttf",conditions:[{field:"fontName",value:"IBM Plex Mono"}],fallback:""},{label:"600",value:"https://common-fonts.abtasty.com/ibm-plex-mono/IBM_Plex Mono-600.ttf",conditions:[{field:"fontName",value:"IBM Plex Mono"}],fallback:""},{label:"600 Italic",value:"https://common-fonts.abtasty.com/ibm-plex-mono/IBM_Plex Mono-600italic.ttf",conditions:[{field:"fontName",value:"IBM Plex Mono"}],fallback:""},{label:"700",value:"https://common-fonts.abtasty.com/ibm-plex-mono/IBM_Plex Mono-700.ttf",conditions:[{field:"fontName",value:"IBM Plex Mono"}],fallback:""},{label:"700 Italic",value:"https://common-fonts.abtasty.com/ibm-plex-mono/IBM_Plex Mono-700italic.ttf",conditions:[{field:"fontName",value:"IBM Plex Mono"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/ibm-plex-sans/IBM_Plex Sans-400.ttf",conditions:[{field:"fontName",value:"IBM Plex Sans"}],fallback:""},{label:"Italic",value:"https://common-fonts.abtasty.com/ibm-plex-sans/IBM_Plex Sans-400italic.ttf",conditions:[{field:"fontName",value:"IBM Plex Sans"}],fallback:""},{label:"100",value:"https://common-fonts.abtasty.com/ibm-plex-sans/IBM_Plex Sans-100.ttf",conditions:[{field:"fontName",value:"IBM Plex Sans"}],fallback:""},{label:"100 Italic",value:"https://common-fonts.abtasty.com/ibm-plex-sans/IBM_Plex Sans-100italic.ttf",conditions:[{field:"fontName",value:"IBM Plex Sans"}],fallback:""},{label:"200",value:"https://common-fonts.abtasty.com/ibm-plex-sans/IBM_Plex Sans-200.ttf",conditions:[{field:"fontName",value:"IBM Plex Sans"}],fallback:""},{label:"200 Italic",value:"https://common-fonts.abtasty.com/ibm-plex-sans/IBM_Plex Sans-200italic.ttf",conditions:[{field:"fontName",value:"IBM Plex Sans"}],fallback:""},{label:"300",value:"https://common-fonts.abtasty.com/ibm-plex-sans/IBM_Plex Sans-300.ttf",conditions:[{field:"fontName",value:"IBM Plex Sans"}],fallback:""},{label:"300 Italic",value:"https://common-fonts.abtasty.com/ibm-plex-sans/IBM_Plex Sans-300italic.ttf",conditions:[{field:"fontName",value:"IBM Plex Sans"}],fallback:""},{label:"500",value:"https://common-fonts.abtasty.com/ibm-plex-sans/IBM_Plex Sans-500.ttf",conditions:[{field:"fontName",value:"IBM Plex Sans"}],fallback:""},{label:"500 Italic",value:"https://common-fonts.abtasty.com/ibm-plex-sans/IBM_Plex Sans-500italic.ttf",conditions:[{field:"fontName",value:"IBM Plex Sans"}],fallback:""},{label:"600",value:"https://common-fonts.abtasty.com/ibm-plex-sans/IBM_Plex Sans-600.ttf",conditions:[{field:"fontName",value:"IBM Plex Sans"}],fallback:""},{label:"600 Italic",value:"https://common-fonts.abtasty.com/ibm-plex-sans/IBM_Plex Sans-600italic.ttf",conditions:[{field:"fontName",value:"IBM Plex Sans"}],fallback:""},{label:"700",value:"https://common-fonts.abtasty.com/ibm-plex-sans/IBM_Plex Sans-700.ttf",conditions:[{field:"fontName",value:"IBM Plex Sans"}],fallback:""},{label:"700 Italic",value:"https://common-fonts.abtasty.com/ibm-plex-sans/IBM_Plex Sans-700italic.ttf",conditions:[{field:"fontName",value:"IBM Plex Sans"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/ibm-plex-sans-arabic/IBM_Plex Sans Arabic-400.ttf",conditions:[{field:"fontName",value:"IBM Plex Sans Arabic"}],fallback:""},{label:"100",value:"https://common-fonts.abtasty.com/ibm-plex-sans-arabic/IBM_Plex Sans Arabic-100.ttf",conditions:[{field:"fontName",value:"IBM Plex Sans Arabic"}],fallback:""},{label:"200",value:"https://common-fonts.abtasty.com/ibm-plex-sans-arabic/IBM_Plex Sans Arabic-200.ttf",conditions:[{field:"fontName",value:"IBM Plex Sans Arabic"}],fallback:""},{label:"300",value:"https://common-fonts.abtasty.com/ibm-plex-sans-arabic/IBM_Plex Sans Arabic-300.ttf",conditions:[{field:"fontName",value:"IBM Plex Sans Arabic"}],fallback:""},{label:"500",value:"https://common-fonts.abtasty.com/ibm-plex-sans-arabic/IBM_Plex Sans Arabic-500.ttf",conditions:[{field:"fontName",value:"IBM Plex Sans Arabic"}],fallback:""},{label:"600",value:"https://common-fonts.abtasty.com/ibm-plex-sans-arabic/IBM_Plex Sans Arabic-600.ttf",conditions:[{field:"fontName",value:"IBM Plex Sans Arabic"}],fallback:""},{label:"700",value:"https://common-fonts.abtasty.com/ibm-plex-sans-arabic/IBM_Plex Sans Arabic-700.ttf",conditions:[{field:"fontName",value:"IBM Plex Sans Arabic"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/ibm-plex-sans-condensed/IBM_Plex Sans Condensed-400.ttf",conditions:[{field:"fontName",value:"IBM Plex Sans Condensed"}],fallback:""},{label:"Italic",value:"https://common-fonts.abtasty.com/ibm-plex-sans-condensed/IBM_Plex Sans Condensed-400italic.ttf",conditions:[{field:"fontName",value:"IBM Plex Sans Condensed"}],fallback:""},{label:"100",value:"https://common-fonts.abtasty.com/ibm-plex-sans-condensed/IBM_Plex Sans Condensed-100.ttf",conditions:[{field:"fontName",value:"IBM Plex Sans Condensed"}],fallback:""},{label:"100 Italic",value:"https://common-fonts.abtasty.com/ibm-plex-sans-condensed/IBM_Plex Sans Condensed-100italic.ttf",conditions:[{field:"fontName",value:"IBM Plex Sans Condensed"}],fallback:""},{label:"200",value:"https://common-fonts.abtasty.com/ibm-plex-sans-condensed/IBM_Plex Sans Condensed-200.ttf",conditions:[{field:"fontName",value:"IBM Plex Sans Condensed"}],fallback:""},{label:"200 Italic",value:"https://common-fonts.abtasty.com/ibm-plex-sans-condensed/IBM_Plex Sans Condensed-200italic.ttf",conditions:[{field:"fontName",value:"IBM Plex Sans Condensed"}],fallback:""},{label:"300",value:"https://common-fonts.abtasty.com/ibm-plex-sans-condensed/IBM_Plex Sans Condensed-300.ttf",conditions:[{field:"fontName",value:"IBM Plex Sans Condensed"}],fallback:""},{label:"300 Italic",value:"https://common-fonts.abtasty.com/ibm-plex-sans-condensed/IBM_Plex Sans Condensed-300italic.ttf",conditions:[{field:"fontName",value:"IBM Plex Sans Condensed"}],fallback:""},{label:"500",value:"https://common-fonts.abtasty.com/ibm-plex-sans-condensed/IBM_Plex Sans Condensed-500.ttf",conditions:[{field:"fontName",value:"IBM Plex Sans Condensed"}],fallback:""},{label:"500 Italic",value:"https://common-fonts.abtasty.com/ibm-plex-sans-condensed/IBM_Plex Sans Condensed-500italic.ttf",conditions:[{field:"fontName",value:"IBM Plex Sans Condensed"}],fallback:""},{label:"600",value:"https://common-fonts.abtasty.com/ibm-plex-sans-condensed/IBM_Plex Sans Condensed-600.ttf",conditions:[{field:"fontName",value:"IBM Plex Sans Condensed"}],fallback:""},{label:"600 Italic",value:"https://common-fonts.abtasty.com/ibm-plex-sans-condensed/IBM_Plex Sans Condensed-600italic.ttf",conditions:[{field:"fontName",value:"IBM Plex Sans Condensed"}],fallback:""},{label:"700",value:"https://common-fonts.abtasty.com/ibm-plex-sans-condensed/IBM_Plex Sans Condensed-700.ttf",conditions:[{field:"fontName",value:"IBM Plex Sans Condensed"}],fallback:""},{label:"700 Italic",value:"https://common-fonts.abtasty.com/ibm-plex-sans-condensed/IBM_Plex Sans Condensed-700italic.ttf",conditions:[{field:"fontName",value:"IBM Plex Sans Condensed"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/ibm-plex-sans-devanagari/IBM_Plex Sans Devanagari-400.ttf",conditions:[{field:"fontName",value:"IBM Plex Sans Devanagari"}],fallback:""},{label:"100",value:"https://common-fonts.abtasty.com/ibm-plex-sans-devanagari/IBM_Plex Sans Devanagari-100.ttf",conditions:[{field:"fontName",value:"IBM Plex Sans Devanagari"}],fallback:""},{label:"200",value:"https://common-fonts.abtasty.com/ibm-plex-sans-devanagari/IBM_Plex Sans Devanagari-200.ttf",conditions:[{field:"fontName",value:"IBM Plex Sans Devanagari"}],fallback:""},{label:"300",value:"https://common-fonts.abtasty.com/ibm-plex-sans-devanagari/IBM_Plex Sans Devanagari-300.ttf",conditions:[{field:"fontName",value:"IBM Plex Sans Devanagari"}],fallback:""},{label:"500",value:"https://common-fonts.abtasty.com/ibm-plex-sans-devanagari/IBM_Plex Sans Devanagari-500.ttf",conditions:[{field:"fontName",value:"IBM Plex Sans Devanagari"}],fallback:""},{label:"600",value:"https://common-fonts.abtasty.com/ibm-plex-sans-devanagari/IBM_Plex Sans Devanagari-600.ttf",conditions:[{field:"fontName",value:"IBM Plex Sans Devanagari"}],fallback:""},{label:"700",value:"https://common-fonts.abtasty.com/ibm-plex-sans-devanagari/IBM_Plex Sans Devanagari-700.ttf",conditions:[{field:"fontName",value:"IBM Plex Sans Devanagari"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/ibm-plex-sans-hebrew/IBM_Plex Sans Hebrew-400.ttf",conditions:[{field:"fontName",value:"IBM Plex Sans Hebrew"}],fallback:""},{label:"100",value:"https://common-fonts.abtasty.com/ibm-plex-sans-hebrew/IBM_Plex Sans Hebrew-100.ttf",conditions:[{field:"fontName",value:"IBM Plex Sans Hebrew"}],fallback:""},{label:"200",value:"https://common-fonts.abtasty.com/ibm-plex-sans-hebrew/IBM_Plex Sans Hebrew-200.ttf",conditions:[{field:"fontName",value:"IBM Plex Sans Hebrew"}],fallback:""},{label:"300",value:"https://common-fonts.abtasty.com/ibm-plex-sans-hebrew/IBM_Plex Sans Hebrew-300.ttf",conditions:[{field:"fontName",value:"IBM Plex Sans Hebrew"}],fallback:""},{label:"500",value:"https://common-fonts.abtasty.com/ibm-plex-sans-hebrew/IBM_Plex Sans Hebrew-500.ttf",conditions:[{field:"fontName",value:"IBM Plex Sans Hebrew"}],fallback:""},{label:"600",value:"https://common-fonts.abtasty.com/ibm-plex-sans-hebrew/IBM_Plex Sans Hebrew-600.ttf",conditions:[{field:"fontName",value:"IBM Plex Sans Hebrew"}],fallback:""},{label:"700",value:"https://common-fonts.abtasty.com/ibm-plex-sans-hebrew/IBM_Plex Sans Hebrew-700.ttf",conditions:[{field:"fontName",value:"IBM Plex Sans Hebrew"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/ibm-plex-sans-kr/IBM_Plex Sans KR-400.ttf",conditions:[{field:"fontName",value:"IBM Plex Sans KR"}],fallback:""},{label:"100",value:"https://common-fonts.abtasty.com/ibm-plex-sans-kr/IBM_Plex Sans KR-100.ttf",conditions:[{field:"fontName",value:"IBM Plex Sans KR"}],fallback:""},{label:"200",value:"https://common-fonts.abtasty.com/ibm-plex-sans-kr/IBM_Plex Sans KR-200.ttf",conditions:[{field:"fontName",value:"IBM Plex Sans KR"}],fallback:""},{label:"300",value:"https://common-fonts.abtasty.com/ibm-plex-sans-kr/IBM_Plex Sans KR-300.ttf",conditions:[{field:"fontName",value:"IBM Plex Sans KR"}],fallback:""},{label:"500",value:"https://common-fonts.abtasty.com/ibm-plex-sans-kr/IBM_Plex Sans KR-500.ttf",conditions:[{field:"fontName",value:"IBM Plex Sans KR"}],fallback:""},{label:"600",value:"https://common-fonts.abtasty.com/ibm-plex-sans-kr/IBM_Plex Sans KR-600.ttf",conditions:[{field:"fontName",value:"IBM Plex Sans KR"}],fallback:""},{label:"700",value:"https://common-fonts.abtasty.com/ibm-plex-sans-kr/IBM_Plex Sans KR-700.ttf",conditions:[{field:"fontName",value:"IBM Plex Sans KR"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/ibm-plex-sans-thai/IBM_Plex Sans Thai-400.ttf",conditions:[{field:"fontName",value:"IBM Plex Sans Thai"}],fallback:""},{label:"100",value:"https://common-fonts.abtasty.com/ibm-plex-sans-thai/IBM_Plex Sans Thai-100.ttf",conditions:[{field:"fontName",value:"IBM Plex Sans Thai"}],fallback:""},{label:"200",value:"https://common-fonts.abtasty.com/ibm-plex-sans-thai/IBM_Plex Sans Thai-200.ttf",conditions:[{field:"fontName",value:"IBM Plex Sans Thai"}],fallback:""},{label:"300",value:"https://common-fonts.abtasty.com/ibm-plex-sans-thai/IBM_Plex Sans Thai-300.ttf",conditions:[{field:"fontName",value:"IBM Plex Sans Thai"}],fallback:""},{label:"500",value:"https://common-fonts.abtasty.com/ibm-plex-sans-thai/IBM_Plex Sans Thai-500.ttf",conditions:[{field:"fontName",value:"IBM Plex Sans Thai"}],fallback:""},{label:"600",value:"https://common-fonts.abtasty.com/ibm-plex-sans-thai/IBM_Plex Sans Thai-600.ttf",conditions:[{field:"fontName",value:"IBM Plex Sans Thai"}],fallback:""},{label:"700",value:"https://common-fonts.abtasty.com/ibm-plex-sans-thai/IBM_Plex Sans Thai-700.ttf",conditions:[{field:"fontName",value:"IBM Plex Sans Thai"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/ibm-plex-sans-thai-looped/IBM_Plex Sans Thai Looped-400.ttf",conditions:[{field:"fontName",value:"IBM Plex Sans Thai Looped"}],fallback:""},{label:"100",value:"https://common-fonts.abtasty.com/ibm-plex-sans-thai-looped/IBM_Plex Sans Thai Looped-100.ttf",conditions:[{field:"fontName",value:"IBM Plex Sans Thai Looped"}],fallback:""},{label:"200",value:"https://common-fonts.abtasty.com/ibm-plex-sans-thai-looped/IBM_Plex Sans Thai Looped-200.ttf",conditions:[{field:"fontName",value:"IBM Plex Sans Thai Looped"}],fallback:""},{label:"300",value:"https://common-fonts.abtasty.com/ibm-plex-sans-thai-looped/IBM_Plex Sans Thai Looped-300.ttf",conditions:[{field:"fontName",value:"IBM Plex Sans Thai Looped"}],fallback:""},{label:"500",value:"https://common-fonts.abtasty.com/ibm-plex-sans-thai-looped/IBM_Plex Sans Thai Looped-500.ttf",conditions:[{field:"fontName",value:"IBM Plex Sans Thai Looped"}],fallback:""},{label:"600",value:"https://common-fonts.abtasty.com/ibm-plex-sans-thai-looped/IBM_Plex Sans Thai Looped-600.ttf",conditions:[{field:"fontName",value:"IBM Plex Sans Thai Looped"}],fallback:""},{label:"700",value:"https://common-fonts.abtasty.com/ibm-plex-sans-thai-looped/IBM_Plex Sans Thai Looped-700.ttf",conditions:[{field:"fontName",value:"IBM Plex Sans Thai Looped"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/ibm-plex-serif/IBM_Plex Serif-400.ttf",conditions:[{field:"fontName",value:"IBM Plex Serif"}],fallback:""},{label:"Italic",value:"https://common-fonts.abtasty.com/ibm-plex-serif/IBM_Plex Serif-400italic.ttf",conditions:[{field:"fontName",value:"IBM Plex Serif"}],fallback:""},{label:"100",value:"https://common-fonts.abtasty.com/ibm-plex-serif/IBM_Plex Serif-100.ttf",conditions:[{field:"fontName",value:"IBM Plex Serif"}],fallback:""},{label:"100 Italic",value:"https://common-fonts.abtasty.com/ibm-plex-serif/IBM_Plex Serif-100italic.ttf",conditions:[{field:"fontName",value:"IBM Plex Serif"}],fallback:""},{label:"200",value:"https://common-fonts.abtasty.com/ibm-plex-serif/IBM_Plex Serif-200.ttf",conditions:[{field:"fontName",value:"IBM Plex Serif"}],fallback:""},{label:"200 Italic",value:"https://common-fonts.abtasty.com/ibm-plex-serif/IBM_Plex Serif-200italic.ttf",conditions:[{field:"fontName",value:"IBM Plex Serif"}],fallback:""},{label:"300",value:"https://common-fonts.abtasty.com/ibm-plex-serif/IBM_Plex Serif-300.ttf",conditions:[{field:"fontName",value:"IBM Plex Serif"}],fallback:""},{label:"300 Italic",value:"https://common-fonts.abtasty.com/ibm-plex-serif/IBM_Plex Serif-300italic.ttf",conditions:[{field:"fontName",value:"IBM Plex Serif"}],fallback:""},{label:"500",value:"https://common-fonts.abtasty.com/ibm-plex-serif/IBM_Plex Serif-500.ttf",conditions:[{field:"fontName",value:"IBM Plex Serif"}],fallback:""},{label:"500 Italic",value:"https://common-fonts.abtasty.com/ibm-plex-serif/IBM_Plex Serif-500italic.ttf",conditions:[{field:"fontName",value:"IBM Plex Serif"}],fallback:""},{label:"600",value:"https://common-fonts.abtasty.com/ibm-plex-serif/IBM_Plex Serif-600.ttf",conditions:[{field:"fontName",value:"IBM Plex Serif"}],fallback:""},{label:"600 Italic",value:"https://common-fonts.abtasty.com/ibm-plex-serif/IBM_Plex Serif-600italic.ttf",conditions:[{field:"fontName",value:"IBM Plex Serif"}],fallback:""},{label:"700",value:"https://common-fonts.abtasty.com/ibm-plex-serif/IBM_Plex Serif-700.ttf",conditions:[{field:"fontName",value:"IBM Plex Serif"}],fallback:""},{label:"700 Italic",value:"https://common-fonts.abtasty.com/ibm-plex-serif/IBM_Plex Serif-700italic.ttf",conditions:[{field:"fontName",value:"IBM Plex Serif"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/im-fell-dw-pica/IM_Fell DW Pica-400.ttf",conditions:[{field:"fontName",value:"IM Fell DW Pica"}],fallback:""},{label:"Italic",value:"https://common-fonts.abtasty.com/im-fell-dw-pica/IM_Fell DW Pica-400italic.ttf",conditions:[{field:"fontName",value:"IM Fell DW Pica"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/im-fell-dw-pica-sc/IM_Fell DW Pica SC-400.ttf",conditions:[{field:"fontName",value:"IM Fell DW Pica SC"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/im-fell-double-pica/IM_Fell Double Pica-400.ttf",conditions:[{field:"fontName",value:"IM Fell Double Pica"}],fallback:""},{label:"Italic",value:"https://common-fonts.abtasty.com/im-fell-double-pica/IM_Fell Double Pica-400italic.ttf",conditions:[{field:"fontName",value:"IM Fell Double Pica"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/im-fell-double-pica-sc/IM_Fell Double Pica SC-400.ttf",conditions:[{field:"fontName",value:"IM Fell Double Pica SC"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/im-fell-english/IM_Fell English-400.ttf",conditions:[{field:"fontName",value:"IM Fell English"}],fallback:""},{label:"Italic",value:"https://common-fonts.abtasty.com/im-fell-english/IM_Fell English-400italic.ttf",conditions:[{field:"fontName",value:"IM Fell English"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/im-fell-english-sc/IM_Fell English SC-400.ttf",conditions:[{field:"fontName",value:"IM Fell English SC"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/im-fell-french-canon/IM_Fell French Canon-400.ttf",conditions:[{field:"fontName",value:"IM Fell French Canon"}],fallback:""},{label:"Italic",value:"https://common-fonts.abtasty.com/im-fell-french-canon/IM_Fell French Canon-400italic.ttf",conditions:[{field:"fontName",value:"IM Fell French Canon"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/im-fell-french-canon-sc/IM_Fell French Canon SC-400.ttf",conditions:[{field:"fontName",value:"IM Fell French Canon SC"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/im-fell-great-primer/IM_Fell Great Primer-400.ttf",conditions:[{field:"fontName",value:"IM Fell Great Primer"}],fallback:""},{label:"Italic",value:"https://common-fonts.abtasty.com/im-fell-great-primer/IM_Fell Great Primer-400italic.ttf",conditions:[{field:"fontName",value:"IM Fell Great Primer"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/im-fell-great-primer-sc/IM_Fell Great Primer SC-400.ttf",conditions:[{field:"fontName",value:"IM Fell Great Primer SC"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/ibarra-real-nova/Ibarra_Real Nova-400.ttf",conditions:[{field:"fontName",value:"Ibarra Real Nova"}],fallback:""},{label:"Italic",value:"https://common-fonts.abtasty.com/ibarra-real-nova/Ibarra_Real Nova-400italic.ttf",conditions:[{field:"fontName",value:"Ibarra Real Nova"}],fallback:""},{label:"500",value:"https://common-fonts.abtasty.com/ibarra-real-nova/Ibarra_Real Nova-500.ttf",conditions:[{field:"fontName",value:"Ibarra Real Nova"}],fallback:""},{label:"500 Italic",value:"https://common-fonts.abtasty.com/ibarra-real-nova/Ibarra_Real Nova-500italic.ttf",conditions:[{field:"fontName",value:"Ibarra Real Nova"}],fallback:""},{label:"600",value:"https://common-fonts.abtasty.com/ibarra-real-nova/Ibarra_Real Nova-600.ttf",conditions:[{field:"fontName",value:"Ibarra Real Nova"}],fallback:""},{label:"600 Italic",value:"https://common-fonts.abtasty.com/ibarra-real-nova/Ibarra_Real Nova-600italic.ttf",conditions:[{field:"fontName",value:"Ibarra Real Nova"}],fallback:""},{label:"700",value:"https://common-fonts.abtasty.com/ibarra-real-nova/Ibarra_Real Nova-700.ttf",conditions:[{field:"fontName",value:"Ibarra Real Nova"}],fallback:""},{label:"700 Italic",value:"https://common-fonts.abtasty.com/ibarra-real-nova/Ibarra_Real Nova-700italic.ttf",conditions:[{field:"fontName",value:"Ibarra Real Nova"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/iceberg/Iceberg-400.ttf",conditions:[{field:"fontName",value:"Iceberg"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/iceland/Iceland-400.ttf",conditions:[{field:"fontName",value:"Iceland"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/imbue/Imbue-400.ttf",conditions:[{field:"fontName",value:"Imbue"}],fallback:""},{label:"100",value:"https://common-fonts.abtasty.com/imbue/Imbue-100.ttf",conditions:[{field:"fontName",value:"Imbue"}],fallback:""},{label:"200",value:"https://common-fonts.abtasty.com/imbue/Imbue-200.ttf",conditions:[{field:"fontName",value:"Imbue"}],fallback:""},{label:"300",value:"https://common-fonts.abtasty.com/imbue/Imbue-300.ttf",conditions:[{field:"fontName",value:"Imbue"}],fallback:""},{label:"500",value:"https://common-fonts.abtasty.com/imbue/Imbue-500.ttf",conditions:[{field:"fontName",value:"Imbue"}],fallback:""},{label:"600",value:"https://common-fonts.abtasty.com/imbue/Imbue-600.ttf",conditions:[{field:"fontName",value:"Imbue"}],fallback:""},{label:"700",value:"https://common-fonts.abtasty.com/imbue/Imbue-700.ttf",conditions:[{field:"fontName",value:"Imbue"}],fallback:""},{label:"800",value:"https://common-fonts.abtasty.com/imbue/Imbue-800.ttf",conditions:[{field:"fontName",value:"Imbue"}],fallback:""},{label:"900",value:"https://common-fonts.abtasty.com/imbue/Imbue-900.ttf",conditions:[{field:"fontName",value:"Imbue"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/imperial-script/Imperial_Script-400.ttf",conditions:[{field:"fontName",value:"Imperial Script"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/imprima/Imprima-400.ttf",conditions:[{field:"fontName",value:"Imprima"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/inconsolata/Inconsolata-400.ttf",conditions:[{field:"fontName",value:"Inconsolata"}],fallback:""},{label:"200",value:"https://common-fonts.abtasty.com/inconsolata/Inconsolata-200.ttf",conditions:[{field:"fontName",value:"Inconsolata"}],fallback:""},{label:"300",value:"https://common-fonts.abtasty.com/inconsolata/Inconsolata-300.ttf",conditions:[{field:"fontName",value:"Inconsolata"}],fallback:""},{label:"500",value:"https://common-fonts.abtasty.com/inconsolata/Inconsolata-500.ttf",conditions:[{field:"fontName",value:"Inconsolata"}],fallback:""},{label:"600",value:"https://common-fonts.abtasty.com/inconsolata/Inconsolata-600.ttf",conditions:[{field:"fontName",value:"Inconsolata"}],fallback:""},{label:"700",value:"https://common-fonts.abtasty.com/inconsolata/Inconsolata-700.ttf",conditions:[{field:"fontName",value:"Inconsolata"}],fallback:""},{label:"800",value:"https://common-fonts.abtasty.com/inconsolata/Inconsolata-800.ttf",conditions:[{field:"fontName",value:"Inconsolata"}],fallback:""},{label:"900",value:"https://common-fonts.abtasty.com/inconsolata/Inconsolata-900.ttf",conditions:[{field:"fontName",value:"Inconsolata"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/inder/Inder-400.ttf",conditions:[{field:"fontName",value:"Inder"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/indie-flower/Indie_Flower-400.ttf",conditions:[{field:"fontName",value:"Indie Flower"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/ingrid-darling/Ingrid_Darling-400.ttf",conditions:[{field:"fontName",value:"Ingrid Darling"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/inika/Inika-400.ttf",conditions:[{field:"fontName",value:"Inika"}],fallback:""},{label:"700",value:"https://common-fonts.abtasty.com/inika/Inika-700.ttf",conditions:[{field:"fontName",value:"Inika"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/inknut-antiqua/Inknut_Antiqua-400.ttf",conditions:[{field:"fontName",value:"Inknut Antiqua"}],fallback:""},{label:"300",value:"https://common-fonts.abtasty.com/inknut-antiqua/Inknut_Antiqua-300.ttf",conditions:[{field:"fontName",value:"Inknut Antiqua"}],fallback:""},{label:"500",value:"https://common-fonts.abtasty.com/inknut-antiqua/Inknut_Antiqua-500.ttf",conditions:[{field:"fontName",value:"Inknut Antiqua"}],fallback:""},{label:"600",value:"https://common-fonts.abtasty.com/inknut-antiqua/Inknut_Antiqua-600.ttf",conditions:[{field:"fontName",value:"Inknut Antiqua"}],fallback:""},{label:"700",value:"https://common-fonts.abtasty.com/inknut-antiqua/Inknut_Antiqua-700.ttf",conditions:[{field:"fontName",value:"Inknut Antiqua"}],fallback:""},{label:"800",value:"https://common-fonts.abtasty.com/inknut-antiqua/Inknut_Antiqua-800.ttf",conditions:[{field:"fontName",value:"Inknut Antiqua"}],fallback:""},{label:"900",value:"https://common-fonts.abtasty.com/inknut-antiqua/Inknut_Antiqua-900.ttf",conditions:[{field:"fontName",value:"Inknut Antiqua"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/inria-sans/Inria_Sans-400.ttf",conditions:[{field:"fontName",value:"Inria Sans"}],fallback:""},{label:"Italic",value:"https://common-fonts.abtasty.com/inria-sans/Inria_Sans-400italic.ttf",conditions:[{field:"fontName",value:"Inria Sans"}],fallback:""},{label:"300",value:"https://common-fonts.abtasty.com/inria-sans/Inria_Sans-300.ttf",conditions:[{field:"fontName",value:"Inria Sans"}],fallback:""},{label:"300 Italic",value:"https://common-fonts.abtasty.com/inria-sans/Inria_Sans-300italic.ttf",conditions:[{field:"fontName",value:"Inria Sans"}],fallback:""},{label:"700",value:"https://common-fonts.abtasty.com/inria-sans/Inria_Sans-700.ttf",conditions:[{field:"fontName",value:"Inria Sans"}],fallback:""},{label:"700 Italic",value:"https://common-fonts.abtasty.com/inria-sans/Inria_Sans-700italic.ttf",conditions:[{field:"fontName",value:"Inria Sans"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/inria-serif/Inria_Serif-400.ttf",conditions:[{field:"fontName",value:"Inria Serif"}],fallback:""},{label:"Italic",value:"https://common-fonts.abtasty.com/inria-serif/Inria_Serif-400italic.ttf",conditions:[{field:"fontName",value:"Inria Serif"}],fallback:""},{label:"300",value:"https://common-fonts.abtasty.com/inria-serif/Inria_Serif-300.ttf",conditions:[{field:"fontName",value:"Inria Serif"}],fallback:""},{label:"300 Italic",value:"https://common-fonts.abtasty.com/inria-serif/Inria_Serif-300italic.ttf",conditions:[{field:"fontName",value:"Inria Serif"}],fallback:""},{label:"700",value:"https://common-fonts.abtasty.com/inria-serif/Inria_Serif-700.ttf",conditions:[{field:"fontName",value:"Inria Serif"}],fallback:""},{label:"700 Italic",value:"https://common-fonts.abtasty.com/inria-serif/Inria_Serif-700italic.ttf",conditions:[{field:"fontName",value:"Inria Serif"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/inspiration/Inspiration-400.ttf",conditions:[{field:"fontName",value:"Inspiration"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/inter/Inter-400.ttf",conditions:[{field:"fontName",value:"Inter"}],fallback:""},{label:"100",value:"https://common-fonts.abtasty.com/inter/Inter-100.ttf",conditions:[{field:"fontName",value:"Inter"}],fallback:""},{label:"200",value:"https://common-fonts.abtasty.com/inter/Inter-200.ttf",conditions:[{field:"fontName",value:"Inter"}],fallback:""},{label:"300",value:"https://common-fonts.abtasty.com/inter/Inter-300.ttf",conditions:[{field:"fontName",value:"Inter"}],fallback:""},{label:"500",value:"https://common-fonts.abtasty.com/inter/Inter-500.ttf",conditions:[{field:"fontName",value:"Inter"}],fallback:""},{label:"600",value:"https://common-fonts.abtasty.com/inter/Inter-600.ttf",conditions:[{field:"fontName",value:"Inter"}],fallback:""},{label:"700",value:"https://common-fonts.abtasty.com/inter/Inter-700.ttf",conditions:[{field:"fontName",value:"Inter"}],fallback:""},{label:"800",value:"https://common-fonts.abtasty.com/inter/Inter-800.ttf",conditions:[{field:"fontName",value:"Inter"}],fallback:""},{label:"900",value:"https://common-fonts.abtasty.com/inter/Inter-900.ttf",conditions:[{field:"fontName",value:"Inter"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/irish-grover/Irish_Grover-400.ttf",conditions:[{field:"fontName",value:"Irish Grover"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/island-moments/Island_Moments-400.ttf",conditions:[{field:"fontName",value:"Island Moments"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/istok-web/Istok_Web-400.ttf",conditions:[{field:"fontName",value:"Istok Web"}],fallback:""},{label:"Italic",value:"https://common-fonts.abtasty.com/istok-web/Istok_Web-400italic.ttf",conditions:[{field:"fontName",value:"Istok Web"}],fallback:""},{label:"700",value:"https://common-fonts.abtasty.com/istok-web/Istok_Web-700.ttf",conditions:[{field:"fontName",value:"Istok Web"}],fallback:""},{label:"700 Italic",value:"https://common-fonts.abtasty.com/istok-web/Istok_Web-700italic.ttf",conditions:[{field:"fontName",value:"Istok Web"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/italiana/Italiana-400.ttf",conditions:[{field:"fontName",value:"Italiana"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/italianno/Italianno-400.ttf",conditions:[{field:"fontName",value:"Italianno"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/itim/Itim-400.ttf",conditions:[{field:"fontName",value:"Itim"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/jacques-francois/Jacques_Francois-400.ttf",conditions:[{field:"fontName",value:"Jacques Francois"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/jacques-francois-shadow/Jacques_Francois Shadow-400.ttf",conditions:[{field:"fontName",value:"Jacques Francois Shadow"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/jaldi/Jaldi-400.ttf",conditions:[{field:"fontName",value:"Jaldi"}],fallback:""},{label:"700",value:"https://common-fonts.abtasty.com/jaldi/Jaldi-700.ttf",conditions:[{field:"fontName",value:"Jaldi"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/jetbrains-mono/JetBrains_Mono-400.ttf",conditions:[{field:"fontName",value:"JetBrains Mono"}],fallback:""},{label:"Italic",value:"https://common-fonts.abtasty.com/jetbrains-mono/JetBrains_Mono-400italic.ttf",conditions:[{field:"fontName",value:"JetBrains Mono"}],fallback:""},{label:"100",value:"https://common-fonts.abtasty.com/jetbrains-mono/JetBrains_Mono-100.ttf",conditions:[{field:"fontName",value:"JetBrains Mono"}],fallback:""},{label:"100 Italic",value:"https://common-fonts.abtasty.com/jetbrains-mono/JetBrains_Mono-100italic.ttf",conditions:[{field:"fontName",value:"JetBrains Mono"}],fallback:""},{label:"200",value:"https://common-fonts.abtasty.com/jetbrains-mono/JetBrains_Mono-200.ttf",conditions:[{field:"fontName",value:"JetBrains Mono"}],fallback:""},{label:"200 Italic",value:"https://common-fonts.abtasty.com/jetbrains-mono/JetBrains_Mono-200italic.ttf",conditions:[{field:"fontName",value:"JetBrains Mono"}],fallback:""},{label:"300",value:"https://common-fonts.abtasty.com/jetbrains-mono/JetBrains_Mono-300.ttf",conditions:[{field:"fontName",value:"JetBrains Mono"}],fallback:""},{label:"300 Italic",value:"https://common-fonts.abtasty.com/jetbrains-mono/JetBrains_Mono-300italic.ttf",conditions:[{field:"fontName",value:"JetBrains Mono"}],fallback:""},{label:"500",value:"https://common-fonts.abtasty.com/jetbrains-mono/JetBrains_Mono-500.ttf",conditions:[{field:"fontName",value:"JetBrains Mono"}],fallback:""},{label:"500 Italic",value:"https://common-fonts.abtasty.com/jetbrains-mono/JetBrains_Mono-500italic.ttf",conditions:[{field:"fontName",value:"JetBrains Mono"}],fallback:""},{label:"600",value:"https://common-fonts.abtasty.com/jetbrains-mono/JetBrains_Mono-600.ttf",conditions:[{field:"fontName",value:"JetBrains Mono"}],fallback:""},{label:"600 Italic",value:"https://common-fonts.abtasty.com/jetbrains-mono/JetBrains_Mono-600italic.ttf",conditions:[{field:"fontName",value:"JetBrains Mono"}],fallback:""},{label:"700",value:"https://common-fonts.abtasty.com/jetbrains-mono/JetBrains_Mono-700.ttf",conditions:[{field:"fontName",value:"JetBrains Mono"}],fallback:""},{label:"700 Italic",value:"https://common-fonts.abtasty.com/jetbrains-mono/JetBrains_Mono-700italic.ttf",conditions:[{field:"fontName",value:"JetBrains Mono"}],fallback:""},{label:"800",value:"https://common-fonts.abtasty.com/jetbrains-mono/JetBrains_Mono-800.ttf",conditions:[{field:"fontName",value:"JetBrains Mono"}],fallback:""},{label:"800 Italic",value:"https://common-fonts.abtasty.com/jetbrains-mono/JetBrains_Mono-800italic.ttf",conditions:[{field:"fontName",value:"JetBrains Mono"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/jim-nightshade/Jim_Nightshade-400.ttf",conditions:[{field:"fontName",value:"Jim Nightshade"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/joan/Joan-400.ttf",conditions:[{field:"fontName",value:"Joan"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/jockey-one/Jockey_One-400.ttf",conditions:[{field:"fontName",value:"Jockey One"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/jolly-lodger/Jolly_Lodger-400.ttf",conditions:[{field:"fontName",value:"Jolly Lodger"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/jomhuria/Jomhuria-400.ttf",conditions:[{field:"fontName",value:"Jomhuria"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/jomolhari/Jomolhari-400.ttf",conditions:[{field:"fontName",value:"Jomolhari"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/josefin-sans/Josefin_Sans-400.ttf",conditions:[{field:"fontName",value:"Josefin Sans"}],fallback:""},{label:"Italic",value:"https://common-fonts.abtasty.com/josefin-sans/Josefin_Sans-400italic.ttf",conditions:[{field:"fontName",value:"Josefin Sans"}],fallback:""},{label:"100",value:"https://common-fonts.abtasty.com/josefin-sans/Josefin_Sans-100.ttf",conditions:[{field:"fontName",value:"Josefin Sans"}],fallback:""},{label:"100 Italic",value:"https://common-fonts.abtasty.com/josefin-sans/Josefin_Sans-100italic.ttf",conditions:[{field:"fontName",value:"Josefin Sans"}],fallback:""},{label:"200",value:"https://common-fonts.abtasty.com/josefin-sans/Josefin_Sans-200.ttf",conditions:[{field:"fontName",value:"Josefin Sans"}],fallback:""},{label:"200 Italic",value:"https://common-fonts.abtasty.com/josefin-sans/Josefin_Sans-200italic.ttf",conditions:[{field:"fontName",value:"Josefin Sans"}],fallback:""},{label:"300",value:"https://common-fonts.abtasty.com/josefin-sans/Josefin_Sans-300.ttf",conditions:[{field:"fontName",value:"Josefin Sans"}],fallback:""},{label:"300 Italic",value:"https://common-fonts.abtasty.com/josefin-sans/Josefin_Sans-300italic.ttf",conditions:[{field:"fontName",value:"Josefin Sans"}],fallback:""},{label:"500",value:"https://common-fonts.abtasty.com/josefin-sans/Josefin_Sans-500.ttf",conditions:[{field:"fontName",value:"Josefin Sans"}],fallback:""},{label:"500 Italic",value:"https://common-fonts.abtasty.com/josefin-sans/Josefin_Sans-500italic.ttf",conditions:[{field:"fontName",value:"Josefin Sans"}],fallback:""},{label:"600",value:"https://common-fonts.abtasty.com/josefin-sans/Josefin_Sans-600.ttf",conditions:[{field:"fontName",value:"Josefin Sans"}],fallback:""},{label:"600 Italic",value:"https://common-fonts.abtasty.com/josefin-sans/Josefin_Sans-600italic.ttf",conditions:[{field:"fontName",value:"Josefin Sans"}],fallback:""},{label:"700",value:"https://common-fonts.abtasty.com/josefin-sans/Josefin_Sans-700.ttf",conditions:[{field:"fontName",value:"Josefin Sans"}],fallback:""},{label:"700 Italic",value:"https://common-fonts.abtasty.com/josefin-sans/Josefin_Sans-700italic.ttf",conditions:[{field:"fontName",value:"Josefin Sans"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/josefin-slab/Josefin_Slab-400.ttf",conditions:[{field:"fontName",value:"Josefin Slab"}],fallback:""},{label:"Italic",value:"https://common-fonts.abtasty.com/josefin-slab/Josefin_Slab-400italic.ttf",conditions:[{field:"fontName",value:"Josefin Slab"}],fallback:""},{label:"100",value:"https://common-fonts.abtasty.com/josefin-slab/Josefin_Slab-100.ttf",conditions:[{field:"fontName",value:"Josefin Slab"}],fallback:""},{label:"100 Italic",value:"https://common-fonts.abtasty.com/josefin-slab/Josefin_Slab-100italic.ttf",conditions:[{field:"fontName",value:"Josefin Slab"}],fallback:""},{label:"200",value:"https://common-fonts.abtasty.com/josefin-slab/Josefin_Slab-200.ttf",conditions:[{field:"fontName",value:"Josefin Slab"}],fallback:""},{label:"200 Italic",value:"https://common-fonts.abtasty.com/josefin-slab/Josefin_Slab-200italic.ttf",conditions:[{field:"fontName",value:"Josefin Slab"}],fallback:""},{label:"300",value:"https://common-fonts.abtasty.com/josefin-slab/Josefin_Slab-300.ttf",conditions:[{field:"fontName",value:"Josefin Slab"}],fallback:""},{label:"300 Italic",value:"https://common-fonts.abtasty.com/josefin-slab/Josefin_Slab-300italic.ttf",conditions:[{field:"fontName",value:"Josefin Slab"}],fallback:""},{label:"500",value:"https://common-fonts.abtasty.com/josefin-slab/Josefin_Slab-500.ttf",conditions:[{field:"fontName",value:"Josefin Slab"}],fallback:""},{label:"500 Italic",value:"https://common-fonts.abtasty.com/josefin-slab/Josefin_Slab-500italic.ttf",conditions:[{field:"fontName",value:"Josefin Slab"}],fallback:""},{label:"600",value:"https://common-fonts.abtasty.com/josefin-slab/Josefin_Slab-600.ttf",conditions:[{field:"fontName",value:"Josefin Slab"}],fallback:""},{label:"600 Italic",value:"https://common-fonts.abtasty.com/josefin-slab/Josefin_Slab-600italic.ttf",conditions:[{field:"fontName",value:"Josefin Slab"}],fallback:""},{label:"700",value:"https://common-fonts.abtasty.com/josefin-slab/Josefin_Slab-700.ttf",conditions:[{field:"fontName",value:"Josefin Slab"}],fallback:""},{label:"700 Italic",value:"https://common-fonts.abtasty.com/josefin-slab/Josefin_Slab-700italic.ttf",conditions:[{field:"fontName",value:"Josefin Slab"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/jost/Jost-400.ttf",conditions:[{field:"fontName",value:"Jost"}],fallback:""},{label:"Italic",value:"https://common-fonts.abtasty.com/jost/Jost-400italic.ttf",conditions:[{field:"fontName",value:"Jost"}],fallback:""},{label:"100",value:"https://common-fonts.abtasty.com/jost/Jost-100.ttf",conditions:[{field:"fontName",value:"Jost"}],fallback:""},{label:"100 Italic",value:"https://common-fonts.abtasty.com/jost/Jost-100italic.ttf",conditions:[{field:"fontName",value:"Jost"}],fallback:""},{label:"200",value:"https://common-fonts.abtasty.com/jost/Jost-200.ttf",conditions:[{field:"fontName",value:"Jost"}],fallback:""},{label:"200 Italic",value:"https://common-fonts.abtasty.com/jost/Jost-200italic.ttf",conditions:[{field:"fontName",value:"Jost"}],fallback:""},{label:"300",value:"https://common-fonts.abtasty.com/jost/Jost-300.ttf",conditions:[{field:"fontName",value:"Jost"}],fallback:""},{label:"300 Italic",value:"https://common-fonts.abtasty.com/jost/Jost-300italic.ttf",conditions:[{field:"fontName",value:"Jost"}],fallback:""},{label:"500",value:"https://common-fonts.abtasty.com/jost/Jost-500.ttf",conditions:[{field:"fontName",value:"Jost"}],fallback:""},{label:"500 Italic",value:"https://common-fonts.abtasty.com/jost/Jost-500italic.ttf",conditions:[{field:"fontName",value:"Jost"}],fallback:""},{label:"600",value:"https://common-fonts.abtasty.com/jost/Jost-600.ttf",conditions:[{field:"fontName",value:"Jost"}],fallback:""},{label:"600 Italic",value:"https://common-fonts.abtasty.com/jost/Jost-600italic.ttf",conditions:[{field:"fontName",value:"Jost"}],fallback:""},{label:"700",value:"https://common-fonts.abtasty.com/jost/Jost-700.ttf",conditions:[{field:"fontName",value:"Jost"}],fallback:""},{label:"700 Italic",value:"https://common-fonts.abtasty.com/jost/Jost-700italic.ttf",conditions:[{field:"fontName",value:"Jost"}],fallback:""},{label:"800",value:"https://common-fonts.abtasty.com/jost/Jost-800.ttf",conditions:[{field:"fontName",value:"Jost"}],fallback:""},{label:"800 Italic",value:"https://common-fonts.abtasty.com/jost/Jost-800italic.ttf",conditions:[{field:"fontName",value:"Jost"}],fallback:""},{label:"900",value:"https://common-fonts.abtasty.com/jost/Jost-900.ttf",conditions:[{field:"fontName",value:"Jost"}],fallback:""},{label:"900 Italic",value:"https://common-fonts.abtasty.com/jost/Jost-900italic.ttf",conditions:[{field:"fontName",value:"Jost"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/joti-one/Joti_One-400.ttf",conditions:[{field:"fontName",value:"Joti One"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/jua/Jua-400.ttf",conditions:[{field:"fontName",value:"Jua"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/judson/Judson-400.ttf",conditions:[{field:"fontName",value:"Judson"}],fallback:""},{label:"Italic",value:"https://common-fonts.abtasty.com/judson/Judson-400italic.ttf",conditions:[{field:"fontName",value:"Judson"}],fallback:""},{label:"700",value:"https://common-fonts.abtasty.com/judson/Judson-700.ttf",conditions:[{field:"fontName",value:"Judson"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/julee/Julee-400.ttf",conditions:[{field:"fontName",value:"Julee"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/julius-sans-one/Julius_Sans One-400.ttf",conditions:[{field:"fontName",value:"Julius Sans One"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/junge/Junge-400.ttf",conditions:[{field:"fontName",value:"Junge"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/jura/Jura-400.ttf",conditions:[{field:"fontName",value:"Jura"}],fallback:""},{label:"300",value:"https://common-fonts.abtasty.com/jura/Jura-300.ttf",conditions:[{field:"fontName",value:"Jura"}],fallback:""},{label:"500",value:"https://common-fonts.abtasty.com/jura/Jura-500.ttf",conditions:[{field:"fontName",value:"Jura"}],fallback:""},{label:"600",value:"https://common-fonts.abtasty.com/jura/Jura-600.ttf",conditions:[{field:"fontName",value:"Jura"}],fallback:""},{label:"700",value:"https://common-fonts.abtasty.com/jura/Jura-700.ttf",conditions:[{field:"fontName",value:"Jura"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/just-another-hand/Just_Another Hand-400.ttf",conditions:[{field:"fontName",value:"Just Another Hand"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/just-me-again-down-here/Just_Me Again Down Here-400.ttf",conditions:[{field:"fontName",value:"Just Me Again Down Here"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/k2d/K2D-400.ttf",conditions:[{field:"fontName",value:"K2D"}],fallback:""},{label:"Italic",value:"https://common-fonts.abtasty.com/k2d/K2D-400italic.ttf",conditions:[{field:"fontName",value:"K2D"}],fallback:""},{label:"100",value:"https://common-fonts.abtasty.com/k2d/K2D-100.ttf",conditions:[{field:"fontName",value:"K2D"}],fallback:""},{label:"100 Italic",value:"https://common-fonts.abtasty.com/k2d/K2D-100italic.ttf",conditions:[{field:"fontName",value:"K2D"}],fallback:""},{label:"200",value:"https://common-fonts.abtasty.com/k2d/K2D-200.ttf",conditions:[{field:"fontName",value:"K2D"}],fallback:""},{label:"200 Italic",value:"https://common-fonts.abtasty.com/k2d/K2D-200italic.ttf",conditions:[{field:"fontName",value:"K2D"}],fallback:""},{label:"300",value:"https://common-fonts.abtasty.com/k2d/K2D-300.ttf",conditions:[{field:"fontName",value:"K2D"}],fallback:""},{label:"300 Italic",value:"https://common-fonts.abtasty.com/k2d/K2D-300italic.ttf",conditions:[{field:"fontName",value:"K2D"}],fallback:""},{label:"500",value:"https://common-fonts.abtasty.com/k2d/K2D-500.ttf",conditions:[{field:"fontName",value:"K2D"}],fallback:""},{label:"500 Italic",value:"https://common-fonts.abtasty.com/k2d/K2D-500italic.ttf",conditions:[{field:"fontName",value:"K2D"}],fallback:""},{label:"600",value:"https://common-fonts.abtasty.com/k2d/K2D-600.ttf",conditions:[{field:"fontName",value:"K2D"}],fallback:""},{label:"600 Italic",value:"https://common-fonts.abtasty.com/k2d/K2D-600italic.ttf",conditions:[{field:"fontName",value:"K2D"}],fallback:""},{label:"700",value:"https://common-fonts.abtasty.com/k2d/K2D-700.ttf",conditions:[{field:"fontName",value:"K2D"}],fallback:""},{label:"700 Italic",value:"https://common-fonts.abtasty.com/k2d/K2D-700italic.ttf",conditions:[{field:"fontName",value:"K2D"}],fallback:""},{label:"800",value:"https://common-fonts.abtasty.com/k2d/K2D-800.ttf",conditions:[{field:"fontName",value:"K2D"}],fallback:""},{label:"800 Italic",value:"https://common-fonts.abtasty.com/k2d/K2D-800italic.ttf",conditions:[{field:"fontName",value:"K2D"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/kadwa/Kadwa-400.ttf",conditions:[{field:"fontName",value:"Kadwa"}],fallback:""},{label:"700",value:"https://common-fonts.abtasty.com/kadwa/Kadwa-700.ttf",conditions:[{field:"fontName",value:"Kadwa"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/kaisei-decol/Kaisei_Decol-400.ttf",conditions:[{field:"fontName",value:"Kaisei Decol"}],fallback:""},{label:"500",value:"https://common-fonts.abtasty.com/kaisei-decol/Kaisei_Decol-500.ttf",conditions:[{field:"fontName",value:"Kaisei Decol"}],fallback:""},{label:"700",value:"https://common-fonts.abtasty.com/kaisei-decol/Kaisei_Decol-700.ttf",conditions:[{field:"fontName",value:"Kaisei Decol"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/kaisei-harunoumi/Kaisei_HarunoUmi-400.ttf",conditions:[{field:"fontName",value:"Kaisei HarunoUmi"}],fallback:""},{label:"500",value:"https://common-fonts.abtasty.com/kaisei-harunoumi/Kaisei_HarunoUmi-500.ttf",conditions:[{field:"fontName",value:"Kaisei HarunoUmi"}],fallback:""},{label:"700",value:"https://common-fonts.abtasty.com/kaisei-harunoumi/Kaisei_HarunoUmi-700.ttf",conditions:[{field:"fontName",value:"Kaisei HarunoUmi"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/kaisei-opti/Kaisei_Opti-400.ttf",conditions:[{field:"fontName",value:"Kaisei Opti"}],fallback:""},{label:"500",value:"https://common-fonts.abtasty.com/kaisei-opti/Kaisei_Opti-500.ttf",conditions:[{field:"fontName",value:"Kaisei Opti"}],fallback:""},{label:"700",value:"https://common-fonts.abtasty.com/kaisei-opti/Kaisei_Opti-700.ttf",conditions:[{field:"fontName",value:"Kaisei Opti"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/kaisei-tokumin/Kaisei_Tokumin-400.ttf",conditions:[{field:"fontName",value:"Kaisei Tokumin"}],fallback:""},{label:"500",value:"https://common-fonts.abtasty.com/kaisei-tokumin/Kaisei_Tokumin-500.ttf",conditions:[{field:"fontName",value:"Kaisei Tokumin"}],fallback:""},{label:"700",value:"https://common-fonts.abtasty.com/kaisei-tokumin/Kaisei_Tokumin-700.ttf",conditions:[{field:"fontName",value:"Kaisei Tokumin"}],fallback:""},{label:"800",value:"https://common-fonts.abtasty.com/kaisei-tokumin/Kaisei_Tokumin-800.ttf",conditions:[{field:"fontName",value:"Kaisei Tokumin"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/kalam/Kalam-400.ttf",conditions:[{field:"fontName",value:"Kalam"}],fallback:""},{label:"300",value:"https://common-fonts.abtasty.com/kalam/Kalam-300.ttf",conditions:[{field:"fontName",value:"Kalam"}],fallback:""},{label:"700",value:"https://common-fonts.abtasty.com/kalam/Kalam-700.ttf",conditions:[{field:"fontName",value:"Kalam"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/kameron/Kameron-400.ttf",conditions:[{field:"fontName",value:"Kameron"}],fallback:""},{label:"700",value:"https://common-fonts.abtasty.com/kameron/Kameron-700.ttf",conditions:[{field:"fontName",value:"Kameron"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/kanit/Kanit-400.ttf",conditions:[{field:"fontName",value:"Kanit"}],fallback:""},{label:"Italic",value:"https://common-fonts.abtasty.com/kanit/Kanit-400italic.ttf",conditions:[{field:"fontName",value:"Kanit"}],fallback:""},{label:"100",value:"https://common-fonts.abtasty.com/kanit/Kanit-100.ttf",conditions:[{field:"fontName",value:"Kanit"}],fallback:""},{label:"100 Italic",value:"https://common-fonts.abtasty.com/kanit/Kanit-100italic.ttf",conditions:[{field:"fontName",value:"Kanit"}],fallback:""},{label:"200",value:"https://common-fonts.abtasty.com/kanit/Kanit-200.ttf",conditions:[{field:"fontName",value:"Kanit"}],fallback:""},{label:"200 Italic",value:"https://common-fonts.abtasty.com/kanit/Kanit-200italic.ttf",conditions:[{field:"fontName",value:"Kanit"}],fallback:""},{label:"300",value:"https://common-fonts.abtasty.com/kanit/Kanit-300.ttf",conditions:[{field:"fontName",value:"Kanit"}],fallback:""},{label:"300 Italic",value:"https://common-fonts.abtasty.com/kanit/Kanit-300italic.ttf",conditions:[{field:"fontName",value:"Kanit"}],fallback:""},{label:"500",value:"https://common-fonts.abtasty.com/kanit/Kanit-500.ttf",conditions:[{field:"fontName",value:"Kanit"}],fallback:""},{label:"500 Italic",value:"https://common-fonts.abtasty.com/kanit/Kanit-500italic.ttf",conditions:[{field:"fontName",value:"Kanit"}],fallback:""},{label:"600",value:"https://common-fonts.abtasty.com/kanit/Kanit-600.ttf",conditions:[{field:"fontName",value:"Kanit"}],fallback:""},{label:"600 Italic",value:"https://common-fonts.abtasty.com/kanit/Kanit-600italic.ttf",conditions:[{field:"fontName",value:"Kanit"}],fallback:""},{label:"700",value:"https://common-fonts.abtasty.com/kanit/Kanit-700.ttf",conditions:[{field:"fontName",value:"Kanit"}],fallback:""},{label:"700 Italic",value:"https://common-fonts.abtasty.com/kanit/Kanit-700italic.ttf",conditions:[{field:"fontName",value:"Kanit"}],fallback:""},{label:"800",value:"https://common-fonts.abtasty.com/kanit/Kanit-800.ttf",conditions:[{field:"fontName",value:"Kanit"}],fallback:""},{label:"800 Italic",value:"https://common-fonts.abtasty.com/kanit/Kanit-800italic.ttf",conditions:[{field:"fontName",value:"Kanit"}],fallback:""},{label:"900",value:"https://common-fonts.abtasty.com/kanit/Kanit-900.ttf",conditions:[{field:"fontName",value:"Kanit"}],fallback:""},{label:"900 Italic",value:"https://common-fonts.abtasty.com/kanit/Kanit-900italic.ttf",conditions:[{field:"fontName",value:"Kanit"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/kantumruy/Kantumruy-400.ttf",conditions:[{field:"fontName",value:"Kantumruy"}],fallback:""},{label:"300",value:"https://common-fonts.abtasty.com/kantumruy/Kantumruy-300.ttf",conditions:[{field:"fontName",value:"Kantumruy"}],fallback:""},{label:"700",value:"https://common-fonts.abtasty.com/kantumruy/Kantumruy-700.ttf",conditions:[{field:"fontName",value:"Kantumruy"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/kantumruy-pro/Kantumruy_Pro-400.ttf",conditions:[{field:"fontName",value:"Kantumruy Pro"}],fallback:""},{label:"Italic",value:"https://common-fonts.abtasty.com/kantumruy-pro/Kantumruy_Pro-400italic.ttf",conditions:[{field:"fontName",value:"Kantumruy Pro"}],fallback:""},{label:"100",value:"https://common-fonts.abtasty.com/kantumruy-pro/Kantumruy_Pro-100.ttf",conditions:[{field:"fontName",value:"Kantumruy Pro"}],fallback:""},{label:"100 Italic",value:"https://common-fonts.abtasty.com/kantumruy-pro/Kantumruy_Pro-100italic.ttf",conditions:[{field:"fontName",value:"Kantumruy Pro"}],fallback:""},{label:"200",value:"https://common-fonts.abtasty.com/kantumruy-pro/Kantumruy_Pro-200.ttf",conditions:[{field:"fontName",value:"Kantumruy Pro"}],fallback:""},{label:"200 Italic",value:"https://common-fonts.abtasty.com/kantumruy-pro/Kantumruy_Pro-200italic.ttf",conditions:[{field:"fontName",value:"Kantumruy Pro"}],fallback:""},{label:"300",value:"https://common-fonts.abtasty.com/kantumruy-pro/Kantumruy_Pro-300.ttf",conditions:[{field:"fontName",value:"Kantumruy Pro"}],fallback:""},{label:"300 Italic",value:"https://common-fonts.abtasty.com/kantumruy-pro/Kantumruy_Pro-300italic.ttf",conditions:[{field:"fontName",value:"Kantumruy Pro"}],fallback:""},{label:"500",value:"https://common-fonts.abtasty.com/kantumruy-pro/Kantumruy_Pro-500.ttf",conditions:[{field:"fontName",value:"Kantumruy Pro"}],fallback:""},{label:"500 Italic",value:"https://common-fonts.abtasty.com/kantumruy-pro/Kantumruy_Pro-500italic.ttf",conditions:[{field:"fontName",value:"Kantumruy Pro"}],fallback:""},{label:"600",value:"https://common-fonts.abtasty.com/kantumruy-pro/Kantumruy_Pro-600.ttf",conditions:[{field:"fontName",value:"Kantumruy Pro"}],fallback:""},{label:"600 Italic",value:"https://common-fonts.abtasty.com/kantumruy-pro/Kantumruy_Pro-600italic.ttf",conditions:[{field:"fontName",value:"Kantumruy Pro"}],fallback:""},{label:"700",value:"https://common-fonts.abtasty.com/kantumruy-pro/Kantumruy_Pro-700.ttf",conditions:[{field:"fontName",value:"Kantumruy Pro"}],fallback:""},{label:"700 Italic",value:"https://common-fonts.abtasty.com/kantumruy-pro/Kantumruy_Pro-700italic.ttf",conditions:[{field:"fontName",value:"Kantumruy Pro"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/karantina/Karantina-400.ttf",conditions:[{field:"fontName",value:"Karantina"}],fallback:""},{label:"300",value:"https://common-fonts.abtasty.com/karantina/Karantina-300.ttf",conditions:[{field:"fontName",value:"Karantina"}],fallback:""},{label:"700",value:"https://common-fonts.abtasty.com/karantina/Karantina-700.ttf",conditions:[{field:"fontName",value:"Karantina"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/karla/Karla-400.ttf",conditions:[{field:"fontName",value:"Karla"}],fallback:""},{label:"Italic",value:"https://common-fonts.abtasty.com/karla/Karla-400italic.ttf",conditions:[{field:"fontName",value:"Karla"}],fallback:""},{label:"200",value:"https://common-fonts.abtasty.com/karla/Karla-200.ttf",conditions:[{field:"fontName",value:"Karla"}],fallback:""},{label:"200 Italic",value:"https://common-fonts.abtasty.com/karla/Karla-200italic.ttf",conditions:[{field:"fontName",value:"Karla"}],fallback:""},{label:"300",value:"https://common-fonts.abtasty.com/karla/Karla-300.ttf",conditions:[{field:"fontName",value:"Karla"}],fallback:""},{label:"300 Italic",value:"https://common-fonts.abtasty.com/karla/Karla-300italic.ttf",conditions:[{field:"fontName",value:"Karla"}],fallback:""},{label:"500",value:"https://common-fonts.abtasty.com/karla/Karla-500.ttf",conditions:[{field:"fontName",value:"Karla"}],fallback:""},{label:"500 Italic",value:"https://common-fonts.abtasty.com/karla/Karla-500italic.ttf",conditions:[{field:"fontName",value:"Karla"}],fallback:""},{label:"600",value:"https://common-fonts.abtasty.com/karla/Karla-600.ttf",conditions:[{field:"fontName",value:"Karla"}],fallback:""},{label:"600 Italic",value:"https://common-fonts.abtasty.com/karla/Karla-600italic.ttf",conditions:[{field:"fontName",value:"Karla"}],fallback:""},{label:"700",value:"https://common-fonts.abtasty.com/karla/Karla-700.ttf",conditions:[{field:"fontName",value:"Karla"}],fallback:""},{label:"700 Italic",value:"https://common-fonts.abtasty.com/karla/Karla-700italic.ttf",conditions:[{field:"fontName",value:"Karla"}],fallback:""},{label:"800",value:"https://common-fonts.abtasty.com/karla/Karla-800.ttf",conditions:[{field:"fontName",value:"Karla"}],fallback:""},{label:"800 Italic",value:"https://common-fonts.abtasty.com/karla/Karla-800italic.ttf",conditions:[{field:"fontName",value:"Karla"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/karma/Karma-400.ttf",conditions:[{field:"fontName",value:"Karma"}],fallback:""},{label:"300",value:"https://common-fonts.abtasty.com/karma/Karma-300.ttf",conditions:[{field:"fontName",value:"Karma"}],fallback:""},{label:"500",value:"https://common-fonts.abtasty.com/karma/Karma-500.ttf",conditions:[{field:"fontName",value:"Karma"}],fallback:""},{label:"600",value:"https://common-fonts.abtasty.com/karma/Karma-600.ttf",conditions:[{field:"fontName",value:"Karma"}],fallback:""},{label:"700",value:"https://common-fonts.abtasty.com/karma/Karma-700.ttf",conditions:[{field:"fontName",value:"Karma"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/katibeh/Katibeh-400.ttf",conditions:[{field:"fontName",value:"Katibeh"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/kaushan-script/Kaushan_Script-400.ttf",conditions:[{field:"fontName",value:"Kaushan Script"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/kavivanar/Kavivanar-400.ttf",conditions:[{field:"fontName",value:"Kavivanar"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/kavoon/Kavoon-400.ttf",conditions:[{field:"fontName",value:"Kavoon"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/kdam-thmor-pro/Kdam_Thmor Pro-400.ttf",conditions:[{field:"fontName",value:"Kdam Thmor Pro"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/keania-one/Keania_One-400.ttf",conditions:[{field:"fontName",value:"Keania One"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/kelly-slab/Kelly_Slab-400.ttf",conditions:[{field:"fontName",value:"Kelly Slab"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/kenia/Kenia-400.ttf",conditions:[{field:"fontName",value:"Kenia"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/khand/Khand-400.ttf",conditions:[{field:"fontName",value:"Khand"}],fallback:""},{label:"300",value:"https://common-fonts.abtasty.com/khand/Khand-300.ttf",conditions:[{field:"fontName",value:"Khand"}],fallback:""},{label:"500",value:"https://common-fonts.abtasty.com/khand/Khand-500.ttf",conditions:[{field:"fontName",value:"Khand"}],fallback:""},{label:"600",value:"https://common-fonts.abtasty.com/khand/Khand-600.ttf",conditions:[{field:"fontName",value:"Khand"}],fallback:""},{label:"700",value:"https://common-fonts.abtasty.com/khand/Khand-700.ttf",conditions:[{field:"fontName",value:"Khand"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/khmer/Khmer-400.ttf",conditions:[{field:"fontName",value:"Khmer"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/khula/Khula-400.ttf",conditions:[{field:"fontName",value:"Khula"}],fallback:""},{label:"300",value:"https://common-fonts.abtasty.com/khula/Khula-300.ttf",conditions:[{field:"fontName",value:"Khula"}],fallback:""},{label:"600",value:"https://common-fonts.abtasty.com/khula/Khula-600.ttf",conditions:[{field:"fontName",value:"Khula"}],fallback:""},{label:"700",value:"https://common-fonts.abtasty.com/khula/Khula-700.ttf",conditions:[{field:"fontName",value:"Khula"}],fallback:""},{label:"800",value:"https://common-fonts.abtasty.com/khula/Khula-800.ttf",conditions:[{field:"fontName",value:"Khula"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/kings/Kings-400.ttf",conditions:[{field:"fontName",value:"Kings"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/kirang-haerang/Kirang_Haerang-400.ttf",conditions:[{field:"fontName",value:"Kirang Haerang"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/kite-one/Kite_One-400.ttf",conditions:[{field:"fontName",value:"Kite One"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/kiwi-maru/Kiwi_Maru-400.ttf",conditions:[{field:"fontName",value:"Kiwi Maru"}],fallback:""},{label:"300",value:"https://common-fonts.abtasty.com/kiwi-maru/Kiwi_Maru-300.ttf",conditions:[{field:"fontName",value:"Kiwi Maru"}],fallback:""},{label:"500",value:"https://common-fonts.abtasty.com/kiwi-maru/Kiwi_Maru-500.ttf",conditions:[{field:"fontName",value:"Kiwi Maru"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/klee-one/Klee_One-400.ttf",conditions:[{field:"fontName",value:"Klee One"}],fallback:""},{label:"600",value:"https://common-fonts.abtasty.com/klee-one/Klee_One-600.ttf",conditions:[{field:"fontName",value:"Klee One"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/knewave/Knewave-400.ttf",conditions:[{field:"fontName",value:"Knewave"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/koho/KoHo-400.ttf",conditions:[{field:"fontName",value:"KoHo"}],fallback:""},{label:"Italic",value:"https://common-fonts.abtasty.com/koho/KoHo-400italic.ttf",conditions:[{field:"fontName",value:"KoHo"}],fallback:""},{label:"200",value:"https://common-fonts.abtasty.com/koho/KoHo-200.ttf",conditions:[{field:"fontName",value:"KoHo"}],fallback:""},{label:"200 Italic",value:"https://common-fonts.abtasty.com/koho/KoHo-200italic.ttf",conditions:[{field:"fontName",value:"KoHo"}],fallback:""},{label:"300",value:"https://common-fonts.abtasty.com/koho/KoHo-300.ttf",conditions:[{field:"fontName",value:"KoHo"}],fallback:""},{label:"300 Italic",value:"https://common-fonts.abtasty.com/koho/KoHo-300italic.ttf",conditions:[{field:"fontName",value:"KoHo"}],fallback:""},{label:"500",value:"https://common-fonts.abtasty.com/koho/KoHo-500.ttf",conditions:[{field:"fontName",value:"KoHo"}],fallback:""},{label:"500 Italic",value:"https://common-fonts.abtasty.com/koho/KoHo-500italic.ttf",conditions:[{field:"fontName",value:"KoHo"}],fallback:""},{label:"600",value:"https://common-fonts.abtasty.com/koho/KoHo-600.ttf",conditions:[{field:"fontName",value:"KoHo"}],fallback:""},{label:"600 Italic",value:"https://common-fonts.abtasty.com/koho/KoHo-600italic.ttf",conditions:[{field:"fontName",value:"KoHo"}],fallback:""},{label:"700",value:"https://common-fonts.abtasty.com/koho/KoHo-700.ttf",conditions:[{field:"fontName",value:"KoHo"}],fallback:""},{label:"700 Italic",value:"https://common-fonts.abtasty.com/koho/KoHo-700italic.ttf",conditions:[{field:"fontName",value:"KoHo"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/kodchasan/Kodchasan-400.ttf",conditions:[{field:"fontName",value:"Kodchasan"}],fallback:""},{label:"Italic",value:"https://common-fonts.abtasty.com/kodchasan/Kodchasan-400italic.ttf",conditions:[{field:"fontName",value:"Kodchasan"}],fallback:""},{label:"200",value:"https://common-fonts.abtasty.com/kodchasan/Kodchasan-200.ttf",conditions:[{field:"fontName",value:"Kodchasan"}],fallback:""},{label:"200 Italic",value:"https://common-fonts.abtasty.com/kodchasan/Kodchasan-200italic.ttf",conditions:[{field:"fontName",value:"Kodchasan"}],fallback:""},{label:"300",value:"https://common-fonts.abtasty.com/kodchasan/Kodchasan-300.ttf",conditions:[{field:"fontName",value:"Kodchasan"}],fallback:""},{label:"300 Italic",value:"https://common-fonts.abtasty.com/kodchasan/Kodchasan-300italic.ttf",conditions:[{field:"fontName",value:"Kodchasan"}],fallback:""},{label:"500",value:"https://common-fonts.abtasty.com/kodchasan/Kodchasan-500.ttf",conditions:[{field:"fontName",value:"Kodchasan"}],fallback:""},{label:"500 Italic",value:"https://common-fonts.abtasty.com/kodchasan/Kodchasan-500italic.ttf",conditions:[{field:"fontName",value:"Kodchasan"}],fallback:""},{label:"600",value:"https://common-fonts.abtasty.com/kodchasan/Kodchasan-600.ttf",conditions:[{field:"fontName",value:"Kodchasan"}],fallback:""},{label:"600 Italic",value:"https://common-fonts.abtasty.com/kodchasan/Kodchasan-600italic.ttf",conditions:[{field:"fontName",value:"Kodchasan"}],fallback:""},{label:"700",value:"https://common-fonts.abtasty.com/kodchasan/Kodchasan-700.ttf",conditions:[{field:"fontName",value:"Kodchasan"}],fallback:""},{label:"700 Italic",value:"https://common-fonts.abtasty.com/kodchasan/Kodchasan-700italic.ttf",conditions:[{field:"fontName",value:"Kodchasan"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/koh-santepheap/Koh_Santepheap-400.ttf",conditions:[{field:"fontName",value:"Koh Santepheap"}],fallback:""},{label:"100",value:"https://common-fonts.abtasty.com/koh-santepheap/Koh_Santepheap-100.ttf",conditions:[{field:"fontName",value:"Koh Santepheap"}],fallback:""},{label:"300",value:"https://common-fonts.abtasty.com/koh-santepheap/Koh_Santepheap-300.ttf",conditions:[{field:"fontName",value:"Koh Santepheap"}],fallback:""},{label:"700",value:"https://common-fonts.abtasty.com/koh-santepheap/Koh_Santepheap-700.ttf",conditions:[{field:"fontName",value:"Koh Santepheap"}],fallback:""},{label:"900",value:"https://common-fonts.abtasty.com/koh-santepheap/Koh_Santepheap-900.ttf",conditions:[{field:"fontName",value:"Koh Santepheap"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/kolker-brush/Kolker_Brush-400.ttf",conditions:[{field:"fontName",value:"Kolker Brush"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/kosugi/Kosugi-400.ttf",conditions:[{field:"fontName",value:"Kosugi"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/kosugi-maru/Kosugi_Maru-400.ttf",conditions:[{field:"fontName",value:"Kosugi Maru"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/kotta-one/Kotta_One-400.ttf",conditions:[{field:"fontName",value:"Kotta One"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/koulen/Koulen-400.ttf",conditions:[{field:"fontName",value:"Koulen"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/kranky/Kranky-400.ttf",conditions:[{field:"fontName",value:"Kranky"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/kreon/Kreon-400.ttf",conditions:[{field:"fontName",value:"Kreon"}],fallback:""},{label:"300",value:"https://common-fonts.abtasty.com/kreon/Kreon-300.ttf",conditions:[{field:"fontName",value:"Kreon"}],fallback:""},{label:"500",value:"https://common-fonts.abtasty.com/kreon/Kreon-500.ttf",conditions:[{field:"fontName",value:"Kreon"}],fallback:""},{label:"600",value:"https://common-fonts.abtasty.com/kreon/Kreon-600.ttf",conditions:[{field:"fontName",value:"Kreon"}],fallback:""},{label:"700",value:"https://common-fonts.abtasty.com/kreon/Kreon-700.ttf",conditions:[{field:"fontName",value:"Kreon"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/kristi/Kristi-400.ttf",conditions:[{field:"fontName",value:"Kristi"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/krona-one/Krona_One-400.ttf",conditions:[{field:"fontName",value:"Krona One"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/krub/Krub-400.ttf",conditions:[{field:"fontName",value:"Krub"}],fallback:""},{label:"Italic",value:"https://common-fonts.abtasty.com/krub/Krub-400italic.ttf",conditions:[{field:"fontName",value:"Krub"}],fallback:""},{label:"200",value:"https://common-fonts.abtasty.com/krub/Krub-200.ttf",conditions:[{field:"fontName",value:"Krub"}],fallback:""},{label:"200 Italic",value:"https://common-fonts.abtasty.com/krub/Krub-200italic.ttf",conditions:[{field:"fontName",value:"Krub"}],fallback:""},{label:"300",value:"https://common-fonts.abtasty.com/krub/Krub-300.ttf",conditions:[{field:"fontName",value:"Krub"}],fallback:""},{label:"300 Italic",value:"https://common-fonts.abtasty.com/krub/Krub-300italic.ttf",conditions:[{field:"fontName",value:"Krub"}],fallback:""},{label:"500",value:"https://common-fonts.abtasty.com/krub/Krub-500.ttf",conditions:[{field:"fontName",value:"Krub"}],fallback:""},{label:"500 Italic",value:"https://common-fonts.abtasty.com/krub/Krub-500italic.ttf",conditions:[{field:"fontName",value:"Krub"}],fallback:""},{label:"600",value:"https://common-fonts.abtasty.com/krub/Krub-600.ttf",conditions:[{field:"fontName",value:"Krub"}],fallback:""},{label:"600 Italic",value:"https://common-fonts.abtasty.com/krub/Krub-600italic.ttf",conditions:[{field:"fontName",value:"Krub"}],fallback:""},{label:"700",value:"https://common-fonts.abtasty.com/krub/Krub-700.ttf",conditions:[{field:"fontName",value:"Krub"}],fallback:""},{label:"700 Italic",value:"https://common-fonts.abtasty.com/krub/Krub-700italic.ttf",conditions:[{field:"fontName",value:"Krub"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/kufam/Kufam-400.ttf",conditions:[{field:"fontName",value:"Kufam"}],fallback:""},{label:"Italic",value:"https://common-fonts.abtasty.com/kufam/Kufam-400italic.ttf",conditions:[{field:"fontName",value:"Kufam"}],fallback:""},{label:"500",value:"https://common-fonts.abtasty.com/kufam/Kufam-500.ttf",conditions:[{field:"fontName",value:"Kufam"}],fallback:""},{label:"500 Italic",value:"https://common-fonts.abtasty.com/kufam/Kufam-500italic.ttf",conditions:[{field:"fontName",value:"Kufam"}],fallback:""},{label:"600",value:"https://common-fonts.abtasty.com/kufam/Kufam-600.ttf",conditions:[{field:"fontName",value:"Kufam"}],fallback:""},{label:"600 Italic",value:"https://common-fonts.abtasty.com/kufam/Kufam-600italic.ttf",conditions:[{field:"fontName",value:"Kufam"}],fallback:""},{label:"700",value:"https://common-fonts.abtasty.com/kufam/Kufam-700.ttf",conditions:[{field:"fontName",value:"Kufam"}],fallback:""},{label:"700 Italic",value:"https://common-fonts.abtasty.com/kufam/Kufam-700italic.ttf",conditions:[{field:"fontName",value:"Kufam"}],fallback:""},{label:"800",value:"https://common-fonts.abtasty.com/kufam/Kufam-800.ttf",conditions:[{field:"fontName",value:"Kufam"}],fallback:""},{label:"800 Italic",value:"https://common-fonts.abtasty.com/kufam/Kufam-800italic.ttf",conditions:[{field:"fontName",value:"Kufam"}],fallback:""},{label:"900",value:"https://common-fonts.abtasty.com/kufam/Kufam-900.ttf",conditions:[{field:"fontName",value:"Kufam"}],fallback:""},{label:"900 Italic",value:"https://common-fonts.abtasty.com/kufam/Kufam-900italic.ttf",conditions:[{field:"fontName",value:"Kufam"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/kulim-park/Kulim_Park-400.ttf",conditions:[{field:"fontName",value:"Kulim Park"}],fallback:""},{label:"Italic",value:"https://common-fonts.abtasty.com/kulim-park/Kulim_Park-400italic.ttf",conditions:[{field:"fontName",value:"Kulim Park"}],fallback:""},{label:"200",value:"https://common-fonts.abtasty.com/kulim-park/Kulim_Park-200.ttf",conditions:[{field:"fontName",value:"Kulim Park"}],fallback:""},{label:"200 Italic",value:"https://common-fonts.abtasty.com/kulim-park/Kulim_Park-200italic.ttf",conditions:[{field:"fontName",value:"Kulim Park"}],fallback:""},{label:"300",value:"https://common-fonts.abtasty.com/kulim-park/Kulim_Park-300.ttf",conditions:[{field:"fontName",value:"Kulim Park"}],fallback:""},{label:"300 Italic",value:"https://common-fonts.abtasty.com/kulim-park/Kulim_Park-300italic.ttf",conditions:[{field:"fontName",value:"Kulim Park"}],fallback:""},{label:"600",value:"https://common-fonts.abtasty.com/kulim-park/Kulim_Park-600.ttf",conditions:[{field:"fontName",value:"Kulim Park"}],fallback:""},{label:"600 Italic",value:"https://common-fonts.abtasty.com/kulim-park/Kulim_Park-600italic.ttf",conditions:[{field:"fontName",value:"Kulim Park"}],fallback:""},{label:"700",value:"https://common-fonts.abtasty.com/kulim-park/Kulim_Park-700.ttf",conditions:[{field:"fontName",value:"Kulim Park"}],fallback:""},{label:"700 Italic",value:"https://common-fonts.abtasty.com/kulim-park/Kulim_Park-700italic.ttf",conditions:[{field:"fontName",value:"Kulim Park"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/kumar-one/Kumar_One-400.ttf",conditions:[{field:"fontName",value:"Kumar One"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/kumar-one-outline/Kumar_One Outline-400.ttf",conditions:[{field:"fontName",value:"Kumar One Outline"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/kumbh-sans/Kumbh_Sans-400.ttf",conditions:[{field:"fontName",value:"Kumbh Sans"}],fallback:""},{label:"100",value:"https://common-fonts.abtasty.com/kumbh-sans/Kumbh_Sans-100.ttf",conditions:[{field:"fontName",value:"Kumbh Sans"}],fallback:""},{label:"200",value:"https://common-fonts.abtasty.com/kumbh-sans/Kumbh_Sans-200.ttf",conditions:[{field:"fontName",value:"Kumbh Sans"}],fallback:""},{label:"300",value:"https://common-fonts.abtasty.com/kumbh-sans/Kumbh_Sans-300.ttf",conditions:[{field:"fontName",value:"Kumbh Sans"}],fallback:""},{label:"500",value:"https://common-fonts.abtasty.com/kumbh-sans/Kumbh_Sans-500.ttf",conditions:[{field:"fontName",value:"Kumbh Sans"}],fallback:""},{label:"600",value:"https://common-fonts.abtasty.com/kumbh-sans/Kumbh_Sans-600.ttf",conditions:[{field:"fontName",value:"Kumbh Sans"}],fallback:""},{label:"700",value:"https://common-fonts.abtasty.com/kumbh-sans/Kumbh_Sans-700.ttf",conditions:[{field:"fontName",value:"Kumbh Sans"}],fallback:""},{label:"800",value:"https://common-fonts.abtasty.com/kumbh-sans/Kumbh_Sans-800.ttf",conditions:[{field:"fontName",value:"Kumbh Sans"}],fallback:""},{label:"900",value:"https://common-fonts.abtasty.com/kumbh-sans/Kumbh_Sans-900.ttf",conditions:[{field:"fontName",value:"Kumbh Sans"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/kurale/Kurale-400.ttf",conditions:[{field:"fontName",value:"Kurale"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/la-belle-aurore/La_Belle Aurore-400.ttf",conditions:[{field:"fontName",value:"La Belle Aurore"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/lacquer/Lacquer-400.ttf",conditions:[{field:"fontName",value:"Lacquer"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/laila/Laila-400.ttf",conditions:[{field:"fontName",value:"Laila"}],fallback:""},{label:"300",value:"https://common-fonts.abtasty.com/laila/Laila-300.ttf",conditions:[{field:"fontName",value:"Laila"}],fallback:""},{label:"500",value:"https://common-fonts.abtasty.com/laila/Laila-500.ttf",conditions:[{field:"fontName",value:"Laila"}],fallback:""},{label:"600",value:"https://common-fonts.abtasty.com/laila/Laila-600.ttf",conditions:[{field:"fontName",value:"Laila"}],fallback:""},{label:"700",value:"https://common-fonts.abtasty.com/laila/Laila-700.ttf",conditions:[{field:"fontName",value:"Laila"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/lakki-reddy/Lakki_Reddy-400.ttf",conditions:[{field:"fontName",value:"Lakki Reddy"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/lalezar/Lalezar-400.ttf",conditions:[{field:"fontName",value:"Lalezar"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/lancelot/Lancelot-400.ttf",conditions:[{field:"fontName",value:"Lancelot"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/langar/Langar-400.ttf",conditions:[{field:"fontName",value:"Langar"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/lateef/Lateef-400.ttf",conditions:[{field:"fontName",value:"Lateef"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/lato/Lato-400.ttf",conditions:[{field:"fontName",value:"Lato"}],fallback:""},{label:"Italic",value:"https://common-fonts.abtasty.com/lato/Lato-400italic.ttf",conditions:[{field:"fontName",value:"Lato"}],fallback:""},{label:"100",value:"https://common-fonts.abtasty.com/lato/Lato-100.ttf",conditions:[{field:"fontName",value:"Lato"}],fallback:""},{label:"100 Italic",value:"https://common-fonts.abtasty.com/lato/Lato-100italic.ttf",conditions:[{field:"fontName",value:"Lato"}],fallback:""},{label:"300",value:"https://common-fonts.abtasty.com/lato/Lato-300.ttf",conditions:[{field:"fontName",value:"Lato"}],fallback:""},{label:"300 Italic",value:"https://common-fonts.abtasty.com/lato/Lato-300italic.ttf",conditions:[{field:"fontName",value:"Lato"}],fallback:""},{label:"700",value:"https://common-fonts.abtasty.com/lato/Lato-700.ttf",conditions:[{field:"fontName",value:"Lato"}],fallback:""},{label:"700 Italic",value:"https://common-fonts.abtasty.com/lato/Lato-700italic.ttf",conditions:[{field:"fontName",value:"Lato"}],fallback:""},{label:"900",value:"https://common-fonts.abtasty.com/lato/Lato-900.ttf",conditions:[{field:"fontName",value:"Lato"}],fallback:""},{label:"900 Italic",value:"https://common-fonts.abtasty.com/lato/Lato-900italic.ttf",conditions:[{field:"fontName",value:"Lato"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/lavishly-yours/Lavishly_Yours-400.ttf",conditions:[{field:"fontName",value:"Lavishly Yours"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/league-gothic/League_Gothic-400.ttf",conditions:[{field:"fontName",value:"League Gothic"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/league-script/League_Script-400.ttf",conditions:[{field:"fontName",value:"League Script"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/league-spartan/League_Spartan-400.ttf",conditions:[{field:"fontName",value:"League Spartan"}],fallback:""},{label:"100",value:"https://common-fonts.abtasty.com/league-spartan/League_Spartan-100.ttf",conditions:[{field:"fontName",value:"League Spartan"}],fallback:""},{label:"200",value:"https://common-fonts.abtasty.com/league-spartan/League_Spartan-200.ttf",conditions:[{field:"fontName",value:"League Spartan"}],fallback:""},{label:"300",value:"https://common-fonts.abtasty.com/league-spartan/League_Spartan-300.ttf",conditions:[{field:"fontName",value:"League Spartan"}],fallback:""},{label:"500",value:"https://common-fonts.abtasty.com/league-spartan/League_Spartan-500.ttf",conditions:[{field:"fontName",value:"League Spartan"}],fallback:""},{label:"600",value:"https://common-fonts.abtasty.com/league-spartan/League_Spartan-600.ttf",conditions:[{field:"fontName",value:"League Spartan"}],fallback:""},{label:"700",value:"https://common-fonts.abtasty.com/league-spartan/League_Spartan-700.ttf",conditions:[{field:"fontName",value:"League Spartan"}],fallback:""},{label:"800",value:"https://common-fonts.abtasty.com/league-spartan/League_Spartan-800.ttf",conditions:[{field:"fontName",value:"League Spartan"}],fallback:""},{label:"900",value:"https://common-fonts.abtasty.com/league-spartan/League_Spartan-900.ttf",conditions:[{field:"fontName",value:"League Spartan"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/leckerli-one/Leckerli_One-400.ttf",conditions:[{field:"fontName",value:"Leckerli One"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/ledger/Ledger-400.ttf",conditions:[{field:"fontName",value:"Ledger"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/lekton/Lekton-400.ttf",conditions:[{field:"fontName",value:"Lekton"}],fallback:""},{label:"Italic",value:"https://common-fonts.abtasty.com/lekton/Lekton-400italic.ttf",conditions:[{field:"fontName",value:"Lekton"}],fallback:""},{label:"700",value:"https://common-fonts.abtasty.com/lekton/Lekton-700.ttf",conditions:[{field:"fontName",value:"Lekton"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/lemon/Lemon-400.ttf",conditions:[{field:"fontName",value:"Lemon"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/lemonada/Lemonada-400.ttf",conditions:[{field:"fontName",value:"Lemonada"}],fallback:""},{label:"300",value:"https://common-fonts.abtasty.com/lemonada/Lemonada-300.ttf",conditions:[{field:"fontName",value:"Lemonada"}],fallback:""},{label:"500",value:"https://common-fonts.abtasty.com/lemonada/Lemonada-500.ttf",conditions:[{field:"fontName",value:"Lemonada"}],fallback:""},{label:"600",value:"https://common-fonts.abtasty.com/lemonada/Lemonada-600.ttf",conditions:[{field:"fontName",value:"Lemonada"}],fallback:""},{label:"700",value:"https://common-fonts.abtasty.com/lemonada/Lemonada-700.ttf",conditions:[{field:"fontName",value:"Lemonada"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/lexend/Lexend-400.ttf",conditions:[{field:"fontName",value:"Lexend"}],fallback:""},{label:"100",value:"https://common-fonts.abtasty.com/lexend/Lexend-100.ttf",conditions:[{field:"fontName",value:"Lexend"}],fallback:""},{label:"200",value:"https://common-fonts.abtasty.com/lexend/Lexend-200.ttf",conditions:[{field:"fontName",value:"Lexend"}],fallback:""},{label:"300",value:"https://common-fonts.abtasty.com/lexend/Lexend-300.ttf",conditions:[{field:"fontName",value:"Lexend"}],fallback:""},{label:"500",value:"https://common-fonts.abtasty.com/lexend/Lexend-500.ttf",conditions:[{field:"fontName",value:"Lexend"}],fallback:""},{label:"600",value:"https://common-fonts.abtasty.com/lexend/Lexend-600.ttf",conditions:[{field:"fontName",value:"Lexend"}],fallback:""},{label:"700",value:"https://common-fonts.abtasty.com/lexend/Lexend-700.ttf",conditions:[{field:"fontName",value:"Lexend"}],fallback:""},{label:"800",value:"https://common-fonts.abtasty.com/lexend/Lexend-800.ttf",conditions:[{field:"fontName",value:"Lexend"}],fallback:""},{label:"900",value:"https://common-fonts.abtasty.com/lexend/Lexend-900.ttf",conditions:[{field:"fontName",value:"Lexend"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/lexend-deca/Lexend_Deca-400.ttf",conditions:[{field:"fontName",value:"Lexend Deca"}],fallback:""},{label:"100",value:"https://common-fonts.abtasty.com/lexend-deca/Lexend_Deca-100.ttf",conditions:[{field:"fontName",value:"Lexend Deca"}],fallback:""},{label:"200",value:"https://common-fonts.abtasty.com/lexend-deca/Lexend_Deca-200.ttf",conditions:[{field:"fontName",value:"Lexend Deca"}],fallback:""},{label:"300",value:"https://common-fonts.abtasty.com/lexend-deca/Lexend_Deca-300.ttf",conditions:[{field:"fontName",value:"Lexend Deca"}],fallback:""},{label:"500",value:"https://common-fonts.abtasty.com/lexend-deca/Lexend_Deca-500.ttf",conditions:[{field:"fontName",value:"Lexend Deca"}],fallback:""},{label:"600",value:"https://common-fonts.abtasty.com/lexend-deca/Lexend_Deca-600.ttf",conditions:[{field:"fontName",value:"Lexend Deca"}],fallback:""},{label:"700",value:"https://common-fonts.abtasty.com/lexend-deca/Lexend_Deca-700.ttf",conditions:[{field:"fontName",value:"Lexend Deca"}],fallback:""},{label:"800",value:"https://common-fonts.abtasty.com/lexend-deca/Lexend_Deca-800.ttf",conditions:[{field:"fontName",value:"Lexend Deca"}],fallback:""},{label:"900",value:"https://common-fonts.abtasty.com/lexend-deca/Lexend_Deca-900.ttf",conditions:[{field:"fontName",value:"Lexend Deca"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/lexend-exa/Lexend_Exa-400.ttf",conditions:[{field:"fontName",value:"Lexend Exa"}],fallback:""},{label:"100",value:"https://common-fonts.abtasty.com/lexend-exa/Lexend_Exa-100.ttf",conditions:[{field:"fontName",value:"Lexend Exa"}],fallback:""},{label:"200",value:"https://common-fonts.abtasty.com/lexend-exa/Lexend_Exa-200.ttf",conditions:[{field:"fontName",value:"Lexend Exa"}],fallback:""},{label:"300",value:"https://common-fonts.abtasty.com/lexend-exa/Lexend_Exa-300.ttf",conditions:[{field:"fontName",value:"Lexend Exa"}],fallback:""},{label:"500",value:"https://common-fonts.abtasty.com/lexend-exa/Lexend_Exa-500.ttf",conditions:[{field:"fontName",value:"Lexend Exa"}],fallback:""},{label:"600",value:"https://common-fonts.abtasty.com/lexend-exa/Lexend_Exa-600.ttf",conditions:[{field:"fontName",value:"Lexend Exa"}],fallback:""},{label:"700",value:"https://common-fonts.abtasty.com/lexend-exa/Lexend_Exa-700.ttf",conditions:[{field:"fontName",value:"Lexend Exa"}],fallback:""},{label:"800",value:"https://common-fonts.abtasty.com/lexend-exa/Lexend_Exa-800.ttf",conditions:[{field:"fontName",value:"Lexend Exa"}],fallback:""},{label:"900",value:"https://common-fonts.abtasty.com/lexend-exa/Lexend_Exa-900.ttf",conditions:[{field:"fontName",value:"Lexend Exa"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/lexend-giga/Lexend_Giga-400.ttf",conditions:[{field:"fontName",value:"Lexend Giga"}],fallback:""},{label:"100",value:"https://common-fonts.abtasty.com/lexend-giga/Lexend_Giga-100.ttf",conditions:[{field:"fontName",value:"Lexend Giga"}],fallback:""},{label:"200",value:"https://common-fonts.abtasty.com/lexend-giga/Lexend_Giga-200.ttf",conditions:[{field:"fontName",value:"Lexend Giga"}],fallback:""},{label:"300",value:"https://common-fonts.abtasty.com/lexend-giga/Lexend_Giga-300.ttf",conditions:[{field:"fontName",value:"Lexend Giga"}],fallback:""},{label:"500",value:"https://common-fonts.abtasty.com/lexend-giga/Lexend_Giga-500.ttf",conditions:[{field:"fontName",value:"Lexend Giga"}],fallback:""},{label:"600",value:"https://common-fonts.abtasty.com/lexend-giga/Lexend_Giga-600.ttf",conditions:[{field:"fontName",value:"Lexend Giga"}],fallback:""},{label:"700",value:"https://common-fonts.abtasty.com/lexend-giga/Lexend_Giga-700.ttf",conditions:[{field:"fontName",value:"Lexend Giga"}],fallback:""},{label:"800",value:"https://common-fonts.abtasty.com/lexend-giga/Lexend_Giga-800.ttf",conditions:[{field:"fontName",value:"Lexend Giga"}],fallback:""},{label:"900",value:"https://common-fonts.abtasty.com/lexend-giga/Lexend_Giga-900.ttf",conditions:[{field:"fontName",value:"Lexend Giga"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/lexend-mega/Lexend_Mega-400.ttf",conditions:[{field:"fontName",value:"Lexend Mega"}],fallback:""},{label:"100",value:"https://common-fonts.abtasty.com/lexend-mega/Lexend_Mega-100.ttf",conditions:[{field:"fontName",value:"Lexend Mega"}],fallback:""},{label:"200",value:"https://common-fonts.abtasty.com/lexend-mega/Lexend_Mega-200.ttf",conditions:[{field:"fontName",value:"Lexend Mega"}],fallback:""},{label:"300",value:"https://common-fonts.abtasty.com/lexend-mega/Lexend_Mega-300.ttf",conditions:[{field:"fontName",value:"Lexend Mega"}],fallback:""},{label:"500",value:"https://common-fonts.abtasty.com/lexend-mega/Lexend_Mega-500.ttf",conditions:[{field:"fontName",value:"Lexend Mega"}],fallback:""},{label:"600",value:"https://common-fonts.abtasty.com/lexend-mega/Lexend_Mega-600.ttf",conditions:[{field:"fontName",value:"Lexend Mega"}],fallback:""},{label:"700",value:"https://common-fonts.abtasty.com/lexend-mega/Lexend_Mega-700.ttf",conditions:[{field:"fontName",value:"Lexend Mega"}],fallback:""},{label:"800",value:"https://common-fonts.abtasty.com/lexend-mega/Lexend_Mega-800.ttf",conditions:[{field:"fontName",value:"Lexend Mega"}],fallback:""},{label:"900",value:"https://common-fonts.abtasty.com/lexend-mega/Lexend_Mega-900.ttf",conditions:[{field:"fontName",value:"Lexend Mega"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/lexend-peta/Lexend_Peta-400.ttf",conditions:[{field:"fontName",value:"Lexend Peta"}],fallback:""},{label:"100",value:"https://common-fonts.abtasty.com/lexend-peta/Lexend_Peta-100.ttf",conditions:[{field:"fontName",value:"Lexend Peta"}],fallback:""},{label:"200",value:"https://common-fonts.abtasty.com/lexend-peta/Lexend_Peta-200.ttf",conditions:[{field:"fontName",value:"Lexend Peta"}],fallback:""},{label:"300",value:"https://common-fonts.abtasty.com/lexend-peta/Lexend_Peta-300.ttf",conditions:[{field:"fontName",value:"Lexend Peta"}],fallback:""},{label:"500",value:"https://common-fonts.abtasty.com/lexend-peta/Lexend_Peta-500.ttf",conditions:[{field:"fontName",value:"Lexend Peta"}],fallback:""},{label:"600",value:"https://common-fonts.abtasty.com/lexend-peta/Lexend_Peta-600.ttf",conditions:[{field:"fontName",value:"Lexend Peta"}],fallback:""},{label:"700",value:"https://common-fonts.abtasty.com/lexend-peta/Lexend_Peta-700.ttf",conditions:[{field:"fontName",value:"Lexend Peta"}],fallback:""},{label:"800",value:"https://common-fonts.abtasty.com/lexend-peta/Lexend_Peta-800.ttf",conditions:[{field:"fontName",value:"Lexend Peta"}],fallback:""},{label:"900",value:"https://common-fonts.abtasty.com/lexend-peta/Lexend_Peta-900.ttf",conditions:[{field:"fontName",value:"Lexend Peta"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/lexend-tera/Lexend_Tera-400.ttf",conditions:[{field:"fontName",value:"Lexend Tera"}],fallback:""},{label:"100",value:"https://common-fonts.abtasty.com/lexend-tera/Lexend_Tera-100.ttf",conditions:[{field:"fontName",value:"Lexend Tera"}],fallback:""},{label:"200",value:"https://common-fonts.abtasty.com/lexend-tera/Lexend_Tera-200.ttf",conditions:[{field:"fontName",value:"Lexend Tera"}],fallback:""},{label:"300",value:"https://common-fonts.abtasty.com/lexend-tera/Lexend_Tera-300.ttf",conditions:[{field:"fontName",value:"Lexend Tera"}],fallback:""},{label:"500",value:"https://common-fonts.abtasty.com/lexend-tera/Lexend_Tera-500.ttf",conditions:[{field:"fontName",value:"Lexend Tera"}],fallback:""},{label:"600",value:"https://common-fonts.abtasty.com/lexend-tera/Lexend_Tera-600.ttf",conditions:[{field:"fontName",value:"Lexend Tera"}],fallback:""},{label:"700",value:"https://common-fonts.abtasty.com/lexend-tera/Lexend_Tera-700.ttf",conditions:[{field:"fontName",value:"Lexend Tera"}],fallback:""},{label:"800",value:"https://common-fonts.abtasty.com/lexend-tera/Lexend_Tera-800.ttf",conditions:[{field:"fontName",value:"Lexend Tera"}],fallback:""},{label:"900",value:"https://common-fonts.abtasty.com/lexend-tera/Lexend_Tera-900.ttf",conditions:[{field:"fontName",value:"Lexend Tera"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/lexend-zetta/Lexend_Zetta-400.ttf",conditions:[{field:"fontName",value:"Lexend Zetta"}],fallback:""},{label:"100",value:"https://common-fonts.abtasty.com/lexend-zetta/Lexend_Zetta-100.ttf",conditions:[{field:"fontName",value:"Lexend Zetta"}],fallback:""},{label:"200",value:"https://common-fonts.abtasty.com/lexend-zetta/Lexend_Zetta-200.ttf",conditions:[{field:"fontName",value:"Lexend Zetta"}],fallback:""},{label:"300",value:"https://common-fonts.abtasty.com/lexend-zetta/Lexend_Zetta-300.ttf",conditions:[{field:"fontName",value:"Lexend Zetta"}],fallback:""},{label:"500",value:"https://common-fonts.abtasty.com/lexend-zetta/Lexend_Zetta-500.ttf",conditions:[{field:"fontName",value:"Lexend Zetta"}],fallback:""},{label:"600",value:"https://common-fonts.abtasty.com/lexend-zetta/Lexend_Zetta-600.ttf",conditions:[{field:"fontName",value:"Lexend Zetta"}],fallback:""},{label:"700",value:"https://common-fonts.abtasty.com/lexend-zetta/Lexend_Zetta-700.ttf",conditions:[{field:"fontName",value:"Lexend Zetta"}],fallback:""},{label:"800",value:"https://common-fonts.abtasty.com/lexend-zetta/Lexend_Zetta-800.ttf",conditions:[{field:"fontName",value:"Lexend Zetta"}],fallback:""},{label:"900",value:"https://common-fonts.abtasty.com/lexend-zetta/Lexend_Zetta-900.ttf",conditions:[{field:"fontName",value:"Lexend Zetta"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/libre-barcode-128/Libre_Barcode 128-400.ttf",conditions:[{field:"fontName",value:"Libre Barcode 128"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/libre-barcode-128-text/Libre_Barcode 128 Text-400.ttf",conditions:[{field:"fontName",value:"Libre Barcode 128 Text"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/libre-barcode-39/Libre_Barcode 39-400.ttf",conditions:[{field:"fontName",value:"Libre Barcode 39"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/libre-barcode-39-extended/Libre_Barcode 39 Extended-400.ttf",conditions:[{field:"fontName",value:"Libre Barcode 39 Extended"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/libre-barcode-39-extended-text/Libre_Barcode 39 Extended Text-400.ttf",conditions:[{field:"fontName",value:"Libre Barcode 39 Extended Text"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/libre-barcode-39-text/Libre_Barcode 39 Text-400.ttf",conditions:[{field:"fontName",value:"Libre Barcode 39 Text"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/libre-barcode-ean13-text/Libre_Barcode EAN13 Text-400.ttf",conditions:[{field:"fontName",value:"Libre Barcode EAN13 Text"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/libre-baskerville/Libre_Baskerville-400.ttf",conditions:[{field:"fontName",value:"Libre Baskerville"}],fallback:""},{label:"Italic",value:"https://common-fonts.abtasty.com/libre-baskerville/Libre_Baskerville-400italic.ttf",conditions:[{field:"fontName",value:"Libre Baskerville"}],fallback:""},{label:"700",value:"https://common-fonts.abtasty.com/libre-baskerville/Libre_Baskerville-700.ttf",conditions:[{field:"fontName",value:"Libre Baskerville"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/libre-bodoni/Libre_Bodoni-400.ttf",conditions:[{field:"fontName",value:"Libre Bodoni"}],fallback:""},{label:"Italic",value:"https://common-fonts.abtasty.com/libre-bodoni/Libre_Bodoni-400italic.ttf",conditions:[{field:"fontName",value:"Libre Bodoni"}],fallback:""},{label:"500",value:"https://common-fonts.abtasty.com/libre-bodoni/Libre_Bodoni-500.ttf",conditions:[{field:"fontName",value:"Libre Bodoni"}],fallback:""},{label:"500 Italic",value:"https://common-fonts.abtasty.com/libre-bodoni/Libre_Bodoni-500italic.ttf",conditions:[{field:"fontName",value:"Libre Bodoni"}],fallback:""},{label:"600",value:"https://common-fonts.abtasty.com/libre-bodoni/Libre_Bodoni-600.ttf",conditions:[{field:"fontName",value:"Libre Bodoni"}],fallback:""},{label:"600 Italic",value:"https://common-fonts.abtasty.com/libre-bodoni/Libre_Bodoni-600italic.ttf",conditions:[{field:"fontName",value:"Libre Bodoni"}],fallback:""},{label:"700",value:"https://common-fonts.abtasty.com/libre-bodoni/Libre_Bodoni-700.ttf",conditions:[{field:"fontName",value:"Libre Bodoni"}],fallback:""},{label:"700 Italic",value:"https://common-fonts.abtasty.com/libre-bodoni/Libre_Bodoni-700italic.ttf",conditions:[{field:"fontName",value:"Libre Bodoni"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/libre-caslon-display/Libre_Caslon Display-400.ttf",conditions:[{field:"fontName",value:"Libre Caslon Display"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/libre-caslon-text/Libre_Caslon Text-400.ttf",conditions:[{field:"fontName",value:"Libre Caslon Text"}],fallback:""},{label:"Italic",value:"https://common-fonts.abtasty.com/libre-caslon-text/Libre_Caslon Text-400italic.ttf",conditions:[{field:"fontName",value:"Libre Caslon Text"}],fallback:""},{label:"700",value:"https://common-fonts.abtasty.com/libre-caslon-text/Libre_Caslon Text-700.ttf",conditions:[{field:"fontName",value:"Libre Caslon Text"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/libre-franklin/Libre_Franklin-400.ttf",conditions:[{field:"fontName",value:"Libre Franklin"}],fallback:""},{label:"Italic",value:"https://common-fonts.abtasty.com/libre-franklin/Libre_Franklin-400italic.ttf",conditions:[{field:"fontName",value:"Libre Franklin"}],fallback:""},{label:"100",value:"https://common-fonts.abtasty.com/libre-franklin/Libre_Franklin-100.ttf",conditions:[{field:"fontName",value:"Libre Franklin"}],fallback:""},{label:"100 Italic",value:"https://common-fonts.abtasty.com/libre-franklin/Libre_Franklin-100italic.ttf",conditions:[{field:"fontName",value:"Libre Franklin"}],fallback:""},{label:"200",value:"https://common-fonts.abtasty.com/libre-franklin/Libre_Franklin-200.ttf",conditions:[{field:"fontName",value:"Libre Franklin"}],fallback:""},{label:"200 Italic",value:"https://common-fonts.abtasty.com/libre-franklin/Libre_Franklin-200italic.ttf",conditions:[{field:"fontName",value:"Libre Franklin"}],fallback:""},{label:"300",value:"https://common-fonts.abtasty.com/libre-franklin/Libre_Franklin-300.ttf",conditions:[{field:"fontName",value:"Libre Franklin"}],fallback:""},{label:"300 Italic",value:"https://common-fonts.abtasty.com/libre-franklin/Libre_Franklin-300italic.ttf",conditions:[{field:"fontName",value:"Libre Franklin"}],fallback:""},{label:"500",value:"https://common-fonts.abtasty.com/libre-franklin/Libre_Franklin-500.ttf",conditions:[{field:"fontName",value:"Libre Franklin"}],fallback:""},{label:"500 Italic",value:"https://common-fonts.abtasty.com/libre-franklin/Libre_Franklin-500italic.ttf",conditions:[{field:"fontName",value:"Libre Franklin"}],fallback:""},{label:"600",value:"https://common-fonts.abtasty.com/libre-franklin/Libre_Franklin-600.ttf",conditions:[{field:"fontName",value:"Libre Franklin"}],fallback:""},{label:"600 Italic",value:"https://common-fonts.abtasty.com/libre-franklin/Libre_Franklin-600italic.ttf",conditions:[{field:"fontName",value:"Libre Franklin"}],fallback:""},{label:"700",value:"https://common-fonts.abtasty.com/libre-franklin/Libre_Franklin-700.ttf",conditions:[{field:"fontName",value:"Libre Franklin"}],fallback:""},{label:"700 Italic",value:"https://common-fonts.abtasty.com/libre-franklin/Libre_Franklin-700italic.ttf",conditions:[{field:"fontName",value:"Libre Franklin"}],fallback:""},{label:"800",value:"https://common-fonts.abtasty.com/libre-franklin/Libre_Franklin-800.ttf",conditions:[{field:"fontName",value:"Libre Franklin"}],fallback:""},{label:"800 Italic",value:"https://common-fonts.abtasty.com/libre-franklin/Libre_Franklin-800italic.ttf",conditions:[{field:"fontName",value:"Libre Franklin"}],fallback:""},{label:"900",value:"https://common-fonts.abtasty.com/libre-franklin/Libre_Franklin-900.ttf",conditions:[{field:"fontName",value:"Libre Franklin"}],fallback:""},{label:"900 Italic",value:"https://common-fonts.abtasty.com/libre-franklin/Libre_Franklin-900italic.ttf",conditions:[{field:"fontName",value:"Libre Franklin"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/licorice/Licorice-400.ttf",conditions:[{field:"fontName",value:"Licorice"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/life-savers/Life_Savers-400.ttf",conditions:[{field:"fontName",value:"Life Savers"}],fallback:""},{label:"700",value:"https://common-fonts.abtasty.com/life-savers/Life_Savers-700.ttf",conditions:[{field:"fontName",value:"Life Savers"}],fallback:""},{label:"800",value:"https://common-fonts.abtasty.com/life-savers/Life_Savers-800.ttf",conditions:[{field:"fontName",value:"Life Savers"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/lilita-one/Lilita_One-400.ttf",conditions:[{field:"fontName",value:"Lilita One"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/lily-script-one/Lily_Script One-400.ttf",conditions:[{field:"fontName",value:"Lily Script One"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/limelight/Limelight-400.ttf",conditions:[{field:"fontName",value:"Limelight"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/linden-hill/Linden_Hill-400.ttf",conditions:[{field:"fontName",value:"Linden Hill"}],fallback:""},{label:"Italic",value:"https://common-fonts.abtasty.com/linden-hill/Linden_Hill-400italic.ttf",conditions:[{field:"fontName",value:"Linden Hill"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/literata/Literata-400.ttf",conditions:[{field:"fontName",value:"Literata"}],fallback:""},{label:"Italic",value:"https://common-fonts.abtasty.com/literata/Literata-400italic.ttf",conditions:[{field:"fontName",value:"Literata"}],fallback:""},{label:"200",value:"https://common-fonts.abtasty.com/literata/Literata-200.ttf",conditions:[{field:"fontName",value:"Literata"}],fallback:""},{label:"200 Italic",value:"https://common-fonts.abtasty.com/literata/Literata-200italic.ttf",conditions:[{field:"fontName",value:"Literata"}],fallback:""},{label:"300",value:"https://common-fonts.abtasty.com/literata/Literata-300.ttf",conditions:[{field:"fontName",value:"Literata"}],fallback:""},{label:"300 Italic",value:"https://common-fonts.abtasty.com/literata/Literata-300italic.ttf",conditions:[{field:"fontName",value:"Literata"}],fallback:""},{label:"500",value:"https://common-fonts.abtasty.com/literata/Literata-500.ttf",conditions:[{field:"fontName",value:"Literata"}],fallback:""},{label:"500 Italic",value:"https://common-fonts.abtasty.com/literata/Literata-500italic.ttf",conditions:[{field:"fontName",value:"Literata"}],fallback:""},{label:"600",value:"https://common-fonts.abtasty.com/literata/Literata-600.ttf",conditions:[{field:"fontName",value:"Literata"}],fallback:""},{label:"600 Italic",value:"https://common-fonts.abtasty.com/literata/Literata-600italic.ttf",conditions:[{field:"fontName",value:"Literata"}],fallback:""},{label:"700",value:"https://common-fonts.abtasty.com/literata/Literata-700.ttf",conditions:[{field:"fontName",value:"Literata"}],fallback:""},{label:"700 Italic",value:"https://common-fonts.abtasty.com/literata/Literata-700italic.ttf",conditions:[{field:"fontName",value:"Literata"}],fallback:""},{label:"800",value:"https://common-fonts.abtasty.com/literata/Literata-800.ttf",conditions:[{field:"fontName",value:"Literata"}],fallback:""},{label:"800 Italic",value:"https://common-fonts.abtasty.com/literata/Literata-800italic.ttf",conditions:[{field:"fontName",value:"Literata"}],fallback:""},{label:"900",value:"https://common-fonts.abtasty.com/literata/Literata-900.ttf",conditions:[{field:"fontName",value:"Literata"}],fallback:""},{label:"900 Italic",value:"https://common-fonts.abtasty.com/literata/Literata-900italic.ttf",conditions:[{field:"fontName",value:"Literata"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/liu-jian-mao-cao/Liu_Jian Mao Cao-400.ttf",conditions:[{field:"fontName",value:"Liu Jian Mao Cao"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/livvic/Livvic-400.ttf",conditions:[{field:"fontName",value:"Livvic"}],fallback:""},{label:"Italic",value:"https://common-fonts.abtasty.com/livvic/Livvic-400italic.ttf",conditions:[{field:"fontName",value:"Livvic"}],fallback:""},{label:"100",value:"https://common-fonts.abtasty.com/livvic/Livvic-100.ttf",conditions:[{field:"fontName",value:"Livvic"}],fallback:""},{label:"100 Italic",value:"https://common-fonts.abtasty.com/livvic/Livvic-100italic.ttf",conditions:[{field:"fontName",value:"Livvic"}],fallback:""},{label:"200",value:"https://common-fonts.abtasty.com/livvic/Livvic-200.ttf",conditions:[{field:"fontName",value:"Livvic"}],fallback:""},{label:"200 Italic",value:"https://common-fonts.abtasty.com/livvic/Livvic-200italic.ttf",conditions:[{field:"fontName",value:"Livvic"}],fallback:""},{label:"300",value:"https://common-fonts.abtasty.com/livvic/Livvic-300.ttf",conditions:[{field:"fontName",value:"Livvic"}],fallback:""},{label:"300 Italic",value:"https://common-fonts.abtasty.com/livvic/Livvic-300italic.ttf",conditions:[{field:"fontName",value:"Livvic"}],fallback:""},{label:"500",value:"https://common-fonts.abtasty.com/livvic/Livvic-500.ttf",conditions:[{field:"fontName",value:"Livvic"}],fallback:""},{label:"500 Italic",value:"https://common-fonts.abtasty.com/livvic/Livvic-500italic.ttf",conditions:[{field:"fontName",value:"Livvic"}],fallback:""},{label:"600",value:"https://common-fonts.abtasty.com/livvic/Livvic-600.ttf",conditions:[{field:"fontName",value:"Livvic"}],fallback:""},{label:"600 Italic",value:"https://common-fonts.abtasty.com/livvic/Livvic-600italic.ttf",conditions:[{field:"fontName",value:"Livvic"}],fallback:""},{label:"700",value:"https://common-fonts.abtasty.com/livvic/Livvic-700.ttf",conditions:[{field:"fontName",value:"Livvic"}],fallback:""},{label:"700 Italic",value:"https://common-fonts.abtasty.com/livvic/Livvic-700italic.ttf",conditions:[{field:"fontName",value:"Livvic"}],fallback:""},{label:"900",value:"https://common-fonts.abtasty.com/livvic/Livvic-900.ttf",conditions:[{field:"fontName",value:"Livvic"}],fallback:""},{label:"900 Italic",value:"https://common-fonts.abtasty.com/livvic/Livvic-900italic.ttf",conditions:[{field:"fontName",value:"Livvic"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/lobster/Lobster-400.ttf",conditions:[{field:"fontName",value:"Lobster"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/lobster-two/Lobster_Two-400.ttf",conditions:[{field:"fontName",value:"Lobster Two"}],fallback:""},{label:"Italic",value:"https://common-fonts.abtasty.com/lobster-two/Lobster_Two-400italic.ttf",conditions:[{field:"fontName",value:"Lobster Two"}],fallback:""},{label:"700",value:"https://common-fonts.abtasty.com/lobster-two/Lobster_Two-700.ttf",conditions:[{field:"fontName",value:"Lobster Two"}],fallback:""},{label:"700 Italic",value:"https://common-fonts.abtasty.com/lobster-two/Lobster_Two-700italic.ttf",conditions:[{field:"fontName",value:"Lobster Two"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/londrina-outline/Londrina_Outline-400.ttf",conditions:[{field:"fontName",value:"Londrina Outline"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/londrina-shadow/Londrina_Shadow-400.ttf",conditions:[{field:"fontName",value:"Londrina Shadow"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/londrina-sketch/Londrina_Sketch-400.ttf",conditions:[{field:"fontName",value:"Londrina Sketch"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/londrina-solid/Londrina_Solid-400.ttf",conditions:[{field:"fontName",value:"Londrina Solid"}],fallback:""},{label:"100",value:"https://common-fonts.abtasty.com/londrina-solid/Londrina_Solid-100.ttf",conditions:[{field:"fontName",value:"Londrina Solid"}],fallback:""},{label:"300",value:"https://common-fonts.abtasty.com/londrina-solid/Londrina_Solid-300.ttf",conditions:[{field:"fontName",value:"Londrina Solid"}],fallback:""},{label:"900",value:"https://common-fonts.abtasty.com/londrina-solid/Londrina_Solid-900.ttf",conditions:[{field:"fontName",value:"Londrina Solid"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/long-cang/Long_Cang-400.ttf",conditions:[{field:"fontName",value:"Long Cang"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/lora/Lora-400.ttf",conditions:[{field:"fontName",value:"Lora"}],fallback:""},{label:"Italic",value:"https://common-fonts.abtasty.com/lora/Lora-400italic.ttf",conditions:[{field:"fontName",value:"Lora"}],fallback:""},{label:"500",value:"https://common-fonts.abtasty.com/lora/Lora-500.ttf",conditions:[{field:"fontName",value:"Lora"}],fallback:""},{label:"500 Italic",value:"https://common-fonts.abtasty.com/lora/Lora-500italic.ttf",conditions:[{field:"fontName",value:"Lora"}],fallback:""},{label:"600",value:"https://common-fonts.abtasty.com/lora/Lora-600.ttf",conditions:[{field:"fontName",value:"Lora"}],fallback:""},{label:"600 Italic",value:"https://common-fonts.abtasty.com/lora/Lora-600italic.ttf",conditions:[{field:"fontName",value:"Lora"}],fallback:""},{label:"700",value:"https://common-fonts.abtasty.com/lora/Lora-700.ttf",conditions:[{field:"fontName",value:"Lora"}],fallback:""},{label:"700 Italic",value:"https://common-fonts.abtasty.com/lora/Lora-700italic.ttf",conditions:[{field:"fontName",value:"Lora"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/love-light/Love_Light-400.ttf",conditions:[{field:"fontName",value:"Love Light"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/love-ya-like-a-sister/Love_Ya Like A Sister-400.ttf",conditions:[{field:"fontName",value:"Love Ya Like A Sister"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/loved-by-the-king/Loved_by the King-400.ttf",conditions:[{field:"fontName",value:"Loved by the King"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/lovers-quarrel/Lovers_Quarrel-400.ttf",conditions:[{field:"fontName",value:"Lovers Quarrel"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/luckiest-guy/Luckiest_Guy-400.ttf",conditions:[{field:"fontName",value:"Luckiest Guy"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/lusitana/Lusitana-400.ttf",conditions:[{field:"fontName",value:"Lusitana"}],fallback:""},{label:"700",value:"https://common-fonts.abtasty.com/lusitana/Lusitana-700.ttf",conditions:[{field:"fontName",value:"Lusitana"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/lustria/Lustria-400.ttf",conditions:[{field:"fontName",value:"Lustria"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/luxurious-roman/Luxurious_Roman-400.ttf",conditions:[{field:"fontName",value:"Luxurious Roman"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/luxurious-script/Luxurious_Script-400.ttf",conditions:[{field:"fontName",value:"Luxurious Script"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/m-plus-1/M_PLUS 1-400.ttf",conditions:[{field:"fontName",value:"M PLUS 1"}],fallback:""},{label:"100",value:"https://common-fonts.abtasty.com/m-plus-1/M_PLUS 1-100.ttf",conditions:[{field:"fontName",value:"M PLUS 1"}],fallback:""},{label:"200",value:"https://common-fonts.abtasty.com/m-plus-1/M_PLUS 1-200.ttf",conditions:[{field:"fontName",value:"M PLUS 1"}],fallback:""},{label:"300",value:"https://common-fonts.abtasty.com/m-plus-1/M_PLUS 1-300.ttf",conditions:[{field:"fontName",value:"M PLUS 1"}],fallback:""},{label:"500",value:"https://common-fonts.abtasty.com/m-plus-1/M_PLUS 1-500.ttf",conditions:[{field:"fontName",value:"M PLUS 1"}],fallback:""},{label:"600",value:"https://common-fonts.abtasty.com/m-plus-1/M_PLUS 1-600.ttf",conditions:[{field:"fontName",value:"M PLUS 1"}],fallback:""},{label:"700",value:"https://common-fonts.abtasty.com/m-plus-1/M_PLUS 1-700.ttf",conditions:[{field:"fontName",value:"M PLUS 1"}],fallback:""},{label:"800",value:"https://common-fonts.abtasty.com/m-plus-1/M_PLUS 1-800.ttf",conditions:[{field:"fontName",value:"M PLUS 1"}],fallback:""},{label:"900",value:"https://common-fonts.abtasty.com/m-plus-1/M_PLUS 1-900.ttf",conditions:[{field:"fontName",value:"M PLUS 1"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/m-plus-1-code/M_PLUS 1 Code-400.ttf",conditions:[{field:"fontName",value:"M PLUS 1 Code"}],fallback:""},{label:"100",value:"https://common-fonts.abtasty.com/m-plus-1-code/M_PLUS 1 Code-100.ttf",conditions:[{field:"fontName",value:"M PLUS 1 Code"}],fallback:""},{label:"200",value:"https://common-fonts.abtasty.com/m-plus-1-code/M_PLUS 1 Code-200.ttf",conditions:[{field:"fontName",value:"M PLUS 1 Code"}],fallback:""},{label:"300",value:"https://common-fonts.abtasty.com/m-plus-1-code/M_PLUS 1 Code-300.ttf",conditions:[{field:"fontName",value:"M PLUS 1 Code"}],fallback:""},{label:"500",value:"https://common-fonts.abtasty.com/m-plus-1-code/M_PLUS 1 Code-500.ttf",conditions:[{field:"fontName",value:"M PLUS 1 Code"}],fallback:""},{label:"600",value:"https://common-fonts.abtasty.com/m-plus-1-code/M_PLUS 1 Code-600.ttf",conditions:[{field:"fontName",value:"M PLUS 1 Code"}],fallback:""},{label:"700",value:"https://common-fonts.abtasty.com/m-plus-1-code/M_PLUS 1 Code-700.ttf",conditions:[{field:"fontName",value:"M PLUS 1 Code"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/m-plus-1p/M_PLUS 1p-400.ttf",conditions:[{field:"fontName",value:"M PLUS 1p"}],fallback:""},{label:"100",value:"https://common-fonts.abtasty.com/m-plus-1p/M_PLUS 1p-100.ttf",conditions:[{field:"fontName",value:"M PLUS 1p"}],fallback:""},{label:"300",value:"https://common-fonts.abtasty.com/m-plus-1p/M_PLUS 1p-300.ttf",conditions:[{field:"fontName",value:"M PLUS 1p"}],fallback:""},{label:"500",value:"https://common-fonts.abtasty.com/m-plus-1p/M_PLUS 1p-500.ttf",conditions:[{field:"fontName",value:"M PLUS 1p"}],fallback:""},{label:"700",value:"https://common-fonts.abtasty.com/m-plus-1p/M_PLUS 1p-700.ttf",conditions:[{field:"fontName",value:"M PLUS 1p"}],fallback:""},{label:"800",value:"https://common-fonts.abtasty.com/m-plus-1p/M_PLUS 1p-800.ttf",conditions:[{field:"fontName",value:"M PLUS 1p"}],fallback:""},{label:"900",value:"https://common-fonts.abtasty.com/m-plus-1p/M_PLUS 1p-900.ttf",conditions:[{field:"fontName",value:"M PLUS 1p"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/m-plus-2/M_PLUS 2-400.ttf",conditions:[{field:"fontName",value:"M PLUS 2"}],fallback:""},{label:"100",value:"https://common-fonts.abtasty.com/m-plus-2/M_PLUS 2-100.ttf",conditions:[{field:"fontName",value:"M PLUS 2"}],fallback:""},{label:"200",value:"https://common-fonts.abtasty.com/m-plus-2/M_PLUS 2-200.ttf",conditions:[{field:"fontName",value:"M PLUS 2"}],fallback:""},{label:"300",value:"https://common-fonts.abtasty.com/m-plus-2/M_PLUS 2-300.ttf",conditions:[{field:"fontName",value:"M PLUS 2"}],fallback:""},{label:"500",value:"https://common-fonts.abtasty.com/m-plus-2/M_PLUS 2-500.ttf",conditions:[{field:"fontName",value:"M PLUS 2"}],fallback:""},{label:"600",value:"https://common-fonts.abtasty.com/m-plus-2/M_PLUS 2-600.ttf",conditions:[{field:"fontName",value:"M PLUS 2"}],fallback:""},{label:"700",value:"https://common-fonts.abtasty.com/m-plus-2/M_PLUS 2-700.ttf",conditions:[{field:"fontName",value:"M PLUS 2"}],fallback:""},{label:"800",value:"https://common-fonts.abtasty.com/m-plus-2/M_PLUS 2-800.ttf",conditions:[{field:"fontName",value:"M PLUS 2"}],fallback:""},{label:"900",value:"https://common-fonts.abtasty.com/m-plus-2/M_PLUS 2-900.ttf",conditions:[{field:"fontName",value:"M PLUS 2"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/m-plus-code-latin/M_PLUS Code Latin-400.ttf",conditions:[{field:"fontName",value:"M PLUS Code Latin"}],fallback:""},{label:"100",value:"https://common-fonts.abtasty.com/m-plus-code-latin/M_PLUS Code Latin-100.ttf",conditions:[{field:"fontName",value:"M PLUS Code Latin"}],fallback:""},{label:"200",value:"https://common-fonts.abtasty.com/m-plus-code-latin/M_PLUS Code Latin-200.ttf",conditions:[{field:"fontName",value:"M PLUS Code Latin"}],fallback:""},{label:"300",value:"https://common-fonts.abtasty.com/m-plus-code-latin/M_PLUS Code Latin-300.ttf",conditions:[{field:"fontName",value:"M PLUS Code Latin"}],fallback:""},{label:"500",value:"https://common-fonts.abtasty.com/m-plus-code-latin/M_PLUS Code Latin-500.ttf",conditions:[{field:"fontName",value:"M PLUS Code Latin"}],fallback:""},{label:"600",value:"https://common-fonts.abtasty.com/m-plus-code-latin/M_PLUS Code Latin-600.ttf",conditions:[{field:"fontName",value:"M PLUS Code Latin"}],fallback:""},{label:"700",value:"https://common-fonts.abtasty.com/m-plus-code-latin/M_PLUS Code Latin-700.ttf",conditions:[{field:"fontName",value:"M PLUS Code Latin"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/m-plus-rounded-1c/M_PLUS Rounded 1c-400.ttf",conditions:[{field:"fontName",value:"M PLUS Rounded 1c"}],fallback:""},{label:"100",value:"https://common-fonts.abtasty.com/m-plus-rounded-1c/M_PLUS Rounded 1c-100.ttf",conditions:[{field:"fontName",value:"M PLUS Rounded 1c"}],fallback:""},{label:"300",value:"https://common-fonts.abtasty.com/m-plus-rounded-1c/M_PLUS Rounded 1c-300.ttf",conditions:[{field:"fontName",value:"M PLUS Rounded 1c"}],fallback:""},{label:"500",value:"https://common-fonts.abtasty.com/m-plus-rounded-1c/M_PLUS Rounded 1c-500.ttf",conditions:[{field:"fontName",value:"M PLUS Rounded 1c"}],fallback:""},{label:"700",value:"https://common-fonts.abtasty.com/m-plus-rounded-1c/M_PLUS Rounded 1c-700.ttf",conditions:[{field:"fontName",value:"M PLUS Rounded 1c"}],fallback:""},{label:"800",value:"https://common-fonts.abtasty.com/m-plus-rounded-1c/M_PLUS Rounded 1c-800.ttf",conditions:[{field:"fontName",value:"M PLUS Rounded 1c"}],fallback:""},{label:"900",value:"https://common-fonts.abtasty.com/m-plus-rounded-1c/M_PLUS Rounded 1c-900.ttf",conditions:[{field:"fontName",value:"M PLUS Rounded 1c"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/ma-shan-zheng/Ma_Shan Zheng-400.ttf",conditions:[{field:"fontName",value:"Ma Shan Zheng"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/macondo/Macondo-400.ttf",conditions:[{field:"fontName",value:"Macondo"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/macondo-swash-caps/Macondo_Swash Caps-400.ttf",conditions:[{field:"fontName",value:"Macondo Swash Caps"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/mada/Mada-400.ttf",conditions:[{field:"fontName",value:"Mada"}],fallback:""},{label:"200",value:"https://common-fonts.abtasty.com/mada/Mada-200.ttf",conditions:[{field:"fontName",value:"Mada"}],fallback:""},{label:"300",value:"https://common-fonts.abtasty.com/mada/Mada-300.ttf",conditions:[{field:"fontName",value:"Mada"}],fallback:""},{label:"500",value:"https://common-fonts.abtasty.com/mada/Mada-500.ttf",conditions:[{field:"fontName",value:"Mada"}],fallback:""},{label:"600",value:"https://common-fonts.abtasty.com/mada/Mada-600.ttf",conditions:[{field:"fontName",value:"Mada"}],fallback:""},{label:"700",value:"https://common-fonts.abtasty.com/mada/Mada-700.ttf",conditions:[{field:"fontName",value:"Mada"}],fallback:""},{label:"900",value:"https://common-fonts.abtasty.com/mada/Mada-900.ttf",conditions:[{field:"fontName",value:"Mada"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/magra/Magra-400.ttf",conditions:[{field:"fontName",value:"Magra"}],fallback:""},{label:"700",value:"https://common-fonts.abtasty.com/magra/Magra-700.ttf",conditions:[{field:"fontName",value:"Magra"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/maiden-orange/Maiden_Orange-400.ttf",conditions:[{field:"fontName",value:"Maiden Orange"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/maitree/Maitree-400.ttf",conditions:[{field:"fontName",value:"Maitree"}],fallback:""},{label:"200",value:"https://common-fonts.abtasty.com/maitree/Maitree-200.ttf",conditions:[{field:"fontName",value:"Maitree"}],fallback:""},{label:"300",value:"https://common-fonts.abtasty.com/maitree/Maitree-300.ttf",conditions:[{field:"fontName",value:"Maitree"}],fallback:""},{label:"500",value:"https://common-fonts.abtasty.com/maitree/Maitree-500.ttf",conditions:[{field:"fontName",value:"Maitree"}],fallback:""},{label:"600",value:"https://common-fonts.abtasty.com/maitree/Maitree-600.ttf",conditions:[{field:"fontName",value:"Maitree"}],fallback:""},{label:"700",value:"https://common-fonts.abtasty.com/maitree/Maitree-700.ttf",conditions:[{field:"fontName",value:"Maitree"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/major-mono-display/Major_Mono Display-400.ttf",conditions:[{field:"fontName",value:"Major Mono Display"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/mako/Mako-400.ttf",conditions:[{field:"fontName",value:"Mako"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/mali/Mali-400.ttf",conditions:[{field:"fontName",value:"Mali"}],fallback:""},{label:"Italic",value:"https://common-fonts.abtasty.com/mali/Mali-400italic.ttf",conditions:[{field:"fontName",value:"Mali"}],fallback:""},{label:"200",value:"https://common-fonts.abtasty.com/mali/Mali-200.ttf",conditions:[{field:"fontName",value:"Mali"}],fallback:""},{label:"200 Italic",value:"https://common-fonts.abtasty.com/mali/Mali-200italic.ttf",conditions:[{field:"fontName",value:"Mali"}],fallback:""},{label:"300",value:"https://common-fonts.abtasty.com/mali/Mali-300.ttf",conditions:[{field:"fontName",value:"Mali"}],fallback:""},{label:"300 Italic",value:"https://common-fonts.abtasty.com/mali/Mali-300italic.ttf",conditions:[{field:"fontName",value:"Mali"}],fallback:""},{label:"500",value:"https://common-fonts.abtasty.com/mali/Mali-500.ttf",conditions:[{field:"fontName",value:"Mali"}],fallback:""},{label:"500 Italic",value:"https://common-fonts.abtasty.com/mali/Mali-500italic.ttf",conditions:[{field:"fontName",value:"Mali"}],fallback:""},{label:"600",value:"https://common-fonts.abtasty.com/mali/Mali-600.ttf",conditions:[{field:"fontName",value:"Mali"}],fallback:""},{label:"600 Italic",value:"https://common-fonts.abtasty.com/mali/Mali-600italic.ttf",conditions:[{field:"fontName",value:"Mali"}],fallback:""},{label:"700",value:"https://common-fonts.abtasty.com/mali/Mali-700.ttf",conditions:[{field:"fontName",value:"Mali"}],fallback:""},{label:"700 Italic",value:"https://common-fonts.abtasty.com/mali/Mali-700italic.ttf",conditions:[{field:"fontName",value:"Mali"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/mallanna/Mallanna-400.ttf",conditions:[{field:"fontName",value:"Mallanna"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/mandali/Mandali-400.ttf",conditions:[{field:"fontName",value:"Mandali"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/manjari/Manjari-400.ttf",conditions:[{field:"fontName",value:"Manjari"}],fallback:""},{label:"100",value:"https://common-fonts.abtasty.com/manjari/Manjari-100.ttf",conditions:[{field:"fontName",value:"Manjari"}],fallback:""},{label:"700",value:"https://common-fonts.abtasty.com/manjari/Manjari-700.ttf",conditions:[{field:"fontName",value:"Manjari"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/manrope/Manrope-400.ttf",conditions:[{field:"fontName",value:"Manrope"}],fallback:""},{label:"200",value:"https://common-fonts.abtasty.com/manrope/Manrope-200.ttf",conditions:[{field:"fontName",value:"Manrope"}],fallback:""},{label:"300",value:"https://common-fonts.abtasty.com/manrope/Manrope-300.ttf",conditions:[{field:"fontName",value:"Manrope"}],fallback:""},{label:"500",value:"https://common-fonts.abtasty.com/manrope/Manrope-500.ttf",conditions:[{field:"fontName",value:"Manrope"}],fallback:""},{label:"600",value:"https://common-fonts.abtasty.com/manrope/Manrope-600.ttf",conditions:[{field:"fontName",value:"Manrope"}],fallback:""},{label:"700",value:"https://common-fonts.abtasty.com/manrope/Manrope-700.ttf",conditions:[{field:"fontName",value:"Manrope"}],fallback:""},{label:"800",value:"https://common-fonts.abtasty.com/manrope/Manrope-800.ttf",conditions:[{field:"fontName",value:"Manrope"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/mansalva/Mansalva-400.ttf",conditions:[{field:"fontName",value:"Mansalva"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/manuale/Manuale-400.ttf",conditions:[{field:"fontName",value:"Manuale"}],fallback:""},{label:"Italic",value:"https://common-fonts.abtasty.com/manuale/Manuale-400italic.ttf",conditions:[{field:"fontName",value:"Manuale"}],fallback:""},{label:"300",value:"https://common-fonts.abtasty.com/manuale/Manuale-300.ttf",conditions:[{field:"fontName",value:"Manuale"}],fallback:""},{label:"300 Italic",value:"https://common-fonts.abtasty.com/manuale/Manuale-300italic.ttf",conditions:[{field:"fontName",value:"Manuale"}],fallback:""},{label:"500",value:"https://common-fonts.abtasty.com/manuale/Manuale-500.ttf",conditions:[{field:"fontName",value:"Manuale"}],fallback:""},{label:"500 Italic",value:"https://common-fonts.abtasty.com/manuale/Manuale-500italic.ttf",conditions:[{field:"fontName",value:"Manuale"}],fallback:""},{label:"600",value:"https://common-fonts.abtasty.com/manuale/Manuale-600.ttf",conditions:[{field:"fontName",value:"Manuale"}],fallback:""},{label:"600 Italic",value:"https://common-fonts.abtasty.com/manuale/Manuale-600italic.ttf",conditions:[{field:"fontName",value:"Manuale"}],fallback:""},{label:"700",value:"https://common-fonts.abtasty.com/manuale/Manuale-700.ttf",conditions:[{field:"fontName",value:"Manuale"}],fallback:""},{label:"700 Italic",value:"https://common-fonts.abtasty.com/manuale/Manuale-700italic.ttf",conditions:[{field:"fontName",value:"Manuale"}],fallback:""},{label:"800",value:"https://common-fonts.abtasty.com/manuale/Manuale-800.ttf",conditions:[{field:"fontName",value:"Manuale"}],fallback:""},{label:"800 Italic",value:"https://common-fonts.abtasty.com/manuale/Manuale-800italic.ttf",conditions:[{field:"fontName",value:"Manuale"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/marcellus/Marcellus-400.ttf",conditions:[{field:"fontName",value:"Marcellus"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/marcellus-sc/Marcellus_SC-400.ttf",conditions:[{field:"fontName",value:"Marcellus SC"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/marck-script/Marck_Script-400.ttf",conditions:[{field:"fontName",value:"Marck Script"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/margarine/Margarine-400.ttf",conditions:[{field:"fontName",value:"Margarine"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/markazi-text/Markazi_Text-400.ttf",conditions:[{field:"fontName",value:"Markazi Text"}],fallback:""},{label:"500",value:"https://common-fonts.abtasty.com/markazi-text/Markazi_Text-500.ttf",conditions:[{field:"fontName",value:"Markazi Text"}],fallback:""},{label:"600",value:"https://common-fonts.abtasty.com/markazi-text/Markazi_Text-600.ttf",conditions:[{field:"fontName",value:"Markazi Text"}],fallback:""},{label:"700",value:"https://common-fonts.abtasty.com/markazi-text/Markazi_Text-700.ttf",conditions:[{field:"fontName",value:"Markazi Text"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/marko-one/Marko_One-400.ttf",conditions:[{field:"fontName",value:"Marko One"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/marmelad/Marmelad-400.ttf",conditions:[{field:"fontName",value:"Marmelad"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/martel/Martel-400.ttf",conditions:[{field:"fontName",value:"Martel"}],fallback:""},{label:"200",value:"https://common-fonts.abtasty.com/martel/Martel-200.ttf",conditions:[{field:"fontName",value:"Martel"}],fallback:""},{label:"300",value:"https://common-fonts.abtasty.com/martel/Martel-300.ttf",conditions:[{field:"fontName",value:"Martel"}],fallback:""},{label:"600",value:"https://common-fonts.abtasty.com/martel/Martel-600.ttf",conditions:[{field:"fontName",value:"Martel"}],fallback:""},{label:"700",value:"https://common-fonts.abtasty.com/martel/Martel-700.ttf",conditions:[{field:"fontName",value:"Martel"}],fallback:""},{label:"800",value:"https://common-fonts.abtasty.com/martel/Martel-800.ttf",conditions:[{field:"fontName",value:"Martel"}],fallback:""},{label:"900",value:"https://common-fonts.abtasty.com/martel/Martel-900.ttf",conditions:[{field:"fontName",value:"Martel"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/martel-sans/Martel_Sans-400.ttf",conditions:[{field:"fontName",value:"Martel Sans"}],fallback:""},{label:"200",value:"https://common-fonts.abtasty.com/martel-sans/Martel_Sans-200.ttf",conditions:[{field:"fontName",value:"Martel Sans"}],fallback:""},{label:"300",value:"https://common-fonts.abtasty.com/martel-sans/Martel_Sans-300.ttf",conditions:[{field:"fontName",value:"Martel Sans"}],fallback:""},{label:"600",value:"https://common-fonts.abtasty.com/martel-sans/Martel_Sans-600.ttf",conditions:[{field:"fontName",value:"Martel Sans"}],fallback:""},{label:"700",value:"https://common-fonts.abtasty.com/martel-sans/Martel_Sans-700.ttf",conditions:[{field:"fontName",value:"Martel Sans"}],fallback:""},{label:"800",value:"https://common-fonts.abtasty.com/martel-sans/Martel_Sans-800.ttf",conditions:[{field:"fontName",value:"Martel Sans"}],fallback:""},{label:"900",value:"https://common-fonts.abtasty.com/martel-sans/Martel_Sans-900.ttf",conditions:[{field:"fontName",value:"Martel Sans"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/marvel/Marvel-400.ttf",conditions:[{field:"fontName",value:"Marvel"}],fallback:""},{label:"Italic",value:"https://common-fonts.abtasty.com/marvel/Marvel-400italic.ttf",conditions:[{field:"fontName",value:"Marvel"}],fallback:""},{label:"700",value:"https://common-fonts.abtasty.com/marvel/Marvel-700.ttf",conditions:[{field:"fontName",value:"Marvel"}],fallback:""},{label:"700 Italic",value:"https://common-fonts.abtasty.com/marvel/Marvel-700italic.ttf",conditions:[{field:"fontName",value:"Marvel"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/mate/Mate-400.ttf",conditions:[{field:"fontName",value:"Mate"}],fallback:""},{label:"Italic",value:"https://common-fonts.abtasty.com/mate/Mate-400italic.ttf",conditions:[{field:"fontName",value:"Mate"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/mate-sc/Mate_SC-400.ttf",conditions:[{field:"fontName",value:"Mate SC"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/maven-pro/Maven_Pro-400.ttf",conditions:[{field:"fontName",value:"Maven Pro"}],fallback:""},{label:"500",value:"https://common-fonts.abtasty.com/maven-pro/Maven_Pro-500.ttf",conditions:[{field:"fontName",value:"Maven Pro"}],fallback:""},{label:"600",value:"https://common-fonts.abtasty.com/maven-pro/Maven_Pro-600.ttf",conditions:[{field:"fontName",value:"Maven Pro"}],fallback:""},{label:"700",value:"https://common-fonts.abtasty.com/maven-pro/Maven_Pro-700.ttf",conditions:[{field:"fontName",value:"Maven Pro"}],fallback:""},{label:"800",value:"https://common-fonts.abtasty.com/maven-pro/Maven_Pro-800.ttf",conditions:[{field:"fontName",value:"Maven Pro"}],fallback:""},{label:"900",value:"https://common-fonts.abtasty.com/maven-pro/Maven_Pro-900.ttf",conditions:[{field:"fontName",value:"Maven Pro"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/mclaren/McLaren-400.ttf",conditions:[{field:"fontName",value:"McLaren"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/mea-culpa/Mea_Culpa-400.ttf",conditions:[{field:"fontName",value:"Mea Culpa"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/meddon/Meddon-400.ttf",conditions:[{field:"fontName",value:"Meddon"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/medievalsharp/MedievalSharp-400.ttf",conditions:[{field:"fontName",value:"MedievalSharp"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/medula-one/Medula_One-400.ttf",conditions:[{field:"fontName",value:"Medula One"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/meera-inimai/Meera_Inimai-400.ttf",conditions:[{field:"fontName",value:"Meera Inimai"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/megrim/Megrim-400.ttf",conditions:[{field:"fontName",value:"Megrim"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/meie-script/Meie_Script-400.ttf",conditions:[{field:"fontName",value:"Meie Script"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/meow-script/Meow_Script-400.ttf",conditions:[{field:"fontName",value:"Meow Script"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/merienda/Merienda-400.ttf",conditions:[{field:"fontName",value:"Merienda"}],fallback:""},{label:"700",value:"https://common-fonts.abtasty.com/merienda/Merienda-700.ttf",conditions:[{field:"fontName",value:"Merienda"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/merienda-one/Merienda_One-400.ttf",conditions:[{field:"fontName",value:"Merienda One"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/merriweather/Merriweather-400.ttf",conditions:[{field:"fontName",value:"Merriweather"}],fallback:""},{label:"Italic",value:"https://common-fonts.abtasty.com/merriweather/Merriweather-400italic.ttf",conditions:[{field:"fontName",value:"Merriweather"}],fallback:""},{label:"300",value:"https://common-fonts.abtasty.com/merriweather/Merriweather-300.ttf",conditions:[{field:"fontName",value:"Merriweather"}],fallback:""},{label:"300 Italic",value:"https://common-fonts.abtasty.com/merriweather/Merriweather-300italic.ttf",conditions:[{field:"fontName",value:"Merriweather"}],fallback:""},{label:"700",value:"https://common-fonts.abtasty.com/merriweather/Merriweather-700.ttf",conditions:[{field:"fontName",value:"Merriweather"}],fallback:""},{label:"700 Italic",value:"https://common-fonts.abtasty.com/merriweather/Merriweather-700italic.ttf",conditions:[{field:"fontName",value:"Merriweather"}],fallback:""},{label:"900",value:"https://common-fonts.abtasty.com/merriweather/Merriweather-900.ttf",conditions:[{field:"fontName",value:"Merriweather"}],fallback:""},{label:"900 Italic",value:"https://common-fonts.abtasty.com/merriweather/Merriweather-900italic.ttf",conditions:[{field:"fontName",value:"Merriweather"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/merriweather-sans/Merriweather_Sans-400.ttf",conditions:[{field:"fontName",value:"Merriweather Sans"}],fallback:""},{label:"Italic",value:"https://common-fonts.abtasty.com/merriweather-sans/Merriweather_Sans-400italic.ttf",conditions:[{field:"fontName",value:"Merriweather Sans"}],fallback:""},{label:"300",value:"https://common-fonts.abtasty.com/merriweather-sans/Merriweather_Sans-300.ttf",conditions:[{field:"fontName",value:"Merriweather Sans"}],fallback:""},{label:"300 Italic",value:"https://common-fonts.abtasty.com/merriweather-sans/Merriweather_Sans-300italic.ttf",conditions:[{field:"fontName",value:"Merriweather Sans"}],fallback:""},{label:"500",value:"https://common-fonts.abtasty.com/merriweather-sans/Merriweather_Sans-500.ttf",conditions:[{field:"fontName",value:"Merriweather Sans"}],fallback:""},{label:"500 Italic",value:"https://common-fonts.abtasty.com/merriweather-sans/Merriweather_Sans-500italic.ttf",conditions:[{field:"fontName",value:"Merriweather Sans"}],fallback:""},{label:"600",value:"https://common-fonts.abtasty.com/merriweather-sans/Merriweather_Sans-600.ttf",conditions:[{field:"fontName",value:"Merriweather Sans"}],fallback:""},{label:"600 Italic",value:"https://common-fonts.abtasty.com/merriweather-sans/Merriweather_Sans-600italic.ttf",conditions:[{field:"fontName",value:"Merriweather Sans"}],fallback:""},{label:"700",value:"https://common-fonts.abtasty.com/merriweather-sans/Merriweather_Sans-700.ttf",conditions:[{field:"fontName",value:"Merriweather Sans"}],fallback:""},{label:"700 Italic",value:"https://common-fonts.abtasty.com/merriweather-sans/Merriweather_Sans-700italic.ttf",conditions:[{field:"fontName",value:"Merriweather Sans"}],fallback:""},{label:"800",value:"https://common-fonts.abtasty.com/merriweather-sans/Merriweather_Sans-800.ttf",conditions:[{field:"fontName",value:"Merriweather Sans"}],fallback:""},{label:"800 Italic",value:"https://common-fonts.abtasty.com/merriweather-sans/Merriweather_Sans-800italic.ttf",conditions:[{field:"fontName",value:"Merriweather Sans"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/metal/Metal-400.ttf",conditions:[{field:"fontName",value:"Metal"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/metal-mania/Metal_Mania-400.ttf",conditions:[{field:"fontName",value:"Metal Mania"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/metamorphous/Metamorphous-400.ttf",conditions:[{field:"fontName",value:"Metamorphous"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/metrophobic/Metrophobic-400.ttf",conditions:[{field:"fontName",value:"Metrophobic"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/michroma/Michroma-400.ttf",conditions:[{field:"fontName",value:"Michroma"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/milonga/Milonga-400.ttf",conditions:[{field:"fontName",value:"Milonga"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/miltonian/Miltonian-400.ttf",conditions:[{field:"fontName",value:"Miltonian"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/miltonian-tattoo/Miltonian_Tattoo-400.ttf",conditions:[{field:"fontName",value:"Miltonian Tattoo"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/mina/Mina-400.ttf",conditions:[{field:"fontName",value:"Mina"}],fallback:""},{label:"700",value:"https://common-fonts.abtasty.com/mina/Mina-700.ttf",conditions:[{field:"fontName",value:"Mina"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/mingzat/Mingzat-400.ttf",conditions:[{field:"fontName",value:"Mingzat"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/miniver/Miniver-400.ttf",conditions:[{field:"fontName",value:"Miniver"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/miriam-libre/Miriam_Libre-400.ttf",conditions:[{field:"fontName",value:"Miriam Libre"}],fallback:""},{label:"700",value:"https://common-fonts.abtasty.com/miriam-libre/Miriam_Libre-700.ttf",conditions:[{field:"fontName",value:"Miriam Libre"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/mirza/Mirza-400.ttf",conditions:[{field:"fontName",value:"Mirza"}],fallback:""},{label:"500",value:"https://common-fonts.abtasty.com/mirza/Mirza-500.ttf",conditions:[{field:"fontName",value:"Mirza"}],fallback:""},{label:"600",value:"https://common-fonts.abtasty.com/mirza/Mirza-600.ttf",conditions:[{field:"fontName",value:"Mirza"}],fallback:""},{label:"700",value:"https://common-fonts.abtasty.com/mirza/Mirza-700.ttf",conditions:[{field:"fontName",value:"Mirza"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/miss-fajardose/Miss_Fajardose-400.ttf",conditions:[{field:"fontName",value:"Miss Fajardose"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/mitr/Mitr-400.ttf",conditions:[{field:"fontName",value:"Mitr"}],fallback:""},{label:"200",value:"https://common-fonts.abtasty.com/mitr/Mitr-200.ttf",conditions:[{field:"fontName",value:"Mitr"}],fallback:""},{label:"300",value:"https://common-fonts.abtasty.com/mitr/Mitr-300.ttf",conditions:[{field:"fontName",value:"Mitr"}],fallback:""},{label:"500",value:"https://common-fonts.abtasty.com/mitr/Mitr-500.ttf",conditions:[{field:"fontName",value:"Mitr"}],fallback:""},{label:"600",value:"https://common-fonts.abtasty.com/mitr/Mitr-600.ttf",conditions:[{field:"fontName",value:"Mitr"}],fallback:""},{label:"700",value:"https://common-fonts.abtasty.com/mitr/Mitr-700.ttf",conditions:[{field:"fontName",value:"Mitr"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/mochiy-pop-one/Mochiy_Pop One-400.ttf",conditions:[{field:"fontName",value:"Mochiy Pop One"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/mochiy-pop-p-one/Mochiy_Pop P One-400.ttf",conditions:[{field:"fontName",value:"Mochiy Pop P One"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/modak/Modak-400.ttf",conditions:[{field:"fontName",value:"Modak"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/modern-antiqua/Modern_Antiqua-400.ttf",conditions:[{field:"fontName",value:"Modern Antiqua"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/mogra/Mogra-400.ttf",conditions:[{field:"fontName",value:"Mogra"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/mohave/Mohave-400.ttf",conditions:[{field:"fontName",value:"Mohave"}],fallback:""},{label:"Italic",value:"https://common-fonts.abtasty.com/mohave/Mohave-400italic.ttf",conditions:[{field:"fontName",value:"Mohave"}],fallback:""},{label:"300",value:"https://common-fonts.abtasty.com/mohave/Mohave-300.ttf",conditions:[{field:"fontName",value:"Mohave"}],fallback:""},{label:"300 Italic",value:"https://common-fonts.abtasty.com/mohave/Mohave-300italic.ttf",conditions:[{field:"fontName",value:"Mohave"}],fallback:""},{label:"500",value:"https://common-fonts.abtasty.com/mohave/Mohave-500.ttf",conditions:[{field:"fontName",value:"Mohave"}],fallback:""},{label:"500 Italic",value:"https://common-fonts.abtasty.com/mohave/Mohave-500italic.ttf",conditions:[{field:"fontName",value:"Mohave"}],fallback:""},{label:"600",value:"https://common-fonts.abtasty.com/mohave/Mohave-600.ttf",conditions:[{field:"fontName",value:"Mohave"}],fallback:""},{label:"600 Italic",value:"https://common-fonts.abtasty.com/mohave/Mohave-600italic.ttf",conditions:[{field:"fontName",value:"Mohave"}],fallback:""},{label:"700",value:"https://common-fonts.abtasty.com/mohave/Mohave-700.ttf",conditions:[{field:"fontName",value:"Mohave"}],fallback:""},{label:"700 Italic",value:"https://common-fonts.abtasty.com/mohave/Mohave-700italic.ttf",conditions:[{field:"fontName",value:"Mohave"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/molengo/Molengo-400.ttf",conditions:[{field:"fontName",value:"Molengo"}],fallback:""},{label:"Italic",value:"https://common-fonts.abtasty.com/molle/Molle-400italic.ttf",conditions:[{field:"fontName",value:"Molle"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/monda/Monda-400.ttf",conditions:[{field:"fontName",value:"Monda"}],fallback:""},{label:"700",value:"https://common-fonts.abtasty.com/monda/Monda-700.ttf",conditions:[{field:"fontName",value:"Monda"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/monofett/Monofett-400.ttf",conditions:[{field:"fontName",value:"Monofett"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/monoton/Monoton-400.ttf",conditions:[{field:"fontName",value:"Monoton"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/monsieur-la-doulaise/Monsieur_La Doulaise-400.ttf",conditions:[{field:"fontName",value:"Monsieur La Doulaise"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/montaga/Montaga-400.ttf",conditions:[{field:"fontName",value:"Montaga"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/montagu-slab/Montagu_Slab-400.ttf",conditions:[{field:"fontName",value:"Montagu Slab"}],fallback:""},{label:"100",value:"https://common-fonts.abtasty.com/montagu-slab/Montagu_Slab-100.ttf",conditions:[{field:"fontName",value:"Montagu Slab"}],fallback:""},{label:"200",value:"https://common-fonts.abtasty.com/montagu-slab/Montagu_Slab-200.ttf",conditions:[{field:"fontName",value:"Montagu Slab"}],fallback:""},{label:"300",value:"https://common-fonts.abtasty.com/montagu-slab/Montagu_Slab-300.ttf",conditions:[{field:"fontName",value:"Montagu Slab"}],fallback:""},{label:"500",value:"https://common-fonts.abtasty.com/montagu-slab/Montagu_Slab-500.ttf",conditions:[{field:"fontName",value:"Montagu Slab"}],fallback:""},{label:"600",value:"https://common-fonts.abtasty.com/montagu-slab/Montagu_Slab-600.ttf",conditions:[{field:"fontName",value:"Montagu Slab"}],fallback:""},{label:"700",value:"https://common-fonts.abtasty.com/montagu-slab/Montagu_Slab-700.ttf",conditions:[{field:"fontName",value:"Montagu Slab"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/montecarlo/MonteCarlo-400.ttf",conditions:[{field:"fontName",value:"MonteCarlo"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/montez/Montez-400.ttf",conditions:[{field:"fontName",value:"Montez"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/montserrat/Montserrat-400.ttf",conditions:[{field:"fontName",value:"Montserrat"}],fallback:""},{label:"Italic",value:"https://common-fonts.abtasty.com/montserrat/Montserrat-400italic.ttf",conditions:[{field:"fontName",value:"Montserrat"}],fallback:""},{label:"100",value:"https://common-fonts.abtasty.com/montserrat/Montserrat-100.ttf",conditions:[{field:"fontName",value:"Montserrat"}],fallback:""},{label:"100 Italic",value:"https://common-fonts.abtasty.com/montserrat/Montserrat-100italic.ttf",conditions:[{field:"fontName",value:"Montserrat"}],fallback:""},{label:"200",value:"https://common-fonts.abtasty.com/montserrat/Montserrat-200.ttf",conditions:[{field:"fontName",value:"Montserrat"}],fallback:""},{label:"200 Italic",value:"https://common-fonts.abtasty.com/montserrat/Montserrat-200italic.ttf",conditions:[{field:"fontName",value:"Montserrat"}],fallback:""},{label:"300",value:"https://common-fonts.abtasty.com/montserrat/Montserrat-300.ttf",conditions:[{field:"fontName",value:"Montserrat"}],fallback:""},{label:"300 Italic",value:"https://common-fonts.abtasty.com/montserrat/Montserrat-300italic.ttf",conditions:[{field:"fontName",value:"Montserrat"}],fallback:""},{label:"500",value:"https://common-fonts.abtasty.com/montserrat/Montserrat-500.ttf",conditions:[{field:"fontName",value:"Montserrat"}],fallback:""},{label:"500 Italic",value:"https://common-fonts.abtasty.com/montserrat/Montserrat-500italic.ttf",conditions:[{field:"fontName",value:"Montserrat"}],fallback:""},{label:"600",value:"https://common-fonts.abtasty.com/montserrat/Montserrat-600.ttf",conditions:[{field:"fontName",value:"Montserrat"}],fallback:""},{label:"600 Italic",value:"https://common-fonts.abtasty.com/montserrat/Montserrat-600italic.ttf",conditions:[{field:"fontName",value:"Montserrat"}],fallback:""},{label:"700",value:"https://common-fonts.abtasty.com/montserrat/Montserrat-700.ttf",conditions:[{field:"fontName",value:"Montserrat"}],fallback:""},{label:"700 Italic",value:"https://common-fonts.abtasty.com/montserrat/Montserrat-700italic.ttf",conditions:[{field:"fontName",value:"Montserrat"}],fallback:""},{label:"800",value:"https://common-fonts.abtasty.com/montserrat/Montserrat-800.ttf",conditions:[{field:"fontName",value:"Montserrat"}],fallback:""},{label:"800 Italic",value:"https://common-fonts.abtasty.com/montserrat/Montserrat-800italic.ttf",conditions:[{field:"fontName",value:"Montserrat"}],fallback:""},{label:"900",value:"https://common-fonts.abtasty.com/montserrat/Montserrat-900.ttf",conditions:[{field:"fontName",value:"Montserrat"}],fallback:""},{label:"900 Italic",value:"https://common-fonts.abtasty.com/montserrat/Montserrat-900italic.ttf",conditions:[{field:"fontName",value:"Montserrat"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/montserrat-alternates/Montserrat_Alternates-400.ttf",conditions:[{field:"fontName",value:"Montserrat Alternates"}],fallback:""},{label:"Italic",value:"https://common-fonts.abtasty.com/montserrat-alternates/Montserrat_Alternates-400italic.ttf",conditions:[{field:"fontName",value:"Montserrat Alternates"}],fallback:""},{label:"100",value:"https://common-fonts.abtasty.com/montserrat-alternates/Montserrat_Alternates-100.ttf",conditions:[{field:"fontName",value:"Montserrat Alternates"}],fallback:""},{label:"100 Italic",value:"https://common-fonts.abtasty.com/montserrat-alternates/Montserrat_Alternates-100italic.ttf",conditions:[{field:"fontName",value:"Montserrat Alternates"}],fallback:""},{label:"200",value:"https://common-fonts.abtasty.com/montserrat-alternates/Montserrat_Alternates-200.ttf",conditions:[{field:"fontName",value:"Montserrat Alternates"}],fallback:""},{label:"200 Italic",value:"https://common-fonts.abtasty.com/montserrat-alternates/Montserrat_Alternates-200italic.ttf",conditions:[{field:"fontName",value:"Montserrat Alternates"}],fallback:""},{label:"300",value:"https://common-fonts.abtasty.com/montserrat-alternates/Montserrat_Alternates-300.ttf",conditions:[{field:"fontName",value:"Montserrat Alternates"}],fallback:""},{label:"300 Italic",value:"https://common-fonts.abtasty.com/montserrat-alternates/Montserrat_Alternates-300italic.ttf",conditions:[{field:"fontName",value:"Montserrat Alternates"}],fallback:""},{label:"500",value:"https://common-fonts.abtasty.com/montserrat-alternates/Montserrat_Alternates-500.ttf",conditions:[{field:"fontName",value:"Montserrat Alternates"}],fallback:""},{label:"500 Italic",value:"https://common-fonts.abtasty.com/montserrat-alternates/Montserrat_Alternates-500italic.ttf",conditions:[{field:"fontName",value:"Montserrat Alternates"}],fallback:""},{label:"600",value:"https://common-fonts.abtasty.com/montserrat-alternates/Montserrat_Alternates-600.ttf",conditions:[{field:"fontName",value:"Montserrat Alternates"}],fallback:""},{label:"600 Italic",value:"https://common-fonts.abtasty.com/montserrat-alternates/Montserrat_Alternates-600italic.ttf",conditions:[{field:"fontName",value:"Montserrat Alternates"}],fallback:""},{label:"700",value:"https://common-fonts.abtasty.com/montserrat-alternates/Montserrat_Alternates-700.ttf",conditions:[{field:"fontName",value:"Montserrat Alternates"}],fallback:""},{label:"700 Italic",value:"https://common-fonts.abtasty.com/montserrat-alternates/Montserrat_Alternates-700italic.ttf",conditions:[{field:"fontName",value:"Montserrat Alternates"}],fallback:""},{label:"800",value:"https://common-fonts.abtasty.com/montserrat-alternates/Montserrat_Alternates-800.ttf",conditions:[{field:"fontName",value:"Montserrat Alternates"}],fallback:""},{label:"800 Italic",value:"https://common-fonts.abtasty.com/montserrat-alternates/Montserrat_Alternates-800italic.ttf",conditions:[{field:"fontName",value:"Montserrat Alternates"}],fallback:""},{label:"900",value:"https://common-fonts.abtasty.com/montserrat-alternates/Montserrat_Alternates-900.ttf",conditions:[{field:"fontName",value:"Montserrat Alternates"}],fallback:""},{label:"900 Italic",value:"https://common-fonts.abtasty.com/montserrat-alternates/Montserrat_Alternates-900italic.ttf",conditions:[{field:"fontName",value:"Montserrat Alternates"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/montserrat-subrayada/Montserrat_Subrayada-400.ttf",conditions:[{field:"fontName",value:"Montserrat Subrayada"}],fallback:""},{label:"700",value:"https://common-fonts.abtasty.com/montserrat-subrayada/Montserrat_Subrayada-700.ttf",conditions:[{field:"fontName",value:"Montserrat Subrayada"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/moo-lah-lah/Moo_Lah Lah-400.ttf",conditions:[{field:"fontName",value:"Moo Lah Lah"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/moon-dance/Moon_Dance-400.ttf",conditions:[{field:"fontName",value:"Moon Dance"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/moul/Moul-400.ttf",conditions:[{field:"fontName",value:"Moul"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/moulpali/Moulpali-400.ttf",conditions:[{field:"fontName",value:"Moulpali"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/mountains-of-christmas/Mountains_of Christmas-400.ttf",conditions:[{field:"fontName",value:"Mountains of Christmas"}],fallback:""},{label:"700",value:"https://common-fonts.abtasty.com/mountains-of-christmas/Mountains_of Christmas-700.ttf",conditions:[{field:"fontName",value:"Mountains of Christmas"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/mouse-memoirs/Mouse_Memoirs-400.ttf",conditions:[{field:"fontName",value:"Mouse Memoirs"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/mr-bedfort/Mr_Bedfort-400.ttf",conditions:[{field:"fontName",value:"Mr Bedfort"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/mr-dafoe/Mr_Dafoe-400.ttf",conditions:[{field:"fontName",value:"Mr Dafoe"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/mr-de-haviland/Mr_De Haviland-400.ttf",conditions:[{field:"fontName",value:"Mr De Haviland"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/mrs-saint-delafield/Mrs_Saint Delafield-400.ttf",conditions:[{field:"fontName",value:"Mrs Saint Delafield"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/mrs-sheppards/Mrs_Sheppards-400.ttf",conditions:[{field:"fontName",value:"Mrs Sheppards"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/ms-madi/Ms_Madi-400.ttf",conditions:[{field:"fontName",value:"Ms Madi"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/mukta/Mukta-400.ttf",conditions:[{field:"fontName",value:"Mukta"}],fallback:""},{label:"200",value:"https://common-fonts.abtasty.com/mukta/Mukta-200.ttf",conditions:[{field:"fontName",value:"Mukta"}],fallback:""},{label:"300",value:"https://common-fonts.abtasty.com/mukta/Mukta-300.ttf",conditions:[{field:"fontName",value:"Mukta"}],fallback:""},{label:"500",value:"https://common-fonts.abtasty.com/mukta/Mukta-500.ttf",conditions:[{field:"fontName",value:"Mukta"}],fallback:""},{label:"600",value:"https://common-fonts.abtasty.com/mukta/Mukta-600.ttf",conditions:[{field:"fontName",value:"Mukta"}],fallback:""},{label:"700",value:"https://common-fonts.abtasty.com/mukta/Mukta-700.ttf",conditions:[{field:"fontName",value:"Mukta"}],fallback:""},{label:"800",value:"https://common-fonts.abtasty.com/mukta/Mukta-800.ttf",conditions:[{field:"fontName",value:"Mukta"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/mukta-mahee/Mukta_Mahee-400.ttf",conditions:[{field:"fontName",value:"Mukta Mahee"}],fallback:""},{label:"200",value:"https://common-fonts.abtasty.com/mukta-mahee/Mukta_Mahee-200.ttf",conditions:[{field:"fontName",value:"Mukta Mahee"}],fallback:""},{label:"300",value:"https://common-fonts.abtasty.com/mukta-mahee/Mukta_Mahee-300.ttf",conditions:[{field:"fontName",value:"Mukta Mahee"}],fallback:""},{label:"500",value:"https://common-fonts.abtasty.com/mukta-mahee/Mukta_Mahee-500.ttf",conditions:[{field:"fontName",value:"Mukta Mahee"}],fallback:""},{label:"600",value:"https://common-fonts.abtasty.com/mukta-mahee/Mukta_Mahee-600.ttf",conditions:[{field:"fontName",value:"Mukta Mahee"}],fallback:""},{label:"700",value:"https://common-fonts.abtasty.com/mukta-mahee/Mukta_Mahee-700.ttf",conditions:[{field:"fontName",value:"Mukta Mahee"}],fallback:""},{label:"800",value:"https://common-fonts.abtasty.com/mukta-mahee/Mukta_Mahee-800.ttf",conditions:[{field:"fontName",value:"Mukta Mahee"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/mukta-malar/Mukta_Malar-400.ttf",conditions:[{field:"fontName",value:"Mukta Malar"}],fallback:""},{label:"200",value:"https://common-fonts.abtasty.com/mukta-malar/Mukta_Malar-200.ttf",conditions:[{field:"fontName",value:"Mukta Malar"}],fallback:""},{label:"300",value:"https://common-fonts.abtasty.com/mukta-malar/Mukta_Malar-300.ttf",conditions:[{field:"fontName",value:"Mukta Malar"}],fallback:""},{label:"500",value:"https://common-fonts.abtasty.com/mukta-malar/Mukta_Malar-500.ttf",conditions:[{field:"fontName",value:"Mukta Malar"}],fallback:""},{label:"600",value:"https://common-fonts.abtasty.com/mukta-malar/Mukta_Malar-600.ttf",conditions:[{field:"fontName",value:"Mukta Malar"}],fallback:""},{label:"700",value:"https://common-fonts.abtasty.com/mukta-malar/Mukta_Malar-700.ttf",conditions:[{field:"fontName",value:"Mukta Malar"}],fallback:""},{label:"800",value:"https://common-fonts.abtasty.com/mukta-malar/Mukta_Malar-800.ttf",conditions:[{field:"fontName",value:"Mukta Malar"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/mukta-vaani/Mukta_Vaani-400.ttf",conditions:[{field:"fontName",value:"Mukta Vaani"}],fallback:""},{label:"200",value:"https://common-fonts.abtasty.com/mukta-vaani/Mukta_Vaani-200.ttf",conditions:[{field:"fontName",value:"Mukta Vaani"}],fallback:""},{label:"300",value:"https://common-fonts.abtasty.com/mukta-vaani/Mukta_Vaani-300.ttf",conditions:[{field:"fontName",value:"Mukta Vaani"}],fallback:""},{label:"500",value:"https://common-fonts.abtasty.com/mukta-vaani/Mukta_Vaani-500.ttf",conditions:[{field:"fontName",value:"Mukta Vaani"}],fallback:""},{label:"600",value:"https://common-fonts.abtasty.com/mukta-vaani/Mukta_Vaani-600.ttf",conditions:[{field:"fontName",value:"Mukta Vaani"}],fallback:""},{label:"700",value:"https://common-fonts.abtasty.com/mukta-vaani/Mukta_Vaani-700.ttf",conditions:[{field:"fontName",value:"Mukta Vaani"}],fallback:""},{label:"800",value:"https://common-fonts.abtasty.com/mukta-vaani/Mukta_Vaani-800.ttf",conditions:[{field:"fontName",value:"Mukta Vaani"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/mulish/Mulish-400.ttf",conditions:[{field:"fontName",value:"Mulish"}],fallback:""},{label:"Italic",value:"https://common-fonts.abtasty.com/mulish/Mulish-400italic.ttf",conditions:[{field:"fontName",value:"Mulish"}],fallback:""},{label:"200",value:"https://common-fonts.abtasty.com/mulish/Mulish-200.ttf",conditions:[{field:"fontName",value:"Mulish"}],fallback:""},{label:"200 Italic",value:"https://common-fonts.abtasty.com/mulish/Mulish-200italic.ttf",conditions:[{field:"fontName",value:"Mulish"}],fallback:""},{label:"300",value:"https://common-fonts.abtasty.com/mulish/Mulish-300.ttf",conditions:[{field:"fontName",value:"Mulish"}],fallback:""},{label:"300 Italic",value:"https://common-fonts.abtasty.com/mulish/Mulish-300italic.ttf",conditions:[{field:"fontName",value:"Mulish"}],fallback:""},{label:"500",value:"https://common-fonts.abtasty.com/mulish/Mulish-500.ttf",conditions:[{field:"fontName",value:"Mulish"}],fallback:""},{label:"500 Italic",value:"https://common-fonts.abtasty.com/mulish/Mulish-500italic.ttf",conditions:[{field:"fontName",value:"Mulish"}],fallback:""},{label:"600",value:"https://common-fonts.abtasty.com/mulish/Mulish-600.ttf",conditions:[{field:"fontName",value:"Mulish"}],fallback:""},{label:"600 Italic",value:"https://common-fonts.abtasty.com/mulish/Mulish-600italic.ttf",conditions:[{field:"fontName",value:"Mulish"}],fallback:""},{label:"700",value:"https://common-fonts.abtasty.com/mulish/Mulish-700.ttf",conditions:[{field:"fontName",value:"Mulish"}],fallback:""},{label:"700 Italic",value:"https://common-fonts.abtasty.com/mulish/Mulish-700italic.ttf",conditions:[{field:"fontName",value:"Mulish"}],fallback:""},{label:"800",value:"https://common-fonts.abtasty.com/mulish/Mulish-800.ttf",conditions:[{field:"fontName",value:"Mulish"}],fallback:""},{label:"800 Italic",value:"https://common-fonts.abtasty.com/mulish/Mulish-800italic.ttf",conditions:[{field:"fontName",value:"Mulish"}],fallback:""},{label:"900",value:"https://common-fonts.abtasty.com/mulish/Mulish-900.ttf",conditions:[{field:"fontName",value:"Mulish"}],fallback:""},{label:"900 Italic",value:"https://common-fonts.abtasty.com/mulish/Mulish-900italic.ttf",conditions:[{field:"fontName",value:"Mulish"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/murecho/Murecho-400.ttf",conditions:[{field:"fontName",value:"Murecho"}],fallback:""},{label:"100",value:"https://common-fonts.abtasty.com/murecho/Murecho-100.ttf",conditions:[{field:"fontName",value:"Murecho"}],fallback:""},{label:"200",value:"https://common-fonts.abtasty.com/murecho/Murecho-200.ttf",conditions:[{field:"fontName",value:"Murecho"}],fallback:""},{label:"300",value:"https://common-fonts.abtasty.com/murecho/Murecho-300.ttf",conditions:[{field:"fontName",value:"Murecho"}],fallback:""},{label:"500",value:"https://common-fonts.abtasty.com/murecho/Murecho-500.ttf",conditions:[{field:"fontName",value:"Murecho"}],fallback:""},{label:"600",value:"https://common-fonts.abtasty.com/murecho/Murecho-600.ttf",conditions:[{field:"fontName",value:"Murecho"}],fallback:""},{label:"700",value:"https://common-fonts.abtasty.com/murecho/Murecho-700.ttf",conditions:[{field:"fontName",value:"Murecho"}],fallback:""},{label:"800",value:"https://common-fonts.abtasty.com/murecho/Murecho-800.ttf",conditions:[{field:"fontName",value:"Murecho"}],fallback:""},{label:"900",value:"https://common-fonts.abtasty.com/murecho/Murecho-900.ttf",conditions:[{field:"fontName",value:"Murecho"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/museomoderno/MuseoModerno-400.ttf",conditions:[{field:"fontName",value:"MuseoModerno"}],fallback:""},{label:"100",value:"https://common-fonts.abtasty.com/museomoderno/MuseoModerno-100.ttf",conditions:[{field:"fontName",value:"MuseoModerno"}],fallback:""},{label:"200",value:"https://common-fonts.abtasty.com/museomoderno/MuseoModerno-200.ttf",conditions:[{field:"fontName",value:"MuseoModerno"}],fallback:""},{label:"300",value:"https://common-fonts.abtasty.com/museomoderno/MuseoModerno-300.ttf",conditions:[{field:"fontName",value:"MuseoModerno"}],fallback:""},{label:"500",value:"https://common-fonts.abtasty.com/museomoderno/MuseoModerno-500.ttf",conditions:[{field:"fontName",value:"MuseoModerno"}],fallback:""},{label:"600",value:"https://common-fonts.abtasty.com/museomoderno/MuseoModerno-600.ttf",conditions:[{field:"fontName",value:"MuseoModerno"}],fallback:""},{label:"700",value:"https://common-fonts.abtasty.com/museomoderno/MuseoModerno-700.ttf",conditions:[{field:"fontName",value:"MuseoModerno"}],fallback:""},{label:"800",value:"https://common-fonts.abtasty.com/museomoderno/MuseoModerno-800.ttf",conditions:[{field:"fontName",value:"MuseoModerno"}],fallback:""},{label:"900",value:"https://common-fonts.abtasty.com/museomoderno/MuseoModerno-900.ttf",conditions:[{field:"fontName",value:"MuseoModerno"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/my-soul/My_Soul-400.ttf",conditions:[{field:"fontName",value:"My Soul"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/mystery-quest/Mystery_Quest-400.ttf",conditions:[{field:"fontName",value:"Mystery Quest"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/ntr/NTR-400.ttf",conditions:[{field:"fontName",value:"NTR"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/nanum-brush-script/Nanum_Brush Script-400.ttf",conditions:[{field:"fontName",value:"Nanum Brush Script"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/nanum-gothic/Nanum_Gothic-400.ttf",conditions:[{field:"fontName",value:"Nanum Gothic"}],fallback:""},{label:"700",value:"https://common-fonts.abtasty.com/nanum-gothic/Nanum_Gothic-700.ttf",conditions:[{field:"fontName",value:"Nanum Gothic"}],fallback:""},{label:"800",value:"https://common-fonts.abtasty.com/nanum-gothic/Nanum_Gothic-800.ttf",conditions:[{field:"fontName",value:"Nanum Gothic"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/nanum-gothic-coding/Nanum_Gothic Coding-400.ttf",conditions:[{field:"fontName",value:"Nanum Gothic Coding"}],fallback:""},{label:"700",value:"https://common-fonts.abtasty.com/nanum-gothic-coding/Nanum_Gothic Coding-700.ttf",conditions:[{field:"fontName",value:"Nanum Gothic Coding"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/nanum-myeongjo/Nanum_Myeongjo-400.ttf",conditions:[{field:"fontName",value:"Nanum Myeongjo"}],fallback:""},{label:"700",value:"https://common-fonts.abtasty.com/nanum-myeongjo/Nanum_Myeongjo-700.ttf",conditions:[{field:"fontName",value:"Nanum Myeongjo"}],fallback:""},{label:"800",value:"https://common-fonts.abtasty.com/nanum-myeongjo/Nanum_Myeongjo-800.ttf",conditions:[{field:"fontName",value:"Nanum Myeongjo"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/nanum-pen-script/Nanum_Pen Script-400.ttf",conditions:[{field:"fontName",value:"Nanum Pen Script"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/neonderthaw/Neonderthaw-400.ttf",conditions:[{field:"fontName",value:"Neonderthaw"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/nerko-one/Nerko_One-400.ttf",conditions:[{field:"fontName",value:"Nerko One"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/neucha/Neucha-400.ttf",conditions:[{field:"fontName",value:"Neucha"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/neuton/Neuton-400.ttf",conditions:[{field:"fontName",value:"Neuton"}],fallback:""},{label:"Italic",value:"https://common-fonts.abtasty.com/neuton/Neuton-400italic.ttf",conditions:[{field:"fontName",value:"Neuton"}],fallback:""},{label:"200",value:"https://common-fonts.abtasty.com/neuton/Neuton-200.ttf",conditions:[{field:"fontName",value:"Neuton"}],fallback:""},{label:"300",value:"https://common-fonts.abtasty.com/neuton/Neuton-300.ttf",conditions:[{field:"fontName",value:"Neuton"}],fallback:""},{label:"700",value:"https://common-fonts.abtasty.com/neuton/Neuton-700.ttf",conditions:[{field:"fontName",value:"Neuton"}],fallback:""},{label:"800",value:"https://common-fonts.abtasty.com/neuton/Neuton-800.ttf",conditions:[{field:"fontName",value:"Neuton"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/new-rocker/New_Rocker-400.ttf",conditions:[{field:"fontName",value:"New Rocker"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/new-tegomin/New_Tegomin-400.ttf",conditions:[{field:"fontName",value:"New Tegomin"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/news-cycle/News_Cycle-400.ttf",conditions:[{field:"fontName",value:"News Cycle"}],fallback:""},{label:"700",value:"https://common-fonts.abtasty.com/news-cycle/News_Cycle-700.ttf",conditions:[{field:"fontName",value:"News Cycle"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/newsreader/Newsreader-400.ttf",conditions:[{field:"fontName",value:"Newsreader"}],fallback:""},{label:"Italic",value:"https://common-fonts.abtasty.com/newsreader/Newsreader-400italic.ttf",conditions:[{field:"fontName",value:"Newsreader"}],fallback:""},{label:"200",value:"https://common-fonts.abtasty.com/newsreader/Newsreader-200.ttf",conditions:[{field:"fontName",value:"Newsreader"}],fallback:""},{label:"200 Italic",value:"https://common-fonts.abtasty.com/newsreader/Newsreader-200italic.ttf",conditions:[{field:"fontName",value:"Newsreader"}],fallback:""},{label:"300",value:"https://common-fonts.abtasty.com/newsreader/Newsreader-300.ttf",conditions:[{field:"fontName",value:"Newsreader"}],fallback:""},{label:"300 Italic",value:"https://common-fonts.abtasty.com/newsreader/Newsreader-300italic.ttf",conditions:[{field:"fontName",value:"Newsreader"}],fallback:""},{label:"500",value:"https://common-fonts.abtasty.com/newsreader/Newsreader-500.ttf",conditions:[{field:"fontName",value:"Newsreader"}],fallback:""},{label:"500 Italic",value:"https://common-fonts.abtasty.com/newsreader/Newsreader-500italic.ttf",conditions:[{field:"fontName",value:"Newsreader"}],fallback:""},{label:"600",value:"https://common-fonts.abtasty.com/newsreader/Newsreader-600.ttf",conditions:[{field:"fontName",value:"Newsreader"}],fallback:""},{label:"600 Italic",value:"https://common-fonts.abtasty.com/newsreader/Newsreader-600italic.ttf",conditions:[{field:"fontName",value:"Newsreader"}],fallback:""},{label:"700",value:"https://common-fonts.abtasty.com/newsreader/Newsreader-700.ttf",conditions:[{field:"fontName",value:"Newsreader"}],fallback:""},{label:"700 Italic",value:"https://common-fonts.abtasty.com/newsreader/Newsreader-700italic.ttf",conditions:[{field:"fontName",value:"Newsreader"}],fallback:""},{label:"800",value:"https://common-fonts.abtasty.com/newsreader/Newsreader-800.ttf",conditions:[{field:"fontName",value:"Newsreader"}],fallback:""},{label:"800 Italic",value:"https://common-fonts.abtasty.com/newsreader/Newsreader-800italic.ttf",conditions:[{field:"fontName",value:"Newsreader"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/niconne/Niconne-400.ttf",conditions:[{field:"fontName",value:"Niconne"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/niramit/Niramit-400.ttf",conditions:[{field:"fontName",value:"Niramit"}],fallback:""},{label:"Italic",value:"https://common-fonts.abtasty.com/niramit/Niramit-400italic.ttf",conditions:[{field:"fontName",value:"Niramit"}],fallback:""},{label:"200",value:"https://common-fonts.abtasty.com/niramit/Niramit-200.ttf",conditions:[{field:"fontName",value:"Niramit"}],fallback:""},{label:"200 Italic",value:"https://common-fonts.abtasty.com/niramit/Niramit-200italic.ttf",conditions:[{field:"fontName",value:"Niramit"}],fallback:""},{label:"300",value:"https://common-fonts.abtasty.com/niramit/Niramit-300.ttf",conditions:[{field:"fontName",value:"Niramit"}],fallback:""},{label:"300 Italic",value:"https://common-fonts.abtasty.com/niramit/Niramit-300italic.ttf",conditions:[{field:"fontName",value:"Niramit"}],fallback:""},{label:"500",value:"https://common-fonts.abtasty.com/niramit/Niramit-500.ttf",conditions:[{field:"fontName",value:"Niramit"}],fallback:""},{label:"500 Italic",value:"https://common-fonts.abtasty.com/niramit/Niramit-500italic.ttf",conditions:[{field:"fontName",value:"Niramit"}],fallback:""},{label:"600",value:"https://common-fonts.abtasty.com/niramit/Niramit-600.ttf",conditions:[{field:"fontName",value:"Niramit"}],fallback:""},{label:"600 Italic",value:"https://common-fonts.abtasty.com/niramit/Niramit-600italic.ttf",conditions:[{field:"fontName",value:"Niramit"}],fallback:""},{label:"700",value:"https://common-fonts.abtasty.com/niramit/Niramit-700.ttf",conditions:[{field:"fontName",value:"Niramit"}],fallback:""},{label:"700 Italic",value:"https://common-fonts.abtasty.com/niramit/Niramit-700italic.ttf",conditions:[{field:"fontName",value:"Niramit"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/nixie-one/Nixie_One-400.ttf",conditions:[{field:"fontName",value:"Nixie One"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/nobile/Nobile-400.ttf",conditions:[{field:"fontName",value:"Nobile"}],fallback:""},{label:"Italic",value:"https://common-fonts.abtasty.com/nobile/Nobile-400italic.ttf",conditions:[{field:"fontName",value:"Nobile"}],fallback:""},{label:"500",value:"https://common-fonts.abtasty.com/nobile/Nobile-500.ttf",conditions:[{field:"fontName",value:"Nobile"}],fallback:""},{label:"500 Italic",value:"https://common-fonts.abtasty.com/nobile/Nobile-500italic.ttf",conditions:[{field:"fontName",value:"Nobile"}],fallback:""},{label:"700",value:"https://common-fonts.abtasty.com/nobile/Nobile-700.ttf",conditions:[{field:"fontName",value:"Nobile"}],fallback:""},{label:"700 Italic",value:"https://common-fonts.abtasty.com/nobile/Nobile-700italic.ttf",conditions:[{field:"fontName",value:"Nobile"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/nokora/Nokora-400.ttf",conditions:[{field:"fontName",value:"Nokora"}],fallback:""},{label:"100",value:"https://common-fonts.abtasty.com/nokora/Nokora-100.ttf",conditions:[{field:"fontName",value:"Nokora"}],fallback:""},{label:"300",value:"https://common-fonts.abtasty.com/nokora/Nokora-300.ttf",conditions:[{field:"fontName",value:"Nokora"}],fallback:""},{label:"700",value:"https://common-fonts.abtasty.com/nokora/Nokora-700.ttf",conditions:[{field:"fontName",value:"Nokora"}],fallback:""},{label:"900",value:"https://common-fonts.abtasty.com/nokora/Nokora-900.ttf",conditions:[{field:"fontName",value:"Nokora"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/norican/Norican-400.ttf",conditions:[{field:"fontName",value:"Norican"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/nosifer/Nosifer-400.ttf",conditions:[{field:"fontName",value:"Nosifer"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/notable/Notable-400.ttf",conditions:[{field:"fontName",value:"Notable"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/nothing-you-could-do/Nothing_You Could Do-400.ttf",conditions:[{field:"fontName",value:"Nothing You Could Do"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/noticia-text/Noticia_Text-400.ttf",conditions:[{field:"fontName",value:"Noticia Text"}],fallback:""},{label:"Italic",value:"https://common-fonts.abtasty.com/noticia-text/Noticia_Text-400italic.ttf",conditions:[{field:"fontName",value:"Noticia Text"}],fallback:""},{label:"700",value:"https://common-fonts.abtasty.com/noticia-text/Noticia_Text-700.ttf",conditions:[{field:"fontName",value:"Noticia Text"}],fallback:""},{label:"700 Italic",value:"https://common-fonts.abtasty.com/noticia-text/Noticia_Text-700italic.ttf",conditions:[{field:"fontName",value:"Noticia Text"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/noto-emoji/Noto_Emoji-400.ttf",conditions:[{field:"fontName",value:"Noto Emoji"}],fallback:""},{label:"300",value:"https://common-fonts.abtasty.com/noto-emoji/Noto_Emoji-300.ttf",conditions:[{field:"fontName",value:"Noto Emoji"}],fallback:""},{label:"500",value:"https://common-fonts.abtasty.com/noto-emoji/Noto_Emoji-500.ttf",conditions:[{field:"fontName",value:"Noto Emoji"}],fallback:""},{label:"600",value:"https://common-fonts.abtasty.com/noto-emoji/Noto_Emoji-600.ttf",conditions:[{field:"fontName",value:"Noto Emoji"}],fallback:""},{label:"700",value:"https://common-fonts.abtasty.com/noto-emoji/Noto_Emoji-700.ttf",conditions:[{field:"fontName",value:"Noto Emoji"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/noto-kufi-arabic/Noto_Kufi Arabic-400.ttf",conditions:[{field:"fontName",value:"Noto Kufi Arabic"}],fallback:""},{label:"100",value:"https://common-fonts.abtasty.com/noto-kufi-arabic/Noto_Kufi Arabic-100.ttf",conditions:[{field:"fontName",value:"Noto Kufi Arabic"}],fallback:""},{label:"200",value:"https://common-fonts.abtasty.com/noto-kufi-arabic/Noto_Kufi Arabic-200.ttf",conditions:[{field:"fontName",value:"Noto Kufi Arabic"}],fallback:""},{label:"300",value:"https://common-fonts.abtasty.com/noto-kufi-arabic/Noto_Kufi Arabic-300.ttf",conditions:[{field:"fontName",value:"Noto Kufi Arabic"}],fallback:""},{label:"500",value:"https://common-fonts.abtasty.com/noto-kufi-arabic/Noto_Kufi Arabic-500.ttf",conditions:[{field:"fontName",value:"Noto Kufi Arabic"}],fallback:""},{label:"600",value:"https://common-fonts.abtasty.com/noto-kufi-arabic/Noto_Kufi Arabic-600.ttf",conditions:[{field:"fontName",value:"Noto Kufi Arabic"}],fallback:""},{label:"700",value:"https://common-fonts.abtasty.com/noto-kufi-arabic/Noto_Kufi Arabic-700.ttf",conditions:[{field:"fontName",value:"Noto Kufi Arabic"}],fallback:""},{label:"800",value:"https://common-fonts.abtasty.com/noto-kufi-arabic/Noto_Kufi Arabic-800.ttf",conditions:[{field:"fontName",value:"Noto Kufi Arabic"}],fallback:""},{label:"900",value:"https://common-fonts.abtasty.com/noto-kufi-arabic/Noto_Kufi Arabic-900.ttf",conditions:[{field:"fontName",value:"Noto Kufi Arabic"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/noto-music/Noto_Music-400.ttf",conditions:[{field:"fontName",value:"Noto Music"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/noto-naskh-arabic/Noto_Naskh Arabic-400.ttf",conditions:[{field:"fontName",value:"Noto Naskh Arabic"}],fallback:""},{label:"500",value:"https://common-fonts.abtasty.com/noto-naskh-arabic/Noto_Naskh Arabic-500.ttf",conditions:[{field:"fontName",value:"Noto Naskh Arabic"}],fallback:""},{label:"600",value:"https://common-fonts.abtasty.com/noto-naskh-arabic/Noto_Naskh Arabic-600.ttf",conditions:[{field:"fontName",value:"Noto Naskh Arabic"}],fallback:""},{label:"700",value:"https://common-fonts.abtasty.com/noto-naskh-arabic/Noto_Naskh Arabic-700.ttf",conditions:[{field:"fontName",value:"Noto Naskh Arabic"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/noto-nastaliq-urdu/Noto_Nastaliq Urdu-400.ttf",conditions:[{field:"fontName",value:"Noto Nastaliq Urdu"}],fallback:""},{label:"700",value:"https://common-fonts.abtasty.com/noto-nastaliq-urdu/Noto_Nastaliq Urdu-700.ttf",conditions:[{field:"fontName",value:"Noto Nastaliq Urdu"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/noto-rashi-hebrew/Noto_Rashi Hebrew-400.ttf",conditions:[{field:"fontName",value:"Noto Rashi Hebrew"}],fallback:""},{label:"100",value:"https://common-fonts.abtasty.com/noto-rashi-hebrew/Noto_Rashi Hebrew-100.ttf",conditions:[{field:"fontName",value:"Noto Rashi Hebrew"}],fallback:""},{label:"200",value:"https://common-fonts.abtasty.com/noto-rashi-hebrew/Noto_Rashi Hebrew-200.ttf",conditions:[{field:"fontName",value:"Noto Rashi Hebrew"}],fallback:""},{label:"300",value:"https://common-fonts.abtasty.com/noto-rashi-hebrew/Noto_Rashi Hebrew-300.ttf",conditions:[{field:"fontName",value:"Noto Rashi Hebrew"}],fallback:""},{label:"500",value:"https://common-fonts.abtasty.com/noto-rashi-hebrew/Noto_Rashi Hebrew-500.ttf",conditions:[{field:"fontName",value:"Noto Rashi Hebrew"}],fallback:""},{label:"600",value:"https://common-fonts.abtasty.com/noto-rashi-hebrew/Noto_Rashi Hebrew-600.ttf",conditions:[{field:"fontName",value:"Noto Rashi Hebrew"}],fallback:""},{label:"700",value:"https://common-fonts.abtasty.com/noto-rashi-hebrew/Noto_Rashi Hebrew-700.ttf",conditions:[{field:"fontName",value:"Noto Rashi Hebrew"}],fallback:""},{label:"800",value:"https://common-fonts.abtasty.com/noto-rashi-hebrew/Noto_Rashi Hebrew-800.ttf",conditions:[{field:"fontName",value:"Noto Rashi Hebrew"}],fallback:""},{label:"900",value:"https://common-fonts.abtasty.com/noto-rashi-hebrew/Noto_Rashi Hebrew-900.ttf",conditions:[{field:"fontName",value:"Noto Rashi Hebrew"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/noto-sans/Noto_Sans-400.ttf",conditions:[{field:"fontName",value:"Noto Sans"}],fallback:""},{label:"Italic",value:"https://common-fonts.abtasty.com/noto-sans/Noto_Sans-400italic.ttf",conditions:[{field:"fontName",value:"Noto Sans"}],fallback:""},{label:"100",value:"https://common-fonts.abtasty.com/noto-sans/Noto_Sans-100.ttf",conditions:[{field:"fontName",value:"Noto Sans"}],fallback:""},{label:"100 Italic",value:"https://common-fonts.abtasty.com/noto-sans/Noto_Sans-100italic.ttf",conditions:[{field:"fontName",value:"Noto Sans"}],fallback:""},{label:"200",value:"https://common-fonts.abtasty.com/noto-sans/Noto_Sans-200.ttf",conditions:[{field:"fontName",value:"Noto Sans"}],fallback:""},{label:"200 Italic",value:"https://common-fonts.abtasty.com/noto-sans/Noto_Sans-200italic.ttf",conditions:[{field:"fontName",value:"Noto Sans"}],fallback:""},{label:"300",value:"https://common-fonts.abtasty.com/noto-sans/Noto_Sans-300.ttf",conditions:[{field:"fontName",value:"Noto Sans"}],fallback:""},{label:"300 Italic",value:"https://common-fonts.abtasty.com/noto-sans/Noto_Sans-300italic.ttf",conditions:[{field:"fontName",value:"Noto Sans"}],fallback:""},{label:"500",value:"https://common-fonts.abtasty.com/noto-sans/Noto_Sans-500.ttf",conditions:[{field:"fontName",value:"Noto Sans"}],fallback:""},{label:"500 Italic",value:"https://common-fonts.abtasty.com/noto-sans/Noto_Sans-500italic.ttf",conditions:[{field:"fontName",value:"Noto Sans"}],fallback:""},{label:"600",value:"https://common-fonts.abtasty.com/noto-sans/Noto_Sans-600.ttf",conditions:[{field:"fontName",value:"Noto Sans"}],fallback:""},{label:"600 Italic",value:"https://common-fonts.abtasty.com/noto-sans/Noto_Sans-600italic.ttf",conditions:[{field:"fontName",value:"Noto Sans"}],fallback:""},{label:"700",value:"https://common-fonts.abtasty.com/noto-sans/Noto_Sans-700.ttf",conditions:[{field:"fontName",value:"Noto Sans"}],fallback:""},{label:"700 Italic",value:"https://common-fonts.abtasty.com/noto-sans/Noto_Sans-700italic.ttf",conditions:[{field:"fontName",value:"Noto Sans"}],fallback:""},{label:"800",value:"https://common-fonts.abtasty.com/noto-sans/Noto_Sans-800.ttf",conditions:[{field:"fontName",value:"Noto Sans"}],fallback:""},{label:"800 Italic",value:"https://common-fonts.abtasty.com/noto-sans/Noto_Sans-800italic.ttf",conditions:[{field:"fontName",value:"Noto Sans"}],fallback:""},{label:"900",value:"https://common-fonts.abtasty.com/noto-sans/Noto_Sans-900.ttf",conditions:[{field:"fontName",value:"Noto Sans"}],fallback:""},{label:"900 Italic",value:"https://common-fonts.abtasty.com/noto-sans/Noto_Sans-900italic.ttf",conditions:[{field:"fontName",value:"Noto Sans"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/noto-sans-adlam/Noto_Sans Adlam-400.ttf",conditions:[{field:"fontName",value:"Noto Sans Adlam"}],fallback:""},{label:"500",value:"https://common-fonts.abtasty.com/noto-sans-adlam/Noto_Sans Adlam-500.ttf",conditions:[{field:"fontName",value:"Noto Sans Adlam"}],fallback:""},{label:"600",value:"https://common-fonts.abtasty.com/noto-sans-adlam/Noto_Sans Adlam-600.ttf",conditions:[{field:"fontName",value:"Noto Sans Adlam"}],fallback:""},{label:"700",value:"https://common-fonts.abtasty.com/noto-sans-adlam/Noto_Sans Adlam-700.ttf",conditions:[{field:"fontName",value:"Noto Sans Adlam"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/noto-sans-adlam-unjoined/Noto_Sans Adlam Unjoined-400.ttf",conditions:[{field:"fontName",value:"Noto Sans Adlam Unjoined"}],fallback:""},{label:"500",value:"https://common-fonts.abtasty.com/noto-sans-adlam-unjoined/Noto_Sans Adlam Unjoined-500.ttf",conditions:[{field:"fontName",value:"Noto Sans Adlam Unjoined"}],fallback:""},{label:"600",value:"https://common-fonts.abtasty.com/noto-sans-adlam-unjoined/Noto_Sans Adlam Unjoined-600.ttf",conditions:[{field:"fontName",value:"Noto Sans Adlam Unjoined"}],fallback:""},{label:"700",value:"https://common-fonts.abtasty.com/noto-sans-adlam-unjoined/Noto_Sans Adlam Unjoined-700.ttf",conditions:[{field:"fontName",value:"Noto Sans Adlam Unjoined"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/noto-sans-anatolian-hieroglyphs/Noto_Sans Anatolian Hieroglyphs-400.ttf",conditions:[{field:"fontName",value:"Noto Sans Anatolian Hieroglyphs"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/noto-sans-arabic/Noto_Sans Arabic-400.ttf",conditions:[{field:"fontName",value:"Noto Sans Arabic"}],fallback:""},{label:"100",value:"https://common-fonts.abtasty.com/noto-sans-arabic/Noto_Sans Arabic-100.ttf",conditions:[{field:"fontName",value:"Noto Sans Arabic"}],fallback:""},{label:"200",value:"https://common-fonts.abtasty.com/noto-sans-arabic/Noto_Sans Arabic-200.ttf",conditions:[{field:"fontName",value:"Noto Sans Arabic"}],fallback:""},{label:"300",value:"https://common-fonts.abtasty.com/noto-sans-arabic/Noto_Sans Arabic-300.ttf",conditions:[{field:"fontName",value:"Noto Sans Arabic"}],fallback:""},{label:"500",value:"https://common-fonts.abtasty.com/noto-sans-arabic/Noto_Sans Arabic-500.ttf",conditions:[{field:"fontName",value:"Noto Sans Arabic"}],fallback:""},{label:"600",value:"https://common-fonts.abtasty.com/noto-sans-arabic/Noto_Sans Arabic-600.ttf",conditions:[{field:"fontName",value:"Noto Sans Arabic"}],fallback:""},{label:"700",value:"https://common-fonts.abtasty.com/noto-sans-arabic/Noto_Sans Arabic-700.ttf",conditions:[{field:"fontName",value:"Noto Sans Arabic"}],fallback:""},{label:"800",value:"https://common-fonts.abtasty.com/noto-sans-arabic/Noto_Sans Arabic-800.ttf",conditions:[{field:"fontName",value:"Noto Sans Arabic"}],fallback:""},{label:"900",value:"https://common-fonts.abtasty.com/noto-sans-arabic/Noto_Sans Arabic-900.ttf",conditions:[{field:"fontName",value:"Noto Sans Arabic"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/noto-sans-armenian/Noto_Sans Armenian-400.ttf",conditions:[{field:"fontName",value:"Noto Sans Armenian"}],fallback:""},{label:"100",value:"https://common-fonts.abtasty.com/noto-sans-armenian/Noto_Sans Armenian-100.ttf",conditions:[{field:"fontName",value:"Noto Sans Armenian"}],fallback:""},{label:"200",value:"https://common-fonts.abtasty.com/noto-sans-armenian/Noto_Sans Armenian-200.ttf",conditions:[{field:"fontName",value:"Noto Sans Armenian"}],fallback:""},{label:"300",value:"https://common-fonts.abtasty.com/noto-sans-armenian/Noto_Sans Armenian-300.ttf",conditions:[{field:"fontName",value:"Noto Sans Armenian"}],fallback:""},{label:"500",value:"https://common-fonts.abtasty.com/noto-sans-armenian/Noto_Sans Armenian-500.ttf",conditions:[{field:"fontName",value:"Noto Sans Armenian"}],fallback:""},{label:"600",value:"https://common-fonts.abtasty.com/noto-sans-armenian/Noto_Sans Armenian-600.ttf",conditions:[{field:"fontName",value:"Noto Sans Armenian"}],fallback:""},{label:"700",value:"https://common-fonts.abtasty.com/noto-sans-armenian/Noto_Sans Armenian-700.ttf",conditions:[{field:"fontName",value:"Noto Sans Armenian"}],fallback:""},{label:"800",value:"https://common-fonts.abtasty.com/noto-sans-armenian/Noto_Sans Armenian-800.ttf",conditions:[{field:"fontName",value:"Noto Sans Armenian"}],fallback:""},{label:"900",value:"https://common-fonts.abtasty.com/noto-sans-armenian/Noto_Sans Armenian-900.ttf",conditions:[{field:"fontName",value:"Noto Sans Armenian"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/noto-sans-avestan/Noto_Sans Avestan-400.ttf",conditions:[{field:"fontName",value:"Noto Sans Avestan"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/noto-sans-balinese/Noto_Sans Balinese-400.ttf",conditions:[{field:"fontName",value:"Noto Sans Balinese"}],fallback:""},{label:"500",value:"https://common-fonts.abtasty.com/noto-sans-balinese/Noto_Sans Balinese-500.ttf",conditions:[{field:"fontName",value:"Noto Sans Balinese"}],fallback:""},{label:"600",value:"https://common-fonts.abtasty.com/noto-sans-balinese/Noto_Sans Balinese-600.ttf",conditions:[{field:"fontName",value:"Noto Sans Balinese"}],fallback:""},{label:"700",value:"https://common-fonts.abtasty.com/noto-sans-balinese/Noto_Sans Balinese-700.ttf",conditions:[{field:"fontName",value:"Noto Sans Balinese"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/noto-sans-bamum/Noto_Sans Bamum-400.ttf",conditions:[{field:"fontName",value:"Noto Sans Bamum"}],fallback:""},{label:"500",value:"https://common-fonts.abtasty.com/noto-sans-bamum/Noto_Sans Bamum-500.ttf",conditions:[{field:"fontName",value:"Noto Sans Bamum"}],fallback:""},{label:"600",value:"https://common-fonts.abtasty.com/noto-sans-bamum/Noto_Sans Bamum-600.ttf",conditions:[{field:"fontName",value:"Noto Sans Bamum"}],fallback:""},{label:"700",value:"https://common-fonts.abtasty.com/noto-sans-bamum/Noto_Sans Bamum-700.ttf",conditions:[{field:"fontName",value:"Noto Sans Bamum"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/noto-sans-bassa-vah/Noto_Sans Bassa Vah-400.ttf",conditions:[{field:"fontName",value:"Noto Sans Bassa Vah"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/noto-sans-batak/Noto_Sans Batak-400.ttf",conditions:[{field:"fontName",value:"Noto Sans Batak"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/noto-sans-bengali/Noto_Sans Bengali-400.ttf",conditions:[{field:"fontName",value:"Noto Sans Bengali"}],fallback:""},{label:"100",value:"https://common-fonts.abtasty.com/noto-sans-bengali/Noto_Sans Bengali-100.ttf",conditions:[{field:"fontName",value:"Noto Sans Bengali"}],fallback:""},{label:"200",value:"https://common-fonts.abtasty.com/noto-sans-bengali/Noto_Sans Bengali-200.ttf",conditions:[{field:"fontName",value:"Noto Sans Bengali"}],fallback:""},{label:"300",value:"https://common-fonts.abtasty.com/noto-sans-bengali/Noto_Sans Bengali-300.ttf",conditions:[{field:"fontName",value:"Noto Sans Bengali"}],fallback:""},{label:"500",value:"https://common-fonts.abtasty.com/noto-sans-bengali/Noto_Sans Bengali-500.ttf",conditions:[{field:"fontName",value:"Noto Sans Bengali"}],fallback:""},{label:"600",value:"https://common-fonts.abtasty.com/noto-sans-bengali/Noto_Sans Bengali-600.ttf",conditions:[{field:"fontName",value:"Noto Sans Bengali"}],fallback:""},{label:"700",value:"https://common-fonts.abtasty.com/noto-sans-bengali/Noto_Sans Bengali-700.ttf",conditions:[{field:"fontName",value:"Noto Sans Bengali"}],fallback:""},{label:"800",value:"https://common-fonts.abtasty.com/noto-sans-bengali/Noto_Sans Bengali-800.ttf",conditions:[{field:"fontName",value:"Noto Sans Bengali"}],fallback:""},{label:"900",value:"https://common-fonts.abtasty.com/noto-sans-bengali/Noto_Sans Bengali-900.ttf",conditions:[{field:"fontName",value:"Noto Sans Bengali"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/noto-sans-bhaiksuki/Noto_Sans Bhaiksuki-400.ttf",conditions:[{field:"fontName",value:"Noto Sans Bhaiksuki"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/noto-sans-brahmi/Noto_Sans Brahmi-400.ttf",conditions:[{field:"fontName",value:"Noto Sans Brahmi"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/noto-sans-buginese/Noto_Sans Buginese-400.ttf",conditions:[{field:"fontName",value:"Noto Sans Buginese"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/noto-sans-buhid/Noto_Sans Buhid-400.ttf",conditions:[{field:"fontName",value:"Noto Sans Buhid"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/noto-sans-canadian-aboriginal/Noto_Sans Canadian Aboriginal-400.ttf",conditions:[{field:"fontName",value:"Noto Sans Canadian Aboriginal"}],fallback:""},{label:"100",value:"https://common-fonts.abtasty.com/noto-sans-canadian-aboriginal/Noto_Sans Canadian Aboriginal-100.ttf",conditions:[{field:"fontName",value:"Noto Sans Canadian Aboriginal"}],fallback:""},{label:"200",value:"https://common-fonts.abtasty.com/noto-sans-canadian-aboriginal/Noto_Sans Canadian Aboriginal-200.ttf",conditions:[{field:"fontName",value:"Noto Sans Canadian Aboriginal"}],fallback:""},{label:"300",value:"https://common-fonts.abtasty.com/noto-sans-canadian-aboriginal/Noto_Sans Canadian Aboriginal-300.ttf",conditions:[{field:"fontName",value:"Noto Sans Canadian Aboriginal"}],fallback:""},{label:"500",value:"https://common-fonts.abtasty.com/noto-sans-canadian-aboriginal/Noto_Sans Canadian Aboriginal-500.ttf",conditions:[{field:"fontName",value:"Noto Sans Canadian Aboriginal"}],fallback:""},{label:"600",value:"https://common-fonts.abtasty.com/noto-sans-canadian-aboriginal/Noto_Sans Canadian Aboriginal-600.ttf",conditions:[{field:"fontName",value:"Noto Sans Canadian Aboriginal"}],fallback:""},{label:"700",value:"https://common-fonts.abtasty.com/noto-sans-canadian-aboriginal/Noto_Sans Canadian Aboriginal-700.ttf",conditions:[{field:"fontName",value:"Noto Sans Canadian Aboriginal"}],fallback:""},{label:"800",value:"https://common-fonts.abtasty.com/noto-sans-canadian-aboriginal/Noto_Sans Canadian Aboriginal-800.ttf",conditions:[{field:"fontName",value:"Noto Sans Canadian Aboriginal"}],fallback:""},{label:"900",value:"https://common-fonts.abtasty.com/noto-sans-canadian-aboriginal/Noto_Sans Canadian Aboriginal-900.ttf",conditions:[{field:"fontName",value:"Noto Sans Canadian Aboriginal"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/noto-sans-carian/Noto_Sans Carian-400.ttf",conditions:[{field:"fontName",value:"Noto Sans Carian"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/noto-sans-caucasian-albanian/Noto_Sans Caucasian Albanian-400.ttf",conditions:[{field:"fontName",value:"Noto Sans Caucasian Albanian"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/noto-sans-chakma/Noto_Sans Chakma-400.ttf",conditions:[{field:"fontName",value:"Noto Sans Chakma"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/noto-sans-cham/Noto_Sans Cham-400.ttf",conditions:[{field:"fontName",value:"Noto Sans Cham"}],fallback:""},{label:"100",value:"https://common-fonts.abtasty.com/noto-sans-cham/Noto_Sans Cham-100.ttf",conditions:[{field:"fontName",value:"Noto Sans Cham"}],fallback:""},{label:"200",value:"https://common-fonts.abtasty.com/noto-sans-cham/Noto_Sans Cham-200.ttf",conditions:[{field:"fontName",value:"Noto Sans Cham"}],fallback:""},{label:"300",value:"https://common-fonts.abtasty.com/noto-sans-cham/Noto_Sans Cham-300.ttf",conditions:[{field:"fontName",value:"Noto Sans Cham"}],fallback:""},{label:"500",value:"https://common-fonts.abtasty.com/noto-sans-cham/Noto_Sans Cham-500.ttf",conditions:[{field:"fontName",value:"Noto Sans Cham"}],fallback:""},{label:"600",value:"https://common-fonts.abtasty.com/noto-sans-cham/Noto_Sans Cham-600.ttf",conditions:[{field:"fontName",value:"Noto Sans Cham"}],fallback:""},{label:"700",value:"https://common-fonts.abtasty.com/noto-sans-cham/Noto_Sans Cham-700.ttf",conditions:[{field:"fontName",value:"Noto Sans Cham"}],fallback:""},{label:"800",value:"https://common-fonts.abtasty.com/noto-sans-cham/Noto_Sans Cham-800.ttf",conditions:[{field:"fontName",value:"Noto Sans Cham"}],fallback:""},{label:"900",value:"https://common-fonts.abtasty.com/noto-sans-cham/Noto_Sans Cham-900.ttf",conditions:[{field:"fontName",value:"Noto Sans Cham"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/noto-sans-cherokee/Noto_Sans Cherokee-400.ttf",conditions:[{field:"fontName",value:"Noto Sans Cherokee"}],fallback:""},{label:"100",value:"https://common-fonts.abtasty.com/noto-sans-cherokee/Noto_Sans Cherokee-100.ttf",conditions:[{field:"fontName",value:"Noto Sans Cherokee"}],fallback:""},{label:"200",value:"https://common-fonts.abtasty.com/noto-sans-cherokee/Noto_Sans Cherokee-200.ttf",conditions:[{field:"fontName",value:"Noto Sans Cherokee"}],fallback:""},{label:"300",value:"https://common-fonts.abtasty.com/noto-sans-cherokee/Noto_Sans Cherokee-300.ttf",conditions:[{field:"fontName",value:"Noto Sans Cherokee"}],fallback:""},{label:"500",value:"https://common-fonts.abtasty.com/noto-sans-cherokee/Noto_Sans Cherokee-500.ttf",conditions:[{field:"fontName",value:"Noto Sans Cherokee"}],fallback:""},{label:"600",value:"https://common-fonts.abtasty.com/noto-sans-cherokee/Noto_Sans Cherokee-600.ttf",conditions:[{field:"fontName",value:"Noto Sans Cherokee"}],fallback:""},{label:"700",value:"https://common-fonts.abtasty.com/noto-sans-cherokee/Noto_Sans Cherokee-700.ttf",conditions:[{field:"fontName",value:"Noto Sans Cherokee"}],fallback:""},{label:"800",value:"https://common-fonts.abtasty.com/noto-sans-cherokee/Noto_Sans Cherokee-800.ttf",conditions:[{field:"fontName",value:"Noto Sans Cherokee"}],fallback:""},{label:"900",value:"https://common-fonts.abtasty.com/noto-sans-cherokee/Noto_Sans Cherokee-900.ttf",conditions:[{field:"fontName",value:"Noto Sans Cherokee"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/noto-sans-coptic/Noto_Sans Coptic-400.ttf",conditions:[{field:"fontName",value:"Noto Sans Coptic"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/noto-sans-cuneiform/Noto_Sans Cuneiform-400.ttf",conditions:[{field:"fontName",value:"Noto Sans Cuneiform"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/noto-sans-cypriot/Noto_Sans Cypriot-400.ttf",conditions:[{field:"fontName",value:"Noto Sans Cypriot"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/noto-sans-deseret/Noto_Sans Deseret-400.ttf",conditions:[{field:"fontName",value:"Noto Sans Deseret"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/noto-sans-devanagari/Noto_Sans Devanagari-400.ttf",conditions:[{field:"fontName",value:"Noto Sans Devanagari"}],fallback:""},{label:"100",value:"https://common-fonts.abtasty.com/noto-sans-devanagari/Noto_Sans Devanagari-100.ttf",conditions:[{field:"fontName",value:"Noto Sans Devanagari"}],fallback:""},{label:"200",value:"https://common-fonts.abtasty.com/noto-sans-devanagari/Noto_Sans Devanagari-200.ttf",conditions:[{field:"fontName",value:"Noto Sans Devanagari"}],fallback:""},{label:"300",value:"https://common-fonts.abtasty.com/noto-sans-devanagari/Noto_Sans Devanagari-300.ttf",conditions:[{field:"fontName",value:"Noto Sans Devanagari"}],fallback:""},{label:"500",value:"https://common-fonts.abtasty.com/noto-sans-devanagari/Noto_Sans Devanagari-500.ttf",conditions:[{field:"fontName",value:"Noto Sans Devanagari"}],fallback:""},{label:"600",value:"https://common-fonts.abtasty.com/noto-sans-devanagari/Noto_Sans Devanagari-600.ttf",conditions:[{field:"fontName",value:"Noto Sans Devanagari"}],fallback:""},{label:"700",value:"https://common-fonts.abtasty.com/noto-sans-devanagari/Noto_Sans Devanagari-700.ttf",conditions:[{field:"fontName",value:"Noto Sans Devanagari"}],fallback:""},{label:"800",value:"https://common-fonts.abtasty.com/noto-sans-devanagari/Noto_Sans Devanagari-800.ttf",conditions:[{field:"fontName",value:"Noto Sans Devanagari"}],fallback:""},{label:"900",value:"https://common-fonts.abtasty.com/noto-sans-devanagari/Noto_Sans Devanagari-900.ttf",conditions:[{field:"fontName",value:"Noto Sans Devanagari"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/noto-sans-display/Noto_Sans Display-400.ttf",conditions:[{field:"fontName",value:"Noto Sans Display"}],fallback:""},{label:"Italic",value:"https://common-fonts.abtasty.com/noto-sans-display/Noto_Sans Display-400italic.ttf",conditions:[{field:"fontName",value:"Noto Sans Display"}],fallback:""},{label:"100",value:"https://common-fonts.abtasty.com/noto-sans-display/Noto_Sans Display-100.ttf",conditions:[{field:"fontName",value:"Noto Sans Display"}],fallback:""},{label:"100 Italic",value:"https://common-fonts.abtasty.com/noto-sans-display/Noto_Sans Display-100italic.ttf",conditions:[{field:"fontName",value:"Noto Sans Display"}],fallback:""},{label:"200",value:"https://common-fonts.abtasty.com/noto-sans-display/Noto_Sans Display-200.ttf",conditions:[{field:"fontName",value:"Noto Sans Display"}],fallback:""},{label:"200 Italic",value:"https://common-fonts.abtasty.com/noto-sans-display/Noto_Sans Display-200italic.ttf",conditions:[{field:"fontName",value:"Noto Sans Display"}],fallback:""},{label:"300",value:"https://common-fonts.abtasty.com/noto-sans-display/Noto_Sans Display-300.ttf",conditions:[{field:"fontName",value:"Noto Sans Display"}],fallback:""},{label:"300 Italic",value:"https://common-fonts.abtasty.com/noto-sans-display/Noto_Sans Display-300italic.ttf",conditions:[{field:"fontName",value:"Noto Sans Display"}],fallback:""},{label:"500",value:"https://common-fonts.abtasty.com/noto-sans-display/Noto_Sans Display-500.ttf",conditions:[{field:"fontName",value:"Noto Sans Display"}],fallback:""},{label:"500 Italic",value:"https://common-fonts.abtasty.com/noto-sans-display/Noto_Sans Display-500italic.ttf",conditions:[{field:"fontName",value:"Noto Sans Display"}],fallback:""},{label:"600",value:"https://common-fonts.abtasty.com/noto-sans-display/Noto_Sans Display-600.ttf",conditions:[{field:"fontName",value:"Noto Sans Display"}],fallback:""},{label:"600 Italic",value:"https://common-fonts.abtasty.com/noto-sans-display/Noto_Sans Display-600italic.ttf",conditions:[{field:"fontName",value:"Noto Sans Display"}],fallback:""},{label:"700",value:"https://common-fonts.abtasty.com/noto-sans-display/Noto_Sans Display-700.ttf",conditions:[{field:"fontName",value:"Noto Sans Display"}],fallback:""},{label:"700 Italic",value:"https://common-fonts.abtasty.com/noto-sans-display/Noto_Sans Display-700italic.ttf",conditions:[{field:"fontName",value:"Noto Sans Display"}],fallback:""},{label:"800",value:"https://common-fonts.abtasty.com/noto-sans-display/Noto_Sans Display-800.ttf",conditions:[{field:"fontName",value:"Noto Sans Display"}],fallback:""},{label:"800 Italic",value:"https://common-fonts.abtasty.com/noto-sans-display/Noto_Sans Display-800italic.ttf",conditions:[{field:"fontName",value:"Noto Sans Display"}],fallback:""},{label:"900",value:"https://common-fonts.abtasty.com/noto-sans-display/Noto_Sans Display-900.ttf",conditions:[{field:"fontName",value:"Noto Sans Display"}],fallback:""},{label:"900 Italic",value:"https://common-fonts.abtasty.com/noto-sans-display/Noto_Sans Display-900italic.ttf",conditions:[{field:"fontName",value:"Noto Sans Display"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/noto-sans-duployan/Noto_Sans Duployan-400.ttf",conditions:[{field:"fontName",value:"Noto Sans Duployan"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/noto-sans-egyptian-hieroglyphs/Noto_Sans Egyptian Hieroglyphs-400.ttf",conditions:[{field:"fontName",value:"Noto Sans Egyptian Hieroglyphs"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/noto-sans-elbasan/Noto_Sans Elbasan-400.ttf",conditions:[{field:"fontName",value:"Noto Sans Elbasan"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/noto-sans-elymaic/Noto_Sans Elymaic-400.ttf",conditions:[{field:"fontName",value:"Noto Sans Elymaic"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/noto-sans-georgian/Noto_Sans Georgian-400.ttf",conditions:[{field:"fontName",value:"Noto Sans Georgian"}],fallback:""},{label:"100",value:"https://common-fonts.abtasty.com/noto-sans-georgian/Noto_Sans Georgian-100.ttf",conditions:[{field:"fontName",value:"Noto Sans Georgian"}],fallback:""},{label:"200",value:"https://common-fonts.abtasty.com/noto-sans-georgian/Noto_Sans Georgian-200.ttf",conditions:[{field:"fontName",value:"Noto Sans Georgian"}],fallback:""},{label:"300",value:"https://common-fonts.abtasty.com/noto-sans-georgian/Noto_Sans Georgian-300.ttf",conditions:[{field:"fontName",value:"Noto Sans Georgian"}],fallback:""},{label:"500",value:"https://common-fonts.abtasty.com/noto-sans-georgian/Noto_Sans Georgian-500.ttf",conditions:[{field:"fontName",value:"Noto Sans Georgian"}],fallback:""},{label:"600",value:"https://common-fonts.abtasty.com/noto-sans-georgian/Noto_Sans Georgian-600.ttf",conditions:[{field:"fontName",value:"Noto Sans Georgian"}],fallback:""},{label:"700",value:"https://common-fonts.abtasty.com/noto-sans-georgian/Noto_Sans Georgian-700.ttf",conditions:[{field:"fontName",value:"Noto Sans Georgian"}],fallback:""},{label:"800",value:"https://common-fonts.abtasty.com/noto-sans-georgian/Noto_Sans Georgian-800.ttf",conditions:[{field:"fontName",value:"Noto Sans Georgian"}],fallback:""},{label:"900",value:"https://common-fonts.abtasty.com/noto-sans-georgian/Noto_Sans Georgian-900.ttf",conditions:[{field:"fontName",value:"Noto Sans Georgian"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/noto-sans-glagolitic/Noto_Sans Glagolitic-400.ttf",conditions:[{field:"fontName",value:"Noto Sans Glagolitic"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/noto-sans-gothic/Noto_Sans Gothic-400.ttf",conditions:[{field:"fontName",value:"Noto Sans Gothic"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/noto-sans-grantha/Noto_Sans Grantha-400.ttf",conditions:[{field:"fontName",value:"Noto Sans Grantha"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/noto-sans-gujarati/Noto_Sans Gujarati-400.ttf",conditions:[{field:"fontName",value:"Noto Sans Gujarati"}],fallback:""},{label:"100",value:"https://common-fonts.abtasty.com/noto-sans-gujarati/Noto_Sans Gujarati-100.ttf",conditions:[{field:"fontName",value:"Noto Sans Gujarati"}],fallback:""},{label:"200",value:"https://common-fonts.abtasty.com/noto-sans-gujarati/Noto_Sans Gujarati-200.ttf",conditions:[{field:"fontName",value:"Noto Sans Gujarati"}],fallback:""},{label:"300",value:"https://common-fonts.abtasty.com/noto-sans-gujarati/Noto_Sans Gujarati-300.ttf",conditions:[{field:"fontName",value:"Noto Sans Gujarati"}],fallback:""},{label:"500",value:"https://common-fonts.abtasty.com/noto-sans-gujarati/Noto_Sans Gujarati-500.ttf",conditions:[{field:"fontName",value:"Noto Sans Gujarati"}],fallback:""},{label:"600",value:"https://common-fonts.abtasty.com/noto-sans-gujarati/Noto_Sans Gujarati-600.ttf",conditions:[{field:"fontName",value:"Noto Sans Gujarati"}],fallback:""},{label:"700",value:"https://common-fonts.abtasty.com/noto-sans-gujarati/Noto_Sans Gujarati-700.ttf",conditions:[{field:"fontName",value:"Noto Sans Gujarati"}],fallback:""},{label:"800",value:"https://common-fonts.abtasty.com/noto-sans-gujarati/Noto_Sans Gujarati-800.ttf",conditions:[{field:"fontName",value:"Noto Sans Gujarati"}],fallback:""},{label:"900",value:"https://common-fonts.abtasty.com/noto-sans-gujarati/Noto_Sans Gujarati-900.ttf",conditions:[{field:"fontName",value:"Noto Sans Gujarati"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/noto-sans-gunjala-gondi/Noto_Sans Gunjala Gondi-400.ttf",conditions:[{field:"fontName",value:"Noto Sans Gunjala Gondi"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/noto-sans-gurmukhi/Noto_Sans Gurmukhi-400.ttf",conditions:[{field:"fontName",value:"Noto Sans Gurmukhi"}],fallback:""},{label:"100",value:"https://common-fonts.abtasty.com/noto-sans-gurmukhi/Noto_Sans Gurmukhi-100.ttf",conditions:[{field:"fontName",value:"Noto Sans Gurmukhi"}],fallback:""},{label:"200",value:"https://common-fonts.abtasty.com/noto-sans-gurmukhi/Noto_Sans Gurmukhi-200.ttf",conditions:[{field:"fontName",value:"Noto Sans Gurmukhi"}],fallback:""},{label:"300",value:"https://common-fonts.abtasty.com/noto-sans-gurmukhi/Noto_Sans Gurmukhi-300.ttf",conditions:[{field:"fontName",value:"Noto Sans Gurmukhi"}],fallback:""},{label:"500",value:"https://common-fonts.abtasty.com/noto-sans-gurmukhi/Noto_Sans Gurmukhi-500.ttf",conditions:[{field:"fontName",value:"Noto Sans Gurmukhi"}],fallback:""},{label:"600",value:"https://common-fonts.abtasty.com/noto-sans-gurmukhi/Noto_Sans Gurmukhi-600.ttf",conditions:[{field:"fontName",value:"Noto Sans Gurmukhi"}],fallback:""},{label:"700",value:"https://common-fonts.abtasty.com/noto-sans-gurmukhi/Noto_Sans Gurmukhi-700.ttf",conditions:[{field:"fontName",value:"Noto Sans Gurmukhi"}],fallback:""},{label:"800",value:"https://common-fonts.abtasty.com/noto-sans-gurmukhi/Noto_Sans Gurmukhi-800.ttf",conditions:[{field:"fontName",value:"Noto Sans Gurmukhi"}],fallback:""},{label:"900",value:"https://common-fonts.abtasty.com/noto-sans-gurmukhi/Noto_Sans Gurmukhi-900.ttf",conditions:[{field:"fontName",value:"Noto Sans Gurmukhi"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/noto-sans-hk/Noto_Sans HK-400.ttf",conditions:[{field:"fontName",value:"Noto Sans HK"}],fallback:""},{label:"100",value:"https://common-fonts.abtasty.com/noto-sans-hk/Noto_Sans HK-100.ttf",conditions:[{field:"fontName",value:"Noto Sans HK"}],fallback:""},{label:"300",value:"https://common-fonts.abtasty.com/noto-sans-hk/Noto_Sans HK-300.ttf",conditions:[{field:"fontName",value:"Noto Sans HK"}],fallback:""},{label:"500",value:"https://common-fonts.abtasty.com/noto-sans-hk/Noto_Sans HK-500.ttf",conditions:[{field:"fontName",value:"Noto Sans HK"}],fallback:""},{label:"700",value:"https://common-fonts.abtasty.com/noto-sans-hk/Noto_Sans HK-700.ttf",conditions:[{field:"fontName",value:"Noto Sans HK"}],fallback:""},{label:"900",value:"https://common-fonts.abtasty.com/noto-sans-hk/Noto_Sans HK-900.ttf",conditions:[{field:"fontName",value:"Noto Sans HK"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/noto-sans-hanifi-rohingya/Noto_Sans Hanifi Rohingya-400.ttf",conditions:[{field:"fontName",value:"Noto Sans Hanifi Rohingya"}],fallback:""},{label:"500",value:"https://common-fonts.abtasty.com/noto-sans-hanifi-rohingya/Noto_Sans Hanifi Rohingya-500.ttf",conditions:[{field:"fontName",value:"Noto Sans Hanifi Rohingya"}],fallback:""},{label:"600",value:"https://common-fonts.abtasty.com/noto-sans-hanifi-rohingya/Noto_Sans Hanifi Rohingya-600.ttf",conditions:[{field:"fontName",value:"Noto Sans Hanifi Rohingya"}],fallback:""},{label:"700",value:"https://common-fonts.abtasty.com/noto-sans-hanifi-rohingya/Noto_Sans Hanifi Rohingya-700.ttf",conditions:[{field:"fontName",value:"Noto Sans Hanifi Rohingya"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/noto-sans-hanunoo/Noto_Sans Hanunoo-400.ttf",conditions:[{field:"fontName",value:"Noto Sans Hanunoo"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/noto-sans-hatran/Noto_Sans Hatran-400.ttf",conditions:[{field:"fontName",value:"Noto Sans Hatran"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/noto-sans-hebrew/Noto_Sans Hebrew-400.ttf",conditions:[{field:"fontName",value:"Noto Sans Hebrew"}],fallback:""},{label:"100",value:"https://common-fonts.abtasty.com/noto-sans-hebrew/Noto_Sans Hebrew-100.ttf",conditions:[{field:"fontName",value:"Noto Sans Hebrew"}],fallback:""},{label:"200",value:"https://common-fonts.abtasty.com/noto-sans-hebrew/Noto_Sans Hebrew-200.ttf",conditions:[{field:"fontName",value:"Noto Sans Hebrew"}],fallback:""},{label:"300",value:"https://common-fonts.abtasty.com/noto-sans-hebrew/Noto_Sans Hebrew-300.ttf",conditions:[{field:"fontName",value:"Noto Sans Hebrew"}],fallback:""},{label:"500",value:"https://common-fonts.abtasty.com/noto-sans-hebrew/Noto_Sans Hebrew-500.ttf",conditions:[{field:"fontName",value:"Noto Sans Hebrew"}],fallback:""},{label:"600",value:"https://common-fonts.abtasty.com/noto-sans-hebrew/Noto_Sans Hebrew-600.ttf",conditions:[{field:"fontName",value:"Noto Sans Hebrew"}],fallback:""},{label:"700",value:"https://common-fonts.abtasty.com/noto-sans-hebrew/Noto_Sans Hebrew-700.ttf",conditions:[{field:"fontName",value:"Noto Sans Hebrew"}],fallback:""},{label:"800",value:"https://common-fonts.abtasty.com/noto-sans-hebrew/Noto_Sans Hebrew-800.ttf",conditions:[{field:"fontName",value:"Noto Sans Hebrew"}],fallback:""},{label:"900",value:"https://common-fonts.abtasty.com/noto-sans-hebrew/Noto_Sans Hebrew-900.ttf",conditions:[{field:"fontName",value:"Noto Sans Hebrew"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/noto-sans-imperial-aramaic/Noto_Sans Imperial Aramaic-400.ttf",conditions:[{field:"fontName",value:"Noto Sans Imperial Aramaic"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/noto-sans-indic-siyaq-numbers/Noto_Sans Indic Siyaq Numbers-400.ttf",conditions:[{field:"fontName",value:"Noto Sans Indic Siyaq Numbers"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/noto-sans-inscriptional-pahlavi/Noto_Sans Inscriptional Pahlavi-400.ttf",conditions:[{field:"fontName",value:"Noto Sans Inscriptional Pahlavi"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/noto-sans-inscriptional-parthian/Noto_Sans Inscriptional Parthian-400.ttf",conditions:[{field:"fontName",value:"Noto Sans Inscriptional Parthian"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/noto-sans-jp/Noto_Sans JP-400.ttf",conditions:[{field:"fontName",value:"Noto Sans JP"}],fallback:""},{label:"100",value:"https://common-fonts.abtasty.com/noto-sans-jp/Noto_Sans JP-100.ttf",conditions:[{field:"fontName",value:"Noto Sans JP"}],fallback:""},{label:"300",value:"https://common-fonts.abtasty.com/noto-sans-jp/Noto_Sans JP-300.ttf",conditions:[{field:"fontName",value:"Noto Sans JP"}],fallback:""},{label:"500",value:"https://common-fonts.abtasty.com/noto-sans-jp/Noto_Sans JP-500.ttf",conditions:[{field:"fontName",value:"Noto Sans JP"}],fallback:""},{label:"700",value:"https://common-fonts.abtasty.com/noto-sans-jp/Noto_Sans JP-700.ttf",conditions:[{field:"fontName",value:"Noto Sans JP"}],fallback:""},{label:"900",value:"https://common-fonts.abtasty.com/noto-sans-jp/Noto_Sans JP-900.ttf",conditions:[{field:"fontName",value:"Noto Sans JP"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/noto-sans-javanese/Noto_Sans Javanese-400.ttf",conditions:[{field:"fontName",value:"Noto Sans Javanese"}],fallback:""},{label:"700",value:"https://common-fonts.abtasty.com/noto-sans-javanese/Noto_Sans Javanese-700.ttf",conditions:[{field:"fontName",value:"Noto Sans Javanese"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/noto-sans-kr/Noto_Sans KR-400.ttf",conditions:[{field:"fontName",value:"Noto Sans KR"}],fallback:""},{label:"100",value:"https://common-fonts.abtasty.com/noto-sans-kr/Noto_Sans KR-100.ttf",conditions:[{field:"fontName",value:"Noto Sans KR"}],fallback:""},{label:"300",value:"https://common-fonts.abtasty.com/noto-sans-kr/Noto_Sans KR-300.ttf",conditions:[{field:"fontName",value:"Noto Sans KR"}],fallback:""},{label:"500",value:"https://common-fonts.abtasty.com/noto-sans-kr/Noto_Sans KR-500.ttf",conditions:[{field:"fontName",value:"Noto Sans KR"}],fallback:""},{label:"700",value:"https://common-fonts.abtasty.com/noto-sans-kr/Noto_Sans KR-700.ttf",conditions:[{field:"fontName",value:"Noto Sans KR"}],fallback:""},{label:"900",value:"https://common-fonts.abtasty.com/noto-sans-kr/Noto_Sans KR-900.ttf",conditions:[{field:"fontName",value:"Noto Sans KR"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/noto-sans-kaithi/Noto_Sans Kaithi-400.ttf",conditions:[{field:"fontName",value:"Noto Sans Kaithi"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/noto-sans-kannada/Noto_Sans Kannada-400.ttf",conditions:[{field:"fontName",value:"Noto Sans Kannada"}],fallback:""},{label:"100",value:"https://common-fonts.abtasty.com/noto-sans-kannada/Noto_Sans Kannada-100.ttf",conditions:[{field:"fontName",value:"Noto Sans Kannada"}],fallback:""},{label:"200",value:"https://common-fonts.abtasty.com/noto-sans-kannada/Noto_Sans Kannada-200.ttf",conditions:[{field:"fontName",value:"Noto Sans Kannada"}],fallback:""},{label:"300",value:"https://common-fonts.abtasty.com/noto-sans-kannada/Noto_Sans Kannada-300.ttf",conditions:[{field:"fontName",value:"Noto Sans Kannada"}],fallback:""},{label:"500",value:"https://common-fonts.abtasty.com/noto-sans-kannada/Noto_Sans Kannada-500.ttf",conditions:[{field:"fontName",value:"Noto Sans Kannada"}],fallback:""},{label:"600",value:"https://common-fonts.abtasty.com/noto-sans-kannada/Noto_Sans Kannada-600.ttf",conditions:[{field:"fontName",value:"Noto Sans Kannada"}],fallback:""},{label:"700",value:"https://common-fonts.abtasty.com/noto-sans-kannada/Noto_Sans Kannada-700.ttf",conditions:[{field:"fontName",value:"Noto Sans Kannada"}],fallback:""},{label:"800",value:"https://common-fonts.abtasty.com/noto-sans-kannada/Noto_Sans Kannada-800.ttf",conditions:[{field:"fontName",value:"Noto Sans Kannada"}],fallback:""},{label:"900",value:"https://common-fonts.abtasty.com/noto-sans-kannada/Noto_Sans Kannada-900.ttf",conditions:[{field:"fontName",value:"Noto Sans Kannada"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/noto-sans-kayah-li/Noto_Sans Kayah Li-400.ttf",conditions:[{field:"fontName",value:"Noto Sans Kayah Li"}],fallback:""},{label:"500",value:"https://common-fonts.abtasty.com/noto-sans-kayah-li/Noto_Sans Kayah Li-500.ttf",conditions:[{field:"fontName",value:"Noto Sans Kayah Li"}],fallback:""},{label:"600",value:"https://common-fonts.abtasty.com/noto-sans-kayah-li/Noto_Sans Kayah Li-600.ttf",conditions:[{field:"fontName",value:"Noto Sans Kayah Li"}],fallback:""},{label:"700",value:"https://common-fonts.abtasty.com/noto-sans-kayah-li/Noto_Sans Kayah Li-700.ttf",conditions:[{field:"fontName",value:"Noto Sans Kayah Li"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/noto-sans-kharoshthi/Noto_Sans Kharoshthi-400.ttf",conditions:[{field:"fontName",value:"Noto Sans Kharoshthi"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/noto-sans-khmer/Noto_Sans Khmer-400.ttf",conditions:[{field:"fontName",value:"Noto Sans Khmer"}],fallback:""},{label:"100",value:"https://common-fonts.abtasty.com/noto-sans-khmer/Noto_Sans Khmer-100.ttf",conditions:[{field:"fontName",value:"Noto Sans Khmer"}],fallback:""},{label:"200",value:"https://common-fonts.abtasty.com/noto-sans-khmer/Noto_Sans Khmer-200.ttf",conditions:[{field:"fontName",value:"Noto Sans Khmer"}],fallback:""},{label:"300",value:"https://common-fonts.abtasty.com/noto-sans-khmer/Noto_Sans Khmer-300.ttf",conditions:[{field:"fontName",value:"Noto Sans Khmer"}],fallback:""},{label:"500",value:"https://common-fonts.abtasty.com/noto-sans-khmer/Noto_Sans Khmer-500.ttf",conditions:[{field:"fontName",value:"Noto Sans Khmer"}],fallback:""},{label:"600",value:"https://common-fonts.abtasty.com/noto-sans-khmer/Noto_Sans Khmer-600.ttf",conditions:[{field:"fontName",value:"Noto Sans Khmer"}],fallback:""},{label:"700",value:"https://common-fonts.abtasty.com/noto-sans-khmer/Noto_Sans Khmer-700.ttf",conditions:[{field:"fontName",value:"Noto Sans Khmer"}],fallback:""},{label:"800",value:"https://common-fonts.abtasty.com/noto-sans-khmer/Noto_Sans Khmer-800.ttf",conditions:[{field:"fontName",value:"Noto Sans Khmer"}],fallback:""},{label:"900",value:"https://common-fonts.abtasty.com/noto-sans-khmer/Noto_Sans Khmer-900.ttf",conditions:[{field:"fontName",value:"Noto Sans Khmer"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/noto-sans-khojki/Noto_Sans Khojki-400.ttf",conditions:[{field:"fontName",value:"Noto Sans Khojki"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/noto-sans-khudawadi/Noto_Sans Khudawadi-400.ttf",conditions:[{field:"fontName",value:"Noto Sans Khudawadi"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/noto-sans-lao/Noto_Sans Lao-400.ttf",conditions:[{field:"fontName",value:"Noto Sans Lao"}],fallback:""},{label:"100",value:"https://common-fonts.abtasty.com/noto-sans-lao/Noto_Sans Lao-100.ttf",conditions:[{field:"fontName",value:"Noto Sans Lao"}],fallback:""},{label:"200",value:"https://common-fonts.abtasty.com/noto-sans-lao/Noto_Sans Lao-200.ttf",conditions:[{field:"fontName",value:"Noto Sans Lao"}],fallback:""},{label:"300",value:"https://common-fonts.abtasty.com/noto-sans-lao/Noto_Sans Lao-300.ttf",conditions:[{field:"fontName",value:"Noto Sans Lao"}],fallback:""},{label:"500",value:"https://common-fonts.abtasty.com/noto-sans-lao/Noto_Sans Lao-500.ttf",conditions:[{field:"fontName",value:"Noto Sans Lao"}],fallback:""},{label:"600",value:"https://common-fonts.abtasty.com/noto-sans-lao/Noto_Sans Lao-600.ttf",conditions:[{field:"fontName",value:"Noto Sans Lao"}],fallback:""},{label:"700",value:"https://common-fonts.abtasty.com/noto-sans-lao/Noto_Sans Lao-700.ttf",conditions:[{field:"fontName",value:"Noto Sans Lao"}],fallback:""},{label:"800",value:"https://common-fonts.abtasty.com/noto-sans-lao/Noto_Sans Lao-800.ttf",conditions:[{field:"fontName",value:"Noto Sans Lao"}],fallback:""},{label:"900",value:"https://common-fonts.abtasty.com/noto-sans-lao/Noto_Sans Lao-900.ttf",conditions:[{field:"fontName",value:"Noto Sans Lao"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/noto-sans-lepcha/Noto_Sans Lepcha-400.ttf",conditions:[{field:"fontName",value:"Noto Sans Lepcha"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/noto-sans-limbu/Noto_Sans Limbu-400.ttf",conditions:[{field:"fontName",value:"Noto Sans Limbu"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/noto-sans-linear-a/Noto_Sans Linear A-400.ttf",conditions:[{field:"fontName",value:"Noto Sans Linear A"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/noto-sans-linear-b/Noto_Sans Linear B-400.ttf",conditions:[{field:"fontName",value:"Noto Sans Linear B"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/noto-sans-lisu/Noto_Sans Lisu-400.ttf",conditions:[{field:"fontName",value:"Noto Sans Lisu"}],fallback:""},{label:"500",value:"https://common-fonts.abtasty.com/noto-sans-lisu/Noto_Sans Lisu-500.ttf",conditions:[{field:"fontName",value:"Noto Sans Lisu"}],fallback:""},{label:"600",value:"https://common-fonts.abtasty.com/noto-sans-lisu/Noto_Sans Lisu-600.ttf",conditions:[{field:"fontName",value:"Noto Sans Lisu"}],fallback:""},{label:"700",value:"https://common-fonts.abtasty.com/noto-sans-lisu/Noto_Sans Lisu-700.ttf",conditions:[{field:"fontName",value:"Noto Sans Lisu"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/noto-sans-lycian/Noto_Sans Lycian-400.ttf",conditions:[{field:"fontName",value:"Noto Sans Lycian"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/noto-sans-lydian/Noto_Sans Lydian-400.ttf",conditions:[{field:"fontName",value:"Noto Sans Lydian"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/noto-sans-mahajani/Noto_Sans Mahajani-400.ttf",conditions:[{field:"fontName",value:"Noto Sans Mahajani"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/noto-sans-malayalam/Noto_Sans Malayalam-400.ttf",conditions:[{field:"fontName",value:"Noto Sans Malayalam"}],fallback:""},{label:"100",value:"https://common-fonts.abtasty.com/noto-sans-malayalam/Noto_Sans Malayalam-100.ttf",conditions:[{field:"fontName",value:"Noto Sans Malayalam"}],fallback:""},{label:"200",value:"https://common-fonts.abtasty.com/noto-sans-malayalam/Noto_Sans Malayalam-200.ttf",conditions:[{field:"fontName",value:"Noto Sans Malayalam"}],fallback:""},{label:"300",value:"https://common-fonts.abtasty.com/noto-sans-malayalam/Noto_Sans Malayalam-300.ttf",conditions:[{field:"fontName",value:"Noto Sans Malayalam"}],fallback:""},{label:"500",value:"https://common-fonts.abtasty.com/noto-sans-malayalam/Noto_Sans Malayalam-500.ttf",conditions:[{field:"fontName",value:"Noto Sans Malayalam"}],fallback:""},{label:"600",value:"https://common-fonts.abtasty.com/noto-sans-malayalam/Noto_Sans Malayalam-600.ttf",conditions:[{field:"fontName",value:"Noto Sans Malayalam"}],fallback:""},{label:"700",value:"https://common-fonts.abtasty.com/noto-sans-malayalam/Noto_Sans Malayalam-700.ttf",conditions:[{field:"fontName",value:"Noto Sans Malayalam"}],fallback:""},{label:"800",value:"https://common-fonts.abtasty.com/noto-sans-malayalam/Noto_Sans Malayalam-800.ttf",conditions:[{field:"fontName",value:"Noto Sans Malayalam"}],fallback:""},{label:"900",value:"https://common-fonts.abtasty.com/noto-sans-malayalam/Noto_Sans Malayalam-900.ttf",conditions:[{field:"fontName",value:"Noto Sans Malayalam"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/noto-sans-mandaic/Noto_Sans Mandaic-400.ttf",conditions:[{field:"fontName",value:"Noto Sans Mandaic"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/noto-sans-manichaean/Noto_Sans Manichaean-400.ttf",conditions:[{field:"fontName",value:"Noto Sans Manichaean"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/noto-sans-marchen/Noto_Sans Marchen-400.ttf",conditions:[{field:"fontName",value:"Noto Sans Marchen"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/noto-sans-masaram-gondi/Noto_Sans Masaram Gondi-400.ttf",conditions:[{field:"fontName",value:"Noto Sans Masaram Gondi"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/noto-sans-math/Noto_Sans Math-400.ttf",conditions:[{field:"fontName",value:"Noto Sans Math"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/noto-sans-mayan-numerals/Noto_Sans Mayan Numerals-400.ttf",conditions:[{field:"fontName",value:"Noto Sans Mayan Numerals"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/noto-sans-medefaidrin/Noto_Sans Medefaidrin-400.ttf",conditions:[{field:"fontName",value:"Noto Sans Medefaidrin"}],fallback:""},{label:"500",value:"https://common-fonts.abtasty.com/noto-sans-medefaidrin/Noto_Sans Medefaidrin-500.ttf",conditions:[{field:"fontName",value:"Noto Sans Medefaidrin"}],fallback:""},{label:"600",value:"https://common-fonts.abtasty.com/noto-sans-medefaidrin/Noto_Sans Medefaidrin-600.ttf",conditions:[{field:"fontName",value:"Noto Sans Medefaidrin"}],fallback:""},{label:"700",value:"https://common-fonts.abtasty.com/noto-sans-medefaidrin/Noto_Sans Medefaidrin-700.ttf",conditions:[{field:"fontName",value:"Noto Sans Medefaidrin"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/noto-sans-meetei-mayek/Noto_Sans Meetei Mayek-400.ttf",conditions:[{field:"fontName",value:"Noto Sans Meetei Mayek"}],fallback:""},{label:"100",value:"https://common-fonts.abtasty.com/noto-sans-meetei-mayek/Noto_Sans Meetei Mayek-100.ttf",conditions:[{field:"fontName",value:"Noto Sans Meetei Mayek"}],fallback:""},{label:"200",value:"https://common-fonts.abtasty.com/noto-sans-meetei-mayek/Noto_Sans Meetei Mayek-200.ttf",conditions:[{field:"fontName",value:"Noto Sans Meetei Mayek"}],fallback:""},{label:"300",value:"https://common-fonts.abtasty.com/noto-sans-meetei-mayek/Noto_Sans Meetei Mayek-300.ttf",conditions:[{field:"fontName",value:"Noto Sans Meetei Mayek"}],fallback:""},{label:"500",value:"https://common-fonts.abtasty.com/noto-sans-meetei-mayek/Noto_Sans Meetei Mayek-500.ttf",conditions:[{field:"fontName",value:"Noto Sans Meetei Mayek"}],fallback:""},{label:"600",value:"https://common-fonts.abtasty.com/noto-sans-meetei-mayek/Noto_Sans Meetei Mayek-600.ttf",conditions:[{field:"fontName",value:"Noto Sans Meetei Mayek"}],fallback:""},{label:"700",value:"https://common-fonts.abtasty.com/noto-sans-meetei-mayek/Noto_Sans Meetei Mayek-700.ttf",conditions:[{field:"fontName",value:"Noto Sans Meetei Mayek"}],fallback:""},{label:"800",value:"https://common-fonts.abtasty.com/noto-sans-meetei-mayek/Noto_Sans Meetei Mayek-800.ttf",conditions:[{field:"fontName",value:"Noto Sans Meetei Mayek"}],fallback:""},{label:"900",value:"https://common-fonts.abtasty.com/noto-sans-meetei-mayek/Noto_Sans Meetei Mayek-900.ttf",conditions:[{field:"fontName",value:"Noto Sans Meetei Mayek"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/noto-sans-meroitic/Noto_Sans Meroitic-400.ttf",conditions:[{field:"fontName",value:"Noto Sans Meroitic"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/noto-sans-miao/Noto_Sans Miao-400.ttf",conditions:[{field:"fontName",value:"Noto Sans Miao"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/noto-sans-modi/Noto_Sans Modi-400.ttf",conditions:[{field:"fontName",value:"Noto Sans Modi"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/noto-sans-mongolian/Noto_Sans Mongolian-400.ttf",conditions:[{field:"fontName",value:"Noto Sans Mongolian"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/noto-sans-mono/Noto_Sans Mono-400.ttf",conditions:[{field:"fontName",value:"Noto Sans Mono"}],fallback:""},{label:"100",value:"https://common-fonts.abtasty.com/noto-sans-mono/Noto_Sans Mono-100.ttf",conditions:[{field:"fontName",value:"Noto Sans Mono"}],fallback:""},{label:"200",value:"https://common-fonts.abtasty.com/noto-sans-mono/Noto_Sans Mono-200.ttf",conditions:[{field:"fontName",value:"Noto Sans Mono"}],fallback:""},{label:"300",value:"https://common-fonts.abtasty.com/noto-sans-mono/Noto_Sans Mono-300.ttf",conditions:[{field:"fontName",value:"Noto Sans Mono"}],fallback:""},{label:"500",value:"https://common-fonts.abtasty.com/noto-sans-mono/Noto_Sans Mono-500.ttf",conditions:[{field:"fontName",value:"Noto Sans Mono"}],fallback:""},{label:"600",value:"https://common-fonts.abtasty.com/noto-sans-mono/Noto_Sans Mono-600.ttf",conditions:[{field:"fontName",value:"Noto Sans Mono"}],fallback:""},{label:"700",value:"https://common-fonts.abtasty.com/noto-sans-mono/Noto_Sans Mono-700.ttf",conditions:[{field:"fontName",value:"Noto Sans Mono"}],fallback:""},{label:"800",value:"https://common-fonts.abtasty.com/noto-sans-mono/Noto_Sans Mono-800.ttf",conditions:[{field:"fontName",value:"Noto Sans Mono"}],fallback:""},{label:"900",value:"https://common-fonts.abtasty.com/noto-sans-mono/Noto_Sans Mono-900.ttf",conditions:[{field:"fontName",value:"Noto Sans Mono"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/noto-sans-mro/Noto_Sans Mro-400.ttf",conditions:[{field:"fontName",value:"Noto Sans Mro"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/noto-sans-multani/Noto_Sans Multani-400.ttf",conditions:[{field:"fontName",value:"Noto Sans Multani"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/noto-sans-myanmar/Noto_Sans Myanmar-400.ttf",conditions:[{field:"fontName",value:"Noto Sans Myanmar"}],fallback:""},{label:"100",value:"https://common-fonts.abtasty.com/noto-sans-myanmar/Noto_Sans Myanmar-100.ttf",conditions:[{field:"fontName",value:"Noto Sans Myanmar"}],fallback:""},{label:"200",value:"https://common-fonts.abtasty.com/noto-sans-myanmar/Noto_Sans Myanmar-200.ttf",conditions:[{field:"fontName",value:"Noto Sans Myanmar"}],fallback:""},{label:"300",value:"https://common-fonts.abtasty.com/noto-sans-myanmar/Noto_Sans Myanmar-300.ttf",conditions:[{field:"fontName",value:"Noto Sans Myanmar"}],fallback:""},{label:"500",value:"https://common-fonts.abtasty.com/noto-sans-myanmar/Noto_Sans Myanmar-500.ttf",conditions:[{field:"fontName",value:"Noto Sans Myanmar"}],fallback:""},{label:"600",value:"https://common-fonts.abtasty.com/noto-sans-myanmar/Noto_Sans Myanmar-600.ttf",conditions:[{field:"fontName",value:"Noto Sans Myanmar"}],fallback:""},{label:"700",value:"https://common-fonts.abtasty.com/noto-sans-myanmar/Noto_Sans Myanmar-700.ttf",conditions:[{field:"fontName",value:"Noto Sans Myanmar"}],fallback:""},{label:"800",value:"https://common-fonts.abtasty.com/noto-sans-myanmar/Noto_Sans Myanmar-800.ttf",conditions:[{field:"fontName",value:"Noto Sans Myanmar"}],fallback:""},{label:"900",value:"https://common-fonts.abtasty.com/noto-sans-myanmar/Noto_Sans Myanmar-900.ttf",conditions:[{field:"fontName",value:"Noto Sans Myanmar"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/noto-sans-n-ko/Noto_Sans N Ko-400.ttf",conditions:[{field:"fontName",value:"Noto Sans N Ko"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/noto-sans-nabataean/Noto_Sans Nabataean-400.ttf",conditions:[{field:"fontName",value:"Noto Sans Nabataean"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/noto-sans-new-tai-lue/Noto_Sans New Tai Lue-400.ttf",conditions:[{field:"fontName",value:"Noto Sans New Tai Lue"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/noto-sans-newa/Noto_Sans Newa-400.ttf",conditions:[{field:"fontName",value:"Noto Sans Newa"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/noto-sans-nushu/Noto_Sans Nushu-400.ttf",conditions:[{field:"fontName",value:"Noto Sans Nushu"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/noto-sans-ogham/Noto_Sans Ogham-400.ttf",conditions:[{field:"fontName",value:"Noto Sans Ogham"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/noto-sans-ol-chiki/Noto_Sans Ol Chiki-400.ttf",conditions:[{field:"fontName",value:"Noto Sans Ol Chiki"}],fallback:""},{label:"500",value:"https://common-fonts.abtasty.com/noto-sans-ol-chiki/Noto_Sans Ol Chiki-500.ttf",conditions:[{field:"fontName",value:"Noto Sans Ol Chiki"}],fallback:""},{label:"600",value:"https://common-fonts.abtasty.com/noto-sans-ol-chiki/Noto_Sans Ol Chiki-600.ttf",conditions:[{field:"fontName",value:"Noto Sans Ol Chiki"}],fallback:""},{label:"700",value:"https://common-fonts.abtasty.com/noto-sans-ol-chiki/Noto_Sans Ol Chiki-700.ttf",conditions:[{field:"fontName",value:"Noto Sans Ol Chiki"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/noto-sans-old-hungarian/Noto_Sans Old Hungarian-400.ttf",conditions:[{field:"fontName",value:"Noto Sans Old Hungarian"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/noto-sans-old-italic/Noto_Sans Old Italic-400.ttf",conditions:[{field:"fontName",value:"Noto Sans Old Italic"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/noto-sans-old-north-arabian/Noto_Sans Old North Arabian-400.ttf",conditions:[{field:"fontName",value:"Noto Sans Old North Arabian"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/noto-sans-old-permic/Noto_Sans Old Permic-400.ttf",conditions:[{field:"fontName",value:"Noto Sans Old Permic"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/noto-sans-old-persian/Noto_Sans Old Persian-400.ttf",conditions:[{field:"fontName",value:"Noto Sans Old Persian"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/noto-sans-old-sogdian/Noto_Sans Old Sogdian-400.ttf",conditions:[{field:"fontName",value:"Noto Sans Old Sogdian"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/noto-sans-old-south-arabian/Noto_Sans Old South Arabian-400.ttf",conditions:[{field:"fontName",value:"Noto Sans Old South Arabian"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/noto-sans-old-turkic/Noto_Sans Old Turkic-400.ttf",conditions:[{field:"fontName",value:"Noto Sans Old Turkic"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/noto-sans-oriya/Noto_Sans Oriya-400.ttf",conditions:[{field:"fontName",value:"Noto Sans Oriya"}],fallback:""},{label:"100",value:"https://common-fonts.abtasty.com/noto-sans-oriya/Noto_Sans Oriya-100.ttf",conditions:[{field:"fontName",value:"Noto Sans Oriya"}],fallback:""},{label:"700",value:"https://common-fonts.abtasty.com/noto-sans-oriya/Noto_Sans Oriya-700.ttf",conditions:[{field:"fontName",value:"Noto Sans Oriya"}],fallback:""},{label:"900",value:"https://common-fonts.abtasty.com/noto-sans-oriya/Noto_Sans Oriya-900.ttf",conditions:[{field:"fontName",value:"Noto Sans Oriya"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/noto-sans-osage/Noto_Sans Osage-400.ttf",conditions:[{field:"fontName",value:"Noto Sans Osage"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/noto-sans-osmanya/Noto_Sans Osmanya-400.ttf",conditions:[{field:"fontName",value:"Noto Sans Osmanya"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/noto-sans-pahawh-hmong/Noto_Sans Pahawh Hmong-400.ttf",conditions:[{field:"fontName",value:"Noto Sans Pahawh Hmong"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/noto-sans-palmyrene/Noto_Sans Palmyrene-400.ttf",conditions:[{field:"fontName",value:"Noto Sans Palmyrene"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/noto-sans-pau-cin-hau/Noto_Sans Pau Cin Hau-400.ttf",conditions:[{field:"fontName",value:"Noto Sans Pau Cin Hau"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/noto-sans-phags-pa/Noto_Sans Phags Pa-400.ttf",conditions:[{field:"fontName",value:"Noto Sans Phags Pa"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/noto-sans-phoenician/Noto_Sans Phoenician-400.ttf",conditions:[{field:"fontName",value:"Noto Sans Phoenician"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/noto-sans-psalter-pahlavi/Noto_Sans Psalter Pahlavi-400.ttf",conditions:[{field:"fontName",value:"Noto Sans Psalter Pahlavi"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/noto-sans-rejang/Noto_Sans Rejang-400.ttf",conditions:[{field:"fontName",value:"Noto Sans Rejang"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/noto-sans-runic/Noto_Sans Runic-400.ttf",conditions:[{field:"fontName",value:"Noto Sans Runic"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/noto-sans-sc/Noto_Sans SC-400.ttf",conditions:[{field:"fontName",value:"Noto Sans SC"}],fallback:""},{label:"100",value:"https://common-fonts.abtasty.com/noto-sans-sc/Noto_Sans SC-100.ttf",conditions:[{field:"fontName",value:"Noto Sans SC"}],fallback:""},{label:"300",value:"https://common-fonts.abtasty.com/noto-sans-sc/Noto_Sans SC-300.ttf",conditions:[{field:"fontName",value:"Noto Sans SC"}],fallback:""},{label:"500",value:"https://common-fonts.abtasty.com/noto-sans-sc/Noto_Sans SC-500.ttf",conditions:[{field:"fontName",value:"Noto Sans SC"}],fallback:""},{label:"700",value:"https://common-fonts.abtasty.com/noto-sans-sc/Noto_Sans SC-700.ttf",conditions:[{field:"fontName",value:"Noto Sans SC"}],fallback:""},{label:"900",value:"https://common-fonts.abtasty.com/noto-sans-sc/Noto_Sans SC-900.ttf",conditions:[{field:"fontName",value:"Noto Sans SC"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/noto-sans-samaritan/Noto_Sans Samaritan-400.ttf",conditions:[{field:"fontName",value:"Noto Sans Samaritan"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/noto-sans-saurashtra/Noto_Sans Saurashtra-400.ttf",conditions:[{field:"fontName",value:"Noto Sans Saurashtra"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/noto-sans-sharada/Noto_Sans Sharada-400.ttf",conditions:[{field:"fontName",value:"Noto Sans Sharada"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/noto-sans-shavian/Noto_Sans Shavian-400.ttf",conditions:[{field:"fontName",value:"Noto Sans Shavian"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/noto-sans-siddham/Noto_Sans Siddham-400.ttf",conditions:[{field:"fontName",value:"Noto Sans Siddham"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/noto-sans-sinhala/Noto_Sans Sinhala-400.ttf",conditions:[{field:"fontName",value:"Noto Sans Sinhala"}],fallback:""},{label:"100",value:"https://common-fonts.abtasty.com/noto-sans-sinhala/Noto_Sans Sinhala-100.ttf",conditions:[{field:"fontName",value:"Noto Sans Sinhala"}],fallback:""},{label:"200",value:"https://common-fonts.abtasty.com/noto-sans-sinhala/Noto_Sans Sinhala-200.ttf",conditions:[{field:"fontName",value:"Noto Sans Sinhala"}],fallback:""},{label:"300",value:"https://common-fonts.abtasty.com/noto-sans-sinhala/Noto_Sans Sinhala-300.ttf",conditions:[{field:"fontName",value:"Noto Sans Sinhala"}],fallback:""},{label:"500",value:"https://common-fonts.abtasty.com/noto-sans-sinhala/Noto_Sans Sinhala-500.ttf",conditions:[{field:"fontName",value:"Noto Sans Sinhala"}],fallback:""},{label:"600",value:"https://common-fonts.abtasty.com/noto-sans-sinhala/Noto_Sans Sinhala-600.ttf",conditions:[{field:"fontName",value:"Noto Sans Sinhala"}],fallback:""},{label:"700",value:"https://common-fonts.abtasty.com/noto-sans-sinhala/Noto_Sans Sinhala-700.ttf",conditions:[{field:"fontName",value:"Noto Sans Sinhala"}],fallback:""},{label:"800",value:"https://common-fonts.abtasty.com/noto-sans-sinhala/Noto_Sans Sinhala-800.ttf",conditions:[{field:"fontName",value:"Noto Sans Sinhala"}],fallback:""},{label:"900",value:"https://common-fonts.abtasty.com/noto-sans-sinhala/Noto_Sans Sinhala-900.ttf",conditions:[{field:"fontName",value:"Noto Sans Sinhala"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/noto-sans-sogdian/Noto_Sans Sogdian-400.ttf",conditions:[{field:"fontName",value:"Noto Sans Sogdian"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/noto-sans-sora-sompeng/Noto_Sans Sora Sompeng-400.ttf",conditions:[{field:"fontName",value:"Noto Sans Sora Sompeng"}],fallback:""},{label:"500",value:"https://common-fonts.abtasty.com/noto-sans-sora-sompeng/Noto_Sans Sora Sompeng-500.ttf",conditions:[{field:"fontName",value:"Noto Sans Sora Sompeng"}],fallback:""},{label:"600",value:"https://common-fonts.abtasty.com/noto-sans-sora-sompeng/Noto_Sans Sora Sompeng-600.ttf",conditions:[{field:"fontName",value:"Noto Sans Sora Sompeng"}],fallback:""},{label:"700",value:"https://common-fonts.abtasty.com/noto-sans-sora-sompeng/Noto_Sans Sora Sompeng-700.ttf",conditions:[{field:"fontName",value:"Noto Sans Sora Sompeng"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/noto-sans-soyombo/Noto_Sans Soyombo-400.ttf",conditions:[{field:"fontName",value:"Noto Sans Soyombo"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/noto-sans-sundanese/Noto_Sans Sundanese-400.ttf",conditions:[{field:"fontName",value:"Noto Sans Sundanese"}],fallback:""},{label:"500",value:"https://common-fonts.abtasty.com/noto-sans-sundanese/Noto_Sans Sundanese-500.ttf",conditions:[{field:"fontName",value:"Noto Sans Sundanese"}],fallback:""},{label:"600",value:"https://common-fonts.abtasty.com/noto-sans-sundanese/Noto_Sans Sundanese-600.ttf",conditions:[{field:"fontName",value:"Noto Sans Sundanese"}],fallback:""},{label:"700",value:"https://common-fonts.abtasty.com/noto-sans-sundanese/Noto_Sans Sundanese-700.ttf",conditions:[{field:"fontName",value:"Noto Sans Sundanese"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/noto-sans-syloti-nagri/Noto_Sans Syloti Nagri-400.ttf",conditions:[{field:"fontName",value:"Noto Sans Syloti Nagri"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/noto-sans-symbols/Noto_Sans Symbols-400.ttf",conditions:[{field:"fontName",value:"Noto Sans Symbols"}],fallback:""},{label:"100",value:"https://common-fonts.abtasty.com/noto-sans-symbols/Noto_Sans Symbols-100.ttf",conditions:[{field:"fontName",value:"Noto Sans Symbols"}],fallback:""},{label:"200",value:"https://common-fonts.abtasty.com/noto-sans-symbols/Noto_Sans Symbols-200.ttf",conditions:[{field:"fontName",value:"Noto Sans Symbols"}],fallback:""},{label:"300",value:"https://common-fonts.abtasty.com/noto-sans-symbols/Noto_Sans Symbols-300.ttf",conditions:[{field:"fontName",value:"Noto Sans Symbols"}],fallback:""},{label:"500",value:"https://common-fonts.abtasty.com/noto-sans-symbols/Noto_Sans Symbols-500.ttf",conditions:[{field:"fontName",value:"Noto Sans Symbols"}],fallback:""},{label:"600",value:"https://common-fonts.abtasty.com/noto-sans-symbols/Noto_Sans Symbols-600.ttf",conditions:[{field:"fontName",value:"Noto Sans Symbols"}],fallback:""},{label:"700",value:"https://common-fonts.abtasty.com/noto-sans-symbols/Noto_Sans Symbols-700.ttf",conditions:[{field:"fontName",value:"Noto Sans Symbols"}],fallback:""},{label:"800",value:"https://common-fonts.abtasty.com/noto-sans-symbols/Noto_Sans Symbols-800.ttf",conditions:[{field:"fontName",value:"Noto Sans Symbols"}],fallback:""},{label:"900",value:"https://common-fonts.abtasty.com/noto-sans-symbols/Noto_Sans Symbols-900.ttf",conditions:[{field:"fontName",value:"Noto Sans Symbols"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/noto-sans-symbols-2/Noto_Sans Symbols 2-400.ttf",conditions:[{field:"fontName",value:"Noto Sans Symbols 2"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/noto-sans-syriac/Noto_Sans Syriac-400.ttf",conditions:[{field:"fontName",value:"Noto Sans Syriac"}],fallback:""},{label:"100",value:"https://common-fonts.abtasty.com/noto-sans-syriac/Noto_Sans Syriac-100.ttf",conditions:[{field:"fontName",value:"Noto Sans Syriac"}],fallback:""},{label:"900",value:"https://common-fonts.abtasty.com/noto-sans-syriac/Noto_Sans Syriac-900.ttf",conditions:[{field:"fontName",value:"Noto Sans Syriac"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/noto-sans-tc/Noto_Sans TC-400.ttf",conditions:[{field:"fontName",value:"Noto Sans TC"}],fallback:""},{label:"100",value:"https://common-fonts.abtasty.com/noto-sans-tc/Noto_Sans TC-100.ttf",conditions:[{field:"fontName",value:"Noto Sans TC"}],fallback:""},{label:"300",value:"https://common-fonts.abtasty.com/noto-sans-tc/Noto_Sans TC-300.ttf",conditions:[{field:"fontName",value:"Noto Sans TC"}],fallback:""},{label:"500",value:"https://common-fonts.abtasty.com/noto-sans-tc/Noto_Sans TC-500.ttf",conditions:[{field:"fontName",value:"Noto Sans TC"}],fallback:""},{label:"700",value:"https://common-fonts.abtasty.com/noto-sans-tc/Noto_Sans TC-700.ttf",conditions:[{field:"fontName",value:"Noto Sans TC"}],fallback:""},{label:"900",value:"https://common-fonts.abtasty.com/noto-sans-tc/Noto_Sans TC-900.ttf",conditions:[{field:"fontName",value:"Noto Sans TC"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/noto-sans-tagalog/Noto_Sans Tagalog-400.ttf",conditions:[{field:"fontName",value:"Noto Sans Tagalog"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/noto-sans-tagbanwa/Noto_Sans Tagbanwa-400.ttf",conditions:[{field:"fontName",value:"Noto Sans Tagbanwa"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/noto-sans-tai-le/Noto_Sans Tai Le-400.ttf",conditions:[{field:"fontName",value:"Noto Sans Tai Le"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/noto-sans-tai-tham/Noto_Sans Tai Tham-400.ttf",conditions:[{field:"fontName",value:"Noto Sans Tai Tham"}],fallback:""},{label:"500",value:"https://common-fonts.abtasty.com/noto-sans-tai-tham/Noto_Sans Tai Tham-500.ttf",conditions:[{field:"fontName",value:"Noto Sans Tai Tham"}],fallback:""},{label:"600",value:"https://common-fonts.abtasty.com/noto-sans-tai-tham/Noto_Sans Tai Tham-600.ttf",conditions:[{field:"fontName",value:"Noto Sans Tai Tham"}],fallback:""},{label:"700",value:"https://common-fonts.abtasty.com/noto-sans-tai-tham/Noto_Sans Tai Tham-700.ttf",conditions:[{field:"fontName",value:"Noto Sans Tai Tham"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/noto-sans-tai-viet/Noto_Sans Tai Viet-400.ttf",conditions:[{field:"fontName",value:"Noto Sans Tai Viet"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/noto-sans-takri/Noto_Sans Takri-400.ttf",conditions:[{field:"fontName",value:"Noto Sans Takri"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/noto-sans-tamil/Noto_Sans Tamil-400.ttf",conditions:[{field:"fontName",value:"Noto Sans Tamil"}],fallback:""},{label:"100",value:"https://common-fonts.abtasty.com/noto-sans-tamil/Noto_Sans Tamil-100.ttf",conditions:[{field:"fontName",value:"Noto Sans Tamil"}],fallback:""},{label:"200",value:"https://common-fonts.abtasty.com/noto-sans-tamil/Noto_Sans Tamil-200.ttf",conditions:[{field:"fontName",value:"Noto Sans Tamil"}],fallback:""},{label:"300",value:"https://common-fonts.abtasty.com/noto-sans-tamil/Noto_Sans Tamil-300.ttf",conditions:[{field:"fontName",value:"Noto Sans Tamil"}],fallback:""},{label:"500",value:"https://common-fonts.abtasty.com/noto-sans-tamil/Noto_Sans Tamil-500.ttf",conditions:[{field:"fontName",value:"Noto Sans Tamil"}],fallback:""},{label:"600",value:"https://common-fonts.abtasty.com/noto-sans-tamil/Noto_Sans Tamil-600.ttf",conditions:[{field:"fontName",value:"Noto Sans Tamil"}],fallback:""},{label:"700",value:"https://common-fonts.abtasty.com/noto-sans-tamil/Noto_Sans Tamil-700.ttf",conditions:[{field:"fontName",value:"Noto Sans Tamil"}],fallback:""},{label:"800",value:"https://common-fonts.abtasty.com/noto-sans-tamil/Noto_Sans Tamil-800.ttf",conditions:[{field:"fontName",value:"Noto Sans Tamil"}],fallback:""},{label:"900",value:"https://common-fonts.abtasty.com/noto-sans-tamil/Noto_Sans Tamil-900.ttf",conditions:[{field:"fontName",value:"Noto Sans Tamil"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/noto-sans-tamil-supplement/Noto_Sans Tamil Supplement-400.ttf",conditions:[{field:"fontName",value:"Noto Sans Tamil Supplement"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/noto-sans-telugu/Noto_Sans Telugu-400.ttf",conditions:[{field:"fontName",value:"Noto Sans Telugu"}],fallback:""},{label:"100",value:"https://common-fonts.abtasty.com/noto-sans-telugu/Noto_Sans Telugu-100.ttf",conditions:[{field:"fontName",value:"Noto Sans Telugu"}],fallback:""},{label:"200",value:"https://common-fonts.abtasty.com/noto-sans-telugu/Noto_Sans Telugu-200.ttf",conditions:[{field:"fontName",value:"Noto Sans Telugu"}],fallback:""},{label:"300",value:"https://common-fonts.abtasty.com/noto-sans-telugu/Noto_Sans Telugu-300.ttf",conditions:[{field:"fontName",value:"Noto Sans Telugu"}],fallback:""},{label:"500",value:"https://common-fonts.abtasty.com/noto-sans-telugu/Noto_Sans Telugu-500.ttf",conditions:[{field:"fontName",value:"Noto Sans Telugu"}],fallback:""},{label:"600",value:"https://common-fonts.abtasty.com/noto-sans-telugu/Noto_Sans Telugu-600.ttf",conditions:[{field:"fontName",value:"Noto Sans Telugu"}],fallback:""},{label:"700",value:"https://common-fonts.abtasty.com/noto-sans-telugu/Noto_Sans Telugu-700.ttf",conditions:[{field:"fontName",value:"Noto Sans Telugu"}],fallback:""},{label:"800",value:"https://common-fonts.abtasty.com/noto-sans-telugu/Noto_Sans Telugu-800.ttf",conditions:[{field:"fontName",value:"Noto Sans Telugu"}],fallback:""},{label:"900",value:"https://common-fonts.abtasty.com/noto-sans-telugu/Noto_Sans Telugu-900.ttf",conditions:[{field:"fontName",value:"Noto Sans Telugu"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/noto-sans-thaana/Noto_Sans Thaana-400.ttf",conditions:[{field:"fontName",value:"Noto Sans Thaana"}],fallback:""},{label:"100",value:"https://common-fonts.abtasty.com/noto-sans-thaana/Noto_Sans Thaana-100.ttf",conditions:[{field:"fontName",value:"Noto Sans Thaana"}],fallback:""},{label:"200",value:"https://common-fonts.abtasty.com/noto-sans-thaana/Noto_Sans Thaana-200.ttf",conditions:[{field:"fontName",value:"Noto Sans Thaana"}],fallback:""},{label:"300",value:"https://common-fonts.abtasty.com/noto-sans-thaana/Noto_Sans Thaana-300.ttf",conditions:[{field:"fontName",value:"Noto Sans Thaana"}],fallback:""},{label:"500",value:"https://common-fonts.abtasty.com/noto-sans-thaana/Noto_Sans Thaana-500.ttf",conditions:[{field:"fontName",value:"Noto Sans Thaana"}],fallback:""},{label:"600",value:"https://common-fonts.abtasty.com/noto-sans-thaana/Noto_Sans Thaana-600.ttf",conditions:[{field:"fontName",value:"Noto Sans Thaana"}],fallback:""},{label:"700",value:"https://common-fonts.abtasty.com/noto-sans-thaana/Noto_Sans Thaana-700.ttf",conditions:[{field:"fontName",value:"Noto Sans Thaana"}],fallback:""},{label:"800",value:"https://common-fonts.abtasty.com/noto-sans-thaana/Noto_Sans Thaana-800.ttf",conditions:[{field:"fontName",value:"Noto Sans Thaana"}],fallback:""},{label:"900",value:"https://common-fonts.abtasty.com/noto-sans-thaana/Noto_Sans Thaana-900.ttf",conditions:[{field:"fontName",value:"Noto Sans Thaana"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/noto-sans-thai/Noto_Sans Thai-400.ttf",conditions:[{field:"fontName",value:"Noto Sans Thai"}],fallback:""},{label:"100",value:"https://common-fonts.abtasty.com/noto-sans-thai/Noto_Sans Thai-100.ttf",conditions:[{field:"fontName",value:"Noto Sans Thai"}],fallback:""},{label:"200",value:"https://common-fonts.abtasty.com/noto-sans-thai/Noto_Sans Thai-200.ttf",conditions:[{field:"fontName",value:"Noto Sans Thai"}],fallback:""},{label:"300",value:"https://common-fonts.abtasty.com/noto-sans-thai/Noto_Sans Thai-300.ttf",conditions:[{field:"fontName",value:"Noto Sans Thai"}],fallback:""},{label:"500",value:"https://common-fonts.abtasty.com/noto-sans-thai/Noto_Sans Thai-500.ttf",conditions:[{field:"fontName",value:"Noto Sans Thai"}],fallback:""},{label:"600",value:"https://common-fonts.abtasty.com/noto-sans-thai/Noto_Sans Thai-600.ttf",conditions:[{field:"fontName",value:"Noto Sans Thai"}],fallback:""},{label:"700",value:"https://common-fonts.abtasty.com/noto-sans-thai/Noto_Sans Thai-700.ttf",conditions:[{field:"fontName",value:"Noto Sans Thai"}],fallback:""},{label:"800",value:"https://common-fonts.abtasty.com/noto-sans-thai/Noto_Sans Thai-800.ttf",conditions:[{field:"fontName",value:"Noto Sans Thai"}],fallback:""},{label:"900",value:"https://common-fonts.abtasty.com/noto-sans-thai/Noto_Sans Thai-900.ttf",conditions:[{field:"fontName",value:"Noto Sans Thai"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/noto-sans-thai-looped/Noto_Sans Thai Looped-400.ttf",conditions:[{field:"fontName",value:"Noto Sans Thai Looped"}],fallback:""},{label:"100",value:"https://common-fonts.abtasty.com/noto-sans-thai-looped/Noto_Sans Thai Looped-100.ttf",conditions:[{field:"fontName",value:"Noto Sans Thai Looped"}],fallback:""},{label:"200",value:"https://common-fonts.abtasty.com/noto-sans-thai-looped/Noto_Sans Thai Looped-200.ttf",conditions:[{field:"fontName",value:"Noto Sans Thai Looped"}],fallback:""},{label:"300",value:"https://common-fonts.abtasty.com/noto-sans-thai-looped/Noto_Sans Thai Looped-300.ttf",conditions:[{field:"fontName",value:"Noto Sans Thai Looped"}],fallback:""},{label:"500",value:"https://common-fonts.abtasty.com/noto-sans-thai-looped/Noto_Sans Thai Looped-500.ttf",conditions:[{field:"fontName",value:"Noto Sans Thai Looped"}],fallback:""},{label:"600",value:"https://common-fonts.abtasty.com/noto-sans-thai-looped/Noto_Sans Thai Looped-600.ttf",conditions:[{field:"fontName",value:"Noto Sans Thai Looped"}],fallback:""},{label:"700",value:"https://common-fonts.abtasty.com/noto-sans-thai-looped/Noto_Sans Thai Looped-700.ttf",conditions:[{field:"fontName",value:"Noto Sans Thai Looped"}],fallback:""},{label:"800",value:"https://common-fonts.abtasty.com/noto-sans-thai-looped/Noto_Sans Thai Looped-800.ttf",conditions:[{field:"fontName",value:"Noto Sans Thai Looped"}],fallback:""},{label:"900",value:"https://common-fonts.abtasty.com/noto-sans-thai-looped/Noto_Sans Thai Looped-900.ttf",conditions:[{field:"fontName",value:"Noto Sans Thai Looped"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/noto-sans-tifinagh/Noto_Sans Tifinagh-400.ttf",conditions:[{field:"fontName",value:"Noto Sans Tifinagh"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/noto-sans-tirhuta/Noto_Sans Tirhuta-400.ttf",conditions:[{field:"fontName",value:"Noto Sans Tirhuta"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/noto-sans-ugaritic/Noto_Sans Ugaritic-400.ttf",conditions:[{field:"fontName",value:"Noto Sans Ugaritic"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/noto-sans-vai/Noto_Sans Vai-400.ttf",conditions:[{field:"fontName",value:"Noto Sans Vai"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/noto-sans-wancho/Noto_Sans Wancho-400.ttf",conditions:[{field:"fontName",value:"Noto Sans Wancho"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/noto-sans-warang-citi/Noto_Sans Warang Citi-400.ttf",conditions:[{field:"fontName",value:"Noto Sans Warang Citi"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/noto-sans-yi/Noto_Sans Yi-400.ttf",conditions:[{field:"fontName",value:"Noto Sans Yi"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/noto-sans-zanabazar-square/Noto_Sans Zanabazar Square-400.ttf",conditions:[{field:"fontName",value:"Noto Sans Zanabazar Square"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/noto-serif/Noto_Serif-400.ttf",conditions:[{field:"fontName",value:"Noto Serif"}],fallback:""},{label:"Italic",value:"https://common-fonts.abtasty.com/noto-serif/Noto_Serif-400italic.ttf",conditions:[{field:"fontName",value:"Noto Serif"}],fallback:""},{label:"700",value:"https://common-fonts.abtasty.com/noto-serif/Noto_Serif-700.ttf",conditions:[{field:"fontName",value:"Noto Serif"}],fallback:""},{label:"700 Italic",value:"https://common-fonts.abtasty.com/noto-serif/Noto_Serif-700italic.ttf",conditions:[{field:"fontName",value:"Noto Serif"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/noto-serif-ahom/Noto_Serif Ahom-400.ttf",conditions:[{field:"fontName",value:"Noto Serif Ahom"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/noto-serif-armenian/Noto_Serif Armenian-400.ttf",conditions:[{field:"fontName",value:"Noto Serif Armenian"}],fallback:""},{label:"100",value:"https://common-fonts.abtasty.com/noto-serif-armenian/Noto_Serif Armenian-100.ttf",conditions:[{field:"fontName",value:"Noto Serif Armenian"}],fallback:""},{label:"200",value:"https://common-fonts.abtasty.com/noto-serif-armenian/Noto_Serif Armenian-200.ttf",conditions:[{field:"fontName",value:"Noto Serif Armenian"}],fallback:""},{label:"300",value:"https://common-fonts.abtasty.com/noto-serif-armenian/Noto_Serif Armenian-300.ttf",conditions:[{field:"fontName",value:"Noto Serif Armenian"}],fallback:""},{label:"500",value:"https://common-fonts.abtasty.com/noto-serif-armenian/Noto_Serif Armenian-500.ttf",conditions:[{field:"fontName",value:"Noto Serif Armenian"}],fallback:""},{label:"600",value:"https://common-fonts.abtasty.com/noto-serif-armenian/Noto_Serif Armenian-600.ttf",conditions:[{field:"fontName",value:"Noto Serif Armenian"}],fallback:""},{label:"700",value:"https://common-fonts.abtasty.com/noto-serif-armenian/Noto_Serif Armenian-700.ttf",conditions:[{field:"fontName",value:"Noto Serif Armenian"}],fallback:""},{label:"800",value:"https://common-fonts.abtasty.com/noto-serif-armenian/Noto_Serif Armenian-800.ttf",conditions:[{field:"fontName",value:"Noto Serif Armenian"}],fallback:""},{label:"900",value:"https://common-fonts.abtasty.com/noto-serif-armenian/Noto_Serif Armenian-900.ttf",conditions:[{field:"fontName",value:"Noto Serif Armenian"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/noto-serif-balinese/Noto_Serif Balinese-400.ttf",conditions:[{field:"fontName",value:"Noto Serif Balinese"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/noto-serif-bengali/Noto_Serif Bengali-400.ttf",conditions:[{field:"fontName",value:"Noto Serif Bengali"}],fallback:""},{label:"100",value:"https://common-fonts.abtasty.com/noto-serif-bengali/Noto_Serif Bengali-100.ttf",conditions:[{field:"fontName",value:"Noto Serif Bengali"}],fallback:""},{label:"200",value:"https://common-fonts.abtasty.com/noto-serif-bengali/Noto_Serif Bengali-200.ttf",conditions:[{field:"fontName",value:"Noto Serif Bengali"}],fallback:""},{label:"300",value:"https://common-fonts.abtasty.com/noto-serif-bengali/Noto_Serif Bengali-300.ttf",conditions:[{field:"fontName",value:"Noto Serif Bengali"}],fallback:""},{label:"500",value:"https://common-fonts.abtasty.com/noto-serif-bengali/Noto_Serif Bengali-500.ttf",conditions:[{field:"fontName",value:"Noto Serif Bengali"}],fallback:""},{label:"600",value:"https://common-fonts.abtasty.com/noto-serif-bengali/Noto_Serif Bengali-600.ttf",conditions:[{field:"fontName",value:"Noto Serif Bengali"}],fallback:""},{label:"700",value:"https://common-fonts.abtasty.com/noto-serif-bengali/Noto_Serif Bengali-700.ttf",conditions:[{field:"fontName",value:"Noto Serif Bengali"}],fallback:""},{label:"800",value:"https://common-fonts.abtasty.com/noto-serif-bengali/Noto_Serif Bengali-800.ttf",conditions:[{field:"fontName",value:"Noto Serif Bengali"}],fallback:""},{label:"900",value:"https://common-fonts.abtasty.com/noto-serif-bengali/Noto_Serif Bengali-900.ttf",conditions:[{field:"fontName",value:"Noto Serif Bengali"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/noto-serif-devanagari/Noto_Serif Devanagari-400.ttf",conditions:[{field:"fontName",value:"Noto Serif Devanagari"}],fallback:""},{label:"100",value:"https://common-fonts.abtasty.com/noto-serif-devanagari/Noto_Serif Devanagari-100.ttf",conditions:[{field:"fontName",value:"Noto Serif Devanagari"}],fallback:""},{label:"200",value:"https://common-fonts.abtasty.com/noto-serif-devanagari/Noto_Serif Devanagari-200.ttf",conditions:[{field:"fontName",value:"Noto Serif Devanagari"}],fallback:""},{label:"300",value:"https://common-fonts.abtasty.com/noto-serif-devanagari/Noto_Serif Devanagari-300.ttf",conditions:[{field:"fontName",value:"Noto Serif Devanagari"}],fallback:""},{label:"500",value:"https://common-fonts.abtasty.com/noto-serif-devanagari/Noto_Serif Devanagari-500.ttf",conditions:[{field:"fontName",value:"Noto Serif Devanagari"}],fallback:""},{label:"600",value:"https://common-fonts.abtasty.com/noto-serif-devanagari/Noto_Serif Devanagari-600.ttf",conditions:[{field:"fontName",value:"Noto Serif Devanagari"}],fallback:""},{label:"700",value:"https://common-fonts.abtasty.com/noto-serif-devanagari/Noto_Serif Devanagari-700.ttf",conditions:[{field:"fontName",value:"Noto Serif Devanagari"}],fallback:""},{label:"800",value:"https://common-fonts.abtasty.com/noto-serif-devanagari/Noto_Serif Devanagari-800.ttf",conditions:[{field:"fontName",value:"Noto Serif Devanagari"}],fallback:""},{label:"900",value:"https://common-fonts.abtasty.com/noto-serif-devanagari/Noto_Serif Devanagari-900.ttf",conditions:[{field:"fontName",value:"Noto Serif Devanagari"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/noto-serif-display/Noto_Serif Display-400.ttf",conditions:[{field:"fontName",value:"Noto Serif Display"}],fallback:""},{label:"Italic",value:"https://common-fonts.abtasty.com/noto-serif-display/Noto_Serif Display-400italic.ttf",conditions:[{field:"fontName",value:"Noto Serif Display"}],fallback:""},{label:"100",value:"https://common-fonts.abtasty.com/noto-serif-display/Noto_Serif Display-100.ttf",conditions:[{field:"fontName",value:"Noto Serif Display"}],fallback:""},{label:"100 Italic",value:"https://common-fonts.abtasty.com/noto-serif-display/Noto_Serif Display-100italic.ttf",conditions:[{field:"fontName",value:"Noto Serif Display"}],fallback:""},{label:"200",value:"https://common-fonts.abtasty.com/noto-serif-display/Noto_Serif Display-200.ttf",conditions:[{field:"fontName",value:"Noto Serif Display"}],fallback:""},{label:"200 Italic",value:"https://common-fonts.abtasty.com/noto-serif-display/Noto_Serif Display-200italic.ttf",conditions:[{field:"fontName",value:"Noto Serif Display"}],fallback:""},{label:"300",value:"https://common-fonts.abtasty.com/noto-serif-display/Noto_Serif Display-300.ttf",conditions:[{field:"fontName",value:"Noto Serif Display"}],fallback:""},{label:"300 Italic",value:"https://common-fonts.abtasty.com/noto-serif-display/Noto_Serif Display-300italic.ttf",conditions:[{field:"fontName",value:"Noto Serif Display"}],fallback:""},{label:"500",value:"https://common-fonts.abtasty.com/noto-serif-display/Noto_Serif Display-500.ttf",conditions:[{field:"fontName",value:"Noto Serif Display"}],fallback:""},{label:"500 Italic",value:"https://common-fonts.abtasty.com/noto-serif-display/Noto_Serif Display-500italic.ttf",conditions:[{field:"fontName",value:"Noto Serif Display"}],fallback:""},{label:"600",value:"https://common-fonts.abtasty.com/noto-serif-display/Noto_Serif Display-600.ttf",conditions:[{field:"fontName",value:"Noto Serif Display"}],fallback:""},{label:"600 Italic",value:"https://common-fonts.abtasty.com/noto-serif-display/Noto_Serif Display-600italic.ttf",conditions:[{field:"fontName",value:"Noto Serif Display"}],fallback:""},{label:"700",value:"https://common-fonts.abtasty.com/noto-serif-display/Noto_Serif Display-700.ttf",conditions:[{field:"fontName",value:"Noto Serif Display"}],fallback:""},{label:"700 Italic",value:"https://common-fonts.abtasty.com/noto-serif-display/Noto_Serif Display-700italic.ttf",conditions:[{field:"fontName",value:"Noto Serif Display"}],fallback:""},{label:"800",value:"https://common-fonts.abtasty.com/noto-serif-display/Noto_Serif Display-800.ttf",conditions:[{field:"fontName",value:"Noto Serif Display"}],fallback:""},{label:"800 Italic",value:"https://common-fonts.abtasty.com/noto-serif-display/Noto_Serif Display-800italic.ttf",conditions:[{field:"fontName",value:"Noto Serif Display"}],fallback:""},{label:"900",value:"https://common-fonts.abtasty.com/noto-serif-display/Noto_Serif Display-900.ttf",conditions:[{field:"fontName",value:"Noto Serif Display"}],fallback:""},{label:"900 Italic",value:"https://common-fonts.abtasty.com/noto-serif-display/Noto_Serif Display-900italic.ttf",conditions:[{field:"fontName",value:"Noto Serif Display"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/noto-serif-dogra/Noto_Serif Dogra-400.ttf",conditions:[{field:"fontName",value:"Noto Serif Dogra"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/noto-serif-ethiopic/Noto_Serif Ethiopic-400.ttf",conditions:[{field:"fontName",value:"Noto Serif Ethiopic"}],fallback:""},{label:"100",value:"https://common-fonts.abtasty.com/noto-serif-ethiopic/Noto_Serif Ethiopic-100.ttf",conditions:[{field:"fontName",value:"Noto Serif Ethiopic"}],fallback:""},{label:"200",value:"https://common-fonts.abtasty.com/noto-serif-ethiopic/Noto_Serif Ethiopic-200.ttf",conditions:[{field:"fontName",value:"Noto Serif Ethiopic"}],fallback:""},{label:"300",value:"https://common-fonts.abtasty.com/noto-serif-ethiopic/Noto_Serif Ethiopic-300.ttf",conditions:[{field:"fontName",value:"Noto Serif Ethiopic"}],fallback:""},{label:"500",value:"https://common-fonts.abtasty.com/noto-serif-ethiopic/Noto_Serif Ethiopic-500.ttf",conditions:[{field:"fontName",value:"Noto Serif Ethiopic"}],fallback:""},{label:"600",value:"https://common-fonts.abtasty.com/noto-serif-ethiopic/Noto_Serif Ethiopic-600.ttf",conditions:[{field:"fontName",value:"Noto Serif Ethiopic"}],fallback:""},{label:"700",value:"https://common-fonts.abtasty.com/noto-serif-ethiopic/Noto_Serif Ethiopic-700.ttf",conditions:[{field:"fontName",value:"Noto Serif Ethiopic"}],fallback:""},{label:"800",value:"https://common-fonts.abtasty.com/noto-serif-ethiopic/Noto_Serif Ethiopic-800.ttf",conditions:[{field:"fontName",value:"Noto Serif Ethiopic"}],fallback:""},{label:"900",value:"https://common-fonts.abtasty.com/noto-serif-ethiopic/Noto_Serif Ethiopic-900.ttf",conditions:[{field:"fontName",value:"Noto Serif Ethiopic"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/noto-serif-georgian/Noto_Serif Georgian-400.ttf",conditions:[{field:"fontName",value:"Noto Serif Georgian"}],fallback:""},{label:"100",value:"https://common-fonts.abtasty.com/noto-serif-georgian/Noto_Serif Georgian-100.ttf",conditions:[{field:"fontName",value:"Noto Serif Georgian"}],fallback:""},{label:"200",value:"https://common-fonts.abtasty.com/noto-serif-georgian/Noto_Serif Georgian-200.ttf",conditions:[{field:"fontName",value:"Noto Serif Georgian"}],fallback:""},{label:"300",value:"https://common-fonts.abtasty.com/noto-serif-georgian/Noto_Serif Georgian-300.ttf",conditions:[{field:"fontName",value:"Noto Serif Georgian"}],fallback:""},{label:"500",value:"https://common-fonts.abtasty.com/noto-serif-georgian/Noto_Serif Georgian-500.ttf",conditions:[{field:"fontName",value:"Noto Serif Georgian"}],fallback:""},{label:"600",value:"https://common-fonts.abtasty.com/noto-serif-georgian/Noto_Serif Georgian-600.ttf",conditions:[{field:"fontName",value:"Noto Serif Georgian"}],fallback:""},{label:"700",value:"https://common-fonts.abtasty.com/noto-serif-georgian/Noto_Serif Georgian-700.ttf",conditions:[{field:"fontName",value:"Noto Serif Georgian"}],fallback:""},{label:"800",value:"https://common-fonts.abtasty.com/noto-serif-georgian/Noto_Serif Georgian-800.ttf",conditions:[{field:"fontName",value:"Noto Serif Georgian"}],fallback:""},{label:"900",value:"https://common-fonts.abtasty.com/noto-serif-georgian/Noto_Serif Georgian-900.ttf",conditions:[{field:"fontName",value:"Noto Serif Georgian"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/noto-serif-grantha/Noto_Serif Grantha-400.ttf",conditions:[{field:"fontName",value:"Noto Serif Grantha"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/noto-serif-gujarati/Noto_Serif Gujarati-400.ttf",conditions:[{field:"fontName",value:"Noto Serif Gujarati"}],fallback:""},{label:"100",value:"https://common-fonts.abtasty.com/noto-serif-gujarati/Noto_Serif Gujarati-100.ttf",conditions:[{field:"fontName",value:"Noto Serif Gujarati"}],fallback:""},{label:"200",value:"https://common-fonts.abtasty.com/noto-serif-gujarati/Noto_Serif Gujarati-200.ttf",conditions:[{field:"fontName",value:"Noto Serif Gujarati"}],fallback:""},{label:"300",value:"https://common-fonts.abtasty.com/noto-serif-gujarati/Noto_Serif Gujarati-300.ttf",conditions:[{field:"fontName",value:"Noto Serif Gujarati"}],fallback:""},{label:"500",value:"https://common-fonts.abtasty.com/noto-serif-gujarati/Noto_Serif Gujarati-500.ttf",conditions:[{field:"fontName",value:"Noto Serif Gujarati"}],fallback:""},{label:"600",value:"https://common-fonts.abtasty.com/noto-serif-gujarati/Noto_Serif Gujarati-600.ttf",conditions:[{field:"fontName",value:"Noto Serif Gujarati"}],fallback:""},{label:"700",value:"https://common-fonts.abtasty.com/noto-serif-gujarati/Noto_Serif Gujarati-700.ttf",conditions:[{field:"fontName",value:"Noto Serif Gujarati"}],fallback:""},{label:"800",value:"https://common-fonts.abtasty.com/noto-serif-gujarati/Noto_Serif Gujarati-800.ttf",conditions:[{field:"fontName",value:"Noto Serif Gujarati"}],fallback:""},{label:"900",value:"https://common-fonts.abtasty.com/noto-serif-gujarati/Noto_Serif Gujarati-900.ttf",conditions:[{field:"fontName",value:"Noto Serif Gujarati"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/noto-serif-gurmukhi/Noto_Serif Gurmukhi-400.ttf",conditions:[{field:"fontName",value:"Noto Serif Gurmukhi"}],fallback:""},{label:"100",value:"https://common-fonts.abtasty.com/noto-serif-gurmukhi/Noto_Serif Gurmukhi-100.ttf",conditions:[{field:"fontName",value:"Noto Serif Gurmukhi"}],fallback:""},{label:"200",value:"https://common-fonts.abtasty.com/noto-serif-gurmukhi/Noto_Serif Gurmukhi-200.ttf",conditions:[{field:"fontName",value:"Noto Serif Gurmukhi"}],fallback:""},{label:"300",value:"https://common-fonts.abtasty.com/noto-serif-gurmukhi/Noto_Serif Gurmukhi-300.ttf",conditions:[{field:"fontName",value:"Noto Serif Gurmukhi"}],fallback:""},{label:"500",value:"https://common-fonts.abtasty.com/noto-serif-gurmukhi/Noto_Serif Gurmukhi-500.ttf",conditions:[{field:"fontName",value:"Noto Serif Gurmukhi"}],fallback:""},{label:"600",value:"https://common-fonts.abtasty.com/noto-serif-gurmukhi/Noto_Serif Gurmukhi-600.ttf",conditions:[{field:"fontName",value:"Noto Serif Gurmukhi"}],fallback:""},{label:"700",value:"https://common-fonts.abtasty.com/noto-serif-gurmukhi/Noto_Serif Gurmukhi-700.ttf",conditions:[{field:"fontName",value:"Noto Serif Gurmukhi"}],fallback:""},{label:"800",value:"https://common-fonts.abtasty.com/noto-serif-gurmukhi/Noto_Serif Gurmukhi-800.ttf",conditions:[{field:"fontName",value:"Noto Serif Gurmukhi"}],fallback:""},{label:"900",value:"https://common-fonts.abtasty.com/noto-serif-gurmukhi/Noto_Serif Gurmukhi-900.ttf",conditions:[{field:"fontName",value:"Noto Serif Gurmukhi"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/noto-serif-hebrew/Noto_Serif Hebrew-400.ttf",conditions:[{field:"fontName",value:"Noto Serif Hebrew"}],fallback:""},{label:"100",value:"https://common-fonts.abtasty.com/noto-serif-hebrew/Noto_Serif Hebrew-100.ttf",conditions:[{field:"fontName",value:"Noto Serif Hebrew"}],fallback:""},{label:"200",value:"https://common-fonts.abtasty.com/noto-serif-hebrew/Noto_Serif Hebrew-200.ttf",conditions:[{field:"fontName",value:"Noto Serif Hebrew"}],fallback:""},{label:"300",value:"https://common-fonts.abtasty.com/noto-serif-hebrew/Noto_Serif Hebrew-300.ttf",conditions:[{field:"fontName",value:"Noto Serif Hebrew"}],fallback:""},{label:"500",value:"https://common-fonts.abtasty.com/noto-serif-hebrew/Noto_Serif Hebrew-500.ttf",conditions:[{field:"fontName",value:"Noto Serif Hebrew"}],fallback:""},{label:"600",value:"https://common-fonts.abtasty.com/noto-serif-hebrew/Noto_Serif Hebrew-600.ttf",conditions:[{field:"fontName",value:"Noto Serif Hebrew"}],fallback:""},{label:"700",value:"https://common-fonts.abtasty.com/noto-serif-hebrew/Noto_Serif Hebrew-700.ttf",conditions:[{field:"fontName",value:"Noto Serif Hebrew"}],fallback:""},{label:"800",value:"https://common-fonts.abtasty.com/noto-serif-hebrew/Noto_Serif Hebrew-800.ttf",conditions:[{field:"fontName",value:"Noto Serif Hebrew"}],fallback:""},{label:"900",value:"https://common-fonts.abtasty.com/noto-serif-hebrew/Noto_Serif Hebrew-900.ttf",conditions:[{field:"fontName",value:"Noto Serif Hebrew"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/noto-serif-jp/Noto_Serif JP-400.ttf",conditions:[{field:"fontName",value:"Noto Serif JP"}],fallback:""},{label:"200",value:"https://common-fonts.abtasty.com/noto-serif-jp/Noto_Serif JP-200.ttf",conditions:[{field:"fontName",value:"Noto Serif JP"}],fallback:""},{label:"300",value:"https://common-fonts.abtasty.com/noto-serif-jp/Noto_Serif JP-300.ttf",conditions:[{field:"fontName",value:"Noto Serif JP"}],fallback:""},{label:"500",value:"https://common-fonts.abtasty.com/noto-serif-jp/Noto_Serif JP-500.ttf",conditions:[{field:"fontName",value:"Noto Serif JP"}],fallback:""},{label:"600",value:"https://common-fonts.abtasty.com/noto-serif-jp/Noto_Serif JP-600.ttf",conditions:[{field:"fontName",value:"Noto Serif JP"}],fallback:""},{label:"700",value:"https://common-fonts.abtasty.com/noto-serif-jp/Noto_Serif JP-700.ttf",conditions:[{field:"fontName",value:"Noto Serif JP"}],fallback:""},{label:"900",value:"https://common-fonts.abtasty.com/noto-serif-jp/Noto_Serif JP-900.ttf",conditions:[{field:"fontName",value:"Noto Serif JP"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/noto-serif-kr/Noto_Serif KR-400.ttf",conditions:[{field:"fontName",value:"Noto Serif KR"}],fallback:""},{label:"200",value:"https://common-fonts.abtasty.com/noto-serif-kr/Noto_Serif KR-200.ttf",conditions:[{field:"fontName",value:"Noto Serif KR"}],fallback:""},{label:"300",value:"https://common-fonts.abtasty.com/noto-serif-kr/Noto_Serif KR-300.ttf",conditions:[{field:"fontName",value:"Noto Serif KR"}],fallback:""},{label:"500",value:"https://common-fonts.abtasty.com/noto-serif-kr/Noto_Serif KR-500.ttf",conditions:[{field:"fontName",value:"Noto Serif KR"}],fallback:""},{label:"600",value:"https://common-fonts.abtasty.com/noto-serif-kr/Noto_Serif KR-600.ttf",conditions:[{field:"fontName",value:"Noto Serif KR"}],fallback:""},{label:"700",value:"https://common-fonts.abtasty.com/noto-serif-kr/Noto_Serif KR-700.ttf",conditions:[{field:"fontName",value:"Noto Serif KR"}],fallback:""},{label:"900",value:"https://common-fonts.abtasty.com/noto-serif-kr/Noto_Serif KR-900.ttf",conditions:[{field:"fontName",value:"Noto Serif KR"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/noto-serif-kannada/Noto_Serif Kannada-400.ttf",conditions:[{field:"fontName",value:"Noto Serif Kannada"}],fallback:""},{label:"100",value:"https://common-fonts.abtasty.com/noto-serif-kannada/Noto_Serif Kannada-100.ttf",conditions:[{field:"fontName",value:"Noto Serif Kannada"}],fallback:""},{label:"200",value:"https://common-fonts.abtasty.com/noto-serif-kannada/Noto_Serif Kannada-200.ttf",conditions:[{field:"fontName",value:"Noto Serif Kannada"}],fallback:""},{label:"300",value:"https://common-fonts.abtasty.com/noto-serif-kannada/Noto_Serif Kannada-300.ttf",conditions:[{field:"fontName",value:"Noto Serif Kannada"}],fallback:""},{label:"500",value:"https://common-fonts.abtasty.com/noto-serif-kannada/Noto_Serif Kannada-500.ttf",conditions:[{field:"fontName",value:"Noto Serif Kannada"}],fallback:""},{label:"600",value:"https://common-fonts.abtasty.com/noto-serif-kannada/Noto_Serif Kannada-600.ttf",conditions:[{field:"fontName",value:"Noto Serif Kannada"}],fallback:""},{label:"700",value:"https://common-fonts.abtasty.com/noto-serif-kannada/Noto_Serif Kannada-700.ttf",conditions:[{field:"fontName",value:"Noto Serif Kannada"}],fallback:""},{label:"800",value:"https://common-fonts.abtasty.com/noto-serif-kannada/Noto_Serif Kannada-800.ttf",conditions:[{field:"fontName",value:"Noto Serif Kannada"}],fallback:""},{label:"900",value:"https://common-fonts.abtasty.com/noto-serif-kannada/Noto_Serif Kannada-900.ttf",conditions:[{field:"fontName",value:"Noto Serif Kannada"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/noto-serif-khmer/Noto_Serif Khmer-400.ttf",conditions:[{field:"fontName",value:"Noto Serif Khmer"}],fallback:""},{label:"100",value:"https://common-fonts.abtasty.com/noto-serif-khmer/Noto_Serif Khmer-100.ttf",conditions:[{field:"fontName",value:"Noto Serif Khmer"}],fallback:""},{label:"200",value:"https://common-fonts.abtasty.com/noto-serif-khmer/Noto_Serif Khmer-200.ttf",conditions:[{field:"fontName",value:"Noto Serif Khmer"}],fallback:""},{label:"300",value:"https://common-fonts.abtasty.com/noto-serif-khmer/Noto_Serif Khmer-300.ttf",conditions:[{field:"fontName",value:"Noto Serif Khmer"}],fallback:""},{label:"500",value:"https://common-fonts.abtasty.com/noto-serif-khmer/Noto_Serif Khmer-500.ttf",conditions:[{field:"fontName",value:"Noto Serif Khmer"}],fallback:""},{label:"600",value:"https://common-fonts.abtasty.com/noto-serif-khmer/Noto_Serif Khmer-600.ttf",conditions:[{field:"fontName",value:"Noto Serif Khmer"}],fallback:""},{label:"700",value:"https://common-fonts.abtasty.com/noto-serif-khmer/Noto_Serif Khmer-700.ttf",conditions:[{field:"fontName",value:"Noto Serif Khmer"}],fallback:""},{label:"800",value:"https://common-fonts.abtasty.com/noto-serif-khmer/Noto_Serif Khmer-800.ttf",conditions:[{field:"fontName",value:"Noto Serif Khmer"}],fallback:""},{label:"900",value:"https://common-fonts.abtasty.com/noto-serif-khmer/Noto_Serif Khmer-900.ttf",conditions:[{field:"fontName",value:"Noto Serif Khmer"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/noto-serif-lao/Noto_Serif Lao-400.ttf",conditions:[{field:"fontName",value:"Noto Serif Lao"}],fallback:""},{label:"100",value:"https://common-fonts.abtasty.com/noto-serif-lao/Noto_Serif Lao-100.ttf",conditions:[{field:"fontName",value:"Noto Serif Lao"}],fallback:""},{label:"200",value:"https://common-fonts.abtasty.com/noto-serif-lao/Noto_Serif Lao-200.ttf",conditions:[{field:"fontName",value:"Noto Serif Lao"}],fallback:""},{label:"300",value:"https://common-fonts.abtasty.com/noto-serif-lao/Noto_Serif Lao-300.ttf",conditions:[{field:"fontName",value:"Noto Serif Lao"}],fallback:""},{label:"500",value:"https://common-fonts.abtasty.com/noto-serif-lao/Noto_Serif Lao-500.ttf",conditions:[{field:"fontName",value:"Noto Serif Lao"}],fallback:""},{label:"600",value:"https://common-fonts.abtasty.com/noto-serif-lao/Noto_Serif Lao-600.ttf",conditions:[{field:"fontName",value:"Noto Serif Lao"}],fallback:""},{label:"700",value:"https://common-fonts.abtasty.com/noto-serif-lao/Noto_Serif Lao-700.ttf",conditions:[{field:"fontName",value:"Noto Serif Lao"}],fallback:""},{label:"800",value:"https://common-fonts.abtasty.com/noto-serif-lao/Noto_Serif Lao-800.ttf",conditions:[{field:"fontName",value:"Noto Serif Lao"}],fallback:""},{label:"900",value:"https://common-fonts.abtasty.com/noto-serif-lao/Noto_Serif Lao-900.ttf",conditions:[{field:"fontName",value:"Noto Serif Lao"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/noto-serif-malayalam/Noto_Serif Malayalam-400.ttf",conditions:[{field:"fontName",value:"Noto Serif Malayalam"}],fallback:""},{label:"100",value:"https://common-fonts.abtasty.com/noto-serif-malayalam/Noto_Serif Malayalam-100.ttf",conditions:[{field:"fontName",value:"Noto Serif Malayalam"}],fallback:""},{label:"200",value:"https://common-fonts.abtasty.com/noto-serif-malayalam/Noto_Serif Malayalam-200.ttf",conditions:[{field:"fontName",value:"Noto Serif Malayalam"}],fallback:""},{label:"300",value:"https://common-fonts.abtasty.com/noto-serif-malayalam/Noto_Serif Malayalam-300.ttf",conditions:[{field:"fontName",value:"Noto Serif Malayalam"}],fallback:""},{label:"500",value:"https://common-fonts.abtasty.com/noto-serif-malayalam/Noto_Serif Malayalam-500.ttf",conditions:[{field:"fontName",value:"Noto Serif Malayalam"}],fallback:""},{label:"600",value:"https://common-fonts.abtasty.com/noto-serif-malayalam/Noto_Serif Malayalam-600.ttf",conditions:[{field:"fontName",value:"Noto Serif Malayalam"}],fallback:""},{label:"700",value:"https://common-fonts.abtasty.com/noto-serif-malayalam/Noto_Serif Malayalam-700.ttf",conditions:[{field:"fontName",value:"Noto Serif Malayalam"}],fallback:""},{label:"800",value:"https://common-fonts.abtasty.com/noto-serif-malayalam/Noto_Serif Malayalam-800.ttf",conditions:[{field:"fontName",value:"Noto Serif Malayalam"}],fallback:""},{label:"900",value:"https://common-fonts.abtasty.com/noto-serif-malayalam/Noto_Serif Malayalam-900.ttf",conditions:[{field:"fontName",value:"Noto Serif Malayalam"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/noto-serif-myanmar/Noto_Serif Myanmar-400.ttf",conditions:[{field:"fontName",value:"Noto Serif Myanmar"}],fallback:""},{label:"100",value:"https://common-fonts.abtasty.com/noto-serif-myanmar/Noto_Serif Myanmar-100.ttf",conditions:[{field:"fontName",value:"Noto Serif Myanmar"}],fallback:""},{label:"200",value:"https://common-fonts.abtasty.com/noto-serif-myanmar/Noto_Serif Myanmar-200.ttf",conditions:[{field:"fontName",value:"Noto Serif Myanmar"}],fallback:""},{label:"300",value:"https://common-fonts.abtasty.com/noto-serif-myanmar/Noto_Serif Myanmar-300.ttf",conditions:[{field:"fontName",value:"Noto Serif Myanmar"}],fallback:""},{label:"500",value:"https://common-fonts.abtasty.com/noto-serif-myanmar/Noto_Serif Myanmar-500.ttf",conditions:[{field:"fontName",value:"Noto Serif Myanmar"}],fallback:""},{label:"600",value:"https://common-fonts.abtasty.com/noto-serif-myanmar/Noto_Serif Myanmar-600.ttf",conditions:[{field:"fontName",value:"Noto Serif Myanmar"}],fallback:""},{label:"700",value:"https://common-fonts.abtasty.com/noto-serif-myanmar/Noto_Serif Myanmar-700.ttf",conditions:[{field:"fontName",value:"Noto Serif Myanmar"}],fallback:""},{label:"800",value:"https://common-fonts.abtasty.com/noto-serif-myanmar/Noto_Serif Myanmar-800.ttf",conditions:[{field:"fontName",value:"Noto Serif Myanmar"}],fallback:""},{label:"900",value:"https://common-fonts.abtasty.com/noto-serif-myanmar/Noto_Serif Myanmar-900.ttf",conditions:[{field:"fontName",value:"Noto Serif Myanmar"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/noto-serif-nyiakeng-puachue-hmong/Noto_Serif Nyiakeng Puachue Hmong-400.ttf",conditions:[{field:"fontName",value:"Noto Serif Nyiakeng Puachue Hmong"}],fallback:""},{label:"500",value:"https://common-fonts.abtasty.com/noto-serif-nyiakeng-puachue-hmong/Noto_Serif Nyiakeng Puachue Hmong-500.ttf",conditions:[{field:"fontName",value:"Noto Serif Nyiakeng Puachue Hmong"}],fallback:""},{label:"600",value:"https://common-fonts.abtasty.com/noto-serif-nyiakeng-puachue-hmong/Noto_Serif Nyiakeng Puachue Hmong-600.ttf",conditions:[{field:"fontName",value:"Noto Serif Nyiakeng Puachue Hmong"}],fallback:""},{label:"700",value:"https://common-fonts.abtasty.com/noto-serif-nyiakeng-puachue-hmong/Noto_Serif Nyiakeng Puachue Hmong-700.ttf",conditions:[{field:"fontName",value:"Noto Serif Nyiakeng Puachue Hmong"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/noto-serif-sc/Noto_Serif SC-400.ttf",conditions:[{field:"fontName",value:"Noto Serif SC"}],fallback:""},{label:"200",value:"https://common-fonts.abtasty.com/noto-serif-sc/Noto_Serif SC-200.ttf",conditions:[{field:"fontName",value:"Noto Serif SC"}],fallback:""},{label:"300",value:"https://common-fonts.abtasty.com/noto-serif-sc/Noto_Serif SC-300.ttf",conditions:[{field:"fontName",value:"Noto Serif SC"}],fallback:""},{label:"500",value:"https://common-fonts.abtasty.com/noto-serif-sc/Noto_Serif SC-500.ttf",conditions:[{field:"fontName",value:"Noto Serif SC"}],fallback:""},{label:"600",value:"https://common-fonts.abtasty.com/noto-serif-sc/Noto_Serif SC-600.ttf",conditions:[{field:"fontName",value:"Noto Serif SC"}],fallback:""},{label:"700",value:"https://common-fonts.abtasty.com/noto-serif-sc/Noto_Serif SC-700.ttf",conditions:[{field:"fontName",value:"Noto Serif SC"}],fallback:""},{label:"900",value:"https://common-fonts.abtasty.com/noto-serif-sc/Noto_Serif SC-900.ttf",conditions:[{field:"fontName",value:"Noto Serif SC"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/noto-serif-sinhala/Noto_Serif Sinhala-400.ttf",conditions:[{field:"fontName",value:"Noto Serif Sinhala"}],fallback:""},{label:"100",value:"https://common-fonts.abtasty.com/noto-serif-sinhala/Noto_Serif Sinhala-100.ttf",conditions:[{field:"fontName",value:"Noto Serif Sinhala"}],fallback:""},{label:"200",value:"https://common-fonts.abtasty.com/noto-serif-sinhala/Noto_Serif Sinhala-200.ttf",conditions:[{field:"fontName",value:"Noto Serif Sinhala"}],fallback:""},{label:"300",value:"https://common-fonts.abtasty.com/noto-serif-sinhala/Noto_Serif Sinhala-300.ttf",conditions:[{field:"fontName",value:"Noto Serif Sinhala"}],fallback:""},{label:"500",value:"https://common-fonts.abtasty.com/noto-serif-sinhala/Noto_Serif Sinhala-500.ttf",conditions:[{field:"fontName",value:"Noto Serif Sinhala"}],fallback:""},{label:"600",value:"https://common-fonts.abtasty.com/noto-serif-sinhala/Noto_Serif Sinhala-600.ttf",conditions:[{field:"fontName",value:"Noto Serif Sinhala"}],fallback:""},{label:"700",value:"https://common-fonts.abtasty.com/noto-serif-sinhala/Noto_Serif Sinhala-700.ttf",conditions:[{field:"fontName",value:"Noto Serif Sinhala"}],fallback:""},{label:"800",value:"https://common-fonts.abtasty.com/noto-serif-sinhala/Noto_Serif Sinhala-800.ttf",conditions:[{field:"fontName",value:"Noto Serif Sinhala"}],fallback:""},{label:"900",value:"https://common-fonts.abtasty.com/noto-serif-sinhala/Noto_Serif Sinhala-900.ttf",conditions:[{field:"fontName",value:"Noto Serif Sinhala"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/noto-serif-tc/Noto_Serif TC-400.ttf",conditions:[{field:"fontName",value:"Noto Serif TC"}],fallback:""},{label:"200",value:"https://common-fonts.abtasty.com/noto-serif-tc/Noto_Serif TC-200.ttf",conditions:[{field:"fontName",value:"Noto Serif TC"}],fallback:""},{label:"300",value:"https://common-fonts.abtasty.com/noto-serif-tc/Noto_Serif TC-300.ttf",conditions:[{field:"fontName",value:"Noto Serif TC"}],fallback:""},{label:"500",value:"https://common-fonts.abtasty.com/noto-serif-tc/Noto_Serif TC-500.ttf",conditions:[{field:"fontName",value:"Noto Serif TC"}],fallback:""},{label:"600",value:"https://common-fonts.abtasty.com/noto-serif-tc/Noto_Serif TC-600.ttf",conditions:[{field:"fontName",value:"Noto Serif TC"}],fallback:""},{label:"700",value:"https://common-fonts.abtasty.com/noto-serif-tc/Noto_Serif TC-700.ttf",conditions:[{field:"fontName",value:"Noto Serif TC"}],fallback:""},{label:"900",value:"https://common-fonts.abtasty.com/noto-serif-tc/Noto_Serif TC-900.ttf",conditions:[{field:"fontName",value:"Noto Serif TC"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/noto-serif-tamil/Noto_Serif Tamil-400.ttf",conditions:[{field:"fontName",value:"Noto Serif Tamil"}],fallback:""},{label:"Italic",value:"https://common-fonts.abtasty.com/noto-serif-tamil/Noto_Serif Tamil-400italic.ttf",conditions:[{field:"fontName",value:"Noto Serif Tamil"}],fallback:""},{label:"100",value:"https://common-fonts.abtasty.com/noto-serif-tamil/Noto_Serif Tamil-100.ttf",conditions:[{field:"fontName",value:"Noto Serif Tamil"}],fallback:""},{label:"100 Italic",value:"https://common-fonts.abtasty.com/noto-serif-tamil/Noto_Serif Tamil-100italic.ttf",conditions:[{field:"fontName",value:"Noto Serif Tamil"}],fallback:""},{label:"200",value:"https://common-fonts.abtasty.com/noto-serif-tamil/Noto_Serif Tamil-200.ttf",conditions:[{field:"fontName",value:"Noto Serif Tamil"}],fallback:""},{label:"200 Italic",value:"https://common-fonts.abtasty.com/noto-serif-tamil/Noto_Serif Tamil-200italic.ttf",conditions:[{field:"fontName",value:"Noto Serif Tamil"}],fallback:""},{label:"300",value:"https://common-fonts.abtasty.com/noto-serif-tamil/Noto_Serif Tamil-300.ttf",conditions:[{field:"fontName",value:"Noto Serif Tamil"}],fallback:""},{label:"300 Italic",value:"https://common-fonts.abtasty.com/noto-serif-tamil/Noto_Serif Tamil-300italic.ttf",conditions:[{field:"fontName",value:"Noto Serif Tamil"}],fallback:""},{label:"500",value:"https://common-fonts.abtasty.com/noto-serif-tamil/Noto_Serif Tamil-500.ttf",conditions:[{field:"fontName",value:"Noto Serif Tamil"}],fallback:""},{label:"500 Italic",value:"https://common-fonts.abtasty.com/noto-serif-tamil/Noto_Serif Tamil-500italic.ttf",conditions:[{field:"fontName",value:"Noto Serif Tamil"}],fallback:""},{label:"600",value:"https://common-fonts.abtasty.com/noto-serif-tamil/Noto_Serif Tamil-600.ttf",conditions:[{field:"fontName",value:"Noto Serif Tamil"}],fallback:""},{label:"600 Italic",value:"https://common-fonts.abtasty.com/noto-serif-tamil/Noto_Serif Tamil-600italic.ttf",conditions:[{field:"fontName",value:"Noto Serif Tamil"}],fallback:""},{label:"700",value:"https://common-fonts.abtasty.com/noto-serif-tamil/Noto_Serif Tamil-700.ttf",conditions:[{field:"fontName",value:"Noto Serif Tamil"}],fallback:""},{label:"700 Italic",value:"https://common-fonts.abtasty.com/noto-serif-tamil/Noto_Serif Tamil-700italic.ttf",conditions:[{field:"fontName",value:"Noto Serif Tamil"}],fallback:""},{label:"800",value:"https://common-fonts.abtasty.com/noto-serif-tamil/Noto_Serif Tamil-800.ttf",conditions:[{field:"fontName",value:"Noto Serif Tamil"}],fallback:""},{label:"800 Italic",value:"https://common-fonts.abtasty.com/noto-serif-tamil/Noto_Serif Tamil-800italic.ttf",conditions:[{field:"fontName",value:"Noto Serif Tamil"}],fallback:""},{label:"900",value:"https://common-fonts.abtasty.com/noto-serif-tamil/Noto_Serif Tamil-900.ttf",conditions:[{field:"fontName",value:"Noto Serif Tamil"}],fallback:""},{label:"900 Italic",value:"https://common-fonts.abtasty.com/noto-serif-tamil/Noto_Serif Tamil-900italic.ttf",conditions:[{field:"fontName",value:"Noto Serif Tamil"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/noto-serif-tangut/Noto_Serif Tangut-400.ttf",conditions:[{field:"fontName",value:"Noto Serif Tangut"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/noto-serif-telugu/Noto_Serif Telugu-400.ttf",conditions:[{field:"fontName",value:"Noto Serif Telugu"}],fallback:""},{label:"100",value:"https://common-fonts.abtasty.com/noto-serif-telugu/Noto_Serif Telugu-100.ttf",conditions:[{field:"fontName",value:"Noto Serif Telugu"}],fallback:""},{label:"200",value:"https://common-fonts.abtasty.com/noto-serif-telugu/Noto_Serif Telugu-200.ttf",conditions:[{field:"fontName",value:"Noto Serif Telugu"}],fallback:""},{label:"300",value:"https://common-fonts.abtasty.com/noto-serif-telugu/Noto_Serif Telugu-300.ttf",conditions:[{field:"fontName",value:"Noto Serif Telugu"}],fallback:""},{label:"500",value:"https://common-fonts.abtasty.com/noto-serif-telugu/Noto_Serif Telugu-500.ttf",conditions:[{field:"fontName",value:"Noto Serif Telugu"}],fallback:""},{label:"600",value:"https://common-fonts.abtasty.com/noto-serif-telugu/Noto_Serif Telugu-600.ttf",conditions:[{field:"fontName",value:"Noto Serif Telugu"}],fallback:""},{label:"700",value:"https://common-fonts.abtasty.com/noto-serif-telugu/Noto_Serif Telugu-700.ttf",conditions:[{field:"fontName",value:"Noto Serif Telugu"}],fallback:""},{label:"800",value:"https://common-fonts.abtasty.com/noto-serif-telugu/Noto_Serif Telugu-800.ttf",conditions:[{field:"fontName",value:"Noto Serif Telugu"}],fallback:""},{label:"900",value:"https://common-fonts.abtasty.com/noto-serif-telugu/Noto_Serif Telugu-900.ttf",conditions:[{field:"fontName",value:"Noto Serif Telugu"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/noto-serif-thai/Noto_Serif Thai-400.ttf",conditions:[{field:"fontName",value:"Noto Serif Thai"}],fallback:""},{label:"100",value:"https://common-fonts.abtasty.com/noto-serif-thai/Noto_Serif Thai-100.ttf",conditions:[{field:"fontName",value:"Noto Serif Thai"}],fallback:""},{label:"200",value:"https://common-fonts.abtasty.com/noto-serif-thai/Noto_Serif Thai-200.ttf",conditions:[{field:"fontName",value:"Noto Serif Thai"}],fallback:""},{label:"300",value:"https://common-fonts.abtasty.com/noto-serif-thai/Noto_Serif Thai-300.ttf",conditions:[{field:"fontName",value:"Noto Serif Thai"}],fallback:""},{label:"500",value:"https://common-fonts.abtasty.com/noto-serif-thai/Noto_Serif Thai-500.ttf",conditions:[{field:"fontName",value:"Noto Serif Thai"}],fallback:""},{label:"600",value:"https://common-fonts.abtasty.com/noto-serif-thai/Noto_Serif Thai-600.ttf",conditions:[{field:"fontName",value:"Noto Serif Thai"}],fallback:""},{label:"700",value:"https://common-fonts.abtasty.com/noto-serif-thai/Noto_Serif Thai-700.ttf",conditions:[{field:"fontName",value:"Noto Serif Thai"}],fallback:""},{label:"800",value:"https://common-fonts.abtasty.com/noto-serif-thai/Noto_Serif Thai-800.ttf",conditions:[{field:"fontName",value:"Noto Serif Thai"}],fallback:""},{label:"900",value:"https://common-fonts.abtasty.com/noto-serif-thai/Noto_Serif Thai-900.ttf",conditions:[{field:"fontName",value:"Noto Serif Thai"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/noto-serif-tibetan/Noto_Serif Tibetan-400.ttf",conditions:[{field:"fontName",value:"Noto Serif Tibetan"}],fallback:""},{label:"100",value:"https://common-fonts.abtasty.com/noto-serif-tibetan/Noto_Serif Tibetan-100.ttf",conditions:[{field:"fontName",value:"Noto Serif Tibetan"}],fallback:""},{label:"200",value:"https://common-fonts.abtasty.com/noto-serif-tibetan/Noto_Serif Tibetan-200.ttf",conditions:[{field:"fontName",value:"Noto Serif Tibetan"}],fallback:""},{label:"300",value:"https://common-fonts.abtasty.com/noto-serif-tibetan/Noto_Serif Tibetan-300.ttf",conditions:[{field:"fontName",value:"Noto Serif Tibetan"}],fallback:""},{label:"500",value:"https://common-fonts.abtasty.com/noto-serif-tibetan/Noto_Serif Tibetan-500.ttf",conditions:[{field:"fontName",value:"Noto Serif Tibetan"}],fallback:""},{label:"600",value:"https://common-fonts.abtasty.com/noto-serif-tibetan/Noto_Serif Tibetan-600.ttf",conditions:[{field:"fontName",value:"Noto Serif Tibetan"}],fallback:""},{label:"700",value:"https://common-fonts.abtasty.com/noto-serif-tibetan/Noto_Serif Tibetan-700.ttf",conditions:[{field:"fontName",value:"Noto Serif Tibetan"}],fallback:""},{label:"800",value:"https://common-fonts.abtasty.com/noto-serif-tibetan/Noto_Serif Tibetan-800.ttf",conditions:[{field:"fontName",value:"Noto Serif Tibetan"}],fallback:""},{label:"900",value:"https://common-fonts.abtasty.com/noto-serif-tibetan/Noto_Serif Tibetan-900.ttf",conditions:[{field:"fontName",value:"Noto Serif Tibetan"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/noto-serif-yezidi/Noto_Serif Yezidi-400.ttf",conditions:[{field:"fontName",value:"Noto Serif Yezidi"}],fallback:""},{label:"500",value:"https://common-fonts.abtasty.com/noto-serif-yezidi/Noto_Serif Yezidi-500.ttf",conditions:[{field:"fontName",value:"Noto Serif Yezidi"}],fallback:""},{label:"600",value:"https://common-fonts.abtasty.com/noto-serif-yezidi/Noto_Serif Yezidi-600.ttf",conditions:[{field:"fontName",value:"Noto Serif Yezidi"}],fallback:""},{label:"700",value:"https://common-fonts.abtasty.com/noto-serif-yezidi/Noto_Serif Yezidi-700.ttf",conditions:[{field:"fontName",value:"Noto Serif Yezidi"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/noto-traditional-nushu/Noto_Traditional Nushu-400.ttf",conditions:[{field:"fontName",value:"Noto Traditional Nushu"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/nova-cut/Nova_Cut-400.ttf",conditions:[{field:"fontName",value:"Nova Cut"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/nova-flat/Nova_Flat-400.ttf",conditions:[{field:"fontName",value:"Nova Flat"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/nova-mono/Nova_Mono-400.ttf",conditions:[{field:"fontName",value:"Nova Mono"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/nova-oval/Nova_Oval-400.ttf",conditions:[{field:"fontName",value:"Nova Oval"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/nova-round/Nova_Round-400.ttf",conditions:[{field:"fontName",value:"Nova Round"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/nova-script/Nova_Script-400.ttf",conditions:[{field:"fontName",value:"Nova Script"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/nova-slim/Nova_Slim-400.ttf",conditions:[{field:"fontName",value:"Nova Slim"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/nova-square/Nova_Square-400.ttf",conditions:[{field:"fontName",value:"Nova Square"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/numans/Numans-400.ttf",conditions:[{field:"fontName",value:"Numans"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/nunito/Nunito-400.ttf",conditions:[{field:"fontName",value:"Nunito"}],fallback:""},{label:"Italic",value:"https://common-fonts.abtasty.com/nunito/Nunito-400italic.ttf",conditions:[{field:"fontName",value:"Nunito"}],fallback:""},{label:"200",value:"https://common-fonts.abtasty.com/nunito/Nunito-200.ttf",conditions:[{field:"fontName",value:"Nunito"}],fallback:""},{label:"200 Italic",value:"https://common-fonts.abtasty.com/nunito/Nunito-200italic.ttf",conditions:[{field:"fontName",value:"Nunito"}],fallback:""},{label:"300",value:"https://common-fonts.abtasty.com/nunito/Nunito-300.ttf",conditions:[{field:"fontName",value:"Nunito"}],fallback:""},{label:"300 Italic",value:"https://common-fonts.abtasty.com/nunito/Nunito-300italic.ttf",conditions:[{field:"fontName",value:"Nunito"}],fallback:""},{label:"500",value:"https://common-fonts.abtasty.com/nunito/Nunito-500.ttf",conditions:[{field:"fontName",value:"Nunito"}],fallback:""},{label:"500 Italic",value:"https://common-fonts.abtasty.com/nunito/Nunito-500italic.ttf",conditions:[{field:"fontName",value:"Nunito"}],fallback:""},{label:"600",value:"https://common-fonts.abtasty.com/nunito/Nunito-600.ttf",conditions:[{field:"fontName",value:"Nunito"}],fallback:""},{label:"600 Italic",value:"https://common-fonts.abtasty.com/nunito/Nunito-600italic.ttf",conditions:[{field:"fontName",value:"Nunito"}],fallback:""},{label:"700",value:"https://common-fonts.abtasty.com/nunito/Nunito-700.ttf",conditions:[{field:"fontName",value:"Nunito"}],fallback:""},{label:"700 Italic",value:"https://common-fonts.abtasty.com/nunito/Nunito-700italic.ttf",conditions:[{field:"fontName",value:"Nunito"}],fallback:""},{label:"800",value:"https://common-fonts.abtasty.com/nunito/Nunito-800.ttf",conditions:[{field:"fontName",value:"Nunito"}],fallback:""},{label:"800 Italic",value:"https://common-fonts.abtasty.com/nunito/Nunito-800italic.ttf",conditions:[{field:"fontName",value:"Nunito"}],fallback:""},{label:"900",value:"https://common-fonts.abtasty.com/nunito/Nunito-900.ttf",conditions:[{field:"fontName",value:"Nunito"}],fallback:""},{label:"900 Italic",value:"https://common-fonts.abtasty.com/nunito/Nunito-900italic.ttf",conditions:[{field:"fontName",value:"Nunito"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/nunito-sans/Nunito_Sans-400.ttf",conditions:[{field:"fontName",value:"Nunito Sans"}],fallback:""},{label:"Italic",value:"https://common-fonts.abtasty.com/nunito-sans/Nunito_Sans-400italic.ttf",conditions:[{field:"fontName",value:"Nunito Sans"}],fallback:""},{label:"200",value:"https://common-fonts.abtasty.com/nunito-sans/Nunito_Sans-200.ttf",conditions:[{field:"fontName",value:"Nunito Sans"}],fallback:""},{label:"200 Italic",value:"https://common-fonts.abtasty.com/nunito-sans/Nunito_Sans-200italic.ttf",conditions:[{field:"fontName",value:"Nunito Sans"}],fallback:""},{label:"300",value:"https://common-fonts.abtasty.com/nunito-sans/Nunito_Sans-300.ttf",conditions:[{field:"fontName",value:"Nunito Sans"}],fallback:""},{label:"300 Italic",value:"https://common-fonts.abtasty.com/nunito-sans/Nunito_Sans-300italic.ttf",conditions:[{field:"fontName",value:"Nunito Sans"}],fallback:""},{label:"600",value:"https://common-fonts.abtasty.com/nunito-sans/Nunito_Sans-600.ttf",conditions:[{field:"fontName",value:"Nunito Sans"}],fallback:""},{label:"600 Italic",value:"https://common-fonts.abtasty.com/nunito-sans/Nunito_Sans-600italic.ttf",conditions:[{field:"fontName",value:"Nunito Sans"}],fallback:""},{label:"700",value:"https://common-fonts.abtasty.com/nunito-sans/Nunito_Sans-700.ttf",conditions:[{field:"fontName",value:"Nunito Sans"}],fallback:""},{label:"700 Italic",value:"https://common-fonts.abtasty.com/nunito-sans/Nunito_Sans-700italic.ttf",conditions:[{field:"fontName",value:"Nunito Sans"}],fallback:""},{label:"800",value:"https://common-fonts.abtasty.com/nunito-sans/Nunito_Sans-800.ttf",conditions:[{field:"fontName",value:"Nunito Sans"}],fallback:""},{label:"800 Italic",value:"https://common-fonts.abtasty.com/nunito-sans/Nunito_Sans-800italic.ttf",conditions:[{field:"fontName",value:"Nunito Sans"}],fallback:""},{label:"900",value:"https://common-fonts.abtasty.com/nunito-sans/Nunito_Sans-900.ttf",conditions:[{field:"fontName",value:"Nunito Sans"}],fallback:""},{label:"900 Italic",value:"https://common-fonts.abtasty.com/nunito-sans/Nunito_Sans-900italic.ttf",conditions:[{field:"fontName",value:"Nunito Sans"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/nuosu-sil/Nuosu_SIL-400.ttf",conditions:[{field:"fontName",value:"Nuosu SIL"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/odibee-sans/Odibee_Sans-400.ttf",conditions:[{field:"fontName",value:"Odibee Sans"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/odor-mean-chey/Odor_Mean Chey-400.ttf",conditions:[{field:"fontName",value:"Odor Mean Chey"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/offside/Offside-400.ttf",conditions:[{field:"fontName",value:"Offside"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/oi/Oi-400.ttf",conditions:[{field:"fontName",value:"Oi"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/old-standard-tt/Old_Standard TT-400.ttf",conditions:[{field:"fontName",value:"Old Standard TT"}],fallback:""},{label:"Italic",value:"https://common-fonts.abtasty.com/old-standard-tt/Old_Standard TT-400italic.ttf",conditions:[{field:"fontName",value:"Old Standard TT"}],fallback:""},{label:"700",value:"https://common-fonts.abtasty.com/old-standard-tt/Old_Standard TT-700.ttf",conditions:[{field:"fontName",value:"Old Standard TT"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/oldenburg/Oldenburg-400.ttf",conditions:[{field:"fontName",value:"Oldenburg"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/ole/Ole-400.ttf",conditions:[{field:"fontName",value:"Ole"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/oleo-script/Oleo_Script-400.ttf",conditions:[{field:"fontName",value:"Oleo Script"}],fallback:""},{label:"700",value:"https://common-fonts.abtasty.com/oleo-script/Oleo_Script-700.ttf",conditions:[{field:"fontName",value:"Oleo Script"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/oleo-script-swash-caps/Oleo_Script Swash Caps-400.ttf",conditions:[{field:"fontName",value:"Oleo Script Swash Caps"}],fallback:""},{label:"700",value:"https://common-fonts.abtasty.com/oleo-script-swash-caps/Oleo_Script Swash Caps-700.ttf",conditions:[{field:"fontName",value:"Oleo Script Swash Caps"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/oooh-baby/Oooh_Baby-400.ttf",conditions:[{field:"fontName",value:"Oooh Baby"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/open-sans/Open_Sans-400.ttf",conditions:[{field:"fontName",value:"Open Sans"}],fallback:""},{label:"Italic",value:"https://common-fonts.abtasty.com/open-sans/Open_Sans-400italic.ttf",conditions:[{field:"fontName",value:"Open Sans"}],fallback:""},{label:"300",value:"https://common-fonts.abtasty.com/open-sans/Open_Sans-300.ttf",conditions:[{field:"fontName",value:"Open Sans"}],fallback:""},{label:"300 Italic",value:"https://common-fonts.abtasty.com/open-sans/Open_Sans-300italic.ttf",conditions:[{field:"fontName",value:"Open Sans"}],fallback:""},{label:"500",value:"https://common-fonts.abtasty.com/open-sans/Open_Sans-500.ttf",conditions:[{field:"fontName",value:"Open Sans"}],fallback:""},{label:"500 Italic",value:"https://common-fonts.abtasty.com/open-sans/Open_Sans-500italic.ttf",conditions:[{field:"fontName",value:"Open Sans"}],fallback:""},{label:"600",value:"https://common-fonts.abtasty.com/open-sans/Open_Sans-600.ttf",conditions:[{field:"fontName",value:"Open Sans"}],fallback:""},{label:"600 Italic",value:"https://common-fonts.abtasty.com/open-sans/Open_Sans-600italic.ttf",conditions:[{field:"fontName",value:"Open Sans"}],fallback:""},{label:"700",value:"https://common-fonts.abtasty.com/open-sans/Open_Sans-700.ttf",conditions:[{field:"fontName",value:"Open Sans"}],fallback:""},{label:"700 Italic",value:"https://common-fonts.abtasty.com/open-sans/Open_Sans-700italic.ttf",conditions:[{field:"fontName",value:"Open Sans"}],fallback:""},{label:"800",value:"https://common-fonts.abtasty.com/open-sans/Open_Sans-800.ttf",conditions:[{field:"fontName",value:"Open Sans"}],fallback:""},{label:"800 Italic",value:"https://common-fonts.abtasty.com/open-sans/Open_Sans-800italic.ttf",conditions:[{field:"fontName",value:"Open Sans"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/oranienbaum/Oranienbaum-400.ttf",conditions:[{field:"fontName",value:"Oranienbaum"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/orbitron/Orbitron-400.ttf",conditions:[{field:"fontName",value:"Orbitron"}],fallback:""},{label:"500",value:"https://common-fonts.abtasty.com/orbitron/Orbitron-500.ttf",conditions:[{field:"fontName",value:"Orbitron"}],fallback:""},{label:"600",value:"https://common-fonts.abtasty.com/orbitron/Orbitron-600.ttf",conditions:[{field:"fontName",value:"Orbitron"}],fallback:""},{label:"700",value:"https://common-fonts.abtasty.com/orbitron/Orbitron-700.ttf",conditions:[{field:"fontName",value:"Orbitron"}],fallback:""},{label:"800",value:"https://common-fonts.abtasty.com/orbitron/Orbitron-800.ttf",conditions:[{field:"fontName",value:"Orbitron"}],fallback:""},{label:"900",value:"https://common-fonts.abtasty.com/orbitron/Orbitron-900.ttf",conditions:[{field:"fontName",value:"Orbitron"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/oregano/Oregano-400.ttf",conditions:[{field:"fontName",value:"Oregano"}],fallback:""},{label:"Italic",value:"https://common-fonts.abtasty.com/oregano/Oregano-400italic.ttf",conditions:[{field:"fontName",value:"Oregano"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/orelega-one/Orelega_One-400.ttf",conditions:[{field:"fontName",value:"Orelega One"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/orienta/Orienta-400.ttf",conditions:[{field:"fontName",value:"Orienta"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/original-surfer/Original_Surfer-400.ttf",conditions:[{field:"fontName",value:"Original Surfer"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/oswald/Oswald-400.ttf",conditions:[{field:"fontName",value:"Oswald"}],fallback:""},{label:"200",value:"https://common-fonts.abtasty.com/oswald/Oswald-200.ttf",conditions:[{field:"fontName",value:"Oswald"}],fallback:""},{label:"300",value:"https://common-fonts.abtasty.com/oswald/Oswald-300.ttf",conditions:[{field:"fontName",value:"Oswald"}],fallback:""},{label:"500",value:"https://common-fonts.abtasty.com/oswald/Oswald-500.ttf",conditions:[{field:"fontName",value:"Oswald"}],fallback:""},{label:"600",value:"https://common-fonts.abtasty.com/oswald/Oswald-600.ttf",conditions:[{field:"fontName",value:"Oswald"}],fallback:""},{label:"700",value:"https://common-fonts.abtasty.com/oswald/Oswald-700.ttf",conditions:[{field:"fontName",value:"Oswald"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/outfit/Outfit-400.ttf",conditions:[{field:"fontName",value:"Outfit"}],fallback:""},{label:"100",value:"https://common-fonts.abtasty.com/outfit/Outfit-100.ttf",conditions:[{field:"fontName",value:"Outfit"}],fallback:""},{label:"200",value:"https://common-fonts.abtasty.com/outfit/Outfit-200.ttf",conditions:[{field:"fontName",value:"Outfit"}],fallback:""},{label:"300",value:"https://common-fonts.abtasty.com/outfit/Outfit-300.ttf",conditions:[{field:"fontName",value:"Outfit"}],fallback:""},{label:"500",value:"https://common-fonts.abtasty.com/outfit/Outfit-500.ttf",conditions:[{field:"fontName",value:"Outfit"}],fallback:""},{label:"600",value:"https://common-fonts.abtasty.com/outfit/Outfit-600.ttf",conditions:[{field:"fontName",value:"Outfit"}],fallback:""},{label:"700",value:"https://common-fonts.abtasty.com/outfit/Outfit-700.ttf",conditions:[{field:"fontName",value:"Outfit"}],fallback:""},{label:"800",value:"https://common-fonts.abtasty.com/outfit/Outfit-800.ttf",conditions:[{field:"fontName",value:"Outfit"}],fallback:""},{label:"900",value:"https://common-fonts.abtasty.com/outfit/Outfit-900.ttf",conditions:[{field:"fontName",value:"Outfit"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/over-the-rainbow/Over_the Rainbow-400.ttf",conditions:[{field:"fontName",value:"Over the Rainbow"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/overlock/Overlock-400.ttf",conditions:[{field:"fontName",value:"Overlock"}],fallback:""},{label:"Italic",value:"https://common-fonts.abtasty.com/overlock/Overlock-400italic.ttf",conditions:[{field:"fontName",value:"Overlock"}],fallback:""},{label:"700",value:"https://common-fonts.abtasty.com/overlock/Overlock-700.ttf",conditions:[{field:"fontName",value:"Overlock"}],fallback:""},{label:"700 Italic",value:"https://common-fonts.abtasty.com/overlock/Overlock-700italic.ttf",conditions:[{field:"fontName",value:"Overlock"}],fallback:""},{label:"900",value:"https://common-fonts.abtasty.com/overlock/Overlock-900.ttf",conditions:[{field:"fontName",value:"Overlock"}],fallback:""},{label:"900 Italic",value:"https://common-fonts.abtasty.com/overlock/Overlock-900italic.ttf",conditions:[{field:"fontName",value:"Overlock"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/overlock-sc/Overlock_SC-400.ttf",conditions:[{field:"fontName",value:"Overlock SC"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/overpass/Overpass-400.ttf",conditions:[{field:"fontName",value:"Overpass"}],fallback:""},{label:"Italic",value:"https://common-fonts.abtasty.com/overpass/Overpass-400italic.ttf",conditions:[{field:"fontName",value:"Overpass"}],fallback:""},{label:"100",value:"https://common-fonts.abtasty.com/overpass/Overpass-100.ttf",conditions:[{field:"fontName",value:"Overpass"}],fallback:""},{label:"100 Italic",value:"https://common-fonts.abtasty.com/overpass/Overpass-100italic.ttf",conditions:[{field:"fontName",value:"Overpass"}],fallback:""},{label:"200",value:"https://common-fonts.abtasty.com/overpass/Overpass-200.ttf",conditions:[{field:"fontName",value:"Overpass"}],fallback:""},{label:"200 Italic",value:"https://common-fonts.abtasty.com/overpass/Overpass-200italic.ttf",conditions:[{field:"fontName",value:"Overpass"}],fallback:""},{label:"300",value:"https://common-fonts.abtasty.com/overpass/Overpass-300.ttf",conditions:[{field:"fontName",value:"Overpass"}],fallback:""},{label:"300 Italic",value:"https://common-fonts.abtasty.com/overpass/Overpass-300italic.ttf",conditions:[{field:"fontName",value:"Overpass"}],fallback:""},{label:"500",value:"https://common-fonts.abtasty.com/overpass/Overpass-500.ttf",conditions:[{field:"fontName",value:"Overpass"}],fallback:""},{label:"500 Italic",value:"https://common-fonts.abtasty.com/overpass/Overpass-500italic.ttf",conditions:[{field:"fontName",value:"Overpass"}],fallback:""},{label:"600",value:"https://common-fonts.abtasty.com/overpass/Overpass-600.ttf",conditions:[{field:"fontName",value:"Overpass"}],fallback:""},{label:"600 Italic",value:"https://common-fonts.abtasty.com/overpass/Overpass-600italic.ttf",conditions:[{field:"fontName",value:"Overpass"}],fallback:""},{label:"700",value:"https://common-fonts.abtasty.com/overpass/Overpass-700.ttf",conditions:[{field:"fontName",value:"Overpass"}],fallback:""},{label:"700 Italic",value:"https://common-fonts.abtasty.com/overpass/Overpass-700italic.ttf",conditions:[{field:"fontName",value:"Overpass"}],fallback:""},{label:"800",value:"https://common-fonts.abtasty.com/overpass/Overpass-800.ttf",conditions:[{field:"fontName",value:"Overpass"}],fallback:""},{label:"800 Italic",value:"https://common-fonts.abtasty.com/overpass/Overpass-800italic.ttf",conditions:[{field:"fontName",value:"Overpass"}],fallback:""},{label:"900",value:"https://common-fonts.abtasty.com/overpass/Overpass-900.ttf",conditions:[{field:"fontName",value:"Overpass"}],fallback:""},{label:"900 Italic",value:"https://common-fonts.abtasty.com/overpass/Overpass-900italic.ttf",conditions:[{field:"fontName",value:"Overpass"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/overpass-mono/Overpass_Mono-400.ttf",conditions:[{field:"fontName",value:"Overpass Mono"}],fallback:""},{label:"300",value:"https://common-fonts.abtasty.com/overpass-mono/Overpass_Mono-300.ttf",conditions:[{field:"fontName",value:"Overpass Mono"}],fallback:""},{label:"500",value:"https://common-fonts.abtasty.com/overpass-mono/Overpass_Mono-500.ttf",conditions:[{field:"fontName",value:"Overpass Mono"}],fallback:""},{label:"600",value:"https://common-fonts.abtasty.com/overpass-mono/Overpass_Mono-600.ttf",conditions:[{field:"fontName",value:"Overpass Mono"}],fallback:""},{label:"700",value:"https://common-fonts.abtasty.com/overpass-mono/Overpass_Mono-700.ttf",conditions:[{field:"fontName",value:"Overpass Mono"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/ovo/Ovo-400.ttf",conditions:[{field:"fontName",value:"Ovo"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/oxanium/Oxanium-400.ttf",conditions:[{field:"fontName",value:"Oxanium"}],fallback:""},{label:"200",value:"https://common-fonts.abtasty.com/oxanium/Oxanium-200.ttf",conditions:[{field:"fontName",value:"Oxanium"}],fallback:""},{label:"300",value:"https://common-fonts.abtasty.com/oxanium/Oxanium-300.ttf",conditions:[{field:"fontName",value:"Oxanium"}],fallback:""},{label:"500",value:"https://common-fonts.abtasty.com/oxanium/Oxanium-500.ttf",conditions:[{field:"fontName",value:"Oxanium"}],fallback:""},{label:"600",value:"https://common-fonts.abtasty.com/oxanium/Oxanium-600.ttf",conditions:[{field:"fontName",value:"Oxanium"}],fallback:""},{label:"700",value:"https://common-fonts.abtasty.com/oxanium/Oxanium-700.ttf",conditions:[{field:"fontName",value:"Oxanium"}],fallback:""},{label:"800",value:"https://common-fonts.abtasty.com/oxanium/Oxanium-800.ttf",conditions:[{field:"fontName",value:"Oxanium"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/oxygen/Oxygen-400.ttf",conditions:[{field:"fontName",value:"Oxygen"}],fallback:""},{label:"300",value:"https://common-fonts.abtasty.com/oxygen/Oxygen-300.ttf",conditions:[{field:"fontName",value:"Oxygen"}],fallback:""},{label:"700",value:"https://common-fonts.abtasty.com/oxygen/Oxygen-700.ttf",conditions:[{field:"fontName",value:"Oxygen"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/oxygen-mono/Oxygen_Mono-400.ttf",conditions:[{field:"fontName",value:"Oxygen Mono"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/pt-mono/PT_Mono-400.ttf",conditions:[{field:"fontName",value:"PT Mono"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/pt-sans/PT_Sans-400.ttf",conditions:[{field:"fontName",value:"PT Sans"}],fallback:""},{label:"Italic",value:"https://common-fonts.abtasty.com/pt-sans/PT_Sans-400italic.ttf",conditions:[{field:"fontName",value:"PT Sans"}],fallback:""},{label:"700",value:"https://common-fonts.abtasty.com/pt-sans/PT_Sans-700.ttf",conditions:[{field:"fontName",value:"PT Sans"}],fallback:""},{label:"700 Italic",value:"https://common-fonts.abtasty.com/pt-sans/PT_Sans-700italic.ttf",conditions:[{field:"fontName",value:"PT Sans"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/pt-sans-caption/PT_Sans Caption-400.ttf",conditions:[{field:"fontName",value:"PT Sans Caption"}],fallback:""},{label:"700",value:"https://common-fonts.abtasty.com/pt-sans-caption/PT_Sans Caption-700.ttf",conditions:[{field:"fontName",value:"PT Sans Caption"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/pt-sans-narrow/PT_Sans Narrow-400.ttf",conditions:[{field:"fontName",value:"PT Sans Narrow"}],fallback:""},{label:"700",value:"https://common-fonts.abtasty.com/pt-sans-narrow/PT_Sans Narrow-700.ttf",conditions:[{field:"fontName",value:"PT Sans Narrow"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/pt-serif/PT_Serif-400.ttf",conditions:[{field:"fontName",value:"PT Serif"}],fallback:""},{label:"Italic",value:"https://common-fonts.abtasty.com/pt-serif/PT_Serif-400italic.ttf",conditions:[{field:"fontName",value:"PT Serif"}],fallback:""},{label:"700",value:"https://common-fonts.abtasty.com/pt-serif/PT_Serif-700.ttf",conditions:[{field:"fontName",value:"PT Serif"}],fallback:""},{label:"700 Italic",value:"https://common-fonts.abtasty.com/pt-serif/PT_Serif-700italic.ttf",conditions:[{field:"fontName",value:"PT Serif"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/pt-serif-caption/PT_Serif Caption-400.ttf",conditions:[{field:"fontName",value:"PT Serif Caption"}],fallback:""},{label:"Italic",value:"https://common-fonts.abtasty.com/pt-serif-caption/PT_Serif Caption-400italic.ttf",conditions:[{field:"fontName",value:"PT Serif Caption"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/pacifico/Pacifico-400.ttf",conditions:[{field:"fontName",value:"Pacifico"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/padauk/Padauk-400.ttf",conditions:[{field:"fontName",value:"Padauk"}],fallback:""},{label:"700",value:"https://common-fonts.abtasty.com/padauk/Padauk-700.ttf",conditions:[{field:"fontName",value:"Padauk"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/palanquin/Palanquin-400.ttf",conditions:[{field:"fontName",value:"Palanquin"}],fallback:""},{label:"100",value:"https://common-fonts.abtasty.com/palanquin/Palanquin-100.ttf",conditions:[{field:"fontName",value:"Palanquin"}],fallback:""},{label:"200",value:"https://common-fonts.abtasty.com/palanquin/Palanquin-200.ttf",conditions:[{field:"fontName",value:"Palanquin"}],fallback:""},{label:"300",value:"https://common-fonts.abtasty.com/palanquin/Palanquin-300.ttf",conditions:[{field:"fontName",value:"Palanquin"}],fallback:""},{label:"500",value:"https://common-fonts.abtasty.com/palanquin/Palanquin-500.ttf",conditions:[{field:"fontName",value:"Palanquin"}],fallback:""},{label:"600",value:"https://common-fonts.abtasty.com/palanquin/Palanquin-600.ttf",conditions:[{field:"fontName",value:"Palanquin"}],fallback:""},{label:"700",value:"https://common-fonts.abtasty.com/palanquin/Palanquin-700.ttf",conditions:[{field:"fontName",value:"Palanquin"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/palanquin-dark/Palanquin_Dark-400.ttf",conditions:[{field:"fontName",value:"Palanquin Dark"}],fallback:""},{label:"500",value:"https://common-fonts.abtasty.com/palanquin-dark/Palanquin_Dark-500.ttf",conditions:[{field:"fontName",value:"Palanquin Dark"}],fallback:""},{label:"600",value:"https://common-fonts.abtasty.com/palanquin-dark/Palanquin_Dark-600.ttf",conditions:[{field:"fontName",value:"Palanquin Dark"}],fallback:""},{label:"700",value:"https://common-fonts.abtasty.com/palanquin-dark/Palanquin_Dark-700.ttf",conditions:[{field:"fontName",value:"Palanquin Dark"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/pangolin/Pangolin-400.ttf",conditions:[{field:"fontName",value:"Pangolin"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/paprika/Paprika-400.ttf",conditions:[{field:"fontName",value:"Paprika"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/parisienne/Parisienne-400.ttf",conditions:[{field:"fontName",value:"Parisienne"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/passero-one/Passero_One-400.ttf",conditions:[{field:"fontName",value:"Passero One"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/passion-one/Passion_One-400.ttf",conditions:[{field:"fontName",value:"Passion One"}],fallback:""},{label:"700",value:"https://common-fonts.abtasty.com/passion-one/Passion_One-700.ttf",conditions:[{field:"fontName",value:"Passion One"}],fallback:""},{label:"900",value:"https://common-fonts.abtasty.com/passion-one/Passion_One-900.ttf",conditions:[{field:"fontName",value:"Passion One"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/passions-conflict/Passions_Conflict-400.ttf",conditions:[{field:"fontName",value:"Passions Conflict"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/pathway-gothic-one/Pathway_Gothic One-400.ttf",conditions:[{field:"fontName",value:"Pathway Gothic One"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/patrick-hand/Patrick_Hand-400.ttf",conditions:[{field:"fontName",value:"Patrick Hand"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/patrick-hand-sc/Patrick_Hand SC-400.ttf",conditions:[{field:"fontName",value:"Patrick Hand SC"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/pattaya/Pattaya-400.ttf",conditions:[{field:"fontName",value:"Pattaya"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/patua-one/Patua_One-400.ttf",conditions:[{field:"fontName",value:"Patua One"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/pavanam/Pavanam-400.ttf",conditions:[{field:"fontName",value:"Pavanam"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/paytone-one/Paytone_One-400.ttf",conditions:[{field:"fontName",value:"Paytone One"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/peddana/Peddana-400.ttf",conditions:[{field:"fontName",value:"Peddana"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/peralta/Peralta-400.ttf",conditions:[{field:"fontName",value:"Peralta"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/permanent-marker/Permanent_Marker-400.ttf",conditions:[{field:"fontName",value:"Permanent Marker"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/petemoss/Petemoss-400.ttf",conditions:[{field:"fontName",value:"Petemoss"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/petit-formal-script/Petit_Formal Script-400.ttf",conditions:[{field:"fontName",value:"Petit Formal Script"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/petrona/Petrona-400.ttf",conditions:[{field:"fontName",value:"Petrona"}],fallback:""},{label:"Italic",value:"https://common-fonts.abtasty.com/petrona/Petrona-400italic.ttf",conditions:[{field:"fontName",value:"Petrona"}],fallback:""},{label:"100",value:"https://common-fonts.abtasty.com/petrona/Petrona-100.ttf",conditions:[{field:"fontName",value:"Petrona"}],fallback:""},{label:"100 Italic",value:"https://common-fonts.abtasty.com/petrona/Petrona-100italic.ttf",conditions:[{field:"fontName",value:"Petrona"}],fallback:""},{label:"200",value:"https://common-fonts.abtasty.com/petrona/Petrona-200.ttf",conditions:[{field:"fontName",value:"Petrona"}],fallback:""},{label:"200 Italic",value:"https://common-fonts.abtasty.com/petrona/Petrona-200italic.ttf",conditions:[{field:"fontName",value:"Petrona"}],fallback:""},{label:"300",value:"https://common-fonts.abtasty.com/petrona/Petrona-300.ttf",conditions:[{field:"fontName",value:"Petrona"}],fallback:""},{label:"300 Italic",value:"https://common-fonts.abtasty.com/petrona/Petrona-300italic.ttf",conditions:[{field:"fontName",value:"Petrona"}],fallback:""},{label:"500",value:"https://common-fonts.abtasty.com/petrona/Petrona-500.ttf",conditions:[{field:"fontName",value:"Petrona"}],fallback:""},{label:"500 Italic",value:"https://common-fonts.abtasty.com/petrona/Petrona-500italic.ttf",conditions:[{field:"fontName",value:"Petrona"}],fallback:""},{label:"600",value:"https://common-fonts.abtasty.com/petrona/Petrona-600.ttf",conditions:[{field:"fontName",value:"Petrona"}],fallback:""},{label:"600 Italic",value:"https://common-fonts.abtasty.com/petrona/Petrona-600italic.ttf",conditions:[{field:"fontName",value:"Petrona"}],fallback:""},{label:"700",value:"https://common-fonts.abtasty.com/petrona/Petrona-700.ttf",conditions:[{field:"fontName",value:"Petrona"}],fallback:""},{label:"700 Italic",value:"https://common-fonts.abtasty.com/petrona/Petrona-700italic.ttf",conditions:[{field:"fontName",value:"Petrona"}],fallback:""},{label:"800",value:"https://common-fonts.abtasty.com/petrona/Petrona-800.ttf",conditions:[{field:"fontName",value:"Petrona"}],fallback:""},{label:"800 Italic",value:"https://common-fonts.abtasty.com/petrona/Petrona-800italic.ttf",conditions:[{field:"fontName",value:"Petrona"}],fallback:""},{label:"900",value:"https://common-fonts.abtasty.com/petrona/Petrona-900.ttf",conditions:[{field:"fontName",value:"Petrona"}],fallback:""},{label:"900 Italic",value:"https://common-fonts.abtasty.com/petrona/Petrona-900italic.ttf",conditions:[{field:"fontName",value:"Petrona"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/philosopher/Philosopher-400.ttf",conditions:[{field:"fontName",value:"Philosopher"}],fallback:""},{label:"Italic",value:"https://common-fonts.abtasty.com/philosopher/Philosopher-400italic.ttf",conditions:[{field:"fontName",value:"Philosopher"}],fallback:""},{label:"700",value:"https://common-fonts.abtasty.com/philosopher/Philosopher-700.ttf",conditions:[{field:"fontName",value:"Philosopher"}],fallback:""},{label:"700 Italic",value:"https://common-fonts.abtasty.com/philosopher/Philosopher-700italic.ttf",conditions:[{field:"fontName",value:"Philosopher"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/piazzolla/Piazzolla-400.ttf",conditions:[{field:"fontName",value:"Piazzolla"}],fallback:""},{label:"Italic",value:"https://common-fonts.abtasty.com/piazzolla/Piazzolla-400italic.ttf",conditions:[{field:"fontName",value:"Piazzolla"}],fallback:""},{label:"100",value:"https://common-fonts.abtasty.com/piazzolla/Piazzolla-100.ttf",conditions:[{field:"fontName",value:"Piazzolla"}],fallback:""},{label:"100 Italic",value:"https://common-fonts.abtasty.com/piazzolla/Piazzolla-100italic.ttf",conditions:[{field:"fontName",value:"Piazzolla"}],fallback:""},{label:"200",value:"https://common-fonts.abtasty.com/piazzolla/Piazzolla-200.ttf",conditions:[{field:"fontName",value:"Piazzolla"}],fallback:""},{label:"200 Italic",value:"https://common-fonts.abtasty.com/piazzolla/Piazzolla-200italic.ttf",conditions:[{field:"fontName",value:"Piazzolla"}],fallback:""},{label:"300",value:"https://common-fonts.abtasty.com/piazzolla/Piazzolla-300.ttf",conditions:[{field:"fontName",value:"Piazzolla"}],fallback:""},{label:"300 Italic",value:"https://common-fonts.abtasty.com/piazzolla/Piazzolla-300italic.ttf",conditions:[{field:"fontName",value:"Piazzolla"}],fallback:""},{label:"500",value:"https://common-fonts.abtasty.com/piazzolla/Piazzolla-500.ttf",conditions:[{field:"fontName",value:"Piazzolla"}],fallback:""},{label:"500 Italic",value:"https://common-fonts.abtasty.com/piazzolla/Piazzolla-500italic.ttf",conditions:[{field:"fontName",value:"Piazzolla"}],fallback:""},{label:"600",value:"https://common-fonts.abtasty.com/piazzolla/Piazzolla-600.ttf",conditions:[{field:"fontName",value:"Piazzolla"}],fallback:""},{label:"600 Italic",value:"https://common-fonts.abtasty.com/piazzolla/Piazzolla-600italic.ttf",conditions:[{field:"fontName",value:"Piazzolla"}],fallback:""},{label:"700",value:"https://common-fonts.abtasty.com/piazzolla/Piazzolla-700.ttf",conditions:[{field:"fontName",value:"Piazzolla"}],fallback:""},{label:"700 Italic",value:"https://common-fonts.abtasty.com/piazzolla/Piazzolla-700italic.ttf",conditions:[{field:"fontName",value:"Piazzolla"}],fallback:""},{label:"800",value:"https://common-fonts.abtasty.com/piazzolla/Piazzolla-800.ttf",conditions:[{field:"fontName",value:"Piazzolla"}],fallback:""},{label:"800 Italic",value:"https://common-fonts.abtasty.com/piazzolla/Piazzolla-800italic.ttf",conditions:[{field:"fontName",value:"Piazzolla"}],fallback:""},{label:"900",value:"https://common-fonts.abtasty.com/piazzolla/Piazzolla-900.ttf",conditions:[{field:"fontName",value:"Piazzolla"}],fallback:""},{label:"900 Italic",value:"https://common-fonts.abtasty.com/piazzolla/Piazzolla-900italic.ttf",conditions:[{field:"fontName",value:"Piazzolla"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/piedra/Piedra-400.ttf",conditions:[{field:"fontName",value:"Piedra"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/pinyon-script/Pinyon_Script-400.ttf",conditions:[{field:"fontName",value:"Pinyon Script"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/pirata-one/Pirata_One-400.ttf",conditions:[{field:"fontName",value:"Pirata One"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/plaster/Plaster-400.ttf",conditions:[{field:"fontName",value:"Plaster"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/play/Play-400.ttf",conditions:[{field:"fontName",value:"Play"}],fallback:""},{label:"700",value:"https://common-fonts.abtasty.com/play/Play-700.ttf",conditions:[{field:"fontName",value:"Play"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/playball/Playball-400.ttf",conditions:[{field:"fontName",value:"Playball"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/playfair-display/Playfair_Display-400.ttf",conditions:[{field:"fontName",value:"Playfair Display"}],fallback:""},{label:"Italic",value:"https://common-fonts.abtasty.com/playfair-display/Playfair_Display-400italic.ttf",conditions:[{field:"fontName",value:"Playfair Display"}],fallback:""},{label:"500",value:"https://common-fonts.abtasty.com/playfair-display/Playfair_Display-500.ttf",conditions:[{field:"fontName",value:"Playfair Display"}],fallback:""},{label:"500 Italic",value:"https://common-fonts.abtasty.com/playfair-display/Playfair_Display-500italic.ttf",conditions:[{field:"fontName",value:"Playfair Display"}],fallback:""},{label:"600",value:"https://common-fonts.abtasty.com/playfair-display/Playfair_Display-600.ttf",conditions:[{field:"fontName",value:"Playfair Display"}],fallback:""},{label:"600 Italic",value:"https://common-fonts.abtasty.com/playfair-display/Playfair_Display-600italic.ttf",conditions:[{field:"fontName",value:"Playfair Display"}],fallback:""},{label:"700",value:"https://common-fonts.abtasty.com/playfair-display/Playfair_Display-700.ttf",conditions:[{field:"fontName",value:"Playfair Display"}],fallback:""},{label:"700 Italic",value:"https://common-fonts.abtasty.com/playfair-display/Playfair_Display-700italic.ttf",conditions:[{field:"fontName",value:"Playfair Display"}],fallback:""},{label:"800",value:"https://common-fonts.abtasty.com/playfair-display/Playfair_Display-800.ttf",conditions:[{field:"fontName",value:"Playfair Display"}],fallback:""},{label:"800 Italic",value:"https://common-fonts.abtasty.com/playfair-display/Playfair_Display-800italic.ttf",conditions:[{field:"fontName",value:"Playfair Display"}],fallback:""},{label:"900",value:"https://common-fonts.abtasty.com/playfair-display/Playfair_Display-900.ttf",conditions:[{field:"fontName",value:"Playfair Display"}],fallback:""},{label:"900 Italic",value:"https://common-fonts.abtasty.com/playfair-display/Playfair_Display-900italic.ttf",conditions:[{field:"fontName",value:"Playfair Display"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/playfair-display-sc/Playfair_Display SC-400.ttf",conditions:[{field:"fontName",value:"Playfair Display SC"}],fallback:""},{label:"Italic",value:"https://common-fonts.abtasty.com/playfair-display-sc/Playfair_Display SC-400italic.ttf",conditions:[{field:"fontName",value:"Playfair Display SC"}],fallback:""},{label:"700",value:"https://common-fonts.abtasty.com/playfair-display-sc/Playfair_Display SC-700.ttf",conditions:[{field:"fontName",value:"Playfair Display SC"}],fallback:""},{label:"700 Italic",value:"https://common-fonts.abtasty.com/playfair-display-sc/Playfair_Display SC-700italic.ttf",conditions:[{field:"fontName",value:"Playfair Display SC"}],fallback:""},{label:"900",value:"https://common-fonts.abtasty.com/playfair-display-sc/Playfair_Display SC-900.ttf",conditions:[{field:"fontName",value:"Playfair Display SC"}],fallback:""},{label:"900 Italic",value:"https://common-fonts.abtasty.com/playfair-display-sc/Playfair_Display SC-900italic.ttf",conditions:[{field:"fontName",value:"Playfair Display SC"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/plus-jakarta-sans/Plus_Jakarta Sans-400.ttf",conditions:[{field:"fontName",value:"Plus Jakarta Sans"}],fallback:""},{label:"Italic",value:"https://common-fonts.abtasty.com/plus-jakarta-sans/Plus_Jakarta Sans-400italic.ttf",conditions:[{field:"fontName",value:"Plus Jakarta Sans"}],fallback:""},{label:"200",value:"https://common-fonts.abtasty.com/plus-jakarta-sans/Plus_Jakarta Sans-200.ttf",conditions:[{field:"fontName",value:"Plus Jakarta Sans"}],fallback:""},{label:"200 Italic",value:"https://common-fonts.abtasty.com/plus-jakarta-sans/Plus_Jakarta Sans-200italic.ttf",conditions:[{field:"fontName",value:"Plus Jakarta Sans"}],fallback:""},{label:"300",value:"https://common-fonts.abtasty.com/plus-jakarta-sans/Plus_Jakarta Sans-300.ttf",conditions:[{field:"fontName",value:"Plus Jakarta Sans"}],fallback:""},{label:"300 Italic",value:"https://common-fonts.abtasty.com/plus-jakarta-sans/Plus_Jakarta Sans-300italic.ttf",conditions:[{field:"fontName",value:"Plus Jakarta Sans"}],fallback:""},{label:"500",value:"https://common-fonts.abtasty.com/plus-jakarta-sans/Plus_Jakarta Sans-500.ttf",conditions:[{field:"fontName",value:"Plus Jakarta Sans"}],fallback:""},{label:"500 Italic",value:"https://common-fonts.abtasty.com/plus-jakarta-sans/Plus_Jakarta Sans-500italic.ttf",conditions:[{field:"fontName",value:"Plus Jakarta Sans"}],fallback:""},{label:"600",value:"https://common-fonts.abtasty.com/plus-jakarta-sans/Plus_Jakarta Sans-600.ttf",conditions:[{field:"fontName",value:"Plus Jakarta Sans"}],fallback:""},{label:"600 Italic",value:"https://common-fonts.abtasty.com/plus-jakarta-sans/Plus_Jakarta Sans-600italic.ttf",conditions:[{field:"fontName",value:"Plus Jakarta Sans"}],fallback:""},{label:"700",value:"https://common-fonts.abtasty.com/plus-jakarta-sans/Plus_Jakarta Sans-700.ttf",conditions:[{field:"fontName",value:"Plus Jakarta Sans"}],fallback:""},{label:"700 Italic",value:"https://common-fonts.abtasty.com/plus-jakarta-sans/Plus_Jakarta Sans-700italic.ttf",conditions:[{field:"fontName",value:"Plus Jakarta Sans"}],fallback:""},{label:"800",value:"https://common-fonts.abtasty.com/plus-jakarta-sans/Plus_Jakarta Sans-800.ttf",conditions:[{field:"fontName",value:"Plus Jakarta Sans"}],fallback:""},{label:"800 Italic",value:"https://common-fonts.abtasty.com/plus-jakarta-sans/Plus_Jakarta Sans-800italic.ttf",conditions:[{field:"fontName",value:"Plus Jakarta Sans"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/podkova/Podkova-400.ttf",conditions:[{field:"fontName",value:"Podkova"}],fallback:""},{label:"500",value:"https://common-fonts.abtasty.com/podkova/Podkova-500.ttf",conditions:[{field:"fontName",value:"Podkova"}],fallback:""},{label:"600",value:"https://common-fonts.abtasty.com/podkova/Podkova-600.ttf",conditions:[{field:"fontName",value:"Podkova"}],fallback:""},{label:"700",value:"https://common-fonts.abtasty.com/podkova/Podkova-700.ttf",conditions:[{field:"fontName",value:"Podkova"}],fallback:""},{label:"800",value:"https://common-fonts.abtasty.com/podkova/Podkova-800.ttf",conditions:[{field:"fontName",value:"Podkova"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/poiret-one/Poiret_One-400.ttf",conditions:[{field:"fontName",value:"Poiret One"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/poller-one/Poller_One-400.ttf",conditions:[{field:"fontName",value:"Poller One"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/poly/Poly-400.ttf",conditions:[{field:"fontName",value:"Poly"}],fallback:""},{label:"Italic",value:"https://common-fonts.abtasty.com/poly/Poly-400italic.ttf",conditions:[{field:"fontName",value:"Poly"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/pompiere/Pompiere-400.ttf",conditions:[{field:"fontName",value:"Pompiere"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/pontano-sans/Pontano_Sans-400.ttf",conditions:[{field:"fontName",value:"Pontano Sans"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/poor-story/Poor_Story-400.ttf",conditions:[{field:"fontName",value:"Poor Story"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/poppins/Poppins-400.ttf",conditions:[{field:"fontName",value:"Poppins"}],fallback:""},{label:"Italic",value:"https://common-fonts.abtasty.com/poppins/Poppins-400italic.ttf",conditions:[{field:"fontName",value:"Poppins"}],fallback:""},{label:"100",value:"https://common-fonts.abtasty.com/poppins/Poppins-100.ttf",conditions:[{field:"fontName",value:"Poppins"}],fallback:""},{label:"100 Italic",value:"https://common-fonts.abtasty.com/poppins/Poppins-100italic.ttf",conditions:[{field:"fontName",value:"Poppins"}],fallback:""},{label:"200",value:"https://common-fonts.abtasty.com/poppins/Poppins-200.ttf",conditions:[{field:"fontName",value:"Poppins"}],fallback:""},{label:"200 Italic",value:"https://common-fonts.abtasty.com/poppins/Poppins-200italic.ttf",conditions:[{field:"fontName",value:"Poppins"}],fallback:""},{label:"300",value:"https://common-fonts.abtasty.com/poppins/Poppins-300.ttf",conditions:[{field:"fontName",value:"Poppins"}],fallback:""},{label:"300 Italic",value:"https://common-fonts.abtasty.com/poppins/Poppins-300italic.ttf",conditions:[{field:"fontName",value:"Poppins"}],fallback:""},{label:"500",value:"https://common-fonts.abtasty.com/poppins/Poppins-500.ttf",conditions:[{field:"fontName",value:"Poppins"}],fallback:""},{label:"500 Italic",value:"https://common-fonts.abtasty.com/poppins/Poppins-500italic.ttf",conditions:[{field:"fontName",value:"Poppins"}],fallback:""},{label:"600",value:"https://common-fonts.abtasty.com/poppins/Poppins-600.ttf",conditions:[{field:"fontName",value:"Poppins"}],fallback:""},{label:"600 Italic",value:"https://common-fonts.abtasty.com/poppins/Poppins-600italic.ttf",conditions:[{field:"fontName",value:"Poppins"}],fallback:""},{label:"700",value:"https://common-fonts.abtasty.com/poppins/Poppins-700.ttf",conditions:[{field:"fontName",value:"Poppins"}],fallback:""},{label:"700 Italic",value:"https://common-fonts.abtasty.com/poppins/Poppins-700italic.ttf",conditions:[{field:"fontName",value:"Poppins"}],fallback:""},{label:"800",value:"https://common-fonts.abtasty.com/poppins/Poppins-800.ttf",conditions:[{field:"fontName",value:"Poppins"}],fallback:""},{label:"800 Italic",value:"https://common-fonts.abtasty.com/poppins/Poppins-800italic.ttf",conditions:[{field:"fontName",value:"Poppins"}],fallback:""},{label:"900",value:"https://common-fonts.abtasty.com/poppins/Poppins-900.ttf",conditions:[{field:"fontName",value:"Poppins"}],fallback:""},{label:"900 Italic",value:"https://common-fonts.abtasty.com/poppins/Poppins-900italic.ttf",conditions:[{field:"fontName",value:"Poppins"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/port-lligat-sans/Port_Lligat Sans-400.ttf",conditions:[{field:"fontName",value:"Port Lligat Sans"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/port-lligat-slab/Port_Lligat Slab-400.ttf",conditions:[{field:"fontName",value:"Port Lligat Slab"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/potta-one/Potta_One-400.ttf",conditions:[{field:"fontName",value:"Potta One"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/pragati-narrow/Pragati_Narrow-400.ttf",conditions:[{field:"fontName",value:"Pragati Narrow"}],fallback:""},{label:"700",value:"https://common-fonts.abtasty.com/pragati-narrow/Pragati_Narrow-700.ttf",conditions:[{field:"fontName",value:"Pragati Narrow"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/praise/Praise-400.ttf",conditions:[{field:"fontName",value:"Praise"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/prata/Prata-400.ttf",conditions:[{field:"fontName",value:"Prata"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/preahvihear/Preahvihear-400.ttf",conditions:[{field:"fontName",value:"Preahvihear"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/press-start-2p/Press_Start 2P-400.ttf",conditions:[{field:"fontName",value:"Press Start 2P"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/pridi/Pridi-400.ttf",conditions:[{field:"fontName",value:"Pridi"}],fallback:""},{label:"200",value:"https://common-fonts.abtasty.com/pridi/Pridi-200.ttf",conditions:[{field:"fontName",value:"Pridi"}],fallback:""},{label:"300",value:"https://common-fonts.abtasty.com/pridi/Pridi-300.ttf",conditions:[{field:"fontName",value:"Pridi"}],fallback:""},{label:"500",value:"https://common-fonts.abtasty.com/pridi/Pridi-500.ttf",conditions:[{field:"fontName",value:"Pridi"}],fallback:""},{label:"600",value:"https://common-fonts.abtasty.com/pridi/Pridi-600.ttf",conditions:[{field:"fontName",value:"Pridi"}],fallback:""},{label:"700",value:"https://common-fonts.abtasty.com/pridi/Pridi-700.ttf",conditions:[{field:"fontName",value:"Pridi"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/princess-sofia/Princess_Sofia-400.ttf",conditions:[{field:"fontName",value:"Princess Sofia"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/prociono/Prociono-400.ttf",conditions:[{field:"fontName",value:"Prociono"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/prompt/Prompt-400.ttf",conditions:[{field:"fontName",value:"Prompt"}],fallback:""},{label:"Italic",value:"https://common-fonts.abtasty.com/prompt/Prompt-400italic.ttf",conditions:[{field:"fontName",value:"Prompt"}],fallback:""},{label:"100",value:"https://common-fonts.abtasty.com/prompt/Prompt-100.ttf",conditions:[{field:"fontName",value:"Prompt"}],fallback:""},{label:"100 Italic",value:"https://common-fonts.abtasty.com/prompt/Prompt-100italic.ttf",conditions:[{field:"fontName",value:"Prompt"}],fallback:""},{label:"200",value:"https://common-fonts.abtasty.com/prompt/Prompt-200.ttf",conditions:[{field:"fontName",value:"Prompt"}],fallback:""},{label:"200 Italic",value:"https://common-fonts.abtasty.com/prompt/Prompt-200italic.ttf",conditions:[{field:"fontName",value:"Prompt"}],fallback:""},{label:"300",value:"https://common-fonts.abtasty.com/prompt/Prompt-300.ttf",conditions:[{field:"fontName",value:"Prompt"}],fallback:""},{label:"300 Italic",value:"https://common-fonts.abtasty.com/prompt/Prompt-300italic.ttf",conditions:[{field:"fontName",value:"Prompt"}],fallback:""},{label:"500",value:"https://common-fonts.abtasty.com/prompt/Prompt-500.ttf",conditions:[{field:"fontName",value:"Prompt"}],fallback:""},{label:"500 Italic",value:"https://common-fonts.abtasty.com/prompt/Prompt-500italic.ttf",conditions:[{field:"fontName",value:"Prompt"}],fallback:""},{label:"600",value:"https://common-fonts.abtasty.com/prompt/Prompt-600.ttf",conditions:[{field:"fontName",value:"Prompt"}],fallback:""},{label:"600 Italic",value:"https://common-fonts.abtasty.com/prompt/Prompt-600italic.ttf",conditions:[{field:"fontName",value:"Prompt"}],fallback:""},{label:"700",value:"https://common-fonts.abtasty.com/prompt/Prompt-700.ttf",conditions:[{field:"fontName",value:"Prompt"}],fallback:""},{label:"700 Italic",value:"https://common-fonts.abtasty.com/prompt/Prompt-700italic.ttf",conditions:[{field:"fontName",value:"Prompt"}],fallback:""},{label:"800",value:"https://common-fonts.abtasty.com/prompt/Prompt-800.ttf",conditions:[{field:"fontName",value:"Prompt"}],fallback:""},{label:"800 Italic",value:"https://common-fonts.abtasty.com/prompt/Prompt-800italic.ttf",conditions:[{field:"fontName",value:"Prompt"}],fallback:""},{label:"900",value:"https://common-fonts.abtasty.com/prompt/Prompt-900.ttf",conditions:[{field:"fontName",value:"Prompt"}],fallback:""},{label:"900 Italic",value:"https://common-fonts.abtasty.com/prompt/Prompt-900italic.ttf",conditions:[{field:"fontName",value:"Prompt"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/prosto-one/Prosto_One-400.ttf",conditions:[{field:"fontName",value:"Prosto One"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/proza-libre/Proza_Libre-400.ttf",conditions:[{field:"fontName",value:"Proza Libre"}],fallback:""},{label:"Italic",value:"https://common-fonts.abtasty.com/proza-libre/Proza_Libre-400italic.ttf",conditions:[{field:"fontName",value:"Proza Libre"}],fallback:""},{label:"500",value:"https://common-fonts.abtasty.com/proza-libre/Proza_Libre-500.ttf",conditions:[{field:"fontName",value:"Proza Libre"}],fallback:""},{label:"500 Italic",value:"https://common-fonts.abtasty.com/proza-libre/Proza_Libre-500italic.ttf",conditions:[{field:"fontName",value:"Proza Libre"}],fallback:""},{label:"600",value:"https://common-fonts.abtasty.com/proza-libre/Proza_Libre-600.ttf",conditions:[{field:"fontName",value:"Proza Libre"}],fallback:""},{label:"600 Italic",value:"https://common-fonts.abtasty.com/proza-libre/Proza_Libre-600italic.ttf",conditions:[{field:"fontName",value:"Proza Libre"}],fallback:""},{label:"700",value:"https://common-fonts.abtasty.com/proza-libre/Proza_Libre-700.ttf",conditions:[{field:"fontName",value:"Proza Libre"}],fallback:""},{label:"700 Italic",value:"https://common-fonts.abtasty.com/proza-libre/Proza_Libre-700italic.ttf",conditions:[{field:"fontName",value:"Proza Libre"}],fallback:""},{label:"800",value:"https://common-fonts.abtasty.com/proza-libre/Proza_Libre-800.ttf",conditions:[{field:"fontName",value:"Proza Libre"}],fallback:""},{label:"800 Italic",value:"https://common-fonts.abtasty.com/proza-libre/Proza_Libre-800italic.ttf",conditions:[{field:"fontName",value:"Proza Libre"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/public-sans/Public_Sans-400.ttf",conditions:[{field:"fontName",value:"Public Sans"}],fallback:""},{label:"Italic",value:"https://common-fonts.abtasty.com/public-sans/Public_Sans-400italic.ttf",conditions:[{field:"fontName",value:"Public Sans"}],fallback:""},{label:"100",value:"https://common-fonts.abtasty.com/public-sans/Public_Sans-100.ttf",conditions:[{field:"fontName",value:"Public Sans"}],fallback:""},{label:"100 Italic",value:"https://common-fonts.abtasty.com/public-sans/Public_Sans-100italic.ttf",conditions:[{field:"fontName",value:"Public Sans"}],fallback:""},{label:"200",value:"https://common-fonts.abtasty.com/public-sans/Public_Sans-200.ttf",conditions:[{field:"fontName",value:"Public Sans"}],fallback:""},{label:"200 Italic",value:"https://common-fonts.abtasty.com/public-sans/Public_Sans-200italic.ttf",conditions:[{field:"fontName",value:"Public Sans"}],fallback:""},{label:"300",value:"https://common-fonts.abtasty.com/public-sans/Public_Sans-300.ttf",conditions:[{field:"fontName",value:"Public Sans"}],fallback:""},{label:"300 Italic",value:"https://common-fonts.abtasty.com/public-sans/Public_Sans-300italic.ttf",conditions:[{field:"fontName",value:"Public Sans"}],fallback:""},{label:"500",value:"https://common-fonts.abtasty.com/public-sans/Public_Sans-500.ttf",conditions:[{field:"fontName",value:"Public Sans"}],fallback:""},{label:"500 Italic",value:"https://common-fonts.abtasty.com/public-sans/Public_Sans-500italic.ttf",conditions:[{field:"fontName",value:"Public Sans"}],fallback:""},{label:"600",value:"https://common-fonts.abtasty.com/public-sans/Public_Sans-600.ttf",conditions:[{field:"fontName",value:"Public Sans"}],fallback:""},{label:"600 Italic",value:"https://common-fonts.abtasty.com/public-sans/Public_Sans-600italic.ttf",conditions:[{field:"fontName",value:"Public Sans"}],fallback:""},{label:"700",value:"https://common-fonts.abtasty.com/public-sans/Public_Sans-700.ttf",conditions:[{field:"fontName",value:"Public Sans"}],fallback:""},{label:"700 Italic",value:"https://common-fonts.abtasty.com/public-sans/Public_Sans-700italic.ttf",conditions:[{field:"fontName",value:"Public Sans"}],fallback:""},{label:"800",value:"https://common-fonts.abtasty.com/public-sans/Public_Sans-800.ttf",conditions:[{field:"fontName",value:"Public Sans"}],fallback:""},{label:"800 Italic",value:"https://common-fonts.abtasty.com/public-sans/Public_Sans-800italic.ttf",conditions:[{field:"fontName",value:"Public Sans"}],fallback:""},{label:"900",value:"https://common-fonts.abtasty.com/public-sans/Public_Sans-900.ttf",conditions:[{field:"fontName",value:"Public Sans"}],fallback:""},{label:"900 Italic",value:"https://common-fonts.abtasty.com/public-sans/Public_Sans-900italic.ttf",conditions:[{field:"fontName",value:"Public Sans"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/puppies-play/Puppies_Play-400.ttf",conditions:[{field:"fontName",value:"Puppies Play"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/puritan/Puritan-400.ttf",conditions:[{field:"fontName",value:"Puritan"}],fallback:""},{label:"Italic",value:"https://common-fonts.abtasty.com/puritan/Puritan-400italic.ttf",conditions:[{field:"fontName",value:"Puritan"}],fallback:""},{label:"700",value:"https://common-fonts.abtasty.com/puritan/Puritan-700.ttf",conditions:[{field:"fontName",value:"Puritan"}],fallback:""},{label:"700 Italic",value:"https://common-fonts.abtasty.com/puritan/Puritan-700italic.ttf",conditions:[{field:"fontName",value:"Puritan"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/purple-purse/Purple_Purse-400.ttf",conditions:[{field:"fontName",value:"Purple Purse"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/qahiri/Qahiri-400.ttf",conditions:[{field:"fontName",value:"Qahiri"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/quando/Quando-400.ttf",conditions:[{field:"fontName",value:"Quando"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/quantico/Quantico-400.ttf",conditions:[{field:"fontName",value:"Quantico"}],fallback:""},{label:"Italic",value:"https://common-fonts.abtasty.com/quantico/Quantico-400italic.ttf",conditions:[{field:"fontName",value:"Quantico"}],fallback:""},{label:"700",value:"https://common-fonts.abtasty.com/quantico/Quantico-700.ttf",conditions:[{field:"fontName",value:"Quantico"}],fallback:""},{label:"700 Italic",value:"https://common-fonts.abtasty.com/quantico/Quantico-700italic.ttf",conditions:[{field:"fontName",value:"Quantico"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/quattrocento/Quattrocento-400.ttf",conditions:[{field:"fontName",value:"Quattrocento"}],fallback:""},{label:"700",value:"https://common-fonts.abtasty.com/quattrocento/Quattrocento-700.ttf",conditions:[{field:"fontName",value:"Quattrocento"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/quattrocento-sans/Quattrocento_Sans-400.ttf",conditions:[{field:"fontName",value:"Quattrocento Sans"}],fallback:""},{label:"Italic",value:"https://common-fonts.abtasty.com/quattrocento-sans/Quattrocento_Sans-400italic.ttf",conditions:[{field:"fontName",value:"Quattrocento Sans"}],fallback:""},{label:"700",value:"https://common-fonts.abtasty.com/quattrocento-sans/Quattrocento_Sans-700.ttf",conditions:[{field:"fontName",value:"Quattrocento Sans"}],fallback:""},{label:"700 Italic",value:"https://common-fonts.abtasty.com/quattrocento-sans/Quattrocento_Sans-700italic.ttf",conditions:[{field:"fontName",value:"Quattrocento Sans"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/questrial/Questrial-400.ttf",conditions:[{field:"fontName",value:"Questrial"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/quicksand/Quicksand-400.ttf",conditions:[{field:"fontName",value:"Quicksand"}],fallback:""},{label:"300",value:"https://common-fonts.abtasty.com/quicksand/Quicksand-300.ttf",conditions:[{field:"fontName",value:"Quicksand"}],fallback:""},{label:"500",value:"https://common-fonts.abtasty.com/quicksand/Quicksand-500.ttf",conditions:[{field:"fontName",value:"Quicksand"}],fallback:""},{label:"600",value:"https://common-fonts.abtasty.com/quicksand/Quicksand-600.ttf",conditions:[{field:"fontName",value:"Quicksand"}],fallback:""},{label:"700",value:"https://common-fonts.abtasty.com/quicksand/Quicksand-700.ttf",conditions:[{field:"fontName",value:"Quicksand"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/quintessential/Quintessential-400.ttf",conditions:[{field:"fontName",value:"Quintessential"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/qwigley/Qwigley-400.ttf",conditions:[{field:"fontName",value:"Qwigley"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/qwitcher-grypen/Qwitcher_Grypen-400.ttf",conditions:[{field:"fontName",value:"Qwitcher Grypen"}],fallback:""},{label:"700",value:"https://common-fonts.abtasty.com/qwitcher-grypen/Qwitcher_Grypen-700.ttf",conditions:[{field:"fontName",value:"Qwitcher Grypen"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/racing-sans-one/Racing_Sans One-400.ttf",conditions:[{field:"fontName",value:"Racing Sans One"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/radio-canada/Radio_Canada-400.ttf",conditions:[{field:"fontName",value:"Radio Canada"}],fallback:""},{label:"Italic",value:"https://common-fonts.abtasty.com/radio-canada/Radio_Canada-400italic.ttf",conditions:[{field:"fontName",value:"Radio Canada"}],fallback:""},{label:"300",value:"https://common-fonts.abtasty.com/radio-canada/Radio_Canada-300.ttf",conditions:[{field:"fontName",value:"Radio Canada"}],fallback:""},{label:"300 Italic",value:"https://common-fonts.abtasty.com/radio-canada/Radio_Canada-300italic.ttf",conditions:[{field:"fontName",value:"Radio Canada"}],fallback:""},{label:"500",value:"https://common-fonts.abtasty.com/radio-canada/Radio_Canada-500.ttf",conditions:[{field:"fontName",value:"Radio Canada"}],fallback:""},{label:"500 Italic",value:"https://common-fonts.abtasty.com/radio-canada/Radio_Canada-500italic.ttf",conditions:[{field:"fontName",value:"Radio Canada"}],fallback:""},{label:"600",value:"https://common-fonts.abtasty.com/radio-canada/Radio_Canada-600.ttf",conditions:[{field:"fontName",value:"Radio Canada"}],fallback:""},{label:"600 Italic",value:"https://common-fonts.abtasty.com/radio-canada/Radio_Canada-600italic.ttf",conditions:[{field:"fontName",value:"Radio Canada"}],fallback:""},{label:"700",value:"https://common-fonts.abtasty.com/radio-canada/Radio_Canada-700.ttf",conditions:[{field:"fontName",value:"Radio Canada"}],fallback:""},{label:"700 Italic",value:"https://common-fonts.abtasty.com/radio-canada/Radio_Canada-700italic.ttf",conditions:[{field:"fontName",value:"Radio Canada"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/radley/Radley-400.ttf",conditions:[{field:"fontName",value:"Radley"}],fallback:""},{label:"Italic",value:"https://common-fonts.abtasty.com/radley/Radley-400italic.ttf",conditions:[{field:"fontName",value:"Radley"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/rajdhani/Rajdhani-400.ttf",conditions:[{field:"fontName",value:"Rajdhani"}],fallback:""},{label:"300",value:"https://common-fonts.abtasty.com/rajdhani/Rajdhani-300.ttf",conditions:[{field:"fontName",value:"Rajdhani"}],fallback:""},{label:"500",value:"https://common-fonts.abtasty.com/rajdhani/Rajdhani-500.ttf",conditions:[{field:"fontName",value:"Rajdhani"}],fallback:""},{label:"600",value:"https://common-fonts.abtasty.com/rajdhani/Rajdhani-600.ttf",conditions:[{field:"fontName",value:"Rajdhani"}],fallback:""},{label:"700",value:"https://common-fonts.abtasty.com/rajdhani/Rajdhani-700.ttf",conditions:[{field:"fontName",value:"Rajdhani"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/rakkas/Rakkas-400.ttf",conditions:[{field:"fontName",value:"Rakkas"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/raleway/Raleway-400.ttf",conditions:[{field:"fontName",value:"Raleway"}],fallback:""},{label:"Italic",value:"https://common-fonts.abtasty.com/raleway/Raleway-400italic.ttf",conditions:[{field:"fontName",value:"Raleway"}],fallback:""},{label:"100",value:"https://common-fonts.abtasty.com/raleway/Raleway-100.ttf",conditions:[{field:"fontName",value:"Raleway"}],fallback:""},{label:"100 Italic",value:"https://common-fonts.abtasty.com/raleway/Raleway-100italic.ttf",conditions:[{field:"fontName",value:"Raleway"}],fallback:""},{label:"200",value:"https://common-fonts.abtasty.com/raleway/Raleway-200.ttf",conditions:[{field:"fontName",value:"Raleway"}],fallback:""},{label:"200 Italic",value:"https://common-fonts.abtasty.com/raleway/Raleway-200italic.ttf",conditions:[{field:"fontName",value:"Raleway"}],fallback:""},{label:"300",value:"https://common-fonts.abtasty.com/raleway/Raleway-300.ttf",conditions:[{field:"fontName",value:"Raleway"}],fallback:""},{label:"300 Italic",value:"https://common-fonts.abtasty.com/raleway/Raleway-300italic.ttf",conditions:[{field:"fontName",value:"Raleway"}],fallback:""},{label:"500",value:"https://common-fonts.abtasty.com/raleway/Raleway-500.ttf",conditions:[{field:"fontName",value:"Raleway"}],fallback:""},{label:"500 Italic",value:"https://common-fonts.abtasty.com/raleway/Raleway-500italic.ttf",conditions:[{field:"fontName",value:"Raleway"}],fallback:""},{label:"600",value:"https://common-fonts.abtasty.com/raleway/Raleway-600.ttf",conditions:[{field:"fontName",value:"Raleway"}],fallback:""},{label:"600 Italic",value:"https://common-fonts.abtasty.com/raleway/Raleway-600italic.ttf",conditions:[{field:"fontName",value:"Raleway"}],fallback:""},{label:"700",value:"https://common-fonts.abtasty.com/raleway/Raleway-700.ttf",conditions:[{field:"fontName",value:"Raleway"}],fallback:""},{label:"700 Italic",value:"https://common-fonts.abtasty.com/raleway/Raleway-700italic.ttf",conditions:[{field:"fontName",value:"Raleway"}],fallback:""},{label:"800",value:"https://common-fonts.abtasty.com/raleway/Raleway-800.ttf",conditions:[{field:"fontName",value:"Raleway"}],fallback:""},{label:"800 Italic",value:"https://common-fonts.abtasty.com/raleway/Raleway-800italic.ttf",conditions:[{field:"fontName",value:"Raleway"}],fallback:""},{label:"900",value:"https://common-fonts.abtasty.com/raleway/Raleway-900.ttf",conditions:[{field:"fontName",value:"Raleway"}],fallback:""},{label:"900 Italic",value:"https://common-fonts.abtasty.com/raleway/Raleway-900italic.ttf",conditions:[{field:"fontName",value:"Raleway"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/raleway-dots/Raleway_Dots-400.ttf",conditions:[{field:"fontName",value:"Raleway Dots"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/ramabhadra/Ramabhadra-400.ttf",conditions:[{field:"fontName",value:"Ramabhadra"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/ramaraja/Ramaraja-400.ttf",conditions:[{field:"fontName",value:"Ramaraja"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/rambla/Rambla-400.ttf",conditions:[{field:"fontName",value:"Rambla"}],fallback:""},{label:"Italic",value:"https://common-fonts.abtasty.com/rambla/Rambla-400italic.ttf",conditions:[{field:"fontName",value:"Rambla"}],fallback:""},{label:"700",value:"https://common-fonts.abtasty.com/rambla/Rambla-700.ttf",conditions:[{field:"fontName",value:"Rambla"}],fallback:""},{label:"700 Italic",value:"https://common-fonts.abtasty.com/rambla/Rambla-700italic.ttf",conditions:[{field:"fontName",value:"Rambla"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/rammetto-one/Rammetto_One-400.ttf",conditions:[{field:"fontName",value:"Rammetto One"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/rampart-one/Rampart_One-400.ttf",conditions:[{field:"fontName",value:"Rampart One"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/ranchers/Ranchers-400.ttf",conditions:[{field:"fontName",value:"Ranchers"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/rancho/Rancho-400.ttf",conditions:[{field:"fontName",value:"Rancho"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/ranga/Ranga-400.ttf",conditions:[{field:"fontName",value:"Ranga"}],fallback:""},{label:"700",value:"https://common-fonts.abtasty.com/ranga/Ranga-700.ttf",conditions:[{field:"fontName",value:"Ranga"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/rasa/Rasa-400.ttf",conditions:[{field:"fontName",value:"Rasa"}],fallback:""},{label:"Italic",value:"https://common-fonts.abtasty.com/rasa/Rasa-400italic.ttf",conditions:[{field:"fontName",value:"Rasa"}],fallback:""},{label:"300",value:"https://common-fonts.abtasty.com/rasa/Rasa-300.ttf",conditions:[{field:"fontName",value:"Rasa"}],fallback:""},{label:"300 Italic",value:"https://common-fonts.abtasty.com/rasa/Rasa-300italic.ttf",conditions:[{field:"fontName",value:"Rasa"}],fallback:""},{label:"500",value:"https://common-fonts.abtasty.com/rasa/Rasa-500.ttf",conditions:[{field:"fontName",value:"Rasa"}],fallback:""},{label:"500 Italic",value:"https://common-fonts.abtasty.com/rasa/Rasa-500italic.ttf",conditions:[{field:"fontName",value:"Rasa"}],fallback:""},{label:"600",value:"https://common-fonts.abtasty.com/rasa/Rasa-600.ttf",conditions:[{field:"fontName",value:"Rasa"}],fallback:""},{label:"600 Italic",value:"https://common-fonts.abtasty.com/rasa/Rasa-600italic.ttf",conditions:[{field:"fontName",value:"Rasa"}],fallback:""},{label:"700",value:"https://common-fonts.abtasty.com/rasa/Rasa-700.ttf",conditions:[{field:"fontName",value:"Rasa"}],fallback:""},{label:"700 Italic",value:"https://common-fonts.abtasty.com/rasa/Rasa-700italic.ttf",conditions:[{field:"fontName",value:"Rasa"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/rationale/Rationale-400.ttf",conditions:[{field:"fontName",value:"Rationale"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/ravi-prakash/Ravi_Prakash-400.ttf",conditions:[{field:"fontName",value:"Ravi Prakash"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/readex-pro/Readex_Pro-400.ttf",conditions:[{field:"fontName",value:"Readex Pro"}],fallback:""},{label:"200",value:"https://common-fonts.abtasty.com/readex-pro/Readex_Pro-200.ttf",conditions:[{field:"fontName",value:"Readex Pro"}],fallback:""},{label:"300",value:"https://common-fonts.abtasty.com/readex-pro/Readex_Pro-300.ttf",conditions:[{field:"fontName",value:"Readex Pro"}],fallback:""},{label:"500",value:"https://common-fonts.abtasty.com/readex-pro/Readex_Pro-500.ttf",conditions:[{field:"fontName",value:"Readex Pro"}],fallback:""},{label:"600",value:"https://common-fonts.abtasty.com/readex-pro/Readex_Pro-600.ttf",conditions:[{field:"fontName",value:"Readex Pro"}],fallback:""},{label:"700",value:"https://common-fonts.abtasty.com/readex-pro/Readex_Pro-700.ttf",conditions:[{field:"fontName",value:"Readex Pro"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/recursive/Recursive-400.ttf",conditions:[{field:"fontName",value:"Recursive"}],fallback:""},{label:"300",value:"https://common-fonts.abtasty.com/recursive/Recursive-300.ttf",conditions:[{field:"fontName",value:"Recursive"}],fallback:""},{label:"500",value:"https://common-fonts.abtasty.com/recursive/Recursive-500.ttf",conditions:[{field:"fontName",value:"Recursive"}],fallback:""},{label:"600",value:"https://common-fonts.abtasty.com/recursive/Recursive-600.ttf",conditions:[{field:"fontName",value:"Recursive"}],fallback:""},{label:"700",value:"https://common-fonts.abtasty.com/recursive/Recursive-700.ttf",conditions:[{field:"fontName",value:"Recursive"}],fallback:""},{label:"800",value:"https://common-fonts.abtasty.com/recursive/Recursive-800.ttf",conditions:[{field:"fontName",value:"Recursive"}],fallback:""},{label:"900",value:"https://common-fonts.abtasty.com/recursive/Recursive-900.ttf",conditions:[{field:"fontName",value:"Recursive"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/red-hat-display/Red_Hat Display-400.ttf",conditions:[{field:"fontName",value:"Red Hat Display"}],fallback:""},{label:"Italic",value:"https://common-fonts.abtasty.com/red-hat-display/Red_Hat Display-400italic.ttf",conditions:[{field:"fontName",value:"Red Hat Display"}],fallback:""},{label:"300",value:"https://common-fonts.abtasty.com/red-hat-display/Red_Hat Display-300.ttf",conditions:[{field:"fontName",value:"Red Hat Display"}],fallback:""},{label:"300 Italic",value:"https://common-fonts.abtasty.com/red-hat-display/Red_Hat Display-300italic.ttf",conditions:[{field:"fontName",value:"Red Hat Display"}],fallback:""},{label:"500",value:"https://common-fonts.abtasty.com/red-hat-display/Red_Hat Display-500.ttf",conditions:[{field:"fontName",value:"Red Hat Display"}],fallback:""},{label:"500 Italic",value:"https://common-fonts.abtasty.com/red-hat-display/Red_Hat Display-500italic.ttf",conditions:[{field:"fontName",value:"Red Hat Display"}],fallback:""},{label:"600",value:"https://common-fonts.abtasty.com/red-hat-display/Red_Hat Display-600.ttf",conditions:[{field:"fontName",value:"Red Hat Display"}],fallback:""},{label:"600 Italic",value:"https://common-fonts.abtasty.com/red-hat-display/Red_Hat Display-600italic.ttf",conditions:[{field:"fontName",value:"Red Hat Display"}],fallback:""},{label:"700",value:"https://common-fonts.abtasty.com/red-hat-display/Red_Hat Display-700.ttf",conditions:[{field:"fontName",value:"Red Hat Display"}],fallback:""},{label:"700 Italic",value:"https://common-fonts.abtasty.com/red-hat-display/Red_Hat Display-700italic.ttf",conditions:[{field:"fontName",value:"Red Hat Display"}],fallback:""},{label:"800",value:"https://common-fonts.abtasty.com/red-hat-display/Red_Hat Display-800.ttf",conditions:[{field:"fontName",value:"Red Hat Display"}],fallback:""},{label:"800 Italic",value:"https://common-fonts.abtasty.com/red-hat-display/Red_Hat Display-800italic.ttf",conditions:[{field:"fontName",value:"Red Hat Display"}],fallback:""},{label:"900",value:"https://common-fonts.abtasty.com/red-hat-display/Red_Hat Display-900.ttf",conditions:[{field:"fontName",value:"Red Hat Display"}],fallback:""},{label:"900 Italic",value:"https://common-fonts.abtasty.com/red-hat-display/Red_Hat Display-900italic.ttf",conditions:[{field:"fontName",value:"Red Hat Display"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/red-hat-mono/Red_Hat Mono-400.ttf",conditions:[{field:"fontName",value:"Red Hat Mono"}],fallback:""},{label:"Italic",value:"https://common-fonts.abtasty.com/red-hat-mono/Red_Hat Mono-400italic.ttf",conditions:[{field:"fontName",value:"Red Hat Mono"}],fallback:""},{label:"300",value:"https://common-fonts.abtasty.com/red-hat-mono/Red_Hat Mono-300.ttf",conditions:[{field:"fontName",value:"Red Hat Mono"}],fallback:""},{label:"300 Italic",value:"https://common-fonts.abtasty.com/red-hat-mono/Red_Hat Mono-300italic.ttf",conditions:[{field:"fontName",value:"Red Hat Mono"}],fallback:""},{label:"500",value:"https://common-fonts.abtasty.com/red-hat-mono/Red_Hat Mono-500.ttf",conditions:[{field:"fontName",value:"Red Hat Mono"}],fallback:""},{label:"500 Italic",value:"https://common-fonts.abtasty.com/red-hat-mono/Red_Hat Mono-500italic.ttf",conditions:[{field:"fontName",value:"Red Hat Mono"}],fallback:""},{label:"600",value:"https://common-fonts.abtasty.com/red-hat-mono/Red_Hat Mono-600.ttf",conditions:[{field:"fontName",value:"Red Hat Mono"}],fallback:""},{label:"600 Italic",value:"https://common-fonts.abtasty.com/red-hat-mono/Red_Hat Mono-600italic.ttf",conditions:[{field:"fontName",value:"Red Hat Mono"}],fallback:""},{label:"700",value:"https://common-fonts.abtasty.com/red-hat-mono/Red_Hat Mono-700.ttf",conditions:[{field:"fontName",value:"Red Hat Mono"}],fallback:""},{label:"700 Italic",value:"https://common-fonts.abtasty.com/red-hat-mono/Red_Hat Mono-700italic.ttf",conditions:[{field:"fontName",value:"Red Hat Mono"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/red-hat-text/Red_Hat Text-400.ttf",conditions:[{field:"fontName",value:"Red Hat Text"}],fallback:""},{label:"Italic",value:"https://common-fonts.abtasty.com/red-hat-text/Red_Hat Text-400italic.ttf",conditions:[{field:"fontName",value:"Red Hat Text"}],fallback:""},{label:"300",value:"https://common-fonts.abtasty.com/red-hat-text/Red_Hat Text-300.ttf",conditions:[{field:"fontName",value:"Red Hat Text"}],fallback:""},{label:"300 Italic",value:"https://common-fonts.abtasty.com/red-hat-text/Red_Hat Text-300italic.ttf",conditions:[{field:"fontName",value:"Red Hat Text"}],fallback:""},{label:"500",value:"https://common-fonts.abtasty.com/red-hat-text/Red_Hat Text-500.ttf",conditions:[{field:"fontName",value:"Red Hat Text"}],fallback:""},{label:"500 Italic",value:"https://common-fonts.abtasty.com/red-hat-text/Red_Hat Text-500italic.ttf",conditions:[{field:"fontName",value:"Red Hat Text"}],fallback:""},{label:"600",value:"https://common-fonts.abtasty.com/red-hat-text/Red_Hat Text-600.ttf",conditions:[{field:"fontName",value:"Red Hat Text"}],fallback:""},{label:"600 Italic",value:"https://common-fonts.abtasty.com/red-hat-text/Red_Hat Text-600italic.ttf",conditions:[{field:"fontName",value:"Red Hat Text"}],fallback:""},{label:"700",value:"https://common-fonts.abtasty.com/red-hat-text/Red_Hat Text-700.ttf",conditions:[{field:"fontName",value:"Red Hat Text"}],fallback:""},{label:"700 Italic",value:"https://common-fonts.abtasty.com/red-hat-text/Red_Hat Text-700italic.ttf",conditions:[{field:"fontName",value:"Red Hat Text"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/red-rose/Red_Rose-400.ttf",conditions:[{field:"fontName",value:"Red Rose"}],fallback:""},{label:"300",value:"https://common-fonts.abtasty.com/red-rose/Red_Rose-300.ttf",conditions:[{field:"fontName",value:"Red Rose"}],fallback:""},{label:"500",value:"https://common-fonts.abtasty.com/red-rose/Red_Rose-500.ttf",conditions:[{field:"fontName",value:"Red Rose"}],fallback:""},{label:"600",value:"https://common-fonts.abtasty.com/red-rose/Red_Rose-600.ttf",conditions:[{field:"fontName",value:"Red Rose"}],fallback:""},{label:"700",value:"https://common-fonts.abtasty.com/red-rose/Red_Rose-700.ttf",conditions:[{field:"fontName",value:"Red Rose"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/redacted/Redacted-400.ttf",conditions:[{field:"fontName",value:"Redacted"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/redacted-script/Redacted_Script-400.ttf",conditions:[{field:"fontName",value:"Redacted Script"}],fallback:""},{label:"300",value:"https://common-fonts.abtasty.com/redacted-script/Redacted_Script-300.ttf",conditions:[{field:"fontName",value:"Redacted Script"}],fallback:""},{label:"700",value:"https://common-fonts.abtasty.com/redacted-script/Redacted_Script-700.ttf",conditions:[{field:"fontName",value:"Redacted Script"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/redressed/Redressed-400.ttf",conditions:[{field:"fontName",value:"Redressed"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/reem-kufi/Reem_Kufi-400.ttf",conditions:[{field:"fontName",value:"Reem Kufi"}],fallback:""},{label:"500",value:"https://common-fonts.abtasty.com/reem-kufi/Reem_Kufi-500.ttf",conditions:[{field:"fontName",value:"Reem Kufi"}],fallback:""},{label:"600",value:"https://common-fonts.abtasty.com/reem-kufi/Reem_Kufi-600.ttf",conditions:[{field:"fontName",value:"Reem Kufi"}],fallback:""},{label:"700",value:"https://common-fonts.abtasty.com/reem-kufi/Reem_Kufi-700.ttf",conditions:[{field:"fontName",value:"Reem Kufi"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/reenie-beanie/Reenie_Beanie-400.ttf",conditions:[{field:"fontName",value:"Reenie Beanie"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/reggae-one/Reggae_One-400.ttf",conditions:[{field:"fontName",value:"Reggae One"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/revalia/Revalia-400.ttf",conditions:[{field:"fontName",value:"Revalia"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/rhodium-libre/Rhodium_Libre-400.ttf",conditions:[{field:"fontName",value:"Rhodium Libre"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/ribeye/Ribeye-400.ttf",conditions:[{field:"fontName",value:"Ribeye"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/ribeye-marrow/Ribeye_Marrow-400.ttf",conditions:[{field:"fontName",value:"Ribeye Marrow"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/righteous/Righteous-400.ttf",conditions:[{field:"fontName",value:"Righteous"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/risque/Risque-400.ttf",conditions:[{field:"fontName",value:"Risque"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/road-rage/Road_Rage-400.ttf",conditions:[{field:"fontName",value:"Road Rage"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/roboto/Roboto-400.ttf",conditions:[{field:"fontName",value:"Roboto"}],fallback:""},{label:"Italic",value:"https://common-fonts.abtasty.com/roboto/Roboto-400italic.ttf",conditions:[{field:"fontName",value:"Roboto"}],fallback:""},{label:"100",value:"https://common-fonts.abtasty.com/roboto/Roboto-100.ttf",conditions:[{field:"fontName",value:"Roboto"}],fallback:""},{label:"100 Italic",value:"https://common-fonts.abtasty.com/roboto/Roboto-100italic.ttf",conditions:[{field:"fontName",value:"Roboto"}],fallback:""},{label:"300",value:"https://common-fonts.abtasty.com/roboto/Roboto-300.ttf",conditions:[{field:"fontName",value:"Roboto"}],fallback:""},{label:"300 Italic",value:"https://common-fonts.abtasty.com/roboto/Roboto-300italic.ttf",conditions:[{field:"fontName",value:"Roboto"}],fallback:""},{label:"500",value:"https://common-fonts.abtasty.com/roboto/Roboto-500.ttf",conditions:[{field:"fontName",value:"Roboto"}],fallback:""},{label:"500 Italic",value:"https://common-fonts.abtasty.com/roboto/Roboto-500italic.ttf",conditions:[{field:"fontName",value:"Roboto"}],fallback:""},{label:"700",value:"https://common-fonts.abtasty.com/roboto/Roboto-700.ttf",conditions:[{field:"fontName",value:"Roboto"}],fallback:""},{label:"700 Italic",value:"https://common-fonts.abtasty.com/roboto/Roboto-700italic.ttf",conditions:[{field:"fontName",value:"Roboto"}],fallback:""},{label:"900",value:"https://common-fonts.abtasty.com/roboto/Roboto-900.ttf",conditions:[{field:"fontName",value:"Roboto"}],fallback:""},{label:"900 Italic",value:"https://common-fonts.abtasty.com/roboto/Roboto-900italic.ttf",conditions:[{field:"fontName",value:"Roboto"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/roboto-condensed/Roboto_Condensed-400.ttf",conditions:[{field:"fontName",value:"Roboto Condensed"}],fallback:""},{label:"Italic",value:"https://common-fonts.abtasty.com/roboto-condensed/Roboto_Condensed-400italic.ttf",conditions:[{field:"fontName",value:"Roboto Condensed"}],fallback:""},{label:"300",value:"https://common-fonts.abtasty.com/roboto-condensed/Roboto_Condensed-300.ttf",conditions:[{field:"fontName",value:"Roboto Condensed"}],fallback:""},{label:"300 Italic",value:"https://common-fonts.abtasty.com/roboto-condensed/Roboto_Condensed-300italic.ttf",conditions:[{field:"fontName",value:"Roboto Condensed"}],fallback:""},{label:"700",value:"https://common-fonts.abtasty.com/roboto-condensed/Roboto_Condensed-700.ttf",conditions:[{field:"fontName",value:"Roboto Condensed"}],fallback:""},{label:"700 Italic",value:"https://common-fonts.abtasty.com/roboto-condensed/Roboto_Condensed-700italic.ttf",conditions:[{field:"fontName",value:"Roboto Condensed"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/roboto-flex/Roboto_Flex-400.ttf",conditions:[{field:"fontName",value:"Roboto Flex"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/roboto-mono/Roboto_Mono-400.ttf",conditions:[{field:"fontName",value:"Roboto Mono"}],fallback:""},{label:"Italic",value:"https://common-fonts.abtasty.com/roboto-mono/Roboto_Mono-400italic.ttf",conditions:[{field:"fontName",value:"Roboto Mono"}],fallback:""},{label:"100",value:"https://common-fonts.abtasty.com/roboto-mono/Roboto_Mono-100.ttf",conditions:[{field:"fontName",value:"Roboto Mono"}],fallback:""},{label:"100 Italic",value:"https://common-fonts.abtasty.com/roboto-mono/Roboto_Mono-100italic.ttf",conditions:[{field:"fontName",value:"Roboto Mono"}],fallback:""},{label:"200",value:"https://common-fonts.abtasty.com/roboto-mono/Roboto_Mono-200.ttf",conditions:[{field:"fontName",value:"Roboto Mono"}],fallback:""},{label:"200 Italic",value:"https://common-fonts.abtasty.com/roboto-mono/Roboto_Mono-200italic.ttf",conditions:[{field:"fontName",value:"Roboto Mono"}],fallback:""},{label:"300",value:"https://common-fonts.abtasty.com/roboto-mono/Roboto_Mono-300.ttf",conditions:[{field:"fontName",value:"Roboto Mono"}],fallback:""},{label:"300 Italic",value:"https://common-fonts.abtasty.com/roboto-mono/Roboto_Mono-300italic.ttf",conditions:[{field:"fontName",value:"Roboto Mono"}],fallback:""},{label:"500",value:"https://common-fonts.abtasty.com/roboto-mono/Roboto_Mono-500.ttf",conditions:[{field:"fontName",value:"Roboto Mono"}],fallback:""},{label:"500 Italic",value:"https://common-fonts.abtasty.com/roboto-mono/Roboto_Mono-500italic.ttf",conditions:[{field:"fontName",value:"Roboto Mono"}],fallback:""},{label:"600",value:"https://common-fonts.abtasty.com/roboto-mono/Roboto_Mono-600.ttf",conditions:[{field:"fontName",value:"Roboto Mono"}],fallback:""},{label:"600 Italic",value:"https://common-fonts.abtasty.com/roboto-mono/Roboto_Mono-600italic.ttf",conditions:[{field:"fontName",value:"Roboto Mono"}],fallback:""},{label:"700",value:"https://common-fonts.abtasty.com/roboto-mono/Roboto_Mono-700.ttf",conditions:[{field:"fontName",value:"Roboto Mono"}],fallback:""},{label:"700 Italic",value:"https://common-fonts.abtasty.com/roboto-mono/Roboto_Mono-700italic.ttf",conditions:[{field:"fontName",value:"Roboto Mono"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/roboto-serif/Roboto_Serif-400.ttf",conditions:[{field:"fontName",value:"Roboto Serif"}],fallback:""},{label:"Italic",value:"https://common-fonts.abtasty.com/roboto-serif/Roboto_Serif-400italic.ttf",conditions:[{field:"fontName",value:"Roboto Serif"}],fallback:""},{label:"100",value:"https://common-fonts.abtasty.com/roboto-serif/Roboto_Serif-100.ttf",conditions:[{field:"fontName",value:"Roboto Serif"}],fallback:""},{label:"100 Italic",value:"https://common-fonts.abtasty.com/roboto-serif/Roboto_Serif-100italic.ttf",conditions:[{field:"fontName",value:"Roboto Serif"}],fallback:""},{label:"200",value:"https://common-fonts.abtasty.com/roboto-serif/Roboto_Serif-200.ttf",conditions:[{field:"fontName",value:"Roboto Serif"}],fallback:""},{label:"200 Italic",value:"https://common-fonts.abtasty.com/roboto-serif/Roboto_Serif-200italic.ttf",conditions:[{field:"fontName",value:"Roboto Serif"}],fallback:""},{label:"300",value:"https://common-fonts.abtasty.com/roboto-serif/Roboto_Serif-300.ttf",conditions:[{field:"fontName",value:"Roboto Serif"}],fallback:""},{label:"300 Italic",value:"https://common-fonts.abtasty.com/roboto-serif/Roboto_Serif-300italic.ttf",conditions:[{field:"fontName",value:"Roboto Serif"}],fallback:""},{label:"500",value:"https://common-fonts.abtasty.com/roboto-serif/Roboto_Serif-500.ttf",conditions:[{field:"fontName",value:"Roboto Serif"}],fallback:""},{label:"500 Italic",value:"https://common-fonts.abtasty.com/roboto-serif/Roboto_Serif-500italic.ttf",conditions:[{field:"fontName",value:"Roboto Serif"}],fallback:""},{label:"600",value:"https://common-fonts.abtasty.com/roboto-serif/Roboto_Serif-600.ttf",conditions:[{field:"fontName",value:"Roboto Serif"}],fallback:""},{label:"600 Italic",value:"https://common-fonts.abtasty.com/roboto-serif/Roboto_Serif-600italic.ttf",conditions:[{field:"fontName",value:"Roboto Serif"}],fallback:""},{label:"700",value:"https://common-fonts.abtasty.com/roboto-serif/Roboto_Serif-700.ttf",conditions:[{field:"fontName",value:"Roboto Serif"}],fallback:""},{label:"700 Italic",value:"https://common-fonts.abtasty.com/roboto-serif/Roboto_Serif-700italic.ttf",conditions:[{field:"fontName",value:"Roboto Serif"}],fallback:""},{label:"800",value:"https://common-fonts.abtasty.com/roboto-serif/Roboto_Serif-800.ttf",conditions:[{field:"fontName",value:"Roboto Serif"}],fallback:""},{label:"800 Italic",value:"https://common-fonts.abtasty.com/roboto-serif/Roboto_Serif-800italic.ttf",conditions:[{field:"fontName",value:"Roboto Serif"}],fallback:""},{label:"900",value:"https://common-fonts.abtasty.com/roboto-serif/Roboto_Serif-900.ttf",conditions:[{field:"fontName",value:"Roboto Serif"}],fallback:""},{label:"900 Italic",value:"https://common-fonts.abtasty.com/roboto-serif/Roboto_Serif-900italic.ttf",conditions:[{field:"fontName",value:"Roboto Serif"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/roboto-slab/Roboto_Slab-400.ttf",conditions:[{field:"fontName",value:"Roboto Slab"}],fallback:""},{label:"100",value:"https://common-fonts.abtasty.com/roboto-slab/Roboto_Slab-100.ttf",conditions:[{field:"fontName",value:"Roboto Slab"}],fallback:""},{label:"200",value:"https://common-fonts.abtasty.com/roboto-slab/Roboto_Slab-200.ttf",conditions:[{field:"fontName",value:"Roboto Slab"}],fallback:""},{label:"300",value:"https://common-fonts.abtasty.com/roboto-slab/Roboto_Slab-300.ttf",conditions:[{field:"fontName",value:"Roboto Slab"}],fallback:""},{label:"500",value:"https://common-fonts.abtasty.com/roboto-slab/Roboto_Slab-500.ttf",conditions:[{field:"fontName",value:"Roboto Slab"}],fallback:""},{label:"600",value:"https://common-fonts.abtasty.com/roboto-slab/Roboto_Slab-600.ttf",conditions:[{field:"fontName",value:"Roboto Slab"}],fallback:""},{label:"700",value:"https://common-fonts.abtasty.com/roboto-slab/Roboto_Slab-700.ttf",conditions:[{field:"fontName",value:"Roboto Slab"}],fallback:""},{label:"800",value:"https://common-fonts.abtasty.com/roboto-slab/Roboto_Slab-800.ttf",conditions:[{field:"fontName",value:"Roboto Slab"}],fallback:""},{label:"900",value:"https://common-fonts.abtasty.com/roboto-slab/Roboto_Slab-900.ttf",conditions:[{field:"fontName",value:"Roboto Slab"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/rochester/Rochester-400.ttf",conditions:[{field:"fontName",value:"Rochester"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/rock-salt/Rock_Salt-400.ttf",conditions:[{field:"fontName",value:"Rock Salt"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/rocknroll-one/RocknRoll_One-400.ttf",conditions:[{field:"fontName",value:"RocknRoll One"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/rokkitt/Rokkitt-400.ttf",conditions:[{field:"fontName",value:"Rokkitt"}],fallback:""},{label:"100",value:"https://common-fonts.abtasty.com/rokkitt/Rokkitt-100.ttf",conditions:[{field:"fontName",value:"Rokkitt"}],fallback:""},{label:"200",value:"https://common-fonts.abtasty.com/rokkitt/Rokkitt-200.ttf",conditions:[{field:"fontName",value:"Rokkitt"}],fallback:""},{label:"300",value:"https://common-fonts.abtasty.com/rokkitt/Rokkitt-300.ttf",conditions:[{field:"fontName",value:"Rokkitt"}],fallback:""},{label:"500",value:"https://common-fonts.abtasty.com/rokkitt/Rokkitt-500.ttf",conditions:[{field:"fontName",value:"Rokkitt"}],fallback:""},{label:"600",value:"https://common-fonts.abtasty.com/rokkitt/Rokkitt-600.ttf",conditions:[{field:"fontName",value:"Rokkitt"}],fallback:""},{label:"700",value:"https://common-fonts.abtasty.com/rokkitt/Rokkitt-700.ttf",conditions:[{field:"fontName",value:"Rokkitt"}],fallback:""},{label:"800",value:"https://common-fonts.abtasty.com/rokkitt/Rokkitt-800.ttf",conditions:[{field:"fontName",value:"Rokkitt"}],fallback:""},{label:"900",value:"https://common-fonts.abtasty.com/rokkitt/Rokkitt-900.ttf",conditions:[{field:"fontName",value:"Rokkitt"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/romanesco/Romanesco-400.ttf",conditions:[{field:"fontName",value:"Romanesco"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/ropa-sans/Ropa_Sans-400.ttf",conditions:[{field:"fontName",value:"Ropa Sans"}],fallback:""},{label:"Italic",value:"https://common-fonts.abtasty.com/ropa-sans/Ropa_Sans-400italic.ttf",conditions:[{field:"fontName",value:"Ropa Sans"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/rosario/Rosario-400.ttf",conditions:[{field:"fontName",value:"Rosario"}],fallback:""},{label:"Italic",value:"https://common-fonts.abtasty.com/rosario/Rosario-400italic.ttf",conditions:[{field:"fontName",value:"Rosario"}],fallback:""},{label:"300",value:"https://common-fonts.abtasty.com/rosario/Rosario-300.ttf",conditions:[{field:"fontName",value:"Rosario"}],fallback:""},{label:"300 Italic",value:"https://common-fonts.abtasty.com/rosario/Rosario-300italic.ttf",conditions:[{field:"fontName",value:"Rosario"}],fallback:""},{label:"500",value:"https://common-fonts.abtasty.com/rosario/Rosario-500.ttf",conditions:[{field:"fontName",value:"Rosario"}],fallback:""},{label:"500 Italic",value:"https://common-fonts.abtasty.com/rosario/Rosario-500italic.ttf",conditions:[{field:"fontName",value:"Rosario"}],fallback:""},{label:"600",value:"https://common-fonts.abtasty.com/rosario/Rosario-600.ttf",conditions:[{field:"fontName",value:"Rosario"}],fallback:""},{label:"600 Italic",value:"https://common-fonts.abtasty.com/rosario/Rosario-600italic.ttf",conditions:[{field:"fontName",value:"Rosario"}],fallback:""},{label:"700",value:"https://common-fonts.abtasty.com/rosario/Rosario-700.ttf",conditions:[{field:"fontName",value:"Rosario"}],fallback:""},{label:"700 Italic",value:"https://common-fonts.abtasty.com/rosario/Rosario-700italic.ttf",conditions:[{field:"fontName",value:"Rosario"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/rosarivo/Rosarivo-400.ttf",conditions:[{field:"fontName",value:"Rosarivo"}],fallback:""},{label:"Italic",value:"https://common-fonts.abtasty.com/rosarivo/Rosarivo-400italic.ttf",conditions:[{field:"fontName",value:"Rosarivo"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/rouge-script/Rouge_Script-400.ttf",conditions:[{field:"fontName",value:"Rouge Script"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/rowdies/Rowdies-400.ttf",conditions:[{field:"fontName",value:"Rowdies"}],fallback:""},{label:"300",value:"https://common-fonts.abtasty.com/rowdies/Rowdies-300.ttf",conditions:[{field:"fontName",value:"Rowdies"}],fallback:""},{label:"700",value:"https://common-fonts.abtasty.com/rowdies/Rowdies-700.ttf",conditions:[{field:"fontName",value:"Rowdies"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/rozha-one/Rozha_One-400.ttf",conditions:[{field:"fontName",value:"Rozha One"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/rubik/Rubik-400.ttf",conditions:[{field:"fontName",value:"Rubik"}],fallback:""},{label:"Italic",value:"https://common-fonts.abtasty.com/rubik/Rubik-400italic.ttf",conditions:[{field:"fontName",value:"Rubik"}],fallback:""},{label:"300",value:"https://common-fonts.abtasty.com/rubik/Rubik-300.ttf",conditions:[{field:"fontName",value:"Rubik"}],fallback:""},{label:"300 Italic",value:"https://common-fonts.abtasty.com/rubik/Rubik-300italic.ttf",conditions:[{field:"fontName",value:"Rubik"}],fallback:""},{label:"500",value:"https://common-fonts.abtasty.com/rubik/Rubik-500.ttf",conditions:[{field:"fontName",value:"Rubik"}],fallback:""},{label:"500 Italic",value:"https://common-fonts.abtasty.com/rubik/Rubik-500italic.ttf",conditions:[{field:"fontName",value:"Rubik"}],fallback:""},{label:"600",value:"https://common-fonts.abtasty.com/rubik/Rubik-600.ttf",conditions:[{field:"fontName",value:"Rubik"}],fallback:""},{label:"600 Italic",value:"https://common-fonts.abtasty.com/rubik/Rubik-600italic.ttf",conditions:[{field:"fontName",value:"Rubik"}],fallback:""},{label:"700",value:"https://common-fonts.abtasty.com/rubik/Rubik-700.ttf",conditions:[{field:"fontName",value:"Rubik"}],fallback:""},{label:"700 Italic",value:"https://common-fonts.abtasty.com/rubik/Rubik-700italic.ttf",conditions:[{field:"fontName",value:"Rubik"}],fallback:""},{label:"800",value:"https://common-fonts.abtasty.com/rubik/Rubik-800.ttf",conditions:[{field:"fontName",value:"Rubik"}],fallback:""},{label:"800 Italic",value:"https://common-fonts.abtasty.com/rubik/Rubik-800italic.ttf",conditions:[{field:"fontName",value:"Rubik"}],fallback:""},{label:"900",value:"https://common-fonts.abtasty.com/rubik/Rubik-900.ttf",conditions:[{field:"fontName",value:"Rubik"}],fallback:""},{label:"900 Italic",value:"https://common-fonts.abtasty.com/rubik/Rubik-900italic.ttf",conditions:[{field:"fontName",value:"Rubik"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/rubik-beastly/Rubik_Beastly-400.ttf",conditions:[{field:"fontName",value:"Rubik Beastly"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/rubik-bubbles/Rubik_Bubbles-400.ttf",conditions:[{field:"fontName",value:"Rubik Bubbles"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/rubik-glitch/Rubik_Glitch-400.ttf",conditions:[{field:"fontName",value:"Rubik Glitch"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/rubik-microbe/Rubik_Microbe-400.ttf",conditions:[{field:"fontName",value:"Rubik Microbe"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/rubik-mono-one/Rubik_Mono One-400.ttf",conditions:[{field:"fontName",value:"Rubik Mono One"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/rubik-moonrocks/Rubik_Moonrocks-400.ttf",conditions:[{field:"fontName",value:"Rubik Moonrocks"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/rubik-puddles/Rubik_Puddles-400.ttf",conditions:[{field:"fontName",value:"Rubik Puddles"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/rubik-wet-paint/Rubik_Wet Paint-400.ttf",conditions:[{field:"fontName",value:"Rubik Wet Paint"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/ruda/Ruda-400.ttf",conditions:[{field:"fontName",value:"Ruda"}],fallback:""},{label:"500",value:"https://common-fonts.abtasty.com/ruda/Ruda-500.ttf",conditions:[{field:"fontName",value:"Ruda"}],fallback:""},{label:"600",value:"https://common-fonts.abtasty.com/ruda/Ruda-600.ttf",conditions:[{field:"fontName",value:"Ruda"}],fallback:""},{label:"700",value:"https://common-fonts.abtasty.com/ruda/Ruda-700.ttf",conditions:[{field:"fontName",value:"Ruda"}],fallback:""},{label:"800",value:"https://common-fonts.abtasty.com/ruda/Ruda-800.ttf",conditions:[{field:"fontName",value:"Ruda"}],fallback:""},{label:"900",value:"https://common-fonts.abtasty.com/ruda/Ruda-900.ttf",conditions:[{field:"fontName",value:"Ruda"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/rufina/Rufina-400.ttf",conditions:[{field:"fontName",value:"Rufina"}],fallback:""},{label:"700",value:"https://common-fonts.abtasty.com/rufina/Rufina-700.ttf",conditions:[{field:"fontName",value:"Rufina"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/ruge-boogie/Ruge_Boogie-400.ttf",conditions:[{field:"fontName",value:"Ruge Boogie"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/ruluko/Ruluko-400.ttf",conditions:[{field:"fontName",value:"Ruluko"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/rum-raisin/Rum_Raisin-400.ttf",conditions:[{field:"fontName",value:"Rum Raisin"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/ruslan-display/Ruslan_Display-400.ttf",conditions:[{field:"fontName",value:"Ruslan Display"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/russo-one/Russo_One-400.ttf",conditions:[{field:"fontName",value:"Russo One"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/ruthie/Ruthie-400.ttf",conditions:[{field:"fontName",value:"Ruthie"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/rye/Rye-400.ttf",conditions:[{field:"fontName",value:"Rye"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/stix-two-text/STIX_Two Text-400.ttf",conditions:[{field:"fontName",value:"STIX Two Text"}],fallback:""},{label:"Italic",value:"https://common-fonts.abtasty.com/stix-two-text/STIX_Two Text-400italic.ttf",conditions:[{field:"fontName",value:"STIX Two Text"}],fallback:""},{label:"500",value:"https://common-fonts.abtasty.com/stix-two-text/STIX_Two Text-500.ttf",conditions:[{field:"fontName",value:"STIX Two Text"}],fallback:""},{label:"500 Italic",value:"https://common-fonts.abtasty.com/stix-two-text/STIX_Two Text-500italic.ttf",conditions:[{field:"fontName",value:"STIX Two Text"}],fallback:""},{label:"600",value:"https://common-fonts.abtasty.com/stix-two-text/STIX_Two Text-600.ttf",conditions:[{field:"fontName",value:"STIX Two Text"}],fallback:""},{label:"600 Italic",value:"https://common-fonts.abtasty.com/stix-two-text/STIX_Two Text-600italic.ttf",conditions:[{field:"fontName",value:"STIX Two Text"}],fallback:""},{label:"700",value:"https://common-fonts.abtasty.com/stix-two-text/STIX_Two Text-700.ttf",conditions:[{field:"fontName",value:"STIX Two Text"}],fallback:""},{label:"700 Italic",value:"https://common-fonts.abtasty.com/stix-two-text/STIX_Two Text-700italic.ttf",conditions:[{field:"fontName",value:"STIX Two Text"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/sacramento/Sacramento-400.ttf",conditions:[{field:"fontName",value:"Sacramento"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/sahitya/Sahitya-400.ttf",conditions:[{field:"fontName",value:"Sahitya"}],fallback:""},{label:"700",value:"https://common-fonts.abtasty.com/sahitya/Sahitya-700.ttf",conditions:[{field:"fontName",value:"Sahitya"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/sail/Sail-400.ttf",conditions:[{field:"fontName",value:"Sail"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/saira/Saira-400.ttf",conditions:[{field:"fontName",value:"Saira"}],fallback:""},{label:"Italic",value:"https://common-fonts.abtasty.com/saira/Saira-400italic.ttf",conditions:[{field:"fontName",value:"Saira"}],fallback:""},{label:"100",value:"https://common-fonts.abtasty.com/saira/Saira-100.ttf",conditions:[{field:"fontName",value:"Saira"}],fallback:""},{label:"100 Italic",value:"https://common-fonts.abtasty.com/saira/Saira-100italic.ttf",conditions:[{field:"fontName",value:"Saira"}],fallback:""},{label:"200",value:"https://common-fonts.abtasty.com/saira/Saira-200.ttf",conditions:[{field:"fontName",value:"Saira"}],fallback:""},{label:"200 Italic",value:"https://common-fonts.abtasty.com/saira/Saira-200italic.ttf",conditions:[{field:"fontName",value:"Saira"}],fallback:""},{label:"300",value:"https://common-fonts.abtasty.com/saira/Saira-300.ttf",conditions:[{field:"fontName",value:"Saira"}],fallback:""},{label:"300 Italic",value:"https://common-fonts.abtasty.com/saira/Saira-300italic.ttf",conditions:[{field:"fontName",value:"Saira"}],fallback:""},{label:"500",value:"https://common-fonts.abtasty.com/saira/Saira-500.ttf",conditions:[{field:"fontName",value:"Saira"}],fallback:""},{label:"500 Italic",value:"https://common-fonts.abtasty.com/saira/Saira-500italic.ttf",conditions:[{field:"fontName",value:"Saira"}],fallback:""},{label:"600",value:"https://common-fonts.abtasty.com/saira/Saira-600.ttf",conditions:[{field:"fontName",value:"Saira"}],fallback:""},{label:"600 Italic",value:"https://common-fonts.abtasty.com/saira/Saira-600italic.ttf",conditions:[{field:"fontName",value:"Saira"}],fallback:""},{label:"700",value:"https://common-fonts.abtasty.com/saira/Saira-700.ttf",conditions:[{field:"fontName",value:"Saira"}],fallback:""},{label:"700 Italic",value:"https://common-fonts.abtasty.com/saira/Saira-700italic.ttf",conditions:[{field:"fontName",value:"Saira"}],fallback:""},{label:"800",value:"https://common-fonts.abtasty.com/saira/Saira-800.ttf",conditions:[{field:"fontName",value:"Saira"}],fallback:""},{label:"800 Italic",value:"https://common-fonts.abtasty.com/saira/Saira-800italic.ttf",conditions:[{field:"fontName",value:"Saira"}],fallback:""},{label:"900",value:"https://common-fonts.abtasty.com/saira/Saira-900.ttf",conditions:[{field:"fontName",value:"Saira"}],fallback:""},{label:"900 Italic",value:"https://common-fonts.abtasty.com/saira/Saira-900italic.ttf",conditions:[{field:"fontName",value:"Saira"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/saira-condensed/Saira_Condensed-400.ttf",conditions:[{field:"fontName",value:"Saira Condensed"}],fallback:""},{label:"100",value:"https://common-fonts.abtasty.com/saira-condensed/Saira_Condensed-100.ttf",conditions:[{field:"fontName",value:"Saira Condensed"}],fallback:""},{label:"200",value:"https://common-fonts.abtasty.com/saira-condensed/Saira_Condensed-200.ttf",conditions:[{field:"fontName",value:"Saira Condensed"}],fallback:""},{label:"300",value:"https://common-fonts.abtasty.com/saira-condensed/Saira_Condensed-300.ttf",conditions:[{field:"fontName",value:"Saira Condensed"}],fallback:""},{label:"500",value:"https://common-fonts.abtasty.com/saira-condensed/Saira_Condensed-500.ttf",conditions:[{field:"fontName",value:"Saira Condensed"}],fallback:""},{label:"600",value:"https://common-fonts.abtasty.com/saira-condensed/Saira_Condensed-600.ttf",conditions:[{field:"fontName",value:"Saira Condensed"}],fallback:""},{label:"700",value:"https://common-fonts.abtasty.com/saira-condensed/Saira_Condensed-700.ttf",conditions:[{field:"fontName",value:"Saira Condensed"}],fallback:""},{label:"800",value:"https://common-fonts.abtasty.com/saira-condensed/Saira_Condensed-800.ttf",conditions:[{field:"fontName",value:"Saira Condensed"}],fallback:""},{label:"900",value:"https://common-fonts.abtasty.com/saira-condensed/Saira_Condensed-900.ttf",conditions:[{field:"fontName",value:"Saira Condensed"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/saira-extra-condensed/Saira_Extra Condensed-400.ttf",conditions:[{field:"fontName",value:"Saira Extra Condensed"}],fallback:""},{label:"100",value:"https://common-fonts.abtasty.com/saira-extra-condensed/Saira_Extra Condensed-100.ttf",conditions:[{field:"fontName",value:"Saira Extra Condensed"}],fallback:""},{label:"200",value:"https://common-fonts.abtasty.com/saira-extra-condensed/Saira_Extra Condensed-200.ttf",conditions:[{field:"fontName",value:"Saira Extra Condensed"}],fallback:""},{label:"300",value:"https://common-fonts.abtasty.com/saira-extra-condensed/Saira_Extra Condensed-300.ttf",conditions:[{field:"fontName",value:"Saira Extra Condensed"}],fallback:""},{label:"500",value:"https://common-fonts.abtasty.com/saira-extra-condensed/Saira_Extra Condensed-500.ttf",conditions:[{field:"fontName",value:"Saira Extra Condensed"}],fallback:""},{label:"600",value:"https://common-fonts.abtasty.com/saira-extra-condensed/Saira_Extra Condensed-600.ttf",conditions:[{field:"fontName",value:"Saira Extra Condensed"}],fallback:""},{label:"700",value:"https://common-fonts.abtasty.com/saira-extra-condensed/Saira_Extra Condensed-700.ttf",conditions:[{field:"fontName",value:"Saira Extra Condensed"}],fallback:""},{label:"800",value:"https://common-fonts.abtasty.com/saira-extra-condensed/Saira_Extra Condensed-800.ttf",conditions:[{field:"fontName",value:"Saira Extra Condensed"}],fallback:""},{label:"900",value:"https://common-fonts.abtasty.com/saira-extra-condensed/Saira_Extra Condensed-900.ttf",conditions:[{field:"fontName",value:"Saira Extra Condensed"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/saira-semi-condensed/Saira_Semi Condensed-400.ttf",conditions:[{field:"fontName",value:"Saira Semi Condensed"}],fallback:""},{label:"100",value:"https://common-fonts.abtasty.com/saira-semi-condensed/Saira_Semi Condensed-100.ttf",conditions:[{field:"fontName",value:"Saira Semi Condensed"}],fallback:""},{label:"200",value:"https://common-fonts.abtasty.com/saira-semi-condensed/Saira_Semi Condensed-200.ttf",conditions:[{field:"fontName",value:"Saira Semi Condensed"}],fallback:""},{label:"300",value:"https://common-fonts.abtasty.com/saira-semi-condensed/Saira_Semi Condensed-300.ttf",conditions:[{field:"fontName",value:"Saira Semi Condensed"}],fallback:""},{label:"500",value:"https://common-fonts.abtasty.com/saira-semi-condensed/Saira_Semi Condensed-500.ttf",conditions:[{field:"fontName",value:"Saira Semi Condensed"}],fallback:""},{label:"600",value:"https://common-fonts.abtasty.com/saira-semi-condensed/Saira_Semi Condensed-600.ttf",conditions:[{field:"fontName",value:"Saira Semi Condensed"}],fallback:""},{label:"700",value:"https://common-fonts.abtasty.com/saira-semi-condensed/Saira_Semi Condensed-700.ttf",conditions:[{field:"fontName",value:"Saira Semi Condensed"}],fallback:""},{label:"800",value:"https://common-fonts.abtasty.com/saira-semi-condensed/Saira_Semi Condensed-800.ttf",conditions:[{field:"fontName",value:"Saira Semi Condensed"}],fallback:""},{label:"900",value:"https://common-fonts.abtasty.com/saira-semi-condensed/Saira_Semi Condensed-900.ttf",conditions:[{field:"fontName",value:"Saira Semi Condensed"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/saira-stencil-one/Saira_Stencil One-400.ttf",conditions:[{field:"fontName",value:"Saira Stencil One"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/salsa/Salsa-400.ttf",conditions:[{field:"fontName",value:"Salsa"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/sanchez/Sanchez-400.ttf",conditions:[{field:"fontName",value:"Sanchez"}],fallback:""},{label:"Italic",value:"https://common-fonts.abtasty.com/sanchez/Sanchez-400italic.ttf",conditions:[{field:"fontName",value:"Sanchez"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/sancreek/Sancreek-400.ttf",conditions:[{field:"fontName",value:"Sancreek"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/sansita/Sansita-400.ttf",conditions:[{field:"fontName",value:"Sansita"}],fallback:""},{label:"Italic",value:"https://common-fonts.abtasty.com/sansita/Sansita-400italic.ttf",conditions:[{field:"fontName",value:"Sansita"}],fallback:""},{label:"700",value:"https://common-fonts.abtasty.com/sansita/Sansita-700.ttf",conditions:[{field:"fontName",value:"Sansita"}],fallback:""},{label:"700 Italic",value:"https://common-fonts.abtasty.com/sansita/Sansita-700italic.ttf",conditions:[{field:"fontName",value:"Sansita"}],fallback:""},{label:"800",value:"https://common-fonts.abtasty.com/sansita/Sansita-800.ttf",conditions:[{field:"fontName",value:"Sansita"}],fallback:""},{label:"800 Italic",value:"https://common-fonts.abtasty.com/sansita/Sansita-800italic.ttf",conditions:[{field:"fontName",value:"Sansita"}],fallback:""},{label:"900",value:"https://common-fonts.abtasty.com/sansita/Sansita-900.ttf",conditions:[{field:"fontName",value:"Sansita"}],fallback:""},{label:"900 Italic",value:"https://common-fonts.abtasty.com/sansita/Sansita-900italic.ttf",conditions:[{field:"fontName",value:"Sansita"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/sansita-swashed/Sansita_Swashed-400.ttf",conditions:[{field:"fontName",value:"Sansita Swashed"}],fallback:""},{label:"300",value:"https://common-fonts.abtasty.com/sansita-swashed/Sansita_Swashed-300.ttf",conditions:[{field:"fontName",value:"Sansita Swashed"}],fallback:""},{label:"500",value:"https://common-fonts.abtasty.com/sansita-swashed/Sansita_Swashed-500.ttf",conditions:[{field:"fontName",value:"Sansita Swashed"}],fallback:""},{label:"600",value:"https://common-fonts.abtasty.com/sansita-swashed/Sansita_Swashed-600.ttf",conditions:[{field:"fontName",value:"Sansita Swashed"}],fallback:""},{label:"700",value:"https://common-fonts.abtasty.com/sansita-swashed/Sansita_Swashed-700.ttf",conditions:[{field:"fontName",value:"Sansita Swashed"}],fallback:""},{label:"800",value:"https://common-fonts.abtasty.com/sansita-swashed/Sansita_Swashed-800.ttf",conditions:[{field:"fontName",value:"Sansita Swashed"}],fallback:""},{label:"900",value:"https://common-fonts.abtasty.com/sansita-swashed/Sansita_Swashed-900.ttf",conditions:[{field:"fontName",value:"Sansita Swashed"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/sarabun/Sarabun-400.ttf",conditions:[{field:"fontName",value:"Sarabun"}],fallback:""},{label:"Italic",value:"https://common-fonts.abtasty.com/sarabun/Sarabun-400italic.ttf",conditions:[{field:"fontName",value:"Sarabun"}],fallback:""},{label:"100",value:"https://common-fonts.abtasty.com/sarabun/Sarabun-100.ttf",conditions:[{field:"fontName",value:"Sarabun"}],fallback:""},{label:"100 Italic",value:"https://common-fonts.abtasty.com/sarabun/Sarabun-100italic.ttf",conditions:[{field:"fontName",value:"Sarabun"}],fallback:""},{label:"200",value:"https://common-fonts.abtasty.com/sarabun/Sarabun-200.ttf",conditions:[{field:"fontName",value:"Sarabun"}],fallback:""},{label:"200 Italic",value:"https://common-fonts.abtasty.com/sarabun/Sarabun-200italic.ttf",conditions:[{field:"fontName",value:"Sarabun"}],fallback:""},{label:"300",value:"https://common-fonts.abtasty.com/sarabun/Sarabun-300.ttf",conditions:[{field:"fontName",value:"Sarabun"}],fallback:""},{label:"300 Italic",value:"https://common-fonts.abtasty.com/sarabun/Sarabun-300italic.ttf",conditions:[{field:"fontName",value:"Sarabun"}],fallback:""},{label:"500",value:"https://common-fonts.abtasty.com/sarabun/Sarabun-500.ttf",conditions:[{field:"fontName",value:"Sarabun"}],fallback:""},{label:"500 Italic",value:"https://common-fonts.abtasty.com/sarabun/Sarabun-500italic.ttf",conditions:[{field:"fontName",value:"Sarabun"}],fallback:""},{label:"600",value:"https://common-fonts.abtasty.com/sarabun/Sarabun-600.ttf",conditions:[{field:"fontName",value:"Sarabun"}],fallback:""},{label:"600 Italic",value:"https://common-fonts.abtasty.com/sarabun/Sarabun-600italic.ttf",conditions:[{field:"fontName",value:"Sarabun"}],fallback:""},{label:"700",value:"https://common-fonts.abtasty.com/sarabun/Sarabun-700.ttf",conditions:[{field:"fontName",value:"Sarabun"}],fallback:""},{label:"700 Italic",value:"https://common-fonts.abtasty.com/sarabun/Sarabun-700italic.ttf",conditions:[{field:"fontName",value:"Sarabun"}],fallback:""},{label:"800",value:"https://common-fonts.abtasty.com/sarabun/Sarabun-800.ttf",conditions:[{field:"fontName",value:"Sarabun"}],fallback:""},{label:"800 Italic",value:"https://common-fonts.abtasty.com/sarabun/Sarabun-800italic.ttf",conditions:[{field:"fontName",value:"Sarabun"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/sarala/Sarala-400.ttf",conditions:[{field:"fontName",value:"Sarala"}],fallback:""},{label:"700",value:"https://common-fonts.abtasty.com/sarala/Sarala-700.ttf",conditions:[{field:"fontName",value:"Sarala"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/sarina/Sarina-400.ttf",conditions:[{field:"fontName",value:"Sarina"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/sarpanch/Sarpanch-400.ttf",conditions:[{field:"fontName",value:"Sarpanch"}],fallback:""},{label:"500",value:"https://common-fonts.abtasty.com/sarpanch/Sarpanch-500.ttf",conditions:[{field:"fontName",value:"Sarpanch"}],fallback:""},{label:"600",value:"https://common-fonts.abtasty.com/sarpanch/Sarpanch-600.ttf",conditions:[{field:"fontName",value:"Sarpanch"}],fallback:""},{label:"700",value:"https://common-fonts.abtasty.com/sarpanch/Sarpanch-700.ttf",conditions:[{field:"fontName",value:"Sarpanch"}],fallback:""},{label:"800",value:"https://common-fonts.abtasty.com/sarpanch/Sarpanch-800.ttf",conditions:[{field:"fontName",value:"Sarpanch"}],fallback:""},{label:"900",value:"https://common-fonts.abtasty.com/sarpanch/Sarpanch-900.ttf",conditions:[{field:"fontName",value:"Sarpanch"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/sassy-frass/Sassy_Frass-400.ttf",conditions:[{field:"fontName",value:"Sassy Frass"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/satisfy/Satisfy-400.ttf",conditions:[{field:"fontName",value:"Satisfy"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/sawarabi-gothic/Sawarabi_Gothic-400.ttf",conditions:[{field:"fontName",value:"Sawarabi Gothic"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/sawarabi-mincho/Sawarabi_Mincho-400.ttf",conditions:[{field:"fontName",value:"Sawarabi Mincho"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/scada/Scada-400.ttf",conditions:[{field:"fontName",value:"Scada"}],fallback:""},{label:"Italic",value:"https://common-fonts.abtasty.com/scada/Scada-400italic.ttf",conditions:[{field:"fontName",value:"Scada"}],fallback:""},{label:"700",value:"https://common-fonts.abtasty.com/scada/Scada-700.ttf",conditions:[{field:"fontName",value:"Scada"}],fallback:""},{label:"700 Italic",value:"https://common-fonts.abtasty.com/scada/Scada-700italic.ttf",conditions:[{field:"fontName",value:"Scada"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/scheherazade-new/Scheherazade_New-400.ttf",conditions:[{field:"fontName",value:"Scheherazade New"}],fallback:""},{label:"700",value:"https://common-fonts.abtasty.com/scheherazade-new/Scheherazade_New-700.ttf",conditions:[{field:"fontName",value:"Scheherazade New"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/schoolbell/Schoolbell-400.ttf",conditions:[{field:"fontName",value:"Schoolbell"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/scope-one/Scope_One-400.ttf",conditions:[{field:"fontName",value:"Scope One"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/seaweed-script/Seaweed_Script-400.ttf",conditions:[{field:"fontName",value:"Seaweed Script"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/secular-one/Secular_One-400.ttf",conditions:[{field:"fontName",value:"Secular One"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/sedgwick-ave/Sedgwick_Ave-400.ttf",conditions:[{field:"fontName",value:"Sedgwick Ave"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/sedgwick-ave-display/Sedgwick_Ave Display-400.ttf",conditions:[{field:"fontName",value:"Sedgwick Ave Display"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/sen/Sen-400.ttf",conditions:[{field:"fontName",value:"Sen"}],fallback:""},{label:"700",value:"https://common-fonts.abtasty.com/sen/Sen-700.ttf",conditions:[{field:"fontName",value:"Sen"}],fallback:""},{label:"800",value:"https://common-fonts.abtasty.com/sen/Sen-800.ttf",conditions:[{field:"fontName",value:"Sen"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/send-flowers/Send_Flowers-400.ttf",conditions:[{field:"fontName",value:"Send Flowers"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/sevillana/Sevillana-400.ttf",conditions:[{field:"fontName",value:"Sevillana"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/seymour-one/Seymour_One-400.ttf",conditions:[{field:"fontName",value:"Seymour One"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/shadows-into-light/Shadows_Into Light-400.ttf",conditions:[{field:"fontName",value:"Shadows Into Light"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/shadows-into-light-two/Shadows_Into Light Two-400.ttf",conditions:[{field:"fontName",value:"Shadows Into Light Two"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/shalimar/Shalimar-400.ttf",conditions:[{field:"fontName",value:"Shalimar"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/shanti/Shanti-400.ttf",conditions:[{field:"fontName",value:"Shanti"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/share/Share-400.ttf",conditions:[{field:"fontName",value:"Share"}],fallback:""},{label:"Italic",value:"https://common-fonts.abtasty.com/share/Share-400italic.ttf",conditions:[{field:"fontName",value:"Share"}],fallback:""},{label:"700",value:"https://common-fonts.abtasty.com/share/Share-700.ttf",conditions:[{field:"fontName",value:"Share"}],fallback:""},{label:"700 Italic",value:"https://common-fonts.abtasty.com/share/Share-700italic.ttf",conditions:[{field:"fontName",value:"Share"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/share-tech/Share_Tech-400.ttf",conditions:[{field:"fontName",value:"Share Tech"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/share-tech-mono/Share_Tech Mono-400.ttf",conditions:[{field:"fontName",value:"Share Tech Mono"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/shippori-antique/Shippori_Antique-400.ttf",conditions:[{field:"fontName",value:"Shippori Antique"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/shippori-antique-b1/Shippori_Antique B1-400.ttf",conditions:[{field:"fontName",value:"Shippori Antique B1"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/shippori-mincho/Shippori_Mincho-400.ttf",conditions:[{field:"fontName",value:"Shippori Mincho"}],fallback:""},{label:"500",value:"https://common-fonts.abtasty.com/shippori-mincho/Shippori_Mincho-500.ttf",conditions:[{field:"fontName",value:"Shippori Mincho"}],fallback:""},{label:"600",value:"https://common-fonts.abtasty.com/shippori-mincho/Shippori_Mincho-600.ttf",conditions:[{field:"fontName",value:"Shippori Mincho"}],fallback:""},{label:"700",value:"https://common-fonts.abtasty.com/shippori-mincho/Shippori_Mincho-700.ttf",conditions:[{field:"fontName",value:"Shippori Mincho"}],fallback:""},{label:"800",value:"https://common-fonts.abtasty.com/shippori-mincho/Shippori_Mincho-800.ttf",conditions:[{field:"fontName",value:"Shippori Mincho"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/shippori-mincho-b1/Shippori_Mincho B1-400.ttf",conditions:[{field:"fontName",value:"Shippori Mincho B1"}],fallback:""},{label:"500",value:"https://common-fonts.abtasty.com/shippori-mincho-b1/Shippori_Mincho B1-500.ttf",conditions:[{field:"fontName",value:"Shippori Mincho B1"}],fallback:""},{label:"600",value:"https://common-fonts.abtasty.com/shippori-mincho-b1/Shippori_Mincho B1-600.ttf",conditions:[{field:"fontName",value:"Shippori Mincho B1"}],fallback:""},{label:"700",value:"https://common-fonts.abtasty.com/shippori-mincho-b1/Shippori_Mincho B1-700.ttf",conditions:[{field:"fontName",value:"Shippori Mincho B1"}],fallback:""},{label:"800",value:"https://common-fonts.abtasty.com/shippori-mincho-b1/Shippori_Mincho B1-800.ttf",conditions:[{field:"fontName",value:"Shippori Mincho B1"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/shojumaru/Shojumaru-400.ttf",conditions:[{field:"fontName",value:"Shojumaru"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/short-stack/Short_Stack-400.ttf",conditions:[{field:"fontName",value:"Short Stack"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/shrikhand/Shrikhand-400.ttf",conditions:[{field:"fontName",value:"Shrikhand"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/siemreap/Siemreap-400.ttf",conditions:[{field:"fontName",value:"Siemreap"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/sigmar-one/Sigmar_One-400.ttf",conditions:[{field:"fontName",value:"Sigmar One"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/signika/Signika-400.ttf",conditions:[{field:"fontName",value:"Signika"}],fallback:""},{label:"300",value:"https://common-fonts.abtasty.com/signika/Signika-300.ttf",conditions:[{field:"fontName",value:"Signika"}],fallback:""},{label:"500",value:"https://common-fonts.abtasty.com/signika/Signika-500.ttf",conditions:[{field:"fontName",value:"Signika"}],fallback:""},{label:"600",value:"https://common-fonts.abtasty.com/signika/Signika-600.ttf",conditions:[{field:"fontName",value:"Signika"}],fallback:""},{label:"700",value:"https://common-fonts.abtasty.com/signika/Signika-700.ttf",conditions:[{field:"fontName",value:"Signika"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/signika-negative/Signika_Negative-400.ttf",conditions:[{field:"fontName",value:"Signika Negative"}],fallback:""},{label:"300",value:"https://common-fonts.abtasty.com/signika-negative/Signika_Negative-300.ttf",conditions:[{field:"fontName",value:"Signika Negative"}],fallback:""},{label:"500",value:"https://common-fonts.abtasty.com/signika-negative/Signika_Negative-500.ttf",conditions:[{field:"fontName",value:"Signika Negative"}],fallback:""},{label:"600",value:"https://common-fonts.abtasty.com/signika-negative/Signika_Negative-600.ttf",conditions:[{field:"fontName",value:"Signika Negative"}],fallback:""},{label:"700",value:"https://common-fonts.abtasty.com/signika-negative/Signika_Negative-700.ttf",conditions:[{field:"fontName",value:"Signika Negative"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/simonetta/Simonetta-400.ttf",conditions:[{field:"fontName",value:"Simonetta"}],fallback:""},{label:"Italic",value:"https://common-fonts.abtasty.com/simonetta/Simonetta-400italic.ttf",conditions:[{field:"fontName",value:"Simonetta"}],fallback:""},{label:"900",value:"https://common-fonts.abtasty.com/simonetta/Simonetta-900.ttf",conditions:[{field:"fontName",value:"Simonetta"}],fallback:""},{label:"900 Italic",value:"https://common-fonts.abtasty.com/simonetta/Simonetta-900italic.ttf",conditions:[{field:"fontName",value:"Simonetta"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/single-day/Single_Day-400.ttf",conditions:[{field:"fontName",value:"Single Day"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/sintony/Sintony-400.ttf",conditions:[{field:"fontName",value:"Sintony"}],fallback:""},{label:"700",value:"https://common-fonts.abtasty.com/sintony/Sintony-700.ttf",conditions:[{field:"fontName",value:"Sintony"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/sirin-stencil/Sirin_Stencil-400.ttf",conditions:[{field:"fontName",value:"Sirin Stencil"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/six-caps/Six_Caps-400.ttf",conditions:[{field:"fontName",value:"Six Caps"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/skranji/Skranji-400.ttf",conditions:[{field:"fontName",value:"Skranji"}],fallback:""},{label:"700",value:"https://common-fonts.abtasty.com/skranji/Skranji-700.ttf",conditions:[{field:"fontName",value:"Skranji"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/slabo-13px/Slabo_13px-400.ttf",conditions:[{field:"fontName",value:"Slabo 13px"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/slabo-27px/Slabo_27px-400.ttf",conditions:[{field:"fontName",value:"Slabo 27px"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/slackey/Slackey-400.ttf",conditions:[{field:"fontName",value:"Slackey"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/smokum/Smokum-400.ttf",conditions:[{field:"fontName",value:"Smokum"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/smooch/Smooch-400.ttf",conditions:[{field:"fontName",value:"Smooch"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/smooch-sans/Smooch_Sans-400.ttf",conditions:[{field:"fontName",value:"Smooch Sans"}],fallback:""},{label:"100",value:"https://common-fonts.abtasty.com/smooch-sans/Smooch_Sans-100.ttf",conditions:[{field:"fontName",value:"Smooch Sans"}],fallback:""},{label:"200",value:"https://common-fonts.abtasty.com/smooch-sans/Smooch_Sans-200.ttf",conditions:[{field:"fontName",value:"Smooch Sans"}],fallback:""},{label:"300",value:"https://common-fonts.abtasty.com/smooch-sans/Smooch_Sans-300.ttf",conditions:[{field:"fontName",value:"Smooch Sans"}],fallback:""},{label:"500",value:"https://common-fonts.abtasty.com/smooch-sans/Smooch_Sans-500.ttf",conditions:[{field:"fontName",value:"Smooch Sans"}],fallback:""},{label:"600",value:"https://common-fonts.abtasty.com/smooch-sans/Smooch_Sans-600.ttf",conditions:[{field:"fontName",value:"Smooch Sans"}],fallback:""},{label:"700",value:"https://common-fonts.abtasty.com/smooch-sans/Smooch_Sans-700.ttf",conditions:[{field:"fontName",value:"Smooch Sans"}],fallback:""},{label:"800",value:"https://common-fonts.abtasty.com/smooch-sans/Smooch_Sans-800.ttf",conditions:[{field:"fontName",value:"Smooch Sans"}],fallback:""},{label:"900",value:"https://common-fonts.abtasty.com/smooch-sans/Smooch_Sans-900.ttf",conditions:[{field:"fontName",value:"Smooch Sans"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/smythe/Smythe-400.ttf",conditions:[{field:"fontName",value:"Smythe"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/sniglet/Sniglet-400.ttf",conditions:[{field:"fontName",value:"Sniglet"}],fallback:""},{label:"800",value:"https://common-fonts.abtasty.com/sniglet/Sniglet-800.ttf",conditions:[{field:"fontName",value:"Sniglet"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/snippet/Snippet-400.ttf",conditions:[{field:"fontName",value:"Snippet"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/snowburst-one/Snowburst_One-400.ttf",conditions:[{field:"fontName",value:"Snowburst One"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/sofadi-one/Sofadi_One-400.ttf",conditions:[{field:"fontName",value:"Sofadi One"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/sofia/Sofia-400.ttf",conditions:[{field:"fontName",value:"Sofia"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/solway/Solway-400.ttf",conditions:[{field:"fontName",value:"Solway"}],fallback:""},{label:"300",value:"https://common-fonts.abtasty.com/solway/Solway-300.ttf",conditions:[{field:"fontName",value:"Solway"}],fallback:""},{label:"500",value:"https://common-fonts.abtasty.com/solway/Solway-500.ttf",conditions:[{field:"fontName",value:"Solway"}],fallback:""},{label:"700",value:"https://common-fonts.abtasty.com/solway/Solway-700.ttf",conditions:[{field:"fontName",value:"Solway"}],fallback:""},{label:"800",value:"https://common-fonts.abtasty.com/solway/Solway-800.ttf",conditions:[{field:"fontName",value:"Solway"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/song-myung/Song_Myung-400.ttf",conditions:[{field:"fontName",value:"Song Myung"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/sonsie-one/Sonsie_One-400.ttf",conditions:[{field:"fontName",value:"Sonsie One"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/sora/Sora-400.ttf",conditions:[{field:"fontName",value:"Sora"}],fallback:""},{label:"100",value:"https://common-fonts.abtasty.com/sora/Sora-100.ttf",conditions:[{field:"fontName",value:"Sora"}],fallback:""},{label:"200",value:"https://common-fonts.abtasty.com/sora/Sora-200.ttf",conditions:[{field:"fontName",value:"Sora"}],fallback:""},{label:"300",value:"https://common-fonts.abtasty.com/sora/Sora-300.ttf",conditions:[{field:"fontName",value:"Sora"}],fallback:""},{label:"500",value:"https://common-fonts.abtasty.com/sora/Sora-500.ttf",conditions:[{field:"fontName",value:"Sora"}],fallback:""},{label:"600",value:"https://common-fonts.abtasty.com/sora/Sora-600.ttf",conditions:[{field:"fontName",value:"Sora"}],fallback:""},{label:"700",value:"https://common-fonts.abtasty.com/sora/Sora-700.ttf",conditions:[{field:"fontName",value:"Sora"}],fallback:""},{label:"800",value:"https://common-fonts.abtasty.com/sora/Sora-800.ttf",conditions:[{field:"fontName",value:"Sora"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/sorts-mill-goudy/Sorts_Mill Goudy-400.ttf",conditions:[{field:"fontName",value:"Sorts Mill Goudy"}],fallback:""},{label:"Italic",value:"https://common-fonts.abtasty.com/sorts-mill-goudy/Sorts_Mill Goudy-400italic.ttf",conditions:[{field:"fontName",value:"Sorts Mill Goudy"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/source-code-pro/Source_Code Pro-400.ttf",conditions:[{field:"fontName",value:"Source Code Pro"}],fallback:""},{label:"Italic",value:"https://common-fonts.abtasty.com/source-code-pro/Source_Code Pro-400italic.ttf",conditions:[{field:"fontName",value:"Source Code Pro"}],fallback:""},{label:"200",value:"https://common-fonts.abtasty.com/source-code-pro/Source_Code Pro-200.ttf",conditions:[{field:"fontName",value:"Source Code Pro"}],fallback:""},{label:"200 Italic",value:"https://common-fonts.abtasty.com/source-code-pro/Source_Code Pro-200italic.ttf",conditions:[{field:"fontName",value:"Source Code Pro"}],fallback:""},{label:"300",value:"https://common-fonts.abtasty.com/source-code-pro/Source_Code Pro-300.ttf",conditions:[{field:"fontName",value:"Source Code Pro"}],fallback:""},{label:"300 Italic",value:"https://common-fonts.abtasty.com/source-code-pro/Source_Code Pro-300italic.ttf",conditions:[{field:"fontName",value:"Source Code Pro"}],fallback:""},{label:"500",value:"https://common-fonts.abtasty.com/source-code-pro/Source_Code Pro-500.ttf",conditions:[{field:"fontName",value:"Source Code Pro"}],fallback:""},{label:"500 Italic",value:"https://common-fonts.abtasty.com/source-code-pro/Source_Code Pro-500italic.ttf",conditions:[{field:"fontName",value:"Source Code Pro"}],fallback:""},{label:"600",value:"https://common-fonts.abtasty.com/source-code-pro/Source_Code Pro-600.ttf",conditions:[{field:"fontName",value:"Source Code Pro"}],fallback:""},{label:"600 Italic",value:"https://common-fonts.abtasty.com/source-code-pro/Source_Code Pro-600italic.ttf",conditions:[{field:"fontName",value:"Source Code Pro"}],fallback:""},{label:"700",value:"https://common-fonts.abtasty.com/source-code-pro/Source_Code Pro-700.ttf",conditions:[{field:"fontName",value:"Source Code Pro"}],fallback:""},{label:"700 Italic",value:"https://common-fonts.abtasty.com/source-code-pro/Source_Code Pro-700italic.ttf",conditions:[{field:"fontName",value:"Source Code Pro"}],fallback:""},{label:"800",value:"https://common-fonts.abtasty.com/source-code-pro/Source_Code Pro-800.ttf",conditions:[{field:"fontName",value:"Source Code Pro"}],fallback:""},{label:"800 Italic",value:"https://common-fonts.abtasty.com/source-code-pro/Source_Code Pro-800italic.ttf",conditions:[{field:"fontName",value:"Source Code Pro"}],fallback:""},{label:"900",value:"https://common-fonts.abtasty.com/source-code-pro/Source_Code Pro-900.ttf",conditions:[{field:"fontName",value:"Source Code Pro"}],fallback:""},{label:"900 Italic",value:"https://common-fonts.abtasty.com/source-code-pro/Source_Code Pro-900italic.ttf",conditions:[{field:"fontName",value:"Source Code Pro"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/source-sans-3/Source_Sans 3-400.ttf",conditions:[{field:"fontName",value:"Source Sans 3"}],fallback:""},{label:"Italic",value:"https://common-fonts.abtasty.com/source-sans-3/Source_Sans 3-400italic.ttf",conditions:[{field:"fontName",value:"Source Sans 3"}],fallback:""},{label:"200",value:"https://common-fonts.abtasty.com/source-sans-3/Source_Sans 3-200.ttf",conditions:[{field:"fontName",value:"Source Sans 3"}],fallback:""},{label:"200 Italic",value:"https://common-fonts.abtasty.com/source-sans-3/Source_Sans 3-200italic.ttf",conditions:[{field:"fontName",value:"Source Sans 3"}],fallback:""},{label:"300",value:"https://common-fonts.abtasty.com/source-sans-3/Source_Sans 3-300.ttf",conditions:[{field:"fontName",value:"Source Sans 3"}],fallback:""},{label:"300 Italic",value:"https://common-fonts.abtasty.com/source-sans-3/Source_Sans 3-300italic.ttf",conditions:[{field:"fontName",value:"Source Sans 3"}],fallback:""},{label:"500",value:"https://common-fonts.abtasty.com/source-sans-3/Source_Sans 3-500.ttf",conditions:[{field:"fontName",value:"Source Sans 3"}],fallback:""},{label:"500 Italic",value:"https://common-fonts.abtasty.com/source-sans-3/Source_Sans 3-500italic.ttf",conditions:[{field:"fontName",value:"Source Sans 3"}],fallback:""},{label:"600",value:"https://common-fonts.abtasty.com/source-sans-3/Source_Sans 3-600.ttf",conditions:[{field:"fontName",value:"Source Sans 3"}],fallback:""},{label:"600 Italic",value:"https://common-fonts.abtasty.com/source-sans-3/Source_Sans 3-600italic.ttf",conditions:[{field:"fontName",value:"Source Sans 3"}],fallback:""},{label:"700",value:"https://common-fonts.abtasty.com/source-sans-3/Source_Sans 3-700.ttf",conditions:[{field:"fontName",value:"Source Sans 3"}],fallback:""},{label:"700 Italic",value:"https://common-fonts.abtasty.com/source-sans-3/Source_Sans 3-700italic.ttf",conditions:[{field:"fontName",value:"Source Sans 3"}],fallback:""},{label:"800",value:"https://common-fonts.abtasty.com/source-sans-3/Source_Sans 3-800.ttf",conditions:[{field:"fontName",value:"Source Sans 3"}],fallback:""},{label:"800 Italic",value:"https://common-fonts.abtasty.com/source-sans-3/Source_Sans 3-800italic.ttf",conditions:[{field:"fontName",value:"Source Sans 3"}],fallback:""},{label:"900",value:"https://common-fonts.abtasty.com/source-sans-3/Source_Sans 3-900.ttf",conditions:[{field:"fontName",value:"Source Sans 3"}],fallback:""},{label:"900 Italic",value:"https://common-fonts.abtasty.com/source-sans-3/Source_Sans 3-900italic.ttf",conditions:[{field:"fontName",value:"Source Sans 3"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/source-sans-pro/Source_Sans Pro-400.ttf",conditions:[{field:"fontName",value:"Source Sans Pro"}],fallback:""},{label:"Italic",value:"https://common-fonts.abtasty.com/source-sans-pro/Source_Sans Pro-400italic.ttf",conditions:[{field:"fontName",value:"Source Sans Pro"}],fallback:""},{label:"200",value:"https://common-fonts.abtasty.com/source-sans-pro/Source_Sans Pro-200.ttf",conditions:[{field:"fontName",value:"Source Sans Pro"}],fallback:""},{label:"200 Italic",value:"https://common-fonts.abtasty.com/source-sans-pro/Source_Sans Pro-200italic.ttf",conditions:[{field:"fontName",value:"Source Sans Pro"}],fallback:""},{label:"300",value:"https://common-fonts.abtasty.com/source-sans-pro/Source_Sans Pro-300.ttf",conditions:[{field:"fontName",value:"Source Sans Pro"}],fallback:""},{label:"300 Italic",value:"https://common-fonts.abtasty.com/source-sans-pro/Source_Sans Pro-300italic.ttf",conditions:[{field:"fontName",value:"Source Sans Pro"}],fallback:""},{label:"600",value:"https://common-fonts.abtasty.com/source-sans-pro/Source_Sans Pro-600.ttf",conditions:[{field:"fontName",value:"Source Sans Pro"}],fallback:""},{label:"600 Italic",value:"https://common-fonts.abtasty.com/source-sans-pro/Source_Sans Pro-600italic.ttf",conditions:[{field:"fontName",value:"Source Sans Pro"}],fallback:""},{label:"700",value:"https://common-fonts.abtasty.com/source-sans-pro/Source_Sans Pro-700.ttf",conditions:[{field:"fontName",value:"Source Sans Pro"}],fallback:""},{label:"700 Italic",value:"https://common-fonts.abtasty.com/source-sans-pro/Source_Sans Pro-700italic.ttf",conditions:[{field:"fontName",value:"Source Sans Pro"}],fallback:""},{label:"900",value:"https://common-fonts.abtasty.com/source-sans-pro/Source_Sans Pro-900.ttf",conditions:[{field:"fontName",value:"Source Sans Pro"}],fallback:""},{label:"900 Italic",value:"https://common-fonts.abtasty.com/source-sans-pro/Source_Sans Pro-900italic.ttf",conditions:[{field:"fontName",value:"Source Sans Pro"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/source-serif-4/Source_Serif 4-400.ttf",conditions:[{field:"fontName",value:"Source Serif 4"}],fallback:""},{label:"Italic",value:"https://common-fonts.abtasty.com/source-serif-4/Source_Serif 4-400italic.ttf",conditions:[{field:"fontName",value:"Source Serif 4"}],fallback:""},{label:"200",value:"https://common-fonts.abtasty.com/source-serif-4/Source_Serif 4-200.ttf",conditions:[{field:"fontName",value:"Source Serif 4"}],fallback:""},{label:"200 Italic",value:"https://common-fonts.abtasty.com/source-serif-4/Source_Serif 4-200italic.ttf",conditions:[{field:"fontName",value:"Source Serif 4"}],fallback:""},{label:"300",value:"https://common-fonts.abtasty.com/source-serif-4/Source_Serif 4-300.ttf",conditions:[{field:"fontName",value:"Source Serif 4"}],fallback:""},{label:"300 Italic",value:"https://common-fonts.abtasty.com/source-serif-4/Source_Serif 4-300italic.ttf",conditions:[{field:"fontName",value:"Source Serif 4"}],fallback:""},{label:"500",value:"https://common-fonts.abtasty.com/source-serif-4/Source_Serif 4-500.ttf",conditions:[{field:"fontName",value:"Source Serif 4"}],fallback:""},{label:"500 Italic",value:"https://common-fonts.abtasty.com/source-serif-4/Source_Serif 4-500italic.ttf",conditions:[{field:"fontName",value:"Source Serif 4"}],fallback:""},{label:"600",value:"https://common-fonts.abtasty.com/source-serif-4/Source_Serif 4-600.ttf",conditions:[{field:"fontName",value:"Source Serif 4"}],fallback:""},{label:"600 Italic",value:"https://common-fonts.abtasty.com/source-serif-4/Source_Serif 4-600italic.ttf",conditions:[{field:"fontName",value:"Source Serif 4"}],fallback:""},{label:"700",value:"https://common-fonts.abtasty.com/source-serif-4/Source_Serif 4-700.ttf",conditions:[{field:"fontName",value:"Source Serif 4"}],fallback:""},{label:"700 Italic",value:"https://common-fonts.abtasty.com/source-serif-4/Source_Serif 4-700italic.ttf",conditions:[{field:"fontName",value:"Source Serif 4"}],fallback:""},{label:"800",value:"https://common-fonts.abtasty.com/source-serif-4/Source_Serif 4-800.ttf",conditions:[{field:"fontName",value:"Source Serif 4"}],fallback:""},{label:"800 Italic",value:"https://common-fonts.abtasty.com/source-serif-4/Source_Serif 4-800italic.ttf",conditions:[{field:"fontName",value:"Source Serif 4"}],fallback:""},{label:"900",value:"https://common-fonts.abtasty.com/source-serif-4/Source_Serif 4-900.ttf",conditions:[{field:"fontName",value:"Source Serif 4"}],fallback:""},{label:"900 Italic",value:"https://common-fonts.abtasty.com/source-serif-4/Source_Serif 4-900italic.ttf",conditions:[{field:"fontName",value:"Source Serif 4"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/source-serif-pro/Source_Serif Pro-400.ttf",conditions:[{field:"fontName",value:"Source Serif Pro"}],fallback:""},{label:"Italic",value:"https://common-fonts.abtasty.com/source-serif-pro/Source_Serif Pro-400italic.ttf",conditions:[{field:"fontName",value:"Source Serif Pro"}],fallback:""},{label:"200",value:"https://common-fonts.abtasty.com/source-serif-pro/Source_Serif Pro-200.ttf",conditions:[{field:"fontName",value:"Source Serif Pro"}],fallback:""},{label:"200 Italic",value:"https://common-fonts.abtasty.com/source-serif-pro/Source_Serif Pro-200italic.ttf",conditions:[{field:"fontName",value:"Source Serif Pro"}],fallback:""},{label:"300",value:"https://common-fonts.abtasty.com/source-serif-pro/Source_Serif Pro-300.ttf",conditions:[{field:"fontName",value:"Source Serif Pro"}],fallback:""},{label:"300 Italic",value:"https://common-fonts.abtasty.com/source-serif-pro/Source_Serif Pro-300italic.ttf",conditions:[{field:"fontName",value:"Source Serif Pro"}],fallback:""},{label:"600",value:"https://common-fonts.abtasty.com/source-serif-pro/Source_Serif Pro-600.ttf",conditions:[{field:"fontName",value:"Source Serif Pro"}],fallback:""},{label:"600 Italic",value:"https://common-fonts.abtasty.com/source-serif-pro/Source_Serif Pro-600italic.ttf",conditions:[{field:"fontName",value:"Source Serif Pro"}],fallback:""},{label:"700",value:"https://common-fonts.abtasty.com/source-serif-pro/Source_Serif Pro-700.ttf",conditions:[{field:"fontName",value:"Source Serif Pro"}],fallback:""},{label:"700 Italic",value:"https://common-fonts.abtasty.com/source-serif-pro/Source_Serif Pro-700italic.ttf",conditions:[{field:"fontName",value:"Source Serif Pro"}],fallback:""},{label:"900",value:"https://common-fonts.abtasty.com/source-serif-pro/Source_Serif Pro-900.ttf",conditions:[{field:"fontName",value:"Source Serif Pro"}],fallback:""},{label:"900 Italic",value:"https://common-fonts.abtasty.com/source-serif-pro/Source_Serif Pro-900italic.ttf",conditions:[{field:"fontName",value:"Source Serif Pro"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/space-grotesk/Space_Grotesk-400.ttf",conditions:[{field:"fontName",value:"Space Grotesk"}],fallback:""},{label:"300",value:"https://common-fonts.abtasty.com/space-grotesk/Space_Grotesk-300.ttf",conditions:[{field:"fontName",value:"Space Grotesk"}],fallback:""},{label:"500",value:"https://common-fonts.abtasty.com/space-grotesk/Space_Grotesk-500.ttf",conditions:[{field:"fontName",value:"Space Grotesk"}],fallback:""},{label:"600",value:"https://common-fonts.abtasty.com/space-grotesk/Space_Grotesk-600.ttf",conditions:[{field:"fontName",value:"Space Grotesk"}],fallback:""},{label:"700",value:"https://common-fonts.abtasty.com/space-grotesk/Space_Grotesk-700.ttf",conditions:[{field:"fontName",value:"Space Grotesk"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/space-mono/Space_Mono-400.ttf",conditions:[{field:"fontName",value:"Space Mono"}],fallback:""},{label:"Italic",value:"https://common-fonts.abtasty.com/space-mono/Space_Mono-400italic.ttf",conditions:[{field:"fontName",value:"Space Mono"}],fallback:""},{label:"700",value:"https://common-fonts.abtasty.com/space-mono/Space_Mono-700.ttf",conditions:[{field:"fontName",value:"Space Mono"}],fallback:""},{label:"700 Italic",value:"https://common-fonts.abtasty.com/space-mono/Space_Mono-700italic.ttf",conditions:[{field:"fontName",value:"Space Mono"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/special-elite/Special_Elite-400.ttf",conditions:[{field:"fontName",value:"Special Elite"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/spectral/Spectral-400.ttf",conditions:[{field:"fontName",value:"Spectral"}],fallback:""},{label:"Italic",value:"https://common-fonts.abtasty.com/spectral/Spectral-400italic.ttf",conditions:[{field:"fontName",value:"Spectral"}],fallback:""},{label:"200",value:"https://common-fonts.abtasty.com/spectral/Spectral-200.ttf",conditions:[{field:"fontName",value:"Spectral"}],fallback:""},{label:"200 Italic",value:"https://common-fonts.abtasty.com/spectral/Spectral-200italic.ttf",conditions:[{field:"fontName",value:"Spectral"}],fallback:""},{label:"300",value:"https://common-fonts.abtasty.com/spectral/Spectral-300.ttf",conditions:[{field:"fontName",value:"Spectral"}],fallback:""},{label:"300 Italic",value:"https://common-fonts.abtasty.com/spectral/Spectral-300italic.ttf",conditions:[{field:"fontName",value:"Spectral"}],fallback:""},{label:"500",value:"https://common-fonts.abtasty.com/spectral/Spectral-500.ttf",conditions:[{field:"fontName",value:"Spectral"}],fallback:""},{label:"500 Italic",value:"https://common-fonts.abtasty.com/spectral/Spectral-500italic.ttf",conditions:[{field:"fontName",value:"Spectral"}],fallback:""},{label:"600",value:"https://common-fonts.abtasty.com/spectral/Spectral-600.ttf",conditions:[{field:"fontName",value:"Spectral"}],fallback:""},{label:"600 Italic",value:"https://common-fonts.abtasty.com/spectral/Spectral-600italic.ttf",conditions:[{field:"fontName",value:"Spectral"}],fallback:""},{label:"700",value:"https://common-fonts.abtasty.com/spectral/Spectral-700.ttf",conditions:[{field:"fontName",value:"Spectral"}],fallback:""},{label:"700 Italic",value:"https://common-fonts.abtasty.com/spectral/Spectral-700italic.ttf",conditions:[{field:"fontName",value:"Spectral"}],fallback:""},{label:"800",value:"https://common-fonts.abtasty.com/spectral/Spectral-800.ttf",conditions:[{field:"fontName",value:"Spectral"}],fallback:""},{label:"800 Italic",value:"https://common-fonts.abtasty.com/spectral/Spectral-800italic.ttf",conditions:[{field:"fontName",value:"Spectral"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/spectral-sc/Spectral_SC-400.ttf",conditions:[{field:"fontName",value:"Spectral SC"}],fallback:""},{label:"Italic",value:"https://common-fonts.abtasty.com/spectral-sc/Spectral_SC-400italic.ttf",conditions:[{field:"fontName",value:"Spectral SC"}],fallback:""},{label:"200",value:"https://common-fonts.abtasty.com/spectral-sc/Spectral_SC-200.ttf",conditions:[{field:"fontName",value:"Spectral SC"}],fallback:""},{label:"200 Italic",value:"https://common-fonts.abtasty.com/spectral-sc/Spectral_SC-200italic.ttf",conditions:[{field:"fontName",value:"Spectral SC"}],fallback:""},{label:"300",value:"https://common-fonts.abtasty.com/spectral-sc/Spectral_SC-300.ttf",conditions:[{field:"fontName",value:"Spectral SC"}],fallback:""},{label:"300 Italic",value:"https://common-fonts.abtasty.com/spectral-sc/Spectral_SC-300italic.ttf",conditions:[{field:"fontName",value:"Spectral SC"}],fallback:""},{label:"500",value:"https://common-fonts.abtasty.com/spectral-sc/Spectral_SC-500.ttf",conditions:[{field:"fontName",value:"Spectral SC"}],fallback:""},{label:"500 Italic",value:"https://common-fonts.abtasty.com/spectral-sc/Spectral_SC-500italic.ttf",conditions:[{field:"fontName",value:"Spectral SC"}],fallback:""},{label:"600",value:"https://common-fonts.abtasty.com/spectral-sc/Spectral_SC-600.ttf",conditions:[{field:"fontName",value:"Spectral SC"}],fallback:""},{label:"600 Italic",value:"https://common-fonts.abtasty.com/spectral-sc/Spectral_SC-600italic.ttf",conditions:[{field:"fontName",value:"Spectral SC"}],fallback:""},{label:"700",value:"https://common-fonts.abtasty.com/spectral-sc/Spectral_SC-700.ttf",conditions:[{field:"fontName",value:"Spectral SC"}],fallback:""},{label:"700 Italic",value:"https://common-fonts.abtasty.com/spectral-sc/Spectral_SC-700italic.ttf",conditions:[{field:"fontName",value:"Spectral SC"}],fallback:""},{label:"800",value:"https://common-fonts.abtasty.com/spectral-sc/Spectral_SC-800.ttf",conditions:[{field:"fontName",value:"Spectral SC"}],fallback:""},{label:"800 Italic",value:"https://common-fonts.abtasty.com/spectral-sc/Spectral_SC-800italic.ttf",conditions:[{field:"fontName",value:"Spectral SC"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/spicy-rice/Spicy_Rice-400.ttf",conditions:[{field:"fontName",value:"Spicy Rice"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/spinnaker/Spinnaker-400.ttf",conditions:[{field:"fontName",value:"Spinnaker"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/spirax/Spirax-400.ttf",conditions:[{field:"fontName",value:"Spirax"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/splash/Splash-400.ttf",conditions:[{field:"fontName",value:"Splash"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/spline-sans/Spline_Sans-400.ttf",conditions:[{field:"fontName",value:"Spline Sans"}],fallback:""},{label:"300",value:"https://common-fonts.abtasty.com/spline-sans/Spline_Sans-300.ttf",conditions:[{field:"fontName",value:"Spline Sans"}],fallback:""},{label:"500",value:"https://common-fonts.abtasty.com/spline-sans/Spline_Sans-500.ttf",conditions:[{field:"fontName",value:"Spline Sans"}],fallback:""},{label:"600",value:"https://common-fonts.abtasty.com/spline-sans/Spline_Sans-600.ttf",conditions:[{field:"fontName",value:"Spline Sans"}],fallback:""},{label:"700",value:"https://common-fonts.abtasty.com/spline-sans/Spline_Sans-700.ttf",conditions:[{field:"fontName",value:"Spline Sans"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/spline-sans-mono/Spline_Sans Mono-400.ttf",conditions:[{field:"fontName",value:"Spline Sans Mono"}],fallback:""},{label:"Italic",value:"https://common-fonts.abtasty.com/spline-sans-mono/Spline_Sans Mono-400italic.ttf",conditions:[{field:"fontName",value:"Spline Sans Mono"}],fallback:""},{label:"300",value:"https://common-fonts.abtasty.com/spline-sans-mono/Spline_Sans Mono-300.ttf",conditions:[{field:"fontName",value:"Spline Sans Mono"}],fallback:""},{label:"300 Italic",value:"https://common-fonts.abtasty.com/spline-sans-mono/Spline_Sans Mono-300italic.ttf",conditions:[{field:"fontName",value:"Spline Sans Mono"}],fallback:""},{label:"500",value:"https://common-fonts.abtasty.com/spline-sans-mono/Spline_Sans Mono-500.ttf",conditions:[{field:"fontName",value:"Spline Sans Mono"}],fallback:""},{label:"500 Italic",value:"https://common-fonts.abtasty.com/spline-sans-mono/Spline_Sans Mono-500italic.ttf",conditions:[{field:"fontName",value:"Spline Sans Mono"}],fallback:""},{label:"600",value:"https://common-fonts.abtasty.com/spline-sans-mono/Spline_Sans Mono-600.ttf",conditions:[{field:"fontName",value:"Spline Sans Mono"}],fallback:""},{label:"600 Italic",value:"https://common-fonts.abtasty.com/spline-sans-mono/Spline_Sans Mono-600italic.ttf",conditions:[{field:"fontName",value:"Spline Sans Mono"}],fallback:""},{label:"700",value:"https://common-fonts.abtasty.com/spline-sans-mono/Spline_Sans Mono-700.ttf",conditions:[{field:"fontName",value:"Spline Sans Mono"}],fallback:""},{label:"700 Italic",value:"https://common-fonts.abtasty.com/spline-sans-mono/Spline_Sans Mono-700italic.ttf",conditions:[{field:"fontName",value:"Spline Sans Mono"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/squada-one/Squada_One-400.ttf",conditions:[{field:"fontName",value:"Squada One"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/square-peg/Square_Peg-400.ttf",conditions:[{field:"fontName",value:"Square Peg"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/sree-krushnadevaraya/Sree_Krushnadevaraya-400.ttf",conditions:[{field:"fontName",value:"Sree Krushnadevaraya"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/sriracha/Sriracha-400.ttf",conditions:[{field:"fontName",value:"Sriracha"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/srisakdi/Srisakdi-400.ttf",conditions:[{field:"fontName",value:"Srisakdi"}],fallback:""},{label:"700",value:"https://common-fonts.abtasty.com/srisakdi/Srisakdi-700.ttf",conditions:[{field:"fontName",value:"Srisakdi"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/staatliches/Staatliches-400.ttf",conditions:[{field:"fontName",value:"Staatliches"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/stalemate/Stalemate-400.ttf",conditions:[{field:"fontName",value:"Stalemate"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/stalinist-one/Stalinist_One-400.ttf",conditions:[{field:"fontName",value:"Stalinist One"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/stardos-stencil/Stardos_Stencil-400.ttf",conditions:[{field:"fontName",value:"Stardos Stencil"}],fallback:""},{label:"700",value:"https://common-fonts.abtasty.com/stardos-stencil/Stardos_Stencil-700.ttf",conditions:[{field:"fontName",value:"Stardos Stencil"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/stick/Stick-400.ttf",conditions:[{field:"fontName",value:"Stick"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/stick-no-bills/Stick_No Bills-400.ttf",conditions:[{field:"fontName",value:"Stick No Bills"}],fallback:""},{label:"200",value:"https://common-fonts.abtasty.com/stick-no-bills/Stick_No Bills-200.ttf",conditions:[{field:"fontName",value:"Stick No Bills"}],fallback:""},{label:"300",value:"https://common-fonts.abtasty.com/stick-no-bills/Stick_No Bills-300.ttf",conditions:[{field:"fontName",value:"Stick No Bills"}],fallback:""},{label:"500",value:"https://common-fonts.abtasty.com/stick-no-bills/Stick_No Bills-500.ttf",conditions:[{field:"fontName",value:"Stick No Bills"}],fallback:""},{label:"600",value:"https://common-fonts.abtasty.com/stick-no-bills/Stick_No Bills-600.ttf",conditions:[{field:"fontName",value:"Stick No Bills"}],fallback:""},{label:"700",value:"https://common-fonts.abtasty.com/stick-no-bills/Stick_No Bills-700.ttf",conditions:[{field:"fontName",value:"Stick No Bills"}],fallback:""},{label:"800",value:"https://common-fonts.abtasty.com/stick-no-bills/Stick_No Bills-800.ttf",conditions:[{field:"fontName",value:"Stick No Bills"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/stint-ultra-condensed/Stint_Ultra Condensed-400.ttf",conditions:[{field:"fontName",value:"Stint Ultra Condensed"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/stint-ultra-expanded/Stint_Ultra Expanded-400.ttf",conditions:[{field:"fontName",value:"Stint Ultra Expanded"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/stoke/Stoke-400.ttf",conditions:[{field:"fontName",value:"Stoke"}],fallback:""},{label:"300",value:"https://common-fonts.abtasty.com/stoke/Stoke-300.ttf",conditions:[{field:"fontName",value:"Stoke"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/strait/Strait-400.ttf",conditions:[{field:"fontName",value:"Strait"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/style-script/Style_Script-400.ttf",conditions:[{field:"fontName",value:"Style Script"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/stylish/Stylish-400.ttf",conditions:[{field:"fontName",value:"Stylish"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/sue-ellen-francisco/Sue_Ellen Francisco-400.ttf",conditions:[{field:"fontName",value:"Sue Ellen Francisco"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/suez-one/Suez_One-400.ttf",conditions:[{field:"fontName",value:"Suez One"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/sulphur-point/Sulphur_Point-400.ttf",conditions:[{field:"fontName",value:"Sulphur Point"}],fallback:""},{label:"300",value:"https://common-fonts.abtasty.com/sulphur-point/Sulphur_Point-300.ttf",conditions:[{field:"fontName",value:"Sulphur Point"}],fallback:""},{label:"700",value:"https://common-fonts.abtasty.com/sulphur-point/Sulphur_Point-700.ttf",conditions:[{field:"fontName",value:"Sulphur Point"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/sumana/Sumana-400.ttf",conditions:[{field:"fontName",value:"Sumana"}],fallback:""},{label:"700",value:"https://common-fonts.abtasty.com/sumana/Sumana-700.ttf",conditions:[{field:"fontName",value:"Sumana"}],fallback:""},{label:"300",value:"https://common-fonts.abtasty.com/sunflower/Sunflower-300.ttf",conditions:[{field:"fontName",value:"Sunflower"}],fallback:""},{label:"500",value:"https://common-fonts.abtasty.com/sunflower/Sunflower-500.ttf",conditions:[{field:"fontName",value:"Sunflower"}],fallback:""},{label:"700",value:"https://common-fonts.abtasty.com/sunflower/Sunflower-700.ttf",conditions:[{field:"fontName",value:"Sunflower"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/sunshiney/Sunshiney-400.ttf",conditions:[{field:"fontName",value:"Sunshiney"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/supermercado-one/Supermercado_One-400.ttf",conditions:[{field:"fontName",value:"Supermercado One"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/sura/Sura-400.ttf",conditions:[{field:"fontName",value:"Sura"}],fallback:""},{label:"700",value:"https://common-fonts.abtasty.com/sura/Sura-700.ttf",conditions:[{field:"fontName",value:"Sura"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/suranna/Suranna-400.ttf",conditions:[{field:"fontName",value:"Suranna"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/suravaram/Suravaram-400.ttf",conditions:[{field:"fontName",value:"Suravaram"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/suwannaphum/Suwannaphum-400.ttf",conditions:[{field:"fontName",value:"Suwannaphum"}],fallback:""},{label:"100",value:"https://common-fonts.abtasty.com/suwannaphum/Suwannaphum-100.ttf",conditions:[{field:"fontName",value:"Suwannaphum"}],fallback:""},{label:"300",value:"https://common-fonts.abtasty.com/suwannaphum/Suwannaphum-300.ttf",conditions:[{field:"fontName",value:"Suwannaphum"}],fallback:""},{label:"700",value:"https://common-fonts.abtasty.com/suwannaphum/Suwannaphum-700.ttf",conditions:[{field:"fontName",value:"Suwannaphum"}],fallback:""},{label:"900",value:"https://common-fonts.abtasty.com/suwannaphum/Suwannaphum-900.ttf",conditions:[{field:"fontName",value:"Suwannaphum"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/swanky-and-moo-moo/Swanky_and Moo Moo-400.ttf",conditions:[{field:"fontName",value:"Swanky and Moo Moo"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/syncopate/Syncopate-400.ttf",conditions:[{field:"fontName",value:"Syncopate"}],fallback:""},{label:"700",value:"https://common-fonts.abtasty.com/syncopate/Syncopate-700.ttf",conditions:[{field:"fontName",value:"Syncopate"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/syne/Syne-400.ttf",conditions:[{field:"fontName",value:"Syne"}],fallback:""},{label:"500",value:"https://common-fonts.abtasty.com/syne/Syne-500.ttf",conditions:[{field:"fontName",value:"Syne"}],fallback:""},{label:"600",value:"https://common-fonts.abtasty.com/syne/Syne-600.ttf",conditions:[{field:"fontName",value:"Syne"}],fallback:""},{label:"700",value:"https://common-fonts.abtasty.com/syne/Syne-700.ttf",conditions:[{field:"fontName",value:"Syne"}],fallback:""},{label:"800",value:"https://common-fonts.abtasty.com/syne/Syne-800.ttf",conditions:[{field:"fontName",value:"Syne"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/syne-mono/Syne_Mono-400.ttf",conditions:[{field:"fontName",value:"Syne Mono"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/syne-tactile/Syne_Tactile-400.ttf",conditions:[{field:"fontName",value:"Syne Tactile"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/tai-heritage-pro/Tai_Heritage Pro-400.ttf",conditions:[{field:"fontName",value:"Tai Heritage Pro"}],fallback:""},{label:"700",value:"https://common-fonts.abtasty.com/tai-heritage-pro/Tai_Heritage Pro-700.ttf",conditions:[{field:"fontName",value:"Tai Heritage Pro"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/tajawal/Tajawal-400.ttf",conditions:[{field:"fontName",value:"Tajawal"}],fallback:""},{label:"200",value:"https://common-fonts.abtasty.com/tajawal/Tajawal-200.ttf",conditions:[{field:"fontName",value:"Tajawal"}],fallback:""},{label:"300",value:"https://common-fonts.abtasty.com/tajawal/Tajawal-300.ttf",conditions:[{field:"fontName",value:"Tajawal"}],fallback:""},{label:"500",value:"https://common-fonts.abtasty.com/tajawal/Tajawal-500.ttf",conditions:[{field:"fontName",value:"Tajawal"}],fallback:""},{label:"700",value:"https://common-fonts.abtasty.com/tajawal/Tajawal-700.ttf",conditions:[{field:"fontName",value:"Tajawal"}],fallback:""},{label:"800",value:"https://common-fonts.abtasty.com/tajawal/Tajawal-800.ttf",conditions:[{field:"fontName",value:"Tajawal"}],fallback:""},{label:"900",value:"https://common-fonts.abtasty.com/tajawal/Tajawal-900.ttf",conditions:[{field:"fontName",value:"Tajawal"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/tangerine/Tangerine-400.ttf",conditions:[{field:"fontName",value:"Tangerine"}],fallback:""},{label:"700",value:"https://common-fonts.abtasty.com/tangerine/Tangerine-700.ttf",conditions:[{field:"fontName",value:"Tangerine"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/tapestry/Tapestry-400.ttf",conditions:[{field:"fontName",value:"Tapestry"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/taprom/Taprom-400.ttf",conditions:[{field:"fontName",value:"Taprom"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/tauri/Tauri-400.ttf",conditions:[{field:"fontName",value:"Tauri"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/taviraj/Taviraj-400.ttf",conditions:[{field:"fontName",value:"Taviraj"}],fallback:""},{label:"Italic",value:"https://common-fonts.abtasty.com/taviraj/Taviraj-400italic.ttf",conditions:[{field:"fontName",value:"Taviraj"}],fallback:""},{label:"100",value:"https://common-fonts.abtasty.com/taviraj/Taviraj-100.ttf",conditions:[{field:"fontName",value:"Taviraj"}],fallback:""},{label:"100 Italic",value:"https://common-fonts.abtasty.com/taviraj/Taviraj-100italic.ttf",conditions:[{field:"fontName",value:"Taviraj"}],fallback:""},{label:"200",value:"https://common-fonts.abtasty.com/taviraj/Taviraj-200.ttf",conditions:[{field:"fontName",value:"Taviraj"}],fallback:""},{label:"200 Italic",value:"https://common-fonts.abtasty.com/taviraj/Taviraj-200italic.ttf",conditions:[{field:"fontName",value:"Taviraj"}],fallback:""},{label:"300",value:"https://common-fonts.abtasty.com/taviraj/Taviraj-300.ttf",conditions:[{field:"fontName",value:"Taviraj"}],fallback:""},{label:"300 Italic",value:"https://common-fonts.abtasty.com/taviraj/Taviraj-300italic.ttf",conditions:[{field:"fontName",value:"Taviraj"}],fallback:""},{label:"500",value:"https://common-fonts.abtasty.com/taviraj/Taviraj-500.ttf",conditions:[{field:"fontName",value:"Taviraj"}],fallback:""},{label:"500 Italic",value:"https://common-fonts.abtasty.com/taviraj/Taviraj-500italic.ttf",conditions:[{field:"fontName",value:"Taviraj"}],fallback:""},{label:"600",value:"https://common-fonts.abtasty.com/taviraj/Taviraj-600.ttf",conditions:[{field:"fontName",value:"Taviraj"}],fallback:""},{label:"600 Italic",value:"https://common-fonts.abtasty.com/taviraj/Taviraj-600italic.ttf",conditions:[{field:"fontName",value:"Taviraj"}],fallback:""},{label:"700",value:"https://common-fonts.abtasty.com/taviraj/Taviraj-700.ttf",conditions:[{field:"fontName",value:"Taviraj"}],fallback:""},{label:"700 Italic",value:"https://common-fonts.abtasty.com/taviraj/Taviraj-700italic.ttf",conditions:[{field:"fontName",value:"Taviraj"}],fallback:""},{label:"800",value:"https://common-fonts.abtasty.com/taviraj/Taviraj-800.ttf",conditions:[{field:"fontName",value:"Taviraj"}],fallback:""},{label:"800 Italic",value:"https://common-fonts.abtasty.com/taviraj/Taviraj-800italic.ttf",conditions:[{field:"fontName",value:"Taviraj"}],fallback:""},{label:"900",value:"https://common-fonts.abtasty.com/taviraj/Taviraj-900.ttf",conditions:[{field:"fontName",value:"Taviraj"}],fallback:""},{label:"900 Italic",value:"https://common-fonts.abtasty.com/taviraj/Taviraj-900italic.ttf",conditions:[{field:"fontName",value:"Taviraj"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/teko/Teko-400.ttf",conditions:[{field:"fontName",value:"Teko"}],fallback:""},{label:"300",value:"https://common-fonts.abtasty.com/teko/Teko-300.ttf",conditions:[{field:"fontName",value:"Teko"}],fallback:""},{label:"500",value:"https://common-fonts.abtasty.com/teko/Teko-500.ttf",conditions:[{field:"fontName",value:"Teko"}],fallback:""},{label:"600",value:"https://common-fonts.abtasty.com/teko/Teko-600.ttf",conditions:[{field:"fontName",value:"Teko"}],fallback:""},{label:"700",value:"https://common-fonts.abtasty.com/teko/Teko-700.ttf",conditions:[{field:"fontName",value:"Teko"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/telex/Telex-400.ttf",conditions:[{field:"fontName",value:"Telex"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/tenali-ramakrishna/Tenali_Ramakrishna-400.ttf",conditions:[{field:"fontName",value:"Tenali Ramakrishna"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/tenor-sans/Tenor_Sans-400.ttf",conditions:[{field:"fontName",value:"Tenor Sans"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/text-me-one/Text_Me One-400.ttf",conditions:[{field:"fontName",value:"Text Me One"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/texturina/Texturina-400.ttf",conditions:[{field:"fontName",value:"Texturina"}],fallback:""},{label:"Italic",value:"https://common-fonts.abtasty.com/texturina/Texturina-400italic.ttf",conditions:[{field:"fontName",value:"Texturina"}],fallback:""},{label:"100",value:"https://common-fonts.abtasty.com/texturina/Texturina-100.ttf",conditions:[{field:"fontName",value:"Texturina"}],fallback:""},{label:"100 Italic",value:"https://common-fonts.abtasty.com/texturina/Texturina-100italic.ttf",conditions:[{field:"fontName",value:"Texturina"}],fallback:""},{label:"200",value:"https://common-fonts.abtasty.com/texturina/Texturina-200.ttf",conditions:[{field:"fontName",value:"Texturina"}],fallback:""},{label:"200 Italic",value:"https://common-fonts.abtasty.com/texturina/Texturina-200italic.ttf",conditions:[{field:"fontName",value:"Texturina"}],fallback:""},{label:"300",value:"https://common-fonts.abtasty.com/texturina/Texturina-300.ttf",conditions:[{field:"fontName",value:"Texturina"}],fallback:""},{label:"300 Italic",value:"https://common-fonts.abtasty.com/texturina/Texturina-300italic.ttf",conditions:[{field:"fontName",value:"Texturina"}],fallback:""},{label:"500",value:"https://common-fonts.abtasty.com/texturina/Texturina-500.ttf",conditions:[{field:"fontName",value:"Texturina"}],fallback:""},{label:"500 Italic",value:"https://common-fonts.abtasty.com/texturina/Texturina-500italic.ttf",conditions:[{field:"fontName",value:"Texturina"}],fallback:""},{label:"600",value:"https://common-fonts.abtasty.com/texturina/Texturina-600.ttf",conditions:[{field:"fontName",value:"Texturina"}],fallback:""},{label:"600 Italic",value:"https://common-fonts.abtasty.com/texturina/Texturina-600italic.ttf",conditions:[{field:"fontName",value:"Texturina"}],fallback:""},{label:"700",value:"https://common-fonts.abtasty.com/texturina/Texturina-700.ttf",conditions:[{field:"fontName",value:"Texturina"}],fallback:""},{label:"700 Italic",value:"https://common-fonts.abtasty.com/texturina/Texturina-700italic.ttf",conditions:[{field:"fontName",value:"Texturina"}],fallback:""},{label:"800",value:"https://common-fonts.abtasty.com/texturina/Texturina-800.ttf",conditions:[{field:"fontName",value:"Texturina"}],fallback:""},{label:"800 Italic",value:"https://common-fonts.abtasty.com/texturina/Texturina-800italic.ttf",conditions:[{field:"fontName",value:"Texturina"}],fallback:""},{label:"900",value:"https://common-fonts.abtasty.com/texturina/Texturina-900.ttf",conditions:[{field:"fontName",value:"Texturina"}],fallback:""},{label:"900 Italic",value:"https://common-fonts.abtasty.com/texturina/Texturina-900italic.ttf",conditions:[{field:"fontName",value:"Texturina"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/thasadith/Thasadith-400.ttf",conditions:[{field:"fontName",value:"Thasadith"}],fallback:""},{label:"Italic",value:"https://common-fonts.abtasty.com/thasadith/Thasadith-400italic.ttf",conditions:[{field:"fontName",value:"Thasadith"}],fallback:""},{label:"700",value:"https://common-fonts.abtasty.com/thasadith/Thasadith-700.ttf",conditions:[{field:"fontName",value:"Thasadith"}],fallback:""},{label:"700 Italic",value:"https://common-fonts.abtasty.com/thasadith/Thasadith-700italic.ttf",conditions:[{field:"fontName",value:"Thasadith"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/the-girl-next-door/The_Girl Next Door-400.ttf",conditions:[{field:"fontName",value:"The Girl Next Door"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/the-nautigal/The_Nautigal-400.ttf",conditions:[{field:"fontName",value:"The Nautigal"}],fallback:""},{label:"700",value:"https://common-fonts.abtasty.com/the-nautigal/The_Nautigal-700.ttf",conditions:[{field:"fontName",value:"The Nautigal"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/tienne/Tienne-400.ttf",conditions:[{field:"fontName",value:"Tienne"}],fallback:""},{label:"700",value:"https://common-fonts.abtasty.com/tienne/Tienne-700.ttf",conditions:[{field:"fontName",value:"Tienne"}],fallback:""},{label:"900",value:"https://common-fonts.abtasty.com/tienne/Tienne-900.ttf",conditions:[{field:"fontName",value:"Tienne"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/tillana/Tillana-400.ttf",conditions:[{field:"fontName",value:"Tillana"}],fallback:""},{label:"500",value:"https://common-fonts.abtasty.com/tillana/Tillana-500.ttf",conditions:[{field:"fontName",value:"Tillana"}],fallback:""},{label:"600",value:"https://common-fonts.abtasty.com/tillana/Tillana-600.ttf",conditions:[{field:"fontName",value:"Tillana"}],fallback:""},{label:"700",value:"https://common-fonts.abtasty.com/tillana/Tillana-700.ttf",conditions:[{field:"fontName",value:"Tillana"}],fallback:""},{label:"800",value:"https://common-fonts.abtasty.com/tillana/Tillana-800.ttf",conditions:[{field:"fontName",value:"Tillana"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/timmana/Timmana-400.ttf",conditions:[{field:"fontName",value:"Timmana"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/tinos/Tinos-400.ttf",conditions:[{field:"fontName",value:"Tinos"}],fallback:""},{label:"Italic",value:"https://common-fonts.abtasty.com/tinos/Tinos-400italic.ttf",conditions:[{field:"fontName",value:"Tinos"}],fallback:""},{label:"700",value:"https://common-fonts.abtasty.com/tinos/Tinos-700.ttf",conditions:[{field:"fontName",value:"Tinos"}],fallback:""},{label:"700 Italic",value:"https://common-fonts.abtasty.com/tinos/Tinos-700italic.ttf",conditions:[{field:"fontName",value:"Tinos"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/tiro-bangla/Tiro_Bangla-400.ttf",conditions:[{field:"fontName",value:"Tiro Bangla"}],fallback:""},{label:"Italic",value:"https://common-fonts.abtasty.com/tiro-bangla/Tiro_Bangla-400italic.ttf",conditions:[{field:"fontName",value:"Tiro Bangla"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/tiro-devanagari-hindi/Tiro_Devanagari Hindi-400.ttf",conditions:[{field:"fontName",value:"Tiro Devanagari Hindi"}],fallback:""},{label:"Italic",value:"https://common-fonts.abtasty.com/tiro-devanagari-hindi/Tiro_Devanagari Hindi-400italic.ttf",conditions:[{field:"fontName",value:"Tiro Devanagari Hindi"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/tiro-devanagari-marathi/Tiro_Devanagari Marathi-400.ttf",conditions:[{field:"fontName",value:"Tiro Devanagari Marathi"}],fallback:""},{label:"Italic",value:"https://common-fonts.abtasty.com/tiro-devanagari-marathi/Tiro_Devanagari Marathi-400italic.ttf",conditions:[{field:"fontName",value:"Tiro Devanagari Marathi"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/tiro-devanagari-sanskrit/Tiro_Devanagari Sanskrit-400.ttf",conditions:[{field:"fontName",value:"Tiro Devanagari Sanskrit"}],fallback:""},{label:"Italic",value:"https://common-fonts.abtasty.com/tiro-devanagari-sanskrit/Tiro_Devanagari Sanskrit-400italic.ttf",conditions:[{field:"fontName",value:"Tiro Devanagari Sanskrit"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/tiro-gurmukhi/Tiro_Gurmukhi-400.ttf",conditions:[{field:"fontName",value:"Tiro Gurmukhi"}],fallback:""},{label:"Italic",value:"https://common-fonts.abtasty.com/tiro-gurmukhi/Tiro_Gurmukhi-400italic.ttf",conditions:[{field:"fontName",value:"Tiro Gurmukhi"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/tiro-kannada/Tiro_Kannada-400.ttf",conditions:[{field:"fontName",value:"Tiro Kannada"}],fallback:""},{label:"Italic",value:"https://common-fonts.abtasty.com/tiro-kannada/Tiro_Kannada-400italic.ttf",conditions:[{field:"fontName",value:"Tiro Kannada"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/tiro-tamil/Tiro_Tamil-400.ttf",conditions:[{field:"fontName",value:"Tiro Tamil"}],fallback:""},{label:"Italic",value:"https://common-fonts.abtasty.com/tiro-tamil/Tiro_Tamil-400italic.ttf",conditions:[{field:"fontName",value:"Tiro Tamil"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/tiro-telugu/Tiro_Telugu-400.ttf",conditions:[{field:"fontName",value:"Tiro Telugu"}],fallback:""},{label:"Italic",value:"https://common-fonts.abtasty.com/tiro-telugu/Tiro_Telugu-400italic.ttf",conditions:[{field:"fontName",value:"Tiro Telugu"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/titan-one/Titan_One-400.ttf",conditions:[{field:"fontName",value:"Titan One"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/titillium-web/Titillium_Web-400.ttf",conditions:[{field:"fontName",value:"Titillium Web"}],fallback:""},{label:"Italic",value:"https://common-fonts.abtasty.com/titillium-web/Titillium_Web-400italic.ttf",conditions:[{field:"fontName",value:"Titillium Web"}],fallback:""},{label:"200",value:"https://common-fonts.abtasty.com/titillium-web/Titillium_Web-200.ttf",conditions:[{field:"fontName",value:"Titillium Web"}],fallback:""},{label:"200 Italic",value:"https://common-fonts.abtasty.com/titillium-web/Titillium_Web-200italic.ttf",conditions:[{field:"fontName",value:"Titillium Web"}],fallback:""},{label:"300",value:"https://common-fonts.abtasty.com/titillium-web/Titillium_Web-300.ttf",conditions:[{field:"fontName",value:"Titillium Web"}],fallback:""},{label:"300 Italic",value:"https://common-fonts.abtasty.com/titillium-web/Titillium_Web-300italic.ttf",conditions:[{field:"fontName",value:"Titillium Web"}],fallback:""},{label:"600",value:"https://common-fonts.abtasty.com/titillium-web/Titillium_Web-600.ttf",conditions:[{field:"fontName",value:"Titillium Web"}],fallback:""},{label:"600 Italic",value:"https://common-fonts.abtasty.com/titillium-web/Titillium_Web-600italic.ttf",conditions:[{field:"fontName",value:"Titillium Web"}],fallback:""},{label:"700",value:"https://common-fonts.abtasty.com/titillium-web/Titillium_Web-700.ttf",conditions:[{field:"fontName",value:"Titillium Web"}],fallback:""},{label:"700 Italic",value:"https://common-fonts.abtasty.com/titillium-web/Titillium_Web-700italic.ttf",conditions:[{field:"fontName",value:"Titillium Web"}],fallback:""},{label:"900",value:"https://common-fonts.abtasty.com/titillium-web/Titillium_Web-900.ttf",conditions:[{field:"fontName",value:"Titillium Web"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/tomorrow/Tomorrow-400.ttf",conditions:[{field:"fontName",value:"Tomorrow"}],fallback:""},{label:"Italic",value:"https://common-fonts.abtasty.com/tomorrow/Tomorrow-400italic.ttf",conditions:[{field:"fontName",value:"Tomorrow"}],fallback:""},{label:"100",value:"https://common-fonts.abtasty.com/tomorrow/Tomorrow-100.ttf",conditions:[{field:"fontName",value:"Tomorrow"}],fallback:""},{label:"100 Italic",value:"https://common-fonts.abtasty.com/tomorrow/Tomorrow-100italic.ttf",conditions:[{field:"fontName",value:"Tomorrow"}],fallback:""},{label:"200",value:"https://common-fonts.abtasty.com/tomorrow/Tomorrow-200.ttf",conditions:[{field:"fontName",value:"Tomorrow"}],fallback:""},{label:"200 Italic",value:"https://common-fonts.abtasty.com/tomorrow/Tomorrow-200italic.ttf",conditions:[{field:"fontName",value:"Tomorrow"}],fallback:""},{label:"300",value:"https://common-fonts.abtasty.com/tomorrow/Tomorrow-300.ttf",conditions:[{field:"fontName",value:"Tomorrow"}],fallback:""},{label:"300 Italic",value:"https://common-fonts.abtasty.com/tomorrow/Tomorrow-300italic.ttf",conditions:[{field:"fontName",value:"Tomorrow"}],fallback:""},{label:"500",value:"https://common-fonts.abtasty.com/tomorrow/Tomorrow-500.ttf",conditions:[{field:"fontName",value:"Tomorrow"}],fallback:""},{label:"500 Italic",value:"https://common-fonts.abtasty.com/tomorrow/Tomorrow-500italic.ttf",conditions:[{field:"fontName",value:"Tomorrow"}],fallback:""},{label:"600",value:"https://common-fonts.abtasty.com/tomorrow/Tomorrow-600.ttf",conditions:[{field:"fontName",value:"Tomorrow"}],fallback:""},{label:"600 Italic",value:"https://common-fonts.abtasty.com/tomorrow/Tomorrow-600italic.ttf",conditions:[{field:"fontName",value:"Tomorrow"}],fallback:""},{label:"700",value:"https://common-fonts.abtasty.com/tomorrow/Tomorrow-700.ttf",conditions:[{field:"fontName",value:"Tomorrow"}],fallback:""},{label:"700 Italic",value:"https://common-fonts.abtasty.com/tomorrow/Tomorrow-700italic.ttf",conditions:[{field:"fontName",value:"Tomorrow"}],fallback:""},{label:"800",value:"https://common-fonts.abtasty.com/tomorrow/Tomorrow-800.ttf",conditions:[{field:"fontName",value:"Tomorrow"}],fallback:""},{label:"800 Italic",value:"https://common-fonts.abtasty.com/tomorrow/Tomorrow-800italic.ttf",conditions:[{field:"fontName",value:"Tomorrow"}],fallback:""},{label:"900",value:"https://common-fonts.abtasty.com/tomorrow/Tomorrow-900.ttf",conditions:[{field:"fontName",value:"Tomorrow"}],fallback:""},{label:"900 Italic",value:"https://common-fonts.abtasty.com/tomorrow/Tomorrow-900italic.ttf",conditions:[{field:"fontName",value:"Tomorrow"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/tourney/Tourney-400.ttf",conditions:[{field:"fontName",value:"Tourney"}],fallback:""},{label:"Italic",value:"https://common-fonts.abtasty.com/tourney/Tourney-400italic.ttf",conditions:[{field:"fontName",value:"Tourney"}],fallback:""},{label:"100",value:"https://common-fonts.abtasty.com/tourney/Tourney-100.ttf",conditions:[{field:"fontName",value:"Tourney"}],fallback:""},{label:"100 Italic",value:"https://common-fonts.abtasty.com/tourney/Tourney-100italic.ttf",conditions:[{field:"fontName",value:"Tourney"}],fallback:""},{label:"200",value:"https://common-fonts.abtasty.com/tourney/Tourney-200.ttf",conditions:[{field:"fontName",value:"Tourney"}],fallback:""},{label:"200 Italic",value:"https://common-fonts.abtasty.com/tourney/Tourney-200italic.ttf",conditions:[{field:"fontName",value:"Tourney"}],fallback:""},{label:"300",value:"https://common-fonts.abtasty.com/tourney/Tourney-300.ttf",conditions:[{field:"fontName",value:"Tourney"}],fallback:""},{label:"300 Italic",value:"https://common-fonts.abtasty.com/tourney/Tourney-300italic.ttf",conditions:[{field:"fontName",value:"Tourney"}],fallback:""},{label:"500",value:"https://common-fonts.abtasty.com/tourney/Tourney-500.ttf",conditions:[{field:"fontName",value:"Tourney"}],fallback:""},{label:"500 Italic",value:"https://common-fonts.abtasty.com/tourney/Tourney-500italic.ttf",conditions:[{field:"fontName",value:"Tourney"}],fallback:""},{label:"600",value:"https://common-fonts.abtasty.com/tourney/Tourney-600.ttf",conditions:[{field:"fontName",value:"Tourney"}],fallback:""},{label:"600 Italic",value:"https://common-fonts.abtasty.com/tourney/Tourney-600italic.ttf",conditions:[{field:"fontName",value:"Tourney"}],fallback:""},{label:"700",value:"https://common-fonts.abtasty.com/tourney/Tourney-700.ttf",conditions:[{field:"fontName",value:"Tourney"}],fallback:""},{label:"700 Italic",value:"https://common-fonts.abtasty.com/tourney/Tourney-700italic.ttf",conditions:[{field:"fontName",value:"Tourney"}],fallback:""},{label:"800",value:"https://common-fonts.abtasty.com/tourney/Tourney-800.ttf",conditions:[{field:"fontName",value:"Tourney"}],fallback:""},{label:"800 Italic",value:"https://common-fonts.abtasty.com/tourney/Tourney-800italic.ttf",conditions:[{field:"fontName",value:"Tourney"}],fallback:""},{label:"900",value:"https://common-fonts.abtasty.com/tourney/Tourney-900.ttf",conditions:[{field:"fontName",value:"Tourney"}],fallback:""},{label:"900 Italic",value:"https://common-fonts.abtasty.com/tourney/Tourney-900italic.ttf",conditions:[{field:"fontName",value:"Tourney"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/trade-winds/Trade_Winds-400.ttf",conditions:[{field:"fontName",value:"Trade Winds"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/train-one/Train_One-400.ttf",conditions:[{field:"fontName",value:"Train One"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/trirong/Trirong-400.ttf",conditions:[{field:"fontName",value:"Trirong"}],fallback:""},{label:"Italic",value:"https://common-fonts.abtasty.com/trirong/Trirong-400italic.ttf",conditions:[{field:"fontName",value:"Trirong"}],fallback:""},{label:"100",value:"https://common-fonts.abtasty.com/trirong/Trirong-100.ttf",conditions:[{field:"fontName",value:"Trirong"}],fallback:""},{label:"100 Italic",value:"https://common-fonts.abtasty.com/trirong/Trirong-100italic.ttf",conditions:[{field:"fontName",value:"Trirong"}],fallback:""},{label:"200",value:"https://common-fonts.abtasty.com/trirong/Trirong-200.ttf",conditions:[{field:"fontName",value:"Trirong"}],fallback:""},{label:"200 Italic",value:"https://common-fonts.abtasty.com/trirong/Trirong-200italic.ttf",conditions:[{field:"fontName",value:"Trirong"}],fallback:""},{label:"300",value:"https://common-fonts.abtasty.com/trirong/Trirong-300.ttf",conditions:[{field:"fontName",value:"Trirong"}],fallback:""},{label:"300 Italic",value:"https://common-fonts.abtasty.com/trirong/Trirong-300italic.ttf",conditions:[{field:"fontName",value:"Trirong"}],fallback:""},{label:"500",value:"https://common-fonts.abtasty.com/trirong/Trirong-500.ttf",conditions:[{field:"fontName",value:"Trirong"}],fallback:""},{label:"500 Italic",value:"https://common-fonts.abtasty.com/trirong/Trirong-500italic.ttf",conditions:[{field:"fontName",value:"Trirong"}],fallback:""},{label:"600",value:"https://common-fonts.abtasty.com/trirong/Trirong-600.ttf",conditions:[{field:"fontName",value:"Trirong"}],fallback:""},{label:"600 Italic",value:"https://common-fonts.abtasty.com/trirong/Trirong-600italic.ttf",conditions:[{field:"fontName",value:"Trirong"}],fallback:""},{label:"700",value:"https://common-fonts.abtasty.com/trirong/Trirong-700.ttf",conditions:[{field:"fontName",value:"Trirong"}],fallback:""},{label:"700 Italic",value:"https://common-fonts.abtasty.com/trirong/Trirong-700italic.ttf",conditions:[{field:"fontName",value:"Trirong"}],fallback:""},{label:"800",value:"https://common-fonts.abtasty.com/trirong/Trirong-800.ttf",conditions:[{field:"fontName",value:"Trirong"}],fallback:""},{label:"800 Italic",value:"https://common-fonts.abtasty.com/trirong/Trirong-800italic.ttf",conditions:[{field:"fontName",value:"Trirong"}],fallback:""},{label:"900",value:"https://common-fonts.abtasty.com/trirong/Trirong-900.ttf",conditions:[{field:"fontName",value:"Trirong"}],fallback:""},{label:"900 Italic",value:"https://common-fonts.abtasty.com/trirong/Trirong-900italic.ttf",conditions:[{field:"fontName",value:"Trirong"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/trispace/Trispace-400.ttf",conditions:[{field:"fontName",value:"Trispace"}],fallback:""},{label:"100",value:"https://common-fonts.abtasty.com/trispace/Trispace-100.ttf",conditions:[{field:"fontName",value:"Trispace"}],fallback:""},{label:"200",value:"https://common-fonts.abtasty.com/trispace/Trispace-200.ttf",conditions:[{field:"fontName",value:"Trispace"}],fallback:""},{label:"300",value:"https://common-fonts.abtasty.com/trispace/Trispace-300.ttf",conditions:[{field:"fontName",value:"Trispace"}],fallback:""},{label:"500",value:"https://common-fonts.abtasty.com/trispace/Trispace-500.ttf",conditions:[{field:"fontName",value:"Trispace"}],fallback:""},{label:"600",value:"https://common-fonts.abtasty.com/trispace/Trispace-600.ttf",conditions:[{field:"fontName",value:"Trispace"}],fallback:""},{label:"700",value:"https://common-fonts.abtasty.com/trispace/Trispace-700.ttf",conditions:[{field:"fontName",value:"Trispace"}],fallback:""},{label:"800",value:"https://common-fonts.abtasty.com/trispace/Trispace-800.ttf",conditions:[{field:"fontName",value:"Trispace"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/trocchi/Trocchi-400.ttf",conditions:[{field:"fontName",value:"Trocchi"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/trochut/Trochut-400.ttf",conditions:[{field:"fontName",value:"Trochut"}],fallback:""},{label:"Italic",value:"https://common-fonts.abtasty.com/trochut/Trochut-400italic.ttf",conditions:[{field:"fontName",value:"Trochut"}],fallback:""},{label:"700",value:"https://common-fonts.abtasty.com/trochut/Trochut-700.ttf",conditions:[{field:"fontName",value:"Trochut"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/truculenta/Truculenta-400.ttf",conditions:[{field:"fontName",value:"Truculenta"}],fallback:""},{label:"100",value:"https://common-fonts.abtasty.com/truculenta/Truculenta-100.ttf",conditions:[{field:"fontName",value:"Truculenta"}],fallback:""},{label:"200",value:"https://common-fonts.abtasty.com/truculenta/Truculenta-200.ttf",conditions:[{field:"fontName",value:"Truculenta"}],fallback:""},{label:"300",value:"https://common-fonts.abtasty.com/truculenta/Truculenta-300.ttf",conditions:[{field:"fontName",value:"Truculenta"}],fallback:""},{label:"500",value:"https://common-fonts.abtasty.com/truculenta/Truculenta-500.ttf",conditions:[{field:"fontName",value:"Truculenta"}],fallback:""},{label:"600",value:"https://common-fonts.abtasty.com/truculenta/Truculenta-600.ttf",conditions:[{field:"fontName",value:"Truculenta"}],fallback:""},{label:"700",value:"https://common-fonts.abtasty.com/truculenta/Truculenta-700.ttf",conditions:[{field:"fontName",value:"Truculenta"}],fallback:""},{label:"800",value:"https://common-fonts.abtasty.com/truculenta/Truculenta-800.ttf",conditions:[{field:"fontName",value:"Truculenta"}],fallback:""},{label:"900",value:"https://common-fonts.abtasty.com/truculenta/Truculenta-900.ttf",conditions:[{field:"fontName",value:"Truculenta"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/trykker/Trykker-400.ttf",conditions:[{field:"fontName",value:"Trykker"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/tulpen-one/Tulpen_One-400.ttf",conditions:[{field:"fontName",value:"Tulpen One"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/turret-road/Turret_Road-400.ttf",conditions:[{field:"fontName",value:"Turret Road"}],fallback:""},{label:"200",value:"https://common-fonts.abtasty.com/turret-road/Turret_Road-200.ttf",conditions:[{field:"fontName",value:"Turret Road"}],fallback:""},{label:"300",value:"https://common-fonts.abtasty.com/turret-road/Turret_Road-300.ttf",conditions:[{field:"fontName",value:"Turret Road"}],fallback:""},{label:"500",value:"https://common-fonts.abtasty.com/turret-road/Turret_Road-500.ttf",conditions:[{field:"fontName",value:"Turret Road"}],fallback:""},{label:"700",value:"https://common-fonts.abtasty.com/turret-road/Turret_Road-700.ttf",conditions:[{field:"fontName",value:"Turret Road"}],fallback:""},{label:"800",value:"https://common-fonts.abtasty.com/turret-road/Turret_Road-800.ttf",conditions:[{field:"fontName",value:"Turret Road"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/twinkle-star/Twinkle_Star-400.ttf",conditions:[{field:"fontName",value:"Twinkle Star"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/ubuntu/Ubuntu-400.ttf",conditions:[{field:"fontName",value:"Ubuntu"}],fallback:""},{label:"Italic",value:"https://common-fonts.abtasty.com/ubuntu/Ubuntu-400italic.ttf",conditions:[{field:"fontName",value:"Ubuntu"}],fallback:""},{label:"300",value:"https://common-fonts.abtasty.com/ubuntu/Ubuntu-300.ttf",conditions:[{field:"fontName",value:"Ubuntu"}],fallback:""},{label:"300 Italic",value:"https://common-fonts.abtasty.com/ubuntu/Ubuntu-300italic.ttf",conditions:[{field:"fontName",value:"Ubuntu"}],fallback:""},{label:"500",value:"https://common-fonts.abtasty.com/ubuntu/Ubuntu-500.ttf",conditions:[{field:"fontName",value:"Ubuntu"}],fallback:""},{label:"500 Italic",value:"https://common-fonts.abtasty.com/ubuntu/Ubuntu-500italic.ttf",conditions:[{field:"fontName",value:"Ubuntu"}],fallback:""},{label:"700",value:"https://common-fonts.abtasty.com/ubuntu/Ubuntu-700.ttf",conditions:[{field:"fontName",value:"Ubuntu"}],fallback:""},{label:"700 Italic",value:"https://common-fonts.abtasty.com/ubuntu/Ubuntu-700italic.ttf",conditions:[{field:"fontName",value:"Ubuntu"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/ubuntu-condensed/Ubuntu_Condensed-400.ttf",conditions:[{field:"fontName",value:"Ubuntu Condensed"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/ubuntu-mono/Ubuntu_Mono-400.ttf",conditions:[{field:"fontName",value:"Ubuntu Mono"}],fallback:""},{label:"Italic",value:"https://common-fonts.abtasty.com/ubuntu-mono/Ubuntu_Mono-400italic.ttf",conditions:[{field:"fontName",value:"Ubuntu Mono"}],fallback:""},{label:"700",value:"https://common-fonts.abtasty.com/ubuntu-mono/Ubuntu_Mono-700.ttf",conditions:[{field:"fontName",value:"Ubuntu Mono"}],fallback:""},{label:"700 Italic",value:"https://common-fonts.abtasty.com/ubuntu-mono/Ubuntu_Mono-700italic.ttf",conditions:[{field:"fontName",value:"Ubuntu Mono"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/uchen/Uchen-400.ttf",conditions:[{field:"fontName",value:"Uchen"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/ultra/Ultra-400.ttf",conditions:[{field:"fontName",value:"Ultra"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/uncial-antiqua/Uncial_Antiqua-400.ttf",conditions:[{field:"fontName",value:"Uncial Antiqua"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/underdog/Underdog-400.ttf",conditions:[{field:"fontName",value:"Underdog"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/unica-one/Unica_One-400.ttf",conditions:[{field:"fontName",value:"Unica One"}],fallback:""},{label:"700",value:"https://common-fonts.abtasty.com/unifrakturcook/UnifrakturCook-700.ttf",conditions:[{field:"fontName",value:"UnifrakturCook"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/unifrakturmaguntia/UnifrakturMaguntia-400.ttf",conditions:[{field:"fontName",value:"UnifrakturMaguntia"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/unkempt/Unkempt-400.ttf",conditions:[{field:"fontName",value:"Unkempt"}],fallback:""},{label:"700",value:"https://common-fonts.abtasty.com/unkempt/Unkempt-700.ttf",conditions:[{field:"fontName",value:"Unkempt"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/unlock/Unlock-400.ttf",conditions:[{field:"fontName",value:"Unlock"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/unna/Unna-400.ttf",conditions:[{field:"fontName",value:"Unna"}],fallback:""},{label:"Italic",value:"https://common-fonts.abtasty.com/unna/Unna-400italic.ttf",conditions:[{field:"fontName",value:"Unna"}],fallback:""},{label:"700",value:"https://common-fonts.abtasty.com/unna/Unna-700.ttf",conditions:[{field:"fontName",value:"Unna"}],fallback:""},{label:"700 Italic",value:"https://common-fonts.abtasty.com/unna/Unna-700italic.ttf",conditions:[{field:"fontName",value:"Unna"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/updock/Updock-400.ttf",conditions:[{field:"fontName",value:"Updock"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/urbanist/Urbanist-400.ttf",conditions:[{field:"fontName",value:"Urbanist"}],fallback:""},{label:"Italic",value:"https://common-fonts.abtasty.com/urbanist/Urbanist-400italic.ttf",conditions:[{field:"fontName",value:"Urbanist"}],fallback:""},{label:"100",value:"https://common-fonts.abtasty.com/urbanist/Urbanist-100.ttf",conditions:[{field:"fontName",value:"Urbanist"}],fallback:""},{label:"100 Italic",value:"https://common-fonts.abtasty.com/urbanist/Urbanist-100italic.ttf",conditions:[{field:"fontName",value:"Urbanist"}],fallback:""},{label:"200",value:"https://common-fonts.abtasty.com/urbanist/Urbanist-200.ttf",conditions:[{field:"fontName",value:"Urbanist"}],fallback:""},{label:"200 Italic",value:"https://common-fonts.abtasty.com/urbanist/Urbanist-200italic.ttf",conditions:[{field:"fontName",value:"Urbanist"}],fallback:""},{label:"300",value:"https://common-fonts.abtasty.com/urbanist/Urbanist-300.ttf",conditions:[{field:"fontName",value:"Urbanist"}],fallback:""},{label:"300 Italic",value:"https://common-fonts.abtasty.com/urbanist/Urbanist-300italic.ttf",conditions:[{field:"fontName",value:"Urbanist"}],fallback:""},{label:"500",value:"https://common-fonts.abtasty.com/urbanist/Urbanist-500.ttf",conditions:[{field:"fontName",value:"Urbanist"}],fallback:""},{label:"500 Italic",value:"https://common-fonts.abtasty.com/urbanist/Urbanist-500italic.ttf",conditions:[{field:"fontName",value:"Urbanist"}],fallback:""},{label:"600",value:"https://common-fonts.abtasty.com/urbanist/Urbanist-600.ttf",conditions:[{field:"fontName",value:"Urbanist"}],fallback:""},{label:"600 Italic",value:"https://common-fonts.abtasty.com/urbanist/Urbanist-600italic.ttf",conditions:[{field:"fontName",value:"Urbanist"}],fallback:""},{label:"700",value:"https://common-fonts.abtasty.com/urbanist/Urbanist-700.ttf",conditions:[{field:"fontName",value:"Urbanist"}],fallback:""},{label:"700 Italic",value:"https://common-fonts.abtasty.com/urbanist/Urbanist-700italic.ttf",conditions:[{field:"fontName",value:"Urbanist"}],fallback:""},{label:"800",value:"https://common-fonts.abtasty.com/urbanist/Urbanist-800.ttf",conditions:[{field:"fontName",value:"Urbanist"}],fallback:""},{label:"800 Italic",value:"https://common-fonts.abtasty.com/urbanist/Urbanist-800italic.ttf",conditions:[{field:"fontName",value:"Urbanist"}],fallback:""},{label:"900",value:"https://common-fonts.abtasty.com/urbanist/Urbanist-900.ttf",conditions:[{field:"fontName",value:"Urbanist"}],fallback:""},{label:"900 Italic",value:"https://common-fonts.abtasty.com/urbanist/Urbanist-900italic.ttf",conditions:[{field:"fontName",value:"Urbanist"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/vt323/VT323-400.ttf",conditions:[{field:"fontName",value:"VT323"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/vampiro-one/Vampiro_One-400.ttf",conditions:[{field:"fontName",value:"Vampiro One"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/varela/Varela-400.ttf",conditions:[{field:"fontName",value:"Varela"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/varela-round/Varela_Round-400.ttf",conditions:[{field:"fontName",value:"Varela Round"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/varta/Varta-400.ttf",conditions:[{field:"fontName",value:"Varta"}],fallback:""},{label:"300",value:"https://common-fonts.abtasty.com/varta/Varta-300.ttf",conditions:[{field:"fontName",value:"Varta"}],fallback:""},{label:"500",value:"https://common-fonts.abtasty.com/varta/Varta-500.ttf",conditions:[{field:"fontName",value:"Varta"}],fallback:""},{label:"600",value:"https://common-fonts.abtasty.com/varta/Varta-600.ttf",conditions:[{field:"fontName",value:"Varta"}],fallback:""},{label:"700",value:"https://common-fonts.abtasty.com/varta/Varta-700.ttf",conditions:[{field:"fontName",value:"Varta"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/vast-shadow/Vast_Shadow-400.ttf",conditions:[{field:"fontName",value:"Vast Shadow"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/vazirmatn/Vazirmatn-400.ttf",conditions:[{field:"fontName",value:"Vazirmatn"}],fallback:""},{label:"100",value:"https://common-fonts.abtasty.com/vazirmatn/Vazirmatn-100.ttf",conditions:[{field:"fontName",value:"Vazirmatn"}],fallback:""},{label:"200",value:"https://common-fonts.abtasty.com/vazirmatn/Vazirmatn-200.ttf",conditions:[{field:"fontName",value:"Vazirmatn"}],fallback:""},{label:"300",value:"https://common-fonts.abtasty.com/vazirmatn/Vazirmatn-300.ttf",conditions:[{field:"fontName",value:"Vazirmatn"}],fallback:""},{label:"500",value:"https://common-fonts.abtasty.com/vazirmatn/Vazirmatn-500.ttf",conditions:[{field:"fontName",value:"Vazirmatn"}],fallback:""},{label:"600",value:"https://common-fonts.abtasty.com/vazirmatn/Vazirmatn-600.ttf",conditions:[{field:"fontName",value:"Vazirmatn"}],fallback:""},{label:"700",value:"https://common-fonts.abtasty.com/vazirmatn/Vazirmatn-700.ttf",conditions:[{field:"fontName",value:"Vazirmatn"}],fallback:""},{label:"800",value:"https://common-fonts.abtasty.com/vazirmatn/Vazirmatn-800.ttf",conditions:[{field:"fontName",value:"Vazirmatn"}],fallback:""},{label:"900",value:"https://common-fonts.abtasty.com/vazirmatn/Vazirmatn-900.ttf",conditions:[{field:"fontName",value:"Vazirmatn"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/vesper-libre/Vesper_Libre-400.ttf",conditions:[{field:"fontName",value:"Vesper Libre"}],fallback:""},{label:"500",value:"https://common-fonts.abtasty.com/vesper-libre/Vesper_Libre-500.ttf",conditions:[{field:"fontName",value:"Vesper Libre"}],fallback:""},{label:"700",value:"https://common-fonts.abtasty.com/vesper-libre/Vesper_Libre-700.ttf",conditions:[{field:"fontName",value:"Vesper Libre"}],fallback:""},{label:"900",value:"https://common-fonts.abtasty.com/vesper-libre/Vesper_Libre-900.ttf",conditions:[{field:"fontName",value:"Vesper Libre"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/viaoda-libre/Viaoda_Libre-400.ttf",conditions:[{field:"fontName",value:"Viaoda Libre"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/vibes/Vibes-400.ttf",conditions:[{field:"fontName",value:"Vibes"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/vibur/Vibur-400.ttf",conditions:[{field:"fontName",value:"Vibur"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/vidaloka/Vidaloka-400.ttf",conditions:[{field:"fontName",value:"Vidaloka"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/viga/Viga-400.ttf",conditions:[{field:"fontName",value:"Viga"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/voces/Voces-400.ttf",conditions:[{field:"fontName",value:"Voces"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/volkhov/Volkhov-400.ttf",conditions:[{field:"fontName",value:"Volkhov"}],fallback:""},{label:"Italic",value:"https://common-fonts.abtasty.com/volkhov/Volkhov-400italic.ttf",conditions:[{field:"fontName",value:"Volkhov"}],fallback:""},{label:"700",value:"https://common-fonts.abtasty.com/volkhov/Volkhov-700.ttf",conditions:[{field:"fontName",value:"Volkhov"}],fallback:""},{label:"700 Italic",value:"https://common-fonts.abtasty.com/volkhov/Volkhov-700italic.ttf",conditions:[{field:"fontName",value:"Volkhov"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/vollkorn/Vollkorn-400.ttf",conditions:[{field:"fontName",value:"Vollkorn"}],fallback:""},{label:"Italic",value:"https://common-fonts.abtasty.com/vollkorn/Vollkorn-400italic.ttf",conditions:[{field:"fontName",value:"Vollkorn"}],fallback:""},{label:"500",value:"https://common-fonts.abtasty.com/vollkorn/Vollkorn-500.ttf",conditions:[{field:"fontName",value:"Vollkorn"}],fallback:""},{label:"500 Italic",value:"https://common-fonts.abtasty.com/vollkorn/Vollkorn-500italic.ttf",conditions:[{field:"fontName",value:"Vollkorn"}],fallback:""},{label:"600",value:"https://common-fonts.abtasty.com/vollkorn/Vollkorn-600.ttf",conditions:[{field:"fontName",value:"Vollkorn"}],fallback:""},{label:"600 Italic",value:"https://common-fonts.abtasty.com/vollkorn/Vollkorn-600italic.ttf",conditions:[{field:"fontName",value:"Vollkorn"}],fallback:""},{label:"700",value:"https://common-fonts.abtasty.com/vollkorn/Vollkorn-700.ttf",conditions:[{field:"fontName",value:"Vollkorn"}],fallback:""},{label:"700 Italic",value:"https://common-fonts.abtasty.com/vollkorn/Vollkorn-700italic.ttf",conditions:[{field:"fontName",value:"Vollkorn"}],fallback:""},{label:"800",value:"https://common-fonts.abtasty.com/vollkorn/Vollkorn-800.ttf",conditions:[{field:"fontName",value:"Vollkorn"}],fallback:""},{label:"800 Italic",value:"https://common-fonts.abtasty.com/vollkorn/Vollkorn-800italic.ttf",conditions:[{field:"fontName",value:"Vollkorn"}],fallback:""},{label:"900",value:"https://common-fonts.abtasty.com/vollkorn/Vollkorn-900.ttf",conditions:[{field:"fontName",value:"Vollkorn"}],fallback:""},{label:"900 Italic",value:"https://common-fonts.abtasty.com/vollkorn/Vollkorn-900italic.ttf",conditions:[{field:"fontName",value:"Vollkorn"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/vollkorn-sc/Vollkorn_SC-400.ttf",conditions:[{field:"fontName",value:"Vollkorn SC"}],fallback:""},{label:"600",value:"https://common-fonts.abtasty.com/vollkorn-sc/Vollkorn_SC-600.ttf",conditions:[{field:"fontName",value:"Vollkorn SC"}],fallback:""},{label:"700",value:"https://common-fonts.abtasty.com/vollkorn-sc/Vollkorn_SC-700.ttf",conditions:[{field:"fontName",value:"Vollkorn SC"}],fallback:""},{label:"900",value:"https://common-fonts.abtasty.com/vollkorn-sc/Vollkorn_SC-900.ttf",conditions:[{field:"fontName",value:"Vollkorn SC"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/voltaire/Voltaire-400.ttf",conditions:[{field:"fontName",value:"Voltaire"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/vujahday-script/Vujahday_Script-400.ttf",conditions:[{field:"fontName",value:"Vujahday Script"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/waiting-for-the-sunrise/Waiting_for the Sunrise-400.ttf",conditions:[{field:"fontName",value:"Waiting for the Sunrise"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/wallpoet/Wallpoet-400.ttf",conditions:[{field:"fontName",value:"Wallpoet"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/walter-turncoat/Walter_Turncoat-400.ttf",conditions:[{field:"fontName",value:"Walter Turncoat"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/warnes/Warnes-400.ttf",conditions:[{field:"fontName",value:"Warnes"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/water-brush/Water_Brush-400.ttf",conditions:[{field:"fontName",value:"Water Brush"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/waterfall/Waterfall-400.ttf",conditions:[{field:"fontName",value:"Waterfall"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/wellfleet/Wellfleet-400.ttf",conditions:[{field:"fontName",value:"Wellfleet"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/wendy-one/Wendy_One-400.ttf",conditions:[{field:"fontName",value:"Wendy One"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/whisper/Whisper-400.ttf",conditions:[{field:"fontName",value:"Whisper"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/windsong/WindSong-400.ttf",conditions:[{field:"fontName",value:"WindSong"}],fallback:""},{label:"500",value:"https://common-fonts.abtasty.com/windsong/WindSong-500.ttf",conditions:[{field:"fontName",value:"WindSong"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/wire-one/Wire_One-400.ttf",conditions:[{field:"fontName",value:"Wire One"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/work-sans/Work_Sans-400.ttf",conditions:[{field:"fontName",value:"Work Sans"}],fallback:""},{label:"Italic",value:"https://common-fonts.abtasty.com/work-sans/Work_Sans-400italic.ttf",conditions:[{field:"fontName",value:"Work Sans"}],fallback:""},{label:"100",value:"https://common-fonts.abtasty.com/work-sans/Work_Sans-100.ttf",conditions:[{field:"fontName",value:"Work Sans"}],fallback:""},{label:"100 Italic",value:"https://common-fonts.abtasty.com/work-sans/Work_Sans-100italic.ttf",conditions:[{field:"fontName",value:"Work Sans"}],fallback:""},{label:"200",value:"https://common-fonts.abtasty.com/work-sans/Work_Sans-200.ttf",conditions:[{field:"fontName",value:"Work Sans"}],fallback:""},{label:"200 Italic",value:"https://common-fonts.abtasty.com/work-sans/Work_Sans-200italic.ttf",conditions:[{field:"fontName",value:"Work Sans"}],fallback:""},{label:"300",value:"https://common-fonts.abtasty.com/work-sans/Work_Sans-300.ttf",conditions:[{field:"fontName",value:"Work Sans"}],fallback:""},{label:"300 Italic",value:"https://common-fonts.abtasty.com/work-sans/Work_Sans-300italic.ttf",conditions:[{field:"fontName",value:"Work Sans"}],fallback:""},{label:"500",value:"https://common-fonts.abtasty.com/work-sans/Work_Sans-500.ttf",conditions:[{field:"fontName",value:"Work Sans"}],fallback:""},{label:"500 Italic",value:"https://common-fonts.abtasty.com/work-sans/Work_Sans-500italic.ttf",conditions:[{field:"fontName",value:"Work Sans"}],fallback:""},{label:"600",value:"https://common-fonts.abtasty.com/work-sans/Work_Sans-600.ttf",conditions:[{field:"fontName",value:"Work Sans"}],fallback:""},{label:"600 Italic",value:"https://common-fonts.abtasty.com/work-sans/Work_Sans-600italic.ttf",conditions:[{field:"fontName",value:"Work Sans"}],fallback:""},{label:"700",value:"https://common-fonts.abtasty.com/work-sans/Work_Sans-700.ttf",conditions:[{field:"fontName",value:"Work Sans"}],fallback:""},{label:"700 Italic",value:"https://common-fonts.abtasty.com/work-sans/Work_Sans-700italic.ttf",conditions:[{field:"fontName",value:"Work Sans"}],fallback:""},{label:"800",value:"https://common-fonts.abtasty.com/work-sans/Work_Sans-800.ttf",conditions:[{field:"fontName",value:"Work Sans"}],fallback:""},{label:"800 Italic",value:"https://common-fonts.abtasty.com/work-sans/Work_Sans-800italic.ttf",conditions:[{field:"fontName",value:"Work Sans"}],fallback:""},{label:"900",value:"https://common-fonts.abtasty.com/work-sans/Work_Sans-900.ttf",conditions:[{field:"fontName",value:"Work Sans"}],fallback:""},{label:"900 Italic",value:"https://common-fonts.abtasty.com/work-sans/Work_Sans-900italic.ttf",conditions:[{field:"fontName",value:"Work Sans"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/xanh-mono/Xanh_Mono-400.ttf",conditions:[{field:"fontName",value:"Xanh Mono"}],fallback:""},{label:"Italic",value:"https://common-fonts.abtasty.com/xanh-mono/Xanh_Mono-400italic.ttf",conditions:[{field:"fontName",value:"Xanh Mono"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/yaldevi/Yaldevi-400.ttf",conditions:[{field:"fontName",value:"Yaldevi"}],fallback:""},{label:"200",value:"https://common-fonts.abtasty.com/yaldevi/Yaldevi-200.ttf",conditions:[{field:"fontName",value:"Yaldevi"}],fallback:""},{label:"300",value:"https://common-fonts.abtasty.com/yaldevi/Yaldevi-300.ttf",conditions:[{field:"fontName",value:"Yaldevi"}],fallback:""},{label:"500",value:"https://common-fonts.abtasty.com/yaldevi/Yaldevi-500.ttf",conditions:[{field:"fontName",value:"Yaldevi"}],fallback:""},{label:"600",value:"https://common-fonts.abtasty.com/yaldevi/Yaldevi-600.ttf",conditions:[{field:"fontName",value:"Yaldevi"}],fallback:""},{label:"700",value:"https://common-fonts.abtasty.com/yaldevi/Yaldevi-700.ttf",conditions:[{field:"fontName",value:"Yaldevi"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/yanone-kaffeesatz/Yanone_Kaffeesatz-400.ttf",conditions:[{field:"fontName",value:"Yanone Kaffeesatz"}],fallback:""},{label:"200",value:"https://common-fonts.abtasty.com/yanone-kaffeesatz/Yanone_Kaffeesatz-200.ttf",conditions:[{field:"fontName",value:"Yanone Kaffeesatz"}],fallback:""},{label:"300",value:"https://common-fonts.abtasty.com/yanone-kaffeesatz/Yanone_Kaffeesatz-300.ttf",conditions:[{field:"fontName",value:"Yanone Kaffeesatz"}],fallback:""},{label:"500",value:"https://common-fonts.abtasty.com/yanone-kaffeesatz/Yanone_Kaffeesatz-500.ttf",conditions:[{field:"fontName",value:"Yanone Kaffeesatz"}],fallback:""},{label:"600",value:"https://common-fonts.abtasty.com/yanone-kaffeesatz/Yanone_Kaffeesatz-600.ttf",conditions:[{field:"fontName",value:"Yanone Kaffeesatz"}],fallback:""},{label:"700",value:"https://common-fonts.abtasty.com/yanone-kaffeesatz/Yanone_Kaffeesatz-700.ttf",conditions:[{field:"fontName",value:"Yanone Kaffeesatz"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/yantramanav/Yantramanav-400.ttf",conditions:[{field:"fontName",value:"Yantramanav"}],fallback:""},{label:"100",value:"https://common-fonts.abtasty.com/yantramanav/Yantramanav-100.ttf",conditions:[{field:"fontName",value:"Yantramanav"}],fallback:""},{label:"300",value:"https://common-fonts.abtasty.com/yantramanav/Yantramanav-300.ttf",conditions:[{field:"fontName",value:"Yantramanav"}],fallback:""},{label:"500",value:"https://common-fonts.abtasty.com/yantramanav/Yantramanav-500.ttf",conditions:[{field:"fontName",value:"Yantramanav"}],fallback:""},{label:"700",value:"https://common-fonts.abtasty.com/yantramanav/Yantramanav-700.ttf",conditions:[{field:"fontName",value:"Yantramanav"}],fallback:""},{label:"900",value:"https://common-fonts.abtasty.com/yantramanav/Yantramanav-900.ttf",conditions:[{field:"fontName",value:"Yantramanav"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/yatra-one/Yatra_One-400.ttf",conditions:[{field:"fontName",value:"Yatra One"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/yellowtail/Yellowtail-400.ttf",conditions:[{field:"fontName",value:"Yellowtail"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/yeon-sung/Yeon_Sung-400.ttf",conditions:[{field:"fontName",value:"Yeon Sung"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/yeseva-one/Yeseva_One-400.ttf",conditions:[{field:"fontName",value:"Yeseva One"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/yesteryear/Yesteryear-400.ttf",conditions:[{field:"fontName",value:"Yesteryear"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/yomogi/Yomogi-400.ttf",conditions:[{field:"fontName",value:"Yomogi"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/yrsa/Yrsa-400.ttf",conditions:[{field:"fontName",value:"Yrsa"}],fallback:""},{label:"Italic",value:"https://common-fonts.abtasty.com/yrsa/Yrsa-400italic.ttf",conditions:[{field:"fontName",value:"Yrsa"}],fallback:""},{label:"300",value:"https://common-fonts.abtasty.com/yrsa/Yrsa-300.ttf",conditions:[{field:"fontName",value:"Yrsa"}],fallback:""},{label:"300 Italic",value:"https://common-fonts.abtasty.com/yrsa/Yrsa-300italic.ttf",conditions:[{field:"fontName",value:"Yrsa"}],fallback:""},{label:"500",value:"https://common-fonts.abtasty.com/yrsa/Yrsa-500.ttf",conditions:[{field:"fontName",value:"Yrsa"}],fallback:""},{label:"500 Italic",value:"https://common-fonts.abtasty.com/yrsa/Yrsa-500italic.ttf",conditions:[{field:"fontName",value:"Yrsa"}],fallback:""},{label:"600",value:"https://common-fonts.abtasty.com/yrsa/Yrsa-600.ttf",conditions:[{field:"fontName",value:"Yrsa"}],fallback:""},{label:"600 Italic",value:"https://common-fonts.abtasty.com/yrsa/Yrsa-600italic.ttf",conditions:[{field:"fontName",value:"Yrsa"}],fallback:""},{label:"700",value:"https://common-fonts.abtasty.com/yrsa/Yrsa-700.ttf",conditions:[{field:"fontName",value:"Yrsa"}],fallback:""},{label:"700 Italic",value:"https://common-fonts.abtasty.com/yrsa/Yrsa-700italic.ttf",conditions:[{field:"fontName",value:"Yrsa"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/yuji-boku/Yuji_Boku-400.ttf",conditions:[{field:"fontName",value:"Yuji Boku"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/yuji-mai/Yuji_Mai-400.ttf",conditions:[{field:"fontName",value:"Yuji Mai"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/yuji-syuku/Yuji_Syuku-400.ttf",conditions:[{field:"fontName",value:"Yuji Syuku"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/yusei-magic/Yusei_Magic-400.ttf",conditions:[{field:"fontName",value:"Yusei Magic"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/zcool-kuaile/ZCOOL_KuaiLe-400.ttf",conditions:[{field:"fontName",value:"ZCOOL KuaiLe"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/zcool-qingke-huangyou/ZCOOL_QingKe HuangYou-400.ttf",conditions:[{field:"fontName",value:"ZCOOL QingKe HuangYou"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/zcool-xiaowei/ZCOOL_XiaoWei-400.ttf",conditions:[{field:"fontName",value:"ZCOOL XiaoWei"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/zen-antique/Zen_Antique-400.ttf",conditions:[{field:"fontName",value:"Zen Antique"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/zen-antique-soft/Zen_Antique Soft-400.ttf",conditions:[{field:"fontName",value:"Zen Antique Soft"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/zen-dots/Zen_Dots-400.ttf",conditions:[{field:"fontName",value:"Zen Dots"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/zen-kaku-gothic-antique/Zen_Kaku Gothic Antique-400.ttf",conditions:[{field:"fontName",value:"Zen Kaku Gothic Antique"}],fallback:""},{label:"300",value:"https://common-fonts.abtasty.com/zen-kaku-gothic-antique/Zen_Kaku Gothic Antique-300.ttf",conditions:[{field:"fontName",value:"Zen Kaku Gothic Antique"}],fallback:""},{label:"500",value:"https://common-fonts.abtasty.com/zen-kaku-gothic-antique/Zen_Kaku Gothic Antique-500.ttf",conditions:[{field:"fontName",value:"Zen Kaku Gothic Antique"}],fallback:""},{label:"700",value:"https://common-fonts.abtasty.com/zen-kaku-gothic-antique/Zen_Kaku Gothic Antique-700.ttf",conditions:[{field:"fontName",value:"Zen Kaku Gothic Antique"}],fallback:""},{label:"900",value:"https://common-fonts.abtasty.com/zen-kaku-gothic-antique/Zen_Kaku Gothic Antique-900.ttf",conditions:[{field:"fontName",value:"Zen Kaku Gothic Antique"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/zen-kaku-gothic-new/Zen_Kaku Gothic New-400.ttf",conditions:[{field:"fontName",value:"Zen Kaku Gothic New"}],fallback:""},{label:"300",value:"https://common-fonts.abtasty.com/zen-kaku-gothic-new/Zen_Kaku Gothic New-300.ttf",conditions:[{field:"fontName",value:"Zen Kaku Gothic New"}],fallback:""},{label:"500",value:"https://common-fonts.abtasty.com/zen-kaku-gothic-new/Zen_Kaku Gothic New-500.ttf",conditions:[{field:"fontName",value:"Zen Kaku Gothic New"}],fallback:""},{label:"700",value:"https://common-fonts.abtasty.com/zen-kaku-gothic-new/Zen_Kaku Gothic New-700.ttf",conditions:[{field:"fontName",value:"Zen Kaku Gothic New"}],fallback:""},{label:"900",value:"https://common-fonts.abtasty.com/zen-kaku-gothic-new/Zen_Kaku Gothic New-900.ttf",conditions:[{field:"fontName",value:"Zen Kaku Gothic New"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/zen-kurenaido/Zen_Kurenaido-400.ttf",conditions:[{field:"fontName",value:"Zen Kurenaido"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/zen-loop/Zen_Loop-400.ttf",conditions:[{field:"fontName",value:"Zen Loop"}],fallback:""},{label:"Italic",value:"https://common-fonts.abtasty.com/zen-loop/Zen_Loop-400italic.ttf",conditions:[{field:"fontName",value:"Zen Loop"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/zen-maru-gothic/Zen_Maru Gothic-400.ttf",conditions:[{field:"fontName",value:"Zen Maru Gothic"}],fallback:""},{label:"300",value:"https://common-fonts.abtasty.com/zen-maru-gothic/Zen_Maru Gothic-300.ttf",conditions:[{field:"fontName",value:"Zen Maru Gothic"}],fallback:""},{label:"500",value:"https://common-fonts.abtasty.com/zen-maru-gothic/Zen_Maru Gothic-500.ttf",conditions:[{field:"fontName",value:"Zen Maru Gothic"}],fallback:""},{label:"700",value:"https://common-fonts.abtasty.com/zen-maru-gothic/Zen_Maru Gothic-700.ttf",conditions:[{field:"fontName",value:"Zen Maru Gothic"}],fallback:""},{label:"900",value:"https://common-fonts.abtasty.com/zen-maru-gothic/Zen_Maru Gothic-900.ttf",conditions:[{field:"fontName",value:"Zen Maru Gothic"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/zen-old-mincho/Zen_Old Mincho-400.ttf",conditions:[{field:"fontName",value:"Zen Old Mincho"}],fallback:""},{label:"700",value:"https://common-fonts.abtasty.com/zen-old-mincho/Zen_Old Mincho-700.ttf",conditions:[{field:"fontName",value:"Zen Old Mincho"}],fallback:""},{label:"900",value:"https://common-fonts.abtasty.com/zen-old-mincho/Zen_Old Mincho-900.ttf",conditions:[{field:"fontName",value:"Zen Old Mincho"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/zen-tokyo-zoo/Zen_Tokyo Zoo-400.ttf",conditions:[{field:"fontName",value:"Zen Tokyo Zoo"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/zeyada/Zeyada-400.ttf",conditions:[{field:"fontName",value:"Zeyada"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/zhi-mang-xing/Zhi_Mang Xing-400.ttf",conditions:[{field:"fontName",value:"Zhi Mang Xing"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/zilla-slab/Zilla_Slab-400.ttf",conditions:[{field:"fontName",value:"Zilla Slab"}],fallback:""},{label:"Italic",value:"https://common-fonts.abtasty.com/zilla-slab/Zilla_Slab-400italic.ttf",conditions:[{field:"fontName",value:"Zilla Slab"}],fallback:""},{label:"300",value:"https://common-fonts.abtasty.com/zilla-slab/Zilla_Slab-300.ttf",conditions:[{field:"fontName",value:"Zilla Slab"}],fallback:""},{label:"300 Italic",value:"https://common-fonts.abtasty.com/zilla-slab/Zilla_Slab-300italic.ttf",conditions:[{field:"fontName",value:"Zilla Slab"}],fallback:""},{label:"500",value:"https://common-fonts.abtasty.com/zilla-slab/Zilla_Slab-500.ttf",conditions:[{field:"fontName",value:"Zilla Slab"}],fallback:""},{label:"500 Italic",value:"https://common-fonts.abtasty.com/zilla-slab/Zilla_Slab-500italic.ttf",conditions:[{field:"fontName",value:"Zilla Slab"}],fallback:""},{label:"600",value:"https://common-fonts.abtasty.com/zilla-slab/Zilla_Slab-600.ttf",conditions:[{field:"fontName",value:"Zilla Slab"}],fallback:""},{label:"600 Italic",value:"https://common-fonts.abtasty.com/zilla-slab/Zilla_Slab-600italic.ttf",conditions:[{field:"fontName",value:"Zilla Slab"}],fallback:""},{label:"700",value:"https://common-fonts.abtasty.com/zilla-slab/Zilla_Slab-700.ttf",conditions:[{field:"fontName",value:"Zilla Slab"}],fallback:""},{label:"700 Italic",value:"https://common-fonts.abtasty.com/zilla-slab/Zilla_Slab-700italic.ttf",conditions:[{field:"fontName",value:"Zilla Slab"}],fallback:""},{label:"Regular",value:"https://common-fonts.abtasty.com/zilla-slab-highlight/Zilla_Slab Highlight-400.ttf",conditions:[{field:"fontName",value:"Zilla Slab Highlight"}],fallback:""},{label:"700",value:"https://common-fonts.abtasty.com/zilla-slab-highlight/Zilla_Slab Highlight-700.ttf",conditions:[{field:"fontName",value:"Zilla Slab Highlight"}],fallback:""}];THEME.regularText?.color,THEME.textAlign,THEME.regularText?.fontFamily,THEME.regularText?.fontStyle,THEME.regularText?.fontSize,THEME.titleText?.color,THEME.titleAlign,THEME.titleText?.fontFamily,Da.map(({label:a,value:t,conditions:o,fallback:l})=>{const[{value:e}]=o;return{label:a,value:t,fallback:l,conditions:[{value:e,field:"titleFontName"}]}}),THEME.titleText?.fontStyle,THEME.titleText?.fontSize;const za={category:a,type:"areainput"},Oa={...za,label:"widget_common_style_container_label_margin",propName:"containerMargin",value:[{top:0,left:0,bottom:0,right:0}]},ja={...za,label:"widget_common_style_container_label_padding",propName:"containerPadding",value:[{top:35,left:60,bottom:35,right:60}]},Fa={category:a,type:m,label:"widget_common_style_container_dropShadow_blockTitle",propName:"dropShadow",value:!1},Ha={category:a,type:i,label:"widget_common_style_container_dropShadow_label_color",propName:"dropShadowColor",value:"rgba(57, 57, 57, 0.25);"},Ua={category:a,type:b,label:"widget_common_style_container_dropShadow_label_blurRadius",propName:"dropShadowBlur",value:10,unit:"px"},Ja={category:a,type:m,label:"widget_common_style_closeButton_label_displayCloseButton",propName:"closeButton",value:!0},qa={category:a,type:c,label:"widget_common_style_closeButton_radio_closeButtonPosition",propName:"closeButtonPosition",value:THEME.closeButtonPosition||"in",options:[{label:"widget_common_style_closeButton_radio_closeButtonPosition_option_inside",value:"in"},{label:"widget_common_style_closeButton_radio_closeButtonPosition_option_outside",value:"out"}]},Va={category:a,type:b,label:"widget_common_style_closeButton_label_closeButtonSize",propName:"closeButtonSize",value:THEME.closeButtonSize||16,min:10,max:50},Wa={category:a,type:i,label:"widget_common_style_closeButton_label_closeButtonColor",propName:"closeButtonColor",value:THEME.closeCrossColor||"rgba(119, 119, 119, 1)"},Za={category:a,type:i,label:"widget_common_style_closeButton_label_closeButtonBackgroundColor",propName:"closeButtonBackgroundColor",value:THEME.closeButtonBackgroundColor||"rgba(255, 255, 255, 0)"},Ya={category:a,type:b,label:"widget_common_style_closeButton_label_closeButtonBorderRadius",propName:"closeButtonBorderRadius",value:THEME.closeButtonBorderRadius||0,min:0,max:50},Qa={category:a,type:b,label:"widget_common_style_closeButton_label_closeButtonBorderThickness",propName:"closeButtonBorderWidth",value:THEME.closeButtonBorderWidth||0,min:0,max:50},Xa={category:a,type:i,label:"widget_common_style_closeButton_label_closeButtonBorderColor",propName:"closeButtonBorderColor",value:THEME.closeButtonBorderColor||"rgba(57, 57, 57, 1)",condition:({closeButtonBorderWidth:a})=>a>0},$a={category:a,type:m,propName:"overlay",label:"widget_common_style_blockTitle_overlay",value:!0},at={category:a,type:i,label:"widget_common_style_overlay_label_overlayColor",propName:"overlayColor",value:"rgba(0, 0, 0, 0.6)"},tt={category:a,type:m,label:"widget_common_style_overlay_label_overlayClickable",propName:"overlayClickable",value:!0};THEME.primaryButton?.borderWidth,THEME.primaryButton?.borderColor,THEME.primaryButton?.borderRadius,THEME.primaryButton?.backgroundColor,THEME.primaryButton?.color,THEME.primaryButton?.buttonsAlign,THEME.primaryButton?.fontFamily,Da.map(({label:a,value:t,conditions:o,fallback:l})=>{const[{value:e}]=o;return{label:a,value:t,fallback:l,conditions:[{value:e,field:"buttonsFontName"}]}}),THEME.primaryButton?.fontStyle,THEME.primaryButton?.fontSize;const ot=[xa,Pa,Aa,wa,Ta,La],lt=[{field:Ea.propName,value:a=>a>0}];Ga.conditions=lt;const et={category:a,type:u,label:"widget_common_style_blockTitle_border",collapsible:!0,children:[Ea,Ga,Ka]},nt={category:a,type:e},it=[{field:"dropShadow",value:!0}],st={category:a,type:u,label:"widget_common_style_blockTitle_container",collapsible:!0,children:[Oa,ja,{...nt},...ot,{...nt},Fa,{...Ha,conditions:it},{...Ua,conditions:it}]},ft=[{field:"overlay"}];at.conditions=ft,tt.conditions=ft;const ct={category:a,type:u,label:"widget_common_style_blockTitle_overlay",collapsible:!0,children:[$a,at,tt],conditions:[{field:"layout",value:"popin"}]},mt=({closeButton:a})=>a,bt={category:a,type:e,condition:mt},ut=Xa.condition;qa.condition=mt,Va.condition=mt,Wa.condition=mt,Za.condition=mt,Ya.condition=mt,Qa.condition=mt,Xa.condition=a=>ut(a)&&mt(a);const dt={category:a,type:u,label:"widget_common_style_blockTitle_closeButton",collapsible:!0,children:[Ja,qa,{...bt},Va,Wa,Za,{...bt},Ya,Qa,Xa]};st.collapsed=!1,sa.collapsed=!1,V.collapsed=!1,st.children.find(function(a){return"containerPadding"===a.propName}).value=[{top:0,left:0,bottom:0,right:0}];var rt=sa.children.find(function(a){return"layout"===a.propName});rt.options=rt.options.filter(function(a){return!a.value.includes("banner")}),A.children=A.children.filter(function(a,t){return!a.propName&&"validationRecurrence"!==A.children[t+1].propName||a.propName&&!a.propName.includes("validationRecurrence")});var vt=_a.children.find(function(a){return"autoWidth"===a.propName}),ht=_a.children.find(function(a){return"autoHeight"===a.propName});return vt.value=!1,ht.value=!1,[sa,_a,Ia,Ma,{type:d,category:o,label:"widget_iframe_closable_alert_text",hrefUrl:"widget_iframe_closable_alert_link"},{propName:"iframeUrl",type:"url",category:o,label:"widget_iframe_content_label_iframeUrl",value:"widget_iframe_content_defaultUrl"},st,et,ct,dt,V,A,X]});
|