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

Fix default fonts for japanese #600

Merged
merged 1 commit into from
Sep 10, 2018
Merged

Fix default fonts for japanese #600

merged 1 commit into from
Sep 10, 2018

Conversation

h3poteto
Copy link
Owner

No description provided.

/*
These selectors are defined in user agent stylesheet. So I override.
*/
input, textarea, select, button {
Copy link
Owner Author

Choose a reason for hiding this comment

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

[stylelint]

Expected newline after "," (selector-list-comma-newline-after)

@@ -42,7 +42,16 @@ export default {
</script>

<style lang="scss">
body { font-family: 'Noto Sans', sans-serif; }
body {
font-family: 'Noto Sans','Noto Sans CJK JP', 'Takaoゴシック', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
Copy link
Owner Author

Choose a reason for hiding this comment

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

[stylelint]

Expected single space after "," in a single-line list (value-list-comma-space-after)

These selectors are defined in user agent stylesheet. So I override.
*/
input, textarea, select, button {
font-family: 'Noto Sans','Noto Sans CJK JP', 'Takaoゴシック', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
Copy link
Owner Author

Choose a reason for hiding this comment

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

[stylelint]

Expected single space after "," in a single-line list (value-list-comma-space-after)

textarea,
select,
button {
font-family: 'Noto Sans','Noto Sans CJK JP', 'Takaoゴシック', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
Copy link
Owner Author

Choose a reason for hiding this comment

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

[stylelint]

Expected single space after "," in a single-line list (value-list-comma-space-after)

@h3poteto h3poteto merged commit 9d17c88 into master Sep 10, 2018
@h3poteto h3poteto deleted the fonts branch September 10, 2018 23:56
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.

1 participant