You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've been asked to file this bug following internal discussion about problems introduced when using Microsoft TTF fonts, mostly problematic download / update mechanisms as they're non-free, not part of Debian main repositories (per DFSG) and not maintained by the Piwik community. This bug is about including such font files directly embedded.
Also at issue is the incompatibility with Piwik's GPL license: Microsoft TTF fonts require accepting an EULA license restricting non-commercial use, with possible anytime, unilateral rights termination policy, distribution restrictions and other restrictions.
Note: we bundle the fonts in the Git repository via sub-module, but the actual TTF files are not included in the Piwik builds - our build package tool deletes the content of tests/ folder where these fonts are. so I think it's fine from licensing point of view.
IMO it is not an issue to reference Verdana in CSS rules, because on a free/libre system the browser / clients will default to whatever system font there is next available (ie. free/libre font).
I've been asked to file this bug following internal discussion about problems introduced when using Microsoft TTF fonts, mostly problematic download / update mechanisms as they're non-free, not part of Debian main repositories (per DFSG) and not maintained by the Piwik community. This bug is about including such font files directly embedded.
Also at issue is the incompatibility with Piwik's GPL license: Microsoft TTF fonts require accepting an EULA license restricting non-commercial use, with possible anytime, unilateral rights termination policy, distribution restrictions and other restrictions.
A possible alternative would be to use Liberation fonts:
https://fedorahosted.org/liberation-fonts/
Commit embedding such fonts here:
https://github.com/piwik/travis-scripts/pull/2/files
Quick search of other uses of such fonts in Piwik CSS:
https://github.com/piwik/piwik/search?utf8=%E2%9C%93&q=Verdana&type=Code
Ref:
The text was updated successfully, but these errors were encountered: