{"id":5568,"date":"2026-04-26T00:00:27","date_gmt":"2026-04-26T00:00:27","guid":{"rendered":"https:\/\/fonttor.com\/?page_id=5568"},"modified":"2026-05-19T11:26:52","modified_gmt":"2026-05-19T11:26:52","slug":"greek","status":"publish","type":"page","link":"https:\/\/fonttor.com\/greek\/","title":{"rendered":"Greek Font Generator \u2013 Style Instantly Free"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"5568\" class=\"elementor elementor-5568\">\n\t\t\t\t<div class=\"elementor-element elementor-element-6b282610 e-con-full e-flex e-con e-parent\" data-id=\"6b282610\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-28025c elementor-widget elementor-widget-shortcode\" data-id=\"28025c\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"shortcode.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-shortcode\"><!-- START: Greek Font Generator - WordPress Compatible -->\r\n<div class=\"gfg-container\">\r\n\r\n    <!-- Google Font Import -->\r\n    <link rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\">\r\n    <link rel=\"preconnect\" href=\"https:\/\/fonts.gstatic.com\" crossorigin>\r\n    <link href=\"https:\/\/fonts.googleapis.com\/css2?family=Poppins:wght@300;500;600;700&display=swap\" rel=\"stylesheet\">\r\n\r\n    <style>\r\n        \/* All styles are scoped to .gfg-container to prevent conflicts in WordPress *\/\r\n        .gfg-container {\r\n            --bg-start: #111827;\r\n            --bg-end: #0d2a2a;\r\n            --panel-bg: rgba(255, 255, 255, 0.05);\r\n            --text-color: #e5e7eb;\r\n            --accent-color: #14b8a6;\r\n            --border-color: rgba(255, 255, 255, 0.1);\r\n            --shadow-color: rgba(0, 0, 0, 0.6);\r\n            --success-color: #10b981;\r\n            --danger-color: #dc3545;\r\n            --danger-bg: rgba(220, 53, 69, 0.4);\r\n\r\n            font-family: 'Poppins', sans-serif;\r\n            color: var(--text-color);\r\n            background: linear-gradient(-45deg, var(--bg-start), var(--bg-end));\r\n            padding: 3rem 1rem;\r\n            width: 100%;\r\n            box-sizing: border-box;\r\n        }\r\n\r\n        .gfg-container * {\r\n            margin: 0;\r\n            padding: 0;\r\n            box-sizing: border-box;\r\n            font-family: inherit;\r\n        }\r\n\r\n        .gfg-container .gfg-content-wrapper {\r\n            width: 100%;\r\n            max-width: 1200px;\r\n            margin: 0 auto;\r\n            animation: gfg-fadeIn 1s ease-out;\r\n        }\r\n\r\n        @keyframes gfg-fadeIn {\r\n            from { opacity: 0; transform: translateY(20px); }\r\n            to { opacity: 1; transform: translateY(0); }\r\n        }\r\n\r\n        .gfg-tool-section header {\r\n            text-align: center;\r\n            margin-bottom: 2.5rem;\r\n            text-shadow: 2px 2px 4px var(--shadow-color);\r\n        }\r\n\r\n        .gfg-tool-section header h1 {\r\n            font-size: 2.8rem;\r\n            font-weight: 700;\r\n            line-height: 1.2;\r\n            color: var(--text-color);\r\n        }\r\n        \r\n        .gfg-tool-section header h1 span {\r\n            background: -webkit-linear-gradient(45deg, var(--accent-color), #fff);\r\n            -webkit-background-clip: text;\r\n            background-clip: text;\r\n            -webkit-text-fill-color: transparent;\r\n        }\r\n\r\n        .gfg-tool-section header p {\r\n            font-size: 1.2rem;\r\n            font-weight: 300;\r\n            opacity: 0.9;\r\n            color: var(--text-color);\r\n            margin-top: 0.5rem;\r\n        }\r\n\r\n        .gfg-tool-section .main-content {\r\n            display: flex;\r\n            flex-direction: column;\r\n            gap: 2rem;\r\n            width: 100%;\r\n        }\r\n\r\n        .gfg-tool-section .panel {\r\n            background: var(--panel-bg);\r\n            border-radius: 16px;\r\n            border: 1px solid var(--border-color);\r\n            padding: 2rem;\r\n            backdrop-filter: blur(10px);\r\n            -webkit-backdrop-filter: blur(10px);\r\n            box-shadow: 0 8px 32px 0 var(--shadow-color);\r\n        }\r\n\r\n        .gfg-tool-section .input-panel h2, .gfg-tool-section .output-panel h2 {\r\n            margin-bottom: 1.5rem;\r\n            font-size: 1.5rem;\r\n            font-weight: 600;\r\n            border-bottom: 2px solid var(--accent-color);\r\n            padding-bottom: 0.5rem;\r\n            display: inline-block;\r\n            color: var(--text-color);\r\n        }\r\n\r\n        .gfg-tool-section .input-textarea {\r\n            width: 100%;\r\n            height: 150px;\r\n            background: rgba(0, 0, 0, 0.3);\r\n            border: 1px solid var(--border-color);\r\n            border-radius: 8px;\r\n            padding: 1rem;\r\n            color: var(--text-color);\r\n            font-size: 1.1rem;\r\n            resize: vertical;\r\n            transition: border-color 0.3s, box-shadow 0.3s;\r\n        }\r\n\r\n        .gfg-tool-section .input-textarea:focus {\r\n            outline: none;\r\n            border-color: var(--accent-color);\r\n            box-shadow: 0 0 10px rgba(20, 184, 166, 0.5);\r\n        }\r\n\r\n        .gfg-tool-section .controls-grid {\r\n            display: grid;\r\n            grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));\r\n            gap: 1.5rem;\r\n            margin-top: 1.5rem;\r\n        }\r\n        \r\n        .gfg-tool-section .control-group h3 {\r\n            font-size: 0.9rem;\r\n            font-weight: 500;\r\n            margin-bottom: 0.75rem;\r\n            text-transform: uppercase;\r\n            letter-spacing: 1px;\r\n            opacity: 0.8;\r\n            color: var(--text-color);\r\n        }\r\n\r\n        .gfg-tool-section .utility-buttons {\r\n            display: flex;\r\n            flex-wrap: wrap;\r\n            gap: 0.75rem;\r\n        }\r\n        \r\n        .gfg-tool-section .utility-buttons button, .gfg-tool-section .btn {\r\n            background: rgba(0,0,0,0.3);\r\n            color: var(--text-color);\r\n            border: 1px solid var(--border-color);\r\n            padding: 0.6rem 1rem;\r\n            border-radius: 6px;\r\n            font-size: 0.9rem;\r\n            cursor: pointer;\r\n            transition: all 0.3s ease;\r\n        }\r\n\r\n        .gfg-tool-section .utility-buttons button:hover, .gfg-tool-section .btn:hover {\r\n            background: var(--accent-color);\r\n            color: #111827;\r\n            border-color: var(--accent-color);\r\n            transform: translateY(-2px);\r\n        }\r\n        \r\n        .gfg-tool-section #gfg-clearBtn {\r\n            background-color: var(--danger-bg);\r\n        }\r\n        .gfg-tool-section #gfg-clearBtn:hover {\r\n             background-color: var(--danger-color);\r\n        }\r\n\r\n        .gfg-tool-section .toggles {\r\n            display: flex;\r\n            gap: 1.5rem;\r\n            align-items: center;\r\n        }\r\n\r\n        .gfg-tool-section .toggle-switch {\r\n            position: relative;\r\n            display: inline-block;\r\n            width: 50px;\r\n            height: 28px;\r\n        }\r\n\r\n        .gfg-tool-section .toggle-switch input { display: none; }\r\n\r\n        .gfg-tool-section .slider {\r\n            position: absolute;\r\n            cursor: pointer;\r\n            top: 0; left: 0; right: 0; bottom: 0;\r\n            background-color: rgba(0,0,0,0.3);\r\n            transition: .4s;\r\n            border-radius: 28px;\r\n        }\r\n\r\n        .gfg-tool-section .slider:before {\r\n            position: absolute;\r\n            content: \"\";\r\n            height: 20px;\r\n            width: 20px;\r\n            left: 4px;\r\n            bottom: 4px;\r\n            background-color: white;\r\n            transition: .4s;\r\n            border-radius: 50%;\r\n        }\r\n\r\n        .gfg-tool-section input:checked + .slider { background-color: var(--accent-color); }\r\n        .gfg-tool-section input:checked + .slider:before { transform: translateX(22px); }\r\n        \r\n        .gfg-tool-section .toggle-label {\r\n            font-size: 1rem;\r\n        }\r\n\r\n        .gfg-tool-section .stats {\r\n            display: flex;\r\n            justify-content: space-between;\r\n            margin-top: 1.5rem;\r\n            font-size: 0.9rem;\r\n            opacity: 0.8;\r\n            padding: 0.75rem 1rem;\r\n            background: rgba(0,0,0,0.2);\r\n            border-radius: 6px;\r\n        }\r\n        \r\n        .gfg-tool-section #gfg-outputContainer {\r\n            display: grid;\r\n            grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));\r\n            gap: 1.5rem;\r\n        }\r\n        \r\n        .gfg-tool-section .output-box {\r\n            position: relative;\r\n            background: rgba(0, 0, 0, 0.2);\r\n            border-radius: 8px;\r\n            padding: 1.25rem;\r\n            border: 1px solid var(--border-color);\r\n            min-height: 120px;\r\n            display: flex;\r\n            flex-direction: column;\r\n            transition: transform 0.3s, box-shadow 0.3s;\r\n        }\r\n\r\n        .gfg-tool-section .output-box:hover {\r\n            transform: translateY(-5px);\r\n            box-shadow: 0 12px 24px var(--shadow-color);\r\n        }\r\n\r\n        .gfg-tool-section .output-box h3 {\r\n            font-size: 1rem;\r\n            font-weight: 600;\r\n            color: var(--accent-color);\r\n            margin-bottom: 0.75rem;\r\n        }\r\n\r\n        .gfg-tool-section .output-text {\r\n            width: 100%;\r\n            white-space: pre-wrap;\r\n            word-wrap: break-word;\r\n            font-size: 1.2rem;\r\n            line-height: 1.6;\r\n            transition: opacity 0.3s ease;\r\n            flex-grow: 1;\r\n        }\r\n        \r\n        .gfg-tool-section .output-text.placeholder-text {\r\n            opacity: 0.4;\r\n            font-style: italic;\r\n        }\r\n        \r\n        .gfg-tool-section .copy-btn {\r\n            position: absolute;\r\n            top: 1rem;\r\n            right: 1rem;\r\n            background: var(--accent-color);\r\n            color: #111827;\r\n            border: none;\r\n            width: 80px;\r\n            height: 30px;\r\n            border-radius: 6px;\r\n            font-weight: 600;\r\n            cursor: pointer;\r\n            transition: all 0.3s ease;\r\n            opacity: 0;\r\n            visibility: hidden;\r\n            transform: translateY(10px);\r\n        }\r\n\r\n         .gfg-tool-section .output-box:hover .copy-btn {\r\n            opacity: 0.9;\r\n            visibility: visible;\r\n            transform: translateY(0);\r\n        }\r\n\r\n        .gfg-tool-section .copy-btn:hover {\r\n            opacity: 1;\r\n            transform: scale(1.05);\r\n        }\r\n        \r\n        .gfg-tool-section .copy-btn.copied {\r\n            background-color: var(--success-color);\r\n            color: white;\r\n        }\r\n\r\n        \/* --- CONTENT SECTION STYLES --- *\/\r\n        .gfg-content-section {\r\n            padding: 4rem 0 2rem 0;\r\n        }\r\n\r\n        .gfg-content-section .gfg-section {\r\n            margin-bottom: 3.5rem;\r\n        }\r\n\r\n        .gfg-content-section h2.gfg-section-title {\r\n            font-size: 2.2rem;\r\n            font-weight: 700;\r\n            text-align: center;\r\n            margin-bottom: 2rem;\r\n            position: relative;\r\n            padding-bottom: 0.75rem;\r\n\t\t\t\t\t\tcolor: #508d8d;\r\n        }\r\n        \r\n        .gfg-content-section h2.gfg-section-title::after {\r\n            content: '';\r\n            position: absolute;\r\n            bottom: 0;\r\n            left: 50%;\r\n            transform: translateX(-50%);\r\n            width: 80px;\r\n            height: 4px;\r\n            background-color: var(--accent-color);\r\n            border-radius: 2px;\r\n        }\r\n\r\n        .gfg-content-section p {\r\n            font-size: 1.1rem;\r\n            line-height: 1.8;\r\n            opacity: 0.9;\r\n            margin-bottom: 1.5rem;\r\n            text-align: justify;\r\n        }\r\n\r\n        .gfg-content-section .gfg-card-grid {\r\n            display: grid;\r\n            grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));\r\n            gap: 1.5rem;\r\n            list-style: none;\r\n        }\r\n\r\n        .gfg-content-section .gfg-card {\r\n            background: var(--panel-bg);\r\n            border: 1px solid var(--border-color);\r\n            border-radius: 12px;\r\n            padding: 1.5rem;\r\n            transition: transform 0.3s, box-shadow 0.3s;\r\n            height: 100%;\r\n        }\r\n\r\n        .gfg-content-section .gfg-card:hover {\r\n            transform: translateY(-8px);\r\n            box-shadow: 0 10px 30px var(--shadow-color);\r\n        }\r\n\r\n        .gfg-content-section .gfg-card h3 {\r\n            color: var(--accent-color);\r\n            font-size: 1.3rem;\r\n            margin-bottom: 1rem;\r\n        }\r\n         .gfg-content-section .gfg-card p {\r\n            font-size: 1rem;\r\n            line-height: 1.7;\r\n            text-align: left;\r\n            margin-bottom: 0;\r\n        }\r\n        \r\n        .gfg-content-section .faq-item {\r\n            background: var(--panel-bg);\r\n            border: 1px solid var(--border-color);\r\n            border-radius: 8px;\r\n            margin-bottom: 1rem;\r\n        }\r\n        .gfg-content-section .faq-question {\r\n            padding: 1rem 1.5rem;\r\n            font-size: 1.1rem;\r\n            font-weight: 600;\r\n            cursor: pointer;\r\n            display: flex;\r\n            justify-content: space-between;\r\n            align-items: center;\r\n        }\r\n        .gfg-content-section .faq-question::after {\r\n            content: '+';\r\n            font-size: 1.5rem;\r\n            transition: transform 0.3s ease;\r\n        }\r\n        .gfg-content-section .faq-item.active .faq-question::after {\r\n            transform: rotate(45deg);\r\n        }\r\n        .gfg-content-section .faq-answer {\r\n            max-height: 0;\r\n            overflow: hidden;\r\n            transition: max-height 0.4s ease-out;\r\n        }\r\n        .gfg-content-section .faq-answer p {\r\n             padding: 0 1.5rem 1.5rem 1.5rem;\r\n             margin-bottom: 0;\r\n             border-top: 1px solid var(--border-color);\r\n             padding-top: 1.5rem;\r\n        }\r\n\r\n        \/* --- RESPONSIVE ADJUSTMENTS --- *\/\r\n        @media (max-width: 1024px) {\r\n            .gfg-container {\r\n                padding: 2rem 1rem;\r\n            }\r\n            .gfg-tool-section header h1 {\r\n                font-size: 2.5rem;\r\n            }\r\n        }\r\n        @media (max-width: 768px) {\r\n            .gfg-tool-section header h1 { \r\n                font-size: 2.2rem; \r\n            }\r\n            .gfg-tool-section header p { \r\n                font-size: 1.1rem; \r\n            }\r\n            .gfg-tool-section .panel { \r\n                padding: 1.5rem; \r\n            }\r\n            .gfg-tool-section .controls-grid,\r\n            .gfg-tool-section #gfg-outputContainer,\r\n            .gfg-content-section .gfg-card-grid {\r\n                grid-template-columns: 1fr;\r\n            }\r\n        }\r\n        @media (max-width: 576px) {\r\n            .gfg-tool-section header h1 { \r\n                font-size: 2rem; \r\n            }\r\n            .gfg-tool-section header p { \r\n                font-size: 1rem; \r\n            }\r\n            .gfg-tool-section .panel { \r\n                padding: 1rem; \r\n            }\r\n            .gfg-tool-section .input-textarea {\r\n                font-size: 1rem;\r\n            }\r\n            .gfg-tool-section .output-text {\r\n                font-size: 1.1rem;\r\n            }\r\n            .gfg-content-section h2.gfg-section-title {\r\n                font-size: 1.8rem;\r\n            }\r\n            .gfg-content-section p {\r\n                font-size: 1rem;\r\n            }\r\n        }\r\n        @media (max-width: 480px) {\r\n             .gfg-tool-section header h1 { \r\n                font-size: 1.8rem; \r\n            }\r\n            .gfg-tool-section .utility-buttons {\r\n                gap: 0.5rem;\r\n            }\r\n            .gfg-tool-section .utility-buttons button {\r\n                padding: 0.5rem 0.8rem;\r\n                font-size: 0.85rem;\r\n            }\r\n            .gfg-tool-section .toggles {\r\n                gap: 1rem;\r\n            }\r\n             .gfg-tool-section #gfg-outputContainer {\r\n                gap: 1rem;\r\n            }\r\n        }\r\n        @media (max-width: 375px) {\r\n            .gfg-container {\r\n                padding: 1.5rem 0.5rem;\r\n            }\r\n            .gfg-tool-section header h1 { \r\n                font-size: 1.6rem; \r\n            }\r\n            .gfg-tool-section header p {\r\n                font-size: 0.9rem;\r\n            }\r\n        }\r\n    <\/style>\r\n\r\n    <!-- Tool Section -->\r\n    <div class=\"gfg-tool-section\">\r\n        <div class=\"gfg-content-wrapper\">\r\n            <header>\r\n                <h1><span>Greek Font Generator - <\/span> \u2013 Style Instantly Free<\/h1>\r\n                <p>Transform your text into cool, aesthetic \"Greek-style\" fonts for social media, gaming, and more!<\/p>\r\n            <\/header>\r\n            <div class=\"main-content\">\r\n                <div class=\"panel input-panel\">\r\n                    <h2>Your Text<\/h2>\r\n                    <textarea id=\"gfg-inputText\" class=\"input-textarea\" placeholder=\"Type or paste your text here...\"><\/textarea>\r\n                    <div class=\"controls-grid\">\r\n                        <div class=\"control-group\">\r\n                            <h3>Utilities<\/h3>\r\n                            <div class=\"utility-buttons\">\r\n                                <button id=\"gfg-upperBtn\">UPPERCASE<\/button>\r\n                                <button id=\"gfg-lowerBtn\">lowercase<\/button>\r\n                                <button id=\"gfg-clearBtn\">Clear<\/button>\r\n                            <\/div>\r\n                        <\/div>\r\n                        <div class=\"control-group\">\r\n                            <h3>Modifiers<\/h3>\r\n                            <div class=\"toggles\">\r\n                                <label class=\"toggle-switch\">\r\n                                    <input type=\"checkbox\" id=\"gfg-boldToggle\">\r\n                                    <span class=\"slider\"><\/span>\r\n                                <\/label>\r\n                                <span class=\"toggle-label\">Bold<\/span>\r\n                                <label class=\"toggle-switch\">\r\n                                    <input type=\"checkbox\" id=\"gfg-italicToggle\">\r\n                                    <span class=\"slider\"><\/span>\r\n                                <\/label>\r\n                                 <span class=\"toggle-label\">Italic<\/span>\r\n                            <\/div>\r\n                        <\/div>\r\n                    <\/div>\r\n                    <div class=\"stats\">\r\n                        <span id=\"gfg-charCount\">Characters: 0<\/span>\r\n                        <span id=\"gfg-wordCount\">Words: 0<\/span>\r\n                    <\/div>\r\n                <\/div>\r\n                <div class=\"panel output-panel\">\r\n                    <h2>Generated Styles<\/h2>\r\n                    <div id=\"gfg-outputContainer\">\r\n                        <!-- Output boxes will be dynamically generated here in a grid -->\r\n                    <\/div>\r\n                <\/div>\r\n            <\/div>\r\n        <\/div>\r\n    <\/div>\r\n      \r\n    <script>\r\n    (function() {\r\n        \/\/ Find the main container for this instance of the tool\r\n        const mainContainer = document.querySelector('.gfg-container');\r\n        if (!mainContainer) return;\r\n\r\n        \/\/ --- Tool Logic ---\r\n        const toolSection = mainContainer.querySelector('.gfg-tool-section');\r\n        if (toolSection) {\r\n            const inputText = toolSection.querySelector('#gfg-inputText');\r\n            const outputContainer = toolSection.querySelector('#gfg-outputContainer');\r\n            const charCountEl = toolSection.querySelector('#gfg-charCount');\r\n            const wordCountEl = toolSection.querySelector('#gfg-wordCount');\r\n            const upperBtn = toolSection.querySelector('#gfg-upperBtn');\r\n            const lowerBtn = toolSection.querySelector('#gfg-lowerBtn');\r\n            const clearBtn = toolSection.querySelector('#gfg-clearBtn');\r\n            const boldToggle = toolSection.querySelector('#gfg-boldToggle');\r\n            const italicToggle = toolSection.querySelector('#gfg-italicToggle');\r\n            \r\n            const fontMaps = [ { name: \"Normal Greek\", map: { 'a': '\u03b1', 'b': '\u03b2', 'c': '\u00a2', 'd': '\u2202', 'e': '\u0454', 'f': '\u0192', 'g': 'g', 'h': '\u043d', 'i': '\u03b9', 'j': '\u05e0', 'k': '\u043a', 'l': '\u2113', 'm': '\u043c', 'n': '\u03b7', 'o': '\u03c3', 'p': '\u03c1', 'q': 'q', 'r': '\u044f', 's': '\u0455', 't': '\u0442', 'u': '\u03c5', 'v': '\u03bd', 'w': '\u03c9', 'x': '\u03c7', 'y': '\u0443', 'z': 'z', 'A': '\u0391', 'B': '\u0392', 'C': '\u00a2', 'D': '\u2202', 'E': '\u03a3', 'F': '\u0192', 'G': 'G', 'H': '\u0397', 'I': '\u0399', 'J': '\u05e0', 'K': '\u039a', 'L': '\u2113', 'M': '\u039c', 'N': '\u039d', 'O': '\u039f', 'P': '\u03a1', 'Q': 'Q', 'R': '\u042f', 'S': '\u0405', 'T': '\u03a4', 'U': '\u03a5', 'V': '\u03bd', 'W': '\u03c9', 'X': '\u03a7', 'Y': '\u03a5', 'Z': '\u0396' } }, { name: \"Wide Greek\", special: \"wideGreek\" }, { name: \"Bold Greek\", map: { 'a': '\ud835\udec2', 'b': '\ud835\udec3', 'c': '\ud835\udd88', 'd': '\ud835\udec5', 'e': '\ud835\udec6', 'f': '\ud835\udd8b', 'g': '\ud835\udec4', 'h': '\ud835\udd8d', 'i': '\ud835\udeca', 'j': '\ud835\udd8f', 'k': '\ud835\udecb', 'l': '\ud835\udd91', 'm': '\ud835\udd92', 'n': '\ud835\udec8', 'o': '\ud835\uded0', 'p': '\ud835\uded2', 'q': '\ud835\udd96', 'r': '\ud835\udd97', 's': '\ua731', 't': '\ud835\uded5', 'u': '\ud835\uded6', 'v': '\ud835\udece', 'w': '\ud835\udeda', 'x': '\ud835\uded8', 'y': '\ud835\udec4', 'z': '\ud835\udec7', 'A': '\ud835\udf56', 'B': '\ud835\udf57', 'C': '\ud835\udd6e', 'D': '\ud835\udf59', 'E': '\ud835\udf5a', 'F': '\ud835\udd71', 'G': '\ud835\udf58', 'H': '\ud835\udd73', 'I': '\ud835\udf5e', 'J': '\ud835\udd75', 'K': '\ud835\udf5f', 'L': '\ud835\udd77', 'M': '\ud835\udd78', 'N': '\ud835\udf62', 'O': '\ud835\udf64', 'P': '\ud835\udf66', 'Q': '\ud835\udd7c', 'R': '\ud835\udd7d', 'S': '\ud835\udd7e', 'T': '\ud835\udf69', 'U': '\ud835\udd80', 'V': '\ud835\udf7c', 'W': '\ud835\udf6e', 'X': '\ud835\udf6c', 'Y': '\ud835\udf6a', 'Z': '\ud835\udf5b' } }, { name: \"Cursive Script\", map: { 'a': '\ud835\udcb6', 'b': '\ud835\udcb7', 'c': '\ud835\udcb8', 'd': '\ud835\udcb9', 'e': '\ud835\udc52', 'f': '\ud835\udcbb', 'g': '\ud835\udc54', 'h': '\ud835\udcbd', 'i': '\ud835\udcbe', 'j': '\ud835\udcbf', 'k': '\ud835\udcc0', 'l': '\ud835\udcc1', 'm': '\ud835\udcc2', 'n': '\ud835\udcc3', 'o': '\ud835\udc5c', 'p': '\ud835\udcc5', 'q': '\ud835\udcc6', 'r': '\ud835\udcc7', 's': '\ud835\udcc8', 't': '\ud835\udcc9', 'u': '\ud835\udcca', 'v': '\ud835\udccb', 'w': '\ud835\udccc', 'x': '\ud835\udccd', 'y': '\ud835\udcce', 'z': '\ud835\udccf', 'A': '\ud835\udc9c', 'B': '\ud835\udc35', 'C': '\ud835\udc9e', 'D': '\ud835\udc9f', 'E': '\ud835\udc38', 'F': '\ud835\udc39', 'G': '\ud835\udca2', 'H': '\ud835\udc3b', 'I': '\ud835\udc3c', 'J': '\ud835\udca5', 'K': '\ud835\udca6', 'L': '\ud835\udc3f', 'M': '\ud835\udc40', 'N': '\ud835\udca9', 'O': '\ud835\udcaa', 'P': '\ud835\udcab', 'Q': '\ud835\udcac', 'R': '\ud835\udc45', 'S': '\ud835\udcae', 'T': '\ud835\udcaf', 'U': '\ud835\udcb0', 'V': '\ud835\udcb1', 'W': '\ud835\udcb2', 'X': '\ud835\udcb3', 'Y': '\ud835\udcb4', 'Z': '\ud835\udcb5' } }, { name: \"Bold Serif\", map: { 'a': '\ud835\udc1a', 'b': '\ud835\udc1b', 'c': '\ud835\udc1c', 'd': '\ud835\udc1d', 'e': '\ud835\udc1e', 'f': '\ud835\udc1f', 'g': '\ud835\udc20', 'h': '\ud835\udc21', 'i': '\ud835\udc22', 'j': '\ud835\udc23', 'k': '\ud835\udc24', 'l': '\ud835\udc25', 'm': '\ud835\udc26', 'n': '\ud835\udc27', 'o': '\ud835\udc28', 'p': '\ud835\udc29', 'q': '\ud835\udc2a', 'r': '\ud835\udc2b', 's': '\ud835\udc2c', 't': '\ud835\udc2d', 'u': '\ud835\udc2e', 'v': '\ud835\udc2f', 'w': '\ud835\udc30', 'x': '\ud835\udc31', 'y': '\ud835\udc32', 'z': '\ud835\udc33', 'A': '\ud835\udc00', 'B': '\ud835\udc01', 'C': '\ud835\udc02', 'D': '\ud835\udc03', 'E': '\ud835\udc04', 'F': '\ud835\udc05', 'G': '\ud835\udc06', 'H': '\ud835\udc07', 'I': '\ud835\udc08', 'J': '\ud835\udc09', 'K': '\ud835\udc0a', 'L': '\ud835\udc0b', 'M': '\ud835\udc0c', 'N': '\ud835\udc0d', 'O': '\ud835\udc0e', 'P': '\ud835\udc0f', 'Q': '\ud835\udc10', 'R': '\ud835\udc11', 'S': '\ud835\udc12', 'T': '\ud835\udc13', 'U': '\ud835\udc14', 'V': '\ud835\udc15', 'W': '\ud835\udc16', 'X': '\ud835\udc17', 'Y': '\ud835\udc18', 'Z': '\ud835\udc19' } }, { name: \"Italic Serif\", map: { 'a': '\ud835\udc4e', 'b': '\ud835\udc4f', 'c': '\ud835\udc50', 'd': '\ud835\udc51', 'e': '\ud835\udc52', 'f': '\ud835\udc53', 'g': '\ud835\udc54', 'h': '\u210e', 'i': '\ud835\udc56', 'j': '\ud835\udc57', 'k': '\ud835\udc58', 'l': '\ud835\udc59', 'm': '\ud835\udc5a', 'n': '\ud835\udc5b', 'o': '\ud835\udc5c', 'p': '\ud835\udc5d', 'q': '\ud835\udc5e', 'r': '\ud835\udc5f', 's': '\ud835\udc60', 't': '\ud835\udc61', 'u': '\ud835\udc62', 'v': '\ud835\udc63', 'w': '\ud835\udc64', 'x': '\ud835\udc65', 'y': '\ud835\udc66', 'z': '\ud835\udc67', 'A': '\ud835\udc34', 'B': '\ud835\udc35', 'C': '\ud835\udc36', 'D': '\ud835\udc37', 'E': '\ud835\udc38', 'F': '\ud835\udc39', 'G': '\ud835\udc3a', 'H': '\ud835\udc3b', 'I': '\ud835\udc3c', 'J': '\ud835\udc3d', 'K': '\ud835\udc3e', 'L': '\ud835\udc3f', 'M': '\ud835\udc40', 'N': '\ud835\udc41', 'O': '\ud835\udc42', 'P': '\ud835\udc43', 'Q': '\ud835\udc44', 'R': '\ud835\udc45', 'S': '\ud835\udc46', 'T': '\ud835\udc47', 'U': '\ud835\udc48', 'V': '\ud835\udc49', 'W': '\ud835\udc4a', 'X': '\ud835\udc4b', 'Y': '\ud835\udc4c', 'Z': '\ud835\udc4d' } }, { name: \"Fraktur (Old English)\", map: { 'a': '\ud835\udd1e', 'b': '\ud835\udd1f', 'c': '\ud835\udd20', 'd': '\ud835\udd21', 'e': '\ud835\udd22', 'f': '\ud835\udd23', 'g': '\ud835\udd24', 'h': '\ud835\udd25', 'i': '\ud835\udd26', 'j': '\ud835\udd27', 'k': '\ud835\udd28', 'l': '\ud835\udd29', 'm': '\ud835\udd2a', 'n': '\ud835\udd2b', 'o': '\ud835\udd2c', 'p': '\ud835\udd2d', 'q': '\ud835\udd2e', 'r': '\ud835\udd2f', 's': '\ud835\udd30', 't': '\ud835\udd31', 'u': '\ud835\udd32', 'v': '\ud835\udd33', 'w': '\ud835\udd34', 'x': '\ud835\udd35', 'y': '\ud835\udd36', 'z': '\ud835\udd37', 'A': '\ud835\udd04', 'B': '\ud835\udd05', 'C': '\u212d', 'D': '\ud835\udd07', 'E': '\ud835\udd08', 'F': '\ud835\udd09', 'G': '\ud835\udd0a', 'H': '\u210c', 'I': '\u2111', 'J': '\ud835\udd0d', 'K': '\ud835\udd0e', 'L': '\ud835\udd0f', 'M': '\ud835\udd10', 'N': '\ud835\udd11', 'O': '\ud835\udd12', 'P': '\ud835\udd13', 'Q': '\ud835\udd14', 'R': '\u211c', 'S': '\ud835\udd16', 'T': '\ud835\udd17', 'U': '\ud835\udd18', 'V': '\ud835\udd19', 'W': '\ud835\udd1a', 'X': '\ud835\udd1b', 'Y': '\ud835\udd1c', 'Z': '\u2128' } }, { name: \"Bold Fraktur\", map: { 'a': '\ud835\udd86', 'b': '\ud835\udd87', 'c': '\ud835\udd88', 'd': '\ud835\udd89', 'e': '\ud835\udd8a', 'f': '\ud835\udd8b', 'g': '\ud835\udd8c', 'h': '\ud835\udd8d', 'i': '\ud835\udd8e', 'j': '\ud835\udd8f', 'k': '\ud835\udd90', 'l': '\ud835\udd91', 'm': '\ud835\udd92', 'n': '\ud835\udd93', 'o': '\ud835\udd94', 'p': '\ud835\udd95', 'q': '\ud835\udd96', 'r': '\ud835\udd97', 's': '\ud835\udd98', 't': '\ud835\udd99', 'u': '\ud835\udd9a', 'v': '\ud835\udd9b', 'w': '\ud835\udd9c', 'x': '\ud835\udd9d', 'y': '\ud835\udd9e', 'z': '\ud835\udd9f', 'A': '\ud835\udd6c', 'B': '\ud835\udd6d', 'C': '\ud835\udd6e', 'D': '\ud835\udd6f', 'E': '\ud835\udd70', 'F': '\ud835\udd71', 'G': '\ud835\udd72', 'H': '\ud835\udd73', 'I': '\ud835\udd74', 'J': '\ud835\udd75', 'K': '\ud835\udd76', 'L': '\ud835\udd77', 'M': '\ud835\udd78', 'N': '\ud835\udd79', 'O': '\ud835\udd7a', 'P': '\ud835\udd7b', 'Q': '\ud835\udd7c', 'R': '\ud835\udd7d', 'S': '\ud835\udd7e', 'T': '\ud835\udd7f', 'U': '\ud835\udd80', 'V': '\ud835\udd81', 'W': '\ud835\udd82', 'X': '\ud835\udd83', 'Y': '\ud835\udd84', 'Z': '\ud835\udd85' } }, { name: \"Double-Struck\", map: { 'a': '\ud835\udd52', 'b': '\ud835\udd53', 'c': '\ud835\udd54', 'd': '\ud835\udd55', 'e': '\ud835\udd56', 'f': '\ud835\udd57', 'g': '\ud835\udd58', 'h': '\ud835\udd59', 'i': '\ud835\udd5a', 'j': '\ud835\udd5b', 'k': '\ud835\udd5c', 'l': '\ud835\udd5d', 'm': '\ud835\udd5e', 'n': '\ud835\udd5f', 'o': '\ud835\udd60', 'p': '\ud835\udd61', 'q': '\ud835\udd62', 'r': '\ud835\udd63', 's': '\ud835\udd64', 't': '\ud835\udd65', 'u': '\ud835\udd66', 'v': '\ud835\udd67', 'w': '\ud835\udd68', 'x': '\ud835\udd69', 'y': '\ud835\udd6a', 'z': '\ud835\udd6b', 'A': '\ud835\udd38', 'B': '\ud835\udd39', 'C': '\u2102', 'D': '\ud835\udd3b', 'E': '\ud835\udd3c', 'F': '\ud835\udd3d', 'G': '\ud835\udd3e', 'H': '\u210d', 'I': '\ud835\udd40', 'J': '\ud835\udd41', 'K': '\ud835\udd42', 'L': '\ud835\udd43', 'M': '\ud835\udd44', 'N': '\u2115', 'O': '\ud835\udd46', 'P': '\u2119', 'Q': '\u211a', 'R': '\u211d', 'S': '\ud835\udd4a', 'T': '\ud835\udd4b', 'U': '\ud835\udd4c', 'V': '\ud835\udd4d', 'W': '\ud835\udd4e', 'X': '\ud835\udd4f', 'Y': '\ud835\udd50', 'Z': '\u2124' } }, { name: \"Monospace\", map: { 'a': '\ud835\ude8a', 'b': '\ud835\ude8b', 'c': '\ud835\ude8c', 'd': '\ud835\ude8d', 'e': '\ud835\ude8e', 'f': '\ud835\ude8f', 'g': '\ud835\ude90', 'h': '\ud835\ude91', 'i': '\ud835\ude92', 'j': '\ud835\ude93', 'k': '\ud835\ude94', 'l': '\ud835\ude95', 'm': '\ud835\ude96', 'n': '\ud835\ude97', 'o': '\ud835\ude98', 'p': '\ud835\ude99', 'q': '\ud835\ude9a', 'r': '\ud835\ude9b', 's': '\ud835\ude9c', 't': '\ud835\ude9d', 'u': '\ud835\ude9e', 'v': '\ud835\ude9f', 'w': '\ud835\udea0', 'x': '\ud835\udea1', 'y': '\ud835\udea2', 'z': '\ud835\udea3', 'A': '\ud835\ude70', 'B': '\ud835\ude71', 'C': '\ud835\ude72', 'D': '\ud835\ude73', 'E': '\ud835\ude74', 'F': '\ud835\ude75', 'G': '\ud835\ude76', 'H': '\ud835\ude77', 'I': '\ud835\ude78', 'J': '\ud835\ude79', 'K': '\ud835\ude7a', 'L': '\ud835\ude7b', 'M': '\ud835\ude7c', 'N': '\ud835\ude7d', 'O': '\ud835\ude7e', 'P': '\ud835\ude7f', 'Q': '\ud835\ude80', 'R': '\ud835\ude81', 'S': '\ud835\ude82', 'T': '\ud835\ude83', 'U': '\ud835\ude84', 'V': '\ud835\ude85', 'W': '\ud835\ude86', 'X': '\ud835\ude87', 'Y': '\ud835\ude88', 'Z': '\ud835\ude89' } }, { name: \"Circled\", map: { 'a': '\u24d0', 'b': '\u24d1', 'c': '\u24d2', 'd': '\u24d3', 'e': '\u24d4', 'f': '\u24d5', 'g': '\u24d6', 'h': '\u24d7', 'i': '\u24d8', 'j': '\u24d9', 'k': '\u24da', 'l': '\u24db', 'm': '\u24dc', 'n': '\u24dd', 'o': '\u24de', 'p': '\u24df', 'q': '\u24e0', 'r': '\u24e1', 's': '\u24e2', 't': '\u24e3', 'u': '\u24e4', 'v': '\u24e5', 'w': '\u24e6', 'x': '\u24e7', 'y': '\u24e8', 'z': '\u24e9', 'A': '\u24b6', 'B': '\u24b7', 'C': '\u24b8', 'D': '\u24b9', 'E': '\u24ba', 'F': '\u24bb', 'G': '\u24bc', 'H': '\u24bd', 'I': '\u24be', 'J': '\u24bf', 'K': '\u24c0', 'L': '\u24c1', 'M': '\u24c2', 'N': '\u24c3', 'O': '\u24c4', 'P': '\u24c5', 'Q': '\u24c6', 'R': '\u24c7', 'S': '\u24c8', 'T': '\u24c9', 'U': '\u24ca', 'V': '\u24cb', 'W': '\u24cc', 'X': '\u24cd', 'Y': '\u24ce', 'Z': '\u24cf' } }, { name: \"Squared [Negative]\", map: { 'a': '\ud83c\udd70', 'b': '\ud83c\udd71', 'c': '\ud83c\udd72', 'd': '\ud83c\udd73', 'e': '\ud83c\udd74', 'f': '\ud83c\udd75', 'g': '\ud83c\udd76', 'h': '\ud83c\udd77', 'i': '\ud83c\udd78', 'j': '\ud83c\udd79', 'k': '\ud83c\udd7a', 'l': '\ud83c\udd7b', 'm': '\ud83c\udd7c', 'n': '\ud83c\udd7d', 'o': '\ud83c\udd7e', 'p': '\ud83c\udd7f', 'q': '\ud83c\udd80', 'r': '\ud83c\udd81', 's': '\ud83c\udd82', 't': '\ud83c\udd83', 'u': '\ud83c\udd84', 'v': '\ud83c\udd85', 'w': '\ud83c\udd86', 'x': '\ud83c\udd87', 'y': '\ud83c\udd88', 'z': '\ud83c\udd89', 'A': '\ud83c\udd70', 'B': '\ud83c\udd71', 'C': '\ud83c\udd72', 'D': '\ud83c\udd73', 'E': '\ud83c\udd74', 'F': '\ud83c\udd75', 'G': '\ud83c\udd76', 'H': '\ud83c\udd77', 'I': '\ud83c\udd78', 'J': '\ud83c\udd79', 'K': '\ud83c\udd7a', 'L': '\ud83c\udd7b', 'M': '\ud83c\udd7c', 'N': '\ud83c\udd7d', 'O': '\ud83c\udd7e', 'P': '\ud83c\udd7f', 'Q': '\ud83c\udd80', 'R': '\ud83c\udd81', 'S': '\ud83c\udd82', 'T': '\ud83c\udd83', 'U': '\ud83c\udd84', 'V': '\ud83c\udd85', 'W': '\ud835\uddb6', 'X': '\ud83c\udd87', 'Y': '\ud83c\udd88', 'Z': '\ud83c\udd89' } }, { name: \"Full Width\", map: { 'a': '\uff41', 'b': '\uff42', 'c': '\uff43', 'd': '\uff44', 'e': '\uff45', 'f': '\uff46', 'g': '\uff47', 'h': '\uff48', 'i': '\uff49', 'j': '\uff4a', 'k': '\uff4b', 'l': '\uff4c', 'm': '\uff4d', 'n': '\uff4e', 'o': '\uff4f', 'p': '\uff50', 'q': '\uff51', 'r': '\uff52', 's': '\uff53', 't': '\uff54', 'u': '\uff55', 'v': '\uff56', 'w': '\uff57', 'x': '\uff58', 'y': '\uff59', 'z': '\uff5a', 'A': '\uff21', 'B': '\uff22', 'C': '\uff23', 'D': '\uff24', 'E': '\uff25', 'F': '\uff26', 'G': '\uff27', 'H': '\uff28', 'I': '\uff29', 'J': '\uff2a', 'K': '\uff2b', 'L': '\uff2c', 'M': '\uff2d', 'N': '\uff2e', 'O': '\uff2f', 'P': '\uff30', 'Q': '\uff31', 'R': '\uff32', 'S': '\uff33', 'T': '\uff34', 'U': '\uff35', 'V': '\uff36', 'W': '\uff37', 'X': '\uff38', 'Y': '\uff39', 'Z': '\uff3a' } }, { name: \"Ancient Symbols\", map: { 'a': '\u039b', 'b': '\u00df', 'c': '\u263e', 'd': 'D', 'e': '\u03a3', 'f': 'F', 'g': 'G', 'h': 'H', 'i': 'I', 'j': 'J', 'k': 'K', 'l': 'L', 'm': 'M', 'n': '\u220f', 'o': '\u04e8', 'p': 'P', 'q': 'Q', 'r': '\u042f', 's': '\u01a7', 't': '\u01ac', 'u': '\u0426', 'v': 'V', 'w': '\u0429', 'x': 'X', 'y': '\u03a8', 'z': 'Z', 'A': '\u039b', 'B': '\u00df', 'C': '\u263e', 'D': 'D', 'E': '\u03a3', 'F': 'F', 'G': 'G', 'H': 'H', 'I': 'I', 'J': 'J', 'K': 'K', 'L': 'L', 'M': 'M', 'N': '\u220f', 'O': '\u04e8', 'P': 'P', 'Q': 'Q', 'R': '\u042f', 'S': '\u01a7', 'T': '\u01ac', 'U': '\u0426', 'V': 'V', 'W': '\u0429', 'X': 'X', 'Y': '\u03a8', 'Z': 'Z' } }, { name: \"Upside Down\", reverse: true, map: { 'a': '\u0250', 'b': 'q', 'c': '\u0254', 'd': 'p', 'e': '\u01dd', 'f': '\u025f', 'g': '\u0183', 'h': '\u0265', 'i': '\u1d09', 'j': '\u027e', 'k': '\u029e', 'l': 'l', 'm': '\u026f', 'n': 'u', 'o': 'o', 'p': 'd', 'q': 'b', 'r': '\u0279', 's': 's', 't': '\u0287', 'u': 'n', 'v': '\u028c', 'w': '\u028d', 'x': 'x', 'y': '\u028e', 'z': 'z', 'A': '\u2200', 'B': 'B', 'C': '\u0186', 'D': 'D', 'E': '\u018e', 'F': '\u2132', 'G': '\u05e4', 'H': 'H', 'I': 'I', 'J': '\u017f', 'K': 'K', 'L': '\u02e5', 'M': 'W', 'N': 'N', 'O': 'O', 'P': '\u0500', 'Q': 'Q', 'R': 'R', 'S': 'S', 'T': '\u22a5', 'U': '\u2229', 'V': '\u039b', 'W': 'M', 'X': 'X', 'Y': '\u2144', 'Z': 'Z' } } ];\r\n\r\n            const generateOutputs = () => {\r\n                const text = inputText.value;\r\n                const sampleText = \"Your Text Here\";\r\n                const isPlaceholder = text.trim() === '';\r\n                const textToConvert = isPlaceholder ? sampleText : text;\r\n                const placeholderClass = isPlaceholder ? 'placeholder-text' : '';\r\n                outputContainer.innerHTML = ''; \r\n\r\n                fontMaps.forEach((font, index) => {\r\n                    let generatedText = '';\r\n                    if (font.special === 'wideGreek') {\r\n                        const greekMap = fontMaps[0].map;\r\n                        for (const char of textToConvert) { generatedText += greekMap[char] || char; }\r\n                        generatedText = generatedText.split('').join(' ');\r\n                    } else {\r\n                        for (const char of textToConvert) { generatedText += font.map[char] || char; }\r\n                    }\r\n                    if (font.reverse) {\r\n                        generatedText = generatedText.split('').reverse().join('');\r\n                    }\r\n                    const outputBox = document.createElement('div');\r\n                    outputBox.className = 'output-box';\r\n                    let style = '';\r\n                    if(boldToggle.checked) style += 'font-weight: bold;';\r\n                    if(italicToggle.checked) style += 'font-style: italic;';\r\n\r\n                    outputBox.innerHTML = `<h3>${font.name}<\/h3><div class=\"output-text ${placeholderClass}\" id=\"gfg-outputText-${index}\" style=\"${style}\">${generatedText}<\/div><button class=\"copy-btn\" data-target=\"gfg-outputText-${index}\">Copy<\/button>`;\r\n                    outputContainer.appendChild(outputBox);\r\n                });\r\n                updateStats(text);\r\n            };\r\n            const updateStats = (text) => {\r\n                charCountEl.textContent = `Characters: ${text.length}`;\r\n                const words = text.trim() === '' ? 0 : text.trim().split(\/\\s+\/).filter(Boolean).length;\r\n                wordCountEl.textContent = `Words: ${words}`;\r\n            };\r\n            const copyToClipboard = (elementId, button) => {\r\n                if (button.classList.contains('copied')) return;\r\n                const textToCopy = toolSection.querySelector(`#${elementId}`).innerText;\r\n                navigator.clipboard.writeText(textToCopy).then(() => {\r\n                    button.textContent = 'Copied!';\r\n                    button.classList.add('copied');\r\n                    setTimeout(() => {\r\n                        button.textContent = 'Copy';\r\n                        button.classList.remove('copied');\r\n                    }, 2000);\r\n                }).catch(err => {\r\n                    console.error('Failed to copy text: ', err);\r\n                    button.textContent = 'Error!';\r\n                     setTimeout(() => { button.textContent = 'Copy'; }, 2000);\r\n                });\r\n            };\r\n\r\n            inputText.addEventListener('input', generateOutputs);\r\n            boldToggle.addEventListener('change', generateOutputs);\r\n            italicToggle.addEventListener('change', generateOutputs);\r\n            upperBtn.addEventListener('click', () => { inputText.value = inputText.value.toUpperCase(); generateOutputs(); });\r\n            lowerBtn.addEventListener('click', () => { inputText.value = inputText.value.toLowerCase(); generateOutputs(); });\r\n            clearBtn.addEventListener('click', () => { inputText.value = ''; generateOutputs(); });\r\n            outputContainer.addEventListener('click', (e) => {\r\n                if (e.target && e.target.classList.contains('copy-btn')) {\r\n                    const targetId = e.target.dataset.target;\r\n                    copyToClipboard(targetId, e.target);\r\n                }\r\n            });\r\n            generateOutputs();\r\n        }\r\n\r\n        \/\/ --- FAQ Accordion Logic ---\r\n        const contentSection = mainContainer.querySelector('.gfg-content-section');\r\n        if (contentSection) {\r\n            const faqItems = contentSection.querySelectorAll('.faq-item');\r\n            faqItems.forEach(item => {\r\n                const question = item.querySelector('.faq-question');\r\n                const answer = item.querySelector('.faq-answer');\r\n                question.addEventListener('click', () => {\r\n                    const isActive = item.classList.contains('active');\r\n                    if (isActive) {\r\n                        item.classList.remove('active');\r\n                        answer.style.maxHeight = 0;\r\n                    } else {\r\n                        item.classList.add('active');\r\n                        answer.style.maxHeight = answer.scrollHeight + 'px';\r\n                    }\r\n                });\r\n            });\r\n        }\r\n    })();\r\n    <\/script>\r\n<\/div>\r\n<!-- END: Greek Font Generator - WordPress Compatible -->\r\n\r\n<!-- <content section is starting -->\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n<div class=\"fggreekfontgenerator-content-wrapper\">\r\n\r\n<link rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.5.1\/css\/all.min.css\">\r\n\r\n<style>\r\n.fggreekfontgenerator-content-wrapper,\r\n.fggreekfontgenerator-content-wrapper * {\r\n  box-sizing: border-box;\r\n}\r\n\r\n.fggreekfontgenerator-content-wrapper {\r\n  --fg-font: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Arial, sans-serif;\r\n  --fg-text: #10201f;\r\n  --fg-muted: #5d6f70;\r\n  --fg-border: rgba(15, 23, 42, 0.12);\r\n  --fg-shadow: 0 18px 46px rgba(15, 23, 42, 0.08);\r\n  --fg-radius: 24px;\r\n  --fg-brand-1: #1D4ED8;\r\n  --fg-brand-2: #60A5FA;\r\n  --fg-brand-3: #BFDBFE;\r\n  --fg-soft: #eff6ff;\r\n  --fg-glow: rgba(29,78,216,.16);\r\n  width: 100%;\r\n  display: block;\r\n  font-family: var(--fg-font) !important;\r\n  color: var(--fg-text) !important;\r\n  overflow: hidden;\r\n  -webkit-font-smoothing: antialiased;\r\n  text-rendering: geometricPrecision;\r\n}\r\n\r\n.fggreekfontgenerator-content-wrapper h1,\r\n.fggreekfontgenerator-content-wrapper h2,\r\n.fggreekfontgenerator-content-wrapper h3,\r\n.fggreekfontgenerator-content-wrapper h4,\r\n.fggreekfontgenerator-content-wrapper h5,\r\n.fggreekfontgenerator-content-wrapper h6,\r\n.fggreekfontgenerator-content-wrapper p {\r\n  margin-top: 0 !important;\r\n  margin-bottom: 0 !important;\r\n}\r\n\r\n.fggreekfontgenerator-content-wrapper .fggreekfontgenerator-content-section {\r\n  width: 100%;\r\n  display: block;\r\n  padding: 74px 20px;\r\n  position: relative;\r\n  overflow: hidden;\r\n}\r\n\r\n.fggreekfontgenerator-content-wrapper .fggreekfontgenerator-section-white {\r\n  background: #ffffff !important;\r\n}\r\n\r\n.fggreekfontgenerator-content-wrapper .fggreekfontgenerator-section-soft {\r\n  background:\r\n    radial-gradient(circle at 82% 20%, rgba(255, 255, 255, 0.30), transparent 24%),\r\n    linear-gradient(135deg, #016B61 0%, #70B2B2 52%, #9ECFD4 100%) !important;\r\n}\r\n\r\n.fggreekfontgenerator-content-wrapper .fggreekfontgenerator-inner-container {\r\n  width: 100%;\r\n  max-width: 1200px;\r\n  margin-left: auto;\r\n  margin-right: auto;\r\n  position: relative;\r\n  z-index: 1;\r\n}\r\n\r\n.fggreekfontgenerator-content-wrapper .fggreekfontgenerator-section-heading-wrap {\r\n  max-width: 860px;\r\n  margin: 0 auto 36px auto;\r\n  text-align: center;\r\n}\r\n\r\n.fggreekfontgenerator-content-wrapper .fggreekfontgenerator-section-title {\r\n  margin: 0 0 12px 0 !important;\r\n  padding: 0 !important;\r\n  font-family: var(--fg-font) !important;\r\n  font-size: clamp(24px, 2.7vw, 35px) !important;\r\n  font-weight: 760 !important;\r\n  line-height: 1.22 !important;\r\n  letter-spacing: -0.025em !important;\r\n  color: #10201f !important;\r\n  text-align: center !important;\r\n}\r\n\r\n.fggreekfontgenerator-content-wrapper .fggreekfontgenerator-section-soft .fggreekfontgenerator-section-title {\r\n  color: #ffffff !important;\r\n}\r\n\r\n.fggreekfontgenerator-content-wrapper .fggreekfontgenerator-keyword-gradient {\r\n  background: linear-gradient(135deg, var(--fg-brand-1), var(--fg-brand-2), var(--fg-brand-3));\r\n  -webkit-background-clip: text;\r\n  -webkit-text-fill-color: transparent;\r\n  background-clip: text;\r\n  display: inline-block;\r\n}\r\n\r\n.fggreekfontgenerator-content-wrapper .fggreekfontgenerator-section-soft .fggreekfontgenerator-keyword-gradient {\r\n  background: linear-gradient(135deg, #ffffff 0%, #efffff 50%, #dff7f8 100%);\r\n  -webkit-background-clip: text;\r\n  -webkit-text-fill-color: transparent;\r\n  background-clip: text;\r\n  text-shadow: 0 10px 24px rgba(0, 0, 0, 0.08);\r\n}\r\n\r\n.fggreekfontgenerator-content-wrapper .fggreekfontgenerator-section-subtitle {\r\n  margin: 0 auto !important;\r\n  padding: 0 !important;\r\n  max-width: 760px;\r\n  text-align: center !important;\r\n  font-family: var(--fg-font) !important;\r\n  font-size: clamp(15px, 1.45vw, 17px) !important;\r\n  font-weight: 400 !important;\r\n  line-height: 1.68 !important;\r\n  color: var(--fg-muted) !important;\r\n}\r\n\r\n.fggreekfontgenerator-content-wrapper .fggreekfontgenerator-section-soft .fggreekfontgenerator-section-subtitle {\r\n  color: rgba(255, 255, 255, 0.90) !important;\r\n}\r\n\r\n.fggreekfontgenerator-content-wrapper .fggreekfontgenerator-card-grid {\r\n  display: grid !important;\r\n  grid-template-columns: repeat(3, minmax(0, 1fr));\r\n  gap: 22px;\r\n  align-items: stretch;\r\n  width: 100%;\r\n}\r\n\r\n.fggreekfontgenerator-content-wrapper .fggreekfontgenerator-second-grid {\r\n  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;\r\n}\r\n\r\n.fggreekfontgenerator-content-wrapper .fggreekfontgenerator-feature-card {\r\n  --card-c1: var(--fg-brand-1);\r\n  --card-c2: var(--fg-brand-2);\r\n  --card-soft: var(--fg-soft);\r\n  --card-glow: var(--fg-glow);\r\n  --fg-mx: 50%;\r\n  --fg-my: 18%;\r\n  --fg-tilt-x: 0deg;\r\n  --fg-tilt-y: 0deg;\r\n  position: relative;\r\n  width: 100%;\r\n  min-height: 100%;\r\n  display: flex !important;\r\n  flex-direction: column;\r\n  padding: 26px;\r\n  border: 1px solid var(--fg-border);\r\n  border-radius: var(--fg-radius);\r\n  background:\r\n    radial-gradient(circle at var(--fg-mx) var(--fg-my), var(--card-glow), transparent 34%),\r\n    linear-gradient(180deg, rgba(255,255,255,0.99), rgba(255,255,255,0.94));\r\n  box-shadow: var(--fg-shadow);\r\n  transform: translateY(18px);\r\n  opacity: 0;\r\n  transition: transform 420ms ease, opacity 420ms ease, border-color 260ms ease, box-shadow 260ms ease, background 260ms ease;\r\n  overflow: hidden;\r\n  isolation: isolate;\r\n}\r\n\r\n.fggreekfontgenerator-content-wrapper .fggreekfontgenerator-card-grid .fggreekfontgenerator-feature-card:nth-child(1) {\r\n  --card-c1: #1D4ED8;\r\n  --card-c2: #60A5FA;\r\n  --card-soft: #eff6ff;\r\n  --card-glow: rgba(29,78,216,.16);\r\n}\r\n\r\n.fggreekfontgenerator-content-wrapper .fggreekfontgenerator-card-grid .fggreekfontgenerator-feature-card:nth-child(2) {\r\n  --card-c1: #0f766e;\r\n  --card-c2: #2dd4bf;\r\n  --card-soft: rgba(204, 251, 241, 0.96);\r\n  --card-glow: rgba(20, 184, 166, 0.17);\r\n}\r\n\r\n.fggreekfontgenerator-content-wrapper .fggreekfontgenerator-card-grid .fggreekfontgenerator-feature-card:nth-child(3) {\r\n  --card-c1: #2563eb;\r\n  --card-c2: #06b6d4;\r\n  --card-soft: rgba(224, 242, 254, 0.96);\r\n  --card-glow: rgba(37, 99, 235, 0.15);\r\n}\r\n\r\n.fggreekfontgenerator-content-wrapper .fggreekfontgenerator-card-grid .fggreekfontgenerator-feature-card:nth-child(4) {\r\n  --card-c1: #7c3aed;\r\n  --card-c2: #a855f7;\r\n  --card-soft: rgba(243, 232, 255, 0.96);\r\n  --card-glow: rgba(124, 58, 237, 0.15);\r\n}\r\n\r\n.fggreekfontgenerator-content-wrapper .fggreekfontgenerator-card-grid .fggreekfontgenerator-feature-card:nth-child(5) {\r\n  --card-c1: #f97316;\r\n  --card-c2: #f59e0b;\r\n  --card-soft: rgba(255, 247, 237, 0.96);\r\n  --card-glow: rgba(249, 115, 22, 0.15);\r\n}\r\n\r\n.fggreekfontgenerator-content-wrapper .fggreekfontgenerator-card-grid .fggreekfontgenerator-feature-card:nth-child(6) {\r\n  --card-c1: #db2777;\r\n  --card-c2: #ec4899;\r\n  --card-soft: rgba(252, 231, 243, 0.96);\r\n  --card-glow: rgba(219, 39, 119, 0.15);\r\n}\r\n\r\n.fggreekfontgenerator-content-wrapper .fggreekfontgenerator-card-grid .fggreekfontgenerator-feature-card:nth-child(7) {\r\n  --card-c1: #0891b2;\r\n  --card-c2: #22c55e;\r\n  --card-soft: rgba(236, 253, 245, 0.96);\r\n  --card-glow: rgba(34, 197, 94, 0.16);\r\n}\r\n\r\n.fggreekfontgenerator-content-wrapper .fggreekfontgenerator-card-grid .fggreekfontgenerator-feature-card:nth-child(8) {\r\n  --card-c1: #4f46e5;\r\n  --card-c2: #06b6d4;\r\n  --card-soft: rgba(238, 242, 255, 0.96);\r\n  --card-glow: rgba(79, 70, 229, 0.15);\r\n}\r\n\r\n.fggreekfontgenerator-content-wrapper .fggreekfontgenerator-feature-card.fggreekfontgenerator-card-visible {\r\n  transform: translateY(0);\r\n  opacity: 1;\r\n}\r\n\r\n.fggreekfontgenerator-content-wrapper .fggreekfontgenerator-feature-card::before,\r\n.fggreekfontgenerator-content-wrapper .fggreekfontgenerator-feature-card::after {\r\n  content: \"\";\r\n  position: absolute;\r\n  pointer-events: none;\r\n  z-index: 0;\r\n  transition: opacity 320ms ease, transform 420ms ease, width 320ms ease, height 320ms ease;\r\n}\r\n\r\n.fggreekfontgenerator-content-wrapper .fggreekfontgenerator-feature-card::before {\r\n  width: 180px;\r\n  height: 180px;\r\n  right: -78px;\r\n  top: -78px;\r\n  border-radius: 999px;\r\n  background: radial-gradient(circle, var(--card-glow), transparent 72%);\r\n  opacity: 0;\r\n  transform: scale(0.76);\r\n}\r\n\r\n.fggreekfontgenerator-content-wrapper .fggreekfontgenerator-feature-card::after {\r\n  width: 0;\r\n  height: 3px;\r\n  left: 26px;\r\n  bottom: 0;\r\n  border-radius: 999px;\r\n  background: linear-gradient(90deg, var(--card-c1), var(--card-c2));\r\n  opacity: 0;\r\n}\r\n\r\n.fggreekfontgenerator-content-wrapper .fggreekfontgenerator-feature-card:hover {\r\n  border-color: rgba(15, 23, 42, 0.16);\r\n  box-shadow: 0 24px 58px var(--card-glow);\r\n}\r\n\r\n.fggreekfontgenerator-content-wrapper .fggreekfontgenerator-feature-card:hover::before {\r\n  opacity: 1;\r\n  transform: scale(1);\r\n}\r\n\r\n.fggreekfontgenerator-content-wrapper .fggreekfontgenerator-icon-wrap {\r\n  width: 72px !important;\r\n  height: 72px !important;\r\n  min-width: 72px !important;\r\n  min-height: 72px !important;\r\n  display: inline-flex !important;\r\n  align-items: center !important;\r\n  justify-content: center !important;\r\n  flex: 0 0 auto !important;\r\n  border-radius: 22px;\r\n  margin: 0 0 20px 0 !important;\r\n  position: relative;\r\n  z-index: 1;\r\n  border: none !important;\r\n  overflow: visible !important;\r\n  isolation: isolate;\r\n  background: transparent !important;\r\n  color: var(--card-c1) !important;\r\n  transition: transform 280ms ease, border-radius 280ms ease, color 280ms ease;\r\n}\r\n\r\n.fggreekfontgenerator-content-wrapper .fggreekfontgenerator-icon-wrap::before {\r\n  content: \"\";\r\n  position: absolute;\r\n  inset: 0;\r\n  border-radius: 22px;\r\n  background:\r\n    linear-gradient(145deg, rgba(255,255,255,0.96), var(--card-soft)),\r\n    radial-gradient(circle at 24% 18%, rgba(255,255,255,1), transparent 42%);\r\n  border: 1px solid rgba(255,255,255,0.76);\r\n  box-shadow:\r\n    inset 0 1px 0 rgba(255,255,255,0.96),\r\n    0 12px 26px rgba(15, 23, 42, 0.08),\r\n    0 0 0 6px rgba(15, 23, 42, 0.035);\r\n  z-index: 1;\r\n  transition: transform 280ms ease, border-radius 280ms ease, background 280ms ease, box-shadow 280ms ease;\r\n}\r\n\r\n.fggreekfontgenerator-content-wrapper .fggreekfontgenerator-icon-wrap::after {\r\n  display: none !important;\r\n  content: none !important;\r\n}\r\n\r\n.fggreekfontgenerator-content-wrapper .fggreekfontgenerator-icon-wrap i {\r\n  font-size: 26px !important;\r\n  line-height: 1 !important;\r\n  display: inline-block !important;\r\n  position: relative;\r\n  z-index: 3;\r\n  color: var(--card-c1) !important;\r\n  -webkit-text-fill-color: var(--card-c1) !important;\r\n  background: none !important;\r\n  filter: none !important;\r\n  transition: transform 280ms ease, color 280ms ease, -webkit-text-fill-color 280ms ease;\r\n}\r\n\r\n.fggreekfontgenerator-content-wrapper .fggreekfontgenerator-card-title {\r\n  margin: 0 0 11px 0 !important;\r\n  padding: 0 !important;\r\n  position: relative;\r\n  z-index: 1;\r\n  font-family: var(--fg-font) !important;\r\n  font-size: 18.5px !important;\r\n  font-weight: 620 !important;\r\n  line-height: 1.35 !important;\r\n  letter-spacing: -0.01em !important;\r\n  color: #10201f !important;\r\n  transition: color 260ms ease, transform 260ms ease;\r\n}\r\n\r\n.fggreekfontgenerator-content-wrapper .fggreekfontgenerator-card-title::after {\r\n  content: \"\";\r\n  display: block;\r\n  width: 0;\r\n  height: 2px;\r\n  margin-top: 9px;\r\n  border-radius: 20px;\r\n  background: linear-gradient(90deg, var(--card-c1), var(--card-c2));\r\n  transition: width 300ms ease;\r\n}\r\n\r\n.fggreekfontgenerator-content-wrapper .fggreekfontgenerator-card-text {\r\n  margin: 0 !important;\r\n  padding: 0 !important;\r\n  position: relative;\r\n  z-index: 1;\r\n  font-family: var(--fg-font) !important;\r\n  font-size: 15px !important;\r\n  font-weight: 400 !important;\r\n  line-height: 1.72 !important;\r\n  color: var(--fg-muted) !important;\r\n  flex: 1 1 auto;\r\n  transition: transform 260ms ease, color 260ms ease;\r\n}\r\n\r\n.fggreekfontgenerator-content-wrapper .fggreekfontgenerator-interaction-one .fggreekfontgenerator-feature-card:hover {\r\n  transform: translateY(-8px) translateX(5px) rotate(-0.7deg);\r\n  background:\r\n    radial-gradient(circle at 92% 18%, var(--card-glow), transparent 28%),\r\n    linear-gradient(180deg, rgba(255,255,255,1), rgba(255,255,255,0.96)) !important;\r\n}\r\n\r\n.fggreekfontgenerator-content-wrapper .fggreekfontgenerator-interaction-one .fggreekfontgenerator-feature-card:hover::after {\r\n  width: 62px;\r\n  opacity: 1;\r\n}\r\n\r\n.fggreekfontgenerator-content-wrapper .fggreekfontgenerator-interaction-one .fggreekfontgenerator-feature-card:hover .fggreekfontgenerator-icon-wrap {\r\n  transform: translateY(-7px) translateX(5px) rotate(-5deg) scale(1.06);\r\n}\r\n\r\n.fggreekfontgenerator-content-wrapper .fggreekfontgenerator-interaction-one .fggreekfontgenerator-feature-card:hover .fggreekfontgenerator-icon-wrap::before {\r\n  border-radius: 28px 16px 28px 16px;\r\n  background: linear-gradient(145deg, var(--card-c1), var(--card-c2)) !important;\r\n  box-shadow:\r\n    0 16px 34px var(--card-glow),\r\n    0 0 0 6px rgba(15, 23, 42, 0.06),\r\n    inset 0 1px 0 rgba(255,255,255,0.28) !important;\r\n}\r\n\r\n.fggreekfontgenerator-content-wrapper .fggreekfontgenerator-interaction-one .fggreekfontgenerator-feature-card:hover .fggreekfontgenerator-icon-wrap i {\r\n  color: #ffffff !important;\r\n  -webkit-text-fill-color: #ffffff !important;\r\n  transform: scale(1.12) rotate(5deg);\r\n}\r\n\r\n.fggreekfontgenerator-content-wrapper .fggreekfontgenerator-interaction-one .fggreekfontgenerator-feature-card:hover .fggreekfontgenerator-card-title {\r\n  color: var(--card-c1) !important;\r\n  transform: translateX(5px);\r\n}\r\n\r\n.fggreekfontgenerator-content-wrapper .fggreekfontgenerator-interaction-one .fggreekfontgenerator-feature-card:hover .fggreekfontgenerator-card-title::after {\r\n  width: 50px;\r\n}\r\n\r\n.fggreekfontgenerator-content-wrapper .fggreekfontgenerator-interaction-one .fggreekfontgenerator-feature-card:hover .fggreekfontgenerator-card-text {\r\n  transform: translateX(5px);\r\n  color: #4d6262 !important;\r\n}\r\n\r\n.fggreekfontgenerator-content-wrapper .fggreekfontgenerator-interaction-two .fggreekfontgenerator-feature-card {\r\n  transform-style: preserve-3d;\r\n  perspective: 900px;\r\n  border: 1.5px solid rgba(255, 255, 255, 0.45) !important;\r\n  background:\r\n    radial-gradient(circle at var(--fg-mx) var(--fg-my), rgba(255,255,255,0.58), transparent 36%),\r\n    linear-gradient(180deg, rgba(255,255,255,0.96), rgba(255,255,255,0.88)) !important;\r\n  backdrop-filter: blur(10px);\r\n}\r\n\r\n.fggreekfontgenerator-content-wrapper .fggreekfontgenerator-interaction-two .fggreekfontgenerator-feature-card::after {\r\n  left: 50%;\r\n  bottom: auto;\r\n  top: 0;\r\n  width: 0;\r\n  height: 4px;\r\n  transform: translateX(-50%);\r\n  opacity: 0;\r\n}\r\n\r\n.fggreekfontgenerator-content-wrapper .fggreekfontgenerator-interaction-two .fggreekfontgenerator-feature-card:hover {\r\n  transform: translateY(-9px) rotateX(var(--fg-tilt-y)) rotateY(var(--fg-tilt-x));\r\n  border-color: rgba(255,255,255,0.92) !important;\r\n  box-shadow:\r\n    0 26px 62px rgba(15, 23, 42, 0.18),\r\n    0 0 0 3px rgba(255,255,255,0.22),\r\n    0 0 0 8px rgba(255,255,255,0.10) !important;\r\n}\r\n\r\n.fggreekfontgenerator-content-wrapper .fggreekfontgenerator-interaction-two .fggreekfontgenerator-feature-card:hover::after {\r\n  width: calc(100% - 52px);\r\n  opacity: 1;\r\n}\r\n\r\n.fggreekfontgenerator-content-wrapper .fggreekfontgenerator-interaction-two .fggreekfontgenerator-feature-card:hover .fggreekfontgenerator-icon-wrap {\r\n  transform: translateZ(20px) translateY(-7px) scale(1.07);\r\n}\r\n\r\n.fggreekfontgenerator-content-wrapper .fggreekfontgenerator-interaction-two .fggreekfontgenerator-feature-card:hover .fggreekfontgenerator-icon-wrap::before {\r\n  border-radius: 50%;\r\n  background: linear-gradient(145deg, var(--card-c1), var(--card-c2)) !important;\r\n  box-shadow:\r\n    0 16px 36px var(--card-glow),\r\n    0 0 0 7px rgba(255,255,255,0.14),\r\n    inset 0 1px 0 rgba(255,255,255,0.32) !important;\r\n}\r\n\r\n.fggreekfontgenerator-content-wrapper .fggreekfontgenerator-interaction-two .fggreekfontgenerator-feature-card:hover .fggreekfontgenerator-icon-wrap i {\r\n  color: #ffffff !important;\r\n  -webkit-text-fill-color: #ffffff !important;\r\n  transform: rotateY(180deg) scale(1.1);\r\n}\r\n\r\n.fggreekfontgenerator-content-wrapper .fggreekfontgenerator-interaction-two .fggreekfontgenerator-feature-card:hover .fggreekfontgenerator-card-title {\r\n  color: var(--card-c1) !important;\r\n  transform: translateY(-3px);\r\n}\r\n\r\n.fggreekfontgenerator-content-wrapper .fggreekfontgenerator-interaction-two .fggreekfontgenerator-feature-card:hover .fggreekfontgenerator-card-title::after {\r\n  width: 52px;\r\n}\r\n\r\n.fggreekfontgenerator-content-wrapper .fggreekfontgenerator-interaction-two .fggreekfontgenerator-feature-card:hover .fggreekfontgenerator-card-text {\r\n  color: #4d6262 !important;\r\n}\r\n\r\n.fggreekfontgenerator-content-wrapper .fggreekfontgenerator-interaction-three .fggreekfontgenerator-feature-card::before {\r\n  width: 120px;\r\n  height: 120px;\r\n  right: 18px;\r\n  top: 18px;\r\n  border-radius: 999px;\r\n  background: radial-gradient(circle, var(--card-glow), transparent 70%);\r\n  opacity: 0;\r\n  transform: scale(0.7);\r\n}\r\n\r\n.fggreekfontgenerator-content-wrapper .fggreekfontgenerator-interaction-three .fggreekfontgenerator-feature-card::after {\r\n  width: 10px;\r\n  height: 10px;\r\n  left: auto;\r\n  right: 24px;\r\n  bottom: 24px;\r\n  border-radius: 999px;\r\n  background: linear-gradient(135deg, var(--card-c1), var(--card-c2));\r\n  opacity: 0;\r\n  transform: scale(0.4);\r\n  box-shadow: 0 0 0 0 var(--card-glow);\r\n}\r\n\r\n.fggreekfontgenerator-content-wrapper .fggreekfontgenerator-interaction-three .fggreekfontgenerator-feature-card:hover {\r\n  transform: translateY(-7px) scale(1.012) !important;\r\n  border-color: rgba(15, 23, 42, 0.16) !important;\r\n  box-shadow: 0 24px 58px var(--card-glow) !important;\r\n  background:\r\n    radial-gradient(circle at 88% 18%, var(--card-glow), transparent 28%),\r\n    linear-gradient(180deg, rgba(255,255,255,1), rgba(255,255,255,0.96)) !important;\r\n}\r\n\r\n.fggreekfontgenerator-content-wrapper .fggreekfontgenerator-interaction-three .fggreekfontgenerator-feature-card:hover::before {\r\n  opacity: 1 !important;\r\n  transform: scale(1) !important;\r\n}\r\n\r\n.fggreekfontgenerator-content-wrapper .fggreekfontgenerator-interaction-three .fggreekfontgenerator-feature-card:hover::after {\r\n  opacity: 1 !important;\r\n  transform: scale(1) !important;\r\n  box-shadow: 0 0 0 8px rgba(15, 23, 42, 0.035) !important;\r\n}\r\n\r\n.fggreekfontgenerator-content-wrapper .fggreekfontgenerator-interaction-three .fggreekfontgenerator-feature-card:hover .fggreekfontgenerator-icon-wrap {\r\n  transform: translateY(-8px) scale(1.065) !important;\r\n}\r\n\r\n.fggreekfontgenerator-content-wrapper .fggreekfontgenerator-interaction-three .fggreekfontgenerator-feature-card:hover .fggreekfontgenerator-icon-wrap::before {\r\n  border-radius: 50% !important;\r\n  background:\r\n    linear-gradient(145deg, rgba(255,255,255,0.96), var(--card-soft)),\r\n    radial-gradient(circle at 24% 18%, rgba(255,255,255,1), transparent 42%) !important;\r\n  box-shadow:\r\n    inset 0 1px 0 rgba(255,255,255,0.96),\r\n    0 14px 30px var(--card-glow),\r\n    0 0 0 6px rgba(15, 23, 42, 0.035) !important;\r\n}\r\n\r\n.fggreekfontgenerator-content-wrapper .fggreekfontgenerator-interaction-three .fggreekfontgenerator-feature-card:hover .fggreekfontgenerator-icon-wrap i {\r\n  color: var(--card-c1) !important;\r\n  -webkit-text-fill-color: var(--card-c1) !important;\r\n  transform: translateY(-1px) scale(1.12) rotate(5deg) !important;\r\n}\r\n\r\n.fggreekfontgenerator-content-wrapper .fggreekfontgenerator-interaction-three .fggreekfontgenerator-feature-card:hover .fggreekfontgenerator-card-title {\r\n  color: var(--card-c1) !important;\r\n  transform: translateY(-3px) !important;\r\n}\r\n\r\n.fggreekfontgenerator-content-wrapper .fggreekfontgenerator-interaction-three .fggreekfontgenerator-feature-card:hover .fggreekfontgenerator-card-title::after {\r\n  width: 56px !important;\r\n}\r\n\r\n.fggreekfontgenerator-content-wrapper .fggreekfontgenerator-interaction-three .fggreekfontgenerator-feature-card:hover .fggreekfontgenerator-card-text {\r\n  transform: translateY(-2px) !important;\r\n  color: #4d6262 !important;\r\n}\r\n\r\n@media (max-width: 1100px) {\r\n  .fggreekfontgenerator-content-wrapper .fggreekfontgenerator-second-grid {\r\n    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;\r\n  }\r\n}\r\n\r\n@media (max-width: 980px) {\r\n  .fggreekfontgenerator-content-wrapper .fggreekfontgenerator-content-section {\r\n    padding: 64px 18px;\r\n  }\r\n\r\n  .fggreekfontgenerator-content-wrapper .fggreekfontgenerator-card-grid {\r\n    grid-template-columns: repeat(2, minmax(0, 1fr));\r\n  }\r\n}\r\n\r\n@media (max-width: 640px) {\r\n  .fggreekfontgenerator-content-wrapper .fggreekfontgenerator-content-section {\r\n    padding: 52px 16px;\r\n  }\r\n\r\n  .fggreekfontgenerator-content-wrapper .fggreekfontgenerator-section-heading-wrap {\r\n    margin-bottom: 28px;\r\n  }\r\n\r\n  .fggreekfontgenerator-content-wrapper .fggreekfontgenerator-card-grid,\r\n  .fggreekfontgenerator-content-wrapper .fggreekfontgenerator-second-grid {\r\n    grid-template-columns: 1fr !important;\r\n    gap: 18px;\r\n  }\r\n\r\n  .fggreekfontgenerator-content-wrapper .fggreekfontgenerator-feature-card {\r\n    padding: 24px;\r\n    border-radius: 20px;\r\n  }\r\n\r\n  .fggreekfontgenerator-content-wrapper .fggreekfontgenerator-icon-wrap {\r\n    width: 60px !important;\r\n    height: 60px !important;\r\n    min-width: 60px !important;\r\n    min-height: 60px !important;\r\n    border-radius: 20px !important;\r\n    margin-bottom: 18px !important;\r\n  }\r\n\r\n  .fggreekfontgenerator-content-wrapper .fggreekfontgenerator-icon-wrap::before {\r\n    border-radius: 20px !important;\r\n  }\r\n\r\n  .fggreekfontgenerator-content-wrapper .fggreekfontgenerator-icon-wrap i {\r\n    font-size: 21px !important;\r\n  }\r\n\r\n  .fggreekfontgenerator-content-wrapper .fggreekfontgenerator-card-title {\r\n    font-size: 18px !important;\r\n  }\r\n\r\n  .fggreekfontgenerator-content-wrapper .fggreekfontgenerator-card-text {\r\n    font-size: 15px !important;\r\n  }\r\n}\r\n<\/style>\r\n\t\r\n\t<section class=\"fggreekfontgenerator-content-section fggreekfontgenerator-section-white fggreekfontgenerator-interaction-one\">\r\n\t<div class=\"fggreekfontgenerator-inner-container\">\r\n\t\t\t\r\n\t<\/div>\r\n\t<\/section>\r\n\r\n<section class=\"fggreekfontgenerator-content-section fggreekfontgenerator-section-white fggreekfontgenerator-interaction-one\">\r\n<div class=\"fggreekfontgenerator-inner-container\">\r\n\r\n<div class=\"fggreekfontgenerator-section-heading-wrap\">\r\n<h2 class=\"fggreekfontgenerator-section-title\">What Is a <span class=\"fggreekfontgenerator-keyword-gradient\">Greek Font Generator<\/span>?<\/h2>\r\n<h3 class=\"fggreekfontgenerator-section-subtitle\">A Greek Font Generator turns normal text into Greek-inspired, classic, symbolic, and academic font styles for bios, captions, names, posts, profiles, and creative designs.<\/h3>\r\n<\/div>\r\n\r\n<div class=\"fggreekfontgenerator-card-grid\">\r\n\r\n<article class=\"fggreekfontgenerator-feature-card\">\r\n<div class=\"fggreekfontgenerator-icon-wrap\">\r\n<i class=\"fa-solid fa-building-columns\"><\/i>\r\n<\/div>\r\n<h4 class=\"fggreekfontgenerator-card-title\">Greek Style Output<\/h4>\r\n<p class=\"fggreekfontgenerator-card-text\">A Greek Font Generator converts plain words into Greek-inspired, classic, symbolic, and academic text that feels more unique, expressive, and useful for creative pages.<\/p>\r\n<\/article>\r\n\r\n<article class=\"fggreekfontgenerator-feature-card\">\r\n<div class=\"fggreekfontgenerator-icon-wrap\">\r\n<i class=\"fa-solid fa-swatchbook\"><\/i>\r\n<\/div>\r\n<h4 class=\"fggreekfontgenerator-card-title\">Creative Font Variations<\/h4>\r\n<p class=\"fggreekfontgenerator-card-text\">Users can explore different greek looks for names, captions, headings, bios, comments, and short social posts.<\/p>\r\n<\/article>\r\n\r\n<article class=\"fggreekfontgenerator-feature-card\">\r\n<div class=\"fggreekfontgenerator-icon-wrap\">\r\n<i class=\"fa-solid fa-bezier-curve\"><\/i>\r\n<\/div>\r\n<h4 class=\"fggreekfontgenerator-card-title\">Decorative Letter Style<\/h4>\r\n<p class=\"fggreekfontgenerator-card-text\">The generated output helps normal letters feel more visual, polished, and memorable without manual design work.<\/p>\r\n<\/article>\r\n\r\n<article class=\"fggreekfontgenerator-feature-card\">\r\n<div class=\"fggreekfontgenerator-icon-wrap\">\r\n<i class=\"fa-solid fa-i-cursor\"><\/i>\r\n<\/div>\r\n<h4 class=\"fggreekfontgenerator-card-title\">Simple Text Input<\/h4>\r\n<p class=\"fggreekfontgenerator-card-text\">Users only need to type or paste normal text, and the tool instantly creates greek-style font versions.<\/p>\r\n<\/article>\r\n\r\n<article class=\"fggreekfontgenerator-feature-card\">\r\n<div class=\"fggreekfontgenerator-icon-wrap\">\r\n<i class=\"fa-solid fa-clipboard\"><\/i>\r\n<\/div>\r\n<h4 class=\"fggreekfontgenerator-card-title\">Copy and Paste Ready<\/h4>\r\n<p class=\"fggreekfontgenerator-card-text\">Generated font styles can be copied quickly and pasted into social media, messaging apps, profiles, or content editors.<\/p>\r\n<\/article>\r\n\r\n<article class=\"fggreekfontgenerator-feature-card\">\r\n<div class=\"fggreekfontgenerator-icon-wrap\">\r\n<i class=\"fa-solid fa-layer-group\"><\/i>\r\n<\/div>\r\n<h4 class=\"fggreekfontgenerator-card-title\">Multiple Style Choices<\/h4>\r\n<p class=\"fggreekfontgenerator-card-text\">A good generator gives users multiple options so they can match the style with their mood, brand, profile, or design idea.<\/p>\r\n<\/article>\r\n\r\n<\/div>\r\n<\/div>\r\n<\/section>\r\n\r\n<section class=\"fggreekfontgenerator-content-section fggreekfontgenerator-section-soft fggreekfontgenerator-interaction-two\">\r\n<div class=\"fggreekfontgenerator-inner-container\">\r\n\r\n<div class=\"fggreekfontgenerator-section-heading-wrap\">\r\n<h2 class=\"fggreekfontgenerator-section-title\">Why Use a <span class=\"fggreekfontgenerator-keyword-gradient\">Greek Font Generator<\/span>?<\/h2>\r\n<h3 class=\"fggreekfontgenerator-section-subtitle\">It helps users create attractive styled text without design software, font downloads, or manually searching for special characters.<\/h3>\r\n<\/div>\r\n\r\n<div class=\"fggreekfontgenerator-card-grid fggreekfontgenerator-second-grid\">\r\n\r\n<article class=\"fggreekfontgenerator-feature-card\">\r\n<div class=\"fggreekfontgenerator-icon-wrap\">\r\n<i class=\"fa-solid fa-bolt-lightning\"><\/i>\r\n<\/div>\r\n<h4 class=\"fggreekfontgenerator-card-title\">Fast Style Creation<\/h4>\r\n<p class=\"fggreekfontgenerator-card-text\">Users can create greek-style fonts quickly instead of designing each letter or searching for special characters manually.<\/p>\r\n<\/article>\r\n\r\n<article class=\"fggreekfontgenerator-feature-card\">\r\n<div class=\"fggreekfontgenerator-icon-wrap\">\r\n<i class=\"fa-solid fa-star\"><\/i>\r\n<\/div>\r\n<h4 class=\"fggreekfontgenerator-card-title\">Better Visual Appeal<\/h4>\r\n<p class=\"fggreekfontgenerator-card-text\">Styled text helps plain words stand out with a stronger mood, better personality, and more attractive presentation.<\/p>\r\n<\/article>\r\n\r\n<article class=\"fggreekfontgenerator-feature-card\">\r\n<div class=\"fggreekfontgenerator-icon-wrap\">\r\n<i class=\"fa-solid fa-mobile-screen-button\"><\/i>\r\n<\/div>\r\n<h4 class=\"fggreekfontgenerator-card-title\">Social Media Friendly<\/h4>\r\n<p class=\"fggreekfontgenerator-card-text\">The generated styles can be used on Instagram, TikTok, Facebook, Discord, WhatsApp, and other popular platforms.<\/p>\r\n<\/article>\r\n\r\n<article class=\"fggreekfontgenerator-feature-card\">\r\n<div class=\"fggreekfontgenerator-icon-wrap\">\r\n<i class=\"fa-solid fa-gem\"><\/i>\r\n<\/div>\r\n<h4 class=\"fggreekfontgenerator-card-title\">Personal Expression<\/h4>\r\n<p class=\"fggreekfontgenerator-card-text\">It helps users express a theme, mood, fandom, aesthetic, or creative personality through simple text styling.<\/p>\r\n<\/article>\r\n\r\n<article class=\"fggreekfontgenerator-feature-card\">\r\n<div class=\"fggreekfontgenerator-icon-wrap\">\r\n<i class=\"fa-solid fa-shapes\"><\/i>\r\n<\/div>\r\n<h4 class=\"fggreekfontgenerator-card-title\">Symbol Decoration<\/h4>\r\n<p class=\"fggreekfontgenerator-card-text\">Many styles include decorative symbols, spacing effects, and special characters for a more polished visual result.<\/p>\r\n<\/article>\r\n\r\n<article class=\"fggreekfontgenerator-feature-card\">\r\n<div class=\"fggreekfontgenerator-icon-wrap\">\r\n<i class=\"fa-solid fa-id-badge\"><\/i>\r\n<\/div>\r\n<h4 class=\"fggreekfontgenerator-card-title\">Username Ideas<\/h4>\r\n<p class=\"fggreekfontgenerator-card-text\">Generated styles can make usernames, display names, nicknames, and profile headings look more unique and memorable.<\/p>\r\n<\/article>\r\n\r\n<article class=\"fggreekfontgenerator-feature-card\">\r\n<div class=\"fggreekfontgenerator-icon-wrap\">\r\n<i class=\"fa-solid fa-comments\"><\/i>\r\n<\/div>\r\n<h4 class=\"fggreekfontgenerator-card-title\">Caption Styling<\/h4>\r\n<p class=\"fggreekfontgenerator-card-text\">Stylish text can improve captions, comments, quotes, and status updates by making them more expressive and eye-catching.<\/p>\r\n<\/article>\r\n\r\n<article class=\"fggreekfontgenerator-feature-card\">\r\n<div class=\"fggreekfontgenerator-icon-wrap\">\r\n<i class=\"fa-solid fa-border-all\"><\/i>\r\n<\/div>\r\n<h4 class=\"fggreekfontgenerator-card-title\">Multiple Options<\/h4>\r\n<p class=\"fggreekfontgenerator-card-text\">A useful generator shows several variations at once so users can compare, copy, and test the best-looking version.<\/p>\r\n<\/article>\r\n\r\n<\/div>\r\n<\/div>\r\n<\/section>\r\n\r\n<section class=\"fggreekfontgenerator-content-section fggreekfontgenerator-section-white fggreekfontgenerator-interaction-three\">\r\n<div class=\"fggreekfontgenerator-inner-container\">\r\n\r\n<div class=\"fggreekfontgenerator-section-heading-wrap\">\r\n<h2 class=\"fggreekfontgenerator-section-title\">How to Use a <span class=\"fggreekfontgenerator-keyword-gradient\">Greek Font Generator<\/span>?<\/h2>\r\n<h3 class=\"fggreekfontgenerator-section-subtitle\">Type your text, choose a font style, preview the output, copy your favorite version, and paste it wherever you want.<\/h3>\r\n<\/div>\r\n\r\n<div class=\"fggreekfontgenerator-card-grid\">\r\n\r\n<article class=\"fggreekfontgenerator-feature-card\">\r\n<div class=\"fggreekfontgenerator-icon-wrap\">\r\n<i class=\"fa-solid fa-pen-to-square\"><\/i>\r\n<\/div>\r\n<h4 class=\"fggreekfontgenerator-card-title\">Enter Your Text<\/h4>\r\n<p class=\"fggreekfontgenerator-card-text\">Start by typing a name, phrase, caption, quote, username, message, or short line that you want to style.<\/p>\r\n<\/article>\r\n\r\n<article class=\"fggreekfontgenerator-feature-card\">\r\n<div class=\"fggreekfontgenerator-icon-wrap\">\r\n<i class=\"fa-solid fa-list-check\"><\/i>\r\n<\/div>\r\n<h4 class=\"fggreekfontgenerator-card-title\">Choose a Font Style<\/h4>\r\n<p class=\"fggreekfontgenerator-card-text\">Look through the generated font styles and choose the version that best matches your profile, post, or design idea.<\/p>\r\n<\/article>\r\n\r\n<article class=\"fggreekfontgenerator-feature-card\">\r\n<div class=\"fggreekfontgenerator-icon-wrap\">\r\n<i class=\"fa-solid fa-magnifying-glass\"><\/i>\r\n<\/div>\r\n<h4 class=\"fggreekfontgenerator-card-title\">Preview the Result<\/h4>\r\n<p class=\"fggreekfontgenerator-card-text\">Check how the font looks before using it, especially when the output includes symbols, spacing, or fancy characters.<\/p>\r\n<\/article>\r\n\r\n<article class=\"fggreekfontgenerator-feature-card\">\r\n<div class=\"fggreekfontgenerator-icon-wrap\">\r\n<i class=\"fa-solid fa-paste\"><\/i>\r\n<\/div>\r\n<h4 class=\"fggreekfontgenerator-card-title\">Copy the Text<\/h4>\r\n<p class=\"fggreekfontgenerator-card-text\">Use the copy option to grab the selected font style without manually highlighting or retyping the output.<\/p>\r\n<\/article>\r\n\r\n<article class=\"fggreekfontgenerator-feature-card\">\r\n<div class=\"fggreekfontgenerator-icon-wrap\">\r\n<i class=\"fa-solid fa-share-from-square\"><\/i>\r\n<\/div>\r\n<h4 class=\"fggreekfontgenerator-card-title\">Paste Anywhere<\/h4>\r\n<p class=\"fggreekfontgenerator-card-text\">Paste the styled text into bios, comments, captions, usernames, posts, messages, or design tools.<\/p>\r\n<\/article>\r\n\r\n<article class=\"fggreekfontgenerator-feature-card\">\r\n<div class=\"fggreekfontgenerator-icon-wrap\">\r\n<i class=\"fa-solid fa-repeat\"><\/i>\r\n<\/div>\r\n<h4 class=\"fggreekfontgenerator-card-title\">Try More Styles<\/h4>\r\n<p class=\"fggreekfontgenerator-card-text\">Try different text lengths, styles, and symbols until the final version feels clear, attractive, and ready to use.<\/p>\r\n<\/article>\r\n\r\n<\/div>\r\n<\/div>\r\n<\/section>\r\n\r\n<script>\r\n(function () {\r\n  var wrapper = document.querySelector(\".fggreekfontgenerator-content-wrapper\");\r\n  if (!wrapper) { return; }\r\n\r\n  var cards = wrapper.querySelectorAll(\".fggreekfontgenerator-feature-card\");\r\n\r\n  if (\"IntersectionObserver\" in window) {\r\n    var observer = new IntersectionObserver(function (entries) {\r\n      entries.forEach(function (entry) {\r\n        if (entry.isIntersecting) {\r\n          entry.target.classList.add(\"fggreekfontgenerator-card-visible\");\r\n          observer.unobserve(entry.target);\r\n        }\r\n      });\r\n    }, { threshold: 0.16 });\r\n\r\n    cards.forEach(function (card, index) {\r\n      card.style.transitionDelay = (index % 8) * 45 + \"ms\";\r\n      observer.observe(card);\r\n    });\r\n  } else {\r\n    cards.forEach(function (card) {\r\n      card.classList.add(\"fggreekfontgenerator-card-visible\");\r\n    });\r\n  }\r\n\r\n  cards.forEach(function (card) {\r\n    card.addEventListener(\"mousemove\", function (event) {\r\n      var rect = card.getBoundingClientRect();\r\n      var x = ((event.clientX - rect.left) \/ rect.width) * 100;\r\n      var y = ((event.clientY - rect.top) \/ rect.height) * 100;\r\n      var tiltX = ((x - 50) \/ 50) * 2.4;\r\n      var tiltY = ((50 - y) \/ 50) * 2.4;\r\n      card.style.setProperty(\"--fg-mx\", x.toFixed(2) + \"%\");\r\n      card.style.setProperty(\"--fg-my\", y.toFixed(2) + \"%\");\r\n      card.style.setProperty(\"--fg-tilt-x\", tiltX.toFixed(2) + \"deg\");\r\n      card.style.setProperty(\"--fg-tilt-y\", tiltY.toFixed(2) + \"deg\");\r\n    });\r\n\r\n    card.addEventListener(\"mouseleave\", function () {\r\n      card.style.setProperty(\"--fg-mx\", \"50%\");\r\n      card.style.setProperty(\"--fg-my\", \"18%\");\r\n      card.style.setProperty(\"--fg-tilt-x\", \"0deg\");\r\n      card.style.setProperty(\"--fg-tilt-y\", \"0deg\");\r\n    });\r\n  });\r\n})();\r\n<\/script>\r\n\r\n<\/div>\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"","protected":false},"author":3,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"template-homepage.php","meta":{"footnotes":""},"class_list":["post-5568","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/fonttor.com\/wp-json\/wp\/v2\/pages\/5568","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/fonttor.com\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/fonttor.com\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/fonttor.com\/wp-json\/wp\/v2\/users\/3"}],"replies":[{"embeddable":true,"href":"https:\/\/fonttor.com\/wp-json\/wp\/v2\/comments?post=5568"}],"version-history":[{"count":7,"href":"https:\/\/fonttor.com\/wp-json\/wp\/v2\/pages\/5568\/revisions"}],"predecessor-version":[{"id":5575,"href":"https:\/\/fonttor.com\/wp-json\/wp\/v2\/pages\/5568\/revisions\/5575"}],"wp:attachment":[{"href":"https:\/\/fonttor.com\/wp-json\/wp\/v2\/media?parent=5568"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}