I'm labelling markers in a vector layer.
TextOptions of a ol.style.Text object include arrording to the docs (http://ol3js.org/en/v3.0.0-beta.1/apidoc/ol.style.html#TextOptions) no option to change font-weight.
In ol2 I used:
fontWeight: "bold"
This doesn't seem to work in ol3.
How can this be done?