Skip to content
Create a gist now

Instantly share code, notes, and snippets.

Stylish (Chrome extension) style to use locally-installed Kanji Stroke Order font (if available) for Koohii.com's kanji study section
/* Stylish (Chrome extension) style to use locally-installed
Kanji Stroke Order font (if available) for Koohii.com's kanji
study section */
@font-face {
font-family: 'kanjistrokeorder-local';
src:
local('KanjiStrokeOrders'),
local('KanjiStrokeOrders.ttf');
}
div.left {
width: auto !important;
}
div.kanji {
line-height: 2.0em !important;
}
div.kanji span.cj-k {
font-family: "kanjistrokeorder-local","Hiragino Mincho Pro","ヒラギノ明朝 Pro W3","MS 明朝","MS P明朝",serif !important;
font-size: 300%;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Something went wrong with that request. Please try again.