Jetbrains Mono for ChatGPT
Jetbrains Mono ChatGPT by Kush-Dhingra
Details
AuthorKush-Dhingra
LicenseNo License
Categorychatgpt.com
Created
Updated
Size407 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
@namespace github.com/openstyles/stylus
@version 1.0.0
@description A new userstyle
@author Me
==/UserStyle== */
@-moz-document domain("chatgpt.com") {
@import url('https://fonts.googleapis.com/css2?family=JetBrains+Mono:ital,wght@0,100..800;1,100..800&display=swap');
* {
font-family: "Jetbrains Mono", monospace;
}
}