Anton Font -

body font-family: 'Anton', sans-serif;

Anton is a sans-serif typeface designed by Vernon Adams (1984–2016), a renowned type designer known for creating clean, functional display fonts. Anton was originally developed for the Google Fonts library and is released under the SIL Open Font License (OFL) .

p font-family: 'Open Sans', sans-serif; line-height: 1.5; anton font

If Anton isn't available or you need variations:

@font-face font-family: 'Anton'; src: url('/fonts/Anton-Regular.ttf') format('truetype'); font-weight: normal; font-style: normal; body font-family: 'Anton', sans-serif; Anton is a sans-serif

.anton-headline font-family: 'Anton', sans-serif; letter-spacing: 0.05em; text-transform: uppercase; /* ensures consistency */

<link href="https://fonts.googleapis.com/css2?family=Anton&display=swap" rel="stylesheet"> Use in CSS: body font-family: 'Anton'

| Pairing Type | Good choices (Google Fonts) | |--------------|------------------------------| | Sans-serif body | Open Sans, Lato, Roboto, Montserrat | | Serif body | Merriweather, Playfair Display, Source Serif Pro | | Monospace accent | Source Code Pro, Roboto Mono |