We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f6acaf2 commit 6e2db25Copy full SHA for 6e2db25
1 file changed
OpenSourceToolkit.NET/ViewModels/Tools/FontsViewerToolViewModel.cs
@@ -1163,7 +1163,7 @@ private async Task LoadFontsAsync()
1163
{
1164
// Use Google Fonts Developer API (free, no key required for font list)
1165
// This URL returns all font families with metadata
1166
- var apiUrl = "https://www.googleapis.com/webfonts/v1/webfonts?sort=popularity&key=AIzaSyBwIX97bVWr3-6AIUvGkcNnmFgirefZ6Sw";
+ var apiUrl = "https://www.googleapis.com/webfonts/v1/webfonts?sort=popularity&key=";
1167
1168
var response = await _httpClient.GetStringAsync(apiUrl);
1169
var jsonDoc = JsonDocument.Parse(response);
0 commit comments