TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Loading iOS fonts dynamically

36 pointsby mh_over 12 years ago

5 comments

MatthewPhillipsover 12 years ago
Probably the most important point of this article is to read the licenses on fonts you buy. Here's the popular Pictos icon font license: <a href="http://pictos.cc/font-license" rel="nofollow">http://pictos.cc/font-license</a><p>&#62; Use, or allowing anyone else to use any of the Assets to create pornographic, fraudulent, obscene, immoral, infringing, illegal, blasphemous or defamatory material.<p>Can't use Pictos on a porn site, apparently.
gburtover 12 years ago
You have to store the key with the data. These contracts are silly. :(
评论 #4953862 未加载
评论 #4957287 未加载
评论 #4954144 未加载
danabramovover 12 years ago
Ouch. We implemented a JS font loader a-la Google Web Fonts because we thought we can't load fonts in UIWebView other than via @font-face.
ef4over 12 years ago
We need to keep repeating this basic fact to people who think this kind of thing serves a purpose:<p>"Reducing the number of people" who can access your precious content without your permission is stupid, because it only takes ONE person. He will readily share it with the rest of the world -- and probably already has.
评论 #4954168 未加载
评论 #4954189 未加载
duanebover 12 years ago
Speaking of loading fonts dynamically- the site looks absolutely atrocious while loading (on Chrome, anyway). I reloaded the page multiple times before it finished loading because I thought there was a rendering bug.