geostyler / geostyler-openlayers-parser

GeoStyler Style Parser implementation for OpenLayers styles
BSD 2-Clause "Simplified" License
36 stars 26 forks source link

Fix parsing of css font strings #682

Closed weskamm closed 1 year ago

weskamm commented 1 year ago

Description

This fixes the parsing of the css font string coming from openlayers. Before this change, some font properties were not or wrongly detected, as the parsing did not follow the spec.

@geostyler/devs please review

Related issues or pull requests

Please list issues or pull requests that the changes you propose are related to. It does not matter if they are still open and/or unmerged, any link is appreciated.

Pull request type

Please check the type of change your PR introduces:

Do you introduce a breaking change?

Checklist