Custom font on GitHub
Krzysztof Żuraw

Krzysztof Żuraw @kzuraw

About: TypeScript & React + V60

Location:
Wrocław
Joined:
Oct 20, 2017

Custom font on GitHub

Publish Date: Aug 7 '22
3 1

To set your favourite font to be on GitHub you need:

  1. Refined GitHub extension
  2. Go to options of this extension. For Chrome: click on 3 dots on installed extension on Extensions list and select Options
  3. Paste following CSS into Custom CSS text-area
pre,
code,
.blob-code,
.blob-code-marker,
.input-monospace,
.markdown-body code {
  font-family: MonoLisa;
}
Enter fullscreen mode Exit fullscreen mode
  1. You can change fonts/colours for other parts of GitHub using Custom CSS option

Comments 1 total

Add comment