Zobaczyłem stronę z ikonką fontello w title i chcę zrobić coś takiego.
Stronka wzorcowa: https://www.interlumen.com/
Kod:
<!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <style> @font-face { font-family: 'fontello'; src: url('./fontello/font/fontello.eot?16978134#iefix') format('embedded-opentype'), url('./fontello/font/fontello.woff?16978134') format('woff'); } .demo-icon1 { font-family: "fontello"; font-style: normal; font-weight: normal; speak: never; color: red; } </style> </head> <body> </body> </html>
i teraz nie rozumiem dlaczego w treści (pomiędzy<body></body> ) ikonka ładnie się świeci na czerwono a w <title></title> już nie.
Podpowiecie?