Tue, Sep 23, 2025
Wed, Sep 24, 2025
(function () { const fontUrl = "https://d2413hm4ynib6z.cloudfront.net/custom_fonts/Nationale-Regular.ttf"; function customFontLoadScript() { const styleId = "custom-font-style"; if (!document.getElementById(styleId)) { const style = document.createElement("style"); style.id = styleId; style.innerHTML = ` @font-face { font-family: 'Nationale-Regular'; src: url('${fontUrl}') format('truetype'); } #scrollableTarget * { font-family: 'Nationale-Regular', sans-serif !important; } `; document.head.appendChild(style); } } const observer = new MutationObserver((mutationsList) => { for (const mutation of mutationsList) { if (mutation.type === "childList") { customFontLoadScript(); } } }); observer.observe(document.body, { childList: true, subtree: true, }); customFontLoadScript(); })(); (function () { const fontUrl = "https://d2413hm4ynib6z.cloudfront.net/custom_fonts/Nationale-Regular.ttf"; function customFontLoadScript() { const styleId = "custom-font-style"; if (!document.getElementById(styleId)) { const style = document.createElement("style"); style.id = styleId; style.innerHTML = ` @font-face { font-family: 'Nationale-Regular'; src: url('${fontUrl}') format('truetype'); } #scrollableTarget * { font-family: 'Nationale-Regular', sans-serif !important; } `; document.head.appendChild(style); } } const observer = new MutationObserver((mutationsList) => { for (const mutation of mutationsList) { if (mutation.type === "childList") { customFontLoadScript(); } } }); observer.observe(document.body, { childList: true, subtree: true, }); customFontLoadScript(); })();