Skip to content

Set Font to mono by 117503445

Details

Author117503445

LicenseNo License

Categorygithub

Created

Updated

Size342 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

set all text font to mono

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name           set-font-to-mono
@namespace      117503445.top
@version        1.0.0
@description    set all text font to mono
@author         117503445
==/UserStyle== */

@-moz-document domain("*") {
*:not([class*="icon"]):not(i) {
   font-family: "UbuntuMono Nerd Font Mono,Microsoft YaHei Mono" !important 
}
}

Reviews

No reviews yet.