Javascript – Which is the better way to use fonts in next js project in terms of performance?
I want to use Red Hat Display font in my project. Should I download all different variants of the in local repository i.e. RedHatDisplay-Light,RedHatDisplay-Regular, RedHatDisplay-SemiBold etc. and then use next/font/local to optimize it or should I use 'import Red_Hat_Display from…