diff --git a/src/ui_ng/src/app/project/project.component.html b/src/ui_ng/src/app/project/project.component.html index 6dc92b80b..22332d4e5 100644 --- a/src/ui_ng/src/app/project/project.component.html +++ b/src/ui_ng/src/app/project/project.component.html @@ -1,8 +1,10 @@
-

{{'PROJECT.PROJECTS' | translate}}

-
- +
+

{{'PROJECT.PROJECTS' | translate}}

+
+ +
diff --git a/src/ui_ng/src/app/shared/statictics/statistics.component.css b/src/ui_ng/src/app/shared/statictics/statistics.component.css index 0d1f120de..989a14db0 100644 --- a/src/ui_ng/src/app/shared/statictics/statistics.component.css +++ b/src/ui_ng/src/app/shared/statictics/statistics.component.css @@ -10,7 +10,7 @@ .statistic-data { font-size: 16px; font-weight: 900; - font-family: "Metropolis Semibold"; + font-family: 'Metropolis,"Avenir Next","Helvetica Neue",Arial,sans-serif'; line-height: 16px; } @@ -18,7 +18,7 @@ font-size: 10px; line-height: 10px; text-transform: uppercase; - font-family: "Metropolis Regular"; + font-family: 'Metropolis,"Avenir Next","Helvetica Neue",Arial,sans-serif'; } .statistic-column-block { @@ -30,7 +30,7 @@ position: relative; text-transform: uppercase; font-size: 14px; - font-family: "Metropolis Regular"; + font-family: 'Metropolis,"Avenir Next","Helvetica Neue",Arial,sans-serif'; } .statistic-column-title-pro {