Fix "fonts test HTML document" styles (#4718)

Needed some update after we made htm.css obsolete and
use epub.css instead.
pull/4719/head
poire-z 5 years ago committed by GitHub
parent c1b4085b93
commit 3059ad8bce
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -383,6 +383,16 @@ function ReaderFont:buildFontsTestDocument()
<html>
<head>
<title>%s</title>
<style>
section > title {
font-size: large;
font-weight: bold;
text-align: center;
page-break-before: always;
margin-bottom: 0.5em;
}
a { color: black; }
</style>
</head>
<body>
<section id="list"><title>%s</title></section>

Loading…
Cancel
Save