Hello,
as Google Fonts (when implemented via API) is not GDPR compliant I would like to know how I can deactivate Google Fonts on my store.
I just checked it today and was very surprised to see it used…
Thanks!
Kind regards
Hello,
as Google Fonts (when implemented via API) is not GDPR compliant I would like to know how I can deactivate Google Fonts on my store.
I just checked it today and was very surprised to see it used…
Thanks!
Kind regards
Sorry you are facing this issue, it would be my pleasure to help you.
Welcome to the Shopify community! ![]()
Thanks for your good question.
Please share your site URL,
I will check out the issue and provide you a solution here.
Thank you @KetanKumar
The domain is maldivesdreams.eu
When using Chrome I can see at developer tools that Google Fonts are implemented via API
can you please check your theme.liquid code find google font link and removed
I dont find a google font link there…
please share theme code
{%- assign header_font = settings.type_header_font -%}
{%- assign base_font = settings.type_base_font -%}
{%- assign base_font_bolder = base_font | font_modify: ‘weight’, ‘bolder’ -%}
{%- assign base_font_bold = base_font | font_modify: ‘weight’, ‘bold’ -%}
{%- assign base_font_italic = base_font | font_modify: ‘style’, ‘italic’ -%}
{%- assign base_font_bold_italic = base_font_bold | font_modify: ‘style’, ‘italic’ -%}
{%- if canonical_url != blank -%}
{%- endif -%}{%- if settings.favicon != blank -%}
{%- endif -%}{%- capture seo_title -%}
{%- if request.page_type == ‘search’ and search.performed == true -%}
{{ ‘general.search.heading’ | t: count: search.results_count }}: {{ ‘general.search.results_with_count’ | t: terms: search.terms, count: search.results_count }}
{%- else -%}
{{ page_title }}
{%- endif -%}
{%- if current_tags -%}
{%- assign meta_tags = current_tags | join: ', ’ -%} – {{ ‘general.meta.tags’ | t: tags: meta_tags -}}
{%- endif -%}
{%- if current_page != 1 -%}
– {{ ‘general.meta.page’ | t: page: current_page }}
{%- endif -%}
{%- assign escaped_page_title = page_title | escape -%}
{%- unless escaped_page_title contains shop.name -%}
– {{ shop.name }}
{%- endunless -%}
{%- endcapture -%}
{%- if page_description -%}
{%- endif -%}
{% include ‘social-meta-tags’ %}
{% include ‘css-variables’ %}
{%- if request.page_type contains ‘customers/’ -%}
{%- endif -%}
{{ content_for_header }}
{% if content_for_header contains “hga.helloshopowner.com” %}
{% render ‘hso-hello-google-analytics’ %}
{% endif %}
{{ ‘general.accessibility.skip_to_content’ | t }}
{%- if settings.enable_ajax -%}
{% include ‘cart-popup’ %}
{%- endif -%}
{% section ‘header’ %}
{% section ‘footer’ %}