jpdb.io KanjiStrokeOrders Vocabulary

Use KanjiStrokeOrders font on Vocabulary page

  1. /* ==UserStyle==
  2. @name jpdb.io KanjiStrokeOrders Vocabulary
  3. @description Use KanjiStrokeOrders font on Vocabulary page
  4. @license MIT
  5. @version 0.1
  6. @namespace https://greasyfork.org/users/1309172
  7. ==/UserStyle== */
  8.  
  9. @-moz-document url-prefix("https://jpdb.io/") {
  10.  
  11. @font-face {
  12. font-family: "KanjiStrokeOrders";
  13. src: url("https://raw.githubusercontent.com/edarzh/kanjistrokeorders/main/KanjiStrokeOrders_v4.004.woff2");
  14. }
  15.  
  16. body > .container > div > .review-hidden > div > .plain > :nth-child(3) {
  17. font-family: KanjiStrokeOrders;
  18. font-size: 100pt;
  19. }
  20. }