diff --git a/style.css b/style.css index 8b17111..ad1f57c 100644 --- a/style.css +++ b/style.css @@ -1,12 +1,11 @@ -@import url(GeneralSans-Medium.otf); -@import url(GeneralSans-Regular.otf); -@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@700;800&display=swap'); +@import url('GeneralSans-Medium.otf'); +@import url('GeneralSans-Regular.otf'); *{ margin: 0; padding: 0; box-sizing: border-box; font-family: "General Sans"; - font-family: 'Poppins', sans-serif; + } @@ -85,15 +84,7 @@ h5{ margin-top: 5.625rem; } -/* sticky navbar */ -.sticky{ - position: fixed; - top: 0; - left: 0; - width: 100%; - height: 8rem; - padding-bottom: 0; -} + #heading h1{