← back to Glitterwalls
favicon: Mag-7-inspired SVG glyph
5e6f47cd9383d5f8a223fbe2e599b17dbbd3eb81 · 2026-05-14 08:35:04 -0700 · Steve
Files touched
M public/favicon.svgM public/index.html
Diff
commit 5e6f47cd9383d5f8a223fbe2e599b17dbbd3eb81
Author: Steve <steve@designerwallcoverings.com>
Date: Thu May 14 08:35:04 2026 -0700
favicon: Mag-7-inspired SVG glyph
---
public/favicon.svg | 5 +----
public/index.html | 2 ++
2 files changed, 3 insertions(+), 4 deletions(-)
diff --git a/public/favicon.svg b/public/favicon.svg
index 5187fc3..3a61777 100644
--- a/public/favicon.svg
+++ b/public/favicon.svg
@@ -1,4 +1 @@
-<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32">
-<rect width="32" height="32" rx="6" fill="#10b981"/>
-<text x="50%" y="55%" text-anchor="middle" dominant-baseline="middle" font-size="20" font-family="Apple Color Emoji, Segoe UI Emoji, sans-serif" fill="white">G</text>
-</svg>
\ No newline at end of file
+<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64" width="64" height="64"> <rect width="64" height="64" rx="14" fill="#1a1a1a"/> <text x="32" y="42" font-family="Cormorant Garamond,Georgia,serif" font-size="38" font-weight="500" text-anchor="middle" fill="#F4D08F" letter-spacing="-1">G</text> <path d="M14 50 Q32 60 50 50" stroke="#FFC0CB" stroke-width="3" fill="none" stroke-linecap="round"/> <path d="M48 47 L52 50 L48 53" stroke="#FFC0CB" stroke-width="3" fill="none" stroke-linecap="round" stroke-linejoin="round"/> </svg>
\ No newline at end of file
diff --git a/public/index.html b/public/index.html
index ff2c5d3..21fb6ff 100644
--- a/public/index.html
+++ b/public/index.html
@@ -1,6 +1,8 @@
<!doctype html>
<html lang="en">
<head>
+<link rel="icon" type="image/svg+xml" href="/favicon.svg">
+
<meta charset="utf-8">
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-RK1X75MQ68"></script>
← 5c68bf6 fix env wiring — anchor dotenv to __dirname so .env loads ev
·
back to Glitterwalls
·
4-grid hero: drop-in script + crop CSS + initial 4 newest pr 534f8aa →