OS-Open-Zoomstack-Stylesheets
OS-Open-Zoomstack-Stylesheets copied to clipboard
QGIS: Loading layer Roads Regional: Font “Source Sans Pro” not available on system
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" {} \;