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

Font is hard to read #18

Closed
staxmanade opened this issue May 13, 2014 · 7 comments
Closed

Font is hard to read #18

staxmanade opened this issue May 13, 2014 · 7 comments

Comments

@staxmanade
Copy link
Member

I must be getting old - and maybe this is something that will be considered when the style of the site is thought through - but as it is now it

snapshot:

snapshot

Notice how the letters are on-top of each other and faded?

@Bartvds
Copy link
Collaborator

Bartvds commented May 13, 2014

What OS and browser?

And could you figure-out what font this really uses (via dev tools)? Does it use the Segoe font?

Related to #4

@staxmanade
Copy link
Member Author

Chrome on a Mac.

Looks like in styles.css is the following font list

SegoeUILight,'Segoe UI Light',SegoeUI,'Segoe UI','Helvetica Neue','Helvetica','Arial',sans-serif

if I remove the SegoeUILight it gets better and even better when I remove both SegoeUILight,'Segoe UI Light',

Possibly something in here https://github.com/DefinitelyTyped/definitelytyped.github.io/blob/source/src/documents/styles/style.css.less#L11

@borisyankov
Copy link
Member

The 'Light' weight is really not suited for body text, just for the modern
super light headings.
This looks terrible on Chrome for Windows also (in fact worse).

We just need to remove the Light and use the normal fonts.

On Tue, May 13, 2014 at 11:57 PM, Jason Jarrett [email protected]:

Chrome on a Mac.

Looks like in styles.css is the following font list

SegoeUILight,'Segoe UI Light',SegoeUI,'Segoe UI','Helvetica Neue','Helvetica','Arial',sans-serif

if I remove the SegoeUILight it gets better and even better when I remove
both SegoeUILight,'Segoe UI Light',

Possibly something in here
https://github.com/DefinitelyTyped/definitelytyped.github.io/blob/source/src/documents/styles/style.css.less#L11


Reply to this email directly or view it on GitHubhttps://github.com//issues/18#issuecomment-43011778
.

Bartvds added a commit that referenced this issue May 13, 2014
@Bartvds
Copy link
Collaborator

Bartvds commented May 13, 2014

'works at my end' :)

I changed from light it to regular Segoe just now.

Note the project has livereload in the 'grunt watch' task.

If you have a moment to tweak some stuff.. CSS is not really my thing.

I use this http://semantic-ui.com/ and some hacky customisations in ./src/documents/styles/

@staxmanade
Copy link
Member Author

Let's get rid of SegoeUI,'Segoe UI', - I just looked at this on windows and it's still blurry - but using Helvetica works ok.

@Bartvds
Copy link
Collaborator

Bartvds commented May 13, 2014

Nah, Segoe is part of current look, to make it look TypeScript-y

It works on http://www.typescriptlang.org/ so I think it should be fixable. If you can CSS then have a go at it in your clone.

@staxmanade
Copy link
Member Author

Thanks, it is better now. I'll just work on not being old 👴

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

3 participants