

This is the new *Amazon CloudFormation Template Reference Guide*. Please update your bookmarks and links. For help getting started with CloudFormation, see the [Amazon CloudFormation User Guide](https://docs.amazonaws.cn/AWSCloudFormation/latest/UserGuide/Welcome.html).

# AWS::Connect::Workspace FontFamily
<a name="aws-properties-connect-workspace-fontfamily"></a>

Contains font family configuration for workspace themes.

## Syntax
<a name="aws-properties-connect-workspace-fontfamily-syntax"></a>

To declare this entity in your Amazon CloudFormation template, use the following syntax:

### JSON
<a name="aws-properties-connect-workspace-fontfamily-syntax.json"></a>

```
{
  "[Default](#cfn-connect-workspace-fontfamily-default)" : {{String}}
}
```

### YAML
<a name="aws-properties-connect-workspace-fontfamily-syntax.yaml"></a>

```
  [Default](#cfn-connect-workspace-fontfamily-default): {{String}}
```

## Properties
<a name="aws-properties-connect-workspace-fontfamily-properties"></a>

`Default`  <a name="cfn-connect-workspace-fontfamily-default"></a>
The default font family to use in the workspace theme.  
*Required*: No  
*Type*: String  
*Allowed values*: `ARIAL | COURIER_NEW | GEORGIA | TIMES_NEW_ROMAN | TREBUCHET | VERDANA`  
*Update requires*: [No interruption](https://docs.amazonaws.cn/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)