diff --git a/src/components/loaders/loader1/style.module.css b/src/components/loaders/loader1/style.module.css index df313896b..4d7817d74 100644 --- a/src/components/loaders/loader1/style.module.css +++ b/src/components/loaders/loader1/style.module.css @@ -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; diff --git a/src/components/loaders/loader2/style.module.css b/src/components/loaders/loader2/style.module.css index 700fb1da6..221b8ca69 100644 --- a/src/components/loaders/loader2/style.module.css +++ b/src/components/loaders/loader2/style.module.css @@ -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; diff --git a/src/index.css b/src/index.css index 0df083e71..dc015494c 100644 --- a/src/index.css +++ b/src/index.css @@ -22,9 +22,7 @@ @apply font-serif; } - * { - font-family: 'PT Serif', serif; - } + .max-375-footrt-img img { margin-right: 0; @@ -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; @@ -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%; @@ -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; @@ -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%; diff --git a/src/pages/Organization/orgName.css b/src/pages/Organization/orgName.css index 67d382948..732a84b86 100644 --- a/src/pages/Organization/orgName.css +++ b/src/pages/Organization/orgName.css @@ -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 { diff --git a/src/pages/gradeSystem/style.module.css b/src/pages/gradeSystem/style.module.css index 7fa484a90..b84602f3e 100644 --- a/src/pages/gradeSystem/style.module.css +++ b/src/pages/gradeSystem/style.module.css @@ -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 { diff --git a/src/pages/ratings/style.module.css b/src/pages/ratings/style.module.css index fc2729d1c..4473c0588 100644 --- a/src/pages/ratings/style.module.css +++ b/src/pages/ratings/style.module.css @@ -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; @@ -14,7 +14,7 @@ } .frame .text_wrapper { - font-family: 'Roboto-Bold', Helvetica; + font-size: 16px; font-weight: 700; letter-spacing: 0; @@ -66,7 +66,7 @@ } .frame .text_wrapper_2 { - font-family: 'Roboto-Bold', Helvetica; + font-size: 14px; font-weight: 700; letter-spacing: 0; diff --git a/src/style.css b/src/style.css index c491ab835..8a75bb602 100644 --- a/src/style.css +++ b/src/style.css @@ -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; @@ -12,7 +12,7 @@ background-color: #ddd; padding: 4px 11px; /* font-family: Arial; */ - font-family: 'PT Serif', serif; + font-size: 16px; cursor: pointer; } diff --git a/tailwind.config.js b/tailwind.config.js index 0c86b44b0..9ac45761f 100644 --- a/tailwind.config.js +++ b/tailwind.config.js @@ -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: {