Poppins google fonts Code Examples

Poppins is a Google font that can be used in any project. It is a friendly, approachable and casual script with a hand-lettered look that adds a wonderful touch to your designs.It works best when you want to add some personality to your design.

poppins cdn

on Jan 01, 1970
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Poppins:wght@300&display=swap" rel="stylesheet">

Add Comment

0

google fonts poppins

on Jan 01, 1970
// In style, paste this
@import url('https://fonts.googleapis.com/css2?family=Poppins&display=swap'); 

Add Comment

0

poppins font

on Jan 01, 1970
@import url('https://fonts.googleapis.com/css2?family=Poppins&display=swap'); 

Add Comment

0

css poppins font

on Jan 01, 1970
<style>
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@600&display=swap');
</style>

Add Comment

0

Poppins contains over 500 glyphs and has been designed to work well in headlines as well as large blocks of text. The typeface includes many ligatures and alternates for extra character, so be sure to check out the OpenType features.

CSS answers related to "poppins google fonts"

View All CSS queries

CSS queries related to "poppins google fonts"

Browse Other Code Languages

CodeProZone