mirror of
https://github.com/kernelkit/infix.git
synced 2026-07-28 11:43:01 +02:00
The ASCII art over the topology must be surrounded by .... and is codeblock in ASCIIdoc. Since this is only used for ASCII arts to help describe tests, border and background are white.
40 lines
808 B
YAML
40 lines
808 B
YAML
extends: default
|
|
font:
|
|
catalog:
|
|
merge: true
|
|
SourceCodePro:
|
|
normal: SourceCodePro-Regular.ttf
|
|
bold: SourceCodePro-Bold.ttf
|
|
italic: SourceCodePro-Italic.ttf
|
|
bold_italic: SourceCodePro-BoldItalic.ttf
|
|
|
|
base:
|
|
font_family: SourceCodePro
|
|
font_size: 11
|
|
line_height_length: 1.3
|
|
|
|
code:
|
|
background-color: #ffffff
|
|
border-color: #ffffff
|
|
|
|
heading:
|
|
font_family: SourceCodePro
|
|
font_style: bold
|
|
role:
|
|
underline:
|
|
text_decoration: underline
|
|
|
|
# Define custom sizes for each heading level
|
|
heading_h1:
|
|
font_size: 24 # Size for H1 headings
|
|
|
|
heading_h2: # Test class
|
|
font_size: 18 # Size for H2 headings
|
|
heading_h3: # test case name
|
|
font_size: 12 # Size for H3 headings
|
|
text_decoration: underline
|
|
margin_top: 30
|
|
|
|
heading_h4:
|
|
font_size: 11 # Size for H4 headings
|