Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion normalize.css
Original file line number Diff line number Diff line change
Expand Up @@ -226,11 +226,15 @@ pre {
* Address odd `em`-unit font size rendering in all browsers.
*/

/**
* 1. Fix the inheritance and scaling of font-size for preformated text.
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

It's spelled "preformatted" with two Ts.

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

Damn. Just had it copied from here: https://github.com/necolas/normalize.css#pre-code-kbd-samp ..Whatever ;)

*/

code,
kbd,
pre,
samp {
font-family: monospace, monospace;
font-family: monospace, monospace; /* 1 */
font-size: 1em;
}

Expand Down