Replaces some fonts which look weird after the recent UI update.
WaniKani Meiryo Font by bobo1239
Details
Authorbobo1239
LicenseCC0
CategoryWaniKani
Created
Updated
Size387 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 WaniKani Meiryo Font
@version 20240616.23.28
@namespace https://userstyles.world/user/bobo1239
@description Replaces some fonts which look weird after the recent UI update.
@author bobo1239
@license CC0
==/UserStyle== */
@-moz-document domain("wanikani.com") {
#user-response,
input#query {
font-family: 'Meiryo';
}
}