Open
Description
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)
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>