Skip to content

Get-GoogleFont

SYNOPSIS

Get GoogleFonts list

SYNTAX

__AllParameterSets

Get-GoogleFont [[-Name] <string>] [<CommonParameters>]

ALIASES

This cmdlet has the following aliases, {{Insert list of aliases}}

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: System.String
DefaultValue: '*'
SupportsWildcards: true
Aliases: []
ParameterSets:
- Name: (All)
  Position: 0
  IsRequired: false
  ValueFromPipeline: false
  ValueFromPipelineByPropertyName: false
  ValueFromRemainingArguments: false
DontShow: false
AcceptedValues: []
HelpMessage: ''

CommonParameters

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, -ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.

INPUTS

OUTPUTS

System.Object

{{ Fill in the Description }}

NOTES

More information about the GoogleFonts can be found at: GoogleFonts | GitHub