25 lines
404 B
YAML
25 lines
404 B
YAML
|
|
styles:
|
||
|
|
Heading 1:
|
||
|
|
font:
|
||
|
|
name: "Times New Roman"
|
||
|
|
size: 16
|
||
|
|
bold: true
|
||
|
|
paragraph:
|
||
|
|
space_before: 12
|
||
|
|
space_after: 6
|
||
|
|
Normal:
|
||
|
|
font:
|
||
|
|
name: "Times New Roman"
|
||
|
|
size: 12
|
||
|
|
Caption:
|
||
|
|
font:
|
||
|
|
name: "Arial"
|
||
|
|
size: 10
|
||
|
|
italic: true
|
||
|
|
paragraph:
|
||
|
|
alignment: center
|
||
|
|
space_before: 4
|
||
|
|
space_after: 8
|
||
|
|
|
||
|
|
colors:
|
||
|
|
LinkColor: "0000FF"
|