Skip to content

Don't use googleapi for loading fonts because GDPR. #121

Open
@sirzento

Description

@sirzento

I don't know where this file is being used exactly but it loads fonts via googleapi and thats something we want to prevent inside the EU because of GDPR reasons. (Random site that explains a bit about google fonts and GDPR)

File: https://github.com/BlueprintFramework/framework/blob/ffeb5d092a52fc981085c750f2f13c239296d49e/resources/views/templates/wrapper.blade.php

Code:

        <style>
            @import url('//fonts.googleapis.com/css?family=Rubik:300,400,500&display=swap');
            @import url('//fonts.googleapis.com/css?family=IBM+Plex+Mono|IBM+Plex+Sans:500&display=swap');
        </style>

Metadata

Metadata

Assignees

Labels

scope:frontendIssues or pull requests related to Blueprint's frontend.

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions