Skip to content

Commit

Permalink
trying to fix mail icon take 2
Browse files Browse the repository at this point in the history
  • Loading branch information
eyaler committed Feb 29, 2024
1 parent f382e83 commit 3255ae3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion resen/pages.js
Original file line number Diff line number Diff line change
Expand Up @@ -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": "🐱"},
Expand Down
4 changes: 4 additions & 0 deletions resen/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}
Expand Down

0 comments on commit 3255ae3

Please sign in to comment.