@esfaenza/core 15.2.222 → 15.2.223

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.
@@ -41,4 +41,16 @@ document.getElementsByTagName('app-root')[0].innerHTML = `
41
41
  </div>
42
42
  </div>
43
43
  </div>
44
- `
44
+ `
45
+
46
+ document.getElementsByTagName('head')[0].innerHTML = `
47
+ <meta charset="utf-8">
48
+ <base href="/">
49
+ <meta name="viewport" content="width=device-width, initial-scale=1">
50
+ <link rel="preconnect" href="https://fonts.googleapis.com">
51
+ <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
52
+ <link href="https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500&display=swap" rel="stylesheet">
53
+ <link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
54
+ <link href="https://fonts.googleapis.com/css2?family=Work+Sans:ital,wght@0,100..900;1,100..900&display=swap" rel="stylesheet">
55
+ <meta name="theme-color" content="#1976d2">
56
+ ` + document.getElementsByTagName('head')[0].innerHTML