Skip to content

Commit f684d94

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

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

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

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,6 @@ const NavigationWrap = styled.header`
198198
}
199199
.section {
200200
color: ${(props) => props.theme.text};
201-
font-family: "Qanelas Soft", "Open Sans", sans-serif;
202201
font-size: 20px;
203202
font-weight: 600;
204203
margin-left: 0px;
@@ -216,7 +215,6 @@ const NavigationWrap = styled.header`
216215
display: block;
217216
.readmore-btn {
218217
color: ${(props) => props.theme.text};
219-
font-family: "Qanelas Soft", "Open Sans", sans-serif;
220218
transition: 0.8s cubic-bezier(0.2, 0.8, 0.2, 1);
221219
}
222220
&:before {
@@ -374,6 +372,7 @@ const NavigationWrap = styled.header`
374372
visibility: visible;
375373
}
376374
nav {
375+
font-family: "Qanelas Soft", "Open Sans", sans-serif;
377376
ul {
378377
margin: 0;
379378
padding: 0;
@@ -399,9 +398,9 @@ const NavigationWrap = styled.header`
399398
}
400399
}
401400
.dropdown {
401+
font-family: "Qanelas Soft", "Open Sans", sans-serif;
402402
li {
403403
padding-top: 5px;
404-
font-family: "Qanelas Soft", "Open Sans", sans-serif;
405404
a {
406405
display: block;
407406
&:hover {
@@ -420,7 +419,6 @@ const NavigationWrap = styled.header`
420419
display: flex;
421420
line-height: 1.5rem;
422421
font-size: 15px;
423-
font-family: "Qanelas Soft", "Open Sans", sans-serif;
424422
transition: 450ms all;
425423
padding: 0px 20px 0px 20px;
426424
cursor: pointer;

0 commit comments

Comments
 (0)