Hello.
I have noticed that, in certain apps, texts in monospaced font appear smaller than the rest.
I found this:
https://github.com/necolas/normalize.css
So I have tried the above, changing:
to:
So far the "unifying" effect looks good in:
Aldiko
Attachment 204353Attachment 204354
Lithium
Attachment 204355Attachment 204356
PocketBook (Auto/Standard engine)
Attachment 204357Attachment 204358
Reasily
Attachment 204359Attachment 204360
Calibre viewer (Windows)
Attachment 204361Attachment 204362
In apps that don't seem to need them (ADE, Google PlayBooks, Koodoo, Thorium, etc.) they don't affect them either.
On the other hand, duplicating the definition of the other families (sans, serif) has no effect. They always look good (as seen in the screenshots).
Has anyone else tried this? Could it cause any problems? :chinscratch:
Cheers!
I have noticed that, in certain apps, texts in monospaced font appear smaller than the rest.
I found this:
https://github.com/necolas/normalize.css
Quote:
|
The font-family: monospace, monospace hack fixes the inheritance and scaling of font-size for preformatted text. The duplication of monospace is intentional. |
Code:
code, kbd, samp, pre, .mono, .mono p {
font-family: monospace;
}Code:
code, kbd, samp, pre, .mono, .mono p {
font-family: monospace, monospace;
}Aldiko
Attachment 204353Attachment 204354
Lithium
Attachment 204355Attachment 204356
PocketBook (Auto/Standard engine)
Attachment 204357Attachment 204358
Reasily
Attachment 204359Attachment 204360
Calibre viewer (Windows)
Attachment 204361Attachment 204362
In apps that don't seem to need them (ADE, Google PlayBooks, Koodoo, Thorium, etc.) they don't affect them either.
On the other hand, duplicating the definition of the other families (sans, serif) has no effect. They always look good (as seen in the screenshots).
Has anyone else tried this? Could it cause any problems? :chinscratch:
Cheers!






