Skip to content

ChatGPT - fixed font by kernel1024

Screenshot of ChatGPT - fixed font

Details

Authorkernel1024

LicenseNo License

Categorychat.openai.com

Created

Updated

Size481 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Big Verdana font for the main text area and edit box.

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name           ChatGPT - fixed font
@description    ChatGPT - fixed font
@namespace      Kernel1024
@author         kernel1024
@version        20230429.2
@license        NO-REDISTRIBUTION
@preprocessor   uso
==/UserStyle== */

@-moz-document domain("chat.openai.com") {
    
.prose, .text-base {
    font-size: 1.1rem;
    font-family: Verdana;
}

textarea[data-id], textarea[data-dl-input-translation] {
    font-size: 1.1rem;
    font-family: Verdana;
}
    
}

Reviews

No reviews yet.