Use KanjiStrokeOrders font on Vocabulary page
/* ==UserStyle==
@name jpdb.io KanjiStrokeOrders Vocabulary
@description Use KanjiStrokeOrders font on Vocabulary page
@license MIT
@version 0.1
@namespace https://greasyfork.org/users/1309172
==/UserStyle== */
@-moz-document url-prefix("https://jpdb.io/") {
@font-face {
font-family: "KanjiStrokeOrders";
src: url("https://raw.githubusercontent.com/edarzh/kanjistrokeorders/main/KanjiStrokeOrders_v4.004.woff2");
}
body > .container > div > .review-hidden > div > .plain > :nth-child(3) {
font-family: KanjiStrokeOrders;
font-size: 100pt;
}
}