diff --git a/css/index.css b/css/index.css index f317483..1983608 100644 --- a/css/index.css +++ b/css/index.css @@ -8,10 +8,26 @@ @import "admonition.css"; @import "tailwindcss/utilities"; -@import url('https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700;900&display=swap'); +/* @import url('https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700;900&display=swap'); @import url('https://fonts.googleapis.com/css2?family=Poiret+One&display=swap'); @import url('https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700;900&family=Montserrat:wght@400;700&display=swap'); -@import url('https://fonts.googleapis.com/css2?family=Cormorant+Infant:wght@300;400;500;600;700&display=swap'); +@import url('https://fonts.googleapis.com/css2?family=Cormorant+Infant:wght@300;400;500;600;700&display=swap'); */ + + +@font-face { + font-family: "Lovera"; + font-weight: 400; + src: url("https://https://www2.jungleparadise.tf/fonts/Lovera.otf") format("opentype"); + src: url("../fonts/Lovera.otf") format("opentype"); +} + +@font-face { + font-family: "Quicksand_Light"; + font-weight: 400; + src: url("https://https://www2.jungleparadise.tf/fonts/Quicksand_Light.otf") format("opentype"); + src: url("../fonts/Quicksand_Light.otf") format("opentype"); +} + /* Custom CSS for header partial */ .backdrop-blur { -webkit-backdrop-filter: blur(40px); @@ -20,9 +36,20 @@ font-family: 'Josefin Sans', sans-serif; } */ -h1, h2, h3, h4, p { +h1, h2, h3, h4, h5 { color: #614734; + font-family: "Lovera", sans-serif; } + +p { + color: #614734; + font-family: "Quicksand_Light", sans-serif; +} + +.button a { + font-family: "Lovera", sans-serif; +} + .bg-semi-white { background-color: rgba(255, 255, 255, 0.75); } @@ -133,7 +160,7 @@ img[src*="#fig"] { @apply text-3xl lg:text-6xl xl:text-6xl font-normal text-gray-900 leading-4 my-4; font-family: 'Cormorant Infant', serif; line-height: 1.2; - font-weight: 600; + font-weight: 400; /* text-shadow: 2px 4px 4px rgb(36 36 36 / 50%); */ } @@ -144,7 +171,7 @@ img[src*="#fig"] { @apply text-2xl lg:text-4xl mt-3 lg:mt-8 font-light leading-4 my-2; font-family: 'Cormorant Infant', serif; line-height: 1.1; - font-weight: 600; + font-weight: 400; } @@ -152,7 +179,7 @@ img[src*="#fig"] { @apply text-xl lg:text-2xl font-light leading-4 my-4; font-family: 'Cormorant Infant', serif; line-height: 2rem; - font-weight: 500; + font-weight: 400; } @@ -171,7 +198,7 @@ img[src*="#fig"] { font-family: 'Cormorant Infant', serif; line-height: 1.2; color: #ffffff; - font-weight: 600; + font-weight: 400; } h3 strong { @apply font-medium; @@ -200,7 +227,7 @@ img[src*="#fig"] { @apply inline-block text-base lg:text-xl - font-bold + font-normal px-8 py-1 my-2 @@ -215,8 +242,9 @@ button:hover { } button { -font-weight: 700; +font-weight: 400; background-color: #614734; +font-family: "Lovera", sans-serif; } .experience-btn { @@ -265,8 +293,8 @@ footer .customize { header .customize div { box-shadow: none; text-transform: capitalize; - font-family: 'Cormorant Infant', serif; - font-weight: 700 !important; + font-family: "Lovera", sans-serif; + font-weight: 400 !important; } button { @@ -279,6 +307,7 @@ button { box-shadow: none; padding-top:8px ; padding-bottom: 8px; + font-family: "Lovera", sans-serif; } a { diff --git a/static/fonts/BebasNeue-Bold.ttf b/static/fonts/BebasNeue-Bold.ttf deleted file mode 100644 index 6fff605..0000000 Binary files a/static/fonts/BebasNeue-Bold.ttf and /dev/null differ diff --git a/static/fonts/Lovera.otf b/static/fonts/Lovera.otf new file mode 100644 index 0000000..8905646 Binary files /dev/null and b/static/fonts/Lovera.otf differ diff --git a/static/fonts/Quicksand_Bold.otf b/static/fonts/Quicksand_Bold.otf new file mode 100644 index 0000000..4f371fa Binary files /dev/null and b/static/fonts/Quicksand_Bold.otf differ diff --git a/static/fonts/Quicksand_Bold_Oblique.otf b/static/fonts/Quicksand_Bold_Oblique.otf new file mode 100644 index 0000000..ebee4bd Binary files /dev/null and b/static/fonts/Quicksand_Bold_Oblique.otf differ diff --git a/static/fonts/Quicksand_Book.otf b/static/fonts/Quicksand_Book.otf new file mode 100644 index 0000000..ee8b12d Binary files /dev/null and b/static/fonts/Quicksand_Book.otf differ diff --git a/static/fonts/Quicksand_Book_Oblique.otf b/static/fonts/Quicksand_Book_Oblique.otf new file mode 100644 index 0000000..c0103a1 Binary files /dev/null and b/static/fonts/Quicksand_Book_Oblique.otf differ diff --git a/static/fonts/Quicksand_Dash.otf b/static/fonts/Quicksand_Dash.otf new file mode 100644 index 0000000..de6c2fd Binary files /dev/null and b/static/fonts/Quicksand_Dash.otf differ diff --git a/static/fonts/Quicksand_Light.otf b/static/fonts/Quicksand_Light.otf new file mode 100644 index 0000000..798c1a7 Binary files /dev/null and b/static/fonts/Quicksand_Light.otf differ diff --git a/static/fonts/Quicksand_Light_Oblique.otf b/static/fonts/Quicksand_Light_Oblique.otf new file mode 100644 index 0000000..9d0a91a Binary files /dev/null and b/static/fonts/Quicksand_Light_Oblique.otf differ diff --git a/static/fonts/lg.ttf b/static/fonts/lg.ttf deleted file mode 100644 index 825f483..0000000 Binary files a/static/fonts/lg.ttf and /dev/null differ diff --git a/static/fonts/lg.woff b/static/fonts/lg.woff deleted file mode 100644 index fd02a6f..0000000 Binary files a/static/fonts/lg.woff and /dev/null differ diff --git a/static/fonts/lg.woff2 b/static/fonts/lg.woff2 deleted file mode 100644 index 2c2e289..0000000 Binary files a/static/fonts/lg.woff2 and /dev/null differ diff --git a/templates/partials/header.html b/templates/partials/header.html index 030c720..32e3aa3 100644 --- a/templates/partials/header.html +++ b/templates/partials/header.html @@ -124,7 +124,7 @@