diff options
| -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;  } |