Skip to content

Claude Noto Sans Font by Yoshify

Details

AuthorYoshify

LicenseNo License

Categoryclaude.ai

Created

Updated

Size624 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Makes claude.ai 30% more readable.

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name           claude.ai Noto Sans font
@namespace      github.com/openstyles/stylus
@version        1.0.0
@description    Makes claude.ai 30% more readable.
@author         Yoshify
==/UserStyle== */

@-moz-document domain("claude.ai") {
    /* Insert code here... */
    
   @import url("https://fonts.googleapis.com/css2?family=Noto+Sans");
    .font-claude-message {
      font-family: Noto Sans, Helvetica Neue, Helvetica, Arial, sans-serif !important;
    }
    
    .font-user-message {
      font-family: Noto Sans, Helvetica Neue, Helvetica, Arial, sans-serif !important;
    }
}

Reviews

No reviews yet.