Skip to content

Commit

Permalink
Revert "font added to all pages"
Browse files Browse the repository at this point in the history
  • Loading branch information
Suchitra-Sahoo authored Jul 6, 2024
1 parent c504d56 commit 4146e0f
Show file tree
Hide file tree
Showing 7 changed files with 15 additions and 30 deletions.
2 changes: 1 addition & 1 deletion FAQS/faqpagestyle.css
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
border: none;
outline: none;
scroll-behavior: smooth;
font-family: "Poppins";
font-family: "Playfair Display", serif;
}

:root {
Expand Down
3 changes: 1 addition & 2 deletions about/about.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
@import url("https://fonts.googleapis.com/css?family=Poppins:wght@300;400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Playfair+Display&display=swap");

* {
Expand All @@ -9,7 +8,7 @@
font-weight: 400;
outline: none;
list-style-type: none;
font-family: "Poppins";
font-family: "Playfair Display", serif;
}

:root {
Expand Down
2 changes: 1 addition & 1 deletion buyproducts/buy_products.css
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
border: none;
outline: none;
scroll-behavior: smooth;
font-family: "Poppins";
font-family: "Playfair Display", serif;
}

/* Customizing the title */
Expand Down
15 changes: 7 additions & 8 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -51,14 +51,13 @@
<div class="loader-section section-right"></div>
</div>
<header class="header">
<a href="#" class="logo">

<img
src="icon.png"
alt="logo"
style="height: 50px; width: 50px; margin-right: 10px;"
/>
<h3>AgriLearnNetwork</h3>
<img
src="icon.png"
alt="logo"
style="height: 50px; width: 50px; margin-right: 10px;"
/>
<a href="#" class="logo" style="margin-inline-end: auto"
><h3>AgriLearnNetwork</h3>
</a>

<!-- adding the toggle mode button -->
Expand Down
6 changes: 2 additions & 4 deletions login/login.css
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
@import url("https://fonts.googleapis.com/css?family=Poppins:wght@300;400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Playfair+Display&display=swap");

@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700&display=swap");
* {
margin: 0;
padding: 0;
box-sizing: border-box;
font-family: "Poppins";
font-family: "Open Sans", sans-serif;
}

body {
Expand Down
13 changes: 2 additions & 11 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -81,17 +81,9 @@ section {
font-size: 2vmax;
color: var(--txt-color);
font-weight: 600;
/* margin-right: 40px; */
margin-right: 0;
cursor: default;
display: flex;
align-items: center;
justify-content: center;
}

.logo > h3{
margin-right: 50px;
}

.navbar a {
font-size: 1.5vmax;

Expand All @@ -108,8 +100,7 @@ section {
top: 0;
left: 0;
width:100%;
padding: 2rem 2%;
padding-right: 120px;
padding:2rem 9%;
background-color: var(--bg-color);
display: flex;
justify-content: space-between;
Expand Down
4 changes: 1 addition & 3 deletions testimonials/testimonials.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
@import url("https://fonts.googleapis.com/css?family=Poppins:wght@300;400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Playfair+Display&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600&display=swap');

.wrapper {
padding-top: 80px;
Expand All @@ -8,7 +7,6 @@
margin: 0 auto;
position: relative;
overflow: hidden;
font-family: "Poppins";
}

.wrapper i {
Expand Down

0 comments on commit 4146e0f

Please sign in to comment.