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

Welcome Dashboard Title styling on markdown files #174

Closed
ricardobaeta opened this issue Jun 27, 2019 · 0 comments · Fixed by #212
Closed

Welcome Dashboard Title styling on markdown files #174

ricardobaeta opened this issue Jun 27, 2019 · 0 comments · Fixed by #212
Assignees

Comments

@ricardobaeta
Copy link
Contributor

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:
image

After:
image

@ricardobaeta ricardobaeta changed the title Fix title of Welcome Dashboard on markdown files Title styling of Welcome Dashboard on markdown files Jun 27, 2019
@ricardobaeta ricardobaeta changed the title Title styling of Welcome Dashboard on markdown files Welcome Dashboard Title styling on markdown files Jun 27, 2019
@smacker smacker self-assigned this Jul 17, 2019
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

Successfully merging a pull request may close this issue.

2 participants