Skip to content

Commit

Permalink
Changed font Exo to Poppins
Browse files Browse the repository at this point in the history
  • Loading branch information
Ulf Schuster committed Jan 31, 2024
1 parent 06b7761 commit 509d24e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions css/wiredframe-screendesign.webflow.css
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ h1 {
margin: 10px 0px 0px;
padding: 0px 10px 5px;
background-color: var(--color-2);
font-family: 'Exo 2';
font-family: 'Poppins 2';
color: var(--color-3);
font-size: 50px;
line-height: 60px;
Expand All @@ -45,7 +45,7 @@ h2 {
width: 100%;
margin: auto 0px 10px;
padding: 9px 0px 20px;
font-family: 'Exo 2';
font-family: 'Poppins 2';
color: var(--color-2);
font-size: 40px;
line-height: 36px;
Expand All @@ -57,7 +57,7 @@ h2 {
h3 {
margin: 0px;
padding-bottom: 30px;
font-family: 'Exo 2';
font-family: 'Poppins 2';
color: var(--color-2);
font-size: 24px;
line-height: 30px;
Expand Down Expand Up @@ -93,7 +93,7 @@ p {
width: 100%;
margin-top: 0px;
margin-bottom: 0px;
font-family: 'Exo 2';
font-family: 'Poppins 2';
color: var(--color-5);
font-size: 20px;
line-height: 30px;
Expand Down

0 comments on commit 509d24e

Please sign in to comment.