Skip to content
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

Open
gregcotten opened this issue Jan 29, 2014 · 11 comments
Open

Typekit support #21

gregcotten opened this issue Jan 29, 2014 · 11 comments

Comments

@gregcotten
Copy link

Doesn't seem to work with websites that use typekit fonts

Example from Safari:
screen shot 2014-01-29 at 9 34 20 am

From Two:
screen shot 2014-01-29 at 9 34 31 am

I will note that it does work with Google Webfonts (my fallback font used in the website).

@chrisjdavis
Copy link
Owner

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.

@chrisjdavis
Copy link
Owner

I have reached out to Typekit. We'll see if anything comes of it.

@gregcotten
Copy link
Author

Not sure if this is relevant or not, but going to gmail.com results in this:

screen shot 2014-01-29 at 9 49 13 am

@chrisjdavis
Copy link
Owner

I just went to Gmail and it was fine.

working fine

That being said, Two is not a web browser. It is a test app. I don't have any interest in supporting a web browser again. Bad memories! If you are using Two to check your email, I can't really help.

@gregcotten
Copy link
Author

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?

@chrisjdavis
Copy link
Owner

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!

@chrisjdavis
Copy link
Owner

Oh, did the newest commit fix everything for you?

@gregcotten
Copy link
Author

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?


Reply to this email directly or view it on GitHub.

@chrisjdavis
Copy link
Owner

Awesome, glad to hear it. That was a weird bug!

@gregcotten
Copy link
Author

Mainly weird to me because it was working on my MBP fine but not my hackintosh...

@chrisjdavis
Copy link
Owner

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants