front size is 1 rem
use jetbrain mono get from google front
font size plus jetbrains mono font in githubusercontent.com by thuanpham2311
Details
Authorthuanpham2311
LicenseNo License
Categorygithub
Created
Updated
Size598 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 font size plus jetbrains mono font in githubusercontent.com
@version 20220531.01.46
@namespace userstyles.world/user/thuanpham2311
@description front size is 1 rem
use jetbrain mono get from google front
@author thuanpham2311
@license No License
==/UserStyle== */
@-moz-document domain("githubusercontent.com") {
@import url('https://fonts.googleapis.com/css2?family=JetBrains+Mono:wght@100;200;300;400;500;600;700;800&display=swap');
body {
font-family: 'JetBrains Mono NL', 'JetBrains Mono', monospace !important;
font-size: 1rem;
}
}