Total Newbie - Custom Font CSS with Google Fonts

Paste this in the Custom CSS box

@import url('https://fonts.googleapis.com/css2?family=Comic+Neue&display=swap');

.Node{
font-family: 'Comic Neue', cursive;
}

there’s a few flavors of the font you can modify as you like