Get-GoogleFont¶
SYNOPSIS¶
Get GoogleFonts list
SYNTAX¶
Get-GoogleFont [[-Name] <String>] [-ProgressAction <ActionPreference>] [<CommonParameters>]
DESCRIPTION¶
Get GoogleFonts list, filtered by name, from the latest release.
EXAMPLES¶
EXAMPLE 1¶
Get-GoogleFonts
Get all the GoogleFonts.
EXAMPLE 2¶
Get-GoogleFonts -Name 'Roboto'
Get the GoogleFont with the name 'Roboto'.
EXAMPLE 3¶
Get-GoogleFonts -Name 'Noto*'
Get the GoogleFont with the name starting with 'Noto'.
PARAMETERS¶
-Name¶
Name of the GoogleFont to get
Type: String
Parameter Sets: (All)
Aliases:
Required: False
Position: 1
Default value: *
Accept pipeline input: False
Accept wildcard characters: True
-ProgressAction¶
{{ Fill ProgressAction Description }}
Type: ActionPreference
Parameter Sets: (All)
Aliases: proga
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
CommonParameters¶
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.