From 8b9244882618f969b948674ce4604ebc326d1aae Mon Sep 17 00:00:00 2001 From: elasticdotventures Date: Mon, 11 Aug 2025 13:08:29 +0000 Subject: [PATCH 1/5] Convert SVG text to CSS-styled HTML for proper font loading MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Replace title and subtitle SVG images with HTML text elements - Apply CSS styling to match original SVG appearance - Use proper font families with fallbacks - Add text-stroke effect for subtitle outline - Fonts now load correctly without browser security restrictions 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude --- src/components/PromptExecutionLogo.vue | 45 ++++++++++++++++++++------ 1 file changed, 36 insertions(+), 9 deletions(-) diff --git a/src/components/PromptExecutionLogo.vue b/src/components/PromptExecutionLogo.vue index 87c766b..ac571ad 100644 --- a/src/components/PromptExecutionLogo.vue +++ b/src/components/PromptExecutionLogo.vue @@ -9,8 +9,8 @@
Cybernetic Head
- Prompt Execution - Cognitive Robotic Process Automation +
PROMPT EXECUTION
+
COGNITIVE ROBOTIC PROCESS AUTOMATION
@@ -18,9 +18,19 @@