Answer the question
In order to leave comments, you need to log in
Answer the question
In order to leave comments, you need to log in
If you use the font not only in the logo, then there is no need to use an image - the font should be loaded anyway, and it will take milliseconds to render one word.
If you want to use the font only once, then I would advise you to compare the weight of the font and the logo. Almost sure that the image will weigh less. For SEO, you can do something like this:
<h1>
<a href="#">
Company name
</a>
<h1>
h1 a {
background-image: url(...);
text-indent: -9999px;
}
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question