Changes the font-family for YT to Jetbrain Mono.
Jetbrain Mono Font for YouTube by EvelynAgainstTheWorld
Details
AuthorEvelynAgainstTheWorld
LicenseNo License
CategoryYouTube
Created
Updated
Size507 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 jetbrain mono font for youtube
@version 20220530.16.52
@namespace userstyles.world/user/EvelynAgainstTheWorld
@description change font-family
@author EvelynAgainstTheWorld
@license No License
==/UserStyle== */
@-moz-document domain("youtube.com") {
@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;
}
}