# OpenapiClient::Properties ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **font_face** | [**FontFace**](FontFace.md) | | [optional] **font_size** | **String** | Font size property. | [optional] **font_weight** | [**FontWeight**](FontWeight.md) | | [optional] **font_color** | **String** | Hexadecimal color value. | [optional] **color** | **String** | Hexadecimal color value. | [optional] ## Code Sample ```ruby require 'OpenapiClient' instance = OpenapiClient::Properties.new(font_face: null, font_size: xx-small, font_weight: null, font_color: #FFEE00, color: #FFEE00) ```