change code font to default monospace.
wordpress.org fix monospace by diragonix
Details
Authordiragonix
LicenseNo License
Categorywordpress.org
Created
Updated
Size207 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 wordpress.org
@version 20241218.07.37
@namespace ?
==/UserStyle== */
@-moz-document domain("wordpress.org") {
:root {
--wp--preset--font-family--monospace: monospace;
}
}