Skip to content

Commit

Permalink
Events title font changed
Browse files Browse the repository at this point in the history
  • Loading branch information
DC-20000 committed Mar 28, 2023
1 parent 54742ce commit a07d607
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions src/Udgam/components/Events/udgamEvents.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
@import url('https://fonts.googleapis.com/css2?family=Montserrat&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');
/* .bg {
background: url(./background.png) no-repeat;
background-size: cover;
Expand Down Expand Up @@ -119,7 +120,7 @@
color: #6f6f6f;
margin: 20px;
}

/* .event-title */
.active {
color: white;
text-decoration: underline;
Expand Down Expand Up @@ -148,7 +149,7 @@
justify-content: flex-end;
align-items: flex-end;
width: 80%;
font-family: eventHeadingfont;
font-family: 'poppins';
font-size: 70px;
color: #dadada;
}
Expand Down Expand Up @@ -211,7 +212,7 @@
.event-title {
display: flex;
justify-content: flex-start;
font-family: eventHeadingFont;
font-family: "poppins";
font-size: 40px;
width: 70%;
color: white;
Expand Down

0 comments on commit a07d607

Please sign in to comment.