Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Custom styling for the "Kanji Radical (Primitive)" deck on AnkiWeb.
- (made for recall cards but would be trivial to repurpose for recognition cards)
- Deck:
- https://ankiweb.net/shared/info/1044119361
- Fonts used:
- IPA Gothic and Mincho - http://www.geocities.jp/ep3797/japanese_fonts.html
- Noto Sans - https://www.google.com/get/noto/
- Kanji stroke order font - http://www.nihilist.org.uk/
- Screenshot:
- https://a.pomf.cat/ljgisq.png
- ____________________________________________________________________________________
- ---FRONT---
- <span style="font-family: Noto Sans; font-size: 28px;"><b>{{Meaning}}</b><br></span>
- ____________________________________________________________________________________
- ---BACK---
- {{FrontSide}}<hr>
- <span style="font-family: IPAGothic; font-size: 80px; ">{{Radical}} </span><span style="font-family: IPAMincho; font-size: 80px; ">{{Radical}}</span><br><br>
- <span style="font-family: IPAGothic; font-size: 30px;">{{Reading}}</span><hr>
- Stroke Orders:<br><span style="font-family: KanjiStrokeOrders;font-size: 160px;">{{Radical}}</span><br>
- <span style="font-family: Noto Sans; font-size: 22px;">Radical Number: {{Radical Number}}</span><br>
- <span style="font-family: Noto Sans; font-size: 22px;">Number of Strokes: {{Numbers of Stroke}}</span><br><hr>
- <span style="font-family: IPAPGothic; font-size: 22px;">Alternative Form: {{Alternative}}</span><br><br>
- <span style="font-family: IPAPMincho; font-size: 22px;">Alternative Form: {{Alternative}}</span>
- ____________________________________________________________________________________
- ---STYLING---
- .card {
- font-family: Noto Sans;
- font-size: 20px;
- text-align: center;
- color: black;
- background-color: white;
- }
Add Comment
Please, Sign In to add comment