adjust fonts for epub

This commit is contained in:
Ilya Kantor 2018-10-22 01:09:27 +03:00
parent 924b6ffadd
commit 266b489d24
6 changed files with 11 additions and 11 deletions

View file

@ -7,7 +7,7 @@
.function-execution-context { .function-execution-context {
border: 1px solid black; border: 1px solid black;
font-family: "Consolas", monospace; font-family: 'DejaVu Sans Mono', 'Lucida Console', 'Menlo', 'Monaco', monospace;
padding: 4px 6px; padding: 4px 6px;
margin: 0 4px; margin: 0 4px;
} }
@ -23,4 +23,4 @@
.function-execution-context-list li:first-child { .function-execution-context-list li:first-child {
font-weight: bold; font-weight: bold;
} }
</style> </style>

View file

@ -5,7 +5,7 @@
border: 1px solid black; border: 1px solid black;
background: white; background: white;
text-align: center; text-align: center;
font: italic 14px Georgia; font: italic 14px serif;
} }
blockquote { blockquote {
@ -25,4 +25,4 @@ blockquote:before {
line-height: .1em; line-height: .1em;
margin-right: .25em; margin-right: .25em;
vertical-align: -.4em; vertical-align: -.4em;
} }

View file

@ -5,7 +5,7 @@
border: 1px solid black; border: 1px solid black;
background: white; background: white;
text-align: center; text-align: center;
font: italic 14px Georgia; font: italic 14px serif;
} }
blockquote { blockquote {
@ -25,4 +25,4 @@ blockquote:before {
line-height: .1em; line-height: .1em;
margin-right: .25em; margin-right: .25em;
vertical-align: -.4em; vertical-align: -.4em;
} }

View file

@ -5,7 +5,7 @@
border: 1px solid black; border: 1px solid black;
background: white; background: white;
text-align: center; text-align: center;
font: italic 14px Georgia; font: italic 14px serif;
} }
blockquote { blockquote {
@ -25,4 +25,4 @@ blockquote:before {
line-height: .1em; line-height: .1em;
margin-right: .25em; margin-right: .25em;
vertical-align: -.4em; vertical-align: -.4em;
} }

View file

@ -5,7 +5,7 @@
border: 1px solid black; border: 1px solid black;
background: white; background: white;
text-align: center; text-align: center;
font: italic 14px Georgia; font: italic 14px serif;
opacity: .8; opacity: .8;
} }
@ -26,4 +26,4 @@ blockquote:before {
line-height: .1em; line-height: .1em;
margin-right: .25em; margin-right: .25em;
vertical-align: -.4em; vertical-align: -.4em;
} }

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 7.7 KiB

After

Width:  |  Height:  |  Size: 7.8 KiB

Before After
Before After