We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1bb0d83 commit 17134e8Copy full SHA for 17134e8
2 files changed
src/functions/public/Get-GoogleFont.ps1
@@ -26,7 +26,7 @@
26
27
.NOTES
28
More information about the GoogleFonts can be found at:
29
- [GoogleFonts | GitHub](https://github.com/google/fonts)
+ [GoogleFonts](https://fonts.google.com/) | [GitHub](https://github.com/google/fonts)
30
#>
31
[Alias('Get-GoogleFonts')]
32
[OutputType([System.Object[]])]
src/functions/public/Install-GoogleFont.ps1
@@ -34,7 +34,7 @@ function Install-GoogleFont {
34
35
36
37
38
39
[CmdletBinding(
40
DefaultParameterSetName = 'ByName',
0 commit comments