Fix mdict font styles

These are the styles used in the original Monokakido stylesheets
This commit is contained in:
stephenmk 2023-07-10 19:17:55 -05:00
parent dfc9a60d9e
commit 227c02b9e4
No known key found for this signature in database
GPG key ID: B6DA730DB06235F1
2 changed files with 5 additions and 1 deletions

View file

@ -177,6 +177,11 @@ span[data-name="句仮名"] {
vertical-align: 0.35em; vertical-align: 0.35em;
} }
span[data-name="句表記"] {
font-family: jpgothic;
font-weight: bold;
}
span[data-name="句項目"] { span[data-name="句項目"] {
margin-top: 0.5em; margin-top: 0.5em;
margin-left: 1em; margin-left: 1em;

View file

@ -92,7 +92,6 @@ span[data-name="教育漢字"] {
} }
span[data-name="ルビ"] { span[data-name="ルビ"] {
font-family: jpgothic;
font-size: 0.7em; font-size: 0.7em;
vertical-align: 0.5em; vertical-align: 0.5em;
-webkit-user-select: none; -webkit-user-select: none;