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

favicon を修正する。 #1

Open
Milly opened this issue Oct 1, 2018 · 6 comments
Open

favicon を修正する。 #1

Milly opened this issue Oct 1, 2018 · 6 comments
Assignees

Comments

@Milly
Copy link
Member

Milly commented Oct 1, 2018

現状

  • favicon.ico:
    • 画像: favicon.ico
    • ファイル形式: png (拡張子と違う)
      • 16x16
    • MIMEタイプ: image/vnd.microsoft.icon (実際の形式と違う)
  • apple-touch-icon.png:
    • 存在しない。

提案

  • favicon.ico:
    • 画像: スマホアプリと合わせて「ボ」にする
    • ファイル形式: ico (MSマルチアイコン形式)
      • 16x16, 32x32, 48x48 を1ファイルに同梱
    • MIMEタイプ: image/vnd.microsoft.icon (現状のまま)
  • apple-touch-icon.png:
    • 新規に追加する
    • ファイル形式: png
      • 180x180 (iOS用)
      • 192x192 (Android用)

HTMLサンプル

<link rel="icon" type="image/png" sizes="192x192" href="/icons/android-chrome-192x192.png">
<link rel="apple-touch-icon" sizes="180x180" href="/icons/apple-touch-icon-180x180.png">
<link rel="shortcut icon" href="/icons/favicon.ico">
@yajiuma yajiuma self-assigned this Oct 1, 2018
@Milly
Copy link
Member Author

Milly commented Oct 1, 2018

ついで

  • Mac OS Safari 用に mask-icon svg 形式も作る。
<link rel="mask-icon" href="/icons/safari-icon.svg" color="#00B7B7" />

@yajiuma
Copy link
Member

yajiuma commented Oct 2, 2018

mask-iconの詳細plz... どうやって使われるものなんだ。
https://wayohoo.com/mac/beginners/how-to-set-icons-for-pinned-tabs-for-safari.html
しか文献見つからなかったのだけど、これSafariの Pinned page にしか使われないものなの?

@yajiuma
Copy link
Member

yajiuma commented Oct 2, 2018

アイコンを「ボ」にするか「V」にするか議論については、ちょっと悩んでる。
「HOMEに登録」でアイコン化した時、iOSアプリ等と同じアイコンになるのは避けたい。
Webは「V」、アプリケーション群は「ボ」の方向でVIの差別化を図りたいというのが本意。

@Milly
Copy link
Member Author

Milly commented Oct 2, 2018

mask-iconの詳細plz... どうやって使われるものなんだ。
https://wayohoo.com/mac/beginners/how-to-set-icons-for-pinned-tabs-for-safari.html
しか文献見つからなかったのだけど、これSafariの Pinned page にしか使われないものなの?

Yes

@yajiuma
Copy link
Member

yajiuma commented Oct 2, 2018

でもSafariの Pineed Tab に使われるアイコン、普通にfaviconっぽいのよね…。使い分けがわからん…。mask-iconがある場合は優先的に使われるのだろうか。

@sugi
Copy link
Member

sugi commented Jan 25, 2020

関連だなので別チケットにせずにここにつなげるけど、 twitter card の設定をして置いたほうが良いと思う。
現状 twitter に URL 貼ると寂しい
https://cards-dev.twitter.com/validator
https://developer.twitter.com/en/docs/tweets/optimize-with-cards/overview/abouts-cards

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

3 participants