Is it possible to put the browser icon as a source?

2

I want to change the icon that appears in the browsers tab, the person in charge of uploading the image is:

<link rel="shortcut icon" type="image/x-icon" href="logo.ico" />

Well now I want to load a source of bootstrap, type glyphicon-plus:

My question is is it possible to load a font as an image in the browser bar?

Boottrap icons

    
asked by nachfren 20.09.2016 в 16:45
source

2 answers

4

Actually what you load as an icon in the tab is the favicon. This is quite limited in terms of points you can put.

What I can think of to do is put the logo you want in an image (using, for example GIMP ) and use any web tool to do the conversion.

    
answered by 20.09.2016 / 16:54
source
2

Well, I think it's not possible. What you can do is create your favicon from the source you want to use.

In this link you will find the formats supported by each browser.

    
answered by 20.09.2016 в 16:54