Use the default browser fonts on launchpad
launchpad.net default fonts by player0ne
Details
Authorplayer0ne
LicenseNo License
Categorylaunchpad
Created
Updated
Size606 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 default fonts
@version 20230608.07.34
@namespace userstyles.world/user/player0ne
@description Use the default browser font for sans and monospace on launchpad
@author Peter Makowski
@license No License
==/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-family: monospace;
}
}
body {
font-family: sans-serif;
}