Changes the font-family of Wikipedia to Jetbrain Mono.
Wikipedia JetBrains Mono Font by EvelynAgainstTheWorld
Details
AuthorEvelynAgainstTheWorld
LicenseNONE
CategoryWikipedia
Created
Updated
Size522 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name Wikipedia JetBrains Mono Font
@namespace USO Archive
@author EvelynAgainstTheWorld
@description Changes the font-family of Wikipedia to Jetbrain Mono.
@version 20180713.03.23
@license NONE
@preprocessor uso
==/UserStyle== */
@-moz-document domain("wikipedia.org") {
@import url('https://fonts.googleapis.com/css2?family=JetBrains+Mono:wght@100;200;300;400;500;600;700;800&display=swap');
* {
font-family: 'JetBrains Mono NL', 'JetBrains Mono', monospace !important;
}
}