Skip to content

Commit

Permalink
font harmonization (#572)
Browse files Browse the repository at this point in the history
Co-authored-by: Igor IHIMBAZWE <[email protected]>
  • Loading branch information
igorihimbazwe and Igor IHIMBAZWE authored Oct 17, 2024
1 parent 2de45b4 commit 4b358e0
Show file tree
Hide file tree
Showing 8 changed files with 16 additions and 18 deletions.
2 changes: 1 addition & 1 deletion src/components/loaders/loader1/style.module.css
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
@import url('https://fonts.googleapis.com/css2?family=PT+Serif:wght@400;700&display=swap');

* {
font-family: 'PT Serif', serif;

}
.loader {
--border-color: #333;
Expand Down
2 changes: 1 addition & 1 deletion src/components/loaders/loader2/style.module.css
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
@import url('https://fonts.googleapis.com/css2?family=PT+Serif:wght@400;700&display=swap');

* {
font-family: 'PT Serif', serif;

}
.loader {
--border-color: #333;
Expand Down
14 changes: 6 additions & 8 deletions src/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,7 @@
@apply font-serif;
}

* {
font-family: 'PT Serif', serif;
}


.max-375-footrt-img img {
margin-right: 0;
Expand Down Expand Up @@ -107,7 +105,7 @@
.text-style {
color: var(--neutral-neutral-900, #424242);
/* font-family: poppins; */
font-family: 'PT Serif', serif;

font-size: 16px;
font-style: normal;
font-weight: 400;
Expand All @@ -119,7 +117,7 @@
.header-style {
color: var(--neutral-neutral-900, #424242);
/* font-family: poppins; */
font-family: 'PT Serif', serif;

font-style: normal;
font-weight: 900;
line-height: 100%;
Expand All @@ -135,7 +133,7 @@
.card-text {
color: var(--neutral-neutral-900, #424242);
/* font-family: poppins; */
font-family: 'PT Serif', serif;

font-size: 12px;
font-style: normal;
font-weight: 400;
Expand All @@ -145,13 +143,13 @@

.font {
/* font-family: Poppins; */
font-family: 'PT Serif', serif;

}

.text-img {
color: var(--base-light, #fff);
/* font-family: Poppins; */
font-family: 'PT Serif', serif;

font-style: normal;
font-weight: 400;
line-height: 100%;
Expand Down
2 changes: 1 addition & 1 deletion src/pages/Organization/orgName.css
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
@import url('https://fonts.googleapis.com/css2?family=PT+Serif:wght@400;700&display=swap');

.font {
font-family: 'PT Serif', serif;

}

.orgName {
Expand Down
2 changes: 1 addition & 1 deletion src/pages/gradeSystem/style.module.css
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
@import url('https://fonts.googleapis.com/css2?family=PT+Serif:wght@400;700&display=swap');

.font {
font-family: 'PT Serif', serif;

}

.sm_card {
Expand Down
6 changes: 3 additions & 3 deletions src/pages/ratings/style.module.css
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
@import url('https://fonts.googleapis.com/css2?family=PT+Serif:wght@400;700&display=swap');

.font {
font-family: 'PT Serif', serif;

}
.frame {
align-items: stretch;
Expand All @@ -14,7 +14,7 @@
}

.frame .text_wrapper {
font-family: 'Roboto-Bold', Helvetica;

font-size: 16px;
font-weight: 700;
letter-spacing: 0;
Expand Down Expand Up @@ -66,7 +66,7 @@
}

.frame .text_wrapper_2 {
font-family: 'Roboto-Bold', Helvetica;

font-size: 14px;
font-weight: 700;
letter-spacing: 0;
Expand Down
4 changes: 2 additions & 2 deletions src/style.css
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
@import url('https://fonts.googleapis.com/css2?family=PT+Serif:wght@400;700&display=swap');

.font {
font-family: 'PT Serif', serif;

}
.radio-toolbar input[type='radio'] {
display: none;
Expand All @@ -12,7 +12,7 @@
background-color: #ddd;
padding: 4px 11px;
/* font-family: Arial; */
font-family: 'PT Serif', serif;

font-size: 16px;
cursor: pointer;
}
Expand Down
2 changes: 1 addition & 1 deletion tailwind.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ module.exports = {
// josefin: ['Josefin Sans', 'sans-serif'],
// lexend: ['Lexend Deca', 'sans-serif'],
// sans: ['PT Serif', 'serif'],
serif: ['PT Serif', 'serif'],
serif: ['Inter', 'serif'],
},
extend: {
borderRadius: {
Expand Down

0 comments on commit 4b358e0

Please sign in to comment.