Closed ismailsunni closed 5 months ago
Currently, the OpenLayers's font family is taken as it is (see here). While on MFP, it needs fontWeight, fontSize, and fontFamily separately.
fontWeight
fontSize
fontFamily
Based on the documentation here, the font on OpenLayers is defined as CSS font. So we need to parse it correctly.
Fixed in #34 .
Currently, the OpenLayers's font family is taken as it is (see here). While on MFP, it needs
fontWeight
,fontSize
, andfontFamily
separately.Based on the documentation here, the font on OpenLayers is defined as CSS font. So we need to parse it correctly.