Font change

This commit is contained in:
2020-08-12 02:11:29 +05:00
parent 44199d5637
commit af1e8bf182
3 changed files with 11 additions and 2 deletions

BIN
public/fonts/mv_waheed.otf Normal file

Binary file not shown.

View File

@@ -24,7 +24,7 @@
>
<div class="bg-white rounded px-4">
<div
class="md:mt-0 text-gray-800 font-semibold text-xl mb-2 text-right leading-8 MvAamu hover:underline"
class="md:mt-0 text-gray-800 font-semibold text-xl xl:text-md lg:text-md mb-2 text-right leading-8 sm:leading-9 md:leading-9 MvTyper hover:underline"
v-text="subarticle.title"
style="direction:rtl;"
></div>
@@ -107,7 +107,7 @@
:to="{ name: 'article.show', params: { id: article.id } }"
>
<h1
class="text-gray-800 text-3xl font-bold mt-2 mb-2 leading-tigh hover:underline text-right MvAamu"
class="text-gray-800 text-3xl font-bold mt-2 mb-2 leading-tigh hover:underline text-right MvTyper"
style="direction:rtl;"
v-text="article.title"
></h1>

View File

@@ -16,6 +16,11 @@
font-family: "Mvaamu";
src: url("/fonts/mv-aammu-fk.ttf");
}
@font-face {
font-family: "MvWaheed";
src: url("/fonts/mv_waheed.otf");
}
.MvAamu {
font-family: "Mvaamu";
}
@@ -23,6 +28,10 @@
.MvTyper {
font-family: "mvtyper";
}
.MvWaheed {
font-family: "MvWaheed";
}
</style>