font-weight of 500 for launchpad mono font
launchpad.net font-weight by player0ne
Details
Authorplayer0ne
LicenseNo License
Categorylaunchpad
Created
Updated
Size370 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 launchpad.net font-weight
@version 20230608.07.33
@namespace ?
==/UserStyle== */
@-moz-document domain("launchpad.net") {
div#edit-description,
div#edit-commit_message,
div.logtail,
code.command,
table.diff .inline-comments .boardCommentBody,
pre,
code,
samp,
tt,
.console,
.comment-text,
.bug-activity {
font-weight: 500;
}
}