Skip to content

Commit 1bb0d83

Browse files
Update GoogleFonts functions documentation and required module versions
1 parent e0e7c47 commit 1bb0d83

3 files changed

Lines changed: 16 additions & 4 deletions

File tree

src/functions/public/Get-GoogleFont.ps1

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,13 @@
2020
Get-GoogleFonts -Name 'Noto*'
2121
2222
Get the GoogleFont with the name starting with 'Noto'.
23+
24+
.LINK
25+
https://psmodule.io/GoogleFonts/Functions/Get-GoogleFont
26+
27+
.NOTES
28+
More information about the GoogleFonts can be found at:
29+
[GoogleFonts | GitHub](https://github.com/google/fonts)
2330
#>
2431
[Alias('Get-GoogleFonts')]
2532
[OutputType([System.Object[]])]

src/functions/public/Install-GoogleFont.ps1

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
#Requires -Modules @{ ModuleName = 'Fonts'; RequiredVersion = '1.1.19' }
1+
#Requires -Modules @{ ModuleName = 'Fonts'; RequiredVersion = '1.1.21' }
2+
#Requires -Modules @{ ModuleName = 'Admin'; RequiredVersion = '1.1.6' }
23

34
function Install-GoogleFont {
45
<#
@@ -27,6 +28,13 @@ function Install-GoogleFont {
2728
Install-GoogleFont -All
2829
2930
Installs all Google Fonts to the current user.
31+
32+
.LINK
33+
https://psmodule.io/GoogleFonts/Functions/Install-GoogleFont
34+
35+
.NOTES
36+
More information about the GoogleFonts can be found at:
37+
[GoogleFonts | GitHub](https://github.com/google/fonts)
3038
#>
3139
[CmdletBinding(
3240
DefaultParameterSetName = 'ByName',

src/manifest.psd1

Lines changed: 0 additions & 3 deletions
This file was deleted.

0 commit comments

Comments
 (0)