summaryrefslogtreecommitdiff
path: root/client/src/components/Header
diff options
context:
space:
mode:
authorrohan09-raj <[email protected]>2022-08-25 16:22:34 +0530
committerrohan09-raj <[email protected]>2022-08-25 16:22:34 +0530
commitdac079cd6c5693ee3a75611fe20b691ad30ed7ea (patch)
tree2dc9fda5b1405a3a779a4ccf1f6b6fc8b7d2f5d5 /client/src/components/Header
parent35176b53a88ef17a1035851aa5ce0a23d7e744f6 (diff)
font changes
Diffstat (limited to 'client/src/components/Header')
-rw-r--r--client/src/components/Header/Header.module.css11
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;
}