@font-face { font-family: "Your Web Font Name"; /* Replace with your font's name */ src: url("your-web-font.woff2") format("woff2"); /* Replace with your font file paths */ font-weight: normal; /* Adjust weight if needed */ font-style: normal; /* Adjust style if needed */ font-display: swap; /* This is the key line */ } body { font-family: "Your Web Font Name", Arial, sans-serif; /* Your font stack, including fallbacks */ }