From fc54c3bd4e27b70402185261348a9db5a13e4229 Mon Sep 17 00:00:00 2001 From: John Gatward Date: Fri, 13 Mar 2026 15:08:57 +0000 Subject: [PATCH] emojis --- index.html | 2 +- style.css | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index 90236bb..5bca7e0 100644 --- a/index.html +++ b/index.html @@ -170,7 +170,7 @@
- 🌐 + 🎨

Frontend & Creative

Comfortable with react and CSS. I enjoy visualising algorithms interactively — it's more fun than a diff --git a/style.css b/style.css index 5ef73f7..44f7321 100644 --- a/style.css +++ b/style.css @@ -35,7 +35,7 @@ html { scroll-behavior: smooth; } body { background: var(--base); color: var(--text); - font-family: 'JetBrains Mono', monospace; + font-family: 'JetBrains Mono', 'Apple Color Emoji', monospace; font-size: 15px; line-height: 1.7; overflow-x: hidden;