@pepperi-addons/ngx-lib 0.4.1-beta.63 → 0.4.1-beta.64
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.
package/package.json
CHANGED
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
// Typography style - This file contains all @font-face declarations, if any.
|
|
7
7
|
// -----------------------------------------------------------------------------
|
|
8
8
|
|
|
9
|
-
@import url('https://fonts.googleapis.com/css2?family=Assistant:wght@200;300;400;500;600;700;800&family=Crimson+Pro:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=David+Libre:wght@400;500;700&family=EB+Garamond:ital,wght@0,400;0,500;0,600;0,700;0,800;1,400;1,500;1,600;1,700;1,800&family=Inter:wght@100;200;300;400;500;600;700;800;900&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&family=Work+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
|
|
9
|
+
// @import url('https://fonts.googleapis.com/css2?family=Assistant:wght@200;300;400;500;600;700;800&family=Crimson+Pro:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=David+Libre:wght@400;500;700&family=EB+Garamond:ital,wght@0,400;0,500;0,600;0,700;0,800;1,400;1,500;1,600;1,700;1,800&family=Inter:wght@100;200;300;400;500;600;700;800;900&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&family=Work+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
|
|
10
10
|
|
|
11
11
|
// Calculation
|
|
12
12
|
@media screen and (max-width: variables.$screen-max-size-2xs) {
|
package/theming.scss
CHANGED
|
@@ -29,8 +29,6 @@
|
|
|
29
29
|
// @use '~@mat-datetimepicker/core/datetimepicker/datetimepicker-theme.scss';
|
|
30
30
|
@use './src/core/style/themes/default-theme.scss';
|
|
31
31
|
|
|
32
|
-
@import url('https://fonts.googleapis.com/icon?family=Material+Icons');
|
|
33
|
-
|
|
34
32
|
// Override material font.
|
|
35
33
|
$pep-typography: mat.define-typography-config(
|
|
36
34
|
$font-family: variables.$font-family-body
|
|
@@ -109,3 +107,7 @@ $material-theme-for-pep: default-theme.$material-default-theme;
|
|
|
109
107
|
// $material-theme: $material-nature-theme;
|
|
110
108
|
// @include pepperi-theme($material-theme);// , $user-nature-theme-color);
|
|
111
109
|
// }
|
|
110
|
+
|
|
111
|
+
// Import links at the end for clients that work offline not crushed on the css.
|
|
112
|
+
@import url('https://fonts.googleapis.com/css2?family=Assistant:wght@200;300;400;500;600;700;800&family=Crimson+Pro:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=David+Libre:wght@400;500;700&family=EB+Garamond:ital,wght@0,400;0,500;0,600;0,700;0,800;1,400;1,500;1,600;1,700;1,800&family=Inter:wght@100;200;300;400;500;600;700;800;900&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&family=Work+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
|
|
113
|
+
@import url('https://fonts.googleapis.com/icon?family=Material+Icons');
|