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

simple font stacks #23

Closed
jancborchardt opened this issue Jun 28, 2012 · 2 comments
Closed

simple font stacks #23

jancborchardt opened this issue Jun 28, 2012 · 2 comments

Comments

@jancborchardt
Copy link
Contributor

There should be generic simple font stacks for each serif and sans-serif to choose. I’d suggest:

font-family: "Helvetica Neue", Helvetica, FreeSans, Arial, sans-serif;
and
font-family: Cambria, Georgia, serif;

Also, for monospace:
Monaco, Ubuntu Mono, Menlo, Consolas, monospace;
and for geometric:
Futura, "Trebuchet MS", Arial, sans-serif;
And for Didot/Bodoni-like:
"Bodoni MT", Didot, "Didot LT STD", "Hoefler Text", Garamond, "Times New Roman", serif;

Most of these are from the super nice article revised font stacks. Important is that it’s mainly focused on those which make sense for big headline text, we should not add typefaces which are specifically for long body text.

@tantaman
Copy link
Owner

So were you thinking that each of these stacks would be individually selectable as a "font"?

I.e., there would be 3 new font selections: monospace, geometric, and Didot each being backed by their appropriate stack.

@jancborchardt
Copy link
Contributor Author

Yep. Each stack is one selection, the stack is just to account for typefaces not being available on different systems.

Thinking about it now I’m not sure if that’s the best way to go though, maybe we should just choose some really good typefaces from http://theleagueofmoveabletype.com, http://openfontlibrary.org and others (Open Sans as go-to sans for instance), also to make sure the presentation always looks the same on any computer you edit it with. And we would be able to put the typefaces in the repo so everyone has them and we don’t rely on Google.

Sounds good? I’d then collect some 7–9 great freely licensed typefaces.

captaincole pushed a commit that referenced this issue Jan 5, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants