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); }