Firahub von Dante Falzone
This extension changes the monospace font on Github.com to Fira Code. I wrote this because the other guy's extension doesn't work.
1 Benutzer1 Benutzer
Metadaten zur Erweiterung
Über diese Erweiterung
This extension changes the monospace font on Github.com to Fira Code. I wrote this because the other guy's extension doesn't work.
Source code:
Source code:
var elements = document.getElementsByClassName('blob-code');
for (var i in elements) {
elements[i].style.fontFamily = "Fira Code Retina,Fira Code,monospace";
}
Bewertet mit 0 von 0 Bewertern
Berechtigungen und Daten
Weitere Informationen
- Add-on-Links
- Version
- 1.0
- Größe
- 7,73 KB
- Zuletzt aktualisiert
- vor 6 Jahren (3. Aug. 2020)
- Verwandte Kategorien
- Lizenz
- Alle Rechte vorbehalten
- Versionsgeschichte
- Zur Sammlung hinzufügen