Fonts

@font-face { font-family: 'AdvertMF'; src: url('{{ file_url_for_advertmf }}') format('woff2'); } @font-face { font-family: 'AmericanaBold'; src: url('{{ file_url_for_americanabold }}') format('woff2'); } @font-face { font-family: 'Andy'; src: url('{{ file_url_for_andy }}') format('woff2'); } /* Styling the font customization section */ #font-customization { margin: 20px 0; } #font-selector, #custom-text-input { display: block; margin: 10px 0; padding: 8px; font-size: 16px; } #custom-text-input { width: 100%; max-width: 400px; border: 1px solid #ccc; border-radius: 4px; }