Skip to content

Commit

Permalink
Removed reference to Google Fonts
Browse files Browse the repository at this point in the history
  • Loading branch information
edeykholt committed Jan 13, 2025
1 parent 9930b1c commit 5a3749d
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions KeriAuth.BrowserExtension/wwwroot/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,6 @@
<link rel="icon" type="image/png" sizes="32x32" href="images/32_keri_logo.png" />
<link rel="icon" type="image/png" sizes="96x96" href="images/96_keri_logo.png" />
<link rel="apple-touch-icon" sizes="180x180" href="images/180_keri_logo.png" />

<!-- TODO P2 potential privacy leak with fonts, where Google could measure and correlate use of this extension -->
<link href="https://fonts.googleapis.com/css?family=Roboto:300,400,500,700&display=swap" rel="stylesheet" />
<link href="content/MudBlazor/MudBlazor.min.css" rel="stylesheet" />
<link href="css/site.css" rel="stylesheet" />
</head>
Expand All @@ -26,10 +23,10 @@
<!-- <img src="images/keri-auth.svg" alt="KERI Auth logo" /> -->
<img style="display:block; margin:auto;" src="images/180_keri_logo.png" alt="logo" />
</div>
<div style="position: relative; font-family: 'Roboto'; text-align:center; font-size:18px; top:10px;">
<div style="position: relative; font-family: 'Segoe UI'; text-align: center; font-size: 18px; top: 10px;">
<p style="font-variant: small-caps;"><strong>KeriAuth</strong></p>
</div>
<div style="position: relative; font-family: 'Roboto'; text-align:center; font-size:18px; top:30px;">
<div style="position: relative; font-family: 'Segoe UI'; text-align: center; font-size: 18px; top: 30px;">
<!--
<p>&nbsp;</p>
<p>loading &hellip;</p>
Expand Down

0 comments on commit 5a3749d

Please sign in to comment.