Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

Embed web fonts via proxy service allowed (GDPR)?

New Here ,
Jun 22, 2023 Jun 22, 2023

Hello,

 

we would like to incorporate some web fonts from Adobe Fonts into our websites using our CC subscription. Unfortunately, there have been some incidents in the EU, particularly in Germany, regarding Google & Adobe Fonts being directly served from American servers. According to the licensing terms, we are not allowed to host the Adobe Fonts on our own EU servers if we want to use them on our websites.

 

Therefore, the question is: Are we allowed to use a web proxy that forwards the requests to Adobe Webfonts through our proxy via the "shading" process, or does this violate any guidelines? As far as I understand, nothing is directly hosted here, but only the server-side request is forwarded to Adobe to fetch the font files. However, even the technical support cannot assist me with this question.

 

In essence, the CSS with the web fonts would look like this:

 

@Blissful_help0D4E-face
{
    font-family: "font-name";
    src: url("https://euproxy.net/for/https://use.typekit.net/af/...") format("woff2"), url("https://euproxy.net/for/ https://use.typekit.net/af/...") format("woff"), url("https://euproxy.net/for/ https://use.typekit.net/af/...") format("opentype");
    font-display: auto;
    font-style: normal;
    font-weight: 400;
    font-stretch: normal;
}

 

Instead of the original version without the "https://euproxy.net/for/" prefix:

 

@Blissful_help0D4E-face
{
    font-family: "font-name";
    src: url("https://euproxy.net/for/https://use.typekit.net/af/...") format("woff2"), url("https://euproxy.net/for/ https://use.typekit.net/af/...") format("woff"), url("https://euproxy.net/for/ https://use.typekit.net/af/...") format("opentype");
    font-display: auto;
    font-style: normal;
    font-weight: 400;
    font-stretch: normal;
}

 

TOPICS
Font rendering , Offline font , Purchase
1.1K
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Adobe Employee ,
Sep 05, 2023 Sep 05, 2023

Hi @DGTL.ONE,

 

We're sorry for the delay. Please check this community link & check the response marked as correct answer: https://community.adobe.com/t5/adobe-fonts-discussions/incorporate-font-css-into-my-own/td-p/1393349...

 

Regards,

Tarun

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Sep 06, 2023 Sep 06, 2023
LATEST

What makes Germany (and I read Austria and Swiss) special is the Abmahnwelle that are part of their legal system. It would be good if Adobe could offer European hosting for their fonts, so that IP address information is simply not transferred to the US.

 

To be on the secure side, I would strongly recommend using Google fonts and hosting them locally. You can also buy the fonts from third-party font resellers to host them locally. That will put you on the secure side of the law for your fonts.

ABAMBO | Hard- and Software Engineer | Photographer
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines