Fix favicon: kvadratna FOLX ikona (magenta) namesto polnega logotipa
BIN
public/apple-touch-icon.png
Normal file
|
After Width: | Height: | Size: 4.5 KiB |
BIN
public/favicon-16.png
Normal file
|
After Width: | Height: | Size: 226 B |
BIN
public/favicon-192.png
Normal file
|
After Width: | Height: | Size: 4.8 KiB |
BIN
public/favicon-32.png
Normal file
|
After Width: | Height: | Size: 602 B |
BIN
public/favicon-48.png
Normal file
|
After Width: | Height: | Size: 1.1 KiB |
BIN
public/favicon-512.png
Normal file
|
After Width: | Height: | Size: 14 KiB |
BIN
public/favicon.ico
Normal file
|
After Width: | Height: | Size: 2.8 KiB |
@ -29,8 +29,11 @@
|
|||||||
<meta name="twitter:image" content="https://folx.live/brand/folx-with-tagline-neg.png" />
|
<meta name="twitter:image" content="https://folx.live/brand/folx-with-tagline-neg.png" />
|
||||||
|
|
||||||
<!-- Favicon -->
|
<!-- Favicon -->
|
||||||
<link rel="icon" type="image/png" href="/brand/folx-full-poz.png" />
|
<link rel="icon" type="image/x-icon" href="/favicon.ico" />
|
||||||
<link rel="apple-touch-icon" href="/brand/folx-full-poz.png" />
|
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32.png" />
|
||||||
|
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16.png" />
|
||||||
|
<link rel="icon" type="image/png" sizes="192x192" href="/favicon-192.png" />
|
||||||
|
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png" />
|
||||||
|
|
||||||
<!-- Fonts: Druk (Archivo Black proxy) for display + Inter for body -->
|
<!-- Fonts: Druk (Archivo Black proxy) for display + Inter for body -->
|
||||||
<link rel="preconnect" href="https://fonts.googleapis.com" />
|
<link rel="preconnect" href="https://fonts.googleapis.com" />
|
||||||
|
|||||||