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" {} \;