diff --git a/index.html b/index.html index 90236bb..5bca7e0 100644 --- a/index.html +++ b/index.html @@ -170,7 +170,7 @@
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;