# DocSpring::TemplateDefaults ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **color** | **String** | | | | **font_size** | **Float** | | | | **typeface** | **String** | | | ## Example ```ruby require 'docspring' instance = DocSpring::TemplateDefaults.new( color: null, font_size: null, typeface: null ) ```