[Libreoffice-bugs] [Bug 131364] DOCX: Arial font identified as Serif after export to an ebook by Calibre

bugzilla-daemon at bugs.documentfoundation.org bugzilla-daemon at bugs.documentfoundation.org
Mon May 18 07:42:41 UTC 2020


https://bugs.documentfoundation.org/show_bug.cgi?id=131364

--- Comment #9 from Buovjaga <ilmari.lauhakangas at libreoffice.org> ---
For some reason the reporter sent me a CSS file in a private email. It had a
rule

.block_8 {
    display: block;
    font-family: "Arial", serif;
    font-size: 1.66667em;
    font-weight: bold;
    line-height: 1.2;
    page-break-after: avoid;
    page-break-inside: avoid;
    text-align: center;
    padding: 0;
    margin: 12pt 0 3pt
    }

The value for the font-family property means that if Arial is not found, it
falls back to the system default serif font.

I tried to reproduce, but I don't understand how I can come up with this .block
element.

Stephen: you need to attach a minimal test case DOCX, so we are able to test
for real.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/libreoffice-bugs/attachments/20200518/290f6d44/attachment.htm>


More information about the Libreoffice-bugs mailing list