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

Consistently use font weight. #3381

Merged
merged 1 commit into from
Feb 14, 2018
Merged

Consistently use font weight. #3381

merged 1 commit into from
Feb 14, 2018

Conversation

domoritz
Copy link
Member

No description provided.

@domoritz domoritz requested a review from kanitw February 14, 2018 03:17
@@ -1276,7 +1278,7 @@ export interface VgTitleConfig {
/**
* Font weight for title text.
*/
fontWeight?: FontWeight | FontWeightNumber;
fontWeight?: FontWeight;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Take this chance to update the description to says that this could be either string e.g,. ("bold") or a number (100, 200, 300, ..., 900 where normal = 400 and bold = 700)?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good idea.

@domoritz domoritz force-pushed the dom/font-weight-schema branch from 42d1b51 to 22b9101 Compare February 14, 2018 03:36
@domoritz
Copy link
Member Author

Pushed update

@kanitw kanitw merged commit 3a27a60 into master Feb 14, 2018
@kanitw kanitw deleted the dom/font-weight-schema branch February 14, 2018 03:50
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 this pull request may close these issues.

2 participants