{"id":5657,"date":"2026-05-30T00:00:10","date_gmt":"2026-05-30T00:00:10","guid":{"rendered":"https:\/\/fontono.com\/?page_id=5657"},"modified":"2026-06-04T10:56:31","modified_gmt":"2026-06-04T10:56:31","slug":"greek","status":"publish","type":"page","link":"https:\/\/fontono.com\/greek\/","title":{"rendered":"Greek Font Generator \u2013 Ancient Greek Text Creator"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"5657\" class=\"elementor elementor-5657\">\n\t\t\t\t<div class=\"elementor-element elementor-element-3c4e70ad e-con-full e-flex e-con e-parent\" data-id=\"3c4e70ad\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-6c7aef3e elementor-widget elementor-widget-shortcode\" data-id=\"6c7aef3e\" 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> Ancient Greek Text Creator<\/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 Start From Here  -->\r\n\r\n\r\n\r\n\r\n\r\n<div class=\"fggreekfontgenerator-content-wrapper\">\r\n<style>\r\n@import url(\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.5.1\/css\/all.min.css\");\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: #101827; --fg-muted: #64748b; --fg-border: rgba(15, 23, 42, 0.12); --fg-radius: 24px;\r\n--fg-brand-1: #7c3aed; --fg-brand-2: #38bdf8; --fg-brand-3: #f472b6; --fg-soft: #f8fbff; --fg-glow: rgba(124,58,237,.17);\r\nwidth: 100%; display: block; overflow: hidden; font-family: var(--fg-font); color: var(--fg-text); -webkit-font-smoothing: antialiased; text-rendering: geometricPrecision;\r\n}\r\n.fggreekfontgenerator-content-wrapper, .fggreekfontgenerator-content-wrapper * { box-sizing: border-box; }\r\n.fggreekfontgenerator-content-wrapper h1, .fggreekfontgenerator-content-wrapper h2, .fggreekfontgenerator-content-wrapper h3, .fggreekfontgenerator-content-wrapper h4, .fggreekfontgenerator-content-wrapper h5, .fggreekfontgenerator-content-wrapper h6, .fggreekfontgenerator-content-wrapper p { margin-top: 0; margin-bottom: 0; }\r\n.fggreekfontgenerator-content-section { width: 100%; padding: 74px 20px; position: relative; overflow: hidden; }\r\n.fggreekfontgenerator-section-white { background: #ffffff; }\r\n.fggreekfontgenerator-section-soft { background: #FAF9F6; }\r\n.fggreekfontgenerator-inner-container { max-width: 1200px; width: 100%; margin-left: auto; margin-right: auto; position: relative; z-index: 1; }\r\n.fggreekfontgenerator-section-heading-wrap { max-width: 860px; margin-left: auto; margin-right: auto; margin-bottom: 36px; text-align: center; }\r\n.fggreekfontgenerator-section-title { font-size: clamp(24px, 2.7vw, 35px); font-weight: 760; line-height: 1.22; letter-spacing: -0.025em; color: #101827; text-align: center; margin-bottom: 14px !important; }\r\n.fggreekfontgenerator-section-subtitle { font-size: clamp(15px, 1.45vw, 17px); font-weight: 400; line-height: 1.68; color: var(--fg-muted); max-width: 760px; margin-left: auto; margin-right: auto; text-align: center; }\r\n.fggreekfontgenerator-keyword-gradient { color: #7c3aed; -webkit-text-fill-color: #7c3aed; display: inline-block; position: relative; }\r\n.fggreekfontgenerator-keyword-gradient::after { content: \"\"; position: absolute; left: 0; right: 0; bottom: -3px; height: 3px; border-radius: 999px; background: linear-gradient(90deg, #7c3aed, #38bdf8, #f472b6); opacity: 0.84; }\r\n.fggreekfontgenerator-card-grid { display: grid; gap: 22px; align-items: stretch; width: 100%; }\r\n.fggreekfontgenerator-first-grid, .fggreekfontgenerator-third-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }\r\n.fggreekfontgenerator-second-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }\r\n.fggreekfontgenerator-first-grid .fggreekfontgenerator-feature-card, .fggreekfontgenerator-third-grid .fggreekfontgenerator-feature-card { min-height: 322px; }\r\n.fggreekfontgenerator-feature-card {\r\n--card-c1: #7c3aed; --card-c2: #38bdf8; --card-c3: #f472b6; --card-soft: rgba(245,243,255,.96); --card-glow: rgba(124,58,237,.18); --fg-mx: 50%; --fg-my: 18%; --fg-tilt-x: 0deg; --fg-tilt-y: 0deg;\r\ndisplay: flex; flex-direction: column; padding: 26px; border: 1px solid var(--fg-border); border-radius: var(--fg-radius);\r\nbackground: radial-gradient(circle at var(--fg-mx) var(--fg-my), rgba(255,255,255,.94), transparent 28%), linear-gradient(180deg, #fbfcff 0%, #f7f8fd 45%, #eef3f8 100%), linear-gradient(135deg, rgba(124, 58, 237, .08), transparent 34%), linear-gradient(315deg, rgba(244, 114, 182, .08), transparent 30%);\r\nposition: relative; isolation: isolate; overflow: hidden; transform: translateY(18px); opacity: 0; transition: transform 420ms ease, opacity 420ms ease, box-shadow 320ms ease, border-color 320ms ease, background 320ms ease;\r\n}\r\n.fggreekfontgenerator-card-visible { transform: translateY(0); opacity: 1; }\r\n.fggreekfontgenerator-feature-card:nth-child(1) { --card-c1: #7c3aed; --card-c2: #a855f7; --card-c3: #c084fc; --card-soft: rgba(245,243,255,.96); --card-glow: rgba(124,58,237,.22); }\r\n.fggreekfontgenerator-feature-card:nth-child(2) { --card-c1: #0891b2; --card-c2: #38bdf8; --card-c3: #67e8f9; --card-soft: rgba(236,254,255,.96); --card-glow: rgba(8,145,178,.22); }\r\n.fggreekfontgenerator-feature-card:nth-child(3) { --card-c1: #db2777; --card-c2: #f472b6; --card-c3: #f9a8d4; --card-soft: rgba(253,242,248,.96); --card-glow: rgba(219,39,119,.22); }\r\n.fggreekfontgenerator-feature-card:nth-child(4) { --card-c1: #2563eb; --card-c2: #06b6d4; --card-c3: #93c5fd; --card-soft: rgba(239,246,255,.96); --card-glow: rgba(37,99,235,.22); }\r\n.fggreekfontgenerator-feature-card:nth-child(5) { --card-c1: #0f766e; --card-c2: #14b8a6; --card-c3: #99f6e4; --card-soft: rgba(240,253,250,.96); --card-glow: rgba(15,118,110,.22); }\r\n.fggreekfontgenerator-feature-card:nth-child(6) { --card-c1: #f97316; --card-c2: #f59e0b; --card-c3: #fde047; --card-soft: rgba(255,247,237,.96); --card-glow: rgba(249,115,22,.22); }\r\n.fggreekfontgenerator-feature-card:nth-child(7) { --card-c1: #4f46e5; --card-c2: #818cf8; --card-c3: #38bdf8; --card-soft: rgba(238,242,255,.96); --card-glow: rgba(79,70,229,.22); }\r\n.fggreekfontgenerator-feature-card:nth-child(8) { --card-c1: #16a34a; --card-c2: #22c55e; --card-c3: #86efac; --card-soft: rgba(240,253,244,.96); --card-glow: rgba(34,197,94,.22); }\r\n.fggreekfontgenerator-feature-card::before { content: \"\"; width: 210px; height: 210px; right: -96px; top: -96px; border-radius: 999px; background: radial-gradient(circle, var(--card-glow), transparent 72%); position: absolute; opacity: 0; transform: scale(0.7); transition: opacity 320ms ease, transform 320ms ease; z-index: -1; }\r\n.fggreekfontgenerator-feature-card::after { content: \"\"; width: 84px; height: 84px; right: 18px; bottom: 18px; border-radius: 999px; background: radial-gradient(circle, var(--card-glow), transparent 68%); position: absolute; opacity: 0; transform: scale(.4); transition: opacity 320ms ease, transform 320ms ease; z-index: -1; }\r\n.fggreekfontgenerator-icon-wrap { width: 70px; min-width: 70px; height: 70px; min-height: 70px; display: inline-flex; align-items: center; justify-content: center; border-radius: 22px; margin-bottom: 20px; background: transparent; color: var(--card-c1); isolation: isolate; position: relative; transition: transform 320ms ease; }\r\n.fggreekfontgenerator-icon-wrap::before { content: \"\"; position: absolute; inset: 0; border-radius: 22px; background: linear-gradient(145deg, rgba(255,255,255,0.98), var(--card-soft)), radial-gradient(circle at 24% 18%, rgba(255,255,255,1), transparent 42%); border: 1px solid rgba(255,255,255,0.82); box-shadow: inset 0 1px 0 rgba(255,255,255,0.96), 0 12px 26px rgba(15,23,42,0.08), 0 0 0 6px rgba(15,23,42,0.035); z-index: 1; transition: border-radius 320ms ease, background 320ms ease, box-shadow 320ms ease, transform 320ms ease; }\r\n.fggreekfontgenerator-icon-wrap::after { content: \"\"; position: absolute; inset: -7px; border-radius: 30px; border: 1px dashed var(--card-c1); opacity: 0; transform: scale(0.78) rotate(18deg); z-index: 0; transition: opacity 300ms ease, transform 300ms ease, border-radius 300ms ease; }\r\n.fggreekfontgenerator-icon-wrap i { font-size: 26px; z-index: 3; color: var(--card-c1); -webkit-text-fill-color: var(--card-c1); background: none; filter: none; transition: color 320ms ease, -webkit-text-fill-color 320ms ease, transform 320ms ease; }\r\n.fggreekfontgenerator-card-title { font-size: 18.5px; font-weight: 620; line-height: 1.35; letter-spacing: -0.01em; color: #101827; z-index: 1; margin: 0 0 11px 0 !important; position: relative; transition: color 300ms ease, transform 300ms ease; }\r\n.fggreekfontgenerator-card-title::after { content: \"\"; display: block; width: 0; height: 2px; margin-top: 9px; border-radius: 20px; background: linear-gradient(90deg, var(--card-c1), var(--card-c2), var(--card-c3)); transition: width 300ms ease; }\r\n.fggreekfontgenerator-card-text { font-size: 15px; font-weight: 400; line-height: 1.72; color: var(--fg-muted); flex: 1 1 auto; z-index: 1; margin: 0 !important; transition: color 300ms ease, transform 300ms ease; }\r\n.fggreekfontgenerator-card-cta { display: inline-flex; align-items: center; gap: 8px; width: fit-content; margin-top: 18px; font-size: 13px; font-weight: 700; color: var(--card-c1); opacity: 0; transform: translateY(12px) scale(.96); transition: opacity 280ms ease, transform 280ms ease, color 280ms ease; position: relative; z-index: 1; }\r\n.fggreekfontgenerator-card-cta i { font-size: 12px; transition: transform 280ms ease; }\r\n.fggreekfontgenerator-process-badge { width: 34px; height: 34px; display: inline-flex; align-items: center; justify-content: center; border-radius: 12px; background: linear-gradient(135deg, var(--card-c1), var(--card-c2), var(--card-c3)); color: #ffffff; font-size: 13px; font-weight: 800; position: absolute; top: 18px; right: 18px; z-index: 4; transform: rotateY(0deg) scale(.84); opacity: .74; box-shadow: 0 12px 24px var(--card-glow); transition: transform 320ms ease, opacity 320ms ease, border-radius 320ms ease; }\r\n.fggreekfontgenerator-interaction-one .fggreekfontgenerator-feature-card:hover { transform: translateY(-12px) rotate(-1deg); box-shadow: 0 24px 58px var(--card-glow), 0 10px 28px rgba(15,23,42,0.10); border-color: var(--card-c2); background: radial-gradient(circle at var(--fg-mx) var(--fg-my), rgba(255,255,255,.98), transparent 30%), radial-gradient(circle at 88% 18%, var(--card-glow), transparent 34%), linear-gradient(135deg, rgba(255,255,255,0.98), var(--card-soft) 46%, rgba(255,255,255,0.96)); }\r\n.fggreekfontgenerator-interaction-one .fggreekfontgenerator-feature-card:hover::before, .fggreekfontgenerator-interaction-one .fggreekfontgenerator-feature-card:hover::after { opacity: 1; transform: scale(1); }\r\n.fggreekfontgenerator-interaction-one .fggreekfontgenerator-feature-card:hover .fggreekfontgenerator-icon-wrap { transform: translateY(-9px) rotate(8deg) scale(1.08); }\r\n.fggreekfontgenerator-interaction-one .fggreekfontgenerator-feature-card:hover .fggreekfontgenerator-icon-wrap::before { border-radius: 50%; background: linear-gradient(145deg, var(--card-c1), var(--card-c2), var(--card-c3)); box-shadow: 0 16px 34px var(--card-glow), 0 0 0 6px rgba(15,23,42,.06), inset 0 1px 0 rgba(255,255,255,0.28); }\r\n.fggreekfontgenerator-interaction-one .fggreekfontgenerator-feature-card:hover .fggreekfontgenerator-icon-wrap::after { opacity: .52; transform: scale(1.05) rotate(0deg); border-radius: 50%; animation: fggreekfontgeneratorIconSpin 1200ms linear infinite; }\r\n.fggreekfontgenerator-interaction-one .fggreekfontgenerator-feature-card:hover .fggreekfontgenerator-icon-wrap i { color: #ffffff; -webkit-text-fill-color: #ffffff; transform: scale(1.14) rotate(-8deg); }\r\n.fggreekfontgenerator-interaction-one .fggreekfontgenerator-feature-card:hover .fggreekfontgenerator-card-title { color: var(--card-c1); transform: translateY(-3px); }\r\n.fggreekfontgenerator-interaction-one .fggreekfontgenerator-feature-card:hover .fggreekfontgenerator-card-title::after { width: 68px; }\r\n.fggreekfontgenerator-interaction-one .fggreekfontgenerator-feature-card:hover .fggreekfontgenerator-card-text { transform: translateY(-2px); color: #46556b; }\r\n.fggreekfontgenerator-interaction-one .fggreekfontgenerator-feature-card:hover .fggreekfontgenerator-card-cta { opacity: 1; transform: translateY(0) scale(1); }\r\n.fggreekfontgenerator-interaction-one .fggreekfontgenerator-feature-card:hover .fggreekfontgenerator-card-cta i { transform: translateX(6px); }\r\n.fggreekfontgenerator-interaction-two .fggreekfontgenerator-feature-card { border: 1.5px solid rgba(255,255,255,.72); backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px); transform-style: preserve-3d; perspective: 900px; }\r\n.fggreekfontgenerator-interaction-two .fggreekfontgenerator-card-visible { transform: translateY(0); }\r\n.fggreekfontgenerator-interaction-two .fggreekfontgenerator-feature-card:hover { transform: translateY(-10px) rotateX(var(--fg-tilt-y)) rotateY(var(--fg-tilt-x)); box-shadow: 0 26px 62px var(--card-glow), 0 0 0 3px rgba(255,255,255,.38), 0 0 0 8px rgba(255,255,255,.16); border-color: rgba(255,255,255,.95); }\r\n.fggreekfontgenerator-interaction-two .fggreekfontgenerator-feature-card:hover::before, .fggreekfontgenerator-interaction-two .fggreekfontgenerator-feature-card:hover::after { opacity: 1; transform: scale(1); }\r\n.fggreekfontgenerator-interaction-two .fggreekfontgenerator-feature-card:hover .fggreekfontgenerator-icon-wrap { transform: translateZ(24px) translateY(-8px) scale(1.08); }\r\n.fggreekfontgenerator-interaction-two .fggreekfontgenerator-feature-card:hover .fggreekfontgenerator-icon-wrap::before { border-radius: 18px 30px 18px 30px; background: linear-gradient(145deg, var(--card-c1), var(--card-c2), var(--card-c3)); box-shadow: 0 16px 34px var(--card-glow), 0 0 0 6px rgba(255,255,255,.34), inset 0 1px 0 rgba(255,255,255,.28); }\r\n.fggreekfontgenerator-interaction-two .fggreekfontgenerator-feature-card:hover .fggreekfontgenerator-icon-wrap::after { opacity: 1; transform: scale(1) rotate(-8deg); animation: fggreekfontgeneratorPulseRing 850ms ease-in-out infinite alternate; }\r\n.fggreekfontgenerator-interaction-two .fggreekfontgenerator-feature-card:hover .fggreekfontgenerator-icon-wrap i { color: #ffffff; -webkit-text-fill-color: #ffffff; transform: rotateY(180deg) scale(1.12); }\r\n.fggreekfontgenerator-interaction-two .fggreekfontgenerator-feature-card:hover .fggreekfontgenerator-card-title { color: var(--card-c1); transform: translateY(-4px); }\r\n.fggreekfontgenerator-interaction-two .fggreekfontgenerator-feature-card:hover .fggreekfontgenerator-card-title::after { width: 60px; }\r\n.fggreekfontgenerator-interaction-two .fggreekfontgenerator-feature-card:hover .fggreekfontgenerator-card-text { color: #46556b; transform: translateY(-2px); }\r\n.fggreekfontgenerator-interaction-three .fggreekfontgenerator-feature-card::after { width: 12px; height: 12px; left: auto; right: 24px; bottom: 24px; border-radius: 50%; background: linear-gradient(135deg, var(--card-c1), var(--card-c2), var(--card-c3)); transform: scale(.4); }\r\n.fggreekfontgenerator-interaction-three .fggreekfontgenerator-feature-card:hover { transform: translateY(-8px) scale(1.015); box-shadow: 0 24px 58px var(--card-glow), 0 10px 24px rgba(15,23,42,.08); border-color: var(--card-c2); }\r\n.fggreekfontgenerator-interaction-three .fggreekfontgenerator-feature-card:hover::before, .fggreekfontgenerator-interaction-three .fggreekfontgenerator-feature-card:hover::after { opacity: 1; transform: scale(1); }\r\n.fggreekfontgenerator-interaction-three .fggreekfontgenerator-feature-card:hover .fggreekfontgenerator-process-badge { transform: rotateY(180deg) scale(1.06); opacity: 1; border-radius: 50%; }\r\n.fggreekfontgenerator-interaction-three .fggreekfontgenerator-feature-card:hover .fggreekfontgenerator-icon-wrap { transform: translateY(-8px) rotate(-6deg) scale(1.08); }\r\n.fggreekfontgenerator-interaction-three .fggreekfontgenerator-feature-card:hover .fggreekfontgenerator-icon-wrap::before { border-radius: 50%; box-shadow: inset 0 1px 0 rgba(255,255,255,.96), 0 18px 34px var(--card-glow), 0 0 0 6px rgba(15,23,42,.045); }\r\n.fggreekfontgenerator-interaction-three .fggreekfontgenerator-feature-card:hover .fggreekfontgenerator-icon-wrap::after { opacity: .48; transform: scale(1.05) rotate(0deg); border-radius: 50%; }\r\n.fggreekfontgenerator-interaction-three .fggreekfontgenerator-feature-card:hover .fggreekfontgenerator-icon-wrap i { color: var(--card-c1); -webkit-text-fill-color: var(--card-c1); transform: translateY(-1px) scale(1.14) rotate(6deg); }\r\n.fggreekfontgenerator-interaction-three .fggreekfontgenerator-feature-card:hover .fggreekfontgenerator-card-title { color: var(--card-c1); transform: translateY(-3px); }\r\n.fggreekfontgenerator-interaction-three .fggreekfontgenerator-feature-card:hover .fggreekfontgenerator-card-title::after { width: 66px; }\r\n.fggreekfontgenerator-interaction-three .fggreekfontgenerator-feature-card:hover .fggreekfontgenerator-card-text { transform: translateY(-2px); color: #46556b; }\r\n@keyframes fggreekfontgeneratorIconSpin { 0% { transform: scale(1.05) rotate(0deg); } 100% { transform: scale(1.05) rotate(360deg); } }\r\n@keyframes fggreekfontgeneratorPulseRing { 0% { box-shadow: 0 0 0 0 var(--card-glow); } 100% { box-shadow: 0 0 0 8px transparent; } }\r\n@media (max-width: 1100px) { .fggreekfontgenerator-first-grid, .fggreekfontgenerator-third-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } .fggreekfontgenerator-second-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } .fggreekfontgenerator-first-grid .fggreekfontgenerator-feature-card, .fggreekfontgenerator-third-grid .fggreekfontgenerator-feature-card { min-height: 286px; } }\r\n@media (max-width: 980px) { .fggreekfontgenerator-content-section { padding: 64px 18px; } .fggreekfontgenerator-first-grid, .fggreekfontgenerator-second-grid, .fggreekfontgenerator-third-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } }\r\n@media (max-width: 640px) { .fggreekfontgenerator-content-section { padding: 52px 16px; } .fggreekfontgenerator-section-heading-wrap { margin-bottom: 28px; } .fggreekfontgenerator-first-grid, .fggreekfontgenerator-second-grid, .fggreekfontgenerator-third-grid { grid-template-columns: 1fr; gap: 18px; } .fggreekfontgenerator-first-grid .fggreekfontgenerator-feature-card, .fggreekfontgenerator-third-grid .fggreekfontgenerator-feature-card { min-height: auto; } .fggreekfontgenerator-feature-card { padding: 24px; border-radius: 20px; } .fggreekfontgenerator-icon-wrap { width: 60px; min-width: 60px; height: 60px; min-height: 60px; border-radius: 18px; margin-bottom: 18px; } .fggreekfontgenerator-icon-wrap::before { border-radius: 18px; } .fggreekfontgenerator-icon-wrap i { font-size: 21px; } .fggreekfontgenerator-card-title { font-size: 18px; } .fggreekfontgenerator-card-text { font-size: 15px; } .fggreekfontgenerator-process-badge { width: 30px; height: 30px; top: 16px; right: 16px; font-size: 12px; } }\r\n<\/style>\r\n<section class=\"fggreekfontgenerator-content-section fggreekfontgenerator-section-white fggreekfontgenerator-interaction-one\">\r\n  <div class=\"fggreekfontgenerator-inner-container\">\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 classical, mythic, ancient, and bold copy-ready font styles for bios, captions, usernames, comments, headings, and creative profile text.<\/h3>\r\n    <\/div>\r\n    <div class=\"fggreekfontgenerator-card-grid fggreekfontgenerator-first-grid\">\r\n      <article class=\"fggreekfontgenerator-feature-card\">\r\n        <div class=\"fggreekfontgenerator-icon-wrap\">\r\n          <i class=\"fa-solid fa-landmark\" aria-hidden=\"true\"><\/i>\r\n        <\/div>\r\n        <h4 class=\"fggreekfontgenerator-card-title\">Greek Text Styling<\/h4>\r\n        <p class=\"fggreekfontgenerator-card-text\">A Greek Font Generator changes plain words into classical, mythic, ancient, and bold font styles that feel more expressive, polished, and ready for creative use.<\/p>\r\n        <span class=\"fggreekfontgenerator-card-cta\">Explore style <i class=\"fa-solid fa-arrow-right\" aria-hidden=\"true\"><\/i><\/span>\r\n      <\/article>\r\n      <article class=\"fggreekfontgenerator-feature-card\">\r\n        <div class=\"fggreekfontgenerator-icon-wrap\">\r\n          <i class=\"fa-solid fa-wand-magic-sparkles\" aria-hidden=\"true\"><\/i>\r\n        <\/div>\r\n        <h4 class=\"fggreekfontgenerator-card-title\">Greek Mood Output<\/h4>\r\n        <p class=\"fggreekfontgenerator-card-text\">Users can create text with Greek-inspired letters, mythology mood, historic names, and strong symbolic styling, giving names, captions, bios, and short messages a stronger visual personality.<\/p>\r\n        <span class=\"fggreekfontgenerator-card-cta\">View details <i class=\"fa-solid fa-arrow-right\" aria-hidden=\"true\"><\/i><\/span>\r\n      <\/article>\r\n      <article class=\"fggreekfontgenerator-feature-card\">\r\n        <div class=\"fggreekfontgenerator-icon-wrap\">\r\n          <i class=\"fa-solid fa-palette\" aria-hidden=\"true\"><\/i>\r\n        <\/div>\r\n        <h4 class=\"fggreekfontgenerator-card-title\">Decorative Letter Looks<\/h4>\r\n        <p class=\"fggreekfontgenerator-card-text\">The generator helps transform ordinary letters into more memorable designs while keeping the final text simple to copy and reuse.<\/p>\r\n        <span class=\"fggreekfontgenerator-card-cta\">See styling <i class=\"fa-solid fa-arrow-right\" aria-hidden=\"true\"><\/i><\/span>\r\n      <\/article>\r\n      <article class=\"fggreekfontgenerator-feature-card\">\r\n        <div class=\"fggreekfontgenerator-icon-wrap\">\r\n          <i class=\"fa-solid fa-feather-pointed\" aria-hidden=\"true\"><\/i>\r\n        <\/div>\r\n        <h4 class=\"fggreekfontgenerator-card-title\">Greek Inspired Effects<\/h4>\r\n        <p class=\"fggreekfontgenerator-card-text\">Use themed letter effects to make your words feel closer to a greek look without needing manual editing or complex design software.<\/p>\r\n        <span class=\"fggreekfontgenerator-card-cta\">Check style <i class=\"fa-solid fa-arrow-right\" aria-hidden=\"true\"><\/i><\/span>\r\n      <\/article>\r\n      <article class=\"fggreekfontgenerator-feature-card\">\r\n        <div class=\"fggreekfontgenerator-icon-wrap\">\r\n          <i class=\"fa-regular fa-copy\" aria-hidden=\"true\"><\/i>\r\n        <\/div>\r\n        <h4 class=\"fggreekfontgenerator-card-title\">Copy Ready Output<\/h4>\r\n        <p class=\"fggreekfontgenerator-card-text\">Generated greek font styles can be copied quickly and pasted into bios, captions, comments, usernames, headings, or creative text fields.<\/p>\r\n        <span class=\"fggreekfontgenerator-card-cta\">Copy faster <i class=\"fa-solid fa-arrow-right\" aria-hidden=\"true\"><\/i><\/span>\r\n      <\/article>\r\n      <article class=\"fggreekfontgenerator-feature-card\">\r\n        <div class=\"fggreekfontgenerator-icon-wrap\">\r\n          <i class=\"fa-solid fa-table-cells-large\" aria-hidden=\"true\"><\/i>\r\n        <\/div>\r\n        <h4 class=\"fggreekfontgenerator-card-title\">Multiple Font Options<\/h4>\r\n        <p class=\"fggreekfontgenerator-card-text\">A helpful generator shows several greek style choices so you can compare different moods before choosing the best final version.<\/p>\r\n        <span class=\"fggreekfontgenerator-card-cta\">Compare fonts <i class=\"fa-solid fa-arrow-right\" aria-hidden=\"true\"><\/i><\/span>\r\n      <\/article>\r\n      <article class=\"fggreekfontgenerator-feature-card\">\r\n        <div class=\"fggreekfontgenerator-icon-wrap\">\r\n          <i class=\"fa-solid fa-wand-magic-sparkles\" aria-hidden=\"true\"><\/i>\r\n        <\/div>\r\n        <h4 class=\"fggreekfontgenerator-card-title\">Creative Text Effects<\/h4>\r\n        <p class=\"fggreekfontgenerator-card-text\">Combine font styles with symbols, spacing, separators, and decorative marks to make your greek text feel more complete and eye-catching.<\/p>\r\n        <span class=\"fggreekfontgenerator-card-cta\">Try effects <i class=\"fa-solid fa-arrow-right\" aria-hidden=\"true\"><\/i><\/span>\r\n      <\/article>\r\n      <article class=\"fggreekfontgenerator-feature-card\">\r\n        <div class=\"fggreekfontgenerator-icon-wrap\">\r\n          <i class=\"fa-regular fa-eye\" aria-hidden=\"true\"><\/i>\r\n        <\/div>\r\n        <h4 class=\"fggreekfontgenerator-card-title\">Preview Before Copying<\/h4>\r\n        <p class=\"fggreekfontgenerator-card-text\">Preview each greek font style before copying so your final name, quote, title, or caption stays readable and attractive.<\/p>\r\n        <span class=\"fggreekfontgenerator-card-cta\">Preview now <i class=\"fa-solid fa-arrow-right\" aria-hidden=\"true\"><\/i><\/span>\r\n      <\/article>\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    <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 themed, attractive, and easy-to-copy text without manually searching for symbols, decorative characters, or complex design tools.<\/h3>\r\n    <\/div>\r\n    <div class=\"fggreekfontgenerator-card-grid fggreekfontgenerator-second-grid\">\r\n      <article class=\"fggreekfontgenerator-feature-card\">\r\n        <div class=\"fggreekfontgenerator-icon-wrap\">\r\n          <i class=\"fa-solid fa-bolt-lightning\" aria-hidden=\"true\"><\/i>\r\n        <\/div>\r\n        <h4 class=\"fggreekfontgenerator-card-title\">Fast Style Creation<\/h4>\r\n        <p class=\"fggreekfontgenerator-card-text\">Create greek font styles instantly instead of testing many apps, searching special characters, or formatting each letter by hand.<\/p>\r\n      <\/article>\r\n      <article class=\"fggreekfontgenerator-feature-card\">\r\n        <div class=\"fggreekfontgenerator-icon-wrap\">\r\n          <i class=\"fa-solid fa-landmark\" aria-hidden=\"true\"><\/i>\r\n        <\/div>\r\n        <h4 class=\"fggreekfontgenerator-card-title\">Greek Visual Tone<\/h4>\r\n        <p class=\"fggreekfontgenerator-card-text\">The right font style gives your text a clearer mood, helping it feel more connected to the greek theme and your creative idea.<\/p>\r\n      <\/article>\r\n      <article class=\"fggreekfontgenerator-feature-card\">\r\n        <div class=\"fggreekfontgenerator-icon-wrap\">\r\n          <i class=\"fa-solid fa-mobile-screen-button\" aria-hidden=\"true\"><\/i>\r\n        <\/div>\r\n        <h4 class=\"fggreekfontgenerator-card-title\">Social Media Friendly<\/h4>\r\n        <p class=\"fggreekfontgenerator-card-text\">Use generated greek text for Instagram bios, TikTok captions, Facebook posts, WhatsApp names, Discord profiles, and other social areas.<\/p>\r\n      <\/article>\r\n      <article class=\"fggreekfontgenerator-feature-card\">\r\n        <div class=\"fggreekfontgenerator-icon-wrap\">\r\n          <i class=\"fa-regular fa-star\" aria-hidden=\"true\"><\/i>\r\n        <\/div>\r\n        <h4 class=\"fggreekfontgenerator-card-title\">Symbol Decoration<\/h4>\r\n        <p class=\"fggreekfontgenerator-card-text\">Pair your font output with stars, dots, hearts, lines, brackets, arrows, or simple marks to build a cleaner decorative text layout.<\/p>\r\n      <\/article>\r\n      <article class=\"fggreekfontgenerator-feature-card\">\r\n        <div class=\"fggreekfontgenerator-icon-wrap\">\r\n          <i class=\"fa-solid fa-user-pen\" aria-hidden=\"true\"><\/i>\r\n        <\/div>\r\n        <h4 class=\"fggreekfontgenerator-card-title\">Profile Name Ideas<\/h4>\r\n        <p class=\"fggreekfontgenerator-card-text\">Generated greek styles can inspire unique display names, creator tags, usernames, gaming names, and profile headings.<\/p>\r\n      <\/article>\r\n      <article class=\"fggreekfontgenerator-feature-card\">\r\n        <div class=\"fggreekfontgenerator-icon-wrap\">\r\n          <i class=\"fa-solid fa-palette\" aria-hidden=\"true\"><\/i>\r\n        <\/div>\r\n        <h4 class=\"fggreekfontgenerator-card-title\">Branding and Design<\/h4>\r\n        <p class=\"fggreekfontgenerator-card-text\">Greek font styling can help creators, pages, fan profiles, and design sections build a more recognizable visual identity.<\/p>\r\n      <\/article>\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    <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 themed style, preview the result, copy your favorite version, and paste it wherever you want to use it.<\/h3>\r\n    <\/div>\r\n    <div class=\"fggreekfontgenerator-card-grid fggreekfontgenerator-third-grid\">\r\n      <article class=\"fggreekfontgenerator-feature-card\">\r\n        <span class=\"fggreekfontgenerator-process-badge\">01<\/span>\r\n        <div class=\"fggreekfontgenerator-icon-wrap\">\r\n          <i class=\"fa-solid fa-i-cursor\" aria-hidden=\"true\"><\/i>\r\n        <\/div>\r\n        <h4 class=\"fggreekfontgenerator-card-title\">Enter Your Text<\/h4>\r\n        <p class=\"fggreekfontgenerator-card-text\">Type or paste a name, phrase, quote, caption, bio line, username, message, heading, or any short text you want to style.<\/p>\r\n      <\/article>\r\n      <article class=\"fggreekfontgenerator-feature-card\">\r\n        <span class=\"fggreekfontgenerator-process-badge\">02<\/span>\r\n        <div class=\"fggreekfontgenerator-icon-wrap\">\r\n          <i class=\"fa-solid fa-layer-group\" aria-hidden=\"true\"><\/i>\r\n        <\/div>\r\n        <h4 class=\"fggreekfontgenerator-card-title\">Choose a Style<\/h4>\r\n        <p class=\"fggreekfontgenerator-card-text\">Browse the generated greek font styles and choose the version that best matches your profile, post, design, or message mood.<\/p>\r\n      <\/article>\r\n      <article class=\"fggreekfontgenerator-feature-card\">\r\n        <span class=\"fggreekfontgenerator-process-badge\">03<\/span>\r\n        <div class=\"fggreekfontgenerator-icon-wrap\">\r\n          <i class=\"fa-solid fa-magnifying-glass\" aria-hidden=\"true\"><\/i>\r\n        <\/div>\r\n        <h4 class=\"fggreekfontgenerator-card-title\">Preview the Result<\/h4>\r\n        <p class=\"fggreekfontgenerator-card-text\">Check the final look before using it, especially when the output includes symbols, spacing, decorations, or unusual letter forms.<\/p>\r\n      <\/article>\r\n      <article class=\"fggreekfontgenerator-feature-card\">\r\n        <span class=\"fggreekfontgenerator-process-badge\">04<\/span>\r\n        <div class=\"fggreekfontgenerator-icon-wrap\">\r\n          <i class=\"fa-solid fa-clipboard-check\" aria-hidden=\"true\"><\/i>\r\n        <\/div>\r\n        <h4 class=\"fggreekfontgenerator-card-title\">Copy the Output<\/h4>\r\n        <p class=\"fggreekfontgenerator-card-text\">Use the copy option to grab your selected greek font style without manually selecting, retyping, or losing the chosen format.<\/p>\r\n      <\/article>\r\n      <article class=\"fggreekfontgenerator-feature-card\">\r\n        <span class=\"fggreekfontgenerator-process-badge\">05<\/span>\r\n        <div class=\"fggreekfontgenerator-icon-wrap\">\r\n          <i class=\"fa-regular fa-paper-plane\" aria-hidden=\"true\"><\/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, captions, comments, posts, usernames, messages, headings, or visual design tools.<\/p>\r\n      <\/article>\r\n      <article class=\"fggreekfontgenerator-feature-card\">\r\n        <span class=\"fggreekfontgenerator-process-badge\">06<\/span>\r\n        <div class=\"fggreekfontgenerator-icon-wrap\">\r\n          <i class=\"fa-solid fa-rotate\" aria-hidden=\"true\"><\/i>\r\n        <\/div>\r\n        <h4 class=\"fggreekfontgenerator-card-title\">Try More Styles<\/h4>\r\n        <p class=\"fggreekfontgenerator-card-text\">Experiment with different words, symbols, spacing, and font options until the final greek text feels clear and attractive.<\/p>\r\n      <\/article>\r\n      <article class=\"fggreekfontgenerator-feature-card\">\r\n        <span class=\"fggreekfontgenerator-process-badge\">07<\/span>\r\n        <div class=\"fggreekfontgenerator-icon-wrap\">\r\n          <i class=\"fa-solid fa-sliders\" aria-hidden=\"true\"><\/i>\r\n        <\/div>\r\n        <h4 class=\"fggreekfontgenerator-card-title\">Adjust the Look<\/h4>\r\n        <p class=\"fggreekfontgenerator-card-text\">Shorten, rewrite, or refine your text if needed so the final font style stays balanced, readable, and platform-friendly.<\/p>\r\n      <\/article>\r\n      <article class=\"fggreekfontgenerator-feature-card\">\r\n        <span class=\"fggreekfontgenerator-process-badge\">08<\/span>\r\n        <div class=\"fggreekfontgenerator-icon-wrap\">\r\n          <i class=\"fa-solid fa-circle-check\" aria-hidden=\"true\"><\/i>\r\n        <\/div>\r\n        <h4 class=\"fggreekfontgenerator-card-title\">Use Final Version<\/h4>\r\n        <p class=\"fggreekfontgenerator-card-text\">Once the greek font style looks right, use it confidently in your profile, social content, design, message, or website section.<\/p>\r\n      <\/article>\r\n    <\/div>\r\n  <\/div>\r\n<\/section>\r\n<script>\r\n(function () {\r\n  var wrapper = document.querySelector(\".fggreekfontgenerator-content-wrapper\");\r\n  if (!wrapper) { return; }\r\n  var cards = wrapper.querySelectorAll(\".fggreekfontgenerator-feature-card\");\r\n  cards.forEach(function (card, index) {\r\n    card.style.transitionDelay = ((index % 8) * 45) + \"ms\";\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) * 3.2;\r\n      var tiltY = ((50 - y) \/ 50) * 3.2;\r\n      card.style.setProperty(\"--fg-mx\", x + \"%\");\r\n      card.style.setProperty(\"--fg-my\", y + \"%\");\r\n      card.style.setProperty(\"--fg-tilt-x\", tiltX + \"deg\");\r\n      card.style.setProperty(\"--fg-tilt-y\", tiltY + \"deg\");\r\n    });\r\n    card.addEventListener(\"mouseleave\", function () {\r\n      card.style.setProperty(\"--fg-mx\", \"50%\"); card.style.setProperty(\"--fg-my\", \"18%\"); card.style.setProperty(\"--fg-tilt-x\", \"0deg\"); card.style.setProperty(\"--fg-tilt-y\", \"0deg\");\r\n    });\r\n  });\r\n  if (\"IntersectionObserver\" in window) {\r\n    var observer = new IntersectionObserver(function (entries) {\r\n      entries.forEach(function (entry) { if (entry.isIntersecting) { entry.target.classList.add(\"fggreekfontgenerator-card-visible\"); observer.unobserve(entry.target); } });\r\n    }, { threshold: 0.16 });\r\n    cards.forEach(function (card) { observer.observe(card); });\r\n  } else { cards.forEach(function (card) { card.classList.add(\"fggreekfontgenerator-card-visible\"); }); }\r\n})();\r\n<\/script>\r\n<\/div>\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-5657","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/fontono.com\/wp-json\/wp\/v2\/pages\/5657","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/fontono.com\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/fontono.com\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/fontono.com\/wp-json\/wp\/v2\/users\/3"}],"replies":[{"embeddable":true,"href":"https:\/\/fontono.com\/wp-json\/wp\/v2\/comments?post=5657"}],"version-history":[{"count":4,"href":"https:\/\/fontono.com\/wp-json\/wp\/v2\/pages\/5657\/revisions"}],"predecessor-version":[{"id":5661,"href":"https:\/\/fontono.com\/wp-json\/wp\/v2\/pages\/5657\/revisions\/5661"}],"wp:attachment":[{"href":"https:\/\/fontono.com\/wp-json\/wp\/v2\/media?parent=5657"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}