mirror of
https://github.com/necolas/normalize.css.git
synced 2024-12-25 15:14:19 +00:00
Add comment addressing intentional duplicated monospace font
https://github.com/necolas/normalize.css/issues/480
2bdda84272/README.md (pre-code-kbd-samp)
This commit is contained in:
parent
5304c784ff
commit
5daad010a2
@ -5,6 +5,7 @@
|
||||
* Ensure `mark` long-hand background declaration usage.
|
||||
* Remove color inheritance from form controls.
|
||||
* Address inconsistent styling of abbr[title].
|
||||
* Correct inheritance and scaling of font-size for preformatted text.
|
||||
|
||||
=== 3.0.3 (March 30, 2015)
|
||||
|
||||
|
7
normalize.css
vendored
7
normalize.css
vendored
@ -236,15 +236,16 @@ pre {
|
||||
}
|
||||
|
||||
/**
|
||||
* Address odd `em`-unit font size rendering in all browsers.
|
||||
* 1. Correct inheritance and scaling of font-size for preformatted text.
|
||||
* 2. Address odd `em`-unit font size rendering in all browsers.
|
||||
*/
|
||||
|
||||
code,
|
||||
kbd,
|
||||
pre,
|
||||
samp {
|
||||
font-family: monospace, monospace;
|
||||
font-size: 1em;
|
||||
font-family: monospace, monospace; /* 1 */
|
||||
font-size: 1em; /* 2 */
|
||||
}
|
||||
|
||||
/* Forms
|
||||
|
Loading…
Reference in New Issue
Block a user