'NextJS with Google Fonts

I'm learning next js but I have a problem... I tried to add a different font using @import from google fonts and everything works fine, but when I add a getServerSideProps() function the font doesn't work while with getStaticProps() everything works fine and I can't understand the problem. This is the repo. Thanks

I expect to see a custom font



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source