OrdnanceSurvey / OS-Open-Zoomstack-Stylesheets

Cartographic Stylesheets for OS Open Zoomstack
Other
46 stars 44 forks source link

QGIS: Loading layer Roads Regional: Font “Source Sans Pro” not available on system #10

Open cjmayo opened 1 year ago

cjmayo commented 1 year ago

A number of the qml files in GeoPackage/QGIS Stylesheets (QML) refer to Source Sans Pro, but in current releases of the font this is now called Source Sans 3:

https://github.com/adobe-fonts/source-sans/commit/411dc97c6b9b60301edaf6cc0fa04053b0f56dd4

Worked around with:

find -name *.qml -exec sed -i -e "s:Source Sans Pro:Source Sans 3:g" {} \;