diff options
Diffstat (limited to 'client/src/components/Header/Header.module.css')
-rw-r--r-- | client/src/components/Header/Header.module.css | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/client/src/components/Header/Header.module.css b/client/src/components/Header/Header.module.css index c67df95..daf82ef 100644 --- a/client/src/components/Header/Header.module.css +++ b/client/src/components/Header/Header.module.css @@ -1,7 +1,8 @@ @import '../../styles/GlobalVariables.css'; .header { - font-family: 'Fredoka One', cursive; + font-family: 'Barlow', cursive; + font-weight: 700; display: flex; flex-direction: column; align-items: center; @@ -10,11 +11,11 @@ } .header__subheading { - font-size: var(--font-medium); - font-weight: 400; + font-size: 2.5rem; + font-weight: 700; } .header__image { - width: 150px; - height: 150px; + width: 250px; + height: 250px; } |