@medicus.ai/medicus-report-pdf-generator 1.0.347 → 1.0.348

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -2,14 +2,14 @@
2
2
  font-family: 'Open Sans';
3
3
  font-style: normal;
4
4
  font-weight: 400;
5
- src: url('/fonts/open-sans/OpenSans-Regular.woff2') format('woff2'),
6
- url('/fonts/open-sans/OpenSans-Regular.woff') format('woff');
5
+ src: url('/assets/fonts/open-sans/OpenSans-Regular.ttf') format('ttf'),
6
+ url('/assets/fonts/open-sans/OpenSans-Regular.ttf') format('ttf');
7
7
  }
8
8
 
9
9
  @font-face {
10
10
  font-family: 'Open Sans';
11
11
  font-style: italic;
12
12
  font-weight: 400;
13
- src: url('/fonts/open-sans/OpenSans-Italic.woff2') format('woff2'),
14
- url('/fonts/open-sans/OpenSans-Italic.woff') format('woff');
13
+ src: url('/assets/fonts/open-sans/OpenSans-Italic.ttf') format('ttf'),
14
+ url('/assets/fonts/open-sans/OpenSans-Italic.ttf') format('ttf');
15
15
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@medicus.ai/medicus-report-pdf-generator",
3
- "version": "1.0.347",
3
+ "version": "1.0.348",
4
4
  "description": "Nasco corporate report - latest update in 12/10/2023 - Fix HRC for bionext",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -5,7 +5,7 @@
5
5
  <title>TEMPLATE</title>
6
6
  <link rel="stylesheet" href="../assets/Mediclinic/css/nasco_report.css" type="text/css">
7
7
  <link rel="stylesheet" href="../../assets/Mediclinic/css/style.css" type="text/css">
8
- <link href="https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300;1,400;1,600;1,700;1,800&display=swap" rel="stylesheet">
8
+ <!-- <link href="https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300;1,400;1,600;1,700;1,800&display=swap" rel="stylesheet"> -->
9
9
 
10
10
  <script>
11
11
  var IS_ARABIC = false;