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('fonts.googleapis.com/css2);
body {
font-family: 'Lexend Deca', sans-serif;
}