Font Style is not copied in the Node

Hi, I am using "Nunito", sans-serif font style from google fonts for my Nodes and Links, But it is not inheriting same fonts. Please tell me how can I add a similar font to the elements in the Canvas

I am using font: '10pt Nunito sans-serif', in the text block. but it’s Not taking this font-style

Try adding a comma to your font string. '10pt Nunito, sans-serif'.

If it still isn’t showing up, you should make sure the font is loaded. You may need to use some kind of font loader to ensure your font is loaded before rendering the diagram that relies on that font.

Thanks, I loading the font before everthing else resolved my problem