How does one change the fonts on hashnode to google fonts? When I try to use the @import syntax, it doesn't work. Here's my custom css - which doesn't work: @import url( 'https://fonts.googleapis.com/css2?family=Lexend+Deca:wght@400;500;600;700&display=swap' ); body { font-family : 'Lexend Deca' , sans-serif; }
