Google fonts display with unpredictable style
I have dynamic text instances arranged on the stage of my html5 canvas document. Some of them are headings, so they are displayed in bold style. Each is followed (below it) by one or more separate dynamic text instances that contain a paragraph in regular style. This is all rather trivial, and displays perfectly when using Verdana system font, but after I switched to Google fonts I am getting unpredictable styling: Now, some of the heading instances display in regular style, despite being indicated in Properties as Open Sans Bold. And some of instances intended as regular paragraph text display in bold, depsite being given the Properties of Open Sans Regular.
Under the assumption that the affected text instances somehow had gotten "corrupted", I tried duplicating instances that displayed correctly, and replacing the text. This worked only up to a point - suddenly after I had fixed most of the problem instances, some of them reverted back to displaying in the wrong style again.
It seems like random bugginess, but hopefully there is something I am missing that can explain (and fix) this issue?
