Font change
This commit is contained in:
BIN
public/fonts/mv_waheed.otf
Normal file
BIN
public/fonts/mv_waheed.otf
Normal file
Binary file not shown.
@@ -24,7 +24,7 @@
|
|||||||
>
|
>
|
||||||
<div class="bg-white rounded px-4">
|
<div class="bg-white rounded px-4">
|
||||||
<div
|
<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"
|
v-text="subarticle.title"
|
||||||
style="direction:rtl;"
|
style="direction:rtl;"
|
||||||
></div>
|
></div>
|
||||||
@@ -107,7 +107,7 @@
|
|||||||
:to="{ name: 'article.show', params: { id: article.id } }"
|
:to="{ name: 'article.show', params: { id: article.id } }"
|
||||||
>
|
>
|
||||||
<h1
|
<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;"
|
style="direction:rtl;"
|
||||||
v-text="article.title"
|
v-text="article.title"
|
||||||
></h1>
|
></h1>
|
||||||
|
@@ -16,6 +16,11 @@
|
|||||||
font-family: "Mvaamu";
|
font-family: "Mvaamu";
|
||||||
src: url("/fonts/mv-aammu-fk.ttf");
|
src: url("/fonts/mv-aammu-fk.ttf");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@font-face {
|
||||||
|
font-family: "MvWaheed";
|
||||||
|
src: url("/fonts/mv_waheed.otf");
|
||||||
|
}
|
||||||
.MvAamu {
|
.MvAamu {
|
||||||
font-family: "Mvaamu";
|
font-family: "Mvaamu";
|
||||||
}
|
}
|
||||||
@@ -23,6 +28,10 @@
|
|||||||
.MvTyper {
|
.MvTyper {
|
||||||
font-family: "mvtyper";
|
font-family: "mvtyper";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.MvWaheed {
|
||||||
|
font-family: "MvWaheed";
|
||||||
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user