CINXE.COM

Privacy Policy | Myfonts

<!doctype html> <html class="no-js" lang="en" data-wg-excluded-url="true"> <head> <script> const USER_AUTO_REDIRECTED = 'browser-redirect-verified'; const currentUrl = window.location.href; const parsedURL = new URL(currentUrl); const parts = parsedURL.pathname.split('/'); const existingLocale = parts[1]; const isValidLocale = existingLocale && existingLocale.length === 2; function redirectToPreferredLocale(newLocale) { if (isValidLocale) { if (existingLocale.toUpperCase() === newLocale.toUpperCase()) { // If the URL already contains the passed locale, return the original URL return; } if (newLocale === 'en') { // If the new locale is "en", remove the existing locale from the URL parts.splice(1, 1); } else { // If the new locale is not "en", replace the existing locale with the new locale parts[1] = newLocale; } } else { // If there is no existing locale or its length is not 2, append the new locale at the second position if (newLocale === 'en') { return; } parts.splice(1, 0, newLocale); } parsedURL.pathname = parts.join('/'); window.location.replace(parsedURL.href); } </script> <script> //check to see if redirection to browserlocale is needed const shouldRedirectUser = (browserLocale) => { //if user has changed lang from ddn or clicked a link from page in new tab do not redirect if(document.referrer.includes("myfonts.com")) return false; //if locale exits do not redirect user if(isValidLocale) { return false; } else { //checking to make sure the language is published on Shopify to avoid wrong redirects to 404 const enabledLocales = [{"shop_locale":{"locale":"en","enabled":true,"primary":true,"published":true}},{"shop_locale":{"locale":"de","enabled":true,"primary":false,"published":true}},{"shop_locale":{"locale":"fr","enabled":true,"primary":false,"published":true}},{"shop_locale":{"locale":"es","enabled":true,"primary":false,"published":true}}]; return enabledLocales.some((localeData) => localeData.shop_locale.published && (localeData.shop_locale.locale === browserLocale)); } } const customAutoRedirectionToBrowserLocale = () => { const browserLocale = navigator.language.split('-')[0] || ''; if(shouldRedirectUser(browserLocale)) { redirectToPreferredLocale(browserLocale); } else { return; } } // trigger browser auto redirect from client side customAutoRedirectionToBrowserLocale(); </script> <link rel="preconnect" href="https://static-webfonts.myfonts.com"> <link rel="preload" href="https://static-webfonts.myfonts.com/kit/Helvetica_MT/HelveticaNowMTText.woff2" as="font" type="font/woff2" crossorigin="anonymous"> <link rel="preload" href="https://static-webfonts.myfonts.com/kit/Helvetica_MT/HelveticaNowMTDispW05-Md.woff2" as="font" type="font/woff2" crossorigin="anonymous"> <link rel="preload" href="https://static-webfonts.myfonts.com/kit/Helvetica_MT/HelveticaNowMTText_Bold.woff2" as="font" type="font/woff2" crossorigin="anonymous"> <link rel="preload" href="https://static-webfonts.myfonts.com/kit/Helvetica_MT/HelveticaNowMTText_Medium.woff2" as="font" type="font/woff2" crossorigin="anonymous"> <link rel="preload" href="https://static-webfonts.myfonts.com/kit/Helvetica_MT/HelveticaNowMTTextRegular.woff" as="font" type="font/woff" crossorigin="anonymous"> <link rel="preload" href="https://static-webfonts.myfonts.com/kit/Helvetica_MT/HelveticaNowMTDispW05-XBdIt.woff2" as="font" type="font/woff2" crossorigin="anonymous"> <link rel="preload" href="https://static-webfonts.myfonts.com/kit/Helvetica_MT/HelveticaNowMTMicroW05-Rg.woff2" as="font" type="font/woff2" crossorigin="anonymous"> <link rel="preload" href="https://static-webfonts.myfonts.com/kit/Helvetica_MT/HelveticaNowMTTextW05-It.woff2" as="font" type="font/woff2" crossorigin="anonymous"> <link rel="preload" href="https://static-webfonts.myfonts.com/kit/Helvetica_MT/HelveticaNowMTTextW05-XBold.woff2" as="font" type="font/woff2" crossorigin="anonymous"> <link rel="preload" href="https://static-webfonts.myfonts.com/kit/Helvetica_MT/HelveticaNowMTDispW05-XBold.woff2" as="font" type="font/woff2" crossorigin="anonymous"> <style> :root { --font-body-family: "HelveticaNowMTText" , "Lucida Sans" , "Lucida Grande" , "Lucida Sans Unicode" , "Trebuchet MS" , sans-serif; --font-body-style: normal; --font-body-weight: 400; --font-heading-family: "HelveticaNowMTTextMedium" , "Lucida Grande" , "Lucida Sans Unicode" , "Trebuchet MS" , sans-serif; --font-heading-style: normal; --font-heading-weight: 400; --color-base-text: 26, 27, 24; --color-base-background-1: 255, 255, 255; --color-base-background-2: 250, 241, 233; --color-base-solid-button-labels: 255, 255, 255; --color-base-outline-button-labels: 68, 89, 88; --color-base-accent-1: 68, 89, 88; --color-base-accent-2: 157, 87, 44; --payment-terms-background-color: #FFFFFF; --bold-28-letter-spacing: -0.28px; --bold-23-letter-spacing: -0.23px; --bold-19-letter-spacing: -0.19px; --bold-40-letter-spacing: -0.8px; --font-16-letter-spacing: -0.32px; } *, *::before, *::after { box-sizing: inherit; } html { box-sizing: border-box; font-size: 16px; /*62.5%;*/ height: 100%; } body { display: grid; grid-template-rows: auto auto 1fr auto; grid-template-columns: 100%; min-height: 100%; margin: 0; font-size: 1.4rem; font-family: var(--font-body-family); font-style: var(--font-body-style); font-weight: var(--font-body-weight); } @font-face { font-family: HelveticaNowMTText; font-weight: 400; font-style: normal; font-display: swap; src: url('https://static-webfonts.myfonts.com/kit/Helvetica_MT/HelveticaNowMTText.eot'); src: url('https://static-webfonts.myfonts.com/kit/Helvetica_MT/HelveticaNowMTText.woff2') format("woff2") , url('https://static-webfonts.myfonts.com/kit/Helvetica_MT/HelveticaNowMTText.woff') format("woff") , url('https://static-webfonts.myfonts.com/kit/Helvetica_MT/HelveticaNowMTText.ttf') format("truetype"); } @font-face { font-family: HelveticaNowMTTextMedium; font-weight: 400; font-style: normal; font-display: swap; src: url('https://static-webfonts.myfonts.com/kit/Helvetica_MT/HelveticaNowMTText_Medium.eot'); src: url('https://static-webfonts.myfonts.com/kit/Helvetica_MT/HelveticaNowMTText_Medium.woff2') format("woff2") , url('https://static-webfonts.myfonts.com/kit/Helvetica_MT/HelveticaNowMTText_Medium.woff') format("woff") , url('https://static-webfonts.myfonts.com/kit/Helvetica_MT/HelveticaNowMTText_Medium.ttf') format("truetype"); } @font-face { font-family: HelveticaNowMTTextBold; font-weight: 700; font-style: normal; font-display: swap; src: url('https://static-webfonts.myfonts.com/kit/Helvetica_MT/HelveticaNowMTText_Bold.eot'); src: url('https://static-webfonts.myfonts.com/kit/Helvetica_MT/HelveticaNowMTText_Bold.woff2') format("woff2") , url('https://static-webfonts.myfonts.com/kit/Helvetica_MT/HelveticaNowMTText_Bold.woff') format("woff") , url('https://static-webfonts.myfonts.com/kit/Helvetica_MT/HelveticaNowMTText_Bold.ttf') format("truetype"); } @font-face { font-family: HelveticaNowMTDisp; font-weight: 500; font-style: normal; font-display: swap; src: url('https://static-webfonts.myfonts.com/kit/Helvetica_MT/HelveticaNowMT_Disp.eot'); src: url('https://static-webfonts.myfonts.com/kit/Helvetica_MT/HelveticaNowMT_Disp.woff2') format("woff2") , url('https://static-webfonts.myfonts.com/kit/Helvetica_MT/HelveticaNowMT_Disp.woff') format("woff") , url('https://static-webfonts.myfonts.com/kit/Helvetica_MT/HelveticaNowMT_Disp.ttf') format("truetype"); } @font-face { font-family: HelveticaNowMTMicro; font-weight: 400; font-style: normal; font-display: swap; src: url('https://static-webfonts.myfonts.com/kit/Helvetica_MT/HelveticaNowMT_Micro.eot'); src: url('https://static-webfonts.myfonts.com/kit/Helvetica_MT/HelveticaNowMT_Micro.woff2') format("woff2") , url('https://static-webfonts.myfonts.com/kit/Helvetica_MT/HelveticaNowMT_Micro.woff') format("woff") , url('https://static-webfonts.myfonts.com/kit/Helvetica_MT/HelveticaNowMT_Micro.ttf') format("truetype"); } @font-face { font-family: HelveticaNowMTDisplayMedium; font-style: normal; font-display: swap; src: url('https://static-webfonts.myfonts.com/kit/Helvetica_MT/HelveticaNowMTDispW05-Md.eot'); src: url('https://static-webfonts.myfonts.com/kit/Helvetica_MT/HelveticaNowMTDispW05-Md.woff2') format("woff2") , url('https://static-webfonts.myfonts.com/kit/Helvetica_MT/HelveticaNowMTDispW05-Md.woff') format("woff") , url('https://static-webfonts.myfonts.com/kit/Helvetica_MT/HelveticaNowMTDispW05-Md.ttf') format("truetype"); } @font-face { font-family: HelveticaNowMTMicroMedium; font-style: normal; font-display: swap; src: url('https://static-webfonts.myfonts.com/kit/Helvetica_MT/HelveticaNowMTMicroW05-Md.eot'); src: url('https://static-webfonts.myfonts.com/kit/Helvetica_MT/HelveticaNowMTMicroW05-Md.woff2') format("woff2") , url('https://static-webfonts.myfonts.com/kit/Helvetica_MT/HelveticaNowMTMicroW05-Md.woff') format("woff") , url('https://static-webfonts.myfonts.com/kit/Helvetica_MT/HelveticaNowMTMicroW05-Md.ttf') format("truetype"); } @font-face { font-family: HelveticaNowMTTextRegular; font-style: normal; font-display: swap; src: url('https://static-webfonts.myfonts.com/kit/Helvetica_MT/HelveticaNowMTTextRegular.woff'); } @font-face { font-family: HelveticaNowMTExtraBoldItalic; font-style: normal; font-display: swap; src: url('https://static-webfonts.myfonts.com/kit/Helvetica_MT/HelveticaNowMTDispW05-XBdIt.woff2'); } @font-face { font-family: HelveticaNowMTMicroRegular; font-style: normal; font-display: swap; src: url('https://static-webfonts.myfonts.com/kit/Helvetica_MT/HelveticaNowMTMicroW05-Rg.woff2'); } @font-face { font-family: HelveticaNowMTTextItalic; font-style: normal; font-display: swap; src: url('https://static-webfonts.myfonts.com/kit/Helvetica_MT/HelveticaNowMTTextW05-It.woff2'); } @font-face { font-family: HelveticaNowMTTextExtraBold; font-style: normal; font-display: swap; src: url('https://static-webfonts.myfonts.com/kit/Helvetica_MT/HelveticaNowMTTextW05-XBold.woff2'); } @font-face { font-family: HelveticaNowMTDisplayExtraBold; font-style: normal; font-display: swap; src: url('https://static-webfonts.myfonts.com/kit/Helvetica_MT/HelveticaNowMTDispW05-XBold.woff2'); } </style> <link rel="preconnect" href="https://render.myfonts.net" crossorigin=""> <script type="text/javascript"> usi_installed = 0; USI_installCode = function () { if (usi_installed == 0) { usi_installed = 1; var USI_headID = document.getElementsByTagName('head')[0]; var USI_installID = document.createElement('script'); USI_installID.type = 'text/javascript'; USI_installID.src = 'https://www.upsellit.com/active/myfonts.jsp'; USI_headID.appendChild(USI_installID); } }; if (typeof document.readyState != 'undefined' && document.readyState === 'complete') { USI_installCode(); } else if (window.addEventListener) { window.addEventListener('load', USI_installCode, true); } else if (window.attachEvent) { window.attachEvent('onload', USI_installCode); } else { USI_installCode(); } setTimeout('USI_installCode()', 10000); sessionStorage.setItem('user_locale', document.documentElement.lang); </script> <script> var myfonts = myfonts || {}; myfonts.locale = document.documentElement.getAttribute('lang'); function addLocaleToURL(url, target) { if (myfonts.locale !== 'en' && url && url.indexOf(`/${myfonts.locale}/`) == -1) { if (target == 'monotype') { return url.replace(`/en/`, `/${myfonts.locale}/`); } else { return `/${myfonts.locale}${url}`; } } return url; } function handleUrlLocale(elem) { let linkHref = $(elem).attr('href'); if (linkHref !== 'javascript:void(0)') { if ( (linkHref.indexOf('/collections/') || linkHref.indexOf('/products/') || linkHref.indexOf('/pages/') || linkHref.indexOf('/account/')) && myfonts.locale !== 'en' && linkHref.indexOf(`/${myfonts.locale}/`) == -1 ) { $(elem).attr('href', `/${myfonts.locale}${linkHref}`); } } } myfonts.handleAuthZeroLocales = (url) => { if (url && myfonts.locale !== 'en') { url = url.replaceAll(`&ui_locales=en`, `&ui_locales=${myfonts.locale}`); } return url; }; </script> <script src="//www.myfonts.com/cdn/shop/t/234/assets/jquery-3.7.1.min.js?v=158417595810649192771731992683"></script> <script> const sig_host_endpoint = 'https://render.myfonts.net'; </script> <link rel="preload" href="https://static.monotype.com/search/assets/css/5.0.0/variable.css" as="style" onload="this.onload=null;this.rel='stylesheet'"> <script> sessionStorage.setItem('purchase_id', ''); sessionStorage.setItem('draft_id', ''); </script> <script> //Fix for direct change in url in serch page if (window.location.href == `https://www.myfonts.com/de/search` || window.location.href == `https://www.myfonts.com/de/search?query=`) { window.location.replace(`/search?product_data%5BsortBy%5D=listing_page_search_conversion_dec`); } var historyTraversal = window.persisted || (typeof window.performance != 'undefined' && window.performance.navigation.type === 2); if (historyTraversal) { // Handle page restore. window.location.reload(); } </script> <style> mark { background-color: #fff !important; color: #666 !important; } </style> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta content="width=device-width, initial-scale=1" name="viewport"> <meta name="theme-color" content=""> <meta name="format-detection" content="telephone=no"> <link rel="canonical" href="https://www.myfonts.com/a/font/legal/website-use-privacy-policy"> <link rel="preconnect" href="https://cdn.shopify.com" crossorigin=""><link rel="icon" type="image/png" href="//www.myfonts.com/de/cdn/shop/files/MyFonts_Favicon_small.png?v=1717748062"> <title>Privacy Policy | Myfonts</title> <script type="text/javascript"> var page_title = 'Privacy Policy | Myfonts'; </script> <script src="https://assets.adobedtm.com/843baba4f0fe/4566c89e0abf/launch-84ea26375438.min.js" type="text/javascript" async=""></script> <script type="text/javascript"> var Base64 = {_keyStr:"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=",encode:function(e){var t="";var n,r,i,s,o,u,a;var f=0;e=Base64._utf8_encode(e);while(f<e.length){n=e.charCodeAt(f++);r=e.charCodeAt(f++);i=e.charCodeAt(f++);s=n>>2;o=(n&3)<<4|r>>4;u=(r&15)<<2|i>>6;a=i&63;if(isNaN(r)){u=a=64}else if(isNaN(i)){a=64}t=t+this._keyStr.charAt(s)+this._keyStr.charAt(o)+this._keyStr.charAt(u)+this._keyStr.charAt(a)}return t},decode:function(e){var t="";var n,r,i;var s,o,u,a;var f=0;e=e.replace(/[^A-Za-z0-9\+\/\=]/g,"");while(f<e.length){s=this._keyStr.indexOf(e.charAt(f++));o=this._keyStr.indexOf(e.charAt(f++));u=this._keyStr.indexOf(e.charAt(f++));a=this._keyStr.indexOf(e.charAt(f++));n=s<<2|o>>4;r=(o&15)<<4|u>>2;i=(u&3)<<6|a;t=t+String.fromCharCode(n);if(u!=64){t=t+String.fromCharCode(r)}if(a!=64){t=t+String.fromCharCode(i)}}t=Base64._utf8_decode(t);return t},_utf8_encode:function(e){e=e.replace(/\r\n/g,"\n");var t="";for(var n=0;n<e.length;n++){var r=e.charCodeAt(n);if(r<128){t+=String.fromCharCode(r)}else if(r>127&&r<2048){t+=String.fromCharCode(r>>6|192);t+=String.fromCharCode(r&63|128)}else{t+=String.fromCharCode(r>>12|224);t+=String.fromCharCode(r>>6&63|128);t+=String.fromCharCode(r&63|128)}}return t},_utf8_decode:function(e){var t="";var n=0;var r=c1=c2=0;while(n<e.length){r=e.charCodeAt(n);if(r<128){t+=String.fromCharCode(r);n++}else if(r>191&&r<224){c2=e.charCodeAt(n+1);t+=String.fromCharCode((r&31)<<6|c2&63);n+=2}else{c2=e.charCodeAt(n+1);c3=e.charCodeAt(n+2);t+=String.fromCharCode((r&15)<<12|(c2&63)<<6|c3&63);n+=3}}return t}} let pageName = 'myfonts'; let pathNames = location.pathname.split('/'); if (pathNames.length > 1 && pathNames[1] !== "") { pageName += location.pathname.split('/').join(':'); } let pageSection = null; if (location.pathname.match(new RegExp(`^\/(${document.documentElement.lang})?\/?$`))) { pageSection = 'home'; } let contentType = "", contentTitle = ""; // use second last pathName item from url contentType = pathNames[pathNames.length - 2]; /** * if second last item is 'font' like in premium collections page, * use the 'content' for contentType */ if (contentType === 'font') { contentType = 'content'; } contentTitle = document.title .replace(' | MyFonts', '') .replace(' | Myfonts', '') .trim(); let pageInfoGlobal = { "pageInfo": { "event": "pageLoad", "eventInfo": "regularPageLoad", "pageName": pageName, "pageSection": pageSection, "webCountry": "us", "webCurrency": "USD", "webLanguage": document.documentElement.lang, "pageUrl": location.href }, "content": { "contentType": contentType, "contentTitle": contentTitle, }, "pageError": { "errorCode":"", "errorMessage":"", "errorType":"" }, "userInfo": { "userStatus": "guest", } }; </script> <script> (function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start': new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0], j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src= 'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f); })(window,document,'script','dataLayer', 'GTM-KMX94KW'); </script> <script> const monotype_services_app = "https:\/\/services.myfonts.com"; const monotype_services_app_eula_url = "https:\/\/www.myfonts.com\/de\/pages\/license-agreement?id=eula_"; const popupcisibility = ''; </script> <script> const algolia_config = { app_id: "P11UZVL396", app_key: "084aa805a4e8f0f531b540c0c29887ce", indexes: { homepage: { featured: "homepage_featured", staff_picks: "universal_search_data_staff_picks_homepage_standard", new_releases: "universal_search_data_date_dec_standard", recently_viewed: "universal_search_data_conversion_dec_standard" }, listings: { hot_new_fonts: "universal_search_data_best_seller_standard", bestselling: "universal_search_data_best_seller_standard", whats_new: "universal_search_data_date_dec_standard" }, categories: { relevance: "listing_page_category", bestselling: "product_data_conversion_desc", price_asc: "listing_page_category_price_asc", price_dec: "listing_page_category_price_dec", date: "listing_page_category_date_dec", alpha: "listing_page_category_alpha_dec" }, search: { relevance: "product_data", bestselling: "listing_page_search_conversion_dec", price_asc: "listing_page_search_price_asc", price_dec: "listing_page_search_price_dec", date: "listing_page_search_date_dec", alpha: "listing_page_search_alpha_dec" }, specialoffer: { recommended: "special_offers_recommended", endingsoonest: "special_offers_date_desc", newest: "special_offers_date_asc", alphabetical: "special_offers_alphabetical_asc", foundary: "special_offers_foundry_alphabetical_asc" } } } </script> <script src="//www.myfonts.com/cdn/shop/t/234/assets/global.js?v=109278373033453429791731992683" defer="defer"></script> <script src="//www.myfonts.com/cdn/shop/t/234/assets/layout.js?v=4588419795910003421731992686" type="text/javascript" defer="defer"></script> <script id="monotype-services-app" src="//www.myfonts.com/cdn/shop/t/234/assets/monotype-services.js?v=18291945168254249541731992684" data-host="https://services.myfonts.com"></script> <script src="//www.myfonts.com/cdn/shop/t/234/assets/details-disclosure.js?v=155459615769680619691731992683" defer="defer"></script> <script src="//www.myfonts.com/cdn/shop/t/234/assets/details-modal.js?v=180026644896229555691731992683" defer="defer"></script> <script src="//www.myfonts.com/cdn/shop/t/234/assets/cart-notification.js?v=18515699279610799891731992683" defer="defer"></script> <script>window.performance && window.performance.mark && window.performance.mark('shopify.content_for_header.start');</script><meta name="google-site-verification" content="akzWXA4Pl7x-2yXqNfqu_mOy63F1LSIlQ_FGasisvlw"> <meta id="shopify-digital-wallet" name="shopify-digital-wallet" content="/56871649450/digital_wallets/dialog"> <meta name="shopify-checkout-api-token" content="0f46393d52e886d336e25bc72764f803"> <meta id="in-context-paypal-metadata" data-shop-id="56871649450" data-venmo-supported="true" data-environment="production" data-locale="en_US" data-paypal-v4="true" data-currency="USD"> <script async="async" src="/checkouts/internal/preloads.js?locale=en-US"></script> <script id="shopify-features" type="application/json">{"accessToken":"0f46393d52e886d336e25bc72764f803","betas":["rich-media-storefront-analytics"],"domain":"www.myfonts.com","predictiveSearch":true,"shopId":56871649450,"smart_payment_buttons_url":"https:\/\/www.myfonts.com\/de\/cdn\/shopifycloud\/payment-sheet\/assets\/latest\/spb.en.js","dynamic_checkout_cart_url":"https:\/\/www.myfonts.com\/de\/cdn\/shopifycloud\/payment-sheet\/assets\/latest\/dynamic-checkout-cart.en.js","locale":"en"}</script> <script>var Shopify = Shopify || {}; Shopify.shop = "myfonts-production.myshopify.com"; Shopify.locale = "en"; Shopify.currency = {"active":"USD","rate":"1.0"}; Shopify.country = "US"; Shopify.theme = {"name":"myfonts-shopify\/Release5.75","id":134197837994,"schema_name":"myfonts","schema_version":"1.1.0","theme_store_id":null,"role":"main"}; Shopify.theme.handle = "null"; Shopify.theme.style = {"id":null,"handle":null}; Shopify.cdnHost = "www.myfonts.com/cdn"; Shopify.routes = Shopify.routes || {}; Shopify.routes.root = "/";</script> <script type="module">!function(o){(o.Shopify=o.Shopify||{}).modules=!0}(window);</script> <script>!function(o){function n(){var o=[];function n(){o.push(Array.prototype.slice.apply(arguments))}return n.q=o,n}var t=o.Shopify=o.Shopify||{};t.loadFeatures=n(),t.autoloadFeatures=n()}(window);</script> <script>(function() { function asyncLoad() { var urls = ["https:\/\/affiliatepluginintegration.cj.com\/getPluginJS?shop=myfonts-production.myshopify.com","\/\/shopify.privy.com\/widget.js?shop=myfonts-production.myshopify.com","https:\/\/d23dclunsivw3h.cloudfront.net\/redirect-app.js?shop=myfonts-production.myshopify.com","https:\/\/seo.apps.avada.io\/scripttag\/avada-seo-installed.js?shop=myfonts-production.myshopify.com","https:\/\/sailthru-marketing-automation-app-webhooks-prod.sailthru.com\/shopify.js?shop=myfonts-production.myshopify.com","https:\/\/cdn.weglot.com\/weglot_script_tag.js?shop=myfonts-production.myshopify.com","https:\/\/cdn.refersion.com\/shop.js?key=pub_7d894854e1e45db79d4a\u0026check_token=true\u0026shop=myfonts-production.myshopify.com"]; for (var i = 0; i < urls.length; i++) { var s = document.createElement('script'); s.type = 'text/javascript'; s.async = true; s.src = urls[i]; var x = document.getElementsByTagName('script')[0]; x.parentNode.insertBefore(s, x); } }; if(window.attachEvent) { window.attachEvent('onload', asyncLoad); } else { window.addEventListener('load', asyncLoad, false); } })();</script> <script id="__st">var __st={"a":56871649450,"offset":-18000,"reqid":"28eb5eb9-ddf9-47a2-b52e-042737bd022c-1732693138","pageurl":"www.myfonts.com\/a\/font\/legal\/website-use-privacy-policy","u":"ec6541767169"};</script> <script>window.ShopifyPaypalV4VisibilityTracking = true;</script> <script id="form-persister">!function(){'use strict';const t='contact',e='new_comment',n=[[t,t],['blogs',e],['comments',e],[t,'customer']],o='password',r='form_key',c=['recaptcha-v3-token','g-recaptcha-response','h-captcha-response',o],s=()=>{try{return window.sessionStorage}catch{return}},i=t=>t.elements[r],u=function(){const t=[...n].map((([t,e])=>`form[action*='/${t}']:not([data-nocaptcha='true']) input[name='form_type'][value='${e}']`)).join(',');var e;return e=t,()=>e?[...document.querySelectorAll(e)].map((t=>t.form)):[]}();function a(t){const e=i(t);u().includes(t)&&(!e||!e.value)&&function(t){try{if(!s())return;!function(t){const e=s();if(!e)return;const n=i(t);if(!n)return;const o=n.value;o&&e.removeItem(o)}(t);const e=Array.from(Array(32),(()=>Math.random().toString(36)[2])).join('');!function(t,e){i(t)||t.append(Object.assign(document.createElement('input'),{type:'hidden',name:r})),t.elements[r].value=e}(t,e),function(t,e){const n=s();if(!n)return;const r=[...t.querySelectorAll(`input[type='${o}']`)].map((({name:t})=>t)),i=[...c,...r],u={};for(const[o,c]of new FormData(t).entries())i.includes(o)||(u[o]=c);n.setItem(e,JSON.stringify(u))}(t,e)}catch(e){console.error('failed to persist form',e)}}(t)}const m=t=>{if('true'===t.dataset.persistBound)return;const e=function(t,e){const n=function(t){return'function'==typeof t.submit?t.submit:HTMLFormElement.prototype.submit}(t).bind(t);return function(){let t;return()=>{t||(t=!0,(()=>{try{e(),n()}catch(t){(t=>{console.error('form submit failed',t)})(t)}})(),setTimeout((()=>t=!1),250))}}()}(t,(()=>{a(t)}));!function(t,e){if('function'==typeof t.submit&&'function'==typeof e)try{t.submit=e}catch{}}(t,e),t.addEventListener('submit',(t=>{t.preventDefault(),e()})),t.dataset.persistBound='true'};!function(){function t(t){const e=(t=>{const e=t.target;return e instanceof HTMLFormElement?e:e&&e.form})(t);e&&a(e)}document.addEventListener('submit',t),document.addEventListener('DOMContentLoaded',(()=>{const e=u();for(const t of e)m(t);var n;n=document.body,new window.MutationObserver((t=>{for(const e of t)if('childList'===e.type&&e.addedNodes.length)for(const t of e.addedNodes)1===t.nodeType&&'FORM'===t.tagName&&u().includes(t)&&m(t)})).observe(n,{childList:!0,subtree:!0,attributes:!1}),document.removeEventListener('submit',t)}))}()}();</script> <script integrity="sha256-EGCDRYTvIEOXsReXgqGwkAR+5Dl8tickSrieA/ZcQwc=" data-source-attribution="shopify.loadfeatures" defer="defer" src="//www.myfonts.com/cdn/shopifycloud/shopify/assets/storefront/load_feature-1060834584ef204397b1179782a1b090047ee4397cb627244ab89e03f65c4307.js" crossorigin="anonymous"></script> <script integrity="sha256-HAs5a9TQVLlKuuHrahvWuke+s1UlxXohfHeoYv8G2D8=" data-source-attribution="shopify.dynamic-checkout" defer="defer" src="//www.myfonts.com/cdn/shopifycloud/shopify/assets/storefront/features-1c0b396bd4d054b94abae1eb6a1bd6ba47beb35525c57a217c77a862ff06d83f.js" crossorigin="anonymous"></script> <style id="shopify-dynamic-checkout-cart">@media screen and (min-width: 750px) { #dynamic-checkout-cart { min-height: 50px; } } @media screen and (max-width: 750px) { #dynamic-checkout-cart { min-height: 120px; } } </style><script>window.performance && window.performance.mark && window.performance.mark('shopify.content_for_header.end');</script> <link rel="stylesheet" href="//www.myfonts.com/de/cdn/shop/t/234/assets/announcement.css?v=172063781994281207351731992684"> <link rel="stylesheet" href="//www.myfonts.com/de/cdn/shop/t/234/assets/customer_bar.css?v=72273861089186471351731992683"> <script> document.documentElement.className = document.documentElement.className.replace('no-js', 'js'); </script> <script src="//www.myfonts.com/cdn/shop/t/234/assets/preload.js?v=155972509348157715601731992684"></script> <link rel="stylesheet" href="//www.myfonts.com/de/cdn/shop/t/234/assets/myfonts.home.app.css?v=45042506217743553721731992684"> <script src="//www.myfonts.com/cdn/shop/t/234/assets/algolia_analytics_script.js?v=106869767917277473271731992682"></script> <script src="//www.myfonts.com/cdn/shop/t/234/assets/message-service.js?v=146920934386367360491731992685" defer="defer"></script> <link rel="stylesheet" href="//www.myfonts.com/de/cdn/shop/t/234/assets/reset-min.css@7.3.1.css?v=93659981030229789261731992683"> <script src="//www.myfonts.com/cdn/shop/t/234/assets/jquery.products.js?v=70721784084152144331731992684" defer=""></script> <script src="//www.myfonts.com/cdn/shop/t/234/assets/typetestertool.js?v=174313989999949146101731992682" defer="defer"></script> <link href="//www.myfonts.com/de/cdn/shop/t/234/assets/cms_proxy.css?v=54560125689807425621731992683" rel="stylesheet" type="text/css" media="all"> <script type="text/javascript"> window.currentCurrency = window.Shopify.currency.active; window.conversionRate = window.Shopify.currency.rate; window.currentCurrencysymbol = window.Shopify.moneyFormat; var jsCurrency = { format: function (amount, currency = window.Shopify.currency.active) { let currencyLocale = 'en'; let currencyCountry = 'US'; switch (currency) { case "AUD": currencyCountry = 'AU'; break; case "BRL": currencyLocale = 'pt'; break; case "CAD": currencyCountry = 'CA'; break; case "EUR": currencyLocale = 'de'; break; case "MXN": currencyLocale = 'es'; currencyCountry = 'MX'; break; case "NZD": currencyCountry = 'NZ'; break; } currencyLocale = `${currencyLocale}-${currencyCountry}`; // Format the number as currency without displaying the currency symbol/code const formatter = new Intl.NumberFormat(currencyLocale, { style: 'currency', currency: currency, // Use 'narrowSymbol' to minimize the impact of the symbol on the formatted string currencyDisplay: 'narrowSymbol' }); // Format the amount let formattedAmount = formatter.format(amount); const symbol = formattedAmount.replace(/[\d.,]/g, ''); // Remove the currency symbol and any extra spaces formattedAmount = formattedAmount.replace(/[^\d.,]/g, ''); // Append the currency code at the end return `${symbol}${formattedAmount} ${currency}`; } } window.jsCurrency = jsCurrency; window.routes = { cart_add_url: '/cart/add', cart_change_url: '/cart/change', cart_update_url: '/de/cart/update' } window.cartStrings = { error: `There was an error while updating your cart. Please try again.`, quantityError: `You can only add [quantity] of this item to your cart.` } window.variantStrings = { addToCart: `Add to cart`, soldOut: `Sold out`, unavailable: `Unavailable` } window.userData = { userToken: null }; </script> <script> var albumJson = false; var favJson = false; </script> <script> window.bucksCC = window.bucksCC || {}; window.bucksCC.config = {}; window.bucksCC.reConvert = function () {}; "function"!=typeof Object.assign&&(Object.assign=function(n){if(null==n)throw new TypeError("Cannot convert undefined or null to object");for(var r=Object(n),t=1;t<arguments.length;t++){var e=arguments[t];if(null!=e)for(var o in e)e.hasOwnProperty(o)&&(r[o]=e[o])}return r}); Object.assign(window.bucksCC.config, {"expertSettings":"{\"css\":\"\"}","_id":"61b6dfa87bf6e3b80cc32dbb","shop":"qa-myfonts.myshopify.com","active":true,"autoSwitchCurrencyLocationBased":true,"autoSwitchOnlyToPreferredCurrency":true,"backgroundColor":"rgba(255,255,255,1)","borderStyle":"boxShadow","cartNotificationBackgroundColor":"rgba(251,245,245,1)","cartNotificationMessage":"We process all orders in {STORE_CURRENCY} and you will be checkout using the most current exchange rates.","cartNotificationStatus":true,"cartNotificationTextColor":"rgba(30,30,30,1)","customOptionsPlacement":false,"customOptionsPlacementMobile":false,"customPosition":"","darkMode":false,"defaultCurrencyRounding":false,"displayPosition":"bottom_left","displayPositionType":"floating","flagDisplayOption":"showFlagAndCurrency","flagStyle":"modern","flagTheme":"rounded","hoverColor":"rgba(255,255,255,1)","instantLoader":true,"mobileCustomPosition":"","mobileDisplayPosition":"bottom_left","mobileDisplayPositionType":"floating","mobilePositionPlacement":"after","moneyWithCurrencyFormat":true,"optionsPlacementType":"left_upwards","optionsPlacementTypeMobile":"left_upwards","positionPlacement":"after","priceRoundingType":"none","roundingDecimal":0.99,"selectedCurrencies":"[{\"USD\":\"US Dollar (USD)\"},{\"EUR\":\"Euro (EUR)\"},{\"GBP\":\"British Pound (GBP)\"},{\"CAD\":\"Canadian Dollar (CAD)\"},{\"AUD\":\"Australian Dollar (AUD)\"},{\"JPY\":\"Japanese Yen (JPY)\"},{\"BRL\":\"Brazilian Real (BRL)\"}]","showCurrencyCodesOnly":false,"showInDesktop":true,"showInMobileDevice":true,"showOriginalPriceOnMouseHover":false,"textColor":"rgba(30,30,30,1)","themeType":"default","trigger":"","userCurrency":""}, { money_format: "${{amount}}", money_with_currency_format: "${{amount}} USD", userCurrency: "USD" }); window.bucksCC.config.multiCurrencies = []; window.bucksCC.config.multiCurrencies = "AUD,BRL,CAD,EUR,GBP,JPY,NZD,USD".split(',') || ''; window.bucksCC.config.cartCurrency = "USD" || ''; </script> <link hreflang="x-default" rel="alternate" href="https://www.myfonts.com/a/font/legal/website-use-privacy-policy"> <link rel="alternate" hreflang="en" href="https://www.myfonts.com/a/font/legal/website-use-privacy-policy"> <link rel="alternate" hreflang="de" href="https://www.myfonts.com/de/a/font/legal/website-use-privacy-policy"> <link rel="alternate" hreflang="fr" href="https://www.myfonts.com/fr/a/font/legal/website-use-privacy-policy"> <link rel="alternate" hreflang="es" href="https://www.myfonts.com/es/a/font/legal/website-use-privacy-policy"> <meta property="og:image" content="https://cdn.shopify.com/s/files/1/0568/7164/9450/files/MyFonts_Logo.png?v=1717746124"> <meta property="og:image:secure_url" content="https://cdn.shopify.com/s/files/1/0568/7164/9450/files/MyFonts_Logo.png?v=1717746124"> <meta property="og:image:width" content="1080"> <meta property="og:image:height" content="569"> <link href="https://monorail-edge.shopifysvc.com" rel="dns-prefetch"> <script>(function(){if ("sendBeacon" in navigator && "performance" in window) {var session_token = document.cookie.match(/_shopify_s=([^;]*)/);function handle_abandonment_event(e) {var entries = performance.getEntries().filter(function(entry) {return /monorail-edge.shopifysvc.com/.test(entry.name);});if (!window.abandonment_tracked && entries.length === 0) {window.abandonment_tracked = true;var currentMs = Date.now();var navigation_start = performance.timing.navigationStart;var payload = {shop_id: 56871649450,url: window.location.href,navigation_start,duration: currentMs - navigation_start,session_token: session_token && session_token.length === 2 ? session_token[1] : "",page_type: ""};window.navigator.sendBeacon("https://monorail-edge.shopifysvc.com/v1/produce", JSON.stringify({schema_id: "online_store_buyer_site_abandonment/1.1",payload: payload,metadata: {event_created_at_ms: currentMs,event_sent_at_ms: currentMs}}));}}window.addEventListener('pagehide', handle_abandonment_event);}}());</script> <script id="web-pixels-manager-setup">(function d(d,e,r,a,n){var o,i,t,s,l=(i=(o={modern:/Edge?\/(1{2}[4-9]|1[2-9]\d|[2-9]\d{2}|\d{4,})\.\d+(\.\d+|)|Firefox\/(1{2}[4-9]|1[2-9]\d|[2-9]\d{2}|\d{4,})\.\d+(\.\d+|)|Chrom(ium|e)\/(9{2}|\d{3,})\.\d+(\.\d+|)|(Maci|X1{2}).+ Version\/(15\.\d+|(1[6-9]|[2-9]\d|\d{3,})\.\d+)([,.]\d+|)( \(\w+\)|)( Mobile\/\w+|) Safari\/|Chrome.+OPR\/(9{2}|\d{3,})\.\d+\.\d+|(CPU[ +]OS|iPhone[ +]OS|CPU[ +]iPhone|CPU IPhone OS|CPU iPad OS)[ +]+(15[._]\d+|(1[6-9]|[2-9]\d|\d{3,})[._]\d+)([._]\d+|)|Android:?[ /-](12[89]|1[3-9]\d|[2-9]\d{2}|\d{4,})(\.\d+|)(\.\d+|)|Android.+Firefox\/(12[7-9]|1[3-9]\d|[2-9]\d{2}|\d{4,})\.\d+(\.\d+|)|Android.+Chrom(ium|e)\/(12[89]|1[3-9]\d|[2-9]\d{2}|\d{4,})\.\d+(\.\d+|)|SamsungBrowser\/([2-9]\d|\d{3,})\.\d+/,legacy:/Edge?\/(1[6-9]|[2-9]\d|\d{3,})\.\d+(\.\d+|)|Firefox\/(5[4-9]|[6-9]\d|\d{3,})\.\d+(\.\d+|)|Chrom(ium|e)\/(5[1-9]|[6-9]\d|\d{3,})\.\d+(\.\d+|)([\d.]+$|.*Safari\/(?![\d.]+ Edge\/[\d.]+$))|(Maci|X1{2}).+ Version\/(10\.\d+|(1[1-9]|[2-9]\d|\d{3,})\.\d+)([,.]\d+|)( \(\w+\)|)( Mobile\/\w+|) Safari\/|Chrome.+OPR\/(3[89]|[4-9]\d|\d{3,})\.\d+\.\d+|(CPU[ +]OS|iPhone[ +]OS|CPU[ +]iPhone|CPU IPhone OS|CPU iPad OS)[ +]+(10[._]\d+|(1[1-9]|[2-9]\d|\d{3,})[._]\d+)([._]\d+|)|Android:?[ /-](12[89]|1[3-9]\d|[2-9]\d{2}|\d{4,})(\.\d+|)(\.\d+|)|Mobile Safari.+OPR\/([89]\d|\d{3,})\.\d+\.\d+|Android.+Firefox\/(12[7-9]|1[3-9]\d|[2-9]\d{2}|\d{4,})\.\d+(\.\d+|)|Android.+Chrom(ium|e)\/(12[89]|1[3-9]\d|[2-9]\d{2}|\d{4,})\.\d+(\.\d+|)|Android.+(UC? ?Browser|UCWEB|U3)[ /]?(15\.([5-9]|\d{2,})|(1[6-9]|[2-9]\d|\d{3,})\.\d+)\.\d+|SamsungBrowser\/(5\.\d+|([6-9]|\d{2,})\.\d+)|Android.+MQ{2}Browser\/(14(\.(9|\d{2,})|)|(1[5-9]|[2-9]\d|\d{3,})(\.\d+|))(\.\d+|)|K[Aa][Ii]OS\/(3\.\d+|([4-9]|\d{2,})\.\d+)(\.\d+|)/}).modern,t=o.legacy,s=navigator.userAgent,i.test(s)?"modern":(t.test(s),"legacy"));window.Shopify=window.Shopify||{};var c=window.Shopify;c.analytics=c.analytics||{};var u=c.analytics;u.replayQueue=[],u.publish=function(d,e,r){return u.replayQueue.push([d,e,r]),!0};try{self.performance.mark("wpm:start")}catch(d){}var h=[r,"/wpm","/b",n,l.substring(0,1),".js"].join("");!function(d){var e=d.src,r=d.async,a=void 0===r||r,n=d.onload,o=d.onerror,i=document.createElement("script"),t=document.head,s=document.body;i.async=a,i.src=e,n&&i.addEventListener("load",n),o&&i.addEventListener("error",o),t?t.appendChild(i):s?s.appendChild(i):console.error("Did not find a head or body element to append the script")}({src:h,async:!0,onload:function(){var r=window.webPixelsManager.init(d);e(r);var a=window.Shopify.analytics;a.replayQueue.forEach((function(d){var e=d[0],a=d[1],n=d[2];r.publishCustomEvent(e,a,n)})),a.replayQueue=[],a.publish=r.publishCustomEvent,a.visitor=r.visitor},onerror:function(){var e=d.storefrontBaseUrl.replace(/\/$/,""),r="".concat(e,"/.well-known/shopify/monorail/unstable/produce_batch"),n=JSON.stringify({metadata:{event_sent_at_ms:(new Date).getTime()},events:[{schema_id:"web_pixels_manager_load/3.1",payload:{version:a||"latest",bundle_target:l,page_url:self.location.href,status:"failed",surface:d.surface,error_msg:"".concat(h," has failed to load")},metadata:{event_created_at_ms:(new Date).getTime()}}]});try{if(self.navigator.sendBeacon.bind(self.navigator)(r,n))return!0}catch(d){}var o=new XMLHttpRequest;try{return o.open("POST",r,!0),o.setRequestHeader("Content-Type","text/plain"),o.send(n),!0}catch(d){console&&console.warn&&console.warn("[Web Pixels Manager] Got an unhandled error while logging a load error.")}return!1}})})({shopId: 56871649450,storefrontBaseUrl: "https://www.myfonts.com/de",extensionsBaseUrl: "https://extensions.shopifycdn.com/cdn/shopifycloud/web-pixels-manager",surface: "storefront-renderer",enabledBetaFlags: [],webPixelsConfigList: [{"id":"206635178","configuration":"{\"pixel_id\":\"1137617187554178\",\"pixel_type\":\"facebook_pixel\",\"metaapp_system_user_token\":\"-\"}","eventPayloadVersion":"v1","runtimeContext":"OPEN","scriptVersion":"8d894c63179843e74a9691414b5ad83d","type":"APP","apiClientId":2329312,"privacyPurposes":["ANALYTICS","MARKETING","SALE_OF_DATA"]},{"id":"shopify-app-pixel","configuration":"{}","eventPayloadVersion":"v1","runtimeContext":"STRICT","scriptVersion":"0220","apiClientId":"shopify-pixel","type":"APP","privacyPurposes":["ANALYTICS","MARKETING"]},{"id":"shopify-custom-pixel","eventPayloadVersion":"v1","runtimeContext":"LAX","scriptVersion":"0220","apiClientId":"shopify-pixel","type":"CUSTOM","privacyPurposes":["ANALYTICS","MARKETING"]}],isMerchantRequest: false,initData: {"shop":{"name":"MyFonts","paymentSettings":{"currencyCode":"USD"},"myshopifyDomain":"myfonts-production.myshopify.com","countryCode":"US","storefrontUrl":"https:\/\/www.myfonts.com\/de"},"customer":null,"cart":null,"checkout":null,"productVariants":[],"purchasingCompany":null},},function pageEvents(webPixelsManagerAPI) {webPixelsManagerAPI.publish("page_viewed", {});},"https://www.myfonts.com/de/cdn","1518c2ba4d2b3301a1e3cb6576947ef22edf7bb6","3c762e5aw5b983e43pc2dc4883m545d5a27",);</script> <script>window.ShopifyAnalytics = window.ShopifyAnalytics || {}; window.ShopifyAnalytics.meta = window.ShopifyAnalytics.meta || {}; window.ShopifyAnalytics.meta.currency = 'USD'; var meta = {"page":{}}; for (var attr in meta) { window.ShopifyAnalytics.meta[attr] = meta[attr]; }</script> <script>window.ShopifyAnalytics.merchantGoogleAnalytics = function() { }; </script> <script class="analytics">(function () { var customDocumentWrite = function(content) { var jquery = null; if (window.jQuery) { jquery = window.jQuery; } else if (window.Checkout && window.Checkout.$) { jquery = window.Checkout.$; } if (jquery) { jquery('body').append(content); } }; var hasLoggedConversion = function(token) { if (token) { return document.cookie.indexOf('loggedConversion=' + token) !== -1; } return false; } var setCookieIfConversion = function(token) { if (token) { var twoMonthsFromNow = new Date(Date.now()); twoMonthsFromNow.setMonth(twoMonthsFromNow.getMonth() + 2); document.cookie = 'loggedConversion=' + token + '; expires=' + twoMonthsFromNow; } } var trekkie = window.ShopifyAnalytics.lib = window.trekkie = window.trekkie || []; if (trekkie.integrations) { return; } trekkie.methods = [ 'identify', 'page', 'ready', 'track', 'trackForm', 'trackLink' ]; trekkie.factory = function(method) { return function() { var args = Array.prototype.slice.call(arguments); args.unshift(method); trekkie.push(args); return trekkie; }; }; for (var i = 0; i < trekkie.methods.length; i++) { var key = trekkie.methods[i]; trekkie[key] = trekkie.factory(key); } trekkie.load = function(config) { trekkie.config = config || {}; trekkie.config.initialDocumentCookie = document.cookie; var first = document.getElementsByTagName('script')[0]; var script = document.createElement('script'); script.type = 'text/javascript'; script.onerror = function(e) { var scriptFallback = document.createElement('script'); scriptFallback.type = 'text/javascript'; scriptFallback.onerror = function(error) { var Monorail = { produce: function produce(monorailDomain, schemaId, payload) { var currentMs = new Date().getTime(); var event = { schema_id: schemaId, payload: payload, metadata: { event_created_at_ms: currentMs, event_sent_at_ms: currentMs } }; return Monorail.sendRequest("https://" + monorailDomain + "/v1/produce", JSON.stringify(event)); }, sendRequest: function sendRequest(endpointUrl, payload) { // Try the sendBeacon API if (window && window.navigator && typeof window.navigator.sendBeacon === 'function' && typeof window.Blob === 'function' && !Monorail.isIos12()) { var blobData = new window.Blob([payload], { type: 'text/plain' }); if (window.navigator.sendBeacon(endpointUrl, blobData)) { return true; } // sendBeacon was not successful } // XHR beacon var xhr = new XMLHttpRequest(); try { xhr.open('POST', endpointUrl); xhr.setRequestHeader('Content-Type', 'text/plain'); xhr.send(payload); } catch (e) { console.log(e); } return false; }, isIos12: function isIos12() { return window.navigator.userAgent.lastIndexOf('iPhone; CPU iPhone OS 12_') !== -1 || window.navigator.userAgent.lastIndexOf('iPad; CPU OS 12_') !== -1; } }; Monorail.produce('monorail-edge.shopifysvc.com', 'trekkie_storefront_load_errors/1.1', {shop_id: 56871649450, theme_id: 134197837994, app_name: "storefront", context_url: window.location.href, source_url: "//www.myfonts.com/de/cdn/s/trekkie.storefront.20de3b35f21c3bd6ff73e3f1547eb7d54e6e94e4.min.js"}); }; scriptFallback.async = true; scriptFallback.src = '//www.myfonts.com/de/cdn/s/trekkie.storefront.20de3b35f21c3bd6ff73e3f1547eb7d54e6e94e4.min.js'; first.parentNode.insertBefore(scriptFallback, first); }; script.async = true; script.src = '//www.myfonts.com/de/cdn/s/trekkie.storefront.20de3b35f21c3bd6ff73e3f1547eb7d54e6e94e4.min.js'; first.parentNode.insertBefore(script, first); }; trekkie.load( {"Trekkie":{"appName":"storefront","development":false,"defaultAttributes":{"shopId":56871649450,"isMerchantRequest":null,"themeId":134197837994,"themeCityHash":"10998099417158783954","contentLanguage":"en","currency":"USD"},"isServerSideCookieWritingEnabled":true,"monorailRegion":"shop_domain"},"Session Attribution":{},"S2S":{"facebookCapiEnabled":true,"source":"trekkie-storefront-renderer","apiClientId":580111}} ); var loaded = false; trekkie.ready(function() { if (loaded) return; loaded = true; window.ShopifyAnalytics.lib = window.trekkie; var originalDocumentWrite = document.write; document.write = customDocumentWrite; try { window.ShopifyAnalytics.merchantGoogleAnalytics.call(this); } catch(error) {}; document.write = originalDocumentWrite; window.ShopifyAnalytics.lib.page(null,{}); var match = window.location.pathname.match(/checkouts\/(.+)\/(thank_you|post_purchase)/) var token = match? match[1]: undefined; if (!hasLoggedConversion(token)) { setCookieIfConversion(token); } }); var eventsListenerScript = document.createElement('script'); eventsListenerScript.async = true; eventsListenerScript.src = "//www.myfonts.com/de/cdn/shopifycloud/shopify/assets/shop_events_listener-61fa9e0a912c675e178777d2b27f6cbd482f8912a6b0aa31fa3515985a8cd626.js"; document.getElementsByTagName('head')[0].appendChild(eventsListenerScript); })();</script> <script class="boomerang"> (function () { window.BOOMR = window.BOOMR || {}; window.BOOMR.themeName = "myfonts"; window.BOOMR.themeVersion = "1.1.0"; window.BOOMR.shopId = 56871649450; window.BOOMR.themeId = 134197837994; })();</script> <script defer="" src="https://www.myfonts.com/cdn/shopifycloud/perf-kit/shopify-perf-kit-1.0.2.min.js" data-application="storefront-renderer" data-shop-id="56871649450" data-render-region="gcp-asia-southeast1" data-page-type="" data-theme-instance-id="134197837994" data-monorail-region="shop_domain" data-resource-timing-sampling-rate="10"></script> <script type="application/json" id="weglot-data">{"originalCanonicalUrl":"https://www.myfonts.com/de/a/font/legal/website-use-privacy-policy","allLanguageUrls":{"en":"https://www.myfonts.com/a/font/legal/website-use-privacy-policy","de":"https://www.myfonts.com/de/a/font/legal/website-use-privacy-policy","fr":"https://www.myfonts.com/fr/a/font/legal/website-use-privacy-policy","es":"https://www.myfonts.com/es/a/font/legal/website-use-privacy-policy"},"originalPath":"/a/font/legal/website-use-privacy-policy","settings":{"website":"https://www.myfonts.com","uid":"e633fd9bcf","project_slug":"myfonts-prod","deleted_at":null,"api_key_translate":"wg_06c7455c2ee7bfbac49ec9d038a011834","language_from":"en","language_from_custom_flag":null,"language_from_custom_name":null,"auto_switch":true,"auto_switch_fallback":null,"translation_engine":3,"excluded_paths":[{"type":"CONTAIN","value":"/legal/website-use-privacy-policy","language_button_displayed":true,"exclusion_behavior":"NOT_TRANSLATED","excluded_languages":[],"regex":"/legal/website\\-use\\-privacy\\-policy"}],"excluded_blocks":[{"value":".ais-Hits-item .plpitem .spanleft a","description":null},{"value":".album_title","description":"album name"},{"value":".download .arrow","description":"Order confirmation download button"},{"value":".download-all .arrow","description":"Order confirmation download all button"},{"value":".font-description","description":null},{"value":".newReleasesFontsWidget__card__description__fontDetails a","description":"new release description homepage"},{"value":".recentFontsWidget__card__description__fontDetails a","description":null},{"value":".recentFontsWidget__card__description__priceInfo span","description":null},{"value":".staffPicks__fontContainer__fontDetails__name a","description":"Font name"},{"value":"#intercom-container > div","description":"Intercom not translate"},{"value":"p .discount-label","description":"special offer page discount"},{"value":"p .foundary-name","description":"special offer page foundry-name"},{"value":"span.staffPicks__fontContainer__fontDetails__price","description":"prices"},{"value":"#album_name_edit","description":null},{"value":".album_fields","description":null},{"value":".albumnamelink","description":null},{"value":".tags_title","description":null},{"value":".album-name-beadcrumb","description":null},{"value":"#gs_search_block","description":"Search bar"},{"value":".album-name-heading","description":"album title"},{"value":".tag_name_heading","description":"Tag name heading"},{"value":".bundle-title-price .webview","description":"bundle landing page title"},{"value":".tag-breadcrumb","description":"tag bread crumb"},{"value":".bundle-breadcrumb-title","description":"bundle Breadcrumb title"},{"value":".font-list-font-name","description":"font name in font list"},{"value":".font-name","description":"font name"},{"value":".order-list-foundry-name","description":"order list foundry name"},{"value":".product__description__name.order-summary__emphasis","description":"Checkout page product names on mini cart section"},{"value":".album-flp-section .author-description","description":"album discription"},{"value":".bundle_title_exclusion","description":"bundle title"},{"value":".fdp_font_title_exclusion","description":"fdp font title"},{"value":".fdp_related_family_exclusion","description":"fdp related family"},{"value":".fdp_relatedtags","description":"related tags"},{"value":".fdp_title_exclusion","description":"title on fdp individual page"},{"value":".fdp_title_url_exclusion","description":"url title"},{"value":".fdp_variant_title","description":"font variant name in buying choices family page"},{"value":".filter_subheading.padding_top_for_subheading","description":"desktop filter panel sub headings in Visual properties"},{"value":".font_info_exclusion","description":"about font"},{"value":".font-list-foundary-name","description":"foundry name on font list page"},{"value":".fontFamily_styleSelector_dropDown","description":"glyph dropdown"},{"value":".glyph_title_exclusion","description":"glyph title"},{"value":".gs__searchResultWrapper .gs__contentHeading","description":"Tags and category page Titles"},{"value":".gs__searchResultWrapper .gs__FoundryName","description":"foundry landing page Title"},{"value":".l_information_names","description":"Checkout page license names dropdown"},{"value":".license-content-row .licensee","description":"Checkout license text"},{"value":".package_title_exclusion","description":"package title"},{"value":".payment-text","description":"payment links in footer"},{"value":".product__description__name","description":"checkout page right side product name"},{"value":".product_heading","description":"License page product name"},{"value":".product_title_exclusion","description":"fdp product title"},{"value":".product-name","description":"font name in cart page"},{"value":".product-title h3","description":"product name on confirmation page"},{"value":".recentFontsWidget__card__description__price","description":null},{"value":".spanright b","description":"plp template spanright price"},{"value":".specdata","description":"specs data"},{"value":".techspec_dd_exclusion","description":"techspecs dropdown"},{"value":"#filter-section","description":"Filter section of search result"},{"value":"#search-result","description":"Search result section"},{"value":"div.fdp_variant_pricing span.saleprice","description":null},{"value":"div.productName div.font-title a","description":null},{"value":"#checkout_billing_address_province","description":"State ddn on billing page"},{"value":"div.customer_name_subs","description":null},{"value":".productWise wise-h3","description":"Tags Landing Page"},{"value":".albumlinks.opentypelinks ul","description":"OpenType Features on Family Page"},{"value":".wg_exclusion_cms","description":"Legal Pages"},{"value":".price_quote_item_heading","description":"price Quote title"},{"value":".WGExclusion","description":"exclusion for names tag fav album"},{"value":"#Country.mktoField","description":"country drop down list in learn enterprise solution"},{"value":".author_title_url_exclusion","description":"author page titles"},{"value":".fdo-pro-name","description":"family page names without links on complete family pages"},{"value":".package_font_list","description":"font varient name on family page"},{"value":"meta[itemprop=\"name\"]","description":"Family page meta tag"},{"value":"#checkout_billing_address_country","description":"checkout_billing_address_country"},{"value":".opentype","description":"OpenType on FAQ"},{"value":".tag-category-wrapper","description":"Category / Tag Names on Tag Index Page"},{"value":".category-item","description":"Category / Tag Names on Tag Index Page"},{"value":".glyph-grid-box","description":null},{"value":".owl-stage-outer","description":null},{"value":".product_tech_specs ul","description":null},{"value":".fontFamily_glyphTab_images","description":null},{"value":".variant_rendered_image","description":"product page image alt text"},{"value":".product-header .product-img","description":"Cart page product image alt text"},{"value":".fs-anchor-fontlist-exclude-weglot","description":"Fontshop pages"},{"value":".m-fontlist-info__title","description":"Fontshop pages"},{"value":".type-tester-tool_reset","description":""},{"value":".type-tester-tool_ff","description":"FF features in TypeTester on Family Page"},{"value":".promo-label","description":"tmp test"},{"value":".common_fontTitle_image","description":"Render String on Family Page"},{"value":"#onetrust-banner-sdk","description":"OneTrust Cookie Consent"},{"value":"#onetrust-consent-sdk","description":null}],"dynamics":[{"value":".specialOffers"},{"value":"#recent_viewed_react_container"},{"value":"toast-message"},{"value":"#price_quote__tab_content_container"},{"value":"#loadMoreBundle"},{"value":"#digital-tab"},{"value":".webkit_container_title"},{"value":".webfont_kit_selector_labels_Container"},{"value":".webfont_kit_selected_title"},{"value":".webfont_headline"},{"value":".type-tester-tool"},{"value":".toast-wrapper"},{"value":".product_tech_specs"},{"value":".privy-popup-content-wrap"},{"value":".price-quote__quotes"},{"value":".main.vatidholder"},{"value":".cart-message-first-part"},{"value":".del-tag"},{"value":".delighted-web-survey"},{"value":".family-style-link-text"},{"value":".album_controls"},{"value":".album_edit"},{"value":".download-all"},{"value":".price_quote__content"},{"value":".modal__header"},{"value":".field__input-wrapper"},{"value":".field__input-btn"},{"value":".payment-due-label__total"},{"value":".order-summary__scroll-indicator"},{"value":".vat-tax-percentage"},{"value":".mobile_filter_header"},{"value":".mobile-button-box"},{"value":".faq-container"},{"value":".wtf-page-width"},{"value":".added_text"},{"value":".spanright"},{"value":".addToFavText"},{"value":".ais-Hits-item .plpitem .spanright"},{"value":".ais-InfiniteHits-loadMore"},{"value":".ais-Pagination-link"},{"value":".ais-RangeInput-input"},{"value":".ais-RefinementList-searchBox"},{"value":".badge_ranking_from_algolia"},{"value":".badge_ranking_from_algolia_description"},{"value":".btn-save-gst"},{"value":".btn-save-vat"},{"value":".bytext"},{"value":".customer-gst-id"},{"value":".customer-vat-id"},{"value":".d_active_sortby"},{"value":".d_sortby_option"},{"value":".datepicker-controls .view-switch"},{"value":".discount_badge"},{"value":".discount_descriptions"},{"value":".field__message"},{"value":".font-version-dropdown"},{"value":".gst-id-link"},{"value":".gst-popup-heading"},{"value":".mktoForm.mktoHasWidth.mktoLayoutAbove"},{"value":".mktoForm.mktoHasWidth.mktoLayoutLeft"},{"value":".no_result_found_wrapper__filter_buttons_wrapper"},{"value":".no_result_found_wrapper__main_title"},{"value":".no_result_found_wrapper__title"},{"value":".order-summary-toggle__text"},{"value":".plp__custom_refinement_button"},{"value":".product .badge-item"},{"value":".renderer-in"},{"value":".side-badge"},{"value":".skeleton-while-loading"},{"value":".total-line__name"},{"value":".totaltr"},{"value":".vat-id-link"},{"value":".view-switch"},{"value":".whatsnew-sortby-select"},{"value":"#foundry-description .toogle-read"},{"value":"#newalbum"},{"value":"#newReleases_viewed_react_container"},{"value":"#pagination a.ais-Pagination-link"},{"value":"#verify_customer_bar"},{"value":"p.time-format"},{"value":"span.product__description__variant.order-summary__small-text"},{"value":"#faq_columns"},{"value":".continue-shopping-link"},{"value":".item-row"},{"value":".ais-Hits-item .plpitem .spanleft .plpitem-badge"},{"value":"#filter-widgets-price-free-toggle"},{"value":"#filter-widgets-price-input input"},{"value":".toogle-read"},{"value":"#staffpick_react_container"},{"value":"#showHeadingForFonts"},{"value":"body"}],"custom_settings":{"button_style":{"with_name":false,"full_name":false,"is_dropdown":false,"with_flags":false,"flag_type":null,"custom_css":".weglot-container {\r\n height: 40px;\r\n align-items: center;\r\n display:none;\r\n}\r\n.wg-drop.country-selector .wgcurrent:after {\r\n background-image: url(https://cdn.shopify.com/s/files/1/0591/3352/6223/files/nav-dropdown-arrow.svg?v=1690263065);\r\n background-size: 8px;\r\n}\r\n.wg-drop.country-selector.closed .wgcurrent:after {\r\n transform: none;\r\n}\r\n.wg-drop.country-selector.open .wgcurrent:after {\r\n transform: rotate(-180deg); \r\n}\r\n .weglot-container .country-selector.open, .wg-drop.country-selector:hover, .wg-drop.country-selector.open {\r\n text-decoration: none;\r\n border-radius: 8px;\r\n background: #f2f5fd;\r\n}\r\n\r\n.wg-drop.country-selector .wgcurrent a{\r\n padding-right:28px;\r\n padding-left: 12px;\r\n}\r\n.wg-default, .wg-default .country-selector {\r\n border-radius:8px;\r\n}\r\n.wg-default .country-selector:hover{\r\n background:#F2F5FD;\r\n}\r\n.wg-drop.country-selector .wgcurrent {\r\n border:none;\r\n}\r\n.country-selector .wgcurrent a {\r\n color:#576579;\r\n}\r\n.country-selector a, .country-selector a:hover, .wg-drop.country-selector.open .wgcurrent a{\r\n color:#1E242C;\r\n}\r\n.wg-drop.country-selector ul {\r\n border-color: #E7EAEE;\r\n border-radius:8px;\r\n width:40px;\r\n display: flex;\r\n padding: 8px;\r\n flex-direction: column;\r\n align-items: center;\r\n gap: 4px;\r\n}\r\n}\r\n.wg-drop.country-selector li {\r\nlist-style-type: none;\r\nwidth: 100%;\r\n}\r\n.wg-drop.country-selector li:hover {\r\n color:#1E242C;\r\n background:#F2F5FD;\r\n border-radius:8px;\r\n}\r\n.wg-default .wg-drop.country-selector a {\r\n width:100%;\r\n}\r\n.wg-drop.country-selector a {\r\n width: 100%;\r\n}\r\n.wg-drop.country-selector :not(.wgcurrent) a {\r\n box-sizing: border-box;\r\n width: 100%;\r\n justify-content:center;\r\n}\r\n.country-selector .wgcurrent a:hover {\r\n color: #1E242C;\r\n}\r\n.wg-drop.country-selector {\r\n background-color: none;\r\n}\r\n.country-selector .wg-li {\r\n font-size: 16px;\r\n line-height: 24px;\r\nletter-spacing: -0.32px;\r\n}"},"switchers":[{"style":{"with_name":true,"full_name":false,"is_dropdown":true,"with_flags":false,"flag_type":"rectangle_mat","custom_css":""},"opts":{"close_outside_click":true},"location":{"target":".menu-drawer-optios-wrapper","sibling":""},"name":"#donotuse"}],"translate_images":false,"subdomain":false,"force_translation":".price-quote__create_quote","dynamic":"","shopify_theme_app_extension":true,"loading_bar":true,"wait_transition":true,"translate_search":true,"hide_switcher":false,"translate_amp":false,"translate_email":false,"override_hreflang":false,"prevent_retranslation":true},"media_enabled":true,"external_enabled":false,"page_views_enabled":true,"versions":{"translation":1731993770,"slugTranslation":1696318163},"pending_translation_enabled":false,"curl_ssl_check_enabled":true,"custom_css":null,"languages":[{"language_to":"de","custom_code":null,"custom_name":null,"custom_local_name":null,"provider":null,"enabled":true,"automatic_translation_enabled":true,"deleted_at":null,"connect_host_destination":null,"custom_flag":null},{"language_to":"fr","custom_code":null,"custom_name":null,"custom_local_name":null,"provider":null,"enabled":true,"automatic_translation_enabled":true,"deleted_at":null,"connect_host_destination":null,"custom_flag":null},{"language_to":"es","custom_code":null,"custom_name":null,"custom_local_name":null,"provider":null,"enabled":true,"automatic_translation_enabled":true,"deleted_at":null,"connect_host_destination":null,"custom_flag":null}],"category":19,"organization_slug":"w-bde8afe83e","technology_id":2,"technology_name":"Shopify","host":"www.myfonts.com","is_https":true,"url_type":"SUBDIRECTORY","is_dns_set":true,"main_record":"shops.myshopify.com"},"translatedWordsList":[]}</script> <script type="text/javascript" src="https://cdn.weglot.com/weglot.min.js?api_key=wg_c4215d3c46600d77f3a2119406a222612"></script></head> <body data-template="cms_proxy"> <!-- Google Tag Manager (noscript) --> <noscript> <iframe src="https://www.googletagmanager.com/ns.html?id=GTM-KMX94KW" height="0" width="0" style="display:none;visibility:hidden"> </iframe> </noscript> <a class="skip-to-content-link button visually-hidden" href="#MainContent"> Skip to content </a> <div id="shopify-section-navigation" class="shopify-section"> <link rel="preload" href="https://static.monotype.com/global-cms-header/1.0.4/style.css" as="style" onload="this.onload=null;this.rel='stylesheet'"> <script src="https://static.monotype.com/global-cms-header/1.0.4/global-cms-header.min.js"></script> <script> var wtfDomainH = "myfonts.com"; var cust_id = ""; var xno = "no_" function navigationToCart() { window.location.href = $("a#cart-icon-bubble").attr("href"); } </script> <script> function getCookie(cname) { let name = cname + "="; let decodedCookie = decodeURIComponent(document.cookie); let ca = decodedCookie.split(';'); for(let i = 0; i <ca.length; i++) { let c = ca[i]; while (c.charAt(0) == ' ') { c = c.substring(1); } if (c.indexOf(name) == 0) { return c.substring(name.length, c.length); } } return ""; } function setCookie(cname, cvalue, exdays) { const d = new Date(); d.setTime(d.getTime() + exdays * 24 * 60 * 60 * 1000); let expires = "expires=" + d.toUTCString(); document.cookie = cname + "=" + cvalue + ";" + expires + ";path=/"; } window.appData = window?.appData|| {}; var ALGOLIA_INSIGHTS_SRC = "//www.myfonts.com/de/cdn/shop/t/234/assets/search-insights@2.0.3.js?v=155340730178339415671731992682"; !function(e,a,t,n,s,i,c){e.AlgoliaAnalyticsObject=s,e[s]=e[s]||function(){ (e[s].queue=e[s].queue||[]).push(arguments)},i=a.createElement(t),c=a.getElementsByTagName(t)[0], i.async=1,i.src=n,c.parentNode.insertBefore(i,c) }(window,document,"script",ALGOLIA_INSIGHTS_SRC,"aa"); aa('init', { appId: "P11UZVL396", apiKey: "084aa805a4e8f0f531b540c0c29887ce", useCookie: true, }) window.gs_settings = JSON.parse("{\"content\":{\"en\":{\"placeholder\":\"Search over 300,000 fonts \u0026 foundries\",\"font\":\"Fonts\",\"tagtitlesearch\":\"Tags\",\"see_all_result\":\"See all results\",\"trending\":\"Trending\",\"search_button\":\"Search button\",\"foundary\":\"foundary\",\"families\":\"Families\",\"Foundries\":\"Foundries\",\"fonderies\":\"Fonderies\",\"cameraTooltip\":\"Search by image.Powered by WhatTheFont.\",\"search_result_tab\":{\"font\":\"font\",\"fonts\":\"fonts\",\"style\":{\"style_one\":\"style\",\"style_other\":\"styles\"},\"family_packages_available\":\"Family packages available\",\"no_result\":{\"title\":\"Oops! We couldn’t find anything like that.\",\"callout\":\"Try the recommended tab if you’re looking for something new or check the spelling of your search.\",\"button\":\"View Recommended\"}},\"recent_search_tab\":{\"title\":\"No recent searches yet.\",\"callout\":\"Get inspired by searching here or explore suggested fonts by visiting the Recommended tab.\",\"last_searched_for\":\"Last searched for...\"},\"tabsData\":{\"default\":\"tab2\",\"tabs\":{\"tab1\":{\"value\":\"Search results\",\"id\":\"tab1\"},\"tab3\":{\"value\":\"Recent searches\",\"id\":\"tab3\"},\"tab2\":{\"value\":\"Recommended\",\"id\":\"tab2\"}}},\"recommendedTagsData\":[\"Script\",\"Arabic\",\"Signature\",\"Tattoo\",\"Old English\",\"Stencil\",\"Calligraphy\",\"Cursive\",\"Graffiti\",\"Vintage\"]},\"fr\":{\"placeholder\":\"Rechercher dans la bibliothèque\",\"font\":\"Fonts\",\"tagtitlesearch\":\"Tags\",\"see_all_result\":\"Voir tous les résultats\",\"trending\":\"Tendance\",\"search_button\":\"Bouton de recherche\",\"foundary\":\"fonderie\",\"Foundries\":\"Fonderies\",\"families\":\"Families\",\"fonderies\":\"Fonderies\",\"cameraTooltip\":\"Rechercher par image.Développé par WhatTheFont.\",\"search_result_tab\":{\"font\":\"font\",\"fonts\":\"fonts\",\"style\":{\"style_one\":\"style\",\"style_other\":\"styles\"},\"family_packages_available\":\"Forfaits famille de polices disponibles\",\"no_result\":{\"title\":\"Oups ! Nous n'avons rien trouvé.\",\"callout\":\"Essayez l'onglet des recommandations si vous recherchez quelque chose de nouveau, ou vérifiez l'orthographe de votre recherche.\",\"button\":\"Voir les recommandations\"}},\"recent_search_tab\":{\"title\":\"Aucune recherche récente.\",\"callout\":\"Laissez-vous inspirer en effectuant une recherche ici ou explorez les polices suggérées en visitant tab Recommandé.\",\"last_searched_for\":\"Dernière recherche…\"},\"tabsData\":{\"default\":\"tab2\",\"tabs\":{\"tab1\":{\"value\":\"Résultats de recherche\",\"id\":\"tab1\"},\"tab3\":{\"value\":\"Recherches récentes\",\"id\":\"tab3\"},\"tab2\":{\"value\":\"Recommandé\",\"id\":\"tab2\"}}},\"recommendedTagsData\":[\"Script\",\"Arabic\",\"Signature\",\"Tattoo\",\"Old English\",\"Stencil\",\"Calligraphy\",\"Cursive\",\"Graffiti\",\"Vintage\"]},\"de\":{\"placeholder\":\"Suche in über 300.000 Fonts und Foundrys\",\"font\":\"Fonts\",\"tagtitlesearch\":\"Tags\",\"see_all_result\":\"Alle Ergebnisse anzeigen\",\"trending\":\"Tags\",\"search_button\":\"Schaltfläche „Suchen“\",\"foundary\":\"Foundry\",\"Foundries\":\"Foundries\",\"families\":\"Families\",\"fonderies\":\"Fonderies\",\"cameraTooltip\":\"Suche über Bild.Betrieben von WhatTheFont.\",\"search_result_tab\":{\"font\":\"font\",\"fonts\":\"Fonts\",\"style\":{\"style_one\":\"Stil\",\"style_other\":\"Stile\"},\"family_packages_available\":\"Familienpakete verfügbar\",\"no_result\":{\"title\":\"Hoppla! Das konnten wir nicht finden.\",\"callout\":\"Wenn Sie auf der Suche nach etwas Neuem sind oder die Schreibweise Ihres Suchbegriffs überprüfen wollen, verwenden Sie die Registerkarte mit den Empfehlungen.\",\"button\":\"Empfohlene anzeigen\"}},\"recent_search_tab\":{\"title\":\"Noch keine neuen Suchanfragen.\",\"callout\":\"Lassen Sie sich inspirieren, indem Sie hier suchen, oder entdecken Sie die vorgeschlagenen fonts auf der Registerkarte Empfohlen.\",\"last_searched_for\":\"Zuletzt gesucht nach ...\"},\"tabsData\":{\"default\":\"tab2\",\"tabs\":{\"tab1\":{\"value\":\"Suchergebnisse\",\"id\":\"tab1\"},\"tab3\":{\"value\":\"Letzte Suchvorgänge\",\"id\":\"tab3\"},\"tab2\":{\"value\":\"Empfohlen\",\"id\":\"tab2\"}}},\"recommendedTagsData\":[\"Script\",\"Arabic\",\"Signature\",\"Tattoo\",\"Old English\",\"Stencil\",\"Calligraphy\",\"Cursive\",\"Graffiti\",\"Vintage\"]},\"es\":{\"placeholder\":\"Más de 300.000 fuentes disponibles, y creciendo.\",\"font\":\"fuentes\",\"tagtitlesearch\":\"Etiquetas\",\"see_all_result\":\"Ver todos los resultados\",\"trending\":\"Tendencias\",\"search_button\":\"Botón de búsqueda\",\"foundary\":\"diseñador\",\"Foundries\":\"Foundries\",\"families\":\"Families\",\"fonderies\":\"Fonderies\",\"cameraTooltip\":\"Búsqueda por imagen.Desarrollado por WhatTheFont.\",\"search_result_tab\":{\"font\":\"fuente\",\"fonts\":\"fuentes\",\"style\":{\"style_one\":\"estilo\",\"style_other\":\"estilos\"},\"family_packages_available\":\"Paquetes de familias disponibles\",\"no_result\":{\"title\":\"¡Ups! No hemos podido encontrar nada parecido.\",\"callout\":\"Prueba la pestaña de recomendaciones si estás buscando algo nuevo o comprueba que has escrito bien la búsqueda.\",\"button\":\"Ver recomendaciones\"}},\"recent_search_tab\":{\"title\":\"Aún no hay búsquedas recientes.\",\"callout\":\"Inspírese buscando aquí o explore las fuentes sugeridas visitando la sección Recomendadas\",\"last_searched_for\":\"Última búsqueda\"},\"tabsData\":{\"default\":\"tab2\",\"tabs\":{\"tab1\":{\"value\":\"Resultados\",\"id\":\"tab1\"},\"tab3\":{\"value\":\"Búsquedas recientes\",\"id\":\"tab3\"},\"tab2\":{\"value\":\"Recomendaciones\",\"id\":\"tab2\"}}},\"recommendedTagsData\":[\"Script\",\"Arabic\",\"Signature\",\"Tattoo\",\"Old English\",\"Stencil\",\"Calligraphy\",\"Cursive\",\"Graffiti\",\"Vintage\"]}},\"config\":{\"searchMiddlewareURL\":\"\",\"algolia\":{\"appName\":\"P11UZVL396\",\"publicKey\":\"084aa805a4e8f0f531b540c0c29887ce\"},\"themeMode\":\"light\",\"containerWidth\":{\"desktop\":\"432px\",\"mobile\":\"100%\"},\"userToken\":\"guest-user\",\"urlPath\":\"\/\",\"searchURL\":\"\/search?query=\",\"custom\":{\"currentCompany\":\"myfonts\",\"verificationRedirectUrl\":\"\/\",\"searchDebounceTime\":2000},\"debounceTime\":200,\"defaultRedirectTab\":\"?tab=familyPackages\",\"applicationName\":[\"inline_myfonts\"],\"analyticsTags\":[\"searchRevamped\"],\"urlPrefix\":\"\/collections\/\",\"index\":{\"search\":\"universal_search_data\",\"search_foundries\":\"universal_search_data_foundries\",\"search_tags\":\"universal_search_data\",\"recommended_foundries\":\"universal_search_data_foundries\",\"recommended_fonts\":\"universal_search_data\"},\"filtersForFontTypes\":{\"inventories\":{\"attribute\":{\"universal_search_data_foundries\":\"inventories\",\"universal_search_data\":\"font_data.inventories\"},\"values\":[\"17\"]}},\"consumerSearchPrefix\":\"search\",\"imgBaseUrl\":{\"prefix\":\"https:\/\/cdn.myfonts.net\/cdn-cgi\/image\/\",\"suffix\":\",fit=contain,format=auto\/images\/pim\/\"},\"locale\":\"en\",\"searchStartLimit\":3,\"fonts\":{\"mobile\":4,\"desktop\":5},\"foundries\":{\"mobile\":4,\"desktop\":8},\"tags\":{\"mobile\":4,\"desktop\":8,\"tagsearchurl\":\"\/pages\/tags\/{query}-fonts\",\"eventName\":\"Inline Tags Clicked\"},\"tagFilter\":[\"badge\",\"discount\",\"cust_tag\"],\"recentSearch\":{\"tags\":{\"desktop\":8,\"mobile\":4,\"tagsearchurl\":\"\/pages\/tags\/{query}-fonts\"},\"fonts\":{\"desktop\":6,\"mobile\":4},\"foundries\":{\"desktop\":8,\"mobile\":4}},\"recommendedTabConfig\":{\"tags\":{\"desktop\":5,\"mobile\":4,\"tagsearchurl\":\"\/pages\/tags\/{query}-fonts\"},\"fonts\":{\"desktop\":6,\"mobile\":4},\"foundries\":{\"desktop\":8,\"mobile\":4}},\"recommendedTagsData\":[\"Script\",\"Arabic\",\"Signature\",\"Tattoo\",\"Old English\",\"Stencil\",\"Calligraphy\",\"Cursive\",\"Graffiti\",\"Vintage\"],\"eventName\":\"Product Clicked\",\"urlQueryParam\":\"queryId={queryId}\u0026eventName={eventName}\u0026index={index}\u0026objectIDs={objectIDs}\u0026positions={positions}\u0026inline=true\",\"showCameraIcon\":false,\"eventListener\":\"aa_subscribe\",\"showFontStyleCount\":true,\"familyRedirectionUrl\":\"\/collections\/{handle}\",\"foundryRedirectionUrl\":\"\/collections\/{foundry_handle}\",\"fontFeatureIcon\":{\"listData\":[{\"attributes\":[{\"column_name\":\"public_tags\",\"threshhold_value\":\"badge_Hot-New-Font\",\"operator\":\"[IN]\",\"tooltipText\":\"Hot New Font\"}],\"icon\":\"https:\/\/cdn.shopify.com\/s\/files\/1\/0591\/3352\/6223\/files\/hotnewFontNewIcon.svg\",\"name\":\"Hot New Fonts\"},{\"attributes\":[{\"column_name\":\"public_tags\",\"threshhold_value\":\"badge_Best-Seller_\",\"operator\":\"[IN]\",\"tooltipText\":\"Best Seller\"}],\"icon\":\"https:\/\/cdn.shopify.com\/s\/files\/1\/0591\/3352\/6223\/files\/bestSellerNewIcon.svg\",\"name\":\"Best Seller\"}]}}}"); if(getCookie('_ALGOLIA')) window.gs_settings.config.userToken = getCookie('_ALGOLIA'); else delete window.gs_settings.config.userToken; </script> <script defer=""> const searchBarLoad = setInterval(loadSearchBar, 1000); const searchBarLoadForMobile = setInterval(loadSearchBarForMobile, 1000); function loadSearchBar() { const gs = document.getElementById('gh-search-placeholder'); if (gs && typeof mountAutocomplete === 'function') { if (gs_settings.config.locale) gs_settings.config.locale = $('html').attr('lang') !== 'en' ? $('html').attr('lang') : gs_settings.config.locale; if (gs_settings.config.searchURL) gs_settings.config.searchURL = addLocaleToURL(gs_settings.config.searchURL); if (gs_settings.config.familyRedirectionUrl) gs_settings.config.familyRedirectionUrl = addLocaleToURL(gs_settings.config.familyRedirectionUrl); if (gs_settings.config.foundryRedirectionUrl) gs_settings.config.foundryRedirectionUrl = addLocaleToURL(gs_settings.config.foundryRedirectionUrl); if (gs_settings.config.tags.tagsearchurl) gs_settings.config.tags.tagsearchurl = addLocaleToURL(gs_settings.config.tags.tagsearchurl); if (gs_settings.config.recommendedTabConfig.tags.tagsearchurl) gs_settings.config.recommendedTabConfig.tags.tagsearchurl = addLocaleToURL( gs_settings.config.recommendedTabConfig.tags.tagsearchurl ); if (getCookie('_ALGOLIA')) gs_settings.config.userToken = getCookie('_ALGOLIA'); else delete gs_settings.config.userToken; if (gs_settings.config.tags.tagsearchurl) gs_settings.config.tags.tagsearchurl = addLocaleToURL(gs_settings.config.tags.tagsearchurl); gs_settings.config.showCameraIcon = true; mountAutocomplete(gs_settings, gs); clearInterval(searchBarLoad); } } function isScreenLessThan1024() { return window.innerWidth <= 1024; } function replaceSearchIconWithBackButtonOnMobileView() { const gs_search_bar_auto_complete = document.querySelector('#m-gh-header_search_child #gs__aa_form'); if (gs_search_bar_auto_complete) { gs_search_bar_auto_complete.style.borderRadius = '0'; gs_search_bar_auto_complete.style.border = '0'; } const gs_search_bar_icon_placeholder = document.querySelector('#m-gh-header_search_child #gs__aa_form'); const gs_search_bar_icon = document.querySelector('#m-gh-header_search_child #gs__aa_form #gs__aa_prefixAction'); if (gs_search_bar_icon) { gs_search_bar_icon.remove(); // Remove the existing button } // Create a new button element const newButton = document.createElement('div'); newButton.style.cursor = 'pointer'; newButton.style.background = 'white'; newButton.id = 'm-gh-header_search_back_icon'; newButton.style.border = 'none'; newButton.style.lineHeight = '1'; newButton.style.padding = '11px 8px 11px 16px'; newButton.innerHTML = '<svg width="20px" height="20px" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg" fill="#000000"><g id="SVGRepo_bgCarrier" stroke-width="0"></g><g id="SVGRepo_tracerCarrier" stroke-linecap="round" stroke-linejoin="round"></g><g id="SVGRepo_iconCarrier"><title>ionicons-v5-a</title><polyline points="328 112 184 256 328 400" style="fill:none;stroke:#000000;stroke-linecap:round;stroke-linejoin:round;stroke-width:48px"></polyline></g></svg>'; // Add the new button to the left side of the div if (gs_search_bar_icon_placeholder) { gs_search_bar_icon_placeholder.insertBefore(newButton, gs_search_bar_icon_placeholder.firstChild); } newButton.addEventListener('click', function (e) { e.preventDefault(); const gs = document.querySelector('#m-gh-header_search_child'); if (gs) { gs.style.display = 'none'; } }); } function loadSearchBarForMobile() { if (isScreenLessThan1024()) { const placeholderDivForSearchMobile = document.querySelector('.gh-header__mini-menu-and-lang'); const searchIcon = document.querySelector('.m-gh-header__search'); if (searchIcon) { searchIcon.addEventListener('click', function () { const gs = document.querySelector('#m-gh-header_search_child'); if (gs) { gs.style.display = 'block'; } }); } let gs = document.querySelector('#m-gh-header_search_child'); if (!gs && placeholderDivForSearchMobile) { gs = document.createElement('div'); gs.style.display = 'none'; gs.id = 'm-gh-header_search_child'; gs.style.position = 'absolute'; gs.style.width = '100%'; gs.style.zIndex = '13'; gs.style.left = '0'; placeholderDivForSearchMobile.appendChild(gs); } if (gs && typeof mountAutocomplete === 'function') { if (gs_settings.config.locale) { gs_settings.config.locale = $('html').attr('lang') !== 'en' ? $('html').attr('lang') : gs_settings.config.locale; } if (gs_settings.config.searchURL) { gs_settings.config.searchURL = addLocaleToURL(gs_settings.config.searchURL); } if (gs_settings.config.familyRedirectionUrl) { gs_settings.config.familyRedirectionUrl = addLocaleToURL(gs_settings.config.familyRedirectionUrl); } if (gs_settings.config.foundryRedirectionUrl) { gs_settings.config.foundryRedirectionUrl = addLocaleToURL(gs_settings.config.foundryRedirectionUrl); } if (gs_settings.config.tags.tagsearchurl) { gs_settings.config.tags.tagsearchurl = addLocaleToURL(gs_settings.config.tags.tagsearchurl); } if (gs_settings.config.recommendedTabConfig.tags.tagsearchurl) { gs_settings.config.recommendedTabConfig.tags.tagsearchurl = addLocaleToURL( gs_settings.config.recommendedTabConfig.tags.tagsearchurl ); } if (getCookie('_ALGOLIA')) { gs_settings.config.userToken = getCookie('_ALGOLIA'); } else { delete gs_settings.config.userToken; } if (gs_settings.config.tags.tagsearchurl) { gs_settings.config.tags.tagsearchurl = addLocaleToURL(gs_settings.config.tags.tagsearchurl); } gs_settings.config.showCameraIcon = true; mountAutocomplete(gs_settings, gs); const wrapperDiv = document.getElementById('m-gh-header_search_child'); const callback = function (mutationsList, observer) { mutationsList.forEach((mutation) => { if (mutation.type === 'childList') { const form = document.getElementById('gs__aa_form'); if (form) { replaceSearchIconWithBackButtonOnMobileView(); observer.disconnect(); } } }); }; const observer = new MutationObserver(callback); const config = { childList: true, subtree: true }; observer.observe(wrapperDiv, config); clearInterval(searchBarLoadForMobile); } } } document.addEventListener('DOMContentLoaded', () => { loadSearchBar(); if (isScreenLessThan1024()) { loadSearchBarForMobile(); } }); </script><div id="header-component" data-wg-notranslate="true"></div> <script> var currentUrlInfo = new URL(window.location.href); var partsData = currentUrlInfo.pathname.split('/'); var currentLocale = partsData[1]; // We can't directly add js code in the liquid file so we are using this approach to add the content in the header component if (currentLocale == 'de') { var concat_string = `<div class="gh-mainheader"> <div class="gh-header-overlay"></div> <div class= "gh-sliderWrapper has_image" data-mobile-display="false" role="banner"> <div class="gh-sliderOuter"> <div class="gh-slide" style="background-color: #fb1995;"> <a href="https://www.monotypefonts.com/a/content/font-subscription-service-2?utm_source=referral_traffic&amp;utm_medium=myfonts&amp;utm_campaign=freetrial_omni&amp;utm_id=global&amp;utm_term=english&amp;utm_content=fall2024_banner3" target="" data-analytics-event="headerPromotion" data-analytics-linkcategory="top hat header" data-analytics-linksection="" data-analytics-linkname="Monotype Fonts AB Testing Banner 3" data-analytics-linktype="img"> <img src="https://cms.myfonts.com/sites/default/files/styles/top_hat_banner_1000_124_/public/2024-10/Evergreen-Tophat-Banner-003_191.png?itok=kHZC7FsF" alt="Monotype Fonts AB Testing Banner 3"> </a> </div> <div class="gh-slide" style="background-color: #fb8b24;"> <a href="https://www.myfonts.com/de/collections/sudtipos-foundry" target="" data-analytics-event="headerPromotion" data-analytics-linkcategory="top hat header" data-analytics-linksection="" data-analytics-linkname="Sudtipos 40% off" data-analytics-linktype="img"> <img src="https://cms.myfonts.com/sites/default/files/styles/top_hat_banner_1000_124_/public/2024-11/BFCM%202024%20-%20Day%201%20Tophat%20-%20Sudtipos_197.png?itok=lwqoWYNY" alt="Sudtipos 40% off"> </a> </div> </div> <span class="gh-arrow gh-prev analytics-tag" data-analytics-linkcategory="top hat header carousel" data-analytics-linksection="" data-analytics-linkname="left" data-analytics-linktype="a"> <svg xmlns="http://www.w3.org/2000/svg" width="19" height="16" viewBox="0 0 19 16" fill="none"> <path fill-rule="evenodd" clip-rule="evenodd" d="M10.2803 12.0303C10.5732 11.7374 10.5732 11.2626 10.2803 10.9697L7.31066 8L10.2803 5.03033C10.5732 4.73744 10.5732 4.26256 10.2803 3.96967C9.98744 3.67678 9.51256 3.67678 9.21967 3.96967L5.71967 7.46967C5.42678 7.76256 5.42678 8.23744 5.71967 8.53033L9.21967 12.0303C9.51256 12.3232 9.98744 12.3232 10.2803 12.0303Z" fill="white" /> <path fill-rule="evenodd" clip-rule="evenodd" d="M13.2803 12.0303C13.5732 11.7374 13.5732 11.2626 13.2803 10.9697L10.3107 8L13.2803 5.03033C13.5732 4.73744 13.5732 4.26256 13.2803 3.96967C12.9874 3.67678 12.5126 3.67678 12.2197 3.96967L8.71967 7.46967C8.42678 7.76256 8.42678 8.23744 8.71967 8.53033L12.2197 12.0303C12.5126 12.3232 12.9874 12.3232 13.2803 12.0303Z" fill="#1E242C" /> </svg> </span> <span class="gh-arrow gh-next analytics-tag" data-analytics-linkcategory="top hat header carousel" data-analytics-linksection="" data-analytics-linkname="right" data-analytics-linktype="a"> <svg xmlns="http://www.w3.org/2000/svg" width="19" height="16" viewBox="0 0 19 16" fill="none"> <path fill-rule="evenodd" clip-rule="evenodd" d="M8.71967 12.0303C8.42678 11.7374 8.42678 11.2626 8.71967 10.9697L11.6893 8L8.71967 5.03033C8.42678 4.73744 8.42678 4.26256 8.71967 3.96967C9.01256 3.67678 9.48744 3.67678 9.78033 3.96967L13.2803 7.46967C13.5732 7.76256 13.5732 8.23744 13.2803 8.53033L9.78033 12.0303C9.48744 12.3232 9.01256 12.3232 8.71967 12.0303Z" fill="white" /> <path fill-rule="evenodd" clip-rule="evenodd" d="M5.71967 12.0303C5.42678 11.7374 5.42678 11.2626 5.71967 10.9697L8.68934 8L5.71967 5.03033C5.42678 4.73744 5.42678 4.26256 5.71967 3.96967C6.01256 3.67678 6.48744 3.67678 6.78033 3.96967L10.2803 7.46967C10.5732 7.76256 10.5732 8.23744 10.2803 8.53033L6.78033 12.0303C6.48744 12.3232 6.01256 12.3232 5.71967 12.0303Z" fill="#1E242C" /> </svg> </span> </div> <div id="gh-email-verification"></div> <div class="gh-header" role="navigation"> <style> .gh-mainheader .gh-header__left .gh-site-name a:hover { background-color: #1B72E8; } </style> <div class="gh-header__left"> <div class="gh-header__logo gh-desktop-only"> <div class="gh-site-name"> <a href="/" title="MyFonts" class="gh-sitelogo" data-analytics-linkcategory="header" data-analytics-linksection="primary navigation" data-analytics-linkname="my fonts logo" data-analytics-linktype="a"> <svg xmlns="http://www.w3.org/2000/svg" width="108" height="50" viewBox="0 0 108 50" fill="none"> <path d="M48.1064 18.4504C47.8832 17.8572 47.5858 17.3874 47.2159 17.0409C46.844 16.6944 46.4059 16.5201 45.9033 16.5201C45.4008 16.5201 45.0129 16.6944 44.7456 17.0409C44.4782 17.3874 44.1064 18.0099 43.632 18.9046L41.5837 22.9375C42.0883 20.5099 42.4521 18.6951 42.6752 17.4951C42.8983 16.295 43.0089 15.3925 43.0089 14.7856C43.0089 14.3529 42.9204 13.9183 42.7415 13.4857C42.5626 13.053 42.3255 12.6556 42.03 12.2934C41.7325 11.9332 41.3848 11.6004 40.9827 11.3831C40.5827 11.1677 40.1606 11.015 39.7164 11.015H39.7144C39.5074 11.015 39.3144 11.0875 39.1375 11.1442C38.9586 11.203 38.7657 11.3537 38.5586 11.5554C38.3516 11.757 38.1204 12.08 37.8692 12.499C37.6159 12.9179 37.3124 13.4798 36.9566 14.1748L34.1968 19.5546C34.4038 17.7907 34.5908 16.3185 34.7536 15.1321C34.9164 13.9477 35.0491 12.9492 35.1536 12.1407C35.2581 11.3322 35.3325 10.6666 35.3767 10.1458C35.4209 9.62505 35.443 9.14932 35.443 8.71471C35.443 7.99231 35.3245 7.32669 35.0873 6.7198C34.8501 6.11291 34.5385 5.59216 34.1526 5.1595C33.7667 4.72489 33.3506 4.38621 32.9064 4.13953C32.4621 3.89482 32.0461 3.77148 31.6601 3.77148C31.3325 3.77148 31.0591 3.82238 30.836 3.92419C30.6129 4.02599 30.3918 4.21393 30.1687 4.48801C29.9456 4.76405 29.7244 5.16733 29.5013 5.70179C29.2782 6.23625 29.0189 6.93711 28.7214 7.80437L24.8923 19.5135L25.2923 10.5804C25.3224 9.77188 25.226 9.01228 25.0028 8.30359C24.7797 7.5949 24.4822 6.98801 24.1124 6.48292C23.7405 5.97783 23.3184 5.58041 22.844 5.29067C22.3697 5.00289 21.8933 4.85802 21.4189 4.85802C20.9747 4.85802 20.5425 5.01072 20.1285 5.31416C19.7124 5.61761 19.2822 6.24016 18.838 7.17986C18.3938 8.11957 17.9174 9.47822 17.4129 11.2558C16.9084 13.0334 16.3435 15.3964 15.7204 18.3467C15.2762 20.4864 14.9043 22.2778 14.6069 23.7245C14.3094 25.1713 13.9898 26.3263 13.6501 27.1936C13.3084 28.0608 12.9003 28.6814 12.426 29.0573C11.9516 29.4332 11.3124 29.6211 10.5104 29.6211C9.82696 29.6211 9.12344 29.5272 8.39581 29.3392C7.66817 29.1513 6.97872 28.9124 6.32545 28.6227C5.67219 28.333 5.09329 28.0021 4.58877 27.6262C4.08425 27.2503 3.69832 26.8745 3.43098 26.4986C4.17269 26.2382 5.03299 26.109 6.0139 26.109C6.78575 26.109 7.5355 26.1599 8.26314 26.2617C8.99078 26.3635 9.54756 26.4124 9.93349 26.4124C10.4963 26.4124 10.7797 26.1521 10.7797 25.6313C10.7797 25.3142 10.6471 24.9598 10.3797 24.5683C10.1124 24.1787 9.71842 23.8087 9.19983 23.4622C8.67922 23.1157 8.04204 22.8259 7.28425 22.5949C6.52646 22.3639 5.65812 22.2484 4.67922 22.2484C3.16565 22.2484 2.00787 22.6027 1.20586 23.3114C0.403845 24.0201 0.00384521 24.8795 0.00384521 25.8917C0.00384521 26.8177 0.271182 27.6634 0.805855 28.4289C1.34053 29.1944 2.06013 29.86 2.96465 30.4238C3.86917 30.9876 4.92445 31.4281 6.12646 31.7472C7.32847 32.0644 8.59681 32.2249 9.93349 32.2249C11.0611 32.2249 12.026 32.037 12.828 31.6611C13.63 31.2852 14.2973 30.786 14.832 30.1654C15.3667 29.5428 15.8049 28.8283 16.1446 28.0197C16.4863 27.2112 16.7596 26.3713 16.9687 25.5041L18.3496 18.9124C18.6451 17.6125 18.9124 16.4633 19.1516 15.4649C19.3888 14.4684 19.6038 13.5933 19.7968 12.8416C19.9898 12.0898 20.1667 11.432 20.3315 10.8682C20.4943 10.3044 20.6491 9.82082 20.7998 9.41557C20.9787 9.64658 21.0672 10.3846 21.0672 11.6278C21.0672 12.8709 21.0149 14.3666 20.9124 15.9426C20.8079 17.5185 20.7556 19.1297 20.7556 20.7781C20.7556 21.5299 20.844 22.2308 21.0229 22.8807C21.2018 23.5307 21.431 24.0945 21.7124 24.5722C21.9938 25.0499 22.3355 25.4258 22.7355 25.6998C23.1355 25.9759 23.5596 26.111 24.0038 26.111C24.5968 26.111 25.043 25.8662 25.3405 25.3729C25.636 24.8815 25.9938 24.0573 26.4099 22.9003L31.0853 8.98096C31.1737 9.21197 31.2179 9.57415 31.2179 10.0655C31.2179 10.7312 31.1516 11.5828 31.0169 12.6243C30.8842 13.6658 30.7415 14.8365 30.5948 16.1364C30.4461 17.2934 30.3275 18.2468 30.239 18.9986C30.1506 19.7503 30.0822 20.3729 30.038 20.8643C29.9938 21.3557 29.9636 21.7394 29.9496 22.0135C29.9335 22.2895 29.9275 22.5264 29.9275 22.728C29.9275 23.8263 30.1506 24.7817 30.5948 25.5902C31.039 26.4007 31.5737 26.804 32.1968 26.804C32.5827 26.804 32.9244 26.6513 33.2199 26.3478C33.5154 26.0444 33.843 25.5608 34.1988 24.8952L39.0511 15.3983C39.0511 15.7449 38.9847 16.3087 38.8501 17.0898C38.7174 17.8709 38.5687 18.7519 38.4059 19.7347C38.243 20.7175 38.0863 21.7159 37.9375 22.7261C37.7888 23.7382 37.7144 24.6485 37.7144 25.459C37.7144 26.0385 37.7968 26.5514 37.9596 26.9978C38.1224 27.4461 38.3234 27.8142 38.5606 28.1039C38.7978 28.3917 39.0652 28.609 39.3626 28.7539C39.6581 28.8987 39.9255 28.9712 40.1646 28.9712C40.5807 28.9712 40.9445 28.7402 41.2561 28.2781C41.5677 27.8161 41.9757 27.1074 42.4802 26.154L45.4631 20.3005C45.3747 22.2954 45.1797 24.3412 44.8842 26.4359C44.5868 28.5326 44.1646 30.5706 43.6159 32.5499C43.0672 34.5291 42.3837 36.4085 41.5677 38.1881C40.7516 39.9657 39.7787 41.5201 38.6511 42.8494C37.5234 44.1787 36.225 45.2339 34.7556 46.015C33.2863 46.7962 31.6461 47.1857 29.835 47.1857C29.3606 47.1857 28.9224 47.1701 28.5224 47.1427C28.1224 47.1133 27.7144 47.0565 27.2983 46.9684C26.8822 46.8823 26.438 46.759 25.9616 46.6004C25.4873 46.4418 24.9667 46.246 24.4038 46.015C24.1365 45.8995 23.8853 45.878 23.6461 45.9504C23.4089 46.0229 23.2903 46.2597 23.2903 46.665C23.2903 47.7065 23.8853 48.5229 25.0712 49.116C26.2591 49.7073 27.7868 50.0048 29.6561 50.0048C31.8832 50.0048 33.9013 49.6153 35.7124 48.8341C37.5234 48.053 39.1335 47.0056 40.5425 45.69C41.9516 44.3745 43.1757 42.8279 44.2149 41.0503C45.2541 39.2727 46.1064 37.3776 46.7757 35.369C47.443 33.3584 47.9395 31.2989 48.2672 29.1885C48.5928 27.0781 48.7576 25.0107 48.7576 22.9864C48.7576 22.1192 48.7054 21.295 48.6008 20.5139C48.4963 19.7327 48.3335 19.0475 48.1104 18.4543L48.1064 18.4504Z" fill="#1B72E8"/> <path d="M102.178 9.27761C101.495 9.27761 100.793 9.69656 99.9914 10.5345C99.1894 11.3724 98.4598 12.6155 98.0718 14.2639C97.296 15.2173 96.7472 16.2079 96.0517 17.2338C95.3543 18.2596 94.6588 19.2208 94.0055 20.1175C93.3522 21.0141 92.7412 21.8011 92.1925 22.4804C91.6437 23.1598 91.1854 23.6453 90.8296 23.9331C90.8296 23.6433 90.8497 23.1461 90.894 22.4374C90.9382 21.7287 91.0045 20.8829 91.093 19.9002C91.1814 18.9174 91.2859 17.8191 91.4045 16.6053C91.5231 15.3916 91.6558 14.119 91.8045 12.7898C92.3975 12.8485 92.91 12.8837 93.3402 12.8974C93.7703 12.9131 94.1925 12.919 94.6085 12.919C94.904 12.919 95.1935 12.8465 95.4769 12.7017C95.7583 12.5568 96.0176 12.363 96.2568 12.1163C96.494 11.8716 96.6869 11.5955 96.8357 11.2921C96.9844 10.9887 97.0588 10.6637 97.0588 10.3172C97.0588 10.0568 96.9985 9.84731 96.8799 9.68873C96.7613 9.53016 96.5382 9.44989 96.2126 9.44989L92.1161 9.53603L92.695 4.28936C92.7533 3.91348 92.7311 3.52977 92.6286 3.14018C92.5241 2.7506 92.2347 2.55483 91.7603 2.55483C91.4628 2.55483 91.1512 2.74277 90.8256 3.11865C90.498 3.49453 90.1945 3.98004 89.9131 4.57127C89.6296 5.16446 89.3643 5.81442 89.111 6.52311C88.8578 7.2318 88.6729 7.91896 88.5543 8.58262L88.3754 9.5791L85.4367 9.62217C84.1603 9.62217 83.2397 9.84731 82.6769 10.2937C82.1141 10.742 81.8306 11.1394 81.8306 11.4859C81.8306 11.6014 81.8608 11.7032 81.9191 11.7894C81.9794 11.8755 82.1201 11.9479 82.3412 12.0067C82.5643 12.0654 82.906 12.1222 83.3643 12.1809C83.8246 12.2396 84.4558 12.2964 85.2558 12.3551L87.907 12.5724L87.3985 16.1277C87.2035 16.5329 86.8678 17.0752 86.4839 17.7545C86.098 18.4338 85.6538 19.1641 85.1794 19.9452C84.705 20.7263 84.2166 21.5055 83.7261 22.2866C83.2357 23.0677 82.7955 23.7471 82.4095 24.3246C82.5281 23.5435 82.6367 22.7349 82.7412 21.897C82.8457 21.0591 82.9402 20.2643 83.0306 19.5125C83.1191 18.7608 83.1935 18.0756 83.2538 17.453C83.312 16.8324 83.3422 16.3332 83.3422 15.9573C83.3422 15.5247 83.2538 15.1273 83.0749 14.7651C82.896 14.4049 82.6668 14.0995 82.3854 13.8547C82.104 13.61 81.7985 13.4201 81.4729 13.2909C81.1452 13.1617 80.8497 13.0952 80.5824 13.0952C80.3151 13.0952 80.0779 13.1754 79.8708 13.334C79.6638 13.4926 79.4186 13.8117 79.1372 14.2874C78.8538 14.7651 78.4839 15.4366 78.0236 16.3038C77.5633 17.1711 76.9623 18.3281 76.2206 19.7729C76.2789 19.3677 76.3472 18.9272 76.4216 18.4495C76.496 17.9718 76.5623 17.5098 76.6226 17.0615C76.6829 16.6132 76.7271 16.1883 76.7553 15.7831C76.7854 15.3778 76.7995 15.045 76.7995 14.7866C76.7995 13.7745 76.5764 12.915 76.1321 12.2064C75.6879 11.4977 75.1231 11.1433 74.4397 11.1433C73.9352 11.1433 73.3563 11.2451 72.703 11.4468C72.0497 11.6484 71.3744 11.9381 70.6769 12.314C69.9794 12.6899 69.2819 13.1519 68.5844 13.702C67.8869 14.2522 67.2417 14.8728 66.6487 15.5658C66.6186 15.2486 66.4919 14.908 66.2708 14.5478C66.0477 14.1876 65.6397 14.0055 65.0467 14.0055C64.9864 14.0055 64.7191 14.0133 64.2467 14.027C63.7724 14.0427 63.1854 14.0642 62.4879 14.0916C61.7904 14.121 61.0186 14.1504 60.1724 14.1778C59.3261 14.2071 58.502 14.2365 57.702 14.2639L58.4598 8.71379C60.1804 8.71379 61.9472 8.70792 63.7583 8.69226C65.5693 8.67855 67.2316 8.62765 68.7452 8.61395C70.2588 8.60024 71.5131 8.55717 72.508 8.55717H74.1784C74.7412 8.55717 75.2618 8.48474 75.7362 8.26743C76.2105 8.05013 76.6186 7.78584 76.9603 7.43932C77.302 7.0928 77.5613 6.72475 77.7402 6.31951C77.9191 5.91426 78.0075 5.54425 78.0075 5.19578C78.0075 4.79053 77.8889 4.53995 77.6517 4.4401C77.4146 4.3383 77.0869 4.30502 76.6729 4.33243L58.8196 4.81011C58.7593 3.42209 58.5221 2.27291 58.108 1.36258C57.692 0.452241 57.099 -0.00390625 56.3271 -0.00390625C56.1201 -0.00390625 55.9271 0.0685292 55.7482 0.2134C55.5693 0.358271 55.4065 0.610816 55.2578 0.972993C55.109 1.33517 54.9744 1.84026 54.8578 2.49022C54.7392 3.14018 54.6206 3.95851 54.502 4.93932L47.2899 5.15663C46.7854 5.18599 46.3472 5.25843 45.9774 5.37393C45.6055 5.48944 45.4206 5.79288 45.4206 6.28427C45.4206 6.48591 45.495 6.73259 45.6437 7.02233C45.7925 7.31207 46.0156 7.58615 46.311 7.84652C46.6085 8.1069 46.9864 8.33987 47.4467 8.51215C47.907 8.68638 48.4477 8.74512 49.0729 8.74512H54.0156L53.304 14.3677C52.1764 14.4264 51.3161 14.6633 50.7211 15.0959C50.1261 15.5306 49.8306 16.0317 49.8306 16.6093C49.8306 16.8403 49.905 17.0262 50.0538 17.1711C50.2025 17.316 50.4698 17.3865 50.8558 17.3865C51.0347 17.3865 51.308 17.3786 51.6799 17.3649C52.0497 17.3512 52.4739 17.3297 52.9482 17.3003L51.8789 25.8869C51.7603 26.9851 51.6638 27.8602 51.5894 28.5102C51.5151 29.1602 51.4789 29.5869 51.4789 29.7886C51.4789 30.2232 51.5593 30.5482 51.7241 30.7635C51.8869 30.9808 52.1764 31.0885 52.5925 31.0885C52.9784 31.0885 53.3502 30.973 53.706 30.742C54.0618 30.511 54.3955 30.1136 54.707 29.5497C55.0186 28.9859 55.3141 28.2342 55.5975 27.2944C55.8789 26.3547 56.1241 25.1762 56.3332 23.7608L57.3563 17.083C58.098 17.0262 58.8256 16.9812 59.5372 16.9538C60.2487 16.9244 60.9321 16.897 61.5854 16.8677C61.1392 17.7937 60.7472 18.8547 60.4055 20.0548C60.0638 21.2549 59.893 22.361 59.893 23.3732C59.893 24.9334 60.2648 26.112 61.0065 26.9068C61.7482 27.7017 62.7291 28.0991 63.9452 28.0991C64.9241 28.0991 65.7844 27.8544 66.5281 27.361C67.2698 26.8696 67.893 26.206 68.3975 25.3661C68.902 24.5282 69.2799 23.5591 69.5332 22.4609C69.7844 21.3626 69.911 20.2056 69.911 18.9918C69.911 18.5298 69.8889 17.9659 69.8447 17.3003C69.8005 16.6347 69.7482 16.1296 69.6899 15.7831C69.8387 15.6676 70.0457 15.5227 70.3131 15.3504C70.5804 15.1762 70.8698 15.0118 71.1814 14.8512C71.493 14.6926 71.8045 14.5419 72.1161 14.3951C72.4276 14.2502 72.6729 14.1504 72.8497 14.0916C72.8497 14.5537 72.7894 15.2995 72.6708 16.3254C72.5522 17.3512 72.4337 18.4495 72.3151 19.6202C72.1965 20.7909 72.0839 21.9264 71.9814 23.0247C71.8769 24.123 71.8246 24.9472 71.8246 25.4973C71.8246 26.1629 72.0256 26.7267 72.4256 27.1887C72.8256 27.6508 73.2779 27.8818 73.7844 27.8818C73.9914 27.8818 74.2005 27.7878 74.4075 27.5999C74.6146 27.4119 74.912 27.0086 75.298 26.3861C75.6839 25.7655 76.1804 24.8532 76.7894 23.6531C77.3965 22.453 78.2065 20.8555 79.2156 18.8606C79.2156 19.2952 79.1713 19.8943 79.0829 20.6598C78.9945 21.4252 78.8899 22.2142 78.7713 23.0227C78.6528 23.8332 78.5482 24.5908 78.4598 25.2995C78.3713 26.0082 78.3271 26.5075 78.3271 26.7952C78.3271 27.2005 78.4156 27.5607 78.5945 27.8798C78.7734 28.1989 78.9945 28.471 79.2618 28.704C79.5291 28.935 79.8246 29.1151 80.1522 29.2463C80.4779 29.3755 80.7894 29.4421 81.0869 29.4421C81.4729 29.4421 81.7924 29.305 82.0437 29.0309C82.295 28.7549 82.6447 28.3301 83.0909 27.7526C83.2698 27.5215 83.499 27.175 83.7804 26.7111C84.0618 26.249 84.3653 25.7283 84.693 25.1508C85.0186 24.5732 85.3683 23.9448 85.7382 23.2635C86.11 22.5842 86.4578 21.9127 86.7834 21.2471C86.7533 21.5936 86.7311 21.9773 86.7171 22.3963C86.703 22.8152 86.695 23.1833 86.695 23.5024C86.695 23.935 86.7834 24.3696 86.9623 24.8023C87.1412 25.2349 87.3784 25.6265 87.6739 25.973C87.9693 26.3195 88.3271 26.6014 88.7432 26.8187C89.1593 27.036 89.5894 27.1437 90.0337 27.1437C91.0427 27.1437 92.2528 26.3998 93.6618 24.91C95.0708 23.4221 96.5925 21.2608 98.2246 18.428C98.4618 19.1797 98.6688 19.9883 98.8477 20.8555C99.0266 21.7228 99.1894 22.547 99.3382 23.3281C98.7151 23.7901 98.1884 24.1895 97.7583 24.5204C97.3281 24.8532 96.9724 25.1488 96.6889 25.4092C96.4075 25.6695 96.1985 25.9162 96.0658 26.1472C95.9332 26.3782 95.8648 26.6249 95.8648 26.8853C95.8648 27.6077 96.2286 28.2224 96.9563 28.7275C97.6839 29.2326 98.492 29.4871 99.3824 29.4871C100.568 29.4871 101.527 28.9879 102.255 27.9914C102.982 26.9949 103.346 25.7146 103.346 24.1543C103.346 22.594 103.153 21.1042 102.767 19.5145C102.381 17.9248 101.935 16.3058 101.433 14.6574C101.907 14.0505 102.293 13.5298 102.59 13.0971C102.888 12.6645 103.117 12.2944 103.28 11.991C103.443 11.6876 103.553 11.4428 103.614 11.2529C103.672 11.065 103.702 10.8849 103.702 10.7107C103.702 10.278 103.575 9.92953 103.324 9.66916C103.071 9.40878 102.693 9.27957 102.188 9.27957L102.178 9.27761ZM65.7804 24.4773C65.5271 25.0999 65.2236 25.4092 64.8678 25.4092C64.5703 25.4092 64.3472 25.2428 64.2005 24.91C64.0518 24.5771 63.9774 24.123 63.9774 23.5435C63.9774 22.4452 64.2146 21.3822 64.6889 20.3563C65.1633 19.3305 65.6095 18.3986 66.0256 17.5587C66.0256 17.9053 66.0477 18.4475 66.092 19.1856C66.1362 19.9237 66.1583 20.6676 66.1583 21.4194C66.1583 22.8367 66.0316 23.8547 65.7804 24.4773Z" fill="#1B72E8"/> <path d="M106.231 29.2275C106.438 29.0258 106.543 28.8085 106.543 28.5775C106.543 28.2016 106.29 28.0137 105.785 28.0137C105.341 28.0137 105.118 28.1057 105.118 28.3367C105.118 28.3935 105.162 28.3993 105.251 28.3993H105.474C105.385 28.7772 105.319 28.9573 105.273 29.1609C105.228 29.3625 105.206 29.4917 105.206 29.5192C105.206 29.7795 105.295 29.9146 105.474 29.9146C105.592 29.9146 105.667 29.7443 105.697 29.3978C105.757 29.4545 105.807 29.5074 105.854 29.5505C105.898 29.5935 105.964 29.6875 106.055 29.8324C106.113 29.9185 106.187 29.9636 106.278 29.9636C106.485 29.9636 106.589 29.8618 106.589 29.6601C106.589 29.4859 106.471 29.343 106.233 29.2275H106.231ZM105.964 29.1413C105.846 29.0826 105.757 29.0552 105.697 29.0552L105.785 28.4483C105.964 28.4483 106.053 28.5501 106.053 28.7517C106.053 28.8966 106.022 29.0258 105.964 29.1413Z" fill="#1B72E8"/> <path d="M107.276 27.6651C106.995 27.3773 106.571 27.2324 106.008 27.2324C105.413 27.2324 104.955 27.4341 104.627 27.8393C104.299 28.2446 104.137 28.7359 104.137 29.3135C104.137 29.8049 104.293 30.1866 104.605 30.4626C104.916 30.7367 105.31 30.8738 105.785 30.8738C106.378 30.8738 106.846 30.678 107.188 30.2884C107.529 29.8988 107.7 29.3839 107.7 28.7496C107.7 28.317 107.56 27.9548 107.278 27.6651H107.276ZM106.808 30.0711C106.571 30.3452 106.259 30.4822 105.873 30.4822C105.457 30.4822 105.146 30.3589 104.939 30.1142C104.732 29.8675 104.627 29.5582 104.627 29.1823C104.627 28.7497 104.738 28.3796 104.961 28.0762C105.184 27.7728 105.501 27.62 105.917 27.62C106.362 27.62 106.681 27.7434 106.874 27.9881C107.067 28.2348 107.164 28.5304 107.164 28.8769C107.164 29.3977 107.045 29.7951 106.808 30.0691V30.0711Z" fill="#1B72E8"/> <path d="M55.5815 38.8691C55.5815 40.1103 54.8358 40.9756 53.7544 40.9756C53.1876 40.9756 52.7554 40.7583 52.472 40.3433L52.4057 40.866H51.3464V35.543H52.5403V37.3441C52.8238 36.9819 53.2338 36.7705 53.7564 36.7705C54.868 36.7705 55.5836 37.6201 55.5836 38.8691H55.5815ZM54.3815 38.8613C54.3815 38.1487 54.0459 37.6847 53.473 37.6847C53.0408 37.6847 52.6831 37.9235 52.5403 38.411V39.2979C52.681 39.7853 53.0328 40.032 53.473 40.032C54.0479 40.032 54.3815 39.5602 54.3815 38.8633V38.8613Z" fill="black"/> <path d="M60.4056 36.8887L58.7573 41.1584C58.3915 42.1021 57.9232 42.3938 57.0508 42.3938H56.4478V41.5148H57.0749C57.4106 41.5148 57.5453 41.4423 57.7081 41.0136L57.7222 40.9705L56.1121 36.8887H57.3805L58.0136 38.7328C58.0277 38.7837 58.2146 39.561 58.3192 40.0034C58.4156 39.561 58.5945 38.7837 58.6106 38.7328L59.1855 36.8887H60.4076H60.4056Z" fill="black"/> <path d="M70.291 35.543V40.866H69.1513V37.5105L69.2035 36.1459L68.7935 37.4831L67.5111 40.8679H66.3633L65.089 37.4909L64.6709 36.1694L64.7231 37.5203V40.8679H63.5834V35.5449H65.493L66.6407 38.8574L66.9463 40.0633L67.2518 38.8574L68.4679 35.5449H70.295L70.291 35.543Z" fill="black"/> <path d="M71.4392 38.8682C71.4392 37.6192 72.2895 36.7695 73.608 36.7695C74.9266 36.7695 75.7548 37.6055 75.7548 38.8682C75.7548 40.1309 74.9126 40.9806 73.592 40.9806C72.2714 40.9806 71.4372 40.1309 71.4372 38.8682H71.4392ZM74.5488 38.8682C74.5488 38.091 74.2352 37.6622 73.6101 37.6622C72.9849 37.6622 72.6553 38.091 72.6553 38.8682C72.6553 39.6454 72.9608 40.0879 73.594 40.0879C74.2271 40.0879 74.5488 39.6454 74.5488 38.8682Z" fill="black"/> <path d="M80.7417 38.1947V40.867H79.5477V38.506C79.5477 38.0127 79.2643 37.7503 78.8542 37.7503C78.4442 37.7503 78.1527 38.0185 78.012 38.4179V40.8651H76.8181V36.885H77.9216L77.9658 37.4156C78.3095 36.979 78.7256 36.7773 79.2703 36.7773C80.1648 36.7773 80.7397 37.3079 80.7397 38.1928L80.7417 38.1947Z" fill="black"/> <path d="M81.8083 38.8682C81.8083 37.6192 82.6586 36.7695 83.9772 36.7695C85.2958 36.7695 86.1239 37.6055 86.1239 38.8682C86.1239 40.1309 85.2817 40.9806 83.9611 40.9806C82.6405 40.9806 81.8063 40.1309 81.8063 38.8682H81.8083ZM84.9179 38.8682C84.9179 38.091 84.6043 37.6622 83.9792 37.6622C83.3541 37.6622 83.0244 38.091 83.0244 38.8682C83.0244 39.6454 83.33 40.0879 83.9631 40.0879C84.5963 40.0879 84.9179 39.6454 84.9179 38.8682Z" fill="black"/> <path d="M90.1056 37.6491L88.8011 37.5688L88.8674 38.1561V39.4698C88.8674 39.8104 89.0242 39.9337 89.3217 39.9337H90.1036V40.8636H89.0524C88.1358 40.8636 87.6875 40.5367 87.6875 39.7164V38.1561L87.7478 37.5747L86.779 37.6471V36.8856L87.7418 36.958L87.6895 36.6095V35.709H88.8674V36.6095L88.8152 36.9658L90.1056 36.8856V37.6471V37.6491Z" fill="black"/> <path d="M95.1066 36.8887L93.4584 41.1584C93.0926 42.1021 92.6242 42.3938 91.7519 42.3938H91.1489V41.5148H91.776C92.1117 41.5148 92.2463 41.4423 92.4092 41.0136L92.4232 40.9705L90.8132 36.8887H92.0815L92.7147 38.7328C92.7287 38.7837 92.9157 39.561 93.0202 40.0034C93.1167 39.561 93.2956 38.7837 93.3117 38.7328L93.8865 36.8887H95.1086H95.1066Z" fill="black"/> <path d="M100.201 38.8858C100.201 40.1211 99.4549 40.9845 98.3735 40.9845C97.8509 40.9845 97.4408 40.773 97.1574 40.403V42.349H95.9634V36.8889H97.0368L97.0971 37.3979C97.3805 36.9986 97.8127 36.7812 98.3715 36.7812C99.483 36.7812 100.199 37.6309 100.199 38.8877L100.201 38.8858ZM99.0006 38.8721C99.0006 38.1595 98.6649 37.7033 98.09 37.7033C97.6579 37.7033 97.3001 37.9422 97.1574 38.4218V39.3145C97.2981 39.802 97.6498 40.0487 98.09 40.0487C98.6649 40.0487 99.0006 39.5769 99.0006 38.8721Z" fill="black"/> <path d="M105.38 39.1305H102.24C102.285 39.8059 102.65 40.1407 103.3 40.1407C103.696 40.1407 103.993 40.0174 104.202 39.6689L105.254 39.8725C104.932 40.5616 104.246 40.9845 103.278 40.9845C101.891 40.9845 101.085 40.1485 101.085 38.8936C101.085 37.6387 101.852 36.7734 103.231 36.7734C104.61 36.7734 105.378 37.6955 105.378 38.9152V39.1325L105.38 39.1305ZM102.248 38.4923H104.21C104.15 37.9187 103.867 37.5409 103.233 37.5409C102.697 37.5409 102.323 37.8463 102.248 38.4923Z" fill="black"/> <path d="M106.543 39.5898H107.996V40.8682H106.543V39.5898Z" fill="black"/></svg> </a> </div> </div> <div class="m-gh-header__hamburger"> <a class="m-gh-header__hamburger_icon" title="menu"> <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"> <path fill-rule="evenodd" clip-rule="evenodd" d="M0 12C0 11.4477 0.447715 11 1 11H23C23.5523 11 24 11.4477 24 12C24 12.5523 23.5523 13 23 13H1C0.447715 13 0 12.5523 0 12Z" fill="#667488"/> <path fill-rule="evenodd" clip-rule="evenodd" d="M0 19C0 18.4477 0.447715 18 1 18H23C23.5523 18 24 18.4477 24 19C24 19.5523 23.5523 20 23 20H1C0.447715 20 0 19.5523 0 19Z" fill="#667488"/> <path fill-rule="evenodd" clip-rule="evenodd" d="M0 5C0 4.44772 0.447715 4 1 4H23C23.5523 4 24 4.44772 24 5C24 5.55228 23.5523 6 23 6H1C0.447715 6 0 5.55228 0 5Z" fill="#667488"/> </svg> </a> <div class="m-gh-header__hamburger_logo"> <a href="/" title="MyFonts" class="gh-sitelogo" data-analytics-linkcategory="header" data-analytics-linksection="primary navigation" data-analytics-linkname="my fonts logo" data-analytics-linktype="a"> <svg xmlns="http://www.w3.org/2000/svg" width="67" height="32" viewBox="0 0 67 32" fill="none"><g clip-path="url(#clip0_3520_15875)"><path d="M29.8152 11.8098C29.7021 11.4707 29.5133 11.1621 29.2634 10.9076C29.1564 10.8007 29.0294 10.7162 28.8897 10.6591C28.7499 10.602 28.6003 10.5735 28.4495 10.5751C28.3113 10.5666 28.1732 10.5925 28.0474 10.6505C27.9216 10.7085 27.8119 10.7968 27.7282 10.9076C27.4694 11.288 27.2387 11.6869 27.0381 12.1012L25.7685 14.6818C26.0811 13.1275 26.3063 11.9666 26.4442 11.1991C26.56 10.6277 26.6292 10.0477 26.651 9.46498C26.6492 9.17952 26.5928 8.89706 26.4851 8.63299C26.376 8.35822 26.2274 8.1011 26.0438 7.86993C25.8669 7.63571 25.6469 7.43784 25.3958 7.28706C25.1584 7.14242 24.8882 7.06124 24.6108 7.05125C24.4868 7.05911 24.365 7.0873 24.2501 7.13469C24.1124 7.19534 23.9893 7.28527 23.8894 7.39831C23.7233 7.58195 23.5796 7.78495 23.4615 8.00295C23.3052 8.27141 23.1164 8.63057 22.8952 9.07438L21.1844 12.5172C21.3127 11.3885 21.4277 10.4453 21.5295 9.68748C21.6313 8.92967 21.7142 8.29157 21.7783 7.77319C21.8425 7.25562 21.8885 6.83035 21.9166 6.4974C21.9446 6.16444 21.9583 5.8593 21.9575 5.58197C21.962 5.14628 21.8871 4.71344 21.7363 4.30497C21.6038 3.93935 21.4085 3.60001 21.1592 3.30248C20.9404 3.04242 20.6789 2.82197 20.3862 2.65067C20.1536 2.50414 19.8873 2.4208 19.6131 2.40882C19.4378 2.40319 19.2634 2.43621 19.1022 2.50556C18.9385 2.59298 18.797 2.71711 18.6886 2.86835C18.5157 3.10859 18.3762 3.3714 18.2738 3.64954C18.136 3.99217 17.9757 4.44081 17.793 4.99547L15.4198 12.493L15.6722 6.77191C15.693 6.28154 15.6325 5.79112 15.4931 5.32077C15.3729 4.90479 15.1865 4.51112 14.9413 4.15502C14.7321 3.84909 14.4649 3.58772 14.155 3.38592C13.8929 3.21132 13.5869 3.11528 13.2726 3.10899C12.981 3.11469 12.6995 3.21715 12.4719 3.40043C12.2138 3.59472 11.9469 3.99257 11.6712 4.59399C11.3113 5.43953 11.0163 6.31156 10.7888 7.20241C10.4754 8.33994 10.1251 9.85235 9.73803 11.7396C9.46232 13.1102 9.23229 14.2574 9.04795 15.1812C8.91026 15.9362 8.71205 16.6787 8.45525 17.4015C8.24366 17.9561 7.99079 18.354 7.69665 18.5951C7.4025 18.8361 7.00697 18.957 6.51005 18.9578C6.06732 18.9552 5.62682 18.8946 5.19962 18.7777C4.76012 18.661 4.33104 18.5077 3.91684 18.3193C3.53323 18.1485 3.17022 17.9343 2.83484 17.6808C2.55832 17.4782 2.31494 17.2334 2.1135 16.9553C2.63289 16.7789 3.17886 16.6951 3.72689 16.7074C4.19304 16.7065 4.65867 16.7388 5.12027 16.8041C5.46281 16.8593 5.80861 16.8916 6.15539 16.9008C6.50484 16.9008 6.67956 16.7344 6.67956 16.4014C6.66405 16.1546 6.57666 15.9178 6.4283 15.7206C6.23144 15.4403 5.98338 15.2002 5.69734 15.0132C5.33118 14.7703 4.93132 14.5833 4.51075 14.4581C3.98684 14.3022 3.44244 14.2272 2.89615 14.2356C1.95762 14.2356 1.24029 14.4621 0.744167 14.9152C0.507915 15.1193 0.318894 15.373 0.190344 15.6583C0.0617942 15.9437 -0.00317492 16.2538 -1.18799e-05 16.5671C-0.0039655 17.1468 0.169371 17.7138 0.496508 18.1911C0.851038 18.7047 1.30643 19.1397 1.83459 19.4694C2.44093 19.8498 3.10129 20.1353 3.79302 20.3159C4.56234 20.5223 5.35557 20.6248 6.15178 20.6206C6.7692 20.6368 7.38232 20.5128 7.94551 20.2578C8.42301 20.0319 8.84657 19.7053 9.18741 19.3001C9.52732 18.887 9.80185 18.4236 10.0013 17.9263C10.2141 17.4044 10.3849 16.8661 10.5123 16.3168L11.3682 12.0988C11.5518 11.266 11.7173 10.5304 11.8648 9.89185C12.0122 9.25335 12.1449 8.69426 12.2627 8.21458C12.3821 7.73087 12.4923 7.31004 12.5933 6.95209C12.6943 6.59414 12.7909 6.28416 12.8831 6.02215C12.9937 6.17049 13.049 6.64251 13.049 7.43822C13.049 8.27101 13.0169 9.19168 12.9528 10.2002C12.8887 11.2088 12.8566 12.2403 12.8566 13.2948C12.8533 13.7488 12.9091 14.2013 13.0225 14.6407C13.1171 15.0208 13.261 15.3867 13.4505 15.7291C13.6063 16.0151 13.823 16.2629 14.0853 16.4546C14.3131 16.6238 14.5884 16.716 14.8715 16.7182C15.0396 16.7255 15.2064 16.6851 15.3528 16.6017C15.4993 16.5183 15.6195 16.3953 15.6999 16.2466C15.966 15.7398 16.1877 15.2105 16.3623 14.6649L19.2597 5.75611C19.3252 5.98129 19.3532 6.21584 19.3426 6.45024C19.3351 6.99795 19.2949 7.54472 19.2224 8.0876C19.1423 8.75351 19.0549 9.50287 18.9603 10.3357C18.8681 11.0757 18.7944 11.6864 18.7391 12.1677C18.6838 12.649 18.6437 13.0469 18.6189 13.3613C18.5916 13.6765 18.5732 13.9216 18.5636 14.0965C18.554 14.2715 18.5496 14.4242 18.5504 14.5548C18.5345 15.1906 18.6767 15.8203 18.9639 16.3869C19.2396 16.9053 19.5706 17.1645 19.957 17.1645C20.0772 17.1636 20.1959 17.1372 20.3053 17.087C20.4147 17.0368 20.5123 16.9638 20.5917 16.873C20.8318 16.5909 21.0339 16.2783 21.1929 15.9431L24.1984 9.86525C24.1845 10.2285 24.1443 10.5902 24.0782 10.9476C23.998 11.4474 23.9063 12.0117 23.8029 12.6405C23.6995 13.2694 23.6029 13.9075 23.5132 14.5548C23.4264 15.1337 23.3802 15.7181 23.3749 16.3035C23.3693 16.6383 23.4205 16.9716 23.5264 17.289C23.6107 17.544 23.7366 17.7831 23.8991 17.9965C24.0328 18.1696 24.2022 18.3115 24.3956 18.4124C24.5482 18.4967 24.7182 18.5443 24.8921 18.5515C25.1494 18.5515 25.3746 18.4036 25.5678 18.1077C25.7609 17.8118 26.0138 17.3584 26.3264 16.7473L28.1754 12.9985C28.1201 14.2747 27.9999 15.5835 27.8147 16.925C27.635 18.2448 27.3724 19.5518 27.0285 20.8383C26.6995 22.0726 26.2751 23.2791 25.7589 24.4468C25.2942 25.5184 24.6876 26.5219 23.9556 27.4301C23.2877 28.2549 22.468 28.9426 21.5415 29.4556C20.605 29.9618 19.5557 30.2199 18.4926 30.2054C18.1985 30.2054 17.9272 30.1961 17.6787 30.1775C17.4236 30.1579 17.1702 30.1208 16.9201 30.0663C16.6395 30.0022 16.3629 29.9215 16.0918 29.8244C15.7977 29.7229 15.4771 29.5979 15.13 29.4496C14.9844 29.3772 14.817 29.3626 14.6611 29.4084C14.5137 29.4544 14.4399 29.6072 14.4399 29.8668C14.4399 30.5327 14.8078 31.0567 15.5436 31.4388C16.2793 31.821 17.2267 32.0104 18.3856 32.0072C19.6749 32.0253 20.9534 31.7699 22.1378 31.2574C23.2438 30.7653 24.2554 30.0817 25.1265 29.2379C26.0242 28.3641 26.7908 27.3636 27.4024 26.2679C28.0533 25.1139 28.5851 23.8958 28.9893 22.6328C29.4042 21.3419 29.7134 20.0189 29.9138 18.6773C30.1131 17.3638 30.2143 16.0371 30.2168 14.7084C30.2184 14.1796 30.1863 13.6513 30.1206 13.1267C30.0671 12.6778 29.9647 12.2362 29.8152 11.8098Z" fill="#1B72E8"/><path d="M63.3209 5.94003C62.8977 5.94003 62.4625 6.20849 61.966 6.74541C61.4695 7.28233 61.0174 8.07562 60.777 9.13253C60.2961 9.73717 59.9571 10.3769 59.5243 11.0335C59.0915 11.6902 58.6611 12.3057 58.2571 12.8789C57.8532 13.4521 57.4733 13.9564 57.133 14.3917C56.8831 14.7284 56.6013 15.0398 56.2915 15.3216C56.2915 15.1366 56.3035 14.8174 56.3312 14.3639C56.3588 13.9104 56.3997 13.3699 56.4514 12.7398C56.5031 12.1098 56.5716 11.4096 56.6437 10.6308C56.7159 9.85206 56.8 9.03942 56.8914 8.18808C57.2593 8.22517 57.5767 8.24815 57.8436 8.25701C58.1104 8.26588 58.3725 8.27032 58.6298 8.27032C58.818 8.26935 59.003 8.22157 59.1684 8.13125C59.3483 8.03399 59.5108 7.9073 59.6493 7.75637C59.7961 7.60064 59.9178 7.42273 60.01 7.22912C60.1021 7.03421 60.1493 6.82094 60.1482 6.60514C60.1549 6.46249 60.1161 6.32142 60.0376 6.20245C59.9639 6.09845 59.828 6.04645 59.6301 6.04645L57.091 6.10207L57.4516 2.7439C57.4881 2.49859 57.4742 2.24835 57.4108 2.00866C57.3458 1.75874 57.1663 1.63378 56.8722 1.63378C56.6878 1.63378 56.4947 1.75471 56.2927 1.99656C56.0637 2.27988 55.8733 2.59261 55.7264 2.9265C55.5402 3.33425 55.3745 3.75118 55.2299 4.17569C55.0797 4.60495 54.9643 5.04577 54.8849 5.49381L54.7743 6.13231L52.9469 6.16738C52.1558 6.16738 51.5856 6.31088 51.2361 6.59788C50.8867 6.88488 50.7119 7.13923 50.7119 7.36094C50.7104 7.42996 50.7297 7.49783 50.7672 7.55563C50.8368 7.63006 50.929 7.67901 51.0293 7.6947C51.2385 7.74472 51.4505 7.78188 51.6641 7.80595C51.9494 7.84304 52.3402 7.88012 52.8363 7.91721L54.4797 8.05627L54.1647 10.3321C54.0445 10.5909 53.8365 10.9368 53.5973 11.3721C53.358 11.8075 53.0839 12.2742 52.7894 12.7737C52.4948 13.2731 52.1883 13.7725 51.8889 14.272C51.5896 14.7714 51.3119 15.2068 51.0726 15.5768C51.1455 15.077 51.2141 14.559 51.2782 14.0229C51.3423 13.4868 51.4012 12.9756 51.4549 12.4895C51.5102 12.0058 51.5563 11.5664 51.5932 11.1714C51.63 10.7763 51.6485 10.4571 51.6485 10.2136C51.6513 9.94993 51.5946 9.68902 51.4826 9.45057C51.3797 9.22969 51.2342 9.03157 51.0546 8.8677C50.8883 8.71514 50.6971 8.59243 50.4895 8.50492C50.315 8.42923 50.1277 8.38817 49.9377 8.38399C49.7776 8.38222 49.6218 8.43603 49.4965 8.53636C49.3112 8.71003 49.157 8.91458 49.0408 9.141C48.8661 9.44654 48.6361 9.87665 48.3508 10.4313C48.0654 10.986 47.6931 11.726 47.2339 12.6515C47.2708 12.3928 47.3108 12.1106 47.3541 11.805C47.3974 11.4995 47.4375 11.2036 47.4743 10.9174C47.5112 10.6304 47.5389 10.3575 47.5573 10.0987C47.5757 9.83996 47.5849 9.62713 47.5849 9.46025C47.6029 8.88161 47.4596 8.30946 47.1714 7.80837C46.9013 7.35932 46.5546 7.1348 46.1315 7.1348C45.763 7.14381 45.3981 7.20946 45.0494 7.32949C44.614 7.47275 44.1936 7.65866 43.7943 7.88455C43.3371 8.1419 42.903 8.4389 42.4971 8.77217C42.0586 9.12953 41.6559 9.5293 41.2949 9.96573C41.2644 9.73306 41.1822 9.51029 41.0544 9.31392C40.9166 9.08255 40.6637 8.96686 40.2958 8.96686L39.7993 8.98137C39.5052 8.99105 39.1417 9.00475 38.7089 9.02249C38.2761 9.04023 37.8028 9.05595 37.2891 9.06965L35.7574 9.12528L36.2263 5.57241C37.2931 5.57241 38.3875 5.56798 39.5096 5.55911C40.6313 5.54943 41.6616 5.51799 42.5993 5.50832C43.537 5.49864 44.3149 5.47204 44.9304 5.47204H45.9655C46.2959 5.48226 46.6244 5.41865 46.9273 5.28581C47.2108 5.15831 47.4681 4.97867 47.6859 4.75615C47.888 4.5488 48.051 4.30623 48.1668 4.04025C48.27 3.81462 48.3265 3.57022 48.3327 3.32194C48.3327 3.06315 48.2594 2.90232 48.1115 2.83822C47.9191 2.76883 47.7134 2.74524 47.5104 2.7693L36.4499 3.07524C36.4131 2.18844 36.266 1.45319 36.0087 0.869515C35.7514 0.285835 35.3827 -0.00398947 34.9027 4.14706e-05C34.7697 0.00106942 34.6416 0.0504668 34.542 0.139109C34.4043 0.273938 34.3005 0.439726 34.239 0.622821C34.1249 0.936372 34.0416 1.26039 33.9902 1.59025C33.9164 2.00624 33.8427 2.53026 33.769 3.16231L29.2991 3.30138C29.0255 3.31476 28.7546 3.36187 28.4924 3.44166C28.2624 3.51583 28.1473 3.71012 28.1473 4.02453C28.1575 4.19021 28.2048 4.35143 28.2856 4.49615C28.3896 4.69626 28.5299 4.87507 28.6992 5.0234C28.9059 5.2074 29.1442 5.35204 29.4025 5.45027C29.7264 5.56135 30.0679 5.61176 30.4099 5.59901H33.472L33.0308 9.19663C32.3311 9.23411 31.7985 9.38527 31.4306 9.66341C31.0627 9.94154 30.8788 10.268 30.8788 10.6308C30.8757 10.6976 30.8863 10.7644 30.9101 10.8268C30.9339 10.8892 30.9703 10.946 31.0171 10.9936C31.1084 11.0867 31.2743 11.1315 31.5136 11.1315C31.6242 11.1315 31.7945 11.1266 32.0245 11.117C32.2545 11.1073 32.5166 11.0932 32.8108 11.0746L32.1435 16.5672C32.0698 17.2702 32.0101 17.8297 31.9644 18.2457C31.9187 18.6617 31.8959 18.9346 31.8959 19.0644C31.8805 19.2832 31.9334 19.5013 32.0474 19.6883C32.1484 19.827 32.3279 19.8963 32.586 19.8963C32.833 19.8937 33.0735 19.8162 33.276 19.6738C33.5406 19.4731 33.7533 19.2114 33.8964 18.9108C34.1283 18.4499 34.3132 17.9665 34.4482 17.4681C34.6519 16.7258 34.8041 15.9702 34.9039 15.2068L35.5386 10.9332C35.9979 10.8961 36.4487 10.8683 36.8911 10.8497L38.1595 10.7941C37.8599 11.4525 37.6154 12.1349 37.4285 12.8341C37.2284 13.5244 37.1217 14.2387 37.1111 14.9576C37.1111 15.9565 37.3412 16.7103 37.8012 17.219C38.2613 17.7277 38.8684 17.9821 39.6226 17.9821C40.1914 17.9935 40.75 17.8289 41.2228 17.5104C41.6993 17.1775 42.0954 16.7411 42.3817 16.2334C42.7107 15.6539 42.948 15.0265 43.085 14.3736C43.246 13.6446 43.3267 12.9 43.3255 12.1533C43.3255 11.8574 43.3118 11.4947 43.2846 11.065C43.2573 10.6353 43.2253 10.3128 43.1884 10.0975C43.2798 10.0238 43.4096 9.93066 43.5743 9.82061C43.7478 9.70483 43.9272 9.59827 44.1117 9.50136C44.3049 9.39978 44.498 9.30264 44.6912 9.20993C44.8393 9.13652 44.9915 9.07152 45.1468 9.01523C45.1468 9.3111 45.11 9.78756 45.0362 10.4446C44.9625 11.1016 44.8888 11.8046 44.815 12.5536C44.7413 13.3025 44.6723 14.0281 44.6082 14.7303C44.5441 15.4325 44.5121 15.9597 44.5121 16.312C44.4998 16.7085 44.6324 17.0957 44.8847 17.4004C45.1332 17.6963 45.4137 17.8442 45.7263 17.8442C45.8732 17.8361 46.0113 17.7716 46.1122 17.664C46.3258 17.4275 46.511 17.1665 46.664 16.8864C46.9045 16.489 47.2127 15.9061 47.5886 15.1378L49.0925 12.0711C49.0851 12.456 49.0575 12.8403 49.0096 13.2223C48.9543 13.7125 48.8898 14.2168 48.816 14.7351C48.7423 15.2535 48.6778 15.7372 48.6225 16.1863C48.5782 16.5038 48.5505 16.8235 48.5395 17.144C48.5353 17.3858 48.5924 17.6247 48.7054 17.8381C48.9158 18.2327 49.2557 18.5417 49.6672 18.7125C49.8507 18.7903 50.0475 18.8314 50.2467 18.8334C50.3587 18.836 50.4698 18.8137 50.5723 18.7681C50.6747 18.7225 50.7659 18.6548 50.8394 18.5698C50.9957 18.394 51.2117 18.1211 51.4874 17.7511C51.598 17.6035 51.7406 17.3814 51.9154 17.0848C52.0901 16.7881 52.2788 16.4551 52.4816 16.0859C52.6836 15.7159 52.8996 15.3128 53.1296 14.8766C53.3596 14.4405 53.5756 14.0104 53.7776 13.5863C53.7592 13.808 53.7456 14.0531 53.7367 14.3216C53.7279 14.59 53.7235 14.8258 53.7235 15.029C53.7253 15.3144 53.7816 15.5969 53.8894 15.861C53.9962 16.1328 54.1451 16.3859 54.3306 16.6107C54.5143 16.833 54.7393 17.017 54.9931 17.1525C55.2385 17.2881 55.5138 17.3596 55.7938 17.3605C56.4189 17.3605 57.1683 16.884 58.0419 15.9311C58.9155 14.9782 59.8581 13.5952 60.8696 11.7821C61.024 12.2932 61.1528 12.8118 61.2555 13.336C61.3661 13.8907 61.4671 14.4179 61.5584 14.9177C61.1721 15.2136 60.8455 15.468 60.5786 15.6808C60.3117 15.8936 60.0909 16.0835 59.9162 16.2504C59.7653 16.3877 59.6353 16.5466 59.5303 16.722C59.4501 16.866 59.4087 17.0286 59.4101 17.1936C59.4101 17.6564 59.6353 18.0494 60.0857 18.3727C60.5227 18.6915 61.0498 18.861 61.5897 18.8564C62.3255 18.8564 62.9185 18.5371 63.369 17.8986C63.8194 17.2601 64.0446 16.4414 64.0446 15.4426C64.0393 14.4418 63.9183 13.4452 63.684 12.4726C63.4435 11.4552 63.1678 10.4192 62.8568 9.36472C63.151 8.97613 63.3914 8.64318 63.5782 8.36585C63.7326 8.13744 63.8754 7.90133 64.0062 7.65842C64.0884 7.50744 64.1575 7.34966 64.213 7.1868C64.2485 7.07453 64.2671 6.95755 64.2683 6.83974C64.2784 6.59445 64.192 6.35502 64.0278 6.17342C63.8691 6.01702 63.6335 5.93922 63.3209 5.94003ZM40.7659 15.6675C40.6056 16.0657 40.4173 16.2645 40.2009 16.2637C40.0165 16.2637 39.8787 16.1572 39.7873 15.9444C39.6837 15.6652 39.6367 15.3679 39.649 15.0701C39.6491 14.3661 39.7996 13.6704 40.0903 13.03C40.3844 12.3738 40.6605 11.7772 40.9186 11.2403C40.9186 11.462 40.9322 11.8091 40.9595 12.2815C40.9867 12.7539 41.0003 13.2304 41.0003 13.7109C40.9971 14.617 40.919 15.2692 40.7659 15.6675Z" fill="#1B72E8"/></g><defs><clipPath id="clip0_3520_15875"><rect width="66.7429" height="32" fill="white"/></clipPath></defs></svg> </a> </div> </div> </div> <div class="gh-header__right"> <div class="gh-header__top-content"> <div class="gh-header__search gh-desktop-only"> <div id="gh-search-placeholder"></div> </div> <div class="gh-header__mini-menu-and-lang gh-flex gh-h-center"> <div class="m-gh-header__search"> <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="none"> <path fill-rule="evenodd" clip-rule="evenodd" d="M6.47619 2.28571C5.36481 2.28571 4.29894 2.72721 3.51308 3.51308C2.72721 4.29894 2.28571 5.36481 2.28571 6.47619C2.28571 7.02649 2.3941 7.5714 2.6047 8.07982C2.81529 8.58823 3.12395 9.05018 3.51308 9.43931C3.9022 9.82843 4.36415 10.1371 4.87257 10.3477C5.38098 10.5583 5.92589 10.6667 6.47619 10.6667C7.02649 10.6667 7.57141 10.5583 8.07982 10.3477C8.58823 10.1371 9.05018 9.82843 9.43931 9.43931C9.82843 9.05018 10.1371 8.58823 10.3477 8.07982C10.5583 7.57141 10.6667 7.02649 10.6667 6.47619C10.6667 5.36481 10.2252 4.29894 9.43931 3.51308C8.65344 2.72721 7.58757 2.28571 6.47619 2.28571ZM1.89683 1.89683C3.11135 0.682311 4.7586 0 6.47619 0C8.19378 0 9.84103 0.682311 11.0555 1.89683C12.2701 3.11135 12.9524 4.7586 12.9524 6.47619C12.9524 7.32666 12.7849 8.16879 12.4594 8.95452C12.281 9.38536 12.0569 9.79461 11.7918 10.1756L15.6653 14.049C16.1116 14.4953 16.1116 15.219 15.6653 15.6653C15.219 16.1116 14.4953 16.1116 14.049 15.6653L10.1756 11.7918C9.79461 12.0569 9.38536 12.281 8.95452 12.4594C8.16879 12.7849 7.32666 12.9524 6.47619 12.9524C5.62573 12.9524 4.78359 12.7849 3.99786 12.4594C3.21213 12.134 2.4982 11.6569 1.89683 11.0555C1.29546 10.4542 0.81843 9.74025 0.492971 8.95452C0.167512 8.16879 0 7.32666 0 6.47619C0 4.7586 0.682311 3.11135 1.89683 1.89683Z" fill="#576579"/> </svg> </div> <div class="gh-dropdown gh-miniDropdown" data-dropdown="mini-dropdown"> <div class="gh-current-selection" tabindex="0">Entdecken</div> <ul class="gh-options"> <li data-value="Creative Characters"><a tabindex="0" href="/de/content/creative-characters" class="" target="_self" data-analytics-linkcategory="header" data-analytics-linksection="primary navigation" data-analytics-linkname="Entdecken:Creative Characters" data-analytics-linktype="a">Creative Characters</a></li> <li data-value="Kreative Angelegenheiten."><a tabindex="0" href="/a/font/content/creative-matters" class="" target="_self" data-analytics-linkcategory="header" data-analytics-linksection="primary navigation" data-analytics-linkname="Entdecken:Kreative Angelegenheiten." data-analytics-linktype="a">Kreative Angelegenheiten.</a></li> <li data-value="Font Feldführer"><a tabindex="0" href="/de/content/font-field-guide" class="" target="_self" data-analytics-linkcategory="header" data-analytics-linksection="primary navigation" data-analytics-linkname="Entdecken:Font Feldführer" data-analytics-linktype="a">Font Feldführer</a></li> <li data-value="Fonts im Einsatz"><a tabindex="0" href="/de/a/font/content/fonts-in-use" class="" target="_self" data-analytics-linkcategory="header" data-analytics-linksection="primary navigation" data-analytics-linkname="Entdecken:Fonts im Einsatz" data-analytics-linktype="a">Fonts im Einsatz</a></li> <li data-value="Das Handbuch"><a tabindex="0" href="/de/content/the-font-manual" class="" target="_self" data-analytics-linkcategory="header" data-analytics-linksection="primary navigation" data-analytics-linkname="Entdecken:Das Handbuch" data-analytics-linktype="a">Das Handbuch</a></li> <li data-value="Type Trends"><a tabindex="0" href="/de/content/type-trends" class="" target="_self" data-analytics-linkcategory="header" data-analytics-linksection="primary navigation" data-analytics-linkname="Entdecken:Type Trends" data-analytics-linktype="a">Type Trends</a></li> <li data-value="fy{T}i - Typografischen Informationen"><a tabindex="0" href="/de/content/for-your-typographical-information" class="" target="_self" data-analytics-linkcategory="header" data-analytics-linksection="primary navigation" data-analytics-linkname="Entdecken:fy{T}i - Typografischen Informationen" data-analytics-linktype="a">fy{T}i - Typografischen Informationen</a></li> <li class="gh-nested-dropdown" tabindex="0"> <div class="gh-nested-current-option">Memory Lane</div> <ul class="gh-nested-options"> <li data-value="Fontshop Memory Lane"><a tabindex="0" href="/de/pages/fontshop-memory-lane" class="" target="_self" data-analytics-linkcategory="header" data-analytics-linksection="primary navigation" data-analytics-linkname="Entdecken:Memory Lane:Fontshop Memory Lane" data-analytics-linktype="a">Fontshop Memory Lane</a></li> <li data-value="Linotype Memory Lane"><a tabindex="0" href="/de/pages/linotype-memory-lane" class="" target="_self" data-analytics-linkcategory="header" data-analytics-linksection="primary navigation" data-analytics-linkname="Entdecken:Memory Lane:Linotype Memory Lane" data-analytics-linktype="a">Linotype Memory Lane</a></li> <li data-value="Fonts.com Memory Lane"><a tabindex="0" href="/de/pages/fontscom-memory-lane" class="" target="_self" data-analytics-linkcategory="header" data-analytics-linksection="primary navigation" data-analytics-linkname="Entdecken:Memory Lane:Fonts.com Memory Lane" data-analytics-linktype="a">Fonts.com Memory Lane</a></li> </ul> </li> </ul> </div> <div class="gh-dropdown gh-currencyDropdown" data-dropdown="currency"> <div class="gh-current-selection" tabindex="0">USD ($)</div> <ul class="gh-o` + `ptions"> <li class="analytics-tag" tabindex="0" data-value="USD ($)" data-analytics-linkcategory="header" data-analytics-linksection="primary navigation" data-analytics-linkname="currency selector : USD ($)" data-analytics-linktype="li">USD ($)</li> <li class="analytics-tag" tabindex="0" data-value="GBP (£)" data-analytics-linkcategory="header" data-analytics-linksection="primary navigation" data-analytics-linkname="currency selector : GBP (£)" data-analytics-linktype="li">GBP (£)</li> <li class="analytics-tag" tabindex="0" data-value="EUR (€)" data-analytics-linkcategory="header" data-analytics-linksection="primary navigation" data-analytics-linkname="currency selector : EUR (€)" data-analytics-linktype="li">EUR (€)</li> <li class="analytics-tag" tabindex="0" data-value="AUD ($)" data-analytics-linkcategory="header" data-analytics-linksection="primary navigation" data-analytics-linkname="currency selector : AUD ($)" data-analytics-linktype="li">AUD ($)</li> <li class="analytics-tag" tabindex="0" data-value="JPY (¥)" data-analytics-linkcategory="header" data-analytics-linksection="primary navigation" data-analytics-linkname="currency selector : JPY (¥)" data-analytics-linktype="li">JPY (¥)</li> <li class="analytics-tag" tabindex="0" data-value="BRL ($)" data-analytics-linkcategory="header" data-analytics-linksection="primary navigation" data-analytics-linkname="currency selector : BRL ($)" data-analytics-linktype="li">BRL ($)</li> <li class="analytics-tag" tabindex="0" data-value="CAD ($)" data-analytics-linkcategory="header" data-analytics-linksection="primary navigation" data-analytics-linkname="currency selector : CAD ($)" data-analytics-linktype="li">CAD ($)</li> <li class="analytics-tag" tabindex="0" data-value="NZD ($)" data-analytics-linkcategory="header" data-analytics-linksection="primary navigation" data-analytics-linkname="currency selector : NZD ($)" data-analytics-linktype="li">NZD ($)</li> </ul> </div> <div class="gh-dropdown gh-languageDropdown" data-dropdown="language"> <div class="gh-current-selection" tabindex="0">EN</div> <ul class="gh-options"> <li class="analytics-tag" data-value=EN tabindex="0" data-analytics-linkcategory="header" data-analytics-linksection="primary navigation" data-analytics-linkname="language selector : EN" data-analytics-linktype="li">EN - English (UK) </li> <li class="analytics-tag" data-value=DE tabindex="0" data-analytics-linkcategory="header" data-analytics-linksection="primary navigation" data-analytics-linkname="language selector : DE" data-analytics-linktype="li">DE - Deutsch</li> <li class="analytics-tag" data-value=FR tabindex="0" data-analytics-linkcategory="header" data-analytics-linksection="primary navigation" data-analytics-linkname="language selector : FR" data-analytics-linktype="li">FR - Français</li> <li class="analytics-tag" data-value=ES tabindex="0" data-analytics-linkcategory="header" data-analytics-linksection="primary navigation" data-analytics-linkname="language selector : ES" data-analytics-linktype="li">ES - Español</li> </ul> </div> <a href="" id="gh-cart" tabindex="0" role="button" data-analytics-linkcategory="header" data-analytics-linksection="primary navigation" data-analytics-linkname="cart" data-analytics-linktype="a"> <div> <svg xmlns="http://www.w3.org/2000/svg" width="22" height="16" aria-label="cart" viewBox="0 0 22 16" fill="none"> <path d="M0 1.47692H3.47398L7.4453 11.8154H17.333L22 2.09578L20.6917 1.44884L19.8905 3.11754V2.70769H18.4351V4.18462H19.3781L18.4351 6.14858V4.67692H16.9797V6.15385H18.4325L16.4232 10.3385H8.44002L8.34545 10.0923H9.70266V8.61539H8.24726V9.83665L7.58903 8.12308H8.24726V6.64615H7.0217L6.79186 6.04783V4.67692H6.26527L4.46871 0H0V1.47692Z" fill="#576579" /> <path d="M8.73239 16C9.8041 16 10.6729 15.1183 10.6729 14.0308C10.6729 12.9432 9.8041 12.0615 8.73239 12.0615C7.66068 12.0615 6.79186 12.9432 6.79186 14.0308C6.79186 15.1183 7.66068 16 8.73239 16Z" fill="#576579" /> <path d="M18.4351 14.0308C18.4351 15.1183 17.5662 16 16.4945 16C15.4228 16 14.554 15.1183 14.554 14.0308C14.554 12.9432 15.4228 12.0615 16.4945 12.0615C17.5662 12.0615 18.4351 12.9432 18.4351 14.0308Z" fill="#576579" /> <path d="M8.24726 2.70769H6.79186V4.18462H8.24726V2.70769Z" fill="#576579" /> <path d="M11.1581 2.70769H9.70266V4.18462H11.1581V2.70769Z" fill="#576579" /> <path d="M8.24726 4.67692H9.70266V6.15385H8.24726V4.67692Z" fill="#576579" /> <path d="M12.6135 2.70769H14.0689V4.18462H12.6135V2.70769Z" fill="#576579" /> <path d="M12.6135 4.67692H11.1581V6.15385H12.6135V4.67692Z" fill="#576579" /> <path d="M9.70266 6.64615H11.1581V8.12308H9.70266V6.64615Z" fill="#576579" /> <path d="M15.5243 2.70769H16.9797V4.18462H15.5243V2.70769Z" fill="#576579" /> <path d="M15.5243 4.67692H14.0689V6.15385H15.5243V4.67692Z" fill="#576579" /> <path d="M12.6135 6.64615H14.0689V8.12308H12.6135V6.64615Z" fill="#576579" /> <path d="M12.6135 8.61539H11.1581V10.0923H12.6135V8.61539Z" fill="#576579" /> <path d="M15.5243 6.64615H16.9797V8.12308H15.5243V6.64615Z" fill="#576579" /> <path d="M15.5243 8.61539H14.0689V10.0923H15.5243V8.61539Z" fill="#576579" /> </svg> </div> <span aria-label="cart count" id="gh-cart-count">0</span> </a> <div class="gh-profile" id="gh-profile"> <div class="gh-dropdown" data-dropdown="profile" id="gh-profileDropdown"> <div class="gh-current-selection" tabindex="0" role="button"> <span aria-label="user name initial" id="gh-user_initial">K</span> </div> <ul class="gh-options"> <li data-value="Bestellverlauf &amp; Downloads"> <a class="" tabindex="0" href="https://accounts.monotype.com/api/initLogin?locale=de&amp;source=myfonts&amp;source_env=mftprod&amp;redirectURI=/orders" target="_blank" data-analytics-linkcategory="header" data-analytics-linksection="primary navigation" data-analytics-linkname="account : Bestellverlauf &amp; Downloads" data-analytics-linktype="a">Bestellverlauf &amp; Downloads</a> </li> <li data-value="Webfont-Bausatz-Ersteller"> <a class="" tabindex="0" href="https://accounts.monotype.com/api/initLogin?locale=de&amp;source=myfonts&amp;source_env=mftprod&amp;redirectURI=/purchased-fonts%3Ftype%3Dwebfonts" target="_blank" data-analytics-linkcategory="header" data-analytics-linksection="primary navigation" data-analytics-linkname="account : Webfont-Bausatz-Ersteller" data-analytics-linktype="a">Webfont-Bausatz-Ersteller</a> </li> <li data-value="Kontoeinstellungen"> <a class="" tabindex="0" href="https://accounts.monotype.com/api/initLogin?locale=de&amp;source=myfonts&amp;source_env=mftprod" target="_blank" data-analytics-linkcategory="header" data-analytics-linksection="primary navigation" data-analytics-linkname="account : Kontoeinstellungen" data-analytics-linktype="a">Kontoeinstellungen</a> </li> <li data-value="Preisangebote"> <a class="" tabindex="0" href="/de/account?view=price-quote" target="_self" data-analytics-linkcategory="header" data-analytics-linksection="primary navigation" data-analytics-linkname="account : Preisangebote" data-analytics-linktype="a">Preisangebote</a> </li> <li data-value="Favoriten"> <a class="gh_favourite_id" tabindex="0" href="/de/pages/favorites" target="_self" data-analytics-linkcategory="header" data-analytics-linksection="primary navigation" data-analytics-linkname="account : Favoriten" data-analytics-linktype="a">Favoriten</a> </li> <li data-value="Alben"> <a class="" tabindex="0" href="/de/pages/albums" target="_self" data-analytics-linkcategory="header" data-analytics-linksection="primary navigation" data-analytics-linkname="account : Alben" data-analytics-linktype="a">Alben</a> </li> <li data-value="Tags"> <a class="" tabindex="0" href="/de/pages/tag" target="_self" data-analytics-linkcategory="header" data-analytics-linksection="primary navigation" data-analytics-linkname="account : Tags" data-analytics-linktype="a">Tags</a> </li> <li data-value="Abmelden"> <button tabindex="0" class="gh-highlight" id="gh-logout" data-analytics-event="logOut" data-analytics-linkcategory="header" data-analytics-linksection="primary navigation" data-analytics-linkname="logout" data-analytics-linktype="button">Abmelden</button> </li> </ul> </div> <div id="gh-customer" class="gh-desktop-only"> <button class="gh-login-btn" tabindex="0" role="button" data-analytics-event="loginIntent" data-analytics-linkcategory="header" data-analytics-linksection="primary navigation" data-analytics-linkname="login" data-analytics-linktype="button"> Einloggen </button> <div class="gh-popupWrapper"> <div style="display:block;height:6px"></div> <div class="gh-hover-pop-up"> <div class="gh-signup-msg"> <h6>Sind Sie neu?</h6><div>Jetzt anmelden und <span>10% sparen</span><br />auf Monotype Foundry Fonts.</div> </div> <button tabindex="0" tabindex="0" role="button" class="gh-signup" data-analytics-event="signupIntent" data-analytics-linkcategory="header" data-analytics-linksection="primary navigation" data-analytics-linkname="signup" data-analytics-linktype="button">Anmeldung</button> </div> </div> </div> <div id="m-gh-customer"> <div class="gh-profileWrapper"> <div class="gh-profileButton"> <svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"> <path fill-rule="evenodd" clip-rule="evenodd" d="M9.5 4C9.5 4.82843 8.82843 5.5 8 5.5C7.17157 5.5 6.5 4.82843 6.5 4C6.5 3.17157 7.17157 2.5 8 2.5C8.82843 2.5 9.5 3.17157 9.5 4ZM11 4C11 5.65685 9.65685 7 8 7C6.34315 7 5 5.65685 5 4C5 2.34315 6.34315 1 8 1C9.65685 1 11 2.34315 11 4ZM5.54702 9C3.58806 9 2 10.3431 2 12V14.1818C2 14.6337 2.43311 15 2.96737 15C3.50163 15 3.93474 14.6337 3.93474 14.1818V12C3.93474 11.2469 4.65658 10.6364 5.54702 10.6364H10.453C11.3434 10.6364 12.0653 11.2469 12.0653 12V14.1818C12.0653 14.6337 12.4984 15 13.0326 15C13.5669 15 14 14.6337 14 14.1818V12C14 10.3431 12.4119 9 10.453 9H5.54702Z" fill="#1766CF"/> </svg> </div> </div> <div class="gh-m-popupWrapper"> <div class="gh-hover-pop-up"> <button class="gh-login-btn" tabindex="0" role="button" data-analytics-event="loginIntent" data-analytics-linkcategory="header" data-analytics-linksection="primary navigation" data-analytics-linkname="login" data-analytics-linktype="button"> Einloggen </button> <button tabindex="0" tabindex="0" role="button" class="gh-signup" data-analytics-event="signupIntent" data-analytics-linkcategory="header" data-analytics-linksection="primary navigation" data-analytics-linkname="signup" data-analytics-linktype="button">Anmeldung</button> </div> </div> </div> </div> </div> </div> <div class="gh-header__bottom-content gh-grid gh-desktop-only"> <div class="gh-menu-wrapper" role="navigation"> <ul class="gh-menu"> <li class="gh-fs-13 gh-fs-16-sm">Durchsuchen nach</li> <section class="gh-submenu style2"> <div class="gh-desktop-only"> <div class="gh-submenu__wrapper"> <section class="gh-submenu__tabs"> <div class="gh-submenu__tabs-wrapper"> <a class="gh-submenu__tabs__text" href="/de/pages/categories-and-tags" target="_parent" data-target="#gh-navigation-1" data-analytics-linkcategory="header" data-analytics-linksection="secondary navigation" data-analytics-linkname="Durchsuchen nach:Tags" data-analytics-linktype="a" > <span>Tags</span> <svg width="10" height="10" viewBox="0 0 10 10" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M0.854 0.647999V2.244H4.438L7.056 2.16L0.28 8.852L1.442 10L8.19 3.294L8.106 5.856V9.412H9.716V0.647999H0.854Z" fill="#576579"></path> </svg> </a> <a class="gh-submenu__tabs__text" href="/de/collections/whats-new" target="_parent" data-target="#gh-navigation-2" data-analytics-linkcategory="header" data-analytics-linksection="secondary navigation" data-analytics-linkname="Durchsuchen nach:What&#039;s New" data-analytics-linktype="a" > <span>What&#039;s New</span> <svg width="10" height="10" viewBox="0 0 10 10" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M0.854 0.647999V2.244H4.438L7.056 2.16L0.28 8.852L1.442 10L8.19 3.294L8.106 5.856V9.412H9.716V0.647999H0.854Z" fill="#576579"></path> </svg> </a> <a class="gh-submenu__tabs__text" href="/de/collections/bundles" target="_parent" data-target="#gh-navigation-3" data-analytics-linkcategory="header" data-analytics-linksection="secondary navigation" data-analytics-linkname="Durchsuchen nach:Font Bundle" data-analytics-linktype="a" > <span>Font Bundle</span> <svg width="10" height="10" viewBox="0 0 10 10" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M0.854 0.647999V2.244H4.438L7.056 2.16L0.28 8.852L1.442 10L8.19 3.294L8.106 5.856V9.412H9.716V0.647999H0.854Z" fill="#576579"></path> </svg> </a> <a class="gh-submenu__tabs__text" href="/de/collections/special-offers" target="_parent" data-target="#gh-navigation-4" data-analytics-linkcategory="header" data-analytics-linksection="secondary navigation" data-analytics-linkname="Durchsuchen nach:Sonderangebote" data-analytics-linktype="a" > <span>Sonderangebote</span> <svg width="10" height="10" viewBox="0 0 10 10" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M0.854 0.647999V2.244H4.438L7.056 2.16L0.28 8.852L1.442 10L8.19 3.294L8.106 5.856V9.412H9.716V0.647999H0.854Z" fill="#576579"></path> </svg> </a> </div> <a class="gh-submenu__mainlink" href="/de/search?query=" data-analytics-linkcategory="header" data-analytics-linksection="secondary navigation" data-analytics-linkname="Durchsuchen nach:Alle Fonts anschauen" data-analytics-linktype="button">Alle Fonts anschauen <svg width="10" height="10" viewBox="0 0 10 10" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M0.854 0.647999V2.244H4.438L7.056 2.16L0.28 8.852L1.442 10L8.19 3.294L8.106 5.856V9.412H9.716V0.647999H0.854Z" fill="#30373D"></path> </svg> </a> </section> <section class="gh-submenu__content"> <div class="gh-submenu__tabcontent" id="gh-navigation-1"> <ul class="gh-submenu__tabcontent__left"> </ul> <div class="gh-submenu__tabcontent__right gh-has-image" > <img src="https://cms.myfonts.com/sites/default/files/styles/360x344/public/2024-02/images_styles-_195_137.png?itok=9VJR3Usn" alt=> </div> </div> <div class="gh-submenu__tabcontent" id="gh-navigation-2"> <ul class="gh-submenu__tabcontent__left"> </ul> <div class="gh-submenu__tabcontent__right gh-has-image" > <img src="https://cms.myfonts.com/sites/default/files/styles/360x344/public/2024-02/images_whats_new-_167_170.png?itok=RDrM8YxF" alt=> </div> </div> <div class="gh-submenu__tabcontent" id="gh-navigation-3"> <ul class="gh-submenu__tabcontent__left"> </ul> <div class="gh-submenu__tabcontent__right gh-has-image" > <img src="https://cms.myfonts.com/sites/default/files/styles/360x344/public/2024-02/images_bundles-_196_174.png?itok=fkmi4HqX" alt=> </div> </div> <div class="gh-submenu__tabcontent" id="gh-navigation-4"> <ul class="gh-submenu__tabcontent__left"> </ul> <div class="gh-submenu__tabcontent__right gh-has-image" > <img src="https://cms.myfonts.com/sites/default/files/styles/360x344/public/2024-03/images_special_offers-_114_121.png?itok=fuZrYMmW" alt=> </div> </div> </section> </div> </div> </section> </ul> <ul class="gh-menu"> <li class="gh-fs-13 gh-fs-16-sm">Kategorien</li> <section class="gh-submenu style2"> <div class="gh-desktop-only"> <div class="gh-submenu__wrapper"> <section class="gh-submenu__tabs"> <div class="gh-submenu__tabs-wrapper"> <a class="gh-submenu__tabs__text" href="/de/pages/serif-fonts" target="_parent" data-target="#gh-navigation-1" data-analytics-linkcategory="header" data-analytics-linksection="secondary navigation" data-analytics-linkname="Kategorien:Serif" data-analytics-linktype="a" > <span>Serif</span> <svg width="10" height="10" viewBox="0 0 10 10" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M0.854 0.647999V2.244H4.438L7.056 2.16L0.28 8.852L1.442 10L8.19 3.294L8.106 5.856V9.412H9.716V0.647999H0.854Z" fill="#576579"></path> </svg> </a> <a class="gh-submenu__tabs__text" href="/de/pages/sans-serif-fonts" target="_parent" data-target="#gh-navigation-2" data-analytics-linkcategory="header" data-analytics-linksection="secondary navigation" data-analytics-linkname="Kategorien:Sans Serif" data-analytics-linktype="a" > <span>Sans Serif</span> <svg width="10" height="10" viewBox="0 0 10 10" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M0.854 0.647999V2.244H4.438L7.056 2.16L0.28 8.852L1.442 10L8.19 3.294L8.106 5.856V9.412H9.716V0.647999H0.854Z" fill="#576579"></path> </svg> </a> <a class="gh-submenu__tabs__text" href="/de/pages/slab-serif-fonts" target="_parent" data-target="#gh-navigation-3" data-analytics-linkcategory="header" data-analytics-linksection="secondary navigation" data-analytics-linkname="Kategorien:Slab Serif" data-analytics-linktype="a" > <span>Slab Serif</span> <svg width="10" height="10" viewBox="0 0 10 10" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M0.854 0.647999V2.244H4.438L7.056 2.16L0.28 8.852L1.442 10L8.19 3.294L8.106 5.856V9.412H9.716V0.647999H0.854Z" fill="#576579"></path> </svg> </a> <a class="gh-submenu__tabs__text" href="/de/pages/handwritten-fonts" target="_parent" data-target="#gh-navigation-4" data-analytics-linkcategory="header" data-analytics-linksection="secondary navigation" data-analytics-linkname="Kategorien:Handwritten" data-analytics-linktype="a" > <span>Handwritten</span> <svg width="10" height="10" viewBox="0 0 10 10" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M0.854 0.647999V2.244H4.438L7.056 2.16L0.28 8.852L1.442 10L8.19 3.294L8.106 5.856V9.412H9.716V0.647999H0.854Z" fill="#576579"></path> </svg> </a> <a class="gh-submenu__tabs__text" href="/de/pages/display-fonts" target="_parent" data-target="#gh-navigation-5" data-analytics-linkcategory="header" data-analytics-linksection="secondary navigation" data-analytics-linkname="Kategorien:Display" data-analytics-linktype="a" > <span>Display</span> <svg width="10" height="10" viewBox="0 0 10 10" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M0.854 0.647999V2.244H4.438L7.056 2.16L0.28 8.852L1.442 10L8.19 3.294L8.106 5.856V9.412H9.716V0.647999H0.854Z" fill="#576579"></path> </svg> </a> <a class="gh-submenu__tabs__text" href="/de/pages/script-fonts" target="_parent" data-target="#gh-navigation-6" data-analytics-linkcategory="header" data-analytics-linksection="secondary navigation" data-analytics-linkname="Kategorien:Script" data-analytics-linktype="a" > <span>Script</span> <svg width="10" height="10" viewBox="0 0 10 10" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M0.854 0.647999V2.244H4.438L7.056 2.16L0.28 8.852L1.442 10L8.19 3.294L8.106 5.856V9.412H9.716V0.647999H0.854Z" fill="#576579"></path> </svg> </a> </div> <a class="gh-submenu__mainlink" href="/de/search?query=" data-analytics-linkcategory="header" data-analytics-linksection="secondary navigation" data-analytics-linkname="Kategorien:Alle Fonts anschauen" data-analytics-linktype="button">Alle Fonts anschauen <svg width="10" height="10" viewBox="0 0 10 10" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M0.854 0.647999V2.244H4.438L7.056 2.16L0.28 8.852L1.442 10L8.19 3.294L8.106 5.856V9.412H9.716V0.647999H0.854Z" fill="#30373D"></path> </svg> </a> </section> <section class="gh-submenu__content"> <div class="gh-submenu__tabcontent" id="gh-navigation-1"> <ul class="gh-submenu__tabcontent__left"> </ul> <div class="gh-submenu__tabcontent__right gh-has-image" > <img src="https://cms.myfonts.com/sites/default/files/styles/360x344/public/2024-02/images_serif-_191_155.png?itok=i4zjd2Fe" alt=> </div> </div> <div class="gh-submenu__tabcontent" id="gh-navigation-2"> <ul class="gh-submenu__tabcontent__left"> </ul> <div class="gh-submenu__tabcontent__right gh-has-image" > <img src="https://cms.myfonts.com/sites/default/files/styles/360x344/public/2024-02/images_sans_serif-_131_134.png?itok=M8cQzDGD" alt=> </div> </div> <div class="gh-submenu__tabcontent" id="gh-navigation-3"> <ul class="gh-submenu__tabcontent__left"> </ul> <div class="gh-submenu__tabcontent__right gh-has-image" > <img src="https://cms.myfonts.com/sites/default/files/styles/360x344/public/2024-02/images_slab_serif-_164_158.png?itok=ljv69MIj" alt=> </div> </div> <div class="gh-submenu__tabcontent" id="gh-navigation-4"> <ul class="gh-submenu__tabcontent__left"> </ul> <div class="gh-submenu__tabcontent__right gh-has-image" > <img src="https://cms.myfonts.com/sites/default/files/styles/360x344/public/2024-02/images_handwritten-_168_198.png?itok=VneNH0GF" alt=> </div> </div> <div class="gh-submenu__tabcontent" id="gh-navigation-5"> <ul class="gh-submenu__tabcontent__left"> </ul> <div class="gh-submenu__tabcontent__right gh-has-image" > <img src="https://cms.myfonts.com/sites/default/files/styles/360x344/public/2024-02/images_display-_172_190.png?itok=c-7Uq7qd" alt=> </div> </div> <div class="gh-submenu__tabcontent" id="gh-navigation-6"> <ul class="gh-submenu__tabcontent__left"> </ul> <div class="gh-submenu__tabcontent__right gh-has-image" > <img src="https://cms.myfonts.com/sites/default/files/styles/360x344/public/2024-02/images_script-_175_175.png?itok=vINHBOFH" alt=> </div> </div> </section> </div> </div> </section> </ul> <ul class="gh-menu"> <li class="gh-fs-13 gh-fs-16-sm"> <a class="gh-inline-block" tabindex="0" href=/de/collections/best-seller data-analytics-linkcategory="header" data-analytics-linksection="secondary navigation" data-analytics-linkname="Bestsellers" data-analytics-linktype="a" target=_parent tabindex="-1"> Bestsellers </a> </li> </ul> <ul class="gh-menu"> <li class="gh-fs-13 gh-fs-16-sm"> <a class="gh-inline-block" tabindex="0" href=/de/collections/hot-new-fonts data-analytics-linkcategory="header" data-analytics-linksection="secondary navigation" data-analytics-linkname="Brandneue Fonts" data-analytics-linktype="a" target=_parent tabindex="-1"> Brandneue Fonts </a> </li> </ul> <ul class="gh-menu"> <li class="gh-fs-13 gh-fs-16-sm"> <a class="gh-inline-block" tabindex="0" href=/de/a/font/premium-font-collections data-analytics-linkcategory="header" data-analytics-linksection="secondary navigation" data-analytics-linkname="Premium Foundrys" data-analytics-linktype="a" target=_parent tabindex="-1"> Premium Foundrys </a> </li> </ul> <ul class="gh-menu"> <li class="gh-fs-13 gh-fs-16-sm">WhatTheFont</li> <section class="gh-submenu"> <div class="gh-desktop-only"> <div class="gh-submenu__wrapper"> <section class="gh-submenu__tabs"> <div class="gh-submenu__tabs-wrapper"> <a class="gh-submenu__tabs__text gh-is-link" tabindex="0" href=/de/pages/whatthefont data-target="#gh-navigation-1" data-analytics-linkcategory="header" data-analytics-linksection="secondary navigation" data-analytics-linkname="WhatTheFont:WhatTheFont" data-analytics-linktype="a" >WhatTheFont <svg width="10" height="10" viewBox="0 0 10 10" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M0.854 0.647999V2.244H4.438L7.056 2.16L0.28 8.852L1.442 10L8.19 3.294L8.106 5.856V9.412H9.716V0.647999H0.854Z" fill="#576579"></path> </svg> </a> <a class="gh-submenu__tabs__text gh-is-link" tabindex="0" href=/de/pages/whatthefont-forum data-target="#gh-navigation-2" data-analytics-linkcategory="header" data-analytics-linksection="secondary navigation" data-analytics-linkname="WhatTheFont:WhatTheFont Forum" data-analytics-linktype="a" >WhatTheFont Forum <svg width="10" height="10" viewBox="0 0 10 10" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M0.854 0.647999V2.244H4.438L7.056 2.16L0.28 8.852L1.442 10L8.19 3.294L8.106 5.856V9.412H9.716V0.647999H0.854Z" fill="#576579"></path> </svg> </a> <a class="gh-submenu__tabs__text gh-is-link" tabindex="0" href=/de/pages/whatthefont-mobile data-target="#gh-navigation-3" data-analytics-linkcategory="header" data-analytics-linksection="secondary navigation" data-analytics-linkname="WhatTheFont:WhatTheFont Mobil" data-analytics-linktype="a" >WhatTheFont Mobil <svg width="10" height="10" viewBox="0 0 10 10" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M0.854 0.647999V2.244H4.438L7.056 2.16L0.28 8.852L1.442 10L8.19 3.294L8.106 5.856V9.412H9.716V0.647999H0.854Z" fill="#576579"></path> </svg> </a> </div> </section> <section class="gh-submenu__content"> <div class="gh-submenu__tabcontent" id="gh-navigation-1"> <ul class="gh-submenu__tabcontent__left"> </ul> <div class="gh-submenu__tabcontent__right gh-has-image" > <img src="https://cms.myfonts.com/sites/default/files/styles/360x344/public/2024-02/rectangle_3721_8_177_136_151_165.png?itok=OlrqVgsi" alt=> </div> </div> <div class="gh-submenu__tabcontent" id="gh-navigation-2"> <ul class="gh-submenu__tabcontent__left"> </ul> <div class="gh-submenu__tabcontent__right" > </div> </div> <div class="gh-submenu__tabcontent" id="gh-navigation-3"> <ul class="gh-submenu__tabcontent__left"> </ul> <div class="gh-submenu__tabcontent__right" > </div> </div> </section> </div> </div> </section> </ul> </div> <div class="gh-marketo-cta-title"> <a href="/de/a/font/content/font-subscription" title="Abos und Preise" data-analytics-linkcategory="header" data-analytics-linksection="secondary navigation" data-analytics-linkname="Abos und Preise" data-analytics-linktype="a">Abos und Preise</a> </div> </div> </div> </div> <div class="m-gh-navigation-menu gh-hide"> <div class="m-gh-header__mini-menu-and-lang gh-flex gh-h-center gh-space-between"> <span class="m-gh-menu-close-icon"> <svg width="12" height="12" viewBox="0 0 12 12" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M0.146449 11.6569C-0.0488134 11.4617 -0.0488134 11.1451 0.146449 10.9498L10.753 0.343224C10.9483 0.147962 11.2649 0.147962 11.4602 0.343224C11.6554 0.538486 11.6554 0.855069 11.4602 1.05033L0.853555 11.6569C0.658293 11.8522 0.341711 11.8522 0.146449 11.6569Z" fill="#1E242C" /> <path d="M11.4602 11.6569C11.6554 11.4617 11.6554 11.1451 11.4602 10.9498L0.853553 0.343224C0.658291 0.147962 0.341709 0.147962 0.146447 0.343224C-0.0488155 0.538486 -0.0488155 0.855069 0.146447 1.05033L10.753 11.6569C10.9483 11.8522 11.2649 11.8522 11.4602 11.6569Z" fill="#1E242C" /> </svg> </span> <div class="m-gh-header__top-content gh-flex"> <div class="gh-dropdown gh-miniDropdown" data-dropdown="mini-dropdown"> <div class="gh-current-selection" tabindex="0">Entdecken</div> <ul class="gh-options"> <li data-value="Creative Characters"><a tabindex="0" href="/de/content/creative-characters" class="" target="_self" data-analytics-linkcategory="header" data-analytics-linksection="primary navigation" data-analytics-linkname="Entdecken:Creative Characters" data-analytics-linktype="a">Creative Characters</a></li> <li data-value="Kreative Angelegenheiten."><a tabindex="0" href="/a/font/content/creative-matters" class="" target="_self" data-analytics-linkcategory="header" data-analytics-linksection="primary navigation" data-analytics-linkname="Entdecken:Kreative Angelegenheiten." data-analytics-linktype="a">Kreative Angelegenheiten.</a></li> <li data-value="Font Feldführer"><a tabindex="0" href="/de/content/font-field-guide" class="" target="_self" data-analytics-linkcategory="header" data-analytics-linksection="primary navigation" data-analytics-linkname="Entdecken:Font Feldführer" data-analytics-linktype="a">Font Feldführer</a></li> <li data-value="Fonts im Einsatz"><a tabindex="0" href="/de/a/font/content/fonts-in-use" class="" target="_self" data-analytics-linkcategory="header" data-analytics-linksection="primary navigation" data-analytics-linkname="Entdecken:Fonts im Einsatz" data-analytics-linktype="a">Fonts im Einsatz</a></li> <li data-value="Das Handbuch"><a tabindex="0" href="/de/content/the-font-manual" class="" target="_self" data-analytics-linkcategory="header" data-analytics-linksection="primary navigation" data-analytics-linkname="Entdecken:Das Handbuch" data-analytics-linktype="a">Das Handbuch</a></li> <li data-value="Type Trends"><a tabindex="0" href="/de/content/type-trends" class="" target="_self" data-analytics-linkcategory="header" data-analytics-linksection="primary navigation" data-analytics-linkname="Entdecken:Type Trends" data-analytics-linktype="a">Type Trends</a></li> <li data-value="fy{T}i - Typografischen Informationen"><a tabindex="0" href="/de/content/for-your-typographical-information" class="" target="_self" data-analytics-linkcategory="header" data-analytics-linksection="primary navigation" data-analytics-linkname="Entdecken:fy{T}i - Typografischen Informationen" data-analytics-linktype="a">fy{T}i - Typografischen Informationen</a></li> <li class="gh-nested-dropdown" tabindex="0"> <div class="gh-nested-current-option">Memory Lane</div> <ul class="gh-nested-options"> <li data-value="Fontshop Memory Lane"><a tabindex="0" href="/de/pages/fontshop-memory-lane" class="" target="_self" data-analytics-linkcategory="header" data-analytics-linksection="primary navigation" data-analytics-linkname="Entdecken:Memory Lane:Fontshop Memory Lane" data-analytics-linktype="a">Fontshop Memory Lane</a></li> <li data-value="Linotype Memory Lane"><a tabindex="0" href="/de/pages/linotype-memory-lane" class="" target="_self" data-analytics-linkcategory="header" data-analytics-linksection="primary navigation" data-analytics-linkname="Entdecken:Memory Lane:Linotype Memory Lane" data-analytics-linktype="a">Linotype Memory Lane</a></li> <li data-value="Fonts.com Memory Lane"><a tabindex="0" href="/de/pages/fontscom-memory-lane" class="" target="_self" data-analytics-linkcategory="header" data-analytics-linksection="primary navigation" data-analytics-linkname="Entdecken:Memory Lane:Fonts.com Memory Lane" data-analytics-linktype="a">Fonts.com Memory Lane</a></li> </ul> </li> </ul> </div> <div class="gh-dropdown gh-currencyDropdown" data-dropdown="currency"> <div class="gh-current-selection" tabindex="0">USD ($)</div> <ul class="gh-options"> <li class="analytics-tag" tabindex="0" data-value="USD ($)" data-analytics-linkcategory="header" data-analytics-linksection="primary navigation" data-analytics-linkname="currency selector : USD ($)" data-analytics-linktype="li">USD ($)</li> <li class="analytics-tag" tabindex="0" data-value="GBP (£)" data-analytics-linkcategory="header" data-analytics-linksection="primary navigation" data-analytics-linkname="currency selector : GBP (£)" data-analytics-linktype="li">GBP (£)</li> <li class="analytics-tag" tabindex="0" data-value="EUR (€)" data-analytics-linkcategory="header" data-analytics-linksection="primary navigation" data-analytics-linkname="currency selector : EUR (€)" data-analytics-linktype="li">EUR (€)</li> <li class="analytics-tag" tabindex="0" data-value="AUD ($)" data-analytics-linkcategory="header" data-analytics-linksection="primary navigation" data-analytics-linkname="currency selector : AUD ($)" data-analytics-linktype="li">AUD ($)</li> <li class="analytics-tag" tabindex="0" data-value="JPY (¥)" data-analytics-linkcategory="header" data-analytics-linksection="primary navigation" data-analytics-linkname="currency selector : JPY (¥)" data-analytics-linktype="li">JPY (¥)</li> <li class="analytics-tag" tabindex="0" data-value="BRL ($)" data-analytics-linkcategory="header" data-analytics-linksection="primary navigation" data-analytics-linkname="currency selector : BRL ($)" data-analytics-linktype="li">BRL ($)</li> <li class="analytics-tag" tabindex="0" data-value="CAD ($)" data-analytics-linkcategory="header" data-analytics-linksection="primary navigation" data-analytics-linkname="currency selector : CAD ($)" data-analytics-linktype="li">CAD ($)</li> <li class="analytics-tag" tabindex="0" data-value="NZD ($)" data-analytics-linkcategory="header" data-analytics-linksection="primary navigation" data-analytics-linkname="currency selector : NZD ($)" data-analytics-linktype="li">NZD ($)</li> </ul> </div> <div class="gh-dropdown gh-languageDropdown" data-dropdown="language"> <div class="gh-current-selection" tabindex="0">EN</div> <ul class="gh-options"> <li class="analytics-tag" data-value=EN tabindex="0" data-analytics-linkcategory="header" data-analytics-linksection="primary navigation" data-analytics-linkname="language selector : EN" data-analytics-linktype="li">EN - English (UK) </li> <li class="analytics-tag" data-value=DE tabindex="0" data-analytics-linkcategory="header" data-analytics-linksection="primary navigation" data-analytics-linkname="language selector : DE" data-analytics-linktype="li">DE - Deutsch</li> <li class="analytics-tag" data-value=FR tabindex="0" data-analytics-linkcategory="header" data-analytics-linksection="primary navigation" data-analytics-linkname="language selector : FR" data-analytics-linktype="li">FR - Français</li> <li class="analytics-tag" data-value=ES tabindex="0" data-analytics-linkcategory="header" data-analytics-linksection="primary navigation" data-analytics-linkname="language selector : ES" data-analytics-linktype="li">ES - Español</li> </ul> </div> </div> </div> <div class="gh-header__bottom-content gh-flex"> <div class="gh-menu-wrapper" role="menu"> <ul class="gh-menu" tabindex="0"> <li class="gh-fs-13 gh-fs-16-sm">Durchsuchen nach</li> <section class="gh-submenu style2"> <div class="gh-mobile-only"> <div class="gh-submenu__wrapper"> <section class="gh-submenu__tabs"> <div class="gh-submenu__tabs-wrapper"> <div class="gh-submenu__tab"> <a class="gh-submenu__tabs__text" href="/de/pages/categories-and-tags" data-target="#gh-navigation-1" data-analytics-linkcategory="header" data-analytics-linksection="secondary navigation" data-analytics-linkname="Durchsuchen nach:Tags" data-analytics-linktype="a" >Tags</a> <section class="gh-submenu__content"> <div class="gh-submenu__tabcontent" id="gh-navigation-1"> <ul class="gh-submenu__tabcontent__left"> </ul> </div> </section> </div> <div class="gh-submenu__tab"> <a class="gh-submenu__tabs__text" href="/de/collections/whats-new" data-target="#gh-navigation-2" data-analytics-linkcategory="header" data-analytics-linksection="secondary navigation" data-analytics-linkname="Durchsuchen nach:What&#039;s New" data-analytics-linktype="a" >What&#039;s New</a> <section class="gh-submenu__content"> <div class="gh-submenu__tabcontent" id="gh-navigation-2"> <ul class="gh-submenu__tabcontent__left"> </ul> </div> </section> </div> <div class="gh-submenu__tab"> <a class="gh-submenu__tabs__text" href="/de/collections/bundles" data-target="#gh-navigation-3" data-analytics-linkcategory="header" data-analytics-linksection="secondary navigation" data-analytics-linkname="Durchsuchen nach:Font Bundle" data-analytics-linktype="a" >Font Bundle</a> <section class="gh-submenu__content"> <div class="gh-submenu__tabcontent" id="gh-navigation-3"> <ul class="gh-submenu__tabcontent__left"> </ul> </div> </section> </div> <div class="gh-submenu__tab"> <a class="gh-submenu__tabs__text" href="/de/collections/special-offers" data-target="#gh-navigation-4" data-analytics-linkcategory="header" data-analytics-linksection="secondary navigation" data-analytics-linkname="Durchsuchen nach:Sonderangebote" data-analytics-linktype="a" >Sonderangebote</a> <section class="gh-submenu__content"> <div class="gh-submenu__tabcontent" id="gh-navigation-4"> <ul class="gh-submenu__tabcontent__left"> </ul> </div> </section> </div> </div> <a class="gh-submenu__mainlink" href="/de/search?query=" data-analytics-linkcategory="header" data-analytics-linksection="secondary navigation" data-analytics-linkname="Durchsuchen nach:Alle Fonts anschauen" data-analytics-linktype="button">Alle Fonts anschauen <svg width="10" height="10" viewBox="0 0 10 10" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M0.854 0.647999V2.244H4.438L7.056 2.16L0.28 8.852L1.442 10L8.19 3.294L8.106 5.856V9.412H9.716V0.647999H0.854Z" fill="#30373D"></path> </svg> </a> </section> </div> </div> </section> </ul> <ul class="gh-menu" tabindex="0"> <li class="gh-fs-13 gh-fs-16-sm">Kategorien</li> <section class="gh-submenu style2"> <div class="gh-mobile-only"> <div class="gh-submenu__wrapper"> <section class="gh-submenu__tabs"> <div class="gh-submenu__tabs-wrapper"> <div class="gh-submenu__tab"> <a class="gh-submenu__tabs__text" href="/de/pages/serif-fonts" data-target="#gh-navigation-1" data-analytics-linkcategory="header" data-analytics-linksection="secondary navigation" data-analytics-linkname="Kategorien:Serif" data-analytics-linktype="a" >Serif</a> <section class="gh-submenu__content"> <div class="gh-submenu__tabcontent" id="gh-navigation-1"> <ul class="gh-submenu__tabcontent__left"> </ul> </div> </section> </div> <div class="gh-submenu__tab"> <a class="gh-submenu__tabs__text" href="/de/pages/sans-serif-fonts" data-target="#gh-navigation-2" data-analytics-linkcategory="header" data-analytics-linksection="secondary navigation" data-analytics-linkname="Kategorien:Sans Serif" data-analytics-linktype="a" >Sans Serif</a> <section class="gh-submenu__content"> <div class="gh-submenu__tabcontent" id="gh-navigation-2"> <ul class="gh-submenu__tabcontent__left"> </ul> </div> </section> </div> <div class="gh-submenu__tab"> <a class="gh-submenu__tabs__text" href="/de/pages/slab-serif-fonts" data-target="#gh-navigation-3" data-analytics-linkcategory="header" data-analytics-linksection="secondary navigation" data-analytics-linkname="Kategorien:Slab Serif" data-analytics-linktype="a" >Slab Serif</a> <section class="gh-submenu__content"> <div class="gh-submenu__tabcontent" id="gh-navigation-3"> <ul class="gh-submenu__tabcontent__left"> </ul> </div> </section> </div> <div class="gh-submenu__tab"> <a class="gh-submenu__tabs__text" href="/de/pages/handwritten-fonts" data-target="#gh-navigation-4" data-analytics-linkcategory="header" data-analytics-linksection="secondary navigation" data-analytics-linkname="Kategorien:Handwritten" data-analytics-linktype="a" >Handwritten</a> <section class="gh-submenu__content"> <div class="gh-submenu__tabcontent" id="gh-navigation-4"> <ul class="gh-submenu__tabcontent__left"> </ul> </div> </section> </div> <div class="gh-submenu__tab"> <a class="gh-submenu__tabs__text" href="/de/pages/display-fonts" data-target="#gh-navigation-5" data-analytics-linkcategory="header" data-analytics-linksection="secondary navigation" data-analytics-linkname="Kategorien:Display" data-analytics-linktype="a" >Display</a> <section class="gh-submenu__content"> <div class="gh-submenu__tabcontent" id="gh-navigation-5"> <ul class="gh-submenu__tabcontent__left"> </ul> </div> </section> </div> <div class="gh-submenu__tab"> <a class="gh-submenu__tabs__text" href="/de/pages/script-fonts" data-target="#gh-navigation-6" data-analytics-linkcategory="header" data-analytics-linksection="secondary navigation" data-analytics-linkname="Kategorien:Script" data-analytics-linktype="a" >Script</a> <section class="gh-submenu__content"> <div class="gh-submenu__tabcontent" id="gh-navigation-6"> <ul class="gh-submenu__tabcontent__left"> </ul> </div> </section> </div> </div> <a class="gh-submenu__mainlink" href="/de/search?query=" data-analytics-linkcategory="header" data-analytics-linksection="secondary navigation" data-analytics-linkname="Kategorien:Alle Fonts anschauen" data-analytics-linktype="button">Alle Fonts anschauen <svg width="10" height="10" viewBox="0 0 10 10" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M0.854 0.647999V2.244H4.438L7.056 2.16L0.28 8.852L1.442 10L8.19 3.294L8.106 5.856V9.412H9.716V0.647999H0.854Z" fill="#30373D"></path> </svg> </a> </section> </div> </div> </section> </ul> <ul class="gh-menu" tabindex="0"> <li class="gh-fs-13 gh-fs-16-sm"> <a class="gh-inline-block" tabindex="0" href=/de/collections/best-seller data-analytics-linkcategory="header" data-analytics-linksection="secondary navigation" data-analytics-linkname="Bestsellers" data-analytics-linktype="a" target=_parent tabindex="-1"> Bestsellers </a> </li> </ul> <ul class="gh-menu" tabindex="0"> <li class="gh-fs-13 gh-fs-16-sm"> <a class="gh-inline-block" tabindex="0" href=/de/collections/hot-new-fonts data-analytics-linkcategory="header" data-analytics-linksection="secondary navigation" data-analytics-linkname="Brandneue Fonts" data-analytics-linktype="a" target=_parent tabindex="-1"> Brandneue Fonts </a> </li> </ul> <ul class="gh-menu" tabindex="0"> <li class="gh-fs-13 gh-fs-16-sm"> <a class="gh-inline-block" tabindex="0" href=/de/a/font/premium-font-collections data-analytics-linkcategory="header" data-analytics-linksection="secondary navigation" data-analytics-linkname="Premium Foundrys" data-analytics-linktype="a" target=_parent tabindex="-1"> Premium Foundrys </a> </li> </ul> <ul class="gh-menu" tabindex="0"> <li class="gh-fs-13 gh-fs-16-sm">WhatTheFont</li> <section class="gh-submenu"> <div class="gh-mobile-only"> <div class="gh-submenu__wrapper"> <section class="gh-submenu__tabs"> <div class="gh-submenu__tabs-wrapper"> <div class="gh-submenu__tab"> <a class="gh-submenu__tabs__text" href=/de/pages/whatthefont data-target="#gh-navigation-1" data-analytics-linkcategory="header" data-analytics-linksection="secondary navigation" data-analytics-linkname="WhatTheFont:WhatTheFont" data-analytics-linktype="a" >WhatTheFont</a> <section class="gh-submenu__content"> <div class="gh-submenu__tabcontent" id="gh-navigation-1"> <ul class="gh-submenu__tabcontent__left"> </ul> </div> </section> </div> <div class="gh-submenu__tab"> <a class="gh-submenu__tabs__text" href=/de/pages/whatthefont-forum data-target="#gh-navigation-2" data-analytics-linkcategory="header" data-analytics-linksection="secondary navigation" data-analytics-linkname="WhatTheFont:WhatTheFont Forum" data-analytics-linktype="a" >WhatTheFont Forum</a> <section class="gh-submenu__content"> <div class="gh-submenu__tabcontent" id="gh-navigation-2"> <ul class="gh-submenu__tabcontent__left"> </ul> </div> </section> </div> <div class="gh-submenu__tab"> <a class="gh-submenu__tabs__text" href=/de/pages/whatthefont-mobile data-target="#gh-navigation-3" data-analytics-linkcategory="header" data-analytics-linksection="secondary navigation" data-analytics-linkname="WhatTheFont:WhatTheFont Mobil" data-analytics-linktype="a" >WhatTheFont Mobil</a> <section class="gh-submenu__content"> <div class="gh-submenu__tabcontent" id="gh-navigation-3"> <ul class="gh-submenu__tabcontent__left"> </ul> </div> </section> </div> </div> </section> </div> </div> </section> </ul> </div> <div class="gh-marketo-cta-title"> <a href="/de/a/font/content/font-subscription" title="Abos und Preise" data-analytics-linkcategory="header" data-analytics-linksection="secondary navigation" data-analytics-linkname="Abos und Preise" data-analytics-linktype="a">Abos und Preise <svg width="10" height="10" viewBox="0 0 10 10" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M0.854 0.647999V2.244H4.438L7.056 2.16L0.28 8.852L1.442 10L8.19 3.294L8.106 5.856V9.412H9.716V0.647999H0.854Z" fill="#ffffff"></path> </svg> </a> </div> </div> </div></div>` + `` + `` + ``; } else if (currentLocale == 'fr') { var concat_string = `<div class="gh-mainheader"> <div class="gh-header-overlay"></div> <div class= "gh-sliderWrapper has_image" data-mobile-display="false" role="banner"> <div class="gh-sliderOuter"> <div class="gh-slide" style="background-color: #fb1995;"> <a href="https://www.monotypefonts.com/a/content/font-subscription-service-2?utm_source=referral_traffic&amp;utm_medium=myfonts&amp;utm_campaign=freetrial_omni&amp;utm_id=global&amp;utm_term=english&amp;utm_content=fall2024_banner3" target="" data-analytics-event="headerPromotion" data-analytics-linkcategory="top hat header" data-analytics-linksection="" data-analytics-linkname="Monotype Fonts AB Testing Banner 3" data-analytics-linktype="img"> <img src="https://cms.myfonts.com/sites/default/files/styles/top_hat_banner_1000_124_/public/2024-10/Evergreen-Tophat-Banner-003_191.png?itok=kHZC7FsF" alt="Monotype Fonts AB Testing Banner 3"> </a> </div> <div class="gh-slide" style="background-color: #fb8b24;"> <a href="https://www.myfonts.com/de/collections/sudtipos-foundry" target="" data-analytics-event="headerPromotion" data-analytics-linkcategory="top hat header" data-analytics-linksection="" data-analytics-linkname="Sudtipos 40% off" data-analytics-linktype="img"> <img src="https://cms.myfonts.com/sites/default/files/styles/top_hat_banner_1000_124_/public/2024-11/BFCM%202024%20-%20Day%201%20Tophat%20-%20Sudtipos_197.png?itok=lwqoWYNY" alt="Sudtipos 40% off"> </a> </div> </div> <span class="gh-arrow gh-prev analytics-tag" data-analytics-linkcategory="top hat header carousel" data-analytics-linksection="" data-analytics-linkname="left" data-analytics-linktype="a"> <svg xmlns="http://www.w3.org/2000/svg" width="19" height="16" viewBox="0 0 19 16" fill="none"> <path fill-rule="evenodd" clip-rule="evenodd" d="M10.2803 12.0303C10.5732 11.7374 10.5732 11.2626 10.2803 10.9697L7.31066 8L10.2803 5.03033C10.5732 4.73744 10.5732 4.26256 10.2803 3.96967C9.98744 3.67678 9.51256 3.67678 9.21967 3.96967L5.71967 7.46967C5.42678 7.76256 5.42678 8.23744 5.71967 8.53033L9.21967 12.0303C9.51256 12.3232 9.98744 12.3232 10.2803 12.0303Z" fill="white" /> <path fill-rule="evenodd" clip-rule="evenodd" d="M13.2803 12.0303C13.5732 11.7374 13.5732 11.2626 13.2803 10.9697L10.3107 8L13.2803 5.03033C13.5732 4.73744 13.5732 4.26256 13.2803 3.96967C12.9874 3.67678 12.5126 3.67678 12.2197 3.96967L8.71967 7.46967C8.42678 7.76256 8.42678 8.23744 8.71967 8.53033L12.2197 12.0303C12.5126 12.3232 12.9874 12.3232 13.2803 12.0303Z" fill="#1E242C" /> </svg> </span> <span class="gh-arrow gh-next analytics-tag" data-analytics-linkcategory="top hat header carousel" data-analytics-linksection="" data-analytics-linkname="right" data-analytics-linktype="a"> <svg xmlns="http://www.w3.org/2000/svg" width="19" height="16" viewBox="0 0 19 16" fill="none"> <path fill-rule="evenodd" clip-rule="evenodd" d="M8.71967 12.0303C8.42678 11.7374 8.42678 11.2626 8.71967 10.9697L11.6893 8L8.71967 5.03033C8.42678 4.73744 8.42678 4.26256 8.71967 3.96967C9.01256 3.67678 9.48744 3.67678 9.78033 3.96967L13.2803 7.46967C13.5732 7.76256 13.5732 8.23744 13.2803 8.53033L9.78033 12.0303C9.48744 12.3232 9.01256 12.3232 8.71967 12.0303Z" fill="white" /> <path fill-rule="evenodd" clip-rule="evenodd" d="M5.71967 12.0303C5.42678 11.7374 5.42678 11.2626 5.71967 10.9697L8.68934 8L5.71967 5.03033C5.42678 4.73744 5.42678 4.26256 5.71967 3.96967C6.01256 3.67678 6.48744 3.67678 6.78033 3.96967L10.2803 7.46967C10.5732 7.76256 10.5732 8.23744 10.2803 8.53033L6.78033 12.0303C6.48744 12.3232 6.01256 12.3232 5.71967 12.0303Z" fill="#1E242C" /> </svg> </span> </div> <div id="gh-email-verification"></div> <div class="gh-header" role="navigation"> <style> .gh-mainheader .gh-header__left .gh-site-name a:hover { background-color: #1B72E8; } </style> <div class="gh-header__left"> <div class="gh-header__logo gh-desktop-only"> <div class="gh-site-name"> <a href="/" title="MyFonts" class="gh-sitelogo" data-analytics-linkcategory="header" data-analytics-linksection="primary navigation" data-analytics-linkname="my fonts logo" data-analytics-linktype="a"> <svg xmlns="http://www.w3.org/2000/svg" width="108" height="50" viewBox="0 0 108 50" fill="none"> <path d="M48.1064 18.4504C47.8832 17.8572 47.5858 17.3874 47.2159 17.0409C46.844 16.6944 46.4059 16.5201 45.9033 16.5201C45.4008 16.5201 45.0129 16.6944 44.7456 17.0409C44.4782 17.3874 44.1064 18.0099 43.632 18.9046L41.5837 22.9375C42.0883 20.5099 42.4521 18.6951 42.6752 17.4951C42.8983 16.295 43.0089 15.3925 43.0089 14.7856C43.0089 14.3529 42.9204 13.9183 42.7415 13.4857C42.5626 13.053 42.3255 12.6556 42.03 12.2934C41.7325 11.9332 41.3848 11.6004 40.9827 11.3831C40.5827 11.1677 40.1606 11.015 39.7164 11.015H39.7144C39.5074 11.015 39.3144 11.0875 39.1375 11.1442C38.9586 11.203 38.7657 11.3537 38.5586 11.5554C38.3516 11.757 38.1204 12.08 37.8692 12.499C37.6159 12.9179 37.3124 13.4798 36.9566 14.1748L34.1968 19.5546C34.4038 17.7907 34.5908 16.3185 34.7536 15.1321C34.9164 13.9477 35.0491 12.9492 35.1536 12.1407C35.2581 11.3322 35.3325 10.6666 35.3767 10.1458C35.4209 9.62505 35.443 9.14932 35.443 8.71471C35.443 7.99231 35.3245 7.32669 35.0873 6.7198C34.8501 6.11291 34.5385 5.59216 34.1526 5.1595C33.7667 4.72489 33.3506 4.38621 32.9064 4.13953C32.4621 3.89482 32.0461 3.77148 31.6601 3.77148C31.3325 3.77148 31.0591 3.82238 30.836 3.92419C30.6129 4.02599 30.3918 4.21393 30.1687 4.48801C29.9456 4.76405 29.7244 5.16733 29.5013 5.70179C29.2782 6.23625 29.0189 6.93711 28.7214 7.80437L24.8923 19.5135L25.2923 10.5804C25.3224 9.77188 25.226 9.01228 25.0028 8.30359C24.7797 7.5949 24.4822 6.98801 24.1124 6.48292C23.7405 5.97783 23.3184 5.58041 22.844 5.29067C22.3697 5.00289 21.8933 4.85802 21.4189 4.85802C20.9747 4.85802 20.5425 5.01072 20.1285 5.31416C19.7124 5.61761 19.2822 6.24016 18.838 7.17986C18.3938 8.11957 17.9174 9.47822 17.4129 11.2558C16.9084 13.0334 16.3435 15.3964 15.7204 18.3467C15.2762 20.4864 14.9043 22.2778 14.6069 23.7245C14.3094 25.1713 13.9898 26.3263 13.6501 27.1936C13.3084 28.0608 12.9003 28.6814 12.426 29.0573C11.9516 29.4332 11.3124 29.6211 10.5104 29.6211C9.82696 29.6211 9.12344 29.5272 8.39581 29.3392C7.66817 29.1513 6.97872 28.9124 6.32545 28.6227C5.67219 28.333 5.09329 28.0021 4.58877 27.6262C4.08425 27.2503 3.69832 26.8745 3.43098 26.4986C4.17269 26.2382 5.03299 26.109 6.0139 26.109C6.78575 26.109 7.5355 26.1599 8.26314 26.2617C8.99078 26.3635 9.54756 26.4124 9.93349 26.4124C10.4963 26.4124 10.7797 26.1521 10.7797 25.6313C10.7797 25.3142 10.6471 24.9598 10.3797 24.5683C10.1124 24.1787 9.71842 23.8087 9.19983 23.4622C8.67922 23.1157 8.04204 22.8259 7.28425 22.5949C6.52646 22.3639 5.65812 22.2484 4.67922 22.2484C3.16565 22.2484 2.00787 22.6027 1.20586 23.3114C0.403845 24.0201 0.00384521 24.8795 0.00384521 25.8917C0.00384521 26.8177 0.271182 27.6634 0.805855 28.4289C1.34053 29.1944 2.06013 29.86 2.96465 30.4238C3.86917 30.9876 4.92445 31.4281 6.12646 31.7472C7.32847 32.0644 8.59681 32.2249 9.93349 32.2249C11.0611 32.2249 12.026 32.037 12.828 31.6611C13.63 31.2852 14.2973 30.786 14.832 30.1654C15.3667 29.5428 15.8049 28.8283 16.1446 28.0197C16.4863 27.2112 16.7596 26.3713 16.9687 25.5041L18.3496 18.9124C18.6451 17.6125 18.9124 16.4633 19.1516 15.4649C19.3888 14.4684 19.6038 13.5933 19.7968 12.8416C19.9898 12.0898 20.1667 11.432 20.3315 10.8682C20.4943 10.3044 20.6491 9.82082 20.7998 9.41557C20.9787 9.64658 21.0672 10.3846 21.0672 11.6278C21.0672 12.8709 21.0149 14.3666 20.9124 15.9426C20.8079 17.5185 20.7556 19.1297 20.7556 20.7781C20.7556 21.5299 20.844 22.2308 21.0229 22.8807C21.2018 23.5307 21.431 24.0945 21.7124 24.5722C21.9938 25.0499 22.3355 25.4258 22.7355 25.6998C23.1355 25.9759 23.5596 26.111 24.0038 26.111C24.5968 26.111 25.043 25.8662 25.3405 25.3729C25.636 24.8815 25.9938 24.0573 26.4099 22.9003L31.0853 8.98096C31.1737 9.21197 31.2179 9.57415 31.2179 10.0655C31.2179 10.7312 31.1516 11.5828 31.0169 12.6243C30.8842 13.6658 30.7415 14.8365 30.5948 16.1364C30.4461 17.2934 30.3275 18.2468 30.239 18.9986C30.1506 19.7503 30.0822 20.3729 30.038 20.8643C29.9938 21.3557 29.9636 21.7394 29.9496 22.0135C29.9335 22.2895 29.9275 22.5264 29.9275 22.728C29.9275 23.8263 30.1506 24.7817 30.5948 25.5902C31.039 26.4007 31.5737 26.804 32.1968 26.804C32.5827 26.804 32.9244 26.6513 33.2199 26.3478C33.5154 26.0444 33.843 25.5608 34.1988 24.8952L39.0511 15.3983C39.0511 15.7449 38.9847 16.3087 38.8501 17.0898C38.7174 17.8709 38.5687 18.7519 38.4059 19.7347C38.243 20.7175 38.0863 21.7159 37.9375 22.7261C37.7888 23.7382 37.7144 24.6485 37.7144 25.459C37.7144 26.0385 37.7968 26.5514 37.9596 26.9978C38.1224 27.4461 38.3234 27.8142 38.5606 28.1039C38.7978 28.3917 39.0652 28.609 39.3626 28.7539C39.6581 28.8987 39.9255 28.9712 40.1646 28.9712C40.5807 28.9712 40.9445 28.7402 41.2561 28.2781C41.5677 27.8161 41.9757 27.1074 42.4802 26.154L45.4631 20.3005C45.3747 22.2954 45.1797 24.3412 44.8842 26.4359C44.5868 28.5326 44.1646 30.5706 43.6159 32.5499C43.0672 34.5291 42.3837 36.4085 41.5677 38.1881C40.7516 39.9657 39.7787 41.5201 38.6511 42.8494C37.5234 44.1787 36.225 45.2339 34.7556 46.015C33.2863 46.7962 31.6461 47.1857 29.835 47.1857C29.3606 47.1857 28.9224 47.1701 28.5224 47.1427C28.1224 47.1133 27.7144 47.0565 27.2983 46.9684C26.8822 46.8823 26.438 46.759 25.9616 46.6004C25.4873 46.4418 24.9667 46.246 24.4038 46.015C24.1365 45.8995 23.8853 45.878 23.6461 45.9504C23.4089 46.0229 23.2903 46.2597 23.2903 46.665C23.2903 47.7065 23.8853 48.5229 25.0712 49.116C26.2591 49.7073 27.7868 50.0048 29.6561 50.0048C31.8832 50.0048 33.9013 49.6153 35.7124 48.8341C37.5234 48.053 39.1335 47.0056 40.5425 45.69C41.9516 44.3745 43.1757 42.8279 44.2149 41.0503C45.2541 39.2727 46.1064 37.3776 46.7757 35.369C47.443 33.3584 47.9395 31.2989 48.2672 29.1885C48.5928 27.0781 48.7576 25.0107 48.7576 22.9864C48.7576 22.1192 48.7054 21.295 48.6008 20.5139C48.4963 19.7327 48.3335 19.0475 48.1104 18.4543L48.1064 18.4504Z" fill="#1B72E8"/> <path d="M102.178 9.27761C101.495 9.27761 100.793 9.69656 99.9914 10.5345C99.1894 11.3724 98.4598 12.6155 98.0718 14.2639C97.296 15.2173 96.7472 16.2079 96.0517 17.2338C95.3543 18.2596 94.6588 19.2208 94.0055 20.1175C93.3522 21.0141 92.7412 21.8011 92.1925 22.4804C91.6437 23.1598 91.1854 23.6453 90.8296 23.9331C90.8296 23.6433 90.8497 23.1461 90.894 22.4374C90.9382 21.7287 91.0045 20.8829 91.093 19.9002C91.1814 18.9174 91.2859 17.8191 91.4045 16.6053C91.5231 15.3916 91.6558 14.119 91.8045 12.7898C92.3975 12.8485 92.91 12.8837 93.3402 12.8974C93.7703 12.9131 94.1925 12.919 94.6085 12.919C94.904 12.919 95.1935 12.8465 95.4769 12.7017C95.7583 12.5568 96.0176 12.363 96.2568 12.1163C96.494 11.8716 96.6869 11.5955 96.8357 11.2921C96.9844 10.9887 97.0588 10.6637 97.0588 10.3172C97.0588 10.0568 96.9985 9.84731 96.8799 9.68873C96.7613 9.53016 96.5382 9.44989 96.2126 9.44989L92.1161 9.53603L92.695 4.28936C92.7533 3.91348 92.7311 3.52977 92.6286 3.14018C92.5241 2.7506 92.2347 2.55483 91.7603 2.55483C91.4628 2.55483 91.1512 2.74277 90.8256 3.11865C90.498 3.49453 90.1945 3.98004 89.9131 4.57127C89.6296 5.16446 89.3643 5.81442 89.111 6.52311C88.8578 7.2318 88.6729 7.91896 88.5543 8.58262L88.3754 9.5791L85.4367 9.62217C84.1603 9.62217 83.2397 9.84731 82.6769 10.2937C82.1141 10.742 81.8306 11.1394 81.8306 11.4859C81.8306 11.6014 81.8608 11.7032 81.9191 11.7894C81.9794 11.8755 82.1201 11.9479 82.3412 12.0067C82.5643 12.0654 82.906 12.1222 83.3643 12.1809C83.8246 12.2396 84.4558 12.2964 85.2558 12.3551L87.907 12.5724L87.3985 16.1277C87.2035 16.5329 86.8678 17.0752 86.4839 17.7545C86.098 18.4338 85.6538 19.1641 85.1794 19.9452C84.705 20.7263 84.2166 21.5055 83.7261 22.2866C83.2357 23.0677 82.7955 23.7471 82.4095 24.3246C82.5281 23.5435 82.6367 22.7349 82.7412 21.897C82.8457 21.0591 82.9402 20.2643 83.0306 19.5125C83.1191 18.7608 83.1935 18.0756 83.2538 17.453C83.312 16.8324 83.3422 16.3332 83.3422 15.9573C83.3422 15.5247 83.2538 15.1273 83.0749 14.7651C82.896 14.4049 82.6668 14.0995 82.3854 13.8547C82.104 13.61 81.7985 13.4201 81.4729 13.2909C81.1452 13.1617 80.8497 13.0952 80.5824 13.0952C80.3151 13.0952 80.0779 13.1754 79.8708 13.334C79.6638 13.4926 79.4186 13.8117 79.1372 14.2874C78.8538 14.7651 78.4839 15.4366 78.0236 16.3038C77.5633 17.1711 76.9623 18.3281 76.2206 19.7729C76.2789 19.3677 76.3472 18.9272 76.4216 18.4495C76.496 17.9718 76.5623 17.5098 76.6226 17.0615C76.6829 16.6132 76.7271 16.1883 76.7553 15.7831C76.7854 15.3778 76.7995 15.045 76.7995 14.7866C76.7995 13.7745 76.5764 12.915 76.1321 12.2064C75.6879 11.4977 75.1231 11.1433 74.4397 11.1433C73.9352 11.1433 73.3563 11.2451 72.703 11.4468C72.0497 11.6484 71.3744 11.9381 70.6769 12.314C69.9794 12.6899 69.2819 13.1519 68.5844 13.702C67.8869 14.2522 67.2417 14.8728 66.6487 15.5658C66.6186 15.2486 66.4919 14.908 66.2708 14.5478C66.0477 14.1876 65.6397 14.0055 65.0467 14.0055C64.9864 14.0055 64.7191 14.0133 64.2467 14.027C63.7724 14.0427 63.1854 14.0642 62.4879 14.0916C61.7904 14.121 61.0186 14.1504 60.1724 14.1778C59.3261 14.2071 58.502 14.2365 57.702 14.2639L58.4598 8.71379C60.1804 8.71379 61.9472 8.70792 63.7583 8.69226C65.5693 8.67855 67.2316 8.62765 68.7452 8.61395C70.2588 8.60024 71.5131 8.55717 72.508 8.55717H74.1784C74.7412 8.55717 75.2618 8.48474 75.7362 8.26743C76.2105 8.05013 76.6186 7.78584 76.9603 7.43932C77.302 7.0928 77.5613 6.72475 77.7402 6.31951C77.9191 5.91426 78.0075 5.54425 78.0075 5.19578C78.0075 4.79053 77.8889 4.53995 77.6517 4.4401C77.4146 4.3383 77.0869 4.30502 76.6729 4.33243L58.8196 4.81011C58.7593 3.42209 58.5221 2.27291 58.108 1.36258C57.692 0.452241 57.099 -0.00390625 56.3271 -0.00390625C56.1201 -0.00390625 55.9271 0.0685292 55.7482 0.2134C55.5693 0.358271 55.4065 0.610816 55.2578 0.972993C55.109 1.33517 54.9744 1.84026 54.8578 2.49022C54.7392 3.14018 54.6206 3.95851 54.502 4.93932L47.2899 5.15663C46.7854 5.18599 46.3472 5.25843 45.9774 5.37393C45.6055 5.48944 45.4206 5.79288 45.4206 6.28427C45.4206 6.48591 45.495 6.73259 45.6437 7.02233C45.7925 7.31207 46.0156 7.58615 46.311 7.84652C46.6085 8.1069 46.9864 8.33987 47.4467 8.51215C47.907 8.68638 48.4477 8.74512 49.0729 8.74512H54.0156L53.304 14.3677C52.1764 14.4264 51.3161 14.6633 50.7211 15.0959C50.1261 15.5306 49.8306 16.0317 49.8306 16.6093C49.8306 16.8403 49.905 17.0262 50.0538 17.1711C50.2025 17.316 50.4698 17.3865 50.8558 17.3865C51.0347 17.3865 51.308 17.3786 51.6799 17.3649C52.0497 17.3512 52.4739 17.3297 52.9482 17.3003L51.8789 25.8869C51.7603 26.9851 51.6638 27.8602 51.5894 28.5102C51.5151 29.1602 51.4789 29.5869 51.4789 29.7886C51.4789 30.2232 51.5593 30.5482 51.7241 30.7635C51.8869 30.9808 52.1764 31.0885 52.5925 31.0885C52.9784 31.0885 53.3502 30.973 53.706 30.742C54.0618 30.511 54.3955 30.1136 54.707 29.5497C55.0186 28.9859 55.3141 28.2342 55.5975 27.2944C55.8789 26.3547 56.1241 25.1762 56.3332 23.7608L57.3563 17.083C58.098 17.0262 58.8256 16.9812 59.5372 16.9538C60.2487 16.9244 60.9321 16.897 61.5854 16.8677C61.1392 17.7937 60.7472 18.8547 60.4055 20.0548C60.0638 21.2549 59.893 22.361 59.893 23.3732C59.893 24.9334 60.2648 26.112 61.0065 26.9068C61.7482 27.7017 62.7291 28.0991 63.9452 28.0991C64.9241 28.0991 65.7844 27.8544 66.5281 27.361C67.2698 26.8696 67.893 26.206 68.3975 25.3661C68.902 24.5282 69.2799 23.5591 69.5332 22.4609C69.7844 21.3626 69.911 20.2056 69.911 18.9918C69.911 18.5298 69.8889 17.9659 69.8447 17.3003C69.8005 16.6347 69.7482 16.1296 69.6899 15.7831C69.8387 15.6676 70.0457 15.5227 70.3131 15.3504C70.5804 15.1762 70.8698 15.0118 71.1814 14.8512C71.493 14.6926 71.8045 14.5419 72.1161 14.3951C72.4276 14.2502 72.6729 14.1504 72.8497 14.0916C72.8497 14.5537 72.7894 15.2995 72.6708 16.3254C72.5522 17.3512 72.4337 18.4495 72.3151 19.6202C72.1965 20.7909 72.0839 21.9264 71.9814 23.0247C71.8769 24.123 71.8246 24.9472 71.8246 25.4973C71.8246 26.1629 72.0256 26.7267 72.4256 27.1887C72.8256 27.6508 73.2779 27.8818 73.7844 27.8818C73.9914 27.8818 74.2005 27.7878 74.4075 27.5999C74.6146 27.4119 74.912 27.0086 75.298 26.3861C75.6839 25.7655 76.1804 24.8532 76.7894 23.6531C77.3965 22.453 78.2065 20.8555 79.2156 18.8606C79.2156 19.2952 79.1713 19.8943 79.0829 20.6598C78.9945 21.4252 78.8899 22.2142 78.7713 23.0227C78.6528 23.8332 78.5482 24.5908 78.4598 25.2995C78.3713 26.0082 78.3271 26.5075 78.3271 26.7952C78.3271 27.2005 78.4156 27.5607 78.5945 27.8798C78.7734 28.1989 78.9945 28.471 79.2618 28.704C79.5291 28.935 79.8246 29.1151 80.1522 29.2463C80.4779 29.3755 80.7894 29.4421 81.0869 29.4421C81.4729 29.4421 81.7924 29.305 82.0437 29.0309C82.295 28.7549 82.6447 28.3301 83.0909 27.7526C83.2698 27.5215 83.499 27.175 83.7804 26.7111C84.0618 26.249 84.3653 25.7283 84.693 25.1508C85.0186 24.5732 85.3683 23.9448 85.7382 23.2635C86.11 22.5842 86.4578 21.9127 86.7834 21.2471C86.7533 21.5936 86.7311 21.9773 86.7171 22.3963C86.703 22.8152 86.695 23.1833 86.695 23.5024C86.695 23.935 86.7834 24.3696 86.9623 24.8023C87.1412 25.2349 87.3784 25.6265 87.6739 25.973C87.9693 26.3195 88.3271 26.6014 88.7432 26.8187C89.1593 27.036 89.5894 27.1437 90.0337 27.1437C91.0427 27.1437 92.2528 26.3998 93.6618 24.91C95.0708 23.4221 96.5925 21.2608 98.2246 18.428C98.4618 19.1797 98.6688 19.9883 98.8477 20.8555C99.0266 21.7228 99.1894 22.547 99.3382 23.3281C98.7151 23.7901 98.1884 24.1895 97.7583 24.5204C97.3281 24.8532 96.9724 25.1488 96.6889 25.4092C96.4075 25.6695 96.1985 25.9162 96.0658 26.1472C95.9332 26.3782 95.8648 26.6249 95.8648 26.8853C95.8648 27.6077 96.2286 28.2224 96.9563 28.7275C97.6839 29.2326 98.492 29.4871 99.3824 29.4871C100.568 29.4871 101.527 28.9879 102.255 27.9914C102.982 26.9949 103.346 25.7146 103.346 24.1543C103.346 22.594 103.153 21.1042 102.767 19.5145C102.381 17.9248 101.935 16.3058 101.433 14.6574C101.907 14.0505 102.293 13.5298 102.59 13.0971C102.888 12.6645 103.117 12.2944 103.28 11.991C103.443 11.6876 103.553 11.4428 103.614 11.2529C103.672 11.065 103.702 10.8849 103.702 10.7107C103.702 10.278 103.575 9.92953 103.324 9.66916C103.071 9.40878 102.693 9.27957 102.188 9.27957L102.178 9.27761ZM65.7804 24.4773C65.5271 25.0999 65.2236 25.4092 64.8678 25.4092C64.5703 25.4092 64.3472 25.2428 64.2005 24.91C64.0518 24.5771 63.9774 24.123 63.9774 23.5435C63.9774 22.4452 64.2146 21.3822 64.6889 20.3563C65.1633 19.3305 65.6095 18.3986 66.0256 17.5587C66.0256 17.9053 66.0477 18.4475 66.092 19.1856C66.1362 19.9237 66.1583 20.6676 66.1583 21.4194C66.1583 22.8367 66.0316 23.8547 65.7804 24.4773Z" fill="#1B72E8"/> <path d="M106.231 29.2275C106.438 29.0258 106.543 28.8085 106.543 28.5775C106.543 28.2016 106.29 28.0137 105.785 28.0137C105.341 28.0137 105.118 28.1057 105.118 28.3367C105.118 28.3935 105.162 28.3993 105.251 28.3993H105.474C105.385 28.7772 105.319 28.9573 105.273 29.1609C105.228 29.3625 105.206 29.4917 105.206 29.5192C105.206 29.7795 105.295 29.9146 105.474 29.9146C105.592 29.9146 105.667 29.7443 105.697 29.3978C105.757 29.4545 105.807 29.5074 105.854 29.5505C105.898 29.5935 105.964 29.6875 106.055 29.8324C106.113 29.9185 106.187 29.9636 106.278 29.9636C106.485 29.9636 106.589 29.8618 106.589 29.6601C106.589 29.4859 106.471 29.343 106.233 29.2275H106.231ZM105.964 29.1413C105.846 29.0826 105.757 29.0552 105.697 29.0552L105.785 28.4483C105.964 28.4483 106.053 28.5501 106.053 28.7517C106.053 28.8966 106.022 29.0258 105.964 29.1413Z" fill="#1B72E8"/> <path d="M107.276 27.6651C106.995 27.3773 106.571 27.2324 106.008 27.2324C105.413 27.2324 104.955 27.4341 104.627 27.8393C104.299 28.2446 104.137 28.7359 104.137 29.3135C104.137 29.8049 104.293 30.1866 104.605 30.4626C104.916 30.7367 105.31 30.8738 105.785 30.8738C106.378 30.8738 106.846 30.678 107.188 30.2884C107.529 29.8988 107.7 29.3839 107.7 28.7496C107.7 28.317 107.56 27.9548 107.278 27.6651H107.276ZM106.808 30.0711C106.571 30.3452 106.259 30.4822 105.873 30.4822C105.457 30.4822 105.146 30.3589 104.939 30.1142C104.732 29.8675 104.627 29.5582 104.627 29.1823C104.627 28.7497 104.738 28.3796 104.961 28.0762C105.184 27.7728 105.501 27.62 105.917 27.62C106.362 27.62 106.681 27.7434 106.874 27.9881C107.067 28.2348 107.164 28.5304 107.164 28.8769C107.164 29.3977 107.045 29.7951 106.808 30.0691V30.0711Z" fill="#1B72E8"/> <path d="M55.5815 38.8691C55.5815 40.1103 54.8358 40.9756 53.7544 40.9756C53.1876 40.9756 52.7554 40.7583 52.472 40.3433L52.4057 40.866H51.3464V35.543H52.5403V37.3441C52.8238 36.9819 53.2338 36.7705 53.7564 36.7705C54.868 36.7705 55.5836 37.6201 55.5836 38.8691H55.5815ZM54.3815 38.8613C54.3815 38.1487 54.0459 37.6847 53.473 37.6847C53.0408 37.6847 52.6831 37.9235 52.5403 38.411V39.2979C52.681 39.7853 53.0328 40.032 53.473 40.032C54.0479 40.032 54.3815 39.5602 54.3815 38.8633V38.8613Z" fill="black"/> <path d="M60.4056 36.8887L58.7573 41.1584C58.3915 42.1021 57.9232 42.3938 57.0508 42.3938H56.4478V41.5148H57.0749C57.4106 41.5148 57.5453 41.4423 57.7081 41.0136L57.7222 40.9705L56.1121 36.8887H57.3805L58.0136 38.7328C58.0277 38.7837 58.2146 39.561 58.3192 40.0034C58.4156 39.561 58.5945 38.7837 58.6106 38.7328L59.1855 36.8887H60.4076H60.4056Z" fill="black"/> <path d="M70.291 35.543V40.866H69.1513V37.5105L69.2035 36.1459L68.7935 37.4831L67.5111 40.8679H66.3633L65.089 37.4909L64.6709 36.1694L64.7231 37.5203V40.8679H63.5834V35.5449H65.493L66.6407 38.8574L66.9463 40.0633L67.2518 38.8574L68.4679 35.5449H70.295L70.291 35.543Z" fill="black"/> <path d="M71.4392 38.8682C71.4392 37.6192 72.2895 36.7695 73.608 36.7695C74.9266 36.7695 75.7548 37.6055 75.7548 38.8682C75.7548 40.1309 74.9126 40.9806 73.592 40.9806C72.2714 40.9806 71.4372 40.1309 71.4372 38.8682H71.4392ZM74.5488 38.8682C74.5488 38.091 74.2352 37.6622 73.6101 37.6622C72.9849 37.6622 72.6553 38.091 72.6553 38.8682C72.6553 39.6454 72.9608 40.0879 73.594 40.0879C74.2271 40.0879 74.5488 39.6454 74.5488 38.8682Z" fill="black"/> <path d="M80.7417 38.1947V40.867H79.5477V38.506C79.5477 38.0127 79.2643 37.7503 78.8542 37.7503C78.4442 37.7503 78.1527 38.0185 78.012 38.4179V40.8651H76.8181V36.885H77.9216L77.9658 37.4156C78.3095 36.979 78.7256 36.7773 79.2703 36.7773C80.1648 36.7773 80.7397 37.3079 80.7397 38.1928L80.7417 38.1947Z" fill="black"/> <path d="M81.8083 38.8682C81.8083 37.6192 82.6586 36.7695 83.9772 36.7695C85.2958 36.7695 86.1239 37.6055 86.1239 38.8682C86.1239 40.1309 85.2817 40.9806 83.9611 40.9806C82.6405 40.9806 81.8063 40.1309 81.8063 38.8682H81.8083ZM84.9179 38.8682C84.9179 38.091 84.6043 37.6622 83.9792 37.6622C83.3541 37.6622 83.0244 38.091 83.0244 38.8682C83.0244 39.6454 83.33 40.0879 83.9631 40.0879C84.5963 40.0879 84.9179 39.6454 84.9179 38.8682Z" fill="black"/> <path d="M90.1056 37.6491L88.8011 37.5688L88.8674 38.1561V39.4698C88.8674 39.8104 89.0242 39.9337 89.3217 39.9337H90.1036V40.8636H89.0524C88.1358 40.8636 87.6875 40.5367 87.6875 39.7164V38.1561L87.7478 37.5747L86.779 37.6471V36.8856L87.7418 36.958L87.6895 36.6095V35.709H88.8674V36.6095L88.8152 36.9658L90.1056 36.8856V37.6471V37.6491Z" fill="black"/> <path d="M95.1066 36.8887L93.4584 41.1584C93.0926 42.1021 92.6242 42.3938 91.7519 42.3938H91.1489V41.5148H91.776C92.1117 41.5148 92.2463 41.4423 92.4092 41.0136L92.4232 40.9705L90.8132 36.8887H92.0815L92.7147 38.7328C92.7287 38.7837 92.9157 39.561 93.0202 40.0034C93.1167 39.561 93.2956 38.7837 93.3117 38.7328L93.8865 36.8887H95.1086H95.1066Z" fill="black"/> <path d="M100.201 38.8858C100.201 40.1211 99.4549 40.9845 98.3735 40.9845C97.8509 40.9845 97.4408 40.773 97.1574 40.403V42.349H95.9634V36.8889H97.0368L97.0971 37.3979C97.3805 36.9986 97.8127 36.7812 98.3715 36.7812C99.483 36.7812 100.199 37.6309 100.199 38.8877L100.201 38.8858ZM99.0006 38.8721C99.0006 38.1595 98.6649 37.7033 98.09 37.7033C97.6579 37.7033 97.3001 37.9422 97.1574 38.4218V39.3145C97.2981 39.802 97.6498 40.0487 98.09 40.0487C98.6649 40.0487 99.0006 39.5769 99.0006 38.8721Z" fill="black"/> <path d="M105.38 39.1305H102.24C102.285 39.8059 102.65 40.1407 103.3 40.1407C103.696 40.1407 103.993 40.0174 104.202 39.6689L105.254 39.8725C104.932 40.5616 104.246 40.9845 103.278 40.9845C101.891 40.9845 101.085 40.1485 101.085 38.8936C101.085 37.6387 101.852 36.7734 103.231 36.7734C104.61 36.7734 105.378 37.6955 105.378 38.9152V39.1325L105.38 39.1305ZM102.248 38.4923H104.21C104.15 37.9187 103.867 37.5409 103.233 37.5409C102.697 37.5409 102.323 37.8463 102.248 38.4923Z" fill="black"/> <path d="M106.543 39.5898H107.996V40.8682H106.543V39.5898Z" fill="black"/></svg> </a> </div> </div> <div class="m-gh-header__hamburger"> <a class="m-gh-header__hamburger_icon" title="menu"> <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"> <path fill-rule="evenodd" clip-rule="evenodd" d="M0 12C0 11.4477 0.447715 11 1 11H23C23.5523 11 24 11.4477 24 12C24 12.5523 23.5523 13 23 13H1C0.447715 13 0 12.5523 0 12Z" fill="#667488"/> <path fill-rule="evenodd" clip-rule="evenodd" d="M0 19C0 18.4477 0.447715 18 1 18H23C23.5523 18 24 18.4477 24 19C24 19.5523 23.5523 20 23 20H1C0.447715 20 0 19.5523 0 19Z" fill="#667488"/> <path fill-rule="evenodd" clip-rule="evenodd" d="M0 5C0 4.44772 0.447715 4 1 4H23C23.5523 4 24 4.44772 24 5C24 5.55228 23.5523 6 23 6H1C0.447715 6 0 5.55228 0 5Z" fill="#667488"/> </svg> </a> <div class="m-gh-header__hamburger_logo"> <a href="/" title="MyFonts" class="gh-sitelogo" data-analytics-linkcategory="header" data-analytics-linksection="primary navigation" data-analytics-linkname="my fonts logo" data-analytics-linktype="a"> <svg xmlns="http://www.w3.org/2000/svg" width="67" height="32" viewBox="0 0 67 32" fill="none"><g clip-path="url(#clip0_3520_15875)"><path d="M29.8152 11.8098C29.7021 11.4707 29.5133 11.1621 29.2634 10.9076C29.1564 10.8007 29.0294 10.7162 28.8897 10.6591C28.7499 10.602 28.6003 10.5735 28.4495 10.5751C28.3113 10.5666 28.1732 10.5925 28.0474 10.6505C27.9216 10.7085 27.8119 10.7968 27.7282 10.9076C27.4694 11.288 27.2387 11.6869 27.0381 12.1012L25.7685 14.6818C26.0811 13.1275 26.3063 11.9666 26.4442 11.1991C26.56 10.6277 26.6292 10.0477 26.651 9.46498C26.6492 9.17952 26.5928 8.89706 26.4851 8.63299C26.376 8.35822 26.2274 8.1011 26.0438 7.86993C25.8669 7.63571 25.6469 7.43784 25.3958 7.28706C25.1584 7.14242 24.8882 7.06124 24.6108 7.05125C24.4868 7.05911 24.365 7.0873 24.2501 7.13469C24.1124 7.19534 23.9893 7.28527 23.8894 7.39831C23.7233 7.58195 23.5796 7.78495 23.4615 8.00295C23.3052 8.27141 23.1164 8.63057 22.8952 9.07438L21.1844 12.5172C21.3127 11.3885 21.4277 10.4453 21.5295 9.68748C21.6313 8.92967 21.7142 8.29157 21.7783 7.77319C21.8425 7.25562 21.8885 6.83035 21.9166 6.4974C21.9446 6.16444 21.9583 5.8593 21.9575 5.58197C21.962 5.14628 21.8871 4.71344 21.7363 4.30497C21.6038 3.93935 21.4085 3.60001 21.1592 3.30248C20.9404 3.04242 20.6789 2.82197 20.3862 2.65067C20.1536 2.50414 19.8873 2.4208 19.6131 2.40882C19.4378 2.40319 19.2634 2.43621 19.1022 2.50556C18.9385 2.59298 18.797 2.71711 18.6886 2.86835C18.5157 3.10859 18.3762 3.3714 18.2738 3.64954C18.136 3.99217 17.9757 4.44081 17.793 4.99547L15.4198 12.493L15.6722 6.77191C15.693 6.28154 15.6325 5.79112 15.4931 5.32077C15.3729 4.90479 15.1865 4.51112 14.9413 4.15502C14.7321 3.84909 14.4649 3.58772 14.155 3.38592C13.8929 3.21132 13.5869 3.11528 13.2726 3.10899C12.981 3.11469 12.6995 3.21715 12.4719 3.40043C12.2138 3.59472 11.9469 3.99257 11.6712 4.59399C11.3113 5.43953 11.0163 6.31156 10.7888 7.20241C10.4754 8.33994 10.1251 9.85235 9.73803 11.7396C9.46232 13.1102 9.23229 14.2574 9.04795 15.1812C8.91026 15.9362 8.71205 16.6787 8.45525 17.4015C8.24366 17.9561 7.99079 18.354 7.69665 18.5951C7.4025 18.8361 7.00697 18.957 6.51005 18.9578C6.06732 18.9552 5.62682 18.8946 5.19962 18.7777C4.76012 18.661 4.33104 18.5077 3.91684 18.3193C3.53323 18.1485 3.17022 17.9343 2.83484 17.6808C2.55832 17.4782 2.31494 17.2334 2.1135 16.9553C2.63289 16.7789 3.17886 16.6951 3.72689 16.7074C4.19304 16.7065 4.65867 16.7388 5.12027 16.8041C5.46281 16.8593 5.80861 16.8916 6.15539 16.9008C6.50484 16.9008 6.67956 16.7344 6.67956 16.4014C6.66405 16.1546 6.57666 15.9178 6.4283 15.7206C6.23144 15.4403 5.98338 15.2002 5.69734 15.0132C5.33118 14.7703 4.93132 14.5833 4.51075 14.4581C3.98684 14.3022 3.44244 14.2272 2.89615 14.2356C1.95762 14.2356 1.24029 14.4621 0.744167 14.9152C0.507915 15.1193 0.318894 15.373 0.190344 15.6583C0.0617942 15.9437 -0.00317492 16.2538 -1.18799e-05 16.5671C-0.0039655 17.1468 0.169371 17.7138 0.496508 18.1911C0.851038 18.7047 1.30643 19.1397 1.83459 19.4694C2.44093 19.8498 3.10129 20.1353 3.79302 20.3159C4.56234 20.5223 5.35557 20.6248 6.15178 20.6206C6.7692 20.6368 7.38232 20.5128 7.94551 20.2578C8.42301 20.0319 8.84657 19.7053 9.18741 19.3001C9.52732 18.887 9.80185 18.4236 10.0013 17.9263C10.2141 17.4044 10.3849 16.8661 10.5123 16.3168L11.3682 12.0988C11.5518 11.266 11.7173 10.5304 11.8648 9.89185C12.0122 9.25335 12.1449 8.69426 12.2627 8.21458C12.3821 7.73087 12.4923 7.31004 12.5933 6.95209C12.6943 6.59414 12.7909 6.28416 12.8831 6.02215C12.9937 6.17049 13.049 6.64251 13.049 7.43822C13.049 8.27101 13.0169 9.19168 12.9528 10.2002C12.8887 11.2088 12.8566 12.2403 12.8566 13.2948C12.8533 13.7488 12.9091 14.2013 13.0225 14.6407C13.1171 15.0208 13.261 15.3867 13.4505 15.7291C13.6063 16.0151 13.823 16.2629 14.0853 16.4546C14.3131 16.6238 14.5884 16.716 14.8715 16.7182C15.0396 16.7255 15.2064 16.6851 15.3528 16.6017C15.4993 16.5183 15.6195 16.3953 15.6999 16.2466C15.966 15.7398 16.1877 15.2105 16.3623 14.6649L19.2597 5.75611C19.3252 5.98129 19.3532 6.21584 19.3426 6.45024C19.3351 6.99795 19.2949 7.54472 19.2224 8.0876C19.1423 8.75351 19.0549 9.50287 18.9603 10.3357C18.8681 11.0757 18.7944 11.6864 18.7391 12.1677C18.6838 12.649 18.6437 13.0469 18.6189 13.3613C18.5916 13.6765 18.5732 13.9216 18.5636 14.0965C18.554 14.2715 18.5496 14.4242 18.5504 14.5548C18.5345 15.1906 18.6767 15.8203 18.9639 16.3869C19.2396 16.9053 19.5706 17.1645 19.957 17.1645C20.0772 17.1636 20.1959 17.1372 20.3053 17.087C20.4147 17.0368 20.5123 16.9638 20.5917 16.873C20.8318 16.5909 21.0339 16.2783 21.1929 15.9431L24.1984 9.86525C24.1845 10.2285 24.1443 10.5902 24.0782 10.9476C23.998 11.4474 23.9063 12.0117 23.8029 12.6405C23.6995 13.2694 23.6029 13.9075 23.5132 14.5548C23.4264 15.1337 23.3802 15.7181 23.3749 16.3035C23.3693 16.6383 23.4205 16.9716 23.5264 17.289C23.6107 17.544 23.7366 17.7831 23.8991 17.9965C24.0328 18.1696 24.2022 18.3115 24.3956 18.4124C24.5482 18.4967 24.7182 18.5443 24.8921 18.5515C25.1494 18.5515 25.3746 18.4036 25.5678 18.1077C25.7609 17.8118 26.0138 17.3584 26.3264 16.7473L28.1754 12.9985C28.1201 14.2747 27.9999 15.5835 27.8147 16.925C27.635 18.2448 27.3724 19.5518 27.0285 20.8383C26.6995 22.0726 26.2751 23.2791 25.7589 24.4468C25.2942 25.5184 24.6876 26.5219 23.9556 27.4301C23.2877 28.2549 22.468 28.9426 21.5415 29.4556C20.605 29.9618 19.5557 30.2199 18.4926 30.2054C18.1985 30.2054 17.9272 30.1961 17.6787 30.1775C17.4236 30.1579 17.1702 30.1208 16.9201 30.0663C16.6395 30.0022 16.3629 29.9215 16.0918 29.8244C15.7977 29.7229 15.4771 29.5979 15.13 29.4496C14.9844 29.3772 14.817 29.3626 14.6611 29.4084C14.5137 29.4544 14.4399 29.6072 14.4399 29.8668C14.4399 30.5327 14.8078 31.0567 15.5436 31.4388C16.2793 31.821 17.2267 32.0104 18.3856 32.0072C19.6749 32.0253 20.9534 31.7699 22.1378 31.2574C23.2438 30.7653 24.2554 30.0817 25.1265 29.2379C26.0242 28.3641 26.7908 27.3636 27.4024 26.2679C28.0533 25.1139 28.5851 23.8958 28.9893 22.6328C29.4042 21.3419 29.7134 20.0189 29.9138 18.6773C30.1131 17.3638 30.2143 16.0371 30.2168 14.7084C30.2184 14.1796 30.1863 13.6513 30.1206 13.1267C30.0671 12.6778 29.9647 12.2362 29.8152 11.8098Z" fill="#1B72E8"/><path d="M63.3209 5.94003C62.8977 5.94003 62.4625 6.20849 61.966 6.74541C61.4695 7.28233 61.0174 8.07562 60.777 9.13253C60.2961 9.73717 59.9571 10.3769 59.5243 11.0335C59.0915 11.6902 58.6611 12.3057 58.2571 12.8789C57.8532 13.4521 57.4733 13.9564 57.133 14.3917C56.8831 14.7284 56.6013 15.0398 56.2915 15.3216C56.2915 15.1366 56.3035 14.8174 56.3312 14.3639C56.3588 13.9104 56.3997 13.3699 56.4514 12.7398C56.5031 12.1098 56.5716 11.4096 56.6437 10.6308C56.7159 9.85206 56.8 9.03942 56.8914 8.18808C57.2593 8.22517 57.5767 8.24815 57.8436 8.25701C58.1104 8.26588 58.3725 8.27032 58.6298 8.27032C58.818 8.26935 59.003 8.22157 59.1684 8.13125C59.3483 8.03399 59.5108 7.9073 59.6493 7.75637C59.7961 7.60064 59.9178 7.42273 60.01 7.22912C60.1021 7.03421 60.1493 6.82094 60.1482 6.60514C60.1549 6.46249 60.1161 6.32142 60.0376 6.20245C59.9639 6.09845 59.828 6.04645 59.6301 6.04645L57.091 6.10207L57.4516 2.7439C57.4881 2.49859 57.4742 2.24835 57.4108 2.00866C57.3458 1.75874 57.1663 1.63378 56.8722 1.63378C56.6878 1.63378 56.4947 1.75471 56.2927 1.99656C56.0637 2.27988 55.8733 2.59261 55.7264 2.9265C55.5402 3.33425 55.3745 3.75118 55.2299 4.17569C55.0797 4.60495 54.9643 5.04577 54.8849 5.49381L54.7743 6.13231L52.9469 6.16738C52.1558 6.16738 51.5856 6.31088 51.2361 6.59788C50.8867 6.88488 50.7119 7.13923 50.7119 7.36094C50.7104 7.42996 50.7297 7.49783 50.7672 7.55563C50.8368 7.63006 50.929 7.67901 51.0293 7.6947C51.2385 7.74472 51.4505 7.78188 51.6641 7.80595C51.9494 7.84304 52.3402 7.88012 52.8363 7.91721L54.4797 8.05627L54.1647 10.3321C54.0445 10.5909 53.8365 10.9368 53.5973 11.3721C53.358 11.8075 53.0839 12.2742 52.7894 12.7737C52.4948 13.2731 52.1883 13.7725 51.8889 14.272C51.5896 14.7714 51.3119 15.2068 51.0726 15.5768C51.1455 15.077 51.2141 14.559 51.2782 14.0229C51.3423 13.4868 51.4012 12.9756 51.4549 12.4895C51.5102 12.0058 51.5563 11.5664 51.5932 11.1714C51.63 10.7763 51.6485 10.4571 51.6485 10.2136C51.6513 9.94993 51.5946 9.68902 51.4826 9.45057C51.3797 9.22969 51.2342 9.03157 51.0546 8.8677C50.8883 8.71514 50.6971 8.59243 50.4895 8.50492C50.315 8.42923 50.1277 8.38817 49.9377 8.38399C49.7776 8.38222 49.6218 8.43603 49.4965 8.53636C49.3112 8.71003 49.157 8.91458 49.0408 9.141C48.8661 9.44654 48.6361 9.87665 48.3508 10.4313C48.0654 10.986 47.6931 11.726 47.2339 12.6515C47.2708 12.3928 47.3108 12.1106 47.3541 11.805C47.3974 11.4995 47.4375 11.2036 47.4743 10.9174C47.5112 10.6304 47.5389 10.3575 47.5573 10.0987C47.5757 9.83996 47.5849 9.62713 47.5849 9.46025C47.6029 8.88161 47.4596 8.30946 47.1714 7.80837C46.9013 7.35932 46.5546 7.1348 46.1315 7.1348C45.763 7.14381 45.3981 7.20946 45.0494 7.32949C44.614 7.47275 44.1936 7.65866 43.7943 7.88455C43.3371 8.1419 42.903 8.4389 42.4971 8.77217C42.0586 9.12953 41.6559 9.5293 41.2949 9.96573C41.2644 9.73306 41.1822 9.51029 41.0544 9.31392C40.9166 9.08255 40.6637 8.96686 40.2958 8.96686L39.7993 8.98137C39.5052 8.99105 39.1417 9.00475 38.7089 9.02249C38.2761 9.04023 37.8028 9.05595 37.2891 9.06965L35.7574 9.12528L36.2263 5.57241C37.2931 5.57241 38.3875 5.56798 39.5096 5.55911C40.6313 5.54943 41.6616 5.51799 42.5993 5.50832C43.537 5.49864 44.3149 5.47204 44.9304 5.47204H45.9655C46.2959 5.48226 46.6244 5.41865 46.9273 5.28581C47.2108 5.15831 47.4681 4.97867 47.6859 4.75615C47.888 4.5488 48.051 4.30623 48.1668 4.04025C48.27 3.81462 48.3265 3.57022 48.3327 3.32194C48.3327 3.06315 48.2594 2.90232 48.1115 2.83822C47.9191 2.76883 47.7134 2.74524 47.5104 2.7693L36.4499 3.07524C36.4131 2.18844 36.266 1.45319 36.0087 0.869515C35.7514 0.285835 35.3827 -0.00398947 34.9027 4.14706e-05C34.7697 0.00106942 34.6416 0.0504668 34.542 0.139109C34.4043 0.273938 34.3005 0.439726 34.239 0.622821C34.1249 0.936372 34.0416 1.26039 33.9902 1.59025C33.9164 2.00624 33.8427 2.53026 33.769 3.16231L29.2991 3.30138C29.0255 3.31476 28.7546 3.36187 28.4924 3.44166C28.2624 3.51583 28.1473 3.71012 28.1473 4.02453C28.1575 4.19021 28.2048 4.35143 28.2856 4.49615C28.3896 4.69626 28.5299 4.87507 28.6992 5.0234C28.9059 5.2074 29.1442 5.35204 29.4025 5.45027C29.7264 5.56135 30.0679 5.61176 30.4099 5.59901H33.472L33.0308 9.19663C32.3311 9.23411 31.7985 9.38527 31.4306 9.66341C31.0627 9.94154 30.8788 10.268 30.8788 10.6308C30.8757 10.6976 30.8863 10.7644 30.9101 10.8268C30.9339 10.8892 30.9703 10.946 31.0171 10.9936C31.1084 11.0867 31.2743 11.1315 31.5136 11.1315C31.6242 11.1315 31.7945 11.1266 32.0245 11.117C32.2545 11.1073 32.5166 11.0932 32.8108 11.0746L32.1435 16.5672C32.0698 17.2702 32.0101 17.8297 31.9644 18.2457C31.9187 18.6617 31.8959 18.9346 31.8959 19.0644C31.8805 19.2832 31.9334 19.5013 32.0474 19.6883C32.1484 19.827 32.3279 19.8963 32.586 19.8963C32.833 19.8937 33.0735 19.8162 33.276 19.6738C33.5406 19.4731 33.7533 19.2114 33.8964 18.9108C34.1283 18.4499 34.3132 17.9665 34.4482 17.4681C34.6519 16.7258 34.8041 15.9702 34.9039 15.2068L35.5386 10.9332C35.9979 10.8961 36.4487 10.8683 36.8911 10.8497L38.1595 10.7941C37.8599 11.4525 37.6154 12.1349 37.4285 12.8341C37.2284 13.5244 37.1217 14.2387 37.1111 14.9576C37.1111 15.9565 37.3412 16.7103 37.8012 17.219C38.2613 17.7277 38.8684 17.9821 39.6226 17.9821C40.1914 17.9935 40.75 17.8289 41.2228 17.5104C41.6993 17.1775 42.0954 16.7411 42.3817 16.2334C42.7107 15.6539 42.948 15.0265 43.085 14.3736C43.246 13.6446 43.3267 12.9 43.3255 12.1533C43.3255 11.8574 43.3118 11.4947 43.2846 11.065C43.2573 10.6353 43.2253 10.3128 43.1884 10.0975C43.2798 10.0238 43.4096 9.93066 43.5743 9.82061C43.7478 9.70483 43.9272 9.59827 44.1117 9.50136C44.3049 9.39978 44.498 9.30264 44.6912 9.20993C44.8393 9.13652 44.9915 9.07152 45.1468 9.01523C45.1468 9.3111 45.11 9.78756 45.0362 10.4446C44.9625 11.1016 44.8888 11.8046 44.815 12.5536C44.7413 13.3025 44.6723 14.0281 44.6082 14.7303C44.5441 15.4325 44.5121 15.9597 44.5121 16.312C44.4998 16.7085 44.6324 17.0957 44.8847 17.4004C45.1332 17.6963 45.4137 17.8442 45.7263 17.8442C45.8732 17.8361 46.0113 17.7716 46.1122 17.664C46.3258 17.4275 46.511 17.1665 46.664 16.8864C46.9045 16.489 47.2127 15.9061 47.5886 15.1378L49.0925 12.0711C49.0851 12.456 49.0575 12.8403 49.0096 13.2223C48.9543 13.7125 48.8898 14.2168 48.816 14.7351C48.7423 15.2535 48.6778 15.7372 48.6225 16.1863C48.5782 16.5038 48.5505 16.8235 48.5395 17.144C48.5353 17.3858 48.5924 17.6247 48.7054 17.8381C48.9158 18.2327 49.2557 18.5417 49.6672 18.7125C49.8507 18.7903 50.0475 18.8314 50.2467 18.8334C50.3587 18.836 50.4698 18.8137 50.5723 18.7681C50.6747 18.7225 50.7659 18.6548 50.8394 18.5698C50.9957 18.394 51.2117 18.1211 51.4874 17.7511C51.598 17.6035 51.7406 17.3814 51.9154 17.0848C52.0901 16.7881 52.2788 16.4551 52.4816 16.0859C52.6836 15.7159 52.8996 15.3128 53.1296 14.8766C53.3596 14.4405 53.5756 14.0104 53.7776 13.5863C53.7592 13.808 53.7456 14.0531 53.7367 14.3216C53.7279 14.59 53.7235 14.8258 53.7235 15.029C53.7253 15.3144 53.7816 15.5969 53.8894 15.861C53.9962 16.1328 54.1451 16.3859 54.3306 16.6107C54.5143 16.833 54.7393 17.017 54.9931 17.1525C55.2385 17.2881 55.5138 17.3596 55.7938 17.3605C56.4189 17.3605 57.1683 16.884 58.0419 15.9311C58.9155 14.9782 59.8581 13.5952 60.8696 11.7821C61.024 12.2932 61.1528 12.8118 61.2555 13.336C61.3661 13.8907 61.4671 14.4179 61.5584 14.9177C61.1721 15.2136 60.8455 15.468 60.5786 15.6808C60.3117 15.8936 60.0909 16.0835 59.9162 16.2504C59.7653 16.3877 59.6353 16.5466 59.5303 16.722C59.4501 16.866 59.4087 17.0286 59.4101 17.1936C59.4101 17.6564 59.6353 18.0494 60.0857 18.3727C60.5227 18.6915 61.0498 18.861 61.5897 18.8564C62.3255 18.8564 62.9185 18.5371 63.369 17.8986C63.8194 17.2601 64.0446 16.4414 64.0446 15.4426C64.0393 14.4418 63.9183 13.4452 63.684 12.4726C63.4435 11.4552 63.1678 10.4192 62.8568 9.36472C63.151 8.97613 63.3914 8.64318 63.5782 8.36585C63.7326 8.13744 63.8754 7.90133 64.0062 7.65842C64.0884 7.50744 64.1575 7.34966 64.213 7.1868C64.2485 7.07453 64.2671 6.95755 64.2683 6.83974C64.2784 6.59445 64.192 6.35502 64.0278 6.17342C63.8691 6.01702 63.6335 5.93922 63.3209 5.94003ZM40.7659 15.6675C40.6056 16.0657 40.4173 16.2645 40.2009 16.2637C40.0165 16.2637 39.8787 16.1572 39.7873 15.9444C39.6837 15.6652 39.6367 15.3679 39.649 15.0701C39.6491 14.3661 39.7996 13.6704 40.0903 13.03C40.3844 12.3738 40.6605 11.7772 40.9186 11.2403C40.9186 11.462 40.9322 11.8091 40.9595 12.2815C40.9867 12.7539 41.0003 13.2304 41.0003 13.7109C40.9971 14.617 40.919 15.2692 40.7659 15.6675Z" fill="#1B72E8"/></g><defs><clipPath id="clip0_3520_15875"><rect width="66.7429" height="32" fill="white"/></clipPath></defs></svg> </a> </div> </div> </div> <div class="gh-header__right"> <div class="gh-header__top-content"> <div class="gh-header__search gh-desktop-only"> <div id="gh-search-placeholder"></div> </div> <div class="gh-header__mini-menu-and-lang gh-flex gh-h-center"> <div class="m-gh-header__search"> <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="none"> <path fill-rule="evenodd" clip-rule="evenodd" d="M6.47619 2.28571C5.36481 2.28571 4.29894 2.72721 3.51308 3.51308C2.72721 4.29894 2.28571 5.36481 2.28571 6.47619C2.28571 7.02649 2.3941 7.5714 2.6047 8.07982C2.81529 8.58823 3.12395 9.05018 3.51308 9.43931C3.9022 9.82843 4.36415 10.1371 4.87257 10.3477C5.38098 10.5583 5.92589 10.6667 6.47619 10.6667C7.02649 10.6667 7.57141 10.5583 8.07982 10.3477C8.58823 10.1371 9.05018 9.82843 9.43931 9.43931C9.82843 9.05018 10.1371 8.58823 10.3477 8.07982C10.5583 7.57141 10.6667 7.02649 10.6667 6.47619C10.6667 5.36481 10.2252 4.29894 9.43931 3.51308C8.65344 2.72721 7.58757 2.28571 6.47619 2.28571ZM1.89683 1.89683C3.11135 0.682311 4.7586 0 6.47619 0C8.19378 0 9.84103 0.682311 11.0555 1.89683C12.2701 3.11135 12.9524 4.7586 12.9524 6.47619C12.9524 7.32666 12.7849 8.16879 12.4594 8.95452C12.281 9.38536 12.0569 9.79461 11.7918 10.1756L15.6653 14.049C16.1116 14.4953 16.1116 15.219 15.6653 15.6653C15.219 16.1116 14.4953 16.1116 14.049 15.6653L10.1756 11.7918C9.79461 12.0569 9.38536 12.281 8.95452 12.4594C8.16879 12.7849 7.32666 12.9524 6.47619 12.9524C5.62573 12.9524 4.78359 12.7849 3.99786 12.4594C3.21213 12.134 2.4982 11.6569 1.89683 11.0555C1.29546 10.4542 0.81843 9.74025 0.492971 8.95452C0.167512 8.16879 0 7.32666 0 6.47619C0 4.7586 0.682311 3.11135 1.89683 1.89683Z" fill="#576579"/> </svg> </div> <div class="gh-dropdown gh-miniDropdown" data-dropdown="mini-dropdown"> <div class="gh-current-selection" tabindex="0">En savoir plus</div> <ul class="gh-options"> <li data-value="Les créatifs"><a tabindex="0" href="/fr/a/font/content/creative-characters" class="" target="_self" data-analytics-linkcategory="header" data-analytics-linksection="primary navigation" data-analytics-linkname="En savoir plus:Les créatifs" data-analytics-linktype="a">Les créatifs</a></li> <li data-value="Questions créatives"><a tabindex="0" href="/fr/a/font/content/creative-matters" class="" target="_self" data-analytics-linkcategory="header" data-analytics-linksection="primary navigation" data-analytics-linkname="En savoir plus:Questions créatives" data-analytics-linktype="a">Questions créatives</a></li> <li data-value="Guide de terrain"><a tabindex="0" href="/fr/a/font/content/font-field-guide" class="" target="_self" data-analytics-linkcategory="header" data-analytics-linksection="primary navigation" data-analytics-linkname="En savoir plus:Guide de terrain" data-analytics-linktype="a">Guide de terrain</a></li> <li data-value="Polices in situ"><a tabindex="0" href="/fr/a/font/content/fonts-in-use" class="" target="_self" data-analytics-linkcategory="header" data-analytics-linksection="primary navigation" data-analytics-linkname="En savoir plus:Polices in situ" data-analytics-linktype="a">Polices in situ</a></li> <li data-value="Manuel d&#039;utilisation"><a tabindex="0" href="/fr/a/font/content/the-font-manual" class="" target="_self" data-analytics-linkcategory="header" data-analytics-linksection="primary navigation" data-analytics-linkname="En savoir plus:Manuel d&#039;utilisation" data-analytics-linktype="a">Manuel d&#039;utilisation</a></li> <li data-value="Tendances typographiques"><a tabindex="0" href="/fr/a/font/content/type-trends" class="" target="_self" data-analytics-linkcategory="header" data-analytics-linksection="primary navigation" data-analytics-linkname="En savoir plus:Tendances typographiques" data-analytics-linktype="a">Tendances typographiques</a></li> <li data-value="Informations typographiques"><a tabindex="0" href="/fr/a/font/content/for-your-typographical-information" class="" target="_self" data-analytics-linkcategory="header" data-analytics-linksection="primary navigation" data-analytics-linkname="En savoir plus:Informations typographiques" data-analytics-linktype="a">Informations typographiques</a></li> <li class="gh-nested-dropdown" tabindex="0"> <div class="gh-nested-current-option">Memory Lane</div> <ul class="gh-nested-options"> <li data-value="Fontshop Memory Lane"><a tabindex="0" href="/fr/pages/fontshop-memory-lane" class="" target="_self" data-analytics-linkcategory="header" data-analytics-linksection="primary navigation" data-analytics-linkname="En savoir plus:Memory Lane:Fontshop Memory Lane" data-analytics-linktype="a">Fontshop Memory Lane</a></li> <li data-value="Linotype Memory Lane"><a tabindex="0" href="/fr/pages/linotype-memory-lane" class="" target="_self" data-analytics-linkcategory="header" data-analytics-linksection="primary navigation" data-analytics-linkname="En savoir plus:Memory Lane:Linotype Memory Lane" data-analytics-linktype="a">Linotype Memory Lane</a></li> <li data-value="Fonts.com Memory Lane"><a tabindex="0" href="/fr/pages/fontscom-memory-lane" class="" target="_self" data-analytics-linkcategory="header" data-analytics-linksection="primary navigation" data-analytics-linkname="En savoir plus:Memory Lane:Fonts.com Memory Lane" data-analytics-linktype="a">Fonts.com Memory Lane</a></li> </ul> </li> </ul> </div> <div class="gh-dropdown gh-currencyDropdow` + `n" data-dropdown="currency"> <div class="gh-current-selection" tabindex="0">USD ($)</div> <ul class="gh-options"> <li class="analytics-tag" tabindex="0" data-value="USD ($)" data-analytics-linkcategory="header" data-analytics-linksection="primary navigation" data-analytics-linkname="currency selector : USD ($)" data-analytics-linktype="li">USD ($)</li> <li class="analytics-tag" tabindex="0" data-value="GBP (£)" data-analytics-linkcategory="header" data-analytics-linksection="primary navigation" data-analytics-linkname="currency selector : GBP (£)" data-analytics-linktype="li">GBP (£)</li> <li class="analytics-tag" tabindex="0" data-value="EUR (€)" data-analytics-linkcategory="header" data-analytics-linksection="primary navigation" data-analytics-linkname="currency selector : EUR (€)" data-analytics-linktype="li">EUR (€)</li> <li class="analytics-tag" tabindex="0" data-value="AUD ($)" data-analytics-linkcategory="header" data-analytics-linksection="primary navigation" data-analytics-linkname="currency selector : AUD ($)" data-analytics-linktype="li">AUD ($)</li> <li class="analytics-tag" tabindex="0" data-value="JPY (¥)" data-analytics-linkcategory="header" data-analytics-linksection="primary navigation" data-analytics-linkname="currency selector : JPY (¥)" data-analytics-linktype="li">JPY (¥)</li> <li class="analytics-tag" tabindex="0" data-value="BRL ($)" data-analytics-linkcategory="header" data-analytics-linksection="primary navigation" data-analytics-linkname="currency selector : BRL ($)" data-analytics-linktype="li">BRL ($)</li> <li class="analytics-tag" tabindex="0" data-value="CAD ($)" data-analytics-linkcategory="header" data-analytics-linksection="primary navigation" data-analytics-linkname="currency selector : CAD ($)" data-analytics-linktype="li">CAD ($)</li> <li class="analytics-tag" tabindex="0" data-value="NZD ($)" data-analytics-linkcategory="header" data-analytics-linksection="primary navigation" data-analytics-linkname="currency selector : NZD ($)" data-analytics-linktype="li">NZD ($)</li> </ul> </div> <div class="gh-dropdown gh-languageDropdown" data-dropdown="language"> <div class="gh-current-selection" tabindex="0">EN</div> <ul class="gh-options"> <li class="analytics-tag" data-value=EN tabindex="0" data-analytics-linkcategory="header" data-analytics-linksection="primary navigation" data-analytics-linkname="language selector : EN" data-analytics-linktype="li">EN - English (UK) </li> <li class="analytics-tag" data-value=DE tabindex="0" data-analytics-linkcategory="header" data-analytics-linksection="primary navigation" data-analytics-linkname="language selector : DE" data-analytics-linktype="li">DE - Deutsch</li> <li class="analytics-tag" data-value=FR tabindex="0" data-analytics-linkcategory="header" data-analytics-linksection="primary navigation" data-analytics-linkname="language selector : FR" data-analytics-linktype="li">FR - Français</li> <li class="analytics-tag" data-value=ES tabindex="0" data-analytics-linkcategory="header" data-analytics-linksection="primary navigation" data-analytics-linkname="language selector : ES" data-analytics-linktype="li">ES - Español</li> </ul> </div> <a href="" id="gh-cart" tabindex="0" role="button" data-analytics-linkcategory="header" data-analytics-linksection="primary navigation" data-analytics-linkname="cart" data-analytics-linktype="a"> <div> <svg xmlns="http://www.w3.org/2000/svg" width="22" height="16" aria-label="cart" viewBox="0 0 22 16" fill="none"> <path d="M0 1.47692H3.47398L7.4453 11.8154H17.333L22 2.09578L20.6917 1.44884L19.8905 3.11754V2.70769H18.4351V4.18462H19.3781L18.4351 6.14858V4.67692H16.9797V6.15385H18.4325L16.4232 10.3385H8.44002L8.34545 10.0923H9.70266V8.61539H8.24726V9.83665L7.58903 8.12308H8.24726V6.64615H7.0217L6.79186 6.04783V4.67692H6.26527L4.46871 0H0V1.47692Z" fill="#576579" /> <path d="M8.73239 16C9.8041 16 10.6729 15.1183 10.6729 14.0308C10.6729 12.9432 9.8041 12.0615 8.73239 12.0615C7.66068 12.0615 6.79186 12.9432 6.79186 14.0308C6.79186 15.1183 7.66068 16 8.73239 16Z" fill="#576579" /> <path d="M18.4351 14.0308C18.4351 15.1183 17.5662 16 16.4945 16C15.4228 16 14.554 15.1183 14.554 14.0308C14.554 12.9432 15.4228 12.0615 16.4945 12.0615C17.5662 12.0615 18.4351 12.9432 18.4351 14.0308Z" fill="#576579" /> <path d="M8.24726 2.70769H6.79186V4.18462H8.24726V2.70769Z" fill="#576579" /> <path d="M11.1581 2.70769H9.70266V4.18462H11.1581V2.70769Z" fill="#576579" /> <path d="M8.24726 4.67692H9.70266V6.15385H8.24726V4.67692Z" fill="#576579" /> <path d="M12.6135 2.70769H14.0689V4.18462H12.6135V2.70769Z" fill="#576579" /> <path d="M12.6135 4.67692H11.1581V6.15385H12.6135V4.67692Z" fill="#576579" /> <path d="M9.70266 6.64615H11.1581V8.12308H9.70266V6.64615Z" fill="#576579" /> <path d="M15.5243 2.70769H16.9797V4.18462H15.5243V2.70769Z" fill="#576579" /> <path d="M15.5243 4.67692H14.0689V6.15385H15.5243V4.67692Z" fill="#576579" /> <path d="M12.6135 6.64615H14.0689V8.12308H12.6135V6.64615Z" fill="#576579" /> <path d="M12.6135 8.61539H11.1581V10.0923H12.6135V8.61539Z" fill="#576579" /> <path d="M15.5243 6.64615H16.9797V8.12308H15.5243V6.64615Z" fill="#576579" /> <path d="M15.5243 8.61539H14.0689V10.0923H15.5243V8.61539Z" fill="#576579" /> </svg> </div> <span aria-label="cart count" id="gh-cart-count">0</span> </a> <div class="gh-profile" id="gh-profile"> <div class="gh-dropdown" data-dropdown="profile" id="gh-profileDropdown"> <div class="gh-current-selection" tabindex="0" role="button"> <span aria-label="user name initial" id="gh-user_initial">K</span> </div> <ul class="gh-options"> <li data-value="Historique des commandes et téléchargements"> <a class="" tabindex="0" href="https://accounts.monotype.com/api/initLogin?locale=fr&amp;source=myfonts&amp;source_env=mftprod&amp;redirectURI=/orders" target="_blank" data-analytics-linkcategory="header" data-analytics-linksection="primary navigation" data-analytics-linkname="account : Historique des commandes et téléchargements" data-analytics-linktype="a">Historique des commandes et téléchargements</a> </li> <li data-value="Webfont Constructeur de kit"> <a class="" tabindex="0" href="https://accounts.monotype.com/api/initLogin?locale=fr&amp;source=myfonts&amp;source_env=mftprod&amp;redirectURI=/purchased-fonts%3Ftype%3Dwebfonts" target="_blank" data-analytics-linkcategory="header" data-analytics-linksection="primary navigation" data-analytics-linkname="account : Webfont Constructeur de kit" data-analytics-linktype="a">Webfont Constructeur de kit</a> </li> <li data-value="Paramètres du compte"> <a class="" tabindex="0" href="https://accounts.monotype.com/api/initLogin?locale=fr&amp;source=myfonts&amp;source_env=mftprod" target="_blank" data-analytics-linkcategory="header" data-analytics-linksection="primary navigation" data-analytics-linkname="account : Paramètres du compte" data-analytics-linktype="a">Paramètres du compte</a> </li> <li data-value="Devis"> <a class="" tabindex="0" href="/fr/account?view=price-quote" target="_self" data-analytics-linkcategory="header" data-analytics-linksection="primary navigation" data-analytics-linkname="account : Devis" data-analytics-linktype="a">Devis</a> </li> <li data-value="Favoris"> <a class="gh_favourite_id" tabindex="0" href="/fr/pages/favorites" target="_self" data-analytics-linkcategory="header" data-analytics-linksection="primary navigation" data-analytics-linkname="account : Favoris" data-analytics-linktype="a">Favoris</a> </li> <li data-value="Albums"> <a class="" tabindex="0" href="/fr/pages/albums" target="_self" data-analytics-linkcategory="header" data-analytics-linksection="primary navigation" data-analytics-linkname="account : Albums" data-analytics-linktype="a">Albums</a> </li> <li data-value="Tags"> <a class="" tabindex="0" href="/fr/pages/tag" target="_self" data-analytics-linkcategory="header" data-analytics-linksection="primary navigation" data-analytics-linkname="account : Tags" data-analytics-linktype="a">Tags</a> </li> <li data-value="Se déconnecter"> <button tabindex="0" class="gh-highlight" id="gh-logout" data-analytics-event="logOut" data-analytics-linkcategory="header" data-analytics-linksection="primary navigation" data-analytics-linkname="logout" data-analytics-linktype="button">Se déconnecter</button> </li> </ul> </div> <div id="gh-customer" class="gh-desktop-only"> <button class="gh-login-btn" tabindex="0" role="button" data-analytics-event="loginIntent" data-analytics-linkcategory="header" data-analytics-linksection="primary navigation" data-analytics-linkname="login" data-analytics-linktype="button"> Se connecter </button> <div class="gh-popupWrapper"> <div style="display:block;height:6px"></div> <div class="gh-hover-pop-up"> <div class="gh-signup-msg"> <h6>Vous êtes nouveau ?</h6><div>Inscrivez-vous dès maintenant pour <span>économiser 10 %.</span><br />sur Monotype Foundry fontes.</div> </div> <button tabindex="0" tabindex="0" role="button" class="gh-signup" data-analytics-event="signupIntent" data-analytics-linkcategory="header" data-analytics-linksection="primary navigation" data-analytics-linkname="signup" data-analytics-linktype="button">S&#039;inscrire</button> </div> </div> </div> <div id="m-gh-customer"> <div class="gh-profileWrapper"> <div class="gh-profileButton"> <svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"> <path fill-rule="evenodd" clip-rule="evenodd" d="M9.5 4C9.5 4.82843 8.82843 5.5 8 5.5C7.17157 5.5 6.5 4.82843 6.5 4C6.5 3.17157 7.17157 2.5 8 2.5C8.82843 2.5 9.5 3.17157 9.5 4ZM11 4C11 5.65685 9.65685 7 8 7C6.34315 7 5 5.65685 5 4C5 2.34315 6.34315 1 8 1C9.65685 1 11 2.34315 11 4ZM5.54702 9C3.58806 9 2 10.3431 2 12V14.1818C2 14.6337 2.43311 15 2.96737 15C3.50163 15 3.93474 14.6337 3.93474 14.1818V12C3.93474 11.2469 4.65658 10.6364 5.54702 10.6364H10.453C11.3434 10.6364 12.0653 11.2469 12.0653 12V14.1818C12.0653 14.6337 12.4984 15 13.0326 15C13.5669 15 14 14.6337 14 14.1818V12C14 10.3431 12.4119 9 10.453 9H5.54702Z" fill="#1766CF"/> </svg> </div> </div> <div class="gh-m-popupWrapper"> <div class="gh-hover-pop-up"> <button class="gh-login-btn" tabindex="0" role="button" data-analytics-event="loginIntent" data-analytics-linkcategory="header" data-analytics-linksection="primary navigation" data-analytics-linkname="login" data-analytics-linktype="button"> Se connecter </button> <button tabindex="0" tabindex="0" role="button" class="gh-signup" data-analytics-event="signupIntent" data-analytics-linkcategory="header" data-analytics-linksection="primary navigation" data-analytics-linkname="signup" data-analytics-linktype="button">S&#039;inscrire</button> </div> </div> </div> </div> </div> </div> <div class="gh-header__bottom-content gh-grid gh-desktop-only"> <div class="gh-menu-wrapper" role="navigation"> <ul class="gh-menu"> <li class="gh-fs-13 gh-fs-16-sm">Parcourir</li> <section class="gh-submenu style2"> <div class="gh-desktop-only"> <div class="gh-submenu__wrapper"> <section class="gh-submenu__tabs"> <div class="gh-submenu__tabs-wrapper"> <a class="gh-submenu__tabs__text" href="/fr/pages/categories-and-tags" target="_parent" data-target="#gh-navigation-1" data-analytics-linkcategory="header" data-analytics-linksection="secondary navigation" data-analytics-linkname="Parcourir:Tags" data-analytics-linktype="a" > <span>Tags</span> <svg width="10" height="10" viewBox="0 0 10 10" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M0.854 0.647999V2.244H4.438L7.056 2.16L0.28 8.852L1.442 10L8.19 3.294L8.106 5.856V9.412H9.716V0.647999H0.854Z" fill="#576579"></path> </svg> </a> <a class="gh-submenu__tabs__text" href="/fr/collections/whats-new" target="_parent" data-target="#gh-navigation-2" data-analytics-linkcategory="header" data-analytics-linksection="secondary navigation" data-analytics-linkname="Parcourir:Nouveautés" data-analytics-linktype="a" > <span>Nouveautés</span> <svg width="10" height="10" viewBox="0 0 10 10" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M0.854 0.647999V2.244H4.438L7.056 2.16L0.28 8.852L1.442 10L8.19 3.294L8.106 5.856V9.412H9.716V0.647999H0.854Z" fill="#576579"></path> </svg> </a> <a class="gh-submenu__tabs__text" href="/fr/collections/bundles" target="_parent" data-target="#gh-navigation-3" data-analytics-linkcategory="header" data-analytics-linksection="secondary navigation" data-analytics-linkname="Parcourir:Ensembles de polices" data-analytics-linktype="a" > <span>Ensembles de polices</span> <svg width="10" height="10" viewBox="0 0 10 10" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M0.854 0.647999V2.244H4.438L7.056 2.16L0.28 8.852L1.442 10L8.19 3.294L8.106 5.856V9.412H9.716V0.647999H0.854Z" fill="#576579"></path> </svg> </a> <a class="gh-submenu__tabs__text" href="/fr/collections/special-offers" target="_parent" data-target="#gh-navigation-4" data-analytics-linkcategory="header" data-analytics-linksection="secondary navigation" data-analytics-linkname="Parcourir:Offres spéciales" data-analytics-linktype="a" > <span>Offres spéciales</span> <svg width="10" height="10" viewBox="0 0 10 10" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M0.854 0.647999V2.244H4.438L7.056 2.16L0.28 8.852L1.442 10L8.19 3.294L8.106 5.856V9.412H9.716V0.647999H0.854Z" fill="#576579"></path> </svg> </a> </div> <a class="gh-submenu__mainlink" href="/fr/search?query=" data-analytics-linkcategory="header" data-analytics-linksection="secondary navigation" data-analytics-linkname="Parcourir:Voir toutes les polices" data-analytics-linktype="button">Voir toutes les polices <svg width="10" height="10" viewBox="0 0 10 10" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M0.854 0.647999V2.244H4.438L7.056 2.16L0.28 8.852L1.442 10L8.19 3.294L8.106 5.856V9.412H9.716V0.647999H0.854Z" fill="#30373D"></path> </svg> </a> </section> <section class="gh-submenu__content"> <div class="gh-submenu__tabcontent" id="gh-navigation-1"> <ul class="gh-submenu__tabcontent__left"> </ul> <div class="gh-submenu__tabcontent__right gh-has-image" > <img src="https://cms.myfonts.com/sites/default/files/styles/360x344/public/2024-02/images_styles-_195_137.png?itok=9VJR3Usn" alt=> </div> </div> <div class="gh-submenu__tabcontent" id="gh-navigation-2"> <ul class="gh-submenu__tabcontent__left"> </ul> <div class="gh-submenu__tabcontent__right gh-has-image" > <img src="https://cms.myfonts.com/sites/default/files/styles/360x344/public/2024-02/images_whats_new-_167_170.png?itok=RDrM8YxF" alt=> </div> </div> <div class="gh-submenu__tabcontent" id="gh-navigation-3"> <ul class="gh-submenu__tabcontent__left"> </ul> <div class="gh-submenu__tabcontent__right gh-has-image" > <img src="https://cms.myfonts.com/sites/default/files/styles/360x344/public/2024-02/images_bundles-_196_174.png?itok=fkmi4HqX" alt=> </div> </div> <div class="gh-submenu__tabcontent" id="gh-navigation-4"> <ul class="gh-submenu__tabcontent__left"> </ul> <div class="gh-submenu__tabcontent__right gh-has-image" > <img src="https://cms.myfonts.com/sites/default/files/styles/360x344/public/2024-03/images_special_offers-_114_121.png?itok=fuZrYMmW" alt=> </div> </div> </section> </div> </div> </section> </ul> <ul class="gh-menu"> <li class="gh-fs-13 gh-fs-16-sm">Catégories</li> <section class="gh-submenu style2"> <div class="gh-desktop-only"> <div class="gh-submenu__wrapper"> <section class="gh-submenu__tabs"> <div class="gh-submenu__tabs-wrapper"> <a class="gh-submenu__tabs__text" href="/fr/pages/serif-fonts" target="_parent" data-target="#gh-navigation-1" data-analytics-linkcategory="header" data-analytics-linksection="secondary navigation" data-analytics-linkname="Catégories:Serif" data-analytics-linktype="a" > <span>Serif</span> <svg width="10" height="10" viewBox="0 0 10 10" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M0.854 0.647999V2.244H4.438L7.056 2.16L0.28 8.852L1.442 10L8.19 3.294L8.106 5.856V9.412H9.716V0.647999H0.854Z" fill="#576579"></path> </svg> </a> <a class="gh-submenu__tabs__text" href="/fr/pages/sans-serif-fonts" target="_parent" data-target="#gh-navigation-2" data-analytics-linkcategory="header" data-analytics-linksection="secondary navigation" data-analytics-linkname="Catégories:Sans Serif" data-analytics-linktype="a" > <span>Sans Serif</span> <svg width="10" height="10" viewBox="0 0 10 10" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M0.854 0.647999V2.244H4.438L7.056 2.16L0.28 8.852L1.442 10L8.19 3.294L8.106 5.856V9.412H9.716V0.647999H0.854Z" fill="#576579"></path> </svg> </a> <a class="gh-submenu__tabs__text" href="/fr/pages/slab-serif-fonts" target="_parent" data-target="#gh-navigation-3" data-analytics-linkcategory="header" data-analytics-linksection="secondary navigation" data-analytics-linkname="Catégories:Slab Serif" data-analytics-linktype="a" > <span>Slab Serif</span> <svg width="10" height="10" viewBox="0 0 10 10" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M0.854 0.647999V2.244H4.438L7.056 2.16L0.28 8.852L1.442 10L8.19 3.294L8.106 5.856V9.412H9.716V0.647999H0.854Z" fill="#576579"></path> </svg> </a> <a class="gh-submenu__tabs__text" href="/fr/pages/handwritten-fonts" target="_parent" data-target="#gh-navigation-4" data-analytics-linkcategory="header" data-analytics-linksection="secondary navigation" data-analytics-linkname="Catégories:Manuscrite" data-analytics-linktype="a" > <span>Manuscrite</span> <svg width="10" height="10" viewBox="0 0 10 10" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M0.854 0.647999V2.244H4.438L7.056 2.16L0.28 8.852L1.442 10L8.19 3.294L8.106 5.856V9.412H9.716V0.647999H0.854Z" fill="#576579"></path> </svg> </a> <a class="gh-submenu__tabs__text" href="/fr/pages/display-fonts" target="_parent" data-target="#gh-navigation-5" data-analytics-linkcategory="header" data-analytics-linksection="secondary navigation" data-analytics-linkname="Catégories:Display" data-analytics-linktype="a" > <span>Display</span> <svg width="10" height="10" viewBox="0 0 10 10" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M0.854 0.647999V2.244H4.438L7.056 2.16L0.28 8.852L1.442 10L8.19 3.294L8.106 5.856V9.412H9.716V0.647999H0.854Z" fill="#576579"></path> </svg> </a> <a class="gh-submenu__tabs__text" href="/fr/pages/script-fonts" target="_parent" data-target="#gh-navigation-6" data-analytics-linkcategory="header" data-analytics-linksection="secondary navigation" data-analytics-linkname="Catégories:Scripte" data-analytics-linktype="a" > <span>Scripte</span> <svg width="10" height="10" viewBox="0 0 10 10" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M0.854 0.647999V2.244H4.438L7.056 2.16L0.28 8.852L1.442 10L8.19 3.294L8.106 5.856V9.412H9.716V0.647999H0.854Z" fill="#576579"></path> </svg> </a> </div> <a class="gh-submenu__mainlink" href="/fr/search?query=" data-analytics-linkcategory="header" data-analytics-linksection="secondary navigation" data-analytics-linkname="Catégories:Voir toutes les polices" data-analytics-linktype="button">Voir toutes les polices <svg width="10" height="10" viewBox="0 0 10 10" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M0.854 0.647999V2.244H4.438L7.056 2.16L0.28 8.852L1.442 10L8.19 3.294L8.106 5.856V9.412H9.716V0.647999H0.854Z" fill="#30373D"></path> </svg> </a> </section> <section class="gh-submenu__content"> <div class="gh-submenu__tabcontent" id="gh-navigation-1"> <ul class="gh-submenu__tabcontent__left"> </ul> <div class="gh-submenu__tabcontent__right gh-has-image" > <img src="https://cms.myfonts.com/sites/default/files/styles/360x344/public/2024-02/images_serif-_191_155.png?itok=i4zjd2Fe" alt=> </div> </div> <div class="gh-submenu__tabcontent" id="gh-navigation-2"> <ul class="gh-submenu__tabcontent__left"> </ul> <div class="gh-submenu__tabcontent__right gh-has-image" > <img src="https://cms.myfonts.com/sites/default/files/styles/360x344/public/2024-02/images_sans_serif-_131_134.png?itok=M8cQzDGD" alt=> </div> </div> <div class="gh-submenu__tabcontent" id="gh-navigation-3"> <ul class="gh-submenu__tabcontent__left"> </ul> <div class="gh-submenu__tabcontent__right gh-has-image" > <img src="https://cms.myfonts.com/sites/default/files/styles/360x344/public/2024-02/images_slab_serif-_164_158.png?itok=ljv69MIj" alt=> </div> </div> <div class="gh-submenu__tabcontent" id="gh-navigation-4"> <ul class="gh-submenu__tabcontent__left"> </ul> <div class="gh-submenu__tabcontent__right gh-has-image" > <img src="https://cms.myfonts.com/sites/default/files/styles/360x344/public/2024-02/images_handwritten-_168_198.png?itok=VneNH0GF" alt=> </div> </div> <div class="gh-submenu__tabcontent" id="gh-navigation-5"> <ul class="gh-submenu__tabcontent__left"> </ul> <div class="gh-submenu__tabcontent__right gh-has-image" > <img src="https://cms.myfonts.com/sites/default/files/styles/360x344/public/2024-02/images_display-_172_190.png?itok=c-7Uq7qd" alt=> </div> </div> <div class="gh-submenu__tabcontent" id="gh-navigation-6"> <ul class="gh-submenu__tabcontent__left"> </ul> <div class="gh-submenu__tabcontent__right gh-has-image" > <img src="https://cms.myfonts.com/sites/default/files/styles/360x344/public/2024-02/images_script-_175_175.png?itok=vINHBOFH" alt=> </div> </div> </section> </div> </div> </section> </ul> <ul class="gh-menu"> <li class="gh-fs-13 gh-fs-16-sm"> <a class="gh-inline-block" tabindex="0" href=/fr/collections/best-seller data-analytics-linkcategory="header" data-analytics-linksection="secondary navigation" data-analytics-linkname="Best-sellers" data-analytics-linktype="a" target=_parent tabindex="-1"> Best-sellers </a> </li> </ul> <ul class="gh-menu"> <li class="gh-fs-13 gh-fs-16-sm"> <a class="gh-inline-block" tabindex="0" href=/fr/collections/hot-new-fonts data-analytics-linkcategory="header" data-analytics-linksection="secondary navigation" data-analytics-linkname="Nouvelles tendances" data-analytics-linktype="a" target=_parent tabindex="-1"> Nouvelles tendances </a> </li> </ul> <ul class="gh-menu"> <li class="gh-fs-13 gh-fs-16-sm"> <a class="gh-inline-block" tabindex="0" href=/fr/a/font/premium-font-collections data-analytics-linkcategory="header" data-analytics-linksection="secondary navigation" data-analytics-linkname="Fonderies premium" data-analytics-linktype="a" target=_parent tabindex="-1"> Fonderies premium </a> </li> </ul> <ul class="gh-menu"> <li class="gh-fs-13 gh-fs-16-sm">WhatTheFont</li> <section class="gh-submenu"> <div class="gh-desktop-only"> <div class="gh-submenu__wrapper"> <section class="gh-submenu__tabs"> <div class="gh-submenu__tabs-wrapper"> <a class="gh-submenu__tabs__text gh-is-link" tabindex="0" href=/fr/pages/whatthefont data-target="#gh-navigation-1" data-analytics-linkcategory="header" data-analytics-linksection="secondary navigation" data-analytics-linkname="WhatTheFont:WhatTheFont" data-analytics-linktype="a" >WhatTheFont <svg width="10" height="10" viewBox="0 0 10 10" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M0.854 0.647999V2.244H4.438L7.056 2.16L0.28 8.852L1.442 10L8.19 3.294L8.106 5.856V9.412H9.716V0.647999H0.854Z" fill="#576579"></path> </svg> </a> <a class="gh-submenu__tabs__text gh-is-link" tabindex="0" href=/fr/pages/whatthefont-forum data-target="#gh-navigation-2" data-analytics-linkcategory="header" data-analytics-linksection="secondary navigation" data-analytics-linkname="WhatTheFont:Forum WhatTheFont" data-analytics-linktype="a" >Forum WhatTheFont <svg width="10" height="10" viewBox="0 0 10 10" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M0.854 0.647999V2.244H4.438L7.056 2.16L0.28 8.852L1.442 10L8.19 3.294L8.106 5.856V9.412H9.716V0.647999H0.854Z" fill="#576579"></path> </svg> </a> <a class="gh-submenu__tabs__text gh-is-link" tabindex="0" href=/fr/pages/whatthefont-mobile data-target="#gh-navigation-3" data-analytics-linkcategory="header" data-analytics-linksection="secondary navigation" data-analytics-linkname="WhatTheFont:Appli WhatTheFont" data-analytics-linktype="a" >Appli WhatTheFont <svg width="10" height="10" viewBox="0 0 10 10" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M0.854 0.647999V2.244H4.438L7.056 2.16L0.28 8.852L1.442 10L8.19 3.294L8.106 5.856V9.412H9.716V0.647999H0.854Z" fill="#576579"></path> </svg> </a> </div> </section> <section class="gh-submenu__content"> <div class="gh-submenu__tabcontent" id="gh-navigation-1"> <ul class="gh-submenu__tabcontent__left"> </ul> <div class="gh-submenu__tabcontent__right gh-has-image" > <img src="https://cms.myfonts.com/sites/default/files/styles/360x344/public/2024-02/rectangle_3721_8_177_136_151_165.png?itok=OlrqVgsi" alt=> </div> </div> <div class="gh-submenu__tabcontent" id="gh-navigation-2"> <ul class="gh-submenu__tabcontent__left"> </ul> <div class="gh-submenu__tabcontent__right" > </div> </div> <div class="gh-submenu__tabcontent" id="gh-navigation-3"> <ul class="gh-submenu__tabcontent__left"> </ul> <div class="gh-submenu__tabcontent__right" > </div> </div> </section> </div> </div> </section> </ul> </div> <div class="gh-marketo-cta-title"> <a href="/fr/a/font/content/font-subscription" title="S&#039;abonner" data-analytics-linkcategory="header" data-analytics-linksection="secondary navigation" data-analytics-linkname="S&#039;abonner" data-analytics-linktype="a">S&#039;abonner</a> </div> </div> </div> </div> <div class="m-gh-navigation-menu gh-hide"> <div class="m-gh-header__mini-menu-and-lang gh-flex gh-h-center gh-space-between"> <span class="m-gh-menu-close-icon"> <svg width="12" height="12" viewBox="0 0 12 12" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M0.146449 11.6569C-0.0488134 11.4617 -0.0488134 11.1451 0.146449 10.9498L10.753 0.343224C10.9483 0.147962 11.2649 0.147962 11.4602 0.343224C11.6554 0.538486 11.6554 0.855069 11.4602 1.05033L0.853555 11.6569C0.658293 11.8522 0.341711 11.8522 0.146449 11.6569Z" fill="#1E242C" /> <path d="M11.4602 11.6569C11.6554 11.4617 11.6554 11.1451 11.4602 10.9498L0.853553 0.343224C0.658291 0.147962 0.341709 0.147962 0.146447 0.343224C-0.0488155 0.538486 -0.0488155 0.855069 0.146447 1.05033L10.753 11.6569C10.9483 11.8522 11.2649 11.8522 11.4602 11.6569Z" fill="#1E242C" /> </svg> </span> <div class="m-gh-header__top-content gh-flex"> <div class="gh-dropdown gh-miniDropdown" data-dropdown="mini-dropdown"> <div class="gh-current-selection" tabindex="0">En savoir plus</div> <ul class="gh-options"> <li data-value="Les créatifs"><a tabindex="0" href="/fr/a/font/content/creative-characters" class="" target="_self" data-analytics-linkcategory="header" data-analytics-linksection="primary navigation" data-analytics-linkname="En savoir plus:Les créatifs" data-analytics-linktype="a">Les créatifs</a></li> <li data-value="Questions créatives"><a tabindex="0" href="/fr/a/font/content/creative-matters" class="" target="_self" data-analytics-linkcategory="header" data-analytics-linksection="primary navigation" data-analytics-linkname="En savoir plus:Questions créatives" data-analytics-linktype="a">Questions créatives</a></li> <li data-value="Guide de terrain"><a tabindex="0" href="/fr/a/font/content/font-field-guide" class="" target="_self" data-analytics-linkcategory="header" data-analytics-linksection="primary navigation" data-analytics-linkname="En savoir plus:Guide de terrain" data-analytics-linktype="a">Guide de terrain</a></li> <li data-value="Polices in situ"><a tabindex="0" href="/fr/a/font/content/fonts-in-use" class="" target="_self" data-analytics-linkcategory="header" data-analytics-linksection="primary navigation" data-analytics-linkname="En savoir plus:Polices in situ" data-analytics-linktype="a">Polices in situ</a></li> <li data-value="Manuel d&#039;utilisation"><a tabindex="0" href="/fr/a/font/content/the-font-manual" class="" target="_self" data-analytics-linkcategory="header" data-analytics-linksection="primary navigation" data-analytics-linkname="En savoir plus:Manuel d&#039;utilisation" data-analytics-linktype="a">Manuel d&#039;utilisation</a></li> <li data-value="Tendances typographiques"><a tabindex="0" href="/fr/a/font/content/type-trends" class="" target="_self" data-analytics-linkcategory="header" data-analytics-linksection="primary navigation" data-analytics-linkname="En savoir plus:Tendances typographiques" data-analytics-linktype="a">Tendances typographiques</a></li> <li data-value="Informations typographiques"><a tabindex="0" href="/fr/a/font/content/for-your-typographical-information" class="" target="_self" data-analytics-linkcategory="header" data-analytics-linksection="primary navigation" data-analytics-linkname="En savoir plus:Informations typographiques" data-analytics-linktype="a">Informations typographiques</a></li> <li class="gh-nested-dropdown" tabindex="0"> <div class="gh-nested-current-option">Memory Lane</div> <ul class="gh-nested-options"> <li data-value="Fontshop Memory Lane"><a tabindex="0" href="/fr/pages/fontshop-memory-lane" class="" target="_self" data-analytics-linkcategory="header" data-analytics-linksection="primary navigation" data-analytics-linkname="En savoir plus:Memory Lane:Fontshop Memory Lane" data-analytics-linktype="a">Fontshop Memory Lane</a></li> <li data-value="Linotype Memory Lane"><a tabindex="0" href="/fr/pages/linotype-memory-lane" class="" target="_self" data-analytics-linkcategory="header" data-analytics-linksection="primary navigation" data-analytics-linkname="En savoir plus:Memory Lane:Linotype Memory Lane" data-analytics-linktype="a">Linotype Memory Lane</a></li> <li data-value="Fonts.com Memory Lane"><a tabindex="0" href="/fr/pages/fontscom-memory-lane" class="" target="_self" data-analytics-linkcategory="header" data-analytics-linksection="primary navigation" data-analytics-linkname="En savoir plus:Memory Lane:Fonts.com Memory Lane" data-analytics-linktype="a">Fonts.com Memory Lane</a></li> </ul> </li> </ul> </div> <div class="gh-dropdown gh-currencyDropdown" data-dropdown="currency"> <div class="gh-current-selection" tabindex="0">USD ($)</div> <ul class="gh-options"> <li class="analytics-tag" tabindex="0" data-value="USD ($)" data-analytics-linkcategory="header" data-analytics-linksection="primary navigation" data-analytics-linkname="currency selector : USD ($)" data-analytics-linktype="li">USD ($)</li> <li class="analytics-tag" tabindex="0" data-value="GBP (£)" data-analytics-linkcategory="header" data-analytics-linksection="primary navigation" data-analytics-linkname="currency selector : GBP (£)" data-analytics-linktype="li">GBP (£)</li> <li class="analytics-tag" tabindex="0" data-value="EUR (€)" data-analytics-linkcategory="header" data-analytics-linksection="primary navigation" data-analytics-linkname="currency selector : EUR (€)" data-analytics-linktype="li">EUR (€)</li> <li class="analytics-tag" tabindex="0" data-value="AUD ($)" data-analytics-linkcategory="header" data-analytics-linksection="primary navigation" data-analytics-linkname="currency selector : AUD ($)" data-analytics-linktype="li">AUD ($)</li> <li class="analytics-tag" tabindex="0" data-value="JPY (¥)" data-analytics-linkcategory="header" data-analytics-linksection="primary navigation" data-analytics-linkname="currency selector : JPY (¥)" data-analytics-linktype="li">JPY (¥)</li> <li class="analytics-tag" tabindex="0" data-value="BRL ($)" data-analytics-linkcategory="header" data-analytics-linksection="primary navigation" data-analytics-linkname="currency selector : BRL ($)" data-analytics-linktype="li">BRL ($)</li> <li class="analytics-tag" tabindex="0" data-value="CAD ($)" data-analytics-linkcategory="header" data-analytics-linksection="primary navigation" data-analytics-linkname="currency selector : CAD ($)" data-analytics-linktype="li">CAD ($)</li> <li class="analytics-tag" tabindex="0" data-value="NZD ($)" data-analytics-linkcategory="header" data-analytics-linksection="primary navigation" data-analytics-linkname="currency selector : NZD ($)" data-analytics-linktype="li">NZD ($)</li> </ul> </div> <div class="gh-dropdown gh-languageDropdown" data-dropdown="language"> <div class="gh-current-selection" tabindex="0">EN</div> <ul class="gh-options"> <li class="analytics-tag" data-value=EN tabindex="0" data-analytics-linkcategory="header" data-analytics-linksection="primary navigation" data-analytics-linkname="language selector : EN" data-analytics-linktype="li">EN - English (UK) </li> <li class="analytics-tag" data-value=DE tabindex="0" data-analytics-linkcategory="header" data-analytics-linksection="primary navigation" data-analytics-linkname="language selector : DE" data-analytics-linktype="li">DE - Deutsch</li> <li class="analytics-tag" data-value=FR tabindex="0" data-analytics-linkcategory="header" data-analytics-linksection="primary navigation" data-analytics-linkname="language selector : FR" data-analytics-linktype="li">FR - Français</li> <li class="analytics-tag" data-value=ES tabindex="0" data-analytics-linkcategory="header" data-analytics-linksection="primary navigation" data-analytics-linkname="language selector : ES" data-analytics-linktype="li">ES - Español</li> </ul> </div> </div> </div> <div class="gh-header__bottom-content gh-flex"> <div class="gh-menu-wrapper" role="menu"> <ul class="gh-menu" tabindex="0"> <li class="gh-fs-13 gh-fs-16-sm">Parcourir</li> <section class="gh-submenu style2"> <div class="gh-mobile-only"> <div class="gh-submenu__wrapper"> <section class="gh-submenu__tabs"> <div class="gh-submenu__tabs-wrapper"> <div class="gh-submenu__tab"> <a class="gh-submenu__tabs__text" href="/fr/pages/categories-and-tags" data-target="#gh-navigation-1" data-analytics-linkcategory="header" data-analytics-linksection="secondary navigation" data-analytics-linkname="Parcourir:Tags" data-analytics-linktype="a" >Tags</a> <section class="gh-submenu__content"> <div class="gh-submenu__tabcontent" id="gh-navigation-1"> <ul class="gh-submenu__tabcontent__left"> </ul> </div> </section> </div> <div class="gh-submenu__tab"> <a class="gh-submenu__tabs__text" href="/fr/collections/whats-new" data-target="#gh-navigation-2" data-analytics-linkcategory="header" data-analytics-linksection="secondary navigation" data-analytics-linkname="Parcourir:Nouveautés" data-analytics-linktype="a" >Nouveautés</a> <section class="gh-submenu__content"> <div class="gh-submenu__tabcontent" id="gh-navigation-2"> <ul class="gh-submenu__tabcontent__left"> </ul> </div> </section> </div> <div class="gh-submenu__tab"> <a class="gh-submenu__tabs__text" href="/fr/collections/bundles" data-target="#gh-navigation-3" data-analytics-linkcategory="header" data-analytics-linksection="secondary navigation" data-analytics-linkname="Parcourir:Ensembles de polices" data-analytics-linktype="a" >Ensembles de polices</a> <section class="gh-submenu__content"> <div class="gh-submenu__tabcontent" id="gh-navigation-3"> <ul class="gh-submenu__tabcontent__left"> </ul> </div> </section> </div> <div class="gh-submenu__tab"> <a class="gh-submenu__tabs__text" href="/fr/collections/special-offers" data-target="#gh-navigation-4" data-analytics-linkcategory="header" data-analytics-linksection="secondary navigation" data-analytics-linkname="Parcourir:Offres spéciales" data-analytics-linktype="a" >Offres spéciales</a> <section class="gh-submenu__content"> <div class="gh-submenu__tabcontent" id="gh-navigation-4"> <ul class="gh-submenu__tabcontent__left"> </ul> </div> </section> </div> </div> <a class="gh-submenu__mainlink" href="/fr/search?query=" data-analytics-linkcategory="header" data-analytics-linksection="secondary navigation" data-analytics-linkname="Parcourir:Voir toutes les polices" data-analytics-linktype="button">Voir toutes les polices <svg width="10" height="10" viewBox="0 0 10 10" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M0.854 0.647999V2.244H4.438L7.056 2.16L0.28 8.852L1.442 10L8.19 3.294L8.106 5.856V9.412H9.716V0.647999H0.854Z" fill="#30373D"></path> </svg> </a> </section> </div> </div> </section> </ul> <ul class="gh-menu" tabindex="0"> <li class="gh-fs-13 gh-fs-16-sm">Catégories</li> <section class="gh-submenu style2"> <div class="gh-mobile-only"> <div class="gh-submenu__wrapper"> <section class="gh-submenu__tabs"> <div class="gh-submenu__tabs-wrapper"> <div class="gh-submenu__tab"> <a class="gh-submenu__tabs__text" href="/fr/pages/serif-fonts" data-target="#gh-navigation-1" data-analytics-linkcategory="header" data-analytics-linksection="secondary navigation" data-analytics-linkname="Catégories:Serif" data-analytics-linktype="a" >Serif</a> <section class="gh-submenu__content"> <div class="gh-submenu__tabcontent" id="gh-navigation-1"> <ul class="gh-submenu__tabcontent__left"> </ul> </div> </section> </div> <div class="gh-submenu__tab"> <a class="gh-submenu__tabs__text" href="/fr/pages/sans-serif-fonts" data-target="#gh-navigation-2" data-analytics-linkcategory="header" data-analytics-linksection="secondary navigation" data-analytics-linkname="Catégories:Sans Serif" data-analytics-linktype="a" >Sans Serif</a> <section class="gh-submenu__content"> <div class="gh-submenu__tabcontent" id="gh-navigation-2"> <ul class="gh-submenu__tabcontent__left"> </ul> </div> </section> </div> <div class="gh-submenu__tab"> <a class="gh-submenu__tabs__text" href="/fr/pages/slab-serif-fonts" data-target="#gh-navigation-3" data-analytics-linkcategory="header" data-analytics-linksection="secondary navigation" data-analytics-linkname="Catégories:Slab Serif" data-analytics-linktype="a" >Slab Serif</a> <section class="gh-submenu__content"> <div class="gh-submenu__tabcontent" id="gh-navigation-3"> <ul class="gh-submenu__tabcontent__left"> </ul> </div> </section> </div> <div class="gh-submenu__tab"> <a class="gh-submenu__tabs__text" href="/fr/pages/handwritten-fonts" data-target="#gh-navigation-4" data-analytics-linkcategory="header" data-analytics-linksection="secondary navigation" data-analytics-linkname="Catégories:Manuscrite" data-analytics-linktype="a" >Manuscrite</a> <section class="gh-submenu__content"> <div class="gh-submenu__tabcontent" id="gh-navigation-4"> <ul class="gh-submenu__tabcontent__left"> </ul> </div> </section> </div> <div class="gh-submenu__tab"> <a class="gh-submenu__tabs__text" href="/fr/pages/display-fonts" data-target="#gh-navigation-5" data-analytics-linkcategory="header" data-analytics-linksection="secondary navigation" data-analytics-linkname="Catégories:Display" data-analytics-linktype="a" >Display</a> <section class="gh-submenu__content"> <div class="gh-submenu__tabcontent" id="gh-navigation-5"> <ul class="gh-submenu__tabcontent__left"> </ul> </div> </section> </div> <div class="gh-submenu__tab"> <a class="gh-submenu__tabs__text" href="/fr/pages/script-fonts" data-target="#gh-navigation-6" data-analytics-linkcategory="header" data-analytics-linksection="secondary navigation" data-analytics-linkname="Catégories:Scripte" data-analytics-linktype="a" >Scripte</a> <section class="gh-submenu__content"> <div class="gh-submenu__tabcontent" id="gh-navigation-6"> <ul class="gh-submenu__tabcontent__left"> </ul> </div> </section> </div> </div> <a class="gh-submenu__mainlink" href="/fr/search?query=" data-analytics-linkcategory="header" data-analytics-linksection="secondary navigation" data-analytics-linkname="Catégories:Voir toutes les polices" data-analytics-linktype="button">Voir toutes les polices <svg width="10" height="10" viewBox="0 0 10 10" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M0.854 0.647999V2.244H4.438L7.056 2.16L0.28 8.852L1.442 10L8.19 3.294L8.106 5.856V9.412H9.716V0.647999H0.854Z" fill="#30373D"></path> </svg> </a> </section> </div> </div> </section> </ul> <ul class="gh-menu" tabindex="0"> <li class="gh-fs-13 gh-fs-16-sm"> <a class="gh-inline-block" tabindex="0" href=/fr/collections/best-seller data-analytics-linkcategory="header" data-analytics-linksection="secondary navigation" data-analytics-linkname="Best-sellers" data-analytics-linktype="a" target=_parent tabindex="-1"> Best-sellers </a> </li> </ul> <ul class="gh-menu" tabindex="0"> <li class="gh-fs-13 gh-fs-16-sm"> <a class="gh-inline-block" tabindex="0" href=/fr/collections/hot-new-fonts data-analytics-linkcategory="header" data-analytics-linksection="secondary navigation" data-analytics-linkname="Nouvelles tendances" data-analytics-linktype="a" target=_parent tabindex="-1"> Nouvelles tendances </a> </li> </ul> <ul class="gh-menu" tabindex="0"> <li class="gh-fs-13 gh-fs-16-sm"> <a class="gh-inline-block" tabindex="0" href=/fr/a/font/premium-font-collections data-analytics-linkcategory="header" data-analytics-linksection="secondary navigation" data-analytics-linkname="Fonderies premium" data-analytics-linktype="a" target=_parent tabindex="-1"> Fonderies premium </a> </li> </ul> <ul class="gh-menu" tabindex="0"> <li class="gh-fs-13 gh-fs-16-sm">WhatTheFont</li> <section class="gh-submenu"> <div class="gh-mobile-only"> <div class="gh-submenu__wrapper"> <section class="gh-submenu__tabs"> <div class="gh-submenu__tabs-wrapper"> <div class="gh-submenu__tab"> <a class="gh-submenu__tabs__text" href=/fr/pages/whatthefont data-target="#gh-navigation-1" data-analytics-linkcategory="header" data-analytics-linksection="secondary navigation" data-analytics-linkname="WhatTheFont:WhatTheFont" data-analytics-linktype="a" >WhatTheFont</a> <section class="gh-submenu__content"> <div class="gh-submenu__tabcontent" id="gh-navigation-1"> <ul class="gh-submenu__tabcontent__left"> </ul> </div> </section> </div> <div class="gh-submenu__tab"> <a class="gh-submenu__tabs__text" href=/fr/pages/whatthefont-forum data-target="#gh-navigation-2" data-analytics-linkcategory="header" data-analytics-linksection="secondary navigation" data-analytics-linkname="WhatTheFont:Forum WhatTheFont" data-analytics-linktype="a" >Forum WhatTheFont</a> <section class="gh-submenu__content"> <div class="gh-submenu__tabcontent" id="gh-navigation-2"> <ul class="gh-submenu__tabcontent__left"> </ul> </div> </section> </div> <div class="gh-submenu__tab"> <a class="gh-submenu__tabs__text" href=/fr/pages/whatthefont-mobile data-target="#gh-navigation-3" data-analytics-linkcategory="header" data-analytics-linksection="secondary navigation" data-analytics-linkname="WhatTheFont:Appli WhatTheFont" data-analytics-linktype="a" >Appli WhatTheFont</a> <section class="gh-submenu__content"> <div class="gh-submenu__tabcontent" id="gh-navigation-3"> <ul class="gh-submenu__tabcontent__left"> </ul> </div> </section> </div> </div> </section> </div> </div> </section> </ul> </div> <div class="gh-marketo-cta-title"> <a href="/fr/a/font/content/font-subscription" title="S&#039;abonner" data-analytics-linkcategory="header" data-analytics-linksection="secondary navigation" data-analytics-linkname="S&#039;abonner" data-analytics-linktype="a">S&#039;abonner <svg width="10" height="10" viewBox="0 0 10 10" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M0.854 0.647999V2.244H4.438L7.056 2.16L0.28 8.852L1.442 10L8.19 3.294L8.106 5.856V9.412H9.716V0.647999H0.854Z" fill="#ffffff"></path> </svg> </a> </div> </div> </div></div>` + `` + `` + ``; } else if (currentLocale == 'es') { var concat_string = `<div class="gh-mainheader"> <div class="gh-header-overlay"></div> <div class= "gh-sliderWrapper has_image" data-mobile-display="false" role="banner"> <div class="gh-sliderOuter"> <div class="gh-slide" style="background-color: #fb1995;"> <a href="https://www.monotypefonts.com/a/content/font-subscription-service-2?utm_source=referral_traffic&amp;utm_medium=myfonts&amp;utm_campaign=freetrial_omni&amp;utm_id=global&amp;utm_term=english&amp;utm_content=fall2024_banner3" target="" data-analytics-event="headerPromotion" data-analytics-linkcategory="top hat header" data-analytics-linksection="" data-analytics-linkname="Monotype Fonts AB Testing Banner 3" data-analytics-linktype="img"> <img src="https://cms.myfonts.com/sites/default/files/styles/top_hat_banner_1000_124_/public/2024-10/Evergreen-Tophat-Banner-003_191.png?itok=kHZC7FsF" alt="Monotype Fonts AB Testing Banner 3"> </a> </div> <div class="gh-slide" style="background-color: #fb8b24;"> <a href="https://www.myfonts.com/de/collections/sudtipos-foundry" target="" data-analytics-event="headerPromotion" data-analytics-linkcategory="top hat header" data-analytics-linksection="" data-analytics-linkname="Sudtipos 40% off" data-analytics-linktype="img"> <img src="https://cms.myfonts.com/sites/default/files/styles/top_hat_banner_1000_124_/public/2024-11/BFCM%202024%20-%20Day%201%20Tophat%20-%20Sudtipos_197.png?itok=lwqoWYNY" alt="Sudtipos 40% off"> </a> </div> </div> <span class="gh-arrow gh-prev analytics-tag" data-analytics-linkcategory="top hat header carousel" data-analytics-linksection="" data-analytics-linkname="left" data-analytics-linktype="a"> <svg xmlns="http://www.w3.org/2000/svg" width="19" height="16" viewBox="0 0 19 16" fill="none"> <path fill-rule="evenodd" clip-rule="evenodd" d="M10.2803 12.0303C10.5732 11.7374 10.5732 11.2626 10.2803 10.9697L7.31066 8L10.2803 5.03033C10.5732 4.73744 10.5732 4.26256 10.2803 3.96967C9.98744 3.67678 9.51256 3.67678 9.21967 3.96967L5.71967 7.46967C5.42678 7.76256 5.42678 8.23744 5.71967 8.53033L9.21967 12.0303C9.51256 12.3232 9.98744 12.3232 10.2803 12.0303Z" fill="white" /> <path fill-rule="evenodd" clip-rule="evenodd" d="M13.2803 12.0303C13.5732 11.7374 13.5732 11.2626 13.2803 10.9697L10.3107 8L13.2803 5.03033C13.5732 4.73744 13.5732 4.26256 13.2803 3.96967C12.9874 3.67678 12.5126 3.67678 12.2197 3.96967L8.71967 7.46967C8.42678 7.76256 8.42678 8.23744 8.71967 8.53033L12.2197 12.0303C12.5126 12.3232 12.9874 12.3232 13.2803 12.0303Z" fill="#1E242C" /> </svg> </span> <span class="gh-arrow gh-next analytics-tag" data-analytics-linkcategory="top hat header carousel" data-analytics-linksection="" data-analytics-linkname="right" data-analytics-linktype="a"> <svg xmlns="http://www.w3.org/2000/svg" width="19" height="16" viewBox="0 0 19 16" fill="none"> <path fill-rule="evenodd" clip-rule="evenodd" d="M8.71967 12.0303C8.42678 11.7374 8.42678 11.2626 8.71967 10.9697L11.6893 8L8.71967 5.03033C8.42678 4.73744 8.42678 4.26256 8.71967 3.96967C9.01256 3.67678 9.48744 3.67678 9.78033 3.96967L13.2803 7.46967C13.5732 7.76256 13.5732 8.23744 13.2803 8.53033L9.78033 12.0303C9.48744 12.3232 9.01256 12.3232 8.71967 12.0303Z" fill="white" /> <path fill-rule="evenodd" clip-rule="evenodd" d="M5.71967 12.0303C5.42678 11.7374 5.42678 11.2626 5.71967 10.9697L8.68934 8L5.71967 5.03033C5.42678 4.73744 5.42678 4.26256 5.71967 3.96967C6.01256 3.67678 6.48744 3.67678 6.78033 3.96967L10.2803 7.46967C10.5732 7.76256 10.5732 8.23744 10.2803 8.53033L6.78033 12.0303C6.48744 12.3232 6.01256 12.3232 5.71967 12.0303Z" fill="#1E242C" /> </svg> </span> </div> <div id="gh-email-verification"></div> <div class="gh-header" role="navigation"> <style> .gh-mainheader .gh-header__left .gh-site-name a:hover { background-color: #1B72E8; } </style> <div class="gh-header__left"> <div class="gh-header__logo gh-desktop-only"> <div class="gh-site-name"> <a href="/" title="MyFonts" class="gh-sitelogo" data-analytics-linkcategory="header" data-analytics-linksection="primary navigation" data-analytics-linkname="my fonts logo" data-analytics-linktype="a"> <svg xmlns="http://www.w3.org/2000/svg" width="108" height="50" viewBox="0 0 108 50" fill="none"> <path d="M48.1064 18.4504C47.8832 17.8572 47.5858 17.3874 47.2159 17.0409C46.844 16.6944 46.4059 16.5201 45.9033 16.5201C45.4008 16.5201 45.0129 16.6944 44.7456 17.0409C44.4782 17.3874 44.1064 18.0099 43.632 18.9046L41.5837 22.9375C42.0883 20.5099 42.4521 18.6951 42.6752 17.4951C42.8983 16.295 43.0089 15.3925 43.0089 14.7856C43.0089 14.3529 42.9204 13.9183 42.7415 13.4857C42.5626 13.053 42.3255 12.6556 42.03 12.2934C41.7325 11.9332 41.3848 11.6004 40.9827 11.3831C40.5827 11.1677 40.1606 11.015 39.7164 11.015H39.7144C39.5074 11.015 39.3144 11.0875 39.1375 11.1442C38.9586 11.203 38.7657 11.3537 38.5586 11.5554C38.3516 11.757 38.1204 12.08 37.8692 12.499C37.6159 12.9179 37.3124 13.4798 36.9566 14.1748L34.1968 19.5546C34.4038 17.7907 34.5908 16.3185 34.7536 15.1321C34.9164 13.9477 35.0491 12.9492 35.1536 12.1407C35.2581 11.3322 35.3325 10.6666 35.3767 10.1458C35.4209 9.62505 35.443 9.14932 35.443 8.71471C35.443 7.99231 35.3245 7.32669 35.0873 6.7198C34.8501 6.11291 34.5385 5.59216 34.1526 5.1595C33.7667 4.72489 33.3506 4.38621 32.9064 4.13953C32.4621 3.89482 32.0461 3.77148 31.6601 3.77148C31.3325 3.77148 31.0591 3.82238 30.836 3.92419C30.6129 4.02599 30.3918 4.21393 30.1687 4.48801C29.9456 4.76405 29.7244 5.16733 29.5013 5.70179C29.2782 6.23625 29.0189 6.93711 28.7214 7.80437L24.8923 19.5135L25.2923 10.5804C25.3224 9.77188 25.226 9.01228 25.0028 8.30359C24.7797 7.5949 24.4822 6.98801 24.1124 6.48292C23.7405 5.97783 23.3184 5.58041 22.844 5.29067C22.3697 5.00289 21.8933 4.85802 21.4189 4.85802C20.9747 4.85802 20.5425 5.01072 20.1285 5.31416C19.7124 5.61761 19.2822 6.24016 18.838 7.17986C18.3938 8.11957 17.9174 9.47822 17.4129 11.2558C16.9084 13.0334 16.3435 15.3964 15.7204 18.3467C15.2762 20.4864 14.9043 22.2778 14.6069 23.7245C14.3094 25.1713 13.9898 26.3263 13.6501 27.1936C13.3084 28.0608 12.9003 28.6814 12.426 29.0573C11.9516 29.4332 11.3124 29.6211 10.5104 29.6211C9.82696 29.6211 9.12344 29.5272 8.39581 29.3392C7.66817 29.1513 6.97872 28.9124 6.32545 28.6227C5.67219 28.333 5.09329 28.0021 4.58877 27.6262C4.08425 27.2503 3.69832 26.8745 3.43098 26.4986C4.17269 26.2382 5.03299 26.109 6.0139 26.109C6.78575 26.109 7.5355 26.1599 8.26314 26.2617C8.99078 26.3635 9.54756 26.4124 9.93349 26.4124C10.4963 26.4124 10.7797 26.1521 10.7797 25.6313C10.7797 25.3142 10.6471 24.9598 10.3797 24.5683C10.1124 24.1787 9.71842 23.8087 9.19983 23.4622C8.67922 23.1157 8.04204 22.8259 7.28425 22.5949C6.52646 22.3639 5.65812 22.2484 4.67922 22.2484C3.16565 22.2484 2.00787 22.6027 1.20586 23.3114C0.403845 24.0201 0.00384521 24.8795 0.00384521 25.8917C0.00384521 26.8177 0.271182 27.6634 0.805855 28.4289C1.34053 29.1944 2.06013 29.86 2.96465 30.4238C3.86917 30.9876 4.92445 31.4281 6.12646 31.7472C7.32847 32.0644 8.59681 32.2249 9.93349 32.2249C11.0611 32.2249 12.026 32.037 12.828 31.6611C13.63 31.2852 14.2973 30.786 14.832 30.1654C15.3667 29.5428 15.8049 28.8283 16.1446 28.0197C16.4863 27.2112 16.7596 26.3713 16.9687 25.5041L18.3496 18.9124C18.6451 17.6125 18.9124 16.4633 19.1516 15.4649C19.3888 14.4684 19.6038 13.5933 19.7968 12.8416C19.9898 12.0898 20.1667 11.432 20.3315 10.8682C20.4943 10.3044 20.6491 9.82082 20.7998 9.41557C20.9787 9.64658 21.0672 10.3846 21.0672 11.6278C21.0672 12.8709 21.0149 14.3666 20.9124 15.9426C20.8079 17.5185 20.7556 19.1297 20.7556 20.7781C20.7556 21.5299 20.844 22.2308 21.0229 22.8807C21.2018 23.5307 21.431 24.0945 21.7124 24.5722C21.9938 25.0499 22.3355 25.4258 22.7355 25.6998C23.1355 25.9759 23.5596 26.111 24.0038 26.111C24.5968 26.111 25.043 25.8662 25.3405 25.3729C25.636 24.8815 25.9938 24.0573 26.4099 22.9003L31.0853 8.98096C31.1737 9.21197 31.2179 9.57415 31.2179 10.0655C31.2179 10.7312 31.1516 11.5828 31.0169 12.6243C30.8842 13.6658 30.7415 14.8365 30.5948 16.1364C30.4461 17.2934 30.3275 18.2468 30.239 18.9986C30.1506 19.7503 30.0822 20.3729 30.038 20.8643C29.9938 21.3557 29.9636 21.7394 29.9496 22.0135C29.9335 22.2895 29.9275 22.5264 29.9275 22.728C29.9275 23.8263 30.1506 24.7817 30.5948 25.5902C31.039 26.4007 31.5737 26.804 32.1968 26.804C32.5827 26.804 32.9244 26.6513 33.2199 26.3478C33.5154 26.0444 33.843 25.5608 34.1988 24.8952L39.0511 15.3983C39.0511 15.7449 38.9847 16.3087 38.8501 17.0898C38.7174 17.8709 38.5687 18.7519 38.4059 19.7347C38.243 20.7175 38.0863 21.7159 37.9375 22.7261C37.7888 23.7382 37.7144 24.6485 37.7144 25.459C37.7144 26.0385 37.7968 26.5514 37.9596 26.9978C38.1224 27.4461 38.3234 27.8142 38.5606 28.1039C38.7978 28.3917 39.0652 28.609 39.3626 28.7539C39.6581 28.8987 39.9255 28.9712 40.1646 28.9712C40.5807 28.9712 40.9445 28.7402 41.2561 28.2781C41.5677 27.8161 41.9757 27.1074 42.4802 26.154L45.4631 20.3005C45.3747 22.2954 45.1797 24.3412 44.8842 26.4359C44.5868 28.5326 44.1646 30.5706 43.6159 32.5499C43.0672 34.5291 42.3837 36.4085 41.5677 38.1881C40.7516 39.9657 39.7787 41.5201 38.6511 42.8494C37.5234 44.1787 36.225 45.2339 34.7556 46.015C33.2863 46.7962 31.6461 47.1857 29.835 47.1857C29.3606 47.1857 28.9224 47.1701 28.5224 47.1427C28.1224 47.1133 27.7144 47.0565 27.2983 46.9684C26.8822 46.8823 26.438 46.759 25.9616 46.6004C25.4873 46.4418 24.9667 46.246 24.4038 46.015C24.1365 45.8995 23.8853 45.878 23.6461 45.9504C23.4089 46.0229 23.2903 46.2597 23.2903 46.665C23.2903 47.7065 23.8853 48.5229 25.0712 49.116C26.2591 49.7073 27.7868 50.0048 29.6561 50.0048C31.8832 50.0048 33.9013 49.6153 35.7124 48.8341C37.5234 48.053 39.1335 47.0056 40.5425 45.69C41.9516 44.3745 43.1757 42.8279 44.2149 41.0503C45.2541 39.2727 46.1064 37.3776 46.7757 35.369C47.443 33.3584 47.9395 31.2989 48.2672 29.1885C48.5928 27.0781 48.7576 25.0107 48.7576 22.9864C48.7576 22.1192 48.7054 21.295 48.6008 20.5139C48.4963 19.7327 48.3335 19.0475 48.1104 18.4543L48.1064 18.4504Z" fill="#1B72E8"/> <path d="M102.178 9.27761C101.495 9.27761 100.793 9.69656 99.9914 10.5345C99.1894 11.3724 98.4598 12.6155 98.0718 14.2639C97.296 15.2173 96.7472 16.2079 96.0517 17.2338C95.3543 18.2596 94.6588 19.2208 94.0055 20.1175C93.3522 21.0141 92.7412 21.8011 92.1925 22.4804C91.6437 23.1598 91.1854 23.6453 90.8296 23.9331C90.8296 23.6433 90.8497 23.1461 90.894 22.4374C90.9382 21.7287 91.0045 20.8829 91.093 19.9002C91.1814 18.9174 91.2859 17.8191 91.4045 16.6053C91.5231 15.3916 91.6558 14.119 91.8045 12.7898C92.3975 12.8485 92.91 12.8837 93.3402 12.8974C93.7703 12.9131 94.1925 12.919 94.6085 12.919C94.904 12.919 95.1935 12.8465 95.4769 12.7017C95.7583 12.5568 96.0176 12.363 96.2568 12.1163C96.494 11.8716 96.6869 11.5955 96.8357 11.2921C96.9844 10.9887 97.0588 10.6637 97.0588 10.3172C97.0588 10.0568 96.9985 9.84731 96.8799 9.68873C96.7613 9.53016 96.5382 9.44989 96.2126 9.44989L92.1161 9.53603L92.695 4.28936C92.7533 3.91348 92.7311 3.52977 92.6286 3.14018C92.5241 2.7506 92.2347 2.55483 91.7603 2.55483C91.4628 2.55483 91.1512 2.74277 90.8256 3.11865C90.498 3.49453 90.1945 3.98004 89.9131 4.57127C89.6296 5.16446 89.3643 5.81442 89.111 6.52311C88.8578 7.2318 88.6729 7.91896 88.5543 8.58262L88.3754 9.5791L85.4367 9.62217C84.1603 9.62217 83.2397 9.84731 82.6769 10.2937C82.1141 10.742 81.8306 11.1394 81.8306 11.4859C81.8306 11.6014 81.8608 11.7032 81.9191 11.7894C81.9794 11.8755 82.1201 11.9479 82.3412 12.0067C82.5643 12.0654 82.906 12.1222 83.3643 12.1809C83.8246 12.2396 84.4558 12.2964 85.2558 12.3551L87.907 12.5724L87.3985 16.1277C87.2035 16.5329 86.8678 17.0752 86.4839 17.7545C86.098 18.4338 85.6538 19.1641 85.1794 19.9452C84.705 20.7263 84.2166 21.5055 83.7261 22.2866C83.2357 23.0677 82.7955 23.7471 82.4095 24.3246C82.5281 23.5435 82.6367 22.7349 82.7412 21.897C82.8457 21.0591 82.9402 20.2643 83.0306 19.5125C83.1191 18.7608 83.1935 18.0756 83.2538 17.453C83.312 16.8324 83.3422 16.3332 83.3422 15.9573C83.3422 15.5247 83.2538 15.1273 83.0749 14.7651C82.896 14.4049 82.6668 14.0995 82.3854 13.8547C82.104 13.61 81.7985 13.4201 81.4729 13.2909C81.1452 13.1617 80.8497 13.0952 80.5824 13.0952C80.3151 13.0952 80.0779 13.1754 79.8708 13.334C79.6638 13.4926 79.4186 13.8117 79.1372 14.2874C78.8538 14.7651 78.4839 15.4366 78.0236 16.3038C77.5633 17.1711 76.9623 18.3281 76.2206 19.7729C76.2789 19.3677 76.3472 18.9272 76.4216 18.4495C76.496 17.9718 76.5623 17.5098 76.6226 17.0615C76.6829 16.6132 76.7271 16.1883 76.7553 15.7831C76.7854 15.3778 76.7995 15.045 76.7995 14.7866C76.7995 13.7745 76.5764 12.915 76.1321 12.2064C75.6879 11.4977 75.1231 11.1433 74.4397 11.1433C73.9352 11.1433 73.3563 11.2451 72.703 11.4468C72.0497 11.6484 71.3744 11.9381 70.6769 12.314C69.9794 12.6899 69.2819 13.1519 68.5844 13.702C67.8869 14.2522 67.2417 14.8728 66.6487 15.5658C66.6186 15.2486 66.4919 14.908 66.2708 14.5478C66.0477 14.1876 65.6397 14.0055 65.0467 14.0055C64.9864 14.0055 64.7191 14.0133 64.2467 14.027C63.7724 14.0427 63.1854 14.0642 62.4879 14.0916C61.7904 14.121 61.0186 14.1504 60.1724 14.1778C59.3261 14.2071 58.502 14.2365 57.702 14.2639L58.4598 8.71379C60.1804 8.71379 61.9472 8.70792 63.7583 8.69226C65.5693 8.67855 67.2316 8.62765 68.7452 8.61395C70.2588 8.60024 71.5131 8.55717 72.508 8.55717H74.1784C74.7412 8.55717 75.2618 8.48474 75.7362 8.26743C76.2105 8.05013 76.6186 7.78584 76.9603 7.43932C77.302 7.0928 77.5613 6.72475 77.7402 6.31951C77.9191 5.91426 78.0075 5.54425 78.0075 5.19578C78.0075 4.79053 77.8889 4.53995 77.6517 4.4401C77.4146 4.3383 77.0869 4.30502 76.6729 4.33243L58.8196 4.81011C58.7593 3.42209 58.5221 2.27291 58.108 1.36258C57.692 0.452241 57.099 -0.00390625 56.3271 -0.00390625C56.1201 -0.00390625 55.9271 0.0685292 55.7482 0.2134C55.5693 0.358271 55.4065 0.610816 55.2578 0.972993C55.109 1.33517 54.9744 1.84026 54.8578 2.49022C54.7392 3.14018 54.6206 3.95851 54.502 4.93932L47.2899 5.15663C46.7854 5.18599 46.3472 5.25843 45.9774 5.37393C45.6055 5.48944 45.4206 5.79288 45.4206 6.28427C45.4206 6.48591 45.495 6.73259 45.6437 7.02233C45.7925 7.31207 46.0156 7.58615 46.311 7.84652C46.6085 8.1069 46.9864 8.33987 47.4467 8.51215C47.907 8.68638 48.4477 8.74512 49.0729 8.74512H54.0156L53.304 14.3677C52.1764 14.4264 51.3161 14.6633 50.7211 15.0959C50.1261 15.5306 49.8306 16.0317 49.8306 16.6093C49.8306 16.8403 49.905 17.0262 50.0538 17.1711C50.2025 17.316 50.4698 17.3865 50.8558 17.3865C51.0347 17.3865 51.308 17.3786 51.6799 17.3649C52.0497 17.3512 52.4739 17.3297 52.9482 17.3003L51.8789 25.8869C51.7603 26.9851 51.6638 27.8602 51.5894 28.5102C51.5151 29.1602 51.4789 29.5869 51.4789 29.7886C51.4789 30.2232 51.5593 30.5482 51.7241 30.7635C51.8869 30.9808 52.1764 31.0885 52.5925 31.0885C52.9784 31.0885 53.3502 30.973 53.706 30.742C54.0618 30.511 54.3955 30.1136 54.707 29.5497C55.0186 28.9859 55.3141 28.2342 55.5975 27.2944C55.8789 26.3547 56.1241 25.1762 56.3332 23.7608L57.3563 17.083C58.098 17.0262 58.8256 16.9812 59.5372 16.9538C60.2487 16.9244 60.9321 16.897 61.5854 16.8677C61.1392 17.7937 60.7472 18.8547 60.4055 20.0548C60.0638 21.2549 59.893 22.361 59.893 23.3732C59.893 24.9334 60.2648 26.112 61.0065 26.9068C61.7482 27.7017 62.7291 28.0991 63.9452 28.0991C64.9241 28.0991 65.7844 27.8544 66.5281 27.361C67.2698 26.8696 67.893 26.206 68.3975 25.3661C68.902 24.5282 69.2799 23.5591 69.5332 22.4609C69.7844 21.3626 69.911 20.2056 69.911 18.9918C69.911 18.5298 69.8889 17.9659 69.8447 17.3003C69.8005 16.6347 69.7482 16.1296 69.6899 15.7831C69.8387 15.6676 70.0457 15.5227 70.3131 15.3504C70.5804 15.1762 70.8698 15.0118 71.1814 14.8512C71.493 14.6926 71.8045 14.5419 72.1161 14.3951C72.4276 14.2502 72.6729 14.1504 72.8497 14.0916C72.8497 14.5537 72.7894 15.2995 72.6708 16.3254C72.5522 17.3512 72.4337 18.4495 72.3151 19.6202C72.1965 20.7909 72.0839 21.9264 71.9814 23.0247C71.8769 24.123 71.8246 24.9472 71.8246 25.4973C71.8246 26.1629 72.0256 26.7267 72.4256 27.1887C72.8256 27.6508 73.2779 27.8818 73.7844 27.8818C73.9914 27.8818 74.2005 27.7878 74.4075 27.5999C74.6146 27.4119 74.912 27.0086 75.298 26.3861C75.6839 25.7655 76.1804 24.8532 76.7894 23.6531C77.3965 22.453 78.2065 20.8555 79.2156 18.8606C79.2156 19.2952 79.1713 19.8943 79.0829 20.6598C78.9945 21.4252 78.8899 22.2142 78.7713 23.0227C78.6528 23.8332 78.5482 24.5908 78.4598 25.2995C78.3713 26.0082 78.3271 26.5075 78.3271 26.7952C78.3271 27.2005 78.4156 27.5607 78.5945 27.8798C78.7734 28.1989 78.9945 28.471 79.2618 28.704C79.5291 28.935 79.8246 29.1151 80.1522 29.2463C80.4779 29.3755 80.7894 29.4421 81.0869 29.4421C81.4729 29.4421 81.7924 29.305 82.0437 29.0309C82.295 28.7549 82.6447 28.3301 83.0909 27.7526C83.2698 27.5215 83.499 27.175 83.7804 26.7111C84.0618 26.249 84.3653 25.7283 84.693 25.1508C85.0186 24.5732 85.3683 23.9448 85.7382 23.2635C86.11 22.5842 86.4578 21.9127 86.7834 21.2471C86.7533 21.5936 86.7311 21.9773 86.7171 22.3963C86.703 22.8152 86.695 23.1833 86.695 23.5024C86.695 23.935 86.7834 24.3696 86.9623 24.8023C87.1412 25.2349 87.3784 25.6265 87.6739 25.973C87.9693 26.3195 88.3271 26.6014 88.7432 26.8187C89.1593 27.036 89.5894 27.1437 90.0337 27.1437C91.0427 27.1437 92.2528 26.3998 93.6618 24.91C95.0708 23.4221 96.5925 21.2608 98.2246 18.428C98.4618 19.1797 98.6688 19.9883 98.8477 20.8555C99.0266 21.7228 99.1894 22.547 99.3382 23.3281C98.7151 23.7901 98.1884 24.1895 97.7583 24.5204C97.3281 24.8532 96.9724 25.1488 96.6889 25.4092C96.4075 25.6695 96.1985 25.9162 96.0658 26.1472C95.9332 26.3782 95.8648 26.6249 95.8648 26.8853C95.8648 27.6077 96.2286 28.2224 96.9563 28.7275C97.6839 29.2326 98.492 29.4871 99.3824 29.4871C100.568 29.4871 101.527 28.9879 102.255 27.9914C102.982 26.9949 103.346 25.7146 103.346 24.1543C103.346 22.594 103.153 21.1042 102.767 19.5145C102.381 17.9248 101.935 16.3058 101.433 14.6574C101.907 14.0505 102.293 13.5298 102.59 13.0971C102.888 12.6645 103.117 12.2944 103.28 11.991C103.443 11.6876 103.553 11.4428 103.614 11.2529C103.672 11.065 103.702 10.8849 103.702 10.7107C103.702 10.278 103.575 9.92953 103.324 9.66916C103.071 9.40878 102.693 9.27957 102.188 9.27957L102.178 9.27761ZM65.7804 24.4773C65.5271 25.0999 65.2236 25.4092 64.8678 25.4092C64.5703 25.4092 64.3472 25.2428 64.2005 24.91C64.0518 24.5771 63.9774 24.123 63.9774 23.5435C63.9774 22.4452 64.2146 21.3822 64.6889 20.3563C65.1633 19.3305 65.6095 18.3986 66.0256 17.5587C66.0256 17.9053 66.0477 18.4475 66.092 19.1856C66.1362 19.9237 66.1583 20.6676 66.1583 21.4194C66.1583 22.8367 66.0316 23.8547 65.7804 24.4773Z" fill="#1B72E8"/> <path d="M106.231 29.2275C106.438 29.0258 106.543 28.8085 106.543 28.5775C106.543 28.2016 106.29 28.0137 105.785 28.0137C105.341 28.0137 105.118 28.1057 105.118 28.3367C105.118 28.3935 105.162 28.3993 105.251 28.3993H105.474C105.385 28.7772 105.319 28.9573 105.273 29.1609C105.228 29.3625 105.206 29.4917 105.206 29.5192C105.206 29.7795 105.295 29.9146 105.474 29.9146C105.592 29.9146 105.667 29.7443 105.697 29.3978C105.757 29.4545 105.807 29.5074 105.854 29.5505C105.898 29.5935 105.964 29.6875 106.055 29.8324C106.113 29.9185 106.187 29.9636 106.278 29.9636C106.485 29.9636 106.589 29.8618 106.589 29.6601C106.589 29.4859 106.471 29.343 106.233 29.2275H106.231ZM105.964 29.1413C105.846 29.0826 105.757 29.0552 105.697 29.0552L105.785 28.4483C105.964 28.4483 106.053 28.5501 106.053 28.7517C106.053 28.8966 106.022 29.0258 105.964 29.1413Z" fill="#1B72E8"/> <path d="M107.276 27.6651C106.995 27.3773 106.571 27.2324 106.008 27.2324C105.413 27.2324 104.955 27.4341 104.627 27.8393C104.299 28.2446 104.137 28.7359 104.137 29.3135C104.137 29.8049 104.293 30.1866 104.605 30.4626C104.916 30.7367 105.31 30.8738 105.785 30.8738C106.378 30.8738 106.846 30.678 107.188 30.2884C107.529 29.8988 107.7 29.3839 107.7 28.7496C107.7 28.317 107.56 27.9548 107.278 27.6651H107.276ZM106.808 30.0711C106.571 30.3452 106.259 30.4822 105.873 30.4822C105.457 30.4822 105.146 30.3589 104.939 30.1142C104.732 29.8675 104.627 29.5582 104.627 29.1823C104.627 28.7497 104.738 28.3796 104.961 28.0762C105.184 27.7728 105.501 27.62 105.917 27.62C106.362 27.62 106.681 27.7434 106.874 27.9881C107.067 28.2348 107.164 28.5304 107.164 28.8769C107.164 29.3977 107.045 29.7951 106.808 30.0691V30.0711Z" fill="#1B72E8"/> <path d="M55.5815 38.8691C55.5815 40.1103 54.8358 40.9756 53.7544 40.9756C53.1876 40.9756 52.7554 40.7583 52.472 40.3433L52.4057 40.866H51.3464V35.543H52.5403V37.3441C52.8238 36.9819 53.2338 36.7705 53.7564 36.7705C54.868 36.7705 55.5836 37.6201 55.5836 38.8691H55.5815ZM54.3815 38.8613C54.3815 38.1487 54.0459 37.6847 53.473 37.6847C53.0408 37.6847 52.6831 37.9235 52.5403 38.411V39.2979C52.681 39.7853 53.0328 40.032 53.473 40.032C54.0479 40.032 54.3815 39.5602 54.3815 38.8633V38.8613Z" fill="black"/> <path d="M60.4056 36.8887L58.7573 41.1584C58.3915 42.1021 57.9232 42.3938 57.0508 42.3938H56.4478V41.5148H57.0749C57.4106 41.5148 57.5453 41.4423 57.7081 41.0136L57.7222 40.9705L56.1121 36.8887H57.3805L58.0136 38.7328C58.0277 38.7837 58.2146 39.561 58.3192 40.0034C58.4156 39.561 58.5945 38.7837 58.6106 38.7328L59.1855 36.8887H60.4076H60.4056Z" fill="black"/> <path d="M70.291 35.543V40.866H69.1513V37.5105L69.2035 36.1459L68.7935 37.4831L67.5111 40.8679H66.3633L65.089 37.4909L64.6709 36.1694L64.7231 37.5203V40.8679H63.5834V35.5449H65.493L66.6407 38.8574L66.9463 40.0633L67.2518 38.8574L68.4679 35.5449H70.295L70.291 35.543Z" fill="black"/> <path d="M71.4392 38.8682C71.4392 37.6192 72.2895 36.7695 73.608 36.7695C74.9266 36.7695 75.7548 37.6055 75.7548 38.8682C75.7548 40.1309 74.9126 40.9806 73.592 40.9806C72.2714 40.9806 71.4372 40.1309 71.4372 38.8682H71.4392ZM74.5488 38.8682C74.5488 38.091 74.2352 37.6622 73.6101 37.6622C72.9849 37.6622 72.6553 38.091 72.6553 38.8682C72.6553 39.6454 72.9608 40.0879 73.594 40.0879C74.2271 40.0879 74.5488 39.6454 74.5488 38.8682Z" fill="black"/> <path d="M80.7417 38.1947V40.867H79.5477V38.506C79.5477 38.0127 79.2643 37.7503 78.8542 37.7503C78.4442 37.7503 78.1527 38.0185 78.012 38.4179V40.8651H76.8181V36.885H77.9216L77.9658 37.4156C78.3095 36.979 78.7256 36.7773 79.2703 36.7773C80.1648 36.7773 80.7397 37.3079 80.7397 38.1928L80.7417 38.1947Z" fill="black"/> <path d="M81.8083 38.8682C81.8083 37.6192 82.6586 36.7695 83.9772 36.7695C85.2958 36.7695 86.1239 37.6055 86.1239 38.8682C86.1239 40.1309 85.2817 40.9806 83.9611 40.9806C82.6405 40.9806 81.8063 40.1309 81.8063 38.8682H81.8083ZM84.9179 38.8682C84.9179 38.091 84.6043 37.6622 83.9792 37.6622C83.3541 37.6622 83.0244 38.091 83.0244 38.8682C83.0244 39.6454 83.33 40.0879 83.9631 40.0879C84.5963 40.0879 84.9179 39.6454 84.9179 38.8682Z" fill="black"/> <path d="M90.1056 37.6491L88.8011 37.5688L88.8674 38.1561V39.4698C88.8674 39.8104 89.0242 39.9337 89.3217 39.9337H90.1036V40.8636H89.0524C88.1358 40.8636 87.6875 40.5367 87.6875 39.7164V38.1561L87.7478 37.5747L86.779 37.6471V36.8856L87.7418 36.958L87.6895 36.6095V35.709H88.8674V36.6095L88.8152 36.9658L90.1056 36.8856V37.6471V37.6491Z" fill="black"/> <path d="M95.1066 36.8887L93.4584 41.1584C93.0926 42.1021 92.6242 42.3938 91.7519 42.3938H91.1489V41.5148H91.776C92.1117 41.5148 92.2463 41.4423 92.4092 41.0136L92.4232 40.9705L90.8132 36.8887H92.0815L92.7147 38.7328C92.7287 38.7837 92.9157 39.561 93.0202 40.0034C93.1167 39.561 93.2956 38.7837 93.3117 38.7328L93.8865 36.8887H95.1086H95.1066Z" fill="black"/> <path d="M100.201 38.8858C100.201 40.1211 99.4549 40.9845 98.3735 40.9845C97.8509 40.9845 97.4408 40.773 97.1574 40.403V42.349H95.9634V36.8889H97.0368L97.0971 37.3979C97.3805 36.9986 97.8127 36.7812 98.3715 36.7812C99.483 36.7812 100.199 37.6309 100.199 38.8877L100.201 38.8858ZM99.0006 38.8721C99.0006 38.1595 98.6649 37.7033 98.09 37.7033C97.6579 37.7033 97.3001 37.9422 97.1574 38.4218V39.3145C97.2981 39.802 97.6498 40.0487 98.09 40.0487C98.6649 40.0487 99.0006 39.5769 99.0006 38.8721Z" fill="black"/> <path d="M105.38 39.1305H102.24C102.285 39.8059 102.65 40.1407 103.3 40.1407C103.696 40.1407 103.993 40.0174 104.202 39.6689L105.254 39.8725C104.932 40.5616 104.246 40.9845 103.278 40.9845C101.891 40.9845 101.085 40.1485 101.085 38.8936C101.085 37.6387 101.852 36.7734 103.231 36.7734C104.61 36.7734 105.378 37.6955 105.378 38.9152V39.1325L105.38 39.1305ZM102.248 38.4923H104.21C104.15 37.9187 103.867 37.5409 103.233 37.5409C102.697 37.5409 102.323 37.8463 102.248 38.4923Z" fill="black"/> <path d="M106.543 39.5898H107.996V40.8682H106.543V39.5898Z" fill="black"/></svg> </a> </div> </div> <div class="m-gh-header__hamburger"> <a class="m-gh-header__hamburger_icon" title="menu"> <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"> <path fill-rule="evenodd" clip-rule="evenodd" d="M0 12C0 11.4477 0.447715 11 1 11H23C23.5523 11 24 11.4477 24 12C24 12.5523 23.5523 13 23 13H1C0.447715 13 0 12.5523 0 12Z" fill="#667488"/> <path fill-rule="evenodd" clip-rule="evenodd" d="M0 19C0 18.4477 0.447715 18 1 18H23C23.5523 18 24 18.4477 24 19C24 19.5523 23.5523 20 23 20H1C0.447715 20 0 19.5523 0 19Z" fill="#667488"/> <path fill-rule="evenodd" clip-rule="evenodd" d="M0 5C0 4.44772 0.447715 4 1 4H23C23.5523 4 24 4.44772 24 5C24 5.55228 23.5523 6 23 6H1C0.447715 6 0 5.55228 0 5Z" fill="#667488"/> </svg> </a> <div class="m-gh-header__hamburger_logo"> <a href="/" title="MyFonts" class="gh-sitelogo" data-analytics-linkcategory="header" data-analytics-linksection="primary navigation" data-analytics-linkname="my fonts logo" data-analytics-linktype="a"> <svg xmlns="http://www.w3.org/2000/svg" width="67" height="32" viewBox="0 0 67 32" fill="none"><g clip-path="url(#clip0_3520_15875)"><path d="M29.8152 11.8098C29.7021 11.4707 29.5133 11.1621 29.2634 10.9076C29.1564 10.8007 29.0294 10.7162 28.8897 10.6591C28.7499 10.602 28.6003 10.5735 28.4495 10.5751C28.3113 10.5666 28.1732 10.5925 28.0474 10.6505C27.9216 10.7085 27.8119 10.7968 27.7282 10.9076C27.4694 11.288 27.2387 11.6869 27.0381 12.1012L25.7685 14.6818C26.0811 13.1275 26.3063 11.9666 26.4442 11.1991C26.56 10.6277 26.6292 10.0477 26.651 9.46498C26.6492 9.17952 26.5928 8.89706 26.4851 8.63299C26.376 8.35822 26.2274 8.1011 26.0438 7.86993C25.8669 7.63571 25.6469 7.43784 25.3958 7.28706C25.1584 7.14242 24.8882 7.06124 24.6108 7.05125C24.4868 7.05911 24.365 7.0873 24.2501 7.13469C24.1124 7.19534 23.9893 7.28527 23.8894 7.39831C23.7233 7.58195 23.5796 7.78495 23.4615 8.00295C23.3052 8.27141 23.1164 8.63057 22.8952 9.07438L21.1844 12.5172C21.3127 11.3885 21.4277 10.4453 21.5295 9.68748C21.6313 8.92967 21.7142 8.29157 21.7783 7.77319C21.8425 7.25562 21.8885 6.83035 21.9166 6.4974C21.9446 6.16444 21.9583 5.8593 21.9575 5.58197C21.962 5.14628 21.8871 4.71344 21.7363 4.30497C21.6038 3.93935 21.4085 3.60001 21.1592 3.30248C20.9404 3.04242 20.6789 2.82197 20.3862 2.65067C20.1536 2.50414 19.8873 2.4208 19.6131 2.40882C19.4378 2.40319 19.2634 2.43621 19.1022 2.50556C18.9385 2.59298 18.797 2.71711 18.6886 2.86835C18.5157 3.10859 18.3762 3.3714 18.2738 3.64954C18.136 3.99217 17.9757 4.44081 17.793 4.99547L15.4198 12.493L15.6722 6.77191C15.693 6.28154 15.6325 5.79112 15.4931 5.32077C15.3729 4.90479 15.1865 4.51112 14.9413 4.15502C14.7321 3.84909 14.4649 3.58772 14.155 3.38592C13.8929 3.21132 13.5869 3.11528 13.2726 3.10899C12.981 3.11469 12.6995 3.21715 12.4719 3.40043C12.2138 3.59472 11.9469 3.99257 11.6712 4.59399C11.3113 5.43953 11.0163 6.31156 10.7888 7.20241C10.4754 8.33994 10.1251 9.85235 9.73803 11.7396C9.46232 13.1102 9.23229 14.2574 9.04795 15.1812C8.91026 15.9362 8.71205 16.6787 8.45525 17.4015C8.24366 17.9561 7.99079 18.354 7.69665 18.5951C7.4025 18.8361 7.00697 18.957 6.51005 18.9578C6.06732 18.9552 5.62682 18.8946 5.19962 18.7777C4.76012 18.661 4.33104 18.5077 3.91684 18.3193C3.53323 18.1485 3.17022 17.9343 2.83484 17.6808C2.55832 17.4782 2.31494 17.2334 2.1135 16.9553C2.63289 16.7789 3.17886 16.6951 3.72689 16.7074C4.19304 16.7065 4.65867 16.7388 5.12027 16.8041C5.46281 16.8593 5.80861 16.8916 6.15539 16.9008C6.50484 16.9008 6.67956 16.7344 6.67956 16.4014C6.66405 16.1546 6.57666 15.9178 6.4283 15.7206C6.23144 15.4403 5.98338 15.2002 5.69734 15.0132C5.33118 14.7703 4.93132 14.5833 4.51075 14.4581C3.98684 14.3022 3.44244 14.2272 2.89615 14.2356C1.95762 14.2356 1.24029 14.4621 0.744167 14.9152C0.507915 15.1193 0.318894 15.373 0.190344 15.6583C0.0617942 15.9437 -0.00317492 16.2538 -1.18799e-05 16.5671C-0.0039655 17.1468 0.169371 17.7138 0.496508 18.1911C0.851038 18.7047 1.30643 19.1397 1.83459 19.4694C2.44093 19.8498 3.10129 20.1353 3.79302 20.3159C4.56234 20.5223 5.35557 20.6248 6.15178 20.6206C6.7692 20.6368 7.38232 20.5128 7.94551 20.2578C8.42301 20.0319 8.84657 19.7053 9.18741 19.3001C9.52732 18.887 9.80185 18.4236 10.0013 17.9263C10.2141 17.4044 10.3849 16.8661 10.5123 16.3168L11.3682 12.0988C11.5518 11.266 11.7173 10.5304 11.8648 9.89185C12.0122 9.25335 12.1449 8.69426 12.2627 8.21458C12.3821 7.73087 12.4923 7.31004 12.5933 6.95209C12.6943 6.59414 12.7909 6.28416 12.8831 6.02215C12.9937 6.17049 13.049 6.64251 13.049 7.43822C13.049 8.27101 13.0169 9.19168 12.9528 10.2002C12.8887 11.2088 12.8566 12.2403 12.8566 13.2948C12.8533 13.7488 12.9091 14.2013 13.0225 14.6407C13.1171 15.0208 13.261 15.3867 13.4505 15.7291C13.6063 16.0151 13.823 16.2629 14.0853 16.4546C14.3131 16.6238 14.5884 16.716 14.8715 16.7182C15.0396 16.7255 15.2064 16.6851 15.3528 16.6017C15.4993 16.5183 15.6195 16.3953 15.6999 16.2466C15.966 15.7398 16.1877 15.2105 16.3623 14.6649L19.2597 5.75611C19.3252 5.98129 19.3532 6.21584 19.3426 6.45024C19.3351 6.99795 19.2949 7.54472 19.2224 8.0876C19.1423 8.75351 19.0549 9.50287 18.9603 10.3357C18.8681 11.0757 18.7944 11.6864 18.7391 12.1677C18.6838 12.649 18.6437 13.0469 18.6189 13.3613C18.5916 13.6765 18.5732 13.9216 18.5636 14.0965C18.554 14.2715 18.5496 14.4242 18.5504 14.5548C18.5345 15.1906 18.6767 15.8203 18.9639 16.3869C19.2396 16.9053 19.5706 17.1645 19.957 17.1645C20.0772 17.1636 20.1959 17.1372 20.3053 17.087C20.4147 17.0368 20.5123 16.9638 20.5917 16.873C20.8318 16.5909 21.0339 16.2783 21.1929 15.9431L24.1984 9.86525C24.1845 10.2285 24.1443 10.5902 24.0782 10.9476C23.998 11.4474 23.9063 12.0117 23.8029 12.6405C23.6995 13.2694 23.6029 13.9075 23.5132 14.5548C23.4264 15.1337 23.3802 15.7181 23.3749 16.3035C23.3693 16.6383 23.4205 16.9716 23.5264 17.289C23.6107 17.544 23.7366 17.7831 23.8991 17.9965C24.0328 18.1696 24.2022 18.3115 24.3956 18.4124C24.5482 18.4967 24.7182 18.5443 24.8921 18.5515C25.1494 18.5515 25.3746 18.4036 25.5678 18.1077C25.7609 17.8118 26.0138 17.3584 26.3264 16.7473L28.1754 12.9985C28.1201 14.2747 27.9999 15.5835 27.8147 16.925C27.635 18.2448 27.3724 19.5518 27.0285 20.8383C26.6995 22.0726 26.2751 23.2791 25.7589 24.4468C25.2942 25.5184 24.6876 26.5219 23.9556 27.4301C23.2877 28.2549 22.468 28.9426 21.5415 29.4556C20.605 29.9618 19.5557 30.2199 18.4926 30.2054C18.1985 30.2054 17.9272 30.1961 17.6787 30.1775C17.4236 30.1579 17.1702 30.1208 16.9201 30.0663C16.6395 30.0022 16.3629 29.9215 16.0918 29.8244C15.7977 29.7229 15.4771 29.5979 15.13 29.4496C14.9844 29.3772 14.817 29.3626 14.6611 29.4084C14.5137 29.4544 14.4399 29.6072 14.4399 29.8668C14.4399 30.5327 14.8078 31.0567 15.5436 31.4388C16.2793 31.821 17.2267 32.0104 18.3856 32.0072C19.6749 32.0253 20.9534 31.7699 22.1378 31.2574C23.2438 30.7653 24.2554 30.0817 25.1265 29.2379C26.0242 28.3641 26.7908 27.3636 27.4024 26.2679C28.0533 25.1139 28.5851 23.8958 28.9893 22.6328C29.4042 21.3419 29.7134 20.0189 29.9138 18.6773C30.1131 17.3638 30.2143 16.0371 30.2168 14.7084C30.2184 14.1796 30.1863 13.6513 30.1206 13.1267C30.0671 12.6778 29.9647 12.2362 29.8152 11.8098Z" fill="#1B72E8"/><path d="M63.3209 5.94003C62.8977 5.94003 62.4625 6.20849 61.966 6.74541C61.4695 7.28233 61.0174 8.07562 60.777 9.13253C60.2961 9.73717 59.9571 10.3769 59.5243 11.0335C59.0915 11.6902 58.6611 12.3057 58.2571 12.8789C57.8532 13.4521 57.4733 13.9564 57.133 14.3917C56.8831 14.7284 56.6013 15.0398 56.2915 15.3216C56.2915 15.1366 56.3035 14.8174 56.3312 14.3639C56.3588 13.9104 56.3997 13.3699 56.4514 12.7398C56.5031 12.1098 56.5716 11.4096 56.6437 10.6308C56.7159 9.85206 56.8 9.03942 56.8914 8.18808C57.2593 8.22517 57.5767 8.24815 57.8436 8.25701C58.1104 8.26588 58.3725 8.27032 58.6298 8.27032C58.818 8.26935 59.003 8.22157 59.1684 8.13125C59.3483 8.03399 59.5108 7.9073 59.6493 7.75637C59.7961 7.60064 59.9178 7.42273 60.01 7.22912C60.1021 7.03421 60.1493 6.82094 60.1482 6.60514C60.1549 6.46249 60.1161 6.32142 60.0376 6.20245C59.9639 6.09845 59.828 6.04645 59.6301 6.04645L57.091 6.10207L57.4516 2.7439C57.4881 2.49859 57.4742 2.24835 57.4108 2.00866C57.3458 1.75874 57.1663 1.63378 56.8722 1.63378C56.6878 1.63378 56.4947 1.75471 56.2927 1.99656C56.0637 2.27988 55.8733 2.59261 55.7264 2.9265C55.5402 3.33425 55.3745 3.75118 55.2299 4.17569C55.0797 4.60495 54.9643 5.04577 54.8849 5.49381L54.7743 6.13231L52.9469 6.16738C52.1558 6.16738 51.5856 6.31088 51.2361 6.59788C50.8867 6.88488 50.7119 7.13923 50.7119 7.36094C50.7104 7.42996 50.7297 7.49783 50.7672 7.55563C50.8368 7.63006 50.929 7.67901 51.0293 7.6947C51.2385 7.74472 51.4505 7.78188 51.6641 7.80595C51.9494 7.84304 52.3402 7.88012 52.8363 7.91721L54.4797 8.05627L54.1647 10.3321C54.0445 10.5909 53.8365 10.9368 53.5973 11.3721C53.358 11.8075 53.0839 12.2742 52.7894 12.7737C52.4948 13.2731 52.1883 13.7725 51.8889 14.272C51.5896 14.7714 51.3119 15.2068 51.0726 15.5768C51.1455 15.077 51.2141 14.559 51.2782 14.0229C51.3423 13.4868 51.4012 12.9756 51.4549 12.4895C51.5102 12.0058 51.5563 11.5664 51.5932 11.1714C51.63 10.7763 51.6485 10.4571 51.6485 10.2136C51.6513 9.94993 51.5946 9.68902 51.4826 9.45057C51.3797 9.22969 51.2342 9.03157 51.0546 8.8677C50.8883 8.71514 50.6971 8.59243 50.4895 8.50492C50.315 8.42923 50.1277 8.38817 49.9377 8.38399C49.7776 8.38222 49.6218 8.43603 49.4965 8.53636C49.3112 8.71003 49.157 8.91458 49.0408 9.141C48.8661 9.44654 48.6361 9.87665 48.3508 10.4313C48.0654 10.986 47.6931 11.726 47.2339 12.6515C47.2708 12.3928 47.3108 12.1106 47.3541 11.805C47.3974 11.4995 47.4375 11.2036 47.4743 10.9174C47.5112 10.6304 47.5389 10.3575 47.5573 10.0987C47.5757 9.83996 47.5849 9.62713 47.5849 9.46025C47.6029 8.88161 47.4596 8.30946 47.1714 7.80837C46.9013 7.35932 46.5546 7.1348 46.1315 7.1348C45.763 7.14381 45.3981 7.20946 45.0494 7.32949C44.614 7.47275 44.1936 7.65866 43.7943 7.88455C43.3371 8.1419 42.903 8.4389 42.4971 8.77217C42.0586 9.12953 41.6559 9.5293 41.2949 9.96573C41.2644 9.73306 41.1822 9.51029 41.0544 9.31392C40.9166 9.08255 40.6637 8.96686 40.2958 8.96686L39.7993 8.98137C39.5052 8.99105 39.1417 9.00475 38.7089 9.02249C38.2761 9.04023 37.8028 9.05595 37.2891 9.06965L35.7574 9.12528L36.2263 5.57241C37.2931 5.57241 38.3875 5.56798 39.5096 5.55911C40.6313 5.54943 41.6616 5.51799 42.5993 5.50832C43.537 5.49864 44.3149 5.47204 44.9304 5.47204H45.9655C46.2959 5.48226 46.6244 5.41865 46.9273 5.28581C47.2108 5.15831 47.4681 4.97867 47.6859 4.75615C47.888 4.5488 48.051 4.30623 48.1668 4.04025C48.27 3.81462 48.3265 3.57022 48.3327 3.32194C48.3327 3.06315 48.2594 2.90232 48.1115 2.83822C47.9191 2.76883 47.7134 2.74524 47.5104 2.7693L36.4499 3.07524C36.4131 2.18844 36.266 1.45319 36.0087 0.869515C35.7514 0.285835 35.3827 -0.00398947 34.9027 4.14706e-05C34.7697 0.00106942 34.6416 0.0504668 34.542 0.139109C34.4043 0.273938 34.3005 0.439726 34.239 0.622821C34.1249 0.936372 34.0416 1.26039 33.9902 1.59025C33.9164 2.00624 33.8427 2.53026 33.769 3.16231L29.2991 3.30138C29.0255 3.31476 28.7546 3.36187 28.4924 3.44166C28.2624 3.51583 28.1473 3.71012 28.1473 4.02453C28.1575 4.19021 28.2048 4.35143 28.2856 4.49615C28.3896 4.69626 28.5299 4.87507 28.6992 5.0234C28.9059 5.2074 29.1442 5.35204 29.4025 5.45027C29.7264 5.56135 30.0679 5.61176 30.4099 5.59901H33.472L33.0308 9.19663C32.3311 9.23411 31.7985 9.38527 31.4306 9.66341C31.0627 9.94154 30.8788 10.268 30.8788 10.6308C30.8757 10.6976 30.8863 10.7644 30.9101 10.8268C30.9339 10.8892 30.9703 10.946 31.0171 10.9936C31.1084 11.0867 31.2743 11.1315 31.5136 11.1315C31.6242 11.1315 31.7945 11.1266 32.0245 11.117C32.2545 11.1073 32.5166 11.0932 32.8108 11.0746L32.1435 16.5672C32.0698 17.2702 32.0101 17.8297 31.9644 18.2457C31.9187 18.6617 31.8959 18.9346 31.8959 19.0644C31.8805 19.2832 31.9334 19.5013 32.0474 19.6883C32.1484 19.827 32.3279 19.8963 32.586 19.8963C32.833 19.8937 33.0735 19.8162 33.276 19.6738C33.5406 19.4731 33.7533 19.2114 33.8964 18.9108C34.1283 18.4499 34.3132 17.9665 34.4482 17.4681C34.6519 16.7258 34.8041 15.9702 34.9039 15.2068L35.5386 10.9332C35.9979 10.8961 36.4487 10.8683 36.8911 10.8497L38.1595 10.7941C37.8599 11.4525 37.6154 12.1349 37.4285 12.8341C37.2284 13.5244 37.1217 14.2387 37.1111 14.9576C37.1111 15.9565 37.3412 16.7103 37.8012 17.219C38.2613 17.7277 38.8684 17.9821 39.6226 17.9821C40.1914 17.9935 40.75 17.8289 41.2228 17.5104C41.6993 17.1775 42.0954 16.7411 42.3817 16.2334C42.7107 15.6539 42.948 15.0265 43.085 14.3736C43.246 13.6446 43.3267 12.9 43.3255 12.1533C43.3255 11.8574 43.3118 11.4947 43.2846 11.065C43.2573 10.6353 43.2253 10.3128 43.1884 10.0975C43.2798 10.0238 43.4096 9.93066 43.5743 9.82061C43.7478 9.70483 43.9272 9.59827 44.1117 9.50136C44.3049 9.39978 44.498 9.30264 44.6912 9.20993C44.8393 9.13652 44.9915 9.07152 45.1468 9.01523C45.1468 9.3111 45.11 9.78756 45.0362 10.4446C44.9625 11.1016 44.8888 11.8046 44.815 12.5536C44.7413 13.3025 44.6723 14.0281 44.6082 14.7303C44.5441 15.4325 44.5121 15.9597 44.5121 16.312C44.4998 16.7085 44.6324 17.0957 44.8847 17.4004C45.1332 17.6963 45.4137 17.8442 45.7263 17.8442C45.8732 17.8361 46.0113 17.7716 46.1122 17.664C46.3258 17.4275 46.511 17.1665 46.664 16.8864C46.9045 16.489 47.2127 15.9061 47.5886 15.1378L49.0925 12.0711C49.0851 12.456 49.0575 12.8403 49.0096 13.2223C48.9543 13.7125 48.8898 14.2168 48.816 14.7351C48.7423 15.2535 48.6778 15.7372 48.6225 16.1863C48.5782 16.5038 48.5505 16.8235 48.5395 17.144C48.5353 17.3858 48.5924 17.6247 48.7054 17.8381C48.9158 18.2327 49.2557 18.5417 49.6672 18.7125C49.8507 18.7903 50.0475 18.8314 50.2467 18.8334C50.3587 18.836 50.4698 18.8137 50.5723 18.7681C50.6747 18.7225 50.7659 18.6548 50.8394 18.5698C50.9957 18.394 51.2117 18.1211 51.4874 17.7511C51.598 17.6035 51.7406 17.3814 51.9154 17.0848C52.0901 16.7881 52.2788 16.4551 52.4816 16.0859C52.6836 15.7159 52.8996 15.3128 53.1296 14.8766C53.3596 14.4405 53.5756 14.0104 53.7776 13.5863C53.7592 13.808 53.7456 14.0531 53.7367 14.3216C53.7279 14.59 53.7235 14.8258 53.7235 15.029C53.7253 15.3144 53.7816 15.5969 53.8894 15.861C53.9962 16.1328 54.1451 16.3859 54.3306 16.6107C54.5143 16.833 54.7393 17.017 54.9931 17.1525C55.2385 17.2881 55.5138 17.3596 55.7938 17.3605C56.4189 17.3605 57.1683 16.884 58.0419 15.9311C58.9155 14.9782 59.8581 13.5952 60.8696 11.7821C61.024 12.2932 61.1528 12.8118 61.2555 13.336C61.3661 13.8907 61.4671 14.4179 61.5584 14.9177C61.1721 15.2136 60.8455 15.468 60.5786 15.6808C60.3117 15.8936 60.0909 16.0835 59.9162 16.2504C59.7653 16.3877 59.6353 16.5466 59.5303 16.722C59.4501 16.866 59.4087 17.0286 59.4101 17.1936C59.4101 17.6564 59.6353 18.0494 60.0857 18.3727C60.5227 18.6915 61.0498 18.861 61.5897 18.8564C62.3255 18.8564 62.9185 18.5371 63.369 17.8986C63.8194 17.2601 64.0446 16.4414 64.0446 15.4426C64.0393 14.4418 63.9183 13.4452 63.684 12.4726C63.4435 11.4552 63.1678 10.4192 62.8568 9.36472C63.151 8.97613 63.3914 8.64318 63.5782 8.36585C63.7326 8.13744 63.8754 7.90133 64.0062 7.65842C64.0884 7.50744 64.1575 7.34966 64.213 7.1868C64.2485 7.07453 64.2671 6.95755 64.2683 6.83974C64.2784 6.59445 64.192 6.35502 64.0278 6.17342C63.8691 6.01702 63.6335 5.93922 63.3209 5.94003ZM40.7659 15.6675C40.6056 16.0657 40.4173 16.2645 40.2009 16.2637C40.0165 16.2637 39.8787 16.1572 39.7873 15.9444C39.6837 15.6652 39.6367 15.3679 39.649 15.0701C39.6491 14.3661 39.7996 13.6704 40.0903 13.03C40.3844 12.3738 40.6605 11.7772 40.9186 11.2403C40.9186 11.462 40.9322 11.8091 40.9595 12.2815C40.9867 12.7539 41.0003 13.2304 41.0003 13.7109C40.9971 14.617 40.919 15.2692 40.7659 15.6675Z" fill="#1B72E8"/></g><defs><clipPath id="clip0_3520_15875"><rect width="66.7429" height="32" fill="white"/></clipPath></defs></svg> </a> </div> </div> </div> <div class="gh-header__right"> <div class="gh-header__top-content"> <div class="gh-header__search gh-desktop-only"> <div id="gh-search-placeholder"></div> </div> <div class="gh-header__mini-menu-and-lang gh-flex gh-h-center"> <div class="m-gh-header__search"> <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="none"> <path fill-rule="evenodd" clip-rule="evenodd" d="M6.47619 2.28571C5.36481 2.28571 4.29894 2.72721 3.51308 3.51308C2.72721 4.29894 2.28571 5.36481 2.28571 6.47619C2.28571 7.02649 2.3941 7.5714 2.6047 8.07982C2.81529 8.58823 3.12395 9.05018 3.51308 9.43931C3.9022 9.82843 4.36415 10.1371 4.87257 10.3477C5.38098 10.5583 5.92589 10.6667 6.47619 10.6667C7.02649 10.6667 7.57141 10.5583 8.07982 10.3477C8.58823 10.1371 9.05018 9.82843 9.43931 9.43931C9.82843 9.05018 10.1371 8.58823 10.3477 8.07982C10.5583 7.57141 10.6667 7.02649 10.6667 6.47619C10.6667 5.36481 10.2252 4.29894 9.43931 3.51308C8.65344 2.72721 7.58757 2.28571 6.47619 2.28571ZM1.89683 1.89683C3.11135 0.682311 4.7586 0 6.47619 0C8.19378 0 9.84103 0.682311 11.0555 1.89683C12.2701 3.11135 12.9524 4.7586 12.9524 6.47619C12.9524 7.32666 12.7849 8.16879 12.4594 8.95452C12.281 9.38536 12.0569 9.79461 11.7918 10.1756L15.6653 14.049C16.1116 14.4953 16.1116 15.219 15.6653 15.6653C15.219 16.1116 14.4953 16.1116 14.049 15.6653L10.1756 11.7918C9.79461 12.0569 9.38536 12.281 8.95452 12.4594C8.16879 12.7849 7.32666 12.9524 6.47619 12.9524C5.62573 12.9524 4.78359 12.7849 3.99786 12.4594C3.21213 12.134 2.4982 11.6569 1.89683 11.0555C1.29546 10.4542 0.81843 9.74025 0.492971 8.95452C0.167512 8.16879 0 7.32666 0 6.47619C0 4.7586 0.682311 3.11135 1.89683 1.89683Z" fill="#576579"/> </svg> </div> <div class="gh-dropdown gh-miniDropdown" data-dropdown="mini-dropdown"> <div class="gh-current-selection" tabindex="0">Aprende</div> <ul class="gh-options"> <li data-value="Personajes Creativos"><a tabindex="0" href="/es/content/creative-characters" class="" target="_self" data-analytics-linkcategory="header" data-analytics-linksection="primary navigation" data-analytics-linkname="Aprende:Personajes Creativos" data-analytics-linktype="a">Personajes Creativos</a></li> <li data-value="Cuestiones Creativas"><a tabindex="0" href="/a/font/content/creative-matters" class="" target="_self" data-analytics-linkcategory="header" data-analytics-linksection="primary navigation" data-analytics-linkname="Aprende:Cuestiones Creativas" data-analytics-linktype="a">Cuestiones Creativas</a></li> <li data-value="Guía de fuentes"><a tabindex="0" href="/es/content/font-field-guide" class="" target="_self" data-analytics-linkcategory="header" data-analytics-linksection="primary navigation" data-analytics-linkname="Aprende:Guía de fuentes" data-analytics-linktype="a">Guía de fuentes</a></li> <li data-value="Fuentes en uso"><a tabindex="0" href="/es/a/font/content/fonts-in-use" class="" target="_self" data-analytics-linkcategory="header" data-analytics-linksection="primary navigation" data-analytics-linkname="Aprende:Fuentes en uso" data-analytics-linktype="a">Fuentes en uso</a></li> <li data-value="El Manual"><a tabindex="0" href="/es/content/the-font-manual" class="" target="_self" data-analytics-linkcategory="header" data-analytics-linksection="primary navigation" data-analytics-linkname="Aprende:El Manual" data-analytics-linktype="a">El Manual</a></li> <li data-value="Type Trends"><a tabindex="0" href="/es/content/type-trends" class="" target="_self" data-analytics-linkcategory="header" data-analytics-linksection="primary navigation" data-analytics-linkname="Aprende:Type Trends" data-analytics-linktype="a">Type Trends</a></li> <li data-value="fy{T}i - Información Tipográfica"><a tabindex="0" href="/es/content/for-your-typographical-information" class="" target="_self" data-analytics-linkcategory="header" data-analytics-linksection="primary navigation" data-analytics-linkname="Aprende:fy{T}i - Información Tipográfica" data-analytics-linktype="a">fy{T}i - Información Tipográfica</a></li> <li class="gh-nested-dropdown" tabindex="0"> <div class="gh-nested-current-option">Memory Lane</div> <ul class="gh-nested-options"> <li data-value="Fontshop Memory Lane"><a tabindex="0" href="/es/pages/fontshop-memory-lane" class="" target="_self" data-analytics-linkcategory="header" data-analytics-linksection="primary navigation" data-analytics-linkname="Aprende:Memory Lane:Fontshop Memory Lane" data-analytics-linktype="a">Fontshop Memory Lane</a></li> <li data-value="Linotype Memory Lane"><a tabindex="0" href="/es/pages/linotype-memory-lane" class="" target="_self" data-analytics-linkcategory="header" data-analytics-linksection="primary navigation" data-analytics-linkname="Aprende:Memory Lane:Linotype Memory Lane" data-analytics-linktype="a">Linotype Memory Lane</a></li> <li data-value="Fonts.com Memory Lane"><a tabindex="0" href="/pages/fontscom-memory-lane" class="" target="_self" data-analytics-linkcategory="header" data-analytics-linksection="primary navigation" data-analytics-linkname="Aprende:Memory Lane:Fonts.com Memory Lane" data-analytics-linktype="a">Fonts.com Memory Lane</a></li> </ul> </li> </ul> </div> <div class="gh-dropdown gh-currencyDropdown" data-dropdown="currency"> <div class="gh-current-selection" tabindex="0">USD ($)</div> <ul class="gh-options"> <li class="analytics-tag" tabindex="0" data-value="U` + `SD ($)" data-analytics-linkcategory="header" data-analytics-linksection="primary navigation" data-analytics-linkname="currency selector : USD ($)" data-analytics-linktype="li">USD ($)</li> <li class="analytics-tag" tabindex="0" data-value="GBP (£)" data-analytics-linkcategory="header" data-analytics-linksection="primary navigation" data-analytics-linkname="currency selector : GBP (£)" data-analytics-linktype="li">GBP (£)</li> <li class="analytics-tag" tabindex="0" data-value="EUR (€)" data-analytics-linkcategory="header" data-analytics-linksection="primary navigation" data-analytics-linkname="currency selector : EUR (€)" data-analytics-linktype="li">EUR (€)</li> <li class="analytics-tag" tabindex="0" data-value="AUD ($)" data-analytics-linkcategory="header" data-analytics-linksection="primary navigation" data-analytics-linkname="currency selector : AUD ($)" data-analytics-linktype="li">AUD ($)</li> <li class="analytics-tag" tabindex="0" data-value="JPY (¥)" data-analytics-linkcategory="header" data-analytics-linksection="primary navigation" data-analytics-linkname="currency selector : JPY (¥)" data-analytics-linktype="li">JPY (¥)</li> <li class="analytics-tag" tabindex="0" data-value="BRL ($)" data-analytics-linkcategory="header" data-analytics-linksection="primary navigation" data-analytics-linkname="currency selector : BRL ($)" data-analytics-linktype="li">BRL ($)</li> <li class="analytics-tag" tabindex="0" data-value="CAD ($)" data-analytics-linkcategory="header" data-analytics-linksection="primary navigation" data-analytics-linkname="currency selector : CAD ($)" data-analytics-linktype="li">CAD ($)</li> <li class="analytics-tag" tabindex="0" data-value="NZD ($)" data-analytics-linkcategory="header" data-analytics-linksection="primary navigation" data-analytics-linkname="currency selector : NZD ($)" data-analytics-linktype="li">NZD ($)</li> </ul> </div> <div class="gh-dropdown gh-languageDropdown" data-dropdown="language"> <div class="gh-current-selection" tabindex="0">EN</div> <ul class="gh-options"> <li class="analytics-tag" data-value=EN tabindex="0" data-analytics-linkcategory="header" data-analytics-linksection="primary navigation" data-analytics-linkname="language selector : EN" data-analytics-linktype="li">EN - English (UK) </li> <li class="analytics-tag" data-value=DE tabindex="0" data-analytics-linkcategory="header" data-analytics-linksection="primary navigation" data-analytics-linkname="language selector : DE" data-analytics-linktype="li">DE - Deutsch</li> <li class="analytics-tag" data-value=FR tabindex="0" data-analytics-linkcategory="header" data-analytics-linksection="primary navigation" data-analytics-linkname="language selector : FR" data-analytics-linktype="li">FR - Français</li> <li class="analytics-tag" data-value=ES tabindex="0" data-analytics-linkcategory="header" data-analytics-linksection="primary navigation" data-analytics-linkname="language selector : ES" data-analytics-linktype="li">ES - Español</li> </ul> </div> <a href="" id="gh-cart" tabindex="0" role="button" data-analytics-linkcategory="header" data-analytics-linksection="primary navigation" data-analytics-linkname="cart" data-analytics-linktype="a"> <div> <svg xmlns="http://www.w3.org/2000/svg" width="22" height="16" aria-label="cart" viewBox="0 0 22 16" fill="none"> <path d="M0 1.47692H3.47398L7.4453 11.8154H17.333L22 2.09578L20.6917 1.44884L19.8905 3.11754V2.70769H18.4351V4.18462H19.3781L18.4351 6.14858V4.67692H16.9797V6.15385H18.4325L16.4232 10.3385H8.44002L8.34545 10.0923H9.70266V8.61539H8.24726V9.83665L7.58903 8.12308H8.24726V6.64615H7.0217L6.79186 6.04783V4.67692H6.26527L4.46871 0H0V1.47692Z" fill="#576579" /> <path d="M8.73239 16C9.8041 16 10.6729 15.1183 10.6729 14.0308C10.6729 12.9432 9.8041 12.0615 8.73239 12.0615C7.66068 12.0615 6.79186 12.9432 6.79186 14.0308C6.79186 15.1183 7.66068 16 8.73239 16Z" fill="#576579" /> <path d="M18.4351 14.0308C18.4351 15.1183 17.5662 16 16.4945 16C15.4228 16 14.554 15.1183 14.554 14.0308C14.554 12.9432 15.4228 12.0615 16.4945 12.0615C17.5662 12.0615 18.4351 12.9432 18.4351 14.0308Z" fill="#576579" /> <path d="M8.24726 2.70769H6.79186V4.18462H8.24726V2.70769Z" fill="#576579" /> <path d="M11.1581 2.70769H9.70266V4.18462H11.1581V2.70769Z" fill="#576579" /> <path d="M8.24726 4.67692H9.70266V6.15385H8.24726V4.67692Z" fill="#576579" /> <path d="M12.6135 2.70769H14.0689V4.18462H12.6135V2.70769Z" fill="#576579" /> <path d="M12.6135 4.67692H11.1581V6.15385H12.6135V4.67692Z" fill="#576579" /> <path d="M9.70266 6.64615H11.1581V8.12308H9.70266V6.64615Z" fill="#576579" /> <path d="M15.5243 2.70769H16.9797V4.18462H15.5243V2.70769Z" fill="#576579" /> <path d="M15.5243 4.67692H14.0689V6.15385H15.5243V4.67692Z" fill="#576579" /> <path d="M12.6135 6.64615H14.0689V8.12308H12.6135V6.64615Z" fill="#576579" /> <path d="M12.6135 8.61539H11.1581V10.0923H12.6135V8.61539Z" fill="#576579" /> <path d="M15.5243 6.64615H16.9797V8.12308H15.5243V6.64615Z" fill="#576579" /> <path d="M15.5243 8.61539H14.0689V10.0923H15.5243V8.61539Z" fill="#576579" /> </svg> </div> <span aria-label="cart count" id="gh-cart-count">0</span> </a> <div class="gh-profile" id="gh-profile"> <div class="gh-dropdown" data-dropdown="profile" id="gh-profileDropdown"> <div class="gh-current-selection" tabindex="0" role="button"> <span aria-label="user name initial" id="gh-user_initial">K</span> </div> <ul class="gh-options"> <li data-value="Historial de pedidos y descargas"> <a class="" tabindex="0" href="https://accounts.monotype.com/api/initLogin?locale=es&amp;source=myfonts&amp;source_env=mftprod&amp;redirectURI=/orders" target="_blank" data-analytics-linkcategory="header" data-analytics-linksection="primary navigation" data-analytics-linkname="account : Historial de pedidos y descargas" data-analytics-linktype="a">Historial de pedidos y descargas</a> </li> <li data-value="Creador de kits de fuentes web"> <a class="" tabindex="0" href="https://accounts.monotype.com/api/initLogin?locale=es&amp;source=myfonts&amp;source_env=mftprod&amp;redirectURI=/purchased-fonts%3Ftype%3Dwebfonts" target="_blank" data-analytics-linkcategory="header" data-analytics-linksection="primary navigation" data-analytics-linkname="account : Creador de kits de fuentes web" data-analytics-linktype="a">Creador de kits de fuentes web</a> </li> <li data-value="Configuración de cuenta"> <a class="" tabindex="0" href="https://accounts.monotype.com/api/initLogin?locale=es&amp;source=myfonts&amp;source_env=mftprod" target="_blank" data-analytics-linkcategory="header" data-analytics-linksection="primary navigation" data-analytics-linkname="account : Configuración de cuenta" data-analytics-linktype="a">Configuración de cuenta</a> </li> <li data-value="Presupuestos"> <a class="" tabindex="0" href="/es/account?view=price-quote" target="_self" data-analytics-linkcategory="header" data-analytics-linksection="primary navigation" data-analytics-linkname="account : Presupuestos" data-analytics-linktype="a">Presupuestos</a> </li> <li data-value="Favoritos"> <a class="gh_favourite_id" tabindex="0" href="/es/pages/favorites" target="_self" data-analytics-linkcategory="header" data-analytics-linksection="primary navigation" data-analytics-linkname="account : Favoritos" data-analytics-linktype="a">Favoritos</a> </li> <li data-value="Álbumes"> <a class="" tabindex="0" href="/es/pages/albums" target="_self" data-analytics-linkcategory="header" data-analytics-linksection="primary navigation" data-analytics-linkname="account : Álbumes" data-analytics-linktype="a">Álbumes</a> </li> <li data-value="Etiquetas"> <a class="" tabindex="0" href="/es/pages/tag" target="_self" data-analytics-linkcategory="header" data-analytics-linksection="primary navigation" data-analytics-linkname="account : Etiquetas" data-analytics-linktype="a">Etiquetas</a> </li> <li data-value="Regístrate"> <button tabindex="0" class="gh-highlight" id="gh-logout" data-analytics-event="logOut" data-analytics-linkcategory="header" data-analytics-linksection="primary navigation" data-analytics-linkname="logout" data-analytics-linktype="button">Regístrate</button> </li> </ul> </div> <div id="gh-customer" class="gh-desktop-only"> <button class="gh-login-btn" tabindex="0" role="button" data-analytics-event="loginIntent" data-analytics-linkcategory="header" data-analytics-linksection="primary navigation" data-analytics-linkname="login" data-analytics-linktype="button"> Iniciar sesión </button> <div class="gh-popupWrapper"> <div style="display:block;height:6px"></div> <div class="gh-hover-pop-up"> <div class="gh-signup-msg"> <h6>¿Eres nuevo?</h6><div>Inscríbete ahora y <span>ahorra un 10%</span><br />en fuentes Monotype Foundry.</div> </div> <button tabindex="0" tabindex="0" role="button" class="gh-signup" data-analytics-event="signupIntent" data-analytics-linkcategory="header" data-analytics-linksection="primary navigation" data-analytics-linkname="signup" data-analytics-linktype="button">Registrarse</button> </div> </div> </div> <div id="m-gh-customer"> <div class="gh-profileWrapper"> <div class="gh-profileButton"> <svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"> <path fill-rule="evenodd" clip-rule="evenodd" d="M9.5 4C9.5 4.82843 8.82843 5.5 8 5.5C7.17157 5.5 6.5 4.82843 6.5 4C6.5 3.17157 7.17157 2.5 8 2.5C8.82843 2.5 9.5 3.17157 9.5 4ZM11 4C11 5.65685 9.65685 7 8 7C6.34315 7 5 5.65685 5 4C5 2.34315 6.34315 1 8 1C9.65685 1 11 2.34315 11 4ZM5.54702 9C3.58806 9 2 10.3431 2 12V14.1818C2 14.6337 2.43311 15 2.96737 15C3.50163 15 3.93474 14.6337 3.93474 14.1818V12C3.93474 11.2469 4.65658 10.6364 5.54702 10.6364H10.453C11.3434 10.6364 12.0653 11.2469 12.0653 12V14.1818C12.0653 14.6337 12.4984 15 13.0326 15C13.5669 15 14 14.6337 14 14.1818V12C14 10.3431 12.4119 9 10.453 9H5.54702Z" fill="#1766CF"/> </svg> </div> </div> <div class="gh-m-popupWrapper"> <div class="gh-hover-pop-up"> <button class="gh-login-btn" tabindex="0" role="button" data-analytics-event="loginIntent" data-analytics-linkcategory="header" data-analytics-linksection="primary navigation" data-analytics-linkname="login" data-analytics-linktype="button"> Iniciar sesión </button> <button tabindex="0" tabindex="0" role="button" class="gh-signup" data-analytics-event="signupIntent" data-analytics-linkcategory="header" data-analytics-linksection="primary navigation" data-analytics-linkname="signup" data-analytics-linktype="button">Registrarse</button> </div> </div> </div> </div> </div> </div> <div class="gh-header__bottom-content gh-grid gh-desktop-only"> <div class="gh-menu-wrapper" role="navigation"> <ul class="gh-menu"> <li class="gh-fs-13 gh-fs-16-sm">Buscar por</li> <section class="gh-submenu style2"> <div class="gh-desktop-only"> <div class="gh-submenu__wrapper"> <section class="gh-submenu__tabs"> <div class="gh-submenu__tabs-wrapper"> <a class="gh-submenu__tabs__text" href="/es/pages/categories-and-tags" target="_parent" data-target="#gh-navigation-1" data-analytics-linkcategory="header" data-analytics-linksection="secondary navigation" data-analytics-linkname="Buscar por:Etiquetas" data-analytics-linktype="a" > <span>Etiquetas</span> <svg width="10" height="10" viewBox="0 0 10 10" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M0.854 0.647999V2.244H4.438L7.056 2.16L0.28 8.852L1.442 10L8.19 3.294L8.106 5.856V9.412H9.716V0.647999H0.854Z" fill="#576579"></path> </svg> </a> <a class="gh-submenu__tabs__text" href="/es/collections/whats-new" target="_parent" data-target="#gh-navigation-2" data-analytics-linkcategory="header" data-analytics-linksection="secondary navigation" data-analytics-linkname="Buscar por:Fuentes Nuevas" data-analytics-linktype="a" > <span>Fuentes Nuevas</span> <svg width="10" height="10" viewBox="0 0 10 10" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M0.854 0.647999V2.244H4.438L7.056 2.16L0.28 8.852L1.442 10L8.19 3.294L8.106 5.856V9.412H9.716V0.647999H0.854Z" fill="#576579"></path> </svg> </a> <a class="gh-submenu__tabs__text" href="/es/collections/bundles" target="_parent" data-target="#gh-navigation-3" data-analytics-linkcategory="header" data-analytics-linksection="secondary navigation" data-analytics-linkname="Buscar por:Paquetes de fuentes" data-analytics-linktype="a" > <span>Paquetes de fuentes</span> <svg width="10" height="10" viewBox="0 0 10 10" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M0.854 0.647999V2.244H4.438L7.056 2.16L0.28 8.852L1.442 10L8.19 3.294L8.106 5.856V9.412H9.716V0.647999H0.854Z" fill="#576579"></path> </svg> </a> <a class="gh-submenu__tabs__text" href="/es/collections/special-offers" target="_parent" data-target="#gh-navigation-4" data-analytics-linkcategory="header" data-analytics-linksection="secondary navigation" data-analytics-linkname="Buscar por:Ofertas especiales" data-analytics-linktype="a" > <span>Ofertas especiales</span> <svg width="10" height="10" viewBox="0 0 10 10" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M0.854 0.647999V2.244H4.438L7.056 2.16L0.28 8.852L1.442 10L8.19 3.294L8.106 5.856V9.412H9.716V0.647999H0.854Z" fill="#576579"></path> </svg> </a> </div> <a class="gh-submenu__mainlink" href="/es/search?query=" data-analytics-linkcategory="header" data-analytics-linksection="secondary navigation" data-analytics-linkname="Buscar por:Ver todas las fuentes" data-analytics-linktype="button">Ver todas las fuentes <svg width="10" height="10" viewBox="0 0 10 10" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M0.854 0.647999V2.244H4.438L7.056 2.16L0.28 8.852L1.442 10L8.19 3.294L8.106 5.856V9.412H9.716V0.647999H0.854Z" fill="#30373D"></path> </svg> </a> </section> <section class="gh-submenu__content"> <div class="gh-submenu__tabcontent" id="gh-navigation-1"> <ul class="gh-submenu__tabcontent__left"> </ul> <div class="gh-submenu__tabcontent__right gh-has-image" > <img src="https://cms.myfonts.com/sites/default/files/styles/360x344/public/2024-02/images_styles-_195_137.png?itok=9VJR3Usn" alt=> </div> </div> <div class="gh-submenu__tabcontent" id="gh-navigation-2"> <ul class="gh-submenu__tabcontent__left"> </ul> <div class="gh-submenu__tabcontent__right gh-has-image" > <img src="https://cms.myfonts.com/sites/default/files/styles/360x344/public/2024-02/images_whats_new-_167_170.png?itok=RDrM8YxF" alt=> </div> </div> <div class="gh-submenu__tabcontent" id="gh-navigation-3"> <ul class="gh-submenu__tabcontent__left"> </ul> <div class="gh-submenu__tabcontent__right gh-has-image" > <img src="https://cms.myfonts.com/sites/default/files/styles/360x344/public/2024-02/images_bundles-_196_174.png?itok=fkmi4HqX" alt=> </div> </div> <div class="gh-submenu__tabcontent" id="gh-navigation-4"> <ul class="gh-submenu__tabcontent__left"> </ul> <div class="gh-submenu__tabcontent__right gh-has-image" > <img src="https://cms.myfonts.com/sites/default/files/styles/360x344/public/2024-03/images_special_offers-_114_121.png?itok=fuZrYMmW" alt=> </div> </div> </section> </div> </div> </section> </ul> <ul class="gh-menu"> <li class="gh-fs-13 gh-fs-16-sm">Categorías</li> <section class="gh-submenu style2"> <div class="gh-desktop-only"> <div class="gh-submenu__wrapper"> <section class="gh-submenu__tabs"> <div class="gh-submenu__tabs-wrapper"> <a class="gh-submenu__tabs__text" href="/es/pages/serif-fonts" target="_parent" data-target="#gh-navigation-1" data-analytics-linkcategory="header" data-analytics-linksection="secondary navigation" data-analytics-linkname="Categorías:Serif" data-analytics-linktype="a" > <span>Serif</span> <svg width="10" height="10" viewBox="0 0 10 10" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M0.854 0.647999V2.244H4.438L7.056 2.16L0.28 8.852L1.442 10L8.19 3.294L8.106 5.856V9.412H9.716V0.647999H0.854Z" fill="#576579"></path> </svg> </a> <a class="gh-submenu__tabs__text" href="/es/pages/sans-serif-fonts" target="_parent" data-target="#gh-navigation-2" data-analytics-linkcategory="header" data-analytics-linksection="secondary navigation" data-analytics-linkname="Categorías:Sans Serif" data-analytics-linktype="a" > <span>Sans Serif</span> <svg width="10" height="10" viewBox="0 0 10 10" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M0.854 0.647999V2.244H4.438L7.056 2.16L0.28 8.852L1.442 10L8.19 3.294L8.106 5.856V9.412H9.716V0.647999H0.854Z" fill="#576579"></path> </svg> </a> <a class="gh-submenu__tabs__text" href="/es/pages/slab-serif-fonts" target="_parent" data-target="#gh-navigation-3" data-analytics-linkcategory="header" data-analytics-linksection="secondary navigation" data-analytics-linkname="Categorías:Slab Serif" data-analytics-linktype="a" > <span>Slab Serif</span> <svg width="10" height="10" viewBox="0 0 10 10" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M0.854 0.647999V2.244H4.438L7.056 2.16L0.28 8.852L1.442 10L8.19 3.294L8.106 5.856V9.412H9.716V0.647999H0.854Z" fill="#576579"></path> </svg> </a> <a class="gh-submenu__tabs__text" href="/es/pages/handwritten-fonts" target="_parent" data-target="#gh-navigation-4" data-analytics-linkcategory="header" data-analytics-linksection="secondary navigation" data-analytics-linkname="Categorías:Handwritten" data-analytics-linktype="a" > <span>Handwritten</span> <svg width="10" height="10" viewBox="0 0 10 10" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M0.854 0.647999V2.244H4.438L7.056 2.16L0.28 8.852L1.442 10L8.19 3.294L8.106 5.856V9.412H9.716V0.647999H0.854Z" fill="#576579"></path> </svg> </a> <a class="gh-submenu__tabs__text" href="/es/pages/display-fonts" target="_parent" data-target="#gh-navigation-5" data-analytics-linkcategory="header" data-analytics-linksection="secondary navigation" data-analytics-linkname="Categorías:Display" data-analytics-linktype="a" > <span>Display</span> <svg width="10" height="10" viewBox="0 0 10 10" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M0.854 0.647999V2.244H4.438L7.056 2.16L0.28 8.852L1.442 10L8.19 3.294L8.106 5.856V9.412H9.716V0.647999H0.854Z" fill="#576579"></path> </svg> </a> <a class="gh-submenu__tabs__text" href="/es/pages/script-fonts" target="_parent" data-target="#gh-navigation-6" data-analytics-linkcategory="header" data-analytics-linksection="secondary navigation" data-analytics-linkname="Categorías:Script" data-analytics-linktype="a" > <span>Script</span> <svg width="10" height="10" viewBox="0 0 10 10" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M0.854 0.647999V2.244H4.438L7.056 2.16L0.28 8.852L1.442 10L8.19 3.294L8.106 5.856V9.412H9.716V0.647999H0.854Z" fill="#576579"></path> </svg> </a> </div> <a class="gh-submenu__mainlink" href="/es/search?query=" data-analytics-linkcategory="header" data-analytics-linksection="secondary navigation" data-analytics-linkname="Categorías:Ver todas las fuentes" data-analytics-linktype="button">Ver todas las fuentes <svg width="10" height="10" viewBox="0 0 10 10" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M0.854 0.647999V2.244H4.438L7.056 2.16L0.28 8.852L1.442 10L8.19 3.294L8.106 5.856V9.412H9.716V0.647999H0.854Z" fill="#30373D"></path> </svg> </a> </section> <section class="gh-submenu__content"> <div class="gh-submenu__tabcontent" id="gh-navigation-1"> <ul class="gh-submenu__tabcontent__left"> </ul> <div class="gh-submenu__tabcontent__right gh-has-image" > <img src="https://cms.myfonts.com/sites/default/files/styles/360x344/public/2024-02/images_serif-_191_155.png?itok=i4zjd2Fe" alt=> </div> </div> <div class="gh-submenu__tabcontent" id="gh-navigation-2"> <ul class="gh-submenu__tabcontent__left"> </ul> <div class="gh-submenu__tabcontent__right gh-has-image" > <img src="https://cms.myfonts.com/sites/default/files/styles/360x344/public/2024-02/images_sans_serif-_131_134.png?itok=M8cQzDGD" alt=> </div> </div> <div class="gh-submenu__tabcontent" id="gh-navigation-3"> <ul class="gh-submenu__tabcontent__left"> </ul> <div class="gh-submenu__tabcontent__right gh-has-image" > <img src="https://cms.myfonts.com/sites/default/files/styles/360x344/public/2024-02/images_slab_serif-_164_158.png?itok=ljv69MIj" alt=> </div> </div> <div class="gh-submenu__tabcontent" id="gh-navigation-4"> <ul class="gh-submenu__tabcontent__left"> </ul> <div class="gh-submenu__tabcontent__right gh-has-image" > <img src="https://cms.myfonts.com/sites/default/files/styles/360x344/public/2024-02/images_handwritten-_168_198.png?itok=VneNH0GF" alt=> </div> </div> <div class="gh-submenu__tabcontent" id="gh-navigation-5"> <ul class="gh-submenu__tabcontent__left"> </ul> <div class="gh-submenu__tabcontent__right gh-has-image" > <img src="https://cms.myfonts.com/sites/default/files/styles/360x344/public/2024-02/images_display-_172_190.png?itok=c-7Uq7qd" alt=> </div> </div> <div class="gh-submenu__tabcontent" id="gh-navigation-6"> <ul class="gh-submenu__tabcontent__left"> </ul> <div class="gh-submenu__tabcontent__right gh-has-image" > <img src="https://cms.myfonts.com/sites/default/files/styles/360x344/public/2024-02/images_script-_175_175.png?itok=vINHBOFH" alt=> </div> </div> </section> </div> </div> </section> </ul> <ul class="gh-menu"> <li class="gh-fs-13 gh-fs-16-sm"> <a class="gh-inline-block" tabindex="0" href=/es/collections/best-seller data-analytics-linkcategory="header" data-analytics-linksection="secondary navigation" data-analytics-linkname="Más vendidas" data-analytics-linktype="a" target=_parent tabindex="-1"> Más vendidas </a> </li> </ul> <ul class="gh-menu"> <li class="gh-fs-13 gh-fs-16-sm"> <a class="gh-inline-block" tabindex="0" href=/es/collections/hot-new-fonts data-analytics-linkcategory="header" data-analytics-linksection="secondary navigation" data-analytics-linkname="Nuevas fuentes populares" data-analytics-linktype="a" target=_parent tabindex="-1"> Nuevas fuentes populares </a> </li> </ul> <ul class="gh-menu"> <li class="gh-fs-13 gh-fs-16-sm"> <a class="gh-inline-block" tabindex="0" href=/es/a/font/premium-font-collections data-analytics-linkcategory="header" data-analytics-linksection="secondary navigation" data-analytics-linkname="Fundiciones premium" data-analytics-linktype="a" target=_parent tabindex="-1"> Fundiciones premium </a> </li> </ul> <ul class="gh-menu"> <li class="gh-fs-13 gh-fs-16-sm">WhatTheFont</li> <section class="gh-submenu"> <div class="gh-desktop-only"> <div class="gh-submenu__wrapper"> <section class="gh-submenu__tabs"> <div class="gh-submenu__tabs-wrapper"> <a class="gh-submenu__tabs__text gh-is-link" tabindex="0" href=/es/pages/whatthefont data-target="#gh-navigation-1" data-analytics-linkcategory="header" data-analytics-linksection="secondary navigation" data-analytics-linkname="WhatTheFont:WhatTheFont" data-analytics-linktype="a" >WhatTheFont <svg width="10" height="10" viewBox="0 0 10 10" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M0.854 0.647999V2.244H4.438L7.056 2.16L0.28 8.852L1.442 10L8.19 3.294L8.106 5.856V9.412H9.716V0.647999H0.854Z" fill="#576579"></path> </svg> </a> <a class="gh-submenu__tabs__text gh-is-link" tabindex="0" href=/es/pages/whatthefont-forum data-target="#gh-navigation-2" data-analytics-linkcategory="header" data-analytics-linksection="secondary navigation" data-analytics-linkname="WhatTheFont:Foro WhatTheFont" data-analytics-linktype="a" >Foro WhatTheFont <svg width="10" height="10" viewBox="0 0 10 10" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M0.854 0.647999V2.244H4.438L7.056 2.16L0.28 8.852L1.442 10L8.19 3.294L8.106 5.856V9.412H9.716V0.647999H0.854Z" fill="#576579"></path> </svg> </a> <a class="gh-submenu__tabs__text gh-is-link" tabindex="0" href=/es/pages/whatthefont-mobile data-target="#gh-navigation-3" data-analytics-linkcategory="header" data-analytics-linksection="secondary navigation" data-analytics-linkname="WhatTheFont:WhatTheFont Móvil" data-analytics-linktype="a" >WhatTheFont Móvil <svg width="10" height="10" viewBox="0 0 10 10" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M0.854 0.647999V2.244H4.438L7.056 2.16L0.28 8.852L1.442 10L8.19 3.294L8.106 5.856V9.412H9.716V0.647999H0.854Z" fill="#576579"></path> </svg> </a> </div> </section> <section class="gh-submenu__content"> <div class="gh-submenu__tabcontent" id="gh-navigation-1"> <ul class="gh-submenu__tabcontent__left"> </ul> <div class="gh-submenu__tabcontent__right gh-has-image" > <img src="https://cms.myfonts.com/sites/default/files/styles/360x344/public/2024-02/rectangle_3721_8_177_136_151_165.png?itok=OlrqVgsi" alt=> </div> </div> <div class="gh-submenu__tabcontent" id="gh-navigation-2"> <ul class="gh-submenu__tabcontent__left"> </ul> <div class="gh-submenu__tabcontent__right" > </div> </div> <div class="gh-submenu__tabcontent" id="gh-navigation-3"> <ul class="gh-submenu__tabcontent__left"> </ul> <div class="gh-submenu__tabcontent__right" > </div> </div> </section> </div> </div> </section> </ul> </div> <div class="gh-marketo-cta-title"> <a href="/es/a/font/content/font-subscription" title="Subscripciones" data-analytics-linkcategory="header" data-analytics-linksection="secondary navigation" data-analytics-linkname="Subscripciones" data-analytics-linktype="a">Subscripciones</a> </div> </div> </div> </div> <div class="m-gh-navigation-menu gh-hide"> <div class="m-gh-header__mini-menu-and-lang gh-flex gh-h-center gh-space-between"> <span class="m-gh-menu-close-icon"> <svg width="12" height="12" viewBox="0 0 12 12" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M0.146449 11.6569C-0.0488134 11.4617 -0.0488134 11.1451 0.146449 10.9498L10.753 0.343224C10.9483 0.147962 11.2649 0.147962 11.4602 0.343224C11.6554 0.538486 11.6554 0.855069 11.4602 1.05033L0.853555 11.6569C0.658293 11.8522 0.341711 11.8522 0.146449 11.6569Z" fill="#1E242C" /> <path d="M11.4602 11.6569C11.6554 11.4617 11.6554 11.1451 11.4602 10.9498L0.853553 0.343224C0.658291 0.147962 0.341709 0.147962 0.146447 0.343224C-0.0488155 0.538486 -0.0488155 0.855069 0.146447 1.05033L10.753 11.6569C10.9483 11.8522 11.2649 11.8522 11.4602 11.6569Z" fill="#1E242C" /> </svg> </span> <div class="m-gh-header__top-content gh-flex"> <div class="gh-dropdown gh-miniDropdown" data-dropdown="mini-dropdown"> <div class="gh-current-selection" tabindex="0">Aprende</div> <ul class="gh-options"> <li data-value="Personajes Creativos"><a tabindex="0" href="/es/content/creative-characters" class="" target="_self" data-analytics-linkcategory="header" data-analytics-linksection="primary navigation" data-analytics-linkname="Aprende:Personajes Creativos" data-analytics-linktype="a">Personajes Creativos</a></li> <li data-value="Cuestiones Creativas"><a tabindex="0" href="/a/font/content/creative-matters" class="" target="_self" data-analytics-linkcategory="header" data-analytics-linksection="primary navigation" data-analytics-linkname="Aprende:Cuestiones Creativas" data-analytics-linktype="a">Cuestiones Creativas</a></li> <li data-value="Guía de fuentes"><a tabindex="0" href="/es/content/font-field-guide" class="" target="_self" data-analytics-linkcategory="header" data-analytics-linksection="primary navigation" data-analytics-linkname="Aprende:Guía de fuentes" data-analytics-linktype="a">Guía de fuentes</a></li> <li data-value="Fuentes en uso"><a tabindex="0" href="/es/a/font/content/fonts-in-use" class="" target="_self" data-analytics-linkcategory="header" data-analytics-linksection="primary navigation" data-analytics-linkname="Aprende:Fuentes en uso" data-analytics-linktype="a">Fuentes en uso</a></li> <li data-value="El Manual"><a tabindex="0" href="/es/content/the-font-manual" class="" target="_self" data-analytics-linkcategory="header" data-analytics-linksection="primary navigation" data-analytics-linkname="Aprende:El Manual" data-analytics-linktype="a">El Manual</a></li> <li data-value="Type Trends"><a tabindex="0" href="/es/content/type-trends" class="" target="_self" data-analytics-linkcategory="header" data-analytics-linksection="primary navigation" data-analytics-linkname="Aprende:Type Trends" data-analytics-linktype="a">Type Trends</a></li> <li data-value="fy{T}i - Información Tipográfica"><a tabindex="0" href="/es/content/for-your-typographical-information" class="" target="_self" data-analytics-linkcategory="header" data-analytics-linksection="primary navigation" data-analytics-linkname="Aprende:fy{T}i - Información Tipográfica" data-analytics-linktype="a">fy{T}i - Información Tipográfica</a></li> <li class="gh-nested-dropdown" tabindex="0"> <div class="gh-nested-current-option">Memory Lane</div> <ul class="gh-nested-options"> <li data-value="Fontshop Memory Lane"><a tabindex="0" href="/es/pages/fontshop-memory-lane" class="" target="_self" data-analytics-linkcategory="header" data-analytics-linksection="primary navigation" data-analytics-linkname="Aprende:Memory Lane:Fontshop Memory Lane" data-analytics-linktype="a">Fontshop Memory Lane</a></li> <li data-value="Linotype Memory Lane"><a tabindex="0" href="/es/pages/linotype-memory-lane" class="" target="_self" data-analytics-linkcategory="header" data-analytics-linksection="primary navigation" data-analytics-linkname="Aprende:Memory Lane:Linotype Memory Lane" data-analytics-linktype="a">Linotype Memory Lane</a></li> <li data-value="Fonts.com Memory Lane"><a tabindex="0" href="/pages/fontscom-memory-lane" class="" target="_self" data-analytics-linkcategory="header" data-analytics-linksection="primary navigation" data-analytics-linkname="Aprende:Memory Lane:Fonts.com Memory Lane" data-analytics-linktype="a">Fonts.com Memory Lane</a></li> </ul> </li> </ul> </div> <div class="gh-dropdown gh-currencyDropdown" data-dropdown="currency"> <div class="gh-current-selection" tabindex="0">USD ($)</div> <ul class="gh-options"> <li class="analytics-tag" tabindex="0" data-value="USD ($)" data-analytics-linkcategory="header" data-analytics-linksection="primary navigation" data-analytics-linkname="currency selector : USD ($)" data-analytics-linktype="li">USD ($)</li> <li class="analytics-tag" tabindex="0" data-value="GBP (£)" data-analytics-linkcategory="header" data-analytics-linksection="primary navigation" data-analytics-linkname="currency selector : GBP (£)" data-analytics-linktype="li">GBP (£)</li> <li class="analytics-tag" tabindex="0" data-value="EUR (€)" data-analytics-linkcategory="header" data-analytics-linksection="primary navigation" data-analytics-linkname="currency selector : EUR (€)" data-analytics-linktype="li">EUR (€)</li> <li class="analytics-tag" tabindex="0" data-value="AUD ($)" data-analytics-linkcategory="header" data-analytics-linksection="primary navigation" data-analytics-linkname="currency selector : AUD ($)" data-analytics-linktype="li">AUD ($)</li> <li class="analytics-tag" tabindex="0" data-value="JPY (¥)" data-analytics-linkcategory="header" data-analytics-linksection="primary navigation" data-analytics-linkname="currency selector : JPY (¥)" data-analytics-linktype="li">JPY (¥)</li> <li class="analytics-tag" tabindex="0" data-value="BRL ($)" data-analytics-linkcategory="header" data-analytics-linksection="primary navigation" data-analytics-linkname="currency selector : BRL ($)" data-analytics-linktype="li">BRL ($)</li> <li class="analytics-tag" tabindex="0" data-value="CAD ($)" data-analytics-linkcategory="header" data-analytics-linksection="primary navigation" data-analytics-linkname="currency selector : CAD ($)" data-analytics-linktype="li">CAD ($)</li> <li class="analytics-tag" tabindex="0" data-value="NZD ($)" data-analytics-linkcategory="header" data-analytics-linksection="primary navigation" data-analytics-linkname="currency selector : NZD ($)" data-analytics-linktype="li">NZD ($)</li> </ul> </div> <div class="gh-dropdown gh-languageDropdown" data-dropdown="language"> <div class="gh-current-selection" tabindex="0">EN</div> <ul class="gh-options"> <li class="analytics-tag" data-value=EN tabindex="0" data-analytics-linkcategory="header" data-analytics-linksection="primary navigation" data-analytics-linkname="language selector : EN" data-analytics-linktype="li">EN - English (UK) </li> <li class="analytics-tag" data-value=DE tabindex="0" data-analytics-linkcategory="header" data-analytics-linksection="primary navigation" data-analytics-linkname="language selector : DE" data-analytics-linktype="li">DE - Deutsch</li> <li class="analytics-tag" data-value=FR tabindex="0" data-analytics-linkcategory="header" data-analytics-linksection="primary navigation" data-analytics-linkname="language selector : FR" data-analytics-linktype="li">FR - Français</li> <li class="analytics-tag" data-value=ES tabindex="0" data-analytics-linkcategory="header" data-analytics-linksection="primary navigation" data-analytics-linkname="language selector : ES" data-analytics-linktype="li">ES - Español</li> </ul> </div> </div> </div> <div class="gh-header__bottom-content gh-flex"> <div class="gh-menu-wrapper" role="menu"> <ul class="gh-menu" tabindex="0"> <li class="gh-fs-13 gh-fs-16-sm">Buscar por</li> <section class="gh-submenu style2"> <div class="gh-mobile-only"> <div class="gh-submenu__wrapper"> <section class="gh-submenu__tabs"> <div class="gh-submenu__tabs-wrapper"> <div class="gh-submenu__tab"> <a class="gh-submenu__tabs__text" href="/es/pages/categories-and-tags" data-target="#gh-navigation-1" data-analytics-linkcategory="header" data-analytics-linksection="secondary navigation" data-analytics-linkname="Buscar por:Etiquetas" data-analytics-linktype="a" >Etiquetas</a> <section class="gh-submenu__content"> <div class="gh-submenu__tabcontent" id="gh-navigation-1"> <ul class="gh-submenu__tabcontent__left"> </ul> </div> </section> </div> <div class="gh-submenu__tab"> <a class="gh-submenu__tabs__text" href="/es/collections/whats-new" data-target="#gh-navigation-2" data-analytics-linkcategory="header" data-analytics-linksection="secondary navigation" data-analytics-linkname="Buscar por:Fuentes Nuevas" data-analytics-linktype="a" >Fuentes Nuevas</a> <section class="gh-submenu__content"> <div class="gh-submenu__tabcontent" id="gh-navigation-2"> <ul class="gh-submenu__tabcontent__left"> </ul> </div> </section> </div> <div class="gh-submenu__tab"> <a class="gh-submenu__tabs__text" href="/es/collections/bundles" data-target="#gh-navigation-3" data-analytics-linkcategory="header" data-analytics-linksection="secondary navigation" data-analytics-linkname="Buscar por:Paquetes de fuentes" data-analytics-linktype="a" >Paquetes de fuentes</a> <section class="gh-submenu__content"> <div class="gh-submenu__tabcontent" id="gh-navigation-3"> <ul class="gh-submenu__tabcontent__left"> </ul> </div> </section> </div> <div class="gh-submenu__tab"> <a class="gh-submenu__tabs__text" href="/es/collections/special-offers" data-target="#gh-navigation-4" data-analytics-linkcategory="header" data-analytics-linksection="secondary navigation" data-analytics-linkname="Buscar por:Ofertas especiales" data-analytics-linktype="a" >Ofertas especiales</a> <section class="gh-submenu__content"> <div class="gh-submenu__tabcontent" id="gh-navigation-4"> <ul class="gh-submenu__tabcontent__left"> </ul> </div> </section> </div> </div> <a class="gh-submenu__mainlink" href="/es/search?query=" data-analytics-linkcategory="header" data-analytics-linksection="secondary navigation" data-analytics-linkname="Buscar por:Ver todas las fuentes" data-analytics-linktype="button">Ver todas las fuentes <svg width="10" height="10" viewBox="0 0 10 10" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M0.854 0.647999V2.244H4.438L7.056 2.16L0.28 8.852L1.442 10L8.19 3.294L8.106 5.856V9.412H9.716V0.647999H0.854Z" fill="#30373D"></path> </svg> </a> </section> </div> </div> </section> </ul> <ul class="gh-menu" tabindex="0"> <li class="gh-fs-13 gh-fs-16-sm">Categorías</li> <section class="gh-submenu style2"> <div class="gh-mobile-only"> <div class="gh-submenu__wrapper"> <section class="gh-submenu__tabs"> <div class="gh-submenu__tabs-wrapper"> <div class="gh-submenu__tab"> <a class="gh-submenu__tabs__text" href="/es/pages/serif-fonts" data-target="#gh-navigation-1" data-analytics-linkcategory="header" data-analytics-linksection="secondary navigation" data-analytics-linkname="Categorías:Serif" data-analytics-linktype="a" >Serif</a> <section class="gh-submenu__content"> <div class="gh-submenu__tabcontent" id="gh-navigation-1"> <ul class="gh-submenu__tabcontent__left"> </ul> </div> </section> </div> <div class="gh-submenu__tab"> <a class="gh-submenu__tabs__text" href="/es/pages/sans-serif-fonts" data-target="#gh-navigation-2" data-analytics-linkcategory="header" data-analytics-linksection="secondary navigation" data-analytics-linkname="Categorías:Sans Serif" data-analytics-linktype="a" >Sans Serif</a> <section class="gh-submenu__content"> <div class="gh-submenu__tabcontent" id="gh-navigation-2"> <ul class="gh-submenu__tabcontent__left"> </ul> </div> </section> </div> <div class="gh-submenu__tab"> <a class="gh-submenu__tabs__text" href="/es/pages/slab-serif-fonts" data-target="#gh-navigation-3" data-analytics-linkcategory="header" data-analytics-linksection="secondary navigation" data-analytics-linkname="Categorías:Slab Serif" data-analytics-linktype="a" >Slab Serif</a> <section class="gh-submenu__content"> <div class="gh-submenu__tabcontent" id="gh-navigation-3"> <ul class="gh-submenu__tabcontent__left"> </ul> </div> </section> </div> <div class="gh-submenu__tab"> <a class="gh-submenu__tabs__text" href="/es/pages/handwritten-fonts" data-target="#gh-navigation-4" data-analytics-linkcategory="header" data-analytics-linksection="secondary navigation" data-analytics-linkname="Categorías:Handwritten" data-analytics-linktype="a" >Handwritten</a> <section class="gh-submenu__content"> <div class="gh-submenu__tabcontent" id="gh-navigation-4"> <ul class="gh-submenu__tabcontent__left"> </ul> </div> </section> </div> <div class="gh-submenu__tab"> <a class="gh-submenu__tabs__text" href="/es/pages/display-fonts" data-target="#gh-navigation-5" data-analytics-linkcategory="header" data-analytics-linksection="secondary navigation" data-analytics-linkname="Categorías:Display" data-analytics-linktype="a" >Display</a> <section class="gh-submenu__content"> <div class="gh-submenu__tabcontent" id="gh-navigation-5"> <ul class="gh-submenu__tabcontent__left"> </ul> </div> </section> </div> <div class="gh-submenu__tab"> <a class="gh-submenu__tabs__text" href="/es/pages/script-fonts" data-target="#gh-navigation-6" data-analytics-linkcategory="header" data-analytics-linksection="secondary navigation" data-analytics-linkname="Categorías:Script" data-analytics-linktype="a" >Script</a> <section class="gh-submenu__content"> <div class="gh-submenu__tabcontent" id="gh-navigation-6"> <ul class="gh-submenu__tabcontent__left"> </ul> </div> </section> </div> </div> <a class="gh-submenu__mainlink" href="/es/search?query=" data-analytics-linkcategory="header" data-analytics-linksection="secondary navigation" data-analytics-linkname="Categorías:Ver todas las fuentes" data-analytics-linktype="button">Ver todas las fuentes <svg width="10" height="10" viewBox="0 0 10 10" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M0.854 0.647999V2.244H4.438L7.056 2.16L0.28 8.852L1.442 10L8.19 3.294L8.106 5.856V9.412H9.716V0.647999H0.854Z" fill="#30373D"></path> </svg> </a> </section> </div> </div> </section> </ul> <ul class="gh-menu" tabindex="0"> <li class="gh-fs-13 gh-fs-16-sm"> <a class="gh-inline-block" tabindex="0" href=/es/collections/best-seller data-analytics-linkcategory="header" data-analytics-linksection="secondary navigation" data-analytics-linkname="Más vendidas" data-analytics-linktype="a" target=_parent tabindex="-1"> Más vendidas </a> </li> </ul> <ul class="gh-menu" tabindex="0"> <li class="gh-fs-13 gh-fs-16-sm"> <a class="gh-inline-block" tabindex="0" href=/es/collections/hot-new-fonts data-analytics-linkcategory="header" data-analytics-linksection="secondary navigation" data-analytics-linkname="Nuevas fuentes populares" data-analytics-linktype="a" target=_parent tabindex="-1"> Nuevas fuentes populares </a> </li> </ul> <ul class="gh-menu" tabindex="0"> <li class="gh-fs-13 gh-fs-16-sm"> <a class="gh-inline-block" tabindex="0" href=/es/a/font/premium-font-collections data-analytics-linkcategory="header" data-analytics-linksection="secondary navigation" data-analytics-linkname="Fundiciones premium" data-analytics-linktype="a" target=_parent tabindex="-1"> Fundiciones premium </a> </li> </ul> <ul class="gh-menu" tabindex="0"> <li class="gh-fs-13 gh-fs-16-sm">WhatTheFont</li> <section class="gh-submenu"> <div class="gh-mobile-only"> <div class="gh-submenu__wrapper"> <section class="gh-submenu__tabs"> <div class="gh-submenu__tabs-wrapper"> <div class="gh-submenu__tab"> <a class="gh-submenu__tabs__text" href=/es/pages/whatthefont data-target="#gh-navigation-1" data-analytics-linkcategory="header" data-analytics-linksection="secondary navigation" data-analytics-linkname="WhatTheFont:WhatTheFont" data-analytics-linktype="a" >WhatTheFont</a> <section class="gh-submenu__content"> <div class="gh-submenu__tabcontent" id="gh-navigation-1"> <ul class="gh-submenu__tabcontent__left"> </ul> </div> </section> </div> <div class="gh-submenu__tab"> <a class="gh-submenu__tabs__text" href=/es/pages/whatthefont-forum data-target="#gh-navigation-2" data-analytics-linkcategory="header" data-analytics-linksection="secondary navigation" data-analytics-linkname="WhatTheFont:Foro WhatTheFont" data-analytics-linktype="a" >Foro WhatTheFont</a> <section class="gh-submenu__content"> <div class="gh-submenu__tabcontent" id="gh-navigation-2"> <ul class="gh-submenu__tabcontent__left"> </ul> </div> </section> </div> <div class="gh-submenu__tab"> <a class="gh-submenu__tabs__text" href=/es/pages/whatthefont-mobile data-target="#gh-navigation-3" data-analytics-linkcategory="header" data-analytics-linksection="secondary navigation" data-analytics-linkname="WhatTheFont:WhatTheFont Móvil" data-analytics-linktype="a" >WhatTheFont Móvil</a> <section class="gh-submenu__content"> <div class="gh-submenu__tabcontent" id="gh-navigation-3"> <ul class="gh-submenu__tabcontent__left"> </ul> </div> </section> </div> </div> </section> </div> </div> </section> </ul> </div> <div class="gh-marketo-cta-title"> <a href="/es/a/font/content/font-subscription" title="Subscripciones" data-analytics-linkcategory="header" data-analytics-linksection="secondary navigation" data-analytics-linkname="Subscripciones" data-analytics-linktype="a">Subscripciones <svg width="10" height="10" viewBox="0 0 10 10" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M0.854 0.647999V2.244H4.438L7.056 2.16L0.28 8.852L1.442 10L8.19 3.294L8.106 5.856V9.412H9.716V0.647999H0.854Z" fill="#ffffff"></path> </svg> </a> </div> </div> </div></div>` + `` + `` + ``; } else { var concat_string = `<div class="gh-mainheader"> <div class="gh-header-overlay"></div> <div class= "gh-sliderWrapper has_image" data-mobile-display="false" role="banner"> <div class="gh-sliderOuter"> <div class="gh-slide" style="background-color: #fb1995;"> <a href="https://www.monotypefonts.com/a/content/font-subscription-service-2?utm_source=referral_traffic&amp;utm_medium=myfonts&amp;utm_campaign=freetrial_omni&amp;utm_id=global&amp;utm_term=english&amp;utm_content=fall2024_banner3" target="" data-analytics-event="headerPromotion" data-analytics-linkcategory="top hat header" data-analytics-linksection="" data-analytics-linkname="Monotype Fonts AB Testing Banner 3" data-analytics-linktype="img"> <img src="https://cms.myfonts.com/sites/default/files/styles/top_hat_banner_1000_124_/public/2024-10/Evergreen-Tophat-Banner-003_191.png?itok=kHZC7FsF" alt="Monotype Fonts AB Testing Banner 3"> </a> </div> <div class="gh-slide" style="background-color: #fb8b24;"> <a href="https://www.myfonts.com/de/collections/sudtipos-foundry" target="" data-analytics-event="headerPromotion" data-analytics-linkcategory="top hat header" data-analytics-linksection="" data-analytics-linkname="Sudtipos 40% off" data-analytics-linktype="img"> <img src="https://cms.myfonts.com/sites/default/files/styles/top_hat_banner_1000_124_/public/2024-11/BFCM%202024%20-%20Day%201%20Tophat%20-%20Sudtipos_197.png?itok=lwqoWYNY" alt="Sudtipos 40% off"> </a> </div> </div> <span class="gh-arrow gh-prev analytics-tag" data-analytics-linkcategory="top hat header carousel" data-analytics-linksection="" data-analytics-linkname="left" data-analytics-linktype="a"> <svg xmlns="http://www.w3.org/2000/svg" width="19" height="16" viewBox="0 0 19 16" fill="none"> <path fill-rule="evenodd" clip-rule="evenodd" d="M10.2803 12.0303C10.5732 11.7374 10.5732 11.2626 10.2803 10.9697L7.31066 8L10.2803 5.03033C10.5732 4.73744 10.5732 4.26256 10.2803 3.96967C9.98744 3.67678 9.51256 3.67678 9.21967 3.96967L5.71967 7.46967C5.42678 7.76256 5.42678 8.23744 5.71967 8.53033L9.21967 12.0303C9.51256 12.3232 9.98744 12.3232 10.2803 12.0303Z" fill="white" /> <path fill-rule="evenodd" clip-rule="evenodd" d="M13.2803 12.0303C13.5732 11.7374 13.5732 11.2626 13.2803 10.9697L10.3107 8L13.2803 5.03033C13.5732 4.73744 13.5732 4.26256 13.2803 3.96967C12.9874 3.67678 12.5126 3.67678 12.2197 3.96967L8.71967 7.46967C8.42678 7.76256 8.42678 8.23744 8.71967 8.53033L12.2197 12.0303C12.5126 12.3232 12.9874 12.3232 13.2803 12.0303Z" fill="#1E242C" /> </svg> </span> <span class="gh-arrow gh-next analytics-tag" data-analytics-linkcategory="top hat header carousel" data-analytics-linksection="" data-analytics-linkname="right" data-analytics-linktype="a"> <svg xmlns="http://www.w3.org/2000/svg" width="19" height="16" viewBox="0 0 19 16" fill="none"> <path fill-rule="evenodd" clip-rule="evenodd" d="M8.71967 12.0303C8.42678 11.7374 8.42678 11.2626 8.71967 10.9697L11.6893 8L8.71967 5.03033C8.42678 4.73744 8.42678 4.26256 8.71967 3.96967C9.01256 3.67678 9.48744 3.67678 9.78033 3.96967L13.2803 7.46967C13.5732 7.76256 13.5732 8.23744 13.2803 8.53033L9.78033 12.0303C9.48744 12.3232 9.01256 12.3232 8.71967 12.0303Z" fill="white" /> <path fill-rule="evenodd" clip-rule="evenodd" d="M5.71967 12.0303C5.42678 11.7374 5.42678 11.2626 5.71967 10.9697L8.68934 8L5.71967 5.03033C5.42678 4.73744 5.42678 4.26256 5.71967 3.96967C6.01256 3.67678 6.48744 3.67678 6.78033 3.96967L10.2803 7.46967C10.5732 7.76256 10.5732 8.23744 10.2803 8.53033L6.78033 12.0303C6.48744 12.3232 6.01256 12.3232 5.71967 12.0303Z" fill="#1E242C" /> </svg> </span> </div> <div id="gh-email-verification"></div> <div class="gh-header" role="navigation"> <style> .gh-mainheader .gh-header__left .gh-site-name a:hover { background-color: #1B72E8; } </style> <div class="gh-header__left"> <div class="gh-header__logo gh-desktop-only"> <div class="gh-site-name"> <a href="/" title="MyFonts" class="gh-sitelogo" data-analytics-linkcategory="header" data-analytics-linksection="primary navigation" data-analytics-linkname="my fonts logo" data-analytics-linktype="a"> <svg xmlns="http://www.w3.org/2000/svg" width="108" height="50" viewBox="0 0 108 50" fill="none"> <path d="M48.1064 18.4504C47.8832 17.8572 47.5858 17.3874 47.2159 17.0409C46.844 16.6944 46.4059 16.5201 45.9033 16.5201C45.4008 16.5201 45.0129 16.6944 44.7456 17.0409C44.4782 17.3874 44.1064 18.0099 43.632 18.9046L41.5837 22.9375C42.0883 20.5099 42.4521 18.6951 42.6752 17.4951C42.8983 16.295 43.0089 15.3925 43.0089 14.7856C43.0089 14.3529 42.9204 13.9183 42.7415 13.4857C42.5626 13.053 42.3255 12.6556 42.03 12.2934C41.7325 11.9332 41.3848 11.6004 40.9827 11.3831C40.5827 11.1677 40.1606 11.015 39.7164 11.015H39.7144C39.5074 11.015 39.3144 11.0875 39.1375 11.1442C38.9586 11.203 38.7657 11.3537 38.5586 11.5554C38.3516 11.757 38.1204 12.08 37.8692 12.499C37.6159 12.9179 37.3124 13.4798 36.9566 14.1748L34.1968 19.5546C34.4038 17.7907 34.5908 16.3185 34.7536 15.1321C34.9164 13.9477 35.0491 12.9492 35.1536 12.1407C35.2581 11.3322 35.3325 10.6666 35.3767 10.1458C35.4209 9.62505 35.443 9.14932 35.443 8.71471C35.443 7.99231 35.3245 7.32669 35.0873 6.7198C34.8501 6.11291 34.5385 5.59216 34.1526 5.1595C33.7667 4.72489 33.3506 4.38621 32.9064 4.13953C32.4621 3.89482 32.0461 3.77148 31.6601 3.77148C31.3325 3.77148 31.0591 3.82238 30.836 3.92419C30.6129 4.02599 30.3918 4.21393 30.1687 4.48801C29.9456 4.76405 29.7244 5.16733 29.5013 5.70179C29.2782 6.23625 29.0189 6.93711 28.7214 7.80437L24.8923 19.5135L25.2923 10.5804C25.3224 9.77188 25.226 9.01228 25.0028 8.30359C24.7797 7.5949 24.4822 6.98801 24.1124 6.48292C23.7405 5.97783 23.3184 5.58041 22.844 5.29067C22.3697 5.00289 21.8933 4.85802 21.4189 4.85802C20.9747 4.85802 20.5425 5.01072 20.1285 5.31416C19.7124 5.61761 19.2822 6.24016 18.838 7.17986C18.3938 8.11957 17.9174 9.47822 17.4129 11.2558C16.9084 13.0334 16.3435 15.3964 15.7204 18.3467C15.2762 20.4864 14.9043 22.2778 14.6069 23.7245C14.3094 25.1713 13.9898 26.3263 13.6501 27.1936C13.3084 28.0608 12.9003 28.6814 12.426 29.0573C11.9516 29.4332 11.3124 29.6211 10.5104 29.6211C9.82696 29.6211 9.12344 29.5272 8.39581 29.3392C7.66817 29.1513 6.97872 28.9124 6.32545 28.6227C5.67219 28.333 5.09329 28.0021 4.58877 27.6262C4.08425 27.2503 3.69832 26.8745 3.43098 26.4986C4.17269 26.2382 5.03299 26.109 6.0139 26.109C6.78575 26.109 7.5355 26.1599 8.26314 26.2617C8.99078 26.3635 9.54756 26.4124 9.93349 26.4124C10.4963 26.4124 10.7797 26.1521 10.7797 25.6313C10.7797 25.3142 10.6471 24.9598 10.3797 24.5683C10.1124 24.1787 9.71842 23.8087 9.19983 23.4622C8.67922 23.1157 8.04204 22.8259 7.28425 22.5949C6.52646 22.3639 5.65812 22.2484 4.67922 22.2484C3.16565 22.2484 2.00787 22.6027 1.20586 23.3114C0.403845 24.0201 0.00384521 24.8795 0.00384521 25.8917C0.00384521 26.8177 0.271182 27.6634 0.805855 28.4289C1.34053 29.1944 2.06013 29.86 2.96465 30.4238C3.86917 30.9876 4.92445 31.4281 6.12646 31.7472C7.32847 32.0644 8.59681 32.2249 9.93349 32.2249C11.0611 32.2249 12.026 32.037 12.828 31.6611C13.63 31.2852 14.2973 30.786 14.832 30.1654C15.3667 29.5428 15.8049 28.8283 16.1446 28.0197C16.4863 27.2112 16.7596 26.3713 16.9687 25.5041L18.3496 18.9124C18.6451 17.6125 18.9124 16.4633 19.1516 15.4649C19.3888 14.4684 19.6038 13.5933 19.7968 12.8416C19.9898 12.0898 20.1667 11.432 20.3315 10.8682C20.4943 10.3044 20.6491 9.82082 20.7998 9.41557C20.9787 9.64658 21.0672 10.3846 21.0672 11.6278C21.0672 12.8709 21.0149 14.3666 20.9124 15.9426C20.8079 17.5185 20.7556 19.1297 20.7556 20.7781C20.7556 21.5299 20.844 22.2308 21.0229 22.8807C21.2018 23.5307 21.431 24.0945 21.7124 24.5722C21.9938 25.0499 22.3355 25.4258 22.7355 25.6998C23.1355 25.9759 23.5596 26.111 24.0038 26.111C24.5968 26.111 25.043 25.8662 25.3405 25.3729C25.636 24.8815 25.9938 24.0573 26.4099 22.9003L31.0853 8.98096C31.1737 9.21197 31.2179 9.57415 31.2179 10.0655C31.2179 10.7312 31.1516 11.5828 31.0169 12.6243C30.8842 13.6658 30.7415 14.8365 30.5948 16.1364C30.4461 17.2934 30.3275 18.2468 30.239 18.9986C30.1506 19.7503 30.0822 20.3729 30.038 20.8643C29.9938 21.3557 29.9636 21.7394 29.9496 22.0135C29.9335 22.2895 29.9275 22.5264 29.9275 22.728C29.9275 23.8263 30.1506 24.7817 30.5948 25.5902C31.039 26.4007 31.5737 26.804 32.1968 26.804C32.5827 26.804 32.9244 26.6513 33.2199 26.3478C33.5154 26.0444 33.843 25.5608 34.1988 24.8952L39.0511 15.3983C39.0511 15.7449 38.9847 16.3087 38.8501 17.0898C38.7174 17.8709 38.5687 18.7519 38.4059 19.7347C38.243 20.7175 38.0863 21.7159 37.9375 22.7261C37.7888 23.7382 37.7144 24.6485 37.7144 25.459C37.7144 26.0385 37.7968 26.5514 37.9596 26.9978C38.1224 27.4461 38.3234 27.8142 38.5606 28.1039C38.7978 28.3917 39.0652 28.609 39.3626 28.7539C39.6581 28.8987 39.9255 28.9712 40.1646 28.9712C40.5807 28.9712 40.9445 28.7402 41.2561 28.2781C41.5677 27.8161 41.9757 27.1074 42.4802 26.154L45.4631 20.3005C45.3747 22.2954 45.1797 24.3412 44.8842 26.4359C44.5868 28.5326 44.1646 30.5706 43.6159 32.5499C43.0672 34.5291 42.3837 36.4085 41.5677 38.1881C40.7516 39.9657 39.7787 41.5201 38.6511 42.8494C37.5234 44.1787 36.225 45.2339 34.7556 46.015C33.2863 46.7962 31.6461 47.1857 29.835 47.1857C29.3606 47.1857 28.9224 47.1701 28.5224 47.1427C28.1224 47.1133 27.7144 47.0565 27.2983 46.9684C26.8822 46.8823 26.438 46.759 25.9616 46.6004C25.4873 46.4418 24.9667 46.246 24.4038 46.015C24.1365 45.8995 23.8853 45.878 23.6461 45.9504C23.4089 46.0229 23.2903 46.2597 23.2903 46.665C23.2903 47.7065 23.8853 48.5229 25.0712 49.116C26.2591 49.7073 27.7868 50.0048 29.6561 50.0048C31.8832 50.0048 33.9013 49.6153 35.7124 48.8341C37.5234 48.053 39.1335 47.0056 40.5425 45.69C41.9516 44.3745 43.1757 42.8279 44.2149 41.0503C45.2541 39.2727 46.1064 37.3776 46.7757 35.369C47.443 33.3584 47.9395 31.2989 48.2672 29.1885C48.5928 27.0781 48.7576 25.0107 48.7576 22.9864C48.7576 22.1192 48.7054 21.295 48.6008 20.5139C48.4963 19.7327 48.3335 19.0475 48.1104 18.4543L48.1064 18.4504Z" fill="#1B72E8"/> <path d="M102.178 9.27761C101.495 9.27761 100.793 9.69656 99.9914 10.5345C99.1894 11.3724 98.4598 12.6155 98.0718 14.2639C97.296 15.2173 96.7472 16.2079 96.0517 17.2338C95.3543 18.2596 94.6588 19.2208 94.0055 20.1175C93.3522 21.0141 92.7412 21.8011 92.1925 22.4804C91.6437 23.1598 91.1854 23.6453 90.8296 23.9331C90.8296 23.6433 90.8497 23.1461 90.894 22.4374C90.9382 21.7287 91.0045 20.8829 91.093 19.9002C91.1814 18.9174 91.2859 17.8191 91.4045 16.6053C91.5231 15.3916 91.6558 14.119 91.8045 12.7898C92.3975 12.8485 92.91 12.8837 93.3402 12.8974C93.7703 12.9131 94.1925 12.919 94.6085 12.919C94.904 12.919 95.1935 12.8465 95.4769 12.7017C95.7583 12.5568 96.0176 12.363 96.2568 12.1163C96.494 11.8716 96.6869 11.5955 96.8357 11.2921C96.9844 10.9887 97.0588 10.6637 97.0588 10.3172C97.0588 10.0568 96.9985 9.84731 96.8799 9.68873C96.7613 9.53016 96.5382 9.44989 96.2126 9.44989L92.1161 9.53603L92.695 4.28936C92.7533 3.91348 92.7311 3.52977 92.6286 3.14018C92.5241 2.7506 92.2347 2.55483 91.7603 2.55483C91.4628 2.55483 91.1512 2.74277 90.8256 3.11865C90.498 3.49453 90.1945 3.98004 89.9131 4.57127C89.6296 5.16446 89.3643 5.81442 89.111 6.52311C88.8578 7.2318 88.6729 7.91896 88.5543 8.58262L88.3754 9.5791L85.4367 9.62217C84.1603 9.62217 83.2397 9.84731 82.6769 10.2937C82.1141 10.742 81.8306 11.1394 81.8306 11.4859C81.8306 11.6014 81.8608 11.7032 81.9191 11.7894C81.9794 11.8755 82.1201 11.9479 82.3412 12.0067C82.5643 12.0654 82.906 12.1222 83.3643 12.1809C83.8246 12.2396 84.4558 12.2964 85.2558 12.3551L87.907 12.5724L87.3985 16.1277C87.2035 16.5329 86.8678 17.0752 86.4839 17.7545C86.098 18.4338 85.6538 19.1641 85.1794 19.9452C84.705 20.7263 84.2166 21.5055 83.7261 22.2866C83.2357 23.0677 82.7955 23.7471 82.4095 24.3246C82.5281 23.5435 82.6367 22.7349 82.7412 21.897C82.8457 21.0591 82.9402 20.2643 83.0306 19.5125C83.1191 18.7608 83.1935 18.0756 83.2538 17.453C83.312 16.8324 83.3422 16.3332 83.3422 15.9573C83.3422 15.5247 83.2538 15.1273 83.0749 14.7651C82.896 14.4049 82.6668 14.0995 82.3854 13.8547C82.104 13.61 81.7985 13.4201 81.4729 13.2909C81.1452 13.1617 80.8497 13.0952 80.5824 13.0952C80.3151 13.0952 80.0779 13.1754 79.8708 13.334C79.6638 13.4926 79.4186 13.8117 79.1372 14.2874C78.8538 14.7651 78.4839 15.4366 78.0236 16.3038C77.5633 17.1711 76.9623 18.3281 76.2206 19.7729C76.2789 19.3677 76.3472 18.9272 76.4216 18.4495C76.496 17.9718 76.5623 17.5098 76.6226 17.0615C76.6829 16.6132 76.7271 16.1883 76.7553 15.7831C76.7854 15.3778 76.7995 15.045 76.7995 14.7866C76.7995 13.7745 76.5764 12.915 76.1321 12.2064C75.6879 11.4977 75.1231 11.1433 74.4397 11.1433C73.9352 11.1433 73.3563 11.2451 72.703 11.4468C72.0497 11.6484 71.3744 11.9381 70.6769 12.314C69.9794 12.6899 69.2819 13.1519 68.5844 13.702C67.8869 14.2522 67.2417 14.8728 66.6487 15.5658C66.6186 15.2486 66.4919 14.908 66.2708 14.5478C66.0477 14.1876 65.6397 14.0055 65.0467 14.0055C64.9864 14.0055 64.7191 14.0133 64.2467 14.027C63.7724 14.0427 63.1854 14.0642 62.4879 14.0916C61.7904 14.121 61.0186 14.1504 60.1724 14.1778C59.3261 14.2071 58.502 14.2365 57.702 14.2639L58.4598 8.71379C60.1804 8.71379 61.9472 8.70792 63.7583 8.69226C65.5693 8.67855 67.2316 8.62765 68.7452 8.61395C70.2588 8.60024 71.5131 8.55717 72.508 8.55717H74.1784C74.7412 8.55717 75.2618 8.48474 75.7362 8.26743C76.2105 8.05013 76.6186 7.78584 76.9603 7.43932C77.302 7.0928 77.5613 6.72475 77.7402 6.31951C77.9191 5.91426 78.0075 5.54425 78.0075 5.19578C78.0075 4.79053 77.8889 4.53995 77.6517 4.4401C77.4146 4.3383 77.0869 4.30502 76.6729 4.33243L58.8196 4.81011C58.7593 3.42209 58.5221 2.27291 58.108 1.36258C57.692 0.452241 57.099 -0.00390625 56.3271 -0.00390625C56.1201 -0.00390625 55.9271 0.0685292 55.7482 0.2134C55.5693 0.358271 55.4065 0.610816 55.2578 0.972993C55.109 1.33517 54.9744 1.84026 54.8578 2.49022C54.7392 3.14018 54.6206 3.95851 54.502 4.93932L47.2899 5.15663C46.7854 5.18599 46.3472 5.25843 45.9774 5.37393C45.6055 5.48944 45.4206 5.79288 45.4206 6.28427C45.4206 6.48591 45.495 6.73259 45.6437 7.02233C45.7925 7.31207 46.0156 7.58615 46.311 7.84652C46.6085 8.1069 46.9864 8.33987 47.4467 8.51215C47.907 8.68638 48.4477 8.74512 49.0729 8.74512H54.0156L53.304 14.3677C52.1764 14.4264 51.3161 14.6633 50.7211 15.0959C50.1261 15.5306 49.8306 16.0317 49.8306 16.6093C49.8306 16.8403 49.905 17.0262 50.0538 17.1711C50.2025 17.316 50.4698 17.3865 50.8558 17.3865C51.0347 17.3865 51.308 17.3786 51.6799 17.3649C52.0497 17.3512 52.4739 17.3297 52.9482 17.3003L51.8789 25.8869C51.7603 26.9851 51.6638 27.8602 51.5894 28.5102C51.5151 29.1602 51.4789 29.5869 51.4789 29.7886C51.4789 30.2232 51.5593 30.5482 51.7241 30.7635C51.8869 30.9808 52.1764 31.0885 52.5925 31.0885C52.9784 31.0885 53.3502 30.973 53.706 30.742C54.0618 30.511 54.3955 30.1136 54.707 29.5497C55.0186 28.9859 55.3141 28.2342 55.5975 27.2944C55.8789 26.3547 56.1241 25.1762 56.3332 23.7608L57.3563 17.083C58.098 17.0262 58.8256 16.9812 59.5372 16.9538C60.2487 16.9244 60.9321 16.897 61.5854 16.8677C61.1392 17.7937 60.7472 18.8547 60.4055 20.0548C60.0638 21.2549 59.893 22.361 59.893 23.3732C59.893 24.9334 60.2648 26.112 61.0065 26.9068C61.7482 27.7017 62.7291 28.0991 63.9452 28.0991C64.9241 28.0991 65.7844 27.8544 66.5281 27.361C67.2698 26.8696 67.893 26.206 68.3975 25.3661C68.902 24.5282 69.2799 23.5591 69.5332 22.4609C69.7844 21.3626 69.911 20.2056 69.911 18.9918C69.911 18.5298 69.8889 17.9659 69.8447 17.3003C69.8005 16.6347 69.7482 16.1296 69.6899 15.7831C69.8387 15.6676 70.0457 15.5227 70.3131 15.3504C70.5804 15.1762 70.8698 15.0118 71.1814 14.8512C71.493 14.6926 71.8045 14.5419 72.1161 14.3951C72.4276 14.2502 72.6729 14.1504 72.8497 14.0916C72.8497 14.5537 72.7894 15.2995 72.6708 16.3254C72.5522 17.3512 72.4337 18.4495 72.3151 19.6202C72.1965 20.7909 72.0839 21.9264 71.9814 23.0247C71.8769 24.123 71.8246 24.9472 71.8246 25.4973C71.8246 26.1629 72.0256 26.7267 72.4256 27.1887C72.8256 27.6508 73.2779 27.8818 73.7844 27.8818C73.9914 27.8818 74.2005 27.7878 74.4075 27.5999C74.6146 27.4119 74.912 27.0086 75.298 26.3861C75.6839 25.7655 76.1804 24.8532 76.7894 23.6531C77.3965 22.453 78.2065 20.8555 79.2156 18.8606C79.2156 19.2952 79.1713 19.8943 79.0829 20.6598C78.9945 21.4252 78.8899 22.2142 78.7713 23.0227C78.6528 23.8332 78.5482 24.5908 78.4598 25.2995C78.3713 26.0082 78.3271 26.5075 78.3271 26.7952C78.3271 27.2005 78.4156 27.5607 78.5945 27.8798C78.7734 28.1989 78.9945 28.471 79.2618 28.704C79.5291 28.935 79.8246 29.1151 80.1522 29.2463C80.4779 29.3755 80.7894 29.4421 81.0869 29.4421C81.4729 29.4421 81.7924 29.305 82.0437 29.0309C82.295 28.7549 82.6447 28.3301 83.0909 27.7526C83.2698 27.5215 83.499 27.175 83.7804 26.7111C84.0618 26.249 84.3653 25.7283 84.693 25.1508C85.0186 24.5732 85.3683 23.9448 85.7382 23.2635C86.11 22.5842 86.4578 21.9127 86.7834 21.2471C86.7533 21.5936 86.7311 21.9773 86.7171 22.3963C86.703 22.8152 86.695 23.1833 86.695 23.5024C86.695 23.935 86.7834 24.3696 86.9623 24.8023C87.1412 25.2349 87.3784 25.6265 87.6739 25.973C87.9693 26.3195 88.3271 26.6014 88.7432 26.8187C89.1593 27.036 89.5894 27.1437 90.0337 27.1437C91.0427 27.1437 92.2528 26.3998 93.6618 24.91C95.0708 23.4221 96.5925 21.2608 98.2246 18.428C98.4618 19.1797 98.6688 19.9883 98.8477 20.8555C99.0266 21.7228 99.1894 22.547 99.3382 23.3281C98.7151 23.7901 98.1884 24.1895 97.7583 24.5204C97.3281 24.8532 96.9724 25.1488 96.6889 25.4092C96.4075 25.6695 96.1985 25.9162 96.0658 26.1472C95.9332 26.3782 95.8648 26.6249 95.8648 26.8853C95.8648 27.6077 96.2286 28.2224 96.9563 28.7275C97.6839 29.2326 98.492 29.4871 99.3824 29.4871C100.568 29.4871 101.527 28.9879 102.255 27.9914C102.982 26.9949 103.346 25.7146 103.346 24.1543C103.346 22.594 103.153 21.1042 102.767 19.5145C102.381 17.9248 101.935 16.3058 101.433 14.6574C101.907 14.0505 102.293 13.5298 102.59 13.0971C102.888 12.6645 103.117 12.2944 103.28 11.991C103.443 11.6876 103.553 11.4428 103.614 11.2529C103.672 11.065 103.702 10.8849 103.702 10.7107C103.702 10.278 103.575 9.92953 103.324 9.66916C103.071 9.40878 102.693 9.27957 102.188 9.27957L102.178 9.27761ZM65.7804 24.4773C65.5271 25.0999 65.2236 25.4092 64.8678 25.4092C64.5703 25.4092 64.3472 25.2428 64.2005 24.91C64.0518 24.5771 63.9774 24.123 63.9774 23.5435C63.9774 22.4452 64.2146 21.3822 64.6889 20.3563C65.1633 19.3305 65.6095 18.3986 66.0256 17.5587C66.0256 17.9053 66.0477 18.4475 66.092 19.1856C66.1362 19.9237 66.1583 20.6676 66.1583 21.4194C66.1583 22.8367 66.0316 23.8547 65.7804 24.4773Z" fill="#1B72E8"/> <path d="M106.231 29.2275C106.438 29.0258 106.543 28.8085 106.543 28.5775C106.543 28.2016 106.29 28.0137 105.785 28.0137C105.341 28.0137 105.118 28.1057 105.118 28.3367C105.118 28.3935 105.162 28.3993 105.251 28.3993H105.474C105.385 28.7772 105.319 28.9573 105.273 29.1609C105.228 29.3625 105.206 29.4917 105.206 29.5192C105.206 29.7795 105.295 29.9146 105.474 29.9146C105.592 29.9146 105.667 29.7443 105.697 29.3978C105.757 29.4545 105.807 29.5074 105.854 29.5505C105.898 29.5935 105.964 29.6875 106.055 29.8324C106.113 29.9185 106.187 29.9636 106.278 29.9636C106.485 29.9636 106.589 29.8618 106.589 29.6601C106.589 29.4859 106.471 29.343 106.233 29.2275H106.231ZM105.964 29.1413C105.846 29.0826 105.757 29.0552 105.697 29.0552L105.785 28.4483C105.964 28.4483 106.053 28.5501 106.053 28.7517C106.053 28.8966 106.022 29.0258 105.964 29.1413Z" fill="#1B72E8"/> <path d="M107.276 27.6651C106.995 27.3773 106.571 27.2324 106.008 27.2324C105.413 27.2324 104.955 27.4341 104.627 27.8393C104.299 28.2446 104.137 28.7359 104.137 29.3135C104.137 29.8049 104.293 30.1866 104.605 30.4626C104.916 30.7367 105.31 30.8738 105.785 30.8738C106.378 30.8738 106.846 30.678 107.188 30.2884C107.529 29.8988 107.7 29.3839 107.7 28.7496C107.7 28.317 107.56 27.9548 107.278 27.6651H107.276ZM106.808 30.0711C106.571 30.3452 106.259 30.4822 105.873 30.4822C105.457 30.4822 105.146 30.3589 104.939 30.1142C104.732 29.8675 104.627 29.5582 104.627 29.1823C104.627 28.7497 104.738 28.3796 104.961 28.0762C105.184 27.7728 105.501 27.62 105.917 27.62C106.362 27.62 106.681 27.7434 106.874 27.9881C107.067 28.2348 107.164 28.5304 107.164 28.8769C107.164 29.3977 107.045 29.7951 106.808 30.0691V30.0711Z" fill="#1B72E8"/> <path d="M55.5815 38.8691C55.5815 40.1103 54.8358 40.9756 53.7544 40.9756C53.1876 40.9756 52.7554 40.7583 52.472 40.3433L52.4057 40.866H51.3464V35.543H52.5403V37.3441C52.8238 36.9819 53.2338 36.7705 53.7564 36.7705C54.868 36.7705 55.5836 37.6201 55.5836 38.8691H55.5815ZM54.3815 38.8613C54.3815 38.1487 54.0459 37.6847 53.473 37.6847C53.0408 37.6847 52.6831 37.9235 52.5403 38.411V39.2979C52.681 39.7853 53.0328 40.032 53.473 40.032C54.0479 40.032 54.3815 39.5602 54.3815 38.8633V38.8613Z" fill="black"/> <path d="M60.4056 36.8887L58.7573 41.1584C58.3915 42.1021 57.9232 42.3938 57.0508 42.3938H56.4478V41.5148H57.0749C57.4106 41.5148 57.5453 41.4423 57.7081 41.0136L57.7222 40.9705L56.1121 36.8887H57.3805L58.0136 38.7328C58.0277 38.7837 58.2146 39.561 58.3192 40.0034C58.4156 39.561 58.5945 38.7837 58.6106 38.7328L59.1855 36.8887H60.4076H60.4056Z" fill="black"/> <path d="M70.291 35.543V40.866H69.1513V37.5105L69.2035 36.1459L68.7935 37.4831L67.5111 40.8679H66.3633L65.089 37.4909L64.6709 36.1694L64.7231 37.5203V40.8679H63.5834V35.5449H65.493L66.6407 38.8574L66.9463 40.0633L67.2518 38.8574L68.4679 35.5449H70.295L70.291 35.543Z" fill="black"/> <path d="M71.4392 38.8682C71.4392 37.6192 72.2895 36.7695 73.608 36.7695C74.9266 36.7695 75.7548 37.6055 75.7548 38.8682C75.7548 40.1309 74.9126 40.9806 73.592 40.9806C72.2714 40.9806 71.4372 40.1309 71.4372 38.8682H71.4392ZM74.5488 38.8682C74.5488 38.091 74.2352 37.6622 73.6101 37.6622C72.9849 37.6622 72.6553 38.091 72.6553 38.8682C72.6553 39.6454 72.9608 40.0879 73.594 40.0879C74.2271 40.0879 74.5488 39.6454 74.5488 38.8682Z" fill="black"/> <path d="M80.7417 38.1947V40.867H79.5477V38.506C79.5477 38.0127 79.2643 37.7503 78.8542 37.7503C78.4442 37.7503 78.1527 38.0185 78.012 38.4179V40.8651H76.8181V36.885H77.9216L77.9658 37.4156C78.3095 36.979 78.7256 36.7773 79.2703 36.7773C80.1648 36.7773 80.7397 37.3079 80.7397 38.1928L80.7417 38.1947Z" fill="black"/> <path d="M81.8083 38.8682C81.8083 37.6192 82.6586 36.7695 83.9772 36.7695C85.2958 36.7695 86.1239 37.6055 86.1239 38.8682C86.1239 40.1309 85.2817 40.9806 83.9611 40.9806C82.6405 40.9806 81.8063 40.1309 81.8063 38.8682H81.8083ZM84.9179 38.8682C84.9179 38.091 84.6043 37.6622 83.9792 37.6622C83.3541 37.6622 83.0244 38.091 83.0244 38.8682C83.0244 39.6454 83.33 40.0879 83.9631 40.0879C84.5963 40.0879 84.9179 39.6454 84.9179 38.8682Z" fill="black"/> <path d="M90.1056 37.6491L88.8011 37.5688L88.8674 38.1561V39.4698C88.8674 39.8104 89.0242 39.9337 89.3217 39.9337H90.1036V40.8636H89.0524C88.1358 40.8636 87.6875 40.5367 87.6875 39.7164V38.1561L87.7478 37.5747L86.779 37.6471V36.8856L87.7418 36.958L87.6895 36.6095V35.709H88.8674V36.6095L88.8152 36.9658L90.1056 36.8856V37.6471V37.6491Z" fill="black"/> <path d="M95.1066 36.8887L93.4584 41.1584C93.0926 42.1021 92.6242 42.3938 91.7519 42.3938H91.1489V41.5148H91.776C92.1117 41.5148 92.2463 41.4423 92.4092 41.0136L92.4232 40.9705L90.8132 36.8887H92.0815L92.7147 38.7328C92.7287 38.7837 92.9157 39.561 93.0202 40.0034C93.1167 39.561 93.2956 38.7837 93.3117 38.7328L93.8865 36.8887H95.1086H95.1066Z" fill="black"/> <path d="M100.201 38.8858C100.201 40.1211 99.4549 40.9845 98.3735 40.9845C97.8509 40.9845 97.4408 40.773 97.1574 40.403V42.349H95.9634V36.8889H97.0368L97.0971 37.3979C97.3805 36.9986 97.8127 36.7812 98.3715 36.7812C99.483 36.7812 100.199 37.6309 100.199 38.8877L100.201 38.8858ZM99.0006 38.8721C99.0006 38.1595 98.6649 37.7033 98.09 37.7033C97.6579 37.7033 97.3001 37.9422 97.1574 38.4218V39.3145C97.2981 39.802 97.6498 40.0487 98.09 40.0487C98.6649 40.0487 99.0006 39.5769 99.0006 38.8721Z" fill="black"/> <path d="M105.38 39.1305H102.24C102.285 39.8059 102.65 40.1407 103.3 40.1407C103.696 40.1407 103.993 40.0174 104.202 39.6689L105.254 39.8725C104.932 40.5616 104.246 40.9845 103.278 40.9845C101.891 40.9845 101.085 40.1485 101.085 38.8936C101.085 37.6387 101.852 36.7734 103.231 36.7734C104.61 36.7734 105.378 37.6955 105.378 38.9152V39.1325L105.38 39.1305ZM102.248 38.4923H104.21C104.15 37.9187 103.867 37.5409 103.233 37.5409C102.697 37.5409 102.323 37.8463 102.248 38.4923Z" fill="black"/> <path d="M106.543 39.5898H107.996V40.8682H106.543V39.5898Z" fill="black"/></svg> </a> </div> </div> <div class="m-gh-header__hamburger"> <a class="m-gh-header__hamburger_icon" title="menu"> <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"> <path fill-rule="evenodd" clip-rule="evenodd" d="M0 12C0 11.4477 0.447715 11 1 11H23C23.5523 11 24 11.4477 24 12C24 12.5523 23.5523 13 23 13H1C0.447715 13 0 12.5523 0 12Z" fill="#667488"/> <path fill-rule="evenodd" clip-rule="evenodd" d="M0 19C0 18.4477 0.447715 18 1 18H23C23.5523 18 24 18.4477 24 19C24 19.5523 23.5523 20 23 20H1C0.447715 20 0 19.5523 0 19Z" fill="#667488"/> <path fill-rule="evenodd" clip-rule="evenodd" d="M0 5C0 4.44772 0.447715 4 1 4H23C23.5523 4 24 4.44772 24 5C24 5.55228 23.5523 6 23 6H1C0.447715 6 0 5.55228 0 5Z" fill="#667488"/> </svg> </a> <div class="m-gh-header__hamburger_logo"> <a href="/" title="MyFonts" class="gh-sitelogo" data-analytics-linkcategory="header" data-analytics-linksection="primary navigation" data-analytics-linkname="my fonts logo" data-analytics-linktype="a"> <svg xmlns="http://www.w3.org/2000/svg" width="67" height="32" viewBox="0 0 67 32" fill="none"><g clip-path="url(#clip0_3520_15875)"><path d="M29.8152 11.8098C29.7021 11.4707 29.5133 11.1621 29.2634 10.9076C29.1564 10.8007 29.0294 10.7162 28.8897 10.6591C28.7499 10.602 28.6003 10.5735 28.4495 10.5751C28.3113 10.5666 28.1732 10.5925 28.0474 10.6505C27.9216 10.7085 27.8119 10.7968 27.7282 10.9076C27.4694 11.288 27.2387 11.6869 27.0381 12.1012L25.7685 14.6818C26.0811 13.1275 26.3063 11.9666 26.4442 11.1991C26.56 10.6277 26.6292 10.0477 26.651 9.46498C26.6492 9.17952 26.5928 8.89706 26.4851 8.63299C26.376 8.35822 26.2274 8.1011 26.0438 7.86993C25.8669 7.63571 25.6469 7.43784 25.3958 7.28706C25.1584 7.14242 24.8882 7.06124 24.6108 7.05125C24.4868 7.05911 24.365 7.0873 24.2501 7.13469C24.1124 7.19534 23.9893 7.28527 23.8894 7.39831C23.7233 7.58195 23.5796 7.78495 23.4615 8.00295C23.3052 8.27141 23.1164 8.63057 22.8952 9.07438L21.1844 12.5172C21.3127 11.3885 21.4277 10.4453 21.5295 9.68748C21.6313 8.92967 21.7142 8.29157 21.7783 7.77319C21.8425 7.25562 21.8885 6.83035 21.9166 6.4974C21.9446 6.16444 21.9583 5.8593 21.9575 5.58197C21.962 5.14628 21.8871 4.71344 21.7363 4.30497C21.6038 3.93935 21.4085 3.60001 21.1592 3.30248C20.9404 3.04242 20.6789 2.82197 20.3862 2.65067C20.1536 2.50414 19.8873 2.4208 19.6131 2.40882C19.4378 2.40319 19.2634 2.43621 19.1022 2.50556C18.9385 2.59298 18.797 2.71711 18.6886 2.86835C18.5157 3.10859 18.3762 3.3714 18.2738 3.64954C18.136 3.99217 17.9757 4.44081 17.793 4.99547L15.4198 12.493L15.6722 6.77191C15.693 6.28154 15.6325 5.79112 15.4931 5.32077C15.3729 4.90479 15.1865 4.51112 14.9413 4.15502C14.7321 3.84909 14.4649 3.58772 14.155 3.38592C13.8929 3.21132 13.5869 3.11528 13.2726 3.10899C12.981 3.11469 12.6995 3.21715 12.4719 3.40043C12.2138 3.59472 11.9469 3.99257 11.6712 4.59399C11.3113 5.43953 11.0163 6.31156 10.7888 7.20241C10.4754 8.33994 10.1251 9.85235 9.73803 11.7396C9.46232 13.1102 9.23229 14.2574 9.04795 15.1812C8.91026 15.9362 8.71205 16.6787 8.45525 17.4015C8.24366 17.9561 7.99079 18.354 7.69665 18.5951C7.4025 18.8361 7.00697 18.957 6.51005 18.9578C6.06732 18.9552 5.62682 18.8946 5.19962 18.7777C4.76012 18.661 4.33104 18.5077 3.91684 18.3193C3.53323 18.1485 3.17022 17.9343 2.83484 17.6808C2.55832 17.4782 2.31494 17.2334 2.1135 16.9553C2.63289 16.7789 3.17886 16.6951 3.72689 16.7074C4.19304 16.7065 4.65867 16.7388 5.12027 16.8041C5.46281 16.8593 5.80861 16.8916 6.15539 16.9008C6.50484 16.9008 6.67956 16.7344 6.67956 16.4014C6.66405 16.1546 6.57666 15.9178 6.4283 15.7206C6.23144 15.4403 5.98338 15.2002 5.69734 15.0132C5.33118 14.7703 4.93132 14.5833 4.51075 14.4581C3.98684 14.3022 3.44244 14.2272 2.89615 14.2356C1.95762 14.2356 1.24029 14.4621 0.744167 14.9152C0.507915 15.1193 0.318894 15.373 0.190344 15.6583C0.0617942 15.9437 -0.00317492 16.2538 -1.18799e-05 16.5671C-0.0039655 17.1468 0.169371 17.7138 0.496508 18.1911C0.851038 18.7047 1.30643 19.1397 1.83459 19.4694C2.44093 19.8498 3.10129 20.1353 3.79302 20.3159C4.56234 20.5223 5.35557 20.6248 6.15178 20.6206C6.7692 20.6368 7.38232 20.5128 7.94551 20.2578C8.42301 20.0319 8.84657 19.7053 9.18741 19.3001C9.52732 18.887 9.80185 18.4236 10.0013 17.9263C10.2141 17.4044 10.3849 16.8661 10.5123 16.3168L11.3682 12.0988C11.5518 11.266 11.7173 10.5304 11.8648 9.89185C12.0122 9.25335 12.1449 8.69426 12.2627 8.21458C12.3821 7.73087 12.4923 7.31004 12.5933 6.95209C12.6943 6.59414 12.7909 6.28416 12.8831 6.02215C12.9937 6.17049 13.049 6.64251 13.049 7.43822C13.049 8.27101 13.0169 9.19168 12.9528 10.2002C12.8887 11.2088 12.8566 12.2403 12.8566 13.2948C12.8533 13.7488 12.9091 14.2013 13.0225 14.6407C13.1171 15.0208 13.261 15.3867 13.4505 15.7291C13.6063 16.0151 13.823 16.2629 14.0853 16.4546C14.3131 16.6238 14.5884 16.716 14.8715 16.7182C15.0396 16.7255 15.2064 16.6851 15.3528 16.6017C15.4993 16.5183 15.6195 16.3953 15.6999 16.2466C15.966 15.7398 16.1877 15.2105 16.3623 14.6649L19.2597 5.75611C19.3252 5.98129 19.3532 6.21584 19.3426 6.45024C19.3351 6.99795 19.2949 7.54472 19.2224 8.0876C19.1423 8.75351 19.0549 9.50287 18.9603 10.3357C18.8681 11.0757 18.7944 11.6864 18.7391 12.1677C18.6838 12.649 18.6437 13.0469 18.6189 13.3613C18.5916 13.6765 18.5732 13.9216 18.5636 14.0965C18.554 14.2715 18.5496 14.4242 18.5504 14.5548C18.5345 15.1906 18.6767 15.8203 18.9639 16.3869C19.2396 16.9053 19.5706 17.1645 19.957 17.1645C20.0772 17.1636 20.1959 17.1372 20.3053 17.087C20.4147 17.0368 20.5123 16.9638 20.5917 16.873C20.8318 16.5909 21.0339 16.2783 21.1929 15.9431L24.1984 9.86525C24.1845 10.2285 24.1443 10.5902 24.0782 10.9476C23.998 11.4474 23.9063 12.0117 23.8029 12.6405C23.6995 13.2694 23.6029 13.9075 23.5132 14.5548C23.4264 15.1337 23.3802 15.7181 23.3749 16.3035C23.3693 16.6383 23.4205 16.9716 23.5264 17.289C23.6107 17.544 23.7366 17.7831 23.8991 17.9965C24.0328 18.1696 24.2022 18.3115 24.3956 18.4124C24.5482 18.4967 24.7182 18.5443 24.8921 18.5515C25.1494 18.5515 25.3746 18.4036 25.5678 18.1077C25.7609 17.8118 26.0138 17.3584 26.3264 16.7473L28.1754 12.9985C28.1201 14.2747 27.9999 15.5835 27.8147 16.925C27.635 18.2448 27.3724 19.5518 27.0285 20.8383C26.6995 22.0726 26.2751 23.2791 25.7589 24.4468C25.2942 25.5184 24.6876 26.5219 23.9556 27.4301C23.2877 28.2549 22.468 28.9426 21.5415 29.4556C20.605 29.9618 19.5557 30.2199 18.4926 30.2054C18.1985 30.2054 17.9272 30.1961 17.6787 30.1775C17.4236 30.1579 17.1702 30.1208 16.9201 30.0663C16.6395 30.0022 16.3629 29.9215 16.0918 29.8244C15.7977 29.7229 15.4771 29.5979 15.13 29.4496C14.9844 29.3772 14.817 29.3626 14.6611 29.4084C14.5137 29.4544 14.4399 29.6072 14.4399 29.8668C14.4399 30.5327 14.8078 31.0567 15.5436 31.4388C16.2793 31.821 17.2267 32.0104 18.3856 32.0072C19.6749 32.0253 20.9534 31.7699 22.1378 31.2574C23.2438 30.7653 24.2554 30.0817 25.1265 29.2379C26.0242 28.3641 26.7908 27.3636 27.4024 26.2679C28.0533 25.1139 28.5851 23.8958 28.9893 22.6328C29.4042 21.3419 29.7134 20.0189 29.9138 18.6773C30.1131 17.3638 30.2143 16.0371 30.2168 14.7084C30.2184 14.1796 30.1863 13.6513 30.1206 13.1267C30.0671 12.6778 29.9647 12.2362 29.8152 11.8098Z" fill="#1B72E8"/><path d="M63.3209 5.94003C62.8977 5.94003 62.4625 6.20849 61.966 6.74541C61.4695 7.28233 61.0174 8.07562 60.777 9.13253C60.2961 9.73717 59.9571 10.3769 59.5243 11.0335C59.0915 11.6902 58.6611 12.3057 58.2571 12.8789C57.8532 13.4521 57.4733 13.9564 57.133 14.3917C56.8831 14.7284 56.6013 15.0398 56.2915 15.3216C56.2915 15.1366 56.3035 14.8174 56.3312 14.3639C56.3588 13.9104 56.3997 13.3699 56.4514 12.7398C56.5031 12.1098 56.5716 11.4096 56.6437 10.6308C56.7159 9.85206 56.8 9.03942 56.8914 8.18808C57.2593 8.22517 57.5767 8.24815 57.8436 8.25701C58.1104 8.26588 58.3725 8.27032 58.6298 8.27032C58.818 8.26935 59.003 8.22157 59.1684 8.13125C59.3483 8.03399 59.5108 7.9073 59.6493 7.75637C59.7961 7.60064 59.9178 7.42273 60.01 7.22912C60.1021 7.03421 60.1493 6.82094 60.1482 6.60514C60.1549 6.46249 60.1161 6.32142 60.0376 6.20245C59.9639 6.09845 59.828 6.04645 59.6301 6.04645L57.091 6.10207L57.4516 2.7439C57.4881 2.49859 57.4742 2.24835 57.4108 2.00866C57.3458 1.75874 57.1663 1.63378 56.8722 1.63378C56.6878 1.63378 56.4947 1.75471 56.2927 1.99656C56.0637 2.27988 55.8733 2.59261 55.7264 2.9265C55.5402 3.33425 55.3745 3.75118 55.2299 4.17569C55.0797 4.60495 54.9643 5.04577 54.8849 5.49381L54.7743 6.13231L52.9469 6.16738C52.1558 6.16738 51.5856 6.31088 51.2361 6.59788C50.8867 6.88488 50.7119 7.13923 50.7119 7.36094C50.7104 7.42996 50.7297 7.49783 50.7672 7.55563C50.8368 7.63006 50.929 7.67901 51.0293 7.6947C51.2385 7.74472 51.4505 7.78188 51.6641 7.80595C51.9494 7.84304 52.3402 7.88012 52.8363 7.91721L54.4797 8.05627L54.1647 10.3321C54.0445 10.5909 53.8365 10.9368 53.5973 11.3721C53.358 11.8075 53.0839 12.2742 52.7894 12.7737C52.4948 13.2731 52.1883 13.7725 51.8889 14.272C51.5896 14.7714 51.3119 15.2068 51.0726 15.5768C51.1455 15.077 51.2141 14.559 51.2782 14.0229C51.3423 13.4868 51.4012 12.9756 51.4549 12.4895C51.5102 12.0058 51.5563 11.5664 51.5932 11.1714C51.63 10.7763 51.6485 10.4571 51.6485 10.2136C51.6513 9.94993 51.5946 9.68902 51.4826 9.45057C51.3797 9.22969 51.2342 9.03157 51.0546 8.8677C50.8883 8.71514 50.6971 8.59243 50.4895 8.50492C50.315 8.42923 50.1277 8.38817 49.9377 8.38399C49.7776 8.38222 49.6218 8.43603 49.4965 8.53636C49.3112 8.71003 49.157 8.91458 49.0408 9.141C48.8661 9.44654 48.6361 9.87665 48.3508 10.4313C48.0654 10.986 47.6931 11.726 47.2339 12.6515C47.2708 12.3928 47.3108 12.1106 47.3541 11.805C47.3974 11.4995 47.4375 11.2036 47.4743 10.9174C47.5112 10.6304 47.5389 10.3575 47.5573 10.0987C47.5757 9.83996 47.5849 9.62713 47.5849 9.46025C47.6029 8.88161 47.4596 8.30946 47.1714 7.80837C46.9013 7.35932 46.5546 7.1348 46.1315 7.1348C45.763 7.14381 45.3981 7.20946 45.0494 7.32949C44.614 7.47275 44.1936 7.65866 43.7943 7.88455C43.3371 8.1419 42.903 8.4389 42.4971 8.77217C42.0586 9.12953 41.6559 9.5293 41.2949 9.96573C41.2644 9.73306 41.1822 9.51029 41.0544 9.31392C40.9166 9.08255 40.6637 8.96686 40.2958 8.96686L39.7993 8.98137C39.5052 8.99105 39.1417 9.00475 38.7089 9.02249C38.2761 9.04023 37.8028 9.05595 37.2891 9.06965L35.7574 9.12528L36.2263 5.57241C37.2931 5.57241 38.3875 5.56798 39.5096 5.55911C40.6313 5.54943 41.6616 5.51799 42.5993 5.50832C43.537 5.49864 44.3149 5.47204 44.9304 5.47204H45.9655C46.2959 5.48226 46.6244 5.41865 46.9273 5.28581C47.2108 5.15831 47.4681 4.97867 47.6859 4.75615C47.888 4.5488 48.051 4.30623 48.1668 4.04025C48.27 3.81462 48.3265 3.57022 48.3327 3.32194C48.3327 3.06315 48.2594 2.90232 48.1115 2.83822C47.9191 2.76883 47.7134 2.74524 47.5104 2.7693L36.4499 3.07524C36.4131 2.18844 36.266 1.45319 36.0087 0.869515C35.7514 0.285835 35.3827 -0.00398947 34.9027 4.14706e-05C34.7697 0.00106942 34.6416 0.0504668 34.542 0.139109C34.4043 0.273938 34.3005 0.439726 34.239 0.622821C34.1249 0.936372 34.0416 1.26039 33.9902 1.59025C33.9164 2.00624 33.8427 2.53026 33.769 3.16231L29.2991 3.30138C29.0255 3.31476 28.7546 3.36187 28.4924 3.44166C28.2624 3.51583 28.1473 3.71012 28.1473 4.02453C28.1575 4.19021 28.2048 4.35143 28.2856 4.49615C28.3896 4.69626 28.5299 4.87507 28.6992 5.0234C28.9059 5.2074 29.1442 5.35204 29.4025 5.45027C29.7264 5.56135 30.0679 5.61176 30.4099 5.59901H33.472L33.0308 9.19663C32.3311 9.23411 31.7985 9.38527 31.4306 9.66341C31.0627 9.94154 30.8788 10.268 30.8788 10.6308C30.8757 10.6976 30.8863 10.7644 30.9101 10.8268C30.9339 10.8892 30.9703 10.946 31.0171 10.9936C31.1084 11.0867 31.2743 11.1315 31.5136 11.1315C31.6242 11.1315 31.7945 11.1266 32.0245 11.117C32.2545 11.1073 32.5166 11.0932 32.8108 11.0746L32.1435 16.5672C32.0698 17.2702 32.0101 17.8297 31.9644 18.2457C31.9187 18.6617 31.8959 18.9346 31.8959 19.0644C31.8805 19.2832 31.9334 19.5013 32.0474 19.6883C32.1484 19.827 32.3279 19.8963 32.586 19.8963C32.833 19.8937 33.0735 19.8162 33.276 19.6738C33.5406 19.4731 33.7533 19.2114 33.8964 18.9108C34.1283 18.4499 34.3132 17.9665 34.4482 17.4681C34.6519 16.7258 34.8041 15.9702 34.9039 15.2068L35.5386 10.9332C35.9979 10.8961 36.4487 10.8683 36.8911 10.8497L38.1595 10.7941C37.8599 11.4525 37.6154 12.1349 37.4285 12.8341C37.2284 13.5244 37.1217 14.2387 37.1111 14.9576C37.1111 15.9565 37.3412 16.7103 37.8012 17.219C38.2613 17.7277 38.8684 17.9821 39.6226 17.9821C40.1914 17.9935 40.75 17.8289 41.2228 17.5104C41.6993 17.1775 42.0954 16.7411 42.3817 16.2334C42.7107 15.6539 42.948 15.0265 43.085 14.3736C43.246 13.6446 43.3267 12.9 43.3255 12.1533C43.3255 11.8574 43.3118 11.4947 43.2846 11.065C43.2573 10.6353 43.2253 10.3128 43.1884 10.0975C43.2798 10.0238 43.4096 9.93066 43.5743 9.82061C43.7478 9.70483 43.9272 9.59827 44.1117 9.50136C44.3049 9.39978 44.498 9.30264 44.6912 9.20993C44.8393 9.13652 44.9915 9.07152 45.1468 9.01523C45.1468 9.3111 45.11 9.78756 45.0362 10.4446C44.9625 11.1016 44.8888 11.8046 44.815 12.5536C44.7413 13.3025 44.6723 14.0281 44.6082 14.7303C44.5441 15.4325 44.5121 15.9597 44.5121 16.312C44.4998 16.7085 44.6324 17.0957 44.8847 17.4004C45.1332 17.6963 45.4137 17.8442 45.7263 17.8442C45.8732 17.8361 46.0113 17.7716 46.1122 17.664C46.3258 17.4275 46.511 17.1665 46.664 16.8864C46.9045 16.489 47.2127 15.9061 47.5886 15.1378L49.0925 12.0711C49.0851 12.456 49.0575 12.8403 49.0096 13.2223C48.9543 13.7125 48.8898 14.2168 48.816 14.7351C48.7423 15.2535 48.6778 15.7372 48.6225 16.1863C48.5782 16.5038 48.5505 16.8235 48.5395 17.144C48.5353 17.3858 48.5924 17.6247 48.7054 17.8381C48.9158 18.2327 49.2557 18.5417 49.6672 18.7125C49.8507 18.7903 50.0475 18.8314 50.2467 18.8334C50.3587 18.836 50.4698 18.8137 50.5723 18.7681C50.6747 18.7225 50.7659 18.6548 50.8394 18.5698C50.9957 18.394 51.2117 18.1211 51.4874 17.7511C51.598 17.6035 51.7406 17.3814 51.9154 17.0848C52.0901 16.7881 52.2788 16.4551 52.4816 16.0859C52.6836 15.7159 52.8996 15.3128 53.1296 14.8766C53.3596 14.4405 53.5756 14.0104 53.7776 13.5863C53.7592 13.808 53.7456 14.0531 53.7367 14.3216C53.7279 14.59 53.7235 14.8258 53.7235 15.029C53.7253 15.3144 53.7816 15.5969 53.8894 15.861C53.9962 16.1328 54.1451 16.3859 54.3306 16.6107C54.5143 16.833 54.7393 17.017 54.9931 17.1525C55.2385 17.2881 55.5138 17.3596 55.7938 17.3605C56.4189 17.3605 57.1683 16.884 58.0419 15.9311C58.9155 14.9782 59.8581 13.5952 60.8696 11.7821C61.024 12.2932 61.1528 12.8118 61.2555 13.336C61.3661 13.8907 61.4671 14.4179 61.5584 14.9177C61.1721 15.2136 60.8455 15.468 60.5786 15.6808C60.3117 15.8936 60.0909 16.0835 59.9162 16.2504C59.7653 16.3877 59.6353 16.5466 59.5303 16.722C59.4501 16.866 59.4087 17.0286 59.4101 17.1936C59.4101 17.6564 59.6353 18.0494 60.0857 18.3727C60.5227 18.6915 61.0498 18.861 61.5897 18.8564C62.3255 18.8564 62.9185 18.5371 63.369 17.8986C63.8194 17.2601 64.0446 16.4414 64.0446 15.4426C64.0393 14.4418 63.9183 13.4452 63.684 12.4726C63.4435 11.4552 63.1678 10.4192 62.8568 9.36472C63.151 8.97613 63.3914 8.64318 63.5782 8.36585C63.7326 8.13744 63.8754 7.90133 64.0062 7.65842C64.0884 7.50744 64.1575 7.34966 64.213 7.1868C64.2485 7.07453 64.2671 6.95755 64.2683 6.83974C64.2784 6.59445 64.192 6.35502 64.0278 6.17342C63.8691 6.01702 63.6335 5.93922 63.3209 5.94003ZM40.7659 15.6675C40.6056 16.0657 40.4173 16.2645 40.2009 16.2637C40.0165 16.2637 39.8787 16.1572 39.7873 15.9444C39.6837 15.6652 39.6367 15.3679 39.649 15.0701C39.6491 14.3661 39.7996 13.6704 40.0903 13.03C40.3844 12.3738 40.6605 11.7772 40.9186 11.2403C40.9186 11.462 40.9322 11.8091 40.9595 12.2815C40.9867 12.7539 41.0003 13.2304 41.0003 13.7109C40.9971 14.617 40.919 15.2692 40.7659 15.6675Z" fill="#1B72E8"/></g><defs><clipPath id="clip0_3520_15875"><rect width="66.7429" height="32" fill="white"/></clipPath></defs></svg> </a> </div> </div> </div> <div class="gh-header__right"> <div class="gh-header__top-content"> <div class="gh-header__search gh-desktop-only"> <div id="gh-search-placeholder"></div> </div> <div class="gh-header__mini-menu-and-lang gh-flex gh-h-center"> <div class="m-gh-header__search"> <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="none"> <path fill-rule="evenodd" clip-rule="evenodd" d="M6.47619 2.28571C5.36481 2.28571 4.29894 2.72721 3.51308 3.51308C2.72721 4.29894 2.28571 5.36481 2.28571 6.47619C2.28571 7.02649 2.3941 7.5714 2.6047 8.07982C2.81529 8.58823 3.12395 9.05018 3.51308 9.43931C3.9022 9.82843 4.36415 10.1371 4.87257 10.3477C5.38098 10.5583 5.92589 10.6667 6.47619 10.6667C7.02649 10.6667 7.57141 10.5583 8.07982 10.3477C8.58823 10.1371 9.05018 9.82843 9.43931 9.43931C9.82843 9.05018 10.1371 8.58823 10.3477 8.07982C10.5583 7.57141 10.6667 7.02649 10.6667 6.47619C10.6667 5.36481 10.2252 4.29894 9.43931 3.51308C8.65344 2.72721 7.58757 2.28571 6.47619 2.28571ZM1.89683 1.89683C3.11135 0.682311 4.7586 0 6.47619 0C8.19378 0 9.84103 0.682311 11.0555 1.89683C12.2701 3.11135 12.9524 4.7586 12.9524 6.47619C12.9524 7.32666 12.7849 8.16879 12.4594 8.95452C12.281 9.38536 12.0569 9.79461 11.7918 10.1756L15.6653 14.049C16.1116 14.4953 16.1116 15.219 15.6653 15.6653C15.219 16.1116 14.4953 16.1116 14.049 15.6653L10.1756 11.7918C9.79461 12.0569 9.38536 12.281 8.95452 12.4594C8.16879 12.7849 7.32666 12.9524 6.47619 12.9524C5.62573 12.9524 4.78359 12.7849 3.99786 12.4594C3.21213 12.134 2.4982 11.6569 1.89683 11.0555C1.29546 10.4542 0.81843 9.74025 0.492971 8.95452C0.167512 8.16879 0 7.32666 0 6.47619C0 4.7586 0.682311 3.11135 1.89683 1.89683Z" fill="#576579"/> </svg> </div> <div class="gh-dropdown gh-miniDropdown" data-dropdown="mini-dropdown"> <div class="gh-current-selection" tabindex="0">Learn</div> <ul class="gh-options"> <li data-value="Creative Characters"><a tabindex="0" href="/content/creative-characters" class="" target="_self" data-analytics-linkcategory="header" data-analytics-linksection="primary navigation" data-analytics-linkname="Learn:Creative Characters" data-analytics-linktype="a">Creative Characters</a></li> <li data-value="Creative Matters"><a tabindex="0" href="/a/font/content/creative-matters" class="" target="_self" data-analytics-linkcategory="header" data-analytics-linksection="primary navigation" data-analytics-linkname="Learn:Creative Matters" data-analytics-linktype="a">Creative Matters</a></li> <li data-value="Font Field Guide"><a tabindex="0" href="/content/font-field-guide" class="" target="_self" data-analytics-linkcategory="header" data-analytics-linksection="primary navigation" data-analytics-linkname="Learn:Font Field Guide" data-analytics-linktype="a">Font Field Guide</a></li> <li data-value="Fonts in Use"><a tabindex="0" href="/a/font/content/fonts-in-use" class="" target="_self" data-analytics-linkcategory="header" data-analytics-linksection="primary navigation" data-analytics-linkname="Learn:Fonts in Use" data-analytics-linktype="a">Fonts in Use</a></li> <li data-value="The Manual"><a tabindex="0" href="/content/the-font-manual" class="" target="_self" data-analytics-linkcategory="header" data-analytics-linksection="primary navigation" data-analytics-linkname="Learn:The Manual" data-analytics-linktype="a">The Manual</a></li> <li data-value="Type Trends"><a tabindex="0" href="/content/type-trends" class="" target="_self" data-analytics-linkcategory="header" data-analytics-linksection="primary navigation" data-analytics-linkname="Learn:Type Trends" data-analytics-linktype="a">Type Trends</a></li> <li data-value="fy{T}i - Typographical Info"><a tabindex="0" href="/content/for-your-typographical-information" class="" target="_self" data-analytics-linkcategory="header" data-analytics-linksection="primary navigation" data-analytics-linkname="Learn:fy{T}i - Typographical Info" data-analytics-linktype="a">fy{T}i - Typographical Info</a></li> <li class="gh-nested-dropdown" tabindex="0"> <div class="gh-nested-current-option">Memory Lane</div> <ul class="gh-nested-options"> <li data-value="Fontshop Memory Lane"><a tabindex="0" href="/pages/fontshop-memory-lane" class="" target="_self" data-analytics-linkcategory="header" data-analytics-linksection="primary navigation" data-analytics-linkname="Learn:Memory Lane:Fontshop Memory Lane" data-analytics-linktype="a">Fontshop Memory Lane</a></li> <li data-value="Linotype Memory Lane"><a tabindex="0" href="/pages/linotype-memory-lane" class="" target="_self" data-analytics-linkcategory="header" data-analytics-linksection="primary navigation" data-analytics-linkname="Learn:Memory Lane:Linotype Memory Lane" data-analytics-linktype="a">Linotype Memory Lane</a></li> <li data-value="Fonts.com Memory Lane"><a tabindex="0" href="/pages/fontscom-memory-lane" class="" target="_self" data-analytics-linkcategory="header" data-analytics-linksection="primary navigation" data-analytics-linkname="Learn:Memory Lane:Fonts.com Memory Lane" data-analytics-linktype="a">Fonts.com Memory Lane</a></li> </ul> </li> </ul> </div> <div class="gh-dropdown gh-currencyDropdown" data-dropdown="currency"> <div class="gh-current-selection" tabindex="0">USD ($)</div> <ul class="gh-options"> <li class="analytics-tag" tabindex="0" data-value="USD ($)" data-analytics-linkcategory="header" data-analytics-linksection="primary navi` + `gation" data-analytics-linkname="currency selector : USD ($)" data-analytics-linktype="li">USD ($)</li> <li class="analytics-tag" tabindex="0" data-value="GBP (£)" data-analytics-linkcategory="header" data-analytics-linksection="primary navigation" data-analytics-linkname="currency selector : GBP (£)" data-analytics-linktype="li">GBP (£)</li> <li class="analytics-tag" tabindex="0" data-value="EUR (€)" data-analytics-linkcategory="header" data-analytics-linksection="primary navigation" data-analytics-linkname="currency selector : EUR (€)" data-analytics-linktype="li">EUR (€)</li> <li class="analytics-tag" tabindex="0" data-value="AUD ($)" data-analytics-linkcategory="header" data-analytics-linksection="primary navigation" data-analytics-linkname="currency selector : AUD ($)" data-analytics-linktype="li">AUD ($)</li> <li class="analytics-tag" tabindex="0" data-value="JPY (¥)" data-analytics-linkcategory="header" data-analytics-linksection="primary navigation" data-analytics-linkname="currency selector : JPY (¥)" data-analytics-linktype="li">JPY (¥)</li> <li class="analytics-tag" tabindex="0" data-value="BRL ($)" data-analytics-linkcategory="header" data-analytics-linksection="primary navigation" data-analytics-linkname="currency selector : BRL ($)" data-analytics-linktype="li">BRL ($)</li> <li class="analytics-tag" tabindex="0" data-value="CAD ($)" data-analytics-linkcategory="header" data-analytics-linksection="primary navigation" data-analytics-linkname="currency selector : CAD ($)" data-analytics-linktype="li">CAD ($)</li> <li class="analytics-tag" tabindex="0" data-value="NZD ($)" data-analytics-linkcategory="header" data-analytics-linksection="primary navigation" data-analytics-linkname="currency selector : NZD ($)" data-analytics-linktype="li">NZD ($)</li> </ul> </div> <div class="gh-dropdown gh-languageDropdown" data-dropdown="language"> <div class="gh-current-selection" tabindex="0">EN</div> <ul class="gh-options"> <li class="analytics-tag" data-value=EN tabindex="0" data-analytics-linkcategory="header" data-analytics-linksection="primary navigation" data-analytics-linkname="language selector : EN" data-analytics-linktype="li">EN - English (UK) </li> <li class="analytics-tag" data-value=DE tabindex="0" data-analytics-linkcategory="header" data-analytics-linksection="primary navigation" data-analytics-linkname="language selector : DE" data-analytics-linktype="li">DE - Deutsch</li> <li class="analytics-tag" data-value=FR tabindex="0" data-analytics-linkcategory="header" data-analytics-linksection="primary navigation" data-analytics-linkname="language selector : FR" data-analytics-linktype="li">FR - Français</li> <li class="analytics-tag" data-value=ES tabindex="0" data-analytics-linkcategory="header" data-analytics-linksection="primary navigation" data-analytics-linkname="language selector : ES" data-analytics-linktype="li">ES - Español</li> </ul> </div> <a href="" id="gh-cart" tabindex="0" role="button" data-analytics-linkcategory="header" data-analytics-linksection="primary navigation" data-analytics-linkname="cart" data-analytics-linktype="a"> <div> <svg xmlns="http://www.w3.org/2000/svg" width="22" height="16" aria-label="cart" viewBox="0 0 22 16" fill="none"> <path d="M0 1.47692H3.47398L7.4453 11.8154H17.333L22 2.09578L20.6917 1.44884L19.8905 3.11754V2.70769H18.4351V4.18462H19.3781L18.4351 6.14858V4.67692H16.9797V6.15385H18.4325L16.4232 10.3385H8.44002L8.34545 10.0923H9.70266V8.61539H8.24726V9.83665L7.58903 8.12308H8.24726V6.64615H7.0217L6.79186 6.04783V4.67692H6.26527L4.46871 0H0V1.47692Z" fill="#576579" /> <path d="M8.73239 16C9.8041 16 10.6729 15.1183 10.6729 14.0308C10.6729 12.9432 9.8041 12.0615 8.73239 12.0615C7.66068 12.0615 6.79186 12.9432 6.79186 14.0308C6.79186 15.1183 7.66068 16 8.73239 16Z" fill="#576579" /> <path d="M18.4351 14.0308C18.4351 15.1183 17.5662 16 16.4945 16C15.4228 16 14.554 15.1183 14.554 14.0308C14.554 12.9432 15.4228 12.0615 16.4945 12.0615C17.5662 12.0615 18.4351 12.9432 18.4351 14.0308Z" fill="#576579" /> <path d="M8.24726 2.70769H6.79186V4.18462H8.24726V2.70769Z" fill="#576579" /> <path d="M11.1581 2.70769H9.70266V4.18462H11.1581V2.70769Z" fill="#576579" /> <path d="M8.24726 4.67692H9.70266V6.15385H8.24726V4.67692Z" fill="#576579" /> <path d="M12.6135 2.70769H14.0689V4.18462H12.6135V2.70769Z" fill="#576579" /> <path d="M12.6135 4.67692H11.1581V6.15385H12.6135V4.67692Z" fill="#576579" /> <path d="M9.70266 6.64615H11.1581V8.12308H9.70266V6.64615Z" fill="#576579" /> <path d="M15.5243 2.70769H16.9797V4.18462H15.5243V2.70769Z" fill="#576579" /> <path d="M15.5243 4.67692H14.0689V6.15385H15.5243V4.67692Z" fill="#576579" /> <path d="M12.6135 6.64615H14.0689V8.12308H12.6135V6.64615Z" fill="#576579" /> <path d="M12.6135 8.61539H11.1581V10.0923H12.6135V8.61539Z" fill="#576579" /> <path d="M15.5243 6.64615H16.9797V8.12308H15.5243V6.64615Z" fill="#576579" /> <path d="M15.5243 8.61539H14.0689V10.0923H15.5243V8.61539Z" fill="#576579" /> </svg> </div> <span aria-label="cart count" id="gh-cart-count">0</span> </a> <div class="gh-profile" id="gh-profile"> <div class="gh-dropdown" data-dropdown="profile" id="gh-profileDropdown"> <div class="gh-current-selection" tabindex="0" role="button"> <span aria-label="user name initial" id="gh-user_initial">K</span> </div> <ul class="gh-options"> <li data-value="Order history &amp; downloads"> <a class="" tabindex="0" href="https://accounts.monotype.com/api/initLogin?locale=en&amp;source=myfonts&amp;source_env=mftprod&amp;redirectURI=/orders" target="_blank" data-analytics-linkcategory="header" data-analytics-linksection="primary navigation" data-analytics-linkname="account : Order history &amp; downloads" data-analytics-linktype="a">Order history &amp; downloads</a> </li> <li data-value="Webfont kit builder"> <a class="" tabindex="0" href="https://accounts.monotype.com/api/initLogin?locale=en&amp;source=myfonts&amp;source_env=mftprod&amp;redirectURI=/purchased-fonts%3Ftype%3Dwebfonts" target="_blank" data-analytics-linkcategory="header" data-analytics-linksection="primary navigation" data-analytics-linkname="account : Webfont kit builder" data-analytics-linktype="a">Webfont kit builder</a> </li> <li data-value="Account settings"> <a class="" tabindex="0" href="https://accounts.monotype.com/api/initLogin?locale=en&amp;source=myfonts&amp;source_env=mftprod" target="_blank" data-analytics-linkcategory="header" data-analytics-linksection="primary navigation" data-analytics-linkname="account : Account settings" data-analytics-linktype="a">Account settings</a> </li> <li data-value="Price quotes"> <a class="" tabindex="0" href="/account?view=price-quote" target="_self" data-analytics-linkcategory="header" data-analytics-linksection="primary navigation" data-analytics-linkname="account : Price quotes" data-analytics-linktype="a">Price quotes</a> </li> <li data-value="Favorites"> <a class="gh_favourite_id" tabindex="0" href="/pages/favorites" target="_self" data-analytics-linkcategory="header" data-analytics-linksection="primary navigation" data-analytics-linkname="account : Favorites" data-analytics-linktype="a">Favorites</a> </li> <li data-value="Albums"> <a class="" tabindex="0" href="/pages/albums" target="_self" data-analytics-linkcategory="header" data-analytics-linksection="primary navigation" data-analytics-linkname="account : Albums" data-analytics-linktype="a">Albums</a> </li> <li data-value="Tags"> <a class="" tabindex="0" href="/pages/tag" target="_self" data-analytics-linkcategory="header" data-analytics-linksection="primary navigation" data-analytics-linkname="account : Tags" data-analytics-linktype="a">Tags</a> </li> <li data-value="Log out"> <button tabindex="0" class="gh-highlight" id="gh-logout" data-analytics-event="logOut" data-analytics-linkcategory="header" data-analytics-linksection="primary navigation" data-analytics-linkname="logout" data-analytics-linktype="button">Log out</button> </li> </ul> </div> <div id="gh-customer" class="gh-desktop-only"> <button class="gh-login-btn" tabindex="0" role="button" data-analytics-event="loginIntent" data-analytics-linkcategory="header" data-analytics-linksection="primary navigation" data-analytics-linkname="login" data-analytics-linktype="button"> Log In </button> <div class="gh-popupWrapper"> <div style="display:block;height:6px"></div> <div class="gh-hover-pop-up"> <div class="gh-signup-msg"> <h6>Are you new?</h6><div>Sign up now to <span>save 10%</span><br />on Monotype Foundry fonts.</div> </div> <button tabindex="0" tabindex="0" role="button" class="gh-signup" data-analytics-event="signupIntent" data-analytics-linkcategory="header" data-analytics-linksection="primary navigation" data-analytics-linkname="signup" data-analytics-linktype="button">Sign up</button> </div> </div> </div> <div id="m-gh-customer"> <div class="gh-profileWrapper"> <div class="gh-profileButton"> <svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"> <path fill-rule="evenodd" clip-rule="evenodd" d="M9.5 4C9.5 4.82843 8.82843 5.5 8 5.5C7.17157 5.5 6.5 4.82843 6.5 4C6.5 3.17157 7.17157 2.5 8 2.5C8.82843 2.5 9.5 3.17157 9.5 4ZM11 4C11 5.65685 9.65685 7 8 7C6.34315 7 5 5.65685 5 4C5 2.34315 6.34315 1 8 1C9.65685 1 11 2.34315 11 4ZM5.54702 9C3.58806 9 2 10.3431 2 12V14.1818C2 14.6337 2.43311 15 2.96737 15C3.50163 15 3.93474 14.6337 3.93474 14.1818V12C3.93474 11.2469 4.65658 10.6364 5.54702 10.6364H10.453C11.3434 10.6364 12.0653 11.2469 12.0653 12V14.1818C12.0653 14.6337 12.4984 15 13.0326 15C13.5669 15 14 14.6337 14 14.1818V12C14 10.3431 12.4119 9 10.453 9H5.54702Z" fill="#1766CF"/> </svg> </div> </div> <div class="gh-m-popupWrapper"> <div class="gh-hover-pop-up"> <button class="gh-login-btn" tabindex="0" role="button" data-analytics-event="loginIntent" data-analytics-linkcategory="header" data-analytics-linksection="primary navigation" data-analytics-linkname="login" data-analytics-linktype="button"> Log In </button> <button tabindex="0" tabindex="0" role="button" class="gh-signup" data-analytics-event="signupIntent" data-analytics-linkcategory="header" data-analytics-linksection="primary navigation" data-analytics-linkname="signup" data-analytics-linktype="button">Sign up</button> </div> </div> </div> </div> </div> </div> <div class="gh-header__bottom-content gh-grid gh-desktop-only"> <div class="gh-menu-wrapper" role="navigation"> <ul class="gh-menu"> <li class="gh-fs-13 gh-fs-16-sm">Browse by</li> <section class="gh-submenu style2"> <div class="gh-desktop-only"> <div class="gh-submenu__wrapper"> <section class="gh-submenu__tabs"> <div class="gh-submenu__tabs-wrapper"> <a class="gh-submenu__tabs__text" href="/pages/categories-and-tags" target="_parent" data-target="#gh-navigation-1" data-analytics-linkcategory="header" data-analytics-linksection="secondary navigation" data-analytics-linkname="Browse by:Tags" data-analytics-linktype="a" > <span>Tags</span> <svg width="10" height="10" viewBox="0 0 10 10" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M0.854 0.647999V2.244H4.438L7.056 2.16L0.28 8.852L1.442 10L8.19 3.294L8.106 5.856V9.412H9.716V0.647999H0.854Z" fill="#576579"></path> </svg> </a> <a class="gh-submenu__tabs__text" href="/collections/whats-new" target="_parent" data-target="#gh-navigation-2" data-analytics-linkcategory="header" data-analytics-linksection="secondary navigation" data-analytics-linkname="Browse by:What&#039;s New" data-analytics-linktype="a" > <span>What&#039;s New</span> <svg width="10" height="10" viewBox="0 0 10 10" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M0.854 0.647999V2.244H4.438L7.056 2.16L0.28 8.852L1.442 10L8.19 3.294L8.106 5.856V9.412H9.716V0.647999H0.854Z" fill="#576579"></path> </svg> </a> <a class="gh-submenu__tabs__text" href="/collections/bundles" target="_parent" data-target="#gh-navigation-3" data-analytics-linkcategory="header" data-analytics-linksection="secondary navigation" data-analytics-linkname="Browse by:Font Bundles" data-analytics-linktype="a" > <span>Font Bundles</span> <svg width="10" height="10" viewBox="0 0 10 10" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M0.854 0.647999V2.244H4.438L7.056 2.16L0.28 8.852L1.442 10L8.19 3.294L8.106 5.856V9.412H9.716V0.647999H0.854Z" fill="#576579"></path> </svg> </a> <a class="gh-submenu__tabs__text" href="/collections/special-offers" target="_parent" data-target="#gh-navigation-4" data-analytics-linkcategory="header" data-analytics-linksection="secondary navigation" data-analytics-linkname="Browse by:Sale" data-analytics-linktype="a" > <span>Sale</span> <svg width="10" height="10" viewBox="0 0 10 10" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M0.854 0.647999V2.244H4.438L7.056 2.16L0.28 8.852L1.442 10L8.19 3.294L8.106 5.856V9.412H9.716V0.647999H0.854Z" fill="#576579"></path> </svg> </a> </div> <a class="gh-submenu__mainlink" href="/search?query=" data-analytics-linkcategory="header" data-analytics-linksection="secondary navigation" data-analytics-linkname="Browse by:View all fonts" data-analytics-linktype="button">View all fonts <svg width="10" height="10" viewBox="0 0 10 10" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M0.854 0.647999V2.244H4.438L7.056 2.16L0.28 8.852L1.442 10L8.19 3.294L8.106 5.856V9.412H9.716V0.647999H0.854Z" fill="#30373D"></path> </svg> </a> </section> <section class="gh-submenu__content"> <div class="gh-submenu__tabcontent" id="gh-navigation-1"> <ul class="gh-submenu__tabcontent__left"> </ul> <div class="gh-submenu__tabcontent__right gh-has-image" > <img src="https://cms.myfonts.com/sites/default/files/styles/360x344/public/2024-02/images_styles-_195_137.png?itok=9VJR3Usn" alt=> </div> </div> <div class="gh-submenu__tabcontent" id="gh-navigation-2"> <ul class="gh-submenu__tabcontent__left"> </ul> <div class="gh-submenu__tabcontent__right gh-has-image" > <img src="https://cms.myfonts.com/sites/default/files/styles/360x344/public/2024-02/images_whats_new-_167_170.png?itok=RDrM8YxF" alt=> </div> </div> <div class="gh-submenu__tabcontent" id="gh-navigation-3"> <ul class="gh-submenu__tabcontent__left"> </ul> <div class="gh-submenu__tabcontent__right gh-has-image" > <img src="https://cms.myfonts.com/sites/default/files/styles/360x344/public/2024-02/images_bundles-_196_174.png?itok=fkmi4HqX" alt=> </div> </div> <div class="gh-submenu__tabcontent" id="gh-navigation-4"> <ul class="gh-submenu__tabcontent__left"> </ul> <div class="gh-submenu__tabcontent__right gh-has-image" > <img src="https://cms.myfonts.com/sites/default/files/styles/360x344/public/2024-03/images_special_offers-_114_121.png?itok=fuZrYMmW" alt=> </div> </div> </section> </div> </div> </section> </ul> <ul class="gh-menu"> <li class="gh-fs-13 gh-fs-16-sm">Categories</li> <section class="gh-submenu style2"> <div class="gh-desktop-only"> <div class="gh-submenu__wrapper"> <section class="gh-submenu__tabs"> <div class="gh-submenu__tabs-wrapper"> <a class="gh-submenu__tabs__text" href="/pages/serif-fonts" target="_parent" data-target="#gh-navigation-1" data-analytics-linkcategory="header" data-analytics-linksection="secondary navigation" data-analytics-linkname="Categories:Serif" data-analytics-linktype="a" > <span>Serif</span> <svg width="10" height="10" viewBox="0 0 10 10" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M0.854 0.647999V2.244H4.438L7.056 2.16L0.28 8.852L1.442 10L8.19 3.294L8.106 5.856V9.412H9.716V0.647999H0.854Z" fill="#576579"></path> </svg> </a> <a class="gh-submenu__tabs__text" href="/pages/sans-serif-fonts" target="_parent" data-target="#gh-navigation-2" data-analytics-linkcategory="header" data-analytics-linksection="secondary navigation" data-analytics-linkname="Categories:Sans Serif" data-analytics-linktype="a" > <span>Sans Serif</span> <svg width="10" height="10" viewBox="0 0 10 10" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M0.854 0.647999V2.244H4.438L7.056 2.16L0.28 8.852L1.442 10L8.19 3.294L8.106 5.856V9.412H9.716V0.647999H0.854Z" fill="#576579"></path> </svg> </a> <a class="gh-submenu__tabs__text" href="/pages/slab-serif-fonts" target="_parent" data-target="#gh-navigation-3" data-analytics-linkcategory="header" data-analytics-linksection="secondary navigation" data-analytics-linkname="Categories:Slab Serif" data-analytics-linktype="a" > <span>Slab Serif</span> <svg width="10" height="10" viewBox="0 0 10 10" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M0.854 0.647999V2.244H4.438L7.056 2.16L0.28 8.852L1.442 10L8.19 3.294L8.106 5.856V9.412H9.716V0.647999H0.854Z" fill="#576579"></path> </svg> </a> <a class="gh-submenu__tabs__text" href="/pages/handwritten-fonts" target="_parent" data-target="#gh-navigation-4" data-analytics-linkcategory="header" data-analytics-linksection="secondary navigation" data-analytics-linkname="Categories:Handwritten" data-analytics-linktype="a" > <span>Handwritten</span> <svg width="10" height="10" viewBox="0 0 10 10" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M0.854 0.647999V2.244H4.438L7.056 2.16L0.28 8.852L1.442 10L8.19 3.294L8.106 5.856V9.412H9.716V0.647999H0.854Z" fill="#576579"></path> </svg> </a> <a class="gh-submenu__tabs__text" href="/pages/display-fonts" target="_parent" data-target="#gh-navigation-5" data-analytics-linkcategory="header" data-analytics-linksection="secondary navigation" data-analytics-linkname="Categories:Display" data-analytics-linktype="a" > <span>Display</span> <svg width="10" height="10" viewBox="0 0 10 10" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M0.854 0.647999V2.244H4.438L7.056 2.16L0.28 8.852L1.442 10L8.19 3.294L8.106 5.856V9.412H9.716V0.647999H0.854Z" fill="#576579"></path> </svg> </a> <a class="gh-submenu__tabs__text" href="/pages/script-fonts" target="_parent" data-target="#gh-navigation-6" data-analytics-linkcategory="header" data-analytics-linksection="secondary navigation" data-analytics-linkname="Categories:Script" data-analytics-linktype="a" > <span>Script</span> <svg width="10" height="10" viewBox="0 0 10 10" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M0.854 0.647999V2.244H4.438L7.056 2.16L0.28 8.852L1.442 10L8.19 3.294L8.106 5.856V9.412H9.716V0.647999H0.854Z" fill="#576579"></path> </svg> </a> </div> <a class="gh-submenu__mainlink" href="/search?query=" data-analytics-linkcategory="header" data-analytics-linksection="secondary navigation" data-analytics-linkname="Categories:View all fonts" data-analytics-linktype="button">View all fonts <svg width="10" height="10" viewBox="0 0 10 10" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M0.854 0.647999V2.244H4.438L7.056 2.16L0.28 8.852L1.442 10L8.19 3.294L8.106 5.856V9.412H9.716V0.647999H0.854Z" fill="#30373D"></path> </svg> </a> </section> <section class="gh-submenu__content"> <div class="gh-submenu__tabcontent" id="gh-navigation-1"> <ul class="gh-submenu__tabcontent__left"> </ul> <div class="gh-submenu__tabcontent__right gh-has-image" > <img src="https://cms.myfonts.com/sites/default/files/styles/360x344/public/2024-02/images_serif-_191_155.png?itok=i4zjd2Fe" alt=> </div> </div> <div class="gh-submenu__tabcontent" id="gh-navigation-2"> <ul class="gh-submenu__tabcontent__left"> </ul> <div class="gh-submenu__tabcontent__right gh-has-image" > <img src="https://cms.myfonts.com/sites/default/files/styles/360x344/public/2024-02/images_sans_serif-_131_134.png?itok=M8cQzDGD" alt=> </div> </div> <div class="gh-submenu__tabcontent" id="gh-navigation-3"> <ul class="gh-submenu__tabcontent__left"> </ul> <div class="gh-submenu__tabcontent__right gh-has-image" > <img src="https://cms.myfonts.com/sites/default/files/styles/360x344/public/2024-02/images_slab_serif-_164_158.png?itok=ljv69MIj" alt=> </div> </div> <div class="gh-submenu__tabcontent" id="gh-navigation-4"> <ul class="gh-submenu__tabcontent__left"> </ul> <div class="gh-submenu__tabcontent__right gh-has-image" > <img src="https://cms.myfonts.com/sites/default/files/styles/360x344/public/2024-02/images_handwritten-_168_198.png?itok=VneNH0GF" alt=> </div> </div> <div class="gh-submenu__tabcontent" id="gh-navigation-5"> <ul class="gh-submenu__tabcontent__left"> </ul> <div class="gh-submenu__tabcontent__right gh-has-image" > <img src="https://cms.myfonts.com/sites/default/files/styles/360x344/public/2024-02/images_display-_172_190.png?itok=c-7Uq7qd" alt=> </div> </div> <div class="gh-submenu__tabcontent" id="gh-navigation-6"> <ul class="gh-submenu__tabcontent__left"> </ul> <div class="gh-submenu__tabcontent__right gh-has-image" > <img src="https://cms.myfonts.com/sites/default/files/styles/360x344/public/2024-02/images_script-_175_175.png?itok=vINHBOFH" alt=> </div> </div> </section> </div> </div> </section> </ul> <ul class="gh-menu"> <li class="gh-fs-13 gh-fs-16-sm"> <a class="gh-inline-block" tabindex="0" href=/collections/best-seller data-analytics-linkcategory="header" data-analytics-linksection="secondary navigation" data-analytics-linkname="Bestsellers" data-analytics-linktype="a" target=_parent tabindex="-1"> Bestsellers </a> </li> </ul> <ul class="gh-menu"> <li class="gh-fs-13 gh-fs-16-sm"> <a class="gh-inline-block" tabindex="0" href=/collections/hot-new-fonts data-analytics-linkcategory="header" data-analytics-linksection="secondary navigation" data-analytics-linkname="Hot New Fonts" data-analytics-linktype="a" target=_parent tabindex="-1"> Hot New Fonts </a> </li> </ul> <ul class="gh-menu"> <li class="gh-fs-13 gh-fs-16-sm"> <a class="gh-inline-block" tabindex="0" href=/a/font/premium-font-collections data-analytics-linkcategory="header" data-analytics-linksection="secondary navigation" data-analytics-linkname="Premium Type Foundries" data-analytics-linktype="a" target=_parent tabindex="-1"> Premium Type Foundries </a> </li> </ul> <ul class="gh-menu"> <li class="gh-fs-13 gh-fs-16-sm">WhatTheFont</li> <section class="gh-submenu"> <div class="gh-desktop-only"> <div class="gh-submenu__wrapper"> <section class="gh-submenu__tabs"> <div class="gh-submenu__tabs-wrapper"> <a class="gh-submenu__tabs__text gh-is-link" tabindex="0" href=/pages/whatthefont data-target="#gh-navigation-1" data-analytics-linkcategory="header" data-analytics-linksection="secondary navigation" data-analytics-linkname="WhatTheFont:WhatTheFont" data-analytics-linktype="a" >WhatTheFont <svg width="10" height="10" viewBox="0 0 10 10" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M0.854 0.647999V2.244H4.438L7.056 2.16L0.28 8.852L1.442 10L8.19 3.294L8.106 5.856V9.412H9.716V0.647999H0.854Z" fill="#576579"></path> </svg> </a> <a class="gh-submenu__tabs__text gh-is-link" tabindex="0" href=/pages/whatthefont-forum data-target="#gh-navigation-2" data-analytics-linkcategory="header" data-analytics-linksection="secondary navigation" data-analytics-linkname="WhatTheFont:WhatTheFont Forum" data-analytics-linktype="a" >WhatTheFont Forum <svg width="10" height="10" viewBox="0 0 10 10" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M0.854 0.647999V2.244H4.438L7.056 2.16L0.28 8.852L1.442 10L8.19 3.294L8.106 5.856V9.412H9.716V0.647999H0.854Z" fill="#576579"></path> </svg> </a> <a class="gh-submenu__tabs__text gh-is-link" tabindex="0" href=/pages/whatthefont-mobile data-target="#gh-navigation-3" data-analytics-linkcategory="header" data-analytics-linksection="secondary navigation" data-analytics-linkname="WhatTheFont:WhatTheFont Mobile" data-analytics-linktype="a" >WhatTheFont Mobile <svg width="10" height="10" viewBox="0 0 10 10" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M0.854 0.647999V2.244H4.438L7.056 2.16L0.28 8.852L1.442 10L8.19 3.294L8.106 5.856V9.412H9.716V0.647999H0.854Z" fill="#576579"></path> </svg> </a> </div> </section> <section class="gh-submenu__content"> <div class="gh-submenu__tabcontent" id="gh-navigation-1"> <ul class="gh-submenu__tabcontent__left"> </ul> <div class="gh-submenu__tabcontent__right gh-has-image" > <img src="https://cms.myfonts.com/sites/default/files/styles/360x344/public/2024-02/rectangle_3721_8_177_136_151_165.png?itok=OlrqVgsi" alt=> </div> </div> <div class="gh-submenu__tabcontent" id="gh-navigation-2"> <ul class="gh-submenu__tabcontent__left"> </ul> <div class="gh-submenu__tabcontent__right" > </div> </div> <div class="gh-submenu__tabcontent" id="gh-navigation-3"> <ul class="gh-submenu__tabcontent__left"> </ul> <div class="gh-submenu__tabcontent__right" > </div> </div> </section> </div> </div> </section> </ul> </div> <div class="gh-marketo-cta-title"> <a href="/a/font/content/font-subscription" title="Subscription Plans" data-analytics-linkcategory="header" data-analytics-linksection="secondary navigation" data-analytics-linkname="Subscription Plans" data-analytics-linktype="a">Subscription Plans</a> </div> </div> </div> </div> <div class="m-gh-navigation-menu gh-hide"> <div class="m-gh-header__mini-menu-and-lang gh-flex gh-h-center gh-space-between"> <span class="m-gh-menu-close-icon"> <svg width="12" height="12" viewBox="0 0 12 12" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M0.146449 11.6569C-0.0488134 11.4617 -0.0488134 11.1451 0.146449 10.9498L10.753 0.343224C10.9483 0.147962 11.2649 0.147962 11.4602 0.343224C11.6554 0.538486 11.6554 0.855069 11.4602 1.05033L0.853555 11.6569C0.658293 11.8522 0.341711 11.8522 0.146449 11.6569Z" fill="#1E242C" /> <path d="M11.4602 11.6569C11.6554 11.4617 11.6554 11.1451 11.4602 10.9498L0.853553 0.343224C0.658291 0.147962 0.341709 0.147962 0.146447 0.343224C-0.0488155 0.538486 -0.0488155 0.855069 0.146447 1.05033L10.753 11.6569C10.9483 11.8522 11.2649 11.8522 11.4602 11.6569Z" fill="#1E242C" /> </svg> </span> <div class="m-gh-header__top-content gh-flex"> <div class="gh-dropdown gh-miniDropdown" data-dropdown="mini-dropdown"> <div class="gh-current-selection" tabindex="0">Learn</div> <ul class="gh-options"> <li data-value="Creative Characters"><a tabindex="0" href="/content/creative-characters" class="" target="_self" data-analytics-linkcategory="header" data-analytics-linksection="primary navigation" data-analytics-linkname="Learn:Creative Characters" data-analytics-linktype="a">Creative Characters</a></li> <li data-value="Creative Matters"><a tabindex="0" href="/a/font/content/creative-matters" class="" target="_self" data-analytics-linkcategory="header" data-analytics-linksection="primary navigation" data-analytics-linkname="Learn:Creative Matters" data-analytics-linktype="a">Creative Matters</a></li> <li data-value="Font Field Guide"><a tabindex="0" href="/content/font-field-guide" class="" target="_self" data-analytics-linkcategory="header" data-analytics-linksection="primary navigation" data-analytics-linkname="Learn:Font Field Guide" data-analytics-linktype="a">Font Field Guide</a></li> <li data-value="Fonts in Use"><a tabindex="0" href="/a/font/content/fonts-in-use" class="" target="_self" data-analytics-linkcategory="header" data-analytics-linksection="primary navigation" data-analytics-linkname="Learn:Fonts in Use" data-analytics-linktype="a">Fonts in Use</a></li> <li data-value="The Manual"><a tabindex="0" href="/content/the-font-manual" class="" target="_self" data-analytics-linkcategory="header" data-analytics-linksection="primary navigation" data-analytics-linkname="Learn:The Manual" data-analytics-linktype="a">The Manual</a></li> <li data-value="Type Trends"><a tabindex="0" href="/content/type-trends" class="" target="_self" data-analytics-linkcategory="header" data-analytics-linksection="primary navigation" data-analytics-linkname="Learn:Type Trends" data-analytics-linktype="a">Type Trends</a></li> <li data-value="fy{T}i - Typographical Info"><a tabindex="0" href="/content/for-your-typographical-information" class="" target="_self" data-analytics-linkcategory="header" data-analytics-linksection="primary navigation" data-analytics-linkname="Learn:fy{T}i - Typographical Info" data-analytics-linktype="a">fy{T}i - Typographical Info</a></li> <li class="gh-nested-dropdown" tabindex="0"> <div class="gh-nested-current-option">Memory Lane</div> <ul class="gh-nested-options"> <li data-value="Fontshop Memory Lane"><a tabindex="0" href="/pages/fontshop-memory-lane" class="" target="_self" data-analytics-linkcategory="header" data-analytics-linksection="primary navigation" data-analytics-linkname="Learn:Memory Lane:Fontshop Memory Lane" data-analytics-linktype="a">Fontshop Memory Lane</a></li> <li data-value="Linotype Memory Lane"><a tabindex="0" href="/pages/linotype-memory-lane" class="" target="_self" data-analytics-linkcategory="header" data-analytics-linksection="primary navigation" data-analytics-linkname="Learn:Memory Lane:Linotype Memory Lane" data-analytics-linktype="a">Linotype Memory Lane</a></li> <li data-value="Fonts.com Memory Lane"><a tabindex="0" href="/pages/fontscom-memory-lane" class="" target="_self" data-analytics-linkcategory="header" data-analytics-linksection="primary navigation" data-analytics-linkname="Learn:Memory Lane:Fonts.com Memory Lane" data-analytics-linktype="a">Fonts.com Memory Lane</a></li> </ul> </li> </ul> </div> <div class="gh-dropdown gh-currencyDropdown" data-dropdown="currency"> <div class="gh-current-selection" tabindex="0">USD ($)</div> <ul class="gh-options"> <li class="analytics-tag" tabindex="0" data-value="USD ($)" data-analytics-linkcategory="header" data-analytics-linksection="primary navigation" data-analytics-linkname="currency selector : USD ($)" data-analytics-linktype="li">USD ($)</li> <li class="analytics-tag" tabindex="0" data-value="GBP (£)" data-analytics-linkcategory="header" data-analytics-linksection="primary navigation" data-analytics-linkname="currency selector : GBP (£)" data-analytics-linktype="li">GBP (£)</li> <li class="analytics-tag" tabindex="0" data-value="EUR (€)" data-analytics-linkcategory="header" data-analytics-linksection="primary navigation" data-analytics-linkname="currency selector : EUR (€)" data-analytics-linktype="li">EUR (€)</li> <li class="analytics-tag" tabindex="0" data-value="AUD ($)" data-analytics-linkcategory="header" data-analytics-linksection="primary navigation" data-analytics-linkname="currency selector : AUD ($)" data-analytics-linktype="li">AUD ($)</li> <li class="analytics-tag" tabindex="0" data-value="JPY (¥)" data-analytics-linkcategory="header" data-analytics-linksection="primary navigation" data-analytics-linkname="currency selector : JPY (¥)" data-analytics-linktype="li">JPY (¥)</li> <li class="analytics-tag" tabindex="0" data-value="BRL ($)" data-analytics-linkcategory="header" data-analytics-linksection="primary navigation" data-analytics-linkname="currency selector : BRL ($)" data-analytics-linktype="li">BRL ($)</li> <li class="analytics-tag" tabindex="0" data-value="CAD ($)" data-analytics-linkcategory="header" data-analytics-linksection="primary navigation" data-analytics-linkname="currency selector : CAD ($)" data-analytics-linktype="li">CAD ($)</li> <li class="analytics-tag" tabindex="0" data-value="NZD ($)" data-analytics-linkcategory="header" data-analytics-linksection="primary navigation" data-analytics-linkname="currency selector : NZD ($)" data-analytics-linktype="li">NZD ($)</li> </ul> </div> <div class="gh-dropdown gh-languageDropdown" data-dropdown="language"> <div class="gh-current-selection" tabindex="0">EN</div> <ul class="gh-options"> <li class="analytics-tag" data-value=EN tabindex="0" data-analytics-linkcategory="header" data-analytics-linksection="primary navigation" data-analytics-linkname="language selector : EN" data-analytics-linktype="li">EN - English (UK) </li> <li class="analytics-tag" data-value=DE tabindex="0" data-analytics-linkcategory="header" data-analytics-linksection="primary navigation" data-analytics-linkname="language selector : DE" data-analytics-linktype="li">DE - Deutsch</li> <li class="analytics-tag" data-value=FR tabindex="0" data-analytics-linkcategory="header" data-analytics-linksection="primary navigation" data-analytics-linkname="language selector : FR" data-analytics-linktype="li">FR - Français</li> <li class="analytics-tag" data-value=ES tabindex="0" data-analytics-linkcategory="header" data-analytics-linksection="primary navigation" data-analytics-linkname="language selector : ES" data-analytics-linktype="li">ES - Español</li> </ul> </div> </div> </div> <div class="gh-header__bottom-content gh-flex"> <div class="gh-menu-wrapper" role="menu"> <ul class="gh-menu" tabindex="0"> <li class="gh-fs-13 gh-fs-16-sm">Browse by</li> <section class="gh-submenu style2"> <div class="gh-mobile-only"> <div class="gh-submenu__wrapper"> <section class="gh-submenu__tabs"> <div class="gh-submenu__tabs-wrapper"> <div class="gh-submenu__tab"> <a class="gh-submenu__tabs__text" href="/pages/categories-and-tags" data-target="#gh-navigation-1" data-analytics-linkcategory="header" data-analytics-linksection="secondary navigation" data-analytics-linkname="Browse by:Tags" data-analytics-linktype="a" >Tags</a> <section class="gh-submenu__content"> <div class="gh-submenu__tabcontent" id="gh-navigation-1"> <ul class="gh-submenu__tabcontent__left"> </ul> </div> </section> </div> <div class="gh-submenu__tab"> <a class="gh-submenu__tabs__text" href="/collections/whats-new" data-target="#gh-navigation-2" data-analytics-linkcategory="header" data-analytics-linksection="secondary navigation" data-analytics-linkname="Browse by:What&#039;s New" data-analytics-linktype="a" >What&#039;s New</a> <section class="gh-submenu__content"> <div class="gh-submenu__tabcontent" id="gh-navigation-2"> <ul class="gh-submenu__tabcontent__left"> </ul> </div> </section> </div> <div class="gh-submenu__tab"> <a class="gh-submenu__tabs__text" href="/collections/bundles" data-target="#gh-navigation-3" data-analytics-linkcategory="header" data-analytics-linksection="secondary navigation" data-analytics-linkname="Browse by:Font Bundles" data-analytics-linktype="a" >Font Bundles</a> <section class="gh-submenu__content"> <div class="gh-submenu__tabcontent" id="gh-navigation-3"> <ul class="gh-submenu__tabcontent__left"> </ul> </div> </section> </div> <div class="gh-submenu__tab"> <a class="gh-submenu__tabs__text" href="/collections/special-offers" data-target="#gh-navigation-4" data-analytics-linkcategory="header" data-analytics-linksection="secondary navigation" data-analytics-linkname="Browse by:Sale" data-analytics-linktype="a" >Sale</a> <section class="gh-submenu__content"> <div class="gh-submenu__tabcontent" id="gh-navigation-4"> <ul class="gh-submenu__tabcontent__left"> </ul> </div> </section> </div> </div> <a class="gh-submenu__mainlink" href="/search?query=" data-analytics-linkcategory="header" data-analytics-linksection="secondary navigation" data-analytics-linkname="Browse by:View all fonts" data-analytics-linktype="button">View all fonts <svg width="10" height="10" viewBox="0 0 10 10" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M0.854 0.647999V2.244H4.438L7.056 2.16L0.28 8.852L1.442 10L8.19 3.294L8.106 5.856V9.412H9.716V0.647999H0.854Z" fill="#30373D"></path> </svg> </a> </section> </div> </div> </section> </ul> <ul class="gh-menu" tabindex="0"> <li class="gh-fs-13 gh-fs-16-sm">Categories</li> <section class="gh-submenu style2"> <div class="gh-mobile-only"> <div class="gh-submenu__wrapper"> <section class="gh-submenu__tabs"> <div class="gh-submenu__tabs-wrapper"> <div class="gh-submenu__tab"> <a class="gh-submenu__tabs__text" href="/pages/serif-fonts" data-target="#gh-navigation-1" data-analytics-linkcategory="header" data-analytics-linksection="secondary navigation" data-analytics-linkname="Categories:Serif" data-analytics-linktype="a" >Serif</a> <section class="gh-submenu__content"> <div class="gh-submenu__tabcontent" id="gh-navigation-1"> <ul class="gh-submenu__tabcontent__left"> </ul> </div> </section> </div> <div class="gh-submenu__tab"> <a class="gh-submenu__tabs__text" href="/pages/sans-serif-fonts" data-target="#gh-navigation-2" data-analytics-linkcategory="header" data-analytics-linksection="secondary navigation" data-analytics-linkname="Categories:Sans Serif" data-analytics-linktype="a" >Sans Serif</a> <section class="gh-submenu__content"> <div class="gh-submenu__tabcontent" id="gh-navigation-2"> <ul class="gh-submenu__tabcontent__left"> </ul> </div> </section> </div> <div class="gh-submenu__tab"> <a class="gh-submenu__tabs__text" href="/pages/slab-serif-fonts" data-target="#gh-navigation-3" data-analytics-linkcategory="header" data-analytics-linksection="secondary navigation" data-analytics-linkname="Categories:Slab Serif" data-analytics-linktype="a" >Slab Serif</a> <section class="gh-submenu__content"> <div class="gh-submenu__tabcontent" id="gh-navigation-3"> <ul class="gh-submenu__tabcontent__left"> </ul> </div> </section> </div> <div class="gh-submenu__tab"> <a class="gh-submenu__tabs__text" href="/pages/handwritten-fonts" data-target="#gh-navigation-4" data-analytics-linkcategory="header" data-analytics-linksection="secondary navigation" data-analytics-linkname="Categories:Handwritten" data-analytics-linktype="a" >Handwritten</a> <section class="gh-submenu__content"> <div class="gh-submenu__tabcontent" id="gh-navigation-4"> <ul class="gh-submenu__tabcontent__left"> </ul> </div> </section> </div> <div class="gh-submenu__tab"> <a class="gh-submenu__tabs__text" href="/pages/display-fonts" data-target="#gh-navigation-5" data-analytics-linkcategory="header" data-analytics-linksection="secondary navigation" data-analytics-linkname="Categories:Display" data-analytics-linktype="a" >Display</a> <section class="gh-submenu__content"> <div class="gh-submenu__tabcontent" id="gh-navigation-5"> <ul class="gh-submenu__tabcontent__left"> </ul> </div> </section> </div> <div class="gh-submenu__tab"> <a class="gh-submenu__tabs__text" href="/pages/script-fonts" data-target="#gh-navigation-6" data-analytics-linkcategory="header" data-analytics-linksection="secondary navigation" data-analytics-linkname="Categories:Script" data-analytics-linktype="a" >Script</a> <section class="gh-submenu__content"> <div class="gh-submenu__tabcontent" id="gh-navigation-6"> <ul class="gh-submenu__tabcontent__left"> </ul> </div> </section> </div> </div> <a class="gh-submenu__mainlink" href="/search?query=" data-analytics-linkcategory="header" data-analytics-linksection="secondary navigation" data-analytics-linkname="Categories:View all fonts" data-analytics-linktype="button">View all fonts <svg width="10" height="10" viewBox="0 0 10 10" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M0.854 0.647999V2.244H4.438L7.056 2.16L0.28 8.852L1.442 10L8.19 3.294L8.106 5.856V9.412H9.716V0.647999H0.854Z" fill="#30373D"></path> </svg> </a> </section> </div> </div> </section> </ul> <ul class="gh-menu" tabindex="0"> <li class="gh-fs-13 gh-fs-16-sm"> <a class="gh-inline-block" tabindex="0" href=/collections/best-seller data-analytics-linkcategory="header" data-analytics-linksection="secondary navigation" data-analytics-linkname="Bestsellers" data-analytics-linktype="a" target=_parent tabindex="-1"> Bestsellers </a> </li> </ul> <ul class="gh-menu" tabindex="0"> <li class="gh-fs-13 gh-fs-16-sm"> <a class="gh-inline-block" tabindex="0" href=/collections/hot-new-fonts data-analytics-linkcategory="header" data-analytics-linksection="secondary navigation" data-analytics-linkname="Hot New Fonts" data-analytics-linktype="a" target=_parent tabindex="-1"> Hot New Fonts </a> </li> </ul> <ul class="gh-menu" tabindex="0"> <li class="gh-fs-13 gh-fs-16-sm"> <a class="gh-inline-block" tabindex="0" href=/a/font/premium-font-collections data-analytics-linkcategory="header" data-analytics-linksection="secondary navigation" data-analytics-linkname="Premium Type Foundries" data-analytics-linktype="a" target=_parent tabindex="-1"> Premium Type Foundries </a> </li> </ul> <ul class="gh-menu" tabindex="0"> <li class="gh-fs-13 gh-fs-16-sm">WhatTheFont</li> <section class="gh-submenu"> <div class="gh-mobile-only"> <div class="gh-submenu__wrapper"> <section class="gh-submenu__tabs"> <div class="gh-submenu__tabs-wrapper"> <div class="gh-submenu__tab"> <a class="gh-submenu__tabs__text" href=/pages/whatthefont data-target="#gh-navigation-1" data-analytics-linkcategory="header" data-analytics-linksection="secondary navigation" data-analytics-linkname="WhatTheFont:WhatTheFont" data-analytics-linktype="a" >WhatTheFont</a> <section class="gh-submenu__content"> <div class="gh-submenu__tabcontent" id="gh-navigation-1"> <ul class="gh-submenu__tabcontent__left"> </ul> </div> </section> </div> <div class="gh-submenu__tab"> <a class="gh-submenu__tabs__text" href=/pages/whatthefont-forum data-target="#gh-navigation-2" data-analytics-linkcategory="header" data-analytics-linksection="secondary navigation" data-analytics-linkname="WhatTheFont:WhatTheFont Forum" data-analytics-linktype="a" >WhatTheFont Forum</a> <section class="gh-submenu__content"> <div class="gh-submenu__tabcontent" id="gh-navigation-2"> <ul class="gh-submenu__tabcontent__left"> </ul> </div> </section> </div> <div class="gh-submenu__tab"> <a class="gh-submenu__tabs__text" href=/pages/whatthefont-mobile data-target="#gh-navigation-3" data-analytics-linkcategory="header" data-analytics-linksection="secondary navigation" data-analytics-linkname="WhatTheFont:WhatTheFont Mobile" data-analytics-linktype="a" >WhatTheFont Mobile</a> <section class="gh-submenu__content"> <div class="gh-submenu__tabcontent" id="gh-navigation-3"> <ul class="gh-submenu__tabcontent__left"> </ul> </div> </section> </div> </div> </section> </div> </div> </section> </ul> </div> <div class="gh-marketo-cta-title"> <a href="/a/font/content/font-subscription" title="Subscription Plans" data-analytics-linkcategory="header" data-analytics-linksection="secondary navigation" data-analytics-linkname="Subscription Plans" data-analytics-linktype="a">Subscription Plans <svg width="10" height="10" viewBox="0 0 10 10" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M0.854 0.647999V2.244H4.438L7.056 2.16L0.28 8.852L1.442 10L8.19 3.294L8.106 5.856V9.412H9.716V0.647999H0.854Z" fill="#ffffff"></path> </svg> </a> </div> </div> </div></div>` + `` + `` + ``; } const header_component = document.getElementById('header-component'); header_component.innerHTML = concat_string; </script><input type="hidden" id="customeridforfavs" value=""> <input type="hidden" value="" id="cIdCheck"> <script> var currentUrlInfo = new URL(window.location.href); var partsData = currentUrlInfo.pathname.split('/'); var currentLocale = partsData[1]; const verify_email_text = document.getElementById('verify_email_text'); if (verify_email_text) { if (currentLocale == 'de') { verify_email_text.innerHTML = `Sichern Sie Ihr Konto, indem Sie Ihre E-Mail verifizieren. Bitte klicken Sie auf den an <b></b> gesendeten Link. <a href="javascript:void(0);" id="resend_email" class="resend_email" data-href="https://secure.monotype.com/authorize?response_type=code&client_id=MMyDJuHHwsoAeFn0GOb6jQTwjyLi6QZh&state=STATE&verifyEmail=true&redirect_uri=https://auth-api.monotype.com/api/handlelogin?params=mftprod___mftprod___https://www.myfonts.com/de&audience=https://monotypeidp.us.auth0.com/api/v2/&scope=openid%20profile%20email&ui_locales=de">E-Mail erneut senden</a>`; } else if (currentLocale == 'fr') { verify_email_text.innerHTML = `Sécurisez votre compte en vérifiant votre adresse électronique. Veuillez cliquer sur le lien envoyé à <b></b>. <a href="javascript:void(0);" id="resend_email" class="resend_email" data-href="https://secure.monotype.com/authorize?response_type=code&client_id=MMyDJuHHwsoAeFn0GOb6jQTwjyLi6QZh&state=STATE&verifyEmail=true&redirect_uri=https://auth-api.monotype.com/api/handlelogin?params=mftprod___mftprod___https://www.myfonts.com/de&audience=https://monotypeidp.us.auth0.com/api/v2/&scope=openid%20profile%20email&ui_locales=fr">Renvoyer l'e-mail</a>`; } else if (currentLocale == 'es') { verify_email_text.innerHTML = `Asegure su cuenta verificando su correo electrónico. Haga clic en el enlace enviado a <b></b>. <a href="javascript:void(0);" id="resend_email" class="resend_email" data-href="https://secure.monotype.com/authorize?response_type=code&client_id=MMyDJuHHwsoAeFn0GOb6jQTwjyLi6QZh&state=STATE&verifyEmail=true&redirect_uri=https://auth-api.monotype.com/api/handlelogin?params=mftprod___mftprod___https://www.myfonts.com/de&audience=https://monotypeidp.us.auth0.com/api/v2/&scope=openid%20profile%20email&ui_locales=es">reenviar correo electrónico</a>`; } else { verify_email_text.innerHTML = `Secure your account by verifying your email. Please click on the link sent to <b></b>. <a href="javascript:void(0);" id="resend_email" class="resend_email" data-href="https://secure.monotype.com/authorize?response_type=code&client_id=MMyDJuHHwsoAeFn0GOb6jQTwjyLi6QZh&state=STATE&verifyEmail=true&redirect_uri=https://auth-api.monotype.com/api/handlelogin?params=mftprod___mftprod___https://www.myfonts.com/de&audience=https://monotypeidp.us.auth0.com/api/v2/&scope=openid%20profile%20email&ui_locales=en">Resend email</a>`; } } function getCookie(cname) { let name = cname + '='; let ca = document.cookie.split(';'); for (let i = 0; i < ca.length; i++) { let c = ca[i]; while (c.charAt(0) == ' ') { c = c.substring(1); } if (c.indexOf(name) == 0) { return c.substring(name.length, c.length); } } return ''; } document.addEventListener('DOMContentLoaded', function () { var verify = $('[data-verify]'); if (verify.length != 0) { var value = verify.data('verify'); if (value == false) { var myString = getCookie('hide_notification'); var MyanounceArray = myString.split('_'); var paramflag = MyanounceArray[0]; var paramcid = MyanounceArray[1]; setTimeout(function () { if (paramcid == '') { if (paramflag != 'no') { $('.verify_customer_bar').show(); } else { $('.verify_customer_bar').hide(); } } else { $('.verify_customer_bar').show(); } }, 1); } } var resend_email = getCookie('resend_email'); var customer = getCookie('customer_id'); var custcookie = getCookie('custcookie'); $(document).on('click', '.resend_email', function () { let cust_value = document.getElementById('cIdCheck').value; cust_value = cust_value.toString(); setCookie('customer_id', cust_value); setCookie('custcookie', cust_value); setCookie('resend_email', 'yes'); var e = $(this).data('href'); window.location.replace(e); }); if ('yes' == resend_email && customerId == custcookie) { var y = $('.change_text').data('customeremail'); y = myfonts.handleAuthZeroLocales(y); $('.verify_customer_bar').show(); var text = 'We have sent another verification link to your id ' + y + '. Don’t forget to check your Spam/Junk folders.'; if (currentLocale == 'de') { text = 'Wir haben einen weiteren Verifizierungslink an Ihre ID ' + y + `. geschickt. Vergessen Sie nicht, Ihre Spam/Junk-Ordner zu überprüfen.`; } else if (currentLocale == 'fr') { text = 'Nous avons envoyé un autre lien de vérification à votre ID ' + y + `. N'oubliez pas de vérifier vos dossiers Spam/Junk.`; } else if (currentLocale == 'es') { text = 'Hemos enviado otro enlace de verificación a tu id ' + y + '. No olvides revisar tus carpetas de Spam/Junk.'; } else { text = 'We have sent another verification link to your id ' + y + '. Don’t forget to check your Spam/Junk folders.'; } $('.change_text').html(text); } }); </script> <form method="post" action="/de/cart/update" id="currency_form" accept-charset="UTF-8" class="shopify-currency-form" enctype="multipart/form-data"><input type="hidden" name="form_type" value="currency"><input type="hidden" name="utf8" value="✓"><input type="hidden" name="return_to" value="/a/font/legal/website-use-privacy-policy"> <input type="hidden" name="currency"> </form> <script> async function updateCartLocale(cart) { let newLocale = document.documentElement.getAttribute('lang'); const isLanguageChanged = cart.attributes.lang !== newLocale; const isInvoiceLanguageChanged = cart.attributes['Invoice Language'] !== newLocale; if (typeof Weglot === 'undefined' && (isLanguageChanged || isInvoiceLanguageChanged)) { let formData = new FormData(); formData.append("attributes[lang]", newLocale); formData.append("attributes[Invoice Language]", newLocale); await fetch("/cart/update.js", { method: "POST", body: formData, }); } } $.getJSON("/cart.js", function (cart) { updateCartLocale(cart); }); let customer_class = '#gh-customer' function detectMob() { if (window.matchMedia("(max-width: 767px)").matches || window.matchMedia("(max-width: 1024px)").matches) { customer_class = "#m-gh-customer" } } detectMob() var customer = ""; var firstLetter = "" || "U"; const navigationLogin = document.querySelector(customer_class); if(customer){ const navigationProfileIcon = document.querySelector('#gh-profile .gh-dropdown'); const intitial = document.querySelector('#gh-user_initial') if (navigationProfileIcon) { navigationProfileIcon.style.display = 'block'; intitial.innerHTML = firstLetter; } } else{ if (navigationLogin) { navigationLogin.style.display = 'block'; } } let navigationClass = document.querySelector('#shopify-section-navigation'); navigationClass.classList.add('gh-mainheader'); document.addEventListener('gh-loginClicked', function (event) { window.location.href= `https://secure.monotype.com/authorize?response_type=code&client_id=MMyDJuHHwsoAeFn0GOb6jQTwjyLi6QZh&state=STATE&redirect_uri=https://auth-api.monotype.com/api/handlelogin?params=mftprod___mftprod___&audience=https://monotypeidp.us.auth0.com/api/v2/&scope=openid%20profile%20email&ui_locales=${Shopify.locale}&screen_hint=signin` }); document.addEventListener('gh-logoutClicked', function (event) { window.location.href = `https://secure.monotype.com/v2/logout?client_id=MMyDJuHHwsoAeFn0GOb6jQTwjyLi6QZh&returnTo=https://${Shopify.shop}${addLocaleToURL('/account/logout')}` }); document.addEventListener('gh-signupClicked', function (event) { window.location.href= `https://secure.monotype.com/authorize?response_type=code&client_id=MMyDJuHHwsoAeFn0GOb6jQTwjyLi6QZh&state=STATE&redirect_uri=https://auth-api.monotype.com/api/handlelogin?params=mftprod___mftprod___&audience=https://monotypeidp.us.auth0.com/api/v2/&scope=openid%20profile%20email&ui_locales=${Shopify.locale}&}&screen_hint=signup` }); const cartCountSpanElem = document.getElementById("gh-cart-count"); if (cartCountSpanElem) { if ("0" == 0) { cartCountSpanElem.style.display = "none"; } else { cartCountSpanElem.textContent = "0"; } }; function currencySymbolAttacher(currency) { const currencySymbols = { AUD: "AUD ($)", BRL: "BRL (R$)", CAD: "CAD ($)", EUR: "EUR (€)", GBP: "GBP (£)", JPY: "JPY (¥)", NZD: "NZD ($)", USD: "USD ($)", }; return currencySymbols[currency] || null; } const currencySelectorElem = document.querySelector(".gh-currencyDropdown .gh-current-selection"); const currentCurrency = Shopify.currency.active; const currencyWithSymbol = currencySymbolAttacher(currentCurrency); if(currencySelectorElem){ currencySelectorElem.textContent = currencyWithSymbol; }; const currencySelectorElemForMobile = document.querySelector(".m-gh-navigation-menu .gh-currencyDropdown .gh-current-selection"); if(currencySelectorElemForMobile){ currencySelectorElemForMobile.textContent = currencyWithSymbol; }; const languageSelector = document.querySelector(".gh-languageDropdown .gh-current-selection"); if(languageSelector){ const url = window.location.href; const parsedURL = new URL(url); const parts = parsedURL.pathname.split("/"); const existingLocale = parts[1]; if (existingLocale && existingLocale.length === 2) { languageSelector.textContent = existingLocale.toUpperCase(); } } const languageSelectorMobile = document.querySelector(".m-gh-navigation-menu .gh-languageDropdown .gh-current-selection"); if(languageSelectorMobile){ const url = window.location.href; const parsedURL = new URL(url); const parts = parsedURL.pathname.split("/"); const existingLocale = parts[1]; if (existingLocale && existingLocale.length === 2) { languageSelectorMobile.textContent = existingLocale.toUpperCase(); } } document.addEventListener('gh-cartClicked', function (event) { const locale = document.documentElement.getAttribute('lang'); if(locale === "en"){ window.location.href = "/cart"; return; } window.location.href = `/${locale}/cart`; }); document.addEventListener('gh-dropdownChanged', async function (event) { if(event.detail.class.value.includes("gh-languageDropdown")){ const languageCode = event.detail.value; const newLocale = languageCode.toLowerCase(); if (document.getElementById("customeridforfavs").value && document.getElementById("customeridforfavs").value !== "null") { await window.MonotypeServices.setCustomerLanguage({ customer_id: document.getElementById("customeridforfavs").value, lang: newLocale }).then(() => { (async () => { await window.MonotypeServices.sailThruUserLangUpdate( document.querySelector(".customer_name_subs").innerHTML, newLocale ); })(); }); } if (typeof Weglot !== 'undefined') { Weglot.switchTo(newLocale); } else { const url = window.location.href; const parsedURL = new URL(url); const parts = parsedURL.pathname.split("/"); const existingLocale = parts[1]; // Fall back condition to implement custom logic for redirection if weglot is not present. if (existingLocale && existingLocale.length === 2) { if (existingLocale.toUpperCase() === newLocale.toUpperCase()) { // If the URL already contains the passed locale, return the original URL return; } if (newLocale === "en") { // If the new locale is "en", remove the existing locale from the URL parts.splice(1, 1); } else { // If the new locale is not "en", replace the existing locale with the new locale parts[1] = newLocale; } } else { // If there is no existing locale or its length is not 2, append the new locale at the second position if (newLocale === "en") { return; } parts.splice(1, 0, newLocale); } parsedURL.pathname = parts.join("/"); window.location.replace(parsedURL.href); } } else if(event.detail.class.value.includes("gh-currencyDropdown")){ var valueToSubmit = event.detail.value.substring(0,3); document.querySelector('input[name="currency"]').value = valueToSubmit; var routePath = window.location.pathname + window.location.search; document.querySelector('input[name="return_to"]').value = routePath; var form = document.getElementById('currency_form'); form.submit(); } }); function updateNavigationCart(itemCount){ const cartCountElem = document.querySelector("#gh-cart-count"); if (cartCountElem) { if (itemCount == 0) { cartCountElem.style.display = "none"; } else{ cartCountElem.textContent = itemCount; }; }; } document.addEventListener('aa_onCameraIconClick', function (event) { const locale = document.documentElement.getAttribute('lang'); if(locale === "en"){ window.location.href = "/pages/whatthefont"; return; } window.location.href = `/${locale}/pages/whatthefont`; }); const removeBorderFromSearchBarLeft = document.querySelector(".gh-mainheader .gh-header__right"); if(removeBorderFromSearchBarLeft){ removeBorderFromSearchBarLeft.style.borderLeft = "none"; } document.addEventListener("DOMContentLoaded", () => { const customerId = document.getElementById('customeridforfavs').value; const favoritesLink = document.querySelector('.gh_favourite_id'); const locale = document.documentElement.getAttribute('lang'); if (favoritesLink && customerId) { favoritesLink.href = locale === "en" ? `/pages/favorites/${customerId}` : `/${locale}/pages/favorites/${customerId}`; } const cartAnchorTag = document.querySelector('#gh-cart'); if(cartAnchorTag){ cartAnchorTag.href = locale === "en" ? "/cart" : `/${locale}/cart`; } }); const el = document.querySelector('.gh-header'); const observer = new MutationObserver(function (event) { if (el.classList.contains('gh-fixed-header')) { const height = document.querySelector('.gh-header').clientHeight + 'px'; document.querySelector('#MainContent').style.paddingTop = height; const fontPreviewToolbarContainer = document.getElementById('fontPreviewToolbarContainer'); if(fontPreviewToolbarContainer){ fontPreviewToolbarContainer.style.top = height; } // for album details and favourite page, there is separate wrapper so const stickyTypeToolForAlbumAndFav = document.querySelector('.typetool-sticky'); if(stickyTypeToolForAlbumAndFav){ stickyTypeToolForAlbumAndFav.style.top = height; } // for whatthefont result page const whatthefontFilter = document.querySelector('#what-the-font'); if(whatthefontFilter){ const targetDiv = whatthefontFilter.querySelector('.gs__searchResulLeftSection'); if(targetDiv){ targetDiv.style.top = height; targetDiv.style.zIndex = '100'; } const targetStickyHeaderInWhatTheFont = whatthefontFilter.querySelector('#stickyHeader'); if(targetStickyHeaderInWhatTheFont){ targetStickyHeaderInWhatTheFont.style.top = height; } } } else{ const mainContent = document.querySelector('#MainContent'); if(mainContent){ mainContent.style.paddingTop = '0px'; } } }); observer.observe(el, { attributes: true, attributeFilter: ['class'], childList: false, characterData: false }); </script> <style> #gs__aa_form:not(:focus-within) { border-bottom: none; } #m-gh-header_search_child [data-testid='aa-input-box'] { padding: 0 !important; outline: 0; font-size: 13px; } #gh-search-placeholder form { border-radius: 0px; border-left: 0px; border-top: 0px; } #gh-search-placeholder [data-testid='aa-input-box'] { outline: none; font-size: 13px; } @media only screen and (min-width: 768px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) { #m-gh-header_search_child [data-testid='auto-complete-light'] { max-width: unset; width: 100%; } } @media only screen and (max-width: 600px) { .gh-mainheader .gh-header { z-index: 3; } .gs__searchResulLeftSection { z-index: 1; } } </style> </div> <main id="MainContent" class="content-for-layout focus-none" role="main" tabindex="-1"> <!DOCTYPE html> <html lang="de" dir="ltr" prefix="og: https://ogp.me/ns#"> <body class="path-node page-node-type-page myfonts-theme"> <meta charset="utf-8"><script type="text/javascript">(window.NREUM||(NREUM={})).init={privacy:{cookies_enabled:true},ajax:{deny_list:["bam.nr-data.net"]},distributed_tracing:{enabled:true}};(window.NREUM||(NREUM={})).loader_config={agentID:"594358103",accountID:"3577555",trustKey:"66686",xpid:"VwMAVlNWDRAFUVJVAAgBV1w=",licenseKey:"NRJS-800bb2d0800e6a0c29d",applicationID:"553779618"};;/*! For license information please see nr-loader-spa-1.274.0.min.js.LICENSE.txt */ (()=>{var e,t,r={8122:(e,t,r)=>{"use strict";r.d(t,{a:()=>i});var n=r(944);function i(e,t){try{if(!e||"object"!=typeof e)return(0,n.R)(3);if(!t||"object"!=typeof t)return(0,n.R)(4);const r=Object.create(Object.getPrototypeOf(t),Object.getOwnPropertyDescriptors(t)),o=0===Object.keys(r).length?e:r;for(let a in o)if(void 0!==e[a])try{if(null===e[a]){r[a]=null;continue}Array.isArray(e[a])&&Array.isArray(t[a])?r[a]=Array.from(new Set([...e[a],...t[a]])):"object"==typeof e[a]&&"object"==typeof t[a]?r[a]=i(e[a],t[a]):r[a]=e[a]}catch(e){(0,n.R)(1,e)}return r}catch(e){(0,n.R)(2,e)}}},2555:(e,t,r)=>{"use strict";r.d(t,{Vp:()=>c,fn:()=>s,x1:()=>u});var n=r(384),i=r(8122);const o={beacon:n.NT.beacon,errorBeacon:n.NT.errorBeacon,licenseKey:void 0,applicationID:void 0,sa:void 0,queueTime:void 0,applicationTime:void 0,ttGuid:void 0,user:void 0,account:void 0,product:void 0,extra:void 0,jsAttributes:{},userAttributes:void 0,atts:void 0,transactionName:void 0,tNamePlain:void 0},a={};function s(e){try{const t=c(e);return!!t.licenseKey&&!!t.errorBeacon&&!!t.applicationID}catch(e){return!1}}function c(e){if(!e)throw new Error("All info objects require an agent identifier!");if(!a[e])throw new Error("Info for ".concat(e," was never set"));return a[e]}function u(e,t){if(!e)throw new Error("All info objects require an agent identifier!");a[e]=(0,i.a)(t,o);const r=(0,n.nY)(e);r&&(r.info=a[e])}},9417:(e,t,r)=>{"use strict";r.d(t,{D0:()=>h,gD:()=>g,xN:()=>p});var n=r(993);const i=e=>{if(!e||"string"!=typeof e)return!1;try{document.createDocumentFragment().querySelector(e)}catch{return!1}return!0};var o=r(2614),a=r(944),s=r(384),c=r(8122);const u="[data-nr-mask]",d=()=>{const e={mask_selector:"*",block_selector:"[data-nr-block]",mask_input_options:{color:!1,date:!1,"datetime-local":!1,email:!1,month:!1,number:!1,range:!1,search:!1,tel:!1,text:!1,time:!1,url:!1,week:!1,textarea:!1,select:!1,password:!0}};return{ajax:{deny_list:void 0,block_internal:!0,enabled:!0,harvestTimeSeconds:10,autoStart:!0},distributed_tracing:{enabled:void 0,exclude_newrelic_header:void 0,cors_use_newrelic_header:void 0,cors_use_tracecontext_headers:void 0,allowed_origins:void 0},feature_flags:[],generic_events:{enabled:!0,harvestTimeSeconds:30,autoStart:!0},harvest:{tooManyRequestsDelay:60},jserrors:{enabled:!0,harvestTimeSeconds:10,autoStart:!0},logging:{enabled:!0,harvestTimeSeconds:10,autoStart:!0,level:n.p_.INFO},metrics:{enabled:!0,autoStart:!0},obfuscate:void 0,page_action:{enabled:!0},page_view_event:{enabled:!0,autoStart:!0},page_view_timing:{enabled:!0,harvestTimeSeconds:30,autoStart:!0},performance:{capture_marks:!1,capture_measures:!1},privacy:{cookies_enabled:!0},proxy:{assets:void 0,beacon:void 0},session:{expiresMs:o.wk,inactiveMs:o.BB},session_replay:{autoStart:!0,enabled:!1,harvestTimeSeconds:60,preload:!1,sampling_rate:10,error_sampling_rate:100,collect_fonts:!1,inline_images:!1,fix_stylesheets:!0,mask_all_inputs:!0,get mask_text_selector(){return e.mask_selector},set mask_text_selector(t){i(t)?e.mask_selector="".concat(t,",").concat(u):""===t||null===t?e.mask_selector=u:(0,a.R)(5,t)},get block_class(){return"nr-block"},get ignore_class(){return"nr-ignore"},get mask_text_class(){return"nr-mask"},get block_selector(){return e.block_selector},set block_selector(t){i(t)?e.block_selector+=",".concat(t):""!==t&&(0,a.R)(6,t)},get mask_input_options(){return e.mask_input_options},set mask_input_options(t){t&&"object"==typeof t?e.mask_input_options={...t,password:!0}:(0,a.R)(7,t)}},session_trace:{enabled:!0,harvestTimeSeconds:10,autoStart:!0},soft_navigations:{enabled:!0,harvestTimeSeconds:10,autoStart:!0},spa:{enabled:!0,harvestTimeSeconds:10,autoStart:!0},ssl:void 0,user_actions:{enabled:!0}}},l={},f="All configuration objects require an agent identifier!";function h(e){if(!e)throw new Error(f);if(!l[e])throw new Error("Configuration for ".concat(e," was never set"));return l[e]}function p(e,t){if(!e)throw new Error(f);l[e]=(0,c.a)(t,d());const r=(0,s.nY)(e);r&&(r.init=l[e])}function g(e,t){if(!e)throw new Error(f);var r=h(e);if(r){for(var n=t.split("."),i=0;i<n.length-1;i++)if("object"!=typeof(r=r[n[i]]))return;r=r[n[n.length-1]]}return r}},5603:(e,t,r)=>{"use strict";r.d(t,{a:()=>c,o:()=>s});var n=r(384),i=r(8122);const o={accountID:void 0,trustKey:void 0,agentID:void 0,licenseKey:void 0,applicationID:void 0,xpid:void 0},a={};function s(e){if(!e)throw new Error("All loader-config objects require an agent identifier!");if(!a[e])throw new Error("LoaderConfig for ".concat(e," was never set"));return a[e]}function c(e,t){if(!e)throw new Error("All loader-config objects require an agent identifier!");a[e]=(0,i.a)(t,o);const r=(0,n.nY)(e);r&&(r.loader_config=a[e])}},3371:(e,t,r)=>{"use strict";r.d(t,{V:()=>f,f:()=>l});var n=r(8122),i=r(384),o=r(6154),a=r(9324);let s=0;const c={buildEnv:a.F3,distMethod:a.Xs,version:a.xv,originTime:o.WN},u={customTransaction:void 0,disabled:!1,isolatedBacklog:!1,loaderType:void 0,maxBytes:3e4,onerror:void 0,ptid:void 0,releaseIds:{},appMetadata:{},session:void 0,denyList:void 0,timeKeeper:void 0,obfuscator:void 0},d={};function l(e){if(!e)throw new Error("All runtime objects require an agent identifier!");if(!d[e])throw new Error("Runtime for ".concat(e," was never set"));return d[e]}function f(e,t){if(!e)throw new Error("All runtime objects require an agent identifier!");d[e]={...(0,n.a)(t,u),...c},Object.hasOwnProperty.call(d[e],"harvestCount")||Object.defineProperty(d[e],"harvestCount",{get:()=>++s});const r=(0,i.nY)(e);r&&(r.runtime=d[e])}},9324:(e,t,r)=>{"use strict";r.d(t,{F3:()=>i,Xs:()=>o,Yq:()=>a,xv:()=>n});const n="1.274.0",i="PROD",o="CDN",a="^2.0.0-alpha.17"},6154:(e,t,r)=>{"use strict";r.d(t,{A4:()=>s,OF:()=>d,RI:()=>i,WN:()=>h,bv:()=>o,gm:()=>a,lR:()=>f,m:()=>u,mw:()=>c,sb:()=>l});var n=r(1863);const i="undefined"!=typeof window&&!!window.document,o="undefined"!=typeof WorkerGlobalScope&&("undefined"!=typeof self&&self instanceof WorkerGlobalScope&&self.navigator instanceof WorkerNavigator||"undefined"!=typeof globalThis&&globalThis instanceof WorkerGlobalScope&&globalThis.navigator instanceof WorkerNavigator),a=i?window:"undefined"!=typeof WorkerGlobalScope&&("undefined"!=typeof self&&self instanceof WorkerGlobalScope&&self||"undefined"!=typeof globalThis&&globalThis instanceof WorkerGlobalScope&&globalThis),s="complete"===a?.document?.readyState,c=Boolean("hidden"===a?.document?.visibilityState),u=""+a?.location,d=/iPad|iPhone|iPod/.test(a.navigator?.userAgent),l=d&&"undefined"==typeof SharedWorker,f=(()=>{const e=a.navigator?.userAgent?.match(/Firefox[/\s](\d+\.\d+)/);return Array.isArray(e)&&e.length>=2?+e[1]:0})(),h=Date.now()-(0,n.t)()},7295:(e,t,r)=>{"use strict";r.d(t,{Xv:()=>a,gX:()=>i,iW:()=>o});var n=[];function i(e){if(!e||o(e))return!1;if(0===n.length)return!0;for(var t=0;t<n.length;t++){var r=n[t];if("*"===r.hostname)return!1;if(s(r.hostname,e.hostname)&&c(r.pathname,e.pathname))return!1}return!0}function o(e){return void 0===e.hostname}function a(e){if(n=[],e&&e.length)for(var t=0;t<e.length;t++){let r=e[t];if(!r)continue;0===r.indexOf("http://")?r=r.substring(7):0===r.indexOf("https://")&&(r=r.substring(8));const i=r.indexOf("/");let o,a;i>0?(o=r.substring(0,i),a=r.substring(i)):(o=r,a="");let[s]=o.split(":");n.push({hostname:s,pathname:a})}}function s(e,t){return!(e.length>t.length)&&t.indexOf(e)===t.length-e.length}function c(e,t){return 0===e.indexOf("/")&&(e=e.substring(1)),0===t.indexOf("/")&&(t=t.substring(1)),""===e||e===t}},1687:(e,t,r)=>{"use strict";r.d(t,{Ak:()=>c,Ze:()=>l,x3:()=>u});var n=r(7836),i=r(3606),o=r(860),a=r(2646);const s={};function c(e,t){const r={staged:!1,priority:o.P3[t]||0};d(e),s[e].get(t)||s[e].set(t,r)}function u(e,t){e&&s[e]&&(s[e].get(t)&&s[e].delete(t),h(e,t,!1),s[e].size&&f(e))}function d(e){if(!e)throw new Error("agentIdentifier required");s[e]||(s[e]=new Map)}function l(e="",t="feature",r=!1){if(d(e),!e||!s[e].get(t)||r)return h(e,t);s[e].get(t).staged=!0,f(e)}function f(e){const t=Array.from(s[e]);t.every((([e,t])=>t.staged))&&(t.sort(((e,t)=>e[1].priority-t[1].priority)),t.forEach((([t])=>{s[e].delete(t),h(e,t)})))}function h(e,t,r=!0){const o=e?n.ee.get(e):n.ee,s=i.i.handlers;if(!o.aborted&&o.backlog&&s){if(r){const e=o.backlog[t],r=s[t];if(r){for(let t=0;e&&t<e.length;++t)p(e[t],r);Object.entries(r).forEach((([e,t])=>{Object.values(t||{}).forEach((t=>{t[0]?.on&&t[0]?.context()instanceof a.y&&t[0].on(e,t[1])}))}))}}o.isolatedBacklog||delete s[t],o.backlog[t]=null,o.emit("drain-"+t,[])}}function p(e,t){var r=e[1];Object.values(t[r]||{}).forEach((t=>{var r=e[0];if(t[0]===r){var n=t[1],i=e[3],o=e[2];n.apply(i,o)}}))}},7836:(e,t,r)=>{"use strict";r.d(t,{P:()=>c,ee:()=>u});var n=r(384),i=r(8990),o=r(3371),a=r(2646),s=r(5607);const c="nr@context:".concat(s.W),u=function e(t,r){var n={},s={},d={},l=!1;try{l=16===r.length&&(0,o.f)(r).isolatedBacklog}catch(e){}var f={on:p,addEventListener:p,removeEventListener:function(e,t){var r=n[e];if(!r)return;for(var i=0;i<r.length;i++)r[i]===t&&r.splice(i,1)},emit:function(e,r,n,i,o){!1!==o&&(o=!0);if(u.aborted&&!i)return;t&&o&&t.emit(e,r,n);for(var a=h(n),c=g(e),d=c.length,l=0;l<d;l++)c[l].apply(a,r);var p=v()[s[e]];p&&p.push([f,e,r,a]);return a},get:m,listeners:g,context:h,buffer:function(e,t){const r=v();if(t=t||"feature",f.aborted)return;Object.entries(e||{}).forEach((([e,n])=>{s[n]=t,t in r||(r[t]=[])}))},abort:function(){f._aborted=!0,Object.keys(f.backlog).forEach((e=>{delete f.backlog[e]}))},isBuffering:function(e){return!!v()[s[e]]},debugId:r,backlog:l?{}:t&&"object"==typeof t.backlog?t.backlog:{},isolatedBacklog:l};return Object.defineProperty(f,"aborted",{get:()=>{let e=f._aborted||!1;return e||(t&&(e=t.aborted),e)}}),f;function h(e){return e&&e instanceof a.y?e:e?(0,i.I)(e,c,(()=>new a.y(c))):new a.y(c)}function p(e,t){n[e]=g(e).concat(t)}function g(e){return n[e]||[]}function m(t){return d[t]=d[t]||e(f,t)}function v(){return f.backlog}}(void 0,"globalEE"),d=(0,n.Zm)();d.ee||(d.ee=u)},2646:(e,t,r)=>{"use strict";r.d(t,{y:()=>n});class n{constructor(e){this.contextId=e}}},9908:(e,t,r)=>{"use strict";r.d(t,{d:()=>n,p:()=>i});var n=r(7836).ee.get("handle");function i(e,t,r,i,o){o?(o.buffer([e],i),o.emit(e,t,r)):(n.buffer([e],i),n.emit(e,t,r))}},3606:(e,t,r)=>{"use strict";r.d(t,{i:()=>o});var n=r(9908);o.on=a;var i=o.handlers={};function o(e,t,r,o){a(o||n.d,i,e,t,r)}function a(e,t,r,i,o){o||(o="feature"),e||(e=n.d);var a=t[o]=t[o]||{};(a[r]=a[r]||[]).push([e,i])}},3878:(e,t,r)=>{"use strict";function n(e,t){return{capture:e,passive:!1,signal:t}}function i(e,t,r=!1,i){window.addEventListener(e,t,n(r,i))}function o(e,t,r=!1,i){document.addEventListener(e,t,n(r,i))}r.d(t,{DD:()=>o,jT:()=>n,sp:()=>i})},5607:(e,t,r)=>{"use strict";r.d(t,{W:()=>n});const n=(0,r(9566).bz)()},9566:(e,t,r)=>{"use strict";r.d(t,{LA:()=>s,ZF:()=>c,bz:()=>a,el:()=>u});var n=r(6154);const i="xxxxxxxx-xxxx-4xxx-yxxx-xxxxxxxxxxxx";function o(e,t){return e?15&e[t]:16*Math.random()|0}function a(){const e=n.gm?.crypto||n.gm?.msCrypto;let t,r=0;return e&&e.getRandomValues&&(t=e.getRandomValues(new Uint8Array(30))),i.split("").map((e=>"x"===e?o(t,r++).toString(16):"y"===e?(3&o()|8).toString(16):e)).join("")}function s(e){const t=n.gm?.crypto||n.gm?.msCrypto;let r,i=0;t&&t.getRandomValues&&(r=t.getRandomValues(new Uint8Array(e)));const a=[];for(var s=0;s<e;s++)a.push(o(r,i++).toString(16));return a.join("")}function c(){return s(16)}function u(){return s(32)}},2614:(e,t,r)=>{"use strict";r.d(t,{BB:()=>a,H3:()=>n,g:()=>u,iL:()=>c,tS:()=>s,uh:()=>i,wk:()=>o});const n="NRBA",i="SESSION",o=144e5,a=18e5,s={STARTED:"session-started",PAUSE:"session-pause",RESET:"session-reset",RESUME:"session-resume",UPDATE:"session-update"},c={SAME_TAB:"same-tab",CROSS_TAB:"cross-tab"},u={OFF:0,FULL:1,ERROR:2}},1863:(e,t,r)=>{"use strict";function n(){return Math.floor(performance.now())}r.d(t,{t:()=>n})},7485:(e,t,r)=>{"use strict";r.d(t,{D:()=>i});var n=r(6154);function i(e){if(0===(e||"").indexOf("data:"))return{protocol:"data"};try{const t=new URL(e,location.href),r={port:t.port,hostname:t.hostname,pathname:t.pathname,search:t.search,protocol:t.protocol.slice(0,t.protocol.indexOf(":")),sameOrigin:t.protocol===n.gm?.location?.protocol&&t.host===n.gm?.location?.host};return r.port&&""!==r.port||("http:"===t.protocol&&(r.port="80"),"https:"===t.protocol&&(r.port="443")),r.pathname&&""!==r.pathname?r.pathname.startsWith("/")||(r.pathname="/".concat(r.pathname)):r.pathname="/",r}catch(e){return{}}}},944:(e,t,r)=>{"use strict";function n(e,t){"function"==typeof console.debug&&console.debug("New Relic Warning: https://github.com/newrelic/newrelic-browser-agent/blob/main/docs/warning-codes.md#".concat(e),t)}r.d(t,{R:()=>n})},5284:(e,t,r)=>{"use strict";r.d(t,{t:()=>c,B:()=>s});var n=r(7836),i=r(6154);const o="newrelic";const a=new Set,s={};function c(e,t){const r=n.ee.get(t);s[t]??={},e&&"object"==typeof e&&(a.has(t)||(r.emit("rumresp",[e]),s[t]=e,a.add(t),function(e={}){try{i.gm.dispatchEvent(new CustomEvent(o,{detail:e}))}catch(e){}}({loaded:!0})))}},8990:(e,t,r)=>{"use strict";r.d(t,{I:()=>i});var n=Object.prototype.hasOwnProperty;function i(e,t,r){if(n.call(e,t))return e[t];var i=r();if(Object.defineProperty&&Object.keys)try{return Object.defineProperty(e,t,{value:i,writable:!0,enumerable:!1}),i}catch(e){}return e[t]=i,i}},6389:(e,t,r)=>{"use strict";function n(e,t=500,r={}){const n=r?.leading||!1;let i;return(...r)=>{n&&void 0===i&&(e.apply(this,r),i=setTimeout((()=>{i=clearTimeout(i)}),t)),n||(clearTimeout(i),i=setTimeout((()=>{e.apply(this,r)}),t))}}function i(e){let t=!1;return(...r)=>{t||(t=!0,e.apply(this,r))}}r.d(t,{J:()=>i,s:()=>n})},3304:(e,t,r)=>{"use strict";r.d(t,{A:()=>o});var n=r(7836);const i=()=>{const e=new WeakSet;return(t,r)=>{if("object"==typeof r&&null!==r){if(e.has(r))return;e.add(r)}return r}};function o(e){try{return JSON.stringify(e,i())??""}catch(e){try{n.ee.emit("internal-error",[e])}catch(e){}return""}}},5289:(e,t,r)=>{"use strict";r.d(t,{GG:()=>o,sB:()=>a});var n=r(3878);function i(){return"undefined"==typeof document||"complete"===document.readyState}function o(e,t){if(i())return e();(0,n.sp)("load",e,t)}function a(e){if(i())return e();(0,n.DD)("DOMContentLoaded",e)}},384:(e,t,r)=>{"use strict";r.d(t,{NT:()=>o,US:()=>d,Zm:()=>a,bQ:()=>c,dV:()=>s,nY:()=>u,pV:()=>l});var n=r(6154),i=r(1863);const o={beacon:"bam.nr-data.net",errorBeacon:"bam.nr-data.net"};function a(){return n.gm.NREUM||(n.gm.NREUM={}),void 0===n.gm.newrelic&&(n.gm.newrelic=n.gm.NREUM),n.gm.NREUM}function s(){let e=a();return e.o||(e.o={ST:n.gm.setTimeout,SI:n.gm.setImmediate,CT:n.gm.clearTimeout,XHR:n.gm.XMLHttpRequest,REQ:n.gm.Request,EV:n.gm.Event,PR:n.gm.Promise,MO:n.gm.MutationObserver,FETCH:n.gm.fetch,WS:n.gm.WebSocket}),e}function c(e,t){let r=a();r.initializedAgents??={},t.initializedAt={ms:(0,i.t)(),date:new Date},r.initializedAgents[e]=t}function u(e){let t=a();return t.initializedAgents?.[e]}function d(e,t){a()[e]=t}function l(){return function(){let e=a();const t=e.info||{};e.info={beacon:o.beacon,errorBeacon:o.errorBeacon,...t}}(),function(){let e=a();const t=e.init||{};e.init={...t}}(),s(),function(){let e=a();const t=e.loader_config||{};e.loader_config={...t}}(),a()}},2843:(e,t,r)=>{"use strict";r.d(t,{u:()=>i});var n=r(3878);function i(e,t=!1,r,i){(0,n.DD)("visibilitychange",(function(){if(t)return void("hidden"===document.visibilityState&&e());e(document.visibilityState)}),r,i)}},8139:(e,t,r)=>{"use strict";r.d(t,{u:()=>f});var n=r(7836),i=r(3434),o=r(8990),a=r(6154);const s={},c=a.gm.XMLHttpRequest,u="addEventListener",d="removeEventListener",l="nr@wrapped:".concat(n.P);function f(e){var t=function(e){return(e||n.ee).get("events")}(e);if(s[t.debugId]++)return t;s[t.debugId]=1;var r=(0,i.YM)(t,!0);function f(e){r.inPlace(e,[u,d],"-",p)}function p(e,t){return e[1]}return"getPrototypeOf"in Object&&(a.RI&&h(document,f),h(a.gm,f),h(c.prototype,f)),t.on(u+"-start",(function(e,t){var n=e[1];if(null!==n&&("function"==typeof n||"object"==typeof n)){var i=(0,o.I)(n,l,(function(){var e={object:function(){if("function"!=typeof n.handleEvent)return;return n.handleEvent.apply(n,arguments)},function:n}[typeof n];return e?r(e,"fn-",null,e.name||"anonymous"):n}));this.wrapped=e[1]=i}})),t.on(d+"-start",(function(e){e[1]=this.wrapped||e[1]})),t}function h(e,t,...r){let n=e;for(;"object"==typeof n&&!Object.prototype.hasOwnProperty.call(n,u);)n=Object.getPrototypeOf(n);n&&t(n,...r)}},3434:(e,t,r)=>{"use strict";r.d(t,{Jt:()=>o,YM:()=>c});var n=r(7836),i=r(5607);const o="nr@original:".concat(i.W);var a=Object.prototype.hasOwnProperty,s=!1;function c(e,t){return e||(e=n.ee),r.inPlace=function(e,t,n,i,o){n||(n="");const a="-"===n.charAt(0);for(let s=0;s<t.length;s++){const c=t[s],u=e[c];d(u)||(e[c]=r(u,a?c+n:n,i,c,o))}},r.flag=o,r;function r(t,r,n,s,c){return d(t)?t:(r||(r=""),nrWrapper[o]=t,function(e,t,r){if(Object.defineProperty&&Object.keys)try{return Object.keys(e).forEach((function(r){Object.defineProperty(t,r,{get:function(){return e[r]},set:function(t){return e[r]=t,t}})})),t}catch(e){u([e],r)}for(var n in e)a.call(e,n)&&(t[n]=e[n])}(t,nrWrapper,e),nrWrapper);function nrWrapper(){var o,a,d,l;try{a=this,o=[...arguments],d="function"==typeof n?n(o,a):n||{}}catch(t){u([t,"",[o,a,s],d],e)}i(r+"start",[o,a,s],d,c);try{return l=t.apply(a,o)}catch(e){throw i(r+"err",[o,a,e],d,c),e}finally{i(r+"end",[o,a,l],d,c)}}}function i(r,n,i,o){if(!s||t){var a=s;s=!0;try{e.emit(r,n,i,t,o)}catch(t){u([t,r,n,i],e)}s=a}}}function u(e,t){t||(t=n.ee);try{t.emit("internal-error",e)}catch(e){}}function d(e){return!(e&&"function"==typeof e&&e.apply&&!e[o])}},9300:(e,t,r)=>{"use strict";r.d(t,{T:()=>n});const n=r(860).K7.ajax},3333:(e,t,r)=>{"use strict";r.d(t,{TZ:()=>n,Zp:()=>i,mq:()=>s,nf:()=>a,qN:()=>o});const n=r(860).K7.genericEvents,i=["auxclick","click","copy","keydown","paste","scrollend"],o=["focus","blur"],a=4,s=1e3},6774:(e,t,r)=>{"use strict";r.d(t,{T:()=>n});const n=r(860).K7.jserrors},993:(e,t,r)=>{"use strict";r.d(t,{ET:()=>o,TZ:()=>a,p_:()=>i});var n=r(860);const i={ERROR:"ERROR",WARN:"WARN",INFO:"INFO",DEBUG:"DEBUG",TRACE:"TRACE"},o="log",a=n.K7.logging},3785:(e,t,r)=>{"use strict";r.d(t,{R:()=>c,b:()=>u});var n=r(9908),i=r(1863),o=r(860),a=r(3969),s=r(993);function c(e,t,r={},c=s.p_.INFO){(0,n.p)(a.xV,["API/logging/".concat(c.toLowerCase(),"/called")],void 0,o.K7.metrics,e),(0,n.p)(s.ET,[(0,i.t)(),t,r,c],void 0,o.K7.logging,e)}function u(e){return"string"==typeof e&&Object.values(s.p_).some((t=>t===e.toUpperCase().trim()))}},3969:(e,t,r)=>{"use strict";r.d(t,{TZ:()=>n,XG:()=>s,rs:()=>i,xV:()=>a,z_:()=>o});const n=r(860).K7.metrics,i="sm",o="cm",a="storeSupportabilityMetrics",s="storeEventMetrics"},6630:(e,t,r)=>{"use strict";r.d(t,{T:()=>n});const n=r(860).K7.pageViewEvent},782:(e,t,r)=>{"use strict";r.d(t,{T:()=>n});const n=r(860).K7.pageViewTiming},6344:(e,t,r)=>{"use strict";r.d(t,{BB:()=>d,G4:()=>o,Qb:()=>l,TZ:()=>i,Ug:()=>a,_s:()=>s,bc:()=>u,yP:()=>c});var n=r(2614);const i=r(860).K7.sessionReplay,o={RECORD:"recordReplay",PAUSE:"pauseReplay",REPLAY_RUNNING:"replayRunning",ERROR_DURING_REPLAY:"errorDuringReplay"},a=.12,s={DomContentLoaded:0,Load:1,FullSnapshot:2,IncrementalSnapshot:3,Meta:4,Custom:5},c={[n.g.ERROR]:15e3,[n.g.FULL]:3e5,[n.g.OFF]:0},u={RESET:{message:"Session was reset",sm:"Reset"},IMPORT:{message:"Recorder failed to import",sm:"Import"},TOO_MANY:{message:"429: Too Many Requests",sm:"Too-Many"},TOO_BIG:{message:"Payload was too large",sm:"Too-Big"},CROSS_TAB:{message:"Session Entity was set to OFF on another tab",sm:"Cross-Tab"},ENTITLEMENTS:{message:"Session Replay is not allowed and will not be started",sm:"Entitlement"}},d=5e3,l={API:"api"}},5270:(e,t,r)=>{"use strict";r.d(t,{Aw:()=>c,CT:()=>u,SR:()=>s});var n=r(384),i=r(9417),o=r(7767),a=r(6154);function s(e){return!!(0,n.dV)().o.MO&&(0,o.V)(e)&&!0===(0,i.gD)(e,"session_trace.enabled")}function c(e){return!0===(0,i.gD)(e,"session_replay.preload")&&s(e)}function u(e,t){const r=t.correctAbsoluteTimestamp(e);return{originalTimestamp:e,correctedTimestamp:r,timestampDiff:e-r,originTime:a.WN,correctedOriginTime:t.correctedOriginTime,originTimeDiff:Math.floor(a.WN-t.correctedOriginTime)}}},3738:(e,t,r)=>{"use strict";r.d(t,{He:()=>i,Kp:()=>s,Lc:()=>u,Rz:()=>d,TZ:()=>n,bD:()=>o,d3:()=>a,jx:()=>l,uP:()=>c});const n=r(860).K7.sessionTrace,i="bstResource",o="resource",a="-start",s="-end",c="fn"+a,u="fn"+s,d="pushState",l=1e3},3962:(e,t,r)=>{"use strict";r.d(t,{AM:()=>o,O2:()=>s,Qu:()=>c,TZ:()=>a,ih:()=>u,tC:()=>i});var n=r(860);const i=["click","keydown","submit"],o="api",a=n.K7.softNav,s={INITIAL_PAGE_LOAD:"",ROUTE_CHANGE:1,UNSPECIFIED:2},c={INTERACTION:1,AJAX:2,CUSTOM_END:3,CUSTOM_TRACER:4},u={IP:"in progress",FIN:"finished",CAN:"cancelled"}},7378:(e,t,r)=>{"use strict";r.d(t,{$p:()=>x,BR:()=>b,Kp:()=>R,L3:()=>y,Lc:()=>c,NC:()=>o,SG:()=>d,TZ:()=>i,U6:()=>p,UT:()=>m,d3:()=>w,dT:()=>f,e5:()=>A,gx:()=>v,l9:()=>l,oW:()=>h,op:()=>g,rw:()=>u,tH:()=>E,uP:()=>s,wW:()=>T,xq:()=>a});var n=r(384);const i=r(860).K7.spa,o=["click","submit","keypress","keydown","keyup","change"],a=999,s="fn-start",c="fn-end",u="cb-start",d="api-ixn-",l="remaining",f="interaction",h="spaNode",p="jsonpNode",g="fetch-start",m="fetch-done",v="fetch-body-",b="jsonp-end",y=(0,n.dV)().o.ST,w="-start",R="-end",x="-body",T="cb"+R,A="jsTime",E="fetch"},4234:(e,t,r)=>{"use strict";r.d(t,{W:()=>o});var n=r(7836),i=r(1687);class o{constructor(e,t){this.agentIdentifier=e,this.ee=n.ee.get(e),this.featureName=t,this.blocked=!1}deregisterDrain(){(0,i.x3)(this.agentIdentifier,this.featureName)}}},7767:(e,t,r)=>{"use strict";r.d(t,{V:()=>o});var n=r(9417),i=r(6154);const o=e=>i.RI&&!0===(0,n.gD)(e,"privacy.cookies_enabled")},425:(e,t,r)=>{"use strict";r.d(t,{j:()=>j});var n=r(860),i=r(2555),o=r(3371),a=r(9908),s=r(7836),c=r(1687),u=r(5289),d=r(6154),l=r(944),f=r(3969),h=r(384),p=r(6344);const g=["setErrorHandler","finished","addToTrace","addRelease","addPageAction","setCurrentRouteName","setPageViewName","setCustomAttribute","interaction","noticeError","setUserId","setApplicationVersion","start",p.G4.RECORD,p.G4.PAUSE,"log","wrapLogger"],m=["setErrorHandler","finished","addToTrace","addRelease"];var v=r(1863),b=r(2614),y=r(993),w=r(3785),R=r(2646),x=r(3434);function T(e,t,r,n){if("object"!=typeof t||!t||"string"!=typeof r||!r||"function"!=typeof t[r])return(0,l.R)(29);const i=function(e){return(e||s.ee).get("logger")}(e),o=(0,x.YM)(i),a=new R.y(s.P);return a.level=n.level,a.customAttributes=n.customAttributes,o.inPlace(t,[r],"wrap-logger-",a),i}function A(){const e=(0,h.pV)();g.forEach((t=>{e[t]=(...r)=>function(t,...r){let n=[];return Object.values(e.initializedAgents).forEach((e=>{e&&e.api?e.exposed&&e.api[t]&&n.push(e.api[t](...r)):(0,l.R)(38,t)})),n.length>1?n:n[0]}(t,...r)}))}const E={};var S=r(9417),N=r(5603),O=r(5284);const _=e=>{const t=e.startsWith("http");e+="/",r.p=t?e:"https://"+e};let I=!1;function j(e,t={},g,R){let{init:x,info:j,loader_config:P,runtime:C={},exposed:k=!0}=t;C.loaderType=g;const L=(0,h.pV)();j||(x=L.init,j=L.info,P=L.loader_config),(0,S.xN)(e.agentIdentifier,x||{}),(0,N.a)(e.agentIdentifier,P||{}),j.jsAttributes??={},d.bv&&(j.jsAttributes.isWorker=!0),(0,i.x1)(e.agentIdentifier,j);const H=(0,S.D0)(e.agentIdentifier),D=[j.beacon,j.errorBeacon];I||(H.proxy.assets&&(_(H.proxy.assets),D.push(H.proxy.assets)),H.proxy.beacon&&D.push(H.proxy.beacon),A(),(0,h.US)("activatedFeatures",O.B),e.runSoftNavOverSpa&&=!0===H.soft_navigations.enabled&&H.feature_flags.includes("soft_nav")),C.denyList=[...H.ajax.deny_list||[],...H.ajax.block_internal?D:[]],C.ptid=e.agentIdentifier,(0,o.V)(e.agentIdentifier,C),e.ee=s.ee.get(e.agentIdentifier),void 0===e.api&&(e.api=function(e,t,h=!1){t||(0,c.Ak)(e,"api");const g={};var R=s.ee.get(e),x=R.get("tracer");E[e]=b.g.OFF,R.on(p.G4.REPLAY_RUNNING,(t=>{E[e]=t}));var A="api-",S=A+"ixn-";function N(t,r,n,o){const a=(0,i.Vp)(e);return null===r?delete a.jsAttributes[t]:(0,i.x1)(e,{...a,jsAttributes:{...a.jsAttributes,[t]:r}}),I(A,n,!0,o||null===r?"session":void 0)(t,r)}function O(){}g.log=function(e,{customAttributes:t={},level:r=y.p_.INFO}={}){(0,a.p)(f.xV,["API/log/called"],void 0,n.K7.metrics,R),(0,w.R)(R,e,t,r)},g.wrapLogger=(e,t,{customAttributes:r={},level:i=y.p_.INFO}={})=>{(0,a.p)(f.xV,["API/wrapLogger/called"],void 0,n.K7.metrics,R),T(R,e,t,{customAttributes:r,level:i})},m.forEach((e=>{g[e]=I(A,e,!0,"api")})),g.addPageAction=I(A,"addPageAction",!0,n.K7.genericEvents),g.setPageViewName=function(t,r){if("string"==typeof t)return"/"!==t.charAt(0)&&(t="/"+t),(0,o.f)(e).customTransaction=(r||"http://custom.transaction")+t,I(A,"setPageViewName",!0)()},g.setCustomAttribute=function(e,t,r=!1){if("string"==typeof e){if(["string","number","boolean"].includes(typeof t)||null===t)return N(e,t,"setCustomAttribute",r);(0,l.R)(40,typeof t)}else(0,l.R)(39,typeof e)},g.setUserId=function(e){if("string"==typeof e||null===e)return N("enduser.id",e,"setUserId",!0);(0,l.R)(41,typeof e)},g.setApplicationVersion=function(e){if("string"==typeof e||null===e)return N("application.version",e,"setApplicationVersion",!1);(0,l.R)(42,typeof e)},g.start=()=>{try{(0,a.p)(f.xV,["API/start/called"],void 0,n.K7.metrics,R),R.emit("manual-start-all")}catch(e){(0,l.R)(23,e)}},g[p.G4.RECORD]=function(){(0,a.p)(f.xV,["API/recordReplay/called"],void 0,n.K7.metrics,R),(0,a.p)(p.G4.RECORD,[],void 0,n.K7.sessionReplay,R)},g[p.G4.PAUSE]=function(){(0,a.p)(f.xV,["API/pauseReplay/called"],void 0,n.K7.metrics,R),(0,a.p)(p.G4.PAUSE,[],void 0,n.K7.sessionReplay,R)},g.interaction=function(e){return(new O).get("object"==typeof e?e:{})};const _=O.prototype={createTracer:function(e,t){var r={},i=this,o="function"==typeof t;return(0,a.p)(f.xV,["API/createTracer/called"],void 0,n.K7.metrics,R),h||(0,a.p)(S+"tracer",[(0,v.t)(),e,r],i,n.K7.spa,R),function(){if(x.emit((o?"":"no-")+"fn-start",[(0,v.t)(),i,o],r),o)try{return t.apply(this,arguments)}catch(e){const t="string"==typeof e?new Error(e):e;throw x.emit("fn-err",[arguments,this,t],r),t}finally{x.emit("fn-end",[(0,v.t)()],r)}}}};function I(e,t,r,i){return function(){return(0,a.p)(f.xV,["API/"+t+"/called"],void 0,n.K7.metrics,R),i&&(0,a.p)(e+t,[(0,v.t)(),...arguments],r?null:this,i,R),r?void 0:this}}function j(){r.e(478).then(r.bind(r,8778)).then((({setAPI:t})=>{t(e),(0,c.Ze)(e,"api")})).catch((e=>{(0,l.R)(27,e),R.abort()}))}return["actionText","setName","setAttribute","save","ignore","onEnd","getContext","end","get"].forEach((e=>{_[e]=I(S,e,void 0,h?n.K7.softNav:n.K7.spa)})),g.setCurrentRouteName=h?I(S,"routeName",void 0,n.K7.softNav):I(A,"routeName",!0,n.K7.spa),g.noticeError=function(t,r){"string"==typeof t&&(t=new Error(t)),(0,a.p)(f.xV,["API/noticeError/called"],void 0,n.K7.metrics,R),(0,a.p)("err",[t,(0,v.t)(),!1,r,!!E[e]],void 0,n.K7.jserrors,R)},d.RI?(0,u.GG)((()=>j()),!0):j(),g}(e.agentIdentifier,R,e.runSoftNavOverSpa)),void 0===e.exposed&&(e.exposed=k),I=!0}},8374:(e,t,r)=>{r.nc=(()=>{try{return document?.currentScript?.nonce}catch(e){}return""})()},860:(e,t,r)=>{"use strict";r.d(t,{$J:()=>o,K7:()=>n,P3:()=>i});const n={ajax:"ajax",genericEvents:"generic_events",jserrors:"jserrors",logging:"logging",metrics:"metrics",pageAction:"page_action",pageViewEvent:"page_view_event",pageViewTiming:"page_view_timing",sessionReplay:"session_replay",sessionTrace:"session_trace",softNav:"soft_navigations",spa:"spa"},i={[n.pageViewEvent]:1,[n.pageViewTiming]:2,[n.metrics]:3,[n.jserrors]:4,[n.spa]:5,[n.ajax]:6,[n.sessionTrace]:7,[n.softNav]:8,[n.sessionReplay]:9,[n.logging]:10,[n.genericEvents]:11},o={[n.pageViewTiming]:"events",[n.ajax]:"events",[n.spa]:"events",[n.softNav]:"events",[n.metrics]:"jserrors",[n.jserrors]:"jserrors",[n.sessionTrace]:"browser/blobs",[n.sessionReplay]:"browser/blobs",[n.logging]:"browser/logs",[n.genericEvents]:"ins"}}},n={};function i(e){var t=n[e];if(void 0!==t)return t.exports;var o=n[e]={exports:{}};return r[e](o,o.exports,i),o.exports}i.m=r,i.d=(e,t)=>{for(var r in t)i.o(t,r)&&!i.o(e,r)&&Object.defineProperty(e,r,{enumerable:!0,get:t[r]})},i.f={},i.e=e=>Promise.all(Object.keys(i.f).reduce(((t,r)=>(i.f[r](e,t),t)),[])),i.u=e=>({212:"nr-spa-compressor",249:"nr-spa-recorder",478:"nr-spa"}[e]+"-1.274.0.min.js"),i.o=(e,t)=>Object.prototype.hasOwnProperty.call(e,t),e={},t="NRBA-1.274.0.PROD:",i.l=(r,n,o,a)=>{if(e[r])e[r].push(n);else{var s,c;if(void 0!==o)for(var u=document.getElementsByTagName("script"),d=0;d<u.length;d++){var l=u[d];if(l.getAttribute("src")==r||l.getAttribute("data-webpack")==t+o){s=l;break}}if(!s){c=!0;var f={478:"sha512-1vUqEfJPB8Pihje9mv5CfYgkitO1FWcS+UQb84DbXqP8oYctRv4/lzl/MzNLPlRhcY1WVDBGL20I8vm6s2VV7g==",249:"sha512-Y/BeZAh6VSTmUtUNmS5XdyKxL92s30Fyyj8xVW76HSPxcKItL4+x2+kGMZc8pMJnUpZDz1L4eftZQAJh3D8NnA==",212:"sha512-Gn2tQ3qog5Yhrx/gRutkSTYPp+7nkKFt4/mIXg99LxcNpMDAYJZDBYmAACdoHNM86+iq1F3cBcQotFNzjIX8bw=="};(s=document.createElement("script")).charset="utf-8",s.timeout=120,i.nc&&s.setAttribute("nonce",i.nc),s.setAttribute("data-webpack",t+o),s.src=r,0!==s.src.indexOf(window.location.origin+"/")&&(s.crossOrigin="anonymous"),f[a]&&(s.integrity=f[a])}e[r]=[n];var h=(t,n)=>{s.onerror=s.onload=null,clearTimeout(p);var i=e[r];if(delete e[r],s.parentNode&&s.parentNode.removeChild(s),i&&i.forEach((e=>e(n))),t)return t(n)},p=setTimeout(h.bind(null,void 0,{type:"timeout",target:s}),12e4);s.onerror=h.bind(null,s.onerror),s.onload=h.bind(null,s.onload),c&&document.head.appendChild(s)}},i.r=e=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},i.p="https://js-agent.newrelic.com/",(()=>{var e={38:0,788:0};i.f.j=(t,r)=>{var n=i.o(e,t)?e[t]:void 0;if(0!==n)if(n)r.push(n[2]);else{var o=new Promise(((r,i)=>n=e[t]=[r,i]));r.push(n[2]=o);var a=i.p+i.u(t),s=new Error;i.l(a,(r=>{if(i.o(e,t)&&(0!==(n=e[t])&&(e[t]=void 0),n)){var o=r&&("load"===r.type?"missing":r.type),a=r&&r.target&&r.target.src;s.message="Loading chunk "+t+" failed.\n("+o+": "+a+")",s.name="ChunkLoadError",s.type=o,s.request=a,n[1](s)}}),"chunk-"+t,t)}};var t=(t,r)=>{var n,o,[a,s,c]=r,u=0;if(a.some((t=>0!==e[t]))){for(n in s)i.o(s,n)&&(i.m[n]=s[n]);if(c)c(i)}for(t&&t(r);u<a.length;u++)o=a[u],i.o(e,o)&&e[o]&&e[o][0](),e[o]=0},r=self["webpackChunk:NRBA-1.274.0.PROD"]=self["webpackChunk:NRBA-1.274.0.PROD"]||[];r.forEach(t.bind(null,0)),r.push=t.bind(null,r.push.bind(r))})(),(()=>{"use strict";i(8374);var e=i(944),t=i(6344),r=i(9566);class n{agentIdentifier;constructor(e=(0,r.LA)(16)){this.agentIdentifier=e}#e(t,...r){if("function"==typeof this.api?.[t])return this.api[t](...r);(0,e.R)(35,t)}addPageAction(e,t){return this.#e("addPageAction",e,t)}setPageViewName(e,t){return this.#e("setPageViewName",e,t)}setCustomAttribute(e,t,r){return this.#e("setCustomAttribute",e,t,r)}noticeError(e,t){return this.#e("noticeError",e,t)}setUserId(e){return this.#e("setUserId",e)}setApplicationVersion(e){return this.#e("setApplicationVersion",e)}setErrorHandler(e){return this.#e("setErrorHandler",e)}addRelease(e,t){return this.#e("addRelease",e,t)}log(e,t){return this.#e("log",e,t)}}class o extends n{#e(t,...r){if("function"==typeof this.api?.[t])return this.api[t](...r);(0,e.R)(35,t)}start(){return this.#e("start")}finished(e){return this.#e("finished",e)}recordReplay(){return this.#e(t.G4.RECORD)}pauseReplay(){return this.#e(t.G4.PAUSE)}addToTrace(e){return this.#e("addToTrace",e)}setCurrentRouteName(e){return this.#e("setCurrentRouteName",e)}interaction(){return this.#e("interaction")}wrapLogger(e,t,r){return this.#e("wrapLogger",e,t,r)}}var a=i(860),s=i(9417);const c=Object.values(a.K7);function u(e){const t={};return c.forEach((r=>{t[r]=function(e,t){return!0===(0,s.gD)(t,"".concat(e,".enabled"))}(r,e)})),t}var d=i(425);var l=i(1687),f=i(4234),h=i(5289),p=i(6154),g=i(5270),m=i(7767),v=i(6389);class b extends f.W{constructor(e,t,r=!0){super(e.agentIdentifier,t),this.auto=r,this.abortHandler=void 0,this.featAggregate=void 0,this.onAggregateImported=void 0,!1===e.init[this.featureName].autoStart&&(this.auto=!1),this.auto?(0,l.Ak)(e.agentIdentifier,t):this.ee.on("manual-start-all",(0,v.J)((()=>{(0,l.Ak)(e.agentIdentifier,this.featureName),this.auto=!0,this.importAggregator(e)})))}importAggregator(t,r={}){if(this.featAggregate||!this.auto)return;let n;this.onAggregateImported=new Promise((e=>{n=e}));const o=async()=>{let o;try{if((0,m.V)(this.agentIdentifier)){const{setupAgentSession:e}=await i.e(478).then(i.bind(i,6526));o=e(t)}}catch(t){(0,e.R)(20,t),this.ee.emit("internal-error",[t]),this.featureName===a.K7.sessionReplay&&this.abortHandler?.()}try{if(t.sharedAggregator)await t.sharedAggregator;else{t.sharedAggregator=i.e(478).then(i.bind(i,9337));const{EventAggregator:e}=await t.sharedAggregator;t.sharedAggregator=new e}if(!this.#t(this.featureName,o))return(0,l.Ze)(this.agentIdentifier,this.featureName),void n(!1);const{lazyFeatureLoader:e}=await i.e(478).then(i.bind(i,6103)),{Aggregate:a}=await e(this.featureName,"aggregate");this.featAggregate=new a(t,r),n(!0)}catch(t){(0,e.R)(34,t),this.abortHandler?.(),(0,l.Ze)(this.agentIdentifier,this.featureName,!0),n(!1),this.ee&&this.ee.abort()}};p.RI?(0,h.GG)((()=>o()),!0):o()}#t(e,t){switch(e){case a.K7.sessionReplay:return(0,g.SR)(this.agentIdentifier)&&!!t;case a.K7.sessionTrace:return!!t;default:return!0}}}var y=i(6630);class w extends b{static featureName=y.T;constructor(e,t=!0){super(e,y.T,t),this.importAggregator(e)}}var R=i(384);var x=i(9908),T=i(2843),A=i(3878),E=i(782),S=i(1863);class N extends b{static featureName=E.T;constructor(e,t=!0){super(e,E.T,t),p.RI&&((0,T.u)((()=>(0,x.p)("docHidden",[(0,S.t)()],void 0,E.T,this.ee)),!0),(0,A.sp)("pagehide",(()=>(0,x.p)("winPagehide",[(0,S.t)()],void 0,E.T,this.ee))),this.importAggregator(e))}}var O=i(3969);class _ extends b{static featureName=O.TZ;constructor(e,t=!0){super(e,O.TZ,t),this.importAggregator(e)}}var I=i(6774),j=i(3304);class P{constructor(e,t,r,n,i){this.name="UncaughtError",this.message="string"==typeof e?e:(0,j.A)(e),this.sourceURL=t,this.line=r,this.column=n,this.__newrelic=i}}function C(e){return H(e)?e:new P(void 0!==e?.message?e.message:e,e?.filename||e?.sourceURL,e?.lineno||e?.line,e?.colno||e?.col,e?.__newrelic)}function k(e){const t="Unhandled Promise Rejection";if(!e?.reason)return;if(H(e.reason))try{return e.reason.message=t+": "+e.reason.message,C(e.reason)}catch(t){return C(e.reason)}const r=C(e.reason);return r.message=t+": "+r?.message,r}function L(e){if(e.error instanceof SyntaxError&&!/:\d+$/.test(e.error.stack?.trim())){const t=new P(e.message,e.filename,e.lineno,e.colno,e.error.__newrelic);return t.name=SyntaxError.name,t}return H(e.error)?e.error:C(e)}function H(e){return e instanceof Error&&!!e.stack}class D extends b{static featureName=I.T;#r=!1;constructor(e,r=!0){super(e,I.T,r);try{this.removeOnAbort=new AbortController}catch(e){}this.ee.on("internal-error",(e=>{this.abortHandler&&(0,x.p)("ierr",[C(e),(0,S.t)(),!0,{},this.#r],void 0,this.featureName,this.ee)})),this.ee.on(t.G4.REPLAY_RUNNING,(e=>{this.#r=e})),p.gm.addEventListener("unhandledrejection",(e=>{this.abortHandler&&(0,x.p)("err",[k(e),(0,S.t)(),!1,{unhandledPromiseRejection:1},this.#r],void 0,this.featureName,this.ee)}),(0,A.jT)(!1,this.removeOnAbort?.signal)),p.gm.addEventListener("error",(e=>{this.abortHandler&&(0,x.p)("err",[L(e),(0,S.t)(),!1,{},this.#r],void 0,this.featureName,this.ee)}),(0,A.jT)(!1,this.removeOnAbort?.signal)),this.abortHandler=this.#n,this.importAggregator(e)}#n(){this.removeOnAbort?.abort(),this.abortHandler=void 0}}var M=i(8990);let K=1;const U="nr@id";function V(e){const t=typeof e;return!e||"object"!==t&&"function"!==t?-1:e===p.gm?0:(0,M.I)(e,U,(function(){return K++}))}function G(e){if("string"==typeof e&&e.length)return e.length;if("object"==typeof e){if("undefined"!=typeof ArrayBuffer&&e instanceof ArrayBuffer&&e.byteLength)return e.byteLength;if("undefined"!=typeof Blob&&e instanceof Blob&&e.size)return e.size;if(!("undefined"!=typeof FormData&&e instanceof FormData))try{return(0,j.A)(e).length}catch(e){return}}}var F=i(8139),B=i(7836),W=i(3434);const z={},q=["open","send"];function Z(t){var r=t||B.ee;const n=function(e){return(e||B.ee).get("xhr")}(r);if(z[n.debugId]++)return n;z[n.debugId]=1,(0,F.u)(r);var i=(0,W.YM)(n),o=p.gm.XMLHttpRequest,a=p.gm.MutationObserver,s=p.gm.Promise,c=p.gm.setInterval,u="readystatechange",d=["onload","onerror","onabort","onloadstart","onloadend","onprogress","ontimeout"],l=[],f=p.gm.XMLHttpRequest=function(t){const r=new o(t),a=n.context(r);try{n.emit("new-xhr",[r],a),r.addEventListener(u,(s=a,function(){var e=this;e.readyState>3&&!s.resolved&&(s.resolved=!0,n.emit("xhr-resolved",[],e)),i.inPlace(e,d,"fn-",y)}),(0,A.jT)(!1))}catch(t){(0,e.R)(15,t);try{n.emit("internal-error",[t])}catch(e){}}var s;return r};function h(e,t){i.inPlace(t,["onreadystatechange"],"fn-",y)}if(function(e,t){for(var r in e)t[r]=e[r]}(o,f),f.prototype=o.prototype,i.inPlace(f.prototype,q,"-xhr-",y),n.on("send-xhr-start",(function(e,t){h(e,t),function(e){l.push(e),a&&(g?g.then(b):c?c(b):(m=-m,v.data=m))}(t)})),n.on("open-xhr-start",h),a){var g=s&&s.resolve();if(!c&&!s){var m=1,v=document.createTextNode(m);new a(b).observe(v,{characterData:!0})}}else r.on("fn-end",(function(e){e[0]&&e[0].type===u||b()}));function b(){for(var e=0;e<l.length;e++)h(0,l[e]);l.length&&(l=[])}function y(e,t){return t}return n}var Y="fetch-",X=Y+"body-",J=["arrayBuffer","blob","json","text","formData"],Q=p.gm.Request,ee=p.gm.Response,te="prototype";const re={};function ne(e){const t=function(e){return(e||B.ee).get("fetch")}(e);if(!(Q&&ee&&p.gm.fetch))return t;if(re[t.debugId]++)return t;function r(e,r,n){var i=e[r];"function"==typeof i&&(e[r]=function(){var e,r=[...arguments],o={};t.emit(n+"before-start",[r],o),o[B.P]&&o[B.P].dt&&(e=o[B.P].dt);var a=i.apply(this,r);return t.emit(n+"start",[r,e],a),a.then((function(e){return t.emit(n+"end",[null,e],a),e}),(function(e){throw t.emit(n+"end",[e],a),e}))})}return re[t.debugId]=1,J.forEach((e=>{r(Q[te],e,X),r(ee[te],e,X)})),r(p.gm,"fetch",Y),t.on(Y+"end",(function(e,r){var n=this;if(r){var i=r.headers.get("content-length");null!==i&&(n.rxSize=i),t.emit(Y+"done",[null,r],n)}else t.emit(Y+"done",[e],n)})),t}var ie=i(7485),oe=i(5603);class ae{constructor(e){this.agentIdentifier=e}generateTracePayload(e){if(!this.shouldGenerateTrace(e))return null;var t=(0,oe.o)(this.agentIdentifier);if(!t)return null;var n=(t.accountID||"").toString()||null,i=(t.agentID||"").toString()||null,o=(t.trustKey||"").toString()||null;if(!n||!i)return null;var a=(0,r.ZF)(),s=(0,r.el)(),c=Date.now(),u={spanId:a,traceId:s,timestamp:c};return(e.sameOrigin||this.isAllowedOrigin(e)&&this.useTraceContextHeadersForCors())&&(u.traceContextParentHeader=this.generateTraceContextParentHeader(a,s),u.traceContextStateHeader=this.generateTraceContextStateHeader(a,c,n,i,o)),(e.sameOrigin&&!this.excludeNewrelicHeader()||!e.sameOrigin&&this.isAllowedOrigin(e)&&this.useNewrelicHeaderForCors())&&(u.newrelicHeader=this.generateTraceHeader(a,s,c,n,i,o)),u}generateTraceContextParentHeader(e,t){return"00-"+t+"-"+e+"-01"}generateTraceContextStateHeader(e,t,r,n,i){return i+"@nr=0-1-"+r+"-"+n+"-"+e+"----"+t}generateTraceHeader(e,t,r,n,i,o){if(!("function"==typeof p.gm?.btoa))return null;var a={v:[0,1],d:{ty:"Browser",ac:n,ap:i,id:e,tr:t,ti:r}};return o&&n!==o&&(a.d.tk=o),btoa((0,j.A)(a))}shouldGenerateTrace(e){return this.isDtEnabled()&&this.isAllowedOrigin(e)}isAllowedOrigin(e){var t=!1,r={};if((0,s.gD)(this.agentIdentifier,"distributed_tracing")&&(r=(0,s.D0)(this.agentIdentifier).distributed_tracing),e.sameOrigin)t=!0;else if(r.allowed_origins instanceof Array)for(var n=0;n<r.allowed_origins.length;n++){var i=(0,ie.D)(r.allowed_origins[n]);if(e.hostname===i.hostname&&e.protocol===i.protocol&&e.port===i.port){t=!0;break}}return t}isDtEnabled(){var e=(0,s.gD)(this.agentIdentifier,"distributed_tracing");return!!e&&!!e.enabled}excludeNewrelicHeader(){var e=(0,s.gD)(this.agentIdentifier,"distributed_tracing");return!!e&&!!e.exclude_newrelic_header}useNewrelicHeaderForCors(){var e=(0,s.gD)(this.agentIdentifier,"distributed_tracing");return!!e&&!1!==e.cors_use_newrelic_header}useTraceContextHeadersForCors(){var e=(0,s.gD)(this.agentIdentifier,"distributed_tracing");return!!e&&!!e.cors_use_tracecontext_headers}}var se=i(9300),ce=i(7295),ue=["load","error","abort","timeout"],de=ue.length,le=(0,R.dV)().o.REQ,fe=(0,R.dV)().o.XHR;class he extends b{static featureName=se.T;constructor(e,t=!0){super(e,se.T,t),this.dt=new ae(e.agentIdentifier),this.handler=(e,t,r,n)=>(0,x.p)(e,t,r,n,this.ee);try{const e={xmlhttprequest:"xhr",fetch:"fetch",beacon:"beacon"};p.gm?.performance?.getEntriesByType("resource").forEach((t=>{if(t.initiatorType in e&&0!==t.responseStatus){const r={status:t.responseStatus},n={rxSize:t.transferSize,duration:Math.floor(t.duration),cbTime:0};pe(r,t.name),this.handler("xhr",[r,n,t.startTime,t.responseEnd,e[t.initiatorType]],void 0,a.K7.ajax)}}))}catch(e){}ne(this.ee),Z(this.ee),function(e,t,r,n){function i(e){var t=this;t.totalCbs=0,t.called=0,t.cbTime=0,t.end=R,t.ended=!1,t.xhrGuids={},t.lastSize=null,t.loadCaptureCalled=!1,t.params=this.params||{},t.metrics=this.metrics||{},e.addEventListener("load",(function(r){T(t,e)}),(0,A.jT)(!1)),p.lR||e.addEventListener("progress",(function(e){t.lastSize=e.loaded}),(0,A.jT)(!1))}function o(e){this.params={method:e[0]},pe(this,e[1]),this.metrics={}}function s(t,r){e.loader_config.xpid&&this.sameOrigin&&r.setRequestHeader("X-NewRelic-ID",e.loader_config.xpid);var i=n.generateTracePayload(this.parsedOrigin);if(i){var o=!1;i.newrelicHeader&&(r.setRequestHeader("newrelic",i.newrelicHeader),o=!0),i.traceContextParentHeader&&(r.setRequestHeader("traceparent",i.traceContextParentHeader),i.traceContextStateHeader&&r.setRequestHeader("tracestate",i.traceContextStateHeader),o=!0),o&&(this.dt=i)}}function c(e,r){var n=this.metrics,i=e[0],o=this;if(n&&i){var a=G(i);a&&(n.txSize=a)}this.startTime=(0,S.t)(),this.body=i,this.listener=function(e){try{"abort"!==e.type||o.loadCaptureCalled||(o.params.aborted=!0),("load"!==e.type||o.called===o.totalCbs&&(o.onloadCalled||"function"!=typeof r.onload)&&"function"==typeof o.end)&&o.end(r)}catch(e){try{t.emit("internal-error",[e])}catch(e){}}};for(var s=0;s<de;s++)r.addEventListener(ue[s],this.listener,(0,A.jT)(!1))}function u(e,t,r){this.cbTime+=e,t?this.onloadCalled=!0:this.called+=1,this.called!==this.totalCbs||!this.onloadCalled&&"function"==typeof r.onload||"function"!=typeof this.end||this.end(r)}function d(e,t){var r=""+V(e)+!!t;this.xhrGuids&&!this.xhrGuids[r]&&(this.xhrGuids[r]=!0,this.totalCbs+=1)}function l(e,t){var r=""+V(e)+!!t;this.xhrGuids&&this.xhrGuids[r]&&(delete this.xhrGuids[r],this.totalCbs-=1)}function f(){this.endTime=(0,S.t)()}function h(e,r){r instanceof fe&&"load"===e[0]&&t.emit("xhr-load-added",[e[1],e[2]],r)}function g(e,r){r instanceof fe&&"load"===e[0]&&t.emit("xhr-load-removed",[e[1],e[2]],r)}function m(e,t,r){t instanceof fe&&("onload"===r&&(this.onload=!0),("load"===(e[0]&&e[0].type)||this.onload)&&(this.xhrCbStart=(0,S.t)()))}function v(e,r){this.xhrCbStart&&t.emit("xhr-cb-time",[(0,S.t)()-this.xhrCbStart,this.onload,r],r)}function b(e){var t,r=e[1]||{};if("string"==typeof e[0]?0===(t=e[0]).length&&p.RI&&(t=""+p.gm.location.href):e[0]&&e[0].url?t=e[0].url:p.gm?.URL&&e[0]&&e[0]instanceof URL?t=e[0].href:"function"==typeof e[0].toString&&(t=e[0].toString()),"string"==typeof t&&0!==t.length){t&&(this.parsedOrigin=(0,ie.D)(t),this.sameOrigin=this.parsedOrigin.sameOrigin);var i=n.generateTracePayload(this.parsedOrigin);if(i&&(i.newrelicHeader||i.traceContextParentHeader))if(e[0]&&e[0].headers)s(e[0].headers,i)&&(this.dt=i);else{var o={};for(var a in r)o[a]=r[a];o.headers=new Headers(r.headers||{}),s(o.headers,i)&&(this.dt=i),e.length>1?e[1]=o:e.push(o)}}function s(e,t){var r=!1;return t.newrelicHeader&&(e.set("newrelic",t.newrelicHeader),r=!0),t.traceContextParentHeader&&(e.set("traceparent",t.traceContextParentHeader),t.traceContextStateHeader&&e.set("tracestate",t.traceContextStateHeader),r=!0),r}}function y(e,t){this.params={},this.metrics={},this.startTime=(0,S.t)(),this.dt=t,e.length>=1&&(this.target=e[0]),e.length>=2&&(this.opts=e[1]);var r,n=this.opts||{},i=this.target;"string"==typeof i?r=i:"object"==typeof i&&i instanceof le?r=i.url:p.gm?.URL&&"object"==typeof i&&i instanceof URL&&(r=i.href),pe(this,r);var o=(""+(i&&i instanceof le&&i.method||n.method||"GET")).toUpperCase();this.params.method=o,this.body=n.body,this.txSize=G(n.body)||0}function w(e,t){if(this.endTime=(0,S.t)(),this.params||(this.params={}),(0,ce.iW)(this.params))return;let n;this.params.status=t?t.status:0,"string"==typeof this.rxSize&&this.rxSize.length>0&&(n=+this.rxSize);const i={txSize:this.txSize,rxSize:n,duration:(0,S.t)()-this.startTime};r("xhr",[this.params,i,this.startTime,this.endTime,"fetch"],this,a.K7.ajax)}function R(e){const t=this.params,n=this.metrics;if(!this.ended){this.ended=!0;for(let t=0;t<de;t++)e.removeEventListener(ue[t],this.listener,!1);t.aborted||(0,ce.iW)(t)||(n.duration=(0,S.t)()-this.startTime,this.loadCazptureCalled||4!==e.readyState?null==t.status&&(t.status=0):T(this,e),n.cbTime=this.cbTime,r("xhr",[t,n,this.startTime,this.endTime,"xhr"],this,a.K7.ajax))}}function T(e,r){e.params.status=r.status;var n=function(e,t){var r=e.responseType;return"json"===r&&null!==t?t:"arraybuffer"===r||"blob"===r||"json"===r?G(e.response):"text"===r||""===r||void 0===r?G(e.responseText):void 0}(r,e.lastSize);if(n&&(e.metrics.rxSize=n),e.sameOrigin){var i=r.getResponseHeader("X-NewRelic-App-Data");i&&((0,x.p)(O.rs,["Ajax/CrossApplicationTracing/Header/Seen"],void 0,a.K7.metrics,t),e.params.cat=i.split(", ").pop())}e.loadCaptureCalled=!0}t.on("new-xhr",i),t.on("open-xhr-start",o),t.on("open-xhr-end",s),t.on("send-xhr-start",c),t.on("xhr-cb-time",u),t.on("xhr-load-added",d),t.on("xhr-load-removed",l),t.on("xhr-resolved",f),t.on("addEventListener-end",h),t.on("removeEventListener-end",g),t.on("fn-end",v),t.on("fetch-before-start",b),t.on("fetch-start",y),t.on("fn-start",m),t.on("fetch-done",w)}(e,this.ee,this.handler,this.dt),this.importAggregator(e)}}function pe(e,t){var r=(0,ie.D)(t),n=e.params||e;n.hostname=r.hostname,n.port=r.port,n.protocol=r.protocol,n.host=r.hostname+":"+r.port,n.pathname=r.pathname,e.parsedOrigin=r,e.sameOrigin=r.sameOrigin}const ge={},me=["pushState","replaceState"];function ve(e){const t=function(e){return(e||B.ee).get("history")}(e);return!p.RI||ge[t.debugId]++||(ge[t.debugId]=1,(0,W.YM)(t).inPlace(window.history,me,"-")),t}var be=i(3738);const{He:ye,bD:we,d3:Re,Kp:xe,TZ:Te,Lc:Ae,uP:Ee,Rz:Se}=be;class Ne extends b{static featureName=Te;constructor(e,t=!0){super(e,Te,t);if(!(0,m.V)(this.agentIdentifier))return void this.deregisterDrain();const r=this.ee;let n;ve(r),this.eventsEE=(0,F.u)(r),this.eventsEE.on(Ee,(function(e,t){this.bstStart=(0,S.t)()})),this.eventsEE.on(Ae,(function(e,t){(0,x.p)("bst",[e[0],t,this.bstStart,(0,S.t)()],void 0,a.K7.sessionTrace,r)})),r.on(Se+Re,(function(e){this.time=(0,S.t)(),this.startPath=location.pathname+location.hash})),r.on(Se+xe,(function(e){(0,x.p)("bstHist",[location.pathname+location.hash,this.startPath,this.time],void 0,a.K7.sessionTrace,r)}));try{n=new PerformanceObserver((e=>{const t=e.getEntries();(0,x.p)(ye,[t],void 0,a.K7.sessionTrace,r)})),n.observe({type:we,buffered:!0})}catch(e){}this.importAggregator(e,{resourceObserver:n})}}var Oe=i(2614);class _e extends b{static featureName=t.TZ;#i;#o;constructor(e,r=!0){let n;super(e,t.TZ,r),this.replayRunning=!1,this.#o=e;try{n=JSON.parse(localStorage.getItem("".concat(Oe.H3,"_").concat(Oe.uh)))}catch(e){}(0,g.SR)(e.agentIdentifier)&&this.ee.on(t.G4.RECORD,(()=>this.#a())),this.#s(n)?(this.#i=n?.sessionReplayMode,this.#c()):this.importAggregator(e),this.ee.on("err",(e=>{this.replayRunning&&(this.errorNoticed=!0,(0,x.p)(t.G4.ERROR_DURING_REPLAY,[e],void 0,this.featureName,this.ee))})),this.ee.on(t.G4.REPLAY_RUNNING,(e=>{this.replayRunning=e}))}#s(e){return e&&(e.sessionReplayMode===Oe.g.FULL||e.sessionReplayMode===Oe.g.ERROR)||(0,g.Aw)(this.agentIdentifier)}#u=!1;async#c(e){if(!this.#u){this.#u=!0;try{const{Recorder:t}=await Promise.all([i.e(478),i.e(249)]).then(i.bind(i,8589));this.recorder??=new t({mode:this.#i,agentIdentifier:this.agentIdentifier,trigger:e,ee:this.ee}),this.recorder.startRecording(),this.abortHandler=this.recorder.stopRecording}catch(e){}this.importAggregator(this.#o,{recorder:this.recorder,errorNoticed:this.errorNoticed})}}#a(){this.featAggregate?this.featAggregate.mode!==Oe.g.FULL&&this.featAggregate.initializeRecording(Oe.g.FULL,!0):(this.#i=Oe.g.FULL,this.#c(t.Qb.API),this.recorder&&this.recorder.parent.mode!==Oe.g.FULL&&(this.recorder.parent.mode=Oe.g.FULL,this.recorder.stopRecording(),this.recorder.startRecording(),this.abortHandler=this.recorder.stopRecording))}}var Ie=i(3962);class je extends b{static featureName=Ie.TZ;constructor(e,t=!0){if(super(e,Ie.TZ,t),!p.RI||!(0,R.dV)().o.MO)return;const r=ve(this.ee);Ie.tC.forEach((e=>{(0,A.sp)(e,(e=>{a(e)}),!0)}));const n=()=>(0,x.p)("newURL",[(0,S.t)(),""+window.location],void 0,this.featureName,this.ee);r.on("pushState-end",n),r.on("replaceState-end",n);try{this.removeOnAbort=new AbortController}catch(e){}(0,A.sp)("popstate",(e=>(0,x.p)("newURL",[e.timeStamp,""+window.location],void 0,this.featureName,this.ee)),!0,this.removeOnAbort?.signal);let i=!1;const o=new((0,R.dV)().o.MO)(((e,t)=>{i||(i=!0,requestAnimationFrame((()=>{(0,x.p)("newDom",[(0,S.t)()],void 0,this.featureName,this.ee),i=!1})))})),a=(0,v.s)((e=>{(0,x.p)("newUIEvent",[e],void 0,this.featureName,this.ee),o.observe(document.body,{attributes:!0,childList:!0,subtree:!0,characterData:!0})}),100,{leading:!0});this.abortHandler=function(){this.removeOnAbort?.abort(),o.disconnect(),this.abortHandler=void 0},this.importAggregator(e,{domObserver:o})}}var Pe=i(7378);const Ce={},ke=["appendChild","insertBefore","replaceChild"];function Le(e){const t=function(e){return(e||B.ee).get("jsonp")}(e);if(!p.RI||Ce[t.debugId])return t;Ce[t.debugId]=!0;var r=(0,W.YM)(t),n=/[?&](?:callback|cb)=([^&#]+)/,i=/(.*)\.([^.]+)/,o=/^(\w+)(\.|$)(.*)$/;function a(e,t){if(!e)return t;const r=e.match(o),n=r[1];return a(r[3],t[n])}return r.inPlace(Node.prototype,ke,"dom-"),t.on("dom-start",(function(e){!function(e){if(!e||"string"!=typeof e.nodeName||"script"!==e.nodeName.toLowerCase())return;if("function"!=typeof e.addEventListener)return;var o=(s=e.src,c=s.match(n),c?c[1]:null);var s,c;if(!o)return;var u=function(e){var t=e.match(i);if(t&&t.length>=3)return{key:t[2],parent:a(t[1],window)};return{key:e,parent:window}}(o);if("function"!=typeof u.parent[u.key])return;var d={};function l(){t.emit("jsonp-end",[],d),e.removeEventListener("load",l,(0,A.jT)(!1)),e.removeEventListener("error",f,(0,A.jT)(!1))}function f(){t.emit("jsonp-error",[],d),t.emit("jsonp-end",[],d),e.removeEventListener("load",l,(0,A.jT)(!1)),e.removeEventListener("error",f,(0,A.jT)(!1))}r.inPlace(u.parent,[u.key],"cb-",d),e.addEventListener("load",l,(0,A.jT)(!1)),e.addEventListener("error",f,(0,A.jT)(!1)),t.emit("new-jsonp",[e.src],d)}(e[0])})),t}const He={};function De(e){const t=function(e){return(e||B.ee).get("promise")}(e);if(He[t.debugId])return t;He[t.debugId]=!0;var r=t.context,n=(0,W.YM)(t),i=p.gm.Promise;return i&&function(){function e(r){var o=t.context(),a=n(r,"executor-",o,null,!1);const s=Reflect.construct(i,[a],e);return t.context(s).getCtx=function(){return o},s}p.gm.Promise=e,Object.defineProperty(e,"name",{value:"Promise"}),e.toString=function(){return i.toString()},Object.setPrototypeOf(e,i),["all","race"].forEach((function(r){const n=i[r];e[r]=function(e){let i=!1;[...e||[]].forEach((e=>{this.resolve(e).then(a("all"===r),a(!1))}));const o=n.apply(this,arguments);return o;function a(e){return function(){t.emit("propagate",[null,!i],o,!1,!1),i=i||!e}}}})),["resolve","reject"].forEach((function(r){const n=i[r];e[r]=function(e){const r=n.apply(this,arguments);return e!==r&&t.emit("propagate",[e,!0],r,!1,!1),r}})),e.prototype=i.prototype;const o=i.prototype.then;i.prototype.then=function(...e){var i=this,a=r(i);a.promise=i,e[0]=n(e[0],"cb-",a,null,!1),e[1]=n(e[1],"cb-",a,null,!1);const s=o.apply(this,e);return a.nextPromise=s,t.emit("propagate",[i,!0],s,!1,!1),s},i.prototype.then[W.Jt]=o,t.on("executor-start",(function(e){e[0]=n(e[0],"resolve-",this,null,!1),e[1]=n(e[1],"resolve-",this,null,!1)})),t.on("executor-err",(function(e,t,r){e[1](r)})),t.on("cb-end",(function(e,r,n){t.emit("propagate",[n,!0],this.nextPromise,!1,!1)})),t.on("propagate",(function(e,r,n){this.getCtx&&!r||(this.getCtx=function(){if(e instanceof Promise)var r=t.context(e);return r&&r.getCtx?r.getCtx():this})}))}(),t}const Me={},Ke="setTimeout",Ue="setInterval",Ve="clearTimeout",Ge="-start",Fe=[Ke,"setImmediate",Ue,Ve,"clearImmediate"];function Be(e){const t=function(e){return(e||B.ee).get("timer")}(e);if(Me[t.debugId]++)return t;Me[t.debugId]=1;var r=(0,W.YM)(t);return r.inPlace(p.gm,Fe.slice(0,2),Ke+"-"),r.inPlace(p.gm,Fe.slice(2,3),Ue+"-"),r.inPlace(p.gm,Fe.slice(3),Ve+"-"),t.on(Ue+Ge,(function(e,t,n){e[0]=r(e[0],"fn-",null,n)})),t.on(Ke+Ge,(function(e,t,n){this.method=n,this.timerDuration=isNaN(e[1])?0:+e[1],e[0]=r(e[0],"fn-",this,n)})),t}const We={};function ze(e){const t=function(e){return(e||B.ee).get("mutation")}(e);if(!p.RI||We[t.debugId])return t;We[t.debugId]=!0;var r=(0,W.YM)(t),n=p.gm.MutationObserver;return n&&(window.MutationObserver=function(e){return this instanceof n?new n(r(e,"fn-")):n.apply(this,arguments)},MutationObserver.prototype=n.prototype),t}const{TZ:qe,d3:Ze,Kp:Ye,$p:Xe,wW:Je,e5:Qe,tH:$e,uP:et,rw:tt,Lc:rt}=Pe;class nt extends b{static featureName=qe;constructor(e,t=!0){if(super(e,qe,t),!p.RI)return;try{this.removeOnAbort=new AbortController}catch(e){}let r,n=0;const i=this.ee.get("tracer"),o=Le(this.ee),a=De(this.ee),s=Be(this.ee),c=Z(this.ee),u=this.ee.get("events"),d=ne(this.ee),l=ve(this.ee),f=ze(this.ee);function h(e,t){l.emit("newURL",[""+window.location,t])}function g(){n++,r=window.location.hash,this[et]=(0,S.t)()}function m(){n--,window.location.hash!==r&&h(0,!0);var e=(0,S.t)();this[Qe]=~~this[Qe]+e-this[et],this[rt]=e}function v(e,t){e.on(t,(function(){this[t]=(0,S.t)()}))}this.ee.on(et,g),a.on(tt,g),o.on(tt,g),this.ee.on(rt,m),a.on(Je,m),o.on(Je,m),this.ee.on("fn-err",((...t)=>{t[2]?.__newrelic?.[e.agentIdentifier]||(0,x.p)("function-err",[...t],void 0,this.featureName,this.ee)})),this.ee.buffer([et,rt,"xhr-resolved"],this.featureName),u.buffer([et],this.featureName),s.buffer(["setTimeout"+Ye,"clearTimeout"+Ze,et],this.featureName),c.buffer([et,"new-xhr","send-xhr"+Ze],this.featureName),d.buffer([$e+Ze,$e+"-done",$e+Xe+Ze,$e+Xe+Ye],this.featureName),l.buffer(["newURL"],this.featureName),f.buffer([et],this.featureName),a.buffer(["propagate",tt,Je,"executor-err","resolve"+Ze],this.featureName),i.buffer([et,"no-"+et],this.featureName),o.buffer(["new-jsonp","cb-start","jsonp-error","jsonp-end"],this.featureName),v(d,$e+Ze),v(d,$e+"-done"),v(o,"new-jsonp"),v(o,"jsonp-end"),v(o,"cb-start"),l.on("pushState-end",h),l.on("replaceState-end",h),window.addEventListener("hashchange",h,(0,A.jT)(!0,this.removeOnAbort?.signal)),window.addEventListener("load",h,(0,A.jT)(!0,this.removeOnAbort?.signal)),window.addEventListener("popstate",(function(){h(0,n>1)}),(0,A.jT)(!0,this.removeOnAbort?.signal)),this.abortHandler=this.#n,this.importAggregator(e)}#n(){this.removeOnAbort?.abort(),this.abortHandler=void 0}}var it=i(3333);class ot extends b{static featureName=it.TZ;constructor(e,t=!0){super(e,it.TZ,t);const r=[e.init.page_action.enabled,e.init.performance.capture_marks,e.init.performance.capture_measures,e.init.user_actions.enabled];p.RI&&e.init.user_actions.enabled&&(it.Zp.forEach((e=>(0,A.sp)(e,(e=>(0,x.p)("ua",[e],void 0,this.featureName,this.ee)),!0))),it.qN.forEach((e=>(0,A.sp)(e,(e=>(0,x.p)("ua",[e],void 0,this.featureName,this.ee)))))),r.some((e=>e))?this.importAggregator(e):this.deregisterDrain()}}var at=i(993),st=i(3785);class ct extends b{static featureName=at.TZ;constructor(e,t=!0){super(e,at.TZ,t);const r=this.ee;this.ee.on("wrap-logger-end",(function([e]){const{level:t,customAttributes:n}=this;(0,st.R)(r,e,n,t)})),this.importAggregator(e)}}new class extends o{constructor(t,r){super(r),p.gm?(this.features={},(0,R.bQ)(this.agentIdentifier,this),this.desiredFeatures=new Set(t.features||[]),this.desiredFeatures.add(w),this.runSoftNavOverSpa=[...this.desiredFeatures].some((e=>e.featureName===a.K7.softNav)),(0,d.j)(this,t,t.loaderType||"agent"),this.run()):(0,e.R)(21)}get config(){return{info:this.info,init:this.init,loader_config:this.loader_config,runtime:this.runtime}}run(){try{const t=u(this.agentIdentifier),r=[...this.desiredFeatures];r.sort(((e,t)=>a.P3[e.featureName]-a.P3[t.featureName])),r.forEach((r=>{if(!t[r.featureName]&&r.featureName!==a.K7.pageViewEvent)return;if(this.runSoftNavOverSpa&&r.featureName===a.K7.spa)return;if(!this.runSoftNavOverSpa&&r.featureName===a.K7.softNav)return;const n=function(e){switch(e){case a.K7.ajax:return[a.K7.jserrors];case a.K7.sessionTrace:return[a.K7.ajax,a.K7.pageViewEvent];case a.K7.sessionReplay:return[a.K7.sessionTrace];case a.K7.pageViewTiming:return[a.K7.pageViewEvent];default:return[]}}(r.featureName).filter((e=>!(e in this.features)));n.length>0&&(0,e.R)(36,{targetFeature:r.featureName,missingDependencies:n}),this.features[r.featureName]=new r(this)}))}catch(t){(0,e.R)(22,t);for(const e in this.features)this.features[e].abortHandler?.();const r=(0,R.Zm)();delete r.initializedAgents[this.agentIdentifier]?.api,delete r.initializedAgents[this.agentIdentifier]?.features,delete this.sharedAggregator;return r.ee.get(this.agentIdentifier).abort(),!1}}}({features:[he,w,N,Ne,_e,_,D,ot,ct,je,nt],loaderType:"spa"})})()})();</script> <noscript><style>form.antibot * :not(.antibot-message) { display: none !important; }</style> </noscript><link rel="canonical" href="https://www.myfonts.com/de/a/font/legal/website-use-privacy-policy"> <meta http-equiv="content-language" content="de"> <meta property="og:site_name" content="Myfonts"> <meta property="og:type" content="Basic page"> <meta property="og:url" content="https://www.myfonts.com/de/a/font/legal/website-use-privacy-policy"> <meta property="og:title" content="Privacy Policy"> <meta property="article:publisher" content="Myfonts"> <meta property="article:published_time" content="Thu, 06/11/2020 - 08:24"> <meta property="article:modified_time" content="Thu, 06/13/2024 - 01:50"> <meta name="twitter:card" content="photo"> <meta name="twitter:title" content="Privacy Policy"> <meta name="twitter:url" content="https://cms.myfonts.com/de/legal/website-use-privacy-policy"> <link rel="alternate" hreflang="x-default" href="https://cms.myfonts.com/legal/website-use-privacy-policy"> <meta name="MobileOptimized" content="width"> <meta name="HandheldFriendly" content="true"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <script type="application/ld+json">{ "@context": "https://schema.org", "@graph": [ { "@type": "WebPage", "@id": "3386", "breadcrumb": { "@type": "BreadcrumbList", "itemListElement": [ { "@type": "ListItem", "position": 1, "name": "Startseite", "item": "https://cms.myfonts.com/de" }, { "@type": "ListItem", "position": 2, "name": "Legal", "item": "https://cms.myfonts.com/de/legal" } ] }, "isAccessibleForFree": "True", "inLanguage": "de" } ] }</script> <link rel="icon" href="https://cms.myfonts.com/themes/custom/myfonts/favicon.ico" type="image/vnd.microsoft.icon"> <!-- CDN for Helvetica Now MT fonts will be managed by MyFonts Team hence removing from here to avoid duplicate font cdns--> <link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.13.0/css/all.min.css" rel="stylesheet"> <link rel="stylesheet" media="all" href="https://cms.myfonts.com/sites/default/files/css/css_nTvrSAg_XNTp-Obs8w5uQVWRPnav-e_PfrDFksqoc-c.css?delta=0&amp;language=de&amp;theme=myfonts&amp;include=eJxlj0GuwzAIRC_kxIfoFbqPsE0Sq2Asgxf-p_-pmqaVumIY0BuNSsxAC2PKsFAuD_X6Y822I6PToYbsAyi6jSQARVb_UpPaOH43FwlUx-vp1IyqsKG6KA19kcZA-Q8dj1WKqT_nhfiwGdoDTe4NihJYlvJ7vHU14S_fshFOJ9QhB0xLlITLmpHSsj7zzbC9Aa5Cg61B3dWn1ivQ_HHmXmoPlHXH5GxU2Vpeh7_UV25tknq0ySDQ1b0cwVfR5zIRDOk2sRQ5KPgPQueX3g"> <link rel="stylesheet" media="all" href="https://cms.myfonts.com/sites/default/files/css/css_YbonG35XjIo7cpmUy6Z69RL5psO8L_En1Rx0h67WyJE.css?delta=1&amp;language=de&amp;theme=myfonts&amp;include=eJxlj0GuwzAIRC_kxIfoFbqPsE0Sq2Asgxf-p_-pmqaVumIY0BuNSsxAC2PKsFAuD_X6Y822I6PToYbsAyi6jSQARVb_UpPaOH43FwlUx-vp1IyqsKG6KA19kcZA-Q8dj1WKqT_nhfiwGdoDTe4NihJYlvJ7vHU14S_fshFOJ9QhB0xLlITLmpHSsj7zzbC9Aa5Cg61B3dWn1ivQ_HHmXmoPlHXH5GxU2Vpeh7_UV25tknq0ySDQ1b0cwVfR5zIRDOk2sRQ5KPgPQueX3g"> <link rel="stylesheet" media="all" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.13.0/css/all.min.css"> <link rel="stylesheet" media="all" href="https://cms.myfonts.com/sites/default/files/css/css_DZJN_Oo_wfqaRUpQZWrwZ1Lx6HLTcnKLtKrH4WpZyyM.css?delta=3&amp;language=de&amp;theme=myfonts&amp;include=eJxlj0GuwzAIRC_kxIfoFbqPsE0Sq2Asgxf-p_-pmqaVumIY0BuNSsxAC2PKsFAuD_X6Y822I6PToYbsAyi6jSQARVb_UpPaOH43FwlUx-vp1IyqsKG6KA19kcZA-Q8dj1WKqT_nhfiwGdoDTe4NihJYlvJ7vHU14S_fshFOJ9QhB0xLlITLmpHSsj7zzbC9Aa5Cg61B3dWn1ivQ_HHmXmoPlHXH5GxU2Vpeh7_UV25tknq0ySDQ1b0cwVfR5zIRDOk2sRQ5KPgPQueX3g"> <title>Privacy Policy | Myfonts</title> <!-- End Google Tag Manager (noscript) --> <a href="#main-content" class="visually-hidden focusable skip-link"> Skip to main content </a> <div class="dialog-off-canvas-main-canvas" data-off-canvas-main-canvas=""> <div class="layout-container"> <main role="main"> <a id="main-content" tabindex="-1" href=""></a> <div class="layout-content cms-content-container" id="main-cms-content"> <div class="region region-content"> <div data-drupal-messages-fallback="" class="hidden"></div> <div id="block-404pagespacingissuefix" data-block-plugin-id="block_content:a48b54eb-6a37-4c4f-933f-9cbed068f0f1" class="block block-block-content block-block-contenta48b54eb-6a37-4c4f-933f-9cbed068f0f1"> <div class="marketo-wrapper" id=""> <div class="marketo-embed-code"> <style> .layout-container { min-height: 200px; display: inherit; } </style> </div> </div> </div> <article class="node node--type-page node--view-mode-full"> <div class="node__content"> <div class="top_row_node-layout node-basic-page"> <div class="top_row_node-layout-template basic-container"> <div class="right-content-regions"> <div class="top_middle-region"> <div data-block-plugin-id="entity_view:node" class="block block-ctools block-entity-viewnode"> <article class="node node--type-page node--view-mode-node-page-title"> <h1 class="hero-text-title"> Privacy Policy </h1> </article> </div> </div> </div> </div> </div> <div class="node-basic-page one_col_row_node-layout"> <div class="one_col_row_node-layout-template basic-container node-basic-page"> <div class="left-region"> <div data-block-plugin-id="field_block:node:page:field_left_section" class="block block-layout-builder block-field-blocknodepagefield-left-section"> <div class="field field--name-field-left-section field--type-entity-reference-revisions field--label-hidden field__items"> <div class="field__item"> <div class="paragraph paragraph--type--text paragraph--view-mode--default"> <div class="clearfix text-formatted field field--name-field-description field--type-text-long field--label-hidden field__item"><div><p><span lang="DE" xml:lang="DE"><strong>Zuletzt aktualisiert: 29. Mai 2024</strong></span></p></div><p><span lang="DE" xml:lang="DE">Diese Datenschutzerkl&auml;rung f&uuml;r die Website-Nutzung gilt f&uuml;r die Nutzung von Websites und Diensten, auf die von den Websites der Monotype Imaging Holdings Inc., einer Gesellschaft nach dem Recht des US-Bundesstaates Delaware mit Hauptsitz in 600 Unicorn Park Drive, Woburn, Massachusetts 01801 USA, und unserer Tochtergesellschaften und verbundenen Unternehmen weltweit zugegriffen werden kann, vorbehaltlich der Seiten und Dienste, die &uuml;ber eine eigene Datenschutzerkl&auml;rung verf&uuml;gen, darunter die folgenden Seiten: monotype.com, myfonts.com, fonts.com, fontexplorerx.com and skyfonts.com (zusammen, die &bdquo;Seite(n)&ldquo;). Soweit unten ausdr&uuml;cklich angegeben, gilt die vorliegende Datenschutzerkl&auml;rung auch f&uuml;r die Nutzung der MyFonts-Mobilanwendung und des FontExplorer X Pro Desktop-Clients. Durch die Nutzung einer beliebigen unserer Seiten erkl&auml;ren Sie sich damit einverstanden, dass wir Ihre Daten, einschlie&szlig;lich Ihrer personenbezogenen Daten, in &Uuml;bereinstimmung mit der zum jeweiligen Zeitpunkt g&uuml;ltigen Datenschutzerkl&auml;rung erheben, verarbeiten, analysieren, speichern, aufbewahren und nutzen d&uuml;rfen. Die Datenschutzerkl&auml;rung wird durch Bezugnahme Bestandteil unserer </span><a href="https://www.monotype.com/de/rechtshinweise/nutzungsbedingungen"><span>Nutzungsbedingungen</span></a><span lang="DE" xml:lang="DE">.</span></p><p><span lang="DE" xml:lang="DE"><strong>Was enth&auml;lt diese Datenschutzerkl&auml;rung?</strong></span></p><p><span lang="DE" xml:lang="DE">In dieser Datenschutzerkl&auml;rung werden folgende Themen behandelt:</span></p><ul><li><span lang="DE" xml:lang="DE">Welche Daten erheben wir von Ihnen?</span></li><li><span lang="DE" xml:lang="DE">Wie verwenden wir die von Ihnen erhobenen Daten?</span></li><li><span lang="DE" xml:lang="DE">Wie und an wen geben wir die von Ihnen erhobenen Daten weiter und wie und an wen legen wir sie offen?</span></li><li><span lang="DE" xml:lang="DE">Beteiligen wir uns an interessenbasierten Werbeprogrammen?</span></li><li><span lang="DE" xml:lang="DE">Welche anderen Technologien nutzen wir?</span></li><li><span lang="DE" xml:lang="DE">Wie k&ouml;nnen Sie auf Ihre personenbezogenen Daten zugreifen und sie aktualisieren?</span></li><li><span lang="DE" xml:lang="DE">K&ouml;nnen Sie von uns die L&ouml;schung Ihrer personenbezogenen Daten verlangen?</span></li><li><span lang="DE" xml:lang="DE">Wie k&ouml;nnen Sie den Erhalt von Mitteilungen ablehnen?</span></li><li><span lang="DE" xml:lang="DE">Welche Rechte haben Sie als Verbraucher in Kalifornien?</span></li><li><span lang="DE" xml:lang="DE">Wie gew&auml;hrleisten wir die Sicherheit Ihrer Daten?</span></li><li><span lang="DE" xml:lang="DE">Welche Dienste fallen nicht unter diese Datenschutzerkl&auml;rung?</span></li><li><span lang="DE" xml:lang="DE">Erheben wir Daten von Kindern unter 13 Jahren?</span></li><li><span lang="DE" xml:lang="DE">&Uuml;bermitteln wir Daten und &uuml;bermitteln wir Daten in andere L&auml;nder?</span></li><li><span lang="DE" xml:lang="DE">Verwenden wir Cookies?</span></li><li><span lang="DE" xml:lang="DE">Hat das Unternehmen einen Datenschutzbeauftragten?</span></li><li><span lang="DE" xml:lang="DE">Wie k&ouml;nnen Sie uns kontaktieren?</span></li><li><span lang="DE" xml:lang="DE">Nehmen wir &Auml;nderungen an dieser Datenschutzerkl&auml;rung und/oder an unseren Datenschutzpraktiken vor?</span></li></ul><p><span lang="DE" xml:lang="DE"><strong>Welche Daten erheben wir von Ihnen?</strong></span></p><p><span lang="DE" xml:lang="DE">Welche personenbezogenen Daten wir von Ihnen erheben, h&auml;ngt davon ab, welche Dienste auf unseren Seiten Sie nutzen. Wenn Sie auf unsere Seite ohne Anmeldung zugreifen und auch nicht am elektronischen Gesch&auml;ftsverkehr teilnehmen, werden wir folgende Daten erheben:</span></p><ul><li><span lang="DE" xml:lang="DE">Internet-Protokoll (&bdquo;IP&ldquo;)-Adresse: Eine IP-Adresse ist eine Nummer, die dem von Ihnen genutzten Computer automatisch von Ihrem Dienstleister zugewiesen wird und die automatisch in unseren Server-Protokolldateien identifiziert und protokolliert wird, wenn Sie bestimmte andere unserer Websites nutzen, zusammen mit dem Zeitpunkt des Besuchs, den besuchten Seiten oder Produkten und anderen Informationen im Zusammenhang mit Ihrem Besuch. Wir verwenden IP-Adressen f&uuml;r Zwecke wie die Berechnung der Nutzungsstufen, die Diagnose von Serverproblemen, die Verwaltung unserer Seiten und die Verbesserung des Nutzererlebnisses. &Uuml;ber Ihre IP-Adresse k&ouml;nnen wir Ihren ungef&auml;hren Standort ermitteln. Ihre IP-Adresse sowie Datum/Zeitstempel des Besuchs unserer Seite werden in einem Cookie gespeichert. Erl&auml;uterungen hierzu finden Sie im Abschnitt &bdquo;Verwenden Sie Cookies?&ldquo;. Wir verarbeiten diese Daten, um Ihnen ein positives Nutzererlebnis zu erm&ouml;glichen.</span></li><li><span lang="DE" xml:lang="DE">Kennungen von Mobilger&auml;ten. Wir erheben Ihre eindeutige Ger&auml;te-ID, Werbekennung (IDFA, AdID usw.) und/oder andere &auml;hnliche Daten &uuml;ber das Mobilger&auml;t, das Sie f&uuml;r den Zugriff auf unsere Seiten verwenden. Wir erheben m&ouml;glicherweise von Ihrem Mobilger&auml;t auch Standortdaten. Wir erheben Ihre eindeutige Ger&auml;te-ID, wenn Sie den Desktop-Client von FontExplorer X Pro verwenden. Wenn Sie Ihr fontexplorerx.com-Konto mit dem Desktop-Client von FontExplorer X Pro verkn&uuml;pfen oder sich &uuml;ber den Desktop-Client bei Ihrem fontexplorerx.com-Konto anmelden, erhebt der Desktop-Client von FontExplorer X Pro auch Ihre Anmeldedaten. Au&szlig;erdem nutzt der Desktop-Client von FontExplorer X Pro Google Analytics. Weitere Informationen finden Sie im nachstehenden Abschnitt &bdquo;Welche anderen Technologien verwenden wir?&ldquo;.</span></li></ul><p><span lang="DE" xml:lang="DE">Wenn Sie ein Konto auf einer unseren Seiten er&ouml;ffnen (als Kunde, eingeladener Benutzer oder als Schriftdesigner oder Foundry), sich f&uuml;r den Erhalt unserer Kommunikation anmelden, Ihre Kontoinformationen aktualisieren, an unseren Wettbewerben oder Verlosungen teilnehmen, auf Umfragen antworten, Eink&auml;ufe t&auml;tigen, sich mit Fragen oder Kommentaren an uns wenden, sich f&uuml;r eine Stelle bewerben, sich mit uns &uuml;ber soziale Netzwerkplattformen verbinden, benutzergenerierte Inhalte einreichen oder an unseren Online-Foren oder -Aktionen teilnehmen, mit unseren Verk&auml;ufern interagieren und/oder unsere Kundendienstabteilungen kontaktieren, erheben wir ggf. zus&auml;tzlich die folgenden Daten:</span></p><ul><li><span lang="DE" xml:lang="DE">Ihren vollst&auml;ndigen Namen, Ihren Benutzernamen, Ihr Kennwort, Ihre E-Mail-Adresse, Ihre Telefonnummer, Ihre Postanschrift oder Ihre Rechnungsanschrift, wenn Sie einen Kauf per Kreditkarte bezahlen, die letzten 4 Ziffern Ihrer Kreditkartennummer (die gesamte Nummer wird an einen externen Zahlungsanbieter gesendet, siehe unten) und das Ablaufdatum der Kreditkarte. Sofern Sie Lizenzgeb&uuml;hren von uns erhalten, Ihre Sozialversicherungsnummer oder Steueridentifikationsnummer, sofern zutreffend, Ihren Standort und andere Informationen, die Sie uns zur Verf&uuml;gung stellen, wenn Sie auf eine unserer Seiten zugreifen oder diese nutzen, und wenn Sie uns im Namen eines Unternehmens oder einer anderen juristischen Person kontaktiert oder auf eine unserer Seiten zugegriffen haben, Ihre beruflichen Kontaktinformationen und alle relevanten Details &uuml;ber Ihr Unternehmen oder Ihre juristische Person, soweit diese Sie betreffen;</span></li><li><span lang="DE" xml:lang="DE">Kommentare, die Sie in einem unserer Foren ver&ouml;ffentlichen, Ihre Ansichten und Meinungen zu unseren Produkten und deren Nutzung, die Ihnen zuzuordnen sind, Ihre demografischen Daten, Ihr Standort, Ihre Interessen, Informationen zu Ihrem Beruf oder Lebensstil, Ihre Stellenbeschreibung, Ihre Ma&szlig; der Zufriedenheit mit unseren Seiten, Ihr Kaufverhalten oder Ihre Kaufhistorie sowie Ihre Aktivit&auml;ten beim Browsen, Herunterladen und anderen internet- oder mobilbasierten Aktivit&auml;ten;</span></li><li><span lang="DE" xml:lang="DE">Informationen &uuml;ber Sie, die in einem Lebenslauf enthalten sind, Details &uuml;ber Sie, die Sie in Verbindung mit einer Bewerbung oder Anfrage &uuml;bermitteln, einschlie&szlig;lich Profilinformationen auf einer Seite eines sozialen Netzwerks (z.&nbsp;B. LinkedIn), wenn Sie sich auf diese Weise um eine Stelle bewerben;</span></li><li><span lang="DE" xml:lang="DE">&Ouml;ffentlich zug&auml;ngliche oder von anderen Parteien zur Verf&uuml;gung gestellte Informationen &uuml;ber Sie, wie z.&nbsp;B. Informationen, die auf Social-Media-Seiten, Blogs und anderen Websites ver&ouml;ffentlicht werden, und/oder</span></li><li><span lang="DE" xml:lang="DE">Informationen zu Ihrer Person, die in E-Mail-Listen, Mailing-Listen, Kundenkontakten und/oder anderen Daten enthalten sind, die wir von anderen Parteien f&uuml;r unsere Werbe- und Marketingzwecke erwerben oder erhalten.&nbsp;</span></li></ul><p><span lang="DE" xml:lang="DE">Bei der Nutzung der MyFonts-Mobilanwendung erheben wir personenbezogene Daten nicht direkt von Ihnen. Die MyFonts-Mobilanwendung &nbsp;nutzt vielmehr Anbieter von Analysediensten, die personenbezogene Daten erheben. Weitere Informationen &uuml;ber die Anbieter von Analysediensten finden Sie im nachstehenden Abschnitt &bdquo;Welche anderen Technologien verwenden wir?&ldquo;.</span></p><p><span lang="DE" xml:lang="DE">Bei der Nutzung unserer Webfont-Dienste f&uuml;r Ihre Webseiten oder digitalen Anzeigen wird die IP-Adresse eines jeden Besuchers Ihrer Website oder digitalen Anzeige bei Einsatz unseres Webfont-Tracking-Codes an unseren externen Dienstleister &uuml;bermittelt. Mit der &Uuml;bermittlung dieser IP-Adresse k&ouml;nnen wir die Seitenaufrufe f&uuml;r unsere Lizenznehmer z&auml;hlen. Ebenso dient sie der Verhinderung einer unerlaubten Nutzung unserer Webfont-Software (Art. 6 Abs. 1 lit. f) DSGVO), wobei die IP-Adressen jedoch nicht an uns &uuml;bermittelt werden. Auch werden sie nicht durch unseren externen Dienstleister gespeichert oder anderweitig verarbeitet.</span></p><p><span lang="DE" xml:lang="DE">Wir verkn&uuml;pfen ggf. die von Ihnen zur Verf&uuml;gung gestellten Daten mit anderen Daten &uuml;ber Sie, wie z.&nbsp;B. Ihren Namen mit Ihrem geografischen Standort oder Ihrer Surf- oder Kaufhistorie, und wir verkn&uuml;pfen ggf. personenbezogene Daten mit Informationen, die wir &uuml;ber Sie von Dritten erhalten. Wenn wir Ihre personenbezogenen Daten mit anderen Daten verkn&uuml;pfen, die wir von Ihnen oder anderen Parteien erhoben oder erhalten haben, behandeln wir diese verkn&uuml;pften Daten als personenbezogene Daten. Wir werden Sie m&ouml;glicherweise auffordern, eine Kreditkartennummer einzugeben, wenn Sie einen Kauf t&auml;tigen, jedoch werden alle Kreditkartennummern, die Sie &uuml;ber eine unserer Seiten eingeben, nicht von uns, sondern von einer Drittpartei oder einem Auftragsverarbeiter verarbeitet und/oder gespeichert, nicht jedoch von uns.</span></p><p><span lang="DE" xml:lang="DE"><strong>Wie verwenden wir die von Ihnen erhobenen Daten?</strong></span></p><p><span lang="DE" xml:lang="DE">Wir nutzen die &uuml;ber Sie erhobenen Daten f&uuml;r eine Vielzahl von Zwecken, z.&nbsp;B. f&uuml;r Folgendes:</span></p><ul><li><span lang="DE" xml:lang="DE">um von Ihnen angeforderte Transaktionen durchzuf&uuml;hren oder von Ihnen erteilte Auftr&auml;ge zu bearbeiten, beispielsweise Bestellungen, die Sie &uuml;ber uns bei einem Font Foundry-Drittanbieter aufgegeben haben;</span></li><li><span lang="DE" xml:lang="DE">um auf Ihre Kommentare, Bewertungen, Anfragen, einschlie&szlig;lich Produktanfragen und andere Anfragen zu reagieren oder diese zu bearbeiten;</span></li><li><span lang="DE" xml:lang="DE">um gezielte Werbung, Videos, Kommunikation, Produktl&ouml;sungen und Inhalte anzubieten;</span></li><li><span lang="DE" xml:lang="DE">um die Einhaltung der Bedingungen einer Vereinbarung, die Sie mit uns geschlossen haben, zu gew&auml;hrleisten;</span></li><li><span lang="DE" xml:lang="DE">um Betrug in Bezug auf bestimmte unserer Produkte und Dienstleistungen zu verhindern;</span></li><li><span lang="DE" xml:lang="DE">zur Durchf&uuml;hrung von Untersuchungen und Analysen in Bezug auf unser Gesch&auml;ft oder unsere Seiten;</span></li><li><span lang="DE" xml:lang="DE">um Drittmarken Informationen &uuml;ber Ihre Interaktion mit unseren Seiten verf&uuml;gbar zu machen, soweit sie sich auf diese Drittmarken beziehen;</span></li><li><span lang="DE" xml:lang="DE">um unsere Seiten zu verbessern und sie auf Ihre Nutzung oder Pr&auml;ferenzen abzustimmen;</span></li><li><span lang="DE" xml:lang="DE">um Ihnen Informationen &uuml;ber Preisausschreiben, Gewinnspiele, Gutscheine, Produkt- und Preisaktionen oder sonstige Angelegenheiten zukommen zu lassen, an denen Sie teilgenommen haben oder zu denen Sie Informationen angefordert haben;</span></li><li><span lang="DE" xml:lang="DE">um die von Ihnen aktivierten Funktionen der sozialen Netzwerke umzusetzen;</span></li><li><span lang="DE" xml:lang="DE">um Ihre Bewertungen, Kommentare, Fotos, Videos und andere Inhalte zu ver&ouml;ffentlichen, die Sie in einer unserer interaktiven oder benutzergenerierten Funktionen eingestellt haben;</span></li><li><span lang="DE" xml:lang="DE">Um mit Ihnen bez&uuml;glich Ihres Kontos oder Ihrer Nutzung unserer Seiten zu kommunizieren, wozu auch die Erbringung eines Kundenservice ben&ouml;tigt wird;</span></li><li><span lang="DE" xml:lang="DE">zur Durchsetzung der</span><span> </span><a href="https://www.monotype.com/de/rechtshinweise/nutzungsbedingungen"><span>Nutzungsbedingungen</span></a><span> </span><span lang="DE" xml:lang="DE">unserer Seiten oder zur anderweitigen Verwaltung unserer Gesch&auml;fte;</span></li><li><span lang="DE" xml:lang="DE">um Ihnen E-Mails oder Textnachrichten zu Werbezwecken zu senden, von denen wir glauben, dass sie f&uuml;r Sie von Interesse sind, und/oder um Sie zu Veranstaltungen einzuladen, vorausgesetzt, Sie haben dem Erhalt solcher Nachrichten zugestimmt oder ihn nicht abgelehnt, und/oder</span></li><li><span lang="DE" xml:lang="DE">um Ihnen wichtige Nachrichten &uuml;ber Ihre Nutzung unserer Seiten, Produkte oder Dienstleistungen zu senden.</span></li></ul><p><span lang="DE" xml:lang="DE"><strong>Wie und an wen geben wir die von Ihnen erhobenen Daten weiter?</strong></span></p><p><span lang="DE" xml:lang="DE">Ihre personenbezogenen Daten werden von uns an Dritte weder ver&auml;u&szlig;ert noch anderweitig zur Verf&uuml;gung gestellt. Wir geben Ihre personenbezogenen Daten an unsere Tochtergesellschaften und verbundenen Unternehmen weiter. Ebenso stellen wir bestimmte Inhalte unserer Seiten &uuml;ber und/oder mit Hilfe von Anwendungen Dritter, unseren Programmierschnittstellen oder die von Dritten, Erweiterungen, die auf unseren Seiten oder &uuml;ber andere Websites Dritter gehostet werden, Plattformen f&uuml;r soziale und berufliche Netzwerke und/oder Messaging-Plattformen zur Verf&uuml;gung und erlangen diese Inhalte auf diese Weise. Wenn Sie unsere Seiten oder Dienste, Produkte und Anwendungen nutzen oder sich mit Anwendungen, Netzwerken, Plattformen oder Diensten von Dritten &uuml;ber unsere Seiten verbinden oder auf &bdquo;Akzeptieren&ldquo; oder &bdquo;Zulassen&ldquo; klicken, stimmen Sie zu, dass diese Dritten auf der Grundlage Ihrer Datenschutz- oder anderen Einstellungen im Netzwerk oder auf der Plattform des jeweiligen Dritten Ihre Daten erhalten und dar&uuml;ber hinaus m&ouml;glicherweise einige oder alle Ihrer Daten an uns weitergeben. Dieser Datenaustausch dient folgenden Zwecken:</span></p><ul><li><span lang="DE" xml:lang="DE">zur Durchf&uuml;hrung von Recherchen und/oder Analysen in Bezug auf unsere Seiten, Markttrends, unsere Produkte und Dienstleistungen sowie zu anderen Themen;</span></li><li><span lang="DE" xml:lang="DE">um es Font-Foundry-Drittanbietern, von denen Sie m&ouml;glicherweise eine Schriftart &uuml;ber uns lizenziert haben, im Rahmen des Kundenservice zu erm&ouml;glichen, auf Ihre Anfragen zu reagieren oder Produktfragen zu kl&auml;ren;</span></li><li><span lang="DE" xml:lang="DE">um es Dienstleistern zu erm&ouml;glichen, ihren Service in Verbindung mit einigen unserer Seiten anzubieten;</span></li><li><span lang="DE" xml:lang="DE">um zu verhindern, dass Parteien in unserem Namen Werbemitteilungen an Personen senden, die sich gegen den Erhalt solcher Mitteilungen entschieden haben, und/oder</span></li><li><span lang="DE" xml:lang="DE">sofern Sie dem Erhalt von Werbemitteilungen von uns zugestimmt haben, um Ihnen ma&szlig;geschneiderte Werbung f&uuml;r ein Produkt oder eine Dienstleistung zukommen zu lassen.</span></li></ul><p><span lang="DE" xml:lang="DE">Wir greifen auf externen Dienstleister zur&uuml;ck, die in unserem Namen eine Reihe von Dienstleistungen erbringen, weshalb wir Ihre personenbezogenen Daten m&ouml;glicherweise an solche Dienstleister weitergeben, z. B. an Fulfillment-Dienstleister, Business-Intelligence-Anbieter, Werbedienstleister, Kundendienstanbieter, Lieferdienste, E-Commerce-Anbieter, Kreditkarten- oder Zahlungsabwickler sowie Forschungs- und Analyseanbieter. Diese Dritten werden von uns nicht erm&auml;chtigt, Ihre personenbezogenen Daten f&uuml;r andere Zwecke zu verwenden als die, f&uuml;r die sie zur Verf&uuml;gung gestellt wurden. Wir erm&auml;chtigen diese Dritten auch nicht, Ihre Daten an Unbefugte weiterzugeben.</span></p><p><span lang="DE" xml:lang="DE">Wenn wir Ihre personenbezogenen Daten an Dritte weitergeben, verpflichten wir diese Dritten dazu, die Vertraulichkeit Ihrer personenbezogenen Daten zu wahren und die geltenden Gesetze in Bezug auf die Weitergabe personenbezogener Daten zu befolgen. Au&szlig;erdem gestatten wir diesen Dritten nicht, die von uns zur Verf&uuml;gung gestellten personenbezogenen Daten f&uuml;r ihre Direktwerbung zu verwenden, es sei denn, wir haben Ihnen ausdr&uuml;cklich die M&ouml;glichkeit gegeben, sich f&uuml;r oder gegen eine solche Offenlegung zu entscheiden. Wenn Sie Ihren Wohnsitz im Bundesstaat Kalifornien haben, k&ouml;nnen Sie jederzeit von uns verlangen, dass wir davon absehen, Ihre personenbezogenen Daten an Dritte f&uuml;r deren Marketingzwecke weiterzugeben.</span></p><p><span lang="DE" xml:lang="DE">Bitte informieren Sie uns &uuml;ber Ihre Pr&auml;ferenzen, indem Sie uns unter</span><a href="/de/cdn-cgi/l/email-protection#5e2e2c37283f3d271e333130312a272e3b703d3133"><span> <span class="__cf_email__" data-cfemail="2050524956414359604d4f4e4f545950450e434f4d">[email&#160;protected]</span></span></a><span lang="DE" xml:lang="DE"> kontaktieren oder uns an folgende Anschrift schreiben:</span></p><p><span lang="DE" xml:lang="DE">Monotype Imaging Holdings Inc.</span><br><span lang="DE" xml:lang="DE">Attn: Legal Department &ndash; Privacy</span><br><span lang="DE" xml:lang="DE">600 Unicorn Park Drive</span><br><span lang="DE" xml:lang="DE">Woburn, MA 01801 USA</span></p><p><span lang="DE" xml:lang="DE">Wir verwenden und geben personenbezogene Daten weiter, wenn wir dies f&uuml;r notwendig oder angemessen halten: (a) gem&auml;&szlig; geltendem Recht, einschlie&szlig;lich Gesetzen au&szlig;erhalb Ihres Wohnsitzlandes, (b) zur Einhaltung gesetzlicher oder beh&ouml;rdlicher Verfahren, (c) zur Beantwortung von Anfragen &ouml;ffentlicher und staatlicher Beh&ouml;rden, einschlie&szlig;lich &ouml;ffentlicher und staatlicher Beh&ouml;rden au&szlig;erhalb Ihres Wohnsitzlandes, (d) zur Durchsetzung unserer</span><span> </span><a href="https://www.monotype.com/de/rechtshinweise/nutzungsbedingungen"><span>Nutzungsbedingungen</span></a><span> </span><span lang="DE" xml:lang="DE">oder</span><span> </span><a href="https://www.monotype.com/de/rechtshinweise/geschaeftsbedingungen"><span>Gesch&auml;ftsbedingungen</span></a><span lang="DE" xml:lang="DE">, (e) um unsere Gesch&auml;fte und die unserer Tochtergesellschaften und verbundenen Unternehmen zu sch&uuml;tzen, (f) um unsere Rechte, unsere Privatsph&auml;re, unsere Sicherheit oder unser Eigentum und/oder das unserer Tochtergesellschaften und verbundenen Unternehmen, Ihrer Person oder anderer Parteien zu sch&uuml;tzen, und (g) um Rechtsbehelfe in Anspruch zu nehmen, die uns m&ouml;glicherweise zur Verf&uuml;gung stehen, oder um Sch&auml;den zu begrenzen. Dar&uuml;ber hinaus k&ouml;nnen wir personenbezogene Daten und weitere Informationen im Falle einer Finanzierungspr&uuml;fung, eine Zahlungsunf&auml;higkeit, einer Umstrukturierung, einer Fusion, eines Verkaufs, eines Joint Ventures, einer Abtretung, einer &Uuml;bertragung oder einer sonstigen Verf&uuml;gung &uuml;ber unser gesamtes Gesch&auml;ft oder Verm&ouml;gen oder das unserer Tochtergesellschaften und anderer Parteien an Dritte weitergeben.</span></p><p><span lang="DE" xml:lang="DE">Wir bieten mitunter Community-Funktionen und &ouml;ffentliche interaktive Foren auf unseren Seiten an, wie z. B. Diskussionsforen, Chatrooms, Foren, Wikis, Plattformen f&uuml;r soziale Netzwerke und Blogs. Wenn Sie diese Funktionen nutzen, werden Ihr Benutzername, Ihre Beitr&auml;ge und sonstige personenbezogene Daten, die Sie auf diesen Funktionen zur Verf&uuml;gung stellen oder kommunizieren, m&ouml;glicherweise von anderen eingesehen. Sie sollten daher sehr sorgf&auml;ltig abw&auml;gen und &auml;u&szlig;erste Vorsicht walten lassen, bevor Sie Informationen preisgeben, da die von Ihnen geposteten Informationen in zwischengespeicherten oder archivierten Webseiten einsehbar bleiben oder von anderen kopiert und gespeichert werden k&ouml;nnten, selbst nachdem Sie sie entfernt haben. Es ist uns nicht m&ouml;glich, die Handlungen anderer bei der Nutzung oder Interaktion mit unseren Seiten zu kontrollieren, und wir &uuml;bernehmen keine Verantwortung f&uuml;r Ihre Beitr&auml;ge. Dar&uuml;ber hinaus erkl&auml;ren Sie sich mit Ihrer Teilnahme an Community-Funktionen oder &ouml;ffentlichen interaktiven Foren ggf. mit Bedingungen einverstanden, die es uns erlauben, Ihren Namen und andere Informationen, die Sie uns &uuml;ber diese Funktionen zur Verf&uuml;gung stellen, f&uuml;r unser Marketing und unsere Werbung zu verwenden.</span></p><p><span lang="DE" xml:lang="DE">Gelegentlich arbeiten wir zur Durchf&uuml;hrung von Aktionen mit anderen Unternehmen zusammen, f&uuml;hren gemeinsame Aktionen durch oder bieten separate Aktionen von Dritten an. Wenn Sie f&uuml;r diese Aktionen Ihre Daten zur Verf&uuml;gung stellen, werden Ihre Informationen oder personenbezogenen Daten m&ouml;glicherweise direkt an diese Dritten weitergegeben, die sie f&uuml;r ihre eigenen Marketingzwecke verwenden. In diesen F&auml;llen unterliegt die Verwendung Ihrer Daten, einschlie&szlig;lich aller personenbezogenen Daten, den Datenschutzerkl&auml;rungen dieser Drittpartei und nicht der vorliegenden Datenschutzerkl&auml;rung.</span></p><p><span lang="DE" xml:lang="DE">Nachfolgend finden Sie eine Liste aller Dritten, mit denen wir bei der Bereitstellung der Seiten (sowie der unten angegebenen MyFonts-Mobilanwendung und des Desktop-Client von FontExplorer X Pros) zusammenarbeiten, welche personenbezogenen Daten wir an die einzelnen Partner &uuml;bermitteln und welchen Zweck eine solche &Uuml;bermittlung hat:</span></p></div> </div> </div> <div class="field__item"> <div class="paragraph paragraph--type--table paragraph--view-mode--default"> <div class="clearfix text-formatted field field--name-field-description field--type-text-long field--label-hidden field__item"><div class="field__item"><div class="paragraph paragraph--type--text paragraph--view-mode--default"><div class="clearfix text-formatted field field--name-field-description field--type-text-long field--label-hidden field__items"><div class="field__item"><table><tbody><tr><td><strong>Kategorie/Partner</strong></td><td><strong>&Uuml;bermittelte personenbezogene Daten</strong></td><td><strong>Zweck der &Uuml;bermittlung</strong></td></tr><tr><td>Analysen Partners</td><td>&nbsp;</td><td>&nbsp;</td></tr><tr><td>Adobe-CJA (Customer Journey Analysen)</td><td>Verschl&uuml;sselte OAuthID, IP-Adresse</td><td>Interne Analysen</td></tr><tr><td>Bizible</td><td>Name, E-Mail-Address, Standortdaten,<span>&nbsp; </span>IP-Adresse, Browsing-Aktivit&auml;t, Ger&auml;teinformationen</td><td>Interne Analysen</td></tr><tr><td>Brillio</td><td>E-Mail-Adresse, Standortdaten,<span>&nbsp; </span>IP-Adresse, Browser-Informationen, Informationen und Nutzungsdaten (Website-/Seitennutzungsdauer, Anzahl der Besuche auf der Website, meistbesuchte Seiten, Chat-Interaktion, Cookies)</td><td>Interne Analysen</td></tr><tr><td>Clarity</td><td>Beschreibung siehe Abschnitt &bdquo;Welche anderen Technologien verwenden Sie?&ldquo;.</td><td>Interne Analysen</td></tr><tr><td>Clearbit</td><td>IP-Adresse</td><td>Interne Analysen</td></tr><tr><td>Delighted User&nbsp;Testing.com</td><td>E-Mail-Adresse, Standortdaten</td><td>Interne Analysen, Verbesserung des Service</td></tr><tr><td>Demandbase</td><td>IP-Adresse, Browser-Informationen Information</td><td>Interne Analysen</td></tr><tr><td>Firebase Analysen and Crashlytics</td><td>Beschreibung siehe Abschnitt &bdquo;Welche anderen Technologien verwenden Sie?&ldquo;.</td><td>Interne Analysen</td></tr><tr><td>Full Story</td><td>Beschreibung siehe Abschnitt &bdquo;Welche anderen Technologien verwenden Sie?&ldquo;.</td><td>Interne Analysen&nbsp;</td></tr><tr><td>Google Analysen</td><td>Beschreibung siehe Abschnitt &bdquo;Welche anderen Technologien verwenden Sie?&ldquo;.</td><td>Interne Analysen</td></tr><tr><td>Heap Analysen</td><td>Beschreibung siehe Abschnitt &bdquo;Welche anderen Technologien verwenden Sie?&ldquo;.</td><td>Interne Analysen</td></tr><tr><td>HotJar</td><td>Beschreibung siehe Abschnitt &bdquo;Welche anderen Technologien verwenden Sie?&ldquo;.</td><td>Interne Analysen</td></tr><tr><td>Qualtrics</td><td>E-Mail-Adresse, Standortdaten,<span>&nbsp; </span>IP-Adresse</td><td>Interne Analysen</td></tr><tr><td><strong>E-Commerce-L&ouml;sung</strong></td><td>&nbsp;</td><td>&nbsp;</td></tr><tr><td>Shopify</td><td>Beschreibung siehe Abschnitt &bdquo;Welche anderen Technologien verwenden Sie?&ldquo;.</td><td>E-Commerce Plattform f&uuml;r&nbsp;MyFonts.com</td></tr><tr><td><strong>Zahlungs-Gateway und -Verarbeitungspartner</strong></td><td>&nbsp;</td><td>&nbsp;</td></tr><tr><td>Authorize.net</td><td>Name, E-Mail-Adresse, Rechnungsadresse, Kreditkartennummer, Kreditkartencode, Kreditkartenablaufdatum, IP-Adresse</td><td>Verarbeitung von Kundenzahlungen</td></tr><tr><td>Bank of America</td><td>Name, E-Mail-Adresse, Adresse, Bankkontonummer</td><td>Verarbeitung von Lizenzzahlungen</td></tr><tr><td>PayPal</td><td>Name, E-Mail-Adresse</td><td>Verarbeitung von Kundenzahlungen</td></tr><tr><td>Stripe</td><td>Name, E-Mail-Adresse, Rechnungsadresse, Kreditkartennummer, Kreditkartencode, Kreditkartenablaufdatum, IP-Adresse</td><td>Verarbeitung von Kundenzahlungen</td></tr><tr><td><strong>Marketing-Partner</strong></td><td>&nbsp;</td><td>&nbsp;</td></tr><tr><td>Campaign Monitor (zu Sailthru verschoben oder als Erg&auml;nzung zu Sailthru?)</td><td>Name, E-Mail-Adresse,<span>&nbsp; </span>IP-Adresse</td><td>E-Mail Marketing</td></tr><tr><td>Commission Junction (CJ)</td><td>IP-Adresse, Website-bezogene Adresse, Bestelldaten, Browsing-Aktivit&auml;t</td><td>Partner-Marketing</td></tr><tr><td>Google Adwords</td><td>Standortdaten,<span>&nbsp; </span>IP-Adresse</td><td>Retargeting von Werbung</td></tr><tr><td>Marketo</td><td>Name, Addresse, E-Mail-Adresse, Telefonnummer, Ger&auml;teinformationen</td><td>Automatisierte Marketingservices</td></tr><tr><td>Metadata</td><td>Name, E-Mail-Addresse, Standortdaten,<span>&nbsp; </span>IP-Adresse, Browsing-Aktivit&auml;t, Ger&auml;teinformationen</td><td>Pflege der Kundenbeziehungen (Kundendatenbank)</td></tr><tr><td>NextRoll (f/n/a&nbsp;AdRoll)</td><td>Standortdaten,<span>&nbsp; </span>IP-Adresse</td><td>Retargeting von Werbung</td></tr><tr><td>Privy</td><td>Name, E-Mail-Adresse,<span>&nbsp; </span>IP-Adresse, Ger&auml;te und Browser-Informationen Information&nbsp;</td><td>E-Mail Marketing</td></tr><tr><td>Refersion</td><td>IP-Adresse, Website-bezogene Adresse, Bestelldaten, Browsing-Aktivit&auml;t</td><td>Partner-Marketing</td></tr><tr><td>Sailthru</td><td>Name, E-Mail-Adresse, IP-Adresse</td><td>E-Mail Marketing</td></tr><tr><td>SendGrid</td><td>Name, E-Mail-Adresse, IP-Adresse</td><td>E-Mail Marketing</td></tr><tr><td>Upsellit</td><td>Name, E-Mail-Adresse, Telefonnummer, IP-Adresse, Cookies, Browser-Informationen Typ, Betriebssystem</td><td>MyFonts.com&nbsp;Rabatte und Upselling</td></tr><tr><td>ZeroBounce</td><td>First Name, Nachname, Addresse, Standortdaten,<span>&nbsp; </span>IP-Adresse, E-Mail-Adresse</td><td>E-Mail Marketing</td></tr><tr><td>Zoom Webinar</td><td>Name, Addresse, E-Mail-Adresse, Telefonnummer, Ger&auml;teinformationen</td><td>Pflege der Kundenbeziehungen (Kundendatenbank)</td></tr><tr><td><strong>Support</strong></td><td>&nbsp;</td><td>&nbsp;</td></tr><tr><td>Salesforce Service Cloud</td><td>Name, E-Mail-Adresse, Addresse, Telefonnummer</td><td>Erbringung von Kundenservice</td></tr><tr><td><strong>Interne Technologie-Partner</strong></td><td>&nbsp;</td><td>&nbsp;</td></tr><tr><td>Algolia</td><td>IP-Adresse, Ger&auml;te und Browser-Informationen</td><td>Nachverfolgung von Benutzerpr&auml;ferenzen, Analysen</td></tr><tr><td>Amazon Web Services, Inc.</td><td>Address, E-Mail-Adresse,<span>&nbsp; </span>IP-Adresse, Standorte, Name, Telefonnummer, Zeitstempel</td><td>Externe Datenspeicherung auf Amazon Web Servern</td></tr><tr><td>Apigee (GCP)</td><td>IP-Adresse</td><td>API Entwicklung und Verwaltung</td></tr><tr><td>Appstle</td><td>Name, E-Mail-Addresse, Abonnement-Information&nbsp;</td><td>E-Commerce-L&ouml;sung</td></tr><tr><td>Auth0</td><td>E-Mail-Adresse, SSO-(Single-Sign-On) Informationen</td><td>Externe SSO-Dienstleister</td></tr><tr><td>Cloudflare, Inc.</td><td>Addresse, E-Mail-Adresse,<span>&nbsp; </span>IP-Adresse, Standorte, Name, Telefonnummer, Zeitstempel</td><td>Firewall f&uuml;r Internet-Anwendungen</td></tr><tr><td>Datadog</td><td>IP-Adresse, Standortdaten, Browser-Informationen, Ger&auml;teinformationen&nbsp;</td><td>Beobachtbarkeit/Protokollierung/&Uuml;berwachung (Web &amp; Desktop App)</td></tr><tr><td>DocuSign</td><td>Foundry Vertrags-ID, Name, Titel, Foundry Name, Adresse</td><td>Vertragsabwicklung (Foundry Plattform)</td></tr><tr><td>GoogleTag Manager</td><td>IP-Adresse, Browser-Informationen<span>&nbsp;</span></td><td>Nachverfolgung und Skripterstellung (Foundry Plattform)</td></tr><tr><td>Intercom</td><td>Vorname, Nachname, E-Mail-Adresse, IP-Adresse</td><td>Pflege der Kundenbeziehungen (Kundendatenbank), Vermarktung von Monotype Produkten</td></tr><tr><td>Maker</td><td>Cookies, Web Beacons,<span>&nbsp; </span>IP-Adresse</td><td>Benutzerverwaltung, Analysen</td></tr><tr><td>Mongo DB</td><td>Adresse, E-Mail-Adresse,<span>&nbsp; </span>IP-Adresse, Standorte, Name, Telefonnummer, Zeitstempel</td><td>Benutzerverwaltung</td></tr><tr><td>OneTrust</td><td>Cookies,<span>&nbsp; </span>IP-Adresse</td><td>Nachverfolgung von Benutzerpr&auml;ferenzen, Analysen</td></tr><tr><td>Pantheon</td><td>IP-Adresse, Browser-Informationen</td><td>&Uuml;berwachungen, Analysen</td></tr><tr><td>Weglot</td><td>IP-Adresse, Standortdaten</td><td>Website-&Uuml;bersetzung</td></tr><tr><td><strong>CRM Systems</strong></td><td>&nbsp;</td><td>&nbsp;</td></tr><tr><td>Salesforce</td><td>Name, Addresse, E-Mail-Adresse, Telefonnummer, Zahlungsinformationen</td><td>Pflege der Kundenbeziehungen (Kundendatenbank)</td></tr><tr><td>SAP</td><td>Name, Addresse, E-Mail-Adresse, Telefonnummer, Zahlungsinformationen</td><td>Pflege der Kundenbeziehungen (Kundendatenbank)</td></tr><tr><td>Splash</td><td>Name, E-Mail-Adresse, Addresse, Telefonnummer</td><td>Pflege der Kundenbeziehungen (Veranstaltungsmanagement)</td></tr></tbody></table></div></div></div></div></div> </div> </div> <div class="field__item"> <div class="paragraph paragraph--type--text paragraph--view-mode--default"> <div class="clearfix text-formatted field field--name-field-description field--type-text-long field--label-hidden field__item"><p><span lang="DE" xml:lang="DE">Dritte, die Ihre personenbezogenen Daten verarbeiten, sind vertraglich an Datenverarbeitungsvereinbarungen gebunden, die die Einhaltung der von uns in dieser Datenschutzerkl&auml;rung erl&auml;uterten Standards durch diese Parteien sicherstellen.</span></p><p><span lang="DE" xml:lang="DE"><strong>Nehmen wir an interessenbasierten Werbeprogrammen teil?</strong></span></p><p><span lang="DE" xml:lang="DE">Ja. Wenn Sie auf einige unserer Seiten zugreifen oder diese nutzen, k&ouml;nnen wir ein eindeutiges Cookie in Ihrem Browser platzieren oder ein solches erkennen, um Ihnen gezielte Werbung zu pr&auml;sentieren (auch als &bdquo;verhaltensorientierte Online-Werbung&ldquo; bezeichnet). Au&szlig;erdem gestatten wir Drittanbietern, ihre eigenen Cookies beim Besuch unserer Seiten in Ihrem Browser zu platzieren, damit sie Informationen, die auch personenbezogene Daten enthalten k&ouml;nnen, &uuml;ber Ihre Online-Aktivit&auml;ten im Laufe der Zeit und &uuml;ber verschiedene Websites hinweg erheben und Ihnen beim Surfen im Internet personalisierte Werbung anzeigen k&ouml;nnen. Welche personenbezogenen Daten wir an solche Dritten &uuml;bermitteln, ist im obigen Abschnitt &bdquo;Wie und an wen geben wir die von Ihnen erhobenen Daten weiter?&ldquo; ausf&uuml;hrlich beschrieben.</span></p><p><span lang="DE" xml:lang="DE">Diese Dritten nehmen m&ouml;glicherweise an dem von der Digital Advertising Alliance verwalteten Selbstregulierungsprogramm f&uuml;r verhaltensbezogene Online-Werbung teil. Im Rahmen dieses Programms wird Ihnen ggf. zielgerichtete Werbung zusammen mit einem&nbsp;</span><a href="http://www.aboutads.info/"><span>AdChoices</span></a><span lang="DE" xml:lang="DE">-Symbol angezeigt, das Sie dar&uuml;ber informiert, wie Ihre Daten verwendet werden. Sie haben dann die M&ouml;glichkeit, diese verhaltensbezogene Werbung zu deaktivieren. Durch einen Klick auf das&nbsp;</span><a href="http://www.aboutads.info/"><span>AdChoices</span></a><span lang="DE" xml:lang="DE">-Symbol erfahren Sie mehr &uuml;ber Ihre Wahlm&ouml;glichkeiten in Bezug auf interessenbezogene Werbung. Auf Mobilger&auml;ten k&ouml;nnen Sie die Website der Digital Advertising Alliance&nbsp;</span><a href="http://youradchoices.com/appchoices"><span>AppChoices Website</span></a><span lang="DE" xml:lang="DE">&nbsp;besuchen und eine kostenlose App herunterladen, mit der Sie Einstellungen f&uuml;r die Erhebung und Nutzung von Daten in mobilen Anwendungen vornehmen k&ouml;nnen. Sie k&ouml;nnen sich auch generell gegen den Erhalt personenbezogener Werbung von werbetreibenden Dritten und Werbenetzwerken entscheiden, die Mitglied der&nbsp;Network Advertising Initiative&nbsp;sind, indem Sie die&nbsp;</span><a href="http://www.networkadvertising.org/choices/"><span>Opt-out-Seite</span></a><span lang="DE" xml:lang="DE">&nbsp;auf deren Website besuchen.</span></p><p><span lang="DE" xml:lang="DE">Einige Browser verf&uuml;gen &uuml;ber eine &bdquo;Do not track&ldquo;-Funktion, mit der Sie festlegen k&ouml;nnen, dass Ihre Online-Aktivit&auml;ten nicht nachverfolgt werden sollen. Nur bestimmte unserer Seiten sind derzeit so eingerichtet, dass sie auf diese Meldungen reagieren. F&uuml;r Seiten, die nicht so eingerichtet sind, dass sie auf eine &bdquo;Do-not-Track&ldquo;-Einstellung reagieren, haben Sie jedoch andere M&ouml;glichkeiten. Eine Erl&auml;uterung hierzu in Bezug auf unsere verschiedenen Arten von Werbung und elektronischen marketingbezogenen Kommunikationen finden Sie in dieser Datenschutzerkl&auml;rung.</span></p><p><span lang="DE" xml:lang="DE">Zur Schaltung gezielter Werbung verwenden wir NextRoll, Inc. (fr&uuml;her AdRoll, Inc.). Verbraucher in Kalifornien werden auf die Hinweise des kalifornischen Verbraucherschutzgesetzes [California Consumer Privacy Act of 2018, CCPA] in Abschnitt 13 der</span><span> </span><a href="https://www.nextroll.com/de-DE/privacy"><span>Datenschutzerkl&auml;rung</span></a><span lang="DE" xml:lang="DE"> des NextRoll-Service hingewiesen.</span></p><p><span lang="DE" xml:lang="DE"><strong>Welche anderen Technologien nutzen wir?</strong></span></p><p><em><span lang="DE" xml:lang="DE">Clear gifs</span></em><br><span lang="DE" xml:lang="DE">Einige unserer Seiten verwenden eine Softwaretechnologie namens Clear Gifs (auch bekannt als Web Beacons/Web Bugs), die uns bei der Verwaltung unserer Inhalte und Newsletter hilft, indem sie uns dar&uuml;ber informiert, welche Inhalte wirkungsvoll sind. Clear Gifs sind winzige Grafiken mit einer eindeutigen Kennung, die in ihrer Funktion Cookies &auml;hneln. Im Gegensatz zu Cookies, die auf der Festplatte des Benutzers gespeichert werden, werden Clear Gifs unsichtbar auf Webseiten und in E-Mails eingebettet und sind etwa so gro&szlig; wie der Punkt am Ende dieses Satzes. Die durch Clear Gifs gesammelten Informationen werden von uns nicht mit den zur Identifizierung einer Person geeigneten Daten unserer Kunden zusammengef&uuml;hrt. Wir verwenden Clear Gifs in unseren HTML-basierten E-Mails, um zu erfahren, welche E-Mails von Empf&auml;ngern ge&ouml;ffnet wurden. Dies erm&ouml;glicht es uns, die Wirksamkeit bestimmter Kommunikationen und die Effektivit&auml;t unserer Marketingkampagnen zu ermitteln.&nbsp;</span></p><p><em><span lang="DE" xml:lang="DE">Google360 (Google Analytics)</span></em><br><span lang="DE" xml:lang="DE">Einige unserer Seiten und der FontExplorer X Pro Desktop-Client verwenden &bdquo;Google Analytics&ldquo;, um Informationen &uuml;ber die Nutzung dieser Seite zu erheben. Google Analytics erhebt Informationen dar&uuml;ber, wie oft Nutzer diese Seite besuchen, welche Seiten sie dabei besuchen und welche anderen Seiten sie vor dem Besuch dieser Seite aufgerufen haben. Die von Google Analytics erhaltenen Informationen verwenden wir ausschlie&szlig;lich zur Verbesserung der Seiten. Google Analytics erhebt nur die Ihnen zum Zeitpunkt des Besuchs dieser Seite zugewiesene IP-Adresse, nicht aber Ihren Namen oder andere identifizierende Informationen. Wir verkn&uuml;pfen die durch die Verwendung von Google Analytics erhobenen Informationen nicht mit personenbezogenen Daten. Obwohl Google Analytics ein permanentes Cookie in Ihrem Webbrowser platziert, um Sie bei Ihrem n&auml;chsten Besuch der Seite als eindeutigen Nutzer zu identifizieren, kann das Cookie ausschlie&szlig;lich von Google verwendet werden. Die&nbsp;</span><a href="https://www.google.com/analytics/terms/"><span>Google Analytics Nutzungsbestimmungen</span></a><span lang="DE" xml:lang="DE">&nbsp;(in der f&uuml;r beh&ouml;rdliche Websites jeweils g&uuml;ltigen Fassung) und die&nbsp;</span><a href="https://policies.google.com/privacy"><span>Google Datenschutzerkl&auml;rung</span></a><span lang="DE" xml:lang="DE">&nbsp;schr&auml;nken die M&ouml;glichkeit der Nutzung und Weitergabe der von Google Analytics erhobenen Informationen &uuml;ber Ihre Besuche auf dieser Seite ein. Sie k&ouml;nnen die Wiedererkennung durch Google Analytics bei erneuten Besuchen einer Seite verhindern, indem Sie das Cookie deaktivieren oder ein&nbsp;</span><a href="https://tools.google.com/dlpage/gaoptout"><span>Browser-Add-on installieren, um Google Analytics zu deaktivieren</span></a><span lang="DE" xml:lang="DE">.&nbsp;</span></p><p><em><span lang="DE" xml:lang="DE">Heap Analytics</span></em><br><span lang="DE" xml:lang="DE">Einige unserer Seiten verwenden Heap Analytics, einen Webanalysedienst der Heap Inc. 460 Bryant St., Suite 300, San Francisco, CA 94107, USA (&bdquo;Heap&ldquo;). Dieser Dienst verwendet Cookies, die eine Analyse der Website-Nutzung erm&ouml;glichen. Die durch das Cookie erzeugten Informationen &uuml;ber Ihre Benutzung dieser Website werden an einen Server von Heap in den Vereinigten Staaten von Amerika &uuml;bertragen und dort gespeichert. Sofern die IP-Anonymisierung auf dieser Website aktiviert ist, wird Ihre IP-Adresse von Heap innerhalb von Mitgliedstaaten der Europ&auml;ischen Union oder in anderen Vertragsstaaten des Abkommens &uuml;ber den Europ&auml;ischen Wirtschaftsraum (EWR) zuvor gek&uuml;rzt. Nur in Ausnahmef&auml;llen wird die vollst&auml;ndige IP-Adresse an einen Server von Heap in den USA &uuml;bertragen und dort gek&uuml;rzt. Heap verwendet diese Informationen, um Ihre Nutzung einer Website auszuwerten, um Berichte &uuml;ber die Websiteaktivit&auml;ten f&uuml;r Websitebetreiber zusammenzustellen und um weitere mit der Websitenutzung und der Internetnutzung verbundene Dienstleistungen zu erbringen. Sie k&ouml;nnen die Speicherung der Cookies durch eine entsprechende Einstellung Ihrer Browser-Software verhindern; wir weisen Sie jedoch darauf hin, dass Sie in diesem Fall m&ouml;glicherweise nicht alle Funktionen eines Dienstes vollumf&auml;nglich nutzen k&ouml;nnen. Sie k&ouml;nnen die Erfassung der durch das Cookie erzeugten und auf Ihre Nutzung unserer Seiten bezogenen Daten (inkl. Ihrer IP-Adresse) sowie die Verarbeitung dieser Daten durch Heap verhindern, indem Sie die Verwendung von Cookies in Ihrem Browser deaktivieren.</span></p><p><em><span lang="DE" xml:lang="DE">FullStory</span></em><br><span lang="DE" xml:lang="DE">Einige unserer Seiten verwenden einen von FullStory, Inc. 1745 Peachtree St. NW Ste G, Atlanta, GA 30309, USA, erbrachten Analysedienst. Mit Hilfe von FullStory setzen wir Cookies ein, die es uns erm&ouml;glichen, die Sitzungen unserer Kunden auf unseren Seiten nachzuvollziehen. Weitere Informationen &uuml;ber FullStory finden Sie in der </span><a href="https://www.fullstory.com/legal/privacy/"><span>Datenschutzerkl&auml;rung</span></a><span lang="DE" xml:lang="DE"> von FullStory. Falls Sie der Erhebung und Verarbeitung Ihrer Daten durch FullStory widersprechen m&ouml;chten, besuchen Sie bitte </span><a href="https://www.fullstory.com/optout/"><span>https://www.fullstory.com/optout/</span></a><span lang="DE" xml:lang="DE">.</span></p><p><em><span lang="DE" xml:lang="DE">Clarity</span></em><br><span lang="DE" xml:lang="DE">Einige unserer Seiten nutzen Microsoft Clarity, einen Analysedienst der Microsoft Corporation, One Microsoft Way, Redmond, WA 98052-6399, USA. Clarity ist ein Technologiedienst, der uns im Rahmen unseres berechtigten Interesses dabei hilft, uns mit dem Nutzererlebnis n&auml;her vertraut zu machen (z.&nbsp;B. wie viel Zeit die Nutzer auf den Seiten verbringen, welche Links sie anklicken, was den Nutzern auf den Seiten gef&auml;llt und was nicht, usw.) und der es uns erm&ouml;glicht, unsere Seiten unter Ber&uuml;cksichtigung des Nutzerfeedbacks aufzubauen und zu pflegen. Um Daten &uuml;ber das Verhalten unserer Nutzer und deren Ger&auml;te zu erheben, verwendet Clarity Cookies und andere Technologien. Dazu geh&ouml;ren die IP-Adresse eines Ger&auml;ts (die w&auml;hrend Ihrer Sitzung verarbeitet und in anonymisierter Form gespeichert wird), die Bildschirmgr&ouml;&szlig;e des Ger&auml;ts, der Ger&auml;tetyp (eindeutige Ger&auml;tekennungen), Browserinformationen, der geografische Standort (nur Land) und die bevorzugte Sprache, in der unsere Seiten angezeigt werden. Clarity speichert diese Informationen in einem </span><em><span lang="DE" xml:lang="DE">anonymisierten Benutzerprofil</span></em><span lang="DE" xml:lang="DE">.</span><em><span lang="DE" xml:lang="DE">Wie in der Microsoft-Datenschutzerkl&auml;rung beschrieben, erhebt oder erh&auml;lt Microsoft &uuml;ber Clarity personenbezogene Daten von Ihnen, um Microsoft-Werbung bereitzustellen:</span></em><a href="https://privacy.microsoft.com/en-us/privacystatement"><span>https://privacy.microsoft.com/en-us/privacystatement</span></a><em><span lang="DE" xml:lang="DE">.</span></em></p><p><em><span lang="DE" xml:lang="DE">Firebase Analytics und Crashlytics</span></em></p><p><span lang="DE" xml:lang="DE">Die MyFonts-Mobilanwendung nutzt die von Google Inc. betriebenen Analysedienste Firebase Analytics und Firebase Crashlytics (zusammen &bdquo;Firebase&ldquo;), um die Nutzung der MyFonts-Mobilanwendung zu analysieren und diese Anwendung zu verbessern. Firebase verwendet zur Datenerhebung Cookies, Kennungen f&uuml;r Mobilger&auml;te (einschlie&szlig;lich Android Ad-ID und Advertising Identifier f&uuml;r iOS) oder &auml;hnliche Technologien. Sie k&ouml;nnen bestimmte Firebase-Funktionen &uuml;ber die Einstellungen Ihres Mobilger&auml;ts deaktivieren, z.&nbsp;B. die Einstellungen f&uuml;r Werbung auf Ihrem Ger&auml;t. Weitere Informationen &uuml;ber Firebase, einschlie&szlig;lich der Art und Weise, wie Daten erhoben und verarbeitet werden, finden Sie unter&nbsp;</span><a href="http://www.google.com/policies/privacy/partners/"><span>www.google.com/policies/privacy/partners/</span></a><span lang="DE" xml:lang="DE">.</span></p><p><span lang="DE" xml:lang="DE"><strong>Wie k&ouml;nnen Sie auf Ihre personenbezogenen Daten zugreifen und sie aktualisieren?</strong></span></p><p><span lang="DE" xml:lang="DE">Wir bewahren personenbezogene Daten so lange auf, wie es zur Erf&uuml;llung der in dieser Datenschutzerkl&auml;rung genannten Zwecke erforderlich ist, es sei denn, eine l&auml;ngere Aufbewahrungsfrist ist gesetzlich vorgeschrieben oder zul&auml;ssig. Wenn Sie ein Online-Konto auf einer unserer Seiten erstellt haben und die von Ihnen zur Verf&uuml;gung gestellten personenbezogenen Daten aktualisieren m&ouml;chten, so k&ouml;nnen Sie auf Ihr Konto auf der Seite zugreifen, um Ihre personenbezogenen Daten einzusehen und bei Bedarf zu &auml;ndern oder zu korrigieren. Dar&uuml;ber hinaus k&ouml;nnen Sie uns unter Verwendung der im Abschnitt &bdquo;Wie k&ouml;nnen Sie uns kontaktieren?&ldquo; dieser Datenschutzerkl&auml;rung genannten M&ouml;glichkeiten zwecks Zugang oder Aktualisierung Ihrer Daten kontaktieren. Wir werden versuchen, Ihrer Bitte so schnell wie m&ouml;glich nachzukommen.</span></p><p><span lang="DE" xml:lang="DE"><strong>K&ouml;nnen Sie von uns die L&ouml;schung Ihrer personenbezogenen Daten verlangen?</strong></span></p><p><span lang="DE" xml:lang="DE">Sie k&ouml;nnen die L&ouml;schung Ihrer personenbezogenen Daten verlangen, indem Sie uns eine E-Mail oder einen Brief an den im Abschnitt &bdquo;Wie k&ouml;nnen Sie uns kontaktieren?&ldquo; dieser Datenschutzerkl&auml;rung angegebenen Kontakt senden. Unter Umst&auml;nden ist es uns jedoch nicht m&ouml;glich, einige personenbezogene Daten zu l&ouml;schen, z.&nbsp;B. weil wir diese aus Sicherheitsgr&uuml;nden aufbewahren m&uuml;ssen, weil wir die Gesetze bestimmter Gerichtsbarkeiten einhalten m&uuml;ssen und/oder weil wir Sie als Kunden, Schriftdesigner oder Foundry weiter identifizieren m&uuml;ssen oder weil wir Dienstleistungen, die wir &uuml;ber unsere Seiten anbieten, warten m&uuml;ssen. Wir werden Sie informieren, ob Ihre Daten gel&ouml;scht wurden bzw. wenn sie nicht gel&ouml;scht werden k&ouml;nnen.</span></p><p><span lang="DE" xml:lang="DE"><strong>Wie k&ouml;nnen Sie den Erhalt von Mitteilungen ablehnen?</strong></span></p><p><span lang="DE" xml:lang="DE">Sie k&ouml;nnen den Erhalt unserer Mitteilungen ablehnen, indem Sie auf den Link &bdquo;Abbestellen&ldquo; am Ende jeder elektronischen Mitteilung klicken, die Sie von uns erhalten. Wenn Sie ein Online-Konto erstellt haben, als Sie sich f&uuml;r den Erhalt unserer marketingbezogenen Mitteilungen registriert haben, k&ouml;nnen Sie sich auf der entsprechenden Seite in Ihr Konto anmelden und Ihre Einstellungen zur Kommunikation &auml;ndern. Sollten Sie Schwierigkeiten haben, sich von unseren elektronischen marketingbezogenen Mitteilungen mit den oben genannten Methoden abzumelden, kontaktieren Sie uns bitte direkt unter Verwendung der im Abschnitt &bdquo;Wie k&ouml;nnen Sie uns kontaktieren?&ldquo; dieser Datenschutzerkl&auml;rung angegebenen M&ouml;glichkeiten.</span></p><p><span lang="DE" xml:lang="DE">Wenn Sie keine Printkommunikation mehr von uns erhalten m&ouml;chten, kontaktieren Sie uns bitte direkt unter Verwendung der im Abschnitt &bdquo;Wie k&ouml;nnen Sie uns kontaktieren?&ldquo; dieser Datenschutzerkl&auml;rung angegebenen M&ouml;glichkeiten. Bitte geben Sie in Ihrer Korrespondenz stets an, welche Art von Mitteilungen Sie nicht mehr erhalten m&ouml;chten. Bitte geben Sie uns ausreichend Zeit, um Ihre Anfrage zu bearbeiten. Bitte beachten Sie jedoch, dass wir Ihnen auch dann, wenn Sie sich gegen den Erhalt bestimmter Mitteilungen entschieden haben, unter Umst&auml;nden Mitteilungen zu Ihren Bestellungen, Anfragen an den Kundenservice, Teilnahme an Aktionen und sonstigen Angelegenheiten zusenden m&uuml;ssen. Au&szlig;erdem k&ouml;nnen wir &uuml;ber Sie erhobene Daten f&uuml;r unsere Unterlagen, unsere Forschung und andere Zwecke aufbewahren.</span></p><p><span lang="DE" xml:lang="DE">Beachten Sie ferner, dass Sie, wenn Sie an einer Aktion unter Einbindung einer Drittpartei teilgenommen und sich im Rahmen dieser Aktion damit einverstanden erkl&auml;rt haben, k&uuml;nftig Marketingmitteilungen direkt von dieser Partei zu erhalten, sich mit dieser Partei in Verbindung setzen m&uuml;ssen, um die Zusendung dieser Mitteilungen abzulehnen. Die Einzelheiten hierzu sind gegebenenfalls in den Datenschutzerkl&auml;rungen dieser Drittpartei dargelegt.</span></p><p><span lang="DE" xml:lang="DE"><strong>Welche Rechte habe ich als kalifornischer Verbraucher?</strong></span></p><p><span lang="DE" xml:lang="DE">Zus&auml;tzlich zu den in dieser Datenschutzerkl&auml;rung dargelegten Rechten sieht das kalifornische Recht, einschlie&szlig;lich des California Consumer Privacy Act von 2018 (&bdquo;CCPA&ldquo;), zus&auml;tzliche Rechte f&uuml;r kalifornische Verbraucher vor. Ihre Rechte als kalifornischer Verbraucher sind im Folgenden zusammengefasst.</span></p><p><span lang="DE" xml:lang="DE">Sie haben das Recht, zus&auml;tzliche Informationen &uuml;ber Ihre personenbezogenen Daten anzufordern, einschlie&szlig;lich der Kategorien und spezifischen Teile der personenbezogenen Daten, die wir &uuml;ber Sie erhoben haben, der Quelle dieser personenbezogenen Daten, des Zwecks dieser Erhebung und Informationen dar&uuml;ber, wie Ihre personenbezogenen Daten an Dritte weitergegeben werden.</span></p><p><span lang="DE" xml:lang="DE">Sollten Sie Ihre Rechte als Verbraucher gem&auml;&szlig; dem CCPA wahrnehmen, werden Sie dadurch nicht benachteiligt. Wenn Sie einen Antrag nach dem CCPA stellen m&ouml;chten, beachten Sie bitte den Abschnitt &bdquo;Wie k&ouml;nnen Sie uns kontaktieren?&ldquo; in dieser Datenschutzerkl&auml;rung.</span></p><p><span lang="DE" xml:lang="DE"><strong>Wie gew&auml;hrleisten wir die Sicherheit Ihrer Daten?</strong></span></p><p><span lang="DE" xml:lang="DE">Wir und bestimmte Dritte, die wir mit der Erhebung oder Speicherung Ihrer Daten beauftragen, setzen wirtschaftlich angemessene organisatorische, technische und administrative Mittel ein, um erhobene, bereitgestellte, gespeicherte und/oder &uuml;bermittelte Daten, einschlie&szlig;lich Ihrer personenbezogenen Daten, vor Verlust, Missbrauch und unbefugtem Zugriff oder unbefugter Offenlegung zu sch&uuml;tzen. Gleichwohl sind weder die Methoden der Internet- oder elektronischen &Uuml;bertragung noch der elektronischen Speicherung zu 100&nbsp;% sicher oder fehlerfrei, sodass wir keine absolute Sicherheit garantieren k&ouml;nnen.</span></p><p><span lang="DE" xml:lang="DE">Indem Sie die Seiten nutzen oder uns Ihre personenbezogenen Daten zur Verf&uuml;gung stellen, erkl&auml;ren Sie sich damit einverstanden, dass wir mit Ihnen auf elektronischem Wege &uuml;ber Sicherheits-, Datenschutz- und Verwaltungsangelegenheiten im Zusammenhang mit Ihrer Nutzung der Seiten kommunizieren d&uuml;rfen. Wenn wir von einer Verletzung des Sicherheitssystems erfahren, bem&uuml;hen wir uns, Sie auf elektronischem Wege zu benachrichtigen, indem wir eine Mitteilung auf den Seiten ver&ouml;ffentlichen oder Ihnen eine E-Mail schicken. Sie haben ggf. das Recht, diese Mitteilung in schriftlicher Form zu erhalten. Um kostenfrei eine schriftliche Benachrichtigung &uuml;ber eine Verletzung der Sicherheit Ihrer personenbezogenen Daten zu erhalten (oder um Ihre Einwilligung zum Erhalt einer elektronischen Benachrichtigung zu widerrufen), kontaktieren Sie uns bitte unter Verwendung der im Abschnitt &bdquo;Wie k&ouml;nnen Sie uns kontaktieren?&ldquo; dieser Datenschutzerkl&auml;rung angegebenen M&ouml;glichkeiten.</span></p><p><span lang="DE" xml:lang="DE"><strong>Welche Seiten fallen nicht unter diese Datenschutzerkl&auml;rung?</strong></span></p><p><span lang="DE" xml:lang="DE">Einige unserer Seiten werden au&szlig;erhalb der Vereinigten Staaten von Amerika betrieben und unterliegen separaten Datenschutzerkl&auml;rungen, die auf diesen Seiten gesondert verlinkt sind.</span></p><p><span lang="DE" xml:lang="DE">Auch k&ouml;nnen einige unserer Seiten Links oder Verweise auf andere Websites oder Dienste enthalten, die von Dritten verwaltet werden. Diese Datenschutzerkl&auml;rung erstreckt sich nur auf Daten, die wir &uuml;ber unsere Seiten erheben, welche auf diese Datenschutzerkl&auml;rung verweisen, und nicht auf Websites, Dienste oder Anwendungen, die nicht auf diese Datenschutzerkl&auml;rung verweisen oder die von anderen Unternehmen oder Organisationen unterhalten und kontrolliert werden, sowie auf Kommunikation von Dritten, die auf unser Unternehmen oder unsere Produkte verweisen. Einige unserer Seiten bieten Ihnen zum Beispiel die M&ouml;glichkeit, Eink&auml;ufe &uuml;ber externe Zahlungsanbieter zu t&auml;tigen. In diesen F&auml;llen werden Sie auf eine Webseite weitergeleitet, die von Dritten (oder deren Dienstleistern) und nicht von uns gehostet wird. Sofern nicht anders angegeben, werden personenbezogene Daten, die Sie &uuml;ber eine Webseite eines Dritten zur Verf&uuml;gung stellen, von diesem Dritten erhoben und unterliegen den Datenschutzerkl&auml;rungen dieses Dritten. Die Nutzung der von Ihnen zur Verf&uuml;gung gestellten Daten durch Dritte unterliegt weder unserer Kontrolle noch &uuml;bernehmen wir die Verantwortung daf&uuml;r.</span></p><p><span lang="DE" xml:lang="DE">Die Erhebung und Verwendung Ihrer Daten durch und &uuml;ber Websites, Anwendungen oder andere Mittel von Dritten unterliegt den f&uuml;r diese Dritten und Medien geltenden Datenschutzerkl&auml;rungen. Die Aufnahme eines Links oder Verweises auf einer unserer Seiten bedeutet nicht, dass wir oder unsere Tochtergesellschaften und/oder verbundenen Unternehmen die verlinkte Seite empfehlen. Websites und andere Produkte von Dritten k&ouml;nnen unseren Namen, Logos, Produkte oder andere Markenzeichen enthalten, obgleich sie von Dritten betrieben werden, zu denen wir m&ouml;glicherweise in (k)einer Beziehung stehen. Wir empfehlen Ihnen, die Datenschutzerkl&auml;rungen jedes Dienstes, jeder Anwendung und jeder Website zu lesen, die Sie besuchen oder mit denen Sie interagieren.</span></p><p><span lang="DE" xml:lang="DE"><strong>Erheben wir Daten von Kindern unter 13 Jahren?</strong></span></p><p><span lang="DE" xml:lang="DE">Personenbezogene Daten von Kindern unter 13 Jahren werden von uns nicht wissentlich erhoben, verwaltet oder verwendet, und keine der Seiten ist an Kinder unter 13 Jahren gerichtet. Kinder unter 13 Jahre sollten unsere Seiten nicht nutzen und uns ihre personenbezogenen Daten nicht zur Verf&uuml;gung stellen. Wenn Sie erfahren, dass Ihr Kind oder ein Kind, f&uuml;r das Sie verantwortlich sind, uns seine personenbezogenen Daten ohne Ihre Einwilligung zur Verf&uuml;gung gestellt hat, k&ouml;nnen Sie uns unter&nbsp;</span><a href="/de/cdn-cgi/l/email-protection#2151534857404258614c4e4f4e555851440f424e4c"><span><span class="__cf_email__" data-cfemail="78080a110e191b0138151716170c01081d561b1715">[email&#160;protected]</span></span></a><span lang="DE" xml:lang="DE"> benachrichtigen. Wenn wir erfahren, dass wir personenbezogene Daten von einem Kind unter 13 Jahren erhoben haben, werden wir umgehend Ma&szlig;nahmen ergreifen, um diese Daten zu l&ouml;schen und das Konto des Kindes zu schlie&szlig;en.</span></p><p><span lang="DE" xml:lang="DE"><strong>Werden Daten &uuml;bermittelt und werden Daten grenz&uuml;berschreitend &uuml;bermittelt?</strong></span></p><p><span lang="DE" xml:lang="DE">Da wir weltweit t&auml;tig sind, werden Ihre personenbezogenen Daten unter Umst&auml;nden in jedem Land gespeichert und/oder verarbeitet, in dem wir eine Niederlassung haben oder Dienstleister einbinden, auch in den Vereinigten Staaten von Amerika oder in anderen L&auml;ndern. Durch die Nutzung unserer Seiten stimmen Sie der &Uuml;bermittlung von Daten in L&auml;nder au&szlig;erhalb Ihres Wohnsitzlandes zu, auch in die Vereinigten Staaten von Amerika oder in andere L&auml;nder, in denen wom&ouml;glich andere Datenschutzbestimmungen als in Ihrem Land gelten.</span></p><p><span lang="DE" xml:lang="DE">Dritte, mit denen wir zusammenarbeiten und die Ihre personenbezogenen Daten au&szlig;erhalb des EWR verarbeiten, sind vertraglich verpflichtet, einen Datenschutzstandard einzuhalten, der dem der Europ&auml;ischen Union entspricht. In allen anderen F&auml;llen sind die Dritten an Datenverarbeitungsvertr&auml;ge (wenn ein Angemessenheitsbeschluss oder ein Datenschutzrahmen vorliegt) oder an Datenverarbeitungsvertr&auml;ge gebunden, die die EU-Standardvertragsklauseln enthalten. Monotype beachtet bei allen Weiter&uuml;bermittlungen personenbezogener Daten aus der EU, dem Vereinigten K&ouml;nigreich und der Schweiz die Grunds&auml;tze, insbesondere die Bestimmungen &uuml;ber die Haftung bei Weiter&uuml;bermittlungen.</span></p><p><span lang="DE" xml:lang="DE">Indem Sie sich f&uuml;r die Nutzung der Seiten entscheiden oder uns anderweitig Informationen zur Verf&uuml;gung stellen, erkl&auml;ren Sie sich, sofern Sie kein Verbraucher in der Europ&auml;ischen Union sind, damit einverstanden, dass alle Streitigkeiten im Zusammenhang mit dem Datenschutz oder den in dieser Datenschutzerkl&auml;rung enthaltenen Bedingungen den Gesetzen des Commonwealth of Massachusetts unterliegen und die Entscheidung von Streitigkeiten, die im Zusammenhang mit den Seiten entstehen, in &Uuml;bereinstimmung mit unseren&nbsp;</span><a href="https://www.monotype.com/de/rechtshinweise/nutzungsbedingungen"><span>Nutzungsbedingungen</span></a><span lang="DE" xml:lang="DE"> erfolgt.</span></p><p><span lang="DE" xml:lang="DE"><strong>Verwenden wir Cookies?</strong></span></p><p><span lang="DE" xml:lang="DE">Cookies sind kleine Textdateien, die in Ihrem Webbrowser gespeichert werden und es unseren Seiten oder auch Dritten erm&ouml;glichen, Sie zu identifizieren. Cookies k&ouml;nnen zum Erheben, Speichern und Weitergeben von Informationen zu Ihren Aktivit&auml;ten auf verschiedenen Websites, einschlie&szlig;lich der Website unserer Seiten, verwendet werden. Wir verwenden Cookies, um bestimmte Funktionen zu erm&ouml;glichen, Ihre bevorzugten Einstellungen (z.&nbsp;B. Sprach- oder W&auml;hrungseinstellungen) zu speichern und das Nutzerverhalten zu analysieren, um das Nutzererlebnis auf unserer Seite zu verbessern.</span></p><p><span lang="DE" xml:lang="DE">Unsere Seiten verwenden sowohl Session Cookies als auch permanente Cookies. Ein Session Cookie wird verwendet, um einen bestimmten Besuch auf unseren Seiten zu erkennen. Diese Cookies verlieren nach kurzer Zeit ihre G&uuml;ltigkeit, sp&auml;testens jedoch dann, wenn Sie Ihren Webbrowser nach der Nutzung unserer Seiten schlie&szlig;en. Wir verwenden diese Cookies, um Sie w&auml;hrend einer einzelnen Browsing-Sitzung zu identifizieren, z.&nbsp;B. wenn Sie sich bei unseren Seiten anmelden. Ein dauerhafter Cookie verbleibt auf Ihren Ger&auml;ten f&uuml;r eine bestimmte, im Cookie angegebene Dauer. Wir verwenden diese Cookies, wenn wir Sie &uuml;ber einen l&auml;ngeren Zeitraum hinweg identifizieren m&uuml;ssen.</span></p><p><span lang="DE" xml:lang="DE">Wir k&ouml;nnen unsere Seite derzeit nicht ohne die Speicherung von Cookies anbieten. Wenn Sie also unsere Seiten weiter nutzen, erkl&auml;ren Sie sich damit einverstanden, dass wir ein Cookie setzen. Sollten Sie jedoch mit Cookies oder bestimmten Arten von Cookies nicht einverstanden sein, k&ouml;nnen Sie die Einstellungen Ihres Browsers so &auml;ndern, dass bereits gesetzte Cookies gel&ouml;scht und neue Cookies nicht akzeptiert werden. N&auml;heres dazu erfahren Sie auf den Hilfeseiten Ihres Browsers.</span></p><p><span lang="DE" xml:lang="DE">Bitte beachten Sie jedoch, dass Sie, wenn Sie Cookies l&ouml;schen oder nicht akzeptieren, m&ouml;glicherweise nicht alle von uns angebotenen Funktionen nutzen k&ouml;nnen. Zudem k&ouml;nnen Sie Ihre Einstellungen nicht speichern; auch werden einige unserer Seiten dann m&ouml;glicherweise nicht richtig angezeigt.</span></p><p><span lang="DE" xml:lang="DE"><strong>Hat das Unternehmen einen Datenschutzbeauftragten?</strong></span></p><p><span lang="DE" xml:lang="DE">Wir besch&auml;ftigen zwar keinen Datenschutzbeauftragten, aber wir haben einen internen Verantwortlichen f&uuml;r den Datenschutz ernannt. Je nachdem, welches Unternehmen die Seite betreibt, kann ein (interner oder externer) lokaler Verantwortlicher zust&auml;ndig sein. Sie k&ouml;nnen sich jedoch jederzeit an unseren Datenschutzbeauftragten wenden, der Sie an den jeweiligen lokalen Verantwortlichen weitervermittelt:</span></p><p><span lang="DE" xml:lang="DE">Monotype Imaging Holdings Inc.</span><br><span lang="DE" xml:lang="DE">Attn. Data Protection Representative</span><br><span lang="DE" xml:lang="DE">600 Unicorn Park Drive</span><br><span lang="DE" xml:lang="DE">Woburn, MA 01801 USA</span></p><p><span lang="DE" xml:lang="DE"><strong>Wie k&ouml;nnen Sie uns kontaktieren?</strong></span></p><p><span lang="DE" xml:lang="DE">Bitte richten Sie alle Anfragen zu dieser Datenschutzerkl&auml;rung, zur Sicherheit Ihrer personenbezogenen Daten oder zu anderen Daten, die wir &uuml;ber Sie erhoben haben, an unseren Verantwortlichen f&uuml;r den Datenschutz, indem Sie uns eine E-Mail an&nbsp;</span><span> </span><a href="/de/cdn-cgi/l/email-protection#8ffffde6f9eeecf6cfe2e0e1e0fbf6ffeaa1ece0e2"><span><span class="__cf_email__" data-cfemail="1d6d6f746b7c7e645d7072737269646d78337e7270">[email&#160;protected]</span></span></a><span lang="DE" xml:lang="DE"> senden oder sich postalisch an uns wenden:</span></p><p><span lang="DE" xml:lang="DE">Monotype Imaging Holdings Inc. Attn.</span><br><span lang="DE" xml:lang="DE">Data Protection Representative</span><br><span lang="DE" xml:lang="DE">600 Unicorn Park Drive</span><br><span lang="DE" xml:lang="DE">Woburn, MA 01801 USA</span></p><p><span lang="DE" xml:lang="DE">Wenn Sie Fragen oder Anmerkungen zu unserem Unternehmen oder unseren Seiten haben oder sich anderweitig an den Kundenservice wenden m&ouml;chten, kontaktieren Sie bitte Ihre lokale Monotype-Niederlassung. Hier finden Sie eine&nbsp;</span><a href="https://www.monotype.com/de/Unternehmen/Kontakt"><span>&Uuml;bersicht &uuml;ber die Kontaktdaten</span></a><span lang="DE" xml:lang="DE">&nbsp;unserer Niederlassungen im In- und Ausland.</span></p><p><span lang="DE" xml:lang="DE"><strong>Werden &Auml;nderungen an dieser Datenschutzerkl&auml;rung und/oder unseren Datenschutzpraktiken vorgenommen?</strong></span></p><p><span lang="DE" xml:lang="DE">Ja. Bei &Auml;nderungen unserer Praktiken, der von uns verwendeten Technologien, die sich auf Ihre Privatsph&auml;re beziehen, sowie bei gesetzlichen Bestimmungen oder aus anderen Gr&uuml;nden werden wir diese Datenschutzerkl&auml;rung gegebenenfalls aktualisieren. Bitte &uuml;berpr&uuml;fen Sie den Vermerk &bdquo;LETZTE AKTUALISIERUNG&ldquo; oben auf dieser Seite, um sich &uuml;ber die j&uuml;ngste &Uuml;berarbeitung dieser Datenschutzerkl&auml;rung zu informieren. &Auml;nderungen an dieser Datenschutzerkl&auml;rung treten mit der Ver&ouml;ffentlichung einer &uuml;berarbeiteten Datenschutzerkl&auml;rung auf dieser Seite sofort in Kraft, sofern nicht anders angegeben. Wenn Sie eine unserer Seiten nach diesen &Auml;nderungen nutzen, erkl&auml;ren Sie sich mit den in der &uuml;berarbeiteten Datenschutzerkl&auml;rung erl&auml;uterten Praktiken einverstanden.</span></p><p><span lang="DE" xml:lang="DE">Gelegentlich m&ouml;chten wir Ihre personenbezogenen Daten auch f&uuml;r Zwecke verwenden, die nicht in dieser Datenschutzerkl&auml;rung aufgef&uuml;hrt sind. Sollten sich unsere Praktiken in Bezug auf Ihre zuvor erhobenen personenbezogenen Daten in einer Weise &auml;ndern, die wesentlich weniger restriktiv ist als die Version dieser Datenschutzerkl&auml;rung, die zum Zeitpunkt der Erhebung der Daten in Kraft war, werden wir alle wirtschaftlich vertretbaren Anstrengungen unternehmen, um Sie zu benachrichtigen und Ihre Einwilligung hinsichtlich einer solchen Verwendung einzuholen, sofern dies gesetzlich vorgeschrieben ist.</span></p></div> </div> </div> </div> </div> </div> </div> </div> <div class="full-width-content-template-wrapper"> <div class="full-width-content-template custom-container"> <div class="middle-region"> </div> </div> </div> </div> </article> </div> </div> </main> <footer role="contentinfo"> <div id="myfonts-footer"></div> </footer> </div> </div> <script data-cfasync="false" src="/cdn-cgi/scripts/5c5dd728/cloudflare-static/email-decode.min.js"></script><script type="application/json" data-drupal-selector="drupal-settings-json">{"path":{"baseUrl":"\/","scriptPath":null,"pathPrefix":"de\/","currentPath":"node\/3386","currentPathIsAdmin":false,"isFront":false,"currentLanguage":"de","currentQuery":{"content_only":"1"}},"pluralDelimiter":"\u0003","suppressDeprecationErrors":true,"ajax":[],"user":{"uid":0,"permissionsHash":"a3824979757e25bed7efa4ee34a6e538ce02d4fa715f68bf5bd24b4291fbc606"}}</script> <script src="https://cms.myfonts.com/sites/default/files/js/js_9Nzqxa0Dl2ucRuw7l-53luAw9zmHq6zcCwNK6pcehH8.js?scope=footer&amp;delta=0&amp;language=de&amp;theme=myfonts&amp;include=eJxlj0GuwzAIRC_kxIfoFbqPsE0Sq2Asgxf-p_-pmqaVumIY0BuNSsxAC2PKsFAuD_X6Y822I6PToYbsAyi6jSQARVb_UpPaOH43FwlUx-vp1IyqsKG6KA19kcZA-Q8dj1WKqT_nhfiwGdoDTe4NihJYlvJ7vHU14S_fshFOJ9QhB0xLlITLmpHSsj7zzbC9Aa5Cg61B3dWn1ivQ_HHmXmoPlHXH5GxU2Vpeh7_UV25tknq0ySDQ1b0cwVfR5zIRDOk2sRQ5KPgPQueX3g"></script> <script type="text/javascript">window.NREUM||(NREUM={});NREUM.info={"beacon":"bam.nr-data.net","licenseKey":"NRJS-800bb2d0800e6a0c29d","applicationID":"553779618","transactionName":"ZVBRbEtSCkBRWkReDVwacltNWgtdH31CQhJTWW9WVlcBb3NWXkMQXVlfXUtvKlxUXGZeB0V2XFZNQQtfXFxCGlxEXFZP","queueTime":0,"applicationTime":429,"atts":"SRdSGgNIGU4=","errorBeacon":"bam.nr-data.net","agent":""}</script><style> </style> </body> </html> <div class="loading-overlay2 hidden"> <div class="loading-overlay__spinner"> <svg aria-hidden="true" focusable="false" role="presentation" class="spinner" viewBox="0 0 66 66" xmlns="http://www.w3.org/2000/svg"> <circle class="path" fill="none" stroke-width="6" cx="33" cy="33" r="30"></circle> </svg> </div> </div> </main> <div id="openeulaModalEula" class="modal-new" role="dialog" aria-label="dialog1Title"> <div class="modal-content"> <div> <a class="btn modal_special_button modalclose" href="#">Back to Buying Choices</a> <a class="btn modal_special_button friendlyversion" href="#" target="_blank">Printer-friendly version</a> <span class="modal_close modalclose">&times;</span> </div> <p class="data-container"></p> <div class="center"> <a class="btn modal_special modal_special_button modal_special_button_close modalclose" href="#">Close</a> </div> </div> </div> <input type="hidden" value="" id="fname"> <input type="hidden" value="" id="lname"> <input type="hidden" value="" id="idToken"> <input type="hidden" value="" id="name_verified"> <input type="hidden" value="" id="popupcisibility"> <div class="customer_name_subs" style="display: none;"></div> <div style="display: none;" id="sailthru_list" data-opt-in="Master List" data-opt-out="Transactional Only"></div> <div id="shopify-section-footer" class="shopify-section"> <link href="//www.myfonts.com/de/cdn/shop/t/234/assets/accordion.css?v=56685597571234157841731992683" rel="stylesheet" type="text/css" media="all"> <link href="//www.myfonts.com/de/cdn/shop/t/234/assets/section-footer.css?v=15310808211527852601731992683" rel="stylesheet" type="text/css" media="all"> <style> @media (min-width: 768px) { .Like.our.Facebook.page:hover { background: url('//www.myfonts.com/cdn/shop/t/234/assets/css_social_icons_hover_sprites.png?v=75384721196993374601731992684') -10px -10px; } .Follow.us.on.Instagram:hover { background: url('//www.myfonts.com/cdn/shop/t/234/assets/css_social_icons_hover_sprites.png?v=75384721196993374601731992684') -10px -48px; } .Follow.us.on.Twitter:hover { background: url('//www.myfonts.com/cdn/shop/t/234/assets/css_social_icons_hover_sprites.png?v=75384721196993374601731992684') -48px -48px; } .Follow.us.on.Pinterest:hover { background: url('//www.myfonts.com/cdn/shop/t/234/assets/css_social_icons_hover_sprites.png?v=75384721196993374601731992684') -48px -10px; } } </style> <script src="//cdn.shopify.com/s/files/1/0591/3352/6223/t/493/assets/newsletter.js?v=164972519790010026001711544235" defer="defer"></script><div id="footer-component" data-wg-notranslate="true"></div> <script> var currentUrlInfo = new URL(window.location.href); var partsData = currentUrlInfo.pathname.split("/"); var currentLocale = partsData[1]; if(currentLocale =="de"){ var concat_footer_string = `<footer class="footer"><div class="container page-width"><div class="footer-wrapper"><ul class="main-list"><li class="footer-list"><div class="h3">Kontakt</div><ul class="sub-list"><li><div class="footer-block--newsletter"><div class="footer-block__newsletter"><form method="post" action="/de/contact#ContactFooter" id="ContactFooter" accept-charset="UTF-8" class="footer__newsletter newsletter-form"><input type="hidden" name="form_type" value="customer"><input type="hidden" name="utf8" value="✓"><input type="hidden" name="contact[tags]" value="newsletter"><div class="newsletter-form__field-wrapper"><div class="field"><input id="newsletter-email" aria-label="Subscribe to our newsletters" type="email" name="contact[email]" placeholder="Newsletter abonnieren" value="" aria-required="true" autocorrect="off" autocapitalize="off" autocomplete="email" onkeyup="highlight()" title="Bitte füllen Sie dieses Feld aus" required=""><button onclick="check()" type="button" class="subscribe-button" data-analytics-linkcategory="footer" data-analytics-linksection="news letter subscribe" data-analytics-linkname="news letter subscribe attempt" data-analytics-linktype="button">Abonnieren</button></div></div><div class="success-text" data-analytics-linkcategory="footer" data-analytics-linksection="news letter subscribe" data-analytics-linkname="news letter subscribe success" data-analytics-linktype="button">Vielen Dank für Ihr Abonnement</div></form></div></div></li><li><ul class="sub-list" style="padding:0"><li class="menu-link"><a href="https://www.instagram.com/myfonts/" title="Folgen Sie uns auf Instagram" class="Follow us on Instagram" rel="nofollow" target="_blank" data-analytics-linkcategory="footer" data-analytics-linksection="connect" data-analytics-linkname="Follow us on Instagram" data-analytics-linktype="a"><span>Folgen Sie uns auf Instagram</span></a></li><li class="menu-link"><a href="https://twitter.com/MyFonts" title="Folgen Sie uns auf Twitter" class="Follow us on Twitter" rel="nofollow" target="_blank" data-analytics-linkcategory="footer" data-analytics-linksection="connect" data-analytics-linkname="Follow us on Twitter" data-analytics-linktype="a"><span>Folgen Sie uns auf Twitter</span></a></li><li class="menu-link"><a href="https://www.pinterest.com/myfonts/" title="Folgen Sie uns auf Pinterest" class="Follow us on Pinterest" rel="nofollow" target="_blank" data-analytics-linkcategory="footer" data-analytics-linksection="connect" data-analytics-linkname="Follow us on Pinterest" data-analytics-linktype="a"><span>Folgen Sie uns auf Pinterest</span></a></li><li class="menu-link"><a href="https://www.facebook.com/myfonts/" title="Folgen Sie uns auf Facebook" class="Like our Facebook page" rel="nofollow" target="_blank" data-analytics-linkcategory="footer" data-analytics-linksection="connect" data-analytics-linkname="Like our Facebook page" data-analytics-linktype="a"><span>Folgen Sie uns auf Facebook</span></a></li></ul></li></ul></li><li><div class="footer-element"><div class="h3">Wir akzeptieren</div><ul class="sub-list"><li class="menu-link"><img src="https://cdn.shopify.com/s/files/1/0584/9628/6901/files/visa-1.svg" loading="lazy" class="payment-icons" alt="Karte" role="img" width="40" height="19"><a class="payment-text" rel="nofollow" data-analytics-linkcategory="footer" data-analytics-linksection="we accept" data-analytics-linkname="Visa" data-analytics-linktype="a" data-wg-notranslate="">Visa</a></li><li class="menu-link"><img src="https://cdn.shopify.com/s/files/1/0584/9628/6901/files/mastercard-1.svg" loading="lazy" class="payment-icons" alt="Karte" role="img" width="40" height="19"><a class="payment-text" rel="nofollow" data-analytics-linkcategory="footer" data-analytics-linksection="we accept" data-analytics-linkname="MasterCard" data-analytics-linktype="a" data-wg-notranslate="">MasterCard</a></li><li class="menu-link"><img src="https://cdn.shopify.com/s/files/1/0584/9628/6901/files/amex-1.svg" loading="lazy" class="payment-icons" alt="Karte" role="img" style="padding-right:20px" width="38" height="18"><a class="payment-text" rel="nofollow" data-analytics-linkcategory="footer" data-analytics-linksection="we accept" data-analytics-linkname="American Express" data-analytics-linktype="a" data-wg-notranslate="">American Express</a></li><li class="menu-link"><img src="https://cdn.shopify.com/s/files/1/0584/9628/6901/files/discover-1.svg" loading="lazy" class="payment-icons" alt="Karte" role="img" width="39" height="18"><a class="payment-text" rel="nofollow" data-analytics-linkcategory="footer" data-analytics-linksection="we accept" data-analytics-linkname="Discover" data-analytics-linktype="a" data-wg-notranslate="">Discover</a></li><li class="menu-link"><img src="https://cdn.shopify.com/s/files/1/0584/9628/6901/files/paypal-1.svg" loading="lazy" class="payment-icons" alt="Karte" role="img" style="padding-right:20px" width="41" height="18"><a class="payment-text" rel="nofollow" data-analytics-linkcategory="footer" data-analytics-linksection="we accept" data-analytics-linkname="PayPal" data-analytics-linktype="a" data-wg-notranslate="">PayPal</a></li></ul></div></li><li><div class="footer-element"><div class="h3 footer-headings">Partner</div><ul class="sub-list"><li class="menu-link sell-menu"><a href="https://foundrysupport.monotype.com/hc/en-us/articles/360028863311-Get-Started-on-MyFonts" title="Foundry-Partner werden" target="_blank" data-analytics-linkcategory="footer" data-analytics-linksection="sell" data-analytics-linkname="Become a Foundry partner" data-analytics-linktype="a">Foundry-Partner werden</a><ul class="menu dropdown-child"></ul></li><li class="menu-link sell-menu"><a href="https://signup.cj.com/member/signup/publisher/?cid=5153455#/branded" title="Nehmen Sie an unserem Partnerprogramm teil" target="_blank" data-analytics-linkcategory="footer" data-analytics-linksection="sell" data-analytics-linkname="Become an Affiliate" data-analytics-linktype="a">Vertragspartner werden</a><ul class="menu dropdown-child"></ul></li></ul></div></li><li><div class="accordion-hide"><div class="about-menu"><div class="h3 footer-headings">Über</div><ul class="sub-list"><li class="menu-link"><a href="/de/a/font/legal/terms-and-conditions-of-business" title="MyFonts AGB" target="_blank" data-analytics-linkcategory="footer" data-analytics-linksection="about" data-analytics-linkname="Terms and Conditions" data-analytics-linktype="a">AGB</a></li><li class="menu-link"><a href="/de/a/font/legal/terms-of-use" title="MyFonts-Nutzungsbed." target="_blank" data-analytics-linkcategory="footer" data-analytics-linksection="about" data-analytics-linkname="Terms of Use" data-analytics-linktype="a">Nutzungsbedingungen</a></li><li class="menu-link"><a href="/de/a/font/legal/website-use-privacy-policy" title="MyFonts Datenschutzerklärung" target="_blank" data-analytics-linkcategory="footer" data-analytics-linksection="about" data-analytics-linkname="Privacy Policy" data-analytics-linktype="a">Datenschutzerklärung</a></li><li class="menu-link"><a href="/de/a/font/info/return-policy" title="MyFonts Rückgaberecht" target="_blank" data-analytics-linkcategory="footer" data-analytics-linksection="about" data-analytics-linkname="Return Policy" data-analytics-linktype="a">Rückgaberecht</a></li><li class="menu-link"><a href="/de/a/font/legal" title="MyFonts Rechtliches" target="_blank" data-analytics-linkcategory="footer" data-analytics-linksection="about" data-analytics-linkname="Legal" data-analytics-linktype="a">Rechtliches</a></li></ul></div></div></li><li><div class="accordion-hide"><div class="help-menu"><div class="h3 footer-headings">Hilfe</div><ul class="sub-list"><li class="menu-link"><a href="/de/pages/faq" title="MyFonts FAQ" target="_blank" data-analytics-linkcategory="footer" data-analytics-linksection="help" data-analytics-linkname="FAQ" data-analytics-linktype="a">FAQ</a></li><li class="menu-link"><a href="/de/pages/contact" title="MyFonts Kontakt" target="_blank" data-analytics-linkcategory="footer" data-analytics-linksection="help" data-analytics-linkname="Contact" data-analytics-linktype="a">Kontakt</a></li></ul></div></div></li></ul></div><div class="accordion-wrapper"><div class="tab"><input type="checkbox" id="tab-1" name="tabs" checked=""><label for="tab-1">Über</label><div class="tab-content"><ul class="sub-list"><li class="menu-link"><a href="/de/a/font/legal/terms-and-conditions-of-business" title="MyFonts AGB" target="_blank">AGB</a></li><li class="menu-link"><a href="/de/a/font/legal/terms-of-use" title="MyFonts-Nutzungsbed." target="_blank">Nutzungsbedingungen</a></li><li class="menu-link"><a href="/de/a/font/legal/website-use-privacy-policy" title="MyFonts Datenschutzerklärung" target="_blank">Datenschutzerklärung</a></li><li class="menu-link"><a href="/de/a/font/info/return-policy" title="MyFonts Rückgaberecht" target="_blank">Rückgaberecht</a></li><li class="menu-link"><a href="/de/a/font/legal" title="MyFonts Rechtliches" target="_blank">Rechtliches</a></li></ul></div></div><div class="tab"><input type="checkbox" name="tabs" checked=""><label for="tab">Hilfe</label><div class="tab-content"><ul class="sub-list"><li class="menu-link"><a href="/de/pages/faq" title="MyFonts FAQ" data-analytics-linkcategory="footer" data-analytics-linksection="help" data-analytics-linkname="" data-analytics-linktype="a">FAQ</a></li><li class="menu-link"><a href="/de/pages/contact" title="MyFonts Kontakt" data-analytics-linkcategory="footer" data-analytics-linksection="help" data-analytics-linkname="" data-analytics-linktype="a">Kontakt</a></li></ul></div></div></div><div class="footer__copyright"><div class="copyright__content">Urheberrecht © 1999-2024 MyFonts Inc. Alle Rechte vorbehalten.</div></div></div></footer>` + `` + `` + `` + `` } else if(currentLocale =="fr"){ var concat_footer_string = `<footer class="footer"><div class="container page-width"><div class="footer-wrapper"><ul class="main-list"><li class="footer-list"><div class="h3">Nous suivre</div><ul class="sub-list"><li><div class="footer-block--newsletter"><div class="footer-block__newsletter"><form method="post" action="/fr/contact#ContactFooter" id="ContactFooter" accept-charset="UTF-8" class="footer__newsletter newsletter-form"><input type="hidden" name="form_type" value="customer"><input type="hidden" name="utf8" value="✓"><input type="hidden" name="contact[tags]" value="newsletter"><div class="newsletter-form__field-wrapper"><div class="field"><input id="newsletter-email" aria-label="Subscribe to our newsletters" type="email" name="contact[email]" placeholder="Je m'abonne aux newsletters" value="" aria-required="true" autocorrect="off" autocapitalize="off" autocomplete="email" onkeyup="highlight()" title="Veuillez remplir ce champ" required=""><button onclick="check()" type="button" class="subscribe-button" data-analytics-linkcategory="footer" data-analytics-linksection="news letter subscribe" data-analytics-linkname="news letter subscribe attempt" data-analytics-linktype="button">S'abonner</button></div></div><div class="success-text" data-analytics-linkcategory="footer" data-analytics-linksection="news letter subscribe" data-analytics-linkname="news letter subscribe success" data-analytics-linktype="button">Merci de vous inscrire</div></form></div></div></li><li><ul class="sub-list" style="padding:0"><li class="menu-link"><a href="https://www.instagram.com/myfonts/" title="Instagram" class="Follow us on Instagram" rel="nofollow" target="_blank" data-analytics-linkcategory="footer" data-analytics-linksection="connect" data-analytics-linkname="Follow us on Instagram" data-analytics-linktype="a"><span>Suivez-nous sur Instagram</span></a></li><li class="menu-link"><a href="https://twitter.com/MyFonts" title="Twitter" class="Follow us on Twitter" rel="nofollow" target="_blank" data-analytics-linkcategory="footer" data-analytics-linksection="connect" data-analytics-linkname="Follow us on Twitter" data-analytics-linktype="a"><span>Suivez-nous sur Twitter</span></a></li><li class="menu-link"><a href="https://www.pinterest.com/myfonts/" title="Pinterest" class="Follow us on Pinterest" rel="nofollow" target="_blank" data-analytics-linkcategory="footer" data-analytics-linksection="connect" data-analytics-linkname="Follow us on Pinterest" data-analytics-linktype="a"><span>Suivez-nous sur Pinterest</span></a></li><li class="menu-link"><a href="https://www.facebook.com/myfonts/" title="Facebook" class="Like our Facebook page" rel="nofollow" target="_blank" data-analytics-linkcategory="footer" data-analytics-linksection="connect" data-analytics-linkname="Like our Facebook page" data-analytics-linktype="a"><span>Aimer notre page Facebook</span></a></li></ul></li></ul></li><li><div class="footer-element"><div class="h3">Nous acceptons</div><ul class="sub-list"><li class="menu-link"><img src="https://cdn.shopify.com/s/files/1/0584/9628/6901/files/visa-1.svg" loading="lazy" class="payment-icons" alt="carte" role="img" width="40" height="19"><a class="payment-text" rel="nofollow" data-analytics-linkcategory="footer" data-analytics-linksection="we accept" data-analytics-linkname="Visa" data-analytics-linktype="a" data-wg-notranslate="">Visa</a></li><li class="menu-link"><img src="https://cdn.shopify.com/s/files/1/0584/9628/6901/files/mastercard-1.svg" loading="lazy" class="payment-icons" alt="carte" role="img" width="40" height="19"><a class="payment-text" rel="nofollow" data-analytics-linkcategory="footer" data-analytics-linksection="we accept" data-analytics-linkname="MasterCard" data-analytics-linktype="a" data-wg-notranslate="">MasterCard</a></li><li class="menu-link"><img src="https://cdn.shopify.com/s/files/1/0584/9628/6901/files/amex-1.svg" loading="lazy" class="payment-icons" alt="carte" role="img" style="padding-right:20px" width="38" height="18"><a class="payment-text" rel="nofollow" data-analytics-linkcategory="footer" data-analytics-linksection="we accept" data-analytics-linkname="American Express" data-analytics-linktype="a" data-wg-notranslate="">American Express</a></li><li class="menu-link"><img src="https://cdn.shopify.com/s/files/1/0584/9628/6901/files/discover-1.svg" loading="lazy" class="payment-icons" alt="carte" role="img" width="39" height="18"><a class="payment-text" rel="nofollow" data-analytics-linkcategory="footer" data-analytics-linksection="we accept" data-analytics-linkname="Discover" data-analytics-linktype="a" data-wg-notranslate="">Discover</a></li><li class="menu-link"><img src="https://cdn.shopify.com/s/files/1/0584/9628/6901/files/paypal-1.svg" loading="lazy" class="payment-icons" alt="carte" role="img" style="padding-right:20px" width="41" height="18"><a class="payment-text" rel="nofollow" data-analytics-linkcategory="footer" data-analytics-linksection="we accept" data-analytics-linkname="PayPal" data-analytics-linktype="a" data-wg-notranslate="">PayPal</a></li></ul></div></li><li><div class="footer-element"><div class="h3 footer-headings">Vendre</div><ul class="sub-list"><li class="menu-link sell-menu"><a href="https://foundrysupport.monotype.com/hc/en-us/articles/360028863311-Get-Started-on-MyFonts" title="Rejoindre le programme des fonderies partenaires" target="_blank" data-analytics-linkcategory="footer" data-analytics-linksection="sell" data-analytics-linkname="Become a Foundry partner" data-analytics-linktype="a">Rejoindre le programme des fonderies partenaires</a><ul class="menu dropdown-child"></ul></li><li class="menu-link sell-menu"><a href="https://signup.cj.com/member/signup/publisher/?cid=5153455#/branded" title="Rejoignez notre programme d'affiliation" target="_blank" data-analytics-linkcategory="footer" data-analytics-linksection="sell" data-analytics-linkname="Become an Affiliate" data-analytics-linktype="a">Devenir un affilié</a><ul class="menu dropdown-child"></ul></li></ul></div></li><li><div class="accordion-hide"><div class="about-menu"><div class="h3 footer-headings">À propos</div><ul class="sub-list"><li class="menu-link"><a href="/fr/a/font/legal/terms-and-conditions-of-business" title="Conditions générales de MyFonts" target="_blank" data-analytics-linkcategory="footer" data-analytics-linksection="about" data-analytics-linkname="Terms and Conditions" data-analytics-linktype="a">Conditions générales</a></li><li class="menu-link"><a href="/fr/a/font/legal/terms-of-use" title="MyFonts Conditions d'utilisation" target="_blank" data-analytics-linkcategory="footer" data-analytics-linksection="about" data-analytics-linkname="Terms of Use" data-analytics-linktype="a">Conditions d'utilisation</a></li><li class="menu-link"><a href="/fr/a/font/legal/website-use-privacy-policy" title="MyFonts Politique de confidentialité" target="_blank" data-analytics-linkcategory="footer" data-analytics-linksection="about" data-analytics-linkname="Privacy Policy" data-analytics-linktype="a">Politique de confidentialité</a></li><li class="menu-link"><a href="/fr/a/font/info/return-policy" title="MyFonts Politique de retour" target="_blank" data-analytics-linkcategory="footer" data-analytics-linksection="about" data-analytics-linkname="Return Policy" data-analytics-linktype="a">Politique de retour</a></li><li class="menu-link"><a href="/fr/a/font/legal" title="MyFonts Mentions légales" target="_blank" data-analytics-linkcategory="footer" data-analytics-linksection="about" data-analytics-linkname="Legal" data-analytics-linktype="a">Mentions légales</a></li></ul></div></div></li><li><div class="accordion-hide"><div class="help-menu"><div class="h3 footer-headings">Aide</div><ul class="sub-list"><li class="menu-link"><a href="/fr/pages/faq" title="MyFonts FAQ" target="_blank" data-analytics-linkcategory="footer" data-analytics-linksection="help" data-analytics-linkname="FAQ" data-analytics-linktype="a">FAQ</a></li><li class="menu-link"><a href="/fr/pages/contact" title="MyFonts Contact" target="_blank" data-analytics-linkcategory="footer" data-analytics-linksection="help" data-analytics-linkname="Contact" data-analytics-linktype="a">Contact</a></li></ul></div></div></li></ul></div><div class="accordion-wrapper"><div class="tab"><input type="checkbox" id="tab-1" name="tabs" checked=""><label for="tab-1">À propos</label><div class="tab-content"><ul class="sub-list"><li class="menu-link"><a href="/fr/a/font/legal/terms-and-conditions-of-business" title="Conditions générales de MyFonts" target="_blank">Conditions générales</a></li><li class="menu-link"><a href="/fr/a/font/legal/terms-of-use" title="MyFonts Conditions d'utilisation" target="_blank">Conditions d'utilisation</a></li><li class="menu-link"><a href="/fr/a/font/legal/website-use-privacy-policy" title="MyFonts Politique de confidentialité" target="_blank">Politique de confidentialité</a></li><li class="menu-link"><a href="/fr/a/font/info/return-policy" title="MyFonts Politique de retour" target="_blank">Politique de retour</a></li><li class="menu-link"><a href="/fr/a/font/legal" title="MyFonts Mentions légales" target="_blank">Mentions légales</a></li></ul></div></div><div class="tab"><input type="checkbox" name="tabs" checked=""><label for="tab">Aide</label><div class="tab-content"><ul class="sub-list"><li class="menu-link"><a href="/fr/pages/faq" title="MyFonts FAQ" data-analytics-linkcategory="footer" data-analytics-linksection="help" data-analytics-linkname="" data-analytics-linktype="a">FAQ</a></li><li class="menu-link"><a href="/fr/pages/contact" title="MyFonts Contact" data-analytics-linkcategory="footer" data-analytics-linksection="help" data-analytics-linkname="" data-analytics-linktype="a">Contact</a></li></ul></div></div></div><div class="footer__copyright"><div class="copyright__content">Copyright © 1999-2024 MyFonts Inc. Tous droits réservés.</div></div></div></footer>` + `` + `` + `` + `` } else if(currentLocale =="es"){ var concat_footer_string = `<footer class="footer"><div class="container page-width"><div class="footer-wrapper"><ul class="main-list"><li class="footer-list"><div class="h3">Conectar</div><ul class="sub-list"><li><div class="footer-block--newsletter"><div class="footer-block__newsletter"><form method="post" action="/es/contact#ContactFooter" id="ContactFooter" accept-charset="UTF-8" class="footer__newsletter newsletter-form"><input type="hidden" name="form_type" value="customer"><input type="hidden" name="utf8" value="✓"><input type="hidden" name="contact[tags]" value="newsletter"><div class="newsletter-form__field-wrapper"><div class="field"><input id="newsletter-email" aria-label="Subscribe to our newsletters" type="email" name="contact[email]" placeholder="Suscríbete a nuestra newsletter" value="" aria-required="true" autocorrect="off" autocapitalize="off" autocomplete="email" onkeyup="highlight()" title="Rellene este campo" required=""><button onclick="check()" type="button" class="subscribe-button" data-analytics-linkcategory="footer" data-analytics-linksection="news letter subscribe" data-analytics-linkname="news letter subscribe attempt" data-analytics-linktype="button">Suscríbete</button></div></div><div class="success-text" data-analytics-linkcategory="footer" data-analytics-linksection="news letter subscribe" data-analytics-linkname="news letter subscribe success" data-analytics-linktype="button">Gracias por suscribirse</div></form></div></div></li><li><ul class="sub-list" style="padding:0"><li class="menu-link"><a href="https://www.instagram.com/myfonts/" title="Síguenos en Instagram" class="Follow us on Instagram" rel="nofollow" target="_blank" data-analytics-linkcategory="footer" data-analytics-linksection="connect" data-analytics-linkname="Follow us on Instagram" data-analytics-linktype="a"><span>Síguenos en Instagram</span></a></li><li class="menu-link"><a href="https://twitter.com/MyFonts" title="Síguenos en Twitter" class="Follow us on Twitter" rel="nofollow" target="_blank" data-analytics-linkcategory="footer" data-analytics-linksection="connect" data-analytics-linkname="Follow us on Twitter" data-analytics-linktype="a"><span>Síguenos en Twitter</span></a></li><li class="menu-link"><a href="https://www.pinterest.com/myfonts/" title="Síguenos en Pinterest" class="Follow us on Pinterest" rel="nofollow" target="_blank" data-analytics-linkcategory="footer" data-analytics-linksection="connect" data-analytics-linkname="Follow us on Pinterest" data-analytics-linktype="a"><span>Síguenos en Pinterest</span></a></li><li class="menu-link"><a href="https://www.facebook.com/myfonts/" title="Dale un Me gusta a nuestra página de Facebook" class="Like our Facebook page" rel="nofollow" target="_blank" data-analytics-linkcategory="footer" data-analytics-linksection="connect" data-analytics-linkname="Like our Facebook page" data-analytics-linktype="a"><span>Dale un Me gusta a nuestra página de Facebook</span></a></li></ul></li></ul></li><li><div class="footer-element"><div class="h3">Aceptamos</div><ul class="sub-list"><li class="menu-link"><img src="https://cdn.shopify.com/s/files/1/0584/9628/6901/files/visa-1.svg" loading="lazy" class="payment-icons" alt="tarjeta" role="img" width="40" height="19"><a class="payment-text" rel="nofollow" data-analytics-linkcategory="footer" data-analytics-linksection="we accept" data-analytics-linkname="Visa" data-analytics-linktype="a" data-wg-notranslate="">Visa</a></li><li class="menu-link"><img src="https://cdn.shopify.com/s/files/1/0584/9628/6901/files/mastercard-1.svg" loading="lazy" class="payment-icons" alt="tarjeta" role="img" width="40" height="19"><a class="payment-text" rel="nofollow" data-analytics-linkcategory="footer" data-analytics-linksection="we accept" data-analytics-linkname="MasterCard" data-analytics-linktype="a" data-wg-notranslate="">MasterCard</a></li><li class="menu-link"><img src="https://cdn.shopify.com/s/files/1/0584/9628/6901/files/amex-1.svg" loading="lazy" class="payment-icons" alt="tarjeta" role="img" style="padding-right:20px" width="38" height="18"><a class="payment-text" rel="nofollow" data-analytics-linkcategory="footer" data-analytics-linksection="we accept" data-analytics-linkname="American Express" data-analytics-linktype="a" data-wg-notranslate="">American Express</a></li><li class="menu-link"><img src="https://cdn.shopify.com/s/files/1/0584/9628/6901/files/discover-1.svg" loading="lazy" class="payment-icons" alt="tarjeta" role="img" width="39" height="18"><a class="payment-text" rel="nofollow" data-analytics-linkcategory="footer" data-analytics-linksection="we accept" data-analytics-linkname="Discover" data-analytics-linktype="a" data-wg-notranslate="">Discover</a></li><li class="menu-link"><img src="https://cdn.shopify.com/s/files/1/0584/9628/6901/files/paypal-1.svg" loading="lazy" class="payment-icons" alt="tarjeta" role="img" style="padding-right:20px" width="41" height="18"><a class="payment-text" rel="nofollow" data-analytics-linkcategory="footer" data-analytics-linksection="we accept" data-analytics-linkname="PayPal" data-analytics-linktype="a" data-wg-notranslate="">PayPal</a></li></ul></div></li><li><div class="footer-element"><div class="h3 footer-headings">Vender</div><ul class="sub-list"><li class="menu-link sell-menu"><a href="https://foundrysupport.monotype.com/hc/en-us/articles/360028863311-Get-Started-on-MyFonts" title="Hacerme socio de Foundry" target="_blank" data-analytics-linkcategory="footer" data-analytics-linksection="sell" data-analytics-linkname="Become a Foundry partner" data-analytics-linktype="a">Hacerme socio de Foundry</a><ul class="menu dropdown-child"></ul></li><li class="menu-link sell-menu"><a href="https://signup.cj.com/member/signup/publisher/?cid=5153455#/branded" title="Únase a nuestro programa de afiliados" target="_blank" data-analytics-linkcategory="footer" data-analytics-linksection="sell" data-analytics-linkname="Become an Affiliate" data-analytics-linktype="a">Afiliarme</a><ul class="menu dropdown-child"></ul></li></ul></div></li><li><div class="accordion-hide"><div class="about-menu"><div class="h3 footer-headings">Acerca de</div><ul class="sub-list"><li class="menu-link"><a href="/es/a/font/legal/terms-and-conditions-of-business" title="MyFonts Condiciones generales" target="_blank" data-analytics-linkcategory="footer" data-analytics-linksection="about" data-analytics-linkname="Terms and Conditions" data-analytics-linktype="a">Términos y condiciones</a></li><li class="menu-link"><a href="/es/a/font/legal/terms-of-use" title="Términos de uso de MyFonts" target="_blank" data-analytics-linkcategory="footer" data-analytics-linksection="about" data-analytics-linkname="Terms of Use" data-analytics-linktype="a">Términos de uso</a></li><li class="menu-link"><a href="/es/a/font/legal/website-use-privacy-policy" title="MyFonts Política de privacidad" target="_blank" data-analytics-linkcategory="footer" data-analytics-linksection="about" data-analytics-linkname="Privacy Policy" data-analytics-linktype="a">Política de privacidad</a></li><li class="menu-link"><a href="/es/a/font/info/return-policy" title="Política de devolución de MyFonts" target="_blank" data-analytics-linkcategory="footer" data-analytics-linksection="about" data-analytics-linkname="Return Policy" data-analytics-linktype="a">Política de devolución</a></li><li class="menu-link"><a href="/es/a/font/legal" title="MyFonts Legal" target="_blank" data-analytics-linkcategory="footer" data-analytics-linksection="about" data-analytics-linkname="Legal" data-analytics-linktype="a">Legal</a></li></ul></div></div></li><li><div class="accordion-hide"><div class="help-menu"><div class="h3 footer-headings">Ayuda</div><ul class="sub-list"><li class="menu-link"><a href="/es/pages/faq" title="MyFonts PREGUNTAS FRECUENTES" target="_blank" data-analytics-linkcategory="footer" data-analytics-linksection="help" data-analytics-linkname="FAQ" data-analytics-linktype="a">Preguntas frecuentes</a></li><li class="menu-link"><a href="/es/pages/contact" title="MyFonts Póngase en contacto con" target="_blank" data-analytics-linkcategory="footer" data-analytics-linksection="help" data-analytics-linkname="Contact" data-analytics-linktype="a">Contacto</a></li></ul></div></div></li></ul></div><div class="accordion-wrapper"><div class="tab"><input type="checkbox" id="tab-1" name="tabs" checked=""><label for="tab-1">Acerca de</label><div class="tab-content"><ul class="sub-list"><li class="menu-link"><a href="/es/a/font/legal/terms-and-conditions-of-business" title="MyFonts Condiciones generales" target="_blank">Términos y condiciones</a></li><li class="menu-link"><a href="/es/a/font/legal/terms-of-use" title="Términos de uso de MyFonts" target="_blank">Términos de uso</a></li><li class="menu-link"><a href="/es/a/font/legal/website-use-privacy-policy" title="MyFonts Política de privacidad" target="_blank">Política de privacidad</a></li><li class="menu-link"><a href="/es/a/font/info/return-policy" title="Política de devolución de MyFonts" target="_blank">Política de devolución</a></li><li class="menu-link"><a href="/es/a/font/legal" title="MyFonts Legal" target="_blank">Legal</a></li></ul></div></div><div class="tab"><input type="checkbox" name="tabs" checked=""><label for="tab">Ayuda</label><div class="tab-content"><ul class="sub-list"><li class="menu-link"><a href="/es/pages/faq" title="MyFonts PREGUNTAS FRECUENTES" data-analytics-linkcategory="footer" data-analytics-linksection="help" data-analytics-linkname="" data-analytics-linktype="a">Preguntas frecuentes</a></li><li class="menu-link"><a href="/es/pages/contact" title="MyFonts Póngase en contacto con" data-analytics-linkcategory="footer" data-analytics-linksection="help" data-analytics-linkname="" data-analytics-linktype="a">Contacto</a></li></ul></div></div></div><div class="footer__copyright"><div class="copyright__content">Copyright © 1999-2024 MyFonts Inc. Todos los derechos reservados.</div></div></div></footer>` + `` + `` + `` + `` } else{ var concat_footer_string = `<footer class="footer"><div class="container page-width"><div class="footer-wrapper"><ul class="main-list"><li class="footer-list"><div class="h3">Connect</div><ul class="sub-list"><li><div class="footer-block--newsletter"><div class="footer-block__newsletter"><form method="post" action="/contact#ContactFooter" id="ContactFooter" accept-charset="UTF-8" class="footer__newsletter newsletter-form"><input type="hidden" name="form_type" value="customer"><input type="hidden" name="utf8" value="✓"><input type="hidden" name="contact[tags]" value="newsletter"><div class="newsletter-form__field-wrapper"><div class="field"><input id="newsletter-email" aria-label="Subscribe to our newsletters" type="email" name="contact[email]" placeholder="Subscribe to our newsletters" value="" aria-required="true" autocorrect="off" autocapitalize="off" autocomplete="email" onkeyup="highlight()" title="Please fill out this field" required=""><button onclick="check()" type="button" class="subscribe-button" data-analytics-linkcategory="footer" data-analytics-linksection="news letter subscribe" data-analytics-linkname="news letter subscribe attempt" data-analytics-linktype="button">Subscribe</button></div></div><div class="success-text" data-analytics-linkcategory="footer" data-analytics-linksection="news letter subscribe" data-analytics-linkname="news letter subscribe success" data-analytics-linktype="button">Thank you for subscribing</div></form></div></div></li><li><ul class="sub-list" style="padding:0"><li class="menu-link"><a href="https://www.instagram.com/myfonts/" title="Follow us on Instagram" class="Follow us on Instagram" rel="nofollow" target="_blank" data-analytics-linkcategory="footer" data-analytics-linksection="connect" data-analytics-linkname="Follow us on Instagram" data-analytics-linktype="a"><span>Follow us on Instagram</span></a></li><li class="menu-link"><a href="https://twitter.com/MyFonts" title="Follow us on Twitter" class="Follow us on Twitter" rel="nofollow" target="_blank" data-analytics-linkcategory="footer" data-analytics-linksection="connect" data-analytics-linkname="Follow us on Twitter" data-analytics-linktype="a"><span>Follow us on Twitter</span></a></li><li class="menu-link"><a href="https://www.pinterest.com/myfonts/" title="Follow us on Pinterest" class="Follow us on Pinterest" rel="nofollow" target="_blank" data-analytics-linkcategory="footer" data-analytics-linksection="connect" data-analytics-linkname="Follow us on Pinterest" data-analytics-linktype="a"><span>Follow us on Pinterest</span></a></li><li class="menu-link"><a href="https://www.facebook.com/myfonts/" title="Like our Facebook page" class="Like our Facebook page" rel="nofollow" target="_blank" data-analytics-linkcategory="footer" data-analytics-linksection="connect" data-analytics-linkname="Like our Facebook page" data-analytics-linktype="a"><span>Like our Facebook page</span></a></li></ul></li></ul></li><li><div class="footer-element"><div class="h3">We accept</div><ul class="sub-list"><li class="menu-link"><img src="https://cdn.shopify.com/s/files/1/0584/9628/6901/files/visa-1.svg" loading="lazy" class="payment-icons" alt="card" role="img" width="40" height="19"><a class="payment-text" rel="nofollow" data-analytics-linkcategory="footer" data-analytics-linksection="we accept" data-analytics-linkname="Visa" data-analytics-linktype="a">Visa</a></li><li class="menu-link"><img src="https://cdn.shopify.com/s/files/1/0584/9628/6901/files/mastercard-1.svg" loading="lazy" class="payment-icons" alt="card" role="img" width="40" height="19"><a class="payment-text" rel="nofollow" data-analytics-linkcategory="footer" data-analytics-linksection="we accept" data-analytics-linkname="MasterCard" data-analytics-linktype="a">MasterCard</a></li><li class="menu-link"><img src="https://cdn.shopify.com/s/files/1/0584/9628/6901/files/amex-1.svg" loading="lazy" class="payment-icons" alt="card" role="img" style="padding-right:20px" width="38" height="18"><a class="payment-text" rel="nofollow" data-analytics-linkcategory="footer" data-analytics-linksection="we accept" data-analytics-linkname="American Express" data-analytics-linktype="a">American Express</a></li><li class="menu-link"><img src="https://cdn.shopify.com/s/files/1/0584/9628/6901/files/discover-1.svg" loading="lazy" class="payment-icons" alt="card" role="img" width="39" height="18"><a class="payment-text" rel="nofollow" data-analytics-linkcategory="footer" data-analytics-linksection="we accept" data-analytics-linkname="Discover" data-analytics-linktype="a">Discover</a></li><li class="menu-link"><img src="https://cdn.shopify.com/s/files/1/0584/9628/6901/files/paypal-1.svg" loading="lazy" class="payment-icons" alt="card" role="img" style="padding-right:20px" width="41" height="18"><a class="payment-text" rel="nofollow" data-analytics-linkcategory="footer" data-analytics-linksection="we accept" data-analytics-linkname="PayPal" data-analytics-linktype="a">PayPal</a></li></ul></div></li><li><div class="footer-element"><div class="h3 footer-headings">Sell</div><ul class="sub-list"><li class="menu-link sell-menu"><a href="https://foundrysupport.monotype.com/hc/en-us/articles/360028863311-Get-Started-on-MyFonts" title="Become a Foundry partner" target="_blank" data-analytics-linkcategory="footer" data-analytics-linksection="sell" data-analytics-linkname="Become a Foundry partner" data-analytics-linktype="a">Become a Foundry partner</a><ul class="menu dropdown-child"></ul></li><li class="menu-link sell-menu"><a href="https://signup.cj.com/member/signup/publisher/?cid=5153455#/branded" title="Join our affiliate program" target="_blank" data-analytics-linkcategory="footer" data-analytics-linksection="sell" data-analytics-linkname="Become an Affiliate" data-analytics-linktype="a">Become an Affiliate</a><ul class="menu dropdown-child"></ul></li></ul></div></li><li><div class="accordion-hide"><div class="about-menu"><div class="h3 footer-headings">About</div><ul class="sub-list"><li class="menu-link"><a href="/a/font/legal/terms-and-conditions-of-business" title="MyFonts Terms and Conditions" target="_blank" data-analytics-linkcategory="footer" data-analytics-linksection="about" data-analytics-linkname="Terms and Conditions" data-analytics-linktype="a">Terms and Conditions</a></li><li class="menu-link"><a href="/a/font/legal/terms-of-use" title="MyFonts Terms of Use" target="_blank" data-analytics-linkcategory="footer" data-analytics-linksection="about" data-analytics-linkname="Terms of Use" data-analytics-linktype="a">Terms of Use</a></li><li class="menu-link"><a href="/a/font/legal/website-use-privacy-policy" title="MyFonts Privacy Policy" target="_blank" data-analytics-linkcategory="footer" data-analytics-linksection="about" data-analytics-linkname="Privacy Policy" data-analytics-linktype="a">Privacy Policy</a></li><li class="menu-link"><a href="/a/font/info/return-policy" title="MyFonts Return Policy" target="_blank" data-analytics-linkcategory="footer" data-analytics-linksection="about" data-analytics-linkname="Return Policy" data-analytics-linktype="a">Return Policy</a></li><li class="menu-link"><a href="/a/font/legal" title="MyFonts Legal" target="_blank" data-analytics-linkcategory="footer" data-analytics-linksection="about" data-analytics-linkname="Legal" data-analytics-linktype="a">Legal</a></li></ul></div></div></li><li><div class="accordion-hide"><div class="help-menu"><div class="h3 footer-headings">Help</div><ul class="sub-list"><li class="menu-link"><a href="/pages/faq" title="MyFonts FAQ" target="_blank" data-analytics-linkcategory="footer" data-analytics-linksection="help" data-analytics-linkname="FAQ" data-analytics-linktype="a">FAQ</a></li><li class="menu-link"><a href="/pages/contact" title="MyFonts Contact" target="_blank" data-analytics-linkcategory="footer" data-analytics-linksection="help" data-analytics-linkname="Contact" data-analytics-linktype="a">Contact</a></li></ul></div></div></li></ul></div><div class="accordion-wrapper"><div class="tab"><input type="checkbox" id="tab-1" name="tabs" checked=""><label for="tab-1">About</label><div class="tab-content"><ul class="sub-list"><li class="menu-link"><a href="/a/font/legal/terms-and-conditions-of-business" title="MyFonts Terms and Conditions" target="_blank">Terms and Conditions</a></li><li class="menu-link"><a href="/a/font/legal/terms-of-use" title="MyFonts Terms of Use" target="_blank">Terms of Use</a></li><li class="menu-link"><a href="/a/font/legal/website-use-privacy-policy" title="MyFonts Privacy Policy" target="_blank">Privacy Policy</a></li><li class="menu-link"><a href="/a/font/info/return-policy" title="MyFonts Return Policy" target="_blank">Return Policy</a></li><li class="menu-link"><a href="/a/font/legal" title="MyFonts Legal" target="_blank">Legal</a></li></ul></div></div><div class="tab"><input type="checkbox" name="tabs" checked=""><label for="tab">Help</label><div class="tab-content"><ul class="sub-list"><li class="menu-link"><a href="/pages/faq" title="MyFonts FAQ" data-analytics-linkcategory="footer" data-analytics-linksection="help" data-analytics-linkname="" data-analytics-linktype="a">FAQ</a></li><li class="menu-link"><a href="/pages/contact" title="MyFonts Contact" data-analytics-linkcategory="footer" data-analytics-linksection="help" data-analytics-linkname="" data-analytics-linktype="a">Contact</a></li></ul></div></div></div><div class="footer__copyright"><div class="copyright__content">Copyright © 1999-2024 MyFonts Inc. All rights reserved.</div></div></div></footer>` + `` + `` + `` + `` } const footer_component = document.getElementById("footer-component") footer_component.innerHTML = concat_footer_string; </script><script> $(document).ready(function() { var elements = $('footer.footer').find('[data-analytics-linkcategory][data-analytics-linksection][data-analytics-linkname][data-analytics-linktype]'); elements.click(function(event) { var linkCategory = $(this).data('analytics-linkcategory'); var linkSection = $(this).data('analytics-linksection'); var linkName = $(this).data('analytics-linkname'); var linkType = $(this).data('analytics-linktype'); const footerData = { "event": "linkClick", "links": { "linkCategory": linkCategory, "linkSection": linkSection, "linkName":linkName, "linkType": linkType }, } CustomAnalyticsEventEmitter.dispatch('customAnalyticsEvent', footerData); }); }); const url = window.location.href; if (url.indexOf('collections') > -1) { document.querySelector('.page-width').style.zIndex = 'none'; } else { // document.querySelector('.page-width').style.zIndex = 0; } </script> <style> .footer > .page-width { position: static; } </style></div> <ul hidden=""> <li id="a11y-refresh-page-message">Choosing a selection results in a full page refresh.</li> </ul> <script src="https://static.monotype.com/global-analytics/1.0.7/global-analytics-lib.min.js" type="text/javascript"></script> <script type="text/javascript"> const token = null; const wtfDomain = "myfonts.com"; </script> <script src="//www.myfonts.com/cdn/shop/t/234/assets/theme-footer.js?v=41484501932403817751731992684" type="text/javascript" defer="defer"></script> <script> let familyPackageAvailable = "Family packages available" </script> <script src="//www.myfonts.com/cdn/shop/t/234/assets/index.js?v=79587960184316902101731992684" type="text/javascript" defer="defer"></script> <script> let shopTireValues = '{"1-5 users":0, "6-10 users":5, "11-15 users":10, "16-20 users":12, "21-25 users":16, "26-30 users":21, "31-35 users":21, "36-40 users":31, "41-45 users":38, "46-50 users":38, "1 user":0, "2 users":5, "3 users":5, "4 users":5, "5 users":5, "6 users":10, "7 users":10, "8 users":10, "9 users":10, "10 users":10, "20 users":15, "30 users":21, "40 users":31, "50 users":38, "75 users":68, "100 users":73, "125 users":73, "150 users":73, "175 users":73, "200 users":64}'; </script> <script src="//www.myfonts.com/cdn/shop/t/234/assets/promotional-page-addtocart.js?v=28487778107019133111731992683" defer=""></script> <script> function enableSubmitButton() { var firstNameInput = document.getElementById('first_name').value; var secondNameInput = document.getElementById('second_name').value; const element = document.querySelector('#buttonsubmitfirstname'); if (firstNameInput != '' && secondNameInput != '') { element.classList.remove('disabled'); element.classList.add('disabledtrue'); } else { element.classList.remove('disabledtrue'); element.classList.add('disabled'); } } function getCookie(cname) { let name = cname + '='; let ca = document.cookie.split(';'); for (let i = 0; i < ca.length; i++) { let c = ca[i]; while (c.charAt(0) == ' ') { c = c.substring(1); } if (c.indexOf(name) == 0) { return c.substring(name.length, c.length); } } return ''; } </script> <style> </style> </body> <style> .overflowHidden { overflow: hidden !important; } a.disabled { pointer-events: none; cursor: default; background-color: #1a73e8 !important; opacity: 0.5; } a.disabledtrue { cursor: pointer; background-color: #1a73e8 !important; opacity: 1; } .required_fields { font-size: 11px; letter-spacing: 0; line-height: 16px; color: #576579 !important; padding-top: 15px; padding-bottom: 15px; } </style> <script defer="" src="https://static.monotype.com/search/autocomplete/3.0.8/autocomplete-main.js" type="text/javascript"></script> <script defer=""> const onetrust_script_domain = 'eed9eae0-94fd-4818-90e1-1c2758806c08'; const onetrust_script_source = 'https://cdn.cookielaw.org/scripttemplates/otSDKStub.js'; createAndLoadOneTrustScript(); </script> <script defer="" type="text/javascript"> function getCookie(cname) { const name = `${cname}=`; const ca = document.cookie.split(';'); for (let i = 0; i < ca.length; i++) { let c = ca[i]; while (c.charAt(0) === ' ') { c = c.substring(1); } if (c.indexOf(name) === 0) { return c.substring(name.length, c.length); } } return ''; } // START: Script to set global flags based on oneTrust cookie consent function oneTrustBannerShown() { const oneTrustBannerBox = getCookie('OptanonAlertBoxClosed'); if (oneTrustBannerBox !== '') { const oneTrustCookieItems = unescape(getCookie('OptanonConsent')); if (oneTrustCookieItems !== '') { const oneTrustCookie = []; const cookieConsent = oneTrustCookieItems.split('&').filter((item) => item.includes('groups')); cookieConsent[0].split('=')[1].split(',').map((i) => { const cookie = i.split(':'); oneTrustCookie[cookie[0]] = cookie[1]; }); window.cookieConsentObj = { isFunctional: oneTrustCookie.C0003 === '1', isPerformance: oneTrustCookie.C0002 === '1', isTargeted: oneTrustCookie.C0004 === '1', }; // clear algolia cookie incase of functional cookie consent off if (window.cookieConsentObj?.isFunctional === false) { document.cookie = '_ALGOLIA=; Max-Age=0; path=/; '; } } } else { window.cookieConsentObj = { isFunctional: true, isPerformance: true, isTargeted: true, }; } } oneTrustBannerShown(); // END: Script to set global flags based on oneTrust cookie consent var performanceCookieCategory = 'C0002,'; function waitForOneTrust() { hasOneTrustLoaded(); var attempts = 0; var interval = setInterval(function () { if (hasOneTrustLoaded() || attempts > 100) { clearInterval(interval); } attempts++; }, 100); } function hasOneTrustLoaded() { if (typeof window.OnetrustActiveGroups === 'string') { //check now optanonWrapper(); // and wrap and trigger after cookie opt-in window.OptanonWrapper = optanonWrapper; return true; } return false; } function sendConsent(trackingConsent) { window.Shopify.customerPrivacy.setTrackingConsent( trackingConsent, function () { // console.log('=== SHOPIFY CONSENT ===', trackingConsent); } ); } function optanonWrapper() { var trackingConsent = !!window.OnetrustActiveGroups.includes( performanceCookieCategory ); oneTrustBannerShown(); if (window.Shopify && window.Shopify.loadFeatures) { window.Shopify.loadFeatures( [ { name: 'consent-tracking-api', version: '0.1', }, ], function (error) { if (error) { throw error; } sendConsent(trackingConsent); } ); } } (function () { // Check if the time zone indicates EU/UK region if (isEuRegion()) { waitForOneTrust(); } else { // Delay loading by 10 seconds setTimeout(waitForOneTrust, 10000); } })(); </script> </html>

Pages: 1 2 3 4 5 6 7 8 9 10