diff --git a/dist/css/styles.css b/dist/css/styles.css index d88b4985..5f334a61 100644 --- a/dist/css/styles.css +++ b/dist/css/styles.css @@ -93,10 +93,10 @@ body { margin: 0; - font-family: var(--bs-body-font-family); + /*font-family: var(--bs-body-font-family);*/ font-size: var(--bs-body-font-size); font-weight: var(--bs-body-font-weight); - line-height: var(--bs-body-line-height); + /*line-height: var(--bs-body-line-height);*/ color: var(--bs-body-color); text-align: var(--bs-body-text-align); background-color: var(--bs-body-bg); @@ -104,6 +104,21 @@ body { -webkit-tap-highlight-color: rgba(0, 0, 0, 0); } +body { + font-family: 'Roboto', sans-serif; + line-height: 1.6; +} + +h1, h2, h3 { + font-family: 'Poppins', sans-serif; + font-weight: 700; +} + +html { + scroll-behavior: smooth; +} + + hr { margin: 1rem 0; color: inherit; diff --git a/dist/index.html b/dist/index.html index 29fbf448..a8d43909 100644 --- a/dist/index.html +++ b/dist/index.html @@ -199,38 +199,43 @@