Skip to content

Commit

Permalink
Use an SVG file for the icon because Firefox on Android doesn't suppo…
Browse files Browse the repository at this point in the history
…rt data:

Change from an emoji character to a specific rendering because that may not
align properly on every browser
  • Loading branch information
nomis committed Dec 8, 2023
1 parent d70e4fb commit fa499e6
Show file tree
Hide file tree
Showing 2 changed files with 143 additions and 1 deletion.
2 changes: 1 addition & 1 deletion index.htm
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<head>
<title id="title">All The Maps</title>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<link rel="icon" type="image/svg+xml" href="data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20100%20100%22%3E%3Ctext%20y%3D%22.9em%22%20font-size%3D%2290%22%3E%F0%9F%97%BA%EF%B8%8F%3C%2Ftext%3E%3C%2Fsvg%3E" />
<link rel="icon" type="image/svg+xml" href="noto-emoji_u1f5fa.svg"/>
<style type="text/css">
.page, .page:target ~ .default-page { display: none; }
.default-page, .page:target { display: block; }
Expand Down
142 changes: 142 additions & 0 deletions noto-emoji_u1f5fa.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit fa499e6

Please sign in to comment.