<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Help Archive - Web Fonts Loader</title>
	<atom:link href="https://webfontsplugin.com/help/feed/" rel="self" type="application/rss+xml" />
	<link>https://webfontsplugin.com/help/</link>
	<description>Effortlessly load, host, and customize any fonts in WordPress, works with both Classic and Block editors.</description>
	<lastBuildDate>Thu, 23 Oct 2025 10:02:25 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	

<image>
	<url>https://storage.googleapis.com/webfontsplugin/2024/12/d674666f-favicon-128x128.webp</url>
	<title>Help Archive - Web Fonts Loader</title>
	<link>https://webfontsplugin.com/help/</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>How to Register and Set Up a Google Fonts API Access Key?</title>
		<link>https://webfontsplugin.com/help/how-to-register-and-set-up-a-google-fonts-api-access-key/</link>
		
		<dc:creator><![CDATA[Krasen Slavov]]></dc:creator>
		<pubDate>Thu, 21 Dec 2023 20:30:09 +0000</pubDate>
				<guid isPermaLink="false">https://webfontsplugin.com/?post_type=help&#038;p=31014</guid>

					<description><![CDATA[<p>Google Fonts is a vast library of free and open-source web fonts that offers a straightforward and effective way to enhance the design and readability of your website or application.</p>
<p>The post <a href="https://webfontsplugin.com/help/how-to-register-and-set-up-a-google-fonts-api-access-key/">How to Register and Set Up a Google Fonts API Access Key?</a> appeared first on <a href="https://webfontsplugin.com">Web Fonts Loader</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p>Google Fonts is a vast library of free and open-source web fonts that offers a straightforward and effective way to enhance the design and readability of your website or application. Leveraging this library programmatically requires access to the Google Fonts API, which is facilitated through an API access key. This guide walks you through the process of registering for and setting up your Google Fonts API access key.</p>



<h4 class="wp-block-heading">Step 1: Create a Google Cloud Account</h4>



<p>To get started, you need a Google Cloud account. If you already have a Google account (used for Gmail, Google Drive, or other Google services), you can use the same credentials to sign in. If not, create a new account at <a href="https://cloud.google.com/">Google Cloud</a>. New users often qualify for free credits to explore Google Cloud services, making it a great time to start.</p>



<h4 class="wp-block-heading">Step 2: Access the Google Cloud Console</h4>



<p>After signing in, head to the <a href="https://console.cloud.google.com/">Google Cloud Console</a>. This is your main dashboard for managing all Google Cloud services, including setting up APIs.</p>



<figure class="wp-block-image"><img decoding="async" loading="lazy" src="https://storage.googleapis.com/webfontsplugin/2023/12/ca408ccb-help-google-api-setup-1.webp" alt="Google Cloud Console Interface"/></figure>



<h4 class="wp-block-heading">Step 3: Create a New Project</h4>



<p>In the Cloud Console:</p>



<ol class="wp-block-list">
<li>Click <strong>“Select a project”</strong> in the top navigation bar.</li>



<li>In the popup, click <strong>“NEW PROJECT”</strong>.</li>



<li>Enter a project name and select a billing account if prompted.</li>



<li>Click <strong>“Create”</strong> to finalize.</li>
</ol>



<p>Creating a project organizes your API usage and keeps credentials isolated for security purposes.</p>



<figure class="wp-block-image"><img decoding="async" loading="lazy" src="https://storage.googleapis.com/webfontsplugin/2023/12/3e4efe42-help-google-api-setup-2.webp" alt="Creating a Project"/></figure>



<h4 class="wp-block-heading">Step 4: Enable the Google Fonts API</h4>



<p>Once your project is set up:</p>



<ol class="wp-block-list">
<li>Go to the <strong>“APIs &amp; Services”</strong> dashboard.</li>



<li>Click the <strong>“+ ENABLE APIS AND SERVICES”</strong> button.</li>



<li>Search for <strong>“Google Fonts API”</strong> in the search bar.</li>



<li>Click the result, then hit the <strong>“ENABLE”</strong> button to activate it for your project.</li>
</ol>



<p>Enabling the API allows your project to access and utilize the Google Fonts library programmatically.</p>



<figure class="wp-block-image"><img decoding="async" loading="lazy" src="https://storage.googleapis.com/webfontsplugin/2023/12/2674d874-help-google-api-setup-3.webp" alt="Enabling Google Fonts API"/></figure>



<h4 class="wp-block-heading">Step 5: Create an API Key</h4>



<p>Next, generate an API key for your project:</p>



<ol class="wp-block-list">
<li>In the <strong>“APIs &amp; Services”</strong> dashboard, click <strong>“Credentials”</strong> in the left menu.</li>



<li>Click <strong>“+ CREATE CREDENTIALS”</strong> at the top of the page and select <strong>“API Key”</strong>.</li>



<li>Your API key will be displayed. Copy and store it securely.</li>



<li><em>(Optional)</em> Click on the API key to configure restrictions, such as limiting usage to specific IPs or referring domains, for enhanced security.</li>
</ol>



<p>For guidance on API key best practices, visit the <a href="https://cloud.google.com/docs/authentication/api-keys">Google API Key Documentation</a>.</p>



<p>By completing these steps, you’ll have a fully functional Google Fonts API key, ready to integrate into your website or application. This key will grant you access to thousands of fonts, enabling you to elevate the design and user experience of your projects. For more information, visit the <a href="https://developers.google.com/fonts/docs/getting_started">Google Fonts API documentation</a>.</p>
<p>The post <a href="https://webfontsplugin.com/help/how-to-register-and-set-up-a-google-fonts-api-access-key/">How to Register and Set Up a Google Fonts API Access Key?</a> appeared first on <a href="https://webfontsplugin.com">Web Fonts Loader</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>How Will I Get Regular Plugin Updates?</title>
		<link>https://webfontsplugin.com/help/how-will-i-get-regular-plugin-updates/</link>
		
		<dc:creator><![CDATA[Krasen Slavov]]></dc:creator>
		<pubDate>Thu, 21 Dec 2023 20:03:29 +0000</pubDate>
				<guid isPermaLink="false">https://webfontsplugin.com/?post_type=help&#038;p=31010</guid>

					<description><![CDATA[<p>Plugin updates for Web Fonts Loader&#160;Pro are delivered seamlessly, just like any other plugin installed on your WordPress website.</p>
<p>The post <a href="https://webfontsplugin.com/help/how-will-i-get-regular-plugin-updates/">How Will I Get Regular Plugin Updates?</a> appeared first on <a href="https://webfontsplugin.com">Web Fonts Loader</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p>Plugin updates for <strong>Web Fonts Loader</strong><strong>&nbsp;Pro</strong> are delivered seamlessly, just like any other plugin installed on your WordPress website. When an update is available, you will be notified directly within your WordPress Admin dashboard, under <strong>Dashboard &gt; Updates</strong> or <strong>Plugins &gt; Installed Plugins</strong>, similar to plugins hosted on the <a href="https://wordpress.org/plugins/">WordPress.org Plugin Repository</a>.</p>



<h4 class="wp-block-heading">Enabling Auto-Updates</h4>



<p>For convenience and security, it is strongly recommended to enable the <strong>&#8220;Enable auto-updates&#8221;</strong> option for the plugin. By doing so, your site will always run the latest version of <strong>Web Fonts Loader</strong><strong>&nbsp;Pro</strong>, ensuring compatibility, new features, and protection against vulnerabilities. Learn more about plugin auto-updates in <a href="https://wordpress.org/documentation/article/managing-plugin-auto-updates/">this guide</a>.</p>



<h4 class="wp-block-heading">Licensing and Updates</h4>



<p>You will continue to receive plugin updates and support as long as your license remains active and valid. Updates include:</p>



<ul class="wp-block-list">
<li>New features or enhancements</li>



<li>Security patches</li>



<li>Compatibility improvements with the latest WordPress version</li>
</ul>



<p>If your license expires or you cancel auto-renewal—whether directly from your account on the plugin’s website or via <a href="https://www.paypal.com/">PayPal</a>—you will no longer receive updates or support for the plugin. However, the plugin will still function on your site in its current version.</p>



<h4 class="wp-block-heading">License Expiry Notifications</h4>



<p>Before your license expires, you will receive an email notification to remind you to renew. This ensures you have ample time to renew and maintain access to updates and support. For more details about license management, refer to the <a href="https://your-plugin-website.com/documentation">plugin documentation</a> or contact <a href="https://your-plugin-website.com/support">plugin support</a>.</p>



<p>By staying updated, you ensure your website remains secure and benefits from the latest features of <strong>Web Fonts Loader Pro</strong>.</p>
<p>The post <a href="https://webfontsplugin.com/help/how-will-i-get-regular-plugin-updates/">How Will I Get Regular Plugin Updates?</a> appeared first on <a href="https://webfontsplugin.com">Web Fonts Loader</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>How do I Activate the Plugin License?</title>
		<link>https://webfontsplugin.com/help/how-do-i-activate-the-plugin-license/</link>
		
		<dc:creator><![CDATA[Krasen Slavov]]></dc:creator>
		<pubDate>Thu, 21 Dec 2023 20:02:02 +0000</pubDate>
				<guid isPermaLink="false">https://webfontsplugin.com/?post_type=help&#038;p=31013</guid>

					<description><![CDATA[<p>After successfully installing and activating the Web Fonts Loader&#160;Pro plugin, you must enter your license key to unlock its features.</p>
<p>The post <a href="https://webfontsplugin.com/help/how-do-i-activate-the-plugin-license/">How do I Activate the Plugin License?</a> appeared first on <a href="https://webfontsplugin.com">Web Fonts Loader</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p>After successfully installing and activating the <strong>Web Fonts Loader</strong><strong>&nbsp;Pro</strong> plugin, you must enter your license key to unlock its features. If the license key is not entered or is invalid, you will see the message: <strong>&#8220;Invalid or empty license key! You need to enter and activate your license on the License page.&#8221;</strong></p>



<h4 class="wp-block-heading">Locating Your License Key</h4>



<p>Your license key is provided at the time of purchase and can be found in several places:</p>



<ol class="wp-block-list">
<li><strong>Purchase Receipt</strong>: After completing your payment, the license key will be displayed on the purchase confirmation page.</li>



<li><strong>Email Confirmation</strong>: Check the inbox of the email address you used during registration for a receipt that includes your license key.</li>



<li><strong>My Account Section</strong>: Log in to your account on the plugin’s website and navigate to <strong>My Account > Orders</strong> to view your license key.</li>
</ol>



<p>If you need help locating your license key, refer to the <a href="/contact">plugin support documentation</a>.</p>



<h4 class="wp-block-heading">Activating Your License</h4>



<ol class="wp-block-list">
<li>Log in to your WordPress Admin area and navigate to the <strong>Web Fonts Loader</strong><strong> Pro</strong> settings page.</li>



<li>Click on the <strong>License</strong> tab. If this is your first time, the license status will show as <strong>Inactive</strong>, indicating no license has been entered.</li>



<li>Copy your license key and paste it into the license activation field.</li>



<li>Click the <strong>Activate License</strong> button.</li>
</ol>



<p>If the activation is successful, you will see the message: <strong>&#8220;Plugin license key has been activated successfully!&#8221; </strong>The license status will change from <strong>Inactive</strong> to <strong>Active</strong>.</p>



<h4 class="wp-block-heading">Start Using the Plugin</h4>



<p>Once your license is activated, you can access all the features and updates included with your purchase. For more details on licensing and troubleshooting, visit the <a href="/#faqs">plugin’s FAQ</a>.</p>
<p>The post <a href="https://webfontsplugin.com/help/how-do-i-activate-the-plugin-license/">How do I Activate the Plugin License?</a> appeared first on <a href="https://webfontsplugin.com">Web Fonts Loader</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>How to Install the Plugin in WordPress?</title>
		<link>https://webfontsplugin.com/help/how-to-install-the-plugin-in-wordpress/</link>
		
		<dc:creator><![CDATA[Krasen Slavov]]></dc:creator>
		<pubDate>Thu, 21 Dec 2023 20:01:09 +0000</pubDate>
				<guid isPermaLink="false">https://webfontsplugin.com/?post_type=help&#038;p=31012</guid>

					<description><![CDATA[<p>Installing the Web Fonts Loader Pro plugin through WordPress is the easiest and most user-friendly method.</p>
<p>The post <a href="https://webfontsplugin.com/help/how-to-install-the-plugin-in-wordpress/">How to Install the Plugin in WordPress?</a> appeared first on <a href="https://webfontsplugin.com">Web Fonts Loader</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p>Installing the <strong>Web Fonts Loader </strong><strong>Pro</strong> plugin through WordPress is the easiest and most user-friendly method. It requires no additional software and can be done directly from your WordPress Admin area. However, if you lack permission to upload plugins via WP Admin (common in restricted hosting environments), you will need to use an alternative method, such as FTP or SFTP.</p>



<h4 class="wp-block-heading">Installing via WordPress Admin (Preferred Method):</h4>



<ol class="wp-block-list">
<li><strong>Download the Plugin</strong>: After purchasing the plugin, log in to your account on the plugin website and download the <code>web-fonts-loader-pro.zip</code> file to your computer.</li>



<li><strong>Upload the Plugin</strong>: In your WordPress Admin area, navigate to <strong>Plugins > Add New</strong>. At the top of the page, click the <strong>Upload Plugin</strong> button. Browse to the <code>web-fonts-loader-pro.zip</code> file you downloaded, select it, and click <strong>Install Now</strong>. For more details, refer to <a href="https://wordpress.org/documentation/article/managing-plugins/">this guide</a>.</li>



<li><strong>Activate the Plugin</strong>: Once the installation completes successfully, click the <strong>Activate</strong> button to enable the plugin.</li>
</ol>



<h4 class="wp-block-heading">Important Notes:</h4>



<ul class="wp-block-list">
<li>If you already have the free version of the plugin installed, it will either need to be deactivated manually or will deactivate automatically upon activating the pro version. WordPress does not allow both versions of the plugin to be active simultaneously.</li>



<li>After activation, you can access the plugin’s main settings page from the WordPress Admin menu.</li>
</ul>



<h4 class="wp-block-heading">Alternative Method: Installing via FTP/SFTP:</h4>



<p>If you cannot install via the WordPress dashboard, you can use <a href="https://wordpress.org/documentation/article/using-ftp/">FTP</a> or <a href="https://winscp.net/eng/docs/what_is_sftp">SFTP</a> tools such as <a href="https://filezilla-project.org/">FileZilla</a> or <a href="https://winscp.net/">WinSCP</a>. This method requires extracting the plugin zip file and uploading it to your server under the <code>wp-content/plugins</code> directory.</p>



<p>Following these steps ensures your plugin is correctly installed and activated, ready for use. Should you encounter issues, visit the <a href="https://wordpress.org/support/">WordPress support forums</a> or contact plugin support for assistance.</p>
<p>The post <a href="https://webfontsplugin.com/help/how-to-install-the-plugin-in-wordpress/">How to Install the Plugin in WordPress?</a> appeared first on <a href="https://webfontsplugin.com">Web Fonts Loader</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>How to Install the Plugin with FTP or SFTP?</title>
		<link>https://webfontsplugin.com/help/how-to-install-the-plugin-via-ftp/</link>
		
		<dc:creator><![CDATA[Krasen Slavov]]></dc:creator>
		<pubDate>Thu, 21 Dec 2023 20:00:49 +0000</pubDate>
				<guid isPermaLink="false">https://webfontsplugin.com/?post_type=help&#038;p=31011</guid>

					<description><![CDATA[<p>To install the Web Fonts Loader Pro plugin, you can upload the plugin files to your server via FTP or SFTP using tools such as FileZilla or WinSCP.</p>
<p>The post <a href="https://webfontsplugin.com/help/how-to-install-the-plugin-via-ftp/">How to Install the Plugin with FTP or SFTP?</a> appeared first on <a href="https://webfontsplugin.com">Web Fonts Loader</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p>To install the <strong>Web Fonts Loader </strong><strong>Pro</strong> plugin, you can upload the plugin files to your server via FTP or SFTP using tools such as <a href="https://filezilla-project.org/" target="_blank" rel="noreferrer noopener">FileZilla</a> or <a href="https://winscp.net/" target="_blank" rel="noreferrer noopener">WinSCP</a>. Follow the steps below for a seamless installation process:</p>



<ol class="wp-block-list">
<li><strong>Download the Plugin</strong>: After purchasing the plugin, log in to your account on the plugin website and download the <code>web-fonts-loader-pro.zip</code> file to your computer.</li>



<li><strong>Unzip the Archive</strong>: Extract the downloaded zip file into a folder named <code>web-fonts-loader-pro</code>. This will contain all the necessary plugin files. If you’re unsure how to unzip files, refer to <a href="https://www.wikihow.com/Unzip-a-File" target="_blank" rel="noreferrer noopener">this guide</a>.</li>



<li><strong>Upload the Plugin Files</strong>: Using your preferred FTP or SFTP client (e.g., <a href="https://filezilla-project.org/" target="_blank" rel="noreferrer noopener">FileZilla</a> or <a href="https://winscp.net/" target="_blank" rel="noreferrer noopener">WinSCP</a>), connect to your server and navigate to the <code>wp-content/plugins</code> directory. Upload the extracted <code>web-fonts-loader-pro</code> folder into this directory. Learn more about FTP in <a href="https://wordpress.org/documentation/article/using-ftp/" target="_blank" rel="noreferrer noopener">WordPress documentation</a>.</li>



<li><strong>Activate the Plugin</strong>: Once the upload is complete, log in to your <a href="https://wordpress.org/documentation/article/dashboard/" target="_blank" rel="noreferrer noopener">WordPress Admin dashboard</a>. Navigate to <strong>Plugins > Installed Plugins</strong>, locate <strong>Web Fonts Loader </strong><strong>Pro</strong>, and click <strong>Activate</strong>.</li>
</ol>



<h4 class="wp-block-heading">Important Notes:</h4>



<ul class="wp-block-list">
<li>If you already have the free version of the plugin installed, you must either deactivate it manually or let it deactivate automatically during this process. WordPress does not allow both the free and pro versions of the plugin to be active simultaneously.</li>



<li>After activation, you can access the plugin&#8217;s features from its main settings page in your WordPress Admin area.</li>
</ul>



<p>By following these steps, you’ll ensure the plugin is correctly installed and ready to use on your WordPress site. Should you encounter any issues, refer to the <a href="https://wordpress.org/support/" target="_blank" rel="noreferrer noopener">WordPress troubleshooting guide</a> or contact support for assistance.</p>
<p>The post <a href="https://webfontsplugin.com/help/how-to-install-the-plugin-via-ftp/">How to Install the Plugin with FTP or SFTP?</a> appeared first on <a href="https://webfontsplugin.com">Web Fonts Loader</a>.</p>
]]></content:encoded>
					
		
		
			</item>
	</channel>
</rss>
