Skip to content

Commit

Permalink
Merge pull request #3439 from BIZFactoryGmbH/feat/preview-changes
Browse files Browse the repository at this point in the history
feat: change diagram fontfamily to Roboto
  • Loading branch information
MarcoKorinth authored May 16, 2024
2 parents 5e448dd + 7a15df9 commit 129c9d2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions frontend/src/js/preview/Diagram.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,7 @@ export default function Diagram({
font: {
weight: "normal",
size: 14,
family: "Roboto",
},
position: "bottom",
text: stat.label,
Expand Down Expand Up @@ -151,6 +152,7 @@ export default function Diagram({
font: {
weight: "normal",
size: 14,
family: "Roboto",
},
};

Expand Down

0 comments on commit 129c9d2

Please sign in to comment.