sindresorhus/refined-github

The issue has been closed
Custom css section does not change monospace font #3928
aminomancer posted onGitHub
Here's what I'm seeing in textboxes:
.rgh-monospace-textareas #merge_title_field,
.rgh-monospace-textareas #commit-summary-input,
.rgh-monospace-textareas textarea {
font-family: SFMono-Regular, Consolas, 'Liberation Mono', Menlo, Courier, monospace !important;
}
So I copied the rule to the "Custom CSS" text area in the extension's options page, replacing the font with the monospace font I'm using for my overall github theme and other extensions. But it has no effect. I'd use another method to inject this but RGH's stylesheet takes precedence over my inline styles. I'm sure I'll work it out on my own but just thought I'd let you know