From 7b1c093596283831bca5c69276f367bfef40194c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yusuf=20=C4=B0pek?= Date: Wed, 15 Sep 2021 18:36:41 +0300 Subject: [PATCH] =?UTF-8?q?font=20tipi=20de=C4=9Fi=C5=9Ftirildi?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- styles/base/_typography.scss | 11 ++++++----- styles/components/navbar.scss | 2 +- styles/globals.scss | 6 +----- styles/pages/rehber.scss | 17 ++++++++--------- 4 files changed, 16 insertions(+), 20 deletions(-) diff --git a/styles/base/_typography.scss b/styles/base/_typography.scss index 3686198..06e0c33 100644 --- a/styles/base/_typography.scss +++ b/styles/base/_typography.scss @@ -1,19 +1,20 @@ h1, h2, h3, -h4 { +h4, +h5, +h6 { + font-family: "NunitoSansSemiBold"; color: var(--color-primary); } h1 { - font-weight: 500; font-size: 3rem; text-align: center; } h2 { font-size: 2.4rem; - font-weight: normal; } p, @@ -45,7 +46,7 @@ a { code { background-color: black; - font-size: 1.8rem; + font-size: 1.6rem; } pre { @@ -54,8 +55,8 @@ pre { border-radius: 1rem; margin-bottom: 1.5rem; margin-top: 1.5rem; - white-space: pre-wrap; + word-break: break-word; code { color: var(--color-primary); diff --git a/styles/components/navbar.scss b/styles/components/navbar.scss index 0e8f037..acc14f8 100644 --- a/styles/components/navbar.scss +++ b/styles/components/navbar.scss @@ -12,7 +12,6 @@ grid-column: 1; font-size: 2.4rem; color: var(--color-primary); - font-weight: normal; a { &:after { @@ -61,6 +60,7 @@ } @include media("