Makes the text Maple Mono, which I like. Currently does not import it, so you must have it installed.
ChatGPT better mono font by xav-ie
Details
Authorxav-ie
LicenseMIT
Categorychatgpt
Created
Updated
Size339 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 chatgpt.com better mono text
@version 20240517.23.48
@namespace ?
==/UserStyle== */
@-moz-document url-prefix("https://chatgpt.com/") {
code, pre {
font-family: 'Maple Mono' !important;
font-feature-settings: "cv01" 1, "cv02" 1, "ss01" 1, "ss02" 1, "ss03" 1, "ss04" 1, "ss05" 1;
}
}