Skip to content

wordpress.org fix monospace by diragonix

Screenshot of wordpress.org fix monospace

Details

Authordiragonix

LicenseNo License

Categorywordpress.org

Created

Updated

Size207 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

change code font to default monospace.

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;
}

}

Reviews

No reviews yet.