Hello Everyone,
I am feeling glad to discussion here. I am not succussed in two issues. Will discuss below:
- I recently started a website and I feel that I am leaking anywhere while creating the footer.
- I selected the font for <h> lexend & <p> poppins. Both are not working yet. Additionally I added CSS for the font. lemme paste here for the refference. I tried to add screeshots but i am not able to add here. That’s why I am adding mt website name (honistaapkdownload. com). copy it and paste into google search bar. Review my website and suggest me some thing.
/* Apply Lexend font to all headings */
h1, h2, h3, h4, h5, h6 {
font-family: ‘Lexend’, sans-serif;
}
/* Apply Poppins font to all paragraphs and text elements */
p, span, div, a, li {
font-family: ‘Poppins’, sans-serif;
}
-
This reply was modified 2 months, 3 weeks ago by adommethree.