From 3255ae37e0118eb950a52fa1db25dbf70a2e2a53 Mon Sep 17 00:00:00 2001 From: Eyal Gruss Date: Thu, 29 Feb 2024 14:46:11 +0200 Subject: [PATCH] trying to fix mail icon take 2 --- resen/pages.js | 2 +- resen/style.css | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/resen/pages.js b/resen/pages.js index 64f3067..a7f6b9c 100644 --- a/resen/pages.js +++ b/resen/pages.js @@ -107,7 +107,7 @@ const kw_labels = { } const social = { - "mail": {"url": "mailto:", "label": "✉"}, + "mail": {"url": "mailto:", "label": "✉︎"}, "web": {"label": "🏠︎"}, "twitter": {"url": "twitter.com", "label": "🐦"}, "github": {"url": "github.com", "label": "🐱"}, diff --git a/resen/style.css b/resen/style.css index 861d51c..d5524d6 100644 --- a/resen/style.css +++ b/resen/style.css @@ -627,6 +627,10 @@ li:not(.mono *) { margin-inline-start: 40px; } +.mail { + font-family: var(--font), 'Noto Sans Symbols', 'Zapf Dingbats'; +} + .mono, .number { font-family: var(--mono_font); }