Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
Akctarus committed Apr 23, 2024
1 parent dcb54c4 commit 8d89dbd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 2 additions & 1 deletion front/src/applications/stdcm/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,10 @@ function generatePdf(reportTemplateRef: MutableRefObject<null>) {

document.setFont('IBM Plex Sans', 'normal');
document.setFont('IBM Plex Sans', 'italic');
document.setFont('IBM Plex Sans', 'bold');

document.setFont('IBM Plex Sans Medium', 'normal');
document.setFont('IBM Plex Sans Semi Bold', 'normal');
document.setFont('IBM Plex Sans', 'bold');

document.setFont('IBM Plex Mono', 'normal');
document.setFont('IBM Plex Mono', 'bold');
Expand Down
2 changes: 0 additions & 2 deletions front/src/applications/stdcm/views/OSRDStdcmResults.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,6 @@ const OSRDStcdmResults = () => {
}
}, [osrdconf]);

console.log(stdcmResults);

// by default, we show the ecoblocks for stdcm (if existing)
const allowancesSettings = useMemo(
() =>
Expand Down

0 comments on commit 8d89dbd

Please sign in to comment.