Skip to content

Commit

Permalink
Version 1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Clazex authored Jan 23, 2022
1 parent 9af2ae9 commit 33af0f0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions script.user.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// ==UserScript==
// @name JetBrainsMono4GitHub
// @namespace https://userscript.clazex.net/
// @version 1.1.0
// @version 1.1.1
// @description Change GitHub code view font to JetBrains Mono
// @license MIT
// @author Clazex
Expand All @@ -24,6 +24,6 @@
document.head.appendChild(fonts);

var style = document.createElement("style");
style.innerHTML = ".highlight * { font-family: 'JetBrains Mono' }";
style.innerHTML = ".highlight * { font-family: 'JetBrains Mono', monospace; }";
document.body.appendChild(style);
})();

0 comments on commit 33af0f0

Please sign in to comment.