Esme Povirk (@madewokherd) commented about dlls/gdiplus/font.c:
stat = GdipCreateFontFamilyFromName(L"Times New Roman", NULL, nativeFamily); if (stat == FontFamilyNotFound)
// Liberation Serif is free replacement of Times New Roman font
`//` comments are not allowed in Wine. Also, I don't think a comment is really needed for this.