© 2026 LinearBytes Inc.
Search posts, tags, users, and pages
Roel Magdaleno
Web Development. WordPress. Good Practices.
That menu looks creative, thanks for your guide.
The only thing that concerns me is the use of @import, which is bad for performance because slows down the initial render.
@import
Check these links explaining that:
gtmetrix.com/avoid-css-import.html
csswizardry.com/2018/11/css-and-network-performan…
Yosra Emad
A software engineering student
thanks! I only used it to get a new font :) It only downloads one font and there is no other way to get that font in codepen other than that :)
Yosra Emad Yes you can, just go to your HTML settings and insert your font links, like this:
:)
Roel Magdaleno i didnt know that! i thought it wasnt available in codepen to add things in the head tag! thank you so much for telling me!