diff --git a/src/app/order/order.component.css b/src/app/order/order.component.css index 948d13c..3108256 100644 --- a/src/app/order/order.component.css +++ b/src/app/order/order.component.css @@ -51,27 +51,29 @@ img.icon{ } .buttons-class { - background-color: #ff4722; - color: white; - font-weight: 700; - height: 25px !important; - width: 80px !important; - display: flex; - align-items: center; - justify-content: center; - cursor: pointer; - margin: auto; + font-family: 'Spartan', sans-serif; + background-color: #ff4722; + color: white; + font-weight: 500; + height: 25px !important; + width: 80px !important; + display: flex; + align-items: center; + justify-content: center; + cursor: pointer; + margin: auto; } .button-cancel-class { - font-weight: 700; - height: 25px !important; - width: 80px !important; - display: flex; - align-items: center; - justify-content: center; - cursor: pointer; - margin: auto; + font-family: 'Spartan', sans-serif; + font-weight: 500; + height: 25px !important; + width: 80px !important; + display: flex; + align-items: center; + justify-content: center; + cursor: pointer; + margin: auto; } .availableItems{ diff --git a/src/app/settings/settings.component.css b/src/app/settings/settings.component.css index 0a6340c..d321fd1 100644 --- a/src/app/settings/settings.component.css +++ b/src/app/settings/settings.component.css @@ -1,9 +1,9 @@ * { - font-family: Spartan; + font-family: 'Spartan', sans-serif; } .settings-title { - font-family: Spartan; + font-family: 'Spartan', sans-serif; background: #ff4722; color: white; font-size: 30px; @@ -13,6 +13,9 @@ .settings_field { width: 100%; - font-family: Spartan; + font-family: 'Spartan', sans-serif; } +.mat-slide-toggle-content { + font-family: 'Spartan', sans-serif; +} diff --git a/src/app/settings/settings.component.html b/src/app/settings/settings.component.html index d8aa906..20d3ab8 100644 --- a/src/app/settings/settings.component.html +++ b/src/app/settings/settings.component.html @@ -23,21 +23,16 @@ (change)="onChange($event)"> Use zatoshis? - -
-