]> git.ipfire.org Git - thirdparty/google/fonts.git/commitdiff
fix license typo 7764/head
authorshailenpatel2 <shailenp@google.com>
Fri, 24 May 2024 01:40:07 +0000 (18:40 -0700)
committershailenpatel2 <shailenp@google.com>
Fri, 24 May 2024 01:40:07 +0000 (18:40 -0700)
cc-by-sa/knowledge/modules/using_type/lessons/self_hosting_web_fonts/content.md

index c06b8e4ff7e77cb202bb9ae5f73298ce6b5f4c2e..e5a3dc3712d2fe1687e737fa086c59eab6549e70 100644 (file)
@@ -7,7 +7,7 @@ If you’d prefer to host the [web fonts](/glossary/web_font) you use on your ow
 
 </figure>
 
-First, let’s choose our [typeface](/glossary/typeface)(s). If it’s available for free from a service such as Google Fonts, downloading the files means agreeing to the terms of the font [license](/glossary/licensing)(s). For fonts that aren’t free, we’ll need to purchase the licence(s) we need. Usually, licenses are for a specific number of unique visitors to our website per month, so we should purchase the one that most accurately reflects our anticipated traffic. (If our traffic grows, we’ll need to buy a new license.) Once we’ve completed the purchase, we’ll be given font files to download.
+First, let’s choose our [typeface](/glossary/typeface)(s). If it’s available for free from a service such as Google Fonts, downloading the files means agreeing to the terms of the font [license](/glossary/licensing)(s). For fonts that aren’t free, we’ll need to purchase the license(s) we need. Usually, licenses are for a specific number of unique visitors to our website per month, so we should purchase the one that most accurately reflects our anticipated traffic. (If our traffic grows, we’ll need to buy a new license.) Once we’ve completed the purchase, we’ll be given font files to download.
 
 Once we’ve downloaded our font files, we’ll move them to our local development project, and make a note of their location (specifically, relative to the CSS file in which we’ll reference them).