Last active
November 20, 2015 00:30
-
-
Save jaseg/0dd73032f4f30cae065c to your computer and use it in GitHub Desktop.
Goldendict style sheet for use with JMdict/EPWing dictionaries
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
body | |
{ | |
/* font-family: Sazanami Mincho; */ | |
font-family: Source Han Sans JP; | |
font-weight: 100; | |
font-size: 16px; | |
} | |
h3 | |
{ | |
font-weight: 100; | |
font-size: 20pt; | |
} | |
big > b | |
{ | |
font-weight: 100; | |
font-size: 20pt; | |
} | |
font[color="#f00"] | |
{ | |
color: #000 !important; | |
} | |
font[color="#f00"] > b | |
{ | |
font-weight: 400; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment