File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 []])]
Original file line number Diff line number Diff line change 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
34function 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' ,
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments