Skip to content

Commit ce13731

Browse files
committed
fix some issues with the font
1 parent 0359fd2 commit ce13731

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

docs/modules/ROOT/pages/adr/odoo-architecture.adoc

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,10 @@ Odoo uses the Open Service Broker API to enable access to a service on the VSHN
2020

2121
[mermaid,archosb,png]
2222
....
23+
---
24+
config:
25+
fontFamily: serif
26+
---
2327
flowchart TB
2428
webshop["Mint / Uri Cloud"]
2529
eu("End-User (Service buyer)")
@@ -36,6 +40,10 @@ flowchart TB
3640

3741
[mermaid,flowosb,png]
3842
....
43+
---
44+
config:
45+
fontFamily: serif
46+
---
3947
sequenceDiagram
4048
autonumber
4149
actor EU as End-User<br/>(Service buyer)
@@ -76,6 +84,10 @@ Cons::
7684

7785
[mermaid,archk8s,png]
7886
....
87+
---
88+
config:
89+
fontFamily: serif
90+
---
7991
flowchart TB
8092
webshop["Mint / Uri Cloud"]
8193
eu("End-User (Service buyer)")
@@ -89,6 +101,10 @@ flowchart TB
89101

90102
[mermaid,flowk8s,png]
91103
....
104+
---
105+
config:
106+
fontFamily: serif
107+
---
92108
sequenceDiagram
93109
autonumber
94110
actor EU as End-User<br/>(Service buyer)

0 commit comments

Comments
 (0)