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

Native font stack does not match documentation #20655

Closed
jfinkels opened this issue Sep 6, 2016 · 2 comments
Closed

Native font stack does not match documentation #20655

jfinkels opened this issue Sep 6, 2016 · 2 comments

Comments

@jfinkels
Copy link

jfinkels commented Sep 6, 2016

The documentation for version 4.0.0-alpha4 states that the "Ubuntu" font family is part of the default native font stack (http://v4-alpha.getbootstrap.com/content/reboot/#native-font-stack). I tested the "Hello, world!" example from the Getting Started page by viewing the file with Firefox version 48.0 on Ubuntu 16.04, but the computed font-family for body seems to be

-apple-system,
BlinkMacSystemFont,
"Segoe UI",
Roboto,
"Helvetica Neue",Arial,sans-serif

The documentation suggests that this should be

-apple-system,
BlinkMacSystemFont,
"Segoe UI",
"Roboto",
"Oxygen",
"Ubuntu",
"Cantarell",
"Fira Sans",
"Droid Sans",
"Helvetica Neue", Arial, sans-serif !default;

Specifically, the documentation includes the following families that the actual code does not have:

"Oxygen",
"Ubuntu",
"Cantarell",
"Fira Sans",
"Droid Sans",

Maybe this is a documentation/code mismatch?

@mdo mdo added this to the v4.0.0-alpha.5 milestone Sep 7, 2016
mdo added a commit that referenced this issue Sep 7, 2016
@mdo mdo closed this as completed in #20666 Sep 8, 2016
twbs-savage pushed a commit to twbs-savage/bootstrap that referenced this issue Sep 8, 2016
@jfinkels
Copy link
Author

jfinkels commented Sep 14, 2016

Thanks for updating the documentation. This means Reboot will not attempt to provide native fonts for (non-Android) Linux systems?

@mdo
Copy link
Member

mdo commented Sep 15, 2016

Thanks for updating the documentation. This means Reboot will not attempt to provide native fonts for (non-Android) Linux systems?

Basically, yes :(. The rendering—even with Roboto in there—is super inconsistent. We did it at GitHub and it was a shit show more or less based on whatever distro or settings each user had. We're still getting feedback on that actually. Hopefully we can deliver something better in the future, but at the very least, most distros seem able to swap from Helvetica to decent sans-serif options.

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