Input
Output
<html> <style> @font-face { font-family: 'MyCustomFont'; src: url('fonts/MyCustomFont.woff2') format('woff2'), url('fonts/MyCustomFont.woff') format('woff'); font-weight: normal; font-style: normal; } body { font-family: 'MyCustomFont', sans-serif; /* Fallback to sans-serif if custom font fails */ } </style> <body> <h1>Welcome to onlinetpoint</h1> <p>online tutorial point</p> </body> </html>