From 8438a1fe321772ddba479437db40097e4a208a0b Mon Sep 17 00:00:00 2001 From: Alex Yatskov Date: Mon, 9 May 2016 19:07:39 -0700 Subject: Custom fonts for Japanese --- ext/fg/css/frame.css | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to 'ext/fg') diff --git a/ext/fg/css/frame.css b/ext/fg/css/frame.css index a06dab0c..d8e6dd7b 100644 --- a/ext/fg/css/frame.css +++ b/ext/fg/css/frame.css @@ -21,7 +21,7 @@ body { background-color: #fff; color: #333; - font-family: helvetica neue,helvetica,arial,sans-serif; + font-family: helvetica neue, helvetica, arial, sans-serif; font-size: 14px; line-height: 1.42857143; overflow-y: auto; @@ -82,7 +82,7 @@ body { .term-expression { display: inline-block; - font-family: serif; + font-family: vl-gothic-regular; font-size: 24px; } @@ -113,13 +113,17 @@ body { .kanji-glyph { float: left; - font-family: 'KanjiStrokeOrders'; + font-family: kanji-stroke-orders; font-size: 140px; line-height: 140px; padding: 0.01em; vertical-align: top; } +.kanji-reading { + font-family: vl-gothic-regular; +} + .kanji-info { display: block; overflow: hidden; -- cgit v1.2.3