An open-source monospace from the Google Fonts library. Designed by Mike Abbink.
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=IBM+Plex+Mono:wght@100..700&display=swap");
body {
font-family: 'IBM Plex Mono', ui-monospace, monospace;
font-weight: 400;
}