We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I've just noticed that the Title on the Welcome Dashboard is not using Source Sans Pro, according to the new Typography PR.
On the welcome dashboard markdown files we have:
.dashboard-markdown .dashboard-component.dashboard-component-chart-holder h1 { margin-top: 24px; margin-bottom: 24px; line-height: 1.6; font-size: 30px; font-weight: bold; }
And we just need to add:
font-family: Source Sans Pro, Helvetica Neue, Arial, sans-serif;
Before:
After:
The text was updated successfully, but these errors were encountered:
smacker
Successfully merging a pull request may close this issue.
I've just noticed that the Title on the Welcome Dashboard is not using Source Sans Pro, according to the new Typography PR.
On the welcome dashboard markdown files we have:
And we just need to add:
Before:
After:
The text was updated successfully, but these errors were encountered: