So i downloaded the package from the official site… but when i unpack it i get alot of errors. And the icons wont show when i open the “entypo.otf” i just see regular letters…
I just did a test with the actual entypo font, and I take back what I said above. The code you posted should work fine. I think the problem might be the paths to your fonts. You have just used the path given by the entypo site, which is ‘font/entypo/entypo.eot’ etc. But have you really stored your fonts in an /entypo/ folder inside a /font/ folder inside the /css/ folder? If not, the paths are wrong for your site.
facepalm on myself , its always thoose small things lol…
So yeah now the correct icons show, but now i have another issue, the menu items which have the icons on them now have a big padding on top, u know what this can be?
It’s probably the line height on the font of the generated content, but that’s hard to deal with. With a bit of fiddling, I got a nice result with this:
Yeah i used pretty much that code except i changed the it to top: -3px and added left: -35px so that the icons wouldnt be on top of the text i have in the menu items=)
Yes, I wondered how this would affect the layout of the list items. I did an experiment with that, and decided to add right margins to the list items to stop the icons from overlapping each previous list item.