diff options
| author | Alex Yatskov <alex@foosoft.net> | 2016-12-29 11:12:54 -0800 | 
|---|---|---|
| committer | Alex Yatskov <alex@foosoft.net> | 2016-12-29 11:12:54 -0800 | 
| commit | 3c6b9eb91bbde14bfce82e948e8a6fe39fa8a4f9 (patch) | |
| tree | b0f4d635824978499d093f9bd2e5dfb82925ae72 | |
| parent | 6c940656ca5ec5a004d402ffd2fcd9a148bd71b4 (diff) | |
glossary in vl-gothic
| -rw-r--r-- | ext/fg/css/frame.css | 8 | 
1 files changed, 8 insertions, 0 deletions
| diff --git a/ext/fg/css/frame.css b/ext/fg/css/frame.css index 8b8172f7..67caf152 100644 --- a/ext/fg/css/frame.css +++ b/ext/fg/css/frame.css @@ -105,6 +105,10 @@ body {      display: inline-block;  } +.term-glossary { +    font-family: vl-gothic-regular; +} +  .term-glossary ol {      padding-left: 1.4em;  } @@ -149,6 +153,10 @@ body {      font-family: vl-gothic-regular;  } +.kanji-glossary { +    font-family: vl-gothic-regular; +} +  .kanji-glossary ol {      padding-left: 1.4em;  } |