makes Notion's bold font stronger.
Notion - Make bold bolder by pedrolucasmag
Details
Authorpedrolucasmag
LicenseNo License
Categorynotion
Created
Updated
Size367 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 Notion - Make bold bolder
@version 20220403.20.07
@namespace userstyles.world/user/pedrolucasmag
@description makes Notion's bold font stronger.
@author pedrolucasmag
@license No License
==/UserStyle== */
@-moz-document domain("www.notion.so") {
[style^="font-weight:600"]
{
font-weight: 700 !important;
}
}