@pepperi-addons/ngx-lib 0.4.2-beta.10 → 0.4.2-beta.11
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
|
@@ -194,14 +194,16 @@
|
|
|
194
194
|
}
|
|
195
195
|
|
|
196
196
|
@mixin font-title($fs: variables.$fs-md, $lh: variables.$lh-md) {
|
|
197
|
-
font-family: variables.$font-family-title;
|
|
198
|
-
font-weight: variables.$font-weight-bold;
|
|
197
|
+
font-family: variables.$font-family-title !important;
|
|
198
|
+
font-weight: variables.$font-weight-bold !important;
|
|
199
199
|
|
|
200
200
|
@include font-size($fs);
|
|
201
201
|
@include line-height($lh);
|
|
202
202
|
}
|
|
203
203
|
|
|
204
204
|
@mixin font-body($fs: variables.$fs-sm, $lh: variables.$lh-sm) {
|
|
205
|
+
font-family: variables.$font-family-body !important;
|
|
206
|
+
|
|
205
207
|
@include font-size($fs);
|
|
206
208
|
@include line-height($lh);
|
|
207
209
|
}
|
|
@@ -123,9 +123,14 @@ body {
|
|
|
123
123
|
/*.lang-he {
|
|
124
124
|
font-family: 'Open Sans Hebrew' !important;
|
|
125
125
|
}*/
|
|
126
|
+
|
|
127
|
+
// Init Material fonts here
|
|
128
|
+
// ***********************************************
|
|
129
|
+
// .mat-expansion-panel-content,
|
|
126
130
|
.mat-expansion-panel-content {
|
|
127
131
|
font:unset !important;
|
|
128
132
|
}
|
|
133
|
+
// ***********************************************
|
|
129
134
|
}
|
|
130
135
|
|
|
131
136
|
// Font weight
|