Total Newbie - Custom Font CSS with Google Fonts

I am a total newbie to Dynalist Pro and CSS… basically I have no idea what I’m doing in the world of CSS. If any out there can help me get a custom CSS to make all my notes in the Comic Neue font from Google Fonts, I would sooo appreciate it. Link to the font is here:https://fonts.google.com/specimen/Comic+Neue?preview.text_type=custom

I have no idea what I’m doing (again - total newbie) so copy-paste right now is my style unfortunately. Am excited to learn more though!

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

This is perfect!! (And so simple looking lol - I tried a few different things and pretty sure I was overdoing it!)

Thank you so much.

2 Likes