Skip to content

Commit

Permalink
Improve fonts
Browse files Browse the repository at this point in the history
  • Loading branch information
matks committed Dec 21, 2023
1 parent dc34f4e commit ccb67ff
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 13 deletions.
6 changes: 3 additions & 3 deletions assets/style/_footer.scss
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
footer {
padding-bottom: 95px;
font-family: 'IBM Plex Sans', sans-serif;
font-family: 'IBM Plex Sans', Arial, sans-serif;

.black-title {
margin-top: 45px;
line-height: 30px;
font-family: 'Prestafont';
font-family: Prestafont, sans-serif;
font-size: 28px;
max-width: 200px;
}
Expand All @@ -17,7 +17,7 @@ footer {

.share,
.build-link {
font-family: 'IBM Plex Sans', sans-serif;
font-family: 'IBM Plex Sans', Arial, sans-serif;
font-weight: 300;
font-size: 16px;
color: #fff;
Expand Down
4 changes: 2 additions & 2 deletions assets/style/_header.scss
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
header {

h1 {
font-family: 'Prestafont';
font-family: Prestafont, sans-serif;
font-size: 95px;
}

Expand All @@ -12,7 +12,7 @@ header {
}

.black-text {
font-family: 'IBM Plex Sans', sans-serif;
font-family: 'IBM Plex Sans', Arial, sans-serif;

font-size: 18px;
max-width: 800px;
Expand Down
16 changes: 8 additions & 8 deletions assets/style/_section_1.scss
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,13 @@
.count,
.words {
color: #a4dbe8;
font-family: 'Prestafont';
font-family: Prestafont, sans-serif;
}
.count {
font-size: 24px;
}
.words {
font-family: 'IBM Plex Sans', sans-serif;
font-family: 'IBM Plex Sans', Arial, sans-serif;
margin-top: -8px;
font-size: 12px;
}
Expand All @@ -55,12 +55,12 @@

#top-contributors {
h2 {
font-family: 'Prestafont';
font-family: Prestafont, sans-serif;
padding-bottom: 0;
margin-bottom: 4px;
}
.date {
font-family: 'IBM Plex Sans', sans-serif;
font-family: 'IBM Plex Sans', Arial, sans-serif;
margin-bottom: 23px;
letter-spacing: 0.2px;
font-size: 20px;
Expand Down Expand Up @@ -247,13 +247,13 @@ $background-expert: #ffffff;
.details {
float: right;
text-align: right;
font-family: 'IBM Plex Sans', sans-serif;
font-family: 'IBM Plex Sans', Arial, sans-serif;

.position {
color: #000000;
font-size: 24px;
margin-top: 0;
font-family: 'Prestafont';
font-family: Prestafont, sans-serif;
}
.name {
font-size: 16px;
Expand Down Expand Up @@ -355,7 +355,7 @@ $background-expert: #ffffff;

#all-contributors {
.title {
font-family: 'Prestafont';
font-family: Prestafont, sans-serif;
height: 34px;
line-height: 34px;
vertical-align: middle;
Expand Down Expand Up @@ -385,7 +385,7 @@ $background-expert: #ffffff;
}

.rank-experts {
font-family: 'Prestafont';
font-family: Prestafont, sans-serif;
color: $color-expert;
}
.rank-enthusiasts {
Expand Down

0 comments on commit ccb67ff

Please sign in to comment.