Skip to content

Commit

Permalink
Add font to display
Browse files Browse the repository at this point in the history
  • Loading branch information
BlackIQ committed Sep 25, 2021
1 parent 0d0bcd5 commit d880a0a
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion docs/fa/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,18 @@
<link rel="stylesheet" type="text/css" href="../static/main.css">
<link rel="stylesheet" type="text/css" href="../static/light.css">
<link rel="stylesheet" type="text/css" href="../static/dark.css">
<style>
@font-face {
font-family: iransans;
src: url("../static/iransans.ttf");
}
* {
font-family: iransans;
}
</style>
</head>
<body class="all fa">
<div class="main">
<div class="main fa">
<h1>آموزش Markdown.</h1>
<hr>
<div>
Expand Down

0 comments on commit d880a0a

Please sign in to comment.