Skip to content
Merged
Changes from 1 commit
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
2 changes: 1 addition & 1 deletion modules/primer-utilities/lib/typography.scss
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@

/* Set to monospace font */
.text-mono {
font-family: $mono-font;
font-family: $mono-font !important;
Copy link
Contributor

@gladwearefriends gladwearefriends Nov 26, 2018

Choose a reason for hiding this comment

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

adding a note for my commit:
!important is needed in order for the monospace font to have effect with other marketing headers, e.g. h2-mktg when you want a big monospace header like on github.com/ten https://github.com/github/github/pull/102693#discussion_r236315756

https://github.com/github/github/pull/102693/files#diff-20a6e07f77d51d5f093dded1d213d52dR70

}

/* Disallow user from selecting text */
Expand Down