نحوه اضافه کردن فونت به سایت

PHOTO EMBED

Fri Sep 08 2023 18:19:50 GMT+0000 (Coordinated Universal Time)

Saved by @Mohammadrezasmz

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatib1e" content="IE=edge">
<meta name="viewport" content="width=device-width,initial-scale=1.0">
< link rel="stylesheet" href="style.css">
<title>Document</title>
</head>
<body>

<p>من محمدرضا هستم</p>

</body>
</html>

file style.css
@font-face {
font-family: 'Vazir-Bold';
src: url( 'fonts/Vazir-B01d.woff') format( 'woff');
<!-- بهترین فرمت فونت برای انواع مرورگرها-->
}
p{
direction: rtl;
font-family: 'Vazir-Bold';
}
content_copyCOPY

نحوه اضافه کردن فونت به سایت