You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

30 lines
752 B

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

<!DOCTYPE html>
<html lang="en" dir="rtl">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="./styles/03_css.css">
<title>Fonts</title>
<style>
</style>
</head>
<!--
نهایتا دو فونت فیس در وبسایت استفاده شود
یکی بولد برای تیتر ها و یکی نرمال برای سایر نوشته ها
font shorthand:
font: fontStyle fontWeight fontsize/lineHeight fontFamily
-->
<body>
<p>
این یک متن تستی است
</p>
<p class="text-bold">
این یه متن بولده
</p>
</body>
</html>