Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
cjmayo opened this issue Sep 29, 2022 · 0 comments

Comments

@cjmayo
Copy link
Contributor

cjmayo commented Sep 29, 2022

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:

adobe-fonts/source-sans@411dc97

Worked around with:

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant