You are not logged in. Your edit will be placed in a queue until it is peer reviewed.
We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.
Required fields*
-
Thanks for the detailed answer but I am going to admit a bit of frustration with the answers thus far. I realize it is impacting load time; I know about typography and web-safe fonts. I realize I could use an image (or image sprites) and alt text. However, those are last resorts for me. I could use a very safe font stack but that defeats the purpose of having web fonts (and even substitutes require an HTTP connection). Then you get into SEO, accessibility issues of font size adjust, translations, settings for the visually impaired, etc. If reasonable, I prefer to optimize my web fonts.adam-asdf– adam-asdf2012-08-18 05:32:24 +00:00Commented Aug 18, 2012 at 5:32
-
If you had read the first article I linked to, you would have found information on ways to improve page load times while using non-standard web fonts.tacotuesday– tacotuesday2012-08-18 05:57:40 +00:00Commented Aug 18, 2012 at 5:57
-
Sorry, got overwhelmed by the number of links, I'll do that now.adam-asdf– adam-asdf2012-08-18 05:59:04 +00:00Commented Aug 18, 2012 at 5:59
-
You were right, sorry for my impatience (it is actually the second link he gives). Details self-hosting, TypeKit, Google, font-squirrel (somehow I missed thinking of trying the advanced option of the @font-face generator), and even an analysis of different methods in different browsers. For those who comes across this down the road, it answered all my questions.adam-asdf– adam-asdf2012-08-18 06:14:20 +00:00Commented Aug 18, 2012 at 6:14
-
Thanks for letting me know it was the second link. I mixed them up in the post. It's fixed now, so it's the first link. You may also want to look into Cufon and sIFR, if you haven't already. Also, a lot of my answer was meant for future readers, so that they think a bit before following the crowd in regards to using web fonts.tacotuesday– tacotuesday2012-08-18 06:24:13 +00:00Commented Aug 18, 2012 at 6:24
Add a comment
|
How to Edit
- Correct minor typos or mistakes
- Clarify meaning without changing it
- Add related resources or links
- Always respect the author’s intent
- Don’t use edits to reply to the author
How to Format
-
create code fences with backticks ` or tildes ~
```
like so
``` -
add language identifier to highlight code
```python
def function(foo):
print(foo)
``` - put returns between paragraphs
- for linebreak add 2 spaces at end
- _italic_ or **bold**
- indent code by 4 spaces
- backtick escapes
`like _so_` - quote by placing > at start of line
- to make links (use https whenever possible)
<https://example.com>[example](https://example.com)<a href="https://example.com">example</a>
How to Tag
A tag is a keyword or label that categorizes your question with other, similar questions. Choose one or more (up to 5) tags that will help answerers to find and interpret your question.
- complete the sentence: my question is about...
- use tags that describe things or concepts that are essential, not incidental to your question
- favor using existing popular tags
- read the descriptions that appear below the tag
If your question is primarily about a topic for which you can't find a tag:
- combine multiple words into single-words with hyphens (e.g. google-analytics), up to a maximum of 35 characters
- creating new tags is a privilege; if you can't yet create a tag you need, then post this question without it, then ask the community to create it for you