BODY style with a serif font is not rendered on iOS

Using DEVONthink Pro 2.9.12 and DEVONthink To Go 2.1.6 CSS for Markdown goes somehow wrong:

When creating a Markdown document like this:


<link href="bodyserif.css" rel="stylesheet" type="text/css">

# Body styled with a serif font

This body text should be in Serif (Garamond): Lorem ipsum dolor sit amet [...]

with the following CSS file bodyserif.css in the same group:


body
{
    font-family: Garamond, Georgia, serif;
    font-size: 18px;
}

I get the following rendering on macOS:

Body styled with a serif font_macOS_Screen Shot 2017-07-03 at 09.50.49.png

That is as expected; however on iOS (iPad) I see the following:

Body styled with a serif font_iOS_IMG_1467.jpg

Why? From my understanding the body should display in Garamond, or at least in a system serif font. Does DEVONthink To Go not generate a body tag for its HTML rendering? Any idea how can I write a workaround CSS which works on macOS and on iOS?

What kind of link do you use to reference the stylesheet? Due to limitations/bugs of v2.9.12 not all links work as expected, the upcoming v2.9.13 will fix this.

The CSS file is referenced link this:

<link href="bodyserif.css" rel="stylesheet" type="text/css">

BTW, it works fine on macOS in 2.9.12 (as you can see in the screenshots in the original post). The problem is the rendering on iOS in 2.1.6.

Should be fixed in 2.1.7.

Hi,
I currently have 2.1.7 but the above example doesn’t seem to be working for me in DTTG, only DTPO. Based on the release notes I take it that “Fixed an issue where the styles of the BODY tag of a rendered Markdown document couldn’t be changed.” was referring to this issue, so is this just a problem for me? Any luck halloleo?

Just got back to this issue - and for me it works in 2.1.7.

Thanks dev team for sorting this out!