Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create fav icon #29

Open
raae opened this issue Dec 27, 2020 · 3 comments
Open

Create fav icon #29

raae opened this issue Dec 27, 2020 · 3 comments
Assignees

Comments

@raae
Copy link
Owner

raae commented Dec 27, 2020

Maybe the emojii bottle, and then remove it from title.

@raae
Copy link
Owner Author

raae commented Dec 27, 2020

You should be able to use this trick: https://css-tricks.com/emojis-as-favicons/

And add it using Helmet in this way:

 <Helmet>
    <title>🤣 🍾</title>
    <link rel="icon" href="<svg data string as in the css tricks example>" />
</Helmet>

@olavea
Copy link
Collaborator

olavea commented Dec 28, 2020

    <svg xmlns="http://w3.org/2000/svg" viewBox="0 0 100 100">

💩

olavea added a commit that referenced this issue Dec 28, 2020
<text y=".9em" font-size="90">💩</text>
</svg>
#29
olavea added a commit that referenced this issue Dec 29, 2020
@olavea
Copy link
Collaborator

olavea commented Dec 29, 2020

silly3-new_icon-#29-8

raae pushed a commit that referenced this issue Dec 31, 2020
<text y=".9em" font-size="90">💩</text>
</svg>
#29
raae pushed a commit that referenced this issue Dec 31, 2020
raae pushed a commit that referenced this issue Dec 31, 2020
<text y=".9em" font-size="90">💩</text>
</svg>
#29
raae pushed a commit that referenced this issue Dec 31, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants