Hi !
I have been struggling with this Word online weird behavior and hope you will have any insights for me to fix this:
The font of my office document break at some point in my document in the Word online viewer/editor.
It's happening when a new line begin with a special character (as of french specials like à è é É À ...)
Even though the font is set to any common installed font (Aria i.e.) the text font is broken and use the default font (Segue UI) starting the special char.
It happens when the document is being loaded with the text already written. Didn't achieve to reproduce in Word Desktop.
File structure:
When looking at docx file, document.xml contains the two paragraphs with the same style linked. And the style definition describes the wanted font in ascii and hAnsi ranges.
I found that it occurs any time the special character is the first alpha-ish char of the Run and break the font of the entire Run.
From the Word online webapp, we can see in debugger that the font family is well defined on the first paragraph but not on the second. So the second takes the default font from its parents inheritance.
So what happens to Word Online that can't read properly the text font ? Any idea of a fix / workaround ?