This Style restores the old font stack to Wanikani.
WaniKani - Old Font by Dsingis
Details
AuthorDsingis
LicenseNo License
Categoryhttps://www.wanikani.com/
Created
Updated
Size656 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 - Old Font
@namespace WKOldFont
@version 1.1.1
@description Restores the old Font for reviews and lesson items
@author Dsingis
@license MIT
==/UserStyle== */
@-moz-document url-prefix("https://www.wanikani.com/") {
:lang(ja),
[lang|=ja] {
font-family: "Hiragino Kaku Gothic Pro", Meiryo, "Source Han Sans Japanese", NotoSansCJK, TakaoPGothic, "Yu Gothic", "ヒラギノ角ゴ Pro W3", メイリオ, Osaka, "MS PGothic", "MS Pゴシック", "Noto Sans JP", "PingFang SC", "Noto Sans SC", sans-serif !important;
font-weight: 400;
}
}