Skip to content

Commit

Permalink
Update head.html
Browse files Browse the repository at this point in the history
  • Loading branch information
Mehranalam authored Mar 14, 2024
1 parent 8c3cf20 commit 31d43fa
Showing 1 changed file with 2 additions and 11 deletions.
13 changes: 2 additions & 11 deletions layouts/partials/head.html
Original file line number Diff line number Diff line change
Expand Up @@ -44,25 +44,16 @@
<link rel="icon" href="{{ `images/favicon.png` | absURL }}" type="image/x-icon">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap" rel="stylesheet">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Lalezar&display=swap" rel="stylesheet">

<style>

@font-face {
font-family: 'IRANYekan';
src: url('https://github.com/Diara-Token/Diara.ir/raw/master/assets/fonts/IRANYekan/woff/IRANYekanWebBold.woff') format('woff'); /* Newer browsers */
font-weight: normal;
font-style: normal;
}

h1, h2, h3, h4, h5 ,h6{
font-family: 'IRANYekan';
font-family: 'Lalezar';
}

</style>

<script>
function sendMail(form) {
var nameValue = document.getElementById("name").value;
Expand Down

0 comments on commit 31d43fa

Please sign in to comment.