{ "@context": "https://schema.org", "@type": "FAQPage", "mainEntity": [ { "@type": "Question", "name": "What is the difference between a font and a typeface?", "acceptedAnswer": { "@type": "Answer", "text": "A typeface is the design family (e.g., Inter); a font is a specific weight/size instance (e.g., Inter Bold 16px)." } }, { "@type": "Question", "name": "How many fonts should a website use?", "acceptedAnswer": { "@type": "Answer", "text": "Two — one for headings and one for body — is the standard best practice." } }, { "@type": "Question", "name": "What is font loading performance?", "acceptedAnswer": { "@type": "Answer", "text": "Web fonts can delay rendering; use font-display: swap and preloading to minimise layout shift." } } ] }
A specific style, weight, and size of a typeface. In web design, fonts are loaded via CSS using web-safe fonts or web font services like Google Fonts or Adobe Fonts.
A B2B SaaS site uses Inter as its primary font at weights 400 (body) and 700 (headings) for clarity and modern aesthetics.
Typeface, Web font
-