githubnext / monaspace

An innovative superfamily of fonts for code
https://monaspace.githubnext.com
SIL Open Font License 1.1
13.16k stars 219 forks source link

Custom CSS on Firefox (linux) with Refined GitHub #128

Open kierun opened 7 months ago

kierun commented 7 months ago

I am using Refined GitHub and have this snipet as a custom CSS:

/* optional, you can also just use system fonts. */
.react-code-text, .react-code-lines, pre, code, .blob-code, .blob-code-marker {
  font-family: "Monaspace Xenon", monospace !important;
  font-size: 14px;
}
pre.CodeMirror-line {
  font: inherit;
}

What am I doing wrong?