Select Font
Weights
Preview — Poppins
loading...24px
The quick brown fox jumps over the lazy dog
The quick brown fox jumps over the lazy dog
Generated CSS
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400,700&display=swap');
/* Apply the font */
body {
font-family: 'Poppins', sans-serif;
}
/* Available weights */
.font-400 { font-weight: 400; }
.font-700 { font-weight: 700; }