Skip to content

Commit

Permalink
trying to fix mail icon take 5
Browse files Browse the repository at this point in the history
  • Loading branch information
eyaler committed Feb 29, 2024
1 parent a40d73c commit c76b151
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
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": "✉"}, // don't add ︎ as it prevents targeting with CSS on iOS
"mail": {"url": "mailto:", "label": "✉︎"},
"web": {"label": "🏠︎"},
"twitter": {"url": "twitter.com", "label": "🐦"},
"github": {"url": "github.com", "label": "🐱"},
Expand Down
10 changes: 5 additions & 5 deletions resen/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -24,16 +24,16 @@
}

@font-face {
font-family: 'Noto Sans Symbols';
font-family: 'Arial'; /* MacOS, iOS */
size-adjust: 160%;
src: local('Noto Sans Symbols');
src: local('Arial');
unicode-range: U+2709;
}

@font-face {
font-family: 'Zapf Dingbats';
font-family: 'Noto Sans Symbols'; /* Android */
size-adjust: 160%;
src: local('Zapf Dingbats');
src: local('Noto Sans Symbols');
unicode-range: U+2709;
}

Expand Down Expand Up @@ -630,7 +630,7 @@ li:not(.mono *) {
}

.mail {
font-family: var(--font), 'Noto Sans Symbols', 'Zapf Dingbats';
font-family: var(--font), 'Noto Sans Symbols';
}

.mono, .number {
Expand Down

0 comments on commit c76b151

Please sign in to comment.