Skip to content

Commit 0c525f9

Browse files
committed
apply Qanelas Soft font to pricing page mega menu
Signed-off-by: kishore08-07 <kishorebsm8@gmail.com>
1 parent 679cbc0 commit 0c525f9

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

src/sections/General/Navigation/navigation.style.js

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -192,11 +192,13 @@ const NavigationWrap = styled.header`
192192
padding: 3em;
193193
border-radius: 50px 0 0 50px;
194194
transition: 0.8s cubic-bezier(0.2, 0.8, 0.2, 1);
195+
font-family: "Qanelas Soft", "Open Sans", sans-serif;
195196
.sub-item {
196197
padding: 0;
197198
}
198199
.section {
199200
color: ${(props) => props.theme.text};
201+
font-family: "Qanelas Soft", "Open Sans", sans-serif;
200202
font-size: 20px;
201203
font-weight: 600;
202204
margin-left: 0px;
@@ -214,6 +216,7 @@ const NavigationWrap = styled.header`
214216
display: block;
215217
.readmore-btn {
216218
color: ${(props) => props.theme.text};
219+
font-family: "Qanelas Soft", "Open Sans", sans-serif;
217220
transition: 0.8s cubic-bezier(0.2, 0.8, 0.2, 1);
218221
}
219222
&:before {
@@ -398,6 +401,7 @@ const NavigationWrap = styled.header`
398401
.dropdown {
399402
li {
400403
padding-top: 5px;
404+
font-family: "Qanelas Soft", "Open Sans", sans-serif;
401405
a {
402406
display: block;
403407
&:hover {
@@ -416,6 +420,7 @@ const NavigationWrap = styled.header`
416420
display: flex;
417421
line-height: 1.5rem;
418422
font-size: 15px;
423+
font-family: "Qanelas Soft", "Open Sans", sans-serif;
419424
transition: 450ms all;
420425
padding: 0px 20px 0px 20px;
421426
cursor: pointer;
@@ -629,6 +634,7 @@ const NavigationWrap = styled.header`
629634
background: ${(props) => props.theme.greyC1C1C1ToGreyB3B3B3};
630635
}
631636
.menu-item {
637+
font-family: "Qanelas Soft", "Open Sans", sans-serif;
632638
font-size: 16px;
633639
font-weight: 600;
634640
line-height: 2rem;

0 commit comments

Comments
 (0)