@import url('https://fonts.googleapis.com/css2?family=Inter:wght@700&display=swap'); body font-family: 'Inter', sans-serif; font-weight: 700;
body font-family: Arial, Helvetica, sans-serif; font-weight: 700; /* This calls version 700 / Bold */ arial font version 700 free
Here is the correct CSS to ensure every visitor sees Arial Bold (version 700) without downloading a file: @import url('https://fonts
If you want to avoid system fonts entirely and use a free, downloadable bold sans-serif, use Google Fonts: body font-family: 'Inter'