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

addressの斜体をリセット #6

Closed
qrac opened this issue May 24, 2017 · 2 comments
Closed

addressの斜体をリセット #6

qrac opened this issue May 24, 2017 · 2 comments

Comments

@qrac
Copy link
Owner

qrac commented May 24, 2017

addressタグを使うとブラウザCSSでitalicになったりするので、リセットしたほうがいいかも。

address {
  font-style: normal;
}

または

*,
:after,
:before {
    font-style: inherit;
}

などを検討。

@qrac
Copy link
Owner Author

qrac commented Jun 2, 2017

Introduction · Bootstrap

address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit;
}

Material Design Lite

address {
    font-size: 12px;
    line-height: 1;
    font-style: normal;
}

@qrac
Copy link
Owner Author

qrac commented Jun 2, 2017

addressを個別にリセットする場合が多いようなので、以下を採用。

address {
  font-style: normal;
}

qrac added a commit that referenced this issue Jun 3, 2017
@qrac qrac closed this as completed Jun 3, 2017
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

No branches or pull requests

1 participant