An open-source sans-serif from the Google Fonts library. Designed by Open source community.
Three lines of CSS. No build step, no font-loading library, no FOIT. Cached on Google Fonts CDN.
@import url("https://fonts.googleapis.com/css2?family=Lexend+Peta:wght@100..900&display=swap");
body {
font-family: 'Lexend Peta', ui-sans-serif, system-ui, sans-serif;
font-weight: 400;
}