[
https://issues.apache.org/jira/browse/WHISKER-22?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17941408#comment-17941408
]
ASF subversion and git services commented on WHISKER-22:
--------------------------------------------------------
Commit d41073a023408ceb175b06412fe614d6bb56857d in creadur-whisker's branch
refs/heads/feature/WHISKER-18 from Philipp Ottlinger
[ https://gitbox.apache.org/repos/asf?p=creadur-whisker.git;h=d41073a ]
WHISKER-22: Add changelog
> Whisker - Replace externally loaded fonts Mate SC and Overlock with locally
> hosted ones to comply with privacy regulations
> --------------------------------------------------------------------------------------------------------------------------
>
> Key: WHISKER-22
> URL: https://issues.apache.org/jira/browse/WHISKER-22
> Project: Apache Whisker
> Issue Type: Task
> Affects Versions: 0.1
> Reporter: Philipp Ottlinger
> Assignee: Philipp Ottlinger
> Priority: Major
> Fix For: 0.2
>
>
> Due to
> [https://privacy.apache.org/faq/committers.html#can-i-use-google-fonts]
> we should replace the
> {code:html}
> <head>
> <![CDATA[<link href="https://fonts.googleapis.com/css?family=Mate+SC"
> type="text/css" rel="stylesheet" />]]>
> </head>
> {code}
> snippets in all webpages with a locally hosted version.
> This applies to all of Creadur's projects:
> [https://whimsy.apache.org/site/project/creadur]
> h2. Font Mate SC / Overlock
> licensed under [https://openfontlicense.org/]
> is part of the google-main-fonts:
> {code:bash}
> fonts-main/ofl/matesc$ ls
> DESCRIPTION.en_us.html MateSC-Regular.ttf METADATA.pb OFL.txt
> upstream.yaml
> {code}
> - no attribution required
> - 2.1 Can I make webpages using these fonts?
> Yes! Go ahead! You could ask visitors to download and install the fonts, but
> loading the fonts dynamically as webfonts through CSS @font-face declarations
> is a much better method. The referenced fonts can be hosted on the same
> server as other site assets and content, or loaded from a separate webfont
> service. This is recommended and explicitly allowed by the licensing model
> because it is distribution.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)