Commit 2091357cd69ccf8756db31741d9d076ee7d64336
1 parent
b18d24ac92
Exists in
master
and in
2 other branches
Fix en fuente
Showing
3 changed files
with
4 additions
and
4 deletions
Show diff stats
src/app/modules/splash-screen/splash-screen.component.ts
| ... | ... | @@ -9,9 +9,9 @@ export class SplashScreenComponent implements OnInit { |
| 9 | 9 | timerSplashScreen = 2000; |
| 10 | 10 | showSplashScreen = true; |
| 11 | 11 | textWelcome = 'BIENVENIDO A SPOT!'; |
| 12 | - textComoEstas = '¿cómo estas?'; | |
| 12 | + textComoEstas = '¿cómo estás?'; | |
| 13 | 13 | textInvitamos = 'TE INVITAMOS A HACER'; |
| 14 | - textTuPedido = 'tu pedido acá'; | |
| 14 | + textTuPedido = 'tú pedido acá'; | |
| 15 | 15 | |
| 16 | 16 | constructor() { } |
| 17 | 17 |
src/assets/fonts/gotham-medium.woff
No preview for this file type
src/styles.scss
| ... | ... | @@ -4,7 +4,7 @@ |
| 4 | 4 | @import "node_modules/bootstrap/scss/_variables.scss"; |
| 5 | 5 | |
| 6 | 6 | @font-face { |
| 7 | - font-family: "Gotham-Medium"; | |
| 7 | + font-family: "Gotham"; | |
| 8 | 8 | font-style: normal; |
| 9 | 9 | font-weight: normal; |
| 10 | 10 | src: url("assets/fonts/gotham-medium.woff") format("woff"); |
| ... | ... | @@ -16,7 +16,7 @@ body { |
| 16 | 16 | max-height: 100vh; |
| 17 | 17 | height: 100vh; |
| 18 | 18 | background-color: #fcf2e3; |
| 19 | - font-family: "Gotham-Medium"; | |
| 19 | + font-family: "Gotham"; | |
| 20 | 20 | overflow: hidden; |
| 21 | 21 | } |
| 22 | 22 |