I'm trying to understand how the patches work. In looking at what jackie_w suggested above, I ended up with code that looks like this:
Code:
[deviceCodeName="dragon"] {\n\tfont-size: 26px;\n}\n\n[localeName="ja_JP"] {\n\tfont-family: A-OTF Gothic MB101 Pr6N;\n}`, `ReadingFooter {\n\tmin-height: 50px;\n\tmax-height: 50px;\n\tqproperty-footerMargin: 20;\n}\n\n* {\n\tfont-size: 26px;\n}\n\n[localeName="ja_JP"] {\n\tfont-family: A-OTF Gothic MB101 Pr6N;\n}`
Is there a reason why tfont-size and tfont-family are duplicated? Should I edit this to remove the duplicates? If yes, what should the final code look like (so I don't screw up what seems to be working just fine)?