CSS @font-face Generator
Copy-pasteable webfont CSS for any font in our catalogue.
/* --- Inter by Rasmus Andersson · SIL Open Font License 1.1 --- */
/* Option 1: Google Fonts CSS import (easiest) */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap');
/* Option 2: Self-hosted @font-face (best performance) */
@font-face {
font-family: 'Inter';
font-style: normal;
font-weight: 100 900;
font-display: swap;
src: url('/fonts/inter.woff2') format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
body {
font-family: 'Inter', sans-serif;
}Add this to your <head> for maximum performance:
<link rel="preload" as="font" type="font/woff2" href="/fonts/inter.woff2" crossorigin>
Live preview
The quick brown fox