-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Typekit support #21
Comments
Yep, this is an issue with the way Typekit works, not Two. I am not really sure I can do anything about it on our end. Works with normal font embedding, and google as you saw. |
I have reached out to Typekit. We'll see if anything comes of it. |
haha, I realize I am not supposed to be be browsing the web with this software. I was just testing other sites and found that google believed twoBrowser was making automated queries. My thought was that maybe typekit avoids serving to robots? |
Heh, werd. I have had a number of "make this a web browser" requests so I guess I am a little sensitive! That is possible. Two technically automates requests, since it captures activity in one web view and passes it to the other to keep them in sync, but I don't know how that would be viewed as automated queries by the site. I shall investigate! |
Oh, did the newest commit fix everything for you? |
Yep! It worked great. On January 29, 2014 at 10:00:06 AM, Chris J. Davis ([email protected]) wrote: Oh, did the newest commit fix everything for you? — |
Awesome, glad to hear it. That was a weird bug! |
Mainly weird to me because it was working on my MBP fine but not my hackintosh... |
Yeah, it was the "send to browser" feature. Your mac keeps track of what applications are installed via plist files. When you remove an app, the plist file isn't always removed. The code that populates the popup button looks for the plist files, then uses those to grab the applications. In your case, you installed and then removed a web browser on your hackintosh. Two thought it was still there since the plist file was found. When it tried to grab the app, it lost its mind. I had to put a check in to make sure the app actually exits at the path specified in the plist file. Nutzo. |
Doesn't seem to work with websites that use typekit fonts
Example from Safari:
From Two:
I will note that it does work with Google Webfonts (my fallback font used in the website).
The text was updated successfully, but these errors were encountered: