body font-family: 'Anton', sans-serif;
.headline font-family: 'Anton', sans-serif; font-weight: 400; font-style: normal; google fonts anton
Here is the content prepared for using . body font-family: 'Anton', sans-serif;
Or for a specific class:
<link href="https://fonts.googleapis.com/css2?family=Anton&display=swap" rel="stylesheet"> To apply the font to your desired elements, use the following CSS: body font-family: 'Anton'
You can use this for a website, a design mockup, a CSS stylesheet, or a branding guide. Copy and paste this into the <head> section of your HTML file.
body font-family: 'Anton', sans-serif;
.headline font-family: 'Anton', sans-serif; font-weight: 400; font-style: normal;
Here is the content prepared for using .
Or for a specific class:
<link href="https://fonts.googleapis.com/css2?family=Anton&display=swap" rel="stylesheet"> To apply the font to your desired elements, use the following CSS:
You can use this for a website, a design mockup, a CSS stylesheet, or a branding guide. Copy and paste this into the <head> section of your HTML file.