Skip to content
This repository has been archived by the owner on Nov 12, 2024. It is now read-only.

Commit

Permalink
Font optimisations
Browse files Browse the repository at this point in the history
  • Loading branch information
tanguy-fgl committed Mar 26, 2024
1 parent 2a9a2ce commit 4cb8e65
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions assets/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
--------------------------------------------------------------*/
body {
font-family: "Open Sans", sans-serif;
font-display: swap;
color: #444444;
}

Expand All @@ -31,6 +32,7 @@ h4,
h5,
h6 {
font-family: "Poppins", sans-serif;
font-display: swap;
}

/*--------------------------------------------------------------
Expand Down Expand Up @@ -178,6 +180,7 @@ h6 {
justify-content: space-between;
padding: 0 3px;
font-family: "Poppins", sans-serif;
font-display: swap;
font-size: 15px;
font-weight: 600;
color: rgba(255, 255, 255, 0.7);
Expand Down Expand Up @@ -453,6 +456,7 @@ h6 {

#hero .btn-get-started {
font-family: "Poppins", sans-serif;
font-display: swap;
font-weight: 500;
font-size: 16px;
letter-spacing: 1px;
Expand Down Expand Up @@ -617,6 +621,7 @@ section {

.about .content .read-more {
font-family: "Poppins", sans-serif;
font-display: swap;
font-weight: 500;
font-size: 16px;
letter-spacing: 1px;
Expand Down Expand Up @@ -654,6 +659,7 @@ section {
color: #fff;
font-weight: 600;
font-family: "Poppins", sans-serif;
font-display: swap;
}

.counts .counters p {
Expand Down Expand Up @@ -942,6 +948,7 @@ section {
transition: all 0.3s ease-in-out;
border-radius: 5px;
font-family: "Poppins", sans-serif;
font-display: swap;
}

.portfolio #portfolio-flters li:hover,
Expand Down Expand Up @@ -1131,6 +1138,7 @@ section {
color: #5846f9;
font-weight: 600;
font-family: "Roboto", sans-serif;
font-display: swap;
margin-bottom: 20px;
}

Expand Down Expand Up @@ -1187,6 +1195,7 @@ section {
font-size: 15px;
font-weight: 400;
font-family: "Roboto", sans-serif;
font-display: swap;
font-weight: 600;
transition: 0.3s;
}
Expand Down Expand Up @@ -1253,6 +1262,7 @@ section {
display: block;
position: relative;
font-family: "Roboto", sans-serif;
font-display: swap;
font-size: 16px;
line-height: 24px;
font-weight: 500;
Expand Down Expand Up @@ -1518,6 +1528,7 @@ section {
line-height: 24px;
margin-bottom: 0;
font-family: "Poppins", sans-serif;
font-display: swap;
}

#footer .footer-top h4 {
Expand Down

0 comments on commit 4cb8e65

Please sign in to comment.