I have the following problem:
I want to use images for my navigation, because I want to use a special font (Meta). I know that images for navigation suck very much, so I am wondering what the best way to build such a navigation would be.
I have 2 main concerns:
- Google findability.
- Usability.
It is for my design portfolio so I am not overly concerned with screen readers (not much sense in my opinion, since it is all about designs in any case).
Is it better to use real images ( incl. alt tags) or should I just hide the text using a negative text-indent and use a css background image. Maybe there is even a third and better way.
Thanks.