Method: Axlsx::Styles#fonts
- Defined in:
- lib/axlsx/stylesheet/styles.rb
#fonts ⇒ SimpleTypedList (readonly)
Note:
The recommended way to manage styles is with add_style
The collection of fonts used in this workbook
72 73 74 |
# File 'lib/axlsx/stylesheet/styles.rb', line 72 def fonts @fonts end |