Skip to content

Commit

Permalink
Update head.html
Browse files Browse the repository at this point in the history
  • Loading branch information
Mehranalam authored Apr 1, 2024
1 parent 15f26c2 commit de2cfad
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions layouts/partials/head.html
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,16 @@
<link href="https://fonts.googleapis.com/css2?family=Lalezar&display=swap" rel="stylesheet">

<style>

h1, h2, h3, h4, h5 ,h6{
font-family: 'Lalezar';
@font-face {
font-family: 'MyWebFont';
src: url('https://github.com/Mehranalam/Mehranalam/raw/main/IRANYekanWebBlack.woff2') format('woff2'),
url('https://github.com/Mehranalam/Mehranalam/raw/main/IRANYekanWebBold%20(1).woff') format('woff'),
url('https://github.com/Mehranalam/Mehranalam/raw/main/IRANYekanWebBlack.ttf') format('truetype');
}

h1, h2, h3, h4, h5 ,h6 {

font-family: 'MyWebFont';
}

</style>
Expand Down

0 comments on commit de2cfad

Please sign in to comment.