An open-source serif from the Google Fonts library. Designed by Pablo Impallari.
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=Libre+Caslon+Text:wght@400..700&display=swap");
body {
font-family: 'Libre Caslon Text', ui-serif, Georgia, serif;
font-weight: 400;
}