Google fonts API - Forum

Forum Navigation
You need to log in to create posts and topics.

Google fonts API

How to use google fonts API in VisualNEO Web?

I tried as follow, in project > App properties > style:

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800;900&display=swap');

*{
font-family:'Poppins',sans-serif;
}

It seems does not work.

@asmat use the included plugin neoGoogleFonts
https://webhelp.visualneo.com/neoGoogleFonts.html

Regards.

asmat has reacted to this post.
asmat

Thank you so much,

Is there any way to use the google fonts offline?

@asmat yes you can download the font files from Google Fonts site and use them as regular fonts using AddFont command.

asmat and javadrajabihakami have reacted to this post.
asmatjavadrajabihakami

Thanks, master Luis