diff --git a/apps/demos/Demos/PivotGrid/ExcelJsHeaderAndFooter/Angular/app/app.component.css b/apps/demos/Demos/PivotGrid/ExcelJsHeaderAndFooter/Angular/app/app.component.css index 6abb895b9812..5cad027332c0 100644 --- a/apps/demos/Demos/PivotGrid/ExcelJsHeaderAndFooter/Angular/app/app.component.css +++ b/apps/demos/Demos/PivotGrid/ExcelJsHeaderAndFooter/Angular/app/app.component.css @@ -1,9 +1,10 @@ -::ng-deep .long-title h3 { +::ng-deep .long-title h2 { font-family: 'Segoe UI Light', 'Helvetica Neue Light', 'Segoe UI', 'Helvetica Neue', 'Trebuchet MS', Verdana; font-weight: 200; font-size: 28px; text-align: center; - margin-bottom: 20px; + letter-spacing: normal; + margin: 28px 0 20px; } ::ng-deep .export-options { diff --git a/apps/demos/Demos/PivotGrid/ExcelJsHeaderAndFooter/Angular/app/app.component.html b/apps/demos/Demos/PivotGrid/ExcelJsHeaderAndFooter/Angular/app/app.component.html index 818e6e1c0da1..2b06465240df 100644 --- a/apps/demos/Demos/PivotGrid/ExcelJsHeaderAndFooter/Angular/app/app.component.html +++ b/apps/demos/Demos/PivotGrid/ExcelJsHeaderAndFooter/Angular/app/app.component.html @@ -1,4 +1,4 @@ -

Sales Amount by Region

+

Sales Amount by Region

{ return ( <>
-

Sales Amount by Region

+

Sales Amount by Region

{ return ( <>
-

Sales Amount by Region

+

Sales Amount by Region

-

Sales Amount by Region

+

Sales Amount by Region

diff --git a/apps/demos/Demos/PivotGrid/OLAPDataSource/jQuery/index.html b/apps/demos/Demos/PivotGrid/OLAPDataSource/jQuery/index.html index 579dd9de6a9e..31da4d9483b4 100644 --- a/apps/demos/Demos/PivotGrid/OLAPDataSource/jQuery/index.html +++ b/apps/demos/Demos/PivotGrid/OLAPDataSource/jQuery/index.html @@ -13,7 +13,7 @@
-

Sales Statistics

+

Sales Statistics

diff --git a/apps/demos/Demos/PivotGrid/OLAPDataSource/jQuery/styles.css b/apps/demos/Demos/PivotGrid/OLAPDataSource/jQuery/styles.css index 76a9a652082b..a70c8010e608 100644 --- a/apps/demos/Demos/PivotGrid/OLAPDataSource/jQuery/styles.css +++ b/apps/demos/Demos/PivotGrid/OLAPDataSource/jQuery/styles.css @@ -1,7 +1,8 @@ -.long-title h3 { +.long-title h2 { font-family: 'Segoe UI Light', 'Helvetica Neue Light', 'Segoe UI', 'Helvetica Neue', 'Trebuchet MS', Verdana; font-weight: 200; font-size: 28px; text-align: center; - margin-bottom: 20px; + letter-spacing: normal; + margin: 28px 0 20px; } diff --git a/apps/demos/Demos/PivotGrid/RemoteVirtualScrolling/Angular/app/app.component.css b/apps/demos/Demos/PivotGrid/RemoteVirtualScrolling/Angular/app/app.component.css index 425a7c194104..8ed8ed08d99a 100644 --- a/apps/demos/Demos/PivotGrid/RemoteVirtualScrolling/Angular/app/app.component.css +++ b/apps/demos/Demos/PivotGrid/RemoteVirtualScrolling/Angular/app/app.component.css @@ -1,7 +1,8 @@ -::ng-deep .long-title h3 { +::ng-deep .long-title h2 { font-family: 'Segoe UI Light', 'Helvetica Neue Light', 'Segoe UI', 'Helvetica Neue', 'Trebuchet MS', Verdana; font-weight: 200; font-size: 28px; text-align: center; - margin-bottom: 20px; + letter-spacing: normal; + margin: 28px 0 20px; } diff --git a/apps/demos/Demos/PivotGrid/RemoteVirtualScrolling/Angular/app/app.component.html b/apps/demos/Demos/PivotGrid/RemoteVirtualScrolling/Angular/app/app.component.html index 088debaacd72..dabfe3075314 100644 --- a/apps/demos/Demos/PivotGrid/RemoteVirtualScrolling/Angular/app/app.component.html +++ b/apps/demos/Demos/PivotGrid/RemoteVirtualScrolling/Angular/app/app.component.html @@ -1,5 +1,5 @@
-

Sales Statistics

+

Sales Statistics

( <>
-

Sales Statistics

+

Sales Statistics

( <>
-

Sales Statistics

+

Sales Statistics

-

Sales Statistics

+

Sales Statistics

diff --git a/apps/demos/Demos/PivotGrid/RemoteVirtualScrolling/jQuery/index.html b/apps/demos/Demos/PivotGrid/RemoteVirtualScrolling/jQuery/index.html index 579dd9de6a9e..31da4d9483b4 100644 --- a/apps/demos/Demos/PivotGrid/RemoteVirtualScrolling/jQuery/index.html +++ b/apps/demos/Demos/PivotGrid/RemoteVirtualScrolling/jQuery/index.html @@ -13,7 +13,7 @@
-

Sales Statistics

+

Sales Statistics

diff --git a/apps/demos/Demos/PivotGrid/RemoteVirtualScrolling/jQuery/styles.css b/apps/demos/Demos/PivotGrid/RemoteVirtualScrolling/jQuery/styles.css index 76a9a652082b..a70c8010e608 100644 --- a/apps/demos/Demos/PivotGrid/RemoteVirtualScrolling/jQuery/styles.css +++ b/apps/demos/Demos/PivotGrid/RemoteVirtualScrolling/jQuery/styles.css @@ -1,7 +1,8 @@ -.long-title h3 { +.long-title h2 { font-family: 'Segoe UI Light', 'Helvetica Neue Light', 'Segoe UI', 'Helvetica Neue', 'Trebuchet MS', Verdana; font-weight: 200; font-size: 28px; text-align: center; - margin-bottom: 20px; + letter-spacing: normal; + margin: 28px 0 20px; } diff --git a/apps/demos/Demos/PivotGrid/SimpleArray/Angular/app/app.component.css b/apps/demos/Demos/PivotGrid/SimpleArray/Angular/app/app.component.css index 5581ad0e6f2f..37a814ed9c07 100644 --- a/apps/demos/Demos/PivotGrid/SimpleArray/Angular/app/app.component.css +++ b/apps/demos/Demos/PivotGrid/SimpleArray/Angular/app/app.component.css @@ -2,10 +2,11 @@ margin-top: 80px; } -::ng-deep .long-title h3 { +::ng-deep .long-title h2 { font-family: 'Segoe UI Light', 'Helvetica Neue Light', 'Segoe UI', 'Helvetica Neue', 'Trebuchet MS', Verdana; font-weight: 200; font-size: 28px; text-align: center; - margin-bottom: 20px; + letter-spacing: normal; + margin: 28px 0 20px; } diff --git a/apps/demos/Demos/PivotGrid/SimpleArray/Angular/app/app.component.html b/apps/demos/Demos/PivotGrid/SimpleArray/Angular/app/app.component.html index 768e4d9ba7da..b053c0c8cea4 100644 --- a/apps/demos/Demos/PivotGrid/SimpleArray/Angular/app/app.component.html +++ b/apps/demos/Demos/PivotGrid/SimpleArray/Angular/app/app.component.html @@ -1,4 +1,4 @@ -

Sales Amount by Region

+

Sales Amount by Region

( <>
-

Sales Amount by Region

+

Sales Amount by Region

( <>
-

Sales Amount by Region

+

Sales Amount by Region

-

Sales Amount by Region

+

Sales Amount by Region

diff --git a/apps/demos/Demos/PivotGrid/SimpleArray/jQuery/index.html b/apps/demos/Demos/PivotGrid/SimpleArray/jQuery/index.html index 69520b151be2..c2c73cb71f60 100644 --- a/apps/demos/Demos/PivotGrid/SimpleArray/jQuery/index.html +++ b/apps/demos/Demos/PivotGrid/SimpleArray/jQuery/index.html @@ -14,7 +14,7 @@
-

Sales Amount by Region

+

Sales Amount by Region

diff --git a/apps/demos/Demos/PivotGrid/SimpleArray/jQuery/styles.css b/apps/demos/Demos/PivotGrid/SimpleArray/jQuery/styles.css index c60b2b50aeff..6deb4e731fb8 100644 --- a/apps/demos/Demos/PivotGrid/SimpleArray/jQuery/styles.css +++ b/apps/demos/Demos/PivotGrid/SimpleArray/jQuery/styles.css @@ -2,10 +2,11 @@ margin-top: 80px; } -.long-title h3 { +.long-title h2 { font-family: 'Segoe UI Light', 'Helvetica Neue Light', 'Segoe UI', 'Helvetica Neue', 'Trebuchet MS', Verdana; font-weight: 200; font-size: 28px; text-align: center; - margin-bottom: 20px; + letter-spacing: normal; + margin: 28px 0 20px; } diff --git a/apps/demos/Demos/PivotGrid/WebAPIService/description.md b/apps/demos/Demos/PivotGrid/WebAPIService/description.md index 1aa071a42acb..b552c3f64c54 100644 --- a/apps/demos/Demos/PivotGrid/WebAPIService/description.md +++ b/apps/demos/Demos/PivotGrid/WebAPIService/description.md @@ -5,7 +5,7 @@ To configure access to a Web API service from the client, use the