diff --git a/src/rebdhuhn/graphviz.py b/src/rebdhuhn/graphviz.py
index 8ed491b..f1a0352 100644
--- a/src/rebdhuhn/graphviz.py
+++ b/src/rebdhuhn/graphviz.py
@@ -157,8 +157,8 @@ def convert_graph_to_dot(ebd_graph: EbdGraph) -> str:
nx_graph = ebd_graph.graph
_mark_last_common_ancestors(nx_graph)
header = (
- f'{ebd_graph.metadata.chapter}
'
- f'{ebd_graph.metadata.section}
'
+ f'{ebd_graph.metadata.chapter}
'
+ f'{ebd_graph.metadata.section}
'
)
dot_attributes: dict[str, str] = {
@@ -171,6 +171,7 @@ def convert_graph_to_dot(ebd_graph: EbdGraph) -> str:
"rankdir": "TB",
"packmode": '"array"',
"size": '"20,20"', # in inches 🤮
+ "fontname": '"Roboto Condensed"'
}
dot_code = "digraph D {\n"
for dot_attr_key, dot_attr_value in dot_attributes.items():
diff --git a/unittests/__snapshots__/test_table_to_graph.ambr b/unittests/__snapshots__/test_table_to_graph.ambr
index d28804c..d5c854b 100644
--- a/unittests/__snapshots__/test_table_to_graph.ambr
+++ b/unittests/__snapshots__/test_table_to_graph.ambr
@@ -10,16 +10,17 @@
# ---
# name: TestEbdTableModels.test_table_to_digraph_dot_real_kroki_request[table0-DiGraph with 6 nodes and 5 edges][test_table_to_digraph_dot_real_kroki_request_E_0003_Bestellung der Aggregationsebene RZ prüfen]
'''
-