Font Family
Style
32px
Inter
loading...The quick brown fox jumps over the lazy dog
300
400
600
700
900
Generated CSS
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400&display=swap');
.element {
font-family: 'Inter', sans-serif;
font-weight: 400;
font-style: normal;
font-size: 32px;
}