Change Bluesky font to Noto Sans CJK JP (current version)
Bluesky Noto Sans CJK JP font by jj1bdx
Details
Authorjj1bdx
LicenseCC Zero
Categorybsky.app
Created
Updated
Size383 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 Noto Sans CJK for Bluesky Web
@namespace github.com/openstyles/stylus
@version 1.0.2
@description A new userstyle
@author @jj1bdx
==/UserStyle== */
@-moz-document domain("bsky.app") {
.css-146c3p1 {
/* this class name may vary */
font-family: "Noto Sans CJK JP" !important;
font-weight: 400;
}
}