diff --git a/assets/scss/_typography.scss b/assets/scss/_typography.scss index 1bf2ae6..292cafe 100644 --- a/assets/scss/_typography.scss +++ b/assets/scss/_typography.scss @@ -6,6 +6,12 @@ transition: all 0.3s ease; } +.logo { + font-family: $logo-font-family; + font-weight: 900; + color: #282f49; +} + a.text-light, a.text-dark { // transition: all 0.3s ease; diff --git a/assets/scss/_variables.scss b/assets/scss/_variables.scss index e9245ce..dcc9f92 100644 --- a/assets/scss/_variables.scss +++ b/assets/scss/_variables.scss @@ -14,9 +14,10 @@ $body-color: #7e7e8a; // // Fonts -@import url("https://fonts.googleapis.com/css?family=Poppins:400,500,600,700,800,900|Yeseva+One&display=swap"); +@import url("https://fonts.googleapis.com/css?family=Poppins:400,500,600,700,800,900|Yeseva+One|Varela+Round&display=swap"); $font-family-base: "Poppins", sans-serif; $headings-font-family: "Yeseva One", cursive; +$logo-font-family: "Varela Round", sans-serif; // Size $font-size-base: 1.125rem; // 18px diff --git a/layouts/partials/navbar.html b/layouts/partials/navbar.html index e7d28bf..59d5063 100644 --- a/layouts/partials/navbar.html +++ b/layouts/partials/navbar.html @@ -1,7 +1,7 @@