Setup a google fonts api key and set the env variable to allow searching / filtering whole google font library:
Setup Instructions
-
Get an API Key:
-
Go to https://console.cloud.google.com/
-
Create a new project (or select existing)
-
Navigate to APIs & Services > Library
-
Search for "Web Fonts Developer API" and click Enable
-
Go to APIs & Services > Credentials
-
Click Create Credentials > API Key
-
Copy the API key
-
Configure the Environment Variable:
Create a .env file in src/Deckle.Web/:
PUBLIC_GOOGLE_FONTS_API_KEY=your_api_key_here
Setup a google fonts api key and set the env variable to allow searching / filtering whole google font library:
Setup Instructions
Get an API Key:
Go to https://console.cloud.google.com/
Create a new project (or select existing)
Navigate to APIs & Services > Library
Search for "Web Fonts Developer API" and click Enable
Go to APIs & Services > Credentials
Click Create Credentials > API Key
Copy the API key
Configure the Environment Variable:
Create a .env file in src/Deckle.Web/:
PUBLIC_GOOGLE_FONTS_API_KEY=your_api_key_here